diff --git a/.gitignore b/.gitignore index 735887cc..61a95c74 100644 --- a/.gitignore +++ b/.gitignore @@ -37,9 +37,9 @@ Makefile # Machine-local runtime files /runtime/ -# Search checkpoints, archive deltas, manifests, and per-run metrics under -# results/search are intentionally tracked so disjoint ranges merge through Git. -# Only shared derived views, logs, and interrupted temporary files are ignored. +# Geometry checkpoints, MAP-Elites deltas, manifests, and per-run metrics under +# results/search remain trackable so disjoint topology ranges can merge through Git. +# Shared derived views, logs, and interrupted temporary files stay local. /results/search/leaderboard.tsv /results/search/run.log /results/search/runs/**/run.log @@ -47,6 +47,17 @@ Makefile /results/search/**/*.tmp.* /results/search/**/*.partial +# Local ML dataset and derived neural cache. These files can grow to 200 GB, +# are machine-local, and must never be committed. Geometry checkpoints (*.szcp) +# and mergeable search deltas (*.szar) are intentionally not ignored here. +/results/search/**/training/ +/results/search/**/neural/ +/results/search/runs/**/TRAINING_DATA_LIMIT_REACHED_REWRITE_REQUIRED.tsv +*.sztd +*.sztd.* +*.szonn +*.szonn.* + # Python cache and virtual environments __pycache__/ *.py[cod] diff --git a/CMakeLists.txt b/CMakeLists.txt index 949463cd..eb2a6b53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,10 @@ add_library(neighborly_core src/Checkpoint/GlobalCheckpoint.h src/SearchArchive/SearchArchive.cpp src/SearchArchive/SearchArchive.h + src/OnlineSurrogate/OnlineSurrogate.cpp + src/OnlineSurrogate/OnlineSurrogate.h + src/TrainingArchive/TrainingArchive.cpp + src/TrainingArchive/TrainingArchive.h src/NeighborlyCore/plane.h src/NeighborlyCore/precise_geometry.h src/NeighborlyCore/util.cpp @@ -55,12 +59,14 @@ target_include_directories(neighborly_core "${CMAKE_CURRENT_SOURCE_DIR}/src/NeighborlyCore" "${CMAKE_CURRENT_SOURCE_DIR}/src/Checkpoint" "${CMAKE_CURRENT_SOURCE_DIR}/src/SearchArchive" + "${CMAKE_CURRENT_SOURCE_DIR}/src/OnlineSurrogate" + "${CMAKE_CURRENT_SOURCE_DIR}/src/TrainingArchive" "${CMAKE_CURRENT_SOURCE_DIR}/projects/Szilassi" "${EIGEN_ROOT}" ) if(MSVC) - target_compile_options(neighborly_core PRIVATE /W3 /permissive- /EHsc) + target_compile_options(neighborly_core PRIVATE /W3 /permissive- /EHsc /utf-8) target_compile_definitions(neighborly_core PUBLIC NOMINMAX _CRT_SECURE_NO_WARNINGS) else() target_compile_options(neighborly_core PRIVATE -Wall -Wextra) @@ -68,6 +74,9 @@ endif() add_executable(neighborly_main projects/Szilassi/main.cpp) target_link_libraries(neighborly_main PRIVATE neighborly_core neighborly_cuda) +if(MSVC) + target_compile_options(neighborly_main PRIVATE /utf-8) +endif() add_executable(verify_cpp projects/VerifyCpp/verify_cpp.cpp) target_link_libraries(verify_cpp PRIVATE neighborly_core) @@ -78,3 +87,18 @@ if(MSVC) target_compile_options(polyhedron_gui PRIVATE /utf-8) target_link_libraries(polyhedron_gui PRIVATE shell32) endif() + +include(CTest) +if(BUILD_TESTING) + add_executable(training_archive_selftest + tests/TrainingArchiveSelfTest/TrainingArchiveSelfTest.cpp + ) + target_link_libraries(training_archive_selftest PRIVATE neighborly_core) + if(MSVC) + target_compile_options(training_archive_selftest PRIVATE /utf-8) + endif() + add_test(NAME training_archive_selftest COMMAND training_archive_selftest) + set_tests_properties(training_archive_selftest PROPERTIES + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + ) +endif() diff --git a/README.md b/README.md index 47795089..68add091 100644 --- a/README.md +++ b/README.md @@ -1,194 +1,290 @@ -# NeighborlyPolyhedra -This is the culmination of all my research in answering the question; Is there another polyhedron besides the Tetrahedron and Szilassi Polyhedron where all faces share an edge with all other faces? +# Szilassi — поиск геометрических реализаций многогранников -Video: [YouTube](https://youtu.be/5dd8_N_nKRI). +Репозиторий содержит CUDA/CPU-систему поиска геометрических реализаций для 59 +комбинаторных топологий соседственных 12-гранных многогранников. Для каждой +топологии программа подбирает 12 плоскостей, восстанавливает вершины и минимизирует +геометрические дефекты. -The conclusion is: Sort of. I believe there isn't a shape that is _completely_ intersection-free, but there IS a minimally intersecting one, a near-miss, that can be considered the _best-possible_ or _closest_ solution. I've named this shape the "Razorcross" and it's documented here in this repository, as well as all the supporting code to generate all the neighborly polyhedra. Note that there is no rigorous proof about the optimality of this solution, this conclusion has been made based on my observations of patterns, statistical analysis, and brute-forcing of the problem. If there was a better solution, I almost certainly would have found it by now. +Проект предназначен для вычислительного исследования и не является доказательством +существования или невозможности бездефектной реализации. -## Current Windows GUI +## Происхождение -Build `Szilassi.slnx` as `Release|x64`, then open -`build\msbuild\bin\x64\Release\PolyhedronGui.exe`. -The GUI intentionally has only **Запустить поиск** and **Остановить поиск** buttons. -Select an inclusive topology range, then start the search. Existing checkpoints are -loaded automatically. Stop waits for the current short CUDA kernel, synchronizes the -device, writes a durable checkpoint, and only then exits. +Проект основан на исходной кодовой базе CodeParade +[HackerPoet/NeighborlyPolyhedra](https://github.com/HackerPoet/NeighborlyPolyhedra). +Постановка задачи и исходное исследование представлены в +[видео CodeParade](https://youtu.be/5dd8_N_nKRI). Текущая версия существенно +расширяет исходную реализацию: добавлены CUDA FP32-поиск, CPU/DD-верификация, +продолжаемые checkpoint, многотопологический планировщик, MAP-Elites/CEM, +нейросетевая подсказка и локальный долговременный ML-датасет. -The GUI creates a fresh seed automatically for every new process. It is shown in the -GUI log and saved in the durable, Git-tracked `runs//run.tsv` manifest together -with the topology range and search parameters, so a run can be reproduced without -typing a seed into the interface. +## Критерии результата -The search process and CUDA stream run at low scheduling priority, so foreground work -keeps priority. There is no artificial duty-cycle throttle. Kernels remain short for -responsive stopping and Windows WDDM stability. +В логах и файлах результатов используются два целочисленных счётчика: -Leave `GPU chains` at `0` for automatic sizing. The CUDA backend derives the chain count -from the selected GPU's SM count and measured kernel occupancy, so Ada `sm_89` and -Blackwell `sm_120` use different appropriate values. Each selected topology keeps its -annealing session resident on the device, so refresh cycles cannot discard cooling, -stagnation, or restart state. The full 59-topology range uses about 1.4 GB of VRAM on -the 12 GB RTX 4070 Ti; narrower ranges allocate proportionally less. +- `C` (`crossings`) — самопересечения границы отдельной грани после проекции на + плоскость этой грани; +- `I` (`intersections`) — пересечения внутренности грани с рёбрами, которые не + инцидентны этой грани. Пересечение продолжений вне отрезка или вне многоугольника + не учитывается. -For an independent overnight run, set the desired number of minutes and topology range. -This mode does not use the supplied near-miss: -it combines saved archive seeds with independent random starts. A UCB-style bandit assigns -the 30/16/8 depth budgets using recent improvement, solution quality, uncertainty, and -staleness; every fifth cycle still refreshes the whole selected range, so no topology can -be starved indefinitely. A clean stop saves each -topology under `results\search\topology_N`; pressing the same button later resumes only -those checkpoints. `results\search\leaderboard.tsv` is the current ranking. +Кандидаты сравниваются лексикографически по кортежу +`(C + I, max(C, I), C, energy)`. Поэтому уменьшение точного количества дефектов +важнее гладких штрафов и эвристических оценок. -The GUI search-mode selector keeps this quality-first allocation as the default. Select -`Проработка худших` to reverse only the quality prior: depth work then favors topologies -with the worst current C/I result. Improvement reward, UCB exploration, staleness, and the -full refresh remain active, so the mode is a priority rather than an exclusive lock. +Массовый поиск выполняется на GPU в FP32. Отобранные кандидаты пересчитываются на +CPU в `double`; состояния около цели дополнительно классифицируются реализацией +double-double (`WideReal`, примерно 31 десятичный знак). Заявленный результат +`C/I = 0/0` проходит повторные проверки с несколькими допусками. -The CUDA hot path uses standard FP32 math. Persistent chains retain their RNG, cooling, -stagnation, and restart state between batches. Twenty-five percent of chains remain the -unchanged simulated-annealing control; disjoint cohorts add replica exchange, adaptive -move selection, population-based exploit/mutate, and MAP-Elites/CEM seed injection. -Strategy quotas and one descendant per injected seed reach CPU verification even when -they are outside the global GPU top-N. A small SPSA+Adam refinement runs in CPU double, -but its output is rounded back to exact FP32 and rechecked before it can be accepted. -Fixed fresh cohorts preserve global exploration during breadth/refresh passes. Every returned shortlist is reconstructed and checked on -the CPU in `double`; candidates with at most 12 total defects are reclassified with the -custom `WideReal` double-double type (about 31 decimal digits). Every claimed `0/0` is -serialized and checked again at multiple tolerances down to `1e-13`. +## Как устроен поиск -The degeneracy guard is deliberately mild. Its default weight is `0.01`, and only the -worst of the determinant, edge-ratio, turn-angle, and extent barriers is counted fully; -the other three contribute five percent. This still rejects catastrophic collapse without -letting several correlated moderate warnings overpower an otherwise useful candidate. +- Постоянные CUDA-цепочки сохраняют RNG, температуру, шаг, стагнацию и состояние + между короткими пакетами. +- Портфель стратегий включает базовый simulated annealing, replica exchange, + адаптивные ходы, population-based transfer и инъекцию состояний из MAP-Elites, + CEM и нейросетевой подсказки. +- Планировщик распределяет работу между топологиями с учётом качества, + улучшений, неопределённости и давности последнего запуска. Режим проработки + худших вариантов меняет приоритет, но сохраняет исследование остальных топологий. +- MAP-Elites поддерживает разнообразие по обусловленности геометрии и локализации + дефектов. Диагональный CEM строит новые стартовые состояния по успешным потомкам. +- Небольшой SPSA+Adam этап выполняется на CPU; его результат округляется обратно + в FP32 и проверяется заново. +- Нейросеть является только источником предложений. Она не может заменить точную + CPU/DD-проверку или отключить базовую долю независимого поиска. -The MAP-Elites archive separates geometry into determinant, edge-ratio, turn-angle, and -extent bins. All valid historical checkpoint generations are deduplicated and re-evaluated -on startup, so accumulated searches seed the archive instead of merely supplying one best -shape per topology. Diagonal CEM is updated only from new injected descendants, avoiding -repeatedly learning from the same persistent chain best. +Штраф вырождения намеренно мягкий. По умолчанию полностью учитывается худший из +барьеров определителя, короткого ребра, малого угла поворота и чрезмерного размера; +остальные барьеры дают по 5% вклада. Вес штрафа — `0.01`. -CUDA Toolkit 13.3 with Visual Studio integration is required for the GPU backend. The -build contains native targets for Ada `sm_89` and Blackwell `sm_120`. Without the Toolkit, -the project builds a diagnostic stub and refuses `--cuda` instead of silently falling -back to the CPU. +Поисковый процесс и CUDA stream запускаются с низким приоритетом. Искусственного +ограничения загрузки GPU нет; короткие kernels обеспечивают отзывчивую остановку +и устойчивость под Windows WDDM. -### Checkpoints and Git +## Структура репозитория -Search state is stored in `results/search`, which is intentionally tracked by Git. -Each checkpoint is an immutable, self-contained `.szcp` file with CRC-32 and exact FP32 -bit patterns. It is flushed to disk and atomically published; a damaged newest generation -is ignored in favor of the previous valid one. +- `projects/Szilassi` — основной CLI-поиск; +- `projects/PolyhedronGui` — Windows GUI для штатного CUDA-поиска; +- `projects/VerifyCpp` — отдельная проверка OBJ-кандидатов; +- `src/NeighborlyCore` — геометрия, точные предикаты и общие типы; +- `src/CudaSearch` — FP32 CUDA backend и диагностический CPU stub; +- `src/Checkpoint` — CRC-защищённые поколения checkpoint; +- `src/SearchArchive` — mergeable MAP-Elites delta-файлы; +- `src/OnlineSurrogate` — локальная online residual-MLP модель; +- `src/TrainingArchive` — локальный долговременный ML-датасет и crash recovery; +- `tests/TrainingArchiveSelfTest` — тест формата, CRC, WAL, восстановления и лимита; +- `data` — описание топологий и входные модели; +- `results/topologies` и `results/showcases` — сохранённые исследовательские модели; +- `results/search` — продолжаемое геометрическое состояние поиска; +- `runtime` — временные тестовые прогоны, отчёты и локальные файлы; +- `build` — централизованный вывод CMake и MSBuild. -Archive improvements use immutable `.szar` delta files in the same run UUID namespace. -Each delta contains only cells opened or improved since the preceding durable write; CRC, -atomic publication, and deterministic per-cell selection make a normal Git merge a union -of useful results. Serialized energies are never trusted across run settings: every distinct -state is re-evaluated under the current objective before cells are compared. +Общего solution-файла в репозитории нет. Основной поддерживаемый способ сборки — +CMake; проекты Visual Studio можно собирать по отдельности. -The checkpoint timer sweeps every changed topology, not just the topology currently chosen -by the bandit. Thus an improvement cannot remain only in memory because that topology is -not scheduled again. On clean stop all outstanding `.szcp` and `.szar` generations are -flushed; if durable writing fails, the stop marker is retained and the process returns an -error instead of reporting a successful stop. +## Требования -For several computers, assign non-overlapping topology ranges. Each process uses a unique -run UUID, so checkpoint filenames do not collide. Commit `results/search` normally on each -computer and merge the branches with Git. `leaderboard.tsv`, run logs, and temporary files -are derived and ignored, so they cannot create merge conflicts; the next search start -rescans checkpoints, repeats CPU/DD validation, and rebuilds the leaderboard. -Each UUID run also has a tracked `metrics.tsv` with per-strategy accounted search work, archive, -replica-exchange, SPSA, and scheduler telemetry; independent computers create different -paths, so these files merge without a custom script. +- Windows x64; +- компилятор с поддержкой C++17; +- Visual Studio 18 / 2026 с workload для C++ desktop development; +- CUDA Toolkit 13.3 с интеграцией в Visual Studio для GPU-поиска; +- NVIDIA GPU с поддерживаемой архитектурой. Сборка содержит цели для Ada `sm_89` + и Blackwell `sm_120`; +- Eigen 3.4.0 уже находится в `external/eigen-3.4.0`. -## Project layout +Без CUDA проект собирает диагностический stub. Запуск с `--cuda` в такой сборке +завершается с понятной ошибкой и не переключается на CPU незаметно. -* `projects/Szilassi` — the main search application. -* `projects/VerifyCpp` — the high-precision verifier. -* `projects/PolyhedronGui` — the Windows launcher. -* `src/NeighborlyCore` — shared geometry and utility code. -* `src/SearchArchive` — durable Git-mergeable MAP-Elites delta storage. -* `data` — topology definitions and input models. -* `results/topologies` and `results/showcases` — saved research models. -* `results/search` — Git-mergeable search states and durable checkpoint generations. -* `runtime` — temporary stop files, reports, logs, and local candidates. -* `scripts` — helper launch and reporting scripts. +## Сборка через CMake -All Visual Studio projects are collected by the root `Szilassi.slnx`. MSBuild output is -centralized under `build/msbuild`; CMake output remains under `build/vs2026`. +Из корня репозитория: -## Running The Code -To start a search, build and run the `Szilassi` project. +```powershell +cmake --preset vs2026-x64 +cmake --build --preset vs2026-release +ctest --test-dir build/vs2026 -C Release --output-on-failure +``` -### Requirements -* C++17 compatible compiler (Visual Studio 2026 is configured by the current presets). -* [CUDA Toolkit 13.3](https://developer.nvidia.com/cuda-downloads) with Visual Studio integration for GPU search. -* [Eigen-3.4.0](https://eigen.tuxfamily.org/) though similar versions should work as well. -* [Cairo-1.17.2](https://www.cairographics.org/) (optional) this is only needed to render paper cutouts. +Основные исполняемые файлы появятся в `build/vs2026/Release`: -### Basics -Running the main code will ask for a seed number. It will then start a search, taking turns through each of the 59 topologies sequentially, looking for solutions. To run multiple threads, I simply launch the executable in different processes with different seeds. This is the lazy way to do multi-threading, but it works! This code is programmed to only save solutions if it's good enough to be notable. By that, I mean it either has no crossings (all simple polygons) or 10 or fewer intersections. The solutions get saved into their own topology folders. I've provided the top solutions I've found for each topology already. I wouldn't be surprised if you can find a solution that lowers the record for some topologies, but I've studied all the low intersection, most consistent, most symmetric, and best looking models more extensively, and I doubt there would be further improvements there. +- `neighborly_main.exe` — поиск; +- `polyhedron_gui.exe` — GUI; +- `verify_cpp.exe` — проверка OBJ; +- `training_archive_selftest.exe` — regression/self-test локального ML-архива. -Solutions get saved as `shape_c#_i#_#.obj` where the first number is the number of crossings, the second number is the number of edge-face intersections, and the third number is the current iteration of the solver when it found the solution. +Для сборки без CUDA используется отдельный каталог: -### Advanced -There's a ton of utility and functionality I added during the research that you can use, but you'll need to add it in and recompile. Here are some common ones: -* **Hyperparameters** You can adjust the solver parameters `max_iters`, `clusters`, `beta`, and `sigma`. -* **Objective Function** You can change the objective function by replacing `objective_sum` with any of the other objective functions listed at the end of `util.h`. Note that when the objective function changes, you'll usually also need to change the early exit conditions in `solver.cpp` since the cost function units may be different. -* **Symmetry** To add symmetry enforcement, there is a boolean argument to the solver `use_symmetry`. There are different symmetries you can use at the top of `solver.cpp`. These symmetries are for specific topologies, usually 6, 37, 42, 49, 55, and 58. -* **Single Topology** If you'd like to focus on one topology instead of equal computation to all, just modify `g_topology = your_number_here`; +```powershell +cmake -S . -B build/cpu -G "Visual Studio 18 2026" -A x64 -DSZILASSI_ENABLE_CUDA=OFF +cmake --build build/cpu --config Release +``` -### The Dual Problem -The problem of finding a polyhedra with neighborly faces also has a dual problem, which is to find a polyhedron with neighborly vertices. In terms of the Szilassi polyhedron, the dual problem is analogous to finding the [Császár polyhedron](https://en.wikipedia.org/wiki/Cs%C3%A1sz%C3%A1r_polyhedron). The dual polyhedron has the same number of holes and edges, but with the number of faces and vertices swapped, and all faces are triangles. Despite the similarity, and as far as I can tell from my research, having a solution or proving there is no solution to one problem does not answer the dual problem. In fact, the K12 polyhedron that is neighborly in its vertices was already proven impossible (see "Nonrealizable Minimal Vertex Triangulations of Surfaces" in the further reference section below for more details). +## Сборка отдельных проектов Visual Studio -Since it was already proven, the dual problem was not as interesting to me, and wasn't mentioned in the video. Still, the impossibility proof does not attempt to answer the question of what is the minimum number of intersections the polyhedron could have and what does the shape look like? Since I already had all the code, there weren't many changes needed to run a similar solve, you can enable the `DUAL_PROBLEM` preprocessor definition and use one of the `objective_dual_*` objective functions if you'd like to try it. I didn't spend as much time on this but I did find a shape with 4 intersections in manifold 44. It's not beautiful or symmetric, but I included it in `results/showcases/Dual44` if you're curious. It may be possible to find an order-2 symmetric solution in manifold 44 with 4 intersections, but I couldn't seem to get it under 6 when I forced the symmetry. It may also be possible to find other solutions with 2 or 3 intersections, but again I didn't spend much time on this problem. +Если CMake не используется, каждый `.vcxproj` собирается отдельно: -### Quality -Once you find a solution, you may want to improve the quality to get a better looking solution. This is done by adding a 'quality' penalty to the objective function, which is any objective function that has a `q` in it. This may make it harder to converge on a solution in the search, and you may not have had enough iterations to fully converge anyway. So what I usually do is load the saved model and run the `study_sample` function to improve it and converge on the highest quality shape. This means specifically: -* Opening sharp angles (near 0 degrees). -* Closing open angles (near 180 degrees). -* Making sure edge lengths are not relatively too small or large. -* Adding more clearance in the polygons so they're not 'almost' crossing. +```powershell +msbuild projects\Szilassi\Szilassi.vcxproj /m /p:Configuration=Release /p:Platform=x64 +msbuild projects\PolyhedronGui\PolyhedronGui.vcxproj /m /p:Configuration=Release /p:Platform=x64 +msbuild projects\VerifyCpp\VerifyCpp.vcxproj /m /p:Configuration=Release /p:Platform=x64 +msbuild tests\TrainingArchiveSelfTest\TrainingArchiveSelfTest.vcxproj /m /p:Configuration=Release /p:Platform=x64 +``` -The results are saved under `results/topologies/topology_N` as `study_c#_i#_#.obj`. +Вывод этих проектов находится в `build/msbuild/bin/x64/Release`. -## The Razorcross -All files related to the Razorcross are found in the `results/showcases/Razorcross` folder. -* `original_polygons.obj` The 12 polygons straight from the solver. Due to the intersections, this will not be a proper manifold. -* `triangulated_manifold.obj` A triangulated version that adds edges at the intersections. A proper manifold that can be 3D printed. -* `printable_magnets_half1.stl` First half of the model with holes for 4.8mm diameter magnets and in a better printing position. -* `printable_magnets_half2.stl` Second half of the model above. It's exactly a mirror image. -* `texture.png` Texture to use with the uv coordinates of `original_polygons.obj` to color the 12 sides. -* `cuttout.png` The 3 unique faces of the Razorcross. You would need 2 sheets plus 2 mirrored sheets to get all 12 faces. -* `edge_graph.dot` The edge graph of manifold-42. +## Штатный запуск через GUI -## General Observations -Shapes with more symmetry tend to also be the ones with the fewest intersections. Below are some examples that have "180 degree rotation" and/or "point reflection" symmetry. These highly symmetric shapes only use 3 or 6 unique faces and their mirrors. -* **topology_6** - * 0 crossings, 8 intersections (shape_c0_i8_0.obj) - * 10 crossings, 0 intersections (shape_c10_i0_2.obj) -* **topology_37** - * 0 crossings, 8 intersections (study_c0_i8_bestlooking.obj) - * 4 crossings, 0 intersections (shape_c4_i0_0.obj) -* **topology_42 (Razorcross)** - * 0 crossings, 4 intersections (shape_c0_i4_optimalsymmetric.obj) - * 4 crossings, 0 intersections (shape_c4_i0_4.obj) -* **topology_49** - * 0 crossings, 8 intersections (shape_c0_i8_5.obj) - * 8 crossings, 0 intersections (shape_c8_i0_0.obj)) -* **topology_55** - * 0 crossings, 16 intersections (shape_c0_i16_0.obj) - * 10 crossings, 0 intersections (shape_c10_i0_6.obj) -* **topology_58** - * 0 crossings, 10 intersections (study_c0_i10_28.obj) - * 4 crossings, 0 intersections (shape_c4_i0_2.obj) +Запустите `polyhedron_gui.exe` из CMake-сборки или `PolyhedronGui.exe` из +MSBuild-сборки. В интерфейсе остаются две управляющие кнопки: -The paper about "Neighborly 2-Manifolds" listed below has a table of automorphism groups for the dual graph problem. These correlate with the neighborly problem, but only certain symmetry groups seem to have symmetries in the dual problem. Note that the paper 1-indexes the topologies whereas I always use 0-index, so you'll need to subtract 1 from the paper numbering scheme to match mine. +- `Запустить поиск` — продолжает исследование с учётом найденных checkpoint; +- `Остановить поиск` — ждёт окончания короткого CUDA-пакета и сохраняет изменённое + состояние перед завершением процесса. -## Further reference -[Szilassi polyhedron](https://en.wikipedia.org/wiki/Szilassi_polyhedron) +Настройки GUI: -[Neighborly 2-Manifolds with 12 Vertices](https://doi.org/10.1006/jcta.1996.0069) +- количество GPU-цепочек (`0` — автоматический выбор по GPU и occupancy); +- число итераций в одном коротком CUDA-пакете; +- длительность запуска; +- включительный диапазон топологий `0..58`; +- период durable checkpoint; +- обычный режим или приоритет проработки худших топологий. -[Nonrealizable Minimal Vertex Triangulations of Surfaces](https://arxiv.org/abs/0801.2582) +GUI автоматически создаёт seed нового процесса. Seed и параметры сохраняются в +`run.tsv`, поэтому запуск можно воспроизвести без поля Seed в интерфейсе. -[sci.math newsletter chain](https://ics.uci.edu/~eppstein/junkyard/szilassi.html) +## Запуск через CLI + +Пример CUDA-поиска топологий 20–29 в течение восьми часов: + +```powershell +.\build\vs2026\Release\neighborly_main.exe --global-search --cuda ` + --topology-from 20 --topology-to 29 --minutes 480 ` + --cuda-chains 0 --cuda-iters 64 --checkpoint-seconds 30 ` + --seed 30000157 +``` + +По умолчанию геометрическое состояние находится в `results/search`. Другой каталог +задаётся через `--global-dir`. Повторный запуск с тем же каталогом продолжает поиск. + +Дополнительные режимы можно посмотреть через `--help`: + +- `--study ` — продолжение оптимизации существующего OBJ; +- `--repair-local ` — локальная координатная коррекция; +- `--hunt-local ` — сфокусированный поиск около известных дефектов; +- `--batch-hunt ` — серия независимых локальных запусков; +- запуск без режима — интерактивный legacy solver. + +Проверка модели: + +```powershell +.\build\vs2026\Release\verify_cpp.exe --obj path\candidate.obj ` + --topology 42 --eps 1e-13 --report runtime\verify.md +``` + +## Геометрическое состояние и восстановление + +Состояние штатного поиска хранится в `results/search`: + +- `topology_N/resume.planes`, `resume.obj`, `resume.meta` — удобное текущее + представление лучшего результата; +- `runs//topology_N/checkpoints/*.szcp` — immutable поколения checkpoint с CRC; +- `runs//topology_N/archive/*.szar` — MAP-Elites delta-файлы; +- `runs//run.tsv` и `metrics.tsv` — seed, конфигурация и телеметрия запуска. + +Новые поколения публикуются атомарно после flush. Повреждённое последнее поколение +не уничтожает предыдущее валидное. При штатной остановке сохраняются все изменённые +топологии, а ошибка durable-записи приводит к безопасному завершению с ошибкой. + +`leaderboard.tsv`, временные файлы и логи являются производными и игнорируются Git; +leaderboard восстанавливается при следующем запуске. + +## Локальный ML-датасет + +Обучающие данные и производные neural-модели являются локальным кэшем и **не входят +в Git**: + +- `results/search/runs//training` — `.sztd` shards и активный WAL; +- `results/search/topology_N/neural` — online-модель `.szonn` и служебные receipts; +- временные варианты этих файлов и marker достижения лимита. + +`.gitignore` исключает каталоги `training`, `neural`, все `.sztd/.szonn` и их +временные варианты. Не используйте `git add -f` для этих путей. + +Schema v3 сохраняет пригодные для последующего обучения факты: каждый успешный и +неуспешный CPU-верифицированный кандидат, FP32 chain-best выборку с точным `K/N`, +CUDA lineage и полный RNG snapshot, начальные и injected предложения, проверенные +rollout, SPSA double-траектории и старый replay в lossless-виде. + +WAL имеет CRC и durable commit boundary. После сбоя питания незавершённый хвост +отбрасывается, а подтверждённые записи сохраняются. Завершённые shards immutable. + +Общий локальный лимит ML-кэша равен ровно `200000000000` байт (200 GB, не GiB). +В расчёт входят существующие neural-файлы, резерв 59 финальных моделей и временный +файл атомарной замены. При достижении лимита: + +- новые обучающие записи больше не создаются; +- online-обучение замораживается; +- геометрический поиск, CPU/DD-проверка и checkpoint продолжаются; +- программа выводит предупреждение о необходимости пересмотреть формат/политику + хранения перед дальнейшим накоплением. + +Лимит рассчитан для одного поискового процесса в одном checkout. + +## Работа на нескольких компьютерах + +Для параллельного исследования задавайте непересекающиеся диапазоны топологий. +Каждый запуск создаёт отдельный UUID, поэтому `.szcp`, `.szar`, манифесты и метрики +объединяются обычным Git merge без отдельного merge-скрипта. + +Через Git переносятся только геометрическое состояние и небольшая телеметрия. +Локальный ML-датасет и neural-модели между компьютерами автоматически не +объединяются. Не добавляйте весь `results/search` принудительно; проверяйте +`git status` перед коммитом. + +## Если локальный ML-кэш уже отслеживается Git + +Следующая команда удаляет только записи из индекса и сохраняет сами файлы на диске: + +```powershell +git rm -r --cached --ignore-unmatch -- ` + ":(glob)results/search/**/training/**" ` + ":(glob)results/search/**/neural/**" ` + ":(glob)results/search/**/*.sztd" ` + ":(glob)results/search/**/*.sztd.*" ` + ":(glob)results/search/**/*.szonn" ` + ":(glob)results/search/**/*.szonn.*" ` + ":(glob)results/search/**/TRAINING_DATA_LIMIT_REACHED_REWRITE_REQUIRED.tsv" +``` + +После этого проверьте результат: + +```powershell +git status --short +git ls-files -ci --exclude-standard -- results/search +``` + +Затем изменения `.gitignore` и удаление из индекса можно закоммитить и отправить +обычным способом. `git rm --cached` не очищает старые commits. Если большие файлы +уже были опубликованы и должны исчезнуть из истории сервера, требуется отдельное +согласованное переписывание истории (`git filter-repo` и force-push); после него +остальные клоны необходимо пересоздать или синхронизировать вручную. + +## Тесты + +`TrainingArchiveSelfTest` проверяет byte-exact round-trip schema v3, CRC, corruption +detection, частичные WAL, recovery после сбоя, immutable publication и точную границу +200 GB. + +Запуск через CTest: + +```powershell +ctest --test-dir build/vs2026 -C Release --output-on-failure +``` + +Для проверки отдельного OBJ используется `verify_cpp.exe`. + +## Лицензия + +Условия использования находятся в [LICENSE](LICENSE). diff --git a/Szilassi.slnx b/Szilassi.slnx deleted file mode 100644 index 918dc297..00000000 --- a/Szilassi.slnx +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/projects/PolyhedronGui/launcher_gui.cpp b/projects/PolyhedronGui/launcher_gui.cpp index 949d4102..cd039b11 100644 --- a/projects/PolyhedronGui/launcher_gui.cpp +++ b/projects/PolyhedronGui/launcher_gui.cpp @@ -238,7 +238,7 @@ fs::path find_root() { static_cast(buffer.size())); fs::path candidate = fs::path(std::wstring(buffer.data(), length)).parent_path(); while (!candidate.empty()) { - if (fs::exists(candidate / L"Szilassi.slnx") && + if (fs::exists(candidate / L"CMakeLists.txt") && fs::exists(candidate / L"data" / L"topologies.txt")) { return candidate; } @@ -337,7 +337,8 @@ bool start_process( if (!fs::exists(exe)) { const std::wstring message = L"Не найден исполняемый файл:\n" + exe.wstring() + - L"\n\nСоберите Szilassi.slnx в конфигурации Release|x64."; + L"\n\nСоберите preset vs2026-release через CMake или отдельно " + L"projects\\Szilassi\\Szilassi.vcxproj в конфигурации Release|x64."; MessageBoxW(g_main_window, message.c_str(), L"Файл не найден", MB_OK | MB_ICONWARNING); return false; } diff --git a/projects/Szilassi/Szilassi.vcxproj b/projects/Szilassi/Szilassi.vcxproj index ce0e63be..a263b7ce 100644 --- a/projects/Szilassi/Szilassi.vcxproj +++ b/projects/Szilassi/Szilassi.vcxproj @@ -98,7 +98,8 @@ true WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true - $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) + /utf-8 %(AdditionalOptions) + $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\OnlineSurrogate;$(ProjectDir)..\..\src\TrainingArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) stdcpp17 @@ -115,7 +116,8 @@ false WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true - $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) + /utf-8 %(AdditionalOptions) + $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\OnlineSurrogate;$(ProjectDir)..\..\src\TrainingArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) Speed AdvancedVectorExtensions2 false @@ -136,7 +138,8 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true - $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) + /utf-8 %(AdditionalOptions) + $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\OnlineSurrogate;$(ProjectDir)..\..\src\TrainingArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) stdcpp17 @@ -153,7 +156,8 @@ false NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true - $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) + /utf-8 %(AdditionalOptions) + $(ProjectDir)..\..\src\NeighborlyCore;$(ProjectDir)..\..\src\Checkpoint;$(ProjectDir)..\..\src\SearchArchive;$(ProjectDir)..\..\src\OnlineSurrogate;$(ProjectDir)..\..\src\TrainingArchive;$(ProjectDir)..\..\src\CudaSearch;$(ProjectDir)..\..\external\eigen-3.4.0;%(AdditionalIncludeDirectories) Speed AdvancedVectorExtensions2 false @@ -173,6 +177,8 @@ + + @@ -181,6 +187,8 @@ compute_89,sm_89;compute_120,sm_120;compute_120,compute_120 + $(IntDir)%(Filename)%(Extension).obj + $(IntDir) @@ -189,6 +197,8 @@ + + diff --git a/projects/Szilassi/Szilassi.vcxproj.filters b/projects/Szilassi/Szilassi.vcxproj.filters index c8d68521..52bfccb8 100644 --- a/projects/Szilassi/Szilassi.vcxproj.filters +++ b/projects/Szilassi/Szilassi.vcxproj.filters @@ -27,6 +27,12 @@ Source Files + + Source Files + + + Source Files + Source Files @@ -47,6 +53,12 @@ Header Files + + Header Files + + + Header Files + Header Files diff --git a/projects/Szilassi/main.cpp b/projects/Szilassi/main.cpp index ddd6c3bd..680ef478 100644 --- a/projects/Szilassi/main.cpp +++ b/projects/Szilassi/main.cpp @@ -4,6 +4,8 @@ #include "wide_real.h" #include "GlobalCheckpoint.h" #include "SearchArchive.h" +#include "OnlineSurrogate.h" +#include "TrainingArchive.h" #include "cuda_search.h" #include #include @@ -14,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -27,13 +30,19 @@ #include #include #include +#include #include #include +#include #ifdef _WIN32 #ifndef NOMINMAX #define NOMINMAX #endif #include +#else +#include +#include +#include #endif #ifdef USE_CAIRO #include @@ -42,9 +51,13 @@ #define NUM_TOPOLOGIES 59 #define DUAL_PROBLEM 0 constexpr int GLOBAL_PLANE_VALUE_COUNT = 36; -constexpr std::uint32_t GLOBAL_OBJECTIVE_VERSION = 4; +constexpr std::uint32_t GLOBAL_OBJECTIVE_VERSION = 5; +constexpr std::uint32_t GLOBAL_NEURAL_SCHEMA_VERSION = 2; constexpr std::uint32_t MIN_COMPATIBLE_ARCHIVE_OBJECTIVE_VERSION = 3; constexpr int CUDA_SESSION_CACHE_LIMIT = NUM_TOPOLOGIES; +constexpr std::uint64_t TRAINING_CACHE_LIMIT_BYTES = 200000000000ULL; +constexpr std::uint64_t NEURAL_MODEL_BUDGET_PER_TOPOLOGY = 4ULL * 1024ULL * 1024ULL; +constexpr std::uint32_t TRAINING_ARCHIVE_SCHEMA_VERSION = 3; struct StudyOptions { std::string obj_path = "data/shape_c2_i0_0.obj"; @@ -94,6 +107,7 @@ struct LocalRepairOptions { bool save_plane_state(const std::filesystem::path& path, const VectorXd& x); bool load_plane_state(const std::filesystem::path& path, VectorXd& x); +bool load_global_topology_context(int topology); double (*select_objective(const std::string& name))(const VectorXd&) { if (name == "sum") { return objective_sum; } @@ -2202,8 +2216,12 @@ struct GlobalMetrics { int crossings = std::numeric_limits::max() / 4; int intersections = std::numeric_limits::max() / 4; double crossing_loss = std::numeric_limits::infinity(); + double intersection_loss = std::numeric_limits::infinity(); double geometry_penalty = std::numeric_limits::infinity(); double degeneracy_penalty = std::numeric_limits::infinity(); + double worst_degeneracy = std::numeric_limits::infinity(); + double condition_number = std::numeric_limits::infinity(); + double condition_penalty = std::numeric_limits::infinity(); double energy = std::numeric_limits::infinity(); // Geometry descriptors are kept separately from the objective. They are // used by the quality-diversity archive; changing archive bins therefore @@ -2212,6 +2230,8 @@ struct GlobalMetrics { double relative_min_edge = 0.0; double min_turn_sine = 0.0; double max_vertex_norm = std::numeric_limits::infinity(); + std::uint16_t crossing_face_mask = 0; + std::uint16_t intersection_face_mask = 0; bool canonical = false; bool precise = false; }; @@ -2280,6 +2300,10 @@ struct GlobalTopologyState { } cem; std::unordered_set cem_seen_state_hashes; + std::unique_ptr neural; + bool neural_dirty = false; + std::uint64_t neural_sequence = 0; + // The scheduler state is intentionally run-local. Durable geometry and // counters are mergeable; a bandit can relearn its allocation cheaply and // must not make two independent computers contend for mutable state. @@ -2288,6 +2312,12 @@ struct GlobalTopologyState { std::uint64_t scheduler_last_improvement = 0; double scheduler_reward_ema = 0.0; + // Run-local strategy portfolio. Durable geometry remains independent of + // these values, so two machines can merge ordinary checkpoints without + // contending for a learned scheduler state. + std::array strategy_reward_ema{{0.15, 0.02, 0.05, 0.03, 0.25}}; + std::array strategy_observations{}; + std::uint64_t archive_sequence = 0; struct RoundTelemetry { @@ -2309,6 +2339,15 @@ struct GlobalTopologyState { std::array strategy_verified{}; std::array strategy_archive_improvements{}; std::array strategy_global_improvements{}; + std::array strategy_weights{{4, 3, 3, 3, 3}}; + std::uint64_t neural_samples_added = 0; + std::uint64_t neural_training_steps = 0; + std::uint64_t neural_seed_count = 0; + std::uint64_t training_verified_records = 0; + std::uint64_t training_fp32_records = 0; + std::uint64_t training_seed_records = 0; + std::uint64_t training_rollout_records = 0; + std::uint64_t training_refinement_records = 0; } last_round; }; @@ -2316,6 +2355,7 @@ struct GlobalTrialResult { GlobalMetrics best; VectorXd best_x; int iterations = 0; + std::uint64_t evaluated_states = 0; }; struct GlobalVerifiedCandidate { @@ -2325,6 +2365,1225 @@ struct GlobalVerifiedCandidate { std::uint64_t chain_id = 0; }; +struct TrainingArchiveSession { + std::unique_ptr writer; + szilassi::training::RunId run_id{}; + std::filesystem::path run_directory; + std::uint64_t next_record_sequence = 0; + std::uint64_t legacy_records = 0; + bool fatal_error = false; + bool limit_warning_emitted = false; +}; + +std::uint64_t training_hash_bytes(const void* data, std::size_t size) { + const auto* bytes = static_cast(data); + std::uint64_t hash = 1469598103934665603ULL; + for (std::size_t index = 0; index < size; ++index) { + hash ^= static_cast(bytes[index]); + hash *= 1099511628211ULL; + } + return hash; +} + +std::uint64_t training_hash_text(const std::string& text) { + return training_hash_bytes(text.data(), text.size()); +} + +std::uint64_t training_splitmix64(std::uint64_t value) { + value += 0x9e3779b97f4a7c15ULL; + value = (value ^ (value >> 30U)) * 0xbf58476d1ce4e5b9ULL; + value = (value ^ (value >> 27U)) * 0x94d049bb133111ebULL; + return value ^ (value >> 31U); +} + +std::uint64_t cuda_chain_initial_rng_state( + std::uint64_t session_seed, + std::uint64_t chain_id +) { + std::uint64_t state = training_splitmix64( + session_seed ^ (chain_id + 1ULL) * 0x9e3779b97f4a7c15ULL); + if (state == 0) state = 0x2545f4914f6cdd1dULL; + return state; +} + +szilassi::training::RunId training_run_id_from_string(const std::string& text) { + szilassi::training::RunId result; + std::string hexadecimal; + hexadecimal.reserve(32); + for (char value : text) { + if (value != '-') { + hexadecimal.push_back(value); + } + } + auto digit = [](char value) -> int { + if (value >= '0' && value <= '9') return value - '0'; + if (value >= 'a' && value <= 'f') return 10 + value - 'a'; + if (value >= 'A' && value <= 'F') return 10 + value - 'A'; + return -1; + }; + bool valid = hexadecimal.size() == result.bytes.size() * 2; + for (std::size_t index = 0; valid && index < result.bytes.size(); ++index) { + const int high = digit(hexadecimal[index * 2]); + const int low = digit(hexadecimal[index * 2 + 1]); + valid = high >= 0 && low >= 0; + if (valid) { + result.bytes[index] = static_cast((high << 4) | low); + } + } + if (!valid) { + const std::uint64_t first = training_hash_text(text); + const std::uint64_t second = training_hash_text("szilassi-run:" + text); + std::memcpy(result.bytes.data(), &first, sizeof(first)); + std::memcpy(result.bytes.data() + sizeof(first), &second, sizeof(second)); + } + return result; +} + +szilassi::training::PlaneState training_plane_state( + const cuda_search::PlaneState& source +) { + szilassi::training::PlaneState result; + result.values = source.values; + return result; +} + +szilassi::training::PlaneState training_plane_state(const VectorXd& source) { + szilassi::training::PlaneState result; + for (int component = 0; component < GLOBAL_PLANE_VALUE_COUNT; ++component) { + result.values[static_cast(component)] = + component < source.size() && std::isfinite(source[component]) + ? static_cast(source[component]) + : 0.0f; + } + return result; +} + +szilassi::training::PrecisePlaneState training_precise_plane_state( + const VectorXd& source +) { + szilassi::training::PrecisePlaneState result; + for (int component = 0; component < GLOBAL_PLANE_VALUE_COUNT; ++component) { + result.values[static_cast(component)] = + component < source.size() && std::isfinite(source[component]) + ? source[component] + : 0.0; + } + return result; +} + +std::uint64_t training_plane_hash(const szilassi::training::PlaneState& state) { + std::array bytes{}; + for (std::size_t component = 0; component < state.values.size(); ++component) { + std::uint32_t bits = 0; + std::memcpy(&bits, &state.values[component], sizeof(bits)); + for (std::size_t byte = 0; byte < 4; ++byte) { + bytes[component * 4 + byte] = static_cast( + bits >> (byte * 8)); + } + } + return training_hash_bytes(bytes.data(), bytes.size()); +} + +szilassi::training::Metrics training_metrics(const GlobalMetrics& source) { + szilassi::training::Metrics result; + result.crossings = source.crossings; + result.intersections = source.intersections; + result.crossing_loss = source.crossing_loss; + result.intersection_loss = source.intersection_loss; + result.geometry_penalty = source.geometry_penalty; + result.degeneracy_penalty = source.degeneracy_penalty; + result.worst_degeneracy = source.worst_degeneracy; + result.energy = source.energy; + result.min_plane_determinant = source.min_plane_determinant; + result.relative_min_edge = source.relative_min_edge; + result.min_turn_sine = source.min_turn_sine; + result.max_vertex_norm = source.max_vertex_norm; + result.condition_number = source.condition_number; + result.condition_penalty = source.condition_penalty; + result.crossing_face_mask = source.crossing_face_mask; + result.intersection_face_mask = source.intersection_face_mask; + result.flags = szilassi::training::MetricFinite | + szilassi::training::MetricHasSmoothLosses | + szilassi::training::MetricHasGeometryPenalty | + szilassi::training::MetricHasWorstDegeneracy | + szilassi::training::MetricHasShapeDescriptors | + szilassi::training::MetricHasCondition | + szilassi::training::MetricHasFaceMasks | + szilassi::training::MetricHasEnergy; + if (source.canonical) { + result.flags |= szilassi::training::MetricCanonical; + } + if (source.precise) { + result.flags |= szilassi::training::MetricPrecise | + szilassi::training::MetricDdVerified; + } + return result; +} + +szilassi::training::ApproximateMetrics training_cuda_metrics( + const cuda_search::Candidate& source +) { + szilassi::training::ApproximateMetrics result; + result.crossings = std::max(0, source.crossings); + result.intersections = std::max(0, source.intersections); + result.flags = szilassi::training::ApproximateHasCounts; + if (std::isfinite(source.crossing_loss) && source.crossing_loss >= 0.0f && + std::isfinite(source.intersection_loss) && source.intersection_loss >= 0.0f) { + result.crossing_loss = source.crossing_loss; + result.intersection_loss = source.intersection_loss; + result.flags |= szilassi::training::ApproximateHasCudaLosses; + } + if (std::isfinite(source.geometry_penalty) && source.geometry_penalty >= 0.0f && + std::isfinite(source.degeneracy_penalty) && source.degeneracy_penalty >= 0.0f) { + result.geometry_penalty = source.geometry_penalty; + result.degeneracy_penalty = source.degeneracy_penalty; + result.flags |= szilassi::training::ApproximateHasGeometryPenalty; + } + if (std::isfinite(source.energy)) { + result.energy = source.energy; + result.flags |= szilassi::training::ApproximateHasEnergy; + } + if (std::isfinite(source.min_plane_determinant) && + source.min_plane_determinant >= 0.0f && + std::isfinite(source.relative_min_edge) && + source.relative_min_edge >= 0.0f && + std::isfinite(source.min_turn_sine) && + source.min_turn_sine >= 0.0f && + std::isfinite(source.max_vertex_norm) && + source.max_vertex_norm >= 0.0f) { + result.min_plane_determinant = source.min_plane_determinant; + result.relative_min_edge = source.relative_min_edge; + result.min_turn_sine = source.min_turn_sine; + result.max_vertex_norm = source.max_vertex_norm; + result.flags |= + szilassi::training::ApproximateHasShapeDescriptors; + } + result.ambiguity_flags = source.ambiguity_flags; + result.flags |= szilassi::training::ApproximateHasAmbiguity; + return result; +} + +szilassi::training::BehaviorPrediction training_behavior_prediction( + const szilassi::surrogate::Prediction& source +) { + szilassi::training::BehaviorPrediction result; + result.improvement_logit = source.improvement_logit; + result.improvement_probability = source.improvement_probability; + result.expected_defect_gain = source.expected_defect_gain; + result.uncertainty = source.uncertainty; + result.plane_probabilities = source.plane_probabilities; + result.move_probabilities = source.move_probabilities; + result.scale_probabilities = source.scale_probabilities; + result.flags = source.finite ? 1U : 0U; + return result; +} + +std::string training_status_system_error(const char* operation, int code) { +#ifdef _WIN32 + return std::string(operation) + ": " + + std::system_category().message(code); +#else + return std::string(operation) + ": " + + std::generic_category().message(code); +#endif +} + +void set_training_status_error(std::string* error, std::string message) { + if (error != nullptr) { + *error = std::move(message); + } +} + +bool durably_flush_file( + const std::filesystem::path& path, + std::string& error +) { +#ifdef _WIN32 + const HANDLE handle = CreateFileW( + path.c_str(), + GENERIC_WRITE, + FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE, + nullptr, + OPEN_EXISTING, + FILE_ATTRIBUTE_NORMAL, + nullptr); + if (handle == INVALID_HANDLE_VALUE) { + error = training_status_system_error( + "Cannot open training status file for durable flush", + static_cast(GetLastError())); + return false; + } + const bool flushed = FlushFileBuffers(handle) != 0; + const int flush_error = flushed ? 0 : static_cast(GetLastError()); + const bool closed = CloseHandle(handle) != 0; + const int close_error = closed ? 0 : static_cast(GetLastError()); + if (!flushed) { + error = training_status_system_error( + "Cannot flush training status file", flush_error); + return false; + } + if (!closed) { + error = training_status_system_error( + "Cannot close training status file", close_error); + return false; + } + return true; +#else + int flags = O_RDONLY; +#ifdef O_CLOEXEC + flags |= O_CLOEXEC; +#endif + const int descriptor = ::open(path.c_str(), flags); + if (descriptor < 0) { + error = training_status_system_error( + "Cannot open training status file for fsync", errno); + return false; + } + const bool flushed = ::fsync(descriptor) == 0; + const int flush_error = flushed ? 0 : errno; + const bool closed = ::close(descriptor) == 0; + const int close_error = closed ? 0 : errno; + if (!flushed) { + error = training_status_system_error( + "Cannot fsync training status file", flush_error); + return false; + } + if (!closed) { + error = training_status_system_error( + "Cannot close training status file", close_error); + return false; + } + return true; +#endif +} + +bool durably_flush_parent_directory( + const std::filesystem::path& path, + std::string& error +) { +#ifdef _WIN32 + (void)path; + (void)error; + // MOVEFILE_WRITE_THROUGH below is the Windows publication boundary. + return true; +#else + const std::filesystem::path directory = path.parent_path().empty() + ? std::filesystem::path(".") + : path.parent_path(); + int flags = O_RDONLY; +#ifdef O_CLOEXEC + flags |= O_CLOEXEC; +#endif +#ifdef O_DIRECTORY + flags |= O_DIRECTORY; +#endif + const int descriptor = ::open(directory.c_str(), flags); + if (descriptor < 0) { + error = training_status_system_error( + "Cannot open training status directory for fsync", errno); + return false; + } + const bool flushed = ::fsync(descriptor) == 0; + const int flush_error = flushed ? 0 : errno; + const bool closed = ::close(descriptor) == 0; + const int close_error = closed ? 0 : errno; + if (!flushed) { + error = training_status_system_error( + "Cannot fsync training status directory", flush_error); + return false; + } + if (!closed) { + error = training_status_system_error( + "Cannot close training status directory", close_error); + return false; + } + return true; +#endif +} + +bool write_training_status_file( + const std::filesystem::path& path, + const std::string& contents, + std::string& error +) { + std::ofstream out(path, std::ios::binary | std::ios::trunc); + if (!out) { + error = "Cannot create training status temporary file: " + path.string(); + return false; + } + out << contents; + out.flush(); + if (!out) { + error = "Cannot write training status temporary file: " + path.string(); + return false; + } + out.close(); + if (!out) { + error = "Cannot close training status temporary file: " + path.string(); + return false; + } + return durably_flush_file(path, error); +} + +bool write_training_status_file_atomic( + const std::filesystem::path& path, + const std::string& contents, + std::string* error = nullptr +) { + set_training_status_error(error, {}); + std::error_code directory_error; + if (path.has_parent_path()) { + std::filesystem::create_directories(path.parent_path(), directory_error); + if (directory_error) { + set_training_status_error( + error, + "Cannot create training status directory: " + + directory_error.message()); + return false; + } + } + const std::uint64_t nonce = static_cast( + std::chrono::high_resolution_clock::now().time_since_epoch().count()); + std::ostringstream suffix; +#ifdef _WIN32 + suffix << ".tmp." << GetCurrentProcessId() << "." << std::hex << nonce; +#else + suffix << ".tmp." << ::getpid() << "." << std::hex << nonce; +#endif + const std::filesystem::path temporary = path.string() + suffix.str(); + std::string operation_error; + if (!write_training_status_file(temporary, contents, operation_error)) { + std::error_code remove_error; + std::filesystem::remove(temporary, remove_error); + set_training_status_error(error, std::move(operation_error)); + return false; + } +#ifdef _WIN32 + const bool published = MoveFileExW( + temporary.c_str(), + path.c_str(), + MOVEFILE_REPLACE_EXISTING | MOVEFILE_WRITE_THROUGH) != 0; + if (!published) { + const int publish_error = static_cast(GetLastError()); + std::error_code remove_error; + std::filesystem::remove(temporary, remove_error); + set_training_status_error( + error, + training_status_system_error( + "Cannot atomically publish training status file", publish_error)); + return false; + } +#else + if (::rename(temporary.c_str(), path.c_str()) != 0) { + const int publish_error = errno; + std::error_code remove_error; + std::filesystem::remove(temporary, remove_error); + set_training_status_error( + error, + training_status_system_error( + "Cannot atomically publish training status file", publish_error)); + return false; + } + if (!durably_flush_parent_directory(path, operation_error)) { + // The rename may already be visible. Do not delete the only complete + // marker; report that its directory entry could not be guaranteed + // durable so the caller can retry or stop explicitly. + set_training_status_error(error, std::move(operation_error)); + return false; + } +#endif + return true; +} + +void poll_training_archive_notices(TrainingArchiveSession& archive) { + if (archive.writer == nullptr) return; + std::string detail; + const bool transitioned = archive.writer->take_limit_notice(detail); + if ((transitioned || archive.writer->limit_reached()) && + !archive.limit_warning_emitted) { + archive.limit_warning_emitted = true; + const std::string warning = + "ВНИМАНИЕ: достигнут лимит обучающего кэша 200 000 000 000 байт. " + "Сбор новых данных и онлайн-обучение остановлены; геометрический поиск " + "продолжается с уже обученной моделью. Перед дальнейшим накоплением " + "нужно пересмотреть программу и формат архива."; + std::cerr << warning << std::endl; + std::ostringstream marker; + marker << "format\tszilassi-training-limit-v1\n" + << "limit_bytes\t" << TRAINING_CACHE_LIMIT_BYTES << "\n" + << "accounted_bytes\t" << archive.writer->committed_bytes() << "\n" + << "collection_enabled\t0\n" + << "required_action\trewrite-or-revise-training-archive\n" + << "detail\t" << detail << "\n"; + const std::filesystem::path marker_path = + archive.run_directory / "TRAINING_DATA_LIMIT_REACHED_REWRITE_REQUIRED.tsv"; + std::string marker_error; + if (!write_training_status_file_atomic( + marker_path, + marker.str(), + &marker_error)) { + std::cerr << "Cannot durably write training-limit warning marker: " + << marker_path << ": " << marker_error << std::endl; + } + } + detail.clear(); + if (archive.writer->take_write_error_notice(detail)) { + archive.fatal_error = true; + std::cerr << "Training archive write failed; stopping search safely: " + << detail << std::endl; + } +} + +template +bool append_training_record(TrainingArchiveSession* archive, const Record& record) { + if (archive == nullptr || archive->writer == nullptr || + archive->fatal_error || + !archive->writer->collection_enabled()) { + return false; + } + const szilassi::training::AppendResult result = archive->writer->append(record); + poll_training_archive_notices(*archive); + if (result.status == szilassi::training::AppendStatus::InvalidRecord) { + archive->fatal_error = true; + std::cerr << "Internal error: rejected invalid training archive record; " + << "stopping instead of losing training data." << std::endl; + } else if (result.status == szilassi::training::AppendStatus::WriteError) { + archive->fatal_error = true; + } + return result.accepted; +} + +bool checkpoint_training_archive(TrainingArchiveSession* archive) { + if (archive == nullptr || archive->writer == nullptr) return true; + std::string error; + if (!archive->writer->flush(&error)) { + archive->fatal_error = true; + std::cerr << "Cannot durably checkpoint training archive: " << error << std::endl; + poll_training_archive_notices(*archive); + return false; + } + poll_training_archive_notices(*archive); + return true; +} + +bool seal_training_archive(TrainingArchiveSession* archive) { + if (archive == nullptr || archive->writer == nullptr) return true; + std::string error; + if (!archive->writer->seal(&error)) { + archive->fatal_error = true; + std::cerr << "Cannot seal immutable training shard: " << error << std::endl; + poll_training_archive_notices(*archive); + return false; + } + poll_training_archive_notices(*archive); + return true; +} + +szilassi::training::CommonContext make_training_context( + TrainingArchiveSession& archive, + const LocalRepairOptions& options, + const GlobalTopologyState& state, + std::uint64_t round_seed, + const szilassi::training::BatchConfig& batch, + std::uint64_t session_seed = 0, + std::uint64_t session_batch_ordinal = 0, + std::uint64_t completed_trials_offset = 0, + std::uint64_t completed_iterations_offset = 0 +) { + szilassi::training::CommonContext context; + context.run_id = archive.run_id; + context.record_sequence = ++archive.next_record_sequence; + context.unix_time_ns = szilassi::checkpoint::unix_time_ns_now(); + context.topology_fingerprint = topology_fingerprint(); + context.algorithm_fingerprint = training_hash_text( + options.use_cuda + ? "hybrid-quality-diversity-neural-v3-cuda-fp32" + : "cpu-parallel-simulated-annealing-double"); + static const std::uint64_t build_fingerprint = training_hash_text( + std::string(__DATE__) + " " + __TIME__); + context.build_fingerprint = build_fingerprint; + context.device_fingerprint = training_hash_text(g_search_device_id); + context.run_seed = static_cast( + static_cast(options.seed)); + context.round_seed = round_seed; + context.session_seed = session_seed; + context.session_batch_ordinal = session_batch_ordinal; + context.completed_trials = state.trials + completed_trials_offset; + context.completed_iterations = state.iterations + completed_iterations_offset; + context.topology = static_cast(state.topology); + context.objective_version = GLOBAL_OBJECTIVE_VERSION; + context.search_mode = options.use_cuda ? 1U : 2U; + context.flags = TRAINING_ARCHIVE_SCHEMA_VERSION; + context.batch = batch; + return context; +} + +szilassi::training::BatchConfig make_cuda_training_batch_config( + const LocalRepairOptions& options, + int effective_chain_count, + const std::array& strategy_weights, + const cuda_search::BatchRunConfig& run_config, + const cuda_search::BatchResult& result +) { + szilassi::training::BatchConfig batch; + batch.chain_count = static_cast(std::max(0, effective_chain_count)); + batch.iterations_per_chain = static_cast( + std::max(0, options.cuda_iterations)); + batch.iterations_per_kernel = static_cast( + std::clamp(options.cuda_iterations, 1, 16)); + batch.shortlist_size = static_cast( + std::min(128, std::max(0, effective_chain_count))); + const int total_weight = std::accumulate( + strategy_weights.begin(), strategy_weights.end(), 0); + std::array counts{}; + if (total_weight > 0) { + for (int chain = 0; chain < effective_chain_count; ++chain) { + const int residue = chain % total_weight; + int boundary = 0; + for (std::size_t strategy = 0; strategy < counts.size(); ++strategy) { + boundary += strategy_weights[strategy]; + if (residue < boundary) { + counts[strategy] += 1; + break; + } + } + } + } + batch.baseline_chains = counts[0]; + batch.replica_chains = counts[1]; + batch.adaptive_chains = counts[2]; + batch.pbt_chains = counts[3]; + // This field describes the disjoint strategy cohort, not the number of + // host seeds actually copied into that cohort during this batch. + batch.injected_chains = counts[4]; + batch.fresh_numerator = static_cast( + std::max(0, run_config.fresh_numerator)); + batch.fresh_denominator = static_cast( + std::max(1, run_config.fresh_denominator)); + batch.replica_group_size = static_cast( + std::max(0, run_config.replica_group_size)); + batch.injected_pool_size = static_cast( + std::min( + run_config.injected_states.size(), + std::numeric_limits::max())); + batch.evaluated_states = result.evaluated_states; + batch.initialization_evaluated_states = + result.initialization_evaluated_states; + batch.additional_evaluated_states = result.strategy_evaluated_states; + batch.stagnation_iterations = static_cast( + std::max(256, options.stagnation)); + batch.initial_temperature = static_cast(options.temperature); + batch.final_temperature = static_cast(options.temperature * 0.04); + batch.proposal_scale = static_cast(options.step) * run_config.step_scale; + batch.minimum_step = static_cast( + std::max(1e-7, options.step * options.min_step_ratio)); + batch.cooling = static_cast(options.beta); + batch.minimum_temperature = static_cast(options.temperature * 0.04); + batch.jump_chance = static_cast(options.jump_chance); + batch.initial_state_jitter = static_cast(options.step * 0.10); + batch.replica_temperature_ratio = run_config.replica_temperature_ratio; + batch.pbt_exploit_chance = run_config.pbt_exploit_chance; + batch.pbt_state_jitter = run_config.pbt_state_jitter; + batch.injected_state_jitter = run_config.injected_state_jitter; + batch.degeneracy_weight = static_cast(options.degeneracy_weight); + for (std::size_t strategy = 0; strategy < strategy_weights.size(); ++strategy) { + // Preserve the exact integer cohort pattern. Counts above provide the + // realized fractions on a particular GPU, so normalization later is + // lossless while the chain-id mapping remains reproducible. + batch.strategy_weights[strategy] = static_cast( + strategy_weights[strategy]); + } + return batch; +} + +szilassi::training::BatchConfig make_cpu_training_batch_config( + const LocalRepairOptions& options, + int trial_count, + int iterations +) { + szilassi::training::BatchConfig batch; + batch.chain_count = static_cast(std::max(0, trial_count)); + batch.iterations_per_chain = static_cast(std::max(0, iterations)); + batch.iterations_per_kernel = 1; + batch.shortlist_size = static_cast(std::max(0, trial_count)); + batch.baseline_chains = batch.chain_count; + batch.evaluated_states = static_cast(batch.chain_count) * + static_cast(batch.iterations_per_chain); + batch.fresh_denominator = 1; + batch.stagnation_iterations = static_cast( + std::max(0, options.stagnation)); + batch.initial_temperature = static_cast(options.temperature); + batch.final_temperature = static_cast( + options.temperature * std::pow( + options.beta, + static_cast(std::max(0, iterations)))); + batch.proposal_scale = static_cast(options.step); + batch.minimum_step = static_cast( + std::max(1e-12, options.step * options.min_step_ratio)); + batch.cooling = static_cast(options.beta); + batch.minimum_temperature = 0.0f; + batch.jump_chance = static_cast(options.jump_chance); + batch.degeneracy_weight = static_cast(options.degeneracy_weight); + batch.strategy_weights[0] = 1.0f; + return batch; +} + +std::filesystem::path neural_model_relative_path(int topology) { + return std::filesystem::path( + "topology_" + std::to_string(topology)) / + "neural" / + ("online_surrogate_v" + std::to_string(GLOBAL_OBJECTIVE_VERSION) + + "_s" + std::to_string(GLOBAL_NEURAL_SCHEMA_VERSION) + ".szonn"); +} + +bool scan_neural_cache_bytes( + const std::filesystem::path& root, + std::uint64_t& bytes, + std::array& final_snapshot_bytes, + std::string& error +) { + bytes = 0; + final_snapshot_bytes.fill(0); + std::error_code exists_error; + const bool exists = std::filesystem::exists(root, exists_error); + if (exists_error) { + error = "Cannot inspect cache root " + root.string() + ": " + + exists_error.message(); + return false; + } + if (!exists) return true; + std::error_code iterator_error; + std::filesystem::recursive_directory_iterator iterator( + root, + std::filesystem::directory_options::none, + iterator_error); + const std::filesystem::recursive_directory_iterator end; + while (!iterator_error && iterator != end) { + std::error_code status_error; + const bool regular = iterator->is_regular_file(status_error); + if (status_error) { + error = "Cannot inspect cache entry " + iterator->path().string() + + ": " + status_error.message(); + return false; + } + bool inside_neural_directory = false; + const std::filesystem::path relative = + iterator->path().lexically_relative(root); + for (const auto& component : relative) { + if (component == "neural") { + inside_neural_directory = true; + break; + } + } + if (regular && inside_neural_directory) { + const std::uint64_t size = iterator->file_size(status_error); + if (status_error || size > std::numeric_limits::max() - bytes) { + error = "Cannot account cache file " + iterator->path().string(); + return false; + } + bytes += size; + for (int topology = 0; topology < NUM_TOPOLOGIES; ++topology) { + if (relative == neural_model_relative_path(topology)) { + final_snapshot_bytes[static_cast(topology)] = size; + break; + } + } + } + iterator.increment(iterator_error); + } + if (iterator_error) { + error = "Cannot scan cache root " + root.string() + ": " + + iterator_error.message(); + return false; + } + return true; +} + +bool scan_training_archive_tree_bytes( + const std::filesystem::path& runs_root, + std::uint64_t& bytes, + std::string& error +) { + bytes = 0; + std::error_code exists_error; + if (!std::filesystem::exists(runs_root, exists_error)) { + if (exists_error) { + error = "Cannot inspect run archive root: " + exists_error.message(); + return false; + } + return true; + } + std::error_code iterator_error; + std::filesystem::directory_iterator iterator(runs_root, iterator_error); + const std::filesystem::directory_iterator end; + while (!iterator_error && iterator != end) { + std::error_code type_error; + if (iterator->is_directory(type_error) && !type_error) { + const std::filesystem::path training_directory = + iterator->path() / "training"; + std::uint64_t run_bytes = 0; + std::string scan_error; + if (!szilassi::training::scan_archive_bytes( + training_directory, + run_bytes, + &scan_error)) { + error = std::move(scan_error); + return false; + } + if (run_bytes > std::numeric_limits::max() - bytes) { + error = "Training archive byte count overflow"; + return false; + } + bytes += run_bytes; + } else if (type_error) { + error = "Cannot inspect run archive entry: " + type_error.message(); + return false; + } + iterator.increment(iterator_error); + } + if (iterator_error) { + error = "Cannot enumerate run archive root: " + iterator_error.message(); + return false; + } + return true; +} + +bool recover_training_archive_tree( + const std::filesystem::path& runs_root, + std::uint64_t archive_cap_bytes, + szilassi::training::RecoveryReport& aggregate, + std::string& error +) { + aggregate = {}; + std::uint64_t total_bytes = 0; + if (!scan_training_archive_tree_bytes(runs_root, total_bytes, error)) { + return false; + } + std::error_code exists_error; + if (!std::filesystem::exists(runs_root, exists_error)) { + if (exists_error) { + error = "Cannot inspect run archive root: " + exists_error.message(); + return false; + } + return true; + } + std::vector training_directories; + std::error_code iterator_error; + std::filesystem::directory_iterator iterator(runs_root, iterator_error); + const std::filesystem::directory_iterator end; + while (!iterator_error && iterator != end) { + std::error_code type_error; + if (iterator->is_directory(type_error) && !type_error) { + training_directories.push_back(iterator->path() / "training"); + } else if (type_error) { + error = "Cannot inspect run archive entry: " + type_error.message(); + return false; + } + iterator.increment(iterator_error); + } + if (iterator_error) { + error = "Cannot enumerate run archive root: " + iterator_error.message(); + return false; + } + std::sort(training_directories.begin(), training_directories.end()); + for (const std::filesystem::path& directory : training_directories) { + const std::filesystem::path wal = directory / "active.sztd.wal"; + const std::filesystem::path commit = directory / "active.sztd.wal.commit"; + const std::filesystem::path commit_temporary = + directory / "active.sztd.wal.commit.tmp"; + std::error_code wal_error; + const bool has_wal = std::filesystem::exists(wal, wal_error); + if (wal_error) { + error = "Cannot inspect training WAL " + wal.string() + ": " + + wal_error.message(); + return false; + } + std::error_code commit_error; + std::error_code commit_temporary_error; + const bool has_commit = std::filesystem::exists(commit, commit_error); + const bool has_commit_temporary = + std::filesystem::exists(commit_temporary, commit_temporary_error); + if (commit_error || commit_temporary_error) { + error = "Cannot inspect training commit marker in " + directory.string() + + ": " + (commit_error ? commit_error.message() + : commit_temporary_error.message()); + return false; + } + if (!has_wal && !has_commit && !has_commit_temporary) continue; + if (total_bytes > archive_cap_bytes && has_wal) { + // A Git merge can combine two independently capped clones. Keep + // the local WAL byte-for-byte for a future archive revision, but + // do not make an already-over-limit cache stop geometric search. + ++aggregate.wals_found; + ++aggregate.wals_deferred_at_limit; + continue; + } + std::uint64_t local_before = 0; + std::string local_error; + if (!szilassi::training::scan_archive_bytes( + directory, + local_before, + &local_error)) { + error = std::move(local_error); + return false; + } + const std::uint64_t remaining = total_bytes <= archive_cap_bytes + ? archive_cap_bytes - total_bytes + : 0; + if (local_before > std::numeric_limits::max() - remaining) { + error = "Training recovery byte-count overflow"; + return false; + } + szilassi::training::RecoveryReport report; + if (!szilassi::training::recover_archive_wals( + directory, + local_before + remaining, + report, + &local_error)) { + error = std::move(local_error); + return false; + } + std::uint64_t local_after = 0; + if (!szilassi::training::scan_archive_bytes( + directory, + local_after, + &local_error)) { + error = std::move(local_error); + return false; + } + if (local_after >= local_before) { + const std::uint64_t added = local_after - local_before; + if (added > archive_cap_bytes - total_bytes) { + error = "Recovered training WAL exceeded the exact cache allocation"; + return false; + } + total_bytes += added; + } else { + const std::uint64_t removed = local_before - local_after; + if (removed > total_bytes) { + error = "Recovered training WAL produced an invalid byte count"; + return false; + } + total_bytes -= removed; + } + aggregate.wals_found += report.wals_found; + aggregate.shards_sealed += report.shards_sealed; + aggregate.wals_deferred_at_limit += report.wals_deferred_at_limit; + aggregate.empty_wals_removed += report.empty_wals_removed; + aggregate.torn_bytes_discarded += report.torn_bytes_discarded; + aggregate.records_recovered += report.records_recovered; + } + return true; +} + +std::filesystem::path legacy_replay_export_marker( + const LocalRepairOptions& options, + int topology +) { + return std::filesystem::path(options.global_dir) / + ("topology_" + std::to_string(topology)) / + "neural" / + "long_term_archive_v1_exported.tsv"; +} + +struct LegacyReplayExportState { + bool exists = false; + bool complete = false; + std::uint64_t expected_records = 0; + std::vector run_ids; +}; + +std::string serialize_legacy_replay_export_state( + int topology, + const LegacyReplayExportState& state +) { + std::ostringstream marker; + marker << "format\tszilassi-legacy-replay-export-v2\n" + << "status\t" << (state.complete ? "complete" : "pending") << "\n" + << "topology\t" << topology << "\n" + << "objective_version\t" << GLOBAL_OBJECTIVE_VERSION << "\n" + << "neural_schema\t" << GLOBAL_NEURAL_SCHEMA_VERSION << "\n" + << "expected_records\t" << state.expected_records << "\n"; + for (const std::string& run_id : state.run_ids) { + marker << "run_id\t" << run_id << "\n"; + } + return marker.str(); +} + +bool read_legacy_replay_export_state( + const std::filesystem::path& path, + int expected_topology, + LegacyReplayExportState& state, + std::string& error +) { + state = {}; + std::error_code exists_error; + if (!std::filesystem::exists(path, exists_error)) { + if (exists_error) { + error = "Cannot inspect legacy replay marker: " + exists_error.message(); + return false; + } + return true; + } + std::ifstream input(path, std::ios::binary); + if (!input) { + error = "Cannot open legacy replay marker: " + path.string(); + return false; + } + state.exists = true; + int topology = -1; + int objective_version = -1; + int neural_schema = -1; + bool has_expected = false; + bool old_complete_marker = false; + std::string line; + while (std::getline(input, line)) { + if (!line.empty() && line.back() == '\r') line.pop_back(); + const std::size_t separator = line.find('\t'); + if (separator == std::string::npos) continue; + const std::string key = line.substr(0, separator); + const std::string value = line.substr(separator + 1); + try { + if (key == "status") { + state.complete = value == "complete"; + } else if (key == "topology") { + topology = std::stoi(value); + } else if (key == "objective_version") { + objective_version = std::stoi(value); + } else if (key == "neural_schema") { + neural_schema = std::stoi(value); + } else if (key == "expected_records") { + state.expected_records = std::stoull(value); + has_expected = true; + } else if (key == "records") { + state.expected_records = std::stoull(value); + has_expected = true; + old_complete_marker = true; + } else if (key == "run_id") { + if (value.empty() || value.size() > 64 || + value.find_first_of("/\\") != std::string::npos) { + error = "Legacy replay marker contains an invalid run UUID"; + return false; + } + if (std::find(state.run_ids.begin(), state.run_ids.end(), value) == + state.run_ids.end()) { + state.run_ids.push_back(value); + } + } + } catch (const std::exception&) { + error = "Legacy replay marker contains an invalid numeric field"; + return false; + } + } + if (!input.eof() || topology != expected_topology || + objective_version != static_cast(GLOBAL_OBJECTIVE_VERSION) || + neural_schema != static_cast(GLOBAL_NEURAL_SCHEMA_VERSION) || + !has_expected) { + error = "Legacy replay marker is incomplete or belongs to another schema"; + return false; + } + if (old_complete_marker) state.complete = true; + return true; +} + +bool count_published_legacy_records( + const LocalRepairOptions& options, + int topology, + const LegacyReplayExportState& marker, + std::uint64_t& count, + std::string& error +) { + count = 0; + for (const std::string& run_id : marker.run_ids) { + const std::filesystem::path directory = + std::filesystem::path(options.global_dir) / "runs" / run_id / "training"; + std::error_code exists_error; + if (!std::filesystem::exists(directory, exists_error)) { + if (exists_error) { + error = "Cannot inspect legacy replay shard directory: " + + exists_error.message(); + return false; + } + continue; + } + std::vector shards; + std::error_code iterator_error; + std::filesystem::directory_iterator iterator(directory, iterator_error); + const std::filesystem::directory_iterator end; + while (!iterator_error && iterator != end) { + std::error_code type_error; + if (iterator->is_regular_file(type_error) && !type_error && + iterator->path().extension() == ".sztd") { + shards.push_back(iterator->path()); + } else if (type_error) { + error = "Cannot inspect legacy replay shard: " + type_error.message(); + return false; + } + iterator.increment(iterator_error); + } + if (iterator_error) { + error = "Cannot enumerate legacy replay shards: " + iterator_error.message(); + return false; + } + std::sort(shards.begin(), shards.end()); + for (const std::filesystem::path& shard : shards) { + szilassi::training::StreamCallbacks callbacks; + callbacks.legacy_replay = [&](const auto& record) { + if (record.context.topology == static_cast(topology)) { + ++count; + } + return true; + }; + std::string read_error; + if (!szilassi::training::stream_read_shard( + shard, + callbacks, + nullptr, + &read_error)) { + error = "Cannot validate legacy replay shard " + shard.string() + + ": " + read_error; + return false; + } + } + } + return true; +} + +bool export_legacy_neural_replay( + const LocalRepairOptions& options, + const std::vector& active_topologies, + std::vector& states, + const std::string& run_id_text, + TrainingArchiveSession& archive, + const std::atomic& stop_requested +) { + for (int topology : active_topologies) { + if (stop_requested.load(std::memory_order_relaxed)) break; + if (archive.writer == nullptr || !archive.writer->collection_enabled()) { + poll_training_archive_notices(archive); + break; + } + const std::filesystem::path marker_path = + legacy_replay_export_marker(options, topology); + LegacyReplayExportState marker; + std::string marker_error; + if (!read_legacy_replay_export_state( + marker_path, + topology, + marker, + marker_error)) { + std::cerr << marker_error << std::endl; + return false; + } + if (marker.complete) continue; + GlobalTopologyState& state = states[topology]; + if (state.neural == nullptr) continue; + if (!load_global_topology_context(topology)) { + std::cerr << "Cannot load topology while exporting legacy neural replay: " + << topology << std::endl; + return false; + } + const std::vector samples = + state.neural->replay_samples(); + if (!marker.exists) { + marker.exists = true; + marker.expected_records = static_cast(samples.size()); + } else if (marker.expected_records != samples.size()) { + std::cerr << "Pending legacy replay export no longer matches the durable " + << "model snapshot for topology " << topology << std::endl; + return false; + } + std::uint64_t already_exported = 0; + if (!count_published_legacy_records( + options, + topology, + marker, + already_exported, + marker_error)) { + std::cerr << marker_error << std::endl; + return false; + } + if (already_exported > marker.expected_records) { + std::cerr << "Legacy replay export contains more records than its durable " + << "receipt for topology " << topology << std::endl; + return false; + } + if (already_exported < marker.expected_records && + std::find(marker.run_ids.begin(), marker.run_ids.end(), run_id_text) == + marker.run_ids.end()) { + marker.run_ids.push_back(run_id_text); + } + if (!write_training_status_file_atomic( + marker_path, + serialize_legacy_replay_export_state(topology, marker), + &marker_error)) { + std::cerr << "Cannot durably prepare legacy replay export receipt: " + << marker_path << ": " << marker_error << std::endl; + return false; + } + std::uint64_t exported = 0; + bool complete = true; + for (std::size_t index = static_cast(already_exported); + index < samples.size(); + ++index) { + if (stop_requested.load(std::memory_order_relaxed)) { + complete = false; + break; + } + const auto& sample = samples[index]; + if (!archive.writer->collection_enabled()) { + complete = false; + break; + } + szilassi::training::LegacyReplaySample record; + record.context = make_training_context( + archive, + options, + state, + 0, + szilassi::training::BatchConfig{}, + 0, + 0); + record.input = sample.input; + record.improved = sample.improved; + record.defect_gain = sample.defect_gain; + record.plane_target = sample.plane_target; + record.move_target = sample.move_target; + record.scale_target = sample.scale_target; + record.value_weight = sample.value_weight; + record.plane_weight = sample.plane_weight; + record.move_weight = sample.move_weight; + record.scale_weight = sample.scale_weight; + record.sequence = sample.sequence; + if (!append_training_record(&archive, record)) { + complete = false; + if (archive.fatal_error) return false; + break; + } + ++exported; + } + if (!checkpoint_training_archive(&archive)) return false; + if (!complete) { + poll_training_archive_notices(archive); + break; + } + // Publishing before the marker keeps the marker's meaning simple: + // every marked topology has a complete immutable legacy export. + if (!seal_training_archive(&archive)) return false; + marker.complete = true; + if (!write_training_status_file_atomic( + marker_path, + serialize_legacy_replay_export_state(topology, marker), + &marker_error)) { + std::cerr << "Cannot durably write legacy replay export marker: " + << marker_path << ": " << marker_error << std::endl; + return false; + } + archive.legacy_records += exported; + } + return !archive.fatal_error; +} + int global_defects(const GlobalMetrics& metrics) { return metrics.crossings + metrics.intersections; } @@ -2377,9 +3636,21 @@ std::uint64_t global_archive_descriptor(const GlobalMetrics& metrics) { logarithmic_archive_bin(metrics.min_turn_sine, -8.0, 0.0, 8)); const std::uint64_t extent = static_cast( logarithmic_archive_bin(1.0 + metrics.max_vertex_norm, 0.0, 6.0, 8)); - // C/I and energy are quality, not behavior descriptors. Consequently a - // cell can only improve as more computers contribute data. - return determinant | (edge << 3U) | (turn << 6U) | (extent << 9U); + // Geometry conditioning describes the basin; face masks describe which + // local constraints still fail. Counts and energy remain quality, so a + // cell still improves monotonically after ordinary Git merging. + // High-defect random states have almost arbitrary masks and would fill the + // archive with noise. Failure localization becomes a descriptor only in + // the useful near-goal regime. + const bool localize_failures = global_defects(metrics) <= 16; + const std::uint64_t crossing_signature = localize_failures + ? static_cast(metrics.crossing_face_mask & 0x0fffU) + : 0U; + const std::uint64_t intersection_signature = localize_failures + ? static_cast(metrics.intersection_face_mask & 0x0fffU) + : 0U; + return determinant | (edge << 3U) | (turn << 6U) | (extent << 9U) | + (crossing_signature << 12U) | (intersection_signature << 24U); } bool add_global_archive_elite( @@ -2548,6 +3819,57 @@ void update_topology_bandit_reward( } } +std::array choose_strategy_weights(const GlobalTopologyState& state) { + // Baseline retains exactly the original 25% safety floor. Every other + // strategy remains reachable, and injected MAP/CEM/neural repair keeps a + // larger floor because it has produced most verified defect reductions. + std::array result{{4, 1, 1, 1, 3}}; + constexpr int kTotalWeight = 16; + const std::uint64_t total_observations = std::accumulate( + state.strategy_observations.begin(), + state.strategy_observations.end(), + std::uint64_t{0}); + while (std::accumulate(result.begin(), result.end(), 0) < kTotalWeight) { + int selected = 0; + double selected_score = -std::numeric_limits::infinity(); + for (int strategy = 0; strategy < 5; ++strategy) { + if (result[strategy] >= 6) { + continue; + } + const double exploration = 0.08 * std::sqrt( + std::log(static_cast(total_observations) + 2.0) / + (static_cast(state.strategy_observations[strategy]) + 1.0)); + const double dilution = std::sqrt(static_cast(result[strategy])); + const double score = + (state.strategy_reward_ema[strategy] + exploration) / dilution; + if (score > selected_score) { + selected = strategy; + selected_score = score; + } + } + result[selected] += 1; + } + return result; +} + +void update_strategy_portfolio( + GlobalTopologyState& state, + const std::array& rewards, + const std::array& observations +) { + for (int strategy = 0; strategy < 5; ++strategy) { + if (observations[strategy] == 0) { + continue; + } + // Reward is the best verified result from this cohort in the batch: + // exact defect drops dominate; balance/energy-only progress is tiny. + const double observed = rewards[strategy]; + state.strategy_reward_ema[strategy] = + 0.94 * state.strategy_reward_ema[strategy] + 0.06 * observed; + state.strategy_observations[strategy] += 1; + } +} + bool load_global_topology_context(int topology) { g_topology = topology; open_topology("data/topologies.txt", g_tris, topology); @@ -2686,11 +4008,33 @@ GlobalMetrics evaluate_global_state( metric_planes = &scratch.canonical_planes; } metrics.crossings = count_self_crossings_strict( - scratch.verts, *metric_planes, 1e-8, &metrics.crossing_loss); + scratch.verts, + *metric_planes, + 1e-8, + &metrics.crossing_loss, + &metrics.crossing_face_mask); metrics.intersections = count_edge_face_intersections_strict( - scratch.verts, *metric_planes, 1e-8); - metrics.precise = canonical && promote_precise_counts_if_close( - scratch.verts, *metric_planes, metrics.crossings, metrics.intersections); + scratch.verts, + *metric_planes, + 1e-8, + &metrics.intersection_loss, + &metrics.intersection_face_mask); + metrics.precise = false; + if (canonical && + metrics.crossings + metrics.intersections <= PRECISE_DEFECT_THRESHOLD) { + metrics.crossings = count_self_crossings_precise( + scratch.verts, + *metric_planes, + 1e-12, + &metrics.crossing_face_mask); + metrics.intersections = count_edge_face_intersections_precise( + scratch.verts, + *metric_planes, + 1e-12, + &metrics.intersection_loss, + &metrics.intersection_face_mask); + metrics.precise = true; + } const double condition = std::sqrt(max_edge_sq / min_edge_sq); const double relative_min_edge = std::sqrt(min_edge_sq / max_edge_sq); @@ -2746,16 +4090,23 @@ GlobalMetrics evaluate_global_state( metrics.relative_min_edge = relative_min_edge; metrics.min_turn_sine = min_turn_sine; metrics.max_vertex_norm = max_vertex_norm; + metrics.worst_degeneracy = worst_degeneracy_barrier; + metrics.condition_number = condition; + metrics.condition_penalty = + 0.0010 * std::min(20.0, std::log1p(condition)); metrics.degeneracy_penalty = g_global_degeneracy_weight * (worst_degeneracy_barrier + 0.05 * secondary_degeneracy_barriers); metrics.geometry_penalty = - 0.0010 * std::min(20.0, std::log1p(condition)) + + metrics.condition_penalty + 0.0002 * std::min(20.0, std::log1p(max_vertex_norm)) + metrics.degeneracy_penalty; metrics.energy = 0.05 * static_cast(global_defects(metrics)) + 0.01 * static_cast(metrics.crossings) + 0.02 * std::min(10.0, metrics.crossing_loss) + + // The smooth I guide is bounded below the exact 0.05 cost of one + // defect. It only directs motion inside a fixed exact-I stratum. + 0.01 * std::min(4.0, metrics.intersection_loss) + metrics.geometry_penalty; metrics.canonical = canonical; return metrics; @@ -2905,7 +4256,7 @@ void update_diagonal_cem( state.cem.updates += 1; } -std::vector make_hybrid_seed_pool( +std::vector make_base_hybrid_seed_pool( GlobalTopologyState& state, std::uint64_t seed, int maximum_states @@ -2966,6 +4317,597 @@ std::vector make_hybrid_seed_pool( return result; } +using NeuralInput = szilassi::surrogate::Input; +using NeuralPrediction = szilassi::surrogate::Prediction; + +struct HybridSeedPool { + std::vector states; + std::vector training_states; + std::vector inputs; + std::vector metrics; + std::vector injected_metrics; + std::vector behavior_predictions; + std::vector neural_guided; + std::vector plane_actions; + std::vector move_actions; + std::vector scale_actions; + std::vector plane_propensities; + std::vector move_propensities; + std::vector scale_propensities; + std::vector> + plane_sampling_probabilities; + std::vector> + move_sampling_probabilities; + std::vector> + scale_sampling_probabilities; +}; + +NeuralInput make_neural_input( + const VectorXd& x, + const GlobalMetrics& metrics, + bool guided_context +) { + NeuralInput input{}; + for (int component = 0; component < GLOBAL_PLANE_VALUE_COUNT; ++component) { + const double value = component < x.size() ? x[component] : 0.0; + input[static_cast(component)] = static_cast( + std::clamp(std::isfinite(value) ? value : 0.0, -8.0, 8.0)); + } + const auto finite_or_zero = [](double value) { + return std::isfinite(value) ? value : 0.0; + }; + input[36] = static_cast(std::clamp(metrics.crossings / 16.0, 0.0, 4.0)); + input[37] = static_cast(std::clamp(metrics.intersections / 32.0, 0.0, 4.0)); + input[38] = static_cast(std::log1p(std::max(0.0, finite_or_zero(metrics.crossing_loss)))); + input[39] = static_cast(std::log1p(std::max(0.0, finite_or_zero(metrics.intersection_loss)))); + input[40] = static_cast(std::clamp( + (std::log10(std::max(1.0e-12, finite_or_zero(metrics.min_plane_determinant))) + 12.0) / 12.0, + 0.0, + 1.0)); + input[41] = static_cast(std::clamp( + finite_or_zero(metrics.relative_min_edge), 0.0, 1.0)); + input[42] = static_cast(std::clamp( + finite_or_zero(metrics.min_turn_sine), 0.0, 1.0)); + input[43] = static_cast(std::clamp( + std::log1p(std::max(0.0, finite_or_zero(metrics.max_vertex_norm))) / 12.0, + 0.0, + 4.0)); + input[44] = guided_context ? 1.0f : 0.0f; + return input; +} + +template +int sample_neural_action( + const std::array& probabilities, + double exploration, + RNG& rng, + double* selected_probability = nullptr, + const std::array* extra_bias = nullptr, + std::array* sampling_probabilities = nullptr +) { + std::array weights{}; + for (std::size_t index = 0; index < N; ++index) { + const double learned = std::isfinite(probabilities[index]) + ? std::max(0.0, static_cast(probabilities[index])) + : 0.0; + weights[index] = exploration / static_cast(N) + + (1.0 - exploration) * learned; + if (extra_bias != nullptr) { + weights[index] += std::max(0.0, (*extra_bias)[index]); + } + } + double total_weight = std::accumulate(weights.begin(), weights.end(), 0.0); + if (total_weight <= 0.0) { + weights.fill(1.0); + total_weight = static_cast(N); + } + if (sampling_probabilities != nullptr) { + for (std::size_t index = 0; index < N; ++index) { + (*sampling_probabilities)[index] = static_cast(std::clamp( + weights[index] / total_weight, + 0.0, + 1.0)); + } + } + const int selected = + std::discrete_distribution(weights.begin(), weights.end())(rng); + if (selected_probability != nullptr) { + *selected_probability = std::clamp( + weights[static_cast(selected)] / total_weight, + 0.0, + 1.0); + } + return selected; +} + +void apply_neural_repair_move( + VectorXd& x, + int selected_plane, + int move_type, + int scale_index, + RNG& rng, + std::normal_distribution& normal +) { + constexpr std::array kStepScales{{0.003, 0.012, 0.05}}; + const int face_count = static_cast(g_polys.size()); + const int a = std::clamp(selected_plane, 0, face_count - 1); + int b = std::uniform_int_distribution(0, face_count - 2)(rng); + if (b >= a) { + ++b; + } + const double step = kStepScales[static_cast( + std::clamp(scale_index, 0, static_cast(kStepScales.size()) - 1))]; + auto block = [&](int face) { + return Eigen::Map(x.data() + face * 3); + }; + const auto noise = [&]() { + return Vector3d(normal(rng), normal(rng), normal(rng)); + }; + if (move_type == 0) { + block(a) += noise() * step; + } else if (move_type == 1) { + const Vector3d delta = noise() * step; + block(a) += delta; + block(b) -= delta; + } else if (move_type == 2) { + const Vector3d delta = noise() * step; + block(a) += delta; + block(b) += delta; + } else if (move_type == 3) { + for (int face = 0; face < face_count; ++face) { + block(face) += noise() * (step * 0.18); + } + } else { + block(a) *= std::exp(std::clamp(normal(rng) * step * 2.0, -0.25, 0.25)); + } + normalize_global_plane_state(x); +} + +HybridSeedPool make_hybrid_seed_pool( + GlobalTopologyState& topology_state, + std::uint64_t seed, + int maximum_states +) { + HybridSeedPool pool; + if (maximum_states <= 0) { + return pool; + } + pool.states.reserve(static_cast(maximum_states)); + pool.training_states.reserve(static_cast(maximum_states)); + pool.inputs.reserve(static_cast(maximum_states)); + pool.metrics.reserve(static_cast(maximum_states)); + pool.injected_metrics.reserve(static_cast(maximum_states)); + pool.behavior_predictions.reserve(static_cast(maximum_states)); + pool.neural_guided.reserve(static_cast(maximum_states)); + pool.plane_actions.reserve(static_cast(maximum_states)); + pool.move_actions.reserve(static_cast(maximum_states)); + pool.scale_actions.reserve(static_cast(maximum_states)); + pool.plane_propensities.reserve(static_cast(maximum_states)); + pool.move_propensities.reserve(static_cast(maximum_states)); + pool.scale_propensities.reserve(static_cast(maximum_states)); + pool.plane_sampling_probabilities.reserve(static_cast(maximum_states)); + pool.move_sampling_probabilities.reserve(static_cast(maximum_states)); + pool.scale_sampling_probabilities.reserve(static_cast(maximum_states)); + + auto append = [&](const VectorXd& injected_x, + const GlobalMetrics& injected_metrics, + const VectorXd& training_x, + const NeuralInput& training_input, + const GlobalMetrics& training_metrics, + const NeuralPrediction& behavior_prediction, + bool guided, + int plane_action, + int move_action, + int scale_action, + double plane_propensity, + double move_propensity, + double scale_propensity, + const std::array& + plane_sampling_probabilities, + const std::array& + move_sampling_probabilities, + const std::array& + scale_sampling_probabilities) { + if (static_cast(pool.states.size()) >= maximum_states || + injected_x.size() != GLOBAL_PLANE_VALUE_COUNT || + training_x.size() != GLOBAL_PLANE_VALUE_COUNT || + !injected_x.allFinite() || !std::isfinite(injected_metrics.energy) || + !training_x.allFinite() || !std::isfinite(training_metrics.energy)) { + return; + } + cuda_search::PlaneState value; + cuda_search::PlaneState training_value; + for (int component = 0; component < GLOBAL_PLANE_VALUE_COUNT; ++component) { + value.values[static_cast(component)] = + static_cast(injected_x[component]); + training_value.values[static_cast(component)] = + static_cast(training_x[component]); + } + pool.states.push_back(value); + pool.training_states.push_back(training_value); + pool.inputs.push_back(training_input); + pool.metrics.push_back(training_metrics); + pool.injected_metrics.push_back(injected_metrics); + pool.behavior_predictions.push_back(behavior_prediction); + pool.neural_guided.push_back(guided ? 1u : 0u); + pool.plane_actions.push_back(plane_action); + pool.move_actions.push_back(move_action); + pool.scale_actions.push_back(scale_action); + pool.plane_propensities.push_back(static_cast(plane_propensity)); + pool.move_propensities.push_back(static_cast(move_propensity)); + pool.scale_propensities.push_back(static_cast(scale_propensity)); + pool.plane_sampling_probabilities.push_back(plane_sampling_probabilities); + pool.move_sampling_probabilities.push_back(move_sampling_probabilities); + pool.scale_sampling_probabilities.push_back(scale_sampling_probabilities); + }; + + // Base seeds do not sample an action. A zero distribution records that + // fact explicitly; a uniform distribution would falsely imply behavior + // policy data where no policy decision occurred. + const std::array + no_plane_sampling_distribution{}; + const std::array + no_move_sampling_distribution{}; + const std::array + no_scale_sampling_distribution{}; + + const int guided_target = topology_state.has_state + ? std::min(16, std::max(1, maximum_states / 4)) + : 0; + const std::vector base = make_base_hybrid_seed_pool( + topology_state, + seed ^ 0x243f6a8885a308d3ULL, + maximum_states - guided_target); + PlaneEvaluationScratch scratch; + for (const cuda_search::PlaneState& value : base) { + VectorXd x(GLOBAL_PLANE_VALUE_COUNT); + for (int component = 0; component < GLOBAL_PLANE_VALUE_COUNT; ++component) { + x[component] = static_cast(value.values[static_cast(component)]); + } + const GlobalMetrics metrics = evaluate_global_state(x, true, scratch); + append( + x, + metrics, + x, + make_neural_input(x, metrics, false), + metrics, + NeuralPrediction{}, + false, + -1, + -1, + -1, + 1.0, + 1.0, + 1.0, + no_plane_sampling_distribution, + no_move_sampling_distribution, + no_scale_sampling_distribution); + } + + if (guided_target == 0) { + return pool; + } + + struct Anchor { + VectorXd x; + GlobalMetrics metrics; + NeuralInput input{}; + NeuralPrediction prediction{}; + double acquisition = 0.0; + }; + std::vector anchors; + anchors.push_back(Anchor{ + topology_state.best_x, + topology_state.best, + make_neural_input(topology_state.best_x, topology_state.best, true), + {}, + 0.0}); + std::vector elites; + elites.reserve(topology_state.archive.size()); + for (const auto& item : topology_state.archive) { + elites.push_back(&item.second); + } + std::stable_sort(elites.begin(), elites.end(), [](const auto* left, const auto* right) { + return better_global_metrics(left->metrics, right->metrics); + }); + for (std::size_t index = 0; index < std::min(31, elites.size()); ++index) { + anchors.push_back(Anchor{ + elites[index]->x, + elites[index]->metrics, + make_neural_input(elites[index]->x, elites[index]->metrics, true), + {}, + 0.0}); + } + + const bool model_ready = topology_state.neural != nullptr && + topology_state.neural->replay_size() >= 128; + for (Anchor& anchor : anchors) { + if (model_ready) { + anchor.prediction = topology_state.neural->predict(anchor.input); + } + if (!anchor.prediction.finite) { + anchor.prediction.plane_probabilities.fill( + 1.0f / static_cast(cuda_search::kPlaneCount)); + anchor.prediction.move_probabilities.fill( + 1.0f / static_cast(szilassi::surrogate::kMoveCount)); + anchor.prediction.scale_probabilities = {{0.25f, 0.55f, 0.20f}}; + } + const double uncertainty = std::sqrt(std::max( + 0.0, + static_cast(anchor.prediction.uncertainty))); + anchor.acquisition = model_ready + ? static_cast(anchor.prediction.expected_defect_gain) + + 0.75 * uncertainty + + 0.10 * static_cast(anchor.prediction.improvement_probability) + : 0.0; + } + std::stable_sort(anchors.begin(), anchors.end(), [](const Anchor& left, const Anchor& right) { + if (left.acquisition != right.acquisition) { + return left.acquisition > right.acquisition; + } + return better_global_metrics(left.metrics, right.metrics); + }); + + RNG rng(static_cast(seed)); + std::normal_distribution normal(0.0, 1.0); + int attempts = 0; + while (std::count(pool.neural_guided.begin(), pool.neural_guided.end(), 1u) < guided_target && + attempts < guided_target * 12) { + ++attempts; + std::size_t anchor_index = 0; + if (attempts % 4 == 0) { + anchor_index = std::uniform_int_distribution( + 0, anchors.size() - 1)(rng); + } else { + anchor_index = static_cast(attempts - 1) % + std::min(8, anchors.size()); + } + const Anchor& anchor = anchors[anchor_index]; + std::array plane_bias{}; + const std::uint16_t failure_mask = static_cast( + anchor.metrics.crossing_face_mask | anchor.metrics.intersection_face_mask); + for (std::size_t plane = 0; plane < plane_bias.size(); ++plane) { + if ((failure_mask & static_cast(1u << plane)) != 0) { + plane_bias[plane] = 0.35; + } + } + double plane_propensity = 1.0; + double move_propensity = 1.0; + double scale_propensity = 1.0; + std::array + plane_sampling_probabilities{}; + std::array + move_sampling_probabilities{}; + std::array + scale_sampling_probabilities{}; + const int plane = sample_neural_action( + anchor.prediction.plane_probabilities, + model_ready ? 0.25 : 0.65, + rng, + &plane_propensity, + &plane_bias, + &plane_sampling_probabilities); + const int move = sample_neural_action( + anchor.prediction.move_probabilities, + model_ready ? 0.25 : 0.65, + rng, + &move_propensity, + static_cast*>(nullptr), + &move_sampling_probabilities); + const int scale = sample_neural_action( + anchor.prediction.scale_probabilities, + model_ready ? 0.25 : 0.50, + rng, + &scale_propensity, + static_cast*>(nullptr), + &scale_sampling_probabilities); + VectorXd candidate = anchor.x; + apply_neural_repair_move(candidate, plane, move, scale, rng, normal); + GlobalMetrics candidate_metrics; + if (!round_trip_global_state_to_fp32(candidate, candidate_metrics)) { + continue; + } + append( + candidate, + candidate_metrics, + anchor.x, + anchor.input, + anchor.metrics, + anchor.prediction, + true, + plane, + move, + scale, + plane_propensity, + move_propensity, + scale_propensity, + plane_sampling_probabilities, + move_sampling_probabilities, + scale_sampling_probabilities); + } + return pool; +} + +bool complete_hybrid_seed(const HybridSeedPool& pool, std::size_t index) { + return index < pool.states.size() && + index < pool.training_states.size() && + index < pool.inputs.size() && + index < pool.metrics.size() && + index < pool.injected_metrics.size() && + index < pool.behavior_predictions.size() && + index < pool.neural_guided.size() && + index < pool.plane_actions.size() && + index < pool.move_actions.size() && + index < pool.scale_actions.size() && + index < pool.plane_propensities.size() && + index < pool.move_propensities.size() && + index < pool.scale_propensities.size() && + index < pool.plane_sampling_probabilities.size() && + index < pool.move_sampling_probabilities.size() && + index < pool.scale_sampling_probabilities.size(); +} + +std::uint64_t archive_hybrid_seed_pool( + TrainingArchiveSession* archive, + const LocalRepairOptions& options, + const GlobalTopologyState& state, + std::uint64_t round_seed, + const szilassi::training::BatchConfig& source_batch, + std::uint64_t session_seed, + std::uint64_t session_batch_ordinal, + std::uint64_t completed_trials_offset, + std::uint64_t completed_iterations_offset, + const HybridSeedPool& pool, + szilassi::training::SeedProposalPurpose purpose, + std::uint64_t proposal_seed, + std::uint64_t assigned_chain_count, + const std::vector* include_mask = nullptr +) { + if (archive == nullptr || archive->writer == nullptr || + archive->fatal_error || !archive->writer->collection_enabled() || + pool.states.empty()) { + return 0; + } + const std::uint32_t pool_size = static_cast( + std::min( + pool.states.size(), + std::numeric_limits::max())); + szilassi::training::BatchConfig batch = source_batch; + batch.injected_pool_size = pool_size; + std::uint64_t archived = 0; + for (std::size_t index = 0; index < pool.states.size(); ++index) { + if (include_mask != nullptr && + (index >= include_mask->size() || (*include_mask)[index] == 0)) { + continue; + } + if (!complete_hybrid_seed(pool, index) || + !archive->writer->collection_enabled()) { + break; + } + szilassi::training::SeedProposal record; + record.context = make_training_context( + *archive, + options, + state, + round_seed, + batch, + session_seed, + session_batch_ordinal, + completed_trials_offset, + completed_iterations_offset); + record.purpose = purpose; + record.anchor_state = training_plane_state(pool.training_states[index]); + record.anchor_metrics = training_metrics(pool.metrics[index]); + record.seed_state = training_plane_state(pool.states[index]); + record.seed_metrics = training_metrics(pool.injected_metrics[index]); + record.neural_input = pool.inputs[index]; + record.behavior = training_behavior_prediction( + pool.behavior_predictions[index]); + record.plane_sampling_distribution = + pool.plane_sampling_probabilities[index]; + record.move_sampling_distribution = + pool.move_sampling_probabilities[index]; + record.scale_sampling_distribution = + pool.scale_sampling_probabilities[index]; + record.plane_action = pool.plane_actions[index]; + record.move_action = pool.move_actions[index]; + record.scale_action = pool.scale_actions[index]; + record.plane_propensity = pool.plane_propensities[index]; + record.move_propensity = pool.move_propensities[index]; + record.scale_propensity = pool.scale_propensities[index]; + record.proposal_seed = proposal_seed; + record.anchor_hash = training_plane_hash(record.anchor_state); + record.seed_hash = training_plane_hash(record.seed_state); + record.seed_index = static_cast(index); + record.pool_size = pool_size; + record.assigned_chains = static_cast(std::min( + assigned_chain_count / pool.states.size() + + (index < assigned_chain_count % pool.states.size() ? 1ULL : 0ULL), + std::numeric_limits::max())); + record.flags |= szilassi::training::SeedProposalHasNeuralInput; + if (pool.behavior_predictions[index].finite) { + record.flags |= szilassi::training::SeedProposalPredictionSupplied; + } + if (pool.neural_guided[index] != 0) { + record.flags |= szilassi::training::SeedProposalNeuralGuided; + } + if (!append_training_record(archive, record)) { + if (archive->fatal_error || !archive->writer->collection_enabled()) { + break; + } + continue; + } + ++archived; + } + return archived; +} + +szilassi::surrogate::TrainingSample make_neural_training_sample( + const NeuralInput& input, + const GlobalMetrics& start_metrics, + const GlobalMetrics& result_metrics, + int plane_action, + int move_action, + int scale_action, + float plane_propensity, + float move_propensity, + float scale_propensity, + std::uint64_t sequence +) { + szilassi::surrogate::TrainingSample sample; + sample.input = input; + const int defect_gain = global_defects(start_metrics) - global_defects(result_metrics); + sample.improved = defect_gain > 0 ? 1.0f : 0.0f; + sample.defect_gain = static_cast(std::clamp(defect_gain, 0, 4)); + sample.value_weight = 1.0f; + sample.sequence = sequence; + + const bool useful_policy = defect_gain > 0 || + (defect_gain == 0 && better_global_metrics(result_metrics, start_metrics)); + const bool valid_action = + plane_action >= 0 && plane_action < cuda_search::kPlaneCount && + move_action >= 0 && move_action < szilassi::surrogate::kMoveCount && + scale_action >= 0 && scale_action < szilassi::surrogate::kScaleCount && + std::isfinite(plane_propensity) && plane_propensity > 0.0f && + std::isfinite(move_propensity) && move_propensity > 0.0f && + std::isfinite(scale_propensity) && scale_propensity > 0.0f; + if (!useful_policy || !valid_action) { + sample.plane_weight = 0.0f; + sample.move_weight = 0.0f; + sample.scale_weight = 0.0f; + return sample; + } + + sample.plane_target[static_cast(plane_action)] = 1.0f; + sample.move_target[static_cast(move_action)] = 1.0f; + sample.scale_target[static_cast(scale_action)] = 1.0f; + const auto propensity_correction = [](float probability, std::size_t choices) { + return std::clamp( + 1.0f / (static_cast(choices) * probability), + 0.25f, + 4.0f); + }; + const float plane_correction = propensity_correction( + plane_propensity, + szilassi::surrogate::kPlaneCount); + const float move_correction = propensity_correction( + move_propensity, + szilassi::surrogate::kMoveCount); + const float scale_correction = propensity_correction( + scale_propensity, + szilassi::surrogate::kScaleCount); + // Global noise perturbs every plane and does not use selected_plane, so it + // must not teach the plane head an arbitrary self-reinforcing label. + sample.plane_weight = move_action == 3 + ? 0.0f + : (defect_gain > 0 ? 3.0f : 1.0f) * plane_correction; + sample.move_weight = (defect_gain > 0 ? 2.0f : 0.5f) * move_correction; + sample.scale_weight = (defect_gain > 0 ? 2.0f : 0.5f) * scale_correction; + return sample; +} + double smooth_spsa_objective(const GlobalMetrics& metrics) { if (!std::isfinite(metrics.energy)) { return 1.0e30; @@ -2974,6 +4916,7 @@ double smooth_spsa_objective(const GlobalMetrics& metrics) { // boundary; clearance and conditioning provide the differentiable signal. return 0.004 * static_cast(global_defects(metrics)) + 0.035 * std::min(20.0, metrics.crossing_loss) + + 0.035 * std::min(20.0, metrics.intersection_loss) + metrics.geometry_penalty; } @@ -2982,7 +4925,7 @@ bool refine_with_spsa_adam( std::uint64_t seed, int iterations, VectorXd& refined, - GlobalMetrics& refined_metrics + std::vector& trace ) { if (start.size() != GLOBAL_PLANE_VALUE_COUNT || iterations <= 0) { return false; @@ -2995,6 +4938,8 @@ bool refine_with_spsa_adam( std::array second_moment{}; constexpr double kBeta1 = 0.82; constexpr double kBeta2 = 0.97; + trace.clear(); + trace.reserve(static_cast(iterations)); for (int iteration = 0; iteration < iterations; ++iteration) { const double perturbation = 0.022 / @@ -3004,20 +4949,44 @@ bool refine_with_spsa_adam( VectorXd delta(GLOBAL_PLANE_VALUE_COUNT); VectorXd plus = current; VectorXd minus = current; + szilassi::training::RefinementStep trace_step; + trace_step.iteration = static_cast(iteration); + trace_step.perturbation = perturbation; + trace_step.learning_rate = learning_rate; + trace_step.center_state = training_precise_plane_state(current); for (int component = 0; component < GLOBAL_PLANE_VALUE_COUNT; ++component) { delta[component] = sign(rng) == 0 ? -1.0 : 1.0; + trace_step.direction[static_cast(component)] = + delta[component] < 0.0 ? -1 : 1; plus[component] += perturbation * delta[component]; minus[component] -= perturbation * delta[component]; } if (!normalize_global_plane_state(plus) || !normalize_global_plane_state(minus)) { + trace_step.plus_state = training_precise_plane_state(plus); + trace_step.minus_state = training_precise_plane_state(minus); + trace_step.updated_state = training_precise_plane_state(current); + trace.push_back(std::move(trace_step)); continue; } - const double plus_value = smooth_spsa_objective( - evaluate_global_state(plus, false, scratch)); - const double minus_value = smooth_spsa_objective( - evaluate_global_state(minus, false, scratch)); + const GlobalMetrics plus_metrics = evaluate_global_state(plus, false, scratch); + const GlobalMetrics minus_metrics = evaluate_global_state(minus, false, scratch); + trace_step.plus_state = training_precise_plane_state(plus); + trace_step.minus_state = training_precise_plane_state(minus); + trace_step.flags |= + szilassi::training::RefinementStepPlusEvaluated | + szilassi::training::RefinementStepMinusEvaluated; + if (std::isfinite(plus_metrics.energy)) { + trace_step.plus_metrics = training_metrics(plus_metrics); + } + if (std::isfinite(minus_metrics.energy)) { + trace_step.minus_metrics = training_metrics(minus_metrics); + } + const double plus_value = smooth_spsa_objective(plus_metrics); + const double minus_value = smooth_spsa_objective(minus_metrics); if (!std::isfinite(plus_value) || !std::isfinite(minus_value)) { + trace_step.updated_state = training_precise_plane_state(current); + trace.push_back(std::move(trace_step)); continue; } const double directional = std::clamp( @@ -3038,10 +5007,12 @@ bool refine_with_spsa_adam( (std::sqrt(corrected_second) + 1.0e-8); } normalize_global_plane_state(current); + trace_step.updated_state = training_precise_plane_state(current); + trace_step.flags |= szilassi::training::RefinementStepAccepted; + trace.push_back(std::move(trace_step)); } - refined_metrics = evaluate_global_state(current, true, scratch); - if (!std::isfinite(refined_metrics.energy)) { + if (!normalize_global_plane_state(current)) { return false; } refined = std::move(current); @@ -3061,6 +5032,10 @@ GlobalTrialResult run_global_trial( std::normal_distribution normal(0.0, 1.0); std::uniform_real_distribution uniform(0.0, 1.0); PlaneEvaluationScratch scratch; + const auto evaluate = [&](const VectorXd& state, bool canonical) { + ++result.evaluated_states; + return evaluate_global_state(state, canonical, scratch); + }; VectorXd current = start_fresh || start_x.size() == 0 ? make_random_global_state(rng) @@ -3071,14 +5046,14 @@ GlobalTrialResult run_global_trial( } } - GlobalMetrics current_metrics = evaluate_global_state(current, false, scratch); + GlobalMetrics current_metrics = evaluate(current, false); for (int retry = 0; !std::isfinite(current_metrics.energy) && retry < 8; ++retry) { current = make_random_global_state(rng); - current_metrics = evaluate_global_state(current, false, scratch); + current_metrics = evaluate(current, false); } GlobalMetrics best_search = current_metrics; VectorXd best_search_x = current; - result.best = evaluate_global_state(current, true, scratch); + result.best = evaluate(current, true); result.best_x = current; RNG parameter_rng(static_cast(seed ^ 0x5bd1e995)); @@ -3105,7 +5080,7 @@ GlobalTrialResult run_global_trial( VectorXd candidate = current; const bool large_jump = uniform(rng) < options.jump_chance; apply_global_plane_move(candidate, step, large_jump, rng, normal); - GlobalMetrics candidate_metrics = evaluate_global_state(candidate, false, scratch); + GlobalMetrics candidate_metrics = evaluate(candidate, false); const bool improves_current = candidate_metrics.energy < current_metrics.energy; const double exponent = std::clamp( @@ -3122,7 +5097,7 @@ GlobalTrialResult run_global_trial( if (better_global_metrics(candidate_metrics, best_search)) { best_search = candidate_metrics; best_search_x = candidate; - GlobalMetrics canonical = evaluate_global_state(candidate, true, scratch); + GlobalMetrics canonical = evaluate(candidate, true); if (better_global_metrics(canonical, result.best)) { result.best = canonical; result.best_x = candidate; @@ -3149,14 +5124,14 @@ GlobalTrialResult run_global_trial( } else { current = make_random_global_state(rng); } - current_metrics = evaluate_global_state(current, false, scratch); + current_metrics = evaluate(current, false); step = base_step * (0.5 + uniform(rng) * 1.5); temperature = base_temperature * (0.75 + uniform(rng)); stagnant = 0; } } - GlobalMetrics final_canonical = evaluate_global_state(best_search_x, true, scratch); + GlobalMetrics final_canonical = evaluate(best_search_x, true); if (better_global_metrics(final_canonical, result.best)) { result.best = final_canonical; result.best_x = best_search_x; @@ -3657,7 +5632,7 @@ void write_global_leaderboard( std::filesystem::create_directories(root); std::ofstream out(root / "leaderboard.tsv"); out << "rank\ttopology\tC\tI\tdefects\tprecision\tvisits\ttrials" - << "\tarchive_cells\tenergy\tdegeneracy\n"; + << "\tarchive_cells\tenergy\tcrossing_loss\tintersection_loss\tdegeneracy\n"; int rank = 1; for (int ix : order) { const GlobalTopologyState& state = states[ix]; @@ -3669,9 +5644,11 @@ void write_global_leaderboard( << state.visits << "\t" << state.trials << "\t" << state.archive.size() << "\t" << std::setprecision(17) << state.best.energy << "\t" + << state.best.crossing_loss << "\t" + << state.best.intersection_loss << "\t" << state.best.degeneracy_penalty; } else { - out << "-\t-\t-\t-\t0\t0\t0\t-\t-"; + out << "-\t-\t-\t-\t0\t0\t0\t-\t-\t-\t-"; } out << "\n"; } @@ -3682,7 +5659,11 @@ bool write_run_manifest( const LocalRepairOptions& options, const szilassi::checkpoint::RunIdentity& identity, int effective_cuda_chains, - int effective_cuda_session_cache + int effective_cuda_session_cache, + std::uint64_t training_cache_accounted_bytes, + std::uint64_t neural_model_reserve_bytes, + bool training_collection_enabled, + const szilassi::training::RecoveryReport& training_recovery ) { const std::filesystem::path manifest_path = run_directory / "run.tsv"; std::ofstream out(manifest_path, std::ios::binary | std::ios::trunc); @@ -3690,7 +5671,7 @@ bool write_run_manifest( std::cerr << "Cannot write run manifest: " << manifest_path << std::endl; return false; } - out << "format\tszilassi-global-search-v4\n" + out << "format\tszilassi-global-search-v5\n" << "run_id\t" << identity.run_id << "\n" << "node_id\t" << identity.node_id << "\n" << "seed\t" << options.seed << "\n" @@ -3704,18 +5685,57 @@ bool write_run_manifest( << "cuda_iterations_per_batch\t" << options.cuda_iterations << "\n" << "cuda_depth_batches\t6\n" << "cuda_session_cache\t" << effective_cuda_session_cache << "\n" - << "algorithm\thybrid-quality-diversity-v1\n" - << "control_baseline_fraction\t0.25\n" - << "strategy_weights\tbaseline:4,replica:3,adaptive:3,pbt:3,injected:3\n" + << "algorithm\t" + << (options.use_cuda + ? "hybrid-quality-diversity-neural-v3" + : "cpu-parallel-simulated-annealing") << "\n" + << "control_baseline_min_fraction\t0.25\n" + << "strategy_weights\tadaptive-total:16,floors:baseline4/replica1/adaptive1/pbt1/injected3,max6\n" << "fresh_fractions\tdepth:1/4,breadth:7/8,injected-protected\n" << "replica_exchange\tgroup:8,temperature-ratio:16\n" << "pbt\trotating-pairs,depth-chance:0.08,breadth-chance:0.04\n" << "verification_quotas\toverall:128,per-strategy:max(8,overall/5),per-injected-seed:1\n" - << "accounted_fp32_steps\tproposal-iterations-plus-injection-pbt;setup-retries-excluded\n" - << "map_elites_bins\tdeterminant:8,edge:8,turn:8,extent:8\n" + << "fp32_population_sample\tper-producing-strategy:64," + "finite-chain-bests-before-host-selection,deterministic-circular-offset," + "exact-numerator-denominator-recorded\n" + << "accounted_fp32_steps\titerations-plus-initialization-fresh-stagnation-injection-pbt-and-retries\n" + << "map_elites_bins\tdeterminant:8,edge:8,turn:8,extent:8,crossing-face-mask:12,intersection-face-mask:12\n" << "map_elites_max_cells_per_topology\t4096\n" << "cem\tdiagonal-weighted,covariance-adaptation:0.18,new-injected-only\n" - << "spsa\tadam:6,cpu-double,fp32-roundtrip,final-canonical-dd-gate\n" + << "intersection_loss\tsegment-depth-times-boundary-depth,weight:0.01,cap:4\n" + << "repair\t" + << (options.use_cuda + ? "injected-quarter,offending-face-biased,neural-policy-with-exploration" + : "disabled-on-cpu-backend") << "\n" + << "neural_enabled\t" << (options.use_cuda ? 1 : 0) << "\n" + << "neural_schema\t" << GLOBAL_NEURAL_SCHEMA_VERSION << "\n" + << "neural_model_format\t" << szilassi::surrogate::kModelFormatVersion << "\n" + << "neural\t" + << (options.use_cuda + ? "per-topology-ensemble:5,residual-mlp:45-128-128-128,value-policy,online-adamw,replay:4096,recent:25%" + : "disabled") << "\n" + << "neural_safety\tbaseline-floor:25%,policy-exploration:25%,exact-cuda-plus-cpu-dd-authoritative\n" + << "training_archive_schema\t" << TRAINING_ARCHIVE_SCHEMA_VERSION << "\n" + << "training_archive_format\t" << szilassi::training::kTrainingShardFormatVersion << "\n" + << "training_archive_layout\trun-uuid/immutable-64MiB-crc-shards-plus-durable-wal\n" + << "training_archive_records\tseed-proposals,stratified-fp32-chain-bests," + "cpu-verified,anchor-injected-result,spsa-steps,legacy-replay\n" + << "training_cache_limit_bytes\t" << TRAINING_CACHE_LIMIT_BYTES << "\n" + << "training_cache_accounted_bytes_at_start\t" + << training_cache_accounted_bytes << "\n" + << "training_neural_model_reserve_bytes\t" + << neural_model_reserve_bytes << "\n" + << "training_collection_enabled_at_start\t" + << (training_collection_enabled ? 1 : 0) << "\n" + << "training_recovered_wals\t" << training_recovery.wals_found << "\n" + << "training_wals_deferred_at_limit\t" + << training_recovery.wals_deferred_at_limit << "\n" + << "training_recovered_records\t" << training_recovery.records_recovered << "\n" + << "training_recovered_torn_bytes_discarded\t" + << training_recovery.torn_bytes_discarded << "\n" + << "training_limit_behavior\tfreeze-collection-and-online-learning;search-continues;rewrite-warning\n" + << "spsa\tadam:6,cpu-double,all-plus-minus-and-updated-double-states," + "c-plus-i-smooth-loss,fp32-roundtrip,final-canonical-dd-gate\n" << "topology_scheduler\tucb-plus-reward-plus-staleness,full-refresh-every-5\n" << "topology_scheduler_mode\t" << (options.prioritize_worst ? "worst-first" : "quality-first") << "\n" @@ -3756,6 +5776,95 @@ bool write_run_manifest( return true; } +std::filesystem::path neural_model_path( + const LocalRepairOptions& options, + int topology +) { + return std::filesystem::path(options.global_dir) / + neural_model_relative_path(topology); +} + +szilassi::surrogate::Config expected_neural_config(int topology) { + szilassi::surrogate::Config config; + config.seed = 0x5a17a551c0ffeeULL ^ + (static_cast(topology + 1) * 0x9e3779b97f4a7c15ULL) ^ + static_cast(GLOBAL_OBJECTIVE_VERSION); + config.replay_capacity = 4096; + return config; +} + +bool same_neural_config( + const szilassi::surrogate::Config& left, + const szilassi::surrogate::Config& right) { + return left.seed == right.seed && + left.replay_capacity == right.replay_capacity && + left.learning_rate == right.learning_rate && + left.weight_decay == right.weight_decay && + left.beta1 == right.beta1 && + left.beta2 == right.beta2 && + left.adam_epsilon == right.adam_epsilon && + left.gradient_clip == right.gradient_clip && + left.input_clip == right.input_clip && + left.gain_loss_weight == right.gain_loss_weight; +} + +void initialize_neural_model( + const LocalRepairOptions& options, + GlobalTopologyState& state +) { + const szilassi::surrogate::Config config = + expected_neural_config(state.topology); + state.neural = std::make_unique(config); + const std::filesystem::path path = neural_model_path(options, state.topology); + if (!std::filesystem::exists(path)) { + return; + } + std::string error; + bool cache_valid = state.neural->load(path, &error); + if (cache_valid && !same_neural_config(state.neural->config(), config)) { + cache_valid = false; + error = "surrogate topology/objective/configuration mismatch"; + } + if (!cache_valid) { + std::cerr << "Ignoring invalid derived neural cache for topology " + << state.topology << ": " << error << std::endl; + state.neural->reset(config.seed); + state.neural_dirty = true; + return; + } + // Search trials dominate the number of replay samples, so this keeps + // provenance monotonic across restarts without persisting another mutable + // counter in the authoritative geometry checkpoint. + state.neural_sequence = std::max( + state.trials, + state.neural->max_replay_sequence()); +} + +bool persist_neural_model( + const LocalRepairOptions& options, + GlobalTopologyState& state +) { + if (state.neural == nullptr || !state.neural_dirty) { + return true; + } + const std::filesystem::path path = neural_model_path(options, state.topology); + std::error_code directory_error; + std::filesystem::create_directories(path.parent_path(), directory_error); + if (directory_error) { + std::cerr << "Cannot create neural checkpoint directory for topology " + << state.topology << ": " << directory_error.message() << std::endl; + return false; + } + std::string error; + if (!state.neural->save_atomic(path, true, &error)) { + std::cerr << "Cannot durably save neural checkpoint for topology " + << state.topology << ": " << error << std::endl; + return false; + } + state.neural_dirty = false; + return true; +} + cuda_search::Topology make_cuda_topology() { cuda_search::Topology topology; for (int vertex = 0; vertex < cuda_search::kVertexCount; ++vertex) { @@ -3790,13 +5899,16 @@ bool run_global_topology_round_cuda( const std::atomic& stop_requested, int round_seed, int effective_chain_count, - cuda_search::BatchSession& session + cuda_search::BatchSession& session, + TrainingArchiveSession* training_archive ) { const auto round_started_at = std::chrono::steady_clock::now(); state.last_round = {}; const GlobalMetrics previous_best = state.best; const bool previous_has_state = state.has_state; const bool session_was_initialized = session.initialized(); + HybridSeedPool initial_pool_for_archive; + std::uint64_t initial_pool_seed = 0; if (!session_was_initialized) { cuda_search::SearchConfig config; config.chain_count = effective_chain_count; @@ -3815,11 +5927,15 @@ bool run_global_topology_round_cuda( config.stagnation_iterations = std::max(256, options.stagnation); config.degeneracy_weight = static_cast(options.degeneracy_weight); - std::vector initial_states = make_hybrid_seed_pool( - state, + initial_pool_seed = static_cast(static_cast(round_seed)) ^ - 0x6a09e667f3bcc909ULL, + 0x6a09e667f3bcc909ULL; + initial_pool_for_archive = make_hybrid_seed_pool( + state, + initial_pool_seed, std::min(128, effective_chain_count)); + std::vector& initial_states = + initial_pool_for_archive.states; if (initial_states.empty() && state.has_state && state.best_x.size() == GLOBAL_PLANE_VALUE_COUNT) { cuda_search::PlaneState initial; @@ -3828,6 +5944,22 @@ bool run_global_topology_round_cuda( static_cast(state.best_x[i]); } initial_states.push_back(initial); + initial_pool_for_archive.training_states.push_back(initial); + initial_pool_for_archive.inputs.push_back( + make_neural_input(state.best_x, state.best, false)); + initial_pool_for_archive.metrics.push_back(state.best); + initial_pool_for_archive.injected_metrics.push_back(state.best); + initial_pool_for_archive.behavior_predictions.emplace_back(); + initial_pool_for_archive.neural_guided.push_back(0); + initial_pool_for_archive.plane_actions.push_back(-1); + initial_pool_for_archive.move_actions.push_back(-1); + initial_pool_for_archive.scale_actions.push_back(-1); + initial_pool_for_archive.plane_propensities.push_back(1.0f); + initial_pool_for_archive.move_propensities.push_back(1.0f); + initial_pool_for_archive.scale_propensities.push_back(1.0f); + initial_pool_for_archive.plane_sampling_probabilities.emplace_back(); + initial_pool_for_archive.move_sampling_probabilities.emplace_back(); + initial_pool_for_archive.scale_sampling_probabilities.emplace_back(); } std::string initialize_error; if (!session.initialize( @@ -3855,13 +5987,13 @@ bool run_global_topology_round_cuda( } cuda_search::BatchRunConfig run_config; run_config.step_scale = depth ? 1.0f : 1.5f; - // Exactly one quarter remains the unchanged simulated-annealing - // control. The other disjoint cohorts test complementary mechanisms. - run_config.baseline_weight = 4; - run_config.replica_exchange_weight = 3; - run_config.adaptive_move_weight = 3; - run_config.pbt_weight = 3; - run_config.injected_weight = 3; + const std::array strategy_weights = choose_strategy_weights(state); + state.last_round.strategy_weights = strategy_weights; + run_config.baseline_weight = strategy_weights[0]; + run_config.replica_exchange_weight = strategy_weights[1]; + run_config.adaptive_move_weight = strategy_weights[2]; + run_config.pbt_weight = strategy_weights[3]; + run_config.injected_weight = strategy_weights[4]; run_config.replica_group_size = 8; run_config.replica_temperature_ratio = 16.0f; run_config.pbt_exploit_chance = depth ? 0.08f : 0.04f; @@ -3869,11 +6001,17 @@ bool run_global_topology_round_cuda( std::max(0.002, options.step * (depth ? 0.025 : 0.05))); run_config.injected_state_jitter = static_cast( std::max(0.002, options.step * (depth ? 0.018 : 0.04))); - run_config.injected_states = make_hybrid_seed_pool( + HybridSeedPool injected_pool = make_hybrid_seed_pool( state, static_cast(static_cast(round_seed)) + static_cast(batch + 1) * 0x9e3779b97f4a7c15ULL, 64); + run_config.injected_states = injected_pool.states; + state.last_round.neural_seed_count += static_cast( + std::count( + injected_pool.neural_guided.begin(), + injected_pool.neural_guided.end(), + static_cast(1))); if (batch == 0 && (previous_has_state || session_was_initialized)) { run_config.fresh_numerator = depth ? 1 : 7; run_config.fresh_denominator = depth ? 4 : 8; @@ -3895,13 +6033,13 @@ bool run_global_topology_round_cuda( gpu.replica_exchange_attempts; state.last_round.replica_swaps_accepted += gpu.replica_exchange_accepts; - constexpr std::array kStrategyWeights = {4, 3, 3, 3, 3}; - constexpr int kTotalStrategyWeight = 16; + const int total_strategy_weight = std::accumulate( + strategy_weights.begin(), strategy_weights.end(), 0); for (int chain = 0; chain < effective_chain_count; ++chain) { - const int residue = chain % kTotalStrategyWeight; + const int residue = chain % total_strategy_weight; int boundary = 0; for (int strategy = 0; strategy < 5; ++strategy) { - boundary += kStrategyWeights[static_cast(strategy)]; + boundary += strategy_weights[static_cast(strategy)]; if (residue < boundary) { state.last_round.strategy_evaluated[static_cast(strategy)] += static_cast(options.cuda_iterations); @@ -3915,24 +6053,284 @@ bool run_global_topology_round_cuda( completed_batches += 1; std::vector batch_verified; + const bool batch_had_reference = state.has_state; + const GlobalMetrics batch_reference = state.best; + const VectorXd batch_reference_x = state.best_x; + const szilassi::training::BatchConfig training_batch = + make_cuda_training_batch_config( + options, + effective_chain_count, + strategy_weights, + run_config, + gpu); + if (!session_was_initialized && batch == 0) { + state.last_round.training_seed_records += archive_hybrid_seed_pool( + training_archive, + options, + state, + static_cast( + static_cast(round_seed)), + training_batch, + gpu.session_seed, + gpu.session_batch_ordinal, + new_trials, + evaluated_states, + initial_pool_for_archive, + szilassi::training::SeedProposalPurpose::SessionInitial, + initial_pool_seed, + static_cast(effective_chain_count)); + } + const std::uint64_t injected_pool_seed = + static_cast(static_cast(round_seed)) + + static_cast(batch + 1) * 0x9e3779b97f4a7c15ULL; + + std::unordered_set verified_chain_ids; + verified_chain_ids.reserve(gpu.shortlist.size() * 2U + 1U); for (const cuda_search::Candidate& candidate : gpu.shortlist) { + verified_chain_ids.insert(candidate.chain_id); + } + for (const cuda_search::Candidate& candidate : gpu.population_sample) { + if (training_archive == nullptr || + training_archive->writer == nullptr || + !training_archive->writer->collection_enabled()) { + break; + } + szilassi::training::Fp32Candidate record; + record.context = make_training_context( + *training_archive, + options, + state, + static_cast( + static_cast(round_seed)), + training_batch, + gpu.session_seed, + gpu.session_batch_ordinal, + new_trials, + evaluated_states); + record.state = training_plane_state(candidate.state); + record.approximate_metrics = training_cuda_metrics(candidate); + record.candidate_hash = training_plane_hash(record.state); + record.chain_initial_rng_state = cuda_chain_initial_rng_state( + gpu.session_seed, + candidate.producing_chain_id); + record.rollout_rng_state = candidate.rollout_rng_state; + record.rollout_rng_spare_normal = + candidate.rollout_rng_spare_normal; + record.rollout_rng_has_spare_normal = + candidate.rollout_rng_has_spare_normal; + record.chain_iterations = candidate.iterations; + record.rollout_start_iterations = + candidate.rollout_start_iterations; + record.origin_batch_ordinal = + candidate.rollout_start_batch_ordinal; + record.rollout_start_batch_ordinal = + candidate.rollout_start_batch_ordinal; + record.parent_batch_ordinal = candidate.parent_batch_ordinal; + record.best_found_iteration = candidate.best_found_iteration; + record.best_found_batch_ordinal = + candidate.best_found_batch_ordinal; + record.strategy = static_cast(candidate.strategy); + record.chain_index = static_cast(candidate.chain_id); + record.producing_chain_index = static_cast( + candidate.producing_chain_id); + record.injected_seed_index = candidate.injected_seed_index >= 0 + ? static_cast(candidate.injected_seed_index) + : 0xffffffffU; + record.pool_size = static_cast( + std::max(0, candidate.origin_pool_size)); + record.replica_count = static_cast( + std::max(0, candidate.origin_seed_replica_count)); + record.origin_kind = static_cast(candidate.origin); + record.origin_seed_index = candidate.origin_seed_index >= 0 + ? static_cast(candidate.origin_seed_index) + : 0xffffffffU; + record.parent_chain_index = candidate.parent_chain_id != UINT64_MAX + ? static_cast(candidate.parent_chain_id) + : 0xffffffffU; + record.sampling_numerator = + candidate.population_sample_numerator; + record.sampling_denominator = + candidate.population_sample_denominator; + record.sampling_probability = + candidate.population_inclusion_probability; + record.flags |= + szilassi::training::Fp32UnbiasedPopulationSample; + if (verified_chain_ids.find(candidate.chain_id) != + verified_chain_ids.end()) { + record.flags |= + szilassi::training::Fp32SelectedForCpuVerification; + } + if (candidate.origin == cuda_search::OriginKind::InjectedPool && + candidate.rollout_start_batch_ordinal == + gpu.session_batch_ordinal && + candidate.injected_seed_index >= 0 && + static_cast(candidate.injected_seed_index) < + injected_pool.neural_guided.size() && + injected_pool.neural_guided[static_cast( + candidate.injected_seed_index)] != 0) { + record.flags |= szilassi::training::Fp32NeuralGuided; + } + if (append_training_record(training_archive, record)) { + state.last_round.training_fp32_records += 1; + } + } + std::array batch_strategy_rewards{}; + std::array batch_strategy_observations{}; + struct NeuralVerifiedRollout { + bool present = false; + GlobalMetrics metrics; + cuda_search::PlaneState state{}; + szilassi::training::ApproximateMetrics cuda_metrics{}; + std::uint64_t chain_id = 0; + std::uint64_t iterations = 0; + std::uint64_t rollout_rng_state = 0; + float rollout_rng_spare_normal = 0.0f; + std::uint32_t rollout_rng_has_spare_normal = 0; + std::uint64_t rollout_start_iterations = 0; + std::uint64_t origin_batch_ordinal = 0; + std::uint32_t pool_size = 0; + std::uint32_t replica_count = 0; + bool entered_archive = false; + bool improved_best = false; + }; + std::vector neural_rollouts( + injected_pool.states.size()); + const auto make_cuda_verified_record = [&] ( + const cuda_search::Candidate& candidate, + std::size_t shortlist_rank, + std::size_t strategy) { + szilassi::training::VerifiedCandidate record; + record.context = make_training_context( + *training_archive, + options, + state, + static_cast( + static_cast(round_seed)), + training_batch, + gpu.session_seed, + gpu.session_batch_ordinal, + new_trials, + evaluated_states); + record.backend = szilassi::training::BackendSource::CudaShortlist; + record.strategy = static_cast(strategy); + record.chain_index = static_cast(candidate.chain_id); + record.injected_seed_index = candidate.injected_seed_index >= 0 + ? static_cast(candidate.injected_seed_index) + : 0xffffffffU; + record.shortlist_rank = static_cast(shortlist_rank); + record.chain_seed = cuda_chain_initial_rng_state( + gpu.session_seed, + candidate.producing_chain_id); + record.chain_iterations = candidate.iterations; + record.rollout_rng_state = candidate.rollout_rng_state; + record.rollout_rng_spare_normal = candidate.rollout_rng_spare_normal; + record.rollout_rng_has_spare_normal = + candidate.rollout_rng_has_spare_normal; + record.rollout_start_iterations = candidate.rollout_start_iterations; + record.origin_batch_ordinal = candidate.rollout_start_batch_ordinal; + record.rollout_start_batch_ordinal = + candidate.rollout_start_batch_ordinal; + record.parent_batch_ordinal = candidate.parent_batch_ordinal; + record.best_found_iteration = candidate.best_found_iteration; + record.best_found_batch_ordinal = candidate.best_found_batch_ordinal; + record.origin_kind = static_cast(candidate.origin); + record.origin_seed_index = candidate.origin_seed_index >= 0 + ? static_cast(candidate.origin_seed_index) + : 0xffffffffU; + record.origin_pool_size = static_cast( + std::max(0, candidate.origin_pool_size)); + record.origin_seed_replica_count = static_cast( + std::max(0, candidate.origin_seed_replica_count)); + record.parent_chain_index = candidate.parent_chain_id != UINT64_MAX + ? static_cast(candidate.parent_chain_id) + : 0xffffffffU; + record.producing_chain_index = static_cast( + candidate.producing_chain_id); + if (batch_had_reference) { + record.reference_state = training_plane_state(batch_reference_x); + record.reference_metrics = training_metrics(batch_reference); + record.reference_hash = training_plane_hash(record.reference_state); + record.flags |= szilassi::training::CandidateHasReference; + } + record.candidate_state = training_plane_state(candidate.state); + record.candidate_hash = training_plane_hash(record.candidate_state); + record.cuda_metrics = training_cuda_metrics(candidate); + record.flags |= + szilassi::training::CandidateSelectedForCpuVerification; + if (candidate.origin == cuda_search::OriginKind::InjectedPool && + candidate.rollout_start_batch_ordinal == + gpu.session_batch_ordinal && + candidate.injected_seed_index >= 0 && + static_cast(candidate.injected_seed_index) < + injected_pool.neural_guided.size() && + injected_pool.neural_guided[static_cast( + candidate.injected_seed_index)] != 0) { + record.flags |= szilassi::training::CandidateNeuralGuided; + } + return record; + }; + for (std::size_t shortlist_rank = 0; + shortlist_rank < gpu.shortlist.size(); + ++shortlist_rank) { + const cuda_search::Candidate& candidate = gpu.shortlist[shortlist_rank]; + const std::size_t strategy = std::min( + static_cast(candidate.strategy), + state.last_round.strategy_verified.size() - 1); VectorXd x(GLOBAL_PLANE_VALUE_COUNT); for (int i = 0; i < GLOBAL_PLANE_VALUE_COUNT; ++i) { x[i] = static_cast( candidate.state.values[static_cast(i)]); } - if (!valid_plane_state(x)) { + GlobalMetrics verified; + bool verification_failed = !valid_plane_state(x); + if (!verification_failed) { + verified = evaluate_global_state(x, true, scratch); + verification_failed = !std::isfinite(verified.energy); + } + if (verification_failed) { + if (training_archive != nullptr && + training_archive->writer != nullptr && + training_archive->writer->collection_enabled()) { + szilassi::training::VerifiedCandidate record = + make_cuda_verified_record( + candidate, + shortlist_rank, + strategy); + record.flags |= + szilassi::training::CandidateVerificationFailed; + if (append_training_record(training_archive, record)) { + state.last_round.training_verified_records += 1; + } + } continue; } - GlobalMetrics verified = evaluate_global_state(x, true, scratch); - if (!std::isfinite(verified.energy)) { - continue; - } - const std::size_t strategy = std::min( - static_cast(candidate.strategy), - state.last_round.strategy_verified.size() - 1); state.last_round.verified_candidates += 1; state.last_round.strategy_verified[strategy] += 1; + if (strategy < 5 && + candidate.best_found_batch_ordinal == + gpu.session_batch_ordinal) { + batch_strategy_observations[strategy] += 1; + double reward = batch_had_reference ? 0.0 : 1.0; + if (batch_had_reference) { + const int defect_gain = + global_defects(batch_reference) - global_defects(verified); + if (defect_gain > 0) { + reward = static_cast(std::min(defect_gain, 4)); + } else if (defect_gain == 0) { + const int balance_gain = + std::max(batch_reference.crossings, batch_reference.intersections) - + std::max(verified.crossings, verified.intersections); + if (balance_gain > 0) { + reward = 0.20 * static_cast(std::min(balance_gain, 2)); + } else if (better_global_metrics(verified, batch_reference)) { + reward = 0.02; + } + } + } + batch_strategy_rewards[strategy] = std::max( + batch_strategy_rewards[strategy], + reward); + } const bool archive_improved = add_global_archive_elite( state, verified, @@ -3945,37 +6343,295 @@ bool run_global_topology_round_cuda( state.last_round.archive_improvements += 1; state.last_round.strategy_archive_improvements[strategy] += 1; } + const bool improved_global = + !state.has_state || better_global_metrics(verified, state.best); batch_verified.push_back(GlobalVerifiedCandidate{ verified, x, static_cast(strategy), candidate.chain_id}); - if (!state.has_state || better_global_metrics(verified, state.best)) { + if (training_archive != nullptr && + training_archive->writer != nullptr && + training_archive->writer->collection_enabled()) { + szilassi::training::VerifiedCandidate record = + make_cuda_verified_record( + candidate, + shortlist_rank, + strategy); + record.verified_metrics = training_metrics(verified); + if (improved_global) { + record.flags |= szilassi::training::CandidateImprovedBest; + } + if (archive_improved) { + record.flags |= szilassi::training::CandidateEnteredArchive; + } + if (append_training_record(training_archive, record)) { + state.last_round.training_verified_records += 1; + } + } + if (candidate.origin == cuda_search::OriginKind::InjectedPool && + candidate.rollout_start_batch_ordinal == + gpu.session_batch_ordinal && + candidate.origin_pool_size == + static_cast(neural_rollouts.size()) && + candidate.injected_seed_index >= 0 && + static_cast(candidate.injected_seed_index) < + neural_rollouts.size()) { + const std::size_t seed_index = static_cast( + candidate.injected_seed_index); + NeuralVerifiedRollout& rollout = neural_rollouts[seed_index]; + if (!rollout.present || + better_global_metrics(verified, rollout.metrics)) { + rollout.present = true; + rollout.metrics = verified; + rollout.state = candidate.state; + rollout.cuda_metrics = training_cuda_metrics(candidate); + rollout.chain_id = candidate.producing_chain_id; + rollout.iterations = candidate.best_found_iteration >= + candidate.rollout_start_iterations + ? candidate.best_found_iteration - + candidate.rollout_start_iterations + : 0; + rollout.rollout_rng_state = candidate.rollout_rng_state; + rollout.rollout_rng_spare_normal = + candidate.rollout_rng_spare_normal; + rollout.rollout_rng_has_spare_normal = + candidate.rollout_rng_has_spare_normal; + rollout.rollout_start_iterations = + candidate.rollout_start_iterations; + rollout.origin_batch_ordinal = + candidate.rollout_start_batch_ordinal; + rollout.pool_size = static_cast( + std::max(0, candidate.origin_pool_size)); + rollout.replica_count = static_cast( + std::max(0, candidate.origin_seed_replica_count)); + rollout.entered_archive = archive_improved; + rollout.improved_best = improved_global; + } + } + if (improved_global) { state.best = verified; state.best_x = x; state.has_state = true; state.last_round.strategy_global_improvements[strategy] += 1; } } + std::vector pending_neural_samples; + pending_neural_samples.reserve(neural_rollouts.size()); + std::vector proposal_only_mask( + neural_rollouts.size(), + static_cast(1)); + for (std::size_t seed_index = 0; + seed_index < neural_rollouts.size(); + ++seed_index) { + const NeuralVerifiedRollout& rollout = neural_rollouts[seed_index]; + if (!rollout.present || + seed_index >= injected_pool.states.size() || + seed_index >= injected_pool.training_states.size() || + seed_index >= injected_pool.inputs.size() || + seed_index >= injected_pool.metrics.size() || + seed_index >= injected_pool.injected_metrics.size() || + seed_index >= injected_pool.behavior_predictions.size() || + seed_index >= injected_pool.neural_guided.size() || + seed_index >= injected_pool.plane_actions.size() || + seed_index >= injected_pool.move_actions.size() || + seed_index >= injected_pool.scale_actions.size() || + seed_index >= injected_pool.plane_propensities.size() || + seed_index >= injected_pool.move_propensities.size() || + seed_index >= injected_pool.scale_propensities.size() || + seed_index >= injected_pool.plane_sampling_probabilities.size() || + seed_index >= injected_pool.move_sampling_probabilities.size() || + seed_index >= injected_pool.scale_sampling_probabilities.size()) { + continue; + } + bool trajectory_archived = false; + if (training_archive != nullptr && + training_archive->writer != nullptr && + training_archive->writer->collection_enabled()) { + szilassi::training::InjectedTrajectory record; + record.context = make_training_context( + *training_archive, + options, + state, + static_cast( + static_cast(round_seed)), + training_batch, + gpu.session_seed, + gpu.session_batch_ordinal, + new_trials, + evaluated_states); + record.anchor_state = training_plane_state( + injected_pool.training_states[seed_index]); + record.anchor_metrics = training_metrics(injected_pool.metrics[seed_index]); + record.injected_state = training_plane_state( + injected_pool.states[seed_index]); + record.injected_metrics = training_metrics( + injected_pool.injected_metrics[seed_index]); + record.result_state = training_plane_state(rollout.state); + record.cuda_result_metrics = rollout.cuda_metrics; + record.result_metrics = training_metrics(rollout.metrics); + record.anchor_hash = training_plane_hash(record.anchor_state); + record.injected_hash = training_plane_hash(record.injected_state); + record.result_hash = training_plane_hash(record.result_state); + record.rollout_seed = injected_pool_seed; + record.rollout_rng_state = rollout.rollout_rng_state; + record.rollout_rng_spare_normal = + rollout.rollout_rng_spare_normal; + record.rollout_rng_has_spare_normal = + rollout.rollout_rng_has_spare_normal; + record.rollout_iterations = rollout.iterations; + record.start_iterations = rollout.rollout_start_iterations; + record.origin_batch_ordinal = rollout.origin_batch_ordinal; + record.injected_seed_index = static_cast(seed_index); + record.result_chain_index = static_cast(rollout.chain_id); + record.pool_size = rollout.pool_size; + record.replica_count = rollout.replica_count; + // Best CPU-verified descendant among all chains assigned to + // this proposal in the batch. + record.selection_rule = 1; + record.plane_action = injected_pool.plane_actions[seed_index]; + record.move_action = injected_pool.move_actions[seed_index]; + record.scale_action = injected_pool.scale_actions[seed_index]; + record.plane_propensity = injected_pool.plane_propensities[seed_index]; + record.move_propensity = injected_pool.move_propensities[seed_index]; + record.scale_propensity = injected_pool.scale_propensities[seed_index]; + record.plane_sampling_distribution = + injected_pool.plane_sampling_probabilities[seed_index]; + record.move_sampling_distribution = + injected_pool.move_sampling_probabilities[seed_index]; + record.scale_sampling_distribution = + injected_pool.scale_sampling_probabilities[seed_index]; + record.behavior = training_behavior_prediction( + injected_pool.behavior_predictions[seed_index]); + record.neural_input = injected_pool.inputs[seed_index]; + record.flags |= szilassi::training::TrajectoryHasNeuralInput; + if (injected_pool.neural_guided[seed_index] != 0) { + record.flags |= szilassi::training::TrajectoryNeuralGuided; + } + if (injected_pool.behavior_predictions[seed_index].finite) { + record.flags |= szilassi::training::TrajectoryPredictionSupplied; + } + if (better_global_metrics( + rollout.metrics, + injected_pool.metrics[seed_index])) { + record.flags |= szilassi::training::TrajectoryImproved; + } + if (rollout.entered_archive) { + record.flags |= szilassi::training::TrajectoryEnteredArchive; + } + trajectory_archived = append_training_record(training_archive, record); + if (trajectory_archived) { + state.last_round.training_rollout_records += 1; + proposal_only_mask[seed_index] = 0; + } + } + if (trajectory_archived && state.neural != nullptr) { + pending_neural_samples.push_back(make_neural_training_sample( + injected_pool.inputs[seed_index], + injected_pool.metrics[seed_index], + rollout.metrics, + injected_pool.plane_actions[seed_index], + injected_pool.move_actions[seed_index], + injected_pool.scale_actions[seed_index], + injected_pool.plane_propensities[seed_index], + injected_pool.move_propensities[seed_index], + injected_pool.scale_propensities[seed_index], + ++state.neural_sequence)); + } + } + state.last_round.training_seed_records += archive_hybrid_seed_pool( + training_archive, + options, + state, + static_cast( + static_cast(round_seed)), + training_batch, + gpu.session_seed, + gpu.session_batch_ordinal, + new_trials, + evaluated_states, + injected_pool, + szilassi::training::SeedProposalPurpose::BatchInjection, + injected_pool_seed, + gpu.injected_chains, + &proposal_only_mask); + if (!checkpoint_training_archive(training_archive) || + (training_archive != nullptr && training_archive->fatal_error)) { + break; + } + const bool training_collection_active = training_archive != nullptr && + training_archive->writer != nullptr && + !training_archive->fatal_error && + training_archive->writer->collection_enabled(); + if (training_collection_active && state.neural != nullptr) { + for (const auto& sample : pending_neural_samples) { + if (state.neural->add_sample(sample)) { + state.last_round.neural_samples_added += 1; + state.neural_dirty = true; + } + } + } update_diagonal_cem(state, batch_verified); + update_strategy_portfolio( + state, + batch_strategy_rewards, + batch_strategy_observations); + if (training_collection_active && state.neural != nullptr && + state.neural->replay_size() >= 128) { + const szilassi::surrogate::TrainStats train_stats = + state.neural->train(depth ? 2 : 1, 64); + state.last_round.neural_training_steps += train_stats.completed_steps; + state.neural_dirty = state.neural_dirty || + train_stats.completed_steps != 0 || + train_stats.rejected_updates != 0; + } } if (completed_batches == 0) { return false; } if (depth && state.has_state && !state.last_round.backend_error && - !stop_requested.load(std::memory_order_relaxed)) { + !stop_requested.load(std::memory_order_relaxed) && + (training_archive == nullptr || !training_archive->fatal_error)) { state.last_round.spsa_attempted = true; + const VectorXd refinement_start_x = state.best_x; + const GlobalMetrics refinement_start_metrics = state.best; + const std::uint64_t refinement_seed = + static_cast(static_cast(round_seed)) ^ + 0xbb67ae8584caa73bULL; VectorXd refined; GlobalMetrics refined_metrics; - if (refine_with_spsa_adam( - state.best_x, - static_cast(static_cast(round_seed)) ^ - 0xbb67ae8584caa73bULL, + std::vector refinement_trace; + const bool refinement_constructed = refine_with_spsa_adam( + refinement_start_x, + refinement_seed, 6, refined, - refined_metrics) && - round_trip_global_state_to_fp32(refined, refined_metrics)) { + refinement_trace); + std::uint64_t refinement_evaluations = std::accumulate( + refinement_trace.begin(), + refinement_trace.end(), + std::uint64_t{0}, + [](std::uint64_t count, + const szilassi::training::RefinementStep& step) { + if ((step.flags & + szilassi::training::RefinementStepPlusEvaluated) != 0) { + ++count; + } + if ((step.flags & + szilassi::training::RefinementStepMinusEvaluated) != 0) { + ++count; + } + return count; + }); + bool refinement_verified = false; + if (refinement_constructed) { + ++refinement_evaluations; + refinement_verified = + round_trip_global_state_to_fp32(refined, refined_metrics); + } + evaluated_states += refinement_evaluations; + if (refinement_verified) { const bool archive_improved = add_global_archive_elite( state, refined_metrics, @@ -3987,15 +6643,112 @@ bool run_global_topology_round_cuda( if (archive_improved) { state.last_round.archive_improvements += 1; } - if (better_global_metrics(refined_metrics, state.best)) { + const bool improved_global = better_global_metrics( + refined_metrics, + state.best); + if (training_archive != nullptr && + training_archive->writer != nullptr && + training_archive->writer->collection_enabled()) { + szilassi::training::RefinementTrajectory record; + szilassi::training::BatchConfig refinement_batch; + refinement_batch.chain_count = 1; + refinement_batch.iterations_per_chain = 6; + refinement_batch.shortlist_size = 1; + refinement_batch.baseline_chains = 1; + refinement_batch.evaluated_states = refinement_evaluations; + refinement_batch.proposal_scale = static_cast(options.step); + refinement_batch.degeneracy_weight = + static_cast(options.degeneracy_weight); + refinement_batch.strategy_weights[0] = 1.0f; + record.context = make_training_context( + *training_archive, + options, + state, + static_cast( + static_cast(round_seed)), + refinement_batch, + 0, + 0, + new_trials, + evaluated_states); + record.method = szilassi::training::RefinementMethod::Spsa; + record.start_state = training_plane_state(refinement_start_x); + record.start_metrics = training_metrics(refinement_start_metrics); + record.result_state = training_plane_state(refined); + record.result_metrics = training_metrics(refined_metrics); + record.start_hash = training_plane_hash(record.start_state); + record.result_hash = training_plane_hash(record.result_state); + record.seed = refinement_seed; + record.iterations = 6; + record.evaluated_states = refinement_evaluations; + record.steps = refinement_trace; + if (improved_global || archive_improved) { + record.flags |= szilassi::training::RefinementAccepted; + } + if (improved_global) { + record.flags |= szilassi::training::RefinementImprovedBest; + } + if (archive_improved) { + record.flags |= szilassi::training::RefinementEnteredArchive; + } + if (append_training_record(training_archive, record)) { + state.last_round.training_refinement_records += 1; + } + } + if (improved_global) { state.best = refined_metrics; state.best_x = refined; state.last_round.spsa_accepted = true; } else if (archive_improved) { state.last_round.spsa_accepted = true; } + } else if (training_archive != nullptr && + training_archive->writer != nullptr && + training_archive->writer->collection_enabled()) { + szilassi::training::RefinementTrajectory record; + szilassi::training::BatchConfig refinement_batch; + refinement_batch.chain_count = 1; + refinement_batch.iterations_per_chain = 6; + refinement_batch.shortlist_size = 1; + refinement_batch.baseline_chains = 1; + refinement_batch.evaluated_states = refinement_evaluations; + refinement_batch.proposal_scale = static_cast(options.step); + refinement_batch.degeneracy_weight = + static_cast(options.degeneracy_weight); + refinement_batch.strategy_weights[0] = 1.0f; + record.context = make_training_context( + *training_archive, + options, + state, + static_cast( + static_cast(round_seed)), + refinement_batch, + 0, + 0, + new_trials, + evaluated_states); + record.method = szilassi::training::RefinementMethod::Spsa; + record.start_state = training_plane_state(refinement_start_x); + record.start_metrics = training_metrics(refinement_start_metrics); + // The exact intermediate double states remain in steps. Reusing + // the start as the summary result avoids inventing a valid FP32 + // endpoint when final verification failed. + record.result_state = record.start_state; + record.result_metrics = record.start_metrics; + record.start_hash = training_plane_hash(record.start_state); + record.result_hash = record.start_hash; + record.seed = refinement_seed; + record.iterations = 6; + record.evaluated_states = refinement_evaluations; + record.steps = refinement_trace; + record.flags |= + szilassi::training::RefinementVerificationFailed; + if (append_training_record(training_archive, record)) { + state.last_round.training_refinement_records += 1; + } } } + checkpoint_training_archive(training_archive); state.visits += 1; state.run_visits += 1; @@ -4030,7 +6783,8 @@ bool run_global_topology_round( const std::atomic& stop_requested, int round_seed, int effective_cuda_chains, - cuda_search::BatchSession* cuda_session + cuda_search::BatchSession* cuda_session, + TrainingArchiveSession* training_archive ) { if (options.use_cuda) { if (cuda_session == nullptr) { @@ -4043,7 +6797,8 @@ bool run_global_topology_round( stop_requested, round_seed, effective_cuda_chains, - *cuda_session); + *cuda_session, + training_archive); } const auto round_started_at = std::chrono::steady_clock::now(); state.last_round = {}; @@ -4065,6 +6820,16 @@ bool run_global_topology_round( std::mutex best_mutex; std::vector workers; workers.reserve(worker_count); + struct CpuTrialArchiveOutcome { + bool completed = false; + bool had_reference = false; + int seed = 0; + GlobalMetrics reference_metrics; + VectorXd reference_x; + GlobalTrialResult result; + }; + std::vector archive_outcomes( + static_cast(trial_count)); auto worker = [&]() { while (!stop_requested.load(std::memory_order_relaxed)) { @@ -4073,12 +6838,14 @@ bool run_global_topology_round( break; } VectorXd start_x; + GlobalMetrics start_metrics; bool has_start = false; { std::lock_guard lock(best_mutex); has_start = shared_has_state; if (has_start) { start_x = shared_best_x; + start_metrics = shared_best; } } const bool start_fresh = !has_start || (depth ? trial % 4 == 0 : trial % 8 != 0); @@ -4093,6 +6860,14 @@ bool run_global_topology_round( !round_trip_global_state_to_fp32(result.best_x, result.best)) { result.best = GlobalMetrics{}; } + CpuTrialArchiveOutcome& archive_outcome = + archive_outcomes[static_cast(trial)]; + archive_outcome.had_reference = has_start && !start_fresh; + archive_outcome.seed = seed; + archive_outcome.reference_metrics = start_metrics; + archive_outcome.reference_x = start_x; + archive_outcome.result = result; + archive_outcome.completed = true; { std::lock_guard lock(best_mutex); if (better_global_metrics(result.best, shared_best)) { @@ -4103,7 +6878,7 @@ bool run_global_topology_round( } completed.fetch_add(1, std::memory_order_relaxed); completed_iterations.fetch_add( - static_cast(result.iterations), + result.evaluated_states, std::memory_order_relaxed); } }; @@ -4116,12 +6891,85 @@ bool run_global_topology_round( thread.join(); } - state.visits += 1; - state.run_visits += 1; const std::uint64_t round_trials = static_cast(completed.load(std::memory_order_relaxed)); const std::uint64_t round_iterations = completed_iterations.load(std::memory_order_relaxed); + szilassi::training::BatchConfig training_batch = + make_cpu_training_batch_config(options, trial_count, iterations); + training_batch.evaluated_states = + completed_iterations.load(std::memory_order_relaxed); + for (std::size_t trial = 0; trial < archive_outcomes.size(); ++trial) { + const CpuTrialArchiveOutcome& outcome = archive_outcomes[trial]; + if (!outcome.completed || !std::isfinite(outcome.result.best.energy) || + outcome.result.best_x.size() != GLOBAL_PLANE_VALUE_COUNT) { + continue; + } + const bool archive_improved = add_global_archive_elite( + state, + outcome.result.best, + outcome.result.best_x, + {}, + static_cast(static_cast(outcome.seed)), + static_cast(std::max(0, outcome.result.iterations)), + true); + if (archive_improved) { + state.last_round.archive_improvements += 1; + state.last_round.strategy_archive_improvements[0] += 1; + } + if (training_archive == nullptr || training_archive->writer == nullptr || + !training_archive->writer->collection_enabled()) { + continue; + } + szilassi::training::VerifiedCandidate record; + record.context = make_training_context( + *training_archive, + options, + state, + static_cast(static_cast(round_seed)), + training_batch, + 0, + 0, + round_trials, + round_iterations); + record.backend = szilassi::training::BackendSource::CpuTrialBest; + record.strategy = 0; + record.chain_index = static_cast(trial); + record.shortlist_rank = static_cast(trial); + record.chain_seed = static_cast( + static_cast(outcome.seed)); + record.chain_iterations = static_cast( + std::max(0, outcome.result.iterations)); + if (outcome.had_reference) { + record.reference_state = training_plane_state(outcome.reference_x); + record.reference_metrics = training_metrics(outcome.reference_metrics); + record.reference_hash = training_plane_hash(record.reference_state); + record.flags |= szilassi::training::CandidateHasReference; + } + record.candidate_state = training_plane_state(outcome.result.best_x); + record.candidate_hash = training_plane_hash(record.candidate_state); + record.verified_metrics = training_metrics(outcome.result.best); + const bool improved_relevant_best = outcome.had_reference + ? better_global_metrics( + outcome.result.best, + outcome.reference_metrics) + : (!previous_has_state || better_global_metrics( + outcome.result.best, + previous_best)); + if (improved_relevant_best) { + record.flags |= szilassi::training::CandidateImprovedBest; + } + if (archive_improved) { + record.flags |= szilassi::training::CandidateEnteredArchive; + } + if (append_training_record(training_archive, record)) { + state.last_round.training_verified_records += 1; + } + } + checkpoint_training_archive(training_archive); + + state.visits += 1; + state.run_visits += 1; state.trials += round_trials; state.iterations += round_iterations; state.run_trials += round_trials; @@ -4137,7 +6985,8 @@ bool run_global_topology_round( static_cast(static_cast(round_seed)), state.iterations, true)) { - state.last_round.archive_improvements = 1; + state.last_round.archive_improvements += 1; + state.last_round.strategy_archive_improvements[0] += 1; } state.last_round.completed = true; state.last_round.new_trials = round_trials; @@ -4236,11 +7085,152 @@ int global_search_all(const LocalRepairOptions& options) { 8, static_cast(std::floor( std::log2(static_cast(states[topology].visits) + 1.0)))); + if (options.use_cuda) { + initialize_neural_model(options, states[topology]); + } } + std::uint64_t existing_neural_bytes = 0; + std::array + existing_final_neural_snapshot_bytes{}; + std::string training_setup_error; + if (!scan_neural_cache_bytes( + root, + existing_neural_bytes, + existing_final_neural_snapshot_bytes, + training_setup_error)) { + std::cerr << "Cannot account existing neural cache: " + << training_setup_error << std::endl; + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } + const std::uint64_t maximum_neural_snapshot = + szilassi::surrogate::maximum_snapshot_bytes( + expected_neural_config(0), + true); + if (maximum_neural_snapshot > NEURAL_MODEL_BUDGET_PER_TOPOLOGY) { + std::cerr << "Configured neural snapshot no longer fits its exact cache budget; " + << "revise the program before collecting more training data." + << std::endl; + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } + // Count every byte that is already present, then reserve the missing + // capacity of each canonical final-model slot independently. Taking the + // maximum of aggregate existing/reserved bytes would undercount orphan or + // foreign files when some topology snapshots have not been created yet. + std::uint64_t accounted_neural_files = existing_neural_bytes; + for (const std::uint64_t existing_snapshot_bytes : + existing_final_neural_snapshot_bytes) { + if (existing_snapshot_bytes >= NEURAL_MODEL_BUDGET_PER_TOPOLOGY) { + continue; + } + const std::uint64_t missing_slot_bytes = + NEURAL_MODEL_BUDGET_PER_TOPOLOGY - existing_snapshot_bytes; + if (missing_slot_bytes > + std::numeric_limits::max() - + accounted_neural_files) { + std::cerr << "Neural cache byte-count overflow." << std::endl; + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } + accounted_neural_files += missing_slot_bytes; + } + if (maximum_neural_snapshot > + std::numeric_limits::max() - accounted_neural_files) { + std::cerr << "Neural cache byte-count overflow." << std::endl; + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } + // Atomic save temporarily keeps the previous final snapshot and one full + // replacement. Existing orphan/foreign files remain separately accounted. + const std::uint64_t neural_model_reserve = + accounted_neural_files + maximum_neural_snapshot; + szilassi::training::RecoveryReport training_recovery; + const std::uint64_t training_archive_allocation = + neural_model_reserve < TRAINING_CACHE_LIMIT_BYTES + ? TRAINING_CACHE_LIMIT_BYTES - neural_model_reserve + : 0; + if (!recover_training_archive_tree( + root / "runs", + training_archive_allocation, + training_recovery, + training_setup_error)) { + std::cerr << "Cannot recover interrupted training archive: " + << training_setup_error << std::endl; + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } + if (training_recovery.shards_sealed != 0 || + training_recovery.records_recovered != 0 || + training_recovery.torn_bytes_discarded != 0) { + std::cout << "Recovered " << training_recovery.records_recovered + << " training records from " << training_recovery.shards_sealed + << " interrupted run WAL(s); discarded " + << training_recovery.torn_bytes_discarded + << " torn tail byte(s)." << std::endl; + } + if (training_recovery.wals_deferred_at_limit != 0) { + std::cout << "Preserved " + << training_recovery.wals_deferred_at_limit + << " committed training WAL(s) because the exact cache allocation " + "has no room for their footer; collection will remain frozen." + << std::endl; + } + std::uint64_t existing_training_bytes = 0; + if (!scan_training_archive_tree_bytes( + root / "runs", + existing_training_bytes, + training_setup_error)) { + std::cerr << "Cannot account existing training archive: " + << training_setup_error << std::endl; + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } + if (existing_training_bytes > + std::numeric_limits::max() - neural_model_reserve) { + std::cerr << "Training cache byte count overflow." << std::endl; + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } + const std::uint64_t initial_training_cache_bytes = + existing_training_bytes + neural_model_reserve; + const std::filesystem::path run_directory = root / "runs" / run_identity.run_id; std::filesystem::create_directories(run_directory); + TrainingArchiveSession training_archive; + training_archive.run_id = training_run_id_from_string(run_identity.run_id); + training_archive.run_directory = run_directory; + szilassi::training::WriterConfig training_writer_config; + training_writer_config.shard_directory = run_directory / "training"; + training_writer_config.global_cap_bytes = TRAINING_CACHE_LIMIT_BYTES; + training_writer_config.initial_existing_bytes = initial_training_cache_bytes; + training_writer_config.target_payload_bytes = 64U * 1024U * 1024U; + training_archive.writer = + std::make_unique( + training_writer_config); + poll_training_archive_notices(training_archive); + if (training_archive.fatal_error) { + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 2; + } const int effective_cuda_session_cache = options.use_cuda ? std::min( CUDA_SESSION_CACHE_LIMIT, @@ -4251,7 +7241,11 @@ int global_search_all(const LocalRepairOptions& options) { options, run_identity, effective_cuda_chains, - effective_cuda_session_cache)) { + effective_cuda_session_cache, + training_archive.writer->committed_bytes(), + neural_model_reserve, + training_archive.writer->collection_enabled(), + training_recovery)) { stop_requested.store(true, std::memory_order_relaxed); watcher_done.store(true, std::memory_order_relaxed); watcher.join(); @@ -4283,6 +7277,13 @@ int global_search_all(const LocalRepairOptions& options) { << "\tarchive_cells\tarchive_improvements\tverified\taccounted_fp32_steps" << "\tnew_trials\tkernel_ms\ttransfer_ms\twall_ms" << "\trex_attempts\trex_accepts\tspsa_attempted\tspsa_accepted" + << "\tbest_crossing_loss\tbest_intersection_loss" + << "\tneural_replay\tneural_positive\tneural_samples\tneural_train_steps\tneural_seeds" + << "\ttraining_verified\ttraining_fp32\ttraining_seeds" + << "\ttraining_rollouts\ttraining_refinements" + << "\ttraining_cache_accounted_bytes\ttraining_wal_bytes" + << "\ttraining_collection_enabled\ttraining_limit_reached" + << "\tweight_baseline\tweight_replica\tweight_adaptive\tweight_pbt\tweight_injected" << "\tsteps_baseline\tsteps_replica\tsteps_adaptive\tsteps_pbt\tsteps_injected" << "\tverified_baseline\tverified_replica\tverified_adaptive" << "\tverified_pbt\tverified_injected" @@ -4292,6 +7293,26 @@ int global_search_all(const LocalRepairOptions& options) { << "\tglobal_pbt\tglobal_injected\n"; metrics_log.flush(); + if (!export_legacy_neural_replay( + options, + active_topologies, + states, + run_identity.run_id, + training_archive, + stop_requested)) { + std::cerr << "Legacy neural replay export failed; stopping safely." << std::endl; + seal_training_archive(&training_archive); + stop_requested.store(true, std::memory_order_relaxed); + watcher_done.store(true, std::memory_order_relaxed); + watcher.join(); + return 4; + } + if (training_archive.legacy_records != 0) { + std::cout << "Archived " << training_archive.legacy_records + << " retained neural replay samples for long-term training." + << std::endl; + } + std::cout << "===================" << std::endl; std::cout << "Mode : global-search" << std::endl; std::cout << "Seed : " << options.seed @@ -4308,6 +7329,17 @@ int global_search_all(const LocalRepairOptions& options) { << options.degeneracy_weight << std::endl; std::cout << "Start : saved MAP-Elites/CEM seeds plus independent random starts" << std::endl; + if (options.use_cuda) { + std::cout << "Guidance : smooth-I repair + per-topology online neural ensemble" + << std::endl; + } + std::cout << "Training data: CPU-verified states, sampled chain bests and injected trajectories, " + << training_archive.writer->committed_bytes() << "/" + << TRAINING_CACHE_LIMIT_BYTES << " cache bytes accounted" + << (training_archive.writer->collection_enabled() + ? "" + : " (collection and online learning frozen)") + << std::endl; std::cout << "Coordinates: " << (options.use_cuda ? "CUDA FP32 search" : "CPU double search") << std::endl; @@ -4363,13 +7395,14 @@ int global_search_all(const LocalRepairOptions& options) { std::chrono::steady_clock::time_point now, bool force, szilassi::checkpoint::CheckpointReason forced_reason) { - if (state.run_visits == 0) { - return true; - } const bool checkpoint_changed = state.run_visits > state.last_checkpointed_run_visits; const bool archive_changed = !state.archive_dirty.empty(); - if (!checkpoint_changed && !archive_changed) { + const bool neural_changed = state.neural_dirty; + if (state.run_visits == 0 && !archive_changed && !neural_changed) { + return true; + } + if (!checkpoint_changed && !archive_changed && !neural_changed) { return true; } const bool due = force || @@ -4407,7 +7440,9 @@ int global_search_all(const LocalRepairOptions& options) { options, run_identity, state); - if (checkpoint_saved && archive_saved && state.archive_dirty.empty()) { + const bool neural_saved = persist_neural_model(options, state); + if (checkpoint_saved && archive_saved && neural_saved && + state.archive_dirty.empty() && !state.neural_dirty) { state.last_checkpoint_at = now; return true; } @@ -4497,7 +7532,14 @@ int global_search_all(const LocalRepairOptions& options) { stop_requested, round_seed, effective_cuda_chains, - cuda_session); + cuda_session, + &training_archive); + if (training_archive.fatal_error) { + fatal_search_error = true; + stop_requested.store(true, std::memory_order_relaxed); + std::cerr << "Training archive failed; stopping search safely." + << std::endl; + } if (!state.last_round.completed) { if (state.last_round.backend_error) { fatal_search_error = true; @@ -4539,6 +7581,9 @@ int global_search_all(const LocalRepairOptions& options) { << (state.best.precise ? ", DD31" : ", double") << (improved ? " NEW BEST" : "") << ", archive " << state.archive.size() + << (state.neural != nullptr + ? ", neural replay " + std::to_string(state.neural->replay_size()) + : std::string{}) << ", bandit " << std::fixed << std::setprecision(3) << selection_score << ", elapsed " << std::fixed << std::setprecision(1) @@ -4571,7 +7616,26 @@ int global_search_all(const LocalRepairOptions& options) { << state.last_round.replica_swaps_attempted << "\t" << state.last_round.replica_swaps_accepted << "\t" << (state.last_round.spsa_attempted ? 1 : 0) << "\t" - << (state.last_round.spsa_accepted ? 1 : 0); + << (state.last_round.spsa_accepted ? 1 : 0) << "\t" + << state.best.crossing_loss << "\t" + << state.best.intersection_loss << "\t" + << (state.neural != nullptr ? state.neural->replay_size() : 0) << "\t" + << (state.neural != nullptr ? state.neural->positive_replay_size() : 0) << "\t" + << state.last_round.neural_samples_added << "\t" + << state.last_round.neural_training_steps << "\t" + << state.last_round.neural_seed_count << "\t" + << state.last_round.training_verified_records << "\t" + << state.last_round.training_fp32_records << "\t" + << state.last_round.training_seed_records << "\t" + << state.last_round.training_rollout_records << "\t" + << state.last_round.training_refinement_records << "\t" + << training_archive.writer->committed_bytes() << "\t" + << training_archive.writer->pending_bytes() << "\t" + << (training_archive.writer->collection_enabled() ? 1 : 0) << "\t" + << (training_archive.writer->limit_reached() ? 1 : 0); + for (int strategy = 0; strategy < 5; ++strategy) { + metrics_log << "\t" << state.last_round.strategy_weights[strategy]; + } for (int strategy = 0; strategy < 5; ++strategy) { metrics_log << "\t" << state.last_round.strategy_evaluated[strategy]; } @@ -4700,18 +7764,24 @@ int global_search_all(const LocalRepairOptions& options) { watcher_done.store(true, std::memory_order_relaxed); watcher.join(); - bool persistence_succeeded = sweep_due_topologies( + bool training_persistence_succeeded = seal_training_archive(&training_archive); + if (!training_persistence_succeeded) { + training_persistence_succeeded = seal_training_archive(&training_archive); + } + bool topology_persistence_succeeded = sweep_due_topologies( -1, true, szilassi::checkpoint::CheckpointReason::Stop); - if (!persistence_succeeded) { + if (!topology_persistence_succeeded) { // A sequence is never reused, so one immediate retry is safe even if // an OS reported an error after publishing an immutable generation. - persistence_succeeded = sweep_due_topologies( + topology_persistence_succeeded = sweep_due_topologies( -1, true, szilassi::checkpoint::CheckpointReason::Stop); } + const bool persistence_succeeded = + training_persistence_succeeded && topology_persistence_succeeded; if (persistence_succeeded && !options.stop_file_path.empty()) { std::error_code remove_error; std::filesystem::remove(options.stop_file_path, remove_error); diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/metrics.tsv b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/metrics.tsv new file mode 100644 index 00000000..aab9ab3d --- /dev/null +++ b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/metrics.tsv @@ -0,0 +1,2061 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted best_crossing_loss best_intersection_loss neural_replay neural_positive neural_samples neural_train_steps neural_seeds weight_baseline weight_replica weight_adaptive weight_pbt weight_injected steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783791276792810200 DEPTH 42 1 0.81643558783371195 0 0 4 0 4 1 0 1153 359 2591 23732928 209280 1348.9877777099609 6.4537999999999993 2048.7682 40320 21673 1 0 0 0.36137595701529057 384 175 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705086 8985600 158 151 164 161 1957 47 37 70 80 125 0 0 0 0 2 +2 1783791278499611600 DEPTH 8 1 0.60152048513770873 0.26575809199318562 2 5 2 5 0 0 897 500 2553 23732922 209280 1261.6558380126953 6.2553000000000001 1642.5459000000001 40320 20345 1 0 0.0038233884807213846 0.91912216717351747 384 190 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705080 8985600 196 165 178 165 1849 29 7 23 11 430 0 0 0 0 0 +3 1783791280415921500 DEPTH 56 1 0.61160518943045372 0.26575809199318562 2 5 2 5 1 0 993 518 2582 23732817 209280 1223.3048553466797 6.1341000000000001 1813.7219 40320 22551 1 1 0.046640050987219968 0.5128100694303207 384 174 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2704974 8985600 171 173 182 168 1888 71 57 50 81 258 0 0 0 1 0 +4 1783791282269577100 DEPTH 13 1 0.62168970155977021 0.27342419080068137 1 6 1 6 1 0 461 334 2524 23732856 209280 1217.9138336181641 6.1401000000000003 1775.8933 40320 22005 1 0 0.021403959119921708 0.64915235358660417 384 180 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705015 8985600 180 163 165 158 1858 54 26 41 47 166 1 0 0 0 0 +5 1783791284147997800 DEPTH 17 1 0.63177402236797597 0.28109028960817717 0 7 0 7 1 0 667 376 2564 23732900 209280 1220.9413146972656 6.1548999999999996 1802.2097000000001 40320 21726 1 1 0 0.43546324127272035 384 174 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705058 8985600 169 160 169 156 1910 45 39 63 56 172 0 0 0 0 2 +6 1783791286027437400 DEPTH 48 1 0.62685815269192946 0.3594548551959113 2 6 2 6 0 0 819 335 2630 23732847 209280 1212.7858581542969 6.0348999999999995 1778.7355 40320 20857 1 0 0.01654425169193385 1.7117234142943663 384 178 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705005 8985600 154 150 155 155 2016 17 26 50 29 213 0 0 0 0 0 +7 1783791287846207000 DEPTH 31 1 0.63694209336307728 0.3594548551959113 2 6 2 6 0 0 573 377 2550 23732958 209280 1220.0416717529297 6.1698000000000004 1738.2342000000001 40320 21633 1 0 0.035728935935382483 1.3322302656941445 384 192 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705112 8985600 196 160 153 168 1873 70 38 75 54 140 0 0 0 0 0 +8 1783791289591710800 DEPTH 16 1 0.64702584520750073 0.3594548551959113 2 6 2 6 0 0 829 441 2535 23732826 209280 1260.2599334716797 6.0584999999999996 1659.8423 40320 21938 1 0 0.0081371797400521043 0.78472605386165473 384 209 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2704984 8985600 190 166 185 170 1824 30 5 24 1 381 0 0 0 0 0 +9 1783791291405688600 DEPTH 9 1 0.65710940904596038 0.3594548551959113 2 6 2 6 1 0 463 270 2559 23732878 209280 1224.3679656982422 6.0415000000000001 1757.223 40320 22393 1 0 0.00084064195437858239 0.84794300678403445 384 207 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705037 8985600 182 150 161 164 1902 52 17 41 44 116 0 0 0 2 0 +10 1783791293213303300 DEPTH 33 1 0.66719278569394269 0.36712095400340705 1 7 1 7 0 0 762 442 2543 23732848 209280 1246.3409271240234 6.0354999999999999 1729.9893999999999 40320 21901 1 0 0.00015419953852955953 0.77591747301939984 384 197 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705006 8985600 204 180 175 172 1812 67 19 47 44 265 0 0 0 0 0 +11 1783791295088105200 DEPTH 1 1 0.67727597596170408 0.36712095400340705 1 7 1 7 0 0 583 403 2570 23732856 209280 1230.2745666503906 6.2295999999999996 1800.6261 40320 21985 1 1 0.033498790971522759 2.1769451087173866 384 184 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705015 8985600 182 163 152 161 1912 76 37 67 58 164 0 0 0 0 0 +12 1783791296976419300 DEPTH 44 1 0.68735898065431511 0.36712095400340705 1 7 1 7 1 0 527 338 2607 23732940 209280 1236.3599853515625 6.0419999999999998 1821.6278 40320 19737 1 0 0.058086188671880992 1.6339388773258507 384 186 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705096 8985600 172 167 155 155 1958 40 23 68 34 173 1 0 0 0 0 +13 1783791298773895100 DEPTH 52 1 0.6974418005717048 0.36712095400340705 1 7 1 7 1 0 423 343 2558 23732877 209280 1203.2550811767578 6.0373999999999999 1734.393 40320 21949 1 0 9.0522868984639534e-05 1.4235048395656915 384 215 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705036 8985600 199 166 168 184 1841 42 54 45 35 167 1 0 0 0 0 +14 1783791300674861300 DEPTH 46 1 0.70752443650870411 0.37478705281090291 0 8 0 8 1 0 1451 284 2581 23732845 209280 1246.7264099121094 6.1568000000000005 1825.982 40320 21292 1 0 0 0.97003132373334611 384 157 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705003 8985600 181 150 150 157 1943 43 16 31 40 154 0 0 0 0 4 +15 1783791302583574300 DEPTH 53 1 0.71760688925508853 0.37478705281090291 0 8 0 8 1 0 536 369 2505 23732884 209280 1252.3037872314453 6.2060999999999993 1825.9453000000001 40320 20452 1 0 9.9153636660818739e-07 0.89281375903994631 384 196 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705044 8985600 201 168 192 174 1770 37 15 44 29 244 1 0 0 0 4 +16 1783791304453374500 DEPTH 11 1 0.72768915959562042 0.37478705281090291 0 8 0 8 1 0 372 324 2580 23732885 209280 1221.6882629394531 6.0965999999999996 1802.3905 40320 21785 1 0 0 1.1044922725687771 384 221 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705044 8985600 166 157 154 158 1945 46 18 52 47 161 0 0 0 0 4 +17 1783791306272348400 DEPTH 20 1 0.72777124831009155 0.45315161839863699 2 7 2 7 1 0 616 302 2615 23732879 209280 1210.5111083984375 6.0395000000000003 1748.1056000000001 40320 22389 1 0 0.052393526855860274 0.78784174358678805 384 187 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705039 8985600 154 150 157 155 1999 38 28 36 43 157 1 0 0 0 0 +18 1783791308146090600 DEPTH 2 1 0.73785315617336478 0.45315161839863699 2 7 2 7 0 0 635 281 2582 23732896 209280 1240.5831451416016 6.1440000000000001 1796.3421000000001 40320 22148 1 0 0.27768796280696073 2.131664922996019 384 168 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705052 8985600 161 170 163 162 1926 47 26 31 24 153 0 0 0 0 0 +19 1783791310025403100 DEPTH 45 1 0.74793488395541474 0.45315161839863699 2 7 2 7 0 0 512 215 2593 23732972 209280 1249.1506042480469 6.1208000000000009 1817.9093 40320 21554 1 0 0.2309103244036371 1.4859222174523592 384 182 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705129 8985600 159 150 151 156 1977 26 9 32 40 108 0 0 0 0 0 +20 1783791311870983600 DEPTH 54 1 0.75801643242136851 0.4608177172061329 1 8 1 8 0 0 350 271 2563 23732910 209280 1215.8176879882812 6.0615000000000006 1768.6142 40320 20662 1 0 0.0044717419557916138 1.28878341200853 384 214 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705067 8985600 169 159 168 152 1915 31 37 57 22 124 0 0 0 0 0 +21 1783791313683480400 DEPTH 32 1 0.76809780233154701 0.4608177172061329 1 8 1 8 1 0 637 305 2552 23732842 209280 1234.6511383056641 6.0547000000000004 1749.9773 40320 22369 1 1 0.00028753003989656975 1.3056719651908326 384 192 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705000 8985600 175 156 151 150 1920 47 13 34 43 167 0 0 0 0 1 +22 1783791315486275300 DEPTH 30 1 0.77817899444150351 0.4608177172061329 1 8 1 8 0 0 605 305 2525 23732941 209280 1234.1747741699219 6.0771999999999995 1741.3142 40320 22102 1 1 0.0013666657541232577 3.3863224852280185 384 184 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705100 8985600 195 160 159 162 1849 58 22 46 45 133 0 0 0 0 0 +23 1783791317345595300 DEPTH 25 1 0.78111715235920698 0.54684838160136284 2 8 2 8 0 0 842 424 2569 23732902 209280 1246.8826751708984 6.0447000000000006 1757.2075 40320 22117 1 0 0.0037133317294834652 0.74577769507902991 384 181 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705057 8985600 159 160 163 165 1922 45 32 49 42 256 0 0 0 0 0 +24 1783791319195809000 DEPTH 41 1 0.79119799111650946 0.55451448040885853 1 9 1 9 0 0 419 366 2576 23732843 209280 1207.7475891113281 6.2502999999999993 1762.5115000000001 40320 21494 1 0 0.00047546691312138533 1.497358551665477 384 200 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2704996 8985600 173 172 178 163 1890 49 23 62 55 177 0 0 0 0 0 +25 1783791321094827000 DEPTH 21 1 0.79127865431204192 0.56218057921635434 0 10 0 10 1 0 603 339 2556 23732868 209280 1242.8173828125 6.2076999999999991 1835.1827000000001 40320 19972 1 1 0 1.8822562709454342 384 192 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705028 8985600 170 155 160 161 1910 61 45 38 44 150 0 0 0 0 2 +26 1783791322647715100 DEPTH 12 1 0.78600199982553809 0.63287904599659284 3 8 3 8 0 0 664 374 2525 23732893 209280 1225.8951568603516 6.0476000000000001 1496.1044999999999 40320 22207 1 0 0.0015276581021753017 0.97823052614698447 384 195 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705050 8985600 162 154 175 161 1873 31 15 12 24 292 0 0 0 0 0 +27 1783791324437864200 DEPTH 39 1 0.78608231410358675 0.63287904599659284 3 8 3 8 0 0 468 212 2595 23732903 209280 1268.9053955078125 6.0457999999999998 1742.8708999999999 40320 21118 1 0 0.033915050234405199 0.89795211255192564 384 188 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705061 8985600 157 158 158 155 1967 35 12 37 38 90 0 0 0 0 0 +28 1783791326188165700 DEPTH 3 1 0.78616245501681248 0.64054514480408853 2 9 2 9 1 0 452 210 2569 23732843 209280 1203.9669952392578 6.0535999999999994 1690.4982 40320 20993 1 0 0.0050576980245461926 0.34031149153937412 384 178 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705002 8985600 172 164 179 166 1888 39 13 31 29 98 0 0 0 0 3 +29 1783791327892254000 DEPTH 50 1 0.7862424232884837 0.64054514480408853 2 9 2 9 1 0 388 231 2578 23732907 209280 1211.8553161621094 6.0445000000000002 1651.8022000000001 40320 22305 1 0 0.08683102588926872 2.3165491328247132 384 182 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705065 8985600 167 152 170 155 1934 29 19 40 19 124 0 0 0 0 1 +30 1783791329524036800 DEPTH 38 1 0.786322219637407 0.64821124361158422 1 10 1 9 1 0 470 213 2558 23732926 209280 1231.5413665771484 6.2241 1582.4939999999999 40320 22154 1 0 0.10547632040143579 2.8328483137133227 384 170 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705086 8985600 184 159 175 161 1879 31 13 16 24 129 0 0 0 0 4 +31 1783791331469858800 DEPTH 42 1 1.0347007190220587 0 0 4 0 4 1 0 1329 329 2587 23733070 147840 1226.0292358398438 6.3108000000000004 1836.5032000000001 40320 15147 1 1 0 0.014455075387989584 768 360 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950987 8985600 161 150 165 163 1948 40 33 34 44 177 0 0 0 0 1 +32 1783791333380742700 DEPTH 56 1 0.80912550626104418 0.26575809199318562 2 5 2 5 0 0 1131 290 2563 23732992 147840 1227.6746368408203 6.2475999999999994 1834.2467999999999 40320 15935 1 0 0.046640050987219968 0.5128100694303207 768 363 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950909 8985600 175 171 191 200 1826 5 42 20 15 208 0 0 0 0 0 +33 1783791335362385200 DEPTH 17 1 0.80900992904841462 0.28109028960817717 0 7 0 7 1 0 768 223 2568 23733053 147840 1223.0222778320312 6.6820000000000004 1909.7666999999999 40320 15191 1 0 6.685556638251543e-06 0.39669291888752672 768 369 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950973 8985600 162 161 168 160 1917 12 24 27 21 139 0 0 0 0 2 +34 1783791337237418900 DEPTH 13 1 0.80862105615962787 0.27342419080068137 1 6 1 6 0 0 567 247 2540 23733036 147840 1226.4109649658203 6.4030000000000005 1814.0105000000001 40320 16077 1 0 0.021403959119921708 0.64915235358660417 768 383 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950954 8985600 189 168 164 164 1855 28 10 34 36 139 0 0 0 0 0 +35 1783791338996512300 DEPTH 8 1 0.80860039285543817 0.26575809199318562 2 5 2 5 0 0 982 285 2552 23733088 147840 1260.3137969970703 6.1472999999999995 1673.7843 40320 17136 1 0 0.0038233884807213846 0.91912216717351747 768 388 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951007 8985600 180 160 171 160 1881 6 1 3 11 264 0 0 0 0 0 +36 1783791340896449600 DEPTH 48 1 0.79367512980503707 0.3594548551959113 2 6 2 6 0 0 861 149 2610 23733096 147840 1222.8095092773438 6.2191000000000001 1830.7429 40320 14807 1 0 0.01654425169193385 1.7117234142943663 768 359 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951015 8985600 163 150 159 179 1959 3 3 15 3 125 0 0 0 0 0 +37 1783791342709610400 DEPTH 40 1 0.7868760397022817 0.64821124361158422 1 10 1 10 1 0 741 422 2602 23732892 209280 1214.9501647949219 6.0955000000000013 1741.2986000000001 40320 22042 1 0 0.0097497216776859883 2.6708111832180585 384 179 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705051 8985600 153 150 152 150 1997 39 23 45 26 289 1 0 0 0 0 +38 1783791344334359300 DEPTH 10 1 0.78695448602264872 0.64821124361158422 1 10 1 10 0 0 405 314 2546 23732832 209280 1224.7512664794922 6.2612999999999994 1571.0114000000001 40320 20502 1 1 0.033765467539783239 3.6125366839537807 384 207 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2704989 8985600 200 186 176 174 1810 48 41 54 48 122 0 0 0 0 0 +39 1783791346189885600 DEPTH 14 1 0.78703276669461864 0.65587734241908002 0 11 0 11 1 0 347 280 2554 23732854 209280 1269.7374267578125 6.1902999999999997 1784.1120000000001 40320 19289 1 1 1.1136036080474871e-05 1.4848750471031178 384 196 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705012 8985600 175 171 178 178 1852 38 30 21 29 161 0 0 0 0 4 +40 1783791348031390600 DEPTH 31 1 0.79397249965177052 0.3594548551959113 2 6 2 6 0 0 646 205 2548 23733112 147840 1224.3753051757812 6.0978000000000012 1776.8561999999999 40320 15735 1 0 0.035728935935382483 1.3322302656941445 768 394 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951029 8985600 246 162 181 199 1760 16 19 36 23 111 0 0 0 0 0 +41 1783791349614869400 DEPTH 36 1 0.77968883379379872 0.82027257240204421 3 10 3 10 1 0 413 243 2578 23732889 209280 1239.8146057128906 6.0977999999999986 1524.8685 40320 21377 1 0 0.11571595544508143 0.12554692697056585 384 204 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705045 8985600 165 160 170 171 1912 55 21 32 38 97 1 0 0 0 2 +42 1783791351186928300 DEPTH 49 1 0.77976662156105359 0.82027257240204421 3 10 3 10 1 0 413 258 2561 23732920 209280 1234.440185546875 6.0535000000000005 1512.8326999999999 40320 21727 1 0 0.017341558934682082 0.73330536813629654 384 187 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705079 8985600 167 161 162 161 1910 40 11 19 26 162 0 0 0 0 2 +43 1783791352759686000 DEPTH 19 1 0.77984424636006611 0.8279386712095399 2 11 2 11 1 0 312 199 2597 23732867 209280 1244.1279144287109 6.1666999999999996 1524.9994999999999 40320 21705 1 0 0.059433447338858247 0.64972261280099719 384 205 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705025 8985600 175 150 152 150 1970 36 9 27 24 103 0 0 0 0 3 +44 1783791354274007500 DEPTH 5 1 0.77992170885083312 0.8279386712095399 2 11 2 11 1 0 301 248 2580 23732784 209280 1195.0909881591797 6.1777999999999995 1465.828 40320 22094 1 0 0.042850333524641467 1.0619442592110255 384 198 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2704942 8985600 165 156 161 168 1930 23 31 42 18 134 0 0 0 0 2 +45 1783791355864068800 DEPTH 29 1 0.77999900968939861 0.8279386712095399 2 11 2 11 1 0 406 237 2565 23732915 209280 1251.2111968994141 6.1938999999999993 1542.9703999999999 40320 19846 1 0 0.031265615410830519 1.3897970353699498 384 182 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705071 8985600 182 178 157 157 1891 34 31 24 22 126 0 0 0 0 2 +46 1783791357429100500 DEPTH 55 1 0.78007614952788495 0.8279386712095399 2 11 2 11 1 0 474 164 2571 23732850 209280 1249.0430450439453 6.1454000000000004 1516.8184000000001 40320 21441 1 0 0.11964399190996218 0.72196057170057082 384 168 384 10 96 5 1 2 2 6 7618560 1474560 2949120 2705006 8985600 178 159 154 161 1919 26 8 7 10 113 1 0 0 0 1 +47 1783791359230095600 DEPTH 42 1 0.93289205513552453 0 0 4 0 4 1 0 1454 252 2584 23733040 147840 1221.6000671386719 6.0265000000000004 1799.7501 47040 18023 1 0 0 0.090039785593847746 1152 544 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950959 8985600 155 150 152 162 1965 24 24 16 9 179 0 0 0 0 1 +48 1783791360862283900 DEPTH 38 1 0.80741694046237744 0.55451448040885853 1 9 1 9 0 0 536 202 2556 23733027 147840 1230.2034149169922 6.1654 1570.8046999999999 40320 16001 1 0 0.10547632040143579 2.8328483137133227 768 344 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950946 8985600 188 158 170 160 1880 22 3 22 23 132 0 0 0 0 0 +49 1783791362762937900 DEPTH 52 1 0.79630284991697187 0.36712095400340705 1 7 1 7 0 0 485 144 2558 23733030 147840 1210.8665313720703 6.0037000000000003 1743.8633 40320 15147 1 0 9.0522868984639534e-05 1.4235048395656915 768 442 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950941 8985600 221 162 209 285 1681 4 18 15 8 99 0 0 0 0 0 +50 1783791364698740200 DEPTH 53 1 0.79618489629401945 0.37478705281090291 0 8 0 8 0 0 641 277 2525 23733088 147840 1252.8209991455078 7.2145999999999999 1857.5932 40320 16795 1 0 9.9153636660818739e-07 0.89281375903994631 768 419 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951004 8985600 186 156 187 184 1812 23 4 25 34 191 0 0 0 0 0 +51 1783791366632933700 DEPTH 11 1 0.79613012439076836 0.37478705281090291 0 8 0 8 1 0 448 173 2583 23732985 147840 1222.7310943603516 6.3662999999999998 1867.6448 40320 14954 1 1 0 1.1553207182963201 768 458 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950904 8985600 167 156 153 179 1928 0 15 0 0 157 0 0 0 0 2 +52 1783791368497996200 DEPTH 9 1 0.79516626216961328 0.3594548551959113 2 6 2 6 0 0 498 109 2560 23733051 147840 1230.849609375 6.2027999999999999 1796.3698999999999 40320 15788 1 0 0.00084064195437858239 0.84794300678403445 768 399 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950969 8985600 197 150 164 203 1846 9 3 14 6 77 0 0 0 0 0 +53 1783791370453001500 DEPTH 46 1 0.79521406647785864 0.37478705281090291 0 8 0 8 1 0 1497 141 2574 23733056 147840 1249.7909851074219 6.2166999999999994 1889.0550000000001 40320 15570 1 0 1.4347962504769896e-05 0.80262047351353449 768 315 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950971 8985600 173 150 155 168 1928 10 4 13 10 104 0 0 0 0 5 +54 1783791372335402800 DEPTH 44 1 0.79501075632029372 0.36712095400340705 1 7 1 7 0 0 596 189 2602 23733024 147840 1243.4554443359375 6.1180000000000003 1814.3051 40320 14965 1 0 0.058086188671880992 1.6339388773258507 768 386 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950939 8985600 182 172 156 179 1913 8 6 47 7 121 0 0 0 0 0 +55 1783791374202091000 DEPTH 42 1 0.84246739911288981 0 0 4 0 4 1 0 1544 199 2591 23733130 147840 1222.2361602783203 6.0447999999999995 1865.3504 80640 21149 1 1 0 0.13974525148649422 1536 744 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951047 8985600 150 150 150 158 1983 18 10 1 0 169 0 0 0 0 3 +56 1783791375885121200 DEPTH 16 1 0.79513743648222324 0.3594548551959113 2 6 2 6 0 0 967 336 2530 23733073 147840 1255.9540252685547 6.0951999999999993 1615.9644000000001 40320 17638 1 0 0.0081371797400521043 0.78472605386165473 768 424 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950992 8985600 190 164 186 170 1820 38 0 7 0 291 0 0 0 0 0 +57 1783791377657354900 DEPTH 33 1 0.7952089774358877 0.36712095400340705 1 7 1 7 1 0 908 351 2530 23733036 147840 1248.9101409912109 6.0297000000000001 1688.5567000000001 40320 16933 1 0 0.00023294165214766597 0.38821406897906902 768 411 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950955 8985600 192 186 178 185 1789 42 5 30 37 237 0 0 0 1 0 +58 1783791379518628500 DEPTH 1 1 0.79528037279558439 0.36712095400340705 1 7 1 7 0 0 670 234 2567 23733021 147840 1236.5411376953125 6.0579999999999998 1790.4670000000001 40320 15450 1 0 0.033498790971522759 2.1769451087173866 768 383 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950939 8985600 188 156 156 185 1882 27 15 53 18 121 0 0 0 0 0 +59 1783791381348522700 DEPTH 32 1 0.78695284249551456 0.4608177172061329 1 8 1 8 0 0 725 215 2559 23733044 147840 1236.5045623779297 6.307500000000001 1769.6256000000001 40320 15751 1 1 0.00028753003989656975 1.3056719651908326 768 388 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950959 8985600 171 155 164 150 1919 38 6 33 36 101 0 0 0 0 0 +60 1783791383218339100 DEPTH 20 1 0.78545728270533843 0.45315161839863699 2 7 2 7 0 0 670 135 2620 23733016 147840 1216.0722198486328 6.2472000000000003 1815.6335999999999 40320 14511 1 0 0.052393526855860274 0.78784174358678805 768 390 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950934 8985600 153 150 183 155 1979 2 5 4 1 123 0 0 0 0 0 +61 1783791385072615000 DEPTH 2 1 0.78549369102288524 0.45315161839863699 2 7 2 7 0 0 708 219 2587 23733008 147840 1238.6413726806641 6.1176999999999992 1781.9599000000001 40320 15987 1 0 0.27768796280696073 2.131664922996019 768 347 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950927 8985600 163 174 169 210 1871 18 3 21 20 157 0 0 0 0 0 +62 1783791386964270500 DEPTH 45 1 0.78556450970216041 0.45315161839863699 2 7 2 7 0 0 556 130 2582 23733041 147840 1247.7122344970703 6.2796999999999992 1822.9873 40320 17127 1 0 0.2309103244036371 1.4859222174523592 768 377 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950961 8985600 188 150 163 174 1907 1 1 26 26 76 0 0 0 0 0 +63 1783791387269648400 REFRESH 42 0 0.83327621350292702 0 0 4 0 4 1 0 1604 102 413 3955354 56640 216.95097351074219 1.0032000000000001 304.18549999999999 13440 8098 0 0 0 0.011380435150897697 1600 778 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 26 25 30 32 300 7 7 11 9 68 0 0 0 0 1 +64 1783791387585283500 REFRESH 30 0 0.78570571932899769 0.4608177172061329 1 8 1 8 0 0 691 120 411 3955364 56640 218.17958068847656 1.0048999999999999 266.35539999999997 6720 4972 0 0 0.0013666657541232577 3.3863224852280185 448 214 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 27 26 33 27 298 3 0 4 2 111 0 0 0 0 0 +65 1783791387969386200 REFRESH 40 0 0.7748394257512925 0.64821124361158422 1 10 1 10 1 0 773 65 421 3955347 56640 215.82949829101562 1.0677000000000001 319.38600000000002 6720 4905 0 0 0.083077089126711981 1.5472964947330925 448 205 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 27 25 26 30 313 6 0 7 12 40 0 0 0 0 1 +66 1783791388288051400 REFRESH 43 0 0.78158610710062526 0.8279386712095399 2 11 2 11 1 0 430 81 420 3955271 118080 217.79129028320312 1.0575000000000001 271.12240000000003 6720 5077 0 0 0.0064204350332748112 2.1554487849922941 64 27 64 0 16 6 1 2 1 6 1474560 245760 491520 245831 1497600 26 25 25 25 319 4 8 2 1 66 0 0 0 0 1 +67 1783791388625612000 REFRESH 39 0 0.77341647273875647 0.63287904599659284 3 8 3 8 0 0 508 64 428 3955351 56640 219.33567810058594 1.0061 274.07729999999998 6720 4981 0 0 0.033915050234405199 0.89795211255192564 448 215 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 27 25 34 25 317 5 0 10 3 46 0 0 0 0 0 +68 1783791388940139400 REFRESH 29 0 0.7460423616005033 0.8279386712095399 2 11 2 11 1 0 441 70 408 3955374 56640 217.19244384765625 1.0038 255.78469999999999 6720 5028 0 0 0.034134057776453286 1.2542665748927315 448 211 64 1 16 5 1 2 2 6 1228800 245760 491520 491693 1497600 33 26 27 27 295 2 2 1 2 63 0 0 0 0 1 +69 1783791389249645500 REFRESH 55 0 0.74648310797003326 0.8279386712095399 2 11 2 11 0 0 479 42 409 3955334 56640 218.25030517578125 1.0037 257.80959999999999 6720 4947 0 0 0.11964399190996218 0.72196057170057082 448 197 64 1 16 5 1 2 2 6 1228800 245760 491520 491654 1497600 27 26 27 26 303 0 0 0 0 42 0 0 0 0 0 +70 1783791389514842400 REFRESH 32 0 0.6344093937928319 0.4608177172061329 1 8 1 8 0 0 815 116 418 3955375 56640 217.22726440429688 0.99950000000000006 264.00029999999998 6720 4818 0 0 0.00028753003989656975 1.3056719651908326 832 416 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 26 26 31 32 303 7 0 7 5 97 0 0 0 0 0 +71 1783791389837827400 REFRESH 18 0 0.77922687844017968 0.9293015332197615 1 13 1 13 0 0 230 16 412 3955267 118080 218.40141296386719 1.0276000000000001 264.73809999999997 6720 4823 0 0 0.0012195237599466719 2.3453457214549331 64 26 64 0 16 6 1 2 1 6 1474560 245760 491520 245827 1497600 27 28 25 25 307 1 0 0 0 15 0 0 0 0 0 +72 1783791390192005100 REFRESH 56 0 0.79877605170504817 0.26575809199318562 2 5 2 5 0 0 1256 159 410 3955390 56640 216.48895263671875 1.0087999999999999 283.89980000000003 6720 4845 0 0 0.046640050987219968 0.5128100694303207 832 392 64 1 16 5 1 2 2 6 1228800 245760 491520 491709 1497600 31 25 41 39 274 20 0 20 19 100 0 0 0 0 0 +73 1783791390522342300 REFRESH 54 0 0.78633421368490486 0.4608177172061329 1 8 1 8 0 0 411 86 414 3955375 56640 216.40602111816406 1.0007999999999999 279.87810000000002 6720 4971 0 0 0.0044717419557916138 1.28878341200853 448 251 64 1 16 5 1 2 2 6 1228800 245760 491520 491693 1497600 30 25 32 31 296 6 2 11 19 48 0 0 0 0 0 +74 1783791390839677300 REFRESH 24 0 0.77717322917184595 1 4 11 4 11 0 0 363 28 409 3955276 118080 218.392578125 1.0728 265.34609999999998 6720 4911 0 0 0.035863626369198924 1.8983579731516298 64 27 64 0 16 6 1 2 1 6 1474560 245760 491520 245835 1497600 28 29 26 25 301 1 0 0 1 26 0 0 0 0 0 +75 1783791391144485300 REFRESH 26 0 0.78224596710966299 0.8356047700170357 1 12 1 12 1 0 251 55 421 3955291 118080 217.4044189453125 1.0203 260.78809999999999 6720 4964 0 0 0.0045303609497962284 1.8969743217420534 64 27 64 0 16 6 1 2 1 6 1474560 245760 491520 245851 1497600 26 25 25 25 320 10 5 1 2 37 0 0 0 0 1 +76 1783791391446673200 REFRESH 50 0 0.77416215131652977 0.64054514480408853 2 9 2 9 0 0 412 46 417 3955370 56640 216.16128540039062 1.0035000000000001 257.96600000000001 6720 4964 0 0 0.08683102588926872 2.3165491328247132 448 216 64 1 16 5 1 2 2 6 1228800 245760 491520 491690 1497600 27 25 27 27 311 4 0 5 5 32 0 0 0 0 0 +77 1783791391717659500 REFRESH 2 0 0.68342977056782095 0.45315161839863699 2 7 2 7 0 0 785 108 417 3955353 56640 217.21702575683594 1.0051000000000001 269.65780000000001 6720 4745 0 0 0.27768796280696073 2.131664922996019 832 376 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 28 25 33 33 298 5 0 3 4 96 0 0 0 0 0 +78 1783791392023989300 REFRESH 15 0 0.77973605167174898 0.91396933560476989 3 11 3 11 0 0 230 43 411 3955279 118080 216.65895080566406 1.0931 263.44130000000001 6720 5014 0 0 0.13215737202774189 0.95319511763653475 64 29 64 0 16 6 1 2 1 6 1474560 245760 491520 245839 1497600 27 27 25 25 307 6 3 3 2 29 0 0 0 0 0 +79 1783791392363122600 REFRESH 25 0 0.77960417186306696 0.54684838160136284 2 8 2 8 0 0 933 118 413 3955369 56640 217.83879089355469 1.0032000000000001 270.7851 6720 4967 0 0 0.0037133317294834652 0.74577769507902991 448 213 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 30 25 32 31 295 6 0 3 8 101 0 0 0 0 0 +80 1783791392748976100 REFRESH 44 0 0.78364076501248325 0.36712095400340705 1 7 1 7 0 0 644 78 423 3955352 56640 218.43455505371094 1.0045999999999999 298.0111 6720 4770 0 0 0.058086188671880992 1.6339388773258507 832 416 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 26 25 26 49 297 16 1 6 13 42 0 0 0 0 0 +81 1783791393061897400 REFRESH 37 0 0.7826794082413675 0.8356047700170357 1 12 1 12 1 0 386 81 418 3955287 118080 215.98002624511719 1.0265 261.28469999999999 6720 5050 0 0 0.014226239268591595 2.375896262314741 64 27 64 0 16 6 1 2 1 6 1474560 245760 491520 245847 1497600 25 28 26 25 314 1 1 2 2 75 0 0 0 0 1 +82 1783791393367917400 REFRESH 57 0 0.78275115569221454 0.8279386712095399 2 11 2 11 1 0 579 86 412 3955281 118080 216.3577880859375 1.0243 260.10939999999999 6720 5056 0 0 0.00065627065293087259 2.8399631554306781 64 30 64 0 16 6 1 2 1 6 1474560 245760 491520 245840 1497600 29 25 25 26 307 3 0 1 0 82 0 0 0 0 1 +83 1783791393700626600 REFRESH 31 0 0.78382030277004699 0.3594548551959113 2 6 2 6 0 0 728 118 419 3955357 56640 215.90937805175781 1.0037 268.70299999999997 6720 4771 0 0 0.035728935935382483 1.3322302656941445 832 427 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 28 26 46 37 282 14 2 15 13 74 0 0 0 0 0 +84 1783791394009429200 REFRESH 47 0 0.7828942330123615 0.8279386712095399 2 11 2 11 1 0 247 71 413 3955278 118080 216.72344970703125 1.0257000000000001 262.58240000000001 6720 5084 0 0 0.068787934381682569 1.4082378301417173 64 33 64 0 16 6 1 2 1 6 1474560 245760 491520 245838 1497600 27 28 26 25 307 3 3 1 1 63 0 0 1 0 0 +85 1783791394316989300 REFRESH 23 0 0.78023829119858124 0.92163543441226559 2 12 2 12 1 0 402 57 413 3955278 118080 215.95347595214844 1.0488999999999999 263.14800000000002 6720 5080 0 0 0.0489518994781864 1.235616621688491 64 25 64 0 16 6 1 2 1 6 1474560 245760 491520 245837 1497600 27 26 25 25 310 1 1 0 1 54 0 0 0 0 1 +86 1783791394581254200 REFRESH 16 0 0.78401386695510678 0.3594548551959113 2 6 2 6 0 0 972 23 410 3955344 56640 218.3424072265625 1.0046999999999999 263.03210000000001 6720 4754 0 0 0.0081371797400521043 0.78472605386165473 832 452 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 27 25 36 27 295 0 0 1 0 22 0 0 0 0 0 +87 1783791394886596600 REFRESH 19 0 0.76797936997012461 0.8279386712095399 2 11 2 11 0 0 358 68 415 3955387 56640 217.07878112792969 1.0163 257.90440000000001 6720 5002 0 0 0.059433447338858247 0.64972261280099719 448 238 64 1 16 5 1 2 2 6 1228800 245760 491520 491707 1497600 27 25 27 26 310 1 0 1 1 65 0 0 0 0 0 +88 1783791395206957100 REFRESH 41 0 0.78021440173021894 0.55451448040885853 1 9 1 9 0 0 478 95 413 3955362 56640 216.36198425292969 1.0129999999999999 270.66059999999999 6720 4911 0 0 0.00047546691312138533 1.497358551665477 448 235 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 27 26 27 29 304 9 3 3 6 74 0 0 0 0 0 +89 1783791395524471800 REFRESH 8 0 0.79920631346094329 0.26575809199318562 2 5 2 5 0 0 997 36 413 3955368 56640 217.95634460449219 1.0111000000000001 266.64710000000002 6720 4777 0 0 0.0038233884807213846 0.91912216717351747 832 415 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 26 25 27 29 306 0 0 0 1 35 0 0 0 0 0 +90 1783791395848067400 REFRESH 27 0 0.78059288892491818 0.93696763202725719 0 14 0 14 1 0 401 87 412 3955289 118080 217.14022827148438 1.0243 261.87439999999998 6720 5040 0 0 0 2.4517495216933076 64 32 64 0 16 6 1 2 1 6 1474560 245760 491520 245849 1497600 28 25 26 25 308 4 0 0 0 83 0 0 0 0 1 +91 1783791396162072400 REFRESH 7 0 0.78339067339385848 0.8356047700170357 1 12 1 12 0 0 383 75 412 3955268 118080 217.43923950195312 1.04 262.09519999999998 6720 5011 0 0 1.2612902647288451e-05 1.7261584130215055 64 25 64 0 16 6 1 2 1 6 1474560 245760 491520 245828 1497600 29 25 26 26 306 4 1 2 2 66 0 0 0 0 0 +92 1783791396487515300 REFRESH 36 0 0.76840546588669456 0.82027257240204421 3 10 3 10 0 0 483 102 416 3955369 56640 217.19859313964844 1.0054000000000001 256.85849999999999 6720 4943 0 0 0.11571595544508143 0.12554692697056585 448 235 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 27 26 26 35 302 5 1 0 8 88 0 0 0 0 0 +93 1783791396841211100 REFRESH 52 0 0.78596448467312596 0.36712095400340705 1 7 1 7 0 0 510 52 425 3955364 56640 215.21305847167969 1.0063 298.93819999999999 6720 4784 0 0 9.0522868984639534e-05 1.4235048395656915 832 479 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 28 26 32 38 301 2 3 6 5 36 0 0 0 0 0 +94 1783791397152975100 REFRESH 58 0 0.78087412932509448 0.92163543441226559 2 12 2 12 0 0 324 52 412 3955284 118080 217.72883605957031 1.0238 262.09010000000001 6720 5052 0 0 0.0083462351321060037 2.6154275951417776 64 28 64 0 16 6 1 2 1 6 1474560 245760 491520 245843 1497600 28 26 25 25 308 2 1 0 1 48 0 0 0 0 0 +95 1783791397468344400 REFRESH 10 0 0.7753246237626954 0.64821124361158422 1 10 1 10 0 0 428 63 421 3955350 56640 216.9722900390625 1.0036 257.45089999999999 6720 5075 0 0 0.033765467539783239 3.6125366839537807 448 242 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 28 26 30 27 310 5 5 10 5 38 0 0 0 0 0 +96 1783791397759918900 REFRESH 9 0 0.78493588957257132 0.3594548551959113 2 6 2 6 0 0 529 53 420 3955352 56640 216.4715576171875 1.0068999999999999 288.28719999999998 6720 4753 0 0 0.00084064195437858239 0.84794300678403445 832 437 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 31 25 30 32 302 6 0 9 11 27 0 0 0 0 0 +97 1783791398027007800 REFRESH 45 0 0.77471413387005661 0.45315161839863699 2 7 2 7 0 0 635 106 412 3955357 56640 217.88876342773438 1.0054000000000001 265.48399999999998 6720 4753 0 0 0.2309103244036371 1.4859222174523592 832 406 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 29 26 33 28 296 2 0 3 8 93 0 0 0 0 0 +98 1783791398347696700 REFRESH 3 0 0.77620912067068704 0.64054514480408853 2 9 2 9 0 0 500 78 408 3955356 56640 215.82949829101562 1.0038 263.9273 6720 4984 0 0 0.0050576980245461926 0.34031149153937412 448 208 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 26 26 35 29 292 1 0 6 4 67 0 0 0 0 0 +99 1783791398709558500 REFRESH 0 0 0.78394995749101115 0.8356047700170357 1 12 1 12 1 0 248 66 424 3955288 118080 215.89913940429688 1.0229999999999999 258.20780000000002 6720 5154 0 0 0.0087882531941876566 2.2850881285585225 64 34 64 0 16 6 1 2 1 6 1474560 245760 491520 245848 1497600 29 28 25 26 316 7 2 8 7 42 0 0 0 0 1 +100 1783791399039142200 REFRESH 21 0 0.78263141915662515 0.56218057921635434 0 10 0 10 0 0 732 160 410 3955337 56640 216.88729858398438 1.0042 269.90519999999998 6720 5012 0 0 0 1.8822562709454342 448 220 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 27 26 29 26 302 5 1 6 3 145 0 0 0 0 0 +101 1783791399349365800 REFRESH 4 0 0.78408846034479174 0.8356047700170357 1 12 1 12 1 0 124 54 421 3955278 118080 215.30009460449219 1.0227999999999999 259.90589999999997 6720 5071 0 0 0.025111470143870766 2.3128325608086748 64 28 64 0 16 6 1 2 1 6 1474560 245760 491520 245838 1497600 28 25 25 26 317 7 6 3 4 34 0 0 0 0 1 +102 1783791399655683500 REFRESH 22 0 0.78143024395961946 0.91396933560476989 3 11 3 11 1 0 312 41 414 3955266 118080 218.38825988769531 1.0242 263.47320000000002 6720 4997 0 0 0.011261877974393613 0.50386567527966963 64 27 64 0 16 6 1 2 1 6 1474560 245760 491520 245825 1497600 28 25 26 25 310 1 1 1 1 37 0 0 0 0 2 +103 1783791400004460000 REFRESH 48 0 0.78508997894659105 0.3594548551959113 2 6 2 6 0 0 881 48 423 3955361 56640 216.20632934570312 1.0078 302.6823 6720 4750 0 0 0.01654425169193385 1.7117234142943663 832 384 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 27 25 26 34 311 8 3 3 9 25 0 0 0 0 0 +104 1783791400309609900 REFRESH 20 0 0.7751833073567288 0.45315161839863699 2 7 2 7 0 0 704 66 430 3955364 56640 216.87295532226562 1.0046999999999999 303.95650000000001 6720 4808 0 0 0.052393526855860274 0.78784174358678805 832 424 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 28 25 64 39 274 6 7 10 5 38 0 0 0 0 0 +105 1783791400620029100 REFRESH 38 0 0.85807146576829141 0.55451448040885853 1 9 1 9 0 0 603 104 414 3955348 56640 218.31065368652344 1.0019 259.77510000000001 6720 4785 0 0 0.10547632040143579 2.8328483137133227 832 369 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 26 26 28 30 304 1 0 2 5 96 0 0 0 0 0 +106 1783791400895310700 REFRESH 33 0 0.78608956788307993 0.36712095400340705 1 7 1 7 0 0 991 117 408 3955362 56640 227.02386474609375 0.99939999999999996 274.05880000000002 6720 4907 0 0 0.00023294165214766597 0.38821406897906902 832 443 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 26 26 36 26 294 2 2 6 3 104 0 0 0 0 0 +107 1783791401259693500 REFRESH 11 0 0.78673881981481575 0.37478705281090291 0 8 0 8 0 0 501 90 417 3955365 56640 217.58055114746094 1.0061 306.71039999999999 6720 4799 0 0 0 1.1553207182963201 832 496 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 30 26 33 46 282 5 9 6 6 64 0 0 0 0 0 +108 1783791401561138400 REFRESH 12 0 0.77617632827064764 0.63287904599659284 3 8 3 8 0 0 668 29 404 3955361 56640 216.87324523925781 1.0032000000000001 259.30770000000001 6720 4995 0 0 0.0015276581021753017 0.97823052614698447 448 221 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 28 26 28 29 293 1 0 0 2 26 0 0 0 0 0 +109 1783791401869957600 REFRESH 51 0 0.78191004050794322 0.91396933560476989 3 11 3 11 1 0 315 62 415 3955285 118080 216.86988830566406 1.0239 262.04570000000001 6720 5030 0 0 0.064409262252741628 0.98117504519852072 64 27 64 0 16 6 1 2 1 6 1474560 245760 491520 245843 1497600 26 28 26 26 309 2 0 0 1 59 0 0 0 0 1 +110 1783791402193829700 REFRESH 53 0 0.78685497947811789 0.37478705281090291 0 8 0 8 0 0 750 141 413 3955354 56640 217.84678649902344 1.004 267.73000000000002 6720 4754 0 0 9.9153636660818739e-07 0.89281375903994631 832 450 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 27 26 31 26 303 3 0 5 2 131 0 0 0 0 0 +111 1783791402570449400 REFRESH 13 0 0.80067059219382364 0.27342419080068137 1 6 1 6 0 0 662 132 415 3955361 56640 216.60671997070312 1.0048999999999999 264.54809999999998 6720 4743 0 0 0.021403959119921708 0.64915235358660417 832 410 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 31 26 33 32 293 5 0 4 10 113 0 0 0 0 0 +112 1783791402888167400 REFRESH 14 0 0.77856036390366889 0.65587734241908002 0 11 0 11 0 0 400 82 418 3955384 56640 223.99282836914062 1.0024999999999999 268.9941 6720 4963 0 0 1.1136036080474871e-05 1.4848750471031178 448 224 64 1 16 5 1 2 2 6 1228800 245760 491520 491704 1497600 26 25 26 26 315 0 0 0 0 82 0 0 0 0 0 +113 1783791403190827800 REFRESH 49 0 0.77024069733454426 0.82027257240204421 3 10 3 10 0 0 452 70 418 3955344 56640 217.5150146484375 1.0044 255.94589999999999 6720 5015 0 0 0.017341558934682082 0.73330536813629654 448 218 64 1 16 5 1 2 2 6 1228800 245760 491520 491663 1497600 26 26 33 27 306 0 0 3 0 67 0 0 0 0 0 +114 1783791403464035800 REFRESH 1 0 0.78576818619694477 0.36712095400340705 1 7 1 7 0 0 776 144 416 3955377 56640 216.75212097167969 1.0051000000000001 271.98219999999998 6720 4772 0 0 0.033498790971522759 2.1769451087173866 832 415 64 1 16 5 1 2 2 6 1228800 245760 491520 491697 1497600 30 26 32 40 288 15 1 14 12 102 0 0 0 0 0 +115 1783791403775803600 REFRESH 35 0 0.78504363961537527 0.8279386712095399 2 11 2 11 1 0 468 54 409 3955278 118080 217.37881469726562 1.0249999999999999 262.0163 6720 4980 0 0 0.13711276134533579 1.382335747254781 64 29 64 0 16 6 1 2 1 6 1474560 245760 491520 245837 1497600 29 29 26 26 299 4 1 1 1 47 0 0 0 0 1 +116 1783791404146723700 REFRESH 17 0 0.80149946715997245 0.28109028960817717 0 7 0 7 0 0 864 127 414 3955349 56640 215.97389221191406 1.0054000000000001 305.53370000000001 6720 4824 0 0 6.685556638251543e-06 0.39669291888752672 832 402 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 29 26 35 30 294 13 0 15 13 86 0 0 0 0 0 +117 1783791404484403800 REFRESH 46 0 0.78665516756181941 0.37478705281090291 0 8 0 8 0 0 1535 75 411 3955361 56640 217.41261291503906 1.0053000000000001 286.46600000000001 6720 4724 0 0 1.4347962504769896e-05 0.80262047351353449 832 342 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 31 25 34 32 289 4 0 5 8 58 0 0 0 0 0 +118 1783791404785565800 REFRESH 6 0 0.78251785658744299 0.91396933560476989 3 11 3 11 1 0 312 40 422 3955280 118080 215.8233642578125 1.0267999999999999 261.63670000000002 6720 5094 0 0 0.072999349443069281 0.47132846680014018 64 28 64 0 16 6 1 2 1 6 1474560 245760 491520 245840 1497600 26 27 25 25 319 3 2 2 0 33 0 0 0 0 1 +119 1783791405090423700 REFRESH 5 0 0.7698181452984606 0.8279386712095399 2 11 2 11 0 0 339 74 417 3955344 56640 216.48588562011719 1.0024 259.04750000000001 6720 5019 0 0 0.042850333524641467 1.0619442592110255 448 233 64 1 16 5 1 2 2 6 1228800 245760 491520 491663 1497600 31 25 37 31 293 11 1 6 7 49 0 0 0 0 0 +120 1783791405402392000 REFRESH 28 0 0.78537884399716329 0.8356047700170357 1 12 1 12 1 0 318 60 412 3955271 118080 217.81607055664062 1.0290999999999999 265.34789999999998 6720 4913 0 0 0.0025759883895819335 3.3690126276178245 64 28 64 0 16 6 1 2 1 6 1474560 245760 491520 245831 1497600 28 28 26 26 304 4 0 0 2 54 0 0 0 0 1 +121 1783791405698784300 REFRESH 34 0 0.78544551909627791 0.8356047700170357 1 12 1 12 1 0 282 20 426 3955281 118080 216.38656616210938 1.0246 258.57810000000001 6720 5074 0 0 0.00027121646198751184 3.7989524161762587 64 31 64 0 16 6 1 2 1 6 1474560 245760 491520 245840 1497600 27 26 25 25 323 7 0 0 2 11 0 0 0 0 1 +122 1783791407609352100 DEPTH 42 1 0.99782456203938663 0 0 4 0 4 1 0 1667 160 2596 23733042 147840 1253.7714385986328 6.1787000000000001 1864.9464 80640 40718 1 1 1.802565288599685e-05 0.066240948683703407 1984 978 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950961 8985600 150 150 150 150 1996 21 0 10 0 128 0 0 0 0 3 +123 1783791409469354600 DEPTH 56 1 0.79055155860386606 0.26575809199318562 2 5 2 5 0 0 1380 255 2542 23733017 147840 1253.1723175048828 6.0809999999999995 1805.8320000000001 53760 32651 1 0 0.046640050987219968 0.5128100694303207 1216 591 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950935 8985600 162 152 190 186 1852 36 6 26 21 166 0 0 0 0 0 +124 1783791411279736600 DEPTH 8 1 0.79000125987690195 0.26575809199318562 2 5 2 5 0 0 1037 154 2550 23733057 147840 1270.3403472900391 6.4558 1756.2705000000001 53760 32877 1 0 0.0038233884807213846 0.91912216717351747 1216 630 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950971 8985600 156 150 159 155 1930 0 0 0 2 152 0 0 0 0 0 +125 1783791413135129800 DEPTH 54 1 0.77643282382346768 0.4608177172061329 1 8 1 8 1 0 445 107 2556 23733024 147840 1254.3290863037109 6.4638 1801.5506 40320 22658 1 0 0.0044770711515479209 1.2727036532298193 832 488 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950942 8985600 155 150 158 152 1941 6 0 14 3 84 0 0 0 0 1 +126 1783791414988775100 DEPTH 30 1 0.7764925906326553 0.4608177172061329 1 8 1 8 0 0 755 171 2526 23733089 147840 1258.6158447265625 6.1795999999999998 1799.8016 40320 22755 1 0 0.0013666657541232577 3.3863224852280185 832 432 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951004 8985600 161 156 177 150 1882 21 0 29 31 90 0 0 0 0 0 +127 1783791416865967100 DEPTH 52 1 0.7765258910418732 0.36712095400340705 1 7 1 7 1 0 563 146 2555 23733055 147840 1248.0508880615234 6.4506000000000006 1817.9558999999999 53760 32205 1 0 9.3941475748750359e-05 1.8292142620607277 1216 714 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950973 8985600 162 159 171 203 1860 10 2 21 8 105 0 0 0 0 1 +128 1783791418776968500 DEPTH 9 1 0.77548627441971019 0.3594548551959113 2 6 2 6 0 0 570 133 2544 23732983 147840 1257.4532165527344 6.0234999999999994 1785.5851 53760 32593 1 1 0.00084064195437858239 0.84794300678403445 1216 643 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950900 8985600 169 157 171 197 1850 8 2 20 14 88 0 0 0 0 0 +129 1783791420779542000 DEPTH 44 1 0.7753005000300206 0.36712095400340705 1 7 1 7 0 0 722 173 2616 23733096 147840 1263.4962158203125 6.2060000000000004 1851.7191 53760 32596 1 0 0.058086188671880992 1.6339388773258507 1216 621 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951012 8985600 150 150 156 207 1953 27 16 13 1 116 0 0 0 0 0 +130 1783791422317897100 DEPTH 38 1 0.83920081469030861 0.55451448040885853 1 9 1 9 1 0 659 146 2547 23733093 147840 1253.7907409667969 6.0185999999999993 1537.1691000000001 53760 32247 1 0 0.10351938747287383 2.6774758040599784 1216 585 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951013 8985600 150 156 151 156 1934 8 1 10 12 115 0 0 0 0 1 +131 1783791424274206900 DEPTH 42 1 0.83099825535275607 0 0 4 0 4 1 0 1711 117 2581 23733049 147840 1250.5221099853516 6.1817000000000011 1874.7538999999999 80640 33469 1 1 4.6070051796100209e-07 0.045495724650945757 2368 1172 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 150 150 150 150 1981 17 1 5 2 91 0 0 0 0 4 +132 1783791426161249400 DEPTH 48 1 0.77545699348923958 0.3594548551959113 2 6 2 6 0 0 912 144 2625 23733046 147840 1256.1442260742188 6.0392999999999999 1814.8993 53760 32517 1 0 0.01654425169193385 1.7117234142943663 1216 567 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950965 8985600 150 150 151 150 2024 11 1 8 0 124 0 0 0 0 0 +133 1783791428068516800 DEPTH 31 1 0.77551350296504262 0.3594548551959113 2 6 2 6 0 0 789 163 2570 23733002 147840 1251.3884429931641 6.0542999999999996 1781.0191 53760 32191 1 0 0.035728935935382483 1.3322302656941445 1216 652 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950920 8985600 162 154 193 173 1888 38 4 9 14 98 0 0 0 0 0 +134 1783791429718907800 DEPTH 16 1 0.77556991200284764 0.3594548551959113 2 6 2 6 0 0 1046 223 2533 23733055 147840 1268.6299133300781 6.0067000000000004 1582.5508 53760 32738 1 0 0.0081371797400521043 0.78472605386165473 1216 660 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950973 8985600 154 152 155 160 1912 0 0 8 1 214 0 0 0 0 0 +135 1783791431463328100 DEPTH 26 1 0.77138343968393253 0.8356047700170357 1 12 1 12 1 0 301 221 2568 23733041 147840 1264.0673980712891 6.3746 1583.5238999999999 40320 20560 1 0 0.0027860060288778187 1.5212660309359542 448 216 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950955 8985600 150 170 150 156 1942 13 34 1 11 162 0 0 0 0 1 +136 1783791433433052800 DEPTH 21 1 0.77139919930950374 0.56218057921635434 0 10 0 10 1 0 789 197 2543 23733024 147840 1321.7435607910156 6.3067000000000002 1832.1882000000001 40320 23181 1 0 0 1.6513063453623715 832 438 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950941 8985600 150 156 157 160 1920 30 1 18 28 120 0 0 0 0 2 +137 1783791435120001700 DEPTH 37 1 0.77139649076526506 0.8356047700170357 1 12 1 12 1 0 404 129 2583 23733112 147840 1331.5655670166016 6.3514999999999997 1627.9672 40320 20964 1 0 0.021507707792949103 1.3501538417012555 448 239 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951029 8985600 150 150 150 155 1978 5 4 5 20 95 0 0 0 0 4 +138 1783791437001297000 DEPTH 42 1 0.80422847243412643 0 0 4 0 4 1 0 1760 117 2560 23733083 147840 1270.1100006103516 5.9832000000000001 1879.2517 80640 27201 1 0 0 0.018913310933667563 2752 1373 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951000 8985600 150 150 150 153 1957 22 5 9 0 81 0 0 0 0 1 +139 1783791439032827500 DEPTH 13 1 0.79092786572284168 0.27342419080068137 1 6 1 6 0 0 740 213 2550 23733030 147840 1300.1391754150391 6.4683999999999999 1902.2832000000001 53760 32584 1 0 0.021403959119921708 0.64915235358660417 1216 622 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950948 8985600 159 157 152 157 1925 13 8 21 18 153 0 0 0 0 0 +140 1783791441046880900 DEPTH 11 1 0.77716683079497906 0.37478705281090291 0 8 0 8 1 0 564 145 2579 23733043 147840 1317.7599945068359 6.0485000000000007 1938.3973000000001 53760 32413 1 0 0 1.1345764990076554 1216 752 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950959 8985600 150 150 150 168 1961 5 3 0 3 134 0 0 0 0 5 +141 1783791443034563500 DEPTH 53 1 0.77716062616397497 0.37478705281090291 0 8 0 8 1 0 824 223 2541 23733063 147840 1263.0839691162109 6.5176999999999996 1893.7842000000001 53760 32333 1 0 2.2021449337859338e-06 0.61612256249687958 1216 681 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950979 8985600 160 166 162 156 1897 5 1 17 1 199 0 0 0 0 1 +142 1783791444916811100 DEPTH 33 1 0.77674953183518347 0.36712095400340705 1 7 1 7 0 0 1088 240 2523 23733055 147840 1325.0754547119141 6.0664999999999996 1803.1837 53760 33330 1 1 0.00023294165214766597 0.38821406897906902 1216 667 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950975 8985600 154 156 170 156 1887 9 3 15 7 205 0 0 0 0 0 +143 1783791446806438700 DEPTH 0 1 0.77136314558438146 0.8356047700170357 1 12 1 12 1 0 304 175 2564 23733011 147840 1378.0377655029297 7.2339000000000002 1822.3338000000001 40320 20434 1 0 0.006234877723949245 1.9775633454546993 448 257 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950931 8985600 161 150 152 156 1945 34 8 31 15 87 0 0 0 0 4 +144 1783791448562118800 DEPTH 47 1 0.7711229881705538 0.8279386712095399 2 11 2 11 0 0 266 83 2608 23733050 147840 1363.9324188232422 6.2069999999999999 1704.107 40320 20658 1 0 0.068787934381682569 1.4082378301417173 448 244 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950970 8985600 155 150 150 150 2003 0 7 4 5 67 0 0 0 0 0 +145 1783791450341742400 DEPTH 43 1 0.77110229132071151 0.8279386712095399 2 11 2 11 0 0 457 167 2601 23733031 147840 1371.4718780517578 6.0906999999999982 1718.3305 40320 22212 1 0 0.0064204350332748112 2.1554487849922941 448 213 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950950 8985600 150 174 151 150 1976 22 7 24 11 103 0 0 0 0 0 +146 1783791452313097700 DEPTH 42 1 0.80795187653762246 0 0 4 0 4 0 0 1801 104 2570 23725350 140160 1336.2175903320312 6.1158000000000001 1969.5612000000001 80640 18646 1 0 0 0.018913310933667563 3136 1573 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950948 8486400 150 150 150 308 1812 19 7 4 0 74 0 0 0 0 0 +147 1783791454566892400 DEPTH 17 1 0.79184274401111665 0.28109028960817717 0 7 0 7 1 0 954 168 2567 23733028 147840 1362.9450225830078 8.9537999999999993 2101.3732 53760 32392 1 0 0 0.39308382322465113 1216 624 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950945 8985600 154 158 156 156 1943 17 4 4 12 131 0 0 0 0 1 +148 1783791456541925200 DEPTH 46 1 0.77698323659311841 0.37478705281090291 0 8 0 8 1 0 1563 110 2562 23733032 147840 1296.5447692871094 6.0370999999999997 1912.6809000000001 53760 32529 1 0 0 0.82583309956427142 1216 511 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950951 8985600 154 152 152 154 1950 7 4 3 10 86 0 0 0 0 3 +149 1783791458560488800 DEPTH 1 1 0.77640422577318258 0.36712095400340705 1 7 1 7 0 0 833 181 2569 23732971 147840 1325.0017395019531 6.1276000000000002 1939.2711999999999 53760 32656 1 0 0.033498790971522759 2.1769451087173866 1216 622 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950890 8985600 167 157 166 166 1913 54 2 37 7 81 0 0 0 0 0 +150 1783791460351642600 DEPTH 28 1 0.77168242604614357 0.8356047700170357 1 12 1 12 1 0 340 129 2517 23733046 147840 1342.1926727294922 6.5046999999999997 1737.7556999999999 40320 22212 1 0 0.0024429387246206629 3.2391561843663608 448 218 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950962 8985600 152 173 162 156 1874 4 2 0 6 117 0 0 0 0 1 +151 1783791462040340700 DEPTH 34 1 0.77147123778421467 0.8356047700170357 1 12 1 12 1 0 320 155 2599 23733095 147840 1336.2239074707031 6.5801000000000007 1626.7612999999999 40320 19884 1 0 0.00023416409114389387 2.8994827383636923 448 222 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951014 8985600 150 150 151 157 1991 19 9 9 24 94 0 0 0 1 2 +152 1783791463762123500 DEPTH 35 1 0.7714697654479471 0.8279386712095399 2 11 2 11 1 0 593 282 2518 23732988 147840 1348.8513031005859 6.3544999999999998 1657.8938000000001 40320 21704 1 0 0.13923655143617042 1.3720716616161321 448 240 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950904 8985600 153 153 163 161 1888 2 5 0 4 271 0 0 0 0 1 +153 1783791465440940400 DEPTH 4 1 0.77148445313812897 0.8356047700170357 1 12 1 12 1 0 150 152 2576 23733059 147840 1336.7348175048828 6.0484999999999998 1615.1946 40320 20283 1 0 0.025108831761233002 2.155080042636234 448 259 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950979 8985600 163 150 151 165 1947 17 1 13 22 99 0 0 0 0 1 +154 1783791465777073200 REFRESH 3 0 0.76624123284294265 0.64054514480408853 2 9 2 9 0 0 540 76 411 3955366 56640 231.98515319824219 0.99860000000000004 281.6728 6720 4830 0 0 0.0050576980245461926 0.34031149153937412 512 237 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 28 26 38 29 290 2 0 5 2 67 0 0 0 0 0 +155 1783791466123176400 REFRESH 9 0 0.76700536143482756 0.3594548551959113 2 6 2 6 0 0 606 66 416 3955374 56640 232.97740173339844 1.0032000000000001 291.70890000000003 13440 9404 0 0 0.00084064195437858239 0.84794300678403445 1280 674 64 1 16 4 2 2 2 6 983040 491520 491520 491694 1497600 25 26 33 40 292 0 0 1 4 61 0 0 0 0 0 +156 1783791466465423500 REFRESH 27 0 0.76931394905611528 0.93696763202725719 0 14 0 14 1 0 443 78 416 3955337 56640 232.10700988769531 1.0149999999999999 283.6671 6720 5072 0 0 0 2.3691512665830468 128 66 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 25 29 25 25 312 0 0 1 1 76 0 0 0 0 1 +157 1783791466862421300 REFRESH 26 0 0.72922819138352624 0.8356047700170357 1 12 1 12 1 0 330 50 421 3955371 56640 238.70259094238281 1.0995999999999999 296.5573 6720 5008 0 0 0.0083965325024782534 1.6874646786455025 512 246 64 1 16 5 1 2 2 6 1228800 245760 491520 491690 1497600 25 26 25 25 320 2 0 1 0 47 0 0 0 0 1 +158 1783791467263623300 REFRESH 20 0 0.76692245852241059 0.45315161839863699 2 7 2 7 1 0 719 37 433 3955348 56640 225.63226318359375 1.0173000000000001 333.20620000000002 6720 4670 0 0 0.012195410250654825 0.40032460833526767 896 459 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 28 25 57 34 289 2 0 0 2 33 0 0 0 0 1 +159 1783791467549302400 REFRESH 53 0 0.69816085893038049 0.37478705281090291 0 8 0 8 0 0 918 119 411 3955355 56640 229.15890502929688 1.0042 283.8467 13440 9340 0 0 2.2021449337859338e-06 0.61612256249687958 1280 713 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 32 27 301 0 0 1 0 118 0 0 0 0 0 +160 1783791467809863000 REFRESH 34 0 0.59914595971460649 0.8356047700170357 1 12 1 12 0 0 332 32 421 3955342 56640 218.04339599609375 1.0316000000000001 258.55020000000002 6720 4939 0 0 0.00023416409114389387 2.8994827383636923 512 250 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 25 26 25 31 314 0 0 0 4 28 0 0 0 0 0 +161 1783791468139998300 REFRESH 31 0 0.76708625606587511 0.3594548551959113 2 6 2 6 0 0 871 115 417 3955344 56640 217.0828857421875 1.0058 274.44589999999999 13440 9224 0 0 0.035728935935382483 1.3322302656941445 1280 685 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 66 47 253 0 1 14 8 92 0 0 0 0 0 +162 1783791468449961800 REFRESH 11 0 0.73857749615016011 0.37478705281090291 0 8 0 8 1 0 592 66 413 3955341 56640 216.64051818847656 1.0023 308.35759999999999 13440 9370 0 0 0 1.125054531535487 1280 795 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 26 48 51 263 0 2 3 9 52 0 0 0 0 1 +163 1783791468773723100 REFRESH 15 0 0.76933822933675633 0.91396933560476989 3 11 3 11 0 0 238 35 415 3955346 56640 218.81475830078125 0.99409999999999998 262.61470000000003 6720 5113 0 0 0.13215737202774189 0.95319511763653475 128 61 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 27 25 27 311 0 3 1 2 29 0 0 0 0 0 +164 1783791469038403400 REFRESH 35 0 0.62874607507812441 0.8279386712095399 2 11 2 11 0 0 601 48 413 3955368 56640 219.02540588378906 1.0083 262.66359999999997 6720 4949 0 0 0.13923655143617042 1.3720716616161321 512 270 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 25 26 25 26 311 0 0 1 1 46 0 0 0 0 0 +165 1783791469299617200 REFRESH 28 0 0.65927348387913609 0.8356047700170357 1 12 1 12 0 0 346 32 410 3955342 56640 218.28504943847656 1.0163 259.5025 6720 4940 0 0 0.0024429387246206629 3.2391561843663608 512 245 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 25 25 25 26 309 0 0 0 1 31 0 0 0 0 0 +166 1783791469649212800 REFRESH 41 0 0.77165607159723626 0.55451448040885853 1 9 1 9 0 0 524 86 416 3955370 56640 217.23341369628906 1.0024 276.77460000000002 6720 4872 0 0 0.00047546691312138533 1.497358551665477 512 266 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 28 26 27 30 305 7 0 5 2 72 0 0 0 0 0 +167 1783791470015581500 REFRESH 52 0 0.7700589263302241 0.36712095400340705 1 7 1 7 0 0 587 37 419 3955345 56640 216.0343017578125 1.0067999999999999 299.7971 13440 9321 0 0 9.3941475748750359e-05 1.8292142620607277 1280 747 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 37 54 277 1 4 5 5 22 0 0 0 0 0 +168 1783791470283173400 REFRESH 43 0 0.7390091298564947 0.8279386712095399 2 11 2 11 0 0 472 51 424 3955350 56640 218.27891540527344 1.0271999999999999 265.53539999999998 6720 4990 0 0 0.0064204350332748112 2.1554487849922941 512 242 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 26 25 26 322 1 0 1 3 46 0 0 0 0 0 +169 1783791470619083100 REFRESH 30 0 0.76748352502188233 0.4608177172061329 1 8 1 8 0 0 834 125 416 3955370 56640 218.99162292480469 1.006 269.39839999999998 6720 4681 0 0 0.0013666657541232577 3.3863224852280185 896 461 64 1 16 5 1 2 2 6 1228800 245760 491520 491690 1497600 37 26 44 31 278 6 0 3 4 112 0 0 0 0 0 +170 1783791470944309400 REFRESH 5 0 0.75941429903116442 0.8279386712095399 2 11 2 11 0 0 351 36 418 3955367 56640 215.18540954589844 1.0315000000000001 259.62560000000002 6720 4830 0 0 0.042850333524641467 1.0619442592110255 512 270 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 31 25 42 33 287 3 0 5 2 26 0 0 0 0 0 +171 1783791471287147200 REFRESH 33 0 0.7682573111740596 0.36712095400340705 1 7 1 7 0 0 1155 92 412 3955377 56640 219.32850646972656 1.0157 270.50150000000002 13440 9342 0 0 0.00023294165214766597 0.38821406897906902 1280 696 64 1 16 4 2 2 2 6 983040 491520 491520 491697 1497600 25 26 42 28 291 0 0 5 3 84 0 0 0 0 0 +172 1783791471603262800 REFRESH 12 0 0.76663141542256241 0.63287904599659284 3 8 3 8 0 0 676 38 411 3955356 56640 219.12063598632812 1.0118 265.23970000000003 6720 4973 0 0 0.0015276581021753017 0.97823052614698447 512 245 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 26 26 27 29 303 1 0 0 0 37 0 0 0 0 0 +173 1783791471864334500 REFRESH 0 0 0.76043032230909702 0.8356047700170357 1 12 1 12 0 0 315 31 420 3955349 56640 216.71629333496094 1.0229999999999999 259.39280000000002 6720 4881 0 0 0.006234877723949245 1.9775633454546993 512 292 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 56 288 0 0 1 3 27 0 0 0 0 0 +174 1783791472191802200 REFRESH 57 0 0.77270590639717429 0.8279386712095399 2 11 2 11 0 0 602 53 410 3955355 56640 218.36595153808594 1.0199 265.01870000000002 6720 5094 0 0 0.00065627065293087259 2.8399631554306781 128 57 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 27 25 27 306 0 0 0 0 53 0 0 0 0 0 +175 1783791472521035800 REFRESH 39 0 0.76679641148511513 0.63287904599659284 3 8 3 8 0 0 534 61 422 3955346 56640 217.89286804199219 0.99860000000000004 277.0915 6720 4926 0 0 0.033915050234405199 0.89795211255192564 512 246 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 27 25 38 25 307 5 0 6 1 49 0 0 0 0 0 +176 1783791472891944800 REFRESH 56 0 0.78339849444475607 0.26575809199318562 2 5 2 5 0 0 1446 103 420 3955352 56640 220.83183288574219 1.1819999999999999 308.8415 13440 9278 0 0 0.046640050987219968 0.5128100694303207 1280 621 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 48 40 282 2 1 7 9 84 0 0 0 0 0 +177 1783791473295848500 REFRESH 29 0 0.75951652708289386 0.8279386712095399 2 11 2 11 0 0 486 73 414 3955352 56640 226.38592529296875 1.0119 272.27809999999999 6720 4920 0 0 0.034134057776453286 1.2542665748927315 512 244 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 29 26 25 28 306 2 0 0 1 70 0 0 0 0 0 +178 1783791473635604200 REFRESH 2 0 0.76795744778358577 0.45315161839863699 2 7 2 7 0 0 832 85 418 3955360 56640 216.90879821777344 1.0009999999999999 273.81689999999998 6720 4682 0 0 0.27768796280696073 2.131664922996019 896 405 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 27 25 32 32 302 6 0 1 2 76 0 0 0 0 0 +179 1783791473947213300 REFRESH 17 0 0.7836256604169578 0.28109028960817717 0 7 0 7 0 0 1011 97 404 3955363 56640 216.26675415039062 1.0130999999999999 309.93119999999999 13440 9384 0 0 0 0.39308382322465113 1280 660 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 40 33 280 2 2 8 7 78 0 0 0 0 0 +180 1783791474275048700 REFRESH 50 0 0.76717841394794994 0.64054514480408853 2 9 2 9 0 0 426 32 426 3955363 56640 216.49510192871094 1.0177 274.25999999999999 6720 4915 0 0 0.08683102588926872 2.3165491328247132 512 244 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 27 25 26 25 323 2 0 6 3 21 0 0 0 0 0 +181 1783791474610827200 REFRESH 16 0 0.7681024066850235 0.3594548551959113 2 6 2 6 0 0 1057 23 410 3955336 56640 218.09152221679688 1.0109999999999999 275.69929999999999 13440 9293 0 0 0.0081371797400521043 0.78472605386165473 1280 688 64 1 16 4 2 2 2 6 983040 491520 491520 491656 1497600 25 25 38 27 295 0 0 2 0 21 0 0 0 0 0 +182 1783791474949577100 REFRESH 1 0 0.76815233223068757 0.36712095400340705 1 7 1 7 0 0 904 117 412 3955340 56640 216.74496459960938 1.0322 282.20229999999998 13440 9324 0 0 0.033498790971522759 2.1769451087173866 1280 653 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 27 38 50 272 1 0 13 19 84 0 0 0 0 0 +183 1783791475278082600 REFRESH 21 0 0.76244741162728658 0.56218057921635434 0 10 0 10 0 0 878 123 411 3955353 56640 218.00140380859375 1.0114000000000001 272.63760000000002 6720 4720 0 0 0 1.6513063453623715 896 468 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 34 26 30 29 292 4 0 4 3 112 0 0 0 0 0 +184 1783791475610271300 REFRESH 10 0 0.76728650614065785 0.64821124361158422 1 10 1 10 0 0 441 42 417 3955349 56640 227.92396545410156 1.0061 275.24829999999997 6720 4864 0 0 0.033765467539783239 3.6125366839537807 512 280 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 29 26 31 28 303 4 0 6 6 26 0 0 0 0 0 +185 1783791475889573200 REFRESH 4 0 0.76004081831551573 0.8356047700170357 1 12 1 12 1 0 154 17 422 3955336 56640 235.70022583007812 1.0056 277.34059999999999 6720 4928 0 0 0.02473600986554161 2.0923842007227069 512 290 64 1 16 5 1 2 2 6 1228800 245760 491520 491656 1497600 25 25 25 26 321 1 1 0 4 11 0 0 0 0 1 +186 1783791476242856700 REFRESH 25 0 0.7727515768775497 0.54684838160136284 2 8 2 8 0 0 1006 115 417 3955340 56640 235.98796081542969 1.0061 296.54829999999998 6720 4923 0 0 0.0037133317294834652 0.74577769507902991 512 246 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 31 25 33 32 296 7 0 2 4 102 0 0 0 0 0 +187 1783791476580761600 REFRESH 42 0 0.97344093876756554 0 0 4 0 4 0 0 1811 25 419 3951512 56160 235.24557495117188 1.0081 336.18150000000003 13440 8988 0 0 0 0.018913310933667563 3200 1605 64 1 16 4 2 3 2 5 983040 491520 737280 491672 1248000 25 25 27 177 165 2 0 5 0 18 0 0 0 0 0 +188 1783791476968240400 REFRESH 19 0 0.76062246141443779 0.8279386712095399 2 11 2 11 0 0 388 57 410 3955361 56640 233.7576904296875 1.0095000000000001 277.44240000000002 6720 4914 0 0 0.059433447338858247 0.64972261280099719 512 275 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 27 25 27 26 305 2 0 2 2 51 0 0 0 0 0 +189 1783791477285809400 REFRESH 18 0 0.77083198942549824 0.9293015332197615 1 13 1 13 0 0 230 9 417 3955361 56640 221.22087097167969 1.0221 267.44600000000003 6720 4970 0 0 0.0012195237599466719 2.3453457214549331 128 50 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 25 25 25 25 317 0 0 0 0 9 0 0 0 0 0 +190 1783791477599097300 REFRESH 51 0 0.77094155730817671 0.91396933560476989 3 11 3 11 1 0 333 50 409 3955358 56640 219.61625671386719 1.0105999999999999 267.36070000000001 6720 5104 0 0 0.059300175094750489 0.84720100109805685 128 55 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 25 25 25 27 307 0 0 0 0 50 0 0 0 0 1 +191 1783791477939715800 REFRESH 22 0 0.77124165605896144 0.91396933560476989 3 11 3 11 0 0 320 43 414 3955364 56640 239.78192138671875 1.0052000000000001 283.28070000000002 6720 5098 0 0 0.011261877974393613 0.50386567527966963 128 58 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 28 25 25 311 0 2 0 1 40 0 0 0 0 0 +192 1783791478277202400 REFRESH 23 0 0.77117438819935202 0.92163543441226559 2 12 2 12 1 0 427 52 417 3955351 56640 242.59706115722656 1.02 284.48669999999998 6720 5088 0 0 0.041374133025426113 0.79851879194500452 128 50 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 26 25 27 314 0 0 0 0 52 0 0 0 0 1 +193 1783791478600470800 REFRESH 24 0 0.76878345170071083 1 4 11 4 11 0 0 368 29 406 3955350 56640 231.2489013671875 1.0077 273.9622 6720 4999 0 0 0.035863626369198924 1.8983579731516298 128 53 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 25 25 25 306 0 0 1 1 27 0 0 0 0 0 +194 1783791478928945200 REFRESH 55 0 0.76070679611359904 0.8279386712095399 2 11 2 11 1 0 482 29 406 3955351 56640 224.32051086425781 1.0117 267.02249999999998 6720 4888 0 0 0.069305837035571749 0.94833934322470181 512 226 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 28 26 29 26 297 0 0 0 1 28 0 0 0 1 0 +195 1783791479287877500 REFRESH 54 0 0.76886589602173916 0.4608177172061329 1 8 1 8 0 0 463 49 418 3955354 56640 224.63693237304688 1.0101 299.4205 6720 4681 0 0 0.0044770711515479209 1.2727036532298193 896 526 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 49 25 43 35 266 5 0 4 5 35 0 0 0 0 0 +196 1783791479630937800 REFRESH 47 0 0.76060100800680419 0.8279386712095399 2 11 2 11 0 0 283 57 416 3955356 56640 231.10041809082031 1.0034000000000001 273.36189999999999 6720 5009 0 0 0.068787934381682569 1.4082378301417173 512 275 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 25 25 26 315 0 0 0 2 55 0 0 0 0 0 +197 1783791479969478700 REFRESH 36 0 0.7611841392886356 0.82027257240204421 3 10 3 10 0 0 535 86 411 3955341 56640 228.55168151855469 1.016 274.23680000000002 6720 4885 0 0 0.11571595544508143 0.12554692697056585 512 273 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 30 26 27 38 290 3 0 2 1 80 0 0 0 0 0 +198 1783791480303602700 REFRESH 37 0 0.76268336990701791 0.8356047700170357 1 12 1 12 0 0 416 44 407 3955360 56640 229.24493408203125 1.0047999999999999 272.58890000000002 6720 4892 0 0 0.021507707792949103 1.3501538417012555 512 272 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 25 25 25 33 299 0 0 0 2 42 0 0 0 0 0 +199 1783791480729308200 REFRESH 13 0 0.78405838758979729 0.27342419080068137 1 6 1 6 0 0 816 108 414 3955347 56640 242.20262145996094 1.0148999999999999 310.02539999999999 13440 9327 0 0 0.021403959119921708 0.64915235358660417 1280 653 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 32 32 299 1 1 2 7 97 0 0 0 0 0 +200 1783791481065972600 REFRESH 7 0 0.77417231629576899 0.8356047700170357 1 12 1 12 0 0 410 54 409 3955365 56640 238.77938842773438 1.0243 281.54039999999998 6720 5070 0 0 1.2612902647288451e-05 1.7261584130215055 128 56 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 25 26 25 26 307 0 0 1 0 53 0 0 0 0 0 +201 1783791481453411000 REFRESH 40 0 0.77189544366052953 0.64821124361158422 1 10 1 10 0 0 793 51 418 3955355 56640 225.91384887695312 1.0202 315.14519999999999 6720 4920 0 0 0.083077089126711981 1.5472964947330925 512 236 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 28 25 26 30 309 3 0 3 2 43 0 0 0 0 0 +202 1783791481816308800 REFRESH 32 0 0.7704845137747165 0.4608177172061329 1 8 1 8 0 0 864 84 409 3955335 56640 235.79136657714844 1.0196000000000001 297.89940000000001 6720 4716 0 0 0.00028753003989656975 1.3056719651908326 896 447 64 1 16 5 1 2 2 6 1228800 245760 491520 491655 1497600 26 26 31 32 294 5 0 7 4 68 0 0 0 0 0 +203 1783791482167390200 REFRESH 45 0 0.76923775260804061 0.45315161839863699 2 7 2 7 0 0 687 91 417 3955358 56640 236.32896423339844 1.0056 286.52480000000003 6720 4716 0 0 0.2309103244036371 1.4859222174523592 896 436 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 29 26 33 28 301 1 0 2 2 86 0 0 0 0 0 +204 1783791482506841300 REFRESH 6 0 0.77170935187782586 0.91396933560476989 3 11 3 11 1 0 315 29 420 3955336 56640 236.41600036621094 1.0051000000000001 279.40219999999999 6720 5057 0 0 0.072848642980534811 0.36645688673344556 128 53 64 1 16 5 1 2 2 6 1228800 245760 491520 491655 1497600 25 26 25 25 319 0 3 1 4 21 0 0 0 0 1 +205 1783791482844326000 REFRESH 46 0 0.77010977239285783 0.37478705281090291 0 8 0 8 1 0 1588 60 415 3955343 56640 235.67872619628906 1.0485 335.31189999999998 13440 9236 0 0 0 0.73975829005676785 1280 537 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 25 34 32 299 0 0 5 4 51 0 0 0 0 1 +206 1783791483191779700 REFRESH 49 0 0.76207272635130507 0.82027257240204421 3 10 3 10 0 0 484 79 415 3955356 56640 234.00857543945312 1.0575000000000001 295.11009999999999 6720 4961 0 0 0.017341558934682082 0.73330536813629654 512 248 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 26 31 28 305 1 0 4 1 73 0 0 0 0 0 +207 1783791483583379400 REFRESH 44 0 0.76938674793804118 0.36712095400340705 1 7 1 7 0 0 739 41 421 3955350 56640 232.28108215332031 1.0265 321.01249999999999 13440 9209 0 0 0.058086188671880992 1.6339388773258507 1280 649 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 25 26 53 292 1 0 1 6 33 0 0 0 0 0 +208 1783791483926130700 REFRESH 8 0 0.78442234539483302 0.26575809199318562 2 5 2 5 0 0 1050 51 416 3955341 56640 236.48460388183594 1.0034000000000001 288.82819999999998 13440 9302 0 0 0.0038233884807213846 0.91912216717351747 1280 661 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 25 27 28 311 0 0 0 0 51 0 0 0 0 0 +209 1783791484262523800 REFRESH 58 0 0.7719386613782353 0.92163543441226559 2 12 2 12 0 0 338 38 413 3955343 56640 236.47744750976562 1.0125 281.4323 6720 5063 0 0 0.0083462351321060037 2.6154275951417776 128 65 64 1 16 5 1 2 2 6 1228800 245760 491520 491663 1497600 25 25 25 25 313 1 1 1 0 35 0 0 0 0 0 +210 1783791484738320000 REFRESH 38 0 0.82645929068317381 0.55451448040885853 1 9 1 9 1 0 683 59 407 3955360 56640 231.52024841308594 1.0055000000000001 279.59050000000002 13440 9154 0 0 0.10383783203814524 2.6893584652100051 1280 614 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 34 43 279 0 0 0 3 56 0 0 0 0 1 +211 1783791485076266000 REFRESH 14 0 0.77062800882839944 0.65587734241908002 0 11 0 11 0 0 441 76 418 3955338 56640 221.43589782714844 0.99980000000000002 272.90249999999997 6720 4874 0 0 1.1136036080474871e-05 1.4848750471031178 512 256 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 26 25 26 26 315 0 0 1 1 74 0 0 0 0 0 +212 1783791485468503800 REFRESH 48 0 0.76961308912041426 0.3594548551959113 2 6 2 6 0 0 934 39 420 3955343 56640 234.383544921875 1.0111000000000001 334.37490000000003 13440 9274 0 0 0.01654425169193385 1.7117234142943663 1280 599 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 25 26 44 300 1 2 1 4 31 0 0 0 0 0 +213 1783791487561646100 DEPTH 42 1 0.96856214700389009 0 0 4 0 4 0 0 1851 102 2591 23706282 121920 1387.2773132324219 6.109 2038.0253 80640 44208 1 1 0 0.018913310933667563 3584 1807 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196839 7238400 150 150 150 579 1562 11 2 7 0 81 0 0 0 0 0 +214 1783791489638259500 DEPTH 17 1 0.77635870807424812 0.28109028960817717 0 7 0 7 0 0 1082 148 2574 23733070 147840 1345.328125 6.5583999999999998 2013.8514 80640 44991 1 1 0 0.39308382322465113 1664 882 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950985 8985600 150 156 156 156 1956 6 0 9 6 126 0 0 0 0 0 +215 1783791491740351100 DEPTH 56 1 0.77633557842327905 0.26575809199318562 2 5 2 5 0 0 1509 199 2564 23733048 147840 1365.4743194580078 6.6494 2047.8967 80640 44607 1 0 0.046640050987219968 0.5128100694303207 1664 829 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 150 150 187 170 1907 3 0 3 14 179 0 0 0 0 0 +216 1783791493933738900 DEPTH 52 1 0.76328669063132693 0.36712095400340705 1 7 1 7 0 0 622 98 2557 23733014 147840 1375.3285217285156 6.3352000000000004 2071.6851999999999 80640 44884 1 0 9.3941475748750359e-05 1.8292142620607277 1664 989 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950930 8985600 150 156 200 245 1806 5 0 9 6 78 0 0 0 0 0 +217 1783791496020885400 DEPTH 25 1 0.76278978384890528 0.54684838160136284 2 8 2 8 0 0 1059 213 2541 23733084 147840 1394.3459777832031 6.4771999999999998 2034.9335000000001 40320 23398 1 0 0.0037133317294834652 0.74577769507902991 896 454 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950999 8985600 170 150 173 151 1897 35 2 16 16 144 0 0 0 0 0 +218 1783791497897090100 DEPTH 41 1 0.76283883666828933 0.55451448040885853 1 9 1 9 0 0 575 195 2566 23733082 147840 1347.5276947021484 6.0359000000000007 1874.5958000000001 40320 23128 1 0 0.00047546691312138533 1.497358551665477 896 491 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950996 8985600 163 154 151 156 1942 24 0 26 16 129 0 0 0 0 0 +219 1783791499974174700 DEPTH 20 1 0.76271766882911807 0.45315161839863699 2 7 2 7 0 0 764 106 2623 23733049 147840 1329.0978851318359 6.2732000000000001 1961.6349 60480 35018 1 0 0.012195410250654825 0.40032460833526767 1280 674 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950968 8985600 151 151 219 161 1941 9 0 1 1 95 0 0 0 0 0 +220 1783791502080694100 DEPTH 11 1 0.76239837911841868 0.37478705281090291 0 8 0 8 1 0 625 93 2573 23732991 147840 1371.8558654785156 6.3206999999999995 1984.5265999999999 80640 44909 1 0 0 1.0430511989882099 1664 1045 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950908 8985600 150 150 150 178 1945 1 0 0 0 92 0 0 0 0 1 +221 1783791504140906600 DEPTH 42 1 0.793280213218018 0 0 4 0 4 0 0 1890 83 2586 23687991 103680 1308.9280242919922 6.1678999999999995 1977.1821 80640 36885 1 0 0 0.018913310933667563 3968 2007 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426549 5990400 150 150 150 1174 962 9 1 6 1 66 0 0 0 0 0 +222 1783791506219881200 DEPTH 53 1 0.76222102669578384 0.37478705281090291 0 8 0 8 1 0 1007 217 2534 23733112 147840 1313.1673736572266 6.5309999999999997 1978.1513 80640 44728 1 0 0 0.74067355239231636 1664 949 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951029 8985600 150 156 162 156 1910 0 1 5 3 208 0 0 0 0 1 +223 1783791507931399100 DEPTH 57 1 0.76183031110573018 0.8279386712095399 2 11 2 11 0 0 616 113 2558 23733091 147840 1302.9068756103516 6.0338000000000003 1571.7695000000001 40320 21133 1 0 0.00065627065293087259 2.8399631554306781 512 241 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951009 8985600 150 168 150 155 1935 0 0 0 3 110 0 0 0 0 0 +224 1783791509952391500 DEPTH 33 1 0.7618436383282281 0.36712095400340705 1 7 1 7 0 0 1216 195 2508 23733046 147840 1389.8895568847656 6.7690999999999999 1925.2427 80640 45152 1 0 0.00023294165214766597 0.38821406897906902 1664 935 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950964 8985600 150 156 178 156 1868 0 0 12 4 179 0 0 0 0 0 +225 1783791511934853200 DEPTH 9 1 0.76150333245706414 0.3594548551959113 2 6 2 6 0 0 652 129 2542 23733083 147840 1340.5736846923828 6.1150000000000002 1894.1094000000001 80640 44918 1 0 0.00084064195437858239 0.84794300678403445 1664 882 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951003 8985600 150 150 182 190 1870 0 0 13 1 115 0 0 0 0 0 +226 1783791513873237000 DEPTH 31 1 0.76134055946098789 0.3594548551959113 2 6 2 6 0 0 926 138 2566 23733031 147840 1308.6699523925781 7.8393999999999995 1868.2360000000001 80640 45069 1 0 0.035728935935382483 1.3322302656941445 1664 907 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950947 8985600 150 150 223 183 1860 3 0 11 7 117 0 0 0 0 0 +227 1783791515807898200 DEPTH 16 1 0.76138534489884568 0.3594548551959113 2 6 2 6 0 0 1082 134 2528 23733058 147840 1336.0076599121094 6.2376000000000005 1697.9544000000001 80640 44893 1 0 0.0081371797400521043 0.78472605386165473 1664 909 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950975 8985600 150 150 159 159 1910 0 0 5 0 129 0 0 0 0 0 +228 1783791517737118700 DEPTH 1 1 0.76143006152728177 0.36712095400340705 1 7 1 7 0 0 943 128 2569 23733049 147840 1311.8065643310547 6.5683000000000007 1927.3632 80640 45054 1 0 0.033498790971522759 2.1769451087173866 1664 872 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 150 154 172 179 1914 5 0 13 3 107 0 0 0 0 0 +229 1783791519844994700 DEPTH 42 1 0.78829190987199327 0 0 4 0 4 0 0 1929 74 2597 23684071 99840 1336.7418975830078 6.4904999999999999 2026.0228999999999 87360 33513 1 0 0 0.018913310933667563 4096 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426468 5740800 150 150 187 1471 639 3 3 4 1 63 0 0 0 0 0 +230 1783791521760543500 DEPTH 13 1 0.77658198566304104 0.27342419080068137 1 6 1 6 0 0 873 171 2559 23733048 147840 1314.4043579101562 6.008 1828.7568000000001 80640 44869 1 0 0.021403959119921708 0.64915235358660417 1664 877 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 150 155 152 156 1946 5 0 18 11 137 0 0 0 0 0 +231 1783791523577650400 DEPTH 7 1 0.76223371366326864 0.8356047700170357 1 12 1 12 1 0 425 107 2555 23732990 147840 1348.1584777832031 7.0151999999999992 1752.9013 40320 21282 1 0 4.4759709987436148e-05 1.5397821385714072 512 254 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950908 8985600 150 156 150 160 1939 0 1 5 4 97 0 0 0 0 2 +232 1783791525526963600 DEPTH 32 1 0.76171645103872276 0.4608177172061329 1 8 1 8 0 0 943 187 2559 23733050 147840 1358.3677520751953 6.1262999999999996 1872.3285000000001 60480 35217 1 0 0.00028753003989656975 1.3056719651908326 1280 662 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950969 8985600 150 150 168 150 1941 27 9 24 6 121 0 0 0 0 0 +233 1783791527657427600 DEPTH 40 1 0.76154081335202495 0.64821124361158422 1 10 1 10 0 0 841 217 2597 23733082 147840 1355.3633422851562 7.6119000000000003 2038.0171 40320 23412 1 0 0.083077089126711981 1.5472964947330925 896 428 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951001 8985600 150 150 150 150 1997 7 0 21 2 187 0 0 0 0 0 +234 1783791529708884200 DEPTH 54 1 0.76067018675980602 0.4608177172061329 1 8 1 8 1 0 489 91 2557 23732984 147840 1359.2618103027344 6.2172000000000001 1985.5954999999999 60480 34513 1 0 0.0031512039645909635 1.0974774062259145 1280 768 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950900 8985600 159 153 166 167 1912 0 4 1 3 83 0 0 0 0 2 +235 1783791531667542400 DEPTH 2 1 0.76068710420800867 0.45315161839863699 2 7 2 7 0 0 879 166 2573 23733079 147840 1360.9820251464844 6.0562999999999994 1885.1088 60480 35173 1 0 0.27768796280696073 2.131664922996019 1280 601 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950999 8985600 156 154 173 183 1907 24 4 5 6 127 0 0 0 0 0 +236 1783791533695566400 DEPTH 45 1 0.76073294516103118 0.45315161839863699 2 7 2 7 0 0 718 97 2571 23733027 147840 1366.5946960449219 6.4906999999999995 1957.6570999999999 60480 35301 1 0 0.2309103244036371 1.4859222174523592 1280 665 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950946 8985600 150 150 162 156 1953 14 4 9 4 66 0 0 0 0 0 +237 1783791535544812700 DEPTH 38 1 0.81139085747502759 0.55451448040885853 1 9 1 9 0 0 738 140 2523 23732951 147840 1354.8260040283203 6.7728000000000002 1794.1959999999999 80640 44926 1 0 0.10383783203814524 2.6893584652100051 1664 828 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950870 8985600 150 156 152 160 1905 0 0 5 5 130 0 0 0 0 0 +238 1783791537519888800 DEPTH 42 1 0.7935933793700799 0 0 4 0 4 1 0 1980 98 2599 23664819 81600 1335.4270782470703 6.0678999999999998 1973.1777999999999 120960 29221 1 0 0 0.026102133628174096 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 150 150 316 1401 582 5 8 0 2 83 0 0 0 2 0 +239 1783791539434588700 DEPTH 8 1 0.77691746092806224 0.26575809199318562 2 5 2 5 1 0 1106 178 2530 23733152 147840 1335.1425933837891 7.079600000000001 1843.7122999999999 80640 45485 1 0 0.029879628220595384 1.0001863379870284 1664 872 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951068 8985600 150 150 161 156 1913 0 0 1 2 175 0 0 0 1 0 +240 1783791541388828800 DEPTH 46 1 0.76273256882690854 0.37478705281090291 0 8 0 8 0 0 1608 83 2551 23733105 147840 1309.1277160644531 6.0252000000000008 1890.3942 80640 45188 1 0 0 0.73975829005676785 1664 702 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951021 8985600 150 150 154 156 1941 0 0 6 7 70 0 0 0 0 0 +241 1783791543396853200 DEPTH 44 1 0.76201625724087885 0.36712095400340705 1 7 1 7 0 0 784 122 2591 23732944 147840 1317.1189727783203 6.4253 1935.1692 80640 44700 1 0 0.058086188671880992 1.6339388773258507 1664 857 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950858 8985600 150 150 156 191 1944 3 0 4 0 115 0 0 0 0 0 +242 1783791545450778000 DEPTH 48 1 0.76204898235681706 0.3594548551959113 2 6 2 6 0 0 954 116 2625 23733056 147840 1305.2518615722656 6.4310000000000009 1968.4613999999999 80640 44644 1 0 0.01654425169193385 1.7117234142943663 1664 788 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950976 8985600 150 150 153 150 2022 6 0 7 0 103 0 0 0 0 0 +243 1783791547538331100 DEPTH 30 1 0.76105189641716875 0.4608177172061329 1 8 1 8 0 0 895 164 2533 23733006 147840 1303.5960388183594 6.3209 1917.8653999999999 60480 35365 1 0 0.0013666657541232577 3.3863224852280185 1280 686 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950921 8985600 165 163 197 150 1858 19 11 24 9 101 0 0 0 0 0 +244 1783791549168072300 DEPTH 27 1 0.76062025015332047 0.93696763202725719 0 14 0 14 1 0 482 188 2547 23733010 147840 1299.4703369140625 5.9705000000000004 1565.2276999999999 40320 21987 1 0 2.3216876104206766e-05 1.9706412945723013 512 265 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950927 8985600 150 158 150 151 1938 0 0 0 0 188 0 0 0 0 3 +245 1783791549486164600 REFRESH 58 0 0.76020150754923799 0.92163543441226559 2 12 2 12 0 0 346 19 414 3955327 56640 221.17990112304688 0.99529999999999996 262.26369999999997 6720 4965 0 0 0.0083462351321060037 2.6154275951417776 192 102 64 1 16 5 1 2 2 6 1228800 245760 491520 491647 1497600 25 25 25 25 314 0 0 0 0 19 0 0 0 0 0 +246 1783791549800950100 REFRESH 12 0 0.75882498886446204 0.63287904599659284 3 8 3 8 0 0 682 31 408 3955359 56640 219.69612121582031 1.0006999999999999 262.44 6720 4850 0 0 0.0015276581021753017 0.97823052614698447 576 270 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 28 26 28 31 295 1 0 0 2 28 0 0 0 0 0 +247 1783791550135249200 REFRESH 53 0 0.75519530150446745 0.37478705281090291 0 8 0 8 1 0 1093 123 408 3955360 56640 221.19526672363281 1.0028999999999999 272.88330000000002 13440 8598 0 0 3.9256012599737908e-05 0.28559182276312889 1728 984 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 26 32 26 299 0 0 0 0 123 0 0 0 0 1 +248 1783791550479195700 REFRESH 49 0 0.75242499794372975 0.82027257240204421 3 10 3 10 0 0 505 67 414 3955362 56640 220.03712463378906 1.0078 263.71260000000001 6720 4919 0 0 0.017341558934682082 0.73330536813629654 576 283 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 25 26 30 27 306 3 0 5 1 58 0 0 0 0 0 +249 1783791550842269900 REFRESH 1 0 0.71430854288142287 0.36712095400340705 1 7 1 7 0 0 992 84 421 3955357 56640 220.44671630859375 1.0133000000000001 294.69909999999999 13440 8732 0 0 0.033498790971522759 2.1769451087173866 1728 904 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 27 31 53 285 0 0 4 11 69 0 0 0 0 0 +250 1783791551195427900 REFRESH 23 0 0.76074694384788377 0.92163543441226559 2 12 2 12 0 0 448 44 413 3955341 56640 220.24191284179688 1.0111000000000001 261.7706 6720 4901 0 0 0.041374133025426113 0.79851879194500452 192 79 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 25 26 25 28 309 0 0 0 0 44 0 0 0 0 0 +251 1783791551501885300 REFRESH 46 0 0.61508613474074803 0.37478705281090291 0 8 0 8 0 0 1629 49 410 3955365 56640 221.27308654785156 0.99619999999999997 304.81389999999999 13440 8697 0 0 0 0.73975829005676785 1728 730 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 25 36 33 291 0 0 1 4 44 0 0 0 0 0 +252 1783791551837127400 REFRESH 0 0 0.75272494623313213 0.8356047700170357 1 12 1 12 0 0 326 24 415 3955341 56640 219.0223388671875 1.0124 270.1703 6720 4906 0 0 0.006234877723949245 1.9775633454546993 576 328 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 25 26 25 53 286 0 0 1 3 20 0 0 0 0 0 +253 1783791552150139100 REFRESH 19 0 0.75221042875263233 0.8279386712095399 2 11 2 11 0 0 404 39 410 3955339 56640 220.04428100585938 1.004 260.86410000000001 6720 4894 0 0 0.059433447338858247 0.64972261280099719 576 311 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 27 25 28 26 304 1 0 0 3 35 0 0 0 0 0 +254 1783791552510262100 REFRESH 41 0 0.75440353035222796 0.55451448040885853 1 9 1 9 0 0 611 78 416 3955367 56640 232.6507568359375 1.0041 290.50799999999998 6720 4708 0 0 0.00047546691312138533 1.497358551665477 960 523 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 30 26 32 37 291 4 0 2 10 62 0 0 0 0 0 +255 1783791552846217900 REFRESH 15 0 0.76068911345991197 0.91396933560476989 3 11 3 11 0 0 240 27 410 3955338 56640 227.98233032226562 1.0144 276.48039999999997 6720 4878 0 0 0.13215737202774189 0.95319511763653475 192 95 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 25 26 25 27 307 2 0 0 0 25 0 0 0 0 0 +256 1783791553190687400 REFRESH 16 0 0.754599749189661 0.3594548551959113 2 6 2 6 0 0 1093 29 411 3955359 56640 238.32905578613281 1.006 285.55160000000001 13440 8797 0 0 0.0081371797400521043 0.78472605386165473 1728 938 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 25 40 27 294 1 0 0 0 28 0 0 0 0 0 +257 1783791553513539500 REFRESH 24 0 0.75851304241316442 1 4 11 4 11 0 0 369 16 410 3955335 56640 226.53030395507812 1.0072000000000001 270.26069999999999 6720 4920 0 0 0.035863626369198924 1.8983579731516298 192 79 64 1 16 5 1 2 2 6 1228800 245760 491520 491655 1497600 25 25 25 26 309 0 0 0 0 16 0 0 0 0 0 +258 1783791553887215000 REFRESH 17 0 0.77018731375215066 0.28109028960817717 0 7 0 7 0 0 1125 83 422 3955351 56640 215.62982177734375 0.99350000000000005 311.00409999999999 13440 8842 0 0 0 0.39308382322465113 1728 915 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 40 31 300 0 0 7 7 69 0 0 0 0 0 +259 1783791554260202900 REFRESH 56 0 0.77016666591170402 0.26575809199318562 2 5 2 5 0 0 1580 112 414 3955349 56640 217.74642944335938 1.0275000000000001 307.42399999999998 13440 8784 0 0 0.046640050987219968 0.5128100694303207 1728 862 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 53 48 263 0 0 8 16 88 0 0 0 0 0 +260 1783791554601209300 REFRESH 39 0 0.75947568045084191 0.63287904599659284 3 8 3 8 0 0 559 54 427 3955332 56640 230.09280395507812 1.0029999999999999 289.69580000000002 6720 4884 0 0 0.033915050234405199 0.89795211255192564 576 277 64 1 16 5 1 2 2 6 1228800 245760 491520 491651 1497600 26 25 38 25 313 4 0 4 1 45 0 0 0 0 0 +261 1783791554976205300 REFRESH 11 0 0.75604357725506022 0.37478705281090291 0 8 0 8 0 0 639 49 412 3955350 56640 219.81797790527344 1.0003 307.60739999999998 13440 8689 0 0 0 1.0430511989882099 1728 1079 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 50 52 259 0 0 1 4 44 0 0 0 0 0 +262 1783791555312568700 REFRESH 7 0 0.75226282717833315 0.8356047700170357 1 12 1 12 1 0 446 43 409 3955353 56640 233.76998901367188 1.0117 282.04039999999998 6720 4970 0 0 4.3283195850332966e-05 1.5341969320716349 576 284 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 27 306 0 0 0 1 42 0 0 0 0 1 +263 1783791555650171300 REFRESH 26 0 0.75404765840703725 0.8356047700170357 1 12 1 12 0 0 344 43 426 3955346 56640 234.2318115234375 1.0164 278.55439999999999 6720 4909 0 0 0.0083965325024782534 1.6874646786455025 576 274 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 25 26 25 25 325 0 0 0 1 42 0 0 0 0 0 +264 1783791555968368600 REFRESH 42 0 0.94979144922478254 0 0 4 0 4 0 0 1996 24 427 3943930 55200 225.07212829589844 1.0068999999999999 316.53660000000002 20160 11961 0 0 0 0.026102133628174096 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 25 25 90 209 78 1 0 1 0 22 0 0 0 0 0 +265 1783791556299189100 REFRESH 14 0 0.7614269789043101 0.65587734241908002 0 11 0 11 1 0 487 78 414 3955359 56640 222.68006896972656 1.0021 273.64089999999999 6720 4927 0 0 1.622703203551702e-05 0.84273806458718525 576 290 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 26 25 26 26 311 0 0 1 0 77 0 0 0 0 1 +266 1783791556615341700 REFRESH 28 0 0.75272773310703189 0.8356047700170357 1 12 1 12 0 0 351 32 412 3955370 56640 222.95143127441406 1.0075000000000001 265.62979999999999 6720 4864 0 0 0.0024429387246206629 3.2391561843663608 576 275 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 25 25 25 26 311 0 0 0 0 32 0 0 0 0 0 +267 1783791556899605600 REFRESH 2 0 0.75312243338936025 0.45315161839863699 2 7 2 7 0 0 900 49 415 3955352 56640 220.54296875 1.0406 282.38560000000001 13440 9259 0 0 0.27768796280696073 2.131664922996019 1344 633 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 32 34 299 0 0 0 3 46 0 0 0 0 0 +268 1783791557220453400 REFRESH 55 0 0.75269054173604377 0.8279386712095399 2 11 2 11 1 0 488 26 415 3955346 56640 222.75686645507812 1.0044999999999999 264.99630000000002 6720 4889 0 0 0.068991051941812459 0.94012883186839502 576 256 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 28 26 29 26 306 0 0 1 0 25 0 0 0 0 1 +269 1783791557558868000 REFRESH 34 0 0.75300156916455496 0.8356047700170357 1 12 1 12 0 0 347 44 421 3955336 56640 225.77970886230469 1.008 271.10980000000001 6720 4843 0 0 0.00023416409114389387 2.8994827383636923 576 281 64 1 16 5 1 2 2 6 1228800 245760 491520 491656 1497600 25 26 25 30 315 0 0 0 5 39 0 0 0 0 0 +270 1783791557916196100 REFRESH 9 0 0.75536010687389399 0.3594548551959113 2 6 2 6 0 0 679 53 412 3955322 56640 231.13523864746094 1.0081 297.82339999999999 13440 8700 0 0 0.00084064195437858239 0.84794300678403445 1728 917 64 1 16 4 2 2 2 6 983040 491520 491520 491642 1497600 25 26 35 39 287 0 0 2 4 47 0 0 0 0 0 +271 1783791558232035800 REFRESH 47 0 0.75263258368539454 0.8279386712095399 2 11 2 11 0 0 303 42 417 3955359 56640 217.09721374511719 1.0243 261.82600000000002 6720 4894 0 0 0.068787934381682569 1.4082378301417173 576 312 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 25 25 25 26 316 0 0 0 1 41 0 0 0 0 0 +272 1783791558591582400 REFRESH 31 0 0.75525421982716678 0.3594548551959113 2 6 2 6 0 0 973 95 416 3955349 56640 237.64889526367188 1.0042 297.48849999999999 13440 8638 0 0 0.035728935935382483 1.3322302656941445 1728 937 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 76 46 243 2 0 11 6 76 0 0 0 0 0 +273 1783791558971907200 REFRESH 33 0 0.75582819231118115 0.36712095400340705 1 7 1 7 0 0 1267 77 415 3955352 56640 252.97421264648438 1.0452999999999999 314.05040000000002 13440 8630 0 0 0.00023294165214766597 0.38821406897906902 1728 967 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 40 27 297 0 0 9 1 67 0 0 0 0 0 +274 1783791559350659500 REFRESH 25 0 0.75528231993849282 0.54684838160136284 2 8 2 8 0 0 1093 64 419 3955345 56640 241.8841552734375 1.0031000000000001 317.56259999999997 6720 4657 0 0 0.0037133317294834652 0.74577769507902991 960 485 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 37 25 35 37 285 6 0 2 9 47 0 0 0 0 0 +275 1783791559652442700 REFRESH 30 0 0.75345771614193247 0.4608177172061329 1 8 1 8 0 0 972 123 411 3955362 56640 240.84275817871094 1.2468999999999999 300.14800000000002 13440 9099 0 0 0.0013666657541232577 3.3863224852280185 1344 719 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 26 49 34 277 0 0 5 4 114 0 0 0 0 0 +276 1783791559971862200 REFRESH 4 0 0.7529232593362426 0.8356047700170357 1 12 1 12 0 0 158 17 427 3955367 56640 222.34828186035156 1.0068999999999999 268.97000000000003 6720 4911 0 0 0.02473600986554161 2.0923842007227069 576 323 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 25 25 25 26 326 0 0 1 4 12 0 0 0 0 0 +277 1783791560346529800 REFRESH 52 0 0.75761367948771752 0.36712095400340705 1 7 1 7 0 0 639 41 423 3955346 56640 225.83193969726562 1.0178 320.02659999999997 13440 8678 0 0 9.3941475748750359e-05 1.8292142620607277 1728 1022 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 41 64 267 1 0 3 6 31 0 0 0 0 0 +278 1783791560718759900 REFRESH 20 0 0.75607873519062041 0.45315161839863699 2 7 2 7 0 0 774 24 426 3955355 56640 221.42976379394531 1.0041 314.80509999999998 13440 9326 0 0 0.012195410250654825 0.40032460833526767 1344 710 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 25 63 56 257 1 1 1 0 21 0 0 0 0 0 +279 1783791561000439600 REFRESH 45 0 0.75362391411531304 0.45315161839863699 2 7 2 7 0 0 748 61 414 3955346 56640 223.83103942871094 1.0136000000000001 279.846 13440 9151 0 0 0.2309103244036371 1.4859222174523592 1344 697 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 30 26 307 0 0 0 2 59 0 0 0 0 0 +280 1783791561325263700 REFRESH 35 0 0.75293526064162142 0.8279386712095399 2 11 2 11 0 0 604 28 415 3955358 56640 226.33676147460938 1.0237000000000001 274.0428 6720 4919 0 0 0.13923655143617042 1.3720716616161321 576 300 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 25 26 25 26 313 0 0 1 0 27 0 0 0 0 0 +281 1783791561630892700 REFRESH 37 0 0.75486088319091449 0.8356047700170357 1 12 1 12 0 0 450 69 406 3955350 56640 217.08493041992188 1.1273 260.27539999999999 6720 4860 0 0 0.021507707792949103 1.3501538417012555 576 307 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 25 25 31 300 0 0 0 0 69 0 0 0 0 0 +282 1783791562023429100 REFRESH 6 0 0.76215543478420711 0.91396933560476989 3 11 3 11 0 0 316 16 425 3955379 56640 216.48588562011719 1.0032000000000001 255.96969999999999 6720 4902 0 0 0.072848642980534811 0.36645688673344556 192 78 64 1 16 5 1 2 2 6 1228800 245760 491520 491699 1497600 25 26 25 25 324 0 0 0 1 15 0 0 0 0 0 +283 1783791562339792200 REFRESH 22 0 0.76228464051307676 0.91396933560476989 3 11 3 11 0 0 326 31 413 3955348 56640 221.31301879882812 1.0269999999999999 266.31779999999998 6720 4914 0 0 0.011261877974393613 0.50386567527966963 192 88 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 25 26 25 25 312 0 0 0 2 29 0 0 0 0 0 +284 1783791562653533900 REFRESH 3 0 0.76111638404183823 0.64054514480408853 2 9 2 9 0 0 576 80 410 3955359 56640 215.37484741210938 1.0114000000000001 262.94569999999999 6720 4817 0 0 0.0050576980245461926 0.34031149153937412 576 269 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 29 26 40 29 286 0 0 2 4 74 0 0 0 0 0 +285 1783791562964381700 REFRESH 44 0 0.7557848853237723 0.36712095400340705 1 7 1 7 0 0 791 28 419 3955366 56640 216.8115234375 1.0221 308.78230000000002 13440 8657 0 0 0.058086188671880992 1.6339388773258507 1728 888 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 25 26 50 293 0 0 0 8 20 0 0 0 0 0 +286 1783791563234030700 REFRESH 8 0 0.77183057408135913 0.26575809199318562 2 5 2 5 0 0 1121 30 413 3955332 56640 218.53388977050781 1.0189999999999999 267.76170000000002 13440 8649 0 0 0.029879628220595384 1.0001863379870284 1728 903 64 1 16 4 2 2 2 6 983040 491520 491520 491652 1497600 25 25 27 27 309 0 0 1 1 28 0 0 0 0 0 +287 1783791563535471300 REFRESH 5 0 0.75354766629154135 0.8279386712095399 2 11 2 11 1 0 362 43 417 3955351 56640 214.90585327148438 0.999 254.8646 6720 4816 0 0 0.055953522037258827 0.96379156229703578 576 306 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 31 25 38 32 291 5 0 1 1 36 0 0 0 0 1 +288 1783791563920886800 REFRESH 57 0 0.75323831277055409 0.8279386712095399 2 11 2 11 0 0 648 58 406 3955348 56640 223.46342468261719 1.0129999999999999 269.4676 6720 4926 0 0 0.00065627065293087259 2.8399631554306781 576 271 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 26 25 28 302 0 1 0 0 57 0 0 0 0 0 +289 1783791564251324200 REFRESH 29 0 0.75338153915608574 0.8279386712095399 2 11 3 10 1 0 501 53 413 3955360 56640 235.35002136230469 1.0069999999999999 280.375 6720 4883 0 0 0.22779855238687863 1.0401540115559353 576 274 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 29 26 26 28 304 1 0 0 0 52 0 0 0 0 1 +290 1783791564522534400 REFRESH 38 0 0.79886364840597957 0.55451448040885853 1 9 1 9 0 0 791 85 405 3955356 56640 221.95916748046875 1.0038 269.30889999999999 13440 8772 0 0 0.10383783203814524 2.6893584652100051 1728 858 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 31 37 286 0 0 1 1 83 0 0 0 0 0 +291 1783791564857087000 REFRESH 48 0 0.75601204355787699 0.3594548551959113 2 6 2 6 0 0 958 26 415 3955345 56640 232.38041687011719 1.0059 332.54480000000001 13440 8689 0 0 0.01654425169193385 1.7117234142943663 1728 817 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 27 43 295 0 0 1 4 21 0 0 0 0 0 +292 1783791565224740600 REFRESH 40 0 0.7536938429929837 0.64821124361158422 1 10 1 10 0 0 865 47 418 3955364 56640 218.03826904296875 1.0524 306.84629999999999 6720 4655 0 0 0.083077089126711981 1.5472964947330925 960 456 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 30 25 29 55 279 1 0 2 3 41 0 0 0 0 0 +293 1783791565610803300 REFRESH 10 0 0.76095800103976818 0.64821124361158422 1 10 1 10 0 0 451 43 420 3955353 56640 230.97651672363281 1.0026999999999999 279.16269999999997 6720 4890 0 0 0.033765467539783239 3.6125366839537807 576 314 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 29 26 32 28 305 5 0 6 4 28 0 0 0 0 0 +294 1783791565943415900 REFRESH 32 0 0.75528935740359793 0.4608177172061329 1 8 1 8 0 0 977 72 418 3955348 56640 224.95333862304688 1.0082 277.06150000000002 13440 9166 0 0 0.00028753003989656975 1.3056719651908326 1344 692 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 35 32 300 1 0 3 2 66 0 0 0 0 0 +295 1783791566286482600 REFRESH 54 0 0.75465075663497339 0.4608177172061329 1 8 1 8 0 0 511 49 420 3955336 56640 228.49945068359375 1.0068999999999999 293.50029999999998 13440 9194 0 0 0.0031512039645909635 1.0974774062259145 1344 803 64 1 16 4 2 2 2 6 983040 491520 491520 491656 1497600 25 25 63 43 264 1 1 9 7 31 0 0 0 0 0 +296 1783791566608846200 REFRESH 36 0 0.7542214428564249 0.82027257240204421 3 10 3 10 0 0 570 60 415 3955347 56640 226.37773132324219 1.0004 268.25569999999999 6720 4814 0 0 0.11571595544508143 0.12554692697056585 576 307 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 34 26 28 42 285 2 0 1 0 57 0 0 0 0 0 +297 1783791566938859800 REFRESH 21 0 0.75749748078984114 0.56218057921635434 0 10 0 10 0 0 947 113 415 3955357 56640 222.04928588867188 1.1126 277.27640000000002 6720 4592 0 0 0 1.6513063453623715 960 503 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 30 26 30 29 300 6 0 3 1 103 0 0 0 0 0 +298 1783791567205691200 REFRESH 27 0 0.75171949872476262 0.93696763202725719 0 14 0 14 0 0 510 53 407 3955332 56640 222.16192626953125 1.0141 264.87049999999999 6720 4930 0 0 2.3216876104206766e-05 1.9706412945723013 576 297 64 1 16 5 1 2 2 6 1228800 245760 491520 491652 1497600 25 26 25 26 305 0 0 0 0 53 0 0 0 0 0 +299 1783791567523002900 REFRESH 18 0 0.76175223456976116 0.9293015332197615 1 13 1 13 0 0 231 22 411 3955343 56640 227.70994567871094 1.0034000000000001 272.98039999999997 6720 4869 0 0 0.0012195237599466719 2.3453457214549331 192 74 64 1 16 5 1 2 2 6 1228800 245760 491520 491663 1497600 25 25 25 25 311 0 1 0 0 21 0 0 0 0 0 +300 1783791567873312300 REFRESH 50 0 0.76136154614246943 0.64054514480408853 2 9 2 9 0 0 443 46 417 3955362 56640 238.43431091308594 1.1133 293.51159999999999 6720 4902 0 0 0.08683102588926872 2.3165491328247132 576 277 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 27 25 28 27 310 2 0 4 4 36 0 0 0 0 0 +301 1783791568205961100 REFRESH 51 0 0.7629691899626343 0.91396933560476989 3 11 3 11 0 0 343 40 410 3955370 56640 235.53024291992188 1.0037 281.13069999999999 6720 4905 0 0 0.059300175094750489 0.84720100109805685 192 83 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 25 25 25 29 306 0 0 0 0 40 0 0 0 0 0 +302 1783791568559678300 REFRESH 13 0 0.77149800314072403 0.27342419080068137 1 6 1 6 1 0 928 86 415 3955352 56640 229.72416687011719 1.0136000000000001 299.31369999999998 13440 8599 0 0 0.021012196094695127 0.6213562999877793 1728 914 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 33 33 298 1 0 3 6 76 0 0 0 0 1 +303 1783791568897726100 REFRESH 43 0 0.75398276097362904 0.8279386712095399 2 11 2 11 0 0 482 39 417 3955373 56640 236.97203063964844 1.0681 286.63240000000002 6720 4867 0 0 0.0064204350332748112 2.1554487849922941 576 269 64 1 16 5 1 2 2 6 1228800 245760 491520 491693 1497600 25 26 25 26 315 0 0 1 2 36 0 0 0 0 0 +304 1783791571063964800 DEPTH 42 1 0.94644805272842469 0 0 4 0 4 1 0 2088 155 2589 23664839 81600 1395.7570648193359 6.2566999999999995 2105.8807999999999 120960 60056 1 1 0 0.018173912062046049 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 150 150 328 984 977 15 0 0 0 139 0 0 0 0 2 +305 1783791573215491800 DEPTH 17 1 0.76463422545081638 0.28109028960817717 0 7 0 7 1 0 1181 137 2580 23733034 147840 1352.1726684570312 6.8212000000000002 2093.9229 80640 42818 1 0 0 0.35082062099659489 2112 1142 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950952 8985600 150 156 156 162 1956 3 3 3 9 119 0 0 0 0 1 +306 1783791575254142900 DEPTH 56 1 0.76461587022565747 0.26575809199318562 2 5 2 5 0 0 1643 152 2553 23733094 147840 1335.2870025634766 6.5726000000000004 1978.8252 80640 42556 1 0 0.046640050987219968 0.5128100694303207 2112 1080 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951013 8985600 150 150 210 216 1827 2 0 5 7 138 0 0 0 0 0 +307 1783791577050680800 DEPTH 14 1 0.75402184450316101 0.65587734241908002 0 11 0 11 0 0 546 200 2532 23733019 147840 1308.759033203125 6.0847000000000007 1747.0813000000001 40320 23572 1 0 1.622703203551702e-05 0.84273806458718525 960 521 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950936 8985600 156 150 156 160 1910 2 4 5 5 184 0 0 0 0 0 +308 1783791578856545100 DEPTH 23 1 0.75165261404930028 0.92163543441226559 2 12 2 12 1 0 460 106 2561 23733060 147840 1294.7385101318359 6.4314 1674.2913000000001 40320 22829 1 0 0.055455772993155746 0.96813839373156219 576 265 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950976 8985600 150 156 150 167 1938 0 0 0 4 102 0 0 0 0 1 +309 1783791580512042000 DEPTH 15 1 0.75142489672989399 0.91396933560476989 3 11 3 11 0 0 252 69 2514 23732997 147840 1330.0072631835938 6.0366 1601.3522 40320 22823 1 0 0.13215737202774189 0.95319511763653475 576 290 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950914 8985600 150 150 150 150 1914 5 1 1 2 60 0 0 0 0 0 +310 1783791582336728400 DEPTH 58 1 0.75146777408014165 0.92163543441226559 2 12 2 12 1 0 348 92 2559 23733106 147840 1341.5897521972656 6.5228000000000002 1729.1795 40320 22995 1 0 0.0076636105675829576 2.5667759643308892 576 298 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951024 8985600 150 150 150 150 1959 0 2 1 1 88 0 0 0 0 2 +311 1783791584064998800 DEPTH 12 1 0.75148616522838552 0.63287904599659284 3 8 3 8 0 0 703 155 2528 23732999 147840 1308.9382476806641 6.1173999999999991 1581.6973 40320 23743 1 0 0.0015276581021753017 0.97823052614698447 960 449 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950917 8985600 155 150 156 157 1910 1 0 2 6 146 0 0 0 0 0 +312 1783791585687918600 DEPTH 29 1 0.77411681308836644 0.82027257240204421 3 10 3 10 0 0 512 99 2563 23733003 147840 1299.3127746582031 6.0036000000000005 1555.5066999999999 40320 23429 1 0 0.22779855238687863 1.0401540115559353 960 474 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950920 8985600 162 156 150 150 1945 7 0 4 6 82 0 0 0 0 0 +313 1783791587717481600 DEPTH 42 1 0.78238826125926553 0 0 4 0 4 1 0 2167 133 2584 23676320 92160 1304.2228698730469 6.5213000000000001 1965.1691000000001 100800 36481 1 1 0 0.018166386496691389 4096 2048 384 12 96 4 2 3 3 4 5898240 3686400 4423680 4426399 5241600 150 150 262 984 1038 19 0 1 0 112 0 0 0 0 1 +314 1783791589460562100 DEPTH 8 1 0.76542838034795058 0.26575809199318562 2 5 2 5 0 0 1163 131 2552 23733011 147840 1308.2603607177734 6.2033000000000005 1741.8721 80640 42889 1 0 0.029879628220595384 1.0001863379870284 2112 1127 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950929 8985600 150 150 159 154 1939 0 0 1 3 127 0 0 0 0 0 +315 1783791591124573600 DEPTH 38 1 0.78643847992328286 0.55451448040885853 1 9 1 9 0 0 847 167 2520 23733099 147840 1333.4702301025391 6.0458999999999996 1662.6918000000001 80640 42888 1 0 0.10383783203814524 2.6893584652100051 2112 1086 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951014 8985600 150 156 156 169 1889 0 0 5 11 151 0 0 0 0 0 +316 1783791592950157200 DEPTH 3 1 0.75219118058639145 0.64054514480408853 2 9 2 9 0 0 586 128 2544 23733120 147840 1281.4368438720703 6.0099999999999998 1761.0440000000001 40320 23478 1 1 0.0050576980245461926 0.34031149153937412 960 478 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951036 8985600 150 156 169 168 1901 9 0 9 10 99 0 0 0 0 0 +317 1783791594742712800 DEPTH 22 1 0.75200716297179715 0.91396933560476989 3 11 3 11 1 0 339 130 2549 23733081 147840 1380.3007965087891 6.0994000000000002 1682.2831000000001 40320 22608 1 0 0.011175295070335413 0.48527856153633292 576 280 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950995 8985600 150 150 150 150 1949 1 0 0 3 126 0 0 0 0 1 +318 1783791596551389700 DEPTH 6 1 0.75197514529848897 0.91396933560476989 3 11 3 11 1 0 322 81 2553 23733105 147840 1367.3287506103516 6.2675999999999998 1689.6273000000001 40320 23087 1 0 0.072288152349572699 0.34701723533367151 576 249 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951019 8985600 150 155 150 150 1948 0 0 0 1 80 0 0 0 0 1 +319 1783791598401116800 DEPTH 39 1 0.75181325800463794 0.63287904599659284 3 8 3 8 0 0 581 98 2573 23733033 147840 1299.0374603271484 6.0030999999999999 1795.4313 40320 23412 1 0 0.033915050234405199 0.89795211255192564 960 498 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950953 8985600 167 150 228 150 1878 17 0 17 7 57 0 0 0 0 0 +320 1783791600311374200 DEPTH 42 1 0.75831895550931239 0 0 4 0 4 1 0 2231 121 2581 23676389 93120 1292.4325256347656 6.1093000000000002 1908.5902000000001 100800 30913 1 1 6.3456598957313718e-09 0.01019903647888146 4096 2048 384 12 96 4 2 3 3 4 5898240 3686400 4423680 4426466 5241600 150 150 298 1007 976 23 0 0 0 97 0 0 0 0 3 +321 1783791602016993400 DEPTH 10 1 0.75189447636748441 0.64821124361158422 1 10 1 10 0 0 505 145 2547 23733036 147840 1296.6686859130859 5.9899000000000004 1586.3059000000001 40320 23383 1 0 0.033765467539783239 3.6125366839537807 960 531 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950955 8985600 165 156 175 158 1893 16 0 22 16 91 0 0 0 0 0 +322 1783791603923200900 DEPTH 52 1 0.75174986814681299 0.36712095400340705 1 7 1 7 0 0 669 83 2557 23733034 147840 1288.9159545898438 6.0069000000000008 1836.4545000000001 80640 42642 1 0 9.3941475748750359e-05 1.8292142620607277 2112 1251 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950952 8985600 150 156 199 286 1766 1 0 6 6 70 0 0 0 0 0 +323 1783791605894245400 DEPTH 53 1 0.75161764294693256 0.37478705281090291 0 8 0 8 0 0 1161 201 2515 23733015 147840 1298.8784637451172 6.3532000000000011 1887.4247 80640 42226 1 1 3.9256012599737908e-05 0.28559182276312889 2112 1224 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950933 8985600 150 156 162 156 1891 5 1 6 2 186 0 0 0 0 0 +324 1783791607875720300 DEPTH 11 1 0.75099444357999823 0.37478705281090291 0 8 0 8 1 0 677 103 2565 23733017 147840 1289.0452423095703 6.3206999999999995 1909.2104999999999 80640 42811 1 0 0 0.99687484413845062 2112 1326 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950935 8985600 150 150 150 193 1922 4 4 0 4 91 0 0 0 0 3 +325 1783791609967714600 DEPTH 46 1 0.7505416057640264 0.37478705281090291 0 8 0 8 0 0 1648 74 2561 23733081 147840 1299.4672698974609 6.2888999999999999 1932.8984 80640 43024 1 0 0 0.73975829005676785 2112 912 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950999 8985600 150 150 164 156 1941 0 0 2 3 69 0 0 0 0 0 +326 1783791611879421800 DEPTH 33 1 0.75043348057261983 0.36712095400340705 1 7 1 7 0 0 1309 151 2530 23733078 147840 1333.7089080810547 6.0514000000000001 1840.1424999999999 80640 42764 1 0 0.00023294165214766597 0.38821406897906902 2112 1206 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950996 8985600 150 161 180 165 1874 1 0 9 1 140 0 0 0 0 0 +327 1783791613834139500 DEPTH 9 1 0.75015772946923387 0.3594548551959113 2 6 2 6 0 0 704 78 2551 23733047 147840 1297.2656707763672 6.3321000000000005 1895.9677999999999 80640 42916 1 0 0.00084064195437858239 0.84794300678403445 2112 1136 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950966 8985600 150 150 186 210 1855 1 0 9 3 65 0 0 0 0 0 +328 1783791615742205300 DEPTH 13 1 0.76515090100839589 0.27342419080068137 1 6 1 6 1 0 971 158 2555 23733119 147840 1293.4932403564453 6.2511000000000001 1834.6560999999999 80640 42769 1 0 0.020987993032565287 0.62660479193559504 2112 1138 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951039 8985600 150 155 152 167 1931 2 0 21 17 118 0 0 0 0 1 +329 1783791617659951500 DEPTH 42 1 0.77452229700521846 0 0 4 0 4 1 0 2301 119 2586 23687833 103680 1289.512939453125 6.134500000000001 1916.0926999999999 80640 14745 1 0 0 0.015672768904570707 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426392 5990400 150 150 150 1166 970 12 0 0 0 107 0 0 0 0 1 +330 1783791619307346400 DEPTH 51 1 0.75242675446464946 0.91396933560476989 3 11 3 11 1 0 349 79 2568 23733093 147840 1301.0750579833984 6.0680000000000005 1592.8607999999999 40320 22847 1 0 0.076279735497468096 0.4376856054936718 576 287 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951010 8985600 150 150 150 158 1960 0 0 0 9 70 0 0 0 0 4 +331 1783791621054541100 DEPTH 50 1 0.75238544862415735 0.64054514480408853 2 9 2 9 1 0 473 131 2572 23733081 147840 1291.0591888427734 6.0106999999999999 1687.8361 40320 23358 1 0 0.061518444399238342 2.0460364460936478 960 480 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951000 8985600 158 150 157 150 1957 18 0 21 12 80 0 0 0 0 1 +332 1783791622774086800 DEPTH 18 1 0.75149646361105671 0.9293015332197615 1 13 1 13 1 0 265 166 2505 23733067 147840 1309.5567321777344 6.6108000000000011 1663.0509 40320 22925 1 0 0.0012569916261272248 1.8637555132242398 576 234 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950986 8985600 150 150 150 150 1905 0 1 0 0 165 0 0 0 0 1 +333 1783791624764724200 DEPTH 44 1 0.75021519150241422 0.36712095400340705 1 7 1 7 0 0 833 103 2574 23733033 147840 1298.8870391845703 6.1028000000000002 1915.7463 80640 42590 1 0 0.058086188671880992 1.6339388773258507 2112 1105 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950951 8985600 150 150 156 231 1887 0 0 4 3 96 0 0 0 0 0 +334 1783791626717135600 DEPTH 48 1 0.75024218805363296 0.3594548551959113 2 6 2 6 0 0 979 99 2618 23733035 147840 1295.56689453125 6.2555999999999994 1869.7157 80640 42684 1 0 0.01654425169193385 1.7117234142943663 2112 1003 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950952 8985600 150 150 150 150 2018 2 0 4 0 93 0 0 0 0 0 +335 1783791628655476200 DEPTH 31 1 0.75027808667643381 0.3594548551959113 2 6 2 6 1 0 1000 91 2565 23733053 147840 1293.5242004394531 6.1890000000000001 1857.3030000000001 80640 42980 1 0 0.03563315390945998 1.0424632346471612 2112 1160 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950970 8985600 150 150 242 193 1830 4 0 2 3 82 0 0 0 0 1 +336 1783791628976498800 REFRESH 23 0 0.74266596147802222 0.92163543441226559 2 12 2 12 0 0 474 33 419 3955352 56640 222.79270935058594 0.99480000000000002 262.74779999999998 6720 4893 0 0 0.055455772993155746 0.96813839373156219 640 294 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 26 25 40 303 0 0 0 2 31 0 0 0 0 0 +337 1783791629244092900 REFRESH 10 0 0.65343226714690683 0.64821124361158422 1 10 1 10 0 0 515 32 420 3955350 56640 222.84800720214844 0.99539999999999995 265.91410000000002 6720 4576 0 0 0.033765467539783239 3.6125366839537807 1024 565 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 32 26 38 33 291 1 0 3 5 23 0 0 0 0 0 +338 1783791629588558500 REFRESH 25 0 0.74882763460951396 0.54684838160136284 2 8 2 8 0 0 1138 90 418 3955355 56640 225.82989501953125 0.99139999999999995 287.52949999999998 6720 4623 0 0 0.0037133317294834652 0.74577769507902991 1024 517 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 42 25 36 37 278 8 0 0 5 77 0 0 0 0 0 +339 1783791629866819000 REFRESH 8 0 0.75943491386957185 0.26575809199318562 2 5 2 5 0 0 1172 26 412 3955349 56640 229.18170166015625 1.0062 276.67360000000002 13440 8111 0 0 0.029879628220595384 1.0001863379870284 2176 1161 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 27 30 305 0 0 0 0 26 0 0 0 0 0 +340 1783791630218499400 REFRESH 38 0 0.77513112274887985 0.55451448040885853 1 9 1 9 0 0 889 68 412 3955351 56640 232.84941101074219 1.0621 280.13670000000002 13440 8594 0 0 0.10383783203814524 2.6893584652100051 2176 1118 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 33 41 287 0 0 1 1 66 0 0 0 0 0 +341 1783791630549836200 REFRESH 11 0 0.66479389540433598 0.37478705281090291 0 8 0 8 0 0 690 43 414 3955357 56640 236.653564453125 1.0014000000000001 329.7038 13440 8962 0 0 0 0.99687484413845062 2176 1358 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 58 57 248 0 0 1 6 36 0 0 0 0 0 +342 1783791630938171400 REFRESH 56 0 0.75907448304573855 0.26575809199318562 2 5 2 5 0 0 1692 90 412 3955372 56640 233.9287109375 1.0322 317.4006 13440 8641 0 0 0.046640050987219968 0.5128100694303207 2176 1114 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 25 56 52 254 0 0 15 9 66 0 0 0 0 0 +343 1783791631225809500 REFRESH 31 0 0.57395445452325233 0.3594548551959113 2 6 2 6 0 0 1027 58 416 3955386 56640 227.89631652832031 1.0062 285.96390000000002 13440 8563 0 0 0.03563315390945998 1.0424632346471612 2176 1193 64 1 16 4 2 2 2 6 983040 491520 491520 491705 1497600 25 26 72 44 249 0 0 6 0 52 0 0 0 0 0 +344 1783791631554811200 REFRESH 15 0 0.7425857146944137 0.91396933560476989 3 11 3 11 0 0 252 17 415 3955365 56640 224.21522521972656 1.0086999999999999 266.19459999999998 6720 4899 0 0 0.13215737202774189 0.95319511763653475 640 320 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 26 25 31 308 1 0 0 1 15 0 0 0 0 0 +345 1783791631889248500 REFRESH 16 0 0.7506344686730515 0.3594548551959113 2 6 2 6 0 0 1102 21 415 3955370 56640 223.55865478515625 1.0057 270.45269999999999 13440 8562 0 0 0.0081371797400521043 0.78472605386165473 1792 968 64 1 16 4 2 2 2 6 983040 491520 491520 491690 1497600 25 25 39 27 299 0 0 0 0 21 0 0 0 0 0 +346 1783791632323490700 REFRESH 37 0 0.74713197837863687 0.8356047700170357 1 12 1 12 0 0 476 55 416 3955345 56640 223.75321960449219 1.0063 266.46530000000001 6720 4862 0 0 0.021507707792949103 1.3501538417012555 640 342 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 25 25 33 308 0 0 0 0 55 0 0 0 0 0 +347 1783791632640053800 REFRESH 44 0 0.63389552715350006 0.36712095400340705 1 7 1 7 0 0 841 17 424 3955341 56640 223.72146606445312 1.0037 314.6891 13440 8395 0 0 0.058086188671880992 1.6339388773258507 2176 1137 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 25 27 55 292 0 0 1 4 12 0 0 0 0 0 +348 1783791632967262800 REFRESH 5 0 0.74580606584619258 0.8279386712095399 2 11 2 11 0 0 370 34 421 3955339 56640 220.45500183105469 0.99519999999999997 260.08699999999999 6720 4931 0 0 0.055953522037258827 0.96379156229703578 640 340 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 33 25 42 36 285 5 0 1 1 27 0 0 0 0 0 +349 1783791633293592900 REFRESH 42 0 0.88110180032445973 0 0 4 0 4 0 0 2328 48 426 3947746 55680 224.3399658203125 1.0145 324.79820000000001 13440 8043 0 0 0 0.015672768904570707 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 29 25 25 194 153 5 0 0 15 28 0 0 0 0 0 +350 1783791633611087100 REFRESH 47 0 0.74568749268788814 0.8279386712095399 2 11 2 11 0 0 320 43 414 3955337 56640 224.63078308105469 1.0166999999999999 265.2466 6720 4893 0 0 0.068787934381682569 1.4082378301417173 640 349 64 1 16 5 1 2 2 6 1228800 245760 491520 491655 1497600 25 25 25 28 311 0 0 0 0 43 0 0 0 0 0 +351 1783791633951222400 REFRESH 12 0 0.74396285222629843 0.63287904599659284 3 8 3 8 0 0 706 22 413 3955333 56640 221.72262573242188 1.0064 268.1028 6720 4565 0 0 0.0015276581021753017 0.97823052614698447 1024 479 64 1 16 5 1 2 2 6 1228800 245760 491520 491653 1497600 29 26 29 31 298 1 0 0 2 19 0 0 0 0 0 +352 1783791634289275100 REFRESH 2 0 0.74831474131755316 0.45315161839863699 2 7 2 7 0 0 909 31 419 3955337 56640 223.11322021484375 1.0015000000000001 280.7527 13440 9186 0 0 0.27768796280696073 2.131664922996019 1408 669 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 25 33 34 302 0 0 0 3 28 0 0 0 0 0 +353 1783791634620681600 REFRESH 3 0 0.74448800656602176 0.64054514480408853 2 9 2 9 0 0 615 66 409 3955346 56640 221.22393798828125 1.0236000000000001 278.82330000000002 6720 4542 0 0 0.0050576980245461926 0.34031149153937412 1024 509 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 32 26 56 38 257 1 0 10 6 49 0 0 0 0 0 +354 1783791634952954400 REFRESH 30 0 0.74838711009526593 0.4608177172061329 1 8 1 8 0 0 1030 94 405 3955357 56640 222.76710510253906 1.0114000000000001 276.65699999999998 13440 9155 0 0 0.0013666657541232577 3.3863224852280185 1408 756 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 47 33 274 0 0 5 0 89 0 0 0 0 0 +355 1783791635240053800 REFRESH 9 0 0.74431145860344228 0.3594548551959113 2 6 2 6 0 0 717 45 418 3955340 56640 223.36819458007812 1.0032000000000001 285.51560000000001 13440 8585 0 0 0.00084064195437858239 0.84794300678403445 2176 1172 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 27 35 44 287 0 0 1 6 38 0 0 0 0 0 +356 1783791635566404000 REFRESH 0 0 0.74678873409002877 0.8356047700170357 1 12 1 12 0 0 335 31 420 3955348 56640 221.822021484375 0.99260000000000004 263.33190000000002 6720 4946 0 0 0.006234877723949245 1.9775633454546993 640 364 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 26 25 38 306 1 0 1 3 26 0 0 0 0 0 +357 1783791635893612400 REFRESH 48 0 0.72422781254792168 0.3594548551959113 2 6 2 6 0 0 984 26 416 3955336 56640 222.74765014648438 1.0207999999999999 325.19080000000002 13440 8752 0 0 0.01654425169193385 1.7117234142943663 2176 1032 64 1 16 4 2 2 2 6 983040 491520 491520 491655 1497600 25 25 27 36 303 0 0 1 2 23 0 0 0 0 0 +358 1783791636163853900 REFRESH 18 0 0.74295086867380888 0.9293015332197615 1 13 1 13 0 0 265 11 410 3955365 56640 225.00146484375 1.0529999999999999 268.96940000000001 6720 4856 0 0 0.0012569916261272248 1.8637555132242398 640 261 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 25 25 25 25 310 0 0 0 0 11 0 0 0 0 0 +359 1783791636506625700 REFRESH 14 0 0.74669222875914087 0.65587734241908002 0 11 0 11 0 0 580 59 416 3955362 56640 225.15711975097656 1.0019 272.96699999999998 6720 4583 0 0 1.622703203551702e-05 0.84273806458718525 1024 552 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 26 25 26 29 310 0 0 0 0 59 0 0 0 0 0 +360 1783791636825500800 REFRESH 58 0 0.74330317085168796 0.92163543441226559 2 12 2 12 0 0 352 34 418 3955323 56640 223.58015441894531 1.006 263.47919999999999 6720 4919 0 0 0.0076636105675829576 2.5667759643308892 640 327 64 1 16 5 1 2 2 6 1228800 245760 491520 491643 1497600 25 25 25 26 317 0 0 0 0 34 0 0 0 0 0 +361 1783791637138995800 REFRESH 7 0 0.74617198154225328 0.8356047700170357 1 12 1 12 0 0 457 36 409 3955351 56640 223.76345825195312 0.99729999999999996 264.94839999999999 6720 4884 0 0 4.3283195850332966e-05 1.5341969320716349 640 318 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 26 25 28 305 0 0 1 0 35 0 0 0 0 0 +362 1783791637456139900 REFRESH 22 0 0.74352414056503957 0.91396933560476989 3 11 3 11 0 0 341 30 413 3955338 56640 223.40425109863281 1.0065999999999999 265.9504 6720 4934 0 0 0.011175295070335413 0.48527856153633292 640 311 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 25 25 25 313 0 0 0 0 30 0 0 0 0 0 +363 1783791637789637600 REFRESH 55 0 0.74636792250253792 0.8279386712095399 2 11 2 11 0 0 496 31 407 3955350 56640 224.10765075683594 1.0072000000000001 265.57960000000003 6720 4968 0 0 0.068991051941812459 0.94012883186839502 640 283 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 29 26 30 28 294 0 0 0 1 30 0 0 0 0 0 +364 1783791638170383500 REFRESH 36 0 0.74665827907667948 0.82027257240204421 3 10 3 10 0 0 613 73 414 3955354 56640 223.25479125976562 0.99250000000000005 264.5874 6720 4833 0 0 0.11571595544508143 0.12554692697056585 640 339 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 31 26 26 39 292 1 0 4 0 68 0 0 0 0 0 +365 1783791638439663900 REFRESH 51 0 0.74412026587819735 0.91396933560476989 3 11 3 11 0 0 359 31 413 3955373 56640 222.51315307617188 1.0115000000000001 267.7774 6720 4929 0 0 0.076279735497468096 0.4376856054936718 640 316 64 1 16 5 1 2 2 6 1228800 245760 491520 491693 1497600 25 25 25 34 304 0 0 1 3 27 0 0 0 0 0 +366 1783791638761485700 REFRESH 29 0 0.78210130216834206 0.82027257240204421 3 10 3 10 1 0 534 51 422 3955336 56640 223.29446411132812 1.0021 267.02609999999999 6720 4558 0 0 0.22779852191775379 1.0401557841826667 1024 501 64 1 16 5 1 2 2 6 1228800 245760 491520 491655 1497600 28 26 25 26 317 3 0 0 1 47 0 0 0 0 1 +367 1783791639135612100 REFRESH 20 0 0.75109962453591084 0.45315161839863699 2 7 2 7 0 0 784 18 424 3955364 56640 221.95301818847656 1.0049999999999999 310.45850000000002 13440 9092 0 0 0.012195410250654825 0.40032460833526767 1408 742 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 77 64 233 2 0 2 0 14 0 0 0 0 0 +368 1783791639464056100 REFRESH 6 0 0.74368633579885124 0.91396933560476989 3 11 3 11 0 0 322 18 421 3955353 56640 222.58790588378906 1.0103 269.68349999999998 6720 4875 0 0 0.072288152349572699 0.34701723533367151 640 276 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 25 320 0 0 0 1 17 0 0 0 0 0 +369 1783791639778080100 REFRESH 4 0 0.74647846732675172 0.8356047700170357 1 12 1 12 0 0 160 14 431 3955359 56640 223.18899536132812 1.0109999999999999 263.79450000000003 6720 4838 0 0 0.02473600986554161 2.0923842007227069 640 358 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 25 25 25 26 330 1 0 1 2 10 0 0 0 0 0 +370 1783791640157416400 REFRESH 33 0 0.74509591989690804 0.36712095400340705 1 7 1 7 0 0 1379 102 412 3955368 56640 224.12287902832031 1.0056 281.41210000000001 13440 8521 0 0 0.00023294165214766597 0.38821406897906902 2176 1239 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 26 47 27 287 0 0 6 0 96 0 0 0 0 0 +371 1783791640515345700 REFRESH 52 0 0.74644496713974062 0.36712095400340705 1 7 1 7 0 0 679 25 421 3955357 56640 222.08204650878906 0.997 304.47570000000002 13440 8635 0 0 9.3941475748750359e-05 1.8292142620607277 2176 1290 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 41 80 249 0 0 0 4 21 0 0 0 0 0 +372 1783791640852126100 REFRESH 39 0 0.7447408360044514 0.63287904599659284 3 8 3 8 0 0 623 70 423 3955360 56640 223.79519653320312 1.1105 283.27719999999999 6720 4577 0 0 0.033915050234405199 0.89795211255192564 1024 533 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 36 25 53 25 284 6 0 4 2 58 0 0 0 0 0 +373 1783791641212877600 REFRESH 54 0 0.74939966355704868 0.4608177172061329 1 8 1 8 0 0 522 28 419 3955345 56640 223.34771728515625 1.0008999999999999 294.166 13440 9033 0 0 0.0031512039645909635 1.0974774062259145 1408 840 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 53 42 274 0 0 1 4 23 0 0 0 0 0 +374 1783791641550363700 REFRESH 53 0 0.74639257529618153 0.37478705281090291 0 8 0 8 0 0 1227 111 407 3955367 56640 223.69485473632812 0.99750000000000005 275.86509999999998 13440 8237 0 0 3.9256012599737908e-05 0.28559182276312889 2176 1254 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 26 34 27 295 0 0 0 1 110 0 0 0 0 0 +375 1783791641899228900 REFRESH 13 0 0.76059022582624902 0.27342419080068137 1 6 1 6 0 0 1031 96 410 3955344 56640 221.96336364746094 1.0067999999999999 285.77499999999998 13440 8651 0 0 0.020987993032565287 0.62660479193559504 2176 1170 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 26 37 38 284 1 0 4 7 84 0 0 0 0 0 +376 1783791642217213500 REFRESH 43 0 0.74662590496699499 0.8279386712095399 2 11 2 11 0 0 488 27 418 3955360 56640 224.24678039550781 1.0366 266.76729999999998 6720 4824 0 0 0.0064204350332748112 2.1554487849922941 640 301 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 25 26 25 26 316 1 0 1 3 22 0 0 0 0 0 +377 1783791642591682500 REFRESH 1 0 0.75174420268712316 0.36712095400340705 1 7 1 7 0 0 1036 90 416 3955341 56640 222.561279296875 0.99970000000000003 296.3605 13440 8640 0 0 0.033498790971522759 2.1769451087173866 1792 940 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 27 32 36 296 0 0 3 2 85 0 0 0 0 0 +378 1783791642860123500 REFRESH 50 0 0.74534425449028086 0.64054514480408853 2 9 2 9 0 0 486 36 419 3955374 56640 222.02265930175781 0.99650000000000005 266.80160000000001 6720 4575 0 0 0.061518444399238342 2.0460364460936478 1024 511 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 29 25 31 31 303 1 0 2 4 29 0 0 0 0 0 +379 1783791643186689700 REFRESH 57 0 0.74665911215400005 0.8279386712095399 2 11 2 11 1 0 663 43 409 3955365 56640 223.23916625976562 1.0164 271.89150000000001 6720 4865 0 0 0.00065616391086410579 2.3306447531594583 640 301 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 26 25 28 305 0 0 0 0 43 0 0 0 0 1 +380 1783791643509229000 REFRESH 27 0 0.74466217727950546 0.93696763202725719 0 14 0 14 0 0 523 46 412 3955353 56640 223.30487060546875 1.004 265.09609999999998 6720 4908 0 0 2.3216876104206766e-05 1.9706412945723013 640 328 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 26 310 0 0 0 0 46 0 0 0 0 0 +381 1783791643827050200 REFRESH 35 0 0.74678137751685836 0.8279386712095399 2 11 2 11 0 0 606 36 409 3955353 56640 223.37638854980469 1.0307999999999999 266.14699999999999 6720 4843 0 0 0.13923655143617042 1.3720716616161321 640 331 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 26 307 0 0 0 1 35 0 0 0 0 0 +382 1783791644205976300 REFRESH 49 0 0.74767688941671728 0.82027257240204421 3 10 3 10 0 0 530 58 411 3955342 56640 222.37286376953125 1.0075000000000001 267.47570000000002 6720 4950 0 0 0.017341558934682082 0.73330536813629654 640 316 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 27 26 37 27 294 3 0 2 1 52 0 0 0 0 0 +383 1783791644537449300 REFRESH 45 0 0.74941581979754002 0.45315161839863699 2 7 2 7 0 0 796 78 412 3955380 56640 223.66822814941406 1.0024 278.19099999999997 13440 9151 0 0 0.2309103244036371 1.4859222174523592 1408 734 64 1 16 4 2 2 2 6 983040 491520 491520 491700 1497600 25 27 34 29 297 0 0 0 3 75 0 0 0 0 0 +384 1783791644882463100 REFRESH 21 0 0.75164505287924988 0.56218057921635434 0 10 0 10 0 0 995 95 415 3955380 56640 223.11117553710938 1.0044 285.09730000000002 6720 4579 0 0 0 1.6513063453623715 1024 539 64 1 16 5 1 2 2 6 1228800 245760 491520 491700 1497600 31 26 30 29 299 4 0 2 6 83 0 0 0 0 0 +385 1783791645268937700 REFRESH 17 0 0.76056812504544757 0.28109028960817717 0 7 0 7 1 0 1206 55 416 3955350 56640 223.17465209960938 0.99619999999999997 320.33749999999998 13440 8580 0 0 0 0.27437656576713393 2176 1173 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 36 34 295 0 0 1 4 50 0 0 0 0 1 +386 1783791645587806200 REFRESH 28 0 0.74735026932604343 0.8356047700170357 1 12 1 12 0 0 364 40 407 3955351 56640 224.55091857910156 1.0448 273.25889999999998 6720 4881 0 0 0.0024429387246206629 3.2391561843663608 640 305 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 25 25 26 306 0 0 0 1 39 0 0 0 0 0 +387 1783791645968823400 REFRESH 26 0 0.74869882787551756 0.8356047700170357 1 12 1 12 1 0 367 62 420 3955329 56640 223.72454833984375 1.0107999999999999 266.90390000000002 6720 4906 0 0 0.0083341747302065651 1.6562849080799076 640 302 64 1 16 5 1 2 2 6 1228800 245760 491520 491648 1497600 25 26 25 25 319 1 0 1 0 60 0 0 0 0 1 +388 1783791646296107500 REFRESH 32 0 0.75053489915891813 0.4608177172061329 1 8 1 8 0 0 1018 71 414 3955358 56640 223.37330627441406 1.0185999999999999 272.30119999999999 13440 9146 0 0 0.00028753003989656975 1.3056719651908326 1408 731 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 26 36 32 295 0 0 2 8 61 0 0 0 0 0 +389 1783791646610401200 REFRESH 19 0 0.74753488551458336 0.8279386712095399 2 11 2 11 0 0 421 47 412 3955366 56640 223.23507690429688 0.99809999999999999 265.5967 6720 4835 0 0 0.059433447338858247 0.64972261280099719 640 347 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 27 25 28 26 306 2 0 0 0 45 0 0 0 0 0 +390 1783791646955651400 REFRESH 34 0 0.7476225714623157 0.8356047700170357 1 12 1 12 0 0 358 29 422 3955367 56640 222.48675537109375 1.0046999999999999 264.7208 6720 4888 0 0 0.00023416409114389387 2.8994827383636923 640 313 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 25 25 25 29 318 0 0 0 4 25 0 0 0 0 0 +391 1783791647325647100 REFRESH 46 0 0.74591507096875764 0.37478705281090291 0 8 0 8 0 0 1660 38 415 3955350 56640 224.55194091796875 1.0076000000000001 305.92750000000001 13440 8418 0 0 0 0.73975829005676785 2176 940 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 25 41 41 283 0 0 1 4 33 0 0 0 0 0 +392 1783791647680778900 REFRESH 40 0 0.74816191509485508 0.64821124361158422 1 10 1 10 0 0 875 31 413 3955360 56640 221.38470458984375 0.99560000000000004 306.56369999999998 6720 4589 0 0 0.083077089126711981 1.5472964947330925 1024 489 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 30 25 30 48 280 2 0 3 2 24 0 0 0 0 0 +393 1783791648018892200 REFRESH 41 0 0.75085546520476298 0.55451448040885853 1 9 1 9 0 0 636 58 417 3955350 56640 220.49484252929688 1.0679000000000001 289.4973 6720 4636 0 0 0.00047546691312138533 1.497358551665477 1024 557 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 30 26 31 36 294 4 0 4 4 46 0 0 0 0 0 +394 1783791648331204800 REFRESH 24 0 0.75260102031340192 1 4 11 4 11 0 0 373 22 408 3955345 56640 224.48538208007812 1.0049999999999999 268.4006 6720 4881 0 0 0.035863626369198924 1.8983579731516298 256 107 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 25 25 26 307 0 0 0 0 22 0 0 0 0 0 +395 1783791650261000400 DEPTH 42 1 0.92842671841894742 0 0 4 0 4 1 0 2405 143 2581 23687892 103680 1301.0974884033203 6.1308999999999996 1883.0229999999999 80640 39788 1 0 0 0.015115749930370955 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426448 5990400 159 150 150 700 1422 21 0 0 0 122 0 0 0 0 1 +396 1783791651991624200 DEPTH 29 1 0.77043900632411966 0.82027257240204421 3 10 3 10 0 0 555 85 2575 23733012 147840 1338.9731903076172 6.3763000000000005 1676.6774 73920 40026 1 0 0.22779852191775379 1.0401557841826667 1408 710 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950931 8985600 157 158 150 155 1955 4 1 5 0 75 0 0 0 0 0 +397 1783791653740051200 DEPTH 38 1 0.76580620174301295 0.55451448040885853 1 9 1 9 0 0 910 102 2542 23733080 147840 1291.7003326416016 6.9271999999999991 1703.0107 80640 41558 1 0 0.10383783203814524 2.6893584652100051 2560 1324 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950997 8985600 150 156 152 158 1926 0 0 9 6 87 0 0 0 0 0 +398 1783791655545418800 DEPTH 8 1 0.7549562576899157 0.26575809199318562 2 5 2 5 0 0 1225 153 2549 23725381 140160 1305.5344543457031 6.3436000000000003 1754.662 80640 40289 1 0 0.029879628220595384 1.0001863379870284 2560 1382 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950977 8486400 150 150 160 248 1841 0 0 0 6 147 0 0 0 0 0 +399 1783791657547655200 DEPTH 56 1 0.75456976553936728 0.26575809199318562 2 5 2 5 0 0 1755 144 2560 23725367 140160 1289.9319610595703 6.5308999999999999 1941.0632000000001 80640 41749 1 0 0.046640050987219968 0.5128100694303207 2560 1323 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950965 8486400 150 150 221 456 1583 2 0 8 9 125 0 0 0 0 0 +400 1783791659332106600 DEPTH 16 1 0.74564272184685598 0.3594548551959113 2 6 2 6 0 0 1151 187 2530 23733098 147840 1306.2769165039062 6.4380000000000006 1723.3818000000001 80640 42602 1 0 0.0081371797400521043 0.78472605386165473 2176 1185 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951017 8985600 150 150 158 156 1916 0 0 7 0 180 0 0 0 0 0 +401 1783791661446540600 DEPTH 20 1 0.74456943401379716 0.45315161839863699 2 7 2 7 0 0 817 115 2617 23733128 147840 1289.5580139160156 6.2800000000000002 1952.6116 80640 45213 1 0 0.012195410250654825 0.40032460833526767 1792 961 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951046 8985600 150 150 196 169 1952 4 0 0 1 110 0 0 0 0 0 +402 1783791663565192300 DEPTH 25 1 0.74292684876237569 0.54684838160136284 2 8 2 8 0 0 1200 224 2558 23733036 147840 1299.8996429443359 6.0448000000000004 1887.8514 73920 39606 1 0 0.0037133317294834652 0.74577769507902991 1408 719 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950954 8985600 176 165 184 178 1855 21 13 13 18 159 0 0 0 0 0 +403 1783791665475480700 DEPTH 13 1 0.75505582562075513 0.27342419080068137 1 6 1 6 0 0 1098 178 2535 23729256 144000 1292.1159515380859 6.7169000000000008 1908.7127 80640 41335 1 0 0.020987993032565287 0.62660479193559504 2560 1400 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2951015 8736000 150 156 156 202 1871 2 1 13 20 142 0 0 0 0 0 +404 1783791667366225700 DEPTH 42 1 0.76491610363828533 0 0 4 0 4 0 0 2463 122 2582 23672592 88320 1291.4936981201172 6.2129000000000003 1888.9570000000001 107520 40235 1 1 0 0.015115749930370955 4096 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426509 4992000 158 150 216 929 1129 13 0 0 0 108 0 0 0 0 0 +405 1783791669296842600 DEPTH 1 1 0.74580236999477489 0.36712095400340705 1 7 1 7 0 0 1068 101 2583 23733072 147840 1298.5006103515625 5.9518999999999993 1822.4051999999999 80640 42870 1 0 0.033498790971522759 2.1769451087173866 2176 1167 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950991 8985600 150 150 181 172 1930 3 3 15 6 74 0 0 0 0 0 +406 1783791671368968300 DEPTH 54 1 0.74301266263986665 0.4608177172061329 1 8 1 8 1 0 548 88 2560 23733087 147840 1311.1656494140625 6.0075000000000003 1899.5246999999999 80640 43960 1 0 0.0031513658341259495 1.0996631565127335 1792 1070 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951005 8985600 150 150 169 153 1938 2 0 2 0 84 0 0 0 0 1 +407 1783791673405780600 DEPTH 2 1 0.74274455763817393 0.45315161839863699 2 7 2 7 0 0 954 125 2558 23733060 147840 1308.5788269042969 6.2530999999999999 1886.7971 80640 44523 1 0 0.27768796280696073 2.131664922996019 1792 874 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950980 8985600 150 150 174 197 1887 0 0 4 10 111 0 0 0 0 0 +408 1783791675337170200 DEPTH 30 1 0.74277726921036025 0.4608177172061329 1 8 1 8 0 0 1074 130 2543 23733009 147840 1297.3680725097656 6.0657999999999994 1843.6378 80640 44794 1 0 0.0013666657541232577 3.3863224852280185 1792 994 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950919 8985600 150 154 200 164 1875 1 0 16 10 103 0 0 0 0 0 +409 1783791677396637700 DEPTH 52 1 0.74112973406920513 0.36712095400340705 1 7 1 7 0 0 712 84 2564 23725343 140160 1288.9292907714844 6.2415000000000012 1907.1116 80640 42003 1 0 9.3941475748750359e-05 1.8292142620607277 2560 1518 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950941 8486400 150 156 212 409 1637 0 0 2 4 78 0 0 0 0 0 +410 1783791679330007700 DEPTH 53 1 0.74102384779712693 0.37478705281090291 0 8 0 8 0 0 1276 144 2532 23733012 147840 1300.5383758544922 6.3716000000000008 1850.7190000000001 80640 40033 1 1 3.9256012599737908e-05 0.28559182276312889 2560 1505 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950928 8985600 150 156 162 161 1903 0 0 6 3 134 0 0 0 0 0 +411 1783791681343390300 DEPTH 17 1 0.75518231216153298 0.28109028960817717 0 7 0 7 1 0 1258 133 2576 23733026 147840 1290.1150665283203 6.2569999999999997 1934.7898 80640 41868 1 0 0 0.25277158068580857 2560 1408 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950945 8985600 150 156 156 161 1953 4 0 4 6 119 0 0 0 0 1 +412 1783791683260665300 DEPTH 21 1 0.74426550651618795 0.56218057921635434 0 10 0 10 1 0 1019 127 2567 23733037 147840 1297.9364471435547 6.2307999999999995 1842.2541000000001 73920 39772 1 0 0 1.5468786808754207 1408 775 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950957 8985600 150 153 156 156 1952 10 6 22 14 75 0 0 0 0 1 +413 1783791685162379100 DEPTH 45 1 0.74294023129463382 0.45315161839863699 2 7 2 7 0 0 818 83 2576 23733080 147840 1308.0217437744141 6.0203999999999995 1831.0941 80640 44619 1 0 0.2309103244036371 1.4859222174523592 1792 977 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950998 8985600 150 150 164 150 1962 0 1 9 12 61 0 0 0 0 0 +414 1783791687109684500 DEPTH 42 1 0.77153828966427962 0 0 4 0 4 0 0 2525 110 2583 23664826 81600 1288.06298828125 6.1991999999999994 1945.6220000000001 120960 33716 1 0 0 0.015115749930370955 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426423 4492800 156 150 201 1297 779 11 1 0 2 96 0 0 0 0 0 +415 1783791689047203900 DEPTH 11 1 0.74074205983832819 0.37478705281090291 0 8 0 8 1 0 727 95 2559 23733052 147840 1285.9075622558594 6.1860999999999997 1866.8402000000001 80640 42714 1 0 0 0.86112752050773622 2560 1603 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950972 8985600 150 150 150 178 1931 2 0 0 0 93 0 0 0 0 1 +416 1783791690681204400 DEPTH 37 1 0.74037203370953786 0.8356047700170357 1 12 1 12 1 0 482 73 2559 23733043 147840 1299.6589508056641 5.9930999999999992 1577.1271999999999 40320 23683 1 0 0.011024188302398647 0.75183562008426186 1024 564 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950960 8985600 150 150 150 174 1935 0 0 0 9 64 0 0 0 1 2 +417 1783791692500971300 DEPTH 14 1 0.74026271670569277 0.65587734241908002 0 11 0 11 0 0 608 125 2541 23733023 147840 1342.927001953125 6.0747999999999998 1742.2625 73920 40200 1 0 1.622703203551702e-05 0.84273806458718525 1408 786 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950941 8985600 151 155 156 158 1921 1 2 5 0 117 0 0 0 0 0 +418 1783791694437264900 DEPTH 33 1 0.74022105354880685 0.36712095400340705 1 7 1 7 0 0 1408 149 2531 23725418 140160 1302.9908447265625 6.1260999999999992 1846.7684999999999 80640 41222 1 0 0.00023294165214766597 0.38821406897906902 2560 1491 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2951018 8486400 150 156 180 274 1771 0 0 9 7 133 0 0 0 0 0 +419 1783791696414670700 DEPTH 32 1 0.74398544098406638 0.4608177172061329 1 8 1 8 1 0 1060 166 2544 23733039 147840 1297.4151611328125 6.3982999999999999 1907.6045999999999 80640 44499 1 0 0.00028269938399440856 1.6059909260581056 1792 941 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950956 8985600 150 151 174 151 1918 0 0 18 16 132 0 0 0 1 0 +420 1783791698294751800 DEPTH 41 1 0.74353240586619418 0.55451448040885853 1 9 1 9 0 0 679 162 2556 23733178 147840 1284.6295166015625 5.9650000000000007 1801.8833999999999 73920 39270 1 0 0.00047546691312138533 1.497358551665477 1408 766 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2951093 8985600 165 163 161 186 1881 20 1 10 17 114 0 0 0 0 0 +421 1783791700009876200 DEPTH 24 1 0.74319730205068846 1 4 11 4 11 1 0 396 176 2531 23733088 147840 1307.6235809326172 6.7589000000000006 1657.6739 40320 23183 1 0 0.05043824537518863 1.5283539614559523 640 289 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951005 8985600 150 150 150 150 1931 0 0 0 2 174 0 0 0 2 0 +422 1783791702063909100 DEPTH 40 1 0.74067102959613296 0.64821124361158422 1 10 1 10 0 0 905 145 2608 23733024 147840 1287.5880737304688 6.2101000000000006 1911.2825 73920 39449 1 0 0.083077089126711981 1.5472964947330925 1408 680 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950943 8985600 150 151 150 152 2005 2 3 8 0 132 0 0 0 0 0 +423 1783791703763118100 DEPTH 26 1 0.74065912082327434 0.8356047700170357 1 12 1 12 0 0 435 220 2560 23733023 147840 1299.0085144042969 6.4461000000000004 1646.6656 40320 23402 1 0 0.0083341747302065651 1.6562849080799076 1024 464 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950939 8985600 150 155 150 150 1955 2 0 0 3 215 0 0 0 0 0 +424 1783791705713165700 DEPTH 46 1 0.74052011212180058 0.37478705281090291 0 8 0 8 1 0 1678 87 2565 23733048 147840 1298.0193328857422 6.0227000000000004 1876.1190999999999 80640 41133 1 0 0 0.71724789119036625 2560 1125 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950963 8985600 150 150 160 157 1948 0 0 6 6 75 0 0 0 0 1 +425 1783791707584682000 DEPTH 31 1 0.74022827309543193 0.3594548551959113 2 6 2 6 0 0 1061 84 2570 23725348 140160 1291.32861328125 6.0145999999999997 1801.5501999999999 80640 41651 1 0 0.03563315390945998 1.0424632346471612 2560 1415 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950944 8486400 150 150 251 362 1657 0 0 4 9 71 0 0 0 0 0 +426 1783791709572394300 DEPTH 9 1 0.74021074327694669 0.3594548551959113 2 6 2 6 0 0 728 67 2546 23725373 140160 1296.0767822265625 6.4143000000000008 1904.6334999999999 80640 41788 1 0 0.00084064195437858239 0.84794300678403445 2560 1389 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950972 8486400 150 152 199 384 1661 0 0 13 5 49 0 0 0 0 0 +427 1783791709888949600 REFRESH 17 0 0.65989939910585638 0.28109028960817717 0 7 0 7 0 0 1288 59 415 3955344 56640 222.74560546875 0.99439999999999995 314.92939999999999 13440 8548 0 0 0 0.25277158068580857 2624 1445 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 26 44 37 283 0 0 4 4 51 0 0 0 0 0 +428 1783791710168027400 REFRESH 21 0 0.64738014197457927 0.56218057921635434 0 10 0 10 0 0 1059 89 414 3955375 56640 222.51930236816406 0.99250000000000005 277.5342 13440 9030 0 0 0 1.5468786808754207 1472 810 64 1 16 4 2 2 2 6 983040 491520 491520 491695 1497600 25 26 31 33 299 0 1 1 5 82 0 0 0 0 0 +429 1783791710542323500 REFRESH 56 0 0.74949042609112615 0.26575809199318562 2 5 2 5 0 0 1791 63 420 3951510 56160 223.80368041992188 1.0075000000000001 304.38260000000002 13440 8430 0 0 0.046640050987219968 0.5128100694303207 2624 1358 64 1 16 4 2 3 2 5 983040 491520 737280 491670 1248000 25 25 27 181 162 1 0 3 24 35 0 0 0 0 0 +430 1783791710894925600 REFRESH 36 0 0.73979815063195553 0.82027257240204421 3 10 3 10 0 0 644 79 412 3955344 56640 223.27909851074219 1.1717 286.35480000000001 6720 4885 0 0 0.11571595544508143 0.12554692697056585 704 378 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 33 26 27 41 285 3 0 3 0 73 0 0 0 0 0 +431 1783791711221827800 REFRESH 28 0 0.73970674725696106 0.8356047700170357 1 12 1 12 0 0 380 40 413 3955368 56640 224.44851684570312 1.0045999999999999 267.726 6720 4773 0 0 0.0024429387246206629 3.2391561843663608 704 339 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 25 25 25 26 312 0 0 0 0 40 0 0 0 0 0 +432 1783791711590940300 REFRESH 33 0 0.62463742359369268 0.36712095400340705 1 7 1 7 0 0 1452 78 418 3951517 56160 224.02149963378906 1.0048999999999999 289.16649999999998 13440 8243 0 0 0.00023294165214766597 0.38821406897906902 2624 1526 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 26 25 98 244 0 0 0 18 60 0 0 0 0 0 +433 1783791711908826300 REFRESH 47 0 0.73951358526293043 0.8279386712095399 2 11 2 11 0 0 336 45 411 3955349 56640 223.32844543457031 1.0047999999999999 264.06110000000001 6720 4856 0 0 0.068787934381682569 1.4082378301417173 704 391 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 25 25 28 308 0 0 0 1 44 0 0 0 0 0 +434 1783791712176080400 REFRESH 26 0 0.59258825919449698 0.8356047700170357 1 12 1 12 0 0 509 110 411 3955339 56640 223.99795532226562 1.0034000000000001 265.08920000000001 6720 4596 0 0 0.0083341747302065651 1.6562849080799076 1088 490 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 26 25 26 309 0 0 0 0 110 0 0 0 0 0 +435 1783791712503223200 REFRESH 57 0 0.74022467839589323 0.8279386712095399 2 11 2 11 1 0 677 52 407 3955349 56640 222.99443054199219 1.0064 265.77280000000002 6720 4852 0 0 0.0011748084006809156 2.0602653352647984 704 328 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 28 303 0 0 0 1 51 0 0 0 0 1 +436 1783791712825687000 REFRESH 6 0 0.73691656454722065 0.91396933560476989 3 11 3 11 0 0 322 10 414 3955355 56640 222.19059753417969 0.997 261.5693 6720 4833 0 0 0.072288152349572699 0.34701723533367151 704 303 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 26 25 25 313 0 0 0 2 8 0 0 0 0 0 +437 1783791713200354200 REFRESH 20 0 0.73862133929300278 0.45315161839863699 2 7 2 7 0 0 820 17 419 3955375 56640 221.76768493652344 1.0178 316.46710000000002 13440 8499 0 0 0.012195410250654825 0.40032460833526767 1856 999 64 1 16 4 2 2 2 6 983040 491520 491520 491695 1497600 25 25 72 51 246 0 0 0 0 17 0 0 0 0 0 +438 1783791713569991200 REFRESH 9 0 0.60458420967303605 0.3594548551959113 2 6 2 6 0 0 740 32 423 3951517 56160 224.12696838378906 1.0087999999999999 305.69940000000003 13440 8423 0 0 0.00084064195437858239 0.84794300678403445 2624 1418 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 26 27 149 196 0 0 4 7 21 0 0 0 0 0 +439 1783791713899759100 REFRESH 29 0 0.76028873763108396 0.82027257240204421 3 10 3 10 0 0 581 59 418 3955348 56640 222.43635559082031 1.0063 263.04910000000001 13440 9115 0 0 0.22779852191775379 1.0401557841826667 1472 736 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 29 31 307 0 1 0 2 56 0 0 0 0 0 +440 1783791714176390700 REFRESH 14 0 0.71327222062039719 0.65587734241908002 0 11 0 11 0 0 635 58 413 3955338 56640 225.22479248046875 1.0001 274.8236 13440 9169 0 0 1.622703203551702e-05 0.84273806458718525 1472 815 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 25 26 29 308 0 0 0 0 58 0 0 0 0 0 +441 1783791714525774600 REFRESH 2 0 0.73692378913462908 0.45315161839863699 2 7 2 7 0 0 991 67 414 3955360 56640 224.41574096679688 1.0102 286.90429999999998 13440 8588 0 0 0.27768796280696073 2.131664922996019 1856 908 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 25 35 37 292 0 0 0 2 65 0 0 0 0 0 +442 1783791714879512700 REFRESH 25 0 0.73672349760191591 0.54684838160136284 2 8 2 8 0 0 1241 78 418 3955347 56640 224.70040893554688 1.0079 287.05029999999999 13440 9091 0 0 0.0037133317294834652 0.74577769507902991 1472 751 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 41 42 285 0 2 2 9 65 0 0 0 0 0 +443 1783791715205535700 REFRESH 7 0 0.73990322238506046 0.8356047700170357 1 12 1 12 0 0 473 34 409 3955340 56640 223.77369689941406 1.0067999999999999 264.91289999999998 6720 4837 0 0 4.3283195850332966e-05 1.5341969320716349 704 349 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 26 25 28 305 0 0 0 1 33 0 0 0 0 0 +444 1783791715585136200 REFRESH 44 0 0.74061889205519726 0.36712095400340705 1 7 1 7 0 0 847 20 428 3955363 56640 225.63533020019531 1.0034000000000001 320.37150000000003 13440 8385 0 0 0.058086188671880992 1.6339388773258507 2240 1169 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 26 52 300 0 0 1 2 17 0 0 0 0 0 +445 1783791715908332200 REFRESH 12 0 0.73899492107297038 0.63287904599659284 3 8 3 8 0 0 714 29 407 3955361 56640 222.08819580078125 1.0129999999999999 265.71350000000001 6720 4547 0 0 0.0015276581021753017 0.97823052614698447 1088 508 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 29 26 29 31 292 1 0 0 2 26 0 0 0 0 0 +446 1783791716282239600 REFRESH 48 0 0.74067062338820633 0.3594548551959113 2 6 2 6 1 0 989 19 418 3955361 56640 223.56582641601562 1.0299 313.67689999999999 13440 8745 0 0 0.0010930946807506234 0.82664892777303722 2240 1065 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 28 42 298 0 0 4 2 13 0 0 0 0 1 +447 1783791716592063000 REFRESH 18 0 0.73696931380467001 0.9293015332197615 1 13 1 13 0 0 266 15 417 3955356 56640 224.67379760742188 1.0034000000000001 265.98329999999999 6720 4837 0 0 0.0012569916261272248 1.8637555132242398 704 287 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 25 25 25 317 0 0 0 0 15 0 0 0 0 0 +448 1783791716913016900 REFRESH 49 0 0.7407073601911015 0.82027257240204421 3 10 3 10 0 0 559 65 409 3955367 56640 222.57049560546875 0.99970000000000003 262.86279999999999 6720 4859 0 0 0.017341558934682082 0.73330536813629654 704 352 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 26 26 36 27 294 1 0 4 0 60 0 0 0 0 0 +449 1783791717231383400 REFRESH 35 0 0.73996843175502613 0.8279386712095399 2 11 2 11 0 0 613 23 410 3955363 56640 223.72966003417969 1.0018 266.51830000000001 6720 4862 0 0 0.13923655143617042 1.3720716616161321 704 358 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 26 25 26 308 0 0 0 1 22 0 0 0 0 0 +450 1783791717549327300 REFRESH 23 0 0.73758850099190343 0.92163543441226559 2 12 2 12 1 0 494 45 415 3955377 56640 222.87770080566406 1.0053000000000001 263.5795 6720 4808 0 0 0.048896909241570315 0.88175561896621024 704 326 64 1 16 5 1 2 2 6 1228800 245760 491520 491695 1497600 25 26 25 39 300 0 0 0 1 44 0 0 0 0 1 +451 1783791717895220700 REFRESH 53 0 0.73612788201844215 0.37478705281090291 0 8 0 8 0 0 1361 114 413 3951493 56160 223.351806640625 1.0469999999999999 286.18430000000001 13440 8036 0 0 3.9256012599737908e-05 0.28559182276312889 2624 1536 64 1 16 4 2 3 2 5 983040 491520 737280 491653 1248000 25 26 26 136 200 0 0 0 51 63 0 0 0 0 0 +452 1783791718224250300 REFRESH 8 0 0.75053005181810839 0.26575809199318562 2 5 2 5 0 0 1248 39 412 3951509 56160 225.31890869140625 1.0073000000000001 274.05470000000003 13440 8122 0 0 0.029879628220595384 1.0001863379870284 2624 1412 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 25 25 96 241 0 0 0 5 34 0 0 0 0 0 +453 1783791718535550300 REFRESH 40 0 0.73389579174013275 0.64821124361158422 1 10 1 10 0 0 911 16 417 3955337 56640 222.17318725585938 1.0181 309.64080000000001 13440 9160 0 0 0.083077089126711981 1.5472964947330925 1472 708 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 25 26 40 301 2 1 1 0 12 0 0 0 0 0 +454 1783791718869675900 REFRESH 45 0 0.73731713603874982 0.45315161839863699 2 7 2 7 0 0 854 62 412 3955364 56640 225.29330444335938 1.0023 274.46929999999998 13440 8540 0 0 0.2309103244036371 1.4859222174523592 1856 1014 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 27 34 30 296 0 0 0 2 60 0 0 0 0 0 +455 1783791719208649200 REFRESH 39 0 0.7393160975341142 0.63287904599659284 3 8 3 8 0 0 648 56 425 3955338 56640 223.70098876953125 1.0035000000000001 284.24099999999999 6720 4540 0 0 0.033915050234405199 0.89795211255192564 1088 569 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 34 25 53 25 288 3 0 2 2 49 0 0 0 0 0 +456 1783791719536020300 REFRESH 10 0 0.73934801070282852 0.64821124361158422 1 10 1 10 0 0 540 46 422 3955347 56640 222.79986572265625 1.0078 268.28750000000002 6720 4530 0 0 0.033765467539783239 3.6125366839537807 1088 597 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 32 26 39 35 290 2 0 4 1 39 0 0 0 0 0 +457 1783791719852322500 REFRESH 22 0 0.73767827327243229 0.91396933560476989 3 11 3 11 0 0 345 19 417 3955350 56640 223.68666076660156 0.99950000000000006 268.07780000000002 6720 4816 0 0 0.011175295070335413 0.48527856153633292 704 342 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 26 25 26 315 0 0 0 0 19 0 0 0 0 0 +458 1783791720132437200 REFRESH 41 0 0.73722107052414931 0.55451448040885853 1 9 1 9 0 0 705 59 417 3955357 56640 222.00933837890625 1.0109999999999999 278.73419999999999 13440 9110 0 0 0.00047546691312138533 1.497358551665477 1472 801 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 32 41 293 1 0 4 3 51 0 0 0 0 0 +459 1783791720464845100 REFRESH 38 0 0.75730730516870748 0.55451448040885853 1 9 1 9 1 0 939 64 415 3955357 56640 223.69279479980469 1.0135000000000001 270.52080000000001 13440 8308 0 0 0.069380060749284017 2.6479308659882252 2624 1355 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 34 43 287 0 0 1 2 61 0 0 0 0 1 +460 1783791720798555300 REFRESH 30 0 0.73749668862126649 0.4608177172061329 1 8 1 8 0 0 1122 104 411 3955348 56640 222.69132995605469 1.0043 275.10840000000002 13440 8688 0 0 0.0013666657541232577 3.3863224852280185 1856 1027 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 45 32 283 0 0 5 6 93 0 0 0 0 0 +461 1783791721145722500 REFRESH 13 0 0.75073459242737239 0.27342419080068137 1 6 1 6 0 0 1194 130 413 3951504 56160 223.23609924316406 0.99609999999999999 282.85140000000001 13440 8406 0 0 0.020987993032565287 0.62660479193559504 2624 1434 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 26 29 107 226 0 0 1 34 95 0 0 0 0 0 +462 1783791721517651000 REFRESH 52 0 0.73656242428009722 0.36712095400340705 1 7 1 7 0 0 732 39 423 3951526 56160 222.55842590332031 1.0503 311.97919999999999 13440 8581 0 0 9.3941475748750359e-05 1.8292142620607277 2624 1553 64 1 16 4 2 3 2 5 983040 491520 737280 491685 1248000 25 26 26 184 162 0 0 13 5 21 0 0 0 0 0 +463 1783791721828371800 REFRESH 34 0 0.7408856638168122 0.8356047700170357 1 12 1 12 0 0 363 33 418 3955345 56640 221.8629150390625 1.0087999999999999 263.7704 6720 4862 0 0 0.00023416409114389387 2.8994827383636923 704 344 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 25 25 29 314 0 0 0 4 29 0 0 0 0 0 +464 1783791722147963000 REFRESH 55 0 0.74070575522300874 0.8279386712095399 2 11 2 11 0 0 504 31 411 3955371 56640 224.66355895996094 1.0054000000000001 268.37860000000001 6720 4885 0 0 0.068991051941812459 0.94012883186839502 704 314 64 1 16 5 1 2 2 6 1228800 245760 491520 491691 1497600 28 26 29 28 300 0 0 1 0 30 0 0 0 0 0 +465 1783791722600243900 REFRESH 11 0 0.73618850286054438 0.37478705281090291 0 8 0 8 0 0 735 29 410 3955343 56640 222.17318725585938 1.0013000000000001 307.98759999999999 13440 8652 0 0 0 0.86112752050773622 2624 1644 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 60 55 244 0 0 2 4 23 0 0 0 0 0 +466 1783791722918048700 REFRESH 58 0 0.7378438966294345 0.92163543441226559 2 12 2 12 0 0 360 38 413 3955358 56640 223.57504272460938 1.0922000000000001 273.08150000000001 6720 4852 0 0 0.0076636105675829576 2.5667759643308892 704 360 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 25 25 25 26 312 0 0 0 0 38 0 0 0 0 0 +467 1783791723243757600 REFRESH 16 0 0.74128173074839099 0.3594548551959113 2 6 2 6 0 0 1162 27 413 3955366 56640 225.31788635253906 1.0063 271.02600000000001 13440 8157 0 0 0.0081371797400521043 0.78472605386165473 2240 1211 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 25 41 27 295 0 0 1 0 26 0 0 0 0 0 +468 1783791723564031800 REFRESH 51 0 0.73847170984861932 0.91396933560476989 3 11 3 11 0 0 370 34 411 3955357 56640 223.32415771484375 1.0575000000000001 265.79419999999999 6720 4790 0 0 0.076279735497468096 0.4376856054936718 704 348 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 25 25 33 303 0 0 0 0 34 0 0 0 0 0 +469 1783791723912560100 REFRESH 1 0 0.74133916582391335 0.36712095400340705 1 7 1 7 0 0 1110 79 416 3955324 56640 223.05587768554688 1.0125999999999999 293.10559999999998 13440 8619 0 0 0.033498790971522759 2.1769451087173866 2240 1203 64 1 16 4 2 2 2 6 983040 491520 491520 491644 1497600 25 27 34 42 288 0 0 4 6 69 0 0 0 0 0 +470 1783791724227757500 REFRESH 27 0 0.73851273471528334 0.93696763202725719 0 14 0 14 0 0 534 33 417 3955339 56640 224.00819396972656 1.0098 266.44400000000002 6720 4857 0 0 2.3216876104206766e-05 1.9706412945723013 704 360 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 26 25 26 315 0 0 0 0 33 0 0 0 0 0 +471 1783791724624670800 REFRESH 42 0 0.91930369401603729 0 0 4 0 4 0 0 2537 28 423 3943908 55200 224.86936950683594 1.0229999999999999 326.95679999999999 20160 12945 0 0 0 0.015115749930370955 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 30 25 28 252 88 3 0 3 9 13 0 0 0 0 0 +472 1783791724951670800 REFRESH 3 0 0.74025879921325521 0.64054514480408853 2 9 2 9 0 0 629 49 411 3955348 56640 221.02835083007812 1.0006999999999999 270.8587 6720 4507 0 0 0.0050576980245461926 0.34031149153937412 1088 541 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 33 26 68 45 239 2 0 4 2 41 0 0 0 0 0 +473 1783791725305362000 REFRESH 54 0 0.7381590453429967 0.4608177172061329 1 8 1 8 0 0 562 40 416 3955371 56640 222.57868957519531 1.0176000000000001 301.9248 13440 8478 0 0 0.0031513658341259495 1.0996631565127335 1856 1102 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 25 57 47 262 1 0 3 4 32 0 0 0 0 0 +474 1783791725594489300 REFRESH 31 0 0.73564750107336141 0.3594548551959113 2 6 2 6 0 0 1091 60 420 3951510 56160 222.95161437988281 1.0139 287.35199999999998 13440 8408 0 0 0.03563315390945998 1.0424632346471612 2624 1453 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 26 26 196 147 0 0 1 32 27 0 0 0 0 0 +475 1783791725911095800 REFRESH 43 0 0.74085031396148371 0.8279386712095399 2 11 2 11 0 0 496 36 415 3955349 56640 222.99136352539062 0.99429999999999996 262.9178 6720 4817 0 0 0.0064204350332748112 2.1554487849922941 704 336 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 26 313 1 0 0 2 33 0 0 0 0 0 +476 1783791726237924200 REFRESH 50 0 0.74032509846675465 0.64054514480408853 2 9 2 9 0 0 495 30 417 3955385 56640 222.58790588378906 1.0079 275.8929 6720 4514 0 0 0.061518444399238342 2.0460364460936478 1088 541 64 1 16 5 1 2 2 6 1228800 245760 491520 491704 1497600 29 25 31 30 302 2 0 1 2 25 0 0 0 0 0 +477 1783791726545175800 REFRESH 5 0 0.74114523857520598 0.8279386712095399 2 11 2 11 0 0 377 36 419 3955343 56640 221.12358093261719 1.004 261.26490000000001 6720 4811 0 0 0.055953522037258827 0.96379156229703578 704 377 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 29 25 41 33 291 0 0 2 4 30 0 0 0 0 0 +478 1783791726859955500 REFRESH 0 0 0.74178163521072238 0.8356047700170357 1 12 1 12 0 0 345 35 414 3955363 56640 222.1475830078125 1.0117 262.02300000000002 6720 4903 0 0 0.006234877723949245 1.9775633454546993 704 403 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 26 25 58 280 0 0 0 4 31 0 0 0 0 0 +479 1783791727174347700 REFRESH 46 0 0.73609884235678591 0.37478705281090291 0 8 0 8 0 0 1693 39 408 3955347 56640 224.84275817871094 1.0032000000000001 312.68340000000001 13440 8313 0 0 0 0.71724789119036625 2624 1153 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 39 46 273 0 0 0 3 36 0 0 0 0 0 +480 1783791727497459200 REFRESH 37 0 0.73426382261484868 0.8356047700170357 1 12 1 12 0 0 505 64 415 3955376 56640 222.69541931152344 1.0232000000000001 271.0994 6720 4559 0 0 0.011024188302398647 0.75183562008426186 1088 595 64 1 16 5 1 2 2 6 1228800 245760 491520 491696 1497600 25 25 25 32 308 0 0 0 1 63 0 0 0 0 0 +481 1783791727807603300 REFRESH 19 0 0.74142362528678263 0.8279386712095399 2 11 2 11 1 0 433 32 411 3955362 56640 222.56845092773438 1.0044999999999999 263.99579999999997 6720 4857 0 0 0.042128536877868959 0.63152599974274881 704 384 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 27 25 28 27 304 0 0 0 1 31 0 0 0 0 1 +482 1783791728095487100 REFRESH 24 0 0.73658213416759466 1 4 11 4 11 0 0 397 19 409 3955366 56640 238.32167053222656 1.0144 285.88060000000002 6720 4847 0 0 0.05043824537518863 1.5283539614559523 704 315 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 25 25 25 26 308 0 0 0 0 19 0 0 0 0 0 +483 1783791728489336500 REFRESH 15 0 0.73830814469877137 0.91396933560476989 3 11 3 11 0 0 254 17 413 3955353 56640 231.17926025390625 1.0061 280.03489999999999 6720 4778 0 0 0.13215737202774189 0.95319511763653475 704 348 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 32 305 0 0 1 1 15 0 0 0 0 0 +484 1783791728828653000 REFRESH 32 0 0.7392446646219254 0.4608177172061329 1 8 1 8 0 0 1084 58 417 3955362 56640 226.43814086914062 1.0081 277.13749999999999 13440 8620 0 0 0.00028269938399440856 1.6059909260581056 1856 971 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 35 34 297 0 0 2 5 51 0 0 0 0 0 +485 1783791729146460800 REFRESH 4 0 0.74127766170654474 0.8356047700170357 1 12 1 12 1 0 163 14 426 3955354 56640 226.83648681640625 1.0087999999999999 267.38290000000001 6720 4800 0 0 0.024219401783329965 2.0746822802226541 704 390 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 25 25 26 325 2 0 2 1 9 0 0 0 0 1 +486 1783791731081477300 DEPTH 42 1 0.81620961870288555 0 0 4 0 4 0 0 2580 92 2574 23664881 81600 1321.0830383300781 6.0122999999999989 1893.7426 120960 65040 1 1 0 0.015115749930370955 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426474 4492800 164 150 156 1006 1098 13 0 2 0 76 0 0 0 0 0 +487 1783791732909892700 DEPTH 29 1 0.75115467284708581 0.82027257240204421 3 10 3 10 0 0 590 74 2545 23733001 147840 1336.8463287353516 6.5790999999999995 1674.5109 80640 44129 1 0 0.22779852191775379 1.0401557841826667 1856 937 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950920 8985600 150 156 150 156 1933 3 0 1 2 68 0 0 0 0 0 +488 1783791734577000500 DEPTH 38 1 0.7486896166849899 0.55451448040885853 1 9 1 9 0 0 969 102 2535 23733074 147840 1296.601318359375 6.0286 1597.5501999999999 80640 40246 1 0 0.069380060749284017 2.6479308659882252 3008 1567 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950991 8985600 150 156 153 162 1914 0 0 5 3 94 0 0 0 0 0 +489 1783791736523151900 DEPTH 17 1 0.7459293509107322 0.28109028960817717 0 7 0 7 1 0 1336 101 2572 23717707 132480 1293.8137512207031 6.3328999999999995 1878.2312999999999 80640 40444 1 1 0 0.25750499040495345 3008 1682 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950983 7987200 150 156 156 552 1558 1 1 6 1 91 0 0 0 0 1 +490 1783791738423573900 DEPTH 8 1 0.74587346942280797 0.26575809199318562 2 5 2 5 0 0 1280 124 2538 23710039 125760 1310.6135101318359 7.2698 1834.7016000000001 80640 38839 1 0 0.029879628220595384 1.0001863379870284 3008 1636 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950996 7488000 150 150 150 281 1807 0 0 0 5 119 0 0 0 0 0 +491 1783791740322233200 DEPTH 13 1 0.74585470068360704 0.27342419080068137 1 6 1 6 0 0 1247 175 2550 23710036 125760 1297.2125854492188 6.0091999999999999 1834.4471000000001 80640 40167 1 0 0.020987993032565287 0.62660479193559504 3008 1666 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950996 7488000 150 154 154 349 1743 0 0 1 10 164 0 0 0 0 0 +492 1783791742328344900 DEPTH 56 1 0.74558824677042468 0.26575809199318562 2 5 2 5 0 0 1848 158 2562 23710010 125760 1297.1028442382812 6.2192000000000007 1857.5432000000001 80640 40398 1 0 0.046640050987219968 0.5128100694303207 3008 1565 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950969 7488000 150 150 156 782 1324 5 1 3 10 139 0 0 0 0 0 +493 1783791744295324600 DEPTH 48 1 0.73670875583346307 0.3594548551959113 2 6 2 6 0 0 1017 87 2616 23725347 140160 1294.3835144042969 6.4509999999999987 1901.8951 80640 42291 1 0 0.0010930946807506234 0.82664892777303722 2624 1253 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950945 8486400 150 150 151 253 1912 1 0 4 0 82 0 0 0 0 0 +494 1783791746184129900 DEPTH 42 1 0.74306496445847181 0 0 4 0 4 1 0 2635 109 2587 23664753 81600 1295.3745269775391 6.3584999999999994 1887.5608 120960 53859 1 1 0 0.048790724095304702 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426349 4492800 163 150 156 1169 949 11 0 1 0 96 0 0 0 0 2 +495 1783791748435334600 DEPTH 44 1 0.73606464980624464 0.36712095400340705 1 7 1 7 0 0 882 98 2589 23721527 136320 1335.7077789306641 7.0227000000000004 2062.2968999999998 80640 40933 1 0 0.058086188671880992 1.6339388773258507 2624 1373 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950965 8236800 150 150 158 327 1804 2 0 5 0 91 0 0 0 0 0 +496 1783791750147701000 DEPTH 16 1 0.73608522629435535 0.3594548551959113 2 6 2 6 0 0 1213 161 2549 23721532 136320 1352.4460906982422 6.0161999999999995 1711.1446000000001 80640 40029 1 0 0.0081371797400521043 0.78472605386165473 2624 1421 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950970 8236800 150 150 158 434 1657 0 0 6 4 151 0 0 0 0 0 +497 1783791752125740100 DEPTH 1 1 0.73611229728217653 0.36712095400340705 1 7 1 7 0 0 1141 115 2592 23721524 136320 1303.2409362792969 6.0997999999999992 1846.461 80640 41436 1 0 0.033498790971522759 2.1769451087173866 2624 1441 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950963 8236800 150 150 175 419 1698 3 1 19 7 85 0 0 0 0 0 +498 1783791753851378200 DEPTH 57 1 0.734022326893641 0.8279386712095399 2 11 2 11 1 0 693 93 2558 23733061 147840 1326.5367431640625 6.0398999999999994 1589.3430000000001 40320 23559 1 0 0.00086134729758042053 1.9839105765075487 1088 509 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950978 8985600 150 156 150 169 1933 0 0 0 3 90 0 0 0 0 1 +499 1783791755631005600 DEPTH 49 1 0.73392001512713512 0.82027257240204421 3 10 3 10 0 0 567 92 2542 23733052 147840 1356.6607513427734 6.1126000000000005 1637.8814 40320 23563 1 0 0.017341558934682082 0.73330536813629654 1088 582 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950971 8985600 150 156 152 156 1928 0 0 13 3 76 0 0 0 0 0 +500 1783791757754681100 DEPTH 20 1 0.73385085508235715 0.45315161839863699 2 7 2 7 0 0 844 105 2585 23733002 147840 1377.5229034423828 6.2176999999999998 2059.5120000000002 80640 43353 1 0 0.012195410250654825 0.40032460833526767 2240 1219 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950919 8985600 150 150 173 172 1940 1 3 1 2 98 0 0 0 0 0 +501 1783791759424041100 DEPTH 36 1 0.73370798288537042 0.82027257240204421 3 10 3 10 0 0 654 90 2560 23733065 147840 1327.5494384765625 6.1452999999999998 1618.3281999999999 40320 23782 1 0 0.11571595544508143 0.12554692697056585 1088 615 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950984 8985600 157 156 153 168 1926 17 0 14 2 57 0 0 0 0 0 +502 1783791761311415400 DEPTH 42 1 0.74007924643520029 0 0 4 0 4 1 0 2681 99 2589 23668666 85440 1291.3469390869141 5.9893000000000001 1885.6027999999999 114240 43653 1 1 0 0.0074256873509956651 4096 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426426 4742400 168 150 169 1220 882 6 0 4 0 88 0 0 0 0 1 +503 1783791763008057700 DEPTH 34 1 0.73375579434865656 0.8356047700170357 1 12 1 12 1 0 380 94 2606 23733061 147840 1294.4978179931641 6.3338000000000001 1562.9427000000001 40320 23496 1 0 0.00021112582308471681 3.0454486501737303 1088 546 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950978 8985600 150 150 150 165 1991 0 0 0 11 83 0 0 0 0 1 +504 1783791764635823600 DEPTH 28 1 0.73368590541161027 0.8356047700170357 1 12 1 12 0 0 392 111 2529 23732982 147840 1308.9187774658203 5.9776999999999996 1576.1664000000001 40320 23320 1 0 0.0024429387246206629 3.2391561843663608 1088 530 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950896 8985600 150 150 150 160 1919 0 1 0 1 109 0 0 0 0 0 +505 1783791766523182700 DEPTH 3 1 0.73363875044067894 0.64054514480408853 2 9 2 9 0 0 642 104 2543 23733067 147840 1285.6854095458984 6.1622000000000003 1826.3369 80640 41031 1 0 0.0050576980245461926 0.34031149153937412 1472 758 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950984 8985600 150 156 176 170 1891 5 1 5 8 85 0 0 0 0 0 +506 1783791768221145700 DEPTH 5 1 0.73367064801979343 0.8279386712095399 2 11 2 11 1 0 391 83 2562 23733018 147840 1282.808837890625 6.6825000000000001 1639.0262 40320 23394 1 0 0.0098694399676552275 0.91097031751341118 1088 593 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950933 8985600 157 150 175 176 1904 3 0 3 1 76 0 0 0 0 1 +507 1783791769851437800 DEPTH 55 1 0.73368515306983562 0.8279386712095399 2 11 2 11 0 0 520 114 2554 23733010 147840 1303.4890289306641 6.0438000000000009 1579.7873 40320 23510 1 0 0.068991051941812459 0.94012883186839502 1088 496 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950930 8985600 156 156 156 161 1925 2 1 3 3 105 0 0 0 0 0 +508 1783791771709161800 DEPTH 50 1 0.73367346984493076 0.64054514480408853 2 9 2 9 0 0 510 99 2587 23732985 147840 1292.1466827392578 6.3398000000000003 1792.8172 80640 41427 1 1 0.061518444399238342 2.0460364460936478 1472 740 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950905 8985600 150 152 156 150 1979 13 2 1 4 78 0 0 0 0 0 +509 1783791773371151600 DEPTH 7 1 0.73364884752880144 0.8356047700170357 1 12 1 12 1 0 482 81 2550 23733004 147840 1340.1531066894531 6.0125000000000002 1609.5963999999999 40320 23269 1 0 0.0016213740876451709 1.185412057710556 1088 562 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950920 8985600 150 156 150 157 1937 0 0 2 1 78 0 0 0 0 3 +510 1783791775258613800 DEPTH 42 1 0.73728093659106075 0 0 4 0 4 0 0 2717 81 2585 23664820 81600 1287.7261047363281 6.0225999999999997 1885.6721 120960 30232 1 1 0 0.0074256873509956651 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 159 150 163 1499 614 7 0 7 0 66 0 0 0 0 0 +511 1783791776926941000 DEPTH 0 1 0.73436475320370154 0.8356047700170357 1 12 1 12 1 0 368 87 2567 23732971 147840 1290.5986022949219 6.2571000000000003 1617.5178000000001 40320 23598 1 0 0.0054016437675040458 1.7479649960643842 1088 632 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950889 8985600 150 150 150 176 1941 0 0 1 3 83 0 0 0 0 1 +512 1783791778552611800 DEPTH 19 1 0.73401434093519524 0.8279386712095399 2 11 2 11 1 0 445 87 2575 23733047 147840 1293.0183868408203 6.0405000000000006 1572.0494000000001 40320 23435 1 0 0.026359619981857468 0.42349538488989014 1088 615 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950966 8985600 150 150 156 150 1969 10 1 1 8 67 0 0 0 0 3 +513 1783791780169309400 DEPTH 4 1 0.73380567382698536 0.8356047700170357 1 12 1 12 1 0 177 108 2570 23733085 147840 1292.8112640380859 5.9989999999999997 1557.6496 40320 23576 1 0 0.025024289076381549 1.899684802192243 1088 605 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951005 8985600 150 150 150 166 1954 2 0 2 4 100 0 0 0 0 4 +514 1783791781808512600 DEPTH 47 1 0.73375145974694966 0.8279386712095399 2 11 2 11 0 0 340 42 2608 23733073 147840 1299.5646667480469 5.9976000000000003 1566.4090000000001 40320 23529 1 0 0.068787934381682569 1.4082378301417173 1088 611 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950990 8985600 150 150 150 150 2008 3 0 0 2 37 0 0 0 0 0 +515 1783791783457589600 DEPTH 43 1 0.73373332257171608 0.8279386712095399 2 11 2 11 1 0 510 89 2587 23733039 147840 1306.0620574951172 6.1367000000000012 1596.1818000000001 40320 23549 1 0 0.0063607670447448439 2.1795856964608884 1088 542 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950953 8985600 150 156 150 150 1981 4 1 2 5 77 0 0 0 0 1 +516 1783791785106341400 DEPTH 35 1 0.73373673677418905 0.8279386712095399 2 11 2 11 1 0 677 214 2501 23733018 147840 1301.8316650390625 7.5193000000000003 1588.0623000000001 40320 23462 1 0 0.14802736923096438 1.1785022974634329 1088 574 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950934 8985600 150 150 150 156 1895 0 0 0 4 210 0 0 0 0 1 +517 1783791786985565600 DEPTH 32 1 0.73361743432126814 0.4608177172061329 1 8 1 8 0 0 1142 175 2558 23733071 147840 1299.5862731933594 5.9983000000000004 1809.6940999999999 80640 43101 1 0 0.00028269938399440856 1.6059909260581056 2240 1196 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950989 8985600 150 151 174 156 1927 0 0 15 20 140 0 0 0 0 0 +518 1783791787258465800 REFRESH 50 0 0.57695167866454977 0.64054514480408853 2 9 2 9 0 0 518 25 418 3955361 56640 223.55661010742188 1.0022 271.00920000000002 13440 9036 0 0 0.061518444399238342 2.0460364460936478 1536 770 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 40 31 297 0 0 6 2 17 0 0 0 0 0 +519 1783791787591633400 REFRESH 37 0 0.72767485670467891 0.8356047700170357 1 12 1 12 0 0 513 30 411 3955344 56640 223.53634643554688 1.0106999999999999 273.91309999999999 13440 9519 0 0 0.011024188302398647 0.75183562008426186 1152 632 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 25 33 303 1 0 0 0 29 0 0 0 0 0 +520 1783791787979280600 REFRESH 9 0 0.73116814484648784 0.3594548551959113 2 6 2 6 0 0 743 21 429 3951511 56160 223.00979614257812 1.1051 318.5865 13440 8358 0 0 0.00084064195437858239 0.84794300678403445 2688 1448 64 1 16 4 2 3 2 5 983040 491520 737280 491671 1248000 25 26 27 164 187 0 0 0 4 17 0 0 0 0 0 +521 1783791788299650300 REFRESH 27 0 0.73168111236002042 0.93696763202725719 0 14 0 14 0 0 549 41 422 3955354 56640 224.16281127929688 1.0101 269.32690000000002 6720 4814 0 0 2.3216876104206766e-05 1.9706412945723013 768 390 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 25 26 25 26 320 0 0 0 0 41 0 0 0 0 0 +522 1783791788576672900 REFRESH 3 0 0.64711078253233056 0.64054514480408853 2 9 2 9 0 0 653 45 409 3955346 56640 221.16455078125 1.0115000000000001 275.4545 13440 9111 0 0 0.0050576980245461926 0.34031149153937412 1536 791 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 54 47 257 0 0 3 4 38 0 0 0 0 0 +523 1783791788897011200 REFRESH 51 0 0.73176199733983083 0.91396933560476989 3 11 3 11 1 0 379 38 407 3955365 56640 223.31391906738281 1.0033000000000001 268.52319999999997 6720 4731 0 0 0.076518009591053121 0.43371251408714812 768 382 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 25 25 25 35 297 0 0 0 1 37 0 0 0 0 1 +524 1783791789219787000 REFRESH 24 0 0.72945664195954962 1 4 11 4 11 0 0 398 21 407 3955370 56640 225.10899353027344 1.0018 267.0385 6720 4840 0 0 0.05043824537518863 1.5283539614559523 768 343 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 25 25 25 26 306 0 0 0 0 21 0 0 0 0 0 +525 1783791789555523800 REFRESH 26 0 0.72765820791361679 0.8356047700170357 1 12 1 12 0 0 567 96 409 3955359 56640 222.60633850097656 1.0028999999999999 268.99549999999999 13440 9531 0 0 0.0083341747302065651 1.6562849080799076 1152 531 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 25 26 307 0 0 0 1 95 0 0 0 0 0 +526 1783791789874196000 REFRESH 10 0 0.73388089144041802 0.64821124361158422 1 10 1 10 0 0 556 38 420 3955339 56640 222.38720703125 1.0024999999999999 267.58550000000002 13440 9464 0 0 0.033765467539783239 3.6125366839537807 1152 627 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 26 40 36 293 0 0 3 2 33 0 0 0 0 0 +527 1783791790152473100 REFRESH 32 0 0.57775477692877464 0.4608177172061329 1 8 1 8 0 0 1181 74 416 3955359 56640 223.45318603515625 1.0046999999999999 276.51999999999998 13440 8585 0 0 0.00028269938399440856 1.6059909260581056 2304 1227 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 37 35 293 0 0 5 6 63 0 0 0 0 0 +528 1783791790417773400 REFRESH 0 0 0.6472408731098459 0.8356047700170357 1 12 1 12 0 0 378 33 414 3955356 56640 222.22233581542969 0.99160000000000004 263.67829999999998 13440 9489 0 0 0.0054016437675040458 1.7479649960643842 1152 675 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 25 72 266 0 0 1 4 28 0 0 0 0 0 +529 1783791790735967200 REFRESH 23 0 0.73184729808772331 0.92163543441226559 2 12 2 12 0 0 507 41 410 3955362 56640 222.90841674804688 1.0441 266.24489999999997 6720 4783 0 0 0.048896909241570315 0.88175561896621024 768 353 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 25 26 25 42 292 0 0 0 2 39 0 0 0 0 0 +530 1783791791079383800 REFRESH 31 0 0.73146257262670145 0.3594548551959113 2 6 2 6 0 0 1102 40 423 3951496 56160 222.40460205078125 1.085 289.51760000000002 13440 8318 0 0 0.03563315390945998 1.0424632346471612 2688 1487 64 1 16 4 2 3 2 5 983040 491520 737280 491656 1248000 25 26 26 193 153 0 0 1 16 23 0 0 0 0 0 +531 1783791791410662400 REFRESH 14 0 0.72880376239203226 0.65587734241908002 0 11 0 11 0 0 651 44 414 3955353 56640 225.2042236328125 1.0012000000000001 272.24979999999999 13440 9018 0 0 1.622703203551702e-05 0.84273806458718525 1536 857 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 25 26 30 308 0 0 0 0 44 0 0 0 0 0 +532 1783791791736611000 REFRESH 38 0 0.740909451520116 0.55451448040885853 1 9 1 9 0 0 995 50 415 3951523 56160 224.25517272949219 1.0095000000000001 271.2192 13440 8277 0 0 0.069380060749284017 2.6479308659882252 3072 1601 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 26 28 125 211 0 0 0 16 34 0 0 0 0 0 +533 1783791792057918400 REFRESH 49 0 0.727240292719318 0.82027257240204421 3 10 3 10 0 0 579 50 410 3955342 56640 222.55616760253906 1.0048999999999999 263.15600000000001 13440 9468 0 0 0.017341558934682082 0.73330536813629654 1152 618 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 26 38 29 292 0 0 3 1 46 0 0 0 0 0 +534 1783791792387140300 REFRESH 57 0 0.72751313432454401 0.8279386712095399 2 11 2 11 1 0 720 52 408 3955349 56640 224.62054443359375 1.0057 271.26940000000002 13440 9460 0 0 0.00086134671513647058 1.9830901473760911 1152 537 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 31 301 0 0 0 1 51 0 0 0 0 1 +535 1783791792709716200 REFRESH 15 0 0.73153182162342401 0.91396933560476989 3 11 3 11 0 0 255 18 413 3955355 56640 234.60981750488281 1.0043 275.6755 6720 4798 0 0 0.13215737202774189 0.95319511763653475 768 379 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 26 25 31 306 0 0 0 1 17 0 0 0 0 0 +536 1783791793122109600 REFRESH 29 0 0.7427696853353275 0.82027257240204421 3 10 3 10 0 0 615 69 418 3955356 56640 233.40031433105469 0.99880000000000002 276.81740000000002 13440 8642 0 0 0.22779852191775379 1.0401557841826667 1920 967 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 26 30 311 1 0 0 1 67 0 0 0 0 0 +537 1783791793392843000 REFRESH 4 0 0.71705751839378995 0.8356047700170357 1 12 1 12 1 0 177 9 425 3955329 56640 228.26914978027344 1.0039 269.1035 13440 9313 0 0 0.02492548849583175 1.9211552832019216 1152 637 64 1 16 4 2 2 2 6 983040 491520 491520 491649 1497600 25 25 25 27 323 0 0 1 1 7 0 0 0 0 1 +538 1783791793719440600 REFRESH 8 0 0.74168949181185351 0.26575809199318562 2 5 2 5 0 0 1284 21 414 3947732 55680 226.96345520019531 0.99080000000000001 272.67129999999997 13440 8052 0 0 0.029879628220595384 1.0001863379870284 3072 1666 64 1 16 4 2 3 3 4 983040 491520 737280 737492 998400 25 25 25 61 278 0 0 0 3 18 0 0 0 0 0 +539 1783791794085634600 REFRESH 40 0 0.72921923169850789 0.64821124361158422 1 10 1 10 0 0 917 29 417 3955363 56640 221.96018981933594 1.0086999999999999 314.36099999999999 13440 9039 0 0 0.083077089126711981 1.5472964947330925 1536 738 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 27 45 295 2 0 1 0 26 0 0 0 0 0 +540 1783791794457065100 REFRESH 17 0 0.74181634914762573 0.28109028960817717 0 7 0 7 0 0 1353 46 423 3951495 56160 223.19206237792969 1.0098 310.68560000000002 13440 8425 0 0 0 0.25750499040495345 3072 1719 64 1 16 4 2 3 2 5 983040 491520 737280 491655 1248000 25 26 25 199 148 1 0 4 8 33 0 0 0 0 0 +541 1783791794721740600 REFRESH 5 0 0.72722667664247531 0.8279386712095399 2 11 2 11 0 0 400 31 415 3955347 56640 221.94483947753906 1.0017 263.02789999999999 13440 9483 0 0 0.0098694399676552275 0.91097031751341118 1152 624 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 57 47 261 3 0 0 3 25 0 0 0 0 0 +542 1783791795042793300 REFRESH 28 0 0.72714720996124305 0.8356047700170357 1 12 1 12 0 0 395 25 412 3955360 56640 225.05792236328125 0.99399999999999999 267.47500000000002 13440 9440 0 0 0.0024429387246206629 3.2391561843663608 1152 559 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 25 27 310 0 0 1 0 24 0 0 0 0 0 +543 1783791795383738800 REFRESH 2 0 0.73337698120027395 0.45315161839863699 2 7 2 7 0 0 1030 65 417 3955364 56640 223.40608215332031 1.0115000000000001 283.63740000000001 13440 8681 0 0 0.27768796280696073 2.131664922996019 1920 943 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 25 36 38 293 0 0 0 1 64 0 0 0 0 0 +544 1783791795700456000 REFRESH 22 0 0.73198696094934168 0.91396933560476989 3 11 3 11 0 0 348 23 413 3955354 56640 223.79315185546875 1.0025999999999999 268.19569999999999 6720 4800 0 0 0.011175295070335413 0.48527856153633292 768 371 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 26 311 0 0 0 0 23 0 0 0 0 0 +545 1783791795966961500 REFRESH 47 0 0.72701986079304548 0.8279386712095399 2 11 2 11 0 0 346 30 415 3955341 56640 222.75173950195312 1.0053000000000001 264.63979999999998 13440 9521 0 0 0.068787934381682569 1.4082378301417173 1152 643 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 25 25 28 312 0 0 0 1 29 0 0 0 0 0 +546 1783791796333924000 REFRESH 52 0 0.73299150561840776 0.36712095400340705 1 7 1 7 0 0 739 19 427 3951516 56160 223.5914306640625 0.99039999999999995 308.86610000000002 13440 8577 0 0 9.3941475748750359e-05 1.8292142620607277 2688 1587 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 26 26 168 182 0 0 1 0 18 0 0 0 0 0 +547 1783791796759195700 REFRESH 46 0 0.73217282575275955 0.37478705281090291 0 8 0 8 0 0 1706 33 415 3955324 56640 224.76390075683594 1.0153000000000001 314.57130000000001 13440 8225 0 0 0 0.71724789119036625 2688 1181 64 1 16 4 2 2 2 6 983040 491520 491520 491644 1497600 25 25 40 47 278 0 0 0 2 31 0 0 0 0 0 +548 1783791797139020300 REFRESH 44 0 0.73177305428467143 0.36712095400340705 1 7 1 7 0 0 890 23 433 3951500 56160 223.81362915039062 1.0083 313.30340000000001 13440 8320 0 0 0.058086188671880992 1.6339388773258507 2688 1405 64 1 16 4 2 3 2 5 983040 491520 737280 491660 1248000 25 25 28 132 223 0 0 3 3 17 0 0 0 0 0 +549 1783791797480227400 REFRESH 39 0 0.73452993992205484 0.63287904599659284 3 8 3 8 0 0 669 49 423 3955361 56640 222.97293090820312 0.99490000000000001 277.13139999999999 13440 9492 0 0 0.033915050234405199 0.89795211255192564 1152 607 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 25 57 25 291 0 0 5 1 43 0 0 0 0 0 +550 1783791797796432500 REFRESH 34 0 0.72802095946786771 0.8356047700170357 1 12 1 12 0 0 383 20 419 3955334 56640 222.24589538574219 1.0115000000000001 263.13690000000003 13440 9547 0 0 0.00021112582308471681 3.0454486501737303 1152 574 64 1 16 4 2 2 2 6 983040 491520 491520 491654 1497600 25 26 25 33 310 1 0 0 3 16 0 0 0 0 0 +551 1783791798124767600 REFRESH 42 0 0.90499783458411298 0 0 4 0 4 0 0 2729 18 423 3943911 55200 225.112060546875 1.0126999999999999 326.70330000000001 20160 12223 0 0 0 0.0074256873509956651 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 31 25 27 267 73 2 0 2 0 14 0 0 0 0 0 +552 1783791798508662600 REFRESH 21 0 0.73395130758958005 0.56218057921635434 0 10 0 10 0 0 1101 81 413 3955347 56640 222.80192565917969 1.0085999999999999 279.29140000000001 13440 9067 0 0 0 1.5468786808754207 1536 846 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 31 33 298 0 0 0 1 80 0 0 0 0 0 +553 1783791798860297100 REFRESH 33 0 0.73220672857523539 0.36712095400340705 1 7 1 7 0 0 1476 62 417 3951528 56160 224.23858642578125 1.0024 281.63889999999998 13440 8124 0 0 0.00023294165214766597 0.38821406897906902 2688 1559 64 1 16 4 2 3 2 5 983040 491520 737280 491687 1248000 25 26 25 89 252 0 0 0 8 54 0 0 0 0 0 +554 1783791799203560300 REFRESH 41 0 0.73301540429238332 0.55451448040885853 1 9 1 9 0 0 736 65 414 3955346 56640 222.26022338867188 1.0004999999999999 284.6223 13440 9080 0 0 0.00047546691312138533 1.497358551665477 1536 833 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 32 38 293 1 0 1 1 62 0 0 0 0 0 +555 1783791799561468000 REFRESH 54 0 0.73394217330370926 0.4608177172061329 1 8 1 8 0 0 574 41 416 3955358 56640 222.31785583496094 1.0031000000000001 299.62479999999999 13440 8474 0 0 0.0031513658341259495 1.0996631565127335 1920 1144 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 25 54 44 268 0 0 2 2 37 0 0 0 0 0 +556 1783791799828816200 REFRESH 35 0 0.72743417591993653 0.8279386712095399 2 11 2 11 0 0 680 25 410 3955366 56640 223.37228393554688 1.0006999999999999 265.65449999999998 13440 9456 0 0 0.14802736923096438 1.1785022974634329 1152 601 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 26 25 27 307 0 0 0 1 24 0 0 0 0 0 +557 1783791800208532300 REFRESH 48 0 0.7326252053575758 0.3594548551959113 2 6 2 6 0 0 1031 31 424 3951540 56160 224.39833068847656 1.0041 311.38049999999998 13440 8480 0 0 0.0010930946807506234 0.82664892777303722 2688 1284 64 1 16 4 2 3 2 5 983040 491520 737280 491699 1248000 25 25 25 177 172 0 0 10 7 14 0 0 0 0 0 +558 1783791800475644200 REFRESH 43 0 0.72748302869753645 0.8279386712095399 2 11 2 11 0 0 513 19 419 3955349 56640 223.76652526855469 1.0071000000000001 265.28210000000001 13440 9448 0 0 0.0063607670447448439 2.1795856964608884 1152 577 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 26 317 0 0 0 0 19 0 0 0 0 0 +559 1783791800841480600 REFRESH 18 0 0.73207816765903955 0.9293015332197615 1 13 1 13 0 0 266 12 413 3955345 56640 225.35781860351562 1.0036 277.7045 6720 4852 0 0 0.0012569916261272248 1.8637555132242398 768 311 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 25 25 25 313 0 0 0 0 12 0 0 0 0 0 +560 1783791801208786200 REFRESH 13 0 0.74218406010564464 0.27342419080068137 1 6 1 6 0 0 1303 85 420 3951540 56160 223.85356140136719 1.0113000000000001 291.54680000000002 13440 8321 0 0 0.020987993032565287 0.62660479193559504 3072 1703 64 1 16 4 2 3 2 5 983040 491520 737280 491700 1248000 25 26 26 187 156 0 0 0 43 42 0 0 0 0 0 +561 1783791801540199000 REFRESH 16 0 0.73208947804757862 0.3594548551959113 2 6 2 6 0 0 1232 45 417 3951501 56160 223.86994934082031 1.0003 274.70409999999998 13440 8026 0 0 0.0081371797400521043 0.78472605386165473 2688 1448 64 1 16 4 2 3 2 5 983040 491520 737280 491661 1248000 25 25 25 165 177 0 0 0 11 34 0 0 0 0 0 +562 1783791801864360000 REFRESH 7 0 0.72773583462035885 0.8356047700170357 1 12 1 12 0 0 493 25 409 3955353 56640 223.04972839355469 1.2962 264.7867 13440 9415 0 0 0.0016213740876451709 1.185412057710556 1152 589 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 25 29 304 0 0 0 1 24 0 0 0 0 0 +563 1783791802178777000 REFRESH 12 0 0.73491739033512038 0.63287904599659284 3 8 3 8 0 0 720 20 407 3955365 56640 223.86585998535156 0.99939999999999996 266.33690000000001 13440 9465 0 0 0.0015276581021753017 0.97823052614698447 1152 539 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 32 33 291 0 0 0 0 20 0 0 0 0 0 +564 1783791802493579200 REFRESH 58 0 0.73244315026658202 0.92163543441226559 2 12 2 12 0 0 369 40 411 3955356 56640 223.32211303710938 1.0089999999999999 269.07870000000003 6720 4810 0 0 0.0076636105675829576 2.5667759643308892 768 394 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 25 25 26 310 0 0 0 1 39 0 0 0 0 0 +565 1783791802757102700 REFRESH 19 0 0.7280039492131064 0.8279386712095399 2 11 2 11 1 0 466 48 405 3955346 56640 222.84696960449219 1.0059 261.86529999999999 13440 9485 0 0 0.026612550116554848 0.41242194412227251 1152 644 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 28 29 298 1 0 0 3 44 0 0 0 0 1 +566 1783791803107267000 REFRESH 53 0 0.7333758923492415 0.37478705281090291 0 8 0 8 0 0 1412 96 410 3951524 56160 223.6968994140625 1.0062 285.06479999999999 13440 7991 0 0 3.9256012599737908e-05 0.28559182276312889 2688 1566 64 1 16 4 2 3 2 5 983040 491520 737280 491682 1248000 25 26 26 149 184 1 0 0 30 65 0 0 0 0 0 +567 1783791803478205100 REFRESH 36 0 0.72794178396165732 0.82027257240204421 3 10 3 10 0 0 682 64 419 3955360 56640 223.49311828613281 1.0001 265.57089999999999 13440 9509 0 0 0.11571595544508143 0.12554692697056585 1152 647 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 27 43 298 0 0 5 2 57 0 0 0 0 0 +568 1783791803852393800 REFRESH 11 0 0.73312313727609957 0.37478705281090291 0 8 0 8 0 0 752 32 412 3955363 56640 222.66983032226562 1.0107999999999999 320.03989999999999 13440 8579 0 0 0 0.86112752050773622 2688 1684 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 67 63 231 1 0 0 2 29 0 0 0 0 0 +569 1783791804217321100 REFRESH 25 0 0.73341584106936908 0.54684838160136284 2 8 2 8 0 0 1259 45 412 3955365 56640 224.4835205078125 1.01 298.88150000000002 13440 9080 0 0 0.0037133317294834652 0.74577769507902991 1536 788 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 25 40 40 282 1 0 3 3 38 0 0 0 0 0 +570 1783791804554238500 REFRESH 30 0 0.73408113854951407 0.4608177172061329 1 8 1 8 0 0 1185 100 412 3955362 56640 223.2279052734375 0.99680000000000002 276.7328 13440 8489 0 0 0.0013666657541232577 3.3863224852280185 1920 1063 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 44 32 285 0 0 0 2 98 0 0 0 0 0 +571 1783791804942001300 REFRESH 56 0 0.74218348990273797 0.26575809199318562 2 5 2 5 0 0 1855 28 425 3951494 56160 223.04591369628906 1.0465 325.27100000000002 13440 8418 0 0 0.046640050987219968 0.5128100694303207 3072 1593 64 1 16 4 2 3 2 5 983040 491520 737280 491654 1248000 25 25 26 256 93 0 0 0 12 16 0 0 0 0 0 +572 1783791805303326400 REFRESH 1 0 0.73235881510005851 0.36712095400340705 1 7 1 7 0 0 1196 92 421 3951508 56160 224.29901123046875 1.0053000000000001 291.04570000000001 13440 8297 0 0 0.033498790971522759 2.1769451087173866 2688 1479 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 27 25 149 195 0 0 5 25 62 0 0 0 0 0 +573 1783791805638868400 REFRESH 45 0 0.73415816951304591 0.45315161839863699 2 7 2 7 0 0 883 61 415 3955332 56640 224.92568969726562 0.99470000000000003 278.94929999999999 13440 8508 0 0 0.2309103244036371 1.4859222174523592 1920 1052 64 1 16 4 2 2 2 6 983040 491520 491520 491652 1497600 25 26 31 26 307 0 0 4 1 56 0 0 0 0 0 +574 1783791805999765200 REFRESH 20 0 0.72958554627918026 0.45315161839863699 2 7 2 7 0 0 850 15 425 3955360 56640 221.41746520996094 0.99380000000000002 310.4787 13440 8980 0 0 0.012195410250654825 0.40032460833526767 2304 1253 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 80 72 223 0 0 0 0 15 0 0 0 0 0 +575 1783791806328016300 REFRESH 55 0 0.72797605637763407 0.8279386712095399 2 11 2 11 0 0 526 23 415 3955343 56640 225.3885498046875 1.0439000000000001 274.07220000000001 13440 9477 0 0 0.068991051941812459 0.94012883186839502 1152 525 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 36 32 296 0 0 0 0 23 0 0 0 0 0 +576 1783791806637374800 REFRESH 6 0 0.73284325705158393 0.91396933560476989 3 11 3 11 0 0 323 13 417 3955383 56640 223.17875671386719 1.0055000000000001 263.50349999999997 6720 4810 0 0 0.072288152349572699 0.34701723533367151 768 330 64 1 16 5 1 2 2 6 1228800 245760 491520 491701 1497600 25 26 25 25 316 0 0 0 0 13 0 0 0 0 0 +577 1783791808636994200 DEPTH 42 1 0.90249077092276986 0 0 4 0 4 0 0 2769 71 2597 23664741 81600 1305.9494171142578 6.0717999999999996 1906.9322 120960 57909 1 0 0 0.0074256873509956651 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426341 4492800 164 150 157 1422 704 5 0 1 0 65 0 0 0 0 0 +578 1783791810617032100 DEPTH 17 1 0.73755377916787457 0.28109028960817717 0 7 0 7 0 0 1395 100 2575 23702577 118080 1296.4875640869141 6.5269999999999992 1925.48 80640 40828 1 0 0 0.25750499040495345 3456 1953 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3442735 6988800 150 156 150 602 1517 2 0 5 0 93 0 0 0 0 0 +579 1783791812510277200 DEPTH 8 1 0.73750693258235378 0.26575809199318562 2 5 2 5 0 0 1323 121 2542 23687814 103680 1314.0848693847656 6.8250000000000002 1838.4022 80640 39103 1 0 0.029879628220595384 1.0001863379870284 3456 1880 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426370 5990400 150 150 150 175 1917 0 0 1 4 116 0 0 0 0 0 +580 1783791814181460000 DEPTH 29 1 0.73488131525609734 0.82027257240204421 3 10 3 10 0 0 622 89 2572 23732978 147840 1341.1339263916016 6.0399000000000003 1611.0872999999999 80640 43035 1 0 0.22779852191775379 1.0401557841826667 2304 1169 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950897 8985600 150 156 150 161 1955 3 1 1 0 84 0 0 0 0 0 +581 1783791815913401300 DEPTH 38 1 0.73377002077667042 0.55451448040885853 1 9 1 9 0 0 1014 80 2552 23709961 125760 1293.6785888671875 6.0297999999999998 1670.9567999999999 80640 40275 1 0 0.069380060749284017 2.6479308659882252 3456 1820 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950920 7488000 150 156 150 716 1380 0 1 0 14 65 0 0 0 0 0 +582 1783791817788730400 DEPTH 39 1 0.72840077667672043 0.63287904599659284 3 8 3 8 0 0 695 76 2556 23733036 147840 1295.3479309082031 6.1184000000000003 1799.8966 80640 45081 1 1 0.033915050234405199 0.89795211255192564 1536 829 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950954 8985600 150 150 288 150 1818 2 0 6 7 60 0 0 0 0 0 +583 1783791819404070500 DEPTH 10 1 0.72842690302796198 0.64821124361158422 1 10 1 10 0 0 592 182 2567 23733057 147840 1298.8252105712891 6.9684999999999997 1613.5442 80640 44728 1 0 0.033765467539783239 3.6125366839537807 1536 823 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950976 8985600 150 156 182 167 1912 2 0 14 3 163 0 0 0 0 0 +584 1783791821330828200 DEPTH 52 1 0.72840206352037395 0.36712095400340705 1 7 1 7 0 0 776 81 2573 23709958 125760 1297.3969116210938 6.2715999999999994 1868.1421 80640 40591 1 0 9.3941475748750359e-05 1.8292142620607277 3072 1828 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950914 7488000 150 156 150 963 1154 2 0 8 2 69 0 0 0 0 0 +585 1783791823373638800 DEPTH 13 1 0.73760808328603311 0.27342419080068137 1 6 1 6 0 0 1339 141 2582 23691636 106560 1293.1053771972656 5.9943999999999997 1823.6331 80640 39897 1 0 0.020987993032565287 0.62660479193559504 3456 1903 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4180596 6240000 150 152 150 938 1192 1 1 5 19 115 0 0 0 0 0 +586 1783791825411591300 DEPTH 42 1 0.73975626421410901 0 0 4 0 4 0 0 2796 60 2582 23664826 81600 1296.7467193603516 5.995400000000001 1890.5329999999999 120960 47005 1 1 0 0.0074256873509956651 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 158 150 156 1480 638 2 0 0 0 57 0 0 0 0 0 +587 1783791827418319800 DEPTH 54 1 0.72865825296987774 0.4608177172061329 1 8 1 8 0 0 591 58 2564 23733050 147840 1364.9961700439453 6.2905999999999995 1937.7889 80640 42708 1 0 0.0031513658341259495 1.0996631565127335 2304 1385 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950969 8985600 150 150 174 159 1931 0 0 1 0 57 0 0 0 0 0 +588 1783791829454589900 DEPTH 2 1 0.72845803334074155 0.45315161839863699 2 7 2 7 0 0 1093 189 2565 23733047 147840 1374.2110748291016 6.0450999999999988 1918.2233000000001 80640 42928 1 0 0.27768796280696073 2.131664922996019 2304 1163 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950965 8985600 150 150 164 177 1924 0 0 9 4 176 0 0 0 0 0 +589 1783791831613927900 DEPTH 21 1 0.72831297611330048 0.56218057921635434 0 10 0 10 1 0 1125 103 2545 23733109 147840 1371.6133270263672 6.7052000000000005 1951.4527 80640 44117 1 0 0 1.3509187811557981 1920 1079 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951029 8985600 150 155 157 160 1923 0 0 13 7 83 0 0 0 0 2 +590 1783791833683727300 DEPTH 48 1 0.72796658261585756 0.3594548551959113 2 6 2 6 0 0 1059 82 2616 23710040 125760 1393.3926239013672 6.3674999999999997 2005.7660000000001 80640 40768 1 0 0.0010930946807506234 0.82664892777303722 3072 1483 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950996 7488000 150 150 150 733 1433 1 0 3 2 76 0 0 0 0 0 +591 1783791835922544900 DEPTH 46 1 0.72780646832814333 0.37478705281090291 0 8 0 8 0 0 1723 67 2570 23709994 125760 1384.1838226318359 6.2911999999999999 2159.1709000000001 80640 39398 1 0 0 0.71724789119036625 3072 1361 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950952 7488000 150 150 163 292 1815 0 0 4 0 63 0 0 0 0 0 +592 1783791837937456700 DEPTH 33 1 0.72772576811119483 0.36712095400340705 1 7 1 7 0 0 1496 91 2532 23706378 121920 1324.2983551025391 6.0830000000000002 1927.1759999999999 80640 39685 1 0 0.00023294165214766597 0.38821406897906902 3072 1806 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196937 7238400 150 156 150 361 1715 1 0 0 5 85 0 0 0 0 0 +593 1783791839602985900 DEPTH 12 1 0.72868671736644286 0.63287904599659284 3 8 3 8 0 0 735 143 2536 23733001 147840 1315.2196807861328 6.0640999999999998 1594.1458 80640 44962 1 0 0.0015276581021753017 0.97823052614698447 1536 715 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950919 8985600 150 151 157 171 1907 1 0 0 6 136 0 0 0 0 0 +594 1783791841600066900 DEPTH 53 1 0.7285359724663707 0.37478705281090291 0 8 0 8 0 0 1450 161 2534 23710039 125760 1319.0297546386719 6.5312000000000001 1903.7414000000001 80640 38013 1 0 3.9256012599737908e-05 0.28559182276312889 3072 1822 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950996 7488000 150 156 156 596 1476 1 0 0 39 121 0 0 0 0 0 +595 1783791843606411700 DEPTH 11 1 0.72828766643195308 0.37478705281090291 0 8 0 8 1 0 784 84 2575 23721581 136320 1296.7221069335938 6.2877999999999998 1929.6314 80640 41599 1 0 0 0.90835788215057978 3072 1935 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2951021 8236800 150 150 153 443 1679 4 0 0 2 78 0 0 0 0 1 +596 1783791845591663300 DEPTH 31 1 0.72766923456214094 0.3594548551959113 2 6 2 6 0 0 1128 87 2585 23710020 125760 1307.8070220947266 7.1128 1902.3015 80640 40080 1 1 0.03563315390945998 1.0424632346471612 3072 1708 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950978 7488000 150 150 156 717 1412 0 0 5 6 75 0 0 0 0 0 +597 1783791847528794100 DEPTH 9 1 0.72765763279078111 0.3594548551959113 2 6 2 6 0 0 760 79 2573 23706358 121920 1313.4542846679688 6.0863000000000014 1856.3643 80640 40410 1 0 0.00084064195437858239 0.84794300678403445 3072 1645 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196917 7238400 150 150 158 726 1389 0 0 2 18 59 0 0 0 0 0 +598 1783791849650630800 DEPTH 41 1 0.72764817336103582 0.55451448040885853 1 9 1 9 0 0 765 91 2547 23733067 147840 1348.5724487304688 6.5496999999999996 2044.1287 80640 43880 1 0 0.00047546691312138533 1.497358551665477 1920 1073 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950984 8985600 150 156 166 182 1893 2 0 4 6 79 0 0 0 0 0 +599 1783791851762397800 DEPTH 44 1 0.72760989483810867 0.36712095400340705 1 7 1 7 0 0 919 91 2608 23709983 125760 1376.9492340087891 6.2196999999999996 2030.8835999999999 80640 39179 1 0 0.058086188671880992 1.6339388773258507 3072 1607 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950943 7488000 150 150 150 690 1468 0 0 2 2 87 0 0 0 0 0 +600 1783791853832620500 DEPTH 16 1 0.72762771770499479 0.3594548551959113 2 6 2 6 0 0 1265 131 2570 23710024 125760 1379.6956481933594 6.7045999999999992 1923.3182999999999 80640 38438 1 0 0.0081371797400521043 0.78472605386165473 3072 1661 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950984 7488000 150 150 150 892 1228 0 0 0 14 117 0 0 0 0 0 +601 1783791855801864600 DEPTH 42 1 0.79719980755731268 0 0 4 0 4 0 0 2827 60 2597 23664832 81600 1362.1473541259766 6.0845000000000002 1967.5282 120960 37726 1 0 0 0.0074256873509956651 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 155 150 156 1536 600 7 0 0 0 53 0 0 0 0 0 +602 1783791857862597800 DEPTH 56 1 0.73775688709016296 0.26575809199318562 2 5 2 5 0 0 1889 114 2564 23687844 103680 1371.5384216308594 6.0761000000000003 1981.0554 80640 39911 1 0 0.046640050987219968 0.5128100694303207 3456 1792 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426403 5990400 150 150 156 1273 835 3 0 5 15 91 0 0 0 0 0 +603 1783791859848520900 DEPTH 45 1 0.72882390420397591 0.45315161839863699 2 7 2 7 0 0 917 147 2600 23733102 147840 1371.6776733398438 6.0739999999999998 1903.7520999999999 80640 42102 1 0 0.2309103244036371 1.4859222174523592 2304 1283 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951020 8985600 150 150 168 150 1982 1 1 14 4 127 0 0 0 0 0 +604 1783791861804321600 DEPTH 30 1 0.72884810095228136 0.4608177172061329 1 8 1 8 1 0 1210 104 2525 23733020 147840 1366.3815612792969 6.0427999999999997 1893.2729999999999 80640 42445 1 0 0.0013669985515778285 2.8038400579106844 2304 1299 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950937 8985600 150 152 211 165 1847 0 0 13 4 87 0 0 0 0 1 +605 1783791863915192400 DEPTH 25 1 0.72782253973442312 0.54684838160136284 2 8 2 8 0 0 1281 117 2544 23733078 147840 1377.2933654785156 6.5594000000000001 2030.3883000000001 80640 43844 1 0 0.0037133317294834652 0.74577769507902991 1920 1001 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950996 8985600 150 150 196 184 1864 4 0 10 0 103 0 0 0 0 0 +606 1783791866195588300 DEPTH 1 1 0.72776588105144846 0.36712095400340705 1 7 1 7 1 0 1220 70 2564 23710026 125760 1374.3485260009766 6.3330000000000002 2201.1095999999998 80640 40289 1 0 0.018849895834517058 1.8949329321593116 3072 1703 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950986 7488000 150 153 150 472 1639 0 0 1 0 69 0 0 0 0 1 +607 1783791867888449600 DEPTH 51 1 0.72640353415994063 0.91396933560476989 3 11 3 11 1 0 379 44 2574 23732918 147840 1337.4146423339844 6.3289000000000009 1631.3021000000001 47040 29329 1 0 0.087329003000611749 0.36799326716882785 1152 580 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950836 8985600 150 150 150 150 1974 0 0 0 2 42 0 0 0 0 5 +608 1783791869557720700 DEPTH 27 1 0.72640382449591745 0.93696763202725719 0 14 0 14 1 0 563 150 2535 23733011 147840 1329.3856353759766 6.0907 1609.4708000000001 47040 29169 1 0 0 1.8648417177874692 1152 580 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950930 8985600 150 156 150 156 1923 0 1 0 0 149 0 0 0 0 2 +609 1783791869917810900 REFRESH 18 0 0.72579320855816642 0.9293015332197615 1 13 1 13 0 0 266 17 410 3955351 56640 237.93562316894531 1.0136000000000001 294.47239999999999 6720 4725 0 0 0.0012569916261272248 1.8637555132242398 832 339 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 25 25 25 310 0 0 0 0 17 0 0 0 0 0 +610 1783791870256197700 REFRESH 57 0 0.72243771248700206 0.8279386712095399 2 11 2 11 0 0 732 35 406 3955352 56640 230.80960083007812 1.0230999999999999 275.28530000000001 13440 9238 0 0 0.00086134671513647058 1.9830901473760911 1216 567 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 25 30 300 0 0 0 1 34 0 0 0 0 0 +611 1783791870586129800 REFRESH 15 0 0.72597714248309986 0.91396933560476989 3 11 3 11 0 0 256 15 414 3955350 56640 235.29881286621094 1.0046999999999999 278.77850000000001 6720 4788 0 0 0.13215737202774189 0.95319511763653475 832 409 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 32 306 1 0 0 0 14 0 0 0 0 0 +612 1783791870937057100 REFRESH 44 0 0.60277382805633373 0.36712095400340705 1 7 1 7 0 0 962 61 423 3947748 55680 246.7010498046875 1.3656999999999999 348.93299999999999 13440 8267 0 0 0.058086188671880992 1.6339388773258507 3136 1640 64 1 16 4 2 3 3 4 983040 491520 737280 737508 998400 25 25 29 49 295 0 0 0 11 50 0 0 0 0 0 +613 1783791871248110600 REFRESH 25 0 0.55192193721929506 0.54684838160136284 2 8 2 8 0 0 1315 70 415 3955349 56640 243.91987609863281 1.0034000000000001 309.63119999999998 13440 8500 0 0 0.0037133317294834652 0.74577769507902991 1984 1031 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 40 44 281 0 0 3 6 61 0 0 0 0 0 +614 1783791871593298400 REFRESH 34 0 0.72259076791451449 0.8356047700170357 1 12 1 12 0 0 386 20 421 3955366 56640 238.487548828125 1.0451999999999999 280.29450000000003 13440 9257 0 0 0.00021112582308471681 3.0454486501737303 1216 603 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 25 25 25 31 315 0 0 0 3 17 0 0 0 0 0 +615 1783791871885361300 REFRESH 31 0 0.66295654409211857 0.3594548551959113 2 6 2 6 0 0 1171 80 415 3947748 55680 237.18707275390625 1.004 290.55189999999999 13440 8366 0 0 0.03563315390945998 1.0424632346471612 3136 1739 64 1 16 4 2 3 3 4 983040 491520 737280 737508 998400 25 26 30 72 262 0 0 0 14 66 0 0 0 0 0 +616 1783791872215178400 REFRESH 6 0 0.72623258652702116 0.91396933560476989 3 11 3 11 0 0 325 11 417 3955384 56640 234.28813171386719 1.018 275.5949 6720 4758 0 0 0.072288152349572699 0.34701723533367151 832 357 64 1 16 5 1 2 2 6 1228800 245760 491520 491704 1497600 25 26 25 25 316 0 0 0 2 9 0 0 0 0 0 +617 1783791872560384300 REFRESH 26 0 0.72297507119547699 0.8356047700170357 1 12 1 12 0 0 604 74 416 3955363 56640 236.7958984375 1.0051000000000001 280.62619999999998 13440 9326 0 0 0.0083341747302065651 1.6562849080799076 1216 569 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 25 26 314 0 0 0 0 74 0 0 0 0 0 +618 1783791872905830300 REFRESH 36 0 0.72219824289068812 0.82027257240204421 3 10 3 10 1 0 695 53 413 3955347 56640 236.76109313964844 1.0057 279.3929 13440 9311 0 0 0.11571585162536935 0.13125970343667542 1216 684 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 28 45 289 0 0 2 1 50 0 0 0 0 1 +619 1783791873234015700 REFRESH 1 0 0.60311017193054051 0.36712095400340705 1 7 1 7 0 0 1236 38 426 3951521 56160 237.00889587402344 1.0015000000000001 326.18650000000002 13440 8373 0 0 0.018849895834517058 1.8949329321593116 3136 1734 64 1 16 4 2 3 2 5 983040 491520 737280 491681 1248000 25 26 25 184 166 0 0 0 11 27 0 0 0 0 0 +620 1783791873648116000 REFRESH 17 0 0.73355136859765413 0.28109028960817717 0 7 0 7 0 0 1423 64 418 3947738 55680 240.21708679199219 1.0861000000000001 344.65870000000001 13440 8302 0 0 0 0.25750499040495345 3520 1989 64 1 16 4 2 3 3 4 983040 491520 737280 737498 998400 25 26 25 131 211 0 0 1 16 47 0 0 0 0 0 +621 1783791873941005900 REFRESH 27 0 0.59994731132719381 0.93696763202725719 0 14 0 14 0 0 573 34 419 3955363 56640 242.64089965820312 1.0255000000000001 286.25439999999998 13440 9416 0 0 0 1.8648417177874692 1216 609 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 25 26 317 0 0 0 0 34 0 0 0 0 0 +622 1783791874289334600 REFRESH 28 0 0.7222074805980323 0.8356047700170357 1 12 1 12 0 0 404 34 412 3955347 56640 238.09536743164062 1.0206999999999999 287.64580000000001 13440 9282 0 0 0.0024429387246206629 3.2391561843663608 1216 588 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 25 27 310 0 0 0 0 34 0 0 0 0 0 +623 1783791874610890700 REFRESH 47 0 0.72204226482869516 0.8279386712095399 2 11 2 11 0 0 364 38 416 3955332 56640 226.75267028808594 1.004 268.34820000000002 13440 9286 0 0 0.068787934381682569 1.4082378301417173 1216 677 64 1 16 4 2 2 2 6 983040 491520 491520 491651 1497600 25 25 25 29 312 0 0 0 0 38 0 0 0 0 0 +624 1783791874955914600 REFRESH 39 0 0.72293262849747519 0.63287904599659284 3 8 3 8 0 0 724 53 422 3955369 56640 219.8814697265625 1.0107999999999999 279.78379999999999 13440 9045 0 0 0.033915050234405199 0.89795211255192564 1600 863 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 25 56 25 291 1 0 4 1 47 0 0 0 0 0 +625 1783791875256516100 REFRESH 9 0 0.72314647460261039 0.3594548551959113 2 6 2 6 0 0 768 32 412 3947747 55680 224.753662109375 1.0097 298.89780000000002 13440 8301 0 0 0.00084064195437858239 0.84794300678403445 3136 1679 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 26 28 52 281 0 0 1 5 26 0 0 0 0 0 +626 1783791875649067700 REFRESH 55 0 0.72223384026236459 0.8279386712095399 2 11 2 11 0 0 532 26 406 3955366 56640 221.42463684082031 1.0058 270.61309999999997 13440 9254 0 0 0.068991051941812459 0.94012883186839502 1216 557 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 32 33 290 0 0 1 0 25 0 0 0 0 0 +627 1783791875966379000 REFRESH 3 0 0.72330095072859524 0.64054514480408853 2 9 2 9 0 0 673 49 413 3955344 56640 215.90425109863281 1.0065999999999999 263.81299999999999 13440 9005 0 0 0.0050576980245461926 0.34031149153937412 1600 822 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 70 47 245 0 0 7 1 41 0 0 0 0 0 +628 1783791876343036800 REFRESH 11 0 0.72393678524646909 0.37478705281090291 0 8 0 8 0 0 794 22 421 3951520 56160 217.75791931152344 1.0037 301.40890000000002 13440 8525 0 0 0 0.90835788215057978 3136 1974 64 1 16 4 2 3 2 5 983040 491520 737280 491680 1248000 25 25 25 180 166 0 0 8 2 12 0 0 0 0 0 +629 1783791876664149500 REFRESH 35 0 0.72228970765250455 0.8279386712095399 2 11 2 11 1 0 682 25 402 3955353 56640 217.45458984375 1.0165999999999999 259.91340000000002 13440 9260 0 0 0.14741967923820357 1.1559983275112315 1216 627 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 25 27 299 0 0 0 0 25 0 0 0 0 1 +630 1783791877021116200 REFRESH 40 0 0.72484933023440679 0.64821124361158422 1 10 1 10 0 0 921 17 413 3955371 56640 216.51557922363281 1.0114000000000001 304.89589999999998 13440 8833 0 0 0.083077089126711981 1.5472964947330925 1600 766 64 1 16 4 2 2 2 6 983040 491520 491520 491690 1497600 25 25 27 36 300 0 0 2 0 15 0 0 0 0 0 +631 1783791877291163200 REFRESH 16 0 0.72318880294990251 0.3594548551959113 2 6 2 6 0 0 1275 27 415 3947747 55680 220.35763549804688 1.0724 268.45949999999999 13440 8198 0 0 0.0081371797400521043 0.78472605386165473 3136 1688 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 25 25 75 265 0 0 0 3 24 0 0 0 0 0 +632 1783791877676860300 REFRESH 37 0 0.72352083306260606 0.8356047700170357 1 12 1 12 0 0 516 29 419 3955347 56640 218.39053344726562 1.0094000000000001 261.54539999999997 13440 9336 0 0 0.011024188302398647 0.75183562008426186 1216 666 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 25 35 309 0 0 0 1 28 0 0 0 0 0 +633 1783791878002188500 REFRESH 29 0 0.72775792565510533 0.82027257240204421 3 10 3 10 0 0 635 48 426 3955350 56640 218.85848999023438 1.0123 269.84449999999998 13440 8630 0 0 0.22779852191775379 1.0401557841826667 2368 1194 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 25 30 320 0 0 0 0 48 0 0 0 0 0 +634 1783791878314592800 REFRESH 24 0 0.72476842232868699 1 4 11 4 11 0 0 399 17 406 3955337 56640 218.06489562988281 1.0109999999999999 263.8854 6720 4745 0 0 0.05043824537518863 1.5283539614559523 832 373 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 25 25 25 26 305 0 0 0 0 17 0 0 0 0 0 +635 1783791878662822300 REFRESH 33 0 0.72353138654831417 0.36712095400340705 1 7 1 7 0 0 1560 104 410 3947762 55680 222.22540283203125 1.0073000000000001 276.245 13440 8320 0 0 0.00023294165214766597 0.38821406897906902 3136 1837 64 1 16 4 2 3 3 4 983040 491520 737280 737522 998400 25 26 25 60 274 0 0 0 16 88 0 0 0 0 0 +636 1783791879005019900 REFRESH 8 0 0.73383195228486686 0.26575809199318562 2 5 2 5 0 0 1335 30 410 3947744 55680 219.11756896972656 1.0086999999999999 275.9649 13440 8167 0 0 0.029879628220595384 1.0001863379870284 3520 1908 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 25 25 83 252 0 0 0 2 28 0 0 0 0 0 +637 1783791879318684200 REFRESH 7 0 0.7226110252584752 0.8356047700170357 1 12 1 12 0 0 503 33 404 3955347 56640 220.07192993164062 1.0041 261.86439999999999 13440 9219 0 0 0.0016213740876451709 1.185412057710556 1216 621 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 25 29 299 0 0 0 0 33 0 0 0 0 0 +638 1783791879674552800 REFRESH 22 0 0.72684858624609983 0.91396933560476989 3 11 3 11 0 0 351 25 417 3955349 56640 216.89241027832031 1.012 259.39299999999997 6720 4774 0 0 0.011175295070335413 0.48527856153633292 832 399 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 25 25 25 317 0 0 0 1 24 0 0 0 0 0 +639 1783791880003992600 REFRESH 19 0 0.7228418032553342 0.8279386712095399 2 11 2 11 0 0 471 25 411 3955349 56640 218.01676940917969 0.99890000000000001 259.23469999999998 13440 9351 0 0 0.026612550116554848 0.41242194412227251 1216 687 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 27 27 307 0 0 0 2 23 0 0 0 0 0 +640 1783791880332730400 REFRESH 50 0 0.72357197537281048 0.64054514480408853 2 9 2 9 0 0 521 20 418 3955338 56640 221.96223449707031 1.0024 272.43599999999998 13440 8979 0 0 0.061518444399238342 2.0460364460936478 1600 799 64 1 16 4 2 2 2 6 983040 491520 491520 491658 1497600 25 25 36 28 304 0 0 1 1 18 0 0 0 0 0 +641 1783791880696370000 REFRESH 20 0 0.72530851286044196 0.45315161839863699 2 7 2 7 0 0 853 14 426 3955350 56640 216.58726501464844 1.0059 306.6268 13440 8992 0 0 0.012195410250654825 0.40032460833526767 2368 1286 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 25 82 71 223 0 0 0 1 13 0 0 0 0 0 +642 1783791881052630800 REFRESH 2 0 0.72400461020633733 0.45315161839863699 2 7 2 7 0 0 1141 79 416 3955345 56640 230.2423095703125 1.0224 287.40809999999999 13440 8600 0 0 0.27768796280696073 2.131664922996019 2368 1199 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 36 40 290 0 0 2 0 77 0 0 0 0 0 +643 1783791881334815600 REFRESH 30 0 0.72507075103155483 0.4608177172061329 1 8 1 8 0 0 1275 107 410 3955359 56640 221.80044555664062 1.0832999999999999 280.44049999999999 13440 8510 0 0 0.0013669985515778285 2.8038400579106844 2368 1332 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 53 34 272 0 0 8 4 95 0 0 0 0 0 +644 1783791881662686400 REFRESH 49 0 0.72306654702991358 0.82027257240204421 3 10 3 10 1 0 594 44 407 3955367 56640 234.46528625488281 1.0062 275.94909999999999 13440 9307 0 0 0.015304549112704423 0.71842906980072507 1216 656 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 26 38 29 289 0 0 3 1 40 0 0 0 0 1 +645 1783791882097506000 REFRESH 23 0 0.72729459451287903 0.92163543441226559 2 12 2 12 0 0 520 40 414 3955354 56640 237.38572692871094 1.0306999999999999 282.86219999999997 6720 4836 0 0 0.048896909241570315 0.88175561896621024 832 388 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 25 26 25 45 293 0 0 0 2 38 0 0 0 0 0 +646 1783791882373570400 REFRESH 51 0 0.72043806765772833 0.91396933560476989 3 11 3 11 0 0 385 25 407 3955360 56640 232.12669372558594 1 274.23329999999999 13440 9367 0 0 0.087329003000611749 0.36799326716882785 1216 611 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 25 40 292 0 0 0 1 24 0 0 0 0 0 +647 1783791882710969600 REFRESH 5 0 0.72292467122582871 0.8279386712095399 2 11 2 11 1 0 402 22 415 3955364 56640 231.89811706542969 1.0037 274.73930000000001 13440 9300 0 0 0.0081192378834604884 0.89885629516784449 1216 656 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 25 57 44 264 0 0 0 0 22 0 0 0 0 1 +648 1783791883041312300 REFRESH 10 0 0.7235105741214316 0.64821124361158422 1 10 1 10 0 0 599 27 424 3955370 56640 222.77427673339844 1.0266999999999999 266.40429999999998 13440 9047 0 0 0.033765467539783239 3.6125366839537807 1600 853 64 1 16 4 2 2 2 6 983040 491520 491520 491690 1497600 25 26 37 37 299 0 0 2 3 22 0 0 0 0 0 +649 1783791883333981300 REFRESH 56 0 0.73386052608401409 0.26575809199318562 2 5 2 5 0 0 1946 100 416 3947750 55680 222.79986572265625 0.99939999999999996 290.96699999999998 13440 8259 0 0 0.046640050987219968 0.5128100694303207 3520 1827 64 1 16 4 2 3 3 4 983040 491520 737280 737510 998400 25 25 27 135 204 1 0 1 32 66 0 0 0 0 0 +650 1783791883684283700 REFRESH 21 0 0.72401652139967565 0.56218057921635434 0 10 0 10 0 0 1168 77 411 3955350 56640 223.3753662109375 0.99639999999999995 281.63909999999998 13440 8548 0 0 0 1.3509187811557981 1984 1117 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 31 37 292 0 0 6 4 67 0 0 0 0 0 +651 1783791884122290000 REFRESH 0 0 0.72336654264882783 0.8356047700170357 1 12 1 12 0 0 388 35 419 3955348 56640 221.96018981933594 1.0073000000000001 262.86450000000002 13440 9366 0 0 0.0054016437675040458 1.7479649960643842 1216 710 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 25 86 257 0 0 1 1 33 0 0 0 0 0 +652 1783791884443690500 REFRESH 42 0 0.89528836699934211 0 0 4 0 4 0 0 2831 14 430 3943921 55200 224.05632019042969 1.0071000000000001 319.75400000000002 20160 12016 0 0 0 0.0074256873509956651 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 27 25 27 272 79 1 0 0 0 13 0 0 0 0 0 +653 1783791884762197800 REFRESH 12 0 0.72362931060081959 0.63287904599659284 3 8 3 8 0 0 740 26 410 3955361 56640 222.64627075195312 0.99339999999999995 266.36989999999997 13440 9040 0 0 0.0015276581021753017 0.97823052614698447 1600 739 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 26 30 32 297 0 0 0 1 25 0 0 0 0 0 +654 1783791885096282700 REFRESH 14 0 0.72524765195579577 0.65587734241908002 0 11 0 11 0 0 659 46 412 3955347 56640 224.28364562988281 1.0034000000000001 280.70859999999999 13440 9009 0 0 1.622703203551702e-05 0.84273806458718525 1600 892 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 26 28 308 0 0 1 0 45 0 0 0 0 0 +655 1783791885373723900 REFRESH 45 0 0.72429804545207055 0.45315161839863699 2 7 2 7 0 0 964 87 411 3955361 56640 223.27708435058594 1.0061 275.37979999999999 13440 8196 0 0 0.2309103244036371 1.4859222174523592 2368 1314 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 27 35 31 293 0 0 2 2 83 0 0 0 0 0 +656 1783791885738640200 REFRESH 54 0 0.72452279421318799 0.4608177172061329 1 8 1 8 0 0 598 40 416 3955351 56640 222.50189208984375 0.99129999999999996 294.6848 13440 8795 0 0 0.0031513658341259495 1.0996631565127335 2368 1420 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 25 58 44 264 0 0 2 2 36 0 0 0 0 0 +657 1783791886080177300 REFRESH 32 0 0.72510245063327783 0.4608177172061329 1 8 1 8 0 0 1220 69 416 3955342 56640 223.47683715820312 1.0035000000000001 272.16660000000002 13440 8515 0 0 0.00028269938399440856 1.6059909260581056 2368 1259 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 38 37 290 0 0 2 3 64 0 0 0 0 0 +658 1783791886463887000 REFRESH 53 0 0.7247146598869274 0.37478705281090291 0 8 0 8 0 0 1490 77 424 3951504 56160 224.69734191894531 1.0009999999999999 311.00580000000002 13440 8139 0 0 3.9256012599737908e-05 0.28559182276312889 3136 1853 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 26 26 266 81 0 0 0 54 23 0 0 0 0 0 +659 1783791886853171400 REFRESH 46 0 0.72414225393317677 0.37478705281090291 0 8 0 8 0 0 1733 45 411 3951517 56160 224.00102233886719 1.002 311.26159999999999 13440 8241 0 0 0 0.71724789119036625 3136 1392 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 25 25 106 230 0 0 0 4 41 0 0 0 0 0 +660 1783791887168904000 REFRESH 4 0 0.72220839520819669 0.8356047700170357 1 12 1 12 1 0 181 14 426 3955340 56640 221.81887817382812 0.99770000000000003 261.6028 13440 9325 0 0 0.022810226644113724 1.881692363995114 1216 672 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 25 25 27 324 0 0 0 1 13 0 0 0 0 1 +661 1783791887508952300 REFRESH 41 0 0.7230460597072339 0.55451448040885853 1 9 1 9 0 0 790 53 411 3955351 56640 222.00729370117188 1.0112000000000001 284.83519999999999 13440 8569 0 0 0.00047546691312138533 1.497358551665477 1984 1104 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 35 36 289 1 0 5 2 45 0 0 0 0 0 +662 1783791887963971400 REFRESH 52 0 0.72488946670123089 0.36712095400340705 1 7 1 7 0 0 795 42 423 3947748 55680 223.16543579101562 1.0036 300.38920000000002 13440 8541 0 0 9.3941475748750359e-05 1.8292142620607277 3136 1870 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 25 26 31 61 280 0 0 4 10 28 0 0 0 0 0 +663 1783791888294521600 REFRESH 43 0 0.72311837833083525 0.8279386712095399 2 11 2 11 0 0 522 31 421 3955350 56640 223.5914306640625 1.0076000000000001 274.49040000000002 13440 9271 0 0 0.0063607670447448439 2.1795856964608884 1216 608 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 26 319 1 0 0 0 30 0 0 0 0 0 +664 1783791888645338500 REFRESH 38 0 0.72780154117488816 0.55451448040885853 1 9 1 9 0 0 1018 20 422 3951536 56160 222.45683288574219 1.0153000000000001 290.71390000000002 13440 8188 0 0 0.069380060749284017 2.6479308659882252 3520 1850 64 1 16 4 2 3 2 5 983040 491520 737280 491696 1248000 25 26 25 245 101 0 0 0 7 13 0 0 0 0 0 +665 1783791889018507400 REFRESH 13 0 0.73440817738251984 0.27342419080068137 1 6 1 6 0 0 1371 71 422 3947739 55680 223.60166931152344 1.014 289.33580000000001 13440 8272 0 0 0.020987993032565287 0.62660479193559504 3520 1937 64 1 16 4 2 3 3 4 983040 491520 737280 737499 998400 25 26 28 148 195 0 0 2 37 32 0 0 0 0 0 +666 1783791889410516600 REFRESH 48 0 0.72445600289639278 0.3594548551959113 2 6 2 6 0 0 1063 21 427 3951504 56160 223.10000610351562 1.0141 311.85180000000003 13440 8514 0 0 0.0010930946807506234 0.82664892777303722 3136 1509 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 25 25 222 130 0 0 0 1 20 0 0 0 0 0 +667 1783791889742708600 REFRESH 58 0 0.72747268527329112 0.92163543441226559 2 12 2 12 0 0 373 24 416 3955341 56640 223.01490783691406 1.0159 267.67680000000001 6720 4686 0 0 0.0076636105675829576 2.5667759643308892 832 432 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 25 25 25 26 315 0 0 0 1 23 0 0 0 0 0 +668 1783791891734949900 DEPTH 42 1 0.80286844221051867 0 0 4 0 4 1 0 2872 75 2588 23664883 81600 1308.2634735107422 6.0054000000000007 1919.9333999999999 120960 58448 1 1 0 0.0038112730182233304 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 153 150 156 1531 598 3 0 1 0 70 0 0 0 0 2 +669 1783791893778082700 DEPTH 17 1 0.72983503675107553 0.28109028960817717 0 7 0 7 0 0 1464 91 2570 23687915 103680 1298.7873382568359 6.9859 1973.1429000000001 80640 40050 1 1 0 0.25750499040495345 3726 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426475 5990400 150 156 150 417 1697 0 0 5 0 85 0 0 0 0 0 +670 1783791895599771100 DEPTH 8 1 0.72979861203127516 0.26575809199318562 2 5 2 5 0 0 1353 90 2531 23687865 103680 1340.3238372802734 6.5731000000000002 1762.5922 80640 38575 1 0 0.029879628220595384 1.0001863379870284 3823 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426423 5990400 150 150 150 228 1853 0 0 0 6 84 0 0 0 0 0 +671 1783791897235949300 DEPTH 29 1 0.72077470007902389 0.82027257240204421 3 10 3 10 1 0 653 77 2573 23725303 140160 1300.8551635742188 6.0264999999999995 1579.115 80640 42224 1 0 0.17245395781315404 1.1179809937997387 2752 1389 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950901 8486400 150 156 152 230 1885 2 0 0 0 75 0 0 0 0 1 +672 1783791898892034700 DEPTH 22 1 0.72058114460900535 0.91396933560476989 3 11 3 11 0 0 354 77 2545 23733130 147840 1299.9782562255859 6.1600000000000001 1597.6593 53760 33030 1 0 0.011175295070335413 0.48527856153633292 1216 591 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951046 8985600 150 150 150 150 1945 0 0 3 1 73 0 0 0 0 0 +673 1783791900519314300 DEPTH 6 1 0.72056083757400902 0.91396933560476989 3 11 3 11 1 0 331 44 2554 23733006 147840 1293.3171081542969 6.0691000000000006 1573.4099000000001 53760 32819 1 0 0.074515168654391534 0.3290575075344554 1216 535 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950924 8985600 150 153 150 150 1951 1 0 0 4 39 0 0 0 0 1 +674 1783791902474714200 DEPTH 20 1 0.72047050869270124 0.45315161839863699 2 7 2 7 0 0 868 65 2602 23713836 128640 1287.0840454101562 6.0658000000000003 1899.1341 80640 43628 1 0 0.012195410250654825 0.40032460833526767 2752 1508 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950954 7737600 150 150 196 503 1603 0 0 0 2 63 0 0 0 0 0 +675 1783791904176393600 DEPTH 15 1 0.72049622315666739 0.91396933560476989 3 11 3 11 0 0 259 55 2516 23733069 147840 1299.1601409912109 5.9851000000000001 1576.3788 53760 32859 1 0 0.13215737202774189 0.95319511763653475 1216 600 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950988 8985600 150 150 150 176 1890 2 2 3 0 48 0 0 0 0 0 +676 1783791906093761800 DEPTH 56 1 0.72969744398771397 0.26575809199318562 2 5 2 5 0 0 1992 131 2542 23687830 103680 1296.5202026367188 6.2427000000000001 1915.6605999999999 80640 39595 1 0 0.046640050987219968 0.5128100694303207 3904 2043 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426389 5990400 150 150 157 525 1560 1 0 2 7 121 0 0 0 0 0 +677 1783791907697631100 DEPTH 23 1 0.72094193933050599 0.92163543441226559 2 12 2 12 1 0 529 83 2554 23733027 147840 1292.7806701660156 6.1741000000000001 1601.7860000000001 53760 33102 1 0 0.031179817600414116 0.88433501468410636 1216 579 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950944 8985600 150 156 150 188 1910 0 0 0 4 79 0 0 0 0 1 +678 1783791909834154100 DEPTH 42 1 0.74052291499327261 0 0 4 0 4 0 0 2901 59 2599 23664773 81600 1300.0089721679688 5.9929999999999994 1913.4177 120960 47777 1 1 0 0.0038112730182233304 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426371 4492800 150 150 156 1582 561 1 0 3 0 54 0 0 0 0 0 +679 1783791911557542700 DEPTH 18 1 0.72047317206310924 0.9293015332197615 1 13 1 13 1 0 305 162 2493 23733043 147840 1307.1052856445312 6.0562999999999994 1602.6814999999999 53760 33351 1 0 0.0012422408091947064 1.8392637834566274 1216 494 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950959 8985600 150 150 150 151 1892 0 0 0 0 162 0 0 0 0 1 +680 1783791913507940000 DEPTH 30 1 0.72034430160346963 0.4608177172061329 1 8 1 8 0 0 1295 107 2566 23717617 132480 1294.8848724365234 6.1398000000000001 1886.1850999999999 80640 41222 1 0 0.0013669985515778285 2.8038400579106844 2752 1574 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950895 7987200 150 150 178 597 1491 0 0 5 12 90 0 0 0 0 0 +681 1783791915649472800 DEPTH 11 1 0.72006531503139715 0.37478705281090291 0 8 0 8 0 0 829 87 2585 23706270 121920 1323.3562927246094 6.3654999999999999 1961.8520000000001 80640 40915 1 0 0 0.90835788215057978 3343 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196828 7238400 150 150 150 870 1265 4 0 7 1 75 0 0 0 0 0 +682 1783791917543073700 DEPTH 40 1 0.71975864896495856 0.64821124361158422 1 10 1 10 0 0 948 119 2572 23733085 147840 1286.6981506347656 6.3116000000000003 1831.8098 80640 43849 1 0 0.083077089126711981 1.5472964947330925 1984 959 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951001 8985600 150 150 153 150 1969 1 0 3 0 115 0 0 0 0 0 +683 1783791919607864100 DEPTH 33 1 0.71960342510652098 0.36712095400340705 1 7 1 7 0 0 1599 131 2531 23687950 103680 1305.9256286621094 6.1978999999999989 1883.2817 80640 39470 1 0 0.00023294165214766597 0.38821406897906902 3485 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426509 5990400 150 156 150 348 1727 1 0 0 5 125 0 0 0 0 0 +684 1783791921582346100 DEPTH 53 1 0.72024237814767222 0.37478705281090291 0 8 0 8 0 0 1514 131 2559 23687817 103680 1300.05419921875 6.1339999999999986 1873.9866999999999 80640 38632 1 0 3.9256012599737908e-05 0.28559182276312889 3485 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426377 5990400 150 156 156 1209 888 0 0 1 36 94 0 0 0 0 0 +685 1783791923519240200 DEPTH 32 1 0.72019550238076879 0.4608177172061329 1 8 1 8 0 0 1248 113 2572 23713897 128640 1294.5500335693359 6.0940000000000003 1856.0225 80640 41312 1 0 0.00028269938399440856 1.6059909260581056 2752 1498 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2951017 7737600 150 150 174 826 1272 1 0 13 20 79 0 0 0 0 0 +686 1783791925572463600 DEPTH 46 1 0.71974870383199097 0.37478705281090291 0 8 0 8 1 0 1746 57 2567 23702611 118080 1299.1161346435547 6.2349999999999994 1925.5411999999999 80640 39679 1 0 4.0765696147274584e-07 0.57999445203414757 3520 1571 384 12 96 4 2 3 2 5 5898240 2949120 4423680 3442770 6988800 150 150 150 412 1705 0 0 0 1 56 0 0 0 0 2 +687 1783791927544381400 DEPTH 54 1 0.71973650248168952 0.4608177172061329 1 8 1 8 0 0 610 64 2565 23717727 132480 1287.3390045166016 6.5251000000000001 1908.6429000000001 80640 41870 1 0 0.0031513658341259495 1.0996631565127335 2752 1657 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2951005 7987200 150 150 183 675 1407 1 0 2 4 57 0 0 0 0 0 +688 1783791929333601600 DEPTH 14 1 0.71973424876870129 0.65587734241908002 0 11 0 11 1 0 734 218 2510 23733048 147840 1307.4739379882812 6.3224999999999998 1727.184 80640 43769 1 0 1.6227006993657043e-05 0.82953941525878994 1984 1116 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950962 8985600 150 150 156 162 1892 0 0 3 0 215 0 0 0 0 1 +689 1783791931251695800 DEPTH 1 1 0.71966265562659482 0.36712095400340705 1 7 1 7 0 0 1259 65 2602 23687887 103680 1298.2917022705078 6.0530999999999997 1856.4280000000001 80640 40008 1 0 0.018849895834517058 1.8949329321593116 3520 1948 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426446 5990400 150 154 150 826 1322 0 0 1 1 63 0 0 0 0 0 +690 1783791933178536300 DEPTH 31 1 0.71962452242927277 0.3594548551959113 2 6 2 6 0 0 1197 75 2561 23687925 103680 1299.3384094238281 6.2724999999999991 1844.0292999999999 80640 40081 1 0 0.03563315390945998 1.0424632346471612 3520 1977 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426485 5990400 150 150 156 337 1768 0 0 1 8 66 0 0 0 0 0 +691 1783791935178083600 DEPTH 2 1 0.71963923400311502 0.45315161839863699 2 7 2 7 0 0 1192 170 2557 23713780 128640 1296.5245056152344 6.2902000000000005 1903.6333 80640 41452 1 0 0.27768796280696073 2.131664922996019 2752 1407 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950899 7737600 150 150 150 691 1416 0 0 7 15 148 0 0 0 0 0 +692 1783791937100686000 DEPTH 42 1 0.77819210245627246 0 0 4 0 4 1 0 2914 48 2587 23664844 81600 1316.9337768554688 6.0204000000000004 1920.9535000000001 120960 38594 1 0 0 0.0038135992296958222 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 150 150 156 1610 521 0 0 2 1 45 0 0 0 0 1 +693 1783791939014320400 DEPTH 13 1 0.7302283089021846 0.27342419080068137 1 6 1 6 0 0 1395 96 2550 23687878 103680 1295.931396484375 6.0573000000000006 1846.9336000000001 80640 39803 1 0 0.020987993032565287 0.62660479193559504 3807 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426438 5990400 150 154 151 493 1602 0 3 9 4 80 0 0 0 0 0 +694 1783791940817747300 DEPTH 38 1 0.72110646357841124 0.55451448040885853 1 9 1 9 0 0 1041 89 2557 23687898 103680 1294.6383056640625 6.0069999999999997 1718.3784000000001 80640 39612 1 0 0.069380060749284017 2.6479308659882252 3893 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426457 5990400 150 156 150 1121 980 0 0 4 22 63 0 0 0 0 0 +695 1783791942487480500 DEPTH 58 1 0.72103152689425898 0.92163543441226559 2 12 2 12 0 0 375 49 2571 23733059 147840 1296.4935607910156 6.1206000000000005 1618.8019999999999 53760 32838 1 0 0.0076636105675829576 2.5667759643308892 1216 628 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950979 8985600 150 150 150 150 1971 0 0 0 0 49 0 0 0 0 0 +696 1783791944368611700 DEPTH 52 1 0.72056600977491625 0.36712095400340705 1 7 1 7 0 0 822 71 2559 23687840 103680 1297.1817016601562 5.9850000000000003 1811.8837000000001 80640 41094 1 0 9.3941475748750359e-05 1.8292142620607277 3469 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426397 5990400 150 156 157 335 1761 0 2 4 1 64 0 0 0 0 0 +697 1783791946393772600 DEPTH 48 1 0.72011967092350804 0.3594548551959113 2 6 2 6 0 0 1085 55 2599 23687908 103680 1296.8203430175781 6.2371999999999996 1890.4462000000001 80640 41051 1 0 0.0010930946807506234 0.82664892777303722 3520 1697 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426465 5990400 150 150 150 896 1253 0 1 1 1 52 0 0 0 0 0 +698 1783791948387894500 DEPTH 45 1 0.71978693087163204 0.45315161839863699 2 7 2 7 0 0 985 102 2598 23713811 128640 1294.8819274902344 6.3402000000000003 1925.1849 80640 39931 1 0 0.2309103244036371 1.4859222174523592 2752 1551 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950928 7737600 150 150 168 596 1534 0 0 14 17 71 0 0 0 0 0 +699 1783791950325975900 DEPTH 9 1 0.71977780376771761 0.3594548551959113 2 6 2 6 0 0 781 44 2553 23687886 103680 1300.9849853515625 6.0455999999999994 1874.3271999999999 80640 40291 1 1 0.00084064195437858239 0.84794300678403445 3520 1891 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426446 5990400 150 156 162 292 1793 0 0 0 0 43 0 0 0 0 0 +700 1783791950640991100 REFRESH 12 0 0.7185653642696741 0.63287904599659284 3 8 3 8 0 0 747 29 408 3955365 56640 222.82035827636719 0.99480000000000002 264.19330000000002 13440 8841 0 0 0.0015276581021753017 0.97823052614698447 1664 769 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 32 35 290 0 0 0 0 29 0 0 0 0 0 +701 1783791950983885000 REFRESH 21 0 0.7192663170372029 0.56218057921635434 0 10 0 10 0 0 1218 100 415 3955374 56640 222.89920043945312 1.0176000000000001 279.76490000000001 13440 8471 0 0 0 1.3509187811557981 2048 1156 64 1 16 4 2 2 2 6 983040 491520 491520 491693 1497600 25 26 32 39 293 0 0 6 0 94 0 0 0 0 0 +702 1783791951305742100 REFRESH 47 0 0.71734624333881047 0.8279386712095399 2 11 2 11 0 0 378 33 412 3955373 56640 223.22586059570312 1.0088999999999999 264.26819999999998 13440 9165 0 0 0.068787934381682569 1.4082378301417173 1280 716 64 1 16 4 2 2 2 6 983040 491520 491520 491693 1497600 25 25 25 29 308 0 0 0 1 32 0 0 0 0 0 +703 1783791951600777400 REFRESH 32 0 0.64532723969757899 0.4608177172061329 1 8 1 8 0 0 1254 35 423 3951505 56160 223.45420837402344 1.2761 293.01029999999997 13440 8426 0 0 0.00028269938399440856 1.6059909260581056 2816 1529 64 1 16 4 2 3 2 5 983040 491520 737280 491665 1248000 25 26 26 214 132 0 0 0 14 21 0 0 0 0 0 +704 1783791951910782800 REFRESH 13 0 0.58588727834009346 0.27342419080068137 1 6 1 6 0 0 1425 63 420 3947765 55680 223.636474609375 1.1624000000000001 308.61849999999998 13440 8193 0 0 0.020987993032565287 0.62660479193559504 3838 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737525 998400 25 26 28 189 152 0 1 0 25 37 0 0 0 0 0 +705 1783791952228117200 REFRESH 35 0 0.71757274207832411 0.8279386712095399 2 11 2 11 0 0 684 23 411 3955355 56640 223.40914916992188 1.002 265.42320000000001 13440 9331 0 0 0.14741967923820357 1.1559983275112315 1280 655 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 25 27 308 0 0 0 0 23 0 0 0 0 0 +706 1783791952598120800 REFRESH 56 0 0.72575257990541986 0.26575809199318562 2 5 2 5 1 0 2063 109 407 3943941 55200 223.84652709960938 0.99390000000000001 288.89929999999998 20160 14892 0 0 0.032051561307323811 0.53867160218508259 3940 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737541 748800 25 25 26 74 257 0 0 2 12 95 0 0 0 0 1 +707 1783791952936161000 REFRESH 10 0 0.71871936865685071 0.64821124361158422 1 10 1 10 0 0 607 22 422 3955360 56640 222.77938842773438 1.0763 276.69690000000003 13440 8863 0 0 0.033765467539783239 3.6125366839537807 1664 886 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 26 36 38 297 0 0 2 0 20 0 0 0 0 0 +708 1783791953270602700 REFRESH 24 0 0.71942147230977271 1 4 11 4 11 0 0 401 12 404 3955350 56640 229.72006225585938 1.0087999999999999 277.53230000000002 6720 4680 0 0 0.05043824537518863 1.5283539614559523 896 401 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 25 25 26 303 0 0 0 0 12 0 0 0 0 0 +709 1783791953670966900 REFRESH 52 0 0.59601442875856292 0.36712095400340705 1 7 1 7 1 0 831 22 424 3947736 55680 236.88088989257812 1.0135000000000001 329.03390000000002 13440 8222 0 0 7.3524768624344791e-05 1.4580422119253347 3491 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737496 998400 25 26 27 161 185 0 0 0 6 16 0 0 0 0 1 +710 1783791954040202100 REFRESH 53 0 0.71596127509610352 0.37478705281090291 0 8 0 8 0 0 1595 107 409 3947743 55680 237.15327453613281 1.0203 298.50189999999998 13440 8262 0 0 3.9256012599737908e-05 0.28559182276312889 3514 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737503 998400 25 26 26 71 261 0 0 0 19 88 0 0 0 0 0 +711 1783791954377749900 REFRESH 26 0 0.71852454891203643 0.8356047700170357 1 12 1 12 1 0 621 62 415 3955338 56640 235.41043090820312 1.0752999999999999 282.78160000000003 13440 9197 0 0 0.008750048756990458 1.1131676830061628 1280 607 64 1 16 4 2 2 2 6 983040 491520 491520 491658 1497600 25 26 25 26 313 0 0 0 1 61 0 0 0 0 1 +712 1783791954727968200 REFRESH 18 0 0.71465871803799152 0.9293015332197615 1 13 1 13 0 0 306 12 409 3955336 56640 237.92640686035156 1.0087999999999999 282.54410000000001 13440 9353 0 0 0.0012422408091947064 1.8392637834566274 1280 519 64 1 16 4 2 2 2 6 983040 491520 491520 491656 1497600 25 25 25 27 307 0 0 0 0 12 0 0 0 0 0 +713 1783791955064169700 REFRESH 0 0 0.71816198778481954 0.8356047700170357 1 12 1 12 0 0 397 23 419 3955363 56640 232.34867858886719 1.0065999999999999 277.70839999999998 13440 9144 0 0 0.0054016437675040458 1.7479649960643842 1280 749 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 25 86 257 0 0 0 0 23 0 0 0 0 0 +714 1783791955371966400 REFRESH 2 0 0.6949358615699387 0.45315161839863699 2 7 2 7 0 0 1222 65 417 3951510 56160 234.86463928222656 1.0379 306.51650000000001 13440 8430 0 0 0.27768796280696073 2.131664922996019 2816 1435 64 1 16 4 2 3 2 5 983040 491520 737280 491670 1248000 25 25 25 172 170 0 0 1 26 38 0 0 0 0 0 +715 1783791955702916000 REFRESH 36 0 0.71791536042608162 0.82027257240204421 3 10 3 10 0 0 709 58 416 3955351 56640 236.13235473632812 1.0124 278.54469999999998 13440 9247 0 0 0.11571585162536935 0.13125970343667542 1280 722 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 28 48 289 0 0 3 2 53 0 0 0 0 0 +716 1783791956011072200 REFRESH 31 0 0.71541202406958759 0.3594548551959113 2 6 2 6 0 0 1210 43 422 3947744 55680 234.27174377441406 1.0089999999999999 306.42669999999998 13440 8322 0 0 0.03563315390945998 1.0424632346471612 3584 2010 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 26 26 182 163 0 0 1 15 27 0 0 0 0 0 +717 1783791956368936800 REFRESH 8 0 0.72616180501984151 0.26575809199318562 2 5 2 5 0 0 1359 26 410 3943914 55200 239.35385131835938 1.0069999999999999 295.26249999999999 20160 14939 0 0 0.029879628220595384 1.0001863379870284 3851 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 25 25 28 27 305 0 0 1 0 25 0 0 0 0 0 +718 1783791956726859500 REFRESH 27 0 0.71559280345907972 0.93696763202725719 0 14 0 14 0 0 580 30 417 3955322 56640 238.50160217285156 1.0533999999999999 297.80630000000002 13440 9220 0 0 0 1.8648417177874692 1280 638 64 1 16 4 2 2 2 6 983040 491520 491520 491641 1497600 25 26 25 26 315 0 0 0 0 30 0 0 0 0 0 +719 1783791957070442900 REFRESH 49 0 0.71819990827022495 0.82027257240204421 3 10 3 10 0 0 609 48 413 3955331 56640 236.86044311523438 1.0092000000000001 279.33319999999998 13440 9344 0 0 0.015304549112704423 0.71842906980072507 1280 694 64 1 16 4 2 2 2 6 983040 491520 491520 491650 1497600 25 26 34 28 300 0 0 4 2 42 0 0 0 0 0 +720 1783791957400954800 REFRESH 15 0 0.71494073196051122 0.91396933560476989 3 11 3 11 0 0 260 11 410 3955347 56640 237.34783935546875 0.99890000000000001 279.8039 13440 9333 0 0 0.13215737202774189 0.95319511763653475 1280 630 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 25 34 300 0 0 0 0 11 0 0 0 0 0 +721 1783791957772969500 REFRESH 46 0 0.71627417422121509 0.37478705281090291 0 8 0 8 1 0 1759 33 413 3947717 55680 232.46336364746094 1.0519000000000001 313.3723 13440 8249 0 0 3.8753742801784786e-07 0.52829879110566169 3584 1597 64 1 16 4 2 3 3 4 983040 491520 737280 737476 998400 25 25 25 78 260 0 0 0 4 29 0 0 0 0 1 +722 1783791958102081900 REFRESH 7 0 0.71799270796874592 0.8356047700170357 1 12 1 12 0 0 517 35 405 3955369 56640 222.51519775390625 1.0034000000000001 266.67079999999999 13440 9173 0 0 0.0016213740876451709 1.185412057710556 1280 653 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 26 25 28 301 0 0 0 0 35 0 0 0 0 0 +723 1783791958479333100 REFRESH 54 0 0.71528127840378541 0.4608177172061329 1 8 1 8 0 0 615 19 423 3951514 56160 222.03724670410156 0.99170000000000003 302.86880000000002 13440 8513 0 0 0.0031513658341259495 1.0996631565127335 2816 1693 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 25 25 217 131 0 0 4 7 8 0 0 0 0 0 +724 1783791958820475800 REFRESH 29 0 0.71484019615044314 0.82027257240204421 3 10 3 10 0 0 670 42 421 3951502 56160 223.67849731445312 1.0079 271.98340000000002 13440 8223 0 0 0.17245395781315404 1.1179809937997387 2816 1419 64 1 16 4 2 3 2 5 983040 491520 737280 491662 1248000 25 26 26 166 178 0 0 0 11 31 0 0 0 0 0 +725 1783791959197242500 REFRESH 17 0 0.72636379817240304 0.28109028960817717 0 7 0 7 0 0 1471 25 418 3947751 55680 224.04914855957031 1.0065 315.31709999999998 13440 8193 0 0 0 0.25750499040495345 3756 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737510 998400 25 26 25 191 151 0 0 1 10 14 0 0 0 0 0 +726 1783791959461926400 REFRESH 58 0 0.71512992529147867 0.92163543441226559 2 12 2 12 0 0 381 28 410 3955364 56640 222.666748046875 1.0045999999999999 263.05430000000001 13440 9356 0 0 0.0076636105675829576 2.5667759643308892 1280 661 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 25 25 27 308 0 0 0 0 28 0 0 0 0 0 +727 1783791959834976700 REFRESH 20 0 0.71627217270280008 0.45315161839863699 2 7 2 7 0 0 875 16 424 3951540 56160 222.76608276367188 0.99480000000000002 305.74259999999998 13440 8612 0 0 0.012195410250654825 0.40032460833526767 2816 1539 64 1 16 4 2 3 2 5 983040 491520 737280 491700 1248000 25 25 25 205 144 0 0 6 0 10 0 0 0 0 0 +728 1783791960174876600 REFRESH 14 0 0.71469635591001257 0.65587734241908002 0 11 0 11 0 0 751 45 414 3955357 56640 225.43257141113281 1.004 273.97579999999999 13440 8527 0 0 1.6227006993657043e-05 0.82953941525878994 2048 1146 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 26 29 309 0 0 0 0 45 0 0 0 0 0 +729 1783791960545636600 REFRESH 30 0 0.71608278983846119 0.4608177172061329 1 8 1 8 0 0 1312 47 419 3951514 56160 223.42451477050781 1.0017 294.99149999999997 13440 8293 0 0 0.0013669985515778285 2.8038400579106844 2816 1608 64 1 16 4 2 3 2 5 983040 491520 737280 491673 1248000 25 26 26 202 140 0 0 2 19 26 0 0 0 0 0 +730 1783791960817827100 REFRESH 38 0 0.71493819037539419 0.55451448040885853 1 9 1 9 0 0 1074 61 412 3947746 55680 223.76141357421875 1.0044999999999999 270.52359999999999 13440 8089 0 0 0.069380060749284017 2.6479308659882252 3927 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 26 29 129 203 0 0 0 24 37 0 0 0 0 0 +731 1783791961207351100 REFRESH 11 0 0.71626178299144061 0.37478705281090291 0 8 0 8 0 0 840 38 419 3947761 55680 223.45011901855469 1.0051000000000001 320.80970000000002 13440 8274 0 0 0 0.90835788215057978 3375 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737521 998400 25 26 25 89 254 0 0 0 9 29 0 0 0 0 0 +732 1783791961522402800 REFRESH 4 0 0.71740563005560687 0.8356047700170357 1 12 1 12 0 0 184 13 427 3955373 56640 222.57766723632812 1.1025 264.71499999999997 13440 9222 0 0 0.022810226644113724 1.881692363995114 1280 710 64 1 16 4 2 2 2 6 983040 491520 491520 491692 1497600 25 26 25 27 324 0 0 0 1 12 0 0 0 0 0 +733 1783791961853736100 REFRESH 51 0 0.71580799723032151 0.91396933560476989 3 11 3 11 1 0 390 21 408 3955369 56640 222.42713928222656 0.99919999999999998 261.70479999999998 13440 9331 0 0 0.08728097895604256 0.3569538485346217 1280 639 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 25 25 35 298 0 0 0 0 21 0 0 0 0 1 +734 1783791962182724300 REFRESH 5 0 0.7183225759249261 0.8279386712095399 2 11 2 11 0 0 408 28 417 3955348 56640 222.03085327148438 1.0017 266.61160000000001 13440 9187 0 0 0.0081192378834604884 0.89885629516784449 1280 691 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 66 55 246 0 0 2 4 22 0 0 0 0 0 +735 1783791962498309900 REFRESH 34 0 0.71877996573096992 0.8356047700170357 1 12 1 12 0 0 388 17 422 3955394 56640 222.09638977050781 1.0046999999999999 262.99369999999999 13440 9257 0 0 0.00021112582308471681 3.0454486501737303 1280 632 64 1 16 4 2 2 2 6 983040 491520 491520 491713 1497600 25 25 25 31 316 1 0 0 1 15 0 0 0 0 0 +736 1783791962833765900 REFRESH 55 0 0.7182088880057047 0.8279386712095399 2 11 2 11 0 0 543 32 409 3955327 56640 224.22015380859375 1.0044 268.7826 13440 9245 0 0 0.068991051941812459 0.94012883186839502 1280 591 64 1 16 4 2 2 2 6 983040 491520 491520 491646 1497600 25 26 31 31 296 0 0 0 1 31 0 0 0 0 0 +737 1783791963226544300 REFRESH 37 0 0.71925441227678266 0.8356047700170357 1 12 1 12 0 0 543 57 418 3955371 56640 222.93411254882812 1.0014000000000001 264.23390000000001 13440 9293 0 0 0.011024188302398647 0.75183562008426186 1280 699 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 25 25 36 307 0 0 0 3 54 0 0 0 0 0 +738 1783791963573168300 REFRESH 3 0 0.71965563717611758 0.64054514480408853 2 9 2 9 0 0 685 44 410 3955352 56640 221.27923583984375 1.0226 280.48360000000002 13440 9013 0 0 0.0050576980245461926 0.34031149153937412 1664 859 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 63 52 244 0 0 4 3 37 0 0 0 0 0 +739 1783791963906717600 REFRESH 6 0 0.71547619209751079 0.91396933560476989 3 11 3 11 0 0 332 14 418 3955354 56640 221.75538635253906 1.0026999999999999 261.51339999999999 13440 9329 0 0 0.074515168654391534 0.3290575075344554 1280 564 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 25 28 314 0 0 0 2 12 0 0 0 0 0 +740 1783791964272903700 REFRESH 1 0 0.71592413980837444 0.36712095400340705 1 7 1 7 0 0 1306 90 416 3947745 55680 224.24371337890625 1.0025999999999999 291.54329999999999 13440 8292 0 0 0.018849895834517058 1.8949329321593116 3584 1982 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 27 25 96 243 0 0 1 20 69 0 0 0 0 0 +741 1783791964619885400 REFRESH 16 0 0.72052486828155904 0.3594548551959113 2 6 2 6 0 0 1289 50 413 3947764 55680 224.32357788085938 1.0093000000000001 278.10210000000001 13440 8222 0 0 0.0081371797400521043 0.78472605386165473 3200 1719 64 1 16 4 2 3 3 4 983040 491520 737280 737524 998400 25 25 25 75 263 0 0 0 4 46 0 0 0 0 0 +742 1783791964994194500 REFRESH 44 0 0.72054847610198314 0.36712095400340705 1 7 1 7 0 0 980 35 416 3947747 55680 223.26579284667969 1.0052000000000001 309.91559999999998 13440 8353 0 0 0.058086188671880992 1.6339388773258507 3200 1682 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 25 29 34 303 0 0 0 3 32 0 0 0 0 0 +743 1783791965409819300 REFRESH 28 0 0.71842861196474472 0.8356047700170357 1 12 1 12 0 0 412 28 414 3955362 56640 225.07212829589844 1.0261 271.48439999999999 13440 9155 0 0 0.0024429387246206629 3.2391561843663608 1280 615 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 25 27 312 0 0 0 0 28 0 0 0 0 0 +744 1783791965712268500 REFRESH 9 0 0.71592188480065944 0.3594548551959113 2 6 2 6 0 0 799 40 413 3947744 55680 223.93241882324219 1.0044999999999999 300.95589999999999 13440 8271 0 0 0.00084064195437858239 0.84794300678403445 3584 1928 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 26 28 98 236 0 0 0 9 31 0 0 0 0 0 +745 1783791966028340200 REFRESH 57 0 0.7189522948707604 0.8279386712095399 2 11 2 11 1 0 749 52 410 3955349 56640 222.59916687011719 1.0158 266.70650000000001 13440 9278 0 0 0.00086134713939095271 1.9798263122044926 1280 597 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 28 306 0 0 0 1 51 0 0 0 0 1 +746 1783791966339137900 REFRESH 45 0 0.71557474385317743 0.45315161839863699 2 7 2 7 0 0 997 23 423 3951499 56160 222.62272644042969 1.0202 309.12880000000001 13440 8077 0 0 0.2309103244036371 1.4859222174523592 2816 1585 64 1 16 4 2 3 2 5 983040 491520 737280 491659 1248000 25 25 25 193 155 0 0 1 8 14 0 0 0 0 0 +747 1783791966674419000 REFRESH 43 0 0.71842681881267179 0.8279386712095399 2 11 2 11 0 0 526 21 420 3955344 56640 223.90579223632812 0.9889 264.72829999999999 13440 9214 0 0 0.0063607670447448439 2.1795856964608884 1280 644 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 25 26 318 0 0 0 1 20 0 0 0 0 0 +748 1783791967002310500 REFRESH 42 0 0.88653136956257161 0 0 4 0 4 0 0 2919 15 426 3943901 55200 224.64408874511719 1.0237000000000001 326.21440000000001 20160 12574 0 0 0 0.0038135992296958222 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 27 25 26 275 73 0 0 0 0 15 0 0 0 0 0 +749 1783791967366322700 REFRESH 40 0 0.71525216171405326 0.64821124361158422 1 10 1 10 0 0 948 14 413 3955359 56640 223.0435791015625 1.0048999999999999 309.55279999999999 13440 8511 0 0 0.083077089126711981 1.5472964947330925 2048 993 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 25 28 56 279 0 0 0 0 14 0 0 0 0 0 +750 1783791967702532000 REFRESH 39 0 0.71964444381292847 0.63287904599659284 3 8 3 8 0 0 764 70 412 3955346 56640 222.05337524414062 1.0049999999999999 277.7441 13440 8929 0 0 0.033915050234405199 0.89795211255192564 1664 898 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 56 25 281 1 0 3 1 65 0 0 0 0 0 +751 1783791968025438400 REFRESH 22 0 0.71576262376694266 0.91396933560476989 3 11 3 11 0 0 355 20 413 3955347 56640 223.48185729980469 1.0033000000000001 266.66160000000002 13440 9307 0 0 0.011175295070335413 0.48527856153633292 1280 618 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 25 26 311 0 0 1 0 19 0 0 0 0 0 +752 1783791968331189100 REFRESH 48 0 0.71641623903723872 0.3594548551959113 2 6 2 6 0 0 1122 60 421 3947742 55680 223.19001770019531 1.0092000000000001 303.35840000000002 13440 8354 0 0 0.0010930946807506234 0.82664892777303722 3584 1727 64 1 16 4 2 3 3 4 983040 491520 737280 737502 998400 25 25 29 118 224 0 0 1 14 45 0 0 0 0 0 +753 1783791968674831000 REFRESH 25 0 0.71925704710302829 0.54684838160136284 2 8 2 8 0 0 1364 86 414 3955372 56640 224.69223022460938 1.0088999999999999 287.86779999999999 13440 8595 0 0 0.0037133317294834652 0.74577769507902991 2048 1064 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 25 42 49 273 0 0 4 5 77 0 0 0 0 0 +754 1783791969081847300 REFRESH 41 0 0.71927755614169653 0.55451448040885853 1 9 1 9 0 0 826 64 413 3955363 56640 222.13529968261719 0.99970000000000003 281.58359999999999 13440 8528 0 0 0.00047546691312138533 1.497358551665477 2048 1145 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 40 40 282 1 0 4 1 58 0 0 0 0 0 +755 1783791969392158200 REFRESH 23 0 0.71610057951797068 0.92163543441226559 2 12 2 12 0 0 535 28 409 3955343 56640 221.37753295898438 1.0134000000000001 263.28379999999999 13440 9347 0 0 0.031179817600414116 0.88433501468410636 1280 610 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 25 44 289 0 0 0 1 27 0 0 0 0 0 +756 1783791969707602500 REFRESH 19 0 0.71890039059534838 0.8279386712095399 2 11 2 11 0 0 486 52 413 3955362 56640 222.7220458984375 1.0042 263.32319999999999 13440 9210 0 0 0.026612550116554848 0.41242194412227251 1280 723 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 25 28 28 307 0 0 1 1 50 0 0 0 0 0 +757 1783791970036728900 REFRESH 50 0 0.72001904525278915 0.64054514480408853 2 9 2 9 0 0 529 26 415 3955351 56640 221.92335510253906 1.0027999999999999 270.72730000000001 13440 8934 0 0 0.061518444399238342 2.0460364460936478 1664 830 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 41 31 293 0 0 4 1 21 0 0 0 0 0 +758 1783791970382486800 REFRESH 33 0 0.71631889171997809 0.36712095400340705 1 7 1 7 0 0 1639 64 418 3947756 55680 224.36659240722656 0.99460000000000004 281.73520000000002 13440 8071 0 0 0.00023294165214766597 0.38821406897906902 3513 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737516 998400 25 26 25 113 229 0 0 0 14 50 0 0 0 0 0 +759 1783791972380607500 DEPTH 42 1 0.74426608739538891 0 0 4 0 4 0 0 2956 66 2602 23664724 81600 1321.5559692382812 6.0750000000000002 1932.6489999999999 120960 59997 1 0 0 0.0038135992296958222 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426323 4492800 152 150 156 1568 576 0 0 0 0 66 0 0 0 0 0 +760 1783791974550612100 DEPTH 17 1 0.7226077564850506 0.28109028960817717 0 7 0 7 1 0 1515 90 2572 23687883 103680 1381.4282073974609 7.0503999999999998 2048.7312999999999 80640 40026 1 0 0 0.15204480180206273 3917 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426440 5990400 150 156 150 464 1652 3 1 1 0 85 0 0 0 0 1 +761 1783791976645956900 DEPTH 56 1 0.72259173280485678 0.26575809199318562 2 5 2 5 0 0 2105 114 2518 23676483 92160 1384.6006774902344 6.0499000000000009 1948.5759 100800 58010 1 0 0.032051561307323811 0.53867160218508259 4096 2048 384 12 96 4 3 3 3 3 5898240 3686400 4423680 4426563 5241600 150 150 150 508 1560 2 1 2 5 104 0 0 0 0 0 +762 1783791978575536900 DEPTH 8 1 0.72259763204885108 0.26575809199318562 2 5 2 5 0 0 1448 230 2519 23664943 81600 1406.10400390625 6.6595000000000013 1858.3212000000001 120960 68974 1 0 0.029879628220595384 1.0001863379870284 4018 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426541 4492800 150 150 156 158 1905 0 0 2 1 227 0 0 0 0 0 +763 1783791980692924800 DEPTH 13 1 0.72259138893640817 0.27342419080068137 1 6 1 6 0 0 1452 128 2563 23664920 81600 1386.7069396972656 7.6364000000000001 2053.3204999999998 120960 48676 1 0 0.020987993032565287 0.62660479193559504 4023 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426520 4492800 150 155 153 686 1419 1 1 4 8 114 0 0 0 0 0 +764 1783791982821277300 DEPTH 21 1 0.71498290865450342 0.56218057921635434 0 10 0 10 1 0 1244 105 2548 23733035 147840 1393.2431488037109 6.3743000000000007 1995.5841 80640 42314 1 0 0 1.1663419943541942 2432 1406 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950954 8985600 150 156 156 156 1930 2 0 26 10 67 0 0 0 0 2 +765 1783791984538602500 DEPTH 12 1 0.71414483911677895 0.63287904599659284 3 8 3 8 0 0 784 182 2517 23733027 147840 1369.5252380371094 6.0625999999999998 1652.5402999999999 80640 43273 1 0 0.0015276581021753017 0.97823052614698447 2048 956 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950946 8985600 150 154 167 171 1875 1 0 5 4 172 0 0 0 0 0 +766 1783791986488108600 DEPTH 10 1 0.71416513555207772 0.64821124361158422 1 10 1 10 0 0 623 100 2543 23732995 147840 1385.9665985107422 7.1791 1807.1831 80640 43662 1 0 0.033765467539783239 3.6125366839537807 2048 1088 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950911 8985600 150 156 190 189 1858 0 3 5 2 90 0 0 0 0 0 +767 1783791988390510000 DEPTH 44 1 0.71628321432670994 0.36712095400340705 1 7 1 7 0 0 1020 89 2576 23687916 103680 1334.5320892333984 6.1104000000000003 1900.7206000000001 80640 39570 1 0 0.058086188671880992 1.6339388773258507 3584 1912 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426473 5990400 150 150 153 240 1883 0 4 0 9 76 0 0 0 0 0 +768 1783791990290312200 DEPTH 16 1 0.71629785774237509 0.3594548551959113 2 6 2 6 0 0 1341 149 2520 23687930 103680 1351.2406921386719 6.9125000000000005 1821.3579 80640 39209 1 0 0.0081371797400521043 0.78472605386165473 3584 1920 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426490 5990400 150 150 150 380 1690 0 0 0 3 146 0 0 0 0 0 +769 1783791992142010300 DEPTH 3 1 0.71446514692281538 0.64054514480408853 2 9 2 9 1 0 688 83 2543 23733027 147840 1327.3354187011719 6.1342999999999996 1850.1297999999999 80640 43741 1 0 0.0050845648455105797 0.33949448710174873 2048 1069 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950945 8985600 150 156 180 173 1884 0 0 7 9 67 0 0 0 0 1 +770 1783791993895297900 DEPTH 24 1 0.71413688958743338 1 4 11 4 11 1 0 421 152 2529 23733022 147840 1312.5540771484375 6.2149000000000001 1618.9976999999999 60480 35753 1 0 0.057777724832318189 1.4554488965332903 1280 574 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950938 8985600 150 150 150 150 1929 0 0 0 1 151 0 0 0 1 0 +771 1783791995728109300 DEPTH 26 1 0.71385684646310643 0.8356047700170357 1 12 1 12 1 0 664 173 2570 23733045 147840 1325.2229156494141 6.1233000000000004 1602.0998999999999 80640 44651 1 1 0.0020969646542396527 1.1162129848487694 1664 837 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950963 8985600 150 151 150 150 1969 3 0 0 1 168 0 0 0 0 3 +772 1783791997609087100 DEPTH 52 1 0.71384017015843382 0.36712095400340705 1 7 1 7 0 0 852 67 2566 23687849 103680 1347.1295471191406 6.2158000000000007 1879.3413 80640 39684 1 0 7.3524768624344791e-05 1.4580422119253347 3640 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426406 5990400 150 156 162 700 1398 0 0 5 3 59 0 0 0 0 0 +773 1783791999401715200 DEPTH 37 1 0.71371469194564641 0.8356047700170357 1 12 1 12 1 0 546 51 2567 23733090 147840 1346.4996185302734 6.3546999999999993 1664.2623000000001 80640 44804 1 0 0.012374766396294506 0.78507838240545902 1664 932 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951009 8985600 150 150 150 171 1946 1 0 1 1 48 0 0 0 0 2 +774 1783792001159388600 DEPTH 34 1 0.71334788714230435 0.8356047700170357 1 12 1 12 1 0 396 75 2588 23733043 147840 1400.7934265136719 6.4300000000000006 1699.2697000000001 80640 45408 1 0 0.00021059914808511915 2.8833679176937572 1664 828 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950960 8985600 150 150 150 177 1961 3 0 0 7 65 0 0 0 0 2 +775 1783792003262623200 DEPTH 42 1 0.79212644053531844 0 0 4 0 4 0 0 2989 69 2598 23664850 81600 1406.7906646728516 6.1295000000000002 2100.8402999999998 120960 48986 1 1 0 0.0038135992296958222 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 150 150 156 1590 552 3 0 0 0 65 0 0 0 0 0 +776 1783792005427442200 DEPTH 39 1 0.71436714091999143 0.63287904599659284 3 8 3 8 0 0 785 66 2576 23733102 147840 1368.96923828125 7.4934000000000003 2041.7409 80640 43276 1 0 0.033915050234405199 0.89795211255192564 2048 1108 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951022 8985600 150 150 324 150 1802 1 0 3 1 61 0 0 0 0 0 +777 1783792007249100800 DEPTH 57 1 0.71337236714608054 0.8279386712095399 2 11 2 11 0 0 761 84 2548 23732999 147840 1356.3525085449219 6.2146999999999997 1665.5293999999999 80640 45069 1 0 0.00086134713939095271 1.9798263122044926 1664 797 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950917 8985600 150 156 150 184 1908 0 0 1 2 81 0 0 0 0 0 +778 1783792008969569700 DEPTH 0 1 0.71331361307594376 0.8356047700170357 1 12 1 12 1 0 425 89 2585 23732998 147840 1351.1700592041016 6.1243999999999996 1637.4167 80640 45377 1 0 0.0098964333229115166 1.759735743218495 1664 978 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950915 8985600 150 150 150 182 1953 5 1 0 3 80 0 0 0 0 1 +779 1783792010618356600 DEPTH 49 1 0.71324764843125565 0.82027257240204421 3 10 3 10 1 0 628 113 2562 23733136 147840 1302.7225494384766 6.0961999999999996 1590.4264000000001 80640 46027 1 0 0.015103978757880731 0.67255299920997302 1664 912 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951056 8985600 150 156 165 161 1930 0 0 11 3 99 0 0 0 0 1 +780 1783792012255067800 DEPTH 36 1 0.71309251452035605 0.82027257240204421 3 10 3 10 1 0 716 70 2572 23733015 147840 1297.4890899658203 6.3150000000000004 1578.3466000000001 80640 45786 1 0 0.092032413342657188 0.30271962206033004 1664 967 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950934 8985600 150 156 154 184 1928 0 0 11 2 57 0 0 0 0 1 +781 1783792013986727700 DEPTH 5 1 0.71310029068094793 0.8279386712095399 2 11 2 11 1 0 427 82 2566 23733081 147840 1285.7005920410156 6.9227999999999996 1663.3453999999999 80640 44949 1 0 0.028344378427775839 0.41557778900268988 1664 911 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950997 8985600 150 150 218 229 1819 6 0 4 2 70 0 0 0 0 1 +782 1783792015624695600 DEPTH 7 1 0.71306274059453079 0.8356047700170357 1 12 1 12 1 0 529 87 2536 23733083 147840 1297.9641418457031 6.0026999999999999 1578.135 80640 45416 1 0 0.001621374192188243 1.0950879171363754 1664 861 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950999 8985600 150 156 150 156 1924 0 0 0 3 84 0 0 0 0 1 +783 1783792017435950200 DEPTH 50 1 0.71471209493830656 0.64054514480408853 2 9 2 9 0 0 540 69 2547 23733056 147840 1340.8953857421875 6.1201999999999996 1756.3667 80640 43344 1 0 0.061518444399238342 2.0460364460936478 2048 1030 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950976 8985600 150 150 170 156 1921 2 0 5 1 61 0 0 0 0 0 +784 1783792019355563100 DEPTH 25 1 0.71438513160886741 0.54684838160136284 2 8 2 8 0 0 1388 96 2554 23732981 147840 1300.9236602783203 6.0442999999999998 1842.8311000000001 80640 42205 1 0 0.0037133317294834652 0.74577769507902991 2432 1279 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950900 8985600 150 150 208 227 1819 1 1 11 1 82 0 0 0 0 0 +785 1783792021299221800 DEPTH 41 1 0.71440461880760897 0.55451448040885853 1 9 1 9 0 0 852 96 2554 23733018 147840 1292.8350372314453 6.2940000000000005 1869.2837 80640 42793 1 0 0.00047546691312138533 1.497358551665477 2432 1362 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950934 8985600 150 155 168 193 1888 3 1 7 9 76 0 0 0 0 0 +786 1783792022989575700 DEPTH 19 1 0.71329159127512154 0.8279386712095399 2 11 2 11 1 0 500 61 2562 23733017 147840 1298.1514129638672 6.3931999999999993 1623.0533 80640 45416 1 0 0.026098001124384564 0.38970274678601297 1664 953 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950936 8985600 150 150 156 162 1944 1 1 4 5 50 0 0 0 0 1 +787 1783792024718044300 DEPTH 28 1 0.71314126700047176 0.8356047700170357 1 12 1 12 1 0 417 66 2515 23733086 147840 1388.6231231689453 6.0949 1675.4463000000001 80640 45114 1 0 0.0017738263519388872 3.1947093502451378 1664 801 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951004 8985600 150 150 150 157 1908 0 0 0 2 64 0 0 0 0 1 +788 1783792026447538600 DEPTH 35 1 0.71315036144168864 0.8279386712095399 2 11 2 11 1 0 731 172 2492 23733055 147840 1380.5240478515625 6.2483000000000004 1671.1251 80640 45236 1 0 0.1466617951208353 1.1358384512012472 1664 886 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950973 8985600 150 150 150 161 1881 0 0 0 0 172 0 0 0 0 3 +789 1783792028191418400 DEPTH 55 1 0.71312224852796113 0.8279386712095399 2 11 2 11 0 0 555 101 2553 23733006 147840 1390.5551605224609 6.0488 1678.6889000000001 80640 45629 1 0 0.068991051941812459 0.94012883186839502 1664 780 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950925 8985600 150 156 156 156 1935 0 0 1 3 97 0 0 0 0 0 +790 1783792029978787400 DEPTH 43 1 0.71312249836065233 0.8279386712095399 2 11 2 11 0 0 533 68 2593 23733054 147840 1390.3525390625 6.4391999999999996 1728.9558999999999 80640 45113 1 0 0.0063607670447448439 2.1795856964608884 1664 836 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 150 156 150 153 1984 1 0 2 1 64 0 0 0 0 0 +791 1783792030286802900 REFRESH 25 0 0.5293005757806627 0.54684838160136284 2 8 2 8 0 0 1406 51 418 3951505 56160 241.00761413574219 1.0182 306.01420000000002 13440 8350 0 0 0.0037133317294834652 0.74577769507902991 2496 1314 64 1 16 4 2 3 2 5 983040 491520 737280 491665 1248000 25 25 27 100 241 1 0 4 12 34 0 0 0 0 0 +792 1783792030676314200 REFRESH 56 0 0.71889430285138967 0.26575809199318562 2 5 2 5 1 0 2148 82 416 3943901 55200 240.63795471191406 1.0133000000000001 320.49180000000001 20160 13993 0 0 0.057353881651290795 0.55417262443922854 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 26 166 174 2 0 0 21 59 0 0 0 0 1 +793 1783792031010916200 REFRESH 3 0 0.69942138746777016 0.64054514480408853 2 9 2 9 0 0 701 42 407 3955365 56640 232.11212158203125 1.0027999999999999 282.64069999999998 13440 8921 0 0 0.0050845648455105797 0.33949448710174873 2112 1101 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 70 51 235 0 0 5 1 36 0 0 0 0 0 +794 1783792031375539000 REFRESH 49 0 0.60774202845004643 0.82027257240204421 3 10 3 10 0 0 647 54 408 3955359 56640 243.26553344726562 1.7313000000000001 360.69080000000002 13440 8559 0 0 0.015103978757880731 0.67255299920997302 1728 944 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 38 32 287 0 0 3 2 49 0 0 0 0 0 +795 1783792031759846500 REFRESH 40 0 0.71053246689298288 0.64821124361158422 1 10 1 10 0 0 950 16 417 3955346 56640 239.84332275390625 1.0057 331.19200000000001 13440 8627 0 0 0.083077089126711981 1.5472964947330925 2112 1026 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 29 64 274 0 0 0 0 16 0 0 0 0 0 +796 1783792032041425500 REFRESH 55 0 0.52741757350335949 0.8279386712095399 2 11 2 11 0 0 559 23 406 3955342 56640 237.12358093261719 1.0065 279.76310000000001 13440 8621 0 0 0.068991051941812459 0.94012883186839502 1728 807 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 35 34 286 0 0 1 0 22 0 0 0 0 0 +797 1783792032407196500 REFRESH 20 0 0.71254886716309551 0.45315161839863699 2 7 2 7 0 0 878 10 430 3951491 56160 230.73689270019531 1.2961 314.65170000000001 13440 8572 0 0 0.012195410250654825 0.40032460833526767 2880 1572 64 1 16 4 2 3 2 5 983040 491520 737280 491650 1248000 25 25 25 228 127 0 0 0 0 10 0 0 0 0 0 +798 1783792032761636500 REFRESH 12 0 0.70929931166582594 0.63287904599659284 3 8 3 8 0 0 787 16 413 3955381 56640 240.11164855957031 1.0449999999999999 291.7688 13440 8561 0 0 0.0015276581021753017 0.97823052614698447 2112 983 64 1 16 4 2 2 2 6 983040 491520 491520 491701 1497600 25 26 37 39 286 0 0 0 0 16 0 0 0 0 0 +799 1783792033145248800 REFRESH 48 0 0.71268110834217246 0.3594548551959113 2 6 2 6 0 0 1139 36 414 3947768 55680 236.76031494140625 1.0057 317.54050000000001 13440 8353 0 0 0.0010930946807506234 0.82664892777303722 3648 1770 64 1 16 4 2 3 3 4 983040 491520 737280 737528 998400 25 25 27 87 250 1 1 0 1 33 0 0 0 0 0 +800 1783792033467527900 REFRESH 34 0 0.70818909057169233 0.8356047700170357 1 12 1 12 1 0 398 19 424 3955343 56640 225.89849853515625 1.0066999999999999 267.87889999999999 13440 8573 0 0 0.00021057696724043911 2.745870375315187 1728 857 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 25 25 36 313 0 0 0 0 19 0 0 0 0 1 +801 1783792033835095900 REFRESH 31 0 0.71242971314273795 0.3594548551959113 2 6 2 6 0 0 1220 29 418 3947738 55680 239.7972412109375 1.0150999999999999 313.63139999999999 13440 8305 0 0 0.03563315390945998 1.0424632346471612 3648 2042 64 1 16 4 2 3 3 4 983040 491520 737280 737497 998400 25 25 26 186 156 0 0 0 5 24 0 0 0 0 0 +802 1783792034168945800 REFRESH 24 0 0.70861151436545344 1 4 11 4 11 1 0 423 14 408 3955360 56640 241.50015258789062 1.0057 283.18990000000002 13440 9234 0 0 0.050146993295259477 1.3805711804450536 1344 600 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 25 26 307 1 0 0 0 13 0 0 0 0 1 +803 1783792034505553000 REFRESH 37 0 0.70855162080569367 0.8356047700170357 1 12 1 12 1 0 563 61 406 3955356 56640 239.8709716796875 1.0024999999999999 280.7423 13440 8884 0 0 0.013108699318986611 0.80681367329770959 1728 964 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 25 25 36 295 0 0 0 0 61 0 0 0 0 1 +804 1783792034836780800 REFRESH 51 0 0.71106467032429088 0.91396933560476989 3 11 3 11 0 0 393 27 403 3955353 56640 235.38893127441406 1.0118 283.46690000000001 13440 9141 0 0 0.08728097895604256 0.3569538485346217 1344 673 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 25 25 36 292 0 0 0 2 25 0 0 0 0 0 +805 1783792035181772300 REFRESH 42 0 0.88021992351991063 0 0 4 0 4 0 0 2991 12 423 3943904 55200 242.33389282226562 1.0529999999999999 343.58920000000001 20160 12259 0 0 0 0.0038135992296958222 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 26 25 26 276 70 0 0 0 0 12 0 0 0 0 0 +806 1783792035522156200 REFRESH 21 0 0.71066696994140255 0.56218057921635434 0 10 0 10 0 0 1297 98 415 3955370 56640 223.03129577636719 1.0025999999999999 278.79000000000002 13440 8321 0 0 0 1.1663419943541942 2496 1440 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 26 33 43 288 0 0 2 6 90 0 0 0 0 0 +807 1783792035894044100 REFRESH 45 0 0.71176523097805666 0.45315161839863699 2 7 2 7 0 0 1009 28 427 3951525 56160 222.66368103027344 0.99239999999999995 311.75420000000003 13440 8025 0 0 0.2309103244036371 1.4859222174523592 2880 1615 64 1 16 4 2 3 2 5 983040 491520 737280 491685 1248000 25 25 25 217 135 0 0 0 6 22 0 0 0 0 0 +808 1783792036222312600 REFRESH 27 0 0.71123823627703975 0.93696763202725719 0 14 0 14 0 0 589 34 419 3955348 56640 223.50239562988281 1.0518000000000001 269.35930000000002 13440 9144 0 0 0 1.8648417177874692 1344 666 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 25 26 317 0 0 0 0 34 0 0 0 0 0 +809 1783792036497059500 REFRESH 7 0 0.70777771214596408 0.8356047700170357 1 12 1 12 0 0 536 28 405 3955356 56640 231.27346801757812 1.0066999999999999 272.84399999999999 13440 8439 0 0 0.001621374192188243 1.0950879171363754 1728 895 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 25 31 298 0 0 0 0 28 0 0 0 0 0 +810 1783792036860290200 REFRESH 2 0 0.71181997434601563 0.45315161839863699 2 7 2 7 0 0 1233 34 415 3951513 56160 233.9051513671875 1.0046999999999999 304.7484 13440 8383 0 0 0.27768796280696073 2.131664922996019 2880 1469 64 1 16 4 2 3 2 5 983040 491520 737280 491673 1248000 25 25 25 195 145 0 0 1 9 24 0 0 0 0 0 +811 1783792037274874200 REFRESH 53 0 0.71320423235215269 0.37478705281090291 0 8 0 8 0 0 1664 110 408 3947737 55680 237.22496032714844 1.0078 296.9461 13440 8213 0 0 3.9256012599737908e-05 0.28559182276312889 3540 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737497 998400 25 26 26 74 257 0 0 0 11 99 0 0 0 0 0 +812 1783792037598633000 REFRESH 6 0 0.71079578650571595 0.91396933560476989 3 11 3 11 0 0 332 16 420 3955366 56640 225.006591796875 1.0076000000000001 266.94369999999998 13440 9209 0 0 0.074515168654391534 0.3290575075344554 1344 591 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 25 28 316 0 0 0 2 14 0 0 0 0 0 +813 1783792037922000900 REFRESH 15 0 0.7107114693483676 0.91396933560476989 3 11 3 11 0 0 260 10 417 3955365 56640 223.54226684570312 1.0059 269.18349999999998 13440 9184 0 0 0.13215737202774189 0.95319511763653475 1344 663 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 25 36 305 0 0 0 0 10 0 0 0 0 0 +814 1783792038191150400 REFRESH 0 0 0.70827613878925244 0.8356047700170357 1 12 1 12 0 0 427 23 409 3955358 56640 222.26124572753906 1.0181 267.29919999999998 13440 8546 0 0 0.0098964333229115166 1.759735743218495 1728 1006 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 25 103 230 0 0 0 4 19 0 0 0 0 0 +815 1783792038536520600 REFRESH 33 0 0.71277292601417397 0.36712095400340705 1 7 1 7 0 0 1691 79 416 3947749 55680 223.85459899902344 1.004 284.35300000000001 13440 8199 0 0 0.00023294165214766597 0.38821406897906902 3545 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737509 998400 25 26 25 125 215 0 0 0 8 71 0 0 0 0 0 +816 1783792038875746800 REFRESH 8 0 0.7192892794908694 0.26575809199318562 2 5 2 5 0 0 1456 24 409 3943927 55200 224.58470153808594 1.0139 270.8279 20160 13921 0 0 0.029879628220595384 1.0001863379870284 4051 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 26 25 29 28 301 0 0 0 0 24 0 0 0 0 0 +817 1783792039221160400 REFRESH 41 0 0.70978752888177565 0.55451448040885853 1 9 1 9 0 0 887 62 417 3951523 56160 222.76914978027344 1.0037 278.82220000000001 13440 8616 0 0 0.00047546691312138533 1.497358551665477 2496 1389 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 27 26 93 246 0 0 3 12 47 0 0 0 0 0 +818 1783792039592296300 REFRESH 30 0 0.71272595686459428 0.4608177172061329 1 8 1 8 0 0 1331 45 415 3951501 56160 222.63909912109375 1.0074000000000001 301.02839999999998 13440 8286 0 0 0.0013669985515778285 2.8038400579106844 2880 1639 64 1 16 4 2 3 2 5 983040 491520 737280 491661 1248000 25 26 26 214 124 0 0 0 11 34 0 0 0 0 0 +819 1783792039914732600 REFRESH 47 0 0.71363256923212148 0.8279386712095399 2 11 2 11 0 0 387 38 411 3955346 56640 222.25100708007812 1.0023 263.28680000000003 13440 9201 0 0 0.068787934381682569 1.4082378301417173 1344 750 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 25 29 307 0 0 0 0 38 0 0 0 0 0 +820 1783792040260563600 REFRESH 38 0 0.71007209298998153 0.55451448040885853 1 9 1 9 0 0 1108 63 412 3947737 55680 224.48434448242188 1.0073000000000001 270.23050000000001 13440 8175 0 0 0.069380060749284017 2.6479308659882252 3955 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737497 998400 25 26 30 116 215 0 0 2 6 55 0 0 0 0 0 +821 1783792040591361500 REFRESH 32 0 0.71257327086210664 0.4608177172061329 1 8 1 8 0 0 1258 22 422 3951504 56160 222.94221496582031 1.0032000000000001 277.5231 13440 8310 0 0 0.00028269938399440856 1.6059909260581056 2880 1561 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 26 26 234 111 0 0 1 5 16 0 0 0 0 0 +822 1783792040916129700 REFRESH 5 0 0.70820294433217978 0.8279386712095399 2 11 2 11 0 0 442 33 420 3955335 56640 221.50860595703125 1.0161 266.51490000000001 13440 8524 0 0 0.028344378427775839 0.41557778900268988 1728 941 64 1 16 4 2 2 2 6 983040 491520 491520 491653 1497600 25 25 80 69 221 2 0 4 4 23 0 0 0 0 0 +823 1783792041194819500 REFRESH 50 0 0.70996007626715696 0.64054514480408853 2 9 2 9 0 0 546 18 417 3955358 56640 226.60505676269531 1.0086999999999999 276.8175 13440 8958 0 0 0.061518444399238342 2.0460364460936478 2112 1063 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 25 42 32 293 0 0 0 0 18 0 0 0 0 0 +824 1783792041563958400 REFRESH 4 0 0.71318240571241165 0.8356047700170357 1 12 1 12 0 0 185 19 427 3955356 56640 221.74617004394531 1.0022 263.50700000000001 13440 9082 0 0 0.022810226644113724 1.881692363995114 1344 747 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 25 27 325 0 0 0 3 16 0 0 0 0 0 +825 1783792041943550200 REFRESH 11 0 0.71335345939690264 0.37478705281090291 0 8 0 8 0 0 849 27 416 3947757 55680 224.74137878417969 1.0127999999999999 319.28519999999997 13440 8257 0 0 0 0.90835788215057978 3403 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737517 998400 25 26 25 105 235 0 0 0 6 21 0 0 0 0 0 +826 1783792042305768000 REFRESH 54 0 0.71225714145093222 0.4608177172061329 1 8 1 8 0 0 616 17 426 3951501 56160 223.37741088867188 1.0049999999999999 307.60379999999998 13440 8450 0 0 0.0031513658341259495 1.0996631565127335 2880 1730 64 1 16 4 2 3 2 5 983040 491520 737280 491661 1248000 25 25 25 220 131 0 0 0 5 12 0 0 0 0 0 +827 1783792042576602800 REFRESH 43 0 0.70800458051107373 0.8279386712095399 2 11 2 11 1 0 544 39 421 3955332 56640 226.99417114257812 1.0049999999999999 269.2072 13440 8447 0 0 0.0060265643412550068 2.1645764448118521 1728 868 64 1 16 4 2 2 2 6 983040 491520 491520 491651 1497600 25 26 25 29 316 0 0 0 0 39 0 0 0 0 1 +828 1783792042926380700 REFRESH 29 0 0.70987803575745756 0.82027257240204421 3 10 3 10 0 0 686 47 433 3951513 56160 226.2476806640625 1.0285 277.81040000000002 13440 8163 0 0 0.17245395781315404 1.1179809937997387 2880 1452 64 1 16 4 2 3 2 5 983040 491520 737280 491673 1248000 25 26 26 129 227 0 0 0 4 43 0 0 0 0 0 +829 1783792043260138000 REFRESH 22 0 0.7111562762477619 0.91396933560476989 3 11 3 11 0 0 356 17 416 3955356 56640 223.81773376464844 1.0056 271.01240000000001 13440 9277 0 0 0.011175295070335413 0.48527856153633292 1344 647 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 25 26 314 0 0 0 0 17 0 0 0 0 0 +830 1783792043604297900 REFRESH 16 0 0.71284639015047535 0.3594548551959113 2 6 2 6 0 0 1352 35 416 3947751 55680 223.94265747070312 1.0035000000000001 275.87740000000002 13440 8263 0 0 0.0081371797400521043 0.78472605386165473 3648 1947 64 1 16 4 2 3 3 4 983040 491520 737280 737511 998400 25 25 25 147 194 0 0 0 13 22 0 0 0 0 0 +831 1783792043963731500 REFRESH 1 0 0.71299884486256127 0.36712095400340705 1 7 1 7 0 0 1319 42 412 3947760 55680 223.18386840820312 1.0011000000000001 289.58069999999998 13440 8327 0 0 0.018849895834517058 1.8949329321593116 3648 2020 64 1 16 4 2 3 3 4 983040 491520 737280 737520 998400 25 27 25 93 242 0 0 1 2 39 0 0 0 0 0 +832 1783792044378827200 REFRESH 9 0 0.71294590539891156 0.3594548551959113 2 6 2 6 0 0 807 27 418 3947769 55680 224.22425842285156 1.0049999999999999 289.69200000000001 13440 8292 0 0 0.00084064195437858239 0.84794300678403445 3648 1963 64 1 16 4 2 3 3 4 983040 491520 737280 737529 998400 25 26 28 109 230 0 0 0 5 22 0 0 0 0 0 +833 1783792044709341000 REFRESH 26 0 0.71046088282681696 0.8356047700170357 1 12 1 12 0 0 683 51 416 3955347 56640 223.03846740722656 1.0024999999999999 265.4597 13440 8867 0 0 0.0020969646542396527 1.1162129848487694 1728 863 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 25 25 315 0 0 0 1 50 0 0 0 0 0 +834 1783792045035932600 REFRESH 36 0 0.70837777445361494 0.82027257240204421 3 10 3 10 0 0 727 29 415 3955348 56640 222.49778747558594 0.99919999999999998 263.6037 13440 8610 0 0 0.092032413342657188 0.30271962206033004 1728 1005 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 26 50 288 0 0 0 1 28 0 0 0 0 0 +835 1783792045367516900 REFRESH 18 0 0.71105463022975746 0.9293015332197615 1 13 1 13 0 0 307 16 412 3955353 56640 224.82853698730469 0.99990000000000001 267.62090000000001 13440 9169 0 0 0.0012422408091947064 1.8392637834566274 1344 544 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 25 27 310 0 0 0 0 16 0 0 0 0 0 +836 1783792045743699800 REFRESH 57 0 0.70864216699778104 0.8279386712095399 2 11 2 11 0 0 769 35 406 3955373 56640 222.06259155273438 1.0055000000000001 270.3218 13440 8642 0 0 0.00086134713939095271 1.9798263122044926 1728 823 64 1 16 4 2 2 2 6 983040 491520 491520 491693 1497600 25 26 25 31 299 0 0 0 0 35 0 0 0 0 0 +837 1783792046071295700 REFRESH 10 0 0.71003860026166055 0.64821124361158422 1 10 1 10 0 0 627 20 421 3955327 56640 223.81362915039062 1.0158 275.08569999999997 13440 8900 0 0 0.033765467539783239 3.6125366839537807 2112 1125 64 1 16 4 2 2 2 6 983040 491520 491520 491647 1497600 25 26 42 43 285 0 0 5 4 11 0 0 0 0 0 +838 1783792046429275500 REFRESH 46 0 0.71388309601743338 0.37478705281090291 0 8 0 8 0 0 1765 27 407 3951527 56160 223.77676391601562 1.0003 293.37700000000001 13440 8093 0 0 3.8753742801784786e-07 0.52829879110566169 3648 1625 64 1 16 4 2 3 2 5 983040 491520 737280 491687 1248000 25 25 25 25 307 0 0 0 0 27 0 0 0 0 0 +839 1783792046816634400 REFRESH 17 0 0.71981229769327348 0.28109028960817717 0 7 0 7 0 0 1543 52 414 3943923 55200 224.21504211425781 1.0075000000000001 322.85980000000001 20160 14960 0 0 0 0.15204480180206273 3946 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 31 102 231 1 0 3 12 36 0 0 0 0 0 +840 1783792047130492700 REFRESH 23 0 0.71159872888799969 0.92163543441226559 2 12 2 12 0 0 549 38 415 3955355 56640 222.48550415039062 1.0054000000000001 265.65440000000001 13440 9187 0 0 0.031179817600414116 0.88433501468410636 1344 638 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 25 51 288 0 0 0 1 37 0 0 0 0 0 +841 1783792047563643900 REFRESH 44 0 0.71303814116264208 0.36712095400340705 1 7 1 7 0 0 1023 17 425 3947746 55680 224.9564208984375 1.0092000000000001 312.25 13440 8255 0 0 0.058086188671880992 1.6339388773258507 3648 1942 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 25 29 53 293 0 0 0 3 14 0 0 0 0 0 +842 1783792047826735000 REFRESH 19 0 0.70854571918361731 0.8279386712095399 2 11 2 11 0 0 520 41 409 3955350 56640 222.73126220703125 1.0085999999999999 261.44400000000002 13440 8499 0 0 0.026098001124384564 0.38970274678601297 1728 987 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 28 30 301 0 0 0 3 38 0 0 0 0 0 +843 1783792048199076900 REFRESH 52 0 0.71049048533013548 0.36712095400340705 1 7 1 7 0 0 857 24 425 3947742 55680 224.289794921875 1.0065 315.52550000000002 13440 8177 0 0 7.3524768624344791e-05 1.4580422119253347 3670 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737502 998400 25 26 27 133 214 0 0 1 6 17 0 0 0 0 0 +844 1783792048517165400 REFRESH 58 0 0.71137400465795042 0.92163543441226559 2 12 2 12 0 0 385 24 415 3955347 56640 222.96064758300781 1.0369999999999999 266.07780000000002 13440 9208 0 0 0.0076636105675829576 2.5667759643308892 1344 692 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 25 27 313 0 0 0 0 24 0 0 0 0 0 +845 1783792048786934600 REFRESH 35 0 0.70842210743137812 0.8279386712095399 2 11 2 11 0 0 737 22 407 3955366 56640 223.05279541015625 0.99760000000000004 268.03530000000001 13440 8565 0 0 0.1466617951208353 1.1358384512012472 1728 915 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 25 26 25 27 304 0 0 0 0 22 0 0 0 0 0 +846 1783792049125211900 REFRESH 13 0 0.71976355968803851 0.27342419080068137 1 6 1 6 0 0 1501 84 410 3943937 55200 224.58367919921875 1.0137 279.09899999999999 20160 14754 0 0 0.020987993032565287 0.62660479193559504 4057 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737537 748800 25 25 25 141 194 0 0 0 30 54 0 0 0 0 0 +847 1783792049510270300 REFRESH 39 0 0.71022437121881077 0.63287904599659284 3 8 3 8 0 0 806 57 420 3955349 56640 223.96723937988281 1.0046999999999999 280.63799999999998 13440 9094 0 0 0.033915050234405199 0.89795211255192564 2112 1142 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 25 64 25 281 0 0 2 1 54 0 0 0 0 0 +848 1783792049777026700 REFRESH 28 0 0.70860093692731296 0.8356047700170357 1 12 1 12 1 0 422 21 408 3955350 56640 223.8709716796875 1.0039 265.11430000000001 13440 8505 0 0 0.0014564250054282973 2.2544695828641905 1728 831 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 25 27 306 0 0 0 1 20 0 0 0 0 1 +849 1783792050112326200 REFRESH 14 0 0.71144491622316219 0.65587734241908002 0 11 0 11 0 0 765 54 416 3955332 56640 224.34815979003906 1.0088999999999999 273.79059999999998 13440 8316 0 0 1.6227006993657043e-05 0.82953941525878994 2112 1185 64 1 16 4 2 2 2 6 983040 491520 491520 491652 1497600 25 25 26 30 310 1 0 1 1 51 0 0 0 0 0 +850 1783792052190743100 DEPTH 42 1 0.87853814916204254 0 0 4 0 4 0 0 3013 53 2577 23664870 81600 1393.9568634033203 6.0350000000000001 2016.3216 120960 59271 1 0 0 0.0038135992296958222 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 150 150 156 1579 542 3 0 0 0 50 0 0 0 0 0 +851 1783792054278105400 DEPTH 56 1 0.7161422887542378 0.26575809199318562 2 5 2 5 0 0 2188 100 2552 23664863 81600 1393.1632537841797 6.0890000000000004 2030.5834 120960 68160 1 0 0.057353881651290795 0.55417262443922854 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 150 150 150 919 1183 3 0 0 3 94 0 0 0 0 0 +852 1783792056170130800 DEPTH 8 1 0.71577630258283054 0.26575809199318562 2 5 2 5 0 0 1553 220 2496 23664728 81600 1393.1008911132812 6.4895999999999994 1831.3607999999999 120960 69720 1 0 0.029879628220595384 1.0001863379870284 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426328 4492800 150 150 156 165 1875 0 0 0 0 220 0 0 0 0 0 +853 1783792058177647600 DEPTH 53 1 0.70946104663891385 0.37478705281090291 0 8 0 8 0 0 1729 162 2536 23684035 99840 1401.1873168945312 6.1178000000000008 1945.5888 87360 42587 1 1 3.9256012599737908e-05 0.28559182276312889 3672 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426433 5740800 150 156 159 413 1658 0 1 7 8 145 0 0 0 0 0 +854 1783792060314115900 DEPTH 11 1 0.70939309154414198 0.37478705281090291 0 8 0 8 0 0 880 85 2576 23687866 103680 1377.3424987792969 6.2327999999999992 2013.7308 80640 39471 1 0 0 0.90835788215057978 3554 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426426 5990400 150 150 150 502 1624 0 0 3 0 82 0 0 0 0 0 +855 1783792062380947500 DEPTH 48 1 0.70921288725047371 0.3594548551959113 2 6 2 6 0 0 1151 63 2586 23680247 96000 1388.5337524414062 6.0658999999999992 1983.4059999999999 94080 45988 1 0 0.0010930946807506234 0.82664892777303722 4025 1977 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426487 5491200 150 150 157 402 1727 2 1 0 2 58 0 0 0 0 0 +856 1783792064466311900 DEPTH 33 1 0.70905967931631331 0.36712095400340705 1 7 1 7 0 0 1712 80 2552 23680149 96000 1396.7463836669922 6.4875000000000007 2005.6976999999999 94080 44829 1 0 0.00023294165214766597 0.38821406897906902 3683 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426388 5491200 150 156 167 765 1314 0 0 1 4 75 0 0 0 0 0 +857 1783792066512933900 DEPTH 31 1 0.70898791651519355 0.3594548551959113 2 6 2 6 0 0 1235 62 2582 23680164 96000 1349.1875915527344 6.8749000000000002 1967.4975999999999 94080 45419 1 0 0.03563315390945998 1.0424632346471612 3832 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426404 5491200 150 150 164 803 1315 1 0 3 3 55 0 0 0 0 0 +858 1783792068803928100 DEPTH 1 1 0.70904696839298076 0.36712095400340705 1 7 1 7 0 0 1342 88 2565 23684071 99840 1399.394287109375 6.6892000000000005 2034.4019000000001 87360 43723 1 0 0.018849895834517058 1.8949329321593116 3839 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426470 5740800 150 156 157 353 1749 3 0 7 4 74 0 0 0 0 0 +859 1783792070869541900 DEPTH 9 1 0.70900034169478077 0.3594548551959113 2 6 2 6 0 0 817 51 2557 23680227 96000 1375.5854187011719 6.6396999999999995 1980.1611 94080 45635 1 0 0.00084064195437858239 0.84794300678403445 3919 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426467 5491200 150 155 173 511 1568 0 0 0 2 49 0 0 0 0 0 +860 1783792072872622400 DEPTH 16 1 0.70895816262522016 0.3594548551959113 2 6 2 6 0 0 1379 119 2529 23680216 96000 1352.2547149658203 38.451800000000006 1929.0578 94080 44295 1 0 0.0081371797400521043 0.78472605386165473 3922 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426456 5491200 150 150 162 788 1279 0 0 0 24 95 0 0 0 0 0 +861 1783792075183497100 DEPTH 20 1 0.70882208797544077 0.45315161839863699 2 7 2 7 0 0 908 94 2581 23699026 114240 1371.0664978027344 7.2152999999999992 2009.1275000000001 80640 42196 1 0 0.012195410250654825 0.40032460833526767 3264 1778 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688783 6739200 150 150 150 544 1587 3 4 4 1 82 0 0 0 0 0 +862 1783792077294027300 DEPTH 30 1 0.70865339464532928 0.4608177172061329 1 8 1 8 0 0 1346 64 2571 23702639 118080 1380.7679290771484 6.2884000000000002 2039.5333000000001 80640 39954 1 1 0.0013669985515778285 2.8038400579106844 3264 1889 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3442797 6988800 150 150 152 977 1142 0 0 0 5 58 0 0 0 0 0 +863 1783792079160393300 DEPTH 47 1 0.708621522105364 0.8279386712095399 2 11 2 11 0 0 389 28 2616 23733018 147840 1371.9900207519531 7.2919999999999998 1803.1808000000001 80640 45142 1 0 0.068787934381682569 1.4082378301417173 1728 976 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950937 8985600 150 150 150 150 2016 0 0 0 0 28 0 0 0 0 0 +864 1783792081168353500 DEPTH 32 1 0.70850132709542613 0.4608177172061329 1 8 1 8 0 0 1286 79 2580 23695266 110400 1360.83251953125 6.0524000000000004 1927.9927 80640 40396 1 0 0.00028269938399440856 1.6059909260581056 3264 1784 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934626 6489600 150 150 150 981 1149 1 0 4 5 69 0 0 0 0 0 +865 1783792082839745700 DEPTH 4 1 0.70816440085428645 0.8356047700170357 1 12 1 12 1 0 192 58 2572 23732981 147840 1291.6818237304688 7.4623999999999997 1615.9899 80640 44888 1 0 0.03972957327022552 1.668644506110315 1728 964 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950900 8985600 150 150 150 162 1960 0 0 3 0 55 0 0 0 0 4 +866 1783792084774692200 DEPTH 42 1 0.78654473380767043 0 0 4 0 4 0 0 3042 59 2588 23664834 81600 1304.9487762451172 6.0259 1933.1523 120960 48605 1 1 0 0.0038135992296958222 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 150 150 156 1615 517 2 0 3 1 52 0 0 0 0 0 +867 1783792086786517800 DEPTH 17 1 0.7161417638226677 0.28109028960817717 0 7 0 7 0 0 1584 88 2564 23664815 81600 1304.5381011962891 6.7007000000000003 1935.8193000000001 120960 67963 1 0 0 0.15204480180206273 4093 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 150 150 150 531 1583 2 1 3 1 81 0 0 0 0 0 +868 1783792088720122200 DEPTH 46 1 0.70989902168532426 0.37478705281090291 0 8 0 8 1 0 1777 65 2549 23687924 103680 1301.7653045654297 5.9841000000000006 1856.1144999999999 80640 39188 1 0 3.8822539432219905e-07 0.51924162564782539 3861 1813 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426484 5990400 150 150 150 374 1725 0 0 0 0 65 0 0 0 0 1 +869 1783792090669506900 DEPTH 44 1 0.70910884113770667 0.36712095400340705 1 7 1 7 0 0 1056 87 2589 23680144 96000 1306.9682006835938 5.9832000000000001 1875.8703 94080 45051 1 0 0.058086188671880992 1.6339388773258507 3921 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426382 5491200 150 150 162 399 1728 0 1 6 5 75 0 0 0 0 0 +870 1783792092653371500 DEPTH 54 1 0.70823789567772455 0.4608177172061329 1 8 1 8 0 0 632 62 2576 23702594 118080 1298.0705261230469 6.968 1907.6504 80640 40999 1 0 0.0031513658341259495 1.0996631565127335 3264 1955 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3442753 6988800 150 150 150 1179 947 0 0 3 0 59 0 0 0 0 0 +871 1783792094681425600 DEPTH 2 1 0.70812213213551334 0.45315161839863699 2 7 2 7 0 0 1271 135 2562 23698938 114240 1300.9008636474609 6.8426 1939.5081 80640 40428 1 0 0.27768796280696073 2.131664922996019 3264 1659 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688695 6739200 150 150 150 654 1458 0 0 2 6 127 0 0 0 0 0 +872 1783792096673517400 DEPTH 45 1 0.70813910185662743 0.45315161839863699 2 7 2 7 0 0 1029 69 2599 23698976 114240 1303.5745239257812 6.4107999999999992 1912.8549 80640 38389 1 0 0.2309103244036371 1.4859222174523592 3264 1820 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688731 6739200 150 150 150 930 1219 0 0 2 9 58 0 0 0 0 0 +873 1783792098827258200 DEPTH 21 1 0.7067718690795346 0.56218057921635434 0 10 0 10 1 0 1312 83 2570 23721559 136320 1330.2374267578125 7.0084999999999997 1996.4807000000001 80640 40812 1 0 0 1.2487257176998614 2880 1684 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950997 8236800 150 151 156 501 1612 0 1 13 3 66 0 0 0 0 1 +874 1783792100884774500 DEPTH 13 1 0.71610479024879248 0.27342419080068137 1 6 1 6 0 0 1552 143 2533 23664849 81600 1341.4676513671875 7.7664 1966.8022000000001 120960 69014 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 150 150 150 322 1761 2 0 1 5 135 0 0 0 0 0 +875 1783792103029556300 DEPTH 40 1 0.70664177609183165 0.64821124361158422 1 10 1 10 0 0 965 83 2569 23729193 144000 1358.371826171875 7.1053999999999995 2066.0637999999999 80640 43029 1 0 0.083077089126711981 1.5472964947330925 2496 1217 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950952 8736000 150 150 156 225 1888 0 0 0 0 83 0 0 0 0 0 +876 1783792104870178000 DEPTH 27 1 0.70663388100725233 0.93696763202725719 0 14 0 14 1 0 601 117 2539 23732974 147840 1371.9879608154297 7.0444000000000004 1784.6076 80640 44959 1 0 1.6058035066968753e-05 0.90695156949867195 1728 854 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950893 8985600 150 152 150 153 1934 0 0 1 0 116 0 0 0 0 1 +877 1783792106869452200 DEPTH 52 1 0.70663085127258674 0.36712095400340705 1 7 1 7 0 0 889 71 2571 23668783 84480 1382.4921569824219 6.0998000000000001 1919.4888000000001 114240 50433 1 0 7.3524768624344791e-05 1.4580422119253347 3824 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426541 4742400 150 156 185 1225 855 0 5 3 4 59 0 0 0 0 0 +878 1783792108871668400 DEPTH 14 1 0.70659802950307071 0.65587734241908002 0 11 0 11 1 0 804 126 2526 23733063 147840 1392.7506103515625 7.5689999999999991 1939.0386000000001 80640 41262 1 0 1.5089755539791081e-05 0.84347197476751057 2496 1410 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950978 8985600 150 150 156 169 1901 5 0 0 2 119 0 0 0 0 1 +879 1783792110614075200 DEPTH 51 1 0.70660560309702647 0.91396933560476989 3 11 3 11 0 0 396 57 2554 23733101 147840 1379.6641387939453 6.3042999999999996 1668.8602000000001 80640 45051 1 0 0.08728097895604256 0.3569538485346217 1728 865 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951017 8985600 150 150 150 173 1931 0 0 0 3 54 0 0 0 0 0 +880 1783792112360922200 DEPTH 23 1 0.70646144129079769 0.92163543441226559 2 12 2 12 1 0 557 68 2559 23733046 147840 1378.7463836669922 6.4246999999999996 1691.2243000000001 80640 45363 1 0 0.030151744633412979 1.0289917498430303 1728 824 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950963 8985600 150 156 150 195 1908 0 0 0 5 63 0 0 0 0 1 +881 1783792114079749900 DEPTH 22 1 0.70627622871318207 0.91396933560476989 3 11 3 11 0 0 365 91 2587 23733122 147840 1380.3366241455078 6.2411000000000003 1662.9743000000001 80640 45349 1 0 0.011175295070335413 0.48527856153633292 1728 836 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951039 8985600 150 150 150 150 1987 0 0 0 3 88 0 0 0 0 0 +882 1783792114440632400 REFRESH 3 0 0.70579998351739937 0.64054514480408853 2 9 2 9 0 0 708 26 400 3955346 56640 232.880126953125 1.0084 290.5258 13440 9062 0 0 0.0050845648455105797 0.33949448710174873 2176 1136 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 74 51 224 0 0 2 0 24 0 0 0 0 0 +883 1783792114790933200 REFRESH 26 0 0.70560785020104555 0.8356047700170357 1 12 1 12 0 0 705 69 411 3955349 56640 234.40383911132812 1.0152000000000001 281.82619999999997 13440 8714 0 0 0.0020969646542396527 1.1162129848487694 1792 898 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 25 310 1 0 0 0 68 0 0 0 0 0 +884 1783792115181086800 REFRESH 56 0 0.7126526734058638 0.26575809199318562 2 5 2 5 0 0 2209 49 424 3943900 55200 242.8221435546875 1.0161 325.38589999999999 20160 12654 0 0 0.057353881651290795 0.55417262443922854 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 25 25 25 218 131 0 0 0 15 34 0 0 0 0 0 +885 1783792115516602100 REFRESH 40 0 0.55169149140307383 0.64821124361158422 1 10 1 10 0 0 970 15 413 3951495 56160 240.14848327636719 1.0217000000000001 333.81119999999999 13440 8715 0 0 0.083077089126711981 1.5472964947330925 2560 1246 64 1 16 4 2 3 2 5 983040 491520 737280 491655 1248000 25 25 27 74 262 0 0 5 2 8 0 0 0 0 0 +886 1783792115850699800 REFRESH 43 0 0.70356379644230504 0.8279386712095399 2 11 2 11 0 0 558 33 412 3955352 56640 233.71372985839844 1.0029999999999999 275.51519999999999 13440 8431 0 0 0.0060265643412550068 2.1645764448118521 1792 902 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 25 30 306 0 0 0 0 33 0 0 0 0 0 +887 1783792116206770900 REFRESH 1 0 0.70526650995207296 0.36712095400340705 1 7 1 7 0 0 1401 90 414 3943893 55200 221.33247375488281 0.99850000000000005 277.29930000000002 20160 14893 0 0 0.018849895834517058 1.8949329321593116 3871 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 25 25 26 99 239 0 0 1 15 74 0 0 0 0 0 +888 1783792116539462500 REFRESH 52 0 0.56255367919926003 0.36712095400340705 1 7 1 7 0 0 907 31 426 3943920 55200 238.60121154785156 1.0118 330.56130000000002 20160 14962 0 0 7.3524768624344791e-05 1.4580422119253347 3852 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 206 145 0 1 0 11 19 0 0 0 0 0 +889 1783792116831710500 REFRESH 27 0 0.58181169596252946 0.93696763202725719 0 14 0 14 0 0 606 24 418 3955375 56640 244.25267028808594 1.0067999999999999 290.0616 13440 8438 0 0 1.6058035066968753e-05 0.90695156949867195 1792 885 64 1 16 4 2 2 2 6 983040 491520 491520 491695 1497600 25 26 25 26 316 0 0 1 0 23 0 0 0 0 0 +890 1783792117218364000 REFRESH 25 0 0.70608848746593633 0.54684838160136284 2 8 2 8 0 0 1420 36 415 3951510 56160 235.72274780273438 1.0063 313.37880000000001 13440 8304 0 0 0.0037133317294834652 0.74577769507902991 2560 1347 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 25 27 127 211 0 0 0 8 28 0 0 0 0 0 +891 1783792117554164200 REFRESH 57 0 0.7040626575028669 0.8279386712095399 2 11 2 11 0 0 776 41 408 3955351 56640 235.74630737304688 1.0025999999999999 276.5942 13440 8512 0 0 0.00086134713939095271 1.9798263122044926 1792 856 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 25 29 303 0 0 0 1 40 0 0 0 0 0 +892 1783792117894637900 REFRESH 36 0 0.70387702195997093 0.82027257240204421 3 10 3 10 1 0 749 54 425 3955338 56640 235.70944213867188 1.0495000000000001 280.08249999999998 13440 8515 0 0 0.068381232067829104 0.19297837646577065 1792 1040 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 26 26 50 298 0 0 3 1 50 0 0 0 0 1 +893 1783792118230502400 REFRESH 28 0 0.70450615591937782 0.8356047700170357 1 12 1 12 1 0 424 21 410 3955381 56640 236.61080932617188 1.0276000000000001 282.32310000000001 13440 8536 0 0 0.0014563827168352979 2.0108454753174012 1792 861 64 1 16 4 2 2 2 6 983040 491520 491520 491700 1497600 25 25 25 27 308 0 0 0 0 21 0 0 0 0 1 +894 1783792118573584800 REFRESH 7 0 0.70380821738868249 0.8356047700170357 1 12 1 12 0 0 546 37 402 3955369 56640 237.97964477539062 1.0057 279.08249999999998 13440 8377 0 0 0.001621374192188243 1.0950879171363754 1792 924 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 26 25 32 294 0 0 0 0 37 0 0 0 0 0 +895 1783792118914638300 REFRESH 4 0 0.70343957766818366 0.8356047700170357 1 12 1 12 0 0 192 9 424 3955347 56640 230.31500244140625 1.1565000000000001 286.10950000000003 13440 8445 0 0 0.03972957327022552 1.668644506110315 1792 1002 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 25 28 321 1 0 1 0 7 0 0 0 0 0 +896 1783792119260568200 REFRESH 47 0 0.70367344211030747 0.8279386712095399 2 11 2 11 0 0 400 36 411 3955371 56640 241.29023742675781 1.0053000000000001 284.93669999999997 13440 8537 0 0 0.068787934381682569 1.4082378301417173 1792 1013 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 25 25 29 307 0 0 1 0 35 0 0 0 0 0 +897 1783792119620287100 REFRESH 39 0 0.70586534940811319 0.63287904599659284 3 8 3 8 0 0 821 44 409 3955358 56640 234.41920471191406 1.0036 290.09519999999998 13440 9207 0 0 0.033915050234405199 0.89795211255192564 2176 1178 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 25 64 25 270 0 0 3 1 40 0 0 0 0 0 +898 1783792119915852700 REFRESH 51 0 0.64135415151088482 0.91396933560476989 3 11 3 11 0 0 400 25 406 3955346 56640 244.37657165527344 1.7188000000000001 293.71030000000002 13440 8433 0 0 0.08728097895604256 0.3569538485346217 1792 893 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 25 46 285 0 0 0 1 24 0 0 0 0 0 +899 1783792120285116000 REFRESH 38 0 0.70523602459724244 0.55451448040885853 1 9 1 9 0 0 1142 58 407 3947760 55680 244.29055786132812 1.0178 290.9228 13440 8252 0 0 0.069380060749284017 2.6479308659882252 3980 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737520 998400 25 26 30 106 220 0 1 0 4 53 0 0 0 0 0 +900 1783792120648683200 REFRESH 9 0 0.70541413178102741 0.3594548551959113 2 6 2 6 0 0 842 39 421 3943884 55200 245.18655395507812 1.0063 303.04090000000002 20160 14773 0 0 0.00084064195437858239 0.84794300678403445 3951 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737484 748800 25 25 25 87 259 1 0 0 5 33 0 0 0 0 0 +901 1783792121037740100 REFRESH 11 0 0.70585749851946655 0.37478705281090291 0 8 0 8 0 0 892 44 423 3947746 55680 224.74649047851562 1.0038 310.31209999999999 13440 8513 0 0 0 0.90835788215057978 3578 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 25 25 25 180 168 0 0 1 12 31 0 0 0 0 0 +902 1783792121408357700 REFRESH 33 0 0.70554331630714828 0.36712095400340705 1 7 1 7 0 0 1754 82 414 3943915 55200 239.45523071289062 1.0321 301.16739999999999 20160 14813 0 0 0.00023294165214766597 0.38821406897906902 3710 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 25 25 27 97 240 0 0 1 17 64 0 0 0 0 0 +903 1783792121713756800 REFRESH 13 0 0.71257962936156161 0.27342419080068137 1 6 1 6 0 0 1600 77 414 3943926 55200 243.21945190429688 1.0273000000000001 303.82670000000002 20160 13849 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 25 25 25 158 181 1 0 0 22 54 0 0 0 0 0 +904 1783792122056938500 REFRESH 6 0 0.70667646168420917 0.91396933560476989 3 11 3 11 0 0 333 9 409 3955365 56640 229.44972229003906 1.0058 271.85340000000002 13440 9184 0 0 0.074515168654391534 0.3290575075344554 1408 618 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 25 28 305 1 0 0 1 7 0 0 0 0 0 +905 1783792122406833500 REFRESH 53 0 0.70599597629104571 0.37478705281090291 0 8 0 8 0 0 1794 101 408 3943891 55200 231.22227478027344 1.0031000000000001 285.25020000000001 20160 14940 0 0 3.9256012599737908e-05 0.28559182276312889 3702 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 25 25 25 99 234 0 0 0 27 74 0 0 0 0 0 +906 1783792122737221200 REFRESH 15 0 0.70661878031299774 0.91396933560476989 3 11 3 11 0 0 261 11 413 3955345 56640 229.49888610839844 1.0062 274.9898 13440 9089 0 0 0.13215737202774189 0.95319511763653475 1408 688 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 26 25 35 302 0 0 0 0 11 0 0 0 0 0 +907 1783792123071623500 REFRESH 49 0 0.70427235313110736 0.82027257240204421 3 10 3 10 0 0 667 46 413 3955342 56640 227.27577209472656 1.0097 276.86689999999999 13440 8604 0 0 0.015103978757880731 0.67255299920997302 1792 981 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 35 29 298 0 0 2 1 43 0 0 0 0 0 +908 1783792123425121600 REFRESH 8 0 0.71267234575012572 0.26575809199318562 2 5 2 5 0 0 1566 33 410 3943915 55200 235.87327575683594 1.008 281.00279999999998 20160 12713 0 0 0.029879628220595384 1.0001863379870284 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 27 27 306 0 0 0 0 33 0 0 0 0 0 +909 1783792123804741700 REFRESH 54 0 0.70428189928535512 0.4608177172061329 1 8 1 8 0 0 648 43 420 3947745 55680 237.86087036132812 1.0183 311.15929999999997 13440 8373 0 0 0.0031513658341259495 1.0996631565127335 3328 1988 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 25 27 138 205 0 0 0 11 32 0 0 0 0 0 +910 1783792124123184600 REFRESH 12 0 0.70609004399824138 0.63287904599659284 3 8 3 8 0 0 792 20 415 3955378 56640 218.11302185058594 1.0128999999999999 263.72070000000002 13440 8782 0 0 0.0015276581021753017 0.97823052614698447 2176 1011 64 1 16 4 2 2 2 6 983040 491520 491520 491698 1497600 25 26 34 36 294 0 0 0 0 20 0 0 0 0 0 +911 1783792124453226400 REFRESH 35 0 0.70406473647070267 0.8279386712095399 2 11 2 11 0 0 739 24 408 3955365 56640 217.05728149414062 1.0550999999999999 259.89100000000002 13440 8511 0 0 0.1466617951208353 1.1358384512012472 1792 943 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 25 26 306 0 0 0 0 24 0 0 0 0 0 +912 1783792124763583100 REFRESH 37 0 0.70495578255486369 0.8356047700170357 1 12 1 12 1 0 594 68 410 3955353 56640 217.35833740234375 1.0212000000000001 257.34660000000002 13440 8852 0 0 0.013107800816706672 0.77989372300066695 1792 1002 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 25 37 298 0 0 0 1 67 0 0 0 0 1 +913 1783792125078134900 REFRESH 19 0 0.70426247046875345 0.8279386712095399 2 11 2 11 0 0 528 28 412 3955351 56640 217.15353393554688 1.0148999999999999 260.75229999999999 13440 8497 0 0 0.026098001124384564 0.38970274678601297 1792 1028 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 28 29 305 0 0 0 0 28 0 0 0 0 0 +914 1783792125448435800 REFRESH 48 0 0.7058826370123259 0.3594548551959113 2 6 2 6 0 0 1172 50 423 3943904 55200 217.50271606445312 1.0269999999999999 303.05549999999999 20160 14913 0 0 0.0010930946807506234 0.82664892777303722 4056 2008 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 26 164 183 0 0 0 7 43 0 0 0 0 0 +915 1783792125774815400 REFRESH 34 0 0.70488888284960849 0.8356047700170357 1 12 1 12 1 0 403 17 424 3955367 56640 217.38291931152344 1.0048999999999999 256.95010000000002 13440 8482 0 0 0.00025419625562338177 2.5316423686570224 1792 889 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 25 25 34 315 1 0 0 1 15 0 0 0 0 1 +916 1783792126125260500 REFRESH 24 0 0.70490250109370622 1 4 11 4 11 0 0 424 8 405 3955364 56640 237.30586242675781 1.1346000000000001 291.48099999999999 13440 9166 0 0 0.050146993295259477 1.3805711804450536 1408 630 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 25 28 302 1 0 0 0 7 0 0 0 0 0 +917 1783792126444871800 REFRESH 0 0 0.70457523035575698 0.8356047700170357 1 12 1 12 0 0 429 23 419 3955352 56640 223.64979553222656 1.0123 264.16379999999998 13440 8561 0 0 0.0098964333229115166 1.759735743218495 1792 1042 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 25 101 242 0 0 0 0 23 0 0 0 0 0 +918 1783792126780705000 REFRESH 42 0 0.87501065685806589 0 0 4 0 4 1 0 3048 12 426 3943930 55200 235.863037109375 1.0039 334.15750000000003 20160 12884 0 0 0 0.015094007362885586 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 25 25 26 276 74 0 0 1 1 10 0 0 0 1 0 +919 1783792127181217600 REFRESH 45 0 0.70432325482037128 0.45315161839863699 2 7 2 7 0 0 1066 73 421 3947778 55680 221.89260864257812 1.0004 288.94110000000001 13440 8168 0 0 0.2309103244036371 1.4859222174523592 3328 1850 64 1 16 4 2 3 3 4 983040 491520 737280 737538 998400 25 25 25 108 238 0 0 1 12 60 0 0 0 0 0 +920 1783792127499518400 REFRESH 58 0 0.70691602092354289 0.92163543441226559 2 12 2 12 0 0 388 34 411 3955358 56640 221.79020690917969 1.0071000000000001 265.98509999999999 13440 9144 0 0 0.0076636105675829576 2.5667759643308892 1408 726 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 25 25 28 308 0 0 0 0 34 0 0 0 0 0 +921 1783792127863282800 REFRESH 16 0 0.7056872286814333 0.3594548551959113 2 6 2 6 0 0 1386 30 413 3943935 55200 242.33071899414062 1.0041 293.06619999999998 20160 14777 0 0 0.0081371797400521043 0.78472605386165473 3960 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737534 748800 25 25 25 103 235 0 0 0 10 20 0 0 0 0 0 +922 1783792128194642800 REFRESH 50 0 0.70646116681465043 0.64054514480408853 2 9 2 9 0 0 551 20 421 3955356 56640 230.64678955078125 1.0310999999999999 279.83249999999998 13440 9253 0 0 0.061518444399238342 2.0460364460936478 2176 1096 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 42 34 295 0 0 1 0 19 0 0 0 0 0 +923 1783792128567110400 REFRESH 31 0 0.70578924917551578 0.3594548551959113 2 6 2 6 0 0 1277 73 413 3943909 55200 239.22483825683594 1.0448 308.32749999999999 20160 14810 0 0 0.03563315390945998 1.0424632346471612 3867 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 25 25 27 109 227 0 0 0 13 60 0 0 0 0 0 +924 1783792128942196500 REFRESH 5 0 0.70449179147326679 0.8279386712095399 2 11 2 11 1 0 463 36 419 3955358 56640 231.10450744628906 1.0153000000000001 270.5369 13440 8451 0 0 0.028344487788516556 0.4155773191610222 1792 977 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 25 83 72 214 1 0 2 2 31 0 0 0 0 1 +925 1783792129304170800 REFRESH 30 0 0.70503529994802627 0.4608177172061329 1 8 1 8 0 0 1396 94 412 3947749 55680 239.43679809570312 1.0049999999999999 296.10520000000002 13440 8247 0 0 0.0013669985515778285 2.8038400579106844 3328 1923 64 1 16 4 2 3 3 4 983040 491520 737280 737508 998400 25 26 27 164 170 0 0 0 39 55 0 0 0 0 0 +926 1783792129659975000 REFRESH 32 0 0.70488362711358743 0.4608177172061329 1 8 1 8 0 0 1300 54 420 3947733 55680 237.8260498046875 1.0146999999999999 293.46260000000001 13440 8318 0 0 0.00028269938399440856 1.6059909260581056 3328 1814 64 1 16 4 2 3 3 4 983040 491520 737280 737493 998400 25 26 27 202 140 0 0 0 29 25 0 0 0 0 0 +927 1783792130033256400 REFRESH 21 0 0.70280672761146379 0.56218057921635434 0 10 0 10 0 0 1322 32 419 3951510 56160 230.93350219726562 1.0051000000000001 311.63510000000002 13440 8144 0 0 0 1.2487257176998614 2944 1725 64 1 16 4 2 3 2 5 983040 491520 737280 491670 1248000 25 26 25 229 114 0 0 1 18 13 0 0 0 0 0 +928 1783792130365536400 REFRESH 29 0 0.70502767699691227 0.82027257240204421 3 10 3 10 0 0 695 30 417 3951525 56160 231.82438659667969 1.0043 273.17430000000002 13440 8199 0 0 0.17245395781315404 1.1179809937997387 2944 1480 64 1 16 4 2 3 2 5 983040 491520 737280 491685 1248000 25 26 26 134 206 0 0 0 1 29 0 0 0 0 0 +929 1783792130716005100 REFRESH 2 0 0.70448285198602911 0.45315161839863699 2 7 2 7 0 0 1316 81 417 3947759 55680 232.36012268066406 1.0079 289.14600000000002 13440 8376 0 0 0.27768796280696073 2.131664922996019 3328 1691 64 1 16 4 2 3 3 4 983040 491520 737280 737519 998400 25 25 25 168 174 0 0 1 34 46 0 0 0 0 0 +930 1783792131127778400 REFRESH 41 0 0.70676130804036341 0.55451448040885853 1 9 1 9 0 0 903 36 415 3951520 56160 232.13261413574219 1.0117 294.8227 13440 8469 0 0 0.00047546691312138533 1.497358551665477 2560 1425 64 1 16 4 2 3 2 5 983040 491520 737280 491680 1248000 25 27 26 103 234 0 1 0 4 31 0 0 0 0 0 +931 1783792131465760300 REFRESH 18 0 0.70698315588110816 0.9293015332197615 1 13 1 13 1 0 308 17 406 3955351 56640 235.74630737304688 1.0082 279.95580000000001 13440 9209 0 0 0.0012194480086301514 1.8364388975208388 1408 568 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 25 25 27 304 0 0 0 0 17 0 0 0 0 1 +932 1783792131862714900 REFRESH 44 0 0.70585864453152469 0.36712095400340705 1 7 1 7 0 0 1058 10 421 3943894 55200 240.39628601074219 1.0056 332.322 20160 14878 0 0 0.058086188671880992 1.6339388773258507 3953 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 25 25 26 147 198 0 0 1 0 9 0 0 0 0 0 +933 1783792132192473000 REFRESH 10 0 0.70648210365055064 0.64821124361158422 1 10 1 10 0 0 631 20 420 3955381 56640 229.45791625976562 1.01 275.44220000000001 13440 9061 0 0 0.033765467539783239 3.6125366839537807 2176 1158 64 1 16 4 2 2 2 6 983040 491520 491520 491701 1497600 25 26 42 39 288 0 0 2 1 17 0 0 0 0 0 +934 1783792132523381200 REFRESH 55 0 0.70441615948051062 0.8279386712095399 2 11 2 11 0 0 566 23 412 3955348 56640 227.4652099609375 1.02 275.68060000000003 13440 8516 0 0 0.068991051941812459 0.94012883186839502 1792 835 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 36 34 291 0 0 0 0 23 0 0 0 0 0 +935 1783792132795895300 REFRESH 23 0 0.70190891988923387 0.92163543441226559 2 12 2 12 0 0 567 33 416 3955352 56640 226.07769775390625 1.0043 270.83339999999998 13440 8584 0 0 0.030151744633412979 1.0289917498430303 1792 848 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 50 290 0 0 0 1 32 0 0 0 0 0 +936 1783792133138990600 REFRESH 22 0 0.70168979657628716 0.91396933560476989 3 11 3 11 0 0 368 23 414 3955361 56640 239.15315246582031 1.0181 286.73770000000002 13440 8643 0 0 0.011175295070335413 0.48527856153633292 1792 865 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 26 25 26 312 0 0 0 0 23 0 0 0 0 0 +937 1783792133518883900 REFRESH 20 0 0.70539301552197453 0.45315161839863699 2 7 2 7 0 0 911 18 417 3947757 55680 235.80671691894531 1.0066999999999999 322.57479999999998 13440 8486 0 0 0.012195410250654825 0.40032460833526767 3328 1811 64 1 16 4 2 3 3 4 983040 491520 737280 737516 998400 25 25 25 98 244 0 1 1 3 13 0 0 0 0 0 +938 1783792133932191100 REFRESH 17 0 0.71323202182196987 0.28109028960817717 0 7 0 7 1 0 1593 36 422 3943906 55200 234.12530517578125 1.0474000000000001 340.52949999999998 20160 14044 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 25 226 121 0 0 1 10 25 0 0 0 0 1 +939 1783792134207212700 REFRESH 14 0 0.70278356101429584 0.65587734241908002 0 11 0 11 0 0 819 45 413 3955344 56640 224.859130859375 1.0129999999999999 273.38830000000002 13440 8121 0 0 1.5089755539791081e-05 0.84347197476751057 2560 1440 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 27 31 305 0 0 0 0 45 0 0 0 0 0 +940 1783792134565550800 REFRESH 46 0 0.70672926453354745 0.37478705281090291 0 8 0 8 0 0 1791 36 416 3947742 55680 224.49766540527344 1.004 298.30560000000003 13440 8146 0 0 3.8822539432219905e-07 0.51924162564782539 3892 1844 64 1 16 4 2 3 3 4 983040 491520 737280 737502 998400 25 25 25 104 237 0 0 0 8 28 0 0 0 0 0 +941 1783792136566610600 DEPTH 42 1 0.85336073921700384 0 0 4 0 4 0 0 3086 72 2598 23664890 81600 1333.0687866210938 6.0464000000000011 1950.6945000000001 120960 61463 1 1 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426488 4492800 150 150 156 1603 539 0 0 4 0 67 0 0 0 0 0 +942 1783792138679298800 DEPTH 56 1 0.70963363550660929 0.26575809199318562 2 5 2 5 0 0 2247 87 2579 23664880 81600 1349.4098358154297 6.5063000000000004 2047.2086999999999 120960 63148 1 0 0.057353881651290795 0.55417262443922854 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 150 150 150 1137 992 0 0 1 4 82 0 0 0 0 0 +943 1783792140439596400 DEPTH 8 1 0.7093386208909227 0.26575809199318562 2 5 2 5 0 0 1607 129 2520 23664761 81600 1295.2783355712891 6.2836999999999996 1701.3103000000001 120960 63915 1 0 0.029879628220595384 1.0001863379870284 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426358 4492800 150 150 162 161 1897 0 0 0 0 129 0 0 0 0 0 +944 1783792142348116300 DEPTH 13 1 0.70933716989449369 0.27342419080068137 1 6 1 6 0 0 1645 127 2533 23664820 81600 1288.1418304443359 6.1931000000000003 1855.4937 120960 68262 1 1 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 150 150 150 347 1736 0 1 2 1 122 0 0 0 0 0 +945 1783792144370453300 DEPTH 53 1 0.70244993783026932 0.37478705281090291 0 8 0 8 0 0 1850 149 2523 23664817 81600 1343.3784332275391 6.7538999999999998 1920.2249999999999 120960 68832 1 0 3.9256012599737908e-05 0.28559182276312889 3841 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426417 4492800 150 150 150 360 1713 0 0 2 11 136 0 0 0 0 0 +946 1783792146297907100 DEPTH 11 1 0.70239633247281086 0.37478705281090291 0 8 0 8 1 0 926 76 2573 23684066 99840 1280.8868865966797 6.2428999999999988 1863.1581000000001 87360 46128 1 0 0 0.90984096020992344 3714 2048 384 12 96 4 2 3 3 4 5898240 3194880 4423680 4426465 5740800 150 150 156 776 1341 1 8 1 1 65 0 0 0 0 1 +947 1783792148195246100 DEPTH 48 1 0.70225180488687355 0.3594548551959113 2 6 2 6 0 0 1183 59 2586 23664846 81600 1290.8679809570312 6.2570999999999994 1895.9549 120960 69882 1 0 0.0010930946807506234 0.82664892777303722 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 150 150 156 751 1379 2 4 0 0 53 0 0 0 0 0 +948 1783792150106100100 DEPTH 25 1 0.70224794103844213 0.54684838160136284 2 8 2 8 0 0 1435 86 2568 23710011 125760 1286.4901275634766 6.2526000000000002 1846.5473 80640 40184 1 0 0.0037133317294834652 0.74577769507902991 2944 1564 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950967 7488000 150 150 162 395 1711 1 0 0 1 84 0 0 0 0 0 +949 1783792152025596200 DEPTH 33 1 0.70214394674449276 0.36712095400340705 1 7 1 7 0 0 1792 136 2530 23664885 81600 1292.8122863769531 6.0143000000000004 1784.5787 120960 69258 1 0 0.00023294165214766597 0.38821406897906902 3839 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 150 150 162 426 1642 0 0 0 8 128 0 0 0 0 0 +950 1783792154184869300 DEPTH 1 1 0.70212172201840972 0.36712095400340705 1 7 1 7 0 0 1413 65 2540 23664892 81600 1289.8037872314453 6.4009999999999989 1907.1985999999999 120960 69131 1 0 0.018849895834517058 1.8949329321593116 4012 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 150 150 153 338 1749 0 0 1 7 57 0 0 0 0 0 +951 1783792156088941100 DEPTH 31 1 0.70210202542986533 0.3594548551959113 2 6 2 6 0 0 1299 65 2555 23664865 81600 1285.3791046142578 6.3529 1829.8425 120960 69642 1 0 0.03563315390945998 1.0424632346471612 4029 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 150 150 153 662 1440 0 0 0 0 65 0 0 0 0 0 +952 1783792158003579700 DEPTH 9 1 0.70210016022103328 0.3594548551959113 2 6 2 6 0 0 851 34 2539 23664969 81600 1290.3802795410156 6.3495999999999997 1839.7976000000001 120960 69557 1 0 0.00084064195437858239 0.84794300678403445 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426568 4492800 150 150 150 260 1829 0 0 0 0 34 0 0 0 0 0 +953 1783792159848072600 DEPTH 16 1 0.7020674200976198 0.3594548551959113 2 6 2 6 0 0 1518 283 2523 23664922 81600 1298.6019897460938 6.0198 1618.6581000000001 120960 69726 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426520 4492800 150 150 150 555 1518 0 0 1 24 258 0 0 0 0 0 +954 1783792161729824500 DEPTH 3 1 0.7019751581263991 0.64054514480408853 2 9 2 9 0 0 712 57 2536 23729117 144000 1270.1522216796875 6.2492000000000001 1752.2583999999999 80640 43901 1 0 0.0050845648455105797 0.33949448710174873 2560 1348 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950875 8736000 150 156 181 221 1828 0 0 2 2 53 0 0 0 0 0 +955 1783792163461253000 DEPTH 50 1 0.70196348180083601 0.64054514480408853 2 9 2 9 0 0 564 76 2557 23725381 140160 1281.9538726806641 6.2455000000000007 1671.3280999999999 80640 44345 1 0 0.061518444399238342 2.0460364460936478 2560 1298 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950979 8486400 150 150 177 265 1815 0 0 6 1 69 0 0 0 0 0 +956 1783792165072041500 DEPTH 58 1 0.70197030007282424 0.92163543441226559 2 12 2 12 1 0 389 43 2568 23733006 147840 1281.4182434082031 6.0070999999999994 1548.3333 80640 45336 1 0 0.0076319943139050786 2.4986047509537386 1792 933 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950925 8985600 150 150 150 150 1968 1 0 0 0 42 0 0 0 0 1 +957 1783792166925779800 DEPTH 42 1 0.78148261794953033 0 0 4 0 4 0 0 3138 78 2605 23664815 81600 1285.1262512207031 6.0045999999999999 1852.4317000000001 120960 50547 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 150 150 156 1643 506 0 0 0 0 78 0 0 0 0 0 +958 1783792168786850200 DEPTH 41 1 0.70240729070783536 0.55451448040885853 1 9 1 9 0 0 917 57 2545 23710010 125760 1280.3655700683594 6.1491000000000007 1808.4607000000001 80640 41083 1 1 0.00047546691312138533 1.497358551665477 2944 1641 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950967 7488000 150 156 151 451 1637 1 0 0 1 54 0 0 0 0 0 +959 1783792170672575400 DEPTH 44 1 0.70215826642658397 0.36712095400340705 1 7 1 7 0 0 1081 78 2589 23664755 81600 1289.3153228759766 6.0059000000000005 1819.6003000000001 120960 69007 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426355 4492800 150 150 150 600 1539 1 1 1 2 73 0 0 0 0 0 +960 1783792172336273300 DEPTH 18 1 0.70201926617938648 0.9293015332197615 1 13 1 13 0 0 333 129 2508 23733055 147840 1292.4057464599609 6.2523999999999997 1607.5064 80640 45045 1 0 0.0012194480086301514 1.8364388975208388 1792 724 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950973 8985600 150 150 150 155 1903 0 0 0 0 129 0 0 0 0 0 +961 1783792173941889900 DEPTH 15 1 0.70201434684867614 0.91396933560476989 3 11 3 11 0 0 262 26 2513 23733040 147840 1285.6372222900391 6.1841999999999988 1554.1361999999999 80640 44471 1 0 0.13215737202774189 0.95319511763653475 1792 882 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950957 8985600 150 150 150 179 1884 0 0 0 0 26 0 0 0 0 0 +962 1783792175654616400 DEPTH 12 1 0.70192782062720604 0.63287904599659284 3 8 3 8 0 0 820 127 2553 23725349 140160 1281.8568115234375 6.6406999999999989 1662.1125 80640 42595 1 0 0.0015276581021753017 0.97823052614698447 2560 1195 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950945 8486400 150 150 168 276 1809 0 0 0 7 120 0 0 0 0 0 +963 1783792177475603000 DEPTH 39 1 0.70194398313711681 0.63287904599659284 3 8 3 8 0 0 835 55 2581 23725312 140160 1278.1836395263672 6.0103 1762.8288 80640 44076 1 0 0.033915050234405199 0.89795211255192564 2560 1387 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950912 8486400 150 150 357 263 1661 0 0 6 1 48 0 0 0 0 0 +964 1783792179153449700 DEPTH 26 1 0.70150407558972272 0.8356047700170357 1 12 1 12 1 0 718 131 2561 23732943 147840 1279.9468536376953 6.3698999999999995 1624.586 80640 43043 1 0 0.0021951791827250267 0.84026668254706804 2176 1094 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950862 8985600 150 150 150 150 1961 10 0 1 3 117 0 0 0 0 1 +965 1783792181039289400 DEPTH 17 1 0.7097814801015695 0.28109028960817717 0 7 0 7 0 0 1637 94 2575 23664844 81600 1287.0985717773438 6.0049000000000001 1821.6712 120960 68359 1 1 0 0.19547383107237989 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 150 150 150 812 1313 2 2 3 0 86 0 0 0 0 0 +966 1783792182986513000 DEPTH 46 1 0.70293479870135789 0.37478705281090291 0 8 0 8 1 0 1806 67 2554 23687946 103680 1288.7705841064453 6.7477 1879.7199000000001 80640 39396 1 0 1.2239251162869456e-06 0.59252046512340306 4092 2044 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426505 5990400 150 150 150 263 1841 0 0 0 0 67 0 0 0 0 1 +967 1783792184617710200 DEPTH 10 1 0.70200851310152612 0.64821124361158422 1 10 1 10 0 0 646 90 2540 23725379 140160 1282.4248352050781 6.1079999999999997 1570.8536999999999 80640 43992 1 0 0.033765467539783239 3.6125366839537807 2560 1360 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950979 8486400 150 156 202 313 1719 1 0 2 4 83 0 0 0 0 0 +968 1783792186513851500 DEPTH 20 1 0.70136734306353099 0.45315161839863699 2 7 2 7 0 0 940 99 2583 23687936 103680 1282.1411743164062 6.5078000000000005 1827.8779999999999 80640 41084 1 0 0.012195410250654825 0.40032460833526767 3712 2027 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426495 5990400 150 150 150 336 1797 1 1 3 0 94 0 0 0 0 0 +969 1783792188435270500 DEPTH 30 1 0.70123197968104278 0.4608177172061329 1 8 1 8 1 0 1425 122 2540 23687808 103680 1286.4081878662109 6.4341000000000008 1854.8453 80640 39461 1 0 0.0013987531323730799 2.5165354593837423 3592 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426366 5990400 150 152 156 706 1376 0 0 1 5 116 0 0 0 0 2 +970 1783792190090628300 DEPTH 6 1 0.70125074504722229 0.91396933560476989 3 11 3 11 1 0 335 47 2555 23732957 147840 1278.7548065185547 6.0133999999999999 1535.4135000000001 80640 44988 1 1 0.081970692759002539 0.13862272360075534 1792 787 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950874 8985600 150 153 150 150 1952 0 0 0 0 46 0 0 0 0 3 +971 1783792191932946600 DEPTH 32 1 0.70111136104352656 0.4608177172061329 1 8 1 8 0 0 1323 85 2562 23687929 103680 1286.9017639160156 5.9981999999999998 1777.8243 80640 39700 1 0 0.00028269938399440856 1.6059909260581056 3712 2016 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426489 5990400 150 151 150 491 1620 0 0 0 10 75 0 0 0 0 0 +972 1783792193830294800 DEPTH 54 1 0.70083031266050932 0.4608177172061329 1 8 1 8 0 0 653 40 2528 23687938 103680 1285.3914794921875 6.0853000000000002 1836.0652 80640 40066 1 0 0.0031513658341259495 1.0996631565127335 3530 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426495 5990400 150 150 150 620 1458 0 0 2 0 38 0 0 0 0 0 +973 1783792194091536700 REFRESH 15 0 0.56692061757619738 0.91396933560476989 3 11 3 11 0 0 262 11 411 3955349 56640 220.83482360839844 1.0033000000000001 259.887 13440 8526 0 0 0.13215737202774189 0.95319511763653475 1856 912 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 38 297 0 0 0 1 10 0 0 0 0 0 +974 1783792194440874700 REFRESH 25 0 0.69804343307783623 0.54684838160136284 2 8 2 8 0 0 1441 40 424 3951509 56160 221.62739562988281 1.0005999999999999 297.9939 13440 8136 0 0 0.0037133317294834652 0.74577769507902991 3008 1595 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 25 27 205 142 0 0 0 11 29 0 0 0 0 0 +975 1783792194766467500 REFRESH 17 0 0.55617692038522715 0.28109028960817717 0 7 0 7 0 0 1642 21 422 3943938 55200 221.21574401855469 1.0002 322.22190000000001 20160 12635 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737538 748800 25 25 25 241 106 0 0 0 6 15 0 0 0 0 0 +976 1783792195098131500 REFRESH 19 0 0.70001072096960781 0.8279386712095399 2 11 2 11 0 0 534 29 416 3955369 56640 220.68634033203125 1.0114000000000001 266.93110000000001 13440 8366 0 0 0.026098001124384564 0.38970274678601297 1856 1064 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 25 28 31 307 1 0 0 2 26 0 0 0 0 0 +977 1783792195485567200 REFRESH 56 0 0.70636635192110186 0.26575809199318562 2 5 2 5 0 0 2274 43 421 3943906 55200 222.03904724121094 1.0599000000000001 318.02069999999998 20160 12043 0 0 0.057353881651290795 0.55417262443922854 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 25 219 127 0 0 1 9 33 0 0 0 0 0 +978 1783792195806428600 REFRESH 27 0 0.69794787047992557 0.93696763202725719 0 14 0 14 0 0 614 20 419 3955373 56640 220.63923645019531 0.99929999999999997 264.67450000000002 13440 8504 0 0 1.6058035066968753e-05 0.90695156949867195 1856 915 64 1 16 4 2 2 2 6 983040 491520 491520 491693 1497600 25 26 25 27 316 0 0 0 0 20 0 0 0 0 0 +979 1783792196084505300 REFRESH 32 0 0.52692399946059654 0.4608177172061329 1 8 1 8 0 0 1334 38 424 3947736 55680 222.79373168945312 1.0001 276.83760000000001 13440 8179 0 0 0.00028269938399440856 1.6059909260581056 3776 2043 64 1 16 4 2 3 3 4 983040 491520 737280 737496 998400 25 26 26 199 148 0 0 1 11 26 0 0 0 0 0 +980 1783792196456797400 REFRESH 48 0 0.69873678317449572 0.3594548551959113 2 6 2 6 0 0 1187 16 428 3943907 55200 223.99282836914062 1.0122 315.22570000000002 20160 13950 0 0 0.0010930946807506234 0.82664892777303722 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 26 192 160 0 0 0 3 13 0 0 0 0 0 +981 1783792196802098600 REFRESH 1 0 0.69859394442141576 0.36712095400340705 1 7 1 7 0 0 1435 46 416 3943909 55200 221.88645935058594 1.0097 286.7629 20160 13906 0 0 0.018849895834517058 1.8949329321593116 4040 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 25 25 26 135 205 0 0 1 15 30 0 0 0 0 0 +982 1783792197169020600 REFRESH 21 0 0.69897366092098445 0.56218057921635434 0 10 0 10 0 0 1329 25 419 3951497 56160 220.91673278808594 0.99829999999999997 298.40050000000002 13440 8133 0 0 0 1.2487257176998614 3008 1761 64 1 16 4 2 3 2 5 983040 491520 737280 491657 1248000 25 26 25 236 107 0 0 0 11 14 0 0 0 0 0 +983 1783792197489519500 REFRESH 5 0 0.70015822233149527 0.8279386712095399 2 11 2 11 0 0 475 27 425 3955349 56640 218.73980712890625 1.0031000000000001 258.32139999999998 13440 8454 0 0 0.028344487788516556 0.4155773191610222 1856 1008 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 79 65 231 2 0 2 0 23 0 0 0 0 0 +984 1783792197801139700 REFRESH 44 0 0.69855001752350687 0.36712095400340705 1 7 1 7 0 0 1087 16 430 3943909 55200 222.17625427246094 1 309.81849999999997 20160 13893 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 26 163 191 0 0 0 0 16 0 0 0 0 0 +985 1783792198152933500 REFRESH 9 0 0.69860465289769624 0.3594548551959113 2 6 2 6 0 0 864 32 413 3943919 55200 221.98783874511719 1.0455000000000001 281.64479999999998 20160 14027 0 0 0.00084064195437858239 0.84794300678403445 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 134 204 0 0 0 9 23 0 0 0 0 0 +986 1783792198503739300 REFRESH 53 0 0.69902686169863038 0.37478705281090291 0 8 0 8 0 0 1934 122 415 3943901 55200 221.98477172851562 1.0021 282.61860000000001 20160 13848 0 0 3.9256012599737908e-05 0.28559182276312889 3874 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 25 140 200 0 0 0 35 87 0 0 0 0 0 +987 1783792198770780500 REFRESH 26 0 0.67692747374793261 0.8356047700170357 1 12 1 12 0 0 726 31 422 3955341 56640 220.52557373046875 1.0006999999999999 265.69369999999998 13440 8541 0 0 0.0021951791827250267 0.84026668254706804 2240 1126 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 26 25 25 321 0 0 0 0 31 0 0 0 0 0 +988 1783792199101909000 REFRESH 2 0 0.70096288481431979 0.45315161839863699 2 7 2 7 0 0 1338 55 419 3947766 55680 220.96281433105469 1.0026999999999999 274.29000000000002 13440 8236 0 0 0.27768796280696073 2.131664922996019 3392 1728 64 1 16 4 2 3 3 4 983040 491520 737280 737526 998400 25 25 25 162 182 0 0 0 10 45 0 0 0 0 0 +989 1783792199414043300 REFRESH 42 0 0.86981762737871149 0 0 4 0 4 0 0 3153 24 426 3943944 55200 222.055419921875 0.99819999999999998 310.88929999999999 20160 12509 0 0 0 0.015094007362885586 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737544 748800 25 25 26 275 75 0 0 0 0 24 0 0 0 0 0 +990 1783792199679371000 REFRESH 10 0 0.67755218187525657 0.64821124361158422 1 10 1 10 1 0 650 18 423 3951515 56160 222.35749816894531 1.0014000000000001 264.18920000000003 13440 8858 0 0 0.033788318659264606 3.6018160828034271 2624 1390 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 26 27 125 220 0 0 0 3 15 0 0 0 0 1 +991 1783792199990250400 REFRESH 58 0 0.69733676590975069 0.92163543441226559 2 12 2 12 1 0 390 20 412 3955351 56640 221.30482482910156 1.2263999999999999 263.45069999999998 13440 8412 0 0 0.00716546691315538 2.1430436584880455 1856 962 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 25 25 28 309 0 0 0 0 20 0 0 0 0 1 +992 1783792200353250500 REFRESH 31 0 0.69871846608596799 0.3594548551959113 2 6 2 6 0 0 1314 39 425 3943903 55200 223.72761535644531 1.1173999999999999 288.72789999999998 20160 13979 0 0 0.03563315390945998 1.0424632346471612 4066 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 26 172 177 0 0 0 4 35 0 0 0 0 0 +993 1783792200771009200 REFRESH 52 0 0.69999721165643458 0.36712095400340705 1 7 1 7 0 0 917 22 426 3943901 55200 221.75949096679688 0.99990000000000001 301.36329999999998 20160 14688 0 0 7.3524768624344791e-05 1.4580422119253347 3880 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 25 201 150 0 0 0 6 16 0 0 0 0 0 +994 1783792201072119800 REFRESH 54 0 0.66687729754797886 0.4608177172061329 1 8 1 8 0 0 658 21 426 3947767 55680 221.59359741210938 1.0069999999999999 299.62790000000001 13440 8028 0 0 0.0031513658341259495 1.0996631565127335 3554 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737525 998400 25 25 25 193 158 0 0 0 7 14 0 0 0 0 0 +995 1783792201380545900 REFRESH 4 0 0.69886530702177974 0.8356047700170357 1 12 1 12 0 0 192 8 424 3955355 56640 220.24806213378906 0.99919999999999998 260.39260000000002 13440 8481 0 0 0.03972957327022552 1.668644506110315 1856 1038 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 25 25 27 322 1 0 1 0 6 0 0 0 0 0 +996 1783792201700745800 REFRESH 0 0 0.70055391654753096 0.8356047700170357 1 12 1 12 0 0 437 22 421 3955368 56640 220.45695495605469 0.99960000000000004 259.02390000000003 13440 8389 0 0 0.0098964333229115166 1.759735743218495 1856 1077 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 26 25 93 252 0 0 0 0 22 0 0 0 0 0 +997 1783792202077727500 REFRESH 11 0 0.69912138956686043 0.37478705281090291 0 8 0 8 1 0 941 32 428 3947731 55680 220.69453430175781 1.0028999999999999 305.87299999999999 13440 8762 0 0 0 0.9069967044001086 3739 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737491 998400 25 25 25 201 152 0 1 1 4 26 0 0 0 0 1 +998 1783792202434943800 REFRESH 40 0 0.69861701520939179 0.64821124361158422 1 10 1 10 0 0 973 14 414 3951532 56160 220.29017639160156 1.0051000000000001 305.64710000000002 13440 8802 0 0 0.083077089126711981 1.5472964947330925 2624 1275 64 1 16 4 2 3 2 5 983040 491520 737280 491692 1248000 25 25 27 85 252 0 0 0 0 14 0 0 0 0 0 +999 1783792202762796200 REFRESH 36 0 0.70045008113914742 0.82027257240204421 3 10 3 10 0 0 764 45 420 3955353 56640 220.98637390136719 1.0032000000000001 260.71280000000002 13440 8390 0 0 0.068381232067829104 0.19297837646577065 1856 1076 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 26 53 290 0 0 2 1 42 0 0 0 0 0 +1000 1783792203087914600 REFRESH 35 0 0.70025362918838063 0.8279386712095399 2 11 2 11 0 0 740 16 410 3955350 56640 221.45535278320312 0.99960000000000004 261.24799999999999 13440 8403 0 0 0.1466617951208353 1.1358384512012472 1856 973 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 25 27 307 0 0 0 0 16 0 0 0 0 0 +1001 1783792203350302500 REFRESH 6 0 0.69672601169804449 0.91396933560476989 3 11 3 11 0 0 335 13 416 3955404 56640 220.63410949707031 1.0028999999999999 261.17329999999998 13440 8491 0 0 0.081970692759002539 0.13862272360075534 1856 815 64 1 16 4 2 2 2 6 983040 491520 491520 491724 1497600 25 26 25 28 312 0 0 0 1 12 0 0 0 0 0 +1002 1783792203624417200 REFRESH 39 0 0.69773742597929 0.63287904599659284 3 8 3 8 0 0 851 50 420 3951508 56160 221.47196960449219 1.0029999999999999 272.66640000000001 13440 8735 0 0 0.033915050234405199 0.89795211255192564 2624 1416 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 25 25 167 178 0 0 0 23 27 0 0 0 0 0 +1003 1783792203947702500 REFRESH 43 0 0.70025056733996804 0.8279386712095399 2 11 2 11 0 0 567 28 418 3955339 56640 222.19059753417969 0.99950000000000006 261.9873 13440 8368 0 0 0.0060265643412550068 2.1645764448118521 1856 935 64 1 16 4 2 2 2 6 983040 491520 491520 491658 1497600 25 26 25 31 311 0 0 0 0 28 0 0 0 0 0 +1004 1783792204316793600 REFRESH 28 0 0.70117308283219404 0.8356047700170357 1 12 1 12 0 0 429 21 403 3955353 56640 222.57664489746094 1.0027999999999999 264.23090000000002 13440 8454 0 0 0.0014563827168352979 2.0108454753174012 1856 889 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 25 27 301 0 0 0 1 20 0 0 0 0 0 +1005 1783792204638388700 REFRESH 47 0 0.7002205299448967 0.8279386712095399 2 11 2 11 0 0 407 26 416 3955362 56640 220.51942443847656 1.0214000000000001 268.89440000000002 13440 8477 0 0 0.068787934381682569 1.4082378301417173 1856 1047 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 25 25 29 312 0 0 1 0 25 0 0 0 0 0 +1006 1783792204965376400 REFRESH 18 0 0.69747491326567701 0.9293015332197615 1 13 1 13 0 0 335 20 409 3955381 56640 221.77587890625 1.0713999999999999 263.2919 13440 8594 0 0 0.0012194480086301514 1.8364388975208388 1856 750 64 1 16 4 2 2 2 6 983040 491520 491520 491701 1497600 25 25 25 27 307 0 0 0 0 20 0 0 0 0 0 +1007 1783792205303181600 REFRESH 16 0 0.69887086177388213 0.3594548551959113 2 6 2 6 0 0 1530 39 411 3943929 55200 223.25765991210938 0.99860000000000004 269.82769999999999 20160 13975 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 25 25 25 156 180 0 0 0 9 30 0 0 0 0 0 +1008 1783792205607841900 REFRESH 20 0 0.69761806645119706 0.45315161839863699 2 7 2 7 0 0 946 23 425 3947767 55680 220.19276428222656 1.0017 303.41919999999999 13440 8165 0 0 0.012195410250654825 0.40032460833526767 3763 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737527 998400 25 25 25 153 197 0 1 0 3 19 0 0 0 0 0 +1009 1783792205973557900 REFRESH 41 0 0.69857457535371426 0.55451448040885853 1 9 1 9 0 0 935 46 425 3951513 56160 219.22406005859375 0.99870000000000003 297.62650000000002 13440 8312 0 0 0.00047546691312138533 1.497358551665477 3008 1672 64 1 16 4 2 3 2 5 983040 491520 737280 491673 1248000 25 27 26 187 160 0 0 0 18 28 0 0 0 0 0 +1010 1783792206305769600 REFRESH 12 0 0.69786002960868621 0.63287904599659284 3 8 3 8 0 0 835 34 410 3951540 56160 220.82765197753906 0.99990000000000001 260.82580000000002 13440 8471 0 0 0.0015276581021753017 0.97823052614698447 2624 1222 64 1 16 4 2 3 2 5 983040 491520 737280 491700 1248000 25 26 26 102 231 0 0 0 8 26 0 0 0 0 0 +1011 1783792206596693600 REFRESH 30 0 0.69798404527554836 0.4608177172061329 1 8 1 8 0 0 1442 55 424 3947741 55680 221.33453369140625 1.0041 289.61579999999998 13440 8086 0 0 0.0013987531323730799 2.5165354593837423 3627 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 26 26 230 117 0 0 0 30 25 0 0 0 0 0 +1012 1783792206910465900 REFRESH 24 0 0.69892780969925017 1 4 11 4 11 0 0 425 19 407 3955356 56640 221.47686767578125 0.99919999999999998 263.46949999999998 13440 9010 0 0 0.050146993295259477 1.3805711804450536 1472 656 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 26 28 303 1 0 0 0 18 0 0 0 0 0 +1013 1783792207227691900 REFRESH 34 0 0.70140635695826681 0.8356047700170357 1 12 1 12 1 0 404 18 424 3955342 56640 220.24397277832031 1.0024999999999999 261.69940000000003 13440 8374 0 0 0.00029329250220829438 2.6529456553146544 1856 920 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 25 25 35 314 1 0 0 0 17 0 0 0 0 1 +1014 1783792207587537400 REFRESH 46 0 0.6995985108907945 0.37478705281090291 0 8 0 8 0 0 1822 40 412 3947740 55680 221.22087097167969 0.99860000000000004 298.13240000000002 13440 8309 0 0 1.2239251162869456e-06 0.59252046512340306 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737500 998400 25 25 25 115 222 0 0 0 12 28 0 0 0 0 0 +1015 1783792207988380800 REFRESH 45 0 0.70136174658654493 0.45315161839863699 2 7 2 7 0 0 1089 48 415 3947760 55680 221.52499389648438 1.0004999999999999 283.39839999999998 13440 8135 0 0 0.2309103244036371 1.4859222174523592 3392 1886 64 1 16 4 2 3 3 4 983040 491520 737280 737520 998400 25 25 25 91 249 0 0 0 1 47 0 0 0 0 0 +1016 1783792208313590700 REFRESH 8 0 0.70661747584029011 0.26575809199318562 2 5 2 5 0 0 1610 13 407 3943906 55200 223.283203125 1.0003 270.65249999999997 20160 12007 0 0 0.029879628220595384 1.0001863379870284 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 29 30 298 0 0 0 0 13 0 0 0 0 0 +1017 1783792208627514800 REFRESH 23 0 0.69793586880117386 0.92163543441226559 2 12 2 12 0 0 572 25 416 3955352 56640 220.04428100585938 1.0054000000000001 261.80919999999998 13440 8493 0 0 0.030151744633412979 1.0289917498430303 1856 878 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 25 55 285 0 0 0 2 23 0 0 0 0 0 +1018 1783792208932636500 REFRESH 51 0 0.69803570326810382 0.91396933560476989 3 11 3 11 0 0 401 23 411 3955347 56640 220.57574462890625 0.999 259.59609999999998 13440 8410 0 0 0.08728097895604256 0.3569538485346217 1856 923 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 25 49 287 0 0 0 0 23 0 0 0 0 0 +1019 1783792209301133100 REFRESH 38 0 0.70120477105171131 0.55451448040885853 1 9 1 9 0 0 1169 64 416 3947725 55680 222.72921752929688 1.0242 270.18860000000001 13440 8384 0 0 0.069380060749284017 2.6479308659882252 4006 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737485 998400 25 26 30 119 216 0 0 1 8 55 0 0 0 0 0 +1020 1783792209644115000 REFRESH 13 0 0.70665672521682832 0.27342419080068137 1 6 1 6 0 0 1690 71 414 3943909 55200 222.05439758300781 1.0761000000000001 281.76400000000001 20160 12588 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 25 25 25 144 195 0 0 0 15 56 0 0 0 0 0 +1021 1783792209949680300 REFRESH 7 0 0.70062870655166443 0.8356047700170357 1 12 1 12 0 0 559 33 405 3955345 56640 220.16409301757812 0.99729999999999996 260.41199999999998 13440 8362 0 0 0.001621374192188243 1.0950879171363754 1856 958 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 25 32 297 0 0 0 0 33 0 0 0 0 0 +1022 1783792210258281600 REFRESH 22 0 0.69780238370042103 0.91396933560476989 3 11 3 11 0 0 372 17 416 3955349 56640 221.94688415527344 1.0185999999999999 263.9676 13440 8394 0 0 0.011175295070335413 0.48527856153633292 1856 894 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 26 314 0 0 0 0 17 0 0 0 0 0 +1023 1783792210588308500 REFRESH 14 0 0.69916551488835743 0.65587734241908002 0 11 0 11 0 0 842 50 415 3951501 56160 222.89100646972656 1.0026999999999999 277.97660000000002 13440 8083 0 0 1.5089755539791081e-05 0.84347197476751057 2624 1473 64 1 16 4 2 3 2 5 983040 491520 737280 491661 1248000 25 25 25 28 312 0 0 0 0 50 0 0 0 0 0 +1024 1783792210910636900 REFRESH 3 0 0.69823226044324871 0.64054514480408853 2 9 2 9 0 0 722 43 409 3951523 56160 219.86405944824219 1.0006999999999999 269.98390000000001 13440 8850 0 0 0.0050845648455105797 0.33949448710174873 2624 1377 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 26 31 96 231 0 0 1 12 30 0 0 0 0 0 +1025 1783792211309335700 REFRESH 33 0 0.69924208114536168 0.36712095400340705 1 7 1 7 0 0 1817 49 419 3943897 55200 221.66323852539062 1.0027999999999999 283.30619999999999 20160 14005 0 0 0.00023294165214766597 0.38821406897906902 3865 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 27 114 228 0 0 0 10 39 0 0 0 0 0 +1026 1783792211620858200 REFRESH 29 0 0.70033388481195125 0.82027257240204421 3 10 3 10 0 0 707 33 424 3951517 56160 221.97453308105469 1.0004 262.6216 13440 8237 0 0 0.17245395781315404 1.1179809937997387 3008 1510 64 1 16 4 2 3 2 5 983040 491520 737280 491676 1248000 25 26 26 144 203 0 0 0 1 32 0 0 0 0 0 +1027 1783792211942654400 REFRESH 50 0 0.69825245564795924 0.64054514480408853 2 9 2 9 0 0 570 26 416 3951504 56160 221.80455017089844 1.0018 273.17439999999999 13440 8836 0 0 0.061518444399238342 2.0460364460936478 2624 1326 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 25 26 101 239 0 0 6 3 17 0 0 0 0 0 +1028 1783792212255542900 REFRESH 37 0 0.70152286426041233 0.8356047700170357 1 12 1 12 1 0 606 26 418 3955370 56640 221.32223510742188 1.0022 261.1823 13440 8712 0 0 0.01310711691704826 0.72888894833199636 1856 1044 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 25 25 38 305 0 0 0 0 26 0 0 0 0 1 +1029 1783792212567708700 REFRESH 55 0 0.70067041114466055 0.8279386712095399 2 11 2 11 0 0 574 29 408 3955354 56640 221.97862243652344 1.0006999999999999 261.89519999999999 13440 8427 0 0 0.068991051941812459 0.94012883186839502 1856 862 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 36 34 287 0 0 0 0 29 0 0 0 0 0 +1030 1783792212871966200 REFRESH 49 0 0.70098102150571473 0.82027257240204421 3 10 3 10 0 0 675 32 413 3955346 56640 220.00639343261719 0.99870000000000003 258.58339999999998 13440 8375 0 0 0.015103978757880731 0.67255299920997302 1856 1016 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 35 29 298 0 0 0 1 31 0 0 0 0 0 +1031 1783792213246955200 REFRESH 57 0 0.70106366792355279 0.8279386712095399 2 11 2 11 0 0 784 38 405 3955383 56640 220.72320556640625 1.0016 263.32819999999998 13440 8379 0 0 0.00086134713939095271 1.9798263122044926 1856 887 64 1 16 4 2 2 2 6 983040 491520 491520 491703 1497600 25 26 25 30 299 0 0 0 0 38 0 0 0 0 0 +1032 1783792215168266700 DEPTH 42 1 0.86829853831396342 0 0 4 0 4 0 0 3177 57 2602 23664830 81600 1293.9048919677734 6.0060000000000002 1872.0016000000001 120960 61047 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 150 150 156 1617 529 3 0 1 0 53 0 0 0 0 0 +1033 1783792217132155800 DEPTH 56 1 0.7034693467610329 0.26575809199318562 2 5 2 5 0 0 2308 84 2576 23664857 81600 1287.2512512207031 6.5371999999999995 1905.3445999999999 120960 57592 1 0 0.057353881651290795 0.55417262443922854 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 150 150 150 1291 835 0 0 3 5 76 0 0 0 0 0 +1034 1783792219126039800 DEPTH 17 1 0.70333668149215345 0.28109028960817717 0 7 0 7 0 0 1674 83 2571 23664909 81600 1287.1086578369141 6.6635 1934.404 120960 63212 1 0 0 0.19547383107237989 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426505 4492800 150 150 150 850 1271 2 1 0 0 80 0 0 0 0 0 +1035 1783792221102709300 DEPTH 2 1 0.69736935667781452 0.45315161839863699 2 7 2 7 0 0 1422 197 2530 23687872 103680 1285.6033172607422 6.8245000000000005 1852.0237 80640 39956 1 0 0.27768796280696073 2.131664922996019 3776 1944 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426429 5990400 150 150 150 465 1615 0 0 0 5 192 0 0 0 0 0 +1036 1783792223005520800 DEPTH 52 1 0.69661023944814882 0.36712095400340705 1 7 1 7 0 0 955 107 2544 23664936 81600 1288.8135833740234 6.6631999999999998 1842.5558000000001 120960 69789 1 0 7.3524768624344791e-05 1.4580422119253347 4052 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426533 4492800 150 150 150 835 1259 2 0 0 0 105 0 0 0 0 0 +1037 1783792224680485200 DEPTH 28 1 0.69652811613976273 0.8356047700170357 1 12 1 12 1 0 438 63 2510 23733061 147840 1287.8994140625 6.6341000000000001 1623.3759 80640 41599 1 0 0.0010116454795974 1.9510409450484625 2240 1073 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950976 8985600 150 150 150 162 1898 0 1 0 2 60 0 0 0 0 1 +1038 1783792226294137300 DEPTH 0 1 0.69610192443314833 0.8356047700170357 1 12 1 12 1 0 455 80 2568 23733055 147840 1273.4465484619141 6.5937000000000001 1546.3226 80640 42069 1 0 0.0089397693847232187 1.9082107696551758 2240 1309 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950975 8985600 150 150 150 183 1935 1 0 0 0 79 0 0 0 0 1 +1039 1783792227885131500 DEPTH 36 1 0.69598028266635181 0.82027257240204421 3 10 3 10 0 0 774 63 2578 23733083 147840 1285.0892944335938 6.1629000000000005 1588.6769999999999 80640 41737 1 0 0.068381232067829104 0.19297837646577065 2240 1302 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951000 8985600 150 156 152 217 1903 1 0 9 0 53 0 0 0 0 0 +1040 1783792229865417000 DEPTH 45 1 0.69743999294368142 0.45315161839863699 2 7 2 7 0 0 1110 61 2570 23687878 103680 1286.5648651123047 7.1890999999999998 1900.7418 80640 39126 1 0 0.2309103244036371 1.4859222174523592 3715 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426438 5990400 150 150 150 324 1796 1 0 0 2 58 0 0 0 0 0 +1041 1783792231482222400 DEPTH 34 1 0.69697348844541085 0.8356047700170357 1 12 1 12 0 0 417 76 2570 23733069 147840 1280.6451263427734 6.4787999999999997 1550.6987999999999 80640 42984 1 0 0.00029329250220829438 2.6529456553146544 2240 1111 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950987 8985600 150 150 150 188 1932 3 0 0 3 70 0 0 0 0 0 +1042 1783792233546482400 DEPTH 42 1 0.7164879150627349 0 0 4 0 4 0 0 3200 54 2597 23664886 81600 1285.9474029541016 6.9635999999999996 1936.5308 120960 50671 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 150 150 157 1633 507 0 0 2 2 50 0 0 0 0 0 +1043 1783792235502001300 DEPTH 46 1 0.69608111068152367 0.37478705281090291 0 8 0 8 0 0 1835 49 2565 23680181 96000 1289.8028869628906 6.6160999999999994 1891.4222 94080 45008 1 0 1.2239251162869456e-06 0.59252046512340306 4096 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426418 5491200 150 150 160 472 1633 0 0 1 1 47 0 0 0 0 0 +1044 1783792237103751000 DEPTH 5 1 0.69602695224654509 0.8279386712095399 2 11 2 11 0 0 489 71 2587 23733103 147840 1273.839599609375 6.1247999999999987 1536.7079000000001 80640 42403 1 0 0.028344487788516556 0.4155773191610222 2240 1209 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951021 8985600 150 150 307 316 1664 2 0 1 1 67 0 0 0 0 0 +1045 1783792238866940800 DEPTH 19 1 0.69601224282721408 0.8279386712095399 2 11 2 11 0 0 542 66 2587 23733013 147840 1281.3885650634766 6.5968999999999998 1598.0687 80640 41449 1 0 0.026098001124384564 0.38970274678601297 2240 1296 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950931 8985600 150 150 156 170 1961 1 2 3 4 56 0 0 0 0 0 +1046 1783792240764184200 DEPTH 53 1 0.69595950961681963 0.37478705281090291 0 8 0 8 0 0 2016 191 2538 23664867 81600 1290.3978118896484 6.0118999999999998 1805.7868000000001 120960 68013 1 0 3.9256012599737908e-05 0.28559182276312889 4015 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426465 4492800 150 150 150 577 1511 3 0 0 8 180 0 0 0 0 0 +1047 1783792242777949500 DEPTH 11 1 0.69591910357916242 0.37478705281090291 0 8 0 8 1 0 976 88 2569 23688017 103680 1279.0650787353516 6.402000000000001 1853.3795 80640 41259 1 1 0 0.91458344328956764 3862 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426577 5990400 150 150 150 725 1394 10 8 5 0 64 0 0 0 0 1 +1048 1783792244681257500 DEPTH 8 1 0.70341298883083425 0.26575809199318562 2 5 2 5 0 0 1632 127 2522 23664817 81600 1318.7339172363281 7.0106000000000002 1747.9838999999999 120960 59286 1 0 0.029879628220595384 1.0001863379870284 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426416 4492800 150 150 162 157 1903 0 0 0 0 127 0 0 0 0 0 +1049 1783792246669905100 DEPTH 13 1 0.70341306263713022 0.27342419080068137 1 6 1 6 0 0 1738 132 2527 23664938 81600 1351.3267211914062 6.0562000000000005 1897.9344000000001 120960 62954 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426537 4492800 150 150 150 337 1740 0 0 1 3 128 0 0 0 0 0 +1050 1783792248482634400 DEPTH 38 1 0.69611482637930733 0.55451448040885853 1 9 1 9 0 0 1199 121 2524 23676416 92160 1299.2440185546875 7.0374000000000008 1741.5751 100800 47242 1 0 0.069380060749284017 2.6479308659882252 4096 2048 384 12 96 4 3 3 3 3 5898240 3686400 4423680 4426495 5241600 150 156 169 769 1280 0 0 5 4 112 0 0 0 0 0 +1051 1783792250101138600 DEPTH 7 1 0.69600772585774751 0.8356047700170357 1 12 1 12 1 0 566 87 2541 23733096 147840 1282.2845458984375 6.0354999999999999 1563.8579 80640 41480 1 0 0.0004379625958170177 0.97233370197811664 2240 1155 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951015 8985600 150 156 150 163 1922 0 0 0 0 87 0 0 0 0 1 +1052 1783792251800949700 DEPTH 35 1 0.69598686761468331 0.8279386712095399 2 11 2 11 0 0 760 111 2502 23733038 147840 1286.9533386230469 5.9929999999999994 1555.7266 80640 42024 1 0 0.1466617951208353 1.1358384512012472 2240 1193 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950958 8985600 150 150 150 156 1896 0 0 0 0 111 0 0 0 0 0 +1053 1783792253470936200 DEPTH 43 1 0.69595589818569703 0.8279386712095399 2 11 2 11 1 0 579 87 2585 23733002 147840 1288.4124145507812 7.2350000000000012 1612.3463999999999 80640 40992 1 0 0.0079161568808561386 1.9950070628738277 2240 1135 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950920 8985600 150 156 150 156 1973 3 2 3 1 78 0 0 0 0 2 +1054 1783792255102033100 DEPTH 47 1 0.69591514562217727 0.8279386712095399 2 11 2 11 0 0 411 30 2600 23733060 147840 1287.0031280517578 6.0475999999999992 1571.0847000000001 80640 42023 1 0 0.068787934381682569 1.4082378301417173 2240 1266 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950980 8985600 150 150 150 150 2000 1 0 2 6 21 0 0 0 0 0 +1055 1783792257070576600 DEPTH 48 1 0.69589451795257706 0.3594548551959113 2 6 2 6 0 0 1202 50 2586 23664832 81600 1290.4908752441406 6.2880000000000003 1891.8921 120960 68635 1 0 0.0010930946807506234 0.82664892777303722 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426430 4492800 150 150 156 924 1206 0 1 0 0 49 0 0 0 0 0 +1056 1783792258980763000 DEPTH 42 1 0.7547598060949422 0 0 4 0 4 0 0 3241 78 2600 23664772 81600 1281.3201904296875 6.2074999999999996 1908.4697000000001 120960 39894 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426372 4492800 150 150 162 1632 506 0 0 0 1 77 0 0 0 0 0 +1057 1783792260673403000 DEPTH 37 1 0.69690463933517799 0.8356047700170357 1 12 1 12 1 0 615 65 2563 23732970 147840 1283.7236785888672 6.5099 1612.3811000000001 80640 43578 1 0 0.011821045773979891 0.68322513769614335 2240 1275 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950888 8985600 150 151 150 195 1917 1 0 2 6 56 0 0 0 0 3 +1058 1783792262318564100 DEPTH 57 1 0.69636305357213213 0.8279386712095399 2 11 2 11 0 0 789 84 2551 23733080 147840 1279.6651611328125 6.0577999999999994 1589.9304999999999 80640 41923 1 0 0.00086134713939095271 1.9798263122044926 2240 1076 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950997 8985600 150 156 150 169 1926 0 0 3 0 81 0 0 0 0 0 +1059 1783792263970678600 DEPTH 49 1 0.69631790968272922 0.82027257240204421 3 10 3 10 0 0 681 70 2551 23732978 147840 1312.3137054443359 6.0339999999999989 1597.6692 80640 42298 1 0 0.015103978757880731 0.67255299920997302 2240 1236 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950897 8985600 150 154 157 169 1921 0 0 3 2 65 0 0 0 0 0 +1060 1783792265711608100 DEPTH 55 1 0.69606759779753591 0.8279386712095399 2 11 2 11 1 0 583 59 2558 23733005 147840 1352.0506896972656 6.2176999999999998 1666.2266 80640 41870 1 0 0.028658969471304477 0.6343466619252468 2240 1062 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950921 8985600 150 154 156 156 1942 0 0 0 2 57 0 0 0 0 2 +1061 1783792267641666700 DEPTH 33 1 0.69586242742859428 0.36712095400340705 1 7 1 7 0 0 1831 81 2556 23664848 81600 1320.2749481201172 6.0223999999999993 1846.749 120960 69107 1 0 0.00023294165214766597 0.38821406897906902 4008 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 150 150 162 606 1488 0 1 0 5 75 0 0 0 0 0 +1062 1783792269634796000 DEPTH 1 1 0.69584562264451599 0.36712095400340705 1 7 1 7 0 0 1450 62 2560 23664860 81600 1307.5466613769531 6.3946000000000005 1912.3389999999999 120960 69018 1 0 0.018849895834517058 1.8949329321593116 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 150 150 150 496 1614 0 1 5 1 55 0 0 0 0 0 +1063 1783792271570817200 DEPTH 31 1 0.6958308654807277 0.3594548551959113 2 6 2 6 0 0 1330 50 2579 23664810 81600 1309.9553070068359 6.1123000000000003 1857.5106000000001 120960 68780 1 1 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 150 150 150 916 1213 4 0 4 0 41 0 0 0 0 0 +1064 1783792271869542600 REFRESH 33 0 0.47215987521903169 0.36712095400340705 1 7 1 7 0 0 1851 47 417 3943926 55200 234.00151062011719 1.0041 296.91460000000001 20160 12773 0 0 0.00023294165214766597 0.38821406897906902 4041 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 25 25 27 150 190 0 0 1 6 40 0 0 0 0 0 +1065 1783792272224416700 REFRESH 32 0 0.69398091739304424 0.4608177172061329 1 8 1 8 0 0 1343 25 419 3947757 55680 222.56332397460938 1.0096000000000001 279.98950000000002 13440 8081 0 0 0.00028269938399440856 1.6059909260581056 3816 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737517 998400 25 26 26 213 129 0 0 1 6 18 0 0 0 0 0 +1066 1783792272533399000 REFRESH 11 0 0.63240887798649581 0.37478705281090291 0 8 0 8 1 0 989 33 424 3947728 55680 220.83084106445312 0.99680000000000002 307.40710000000001 13440 8526 0 0 0 0.91272804311191946 3890 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737488 998400 25 25 25 206 143 1 3 2 3 24 0 0 0 0 1 +1067 1783792273051441100 REFRESH 41 0 0.69496573262518169 0.55451448040885853 1 9 1 9 0 0 946 33 428 3951519 56160 219.98387145996094 3.8045 359.54669999999999 13440 8211 0 0 0.00047546691312138533 1.497358551665477 3072 1702 64 1 16 4 2 3 2 5 983040 491520 737280 491679 1248000 25 27 26 222 128 0 0 0 14 19 0 0 0 0 0 +1068 1783792273322360200 REFRESH 8 0 0.65015069780869172 0.26575809199318562 2 5 2 5 0 0 1634 16 406 3943916 55200 223.58834838867188 1.0125 269.20659999999998 20160 11892 0 0 0.029879628220595384 1.0001863379870284 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 29 30 297 0 0 0 0 16 0 0 0 0 0 +1069 1783792273625285700 REFRESH 1 0 0.51219748639729235 0.36712095400340705 1 7 1 7 0 0 1466 46 422 3943923 55200 234.24000549316406 1.0034000000000001 301.35239999999999 20160 12819 0 0 0.018849895834517058 1.8949329321593116 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 26 184 162 0 0 0 12 34 0 0 0 0 0 +1070 1783792273968905800 REFRESH 16 0 0.69587084715473235 0.3594548551959113 2 6 2 6 0 0 1540 29 416 3943903 55200 222.40972900390625 1.0041 280.62979999999999 20160 13682 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 148 193 0 0 0 6 23 0 0 0 0 0 +1071 1783792274302897100 REFRESH 14 0 0.69512319566239744 0.65587734241908002 0 11 0 11 0 0 851 35 415 3951528 56160 222.42405700683594 1.0104 268.99340000000001 13440 8041 0 0 1.5089755539791081e-05 0.84347197476751057 2688 1518 64 1 16 4 2 3 2 5 983040 491520 737280 491687 1248000 25 25 25 32 308 0 0 0 0 35 0 0 0 0 0 +1072 1783792274705043600 REFRESH 34 0 0.69246100134499311 0.8356047700170357 1 12 1 12 0 0 422 16 424 3955345 56640 220.06681823730469 1.0047999999999999 262.3245 13440 8953 0 0 0.00029329250220829438 2.6529456553146544 2304 1139 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 25 40 309 0 0 0 4 12 0 0 0 0 0 +1073 1783792275098044200 REFRESH 17 0 0.70030755989041538 0.28109028960817717 0 7 0 7 0 0 1680 22 422 3943907 55200 220.89523315429688 0.99209999999999998 312.93970000000002 20160 11877 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 25 238 109 0 0 0 3 19 0 0 0 0 0 +1074 1783792275412620700 REFRESH 26 0 0.69320537594628928 0.8356047700170357 1 12 1 12 0 0 731 33 416 3955364 56640 220.14157104492188 1.0371999999999999 260.96269999999998 13440 8420 0 0 0.0021951791827250267 0.84026668254706804 2304 1157 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 25 25 315 1 0 0 0 32 0 0 0 0 0 +1075 1783792275790263300 REFRESH 46 0 0.69271342197314056 0.37478705281090291 0 8 0 8 0 0 1842 27 417 3943926 55200 223.09785461425781 1.0101 301.5025 20160 14902 0 0 1.2239251162869456e-06 0.59252046512340306 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 25 25 26 163 178 0 0 0 6 21 0 0 0 0 0 +1076 1783792276124100500 REFRESH 27 0 0.69432044154897721 0.93696763202725719 0 14 0 14 0 0 619 28 417 3955360 56640 220.87167358398438 0.99529999999999996 261.52659999999997 13440 8453 0 0 1.6058035066968753e-05 0.90695156949867195 1920 947 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 26 25 26 315 0 0 0 0 28 0 0 0 0 0 +1077 1783792276451696500 REFRESH 0 0 0.69185755508153246 0.8356047700170357 1 12 1 12 0 0 463 28 415 3955340 56640 219.25375366210938 1.0207999999999999 262.71519999999998 13440 8453 0 0 0.0089397693847232187 1.9082107696551758 2304 1348 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 26 25 118 221 1 0 0 3 24 0 0 0 0 0 +1078 1783792276768058400 REFRESH 15 0 0.69349934720578399 0.91396933560476989 3 11 3 11 0 0 264 16 407 3955358 56640 220.95359802246094 1.0405 262.40350000000001 13440 8395 0 0 0.13215737202774189 0.95319511763653475 1920 942 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 26 25 38 293 0 0 0 1 15 0 0 0 0 0 +1079 1783792277095547800 REFRESH 22 0 0.6935974747072905 0.91396933560476989 3 11 3 11 0 0 375 23 421 3955361 56640 221.36332702636719 1.0035000000000001 263.85539999999997 13440 8556 0 0 0.011175295070335413 0.48527856153633292 1920 922 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 26 25 26 319 0 0 0 0 23 0 0 0 0 0 +1080 1783792277413163000 REFRESH 19 0 0.69165768448947462 0.8279386712095399 2 11 2 11 0 0 559 51 415 3955346 56640 220.85939025878906 0.99780000000000002 261.1782 13440 8096 0 0 0.026098001124384564 0.38970274678601297 2304 1329 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 31 51 283 0 0 0 3 48 0 0 0 0 0 +1081 1783792277763951800 REFRESH 12 0 0.69426913786697098 0.63287904599659284 3 8 3 8 1 0 860 56 419 3951521 56160 220.57778930664062 1.0279 271.98700000000002 13440 8369 0 0 0.0015245520675590111 0.9479701032688862 2688 1251 64 1 16 4 2 3 2 5 983040 491520 737280 491681 1248000 25 26 26 107 235 0 0 0 5 51 0 0 0 0 1 +1082 1783792278029146200 REFRESH 35 0 0.69156823357594266 0.8279386712095399 2 11 2 11 0 0 761 13 409 3955353 56640 220.74794006347656 1.0246999999999999 263.0403 13440 8304 0 0 0.1466617951208353 1.1358384512012472 2304 1222 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 25 27 306 0 0 0 0 13 0 0 0 0 0 +1083 1783792278397279600 REFRESH 54 0 0.69398445984267121 0.4608177172061329 1 8 1 8 0 0 662 13 423 3947754 55680 220.76211547851562 0.99560000000000004 297.18819999999999 13440 8079 0 0 0.0031513658341259495 1.0996631565127335 3578 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737514 998400 25 25 25 203 145 0 0 0 1 12 0 0 0 0 0 +1084 1783792278746230600 REFRESH 38 0 0.6913277057794478 0.55451448040885853 1 9 1 9 0 0 1220 57 413 3943899 55200 221.34477233886719 1.0207999999999999 270.08390000000003 20160 15006 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 25 25 27 158 178 0 0 0 24 33 0 0 0 0 0 +1085 1783792279094776300 REFRESH 9 0 0.69610482175642296 0.3594548551959113 2 6 2 6 0 0 876 40 414 3943920 55200 221.92127990722656 1.0078 286.19459999999998 20160 13852 0 0 0.00084064195437858239 0.84794300678403445 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 25 25 25 140 199 0 0 0 5 35 0 0 0 0 0 +1086 1783792279422171200 REFRESH 4 0 0.69331894843158448 0.8356047700170357 1 12 1 12 0 0 193 12 418 3955356 56640 219.1513671875 1.0074000000000001 258.97800000000001 13440 8372 0 0 0.03972957327022552 1.668644506110315 1920 1070 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 25 27 316 1 0 1 0 10 0 0 0 0 0 +1087 1783792279749520600 REFRESH 50 0 0.69447522040636334 0.64054514480408853 2 9 2 9 0 0 574 12 425 3951528 56160 221.05702209472656 0.99419999999999997 271.73750000000001 13440 8641 0 0 0.061518444399238342 2.0460364460936478 2688 1357 64 1 16 4 2 3 2 5 983040 491520 737280 491688 1248000 25 25 26 89 260 0 0 1 0 11 0 0 0 0 0 +1088 1783792280025893100 REFRESH 43 0 0.69174224428558451 0.8279386712095399 2 11 2 11 0 0 591 34 414 3955357 56640 220.83993530273438 1.0183 274.8526 13440 8010 0 0 0.0079161568808561386 1.9950070628738277 2304 1164 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 25 30 308 1 0 0 0 33 0 0 0 0 0 +1089 1783792280343423200 REFRESH 7 0 0.69180629282527506 0.8356047700170357 1 12 1 12 0 0 570 29 410 3955357 56640 220.93618774414062 1.0041 264.78210000000001 13440 8464 0 0 0.0004379625958170177 0.97233370197811664 2304 1188 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 25 33 301 0 0 0 0 29 0 0 0 0 0 +1090 1783792280664117000 REFRESH 10 0 0.69440055062223394 0.64821124361158422 1 10 1 10 1 0 651 12 421 3951522 56160 221.53932189941406 1.0062 262.87979999999999 13440 8717 0 0 0.03223773269724084 3.5891797903298368 2688 1418 64 1 16 4 2 3 2 5 983040 491520 737280 491682 1248000 25 26 26 108 236 0 0 0 0 12 0 0 0 0 1 +1091 1783792281028459200 REFRESH 45 0 0.69400458890854 0.45315161839863699 2 7 2 7 0 0 1136 60 412 3947772 55680 224.48947143554688 1.0023 298.46449999999999 13440 8167 0 0 0.2309103244036371 1.4859222174523592 3746 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737531 998400 25 25 25 121 216 0 0 0 11 49 0 0 0 0 0 +1092 1783792281361597800 REFRESH 39 0 0.69442522037823262 0.63287904599659284 3 8 3 8 0 0 864 25 412 3951522 56160 220.00860595703125 1.006 276.48419999999999 13440 8723 0 0 0.033915050234405199 0.89795211255192564 2688 1451 64 1 16 4 2 3 2 5 983040 491520 737280 491682 1248000 25 25 25 126 211 0 0 0 2 23 0 0 0 0 0 +1093 1783792281678692900 REFRESH 58 0 0.69392707132775744 0.92163543441226559 2 12 2 12 1 0 399 30 410 3955359 56640 220.76313781738281 1.0061 264.45030000000003 13440 8415 0 0 0.0071405189126975081 2.1363284397694637 1920 995 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 25 25 29 306 1 0 0 1 28 0 0 0 0 1 +1094 1783792282113506900 REFRESH 42 0 0.86329712862181252 0 0 4 0 4 0 0 3253 23 426 3943887 55200 222.62693786621094 0.99780000000000002 315.67649999999998 20160 13150 0 0 0 0.015094007362885586 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737487 748800 26 25 27 274 74 0 0 0 0 23 0 0 0 0 0 +1095 1783792282380351900 REFRESH 37 0 0.69261355556634541 0.8356047700170357 1 12 1 12 0 0 622 33 409 3955354 56640 220.50405883789062 1.0495000000000001 265.17630000000003 13440 8672 0 0 0.011821045773979891 0.68322513769614335 2304 1306 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 25 25 43 291 0 0 1 3 29 0 0 0 0 0 +1096 1783792282706851300 REFRESH 36 0 0.69194278719847491 0.82027257240204421 3 10 3 10 0 0 789 46 420 3955373 56640 221.92025756835938 1.0074000000000001 268.15359999999998 13440 8336 0 0 0.068381232067829104 0.19297837646577065 2304 1333 64 1 16 4 2 2 2 6 983040 491520 491520 491692 1497600 25 26 29 73 267 1 0 1 6 38 0 0 0 0 0 +1097 1783792283026698700 REFRESH 29 0 0.69545426205841865 0.82027257240204421 3 10 3 10 0 0 723 37 421 3951523 56160 221.74441528320312 1.0118 262.43990000000002 13440 8143 0 0 0.17245395781315404 1.1179809937997387 3072 1536 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 26 26 176 168 0 0 0 4 33 0 0 0 0 0 +1098 1783792283399044000 REFRESH 44 0 0.6962362102587254 0.36712095400340705 1 7 1 7 0 0 1090 17 429 3943898 55200 222.1527099609375 1.0039 313.38720000000001 20160 13755 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 26 181 172 0 0 0 1 16 0 0 0 0 0 +1099 1783792283808410100 REFRESH 40 0 0.69537097878258103 0.64821124361158422 1 10 1 10 0 0 976 9 417 3951520 56160 220.08326721191406 1.0082 303.74990000000003 13440 8656 0 0 0.083077089126711981 1.5472964947330925 2688 1307 64 1 16 4 2 3 2 5 983040 491520 737280 491679 1248000 25 25 27 104 236 0 0 1 0 8 0 0 0 0 0 +1100 1783792284180567100 REFRESH 56 0 0.70077213435857721 0.26575809199318562 2 5 2 5 0 0 2324 47 427 3943893 55200 222.78250122070312 1.0122 303.27760000000001 20160 11879 0 0 0.057353881651290795 0.55417262443922854 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 25 25 25 244 108 0 0 0 17 30 0 0 0 0 0 +1101 1783792284470081900 REFRESH 31 0 0.69258054221095511 0.3594548551959113 2 6 2 6 0 0 1344 34 429 3943938 55200 221.18502807617188 1.0266 287.6771 20160 12799 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737538 748800 25 25 26 181 172 0 0 0 5 29 0 0 0 0 0 +1102 1783792284839371300 REFRESH 52 0 0.69361753479664578 0.36712095400340705 1 7 1 7 0 0 961 19 422 3943935 55200 220.51225280761719 1.0139 312.80529999999999 20160 13665 0 0 7.3524768624344791e-05 1.4580422119253347 4085 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737535 748800 25 25 25 188 159 0 0 0 6 13 0 0 0 0 0 +1103 1783792285151414800 REFRESH 5 0 0.69201658327022364 0.8279386712095399 2 11 2 11 0 0 500 26 421 3955351 56640 220.23269653320312 1.0122 259.7355 13440 8716 0 0 0.028344487788516556 0.4155773191610222 2304 1242 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 25 106 86 179 0 0 4 4 18 0 0 0 0 0 +1104 1783792285467527800 REFRESH 28 0 0.6926330460465876 0.8356047700170357 1 12 1 12 0 0 441 13 407 3955344 56640 221.69088745117188 0.99139999999999995 263.19760000000002 13440 8126 0 0 0.0010116454795974 1.9510409450484625 2304 1102 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 25 25 27 305 0 0 0 0 13 0 0 0 0 0 +1105 1783792285833214000 REFRESH 21 0 0.69622152400785731 0.56218057921635434 0 10 0 10 0 0 1335 23 425 3951500 56160 221.70930480957031 1.0062 306.35399999999998 13440 8077 0 0 0 1.2487257176998614 3072 1797 64 1 16 4 2 3 2 5 983040 491520 737280 491658 1248000 25 26 25 239 110 0 0 0 12 11 0 0 0 0 0 +1106 1783792286106030000 REFRESH 55 0 0.69225055311842598 0.8279386712095399 2 11 2 11 0 0 587 22 411 3955345 56640 225.87802124023438 1.0049999999999999 271.01029999999997 13440 8236 0 0 0.028658969471304477 0.6343466619252468 2304 1093 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 26 37 34 289 0 0 0 0 22 0 0 0 0 0 +1107 1783792286464200400 REFRESH 53 0 0.6929744904591908 0.37478705281090291 0 8 0 8 0 0 2061 87 417 3943890 55200 222.85414123535156 1.0048999999999999 286.95190000000002 20160 12640 0 0 3.9256012599737908e-05 0.28559182276312889 4046 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 25 25 25 150 192 0 0 0 17 70 0 0 0 0 0 +1108 1783792286779545600 REFRESH 47 0 0.69185078900571118 0.8279386712095399 2 11 2 11 0 0 418 25 413 3955364 56640 219.90194702148438 0.99490000000000001 259.84190000000001 13440 8335 0 0 0.068787934381682569 1.4082378301417173 2304 1306 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 25 25 28 310 1 0 0 0 24 0 0 0 0 0 +1109 1783792287132166100 REFRESH 30 0 0.69510525325485606 0.4608177172061329 1 8 1 8 1 0 1455 36 428 3947767 55680 220.78668212890625 1.016 294.25700000000001 13440 8187 0 0 0.0013464488701547372 2.1485265670976039 3660 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737527 998400 25 26 26 228 123 0 0 0 11 25 0 0 0 0 1 +1110 1783792287472172200 REFRESH 2 0 0.69425691655238486 0.45315161839863699 2 7 2 7 0 0 1437 49 420 3947746 55680 221.46867370605469 1.0085999999999999 283.80990000000003 13440 8142 0 0 0.27768796280696073 2.131664922996019 3840 1974 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 25 25 25 205 140 1 0 0 21 27 0 0 0 0 0 +1111 1783792287798820000 REFRESH 24 0 0.69530719711155731 1 4 11 4 11 0 0 426 15 405 3955370 56640 220.65971374511719 0.99919999999999998 263.9923 13440 9035 0 0 0.050146993295259477 1.3805711804450536 1536 683 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 25 25 26 304 0 0 0 0 15 0 0 0 0 0 +1112 1783792288169486800 REFRESH 25 0 0.69559061359002805 0.54684838160136284 2 8 2 8 0 0 1451 32 421 3951538 56160 221.75027465820312 1.0157 310.80959999999999 13440 8115 0 0 0.0037133317294834652 0.74577769507902991 3072 1626 64 1 16 4 2 3 2 5 983040 491520 737280 491698 1248000 25 25 27 215 129 0 0 0 4 28 0 0 0 0 0 +1113 1783792288511432200 REFRESH 13 0 0.70069345665783078 0.27342419080068137 1 6 1 6 0 0 1767 61 412 3943892 55200 220.55424499511719 1.0037 280.4425 20160 11816 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 25 25 25 145 192 0 0 0 10 51 0 0 0 0 0 +1114 1783792288773970400 REFRESH 57 0 0.69228497142143575 0.8279386712095399 2 11 2 11 0 0 804 41 405 3955349 56640 219.45036315917969 1.0016 260.411 13440 8599 0 0 0.00086134713939095271 1.9798263122044926 2304 1104 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 25 30 299 0 0 1 2 38 0 0 0 0 0 +1115 1783792289135880500 REFRESH 48 0 0.69290868437447539 0.3594548551959113 2 6 2 6 0 0 1206 18 429 3943917 55200 221.00274658203125 0.99219999999999997 305.68900000000002 20160 12491 0 0 0.0010930946807506234 0.82664892777303722 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 26 203 150 0 0 0 1 17 0 0 0 0 0 +1116 1783792289457188000 REFRESH 23 0 0.69433223371208008 0.92163543441226559 2 12 2 12 0 0 579 26 417 3955353 56640 220.93927001953125 1.0082 268.57209999999998 13440 8367 0 0 0.030151744633412979 1.0289917498430303 1920 905 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 25 55 286 0 0 0 2 24 0 0 0 0 0 +1117 1783792289784288600 REFRESH 3 0 0.69491906762080724 0.64054514480408853 2 9 2 9 0 0 729 31 411 3951513 56160 219.75961303710938 1.0111000000000001 274.51600000000002 13440 8718 0 0 0.0050845648455105797 0.33949448710174873 2688 1407 64 1 16 4 2 3 2 5 983040 491520 737280 491673 1248000 25 26 30 158 172 0 0 0 6 25 0 0 0 0 0 +1118 1783792290045986500 REFRESH 49 0 0.69228754745520382 0.82027257240204421 3 10 3 10 1 0 692 48 410 3955344 56640 219.73114013671875 1.0028999999999999 259.95389999999998 13440 8593 0 0 0.07565599019948438 0.3483193193895856 2304 1269 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 26 37 32 290 0 0 3 2 43 0 0 0 0 1 +1119 1783792290366658800 REFRESH 51 0 0.69445125412136766 0.91396933560476989 3 11 3 11 0 0 403 22 405 3955347 56640 220.61465454101562 0.99329999999999996 262.04840000000002 13440 8360 0 0 0.08728097895604256 0.3569538485346217 1920 953 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 25 46 284 0 0 0 0 22 0 0 0 0 0 +1120 1783792290787805000 REFRESH 20 0 0.69495949382665789 0.45315161839863699 2 7 2 7 0 0 949 14 424 3947739 55680 220.548095703125 1.0153000000000001 319.59449999999998 13440 8144 0 0 0.012195410250654825 0.40032460833526767 3793 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737499 998400 25 25 25 149 200 1 0 0 1 12 0 0 0 0 0 +1121 1783792291106832700 REFRESH 6 0 0.69354574474045072 0.91396933560476989 3 11 3 11 1 0 337 14 418 3955359 56640 219.38380432128906 1.0163 258.99790000000002 13440 8418 0 0 0.081835716880408166 0.13665413836074197 1920 843 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 25 29 313 0 0 0 0 14 0 0 0 0 1 +1122 1783792291426541900 REFRESH 18 0 0.69416204164026807 0.9293015332197615 1 13 1 13 0 0 336 14 410 3955339 56640 221.49530029296875 1.0068999999999999 269.43810000000002 13440 8388 0 0 0.0012194480086301514 1.8364388975208388 1920 777 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 25 25 27 308 0 0 0 0 14 0 0 0 0 0 +1123 1783792293399846700 DEPTH 42 1 0.86178167720925969 0 0 4 0 4 0 0 3302 84 2599 23664832 81600 1293.9038848876953 6.0983999999999998 1906.5598 120960 63197 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 156 150 162 1617 514 3 0 0 3 78 0 0 0 0 0 +1124 1783792295325778900 DEPTH 17 1 0.6975026827880042 0.28109028960817717 0 7 0 7 0 0 1714 87 2574 23664820 81600 1287.3420715332031 6.0537000000000001 1867.1385 120960 57681 1 1 0 0.19547383107237989 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 150 150 150 957 1167 2 0 1 1 82 0 0 0 0 0 +1125 1783792297045474600 DEPTH 8 1 0.6974295565774995 0.26575809199318562 2 5 2 5 1 0 1654 108 2515 23664788 81600 1300.2362976074219 5.9945000000000004 1660.1439 120960 57736 1 0 0.029831457903990329 0.98412787797473777 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 150 150 162 167 1886 0 0 0 1 107 0 0 0 0 1 +1126 1783792299003843000 DEPTH 9 1 0.69288119456005237 0.3594548551959113 2 6 2 6 0 0 890 48 2551 23664924 81600 1290.4694976806641 6.1017999999999999 1896.6578999999999 120960 68742 1 0 0.00084064195437858239 0.84794300678403445 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426523 4492800 150 150 150 357 1744 0 0 0 0 48 0 0 0 0 0 +1127 1783792300948848800 DEPTH 44 1 0.69286081318650816 0.36712095400340705 1 7 1 7 0 0 1110 66 2610 23664942 81600 1292.0576934814453 6.1584000000000003 1872.6496999999999 120960 68372 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426540 4492800 150 150 150 899 1261 2 1 1 0 62 0 0 0 0 0 +1128 1783792302709553700 DEPTH 16 1 0.69287136453145548 0.3594548551959113 2 6 2 6 0 0 1569 104 2537 23664788 81600 1293.7492828369141 6.3238999999999992 1692.2175 120960 68186 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426385 4492800 150 150 150 615 1472 0 0 1 3 100 0 0 0 0 0 +1129 1783792304707140200 DEPTH 41 1 0.69151434162205794 0.55451448040885853 1 9 1 9 0 0 962 82 2548 23687940 103680 1278.2243804931641 5.9955999999999996 1812.6769999999999 80640 39769 1 0 0.00047546691312138533 1.497358551665477 3456 1912 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426495 5990400 150 155 151 767 1325 1 1 0 9 71 0 0 0 0 0 +1130 1783792306657754600 DEPTH 14 1 0.6913754165203102 0.65587734241908002 0 11 0 11 0 0 895 153 2499 23710019 125760 1296.4382781982422 6.1445999999999996 1729.9809 80640 38398 1 0 1.5089755539791081e-05 0.84347197476751057 3072 1738 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950977 7488000 150 150 150 191 1858 1 2 0 6 144 0 0 0 0 0 +1131 1783792308495146100 DEPTH 56 1 0.69770352515707357 0.26575809199318562 2 5 2 5 0 0 2348 81 2575 23664769 81600 1291.4035339355469 6.0079000000000002 1835.1670999999999 120960 56842 1 0 0.057353881651290795 0.55417262443922854 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426368 4492800 150 150 150 1347 778 2 1 1 9 68 0 0 0 0 0 +1132 1783792310412074300 DEPTH 21 1 0.6922082776424423 0.56218057921635434 0 10 0 10 0 0 1355 79 2585 23706319 121920 1282.5436096191406 6.3442999999999987 1851.3407999999999 80640 39276 1 0 0 1.2487257176998614 3456 2032 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196878 7238400 150 150 150 817 1318 0 0 1 5 73 0 0 0 0 0 +1133 1783792312443080900 DEPTH 32 1 0.6908451147707837 0.4608177172061329 1 8 1 8 0 0 1367 98 2576 23668706 84480 1346.5119934082031 6.1768999999999998 1884.3734999999999 114240 48238 1 0 0.00028269938399440856 1.6059909260581056 3999 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426464 4742400 150 151 155 888 1232 0 0 9 7 82 0 0 0 0 0 +1134 1783792314505182100 DEPTH 54 1 0.69064198560644807 0.4608177172061329 1 8 1 8 0 0 678 48 2575 23672556 88320 1286.8762054443359 6.6386999999999992 1842.9880000000001 107520 47990 1 0 0.0031513658341259495 1.0996631565127335 3732 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426476 4992000 150 150 181 1271 823 0 0 0 1 47 0 0 0 0 0 +1135 1783792316476180500 DEPTH 50 1 0.69065429893106645 0.64054514480408853 2 9 2 9 0 0 583 57 2602 23710144 125760 1282.0858764648438 6.5022000000000002 1811.3720000000001 80640 42483 1 0 0.061518444399238342 2.0460364460936478 3072 1548 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951099 7488000 150 150 152 535 1615 1 0 2 3 51 0 0 0 0 0 +1136 1783792318173055500 DEPTH 12 1 0.6906026840706645 0.63287904599659284 3 8 3 8 0 0 900 137 2566 23710108 125760 1282.4391632080078 7.2758000000000003 1643.2055 80640 40937 1 0 0.0015245520675590111 0.9479701032688862 3072 1428 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951066 7488000 150 150 150 179 1937 0 0 0 4 133 0 0 0 0 0 +1137 1783792320047650700 DEPTH 45 1 0.69060183878381309 0.45315161839863699 2 7 2 7 0 0 1160 67 2566 23668726 84480 1283.2798614501953 6.0095000000000001 1804.2674999999999 114240 47353 1 0 0.2309103244036371 1.4859222174523592 3908 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426486 4742400 150 150 173 1013 1080 0 0 5 5 57 0 0 0 0 0 +1138 1783792321747457000 DEPTH 10 1 0.69061156960634928 0.64821124361158422 1 10 1 10 0 0 664 85 2570 23709972 125760 1287.6851196289062 6.1763000000000003 1634.7380000000001 80640 42101 1 0 0.03223773269724084 3.5891797903298368 3072 1626 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950930 7488000 150 156 155 479 1630 0 0 2 0 83 0 0 0 0 0 +1139 1783792323684782800 DEPTH 42 1 0.77018406511932225 0 0 4 0 4 0 0 3359 94 2606 23664908 81600 1355.0930480957031 6.045799999999999 1935.5779 120960 52012 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426505 4492800 157 150 162 1634 503 0 0 2 0 92 0 0 0 0 0 +1140 1783792325747361000 DEPTH 13 1 0.69759611703197288 0.27342419080068137 1 6 1 6 0 0 1798 105 2525 23664828 81600 1369.9812774658203 6.0434999999999999 1980.5806 120960 58009 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426428 4492800 150 150 150 402 1673 0 0 0 4 101 0 0 0 0 0 +1141 1783792327705931100 DEPTH 25 1 0.69167291410692755 0.54684838160136284 2 8 2 8 0 0 1473 78 2576 23687838 103680 1319.8612670898438 6.0294000000000008 1879.5902000000001 80640 39048 1 0 0.0037133317294834652 0.74577769507902991 3456 1831 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426397 5990400 150 150 162 874 1240 0 0 1 2 75 0 0 0 0 0 +1142 1783792329689004600 DEPTH 30 1 0.69157376647106339 0.4608177172061329 1 8 1 8 0 0 1467 65 2575 23687867 103680 1291.9839935302734 7.4803000000000006 1910.4876999999999 80640 38835 1 0 0.0013464488701547372 2.1485265670976039 3834 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426421 5990400 150 150 155 1070 1050 0 2 1 4 58 0 0 0 0 0 +1143 1783792331314931800 DEPTH 24 1 0.6908270419971988 1 4 11 4 11 0 0 442 116 2521 23733146 147840 1285.5984954833984 6.1563000000000008 1573.2487000000001 80640 44254 1 0 0.050146993295259477 1.3805711804450536 1920 852 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951062 8985600 150 150 150 150 1921 0 0 0 0 116 0 0 0 0 0 +1144 1783792333239808600 DEPTH 2 1 0.69069076763781911 0.45315161839863699 2 7 2 7 0 0 1484 136 2572 23668719 84480 1287.5583190917969 6.027400000000001 1830.8362 114240 48374 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426477 4742400 150 150 156 995 1121 0 0 6 14 116 0 0 0 0 0 +1145 1783792335206935900 DEPTH 39 1 0.69067979325720841 0.63287904599659284 3 8 3 8 0 0 877 61 2569 23709990 125760 1290.5625457763672 7.2735000000000003 1890.4011 80640 42250 1 0 0.033915050234405199 0.89795211255192564 3072 1659 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950947 7488000 150 150 150 369 1750 2 0 0 1 58 0 0 0 0 0 +1146 1783792336881319500 DEPTH 29 1 0.69051573272422762 0.82027257240204421 3 10 3 10 0 0 754 108 2569 23698915 114240 1329.2749786376953 6.0400999999999998 1611.7520999999999 80640 40197 1 0 0.17245395781315404 1.1179809937997387 3456 1724 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688673 6739200 150 156 156 602 1505 0 0 0 1 107 0 0 0 0 0 +1147 1783792338847380300 DEPTH 20 1 0.69124271643253898 0.45315161839863699 2 7 2 7 0 0 972 86 2588 23668767 84480 1310.4476165771484 6.0304000000000002 1886.5519999999999 114240 50119 1 0 0.012195410250654825 0.40032460833526767 3964 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426526 4742400 150 150 155 713 1420 1 6 4 1 74 0 0 0 0 0 +1148 1783792340908399800 DEPTH 3 1 0.69084897105333354 0.64054514480408853 2 9 2 9 1 0 732 52 2552 23710015 125760 1320.8002624511719 6.5710000000000006 1991.7001 80640 42574 1 0 0.0050801409687022715 0.21954565914817176 3072 1614 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950970 7488000 150 156 150 757 1339 0 0 0 4 48 0 0 0 0 1 +1149 1783792342936250000 DEPTH 40 1 0.69049556930308431 0.64821124361158422 1 10 1 10 0 0 997 66 2575 23710009 125760 1342.7437591552734 6.0248999999999997 1873.9679000000001 80640 41872 1 0 0.083077089126711981 1.5472964947330925 3072 1499 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950968 7488000 150 150 151 201 1923 0 0 0 0 66 0 0 0 0 0 +1150 1783792345120007000 DEPTH 52 1 0.69047645345002318 0.36712095400340705 1 7 1 7 0 0 986 56 2571 23664896 81600 1329.9620666503906 7.2846999999999991 2107.2350000000001 120960 67753 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426494 4492800 150 150 150 969 1152 1 0 0 0 55 0 0 0 0 0 +1151 1783792346814618400 DEPTH 27 1 0.69045047158055706 0.93696763202725719 0 14 0 14 1 0 638 124 2522 23732998 147840 1297.9130249023438 6.4967999999999995 1637.8169 80640 42184 1 0 1.7077624166593704e-05 0.81246312151568389 2304 1131 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950918 8985600 150 154 150 156 1912 0 0 0 0 124 0 0 0 0 1 +1152 1783792348446495400 DEPTH 51 1 0.69001380742792051 0.91396933560476989 3 11 3 11 1 0 403 35 2576 23733070 147840 1296.2345275878906 6.0609999999999991 1578.6214 80640 41604 1 0 0.071179486969333725 0.32763694842150287 2304 1161 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950986 8985600 150 150 150 174 1952 0 0 0 0 35 0 0 0 0 5 +1153 1783792350346460200 DEPTH 46 1 0.69000799503937738 0.37478705281090291 0 8 0 8 1 0 1858 61 2572 23668611 85440 1290.2062072753906 6.0534999999999997 1829.8142 114240 68528 1 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 384 12 96 4 2 3 3 4 5898240 4177920 4423680 4426370 4742400 150 150 155 571 1546 0 0 0 0 61 0 0 0 0 2 +1154 1783792352008453000 DEPTH 23 1 0.68997350080761732 0.92163543441226559 2 12 2 12 0 0 585 90 2550 23733061 147840 1279.2985534667969 6.6273999999999997 1602.0890999999999 80640 43136 1 0 0.030151744633412979 1.0289917498430303 2304 1084 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950976 8985600 150 156 150 226 1868 0 0 0 8 82 0 0 0 0 0 +1155 1783792352338713200 REFRESH 14 0 0.68730674164164762 0.65587734241908002 0 11 0 11 1 0 901 23 411 3951516 56160 222.91456604003906 1.0167999999999999 271.82740000000001 13440 7923 0 0 1.3850792041257712e-05 0.82201615712726361 3136 1769 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 25 25 82 254 0 0 0 2 21 0 0 0 0 1 +1156 1783792352658890500 REFRESH 35 0 0.68793272074102529 0.8279386712095399 2 11 2 11 0 0 766 28 408 3955347 56640 221.37753295898438 0.99370000000000003 263.12049999999999 13440 8308 0 0 0.1466617951208353 1.1358384512012472 2368 1253 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 25 27 305 0 0 0 0 28 0 0 0 0 0 +1157 1783792352919890400 REFRESH 51 0 0.48546790483337465 0.91396933560476989 3 11 3 11 1 0 409 19 408 3955346 56640 219.8077392578125 0.99390000000000001 259.24200000000002 13440 8180 0 0 0.071596781175482432 0.32062710615081214 2368 1190 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 25 45 288 0 0 0 1 18 0 0 0 0 1 +1158 1783792353249382100 REFRESH 50 0 0.66663612259883165 0.64054514480408853 2 9 2 9 0 0 618 54 417 3947748 55680 222.34010314941406 0.99360000000000004 266.20339999999999 13440 8364 0 0 0.061518444399238342 2.0460364460936478 3136 1578 64 1 16 4 2 3 3 4 983040 491520 737280 737508 998400 25 25 26 76 265 0 0 0 6 48 0 0 0 0 0 +1159 1783792353593251700 REFRESH 41 0 0.68775015851826682 0.55451448040885853 1 9 1 9 0 0 999 66 418 3947708 55680 220.89112854003906 1.0103 282.29469999999998 13440 8169 0 0 0.00047546691312138533 1.497358551665477 3520 1947 64 1 16 4 2 3 3 4 983040 491520 737280 737467 998400 25 27 26 86 254 0 0 0 14 52 0 0 0 0 0 +1160 1783792353932061200 REFRESH 21 0 0.68835168375920186 0.56218057921635434 0 10 0 10 0 0 1401 82 413 3947745 55680 221.27719116210938 0.99619999999999997 278.06479999999999 13440 8180 0 0 0 1.2487257176998614 3501 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 26 26 87 249 0 0 0 20 62 0 0 0 0 0 +1161 1783792354252100300 REFRESH 36 0 0.68815526645207958 0.82027257240204421 3 10 3 10 0 0 806 56 419 3955364 56640 221.5435791015625 1.0438000000000001 264.89269999999999 13440 8252 0 0 0.068381232067829104 0.19297837646577065 2368 1369 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 26 29 64 275 1 0 2 1 52 0 0 0 0 0 +1162 1783792354577806200 REFRESH 7 0 0.68813677905069259 0.8356047700170357 1 12 1 12 1 0 579 28 406 3955356 56640 220.88192749023438 1.0105 265.0102 13440 8338 0 0 0.00036822502085707271 0.92539619047428856 2368 1217 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 25 33 297 1 0 0 1 26 0 0 0 0 1 +1163 1783792354948514100 REFRESH 1 0 0.68973270655706798 0.36712095400340705 1 7 1 7 0 0 1489 48 417 3943897 55200 221.79965209960938 1.0225 293.74610000000001 20160 12646 0 0 0.018849895834517058 1.8949329321593116 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 26 164 177 0 0 0 5 43 0 0 0 0 0 +1164 1783792355298002000 REFRESH 31 0 0.68972199867391604 0.3594548551959113 2 6 2 6 0 0 1352 29 424 3943898 55200 221.95301818847656 0.99439999999999995 286.97210000000001 20160 12554 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 26 177 171 1 0 0 1 27 0 0 0 0 0 +1165 1783792355670789400 REFRESH 54 0 0.68714672676465716 0.4608177172061329 1 8 1 8 0 0 680 17 424 3943922 55200 220.97715759277344 1.0019 312.2593 20160 15044 0 0 0.0031513658341259495 1.0996631565127335 3761 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 26 226 122 0 0 0 3 14 0 0 0 0 0 +1166 1783792356057456800 REFRESH 17 0 0.69466142621772298 0.28109028960817717 0 7 0 7 0 0 1723 23 425 3943902 55200 222.5848388671875 1.0078 312.70800000000003 20160 12028 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 249 101 0 0 0 3 20 0 0 0 0 0 +1167 1783792356382767400 REFRESH 58 0 0.69009950778119311 0.92163543441226559 2 12 2 12 0 0 406 29 411 3955372 56640 220.49696350097656 0.99329999999999996 261.41079999999999 13440 8442 0 0 0.0071405189126975081 2.1363284397694637 1984 1032 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 25 25 29 307 0 0 0 0 29 0 0 0 0 0 +1168 1783792356730809700 REFRESH 33 0 0.68981647824508241 0.36712095400340705 1 7 1 7 0 0 1865 35 425 3943916 55200 221.81887817382812 0.99239999999999995 289.56020000000001 20160 12520 0 0 0.00023294165214766597 0.38821406897906902 4067 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 27 126 222 0 0 1 4 30 0 0 0 0 0 +1169 1783792357096098900 REFRESH 13 0 0.69460968976848947 0.27342419080068137 1 6 1 6 0 0 1834 58 416 3943922 55200 221.60794067382812 1.0042 292.7353 20160 11859 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 25 157 184 0 0 0 9 49 0 0 0 0 0 +1170 1783792357359787300 REFRESH 23 0 0.59549471278932109 0.92163543441226559 2 12 2 12 0 0 588 23 417 3955346 56640 220.072998046875 1.0049999999999999 261.70249999999999 13440 8738 0 0 0.030151744633412979 1.0289917498430303 2368 1112 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 25 51 290 0 0 0 5 18 0 0 0 0 0 +1171 1783792357626678100 REFRESH 29 0 0.68551652247510164 0.82027257240204421 3 10 3 10 0 0 789 68 418 3947766 55680 223.04563903808594 1 265.11520000000002 13440 8120 0 0 0.17245395781315404 1.1179809937997387 3520 1755 64 1 16 4 2 3 3 4 983040 491520 737280 737526 998400 25 26 26 105 236 0 0 0 12 56 0 0 0 0 0 +1172 1783792357925340200 REFRESH 40 0 0.66650576417548135 0.64821124361158422 1 10 1 10 0 0 1011 38 407 3947725 55680 220.35664367675781 0.99690000000000001 296.87610000000001 13440 8324 0 0 0.083077089126711981 1.5472964947330925 3136 1531 64 1 16 4 2 3 3 4 983040 491520 737280 737485 998400 25 25 29 73 255 1 0 1 4 32 0 0 0 0 0 +1173 1783792358254759700 REFRESH 12 0 0.68677183315376267 0.63287904599659284 3 8 3 8 0 0 923 45 425 3951518 56160 221.10514831542969 1.0145999999999999 271.12740000000002 13440 8191 0 0 0.0015245520675590111 0.9479701032688862 3136 1453 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 25 25 117 233 0 0 0 3 42 0 0 0 0 0 +1174 1783792358628379300 REFRESH 44 0 0.68980027943840827 0.36712095400340705 1 7 1 7 0 0 1111 12 431 3943915 55200 222.10047912597656 1.0061 308.7183 20160 12518 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 180 176 0 0 0 1 11 0 0 0 0 0 +1175 1783792358922010100 REFRESH 46 0 0.65695899675506852 0.37478705281090291 0 8 0 8 0 0 1874 38 421 3947723 55680 221.79840087890625 1.0047999999999999 291.92660000000001 13440 9862 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737482 998400 25 25 25 67 279 0 0 0 7 31 0 0 0 0 0 +1176 1783792359220180600 REFRESH 30 0 0.68802842918603813 0.4608177172061329 1 8 1 8 0 0 1478 29 425 3947770 55680 222.38720703125 1.0147999999999999 296.4907 13440 8450 0 0 0.0013464488701547372 2.1485265670976039 3865 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737530 998400 25 25 26 244 105 0 0 0 10 19 0 0 0 0 0 +1177 1783792359485482300 REFRESH 24 0 0.68655832856324572 1 4 11 4 11 0 0 443 11 405 3955363 56640 221.11640930175781 1.0114000000000001 263.69569999999999 13440 8417 0 0 0.050146993295259477 1.3805711804450536 1984 879 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 25 27 303 0 0 0 0 11 0 0 0 0 0 +1178 1783792359917718700 REFRESH 16 0 0.68984588577407857 0.3594548551959113 2 6 2 6 0 0 1591 46 416 3943912 55200 221.86802673339844 1.0091000000000001 277.74860000000001 20160 12613 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 25 149 192 0 0 0 8 38 0 0 0 0 0 +1179 1783792360238003600 REFRESH 37 0 0.68901348547022911 0.8356047700170357 1 12 1 12 0 0 639 37 412 3955361 56640 221.97247314453125 0.99590000000000001 263.74829999999997 13440 8649 0 0 0.011821045773979891 0.68322513769614335 2368 1342 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 25 25 41 296 0 0 0 1 36 0 0 0 0 0 +1180 1783792360569896900 REFRESH 8 0 0.69482395494625249 0.26575809199318562 2 5 2 5 0 0 1661 21 408 3943900 55200 221.63888549804688 1.0064 269.7944 20160 12444 0 0 0.029831457903990329 0.98412787797473777 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 25 25 29 30 299 0 0 0 0 21 0 0 0 0 0 +1181 1783792360893970600 REFRESH 19 0 0.68837524222103696 0.8279386712095399 2 11 2 11 0 0 576 41 414 3955345 56640 220.22349548339844 1.0066999999999999 262.72890000000001 13440 8074 0 0 0.026098001124384564 0.38970274678601297 2368 1367 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 30 32 302 0 0 1 0 40 0 0 0 0 0 +1182 1783792361216183400 REFRESH 43 0 0.68836021872512321 0.8279386712095399 2 11 2 11 1 0 599 22 416 3955350 56640 221.53727722167969 1.0009999999999999 262.4314 13440 8082 0 0 0.010304653765399895 1.94151593460911 2368 1201 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 25 28 312 0 1 0 0 21 0 0 0 0 1 +1183 1783792361640681900 REFRESH 48 0 0.69008397701841639 0.3594548551959113 2 6 2 6 0 0 1208 13 427 3943911 55200 221.58540344238281 1.0002 310.37560000000002 20160 12574 0 0 0.0010930946807506234 0.82664892777303722 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 25 25 26 213 138 0 0 0 1 12 0 0 0 0 0 +1184 1783792361933584200 REFRESH 3 0 0.68710420454409638 0.64054514480408853 2 9 2 9 0 0 734 22 423 3951523 56160 219.30802917480469 1.0135000000000001 291.22770000000003 13440 8377 0 0 0.0050801409687022715 0.21954565914817176 3136 1642 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 26 25 241 106 0 0 0 7 15 0 0 0 0 0 +1185 1783792362292598900 REFRESH 25 0 0.68807945162351536 0.54684838160136284 2 8 2 8 0 0 1491 60 412 3947749 55680 221.88954162597656 0.99719999999999998 289.76960000000003 13440 8175 0 0 0.0037133317294834652 0.74577769507902991 3520 1861 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 25 28 101 233 0 0 0 21 39 0 0 0 0 0 +1186 1783792362611131200 REFRESH 26 0 0.68991339812543007 0.8356047700170357 1 12 1 12 0 0 733 24 416 3955341 56640 220.24089050292969 1.0033000000000001 262.7876 13440 8425 0 0 0.0021951791827250267 0.84026668254706804 2368 1186 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 26 25 25 315 0 0 0 0 24 0 0 0 0 0 +1187 1783792362927422800 REFRESH 4 0 0.69018165856871139 0.8356047700170357 1 12 1 12 0 0 194 9 419 3955341 56640 218.80216979980469 1.1836 262.0804 13440 8265 0 0 0.03972957327022552 1.668644506110315 1984 1100 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 25 25 27 317 0 0 0 0 9 0 0 0 0 0 +1188 1783792363299422800 REFRESH 56 0 0.69501603489543751 0.26575809199318562 2 5 2 5 0 0 2366 41 426 3943911 55200 222.635009765625 0.99860000000000004 309.26670000000001 20160 12462 0 0 0.057353881651290795 0.55417262443922854 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 25 25 25 242 109 0 0 0 15 26 0 0 0 0 0 +1189 1783792363615690500 REFRESH 5 0 0.68850582255937243 0.8279386712095399 2 11 2 11 0 0 513 27 427 3955338 56640 220.09036254882812 0.99839999999999995 259.33089999999999 13440 8740 0 0 0.028344487788516556 0.4155773191610222 2368 1272 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 25 98 73 206 0 0 0 1 26 0 0 0 0 0 +1190 1783792363926826400 REFRESH 52 0 0.68733068059405134 0.36712095400340705 1 7 1 7 0 0 989 13 428 3943911 55200 221.67039489746094 1.0085999999999999 309.14100000000002 20160 12395 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 25 25 25 199 154 0 0 0 3 10 0 0 0 0 0 +1191 1783792364271684700 REFRESH 53 0 0.69032729400522919 0.37478705281090291 0 8 0 8 0 0 2105 79 417 3943912 55200 222.00953674316406 1.0032000000000001 285.02760000000001 20160 12636 0 0 3.9256012599737908e-05 0.28559182276312889 4073 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 25 25 25 139 203 0 0 0 4 75 0 0 0 0 0 +1192 1783792364616834100 REFRESH 32 0 0.68767000563603209 0.4608177172061329 1 8 1 8 0 0 1391 52 415 3943881 55200 221.34172058105469 1.0014000000000001 278.25659999999999 20160 14873 0 0 0.00028269938399440856 1.6059909260581056 4032 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737481 748800 25 25 25 140 200 0 0 0 16 36 0 0 0 0 0 +1193 1783792364938441500 REFRESH 55 0 0.6887307303065604 0.8279386712095399 2 11 2 11 0 0 592 19 410 3955337 56640 222.39231872558594 0.99280000000000002 264.41239999999999 13440 8356 0 0 0.028658969471304477 0.6343466619252468 2368 1123 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 26 37 34 288 0 0 0 0 19 0 0 0 0 0 +1194 1783792365255276600 REFRESH 15 0 0.69027275243749342 0.91396933560476989 3 11 3 11 0 0 264 9 407 3955348 56640 220.55935668945312 1.0218 264.31 13440 8401 0 0 0.13215737202774189 0.95319511763653475 1984 973 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 25 38 293 0 0 0 0 9 0 0 0 0 0 +1195 1783792365581082200 REFRESH 10 0 0.68703717407251685 0.64821124361158422 1 10 1 10 0 0 668 8 423 3951515 56160 221.16351318359375 1.0056 266.11520000000002 13440 8440 0 0 0.03223773269724084 3.5891797903298368 3136 1659 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 26 26 181 165 0 0 0 0 8 0 0 0 0 0 +1196 1783792365930862700 REFRESH 2 0 0.68745340782598308 0.45315161839863699 2 7 2 7 0 0 1510 59 420 3943944 55200 221.89158630371094 1.0111000000000001 281.3107 20160 14944 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737543 748800 25 25 25 184 161 0 0 0 29 30 0 0 0 0 0 +1197 1783792366269593900 REFRESH 39 0 0.68703950256642954 0.63287904599659284 3 8 3 8 0 0 894 51 415 3947751 55680 220.97628784179688 1.0038 277.01999999999998 13440 8324 0 0 0.033915050234405199 0.89795211255192564 3136 1688 64 1 16 4 2 3 3 4 983040 491520 737280 737511 998400 25 25 25 112 228 0 0 0 13 38 0 0 0 0 0 +1198 1783792366589383500 REFRESH 18 0 0.69034256662884963 0.9293015332197615 1 13 1 13 0 0 337 10 413 3955385 56640 221.00172424316406 1.0105999999999999 262.34629999999999 13440 8392 0 0 0.0012194480086301514 1.8364388975208388 1984 803 64 1 16 4 2 2 2 6 983040 491520 491520 491705 1497600 25 25 25 26 312 0 0 0 0 10 0 0 0 0 0 +1199 1783792366983664000 REFRESH 38 0 0.68776344929892907 0.55451448040885853 1 9 1 9 0 0 1244 45 420 3943885 55200 220.81971740722656 1.0367 268.72680000000003 20160 14585 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737485 748800 25 25 27 162 181 0 0 0 8 37 0 0 0 0 0 +1200 1783792367343336700 REFRESH 45 0 0.68750153695341609 0.45315161839863699 2 7 2 7 0 0 1184 47 425 3943929 55200 222.11993408203125 0.99819999999999998 293.44929999999999 20160 14864 0 0 0.2309103244036371 1.4859222174523592 3940 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 25 25 25 189 161 0 0 0 22 25 0 0 0 0 0 +1201 1783792367662476800 REFRESH 57 0 0.68876460266691997 0.8279386712095399 2 11 2 11 0 0 822 36 405 3955361 56640 219.53945922851562 1.0107999999999999 259.90690000000001 13440 8537 0 0 0.00086134713939095271 1.9798263122044926 2368 1135 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 26 25 30 299 0 0 0 0 36 0 0 0 0 0 +1202 1783792367970674400 REFRESH 20 0 0.68798812143878796 0.45315161839863699 2 7 2 7 0 0 976 14 428 3943880 55200 221.48403930664062 1.0132000000000001 306.56529999999998 20160 15015 0 0 0.012195410250654825 0.40032460833526767 3994 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737480 748800 25 25 25 236 117 0 0 0 1 13 0 0 0 0 0 +1203 1783792368287921800 REFRESH 42 0 0.85903295287386539 0 0 4 0 4 0 0 3363 14 428 3943918 55200 221.84764099121094 1.0014000000000001 315.43470000000002 20160 12991 0 0 0 0.015094007362885586 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 27 25 27 273 76 0 0 0 0 14 0 0 0 0 0 +1204 1783792368620048200 REFRESH 22 0 0.69048211936352089 0.91396933560476989 3 11 3 11 0 0 378 23 417 3955359 56640 222.09843444824219 0.99880000000000002 265.81900000000002 13440 8463 0 0 0.011175295070335413 0.48527856153633292 1984 954 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 25 26 315 0 0 0 0 23 0 0 0 0 0 +1205 1783792369056421500 REFRESH 11 0 0.69046977433769441 0.37478705281090291 0 8 0 8 0 0 997 22 428 3947738 55680 220.88601684570312 1.01 315.35050000000001 13440 8414 0 0 0 0.91272804311191946 3915 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737498 998400 25 25 25 203 150 0 2 0 1 19 0 0 0 0 0 +1206 1783792369388533500 REFRESH 0 0 0.68892491625812446 0.8356047700170357 1 12 1 12 0 0 467 24 416 3955360 56640 219.504638671875 1.0064 263.09890000000001 13440 8361 0 0 0.0089397693847232187 1.9082107696551758 2368 1386 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 26 25 114 226 0 0 0 0 24 0 0 0 0 0 +1207 1783792369738000500 REFRESH 9 0 0.69021610587487225 0.3594548551959113 2 6 2 6 0 0 903 31 420 3943915 55200 221.50349426269531 0.99880000000000002 282.26929999999999 20160 12601 0 0 0.00084064195437858239 0.84794300678403445 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 146 199 0 0 0 5 26 0 0 0 0 0 +1208 1783792370066461100 REFRESH 34 0 0.68955993683238237 0.8356047700170357 1 12 1 12 0 0 428 19 428 3955357 56640 219.88761901855469 1.0403 268.15309999999999 13440 8847 0 0 0.00029329250220829438 2.6529456553146544 2368 1167 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 25 25 40 313 0 0 0 2 17 0 0 0 0 0 +1209 1783792370381869800 REFRESH 6 0 0.68995139161300756 0.91396933560476989 3 11 3 11 0 0 338 7 413 3955348 56640 219.42373657226562 1.0108999999999999 260.88330000000002 13440 8323 0 0 0.081835716880408166 0.13665413836074197 1984 871 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 25 28 309 0 0 0 0 7 0 0 0 0 0 +1210 1783792370719247900 REFRESH 47 0 0.68856881043194595 0.8279386712095399 2 11 2 11 0 0 429 38 415 3955368 56640 220.38426208496094 1.0038 261.8605 13440 8517 0 0 0.068787934381682569 1.4082378301417173 2368 1344 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 25 25 31 309 0 0 0 0 38 0 0 0 0 0 +1211 1783792371042110600 REFRESH 27 0 0.68663509844932746 0.93696763202725719 0 14 0 14 0 0 645 23 411 3955344 56640 220.43341064453125 0.98999999999999999 264.94970000000001 13440 8202 0 0 1.7077624166593704e-05 0.81246312151568389 2368 1163 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 26 25 26 309 0 0 0 0 23 0 0 0 0 0 +1212 1783792371358791600 REFRESH 49 0 0.68887405885094966 0.82027257240204421 3 10 3 10 0 0 701 38 413 3955384 56640 219.39712524414062 1.0142 260.76330000000002 13440 8518 0 0 0.07565599019948438 0.3483193193895856 2368 1302 64 1 16 4 2 2 2 6 983040 491520 491520 491704 1497600 25 26 37 32 293 0 0 0 0 38 0 0 0 0 0 +1213 1783792371695855300 REFRESH 28 0 0.68936349310193157 0.8356047700170357 1 12 1 12 0 0 445 19 409 3955343 56640 221.91001892089844 1.0068999999999999 264.79000000000002 13440 8052 0 0 0.0010116454795974 1.9510409450484625 2368 1132 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 25 25 27 307 0 0 0 0 19 0 0 0 0 0 +1214 1783792373692738600 DEPTH 42 1 0.7174581594648638 0 0 4 0 4 0 0 3413 73 2610 23664824 81600 1294.6186828613281 6.0118 1874.3205 120960 62894 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426422 4492800 162 150 162 1636 500 1 0 0 0 72 0 0 0 0 0 +1215 1783792375680692100 DEPTH 56 1 0.69206471332931629 0.26575809199318562 2 5 2 5 0 0 2396 80 2583 23664738 81600 1290.9844360351562 6.7118000000000002 1909.3964000000001 120960 58199 1 0 0.057353881651290795 0.55417262443922854 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426338 4492800 150 150 150 1366 767 2 0 1 3 74 0 0 0 0 0 +1216 1783792377500503600 DEPTH 8 1 0.69198363355369485 0.26575809199318562 2 5 2 5 1 0 1681 100 2499 23664807 81600 1298.3347930908203 6.4970999999999997 1763.7071000000001 120960 58485 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 150 150 162 161 1876 0 0 0 3 97 0 0 0 0 1 +1217 1783792379430819100 DEPTH 17 1 0.69199085152646833 0.28109028960817717 0 7 0 7 0 0 1761 80 2572 23664793 81600 1291.1720123291016 6.0172999999999996 1861.1647 120960 57898 1 0 0 0.19547383107237989 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 150 150 150 950 1172 1 0 0 0 79 0 0 0 0 0 +1218 1783792381329514900 DEPTH 13 1 0.69192446291227028 0.27342419080068137 1 6 1 6 0 0 1865 96 2534 23664830 81600 1292.8849945068359 6.0190999999999999 1817.7931000000001 120960 55559 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 150 150 150 404 1680 0 1 0 3 92 0 0 0 0 0 +1219 1783792383297468600 DEPTH 48 1 0.68695565737288178 0.3594548551959113 2 6 2 6 0 0 1223 57 2594 23664842 81600 1290.9547729492188 6.7411999999999992 1902.6287 120960 62964 1 0 0.0010930946807506234 0.82664892777303722 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 150 150 156 1108 1030 4 2 4 0 47 0 0 0 0 0 +1220 1783792385140719300 DEPTH 33 1 0.68688579671258099 0.36712095400340705 1 7 1 7 0 0 1882 87 2538 23664780 81600 1292.32177734375 6.0669999999999993 1841.4322 120960 63271 1 0 0.00023294165214766597 0.38821406897906902 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426378 4492800 150 150 162 674 1402 2 0 2 1 82 0 0 0 0 0 +1221 1783792387428537000 DEPTH 1 1 0.68687524862943738 0.36712095400340705 1 7 1 7 0 0 1508 63 2557 23664781 81600 1287.5816955566406 6.8774999999999995 1945.7003999999999 120960 62952 1 0 0.018849895834517058 1.8949329321593116 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426381 4492800 150 150 151 643 1463 0 0 3 0 60 0 0 0 0 0 +1222 1783792389272691700 DEPTH 53 1 0.68712409675067332 0.37478705281090291 0 8 0 8 1 0 2161 166 2534 23664850 81600 1289.4884033203125 6.0223000000000004 1842.3296 120960 62178 1 0 4.1712234638729605e-05 0.28421329182939226 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 150 150 150 642 1442 4 0 0 4 158 0 0 0 0 1 +1223 1783792391250962300 DEPTH 31 1 0.68687748829929385 0.3594548551959113 2 6 2 6 0 0 1368 48 2583 23664849 81600 1287.9073333740234 6.3878999999999992 1854.5046 120960 62479 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 150 150 150 953 1180 1 2 0 0 45 0 0 0 0 0 +1224 1783792393249603000 DEPTH 44 1 0.68685239927443753 0.36712095400340705 1 7 1 7 0 0 1134 62 2606 23664839 81600 1288.6130981445312 6.0467999999999993 1847.9791 120960 62033 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 150 150 150 1087 1069 0 0 1 0 61 0 0 0 0 0 +1225 1783792395201492700 DEPTH 16 1 0.68686218795692633 0.3594548551959113 2 6 2 6 0 0 1611 89 2542 23664857 81600 1292.7877197265625 6.4309000000000003 1714.0791999999999 120960 62492 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 150 150 150 735 1357 0 0 3 3 83 0 0 0 0 0 +1226 1783792396829142800 DEPTH 58 1 0.68618505950207176 0.92163543441226559 2 12 2 12 1 0 410 50 2572 23732953 147840 1285.0331115722656 6.0958000000000006 1571.0316 80640 42038 1 0 0.012458627071266368 1.9822113780377895 2368 1247 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950871 8985600 150 150 150 150 1972 1 0 0 0 49 0 0 0 0 2 +1227 1783792398751256000 DEPTH 42 1 0.73593524311390668 0 0 4 0 4 0 0 3456 74 2609 23664948 81600 1286.2218322753906 6.2123999999999997 1920.4102 120960 52541 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426545 4492800 162 150 162 1629 506 3 0 0 1 70 0 0 0 0 0 +1228 1783792400381693200 DEPTH 26 1 0.68579101947632448 0.8356047700170357 1 12 1 12 1 0 749 96 2569 23729217 144000 1280.4086303710938 6.093399999999999 1552.3425 80640 40822 1 0 0.0025267587278817319 0.81075597947870859 2752 1378 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950975 8736000 150 150 150 191 1928 4 0 0 5 87 0 0 0 0 1 +1229 1783792401994030300 DEPTH 4 1 0.68532509361543048 0.8356047700170357 1 12 1 12 1 0 198 52 2575 23733044 147840 1274.9671630859375 6.1037999999999997 1557.2065 80640 42523 1 0 0.040034988002707217 1.6325146921702258 2368 1314 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950963 8985600 150 150 150 162 1963 0 0 0 0 52 0 0 0 0 1 +1230 1783792403983108600 DEPTH 11 1 0.68719570092105076 0.37478705281090291 0 8 0 8 1 0 1038 96 2571 23687863 103680 1280.3563537597656 6.0107999999999997 1832.3743999999999 80640 40211 1 1 0 0.90529411736524634 4051 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426422 5990400 150 150 150 810 1311 4 6 3 1 81 0 0 0 0 1 +1231 1783792405698899000 DEPTH 22 1 0.68614245981066357 0.91396933560476989 3 11 3 11 1 0 378 56 2587 23733070 147840 1293.2864074707031 6.6760000000000002 1653.0388 80640 41848 1 0 0.0094331284822084978 1.0824298244064496 2368 1137 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950986 8985600 150 150 150 150 1987 0 0 0 0 56 0 0 0 0 2 +1232 1783792407339269400 DEPTH 18 1 0.6861022713502557 0.9293015332197615 1 13 1 13 0 0 346 89 2521 23733051 147840 1290.8636322021484 6.1294000000000004 1582.1695999999999 80640 41482 1 0 0.0012194480086301514 1.8364388975208388 2368 967 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950970 8985600 150 150 150 155 1916 0 0 0 0 89 0 0 0 0 0 +1233 1783792409238163200 DEPTH 21 1 0.6851739101238874 0.56218057921635434 0 10 0 10 1 0 1412 72 2553 23687857 103680 1286.9931182861328 6.033100000000001 1820.5708 80640 38883 1 0 8.6510984174422809e-05 1.3416858612772704 3642 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426414 5990400 150 155 150 335 1763 0 0 0 1 71 0 0 0 0 2 +1234 1783792410879233800 DEPTH 37 1 0.68514091345157047 0.8356047700170357 1 12 1 12 1 0 641 51 2574 23733085 147840 1283.2288665771484 6.0556999999999999 1583.0996 80640 41764 1 0 0.011780750235002017 0.68155161817133159 2752 1576 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951004 8985600 150 150 150 221 1903 0 0 0 6 45 0 0 0 0 1 +1235 1783792412497378400 DEPTH 15 1 0.68512659431643197 0.91396933560476989 3 11 3 11 0 0 266 52 2502 23733084 147840 1286.1811218261719 6.0434000000000001 1563.9063000000001 80640 41430 1 0 0.13215737202774189 0.95319511763653475 2368 1157 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951003 8985600 150 150 150 198 1854 0 0 0 5 47 0 0 0 0 0 +1236 1783792414434508500 DEPTH 30 1 0.68489919912369057 0.4608177172061329 1 8 1 8 0 0 1489 56 2584 23672487 88320 1290.5656433105469 6.0019000000000009 1854.2831000000001 107520 47803 1 0 0.0013464488701547372 2.1485265670976039 4031 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426405 4992000 150 150 177 1354 753 0 0 1 5 50 0 0 0 0 0 +1237 1783792416129236900 DEPTH 55 1 0.68475693993567077 0.8279386712095399 2 11 2 11 0 0 612 91 2552 23721548 136320 1290.7429046630859 6.0830000000000002 1630.5794000000001 80640 40063 1 0 0.028658969471304477 0.6343466619252468 2752 1324 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950985 8236800 150 156 159 382 1705 0 0 0 4 87 0 0 0 0 0 +1238 1783792418000443100 DEPTH 42 1 0.71443010879966007 0 0 4 0 4 0 0 3493 72 2601 23664861 81600 1282.5580139160156 6.0015000000000001 1869.3900000000001 120960 41723 1 0 0 0.015094007362885586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 158 150 162 1631 500 1 0 1 2 68 0 0 0 0 0 +1239 1783792419932521300 DEPTH 9 1 0.68704743284760106 0.3594548551959113 2 6 2 6 0 0 908 57 2547 23664846 81600 1292.1316223144531 6.2524000000000006 1858.5127 120960 62598 1 0 0.00084064195437858239 0.84794300678403445 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 150 150 150 380 1717 0 0 0 1 56 0 0 0 0 0 +1240 1783792421551079500 DEPTH 34 1 0.6853633645455689 0.8356047700170357 1 12 1 12 1 0 437 80 2578 23729172 144000 1277.2229309082031 6.0626000000000007 1552.6282000000001 80640 42707 1 0 0.00025806597936142299 2.1331686404298513 2752 1350 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950929 8736000 150 150 151 211 1916 0 0 2 1 77 0 0 0 0 1 +1241 1783792423186220200 DEPTH 28 1 0.68514030483202637 0.8356047700170357 1 12 1 12 0 0 455 61 2517 23725410 140160 1289.5078125 6.1009000000000002 1564.0679 80640 38983 1 0 0.0010116454795974 1.9510409450484625 2752 1328 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2951010 8486400 150 150 154 263 1800 0 0 0 1 60 0 0 0 0 0 +1242 1783792424836476200 DEPTH 0 1 0.68484059360103555 0.8356047700170357 1 12 1 12 1 0 479 55 2582 23725334 140160 1273.9645233154297 6.2366000000000001 1593.9626000000001 80640 40506 1 0 0.010204945167669384 1.6009699177179406 2752 1620 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950933 8486400 150 150 154 357 1771 0 0 0 2 53 0 0 0 0 1 +1243 1783792426458447000 DEPTH 57 1 0.68476798412271944 0.8279386712095399 2 11 2 11 0 0 833 74 2554 23717722 132480 1278.1567840576172 6.0004999999999997 1557.6696999999999 80640 40491 1 0 0.00086134713939095271 1.9798263122044926 2752 1331 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950997 7987200 150 156 150 555 1543 0 0 0 3 71 0 0 0 0 0 +1244 1783792428396130600 DEPTH 25 1 0.68477525005120177 0.54684838160136284 2 8 2 8 0 0 1507 82 2570 23687885 103680 1287.4526672363281 6.1315 1849.7398000000001 80640 38599 1 0 0.0037133317294834652 0.74577769507902991 3868 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426445 5990400 150 150 162 309 1799 1 0 0 1 80 0 0 0 0 0 +1245 1783792430335302900 DEPTH 41 1 0.68478713473052033 0.55451448040885853 1 9 1 9 0 0 1016 61 2549 23687858 103680 1280.2549743652344 6.8116000000000003 1866.8357000000001 80640 38934 1 0 0.00047546691312138533 1.497358551665477 3768 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426416 5990400 150 156 152 282 1809 0 5 0 5 51 0 0 0 0 0 +1246 1783792430621673400 REFRESH 9 0 0.50369682393402604 0.3594548551959113 2 6 2 6 1 0 910 21 418 3943893 55200 221.58029174804688 1.0073000000000001 284.63150000000002 20160 11823 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 25 25 25 159 184 0 0 0 4 17 0 0 0 0 1 +1247 1783792430976289300 REFRESH 31 0 0.67371662672494437 0.3594548551959113 2 6 2 6 0 0 1382 29 424 3943927 55200 221.56697082519531 0.99139999999999995 288.06979999999999 20160 11783 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 25 25 26 186 162 0 0 0 1 28 0 0 0 0 0 +1248 1783792431242103000 REFRESH 18 0 0.591798421365478 0.9293015332197615 1 13 1 13 0 0 348 16 410 3955377 56640 222.21414184570312 0.99719999999999998 263.94560000000001 13440 8007 0 0 0.0012194480086301514 1.8364388975208388 2432 991 64 1 16 4 2 2 2 6 983040 491520 491520 491696 1497600 25 25 25 27 308 0 0 0 0 16 0 0 0 0 0 +1249 1783792431530039000 REFRESH 41 0 0.47093848755534051 0.55451448040885853 1 9 1 9 0 0 1056 66 416 3943932 55200 221.38163757324219 1.0449999999999999 285.92540000000002 20160 15017 0 0 0.00047546691312138533 1.497358551665477 3797 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 25 25 26 94 246 0 1 0 8 57 0 0 0 0 0 +1250 1783792431883633100 REFRESH 53 0 0.68398492030102198 0.37478705281090291 0 8 0 8 0 0 2208 88 414 3943908 55200 221.08262634277344 1.0116000000000001 283.81939999999997 20160 11967 0 0 4.1712234638729605e-05 0.28421329182939226 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 25 25 25 144 195 0 0 1 16 71 0 0 0 0 0 +1251 1783792432220735800 REFRESH 27 0 0.68256093700884579 0.93696763202725719 0 14 0 14 0 0 647 18 415 3955337 56640 221.16351318359375 1.0047999999999999 266.55720000000002 13440 8183 0 0 1.7077624166593704e-05 0.81246312151568389 2432 1195 64 1 16 4 2 2 2 6 983040 491520 491520 491656 1497600 25 26 25 26 313 0 0 0 0 18 0 0 0 0 0 +1252 1783792432486398300 REFRESH 22 0 0.64198437418554744 0.91396933560476989 3 11 3 11 0 0 380 23 417 3955348 56640 221.67141723632812 0.99629999999999996 263.93119999999999 13440 8249 0 0 0.0094331284822084978 1.0824298244064496 2432 1164 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 25 26 315 0 0 0 0 23 0 0 0 0 0 +1253 1783792432906607900 REFRESH 56 0 0.6893120478575212 0.26575809199318562 2 5 2 5 0 0 2408 30 432 3943900 55200 222.46809387207031 1.0268999999999999 308.4117 20160 12465 0 0 0.057353881651290795 0.55417262443922854 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 25 25 25 239 118 0 0 2 8 20 0 0 0 0 0 +1254 1783792433259708200 REFRESH 1 0 0.6838114965209674 0.36712095400340705 1 7 1 7 0 0 1523 41 421 3943918 55200 221.50758361816406 1.0055000000000001 286.58519999999999 20160 11791 0 0 0.018849895834517058 1.8949329321593116 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 26 180 165 0 0 1 9 31 0 0 0 0 0 +1255 1783792433553476900 REFRESH 25 0 0.54100827193422751 0.54684838160136284 2 8 2 8 0 0 1525 42 413 3943898 55200 221.93267822265625 0.99860000000000004 292.10550000000001 20160 14985 0 0 0.0037133317294834652 0.74577769507902991 3903 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 25 25 26 30 307 0 0 0 6 36 0 0 0 0 0 +1256 1783792433884788400 REFRESH 4 0 0.68158632001282005 0.8356047700170357 1 12 1 12 0 0 200 13 415 3955338 56640 219.36128234863281 0.99080000000000001 258.4119 13440 8757 0 0 0.040034988002707217 1.6325146921702258 2432 1349 64 1 16 4 2 2 2 6 983040 491520 491520 491658 1497600 25 25 25 27 313 0 0 0 0 13 0 0 0 0 0 +1257 1783792434322733000 REFRESH 52 0 0.68457265154365166 0.36712095400340705 1 7 1 7 0 0 994 16 428 3943922 55200 221.78509521484375 1.0804 311.07920000000001 20160 12343 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 25 216 137 0 0 0 2 14 0 0 0 0 0 +1258 1783792434717383000 REFRESH 48 0 0.6839478210689065 0.3594548551959113 2 6 2 6 0 0 1229 25 430 3943897 55200 221.85983276367188 1.0078 309.98450000000003 20160 11959 0 0 0.0010930946807506234 0.82664892777303722 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 26 202 152 0 0 0 1 24 0 0 0 0 0 +1259 1783792434980263000 REFRESH 34 0 0.62130783069833706 0.8356047700170357 1 12 1 12 0 0 440 19 425 3951522 56160 220.3555908203125 1.0071000000000001 261.20409999999998 13440 8615 0 0 0.00025806597936142299 2.1331686404298513 2816 1381 64 1 16 4 2 3 2 5 983040 491520 737280 491682 1248000 25 25 29 83 263 0 0 0 2 17 0 0 0 0 0 +1260 1783792435244788100 REFRESH 57 0 0.60060948664809377 0.8279386712095399 2 11 2 11 0 0 848 42 415 3951514 56160 220.28288269042969 1.0193000000000001 262.43869999999998 13440 8409 0 0 0.00086134713939095271 1.9798263122044926 2816 1359 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 26 25 204 135 0 0 0 23 19 0 0 0 0 0 +1261 1783792435562718300 REFRESH 23 0 0.68214795195309286 0.92163543441226559 2 12 2 12 0 0 588 21 415 3955355 56640 219.28959655761719 1.0053000000000001 263.38510000000002 13440 8747 0 0 0.030151744633412979 1.0289917498430303 2432 1139 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 25 55 284 0 0 0 0 21 0 0 0 0 0 +1262 1783792436004243700 REFRESH 20 0 0.68487777337446909 0.45315161839863699 2 7 2 7 0 0 982 15 428 3943946 55200 220.87904357910156 1.0053000000000001 307.51159999999999 20160 14778 0 0 0.012195410250654825 0.40032460833526767 4022 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737546 748800 25 25 25 234 119 0 0 0 0 15 0 0 0 0 0 +1263 1783792436352127600 REFRESH 14 0 0.68440815282397716 0.65587734241908002 0 11 0 11 0 0 920 52 417 3951527 56160 222.83161926269531 1.0014000000000001 271.28190000000001 13440 7915 0 0 1.3850792041257712e-05 0.82201615712726361 3200 1807 64 1 16 4 2 3 2 5 983040 491520 737280 491687 1248000 25 25 25 58 284 1 0 0 4 47 0 0 0 0 0 +1264 1783792436726707500 REFRESH 11 0 0.68413517167624027 0.37478705281090291 0 8 0 8 0 0 1042 24 427 3947741 55680 221.29869079589844 1.0045999999999999 311.79820000000001 13440 8153 0 0 0 0.90529411736524634 4077 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 25 25 200 152 0 3 1 5 15 0 0 0 0 0 +1265 1783792437073923400 REFRESH 32 0 0.68473391146966534 0.4608177172061329 1 8 1 8 0 0 1415 52 414 3943895 55200 222.03596496582031 1.0192000000000001 275.14100000000002 20160 14709 0 0 0.00028269938399440856 1.6059909260581056 4060 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737495 748800 25 25 25 145 194 0 0 0 9 43 0 0 0 0 0 +1266 1783792437493251400 REFRESH 45 0 0.68450689308181389 0.45315161839863699 2 7 2 7 0 0 1200 33 419 3943927 55200 220.82765197753906 0.996 295.54399999999998 20160 14591 0 0 0.2309103244036371 1.4859222174523592 3973 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 25 25 25 186 158 0 0 0 9 24 0 0 0 0 0 +1267 1783792437808083500 REFRESH 43 0 0.68499008883144552 0.8279386712095399 2 11 2 11 0 0 605 23 420 3955351 56640 220.85530090332031 1.0046999999999999 261.93389999999999 13440 7985 0 0 0.010304653765399895 1.94151593460911 2432 1240 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 25 27 317 0 0 0 0 23 0 0 0 0 0 +1268 1783792438216884200 REFRESH 44 0 0.68391254044178962 0.36712095400340705 1 7 1 7 0 0 1137 12 431 3943899 55200 221.45535278320312 1.0026999999999999 309.81729999999999 20160 11949 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 25 25 25 189 167 0 0 1 1 10 0 0 0 0 0 +1269 1783792438553263100 REFRESH 51 0 0.68238874232890856 0.91396933560476989 3 11 3 11 0 0 410 16 405 3955346 56640 220.14668273925781 1.0056 262.98419999999999 13440 8239 0 0 0.071596781175482432 0.32062710615081214 2432 1224 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 25 48 282 0 0 0 0 16 0 0 0 0 0 +1270 1783792438917466000 REFRESH 54 0 0.68461570316173592 0.4608177172061329 1 8 1 8 0 0 684 12 427 3943892 55200 221.18400573730469 1.0059 305.59829999999999 20160 14571 0 0 0.0031513658341259495 1.0996631565127335 3788 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 25 25 26 255 96 0 0 0 0 12 0 0 0 0 0 +1271 1783792439283005200 REFRESH 46 0 0.68454638780477861 0.37478705281090291 0 8 0 8 0 0 1891 35 412 3943908 55200 221.72877502441406 1.0058 286.09050000000002 20160 14966 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 25 39 298 0 0 0 4 31 0 0 0 0 0 +1272 1783792439607864400 REFRESH 10 0 0.68180616026491481 0.64821124361158422 1 10 1 10 0 0 670 5 427 3951512 56160 221.40313720703125 0.99390000000000001 264.8295 13440 8293 0 0 0.03223773269724084 3.5891797903298368 3200 1691 64 1 16 4 2 3 2 5 983040 491520 737280 491672 1248000 25 26 26 188 162 0 0 0 1 4 0 0 0 0 0 +1273 1783792439936902000 REFRESH 7 0 0.68510616545123271 0.8356047700170357 1 12 1 12 0 0 585 20 407 3955376 56640 219.89482116699219 1.0838000000000001 269.26819999999998 13440 8429 0 0 0.00036822502085707271 0.92539619047428856 2432 1249 64 1 16 4 2 2 2 6 983040 491520 491520 491695 1497600 25 26 25 34 297 0 0 0 0 20 0 0 0 0 0 +1274 1783792440221580000 REFRESH 30 0 0.68160716577369596 0.4608177172061329 1 8 1 8 0 0 1533 89 418 3943915 55200 222.40153503417969 1.0356000000000001 282.98270000000002 20160 14812 0 0 0.0013464488701547372 2.1485265670976039 4066 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 171 172 0 0 0 30 59 0 0 0 0 0 +1275 1783792440567325600 REFRESH 16 0 0.68398676150107107 0.3594548551959113 2 6 2 6 0 0 1620 29 419 3943921 55200 222.38105773925781 0.9919 273.19999999999999 20160 11935 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 25 161 183 0 0 1 5 23 0 0 0 0 0 +1276 1783792440918595300 REFRESH 21 0 0.68181614702908955 0.56218057921635434 0 10 0 10 1 0 1432 65 414 3947783 55680 221.61407470703125 1.0185 287.60109999999997 13440 8095 0 0 0.00010965372516168079 1.340157507708033 3673 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737543 998400 25 26 25 163 175 0 0 0 20 45 0 0 0 0 1 +1277 1783792441256984200 REFRESH 39 0 0.68384476515969195 0.63287904599659284 3 8 3 8 0 0 918 42 417 3947753 55680 220.78976440429688 1.0113000000000001 281.9393 13440 8353 0 0 0.033915050234405199 0.89795211255192564 3200 1723 64 1 16 4 2 3 3 4 983040 491520 737280 737513 998400 25 25 25 96 246 0 0 0 4 38 0 0 0 0 0 +1278 1783792441526893500 REFRESH 28 0 0.68118558564406906 0.8356047700170357 1 12 1 12 0 0 459 27 415 3951512 56160 222.73228454589844 1.0247999999999999 268.62099999999998 13440 7976 0 0 0.0010116454795974 1.9510409450484625 2816 1358 64 1 16 4 2 3 2 5 983040 491520 737280 491671 1248000 25 25 26 185 154 0 0 2 8 17 0 0 0 0 0 +1279 1783792441791366600 REFRESH 55 0 0.68089796005146497 0.8279386712095399 2 11 2 11 0 0 619 29 409 3951516 56160 222.59609985351562 1.0133000000000001 262.63549999999998 13440 8198 0 0 0.028658969471304477 0.6343466619252468 2816 1354 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 26 25 196 137 0 0 0 7 22 0 0 0 0 0 +1280 1783792442130665800 REFRESH 50 0 0.68396836306063657 0.64054514480408853 2 9 2 9 0 0 634 43 415 3947752 55680 221.68984985351562 1.0046999999999999 273.14600000000002 13440 8351 0 0 0.061518444399238342 2.0460364460936478 3200 1614 64 1 16 4 2 3 3 4 983040 491520 737280 737511 998400 25 25 26 75 264 0 0 1 2 40 0 0 0 0 0 +1281 1783792442491478600 REFRESH 3 0 0.68409946897588547 0.64054514480408853 2 9 2 9 0 0 735 10 423 3951524 56160 219.50874328613281 1.0394000000000001 297.28320000000002 13440 8379 0 0 0.0050801409687022715 0.21954565914817176 3200 1673 64 1 16 4 2 3 2 5 983040 491520 737280 491684 1248000 25 26 25 240 107 0 0 0 1 9 0 0 0 0 0 +1282 1783792442831694600 REFRESH 38 0 0.68394869553232618 0.55451448040885853 1 9 1 9 0 0 1262 48 422 3943884 55200 221.12973022460938 1.002 270.16829999999999 20160 14579 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737484 748800 25 25 27 166 179 0 0 0 10 38 0 0 0 0 0 +1283 1783792443209146300 REFRESH 40 0 0.68372326204582978 0.64821124361158422 1 10 1 10 0 0 1016 20 414 3947741 55680 221.13075256347656 0.99939999999999996 305.10289999999998 13440 8295 0 0 0.083077089126711981 1.5472964947330925 3200 1563 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 25 27 83 254 0 0 0 0 20 0 0 0 0 0 +1284 1783792443525043300 REFRESH 15 0 0.68133143094581206 0.91396933560476989 3 11 3 11 0 0 266 19 409 3955348 56640 221.47891235351562 1.0057 263.6284 13440 8134 0 0 0.13215737202774189 0.95319511763653475 2432 1188 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 25 38 295 0 0 0 2 17 0 0 0 0 0 +1285 1783792443863225200 REFRESH 37 0 0.68135091687521143 0.8356047700170357 1 12 1 12 1 0 656 46 414 3955352 56640 221.7471923828125 1.0066999999999999 265.6087 13440 8257 0 0 0.011347319961073786 0.67804270508085274 2816 1607 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 25 25 45 294 0 0 0 2 44 0 0 0 0 1 +1286 1783792444204435100 REFRESH 2 0 0.68473237856624902 0.45315161839863699 2 7 2 7 0 0 1533 50 420 3943871 55200 222.23155212402344 1.0214000000000001 281.93119999999999 20160 14734 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737471 748800 25 25 25 205 140 0 0 0 17 33 0 0 0 0 0 +1287 1783792444592840800 REFRESH 29 0 0.68184634366712027 0.82027257240204421 3 10 3 10 0 0 801 43 417 3947759 55680 221.86802673339844 1.0168999999999999 267.20650000000001 13440 8208 0 0 0.17245395781315404 1.1179809937997387 3584 1794 64 1 16 4 2 3 3 4 983040 491520 737280 737519 998400 25 26 26 106 234 0 0 0 2 41 0 0 0 0 0 +1288 1783792444920710500 REFRESH 42 0 0.8532632005871621 0 0 4 0 4 0 0 3503 17 430 3943907 55200 223.04460144042969 1.0117 326.10160000000002 20160 13558 0 0 0 0.015094007362885586 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 27 25 27 274 77 0 0 0 0 17 0 0 0 0 0 +1289 1783792445250693900 REFRESH 47 0 0.68505531366065564 0.8279386712095399 2 11 2 11 0 0 438 28 409 3951488 56160 221.27410888671875 1.0138 261.31319999999999 13440 8326 0 0 0.068787934381682569 1.4082378301417173 2432 1386 64 1 16 4 2 3 2 5 983040 491520 737280 491648 1248000 25 25 26 35 298 0 0 1 0 27 0 0 0 0 0 +1290 1783792445601709700 REFRESH 13 0 0.68953940487789933 0.27342419080068137 1 6 1 6 0 0 1888 46 414 3943907 55200 221.87333679199219 1.0091000000000001 283.702 20160 11895 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 25 177 162 0 0 0 17 29 0 0 0 0 0 +1291 1783792445924049900 REFRESH 5 0 0.68527191747297589 0.8279386712095399 2 11 2 11 0 0 516 15 425 3955345 56640 219.47903442382812 1.0139 262.4006 13440 8743 0 0 0.028344487788516556 0.4155773191610222 2432 1304 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 90 65 220 2 0 0 1 12 0 0 0 0 0 +1292 1783792446329467400 REFRESH 12 0 0.68405714141384943 0.63287904599659284 3 8 3 8 0 0 935 29 415 3947727 55680 221.85165405273438 1.0047999999999999 263.7097 13440 8260 0 0 0.0015245520675590111 0.9479701032688862 3200 1490 64 1 16 4 2 3 3 4 983040 491520 737280 737485 998400 25 25 25 26 314 0 0 0 1 28 0 0 0 0 0 +1293 1783792446652506400 REFRESH 26 0 0.68211275479633227 0.8356047700170357 1 12 1 12 0 0 753 23 424 3951492 56160 220.88397216796875 1.0037 262.077 13440 8040 0 0 0.0025267587278817319 0.81075597947870859 2816 1405 64 1 16 4 2 3 2 5 983040 491520 737280 491652 1248000 25 26 25 85 263 0 0 0 9 14 0 0 0 0 0 +1294 1783792446966825900 REFRESH 6 0 0.68340218279209508 0.91396933560476989 3 11 3 11 1 0 339 9 417 3955366 56640 220.27877807617188 1.0085999999999999 261.7201 13440 8420 0 0 0.078671159692938863 0.147240965908917 2048 901 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 26 25 30 311 0 0 0 1 8 0 0 0 0 1 +1295 1783792447294231200 REFRESH 49 0 0.68537965662892564 0.82027257240204421 3 10 3 10 0 0 719 54 408 3955346 56640 220.77030944824219 1.0051000000000001 263.32909999999998 13440 8382 0 0 0.07565599019948438 0.3483193193895856 2432 1335 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 40 35 282 0 0 2 2 50 0 0 0 0 0 +1296 1783792447631758500 REFRESH 8 0 0.68968329763996983 0.26575809199318562 2 5 2 5 0 0 1686 25 409 3943910 55200 223.51052856445312 1.0065999999999999 269.41219999999998 20160 12271 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 25 25 27 28 304 0 0 0 0 25 0 0 0 0 0 +1297 1783792447893202100 REFRESH 0 0 0.6814433589504868 0.8356047700170357 1 12 1 12 0 0 480 19 425 3951514 56160 219.88044738769531 1.0132000000000001 259.74430000000001 13440 8324 0 0 0.010204945167669384 1.6009699177179406 2816 1658 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 25 30 169 176 0 0 5 4 10 0 0 0 0 0 +1298 1783792448277548200 REFRESH 17 0 0.68969057858277538 0.28109028960817717 0 7 0 7 0 0 1771 21 426 3943908 55200 221.92742919921875 1.0031000000000001 314.04230000000001 20160 12459 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 25 25 25 244 107 0 0 0 7 14 0 0 0 0 0 +1299 1783792448601045800 REFRESH 35 0 0.68525144214822875 0.8279386712095399 2 11 2 11 0 0 769 22 411 3955367 56640 221.70828247070312 1.0066999999999999 264.07319999999999 13440 8191 0 0 0.1466617951208353 1.1358384512012472 2432 1284 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 25 26 25 27 308 0 0 0 0 22 0 0 0 0 0 +1300 1783792448918679200 REFRESH 24 0 0.68358421265577429 1 4 11 4 11 0 0 443 15 406 3955349 56640 221.52806091308594 1.0039 265.53460000000001 13440 8344 0 0 0.050146993295259477 1.3805711804450536 2048 906 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 25 26 29 301 0 0 0 0 15 0 0 0 0 0 +1301 1783792449235685500 REFRESH 19 0 0.68537171236609795 0.8279386712095399 2 11 2 11 0 0 585 31 418 3955361 56640 221.24850463867188 1.0104 261.14109999999999 13440 7978 0 0 0.026098001124384564 0.38970274678601297 2432 1410 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 25 30 30 308 0 0 0 0 31 0 0 0 0 0 +1302 1783792449564603000 REFRESH 36 0 0.68542727351874344 0.82027257240204421 3 10 3 10 0 0 818 47 416 3955363 56640 221.58335876464844 1.0064 264.20659999999998 13440 8308 0 0 0.068381232067829104 0.19297837646577065 2432 1405 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 29 65 271 0 0 3 1 43 0 0 0 0 0 +1303 1783792449897335400 REFRESH 58 0 0.6828351963797139 0.92163543441226559 2 12 2 12 1 0 412 24 411 3955358 56640 221.16557312011719 0.99919999999999998 262.40019999999998 13440 8326 0 0 0.012885953385961598 1.9370613846298816 2432 1276 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 25 25 29 307 0 0 0 0 24 0 0 0 0 1 +1304 1783792450320029100 REFRESH 33 0 0.68436848885108503 0.36712095400340705 1 7 1 7 0 0 1906 47 417 3943931 55200 222.28787231445312 1.0011000000000001 295.03710000000001 20160 11894 0 0 0.00023294165214766597 0.38821406897906902 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 25 25 27 169 171 0 0 0 9 38 0 0 0 0 0 +1305 1783792452264111200 DEPTH 42 1 0.77186456599857589 0 0 4 0 4 1 0 3563 88 2613 23664903 81600 1295.2618255615234 6.1296000000000008 1885.4541999999999 120960 65395 1 0 0 0.070839588219575866 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426503 4492800 162 150 162 1625 514 0 0 1 0 87 0 0 0 0 1 +1306 1783792454268229000 DEPTH 56 1 0.68678217147920906 0.26575809199318562 2 5 2 5 0 0 2440 97 2587 23664805 81600 1289.5334320068359 6.6646000000000001 1931.6309000000001 120960 58323 1 0 0.057353881651290795 0.55417262443922854 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 150 150 150 1362 775 5 0 1 7 84 0 0 0 0 0 +1307 1783792456168519700 DEPTH 9 1 0.68248467282114234 0.3594548551959113 2 6 2 6 0 0 916 45 2538 23664887 81600 1293.6970367431641 5.9897 1834.6623 120960 57807 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 150 150 150 407 1681 0 0 0 0 45 0 0 0 0 0 +1308 1783792458076306600 DEPTH 52 1 0.6817085411209336 0.36712095400340705 1 7 1 7 0 0 1017 60 2561 23664823 81600 1284.7842254638672 6.1851000000000003 1849.9200000000001 120960 61120 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 150 150 150 1059 1052 2 0 1 3 54 0 0 0 0 0 +1309 1783792459964457500 DEPTH 20 1 0.6817044014667375 0.45315161839863699 2 7 2 7 1 0 1014 74 2581 23664883 81600 1289.9348449707031 6.0055000000000005 1815.4222 120960 70788 1 0 0.031990442702834507 0.28526834516255606 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426483 4492800 150 150 150 660 1471 1 1 2 1 69 0 0 0 0 3 +1310 1783792461901595200 DEPTH 46 1 0.6815690622307462 0.37478705281090291 0 8 0 8 0 0 1907 65 2550 23664799 81600 1294.1018524169922 6.7243999999999993 1872.8477 120960 68239 1 1 1.0331692686075041e-06 0.42549409392877369 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426399 4492800 150 150 150 200 1900 0 0 0 2 62 0 0 0 0 0 +1311 1783792463782313100 DEPTH 32 1 0.68156599366630233 0.4608177172061329 1 8 1 8 0 0 1435 99 2571 23664835 81600 1290.3065643310547 6.0605000000000002 1797.502 120960 70419 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 150 150 150 455 1666 0 0 0 5 94 0 0 0 0 0 +1312 1783792465808245000 DEPTH 54 1 0.68141946935039399 0.4608177172061329 1 8 1 8 0 0 695 43 2584 23664852 81600 1287.0225677490234 6.2971999999999992 1864.1567 120960 69837 1 0 0.0031513658341259495 1.0996631565127335 3940 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426451 4492800 150 150 156 1329 799 0 0 0 0 43 0 0 0 0 0 +1313 1783792467778995600 DEPTH 2 1 0.68137318095610966 0.45315161839863699 2 7 2 7 0 0 1569 130 2602 23664879 81600 1289.9850158691406 5.9660999999999991 1836.1343999999999 120960 70135 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 150 150 150 667 1485 0 0 0 8 122 0 0 0 0 0 +1314 1783792469859729100 DEPTH 45 1 0.68138402921255503 0.45315161839863699 2 7 2 7 0 0 1228 68 2563 23664873 81600 1290.1191711425781 6.1636000000000006 1883.7366999999999 120960 70015 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 150 150 150 846 1267 0 0 0 3 65 0 0 0 0 0 +1315 1783792471873153500 DEPTH 53 1 0.68132104511971636 0.37478705281090291 0 8 0 8 1 0 2263 172 2556 23664841 81600 1292.0412292480469 6.7302999999999997 1926.5596 120960 57370 1 0 0 0.54436045527195365 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 150 150 155 660 1441 0 1 0 7 164 0 0 0 0 1 +1316 1783792473806585700 DEPTH 11 1 0.68132939860174546 0.37478705281090291 0 8 0 8 1 0 1076 84 2583 23664923 81600 1283.8533020019531 5.9970000000000008 1863.9974 120960 47308 1 0 0 0.91185791622613488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426522 4492800 150 150 184 1055 1044 2 8 5 0 69 0 0 0 0 1 +1317 1783792475608073200 DEPTH 7 1 0.6812612046523101 0.8356047700170357 1 12 1 12 1 0 596 80 2525 23729180 144000 1285.2039642333984 7.7347000000000001 1667.6357 80640 39944 1 0 0.00036830034262289241 0.90025926851484628 2816 1459 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950937 8736000 150 156 150 261 1808 0 0 0 1 79 0 0 0 0 1 +1318 1783792477505256100 DEPTH 48 1 0.68124015484387668 0.3594548551959113 2 6 2 6 0 0 1241 43 2592 23664807 81600 1293.8466339111328 6.1208 1831.7444 120960 57687 1 0 0.0010930946807506234 0.82664892777303722 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426406 4492800 150 150 156 999 1137 0 0 0 0 43 0 0 0 0 0 +1319 1783792479210675800 DEPTH 43 1 0.68124701380943098 0.8279386712095399 2 11 2 11 1 0 615 75 2592 23729190 144000 1286.3140258789062 6.3507999999999996 1642.1388999999999 80640 38678 1 0 0.010328634301928093 1.9556417763712328 2816 1450 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950947 8736000 150 156 151 223 1912 0 0 1 6 68 0 0 0 0 1 +1320 1783792481162913700 DEPTH 1 1 0.68117737416521762 0.36712095400340705 1 7 1 7 0 0 1536 61 2563 23664808 81600 1291.5036163330078 6.0076000000000001 1819.2039 120960 57403 1 0 0.018849895834517058 1.8949329321593116 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 150 150 151 680 1432 0 1 5 0 55 0 0 0 0 0 +1321 1783792483178178100 DEPTH 42 1 0.76054848562991562 0 0 4 0 4 1 0 3632 101 2604 23664902 81600 1287.0041656494141 7.0884999999999998 2013.3332 120960 54424 1 0 0 0.02310848977276498 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426501 4492800 159 150 162 1622 511 0 0 2 0 99 0 0 0 0 1 +1322 1783792484885006300 DEPTH 8 1 0.68687577353652296 0.26575809199318562 2 5 2 5 0 0 1731 152 2506 23664851 81600 1298.3450775146484 6.0173999999999994 1633.5126 120960 59145 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 150 150 162 168 1876 0 0 0 2 150 0 0 0 0 0 +1323 1783792486792163000 DEPTH 13 1 0.68681132568545467 0.27342419080068137 1 6 1 6 0 0 1932 111 2524 23664845 81600 1290.8627319335938 5.9878999999999998 1831.7034000000001 120960 56194 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 150 150 150 407 1667 1 0 0 0 110 0 0 0 0 0 +1324 1783792488460570600 DEPTH 49 1 0.68134710478702087 0.82027257240204421 3 10 3 10 1 0 727 71 2563 23717762 132480 1275.9581909179688 6.3462999999999994 1615.9549 80640 40888 1 0 0.046295542437304452 0.22213692440480171 2816 1551 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2951040 7987200 150 151 156 627 1479 0 0 3 5 63 0 0 0 0 1 +1325 1783792490077225200 DEPTH 5 1 0.68130573553991725 0.8279386712095399 2 11 2 11 1 0 529 65 2595 23725390 140160 1272.9328155517578 6.0874000000000006 1555.3354999999999 80640 42218 1 0 0.013195133512724458 0.75501916504396394 2816 1515 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950988 8486400 150 150 328 482 1485 3 0 1 1 60 0 0 0 0 2 +1326 1783792491953278600 DEPTH 31 1 0.68122277030614131 0.3594548551959113 2 6 2 6 0 0 1402 51 2589 23664912 81600 1291.9082641601562 6.0342000000000011 1797.8647000000001 120960 57483 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426510 4492800 150 150 150 976 1163 1 1 0 0 49 0 0 0 0 0 +1327 1783792493924457200 DEPTH 44 1 0.68120359761327021 0.36712095400340705 1 7 1 7 0 0 1167 80 2607 23664885 81600 1293.0457611083984 6.0394999999999994 1893.1320000000001 120960 57775 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 150 150 150 1086 1071 1 0 1 2 76 0 0 0 0 0 +1328 1783792495686591700 DEPTH 16 1 0.68121267551391951 0.3594548551959113 2 6 2 6 0 0 1645 109 2531 23664884 81600 1297.3312072753906 6.1562999999999999 1697.7017000000001 120960 57682 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 150 150 150 789 1292 0 0 1 1 107 0 0 0 0 0 +1329 1783792497760005600 DEPTH 17 1 0.68693317563604595 0.28109028960817717 0 7 0 7 0 0 1803 75 2574 23664762 81600 1320.605712890625 6.0403999999999991 1915.1885 120960 58691 1 0 0 0.19547383107237989 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426362 4492800 150 150 150 1023 1101 7 0 1 2 65 0 0 0 0 0 +1330 1783792499562314200 DEPTH 36 1 0.68138374771372057 0.82027257240204421 3 10 3 10 0 0 827 58 2594 23717686 132480 1327.0806274414062 6.6814 1748.232 80640 39795 1 0 0.068381232067829104 0.19297837646577065 2816 1615 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950965 7987200 150 151 150 405 1738 0 0 6 0 52 0 0 0 0 0 +1331 1783792501241903300 DEPTH 19 1 0.68135634376039378 0.8279386712095399 2 11 2 11 0 0 588 33 2587 23717675 132480 1326.1680603027344 6.0194000000000001 1607.6881000000001 80640 38429 1 0 0.026098001124384564 0.38970274678601297 2816 1641 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950955 7987200 150 150 156 658 1473 0 2 2 7 22 0 0 0 0 0 +1332 1783792503373901400 DEPTH 33 1 0.68131863209090437 0.36712095400340705 1 7 1 7 1 0 1931 95 2539 23664850 81600 1326.4701385498047 6.3551000000000002 2039.5109 120960 58191 1 0 0.00023167646182789423 0.37405467703606254 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426450 4492800 150 150 162 724 1353 2 0 0 1 92 0 0 0 0 1 +1333 1783792505074780500 DEPTH 35 1 0.68129330170356117 0.8279386712095399 2 11 2 11 0 0 789 100 2516 23717612 132480 1342.5100860595703 6.2514000000000003 1629.2391 80640 40038 1 0 0.1466617951208353 1.1358384512012472 2816 1496 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950888 7987200 150 150 150 670 1396 0 0 0 14 86 0 0 0 0 0 +1334 1783792506792600700 DEPTH 47 1 0.68123804826351841 0.8279386712095399 2 11 2 11 0 0 439 26 2582 23709943 125760 1352.1377105712891 6.3747999999999996 1658.4777999999999 80640 40213 1 0 0.068787934381682569 1.4082378301417173 2816 1611 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950902 7488000 150 150 150 157 1975 0 0 0 1 25 0 0 0 0 0 +1335 1783792508645610300 DEPTH 14 1 0.68112750339709138 0.65587734241908002 0 11 0 11 0 0 943 106 2535 23695278 110400 1358.4005432128906 6.0856000000000003 1769.2778000000001 80640 37421 1 0 1.3850792041257712e-05 0.82201615712726361 3584 2024 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934634 6489600 150 150 150 677 1408 0 2 3 11 90 0 0 0 0 0 +1336 1783792510658804900 DEPTH 3 1 0.68066828727314344 0.64054514480408853 2 9 2 9 0 0 738 39 2582 23687910 103680 1332.7872467041016 6.4574999999999996 1939.4428 80640 40833 1 0 0.0050801409687022715 0.21954565914817176 3584 1875 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426465 5990400 150 151 150 1288 843 0 0 0 1 38 0 0 0 0 0 +1337 1783792511002005200 REFRESH 29 0 0.67756111888883008 0.82027257240204421 3 10 3 10 0 0 811 29 423 3947744 55680 235.59577941894531 1.0182 276.6216 13440 8074 0 0 0.17245395781315404 1.1179809937997387 3648 1829 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 26 26 107 239 0 0 0 2 27 0 0 0 0 0 +1338 1783792511277747300 REFRESH 8 0 0.59404879071015571 0.26575809199318562 2 5 2 5 0 0 1736 23 408 3943901 55200 225.846435546875 1.01 273.75209999999998 20160 12106 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 27 29 302 0 0 0 1 22 0 0 0 0 0 +1339 1783792511574677600 REFRESH 3 0 0.4567697726283565 0.64054514480408853 2 9 2 9 0 0 745 34 413 3947756 55680 235.6705322265625 1.0077 295.08409999999998 13440 8121 0 0 0.0050801409687022715 0.21954565914817176 3648 1905 64 1 16 4 2 3 3 4 983040 491520 737280 737514 998400 25 26 32 137 193 0 0 0 11 23 0 0 0 0 0 +1340 1783792511916149200 REFRESH 0 0 0.67768398124308105 0.8356047700170357 1 12 1 12 0 0 482 19 422 3951506 56160 226.74943542480469 1.0067999999999999 272.02330000000001 13440 8311 0 0 0.010204945167669384 1.6009699177179406 2880 1701 64 1 16 4 2 3 2 5 983040 491520 737280 491666 1248000 25 25 30 183 159 0 0 0 2 17 0 0 0 0 0 +1341 1783792512192693100 REFRESH 35 0 0.50717802427903314 0.8279386712095399 2 11 2 11 0 0 798 35 411 3951507 56160 229.0380859375 1.1041000000000001 274.75310000000002 13440 8220 0 0 0.1466617951208353 1.1358384512012472 2880 1525 64 1 16 4 2 3 2 5 983040 491520 737280 491667 1248000 25 25 25 207 129 0 0 0 18 17 0 0 0 0 0 +1342 1783792512596209800 REFRESH 54 0 0.67818679207675658 0.4608177172061329 1 8 1 8 0 0 698 15 425 3943894 55200 233.72186279296875 1.0166999999999999 327.51440000000002 20160 13692 0 0 0.0031513658341259495 1.0996631565127335 3967 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 25 25 26 269 80 0 0 0 0 15 0 0 0 0 0 +1343 1783792512976031700 REFRESH 48 0 0.67824403308732384 0.3594548551959113 2 6 2 6 0 0 1244 12 426 3943934 55200 225.61190795898438 1.0099 312.67000000000002 20160 12132 0 0 0.0010930946807506234 0.82664892777303722 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737533 748800 25 25 26 216 134 0 0 0 2 10 0 0 0 0 0 +1344 1783792513321047600 REFRESH 55 0 0.67743301703615888 0.8279386712095399 2 11 2 11 0 0 623 25 410 3951498 56160 234.99366760253906 1.0216000000000001 287.69029999999998 13440 8186 0 0 0.028658969471304477 0.6343466619252468 2880 1381 64 1 16 4 2 3 2 5 983040 491520 737280 491656 1248000 25 26 25 199 135 0 0 0 5 20 0 0 0 0 0 +1345 1783792513644215900 REFRESH 26 0 0.67838642751239198 0.8356047700170357 1 12 1 12 0 0 756 23 422 3951508 56160 226.30093383789062 1.0129999999999999 267.19110000000001 13440 8124 0 0 0.0025267587278817319 0.81075597947870859 2880 1435 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 25 25 108 239 0 0 0 5 18 0 0 0 0 0 +1346 1783792513982636800 REFRESH 10 0 0.67381248272574712 0.64821124361158422 1 10 1 10 0 0 671 13 416 3947747 55680 231.09017944335938 0.99760000000000004 273.25479999999999 13440 8254 0 0 0.03223773269724084 3.5891797903298368 3264 1723 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 26 27 26 312 0 0 0 3 10 0 0 0 0 0 +1347 1783792514294462300 REFRESH 33 0 0.57825860462055423 0.36712095400340705 1 7 1 7 0 0 1955 46 414 3943906 55200 233.44947814941406 1.2211000000000001 309.9606 20160 12122 0 0 0.00023167646182789423 0.37405467703606254 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 27 175 162 0 0 0 8 38 0 0 0 0 0 +1348 1783792514623528100 REFRESH 23 0 0.67882178777292479 0.92163543441226559 2 12 2 12 0 0 590 22 411 3955373 56640 234.22055053710938 1.0174000000000001 274.92779999999999 13440 8586 0 0 0.030151744633412979 1.0289917498430303 2496 1168 64 1 16 4 2 2 2 6 983040 491520 491520 491693 1497600 25 26 25 53 282 0 0 0 1 21 0 0 0 0 0 +1349 1783792515015841200 REFRESH 18 0 0.67866472617765994 0.9293015332197615 1 13 1 13 0 0 353 22 411 3955335 56640 222.71589660644531 1.0065999999999999 265.23110000000003 13440 8043 0 0 0.0012194480086301514 1.8364388975208388 2496 1016 64 1 16 4 2 2 2 6 983040 491520 491520 491655 1497600 25 25 25 26 310 0 0 0 0 22 0 0 0 0 0 +1350 1783792515363285000 REFRESH 6 0 0.67892456639799881 0.91396933560476989 3 11 3 11 1 0 339 15 415 3955351 56640 233.86930847167969 1.006 273.00709999999998 13440 8592 0 0 0.078922789110012742 0.14595314801462497 2112 929 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 25 29 310 0 0 0 1 14 0 0 0 0 1 +1351 1783792515743613300 REFRESH 40 0 0.68047635088692537 0.64821124361158422 1 10 1 10 0 0 1028 20 423 3947764 55680 226.17193603515625 1.0175000000000001 317.63529999999997 13440 8261 0 0 0.083077089126711981 1.5472964947330925 3264 1595 64 1 16 4 2 3 3 4 983040 491520 737280 737524 998400 25 25 27 106 240 0 0 0 0 20 0 0 0 0 0 +1352 1783792516098914500 REFRESH 37 0 0.67788016302577847 0.8356047700170357 1 12 1 12 0 0 670 43 416 3955382 56640 235.61216735839844 1.0311999999999999 280.50360000000001 13440 8241 0 0 0.011347319961073786 0.67804270508085274 2880 1643 64 1 16 4 2 2 2 6 983040 491520 491520 491702 1497600 25 25 25 44 297 0 0 0 2 41 0 0 0 0 0 +1353 1783792516419384100 REFRESH 17 0 0.67418281659634949 0.28109028960817717 0 7 0 7 0 0 1807 11 420 3943921 55200 228.4267578125 1.0049999999999999 318.74709999999999 20160 12419 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 25 25 25 248 97 1 0 0 0 10 0 0 0 0 0 +1354 1783792516792221100 REFRESH 30 0 0.67885694458736912 0.4608177172061329 1 8 1 8 0 0 1566 55 416 3943886 55200 231.20486450195312 1.0383 294.40660000000003 20160 14723 0 0 0.0013464488701547372 2.1485265670976039 4092 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737485 748800 25 25 25 171 170 0 0 0 7 48 0 0 0 0 0 +1355 1783792517181495600 REFRESH 56 0 0.68427168311434516 0.26575809199318562 2 5 2 5 1 0 2448 28 424 3943905 55200 232.50944519042969 1.0099 325.3202 20160 12158 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 25 235 114 0 0 0 3 25 0 0 0 0 1 +1356 1783792517505239700 REFRESH 44 0 0.6782577227140314 0.36712095400340705 1 7 1 7 0 0 1170 14 434 3943877 55200 233.56217956542969 1.0043 322.02449999999999 20160 12176 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737477 748800 25 25 25 197 162 0 0 0 2 12 0 0 0 0 0 +1357 1783792517904103300 REFRESH 11 0 0.67852665925695099 0.37478705281090291 0 8 0 8 0 0 1085 27 422 3943880 55200 232.77159118652344 1.0425 322.12720000000002 20160 14836 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737480 748800 25 25 25 186 161 0 1 0 10 16 0 0 0 0 0 +1358 1783792518248047300 REFRESH 32 0 0.67849571429946587 0.4608177172061329 1 8 1 8 0 0 1460 50 421 3943877 55200 223.26579284667969 1.0217000000000001 281.85390000000001 20160 13777 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737476 748800 25 25 25 162 184 0 0 0 20 30 0 0 0 0 0 +1359 1783792518592292700 REFRESH 38 0 0.6802223125914284 0.55451448040885853 1 9 1 9 0 0 1274 39 415 3943888 55200 221.82502746582031 1.0036 270.96260000000001 20160 14579 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737488 748800 25 25 27 154 184 0 0 0 8 31 0 0 0 0 0 +1360 1783792518947865600 REFRESH 13 0 0.68419357360321298 0.27342419080068137 1 6 1 6 0 0 1969 62 423 3943915 55200 222.51930236816406 0.99860000000000004 284.33420000000001 20160 11884 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 147 201 0 1 0 8 53 0 0 0 0 0 +1361 1783792519287939400 REFRESH 22 0 0.67892534403640548 0.91396933560476989 3 11 3 11 0 0 385 19 417 3955346 56640 223.68768310546875 1.0266 268.03530000000001 13440 8220 0 0 0.0094331284822084978 1.0824298244064496 2496 1192 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 25 26 315 0 0 0 0 19 0 0 0 0 0 +1362 1783792519643106600 REFRESH 1 0 0.67835882580323537 0.36712095400340705 1 7 1 7 0 0 1546 33 416 3943911 55200 226.06233215332031 1.0042 292.78559999999999 20160 12077 0 0 0.018849895834517058 1.8949329321593116 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 25 25 26 196 144 0 0 0 4 29 0 0 0 0 0 +1363 1783792520019073700 REFRESH 45 0 0.67835459244469742 0.45315161839863699 2 7 2 7 0 0 1237 35 424 3943926 55200 222.0001220703125 1.0055000000000001 299.86329999999998 20160 13639 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 25 25 25 223 126 0 0 0 14 21 0 0 0 0 0 +1364 1783792520296321400 REFRESH 14 0 0.67746707714650878 0.65587734241908002 0 11 0 11 0 0 955 43 416 3947744 55680 222.06565856933594 1.0128999999999999 275.38159999999999 13440 8015 0 0 1.3850792041257712e-05 0.82201615712726361 3642 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 25 25 141 200 0 1 1 13 28 0 0 0 0 0 +1365 1783792520629930500 REFRESH 41 0 0.67845420456240557 0.55451448040885853 1 9 1 9 0 0 1085 51 419 3943908 55200 222.18751525878906 1.0075000000000001 273.02429999999998 20160 14620 0 0 0.00047546691312138533 1.497358551665477 3820 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 26 111 232 2 0 0 6 43 0 0 0 0 0 +1366 1783792520958560200 REFRESH 49 0 0.67769413348991159 0.82027257240204421 3 10 3 10 0 0 732 27 417 3951533 56160 220.67404174804688 1.0009999999999999 261.6456 13440 8343 0 0 0.046295542437304452 0.22213692440480171 2880 1583 64 1 16 4 2 3 2 5 983040 491520 737280 491693 1248000 25 26 25 165 176 0 0 0 9 18 0 0 0 0 0 +1367 1783792521286526200 REFRESH 24 0 0.67996965932318476 1 4 11 4 11 0 0 445 12 406 3955343 56640 226.60835266113281 1.0029999999999999 267.2396 13440 8481 0 0 0.050146993295259477 1.3805711804450536 2112 931 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 25 25 27 304 0 0 0 0 12 0 0 0 0 0 +1368 1783792521608443000 REFRESH 42 0 0.84944317646961731 0 0 4 0 4 0 0 3640 14 429 3943935 55200 222.30323791503906 1.0005999999999999 320.53789999999998 20160 13261 0 0 0 0.02310848977276498 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737535 748800 27 25 27 273 77 0 0 1 0 13 0 0 0 0 0 +1369 1783792521963451100 REFRESH 46 0 0.67887405508190057 0.37478705281090291 0 8 0 8 0 0 1922 40 411 3943875 55200 221.34375 1.0088999999999999 293.69200000000001 20160 14837 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737475 748800 25 25 25 94 242 0 0 0 10 30 0 0 0 0 0 +1370 1783792522312819000 REFRESH 50 0 0.68093946691621376 0.64054514480408853 2 9 2 9 0 0 652 42 418 3947799 55680 222.772216796875 1.0043 275.89350000000002 13440 8262 0 0 0.061518444399238342 2.0460364460936478 3264 1650 64 1 16 4 2 3 3 4 983040 491520 737280 737557 998400 25 25 26 72 270 0 0 1 1 40 0 0 0 0 0 +1371 1783792522672162700 REFRESH 53 0 0.67868921193005427 0.37478705281090291 0 8 0 8 0 0 2300 67 412 3943916 55200 222.46502685546875 1.0033000000000001 287.38099999999997 20160 11979 0 0 0 0.54436045527195365 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 26 162 174 0 0 0 13 54 0 0 0 0 0 +1372 1783792522939819200 REFRESH 47 0 0.6774683111859735 0.8279386712095399 2 11 2 11 0 0 445 25 415 3951522 56160 220.58700561523438 1.0121 265.96820000000002 13440 8290 0 0 0.068787934381682569 1.4082378301417173 2880 1645 64 1 16 4 2 3 2 5 983040 491520 737280 491682 1248000 25 25 26 76 263 0 0 0 2 23 0 0 0 0 0 +1373 1783792523278124000 REFRESH 7 0 0.67771674225907752 0.8356047700170357 1 12 1 12 0 0 605 30 410 3951510 56160 222.53465270996094 1.0125 269.09930000000003 13440 8228 0 0 0.00036830034262289241 0.90025926851484628 2880 1488 64 1 16 4 2 3 2 5 983040 491520 737280 491670 1248000 25 26 25 137 197 0 0 0 6 24 0 0 0 0 0 +1374 1783792523644077400 REFRESH 31 0 0.67846284738191831 0.3594548551959113 2 6 2 6 0 0 1414 28 427 3943914 55200 222.24899291992188 1.0033000000000001 290.46170000000001 20160 12167 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 25 25 26 194 157 0 0 0 3 25 0 0 0 0 0 +1375 1783792524052356500 REFRESH 9 0 0.67978548920355464 0.3594548551959113 2 6 2 6 0 0 921 22 416 3943915 55200 222.08717346191406 1.0447 287.00479999999999 20160 12059 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 160 181 0 0 0 3 19 0 0 0 0 0 +1376 1783792524372338500 REFRESH 12 0 0.68095805158290912 0.63287904599659284 3 8 3 8 0 0 941 26 418 3947764 55680 220.97100830078125 1.0084 262.60910000000001 13440 8205 0 0 0.0015245520675590111 0.9479701032688862 3264 1522 64 1 16 4 2 3 3 4 983040 491520 737280 737524 998400 25 25 25 26 317 0 0 0 4 22 0 0 0 0 0 +1377 1783792524748238800 REFRESH 20 0 0.684274410631873 0.45315161839863699 2 7 2 7 0 0 1038 61 425 3947747 55680 221.31301879882812 1.0076000000000001 299.06619999999998 13440 9965 0 0 0.031990442702834507 0.28526834516255606 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 25 25 74 276 0 1 1 3 56 0 0 0 0 0 +1378 1783792525067727500 REFRESH 51 0 0.67929339558157786 0.91396933560476989 3 11 3 11 0 0 411 16 404 3955365 56640 220.22352600097656 1.0038 261.73750000000001 13440 8175 0 0 0.071596781175482432 0.32062710615081214 2496 1255 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 25 25 52 277 0 0 0 1 15 0 0 0 0 0 +1379 1783792525400060300 REFRESH 34 0 0.67841488271643202 0.8356047700170357 1 12 1 12 0 0 443 22 421 3951494 56160 220.59928894042969 1.0122 272.6266 13440 8690 0 0 0.00025806597936142299 2.1331686404298513 2880 1407 64 1 16 4 2 3 2 5 983040 491520 737280 491652 1248000 25 25 29 85 257 0 0 0 2 20 0 0 0 0 0 +1380 1783792525782561400 REFRESH 52 0 0.67912685639980253 0.36712095400340705 1 7 1 7 0 0 1032 25 427 3943902 55200 220.95161437988281 1.0057 302.32499999999999 20160 11989 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 229 123 1 0 1 6 17 0 0 0 0 0 +1381 1783792526046375200 REFRESH 19 0 0.67770689435146425 0.8279386712095399 2 11 2 11 0 0 590 16 422 3951515 56160 220.48460388183594 0.99150000000000005 262.06150000000002 13440 8071 0 0 0.026098001124384564 0.38970274678601297 2880 1678 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 25 26 160 186 0 0 0 1 15 0 0 0 0 0 +1382 1783792526376401900 REFRESH 15 0 0.67822110670358926 0.91396933560476989 3 11 3 11 0 0 267 13 411 3951517 56160 221.51167297363281 1.0266999999999999 266.01990000000001 13440 8085 0 0 0.13215737202774189 0.95319511763653475 2496 1217 64 1 16 4 2 3 2 5 983040 491520 737280 491676 1248000 25 26 25 29 306 1 0 0 0 12 0 0 0 0 0 +1383 1783792526640551500 REFRESH 36 0 0.67776436227070913 0.82027257240204421 3 10 3 10 0 0 827 9 429 3951500 56160 220.64743041992188 1.0117 262.44150000000002 13440 8179 0 0 0.068381232067829104 0.19297837646577065 2880 1649 64 1 16 4 2 3 2 5 983040 491520 737280 491660 1248000 25 26 25 225 128 0 0 0 0 9 0 0 0 0 0 +1384 1783792526975607900 REFRESH 27 0 0.6797178812124739 0.93696763202725719 0 14 0 14 0 0 655 26 412 3955353 56640 220.41293334960938 1.0132000000000001 261.33539999999999 13440 8151 0 0 1.7077624166593704e-05 0.81246312151568389 2496 1224 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 25 26 310 0 0 0 0 26 0 0 0 0 0 +1385 1783792527306454700 REFRESH 5 0 0.67781110763492936 0.8279386712095399 2 11 2 11 0 0 537 34 422 3951522 56160 221.29254150390625 0.99729999999999996 261.04140000000001 13440 8573 0 0 0.013195133512724458 0.75501916504396394 2880 1542 64 1 16 4 2 3 2 5 983040 491520 737280 491681 1248000 25 25 37 128 207 0 0 7 10 17 0 0 0 0 0 +1386 1783792527669264600 REFRESH 25 0 0.67867739470225086 0.54684838160136284 2 8 2 8 0 0 1535 37 408 3943900 55200 221.61433410644531 1.0186999999999999 291.14859999999999 20160 14602 0 0 0.0037133317294834652 0.74577769507902991 3926 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 25 25 26 33 299 0 0 0 1 36 0 0 0 0 0 +1387 1783792528116067700 REFRESH 58 0 0.67958859116749948 0.92163543441226559 2 12 2 12 0 0 416 22 414 3955344 56640 221.02117919921875 1.0064 263.7303 13440 8319 0 0 0.012885953385961598 1.9370613846298816 2496 1311 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 25 29 310 0 0 0 0 22 0 0 0 0 0 +1388 1783792528453474500 REFRESH 57 0 0.67787557354939953 0.8279386712095399 2 11 2 11 0 0 858 35 422 3951518 56160 220.11903381347656 1.0208999999999999 262.72500000000002 13440 8486 0 0 0.00086134713939095271 1.9798263122044926 2880 1388 64 1 16 4 2 3 2 5 983040 491520 737280 491678 1248000 25 26 25 215 131 0 1 0 13 21 0 0 0 0 0 +1389 1783792528789258500 REFRESH 28 0 0.67820861816400546 0.8356047700170357 1 12 1 12 1 0 465 26 411 3951484 56160 221.29049682617188 1.0087999999999999 262.32760000000002 13440 7958 0 0 0.001011687273636471 1.7372878770200846 2880 1386 64 1 16 4 2 3 2 5 983040 491520 737280 491643 1248000 25 25 26 200 135 0 0 0 6 20 0 0 0 0 1 +1390 1783792529129486500 REFRESH 43 0 0.67789652000450473 0.8279386712095399 2 11 2 11 0 0 618 13 425 3951528 56160 222.19570922851562 1.0286999999999999 268.67469999999997 13440 8030 0 0 0.010328634301928093 1.9556417763712328 2880 1482 64 1 16 4 2 3 2 5 983040 491520 737280 491687 1248000 25 26 26 96 252 0 0 0 1 12 0 0 0 0 0 +1391 1783792529488721800 REFRESH 2 0 0.67864277383634564 0.45315161839863699 2 7 2 7 0 0 1581 38 417 3943942 55200 221.82911682128906 1.0365 287.90839999999997 20160 13670 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737541 748800 25 25 25 221 121 0 0 0 16 22 0 0 0 0 0 +1392 1783792529899067800 REFRESH 16 0 0.67861199895504409 0.3594548551959113 2 6 2 6 0 0 1655 29 416 3943902 55200 223.68666076660156 0.99709999999999999 275.30579999999998 20160 12099 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 173 168 0 0 0 5 24 0 0 0 0 0 +1393 1783792530252531400 REFRESH 39 0 0.68111207308708055 0.63287904599659284 3 8 3 8 0 0 933 31 419 3947765 55680 221.09797668457031 1.0146999999999999 291.66500000000002 13440 8238 0 0 0.033915050234405199 0.89795211255192564 3264 1762 64 1 16 4 2 3 3 4 983040 491520 737280 737525 998400 25 25 25 101 243 0 0 0 4 27 0 0 0 0 0 +1394 1783792530566523400 REFRESH 4 0 0.67917028552208036 0.8356047700170357 1 12 1 12 0 0 201 8 418 3955345 56640 219.53228759765625 1.0087999999999999 260.46109999999999 13440 8817 0 0 0.040034988002707217 1.6325146921702258 2496 1385 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 25 30 313 1 0 0 0 7 0 0 0 0 0 +1395 1783792530922998000 REFRESH 21 0 0.67928414028333139 0.56218057921635434 0 10 0 10 0 0 1449 42 418 3947740 55680 221.2095947265625 0.99370000000000003 283.57690000000002 13440 8104 0 0 0.00010965372516168079 1.340157507708033 3701 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737500 998400 25 26 25 177 165 0 0 0 8 34 0 0 0 0 0 +1396 1783792532866874800 DEPTH 42 1 0.84819694779290411 0 0 4 0 4 1 0 3695 89 2609 23664844 81600 1295.2545318603516 6.0836999999999994 1888.2765999999999 120960 65087 1 0 0 0.023181042305457592 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 160 150 162 1621 516 3 0 4 0 82 0 0 0 0 1 +1397 1783792534885706900 DEPTH 56 1 0.68184109146831529 0.26575809199318562 2 5 2 5 0 0 2486 86 2582 23664912 81600 1288.3690948486328 6.7966999999999995 1950.2333000000001 120960 57810 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426512 4492800 150 150 150 1344 788 10 1 2 4 69 0 0 0 0 0 +1398 1783792536645169100 DEPTH 8 1 0.68171224283783793 0.26575809199318562 2 5 2 5 0 0 1755 95 2508 23664904 81600 1299.3587188720703 6.8771000000000004 1698.152 120960 58234 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426503 4492800 150 150 162 156 1890 0 0 0 1 94 0 0 0 0 0 +1399 1783792538568639900 DEPTH 17 1 0.68171192870019492 0.28109028960817717 0 7 0 7 0 0 1831 73 2578 23664902 81600 1289.2425994873047 6.0085999999999995 1867.7475999999999 120960 58397 1 0 0 0.19547383107237989 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 150 150 150 1031 1097 3 1 1 0 68 0 0 0 0 0 +1400 1783792540510174800 DEPTH 13 1 0.68167048168517907 0.27342419080068137 1 6 1 6 0 0 1992 97 2544 23664787 81600 1290.2043151855469 6.7328999999999999 1879.8055999999999 120960 56272 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 150 150 150 413 1681 1 1 0 3 92 0 0 0 0 0 +1401 1783792542348678900 DEPTH 50 1 0.67734518822031942 0.64054514480408853 2 9 2 9 0 0 663 48 2543 23687899 103680 1284.8951568603516 6.1875 1780.6786999999999 80640 40373 1 0 0.061518444399238342 2.0460364460936478 3648 1888 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426458 5990400 150 150 156 227 1860 0 1 3 1 43 0 0 0 0 0 +1402 1783792544269864300 DEPTH 40 1 0.67712857025416517 0.64821124361158422 1 10 1 10 0 0 1054 70 2604 23687883 103680 1284.1187438964844 7.2888000000000011 1919.4690000000001 80640 40316 1 0 0.083077089126711981 1.5472964947330925 3648 1787 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426438 5990400 150 150 156 639 1509 0 0 1 1 68 0 0 0 0 0 +1403 1783792546103168200 DEPTH 38 1 0.67631833540371322 0.55451448040885853 1 9 1 9 0 0 1293 97 2521 23664854 81600 1288.8303833007812 6.3837999999999999 1700.4789000000001 120960 70419 1 0 0.069380060749284017 2.6479308659882252 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 150 150 162 498 1561 0 1 0 10 86 0 0 0 0 0 +1404 1783792548003331300 DEPTH 20 1 0.68052189532999652 0.45315161839863699 2 7 2 7 0 0 1062 69 2598 23672511 88320 1284.2681732177734 6.024 1827.7462 107520 59866 1 0 0.031990442702834507 0.28526834516255606 4096 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426430 4992000 150 150 150 696 1452 0 0 3 7 59 0 0 0 0 0 +1405 1783792549856834300 DEPTH 12 1 0.67734503101114218 0.63287904599659284 3 8 3 8 0 0 949 83 2581 23687921 103680 1305.1813201904297 7.4829000000000008 1716.1700000000001 80640 39046 1 0 0.0015245520675590111 0.9479701032688862 3648 1708 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426480 5990400 150 150 150 152 1979 0 0 0 11 72 0 0 0 0 0 +1406 1783792551746280500 DEPTH 42 1 0.69685582481561481 0 0 4 0 4 0 0 3752 84 2604 23664881 81600 1299.1426544189453 6.1217999999999995 1887.6926000000001 120960 53629 1 0 0 0.023181042305457592 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 157 150 162 1619 516 0 0 1 0 83 0 0 0 0 0 +1407 1783792553697233800 DEPTH 9 1 0.67680989446980733 0.3594548551959113 2 6 2 6 0 0 930 54 2547 23664861 81600 1303.6514892578125 6.6654 1894.626 120960 57354 1 1 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 150 150 150 443 1654 0 0 0 0 53 0 0 0 0 0 +1408 1783792555636081800 DEPTH 24 1 0.67616824215233684 1 4 11 4 11 0 0 451 96 2533 23729188 144000 1345.2206115722656 6.2619000000000007 1680.1566 80640 41518 1 0 0.050146993295259477 1.3805711804450536 2496 1109 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950943 8736000 150 150 150 218 1865 0 0 0 1 95 0 0 0 0 0 +1409 1783792557645272900 DEPTH 46 1 0.67606206625528986 0.37478705281090291 0 8 0 8 0 0 1935 53 2553 23664839 81600 1340.3033447265625 7.5038999999999998 1940.7659000000001 120960 69899 1 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 150 150 150 272 1831 0 0 0 0 53 0 0 0 0 0 +1410 1783792559967300900 DEPTH 30 1 0.6759204466926394 0.4608177172061329 1 8 1 8 0 0 1599 88 2560 23664838 81600 1355.0079803466797 7.0634999999999994 2080.567 120960 69934 1 0 0.0013464488701547372 2.1485265670976039 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 150 150 150 833 1277 0 0 2 1 85 0 0 0 0 0 +1411 1783792562063954900 DEPTH 53 1 0.67589697509811453 0.37478705281090291 0 8 0 8 1 0 2338 121 2530 23664756 81600 1328.0460662841797 7.9718999999999998 2016.0424 120960 57158 1 0 0 0.39476565372228767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426354 4492800 150 150 156 728 1346 0 0 0 7 114 0 0 0 0 1 +1412 1783792563971331500 DEPTH 52 1 0.67622050006807499 0.36712095400340705 1 7 1 7 0 0 1059 71 2580 23664913 81600 1300.1973571777344 6.1064000000000007 1829.2693999999999 120960 56872 1 1 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426509 4492800 150 150 150 1173 957 3 0 5 2 60 0 0 0 0 0 +1413 1783792565932519600 DEPTH 11 1 0.67589482854919991 0.37478705281090291 0 8 0 8 0 0 1112 72 2556 23664876 81600 1284.9581909179688 6.4598999999999984 1884.6905999999999 120960 69127 1 0 0 0.91185791622613488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 150 150 150 644 1462 0 2 1 1 68 0 0 0 0 0 +1414 1783792567856813000 DEPTH 48 1 0.67577610527200704 0.3594548551959113 2 6 2 6 0 0 1253 40 2600 23664894 81600 1294.7971038818359 6.0395999999999992 1853.6015 120960 57510 1 1 0.0010930946807506234 0.82664892777303722 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426493 4492800 150 150 156 1079 1065 0 1 3 0 35 0 0 0 0 0 +1415 1783792569563361700 DEPTH 27 1 0.67578595358090898 0.93696763202725719 0 14 0 14 0 0 664 97 2546 23717686 132480 1283.3126678466797 6.5824999999999996 1648.7675999999999 80640 39514 1 0 1.7077624166593704e-05 0.81246312151568389 2880 1416 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950963 7987200 150 152 150 674 1420 0 0 0 8 89 0 0 0 0 0 +1416 1783792571510633700 DEPTH 33 1 0.67577210210261685 0.36712095400340705 1 7 1 7 0 0 1968 62 2553 23664851 81600 1329.5769653320312 6.0235000000000003 1867.0160000000001 120960 57604 1 0 0.00023167646182789423 0.37405467703606254 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 150 150 162 680 1411 0 0 1 1 60 0 0 0 0 0 +1417 1783792573594755400 DEPTH 1 1 0.67573702956703907 0.36712095400340705 1 7 1 7 0 0 1563 66 2564 23664795 81600 1341.1788787841797 6.306 2000.0373 120960 58134 1 0 0.018849895834517058 1.8949329321593116 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 150 150 151 719 1394 0 0 0 1 65 0 0 0 0 0 +1418 1783792575335753900 DEPTH 6 1 0.67574655732768063 0.91396933560476989 3 11 3 11 0 0 348 56 2540 23733044 147840 1342.1199493408203 6.5043999999999986 1685.7836 80640 42054 1 0 0.078922789110012742 0.14595314801462497 2496 1098 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950961 8985600 150 150 150 160 1930 1 1 0 3 51 0 0 0 0 0 +1419 1783792577270999500 DEPTH 31 1 0.67574266278415607 0.3594548551959113 2 6 2 6 0 0 1426 48 2581 23664832 81600 1331.3925323486328 6.0807000000000002 1863.674 120960 57498 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426430 4492800 150 150 150 965 1166 0 0 0 0 48 0 0 0 0 0 +1420 1783792579251359300 DEPTH 42 1 0.73556489117344237 0 0 4 0 4 1 0 3794 73 2610 23676354 93120 1317.6965179443359 6.7693000000000012 1978.3914 100800 38897 1 1 0 0.012830705964702456 4096 2048 384 12 96 4 2 3 3 4 5898240 3686400 4423680 4426433 5241600 159 150 156 1611 534 1 0 1 0 70 0 0 0 0 2 +1421 1783792581156446900 DEPTH 39 1 0.67748559282688947 0.63287904599659284 3 8 3 8 0 0 945 48 2582 23687922 103680 1297.9967803955078 6.0800000000000001 1836.4864 80640 40406 1 0 0.033915050234405199 0.89795211255192564 3648 1973 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426482 5990400 150 150 150 567 1565 0 0 0 1 47 0 0 0 0 0 +1422 1783792583060355200 DEPTH 21 1 0.67583690870576829 0.56218057921635434 0 10 0 10 1 0 1464 74 2574 23687908 103680 1288.0281677246094 6.0046999999999997 1827.5154 80640 39182 1 0 0.00012490267041285428 1.1733740635340326 3868 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426468 5990400 150 155 150 581 1538 0 0 0 1 73 0 0 0 0 2 +1423 1783792585054842200 DEPTH 44 1 0.67575671217027211 0.36712095400340705 1 7 1 7 0 0 1197 83 2612 23664898 81600 1294.5725402832031 6.6259999999999994 1920.2686000000001 120960 57592 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 150 150 150 1187 975 7 0 2 2 72 0 0 0 0 0 +1424 1783792586819798700 DEPTH 16 1 0.67576519870271978 0.3594548551959113 2 6 2 6 0 0 1674 97 2538 23664813 81600 1298.6869964599609 6.5905999999999993 1701.556 120960 56809 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426411 4492800 150 150 150 797 1291 0 0 1 0 96 0 0 0 0 0 +1425 1783792588429124500 DEPTH 58 1 0.67574804885501871 0.92163543441226559 2 12 2 12 0 0 418 35 2577 23725403 140160 1284.2108154296875 6.0351000000000008 1555.1676 80640 40255 1 0 0.012885953385961598 1.9370613846298816 2880 1523 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950999 8486400 150 150 150 264 1863 1 0 0 1 33 0 0 0 0 0 +1426 1783792590426620200 DEPTH 32 1 0.67571631918364006 0.4608177172061329 1 8 1 8 0 0 1478 97 2558 23664794 81600 1291.6307830810547 6.6664000000000003 1855.3689999999999 120960 67946 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426391 4492800 150 150 150 570 1538 0 0 1 6 90 0 0 0 0 0 +1427 1783792592304174500 DEPTH 54 1 0.67559869487176538 0.4608177172061329 1 8 1 8 0 0 710 50 2583 23664851 81600 1285.6678466796875 5.9842999999999993 1811.3463999999999 120960 67694 1 0 0.0031513658341259495 1.0996631565127335 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426451 4492800 150 150 155 1471 657 0 0 1 2 47 0 0 0 0 0 +1428 1783792592648505300 REFRESH 53 0 0.59297105476921441 0.37478705281090291 0 8 0 8 0 0 2370 65 417 3943923 55200 223.13984680175781 1.0008999999999999 285.63369999999998 20160 12340 0 0 0 0.39476565372228767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 26 175 166 0 1 0 17 47 0 0 0 0 0 +1429 1783792592941187000 REFRESH 39 0 0.50376898808764758 0.63287904599659284 3 8 3 8 0 0 958 39 426 3947744 55680 221.4307861328125 0.99709999999999999 288.47190000000001 13440 8020 0 0 0.033915050234405199 0.89795211255192564 3712 2004 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 25 25 188 163 0 0 0 20 19 0 0 0 0 0 +1430 1783792593225563100 REFRESH 32 0 0.46238752439571368 0.4608177172061329 1 8 1 8 0 0 1495 40 418 3943903 55200 222.61759948730469 1.0166999999999999 281.072 20160 12641 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 159 184 0 0 0 10 30 0 0 0 0 0 +1431 1783792593522769700 REFRESH 27 0 0.58183167459589835 0.93696763202725719 0 14 0 14 0 0 668 24 424 3951515 56160 220.621826171875 1.0871999999999999 294.84949999999998 13440 8119 0 0 1.7077624166593704e-05 0.81246312151568389 2944 1445 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 26 25 200 148 0 0 0 3 21 0 0 0 0 0 +1432 1783792593874406000 REFRESH 50 0 0.67386408914339668 0.64054514480408853 2 9 2 9 0 0 668 20 421 3947731 55680 220.43954467773438 1.0138 284.60579999999999 13440 8062 0 0 0.061518444399238342 2.0460364460936478 3712 1917 64 1 16 4 2 3 3 4 983040 491520 737280 737491 998400 25 25 26 97 248 0 0 0 6 14 0 0 0 0 0 +1433 1783792594250533200 REFRESH 40 0 0.67366984274479502 0.64821124361158422 1 10 1 10 0 0 1059 11 425 3947736 55680 221.09695434570312 1.0046999999999999 311.0376 13440 7993 0 0 0.083077089126711981 1.5472964947330925 3712 1819 64 1 16 4 2 3 3 4 983040 491520 737280 737496 998400 25 25 27 155 193 0 0 0 0 11 0 0 0 0 0 +1434 1783792594567101900 REFRESH 0 0 0.67459862770525669 0.8356047700170357 1 12 1 12 0 0 485 9 425 3951505 56160 220.17747497558594 1.0291999999999999 261.44959999999998 13440 8308 0 0 0.010204945167669384 1.6009699177179406 2944 1739 64 1 16 4 2 3 2 5 983040 491520 737280 491665 1248000 25 25 30 211 134 0 0 0 1 8 0 0 0 0 0 +1435 1783792594878522300 REFRESH 11 0 0.64301204409390567 0.37478705281090291 0 8 0 8 0 0 1120 16 423 3943903 55200 221.739013671875 1.0196000000000001 309.61090000000002 20160 13832 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 25 190 158 1 0 1 4 10 0 0 0 0 0 +1436 1783792595201780400 REFRESH 24 0 0.67234914914191046 1 4 11 4 11 0 0 453 21 407 3951510 56160 222.14962768554688 1.0057 262.30360000000002 13440 8115 0 0 0.050146993295259477 1.3805711804450536 2560 1135 64 1 16 4 2 3 2 5 983040 491520 737280 491670 1248000 25 25 25 196 136 0 0 0 5 16 0 0 0 0 0 +1437 1783792595530966000 REFRESH 28 0 0.67477416364616949 0.8356047700170357 1 12 1 12 0 0 467 21 415 3951515 56160 222.69132995605469 1.0042 269.2747 13440 8018 0 0 0.001011687273636471 1.7372878770200846 2944 1413 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 25 26 208 131 0 0 0 8 13 0 0 0 0 0 +1438 1783792595869899000 REFRESH 14 0 0.67439376648449656 0.65587734241908002 0 11 0 11 0 0 960 26 416 3947732 55680 222.88485717773438 1.0044 276.37380000000002 13440 7917 0 0 1.3850792041257712e-05 0.82201615712726361 3670 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737492 998400 25 25 25 128 213 0 0 1 3 22 0 0 0 0 0 +1439 1783792596241611900 REFRESH 44 0 0.58283936279219095 0.36712095400340705 1 7 1 7 0 0 1198 13 429 3943945 55200 223.08274841308594 1.0083 311.29340000000002 20160 12246 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737545 748800 25 25 25 199 155 1 0 0 1 11 0 0 0 0 0 +1440 1783792596666790000 REFRESH 56 0 0.67938871524569933 0.26575809199318562 2 5 2 5 0 0 2499 33 426 3943887 55200 222.57664489746094 1.0061 314.02089999999998 20160 11978 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737487 748800 25 25 25 240 111 1 1 0 8 23 0 0 0 0 0 +1441 1783792596993593600 REFRESH 48 0 0.67295221517168757 0.3594548551959113 2 6 1 6 1 0 1255 10 431 3943929 55200 235.45753479003906 1.0046999999999999 324.84030000000001 20160 12195 0 0 0.0013408874190496349 0.20070765204156055 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 25 25 26 215 140 0 0 0 0 10 0 0 0 0 1 +1442 1783792597312670500 REFRESH 1 0 0.67290062069290291 0.36712095400340705 1 7 1 7 0 0 1574 33 418 3943900 55200 238.22642517089844 1.0762 317.2364 20160 12371 0 0 0.018849895834517058 1.8949329321593116 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 25 25 26 187 155 0 0 0 8 25 0 0 0 0 0 +1443 1783792597654368100 REFRESH 7 0 0.67438771556448129 0.8356047700170357 1 12 1 12 0 0 616 33 409 3951532 56160 236.157958984375 1.0366 283.4289 13440 8199 0 0 0.00036830034262289241 0.90025926851484628 2944 1517 64 1 16 4 2 3 2 5 983040 491520 737280 491691 1248000 25 26 25 148 185 0 0 0 4 29 0 0 0 0 0 +1444 1783792598058779300 REFRESH 19 0 0.67430897854084693 0.8279386712095399 2 11 2 11 0 0 593 12 426 3951535 56160 226.92454528808594 1.0095000000000001 270.09230000000002 13440 8107 0 0 0.026098001124384564 0.38970274678601297 2944 1713 64 1 16 4 2 3 2 5 983040 491520 737280 491695 1248000 25 25 25 182 169 0 0 0 1 11 0 0 0 0 0 +1445 1783792598405808800 REFRESH 8 0 0.6793089222622879 0.26575809199318562 2 5 2 5 0 0 1757 18 409 3943891 55200 237.74208068847656 1.0013000000000001 284.96949999999998 20160 12107 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737491 748800 25 25 29 30 300 0 0 0 0 18 0 0 0 0 0 +1446 1783792598783498800 REFRESH 13 0 0.67926360367874294 0.27342419080068137 1 6 1 6 0 0 2021 58 418 3943904 55200 243.25631713867188 1.0101 308.80059999999997 20160 11955 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 25 145 198 1 0 0 8 49 0 0 0 0 0 +1447 1783792599112720600 REFRESH 26 0 0.67531721107680387 0.8356047700170357 1 12 1 12 0 0 757 18 421 3951495 56160 227.16415405273438 1.0007999999999999 266.44150000000002 13440 7989 0 0 0.0025267587278817319 0.81075597947870859 2944 1466 64 1 16 4 2 3 2 5 983040 491520 737280 491654 1248000 25 25 25 108 238 0 0 0 3 15 0 0 0 0 0 +1448 1783792599481324000 REFRESH 52 0 0.67343393012236352 0.36712095400340705 1 7 1 7 0 0 1067 22 428 3943884 55200 222.47225952148438 1.0023 301.02089999999998 20160 11857 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737482 748800 25 25 25 220 133 0 0 1 4 17 0 0 0 0 0 +1449 1783792599823086100 REFRESH 31 0 0.67295318333939935 0.3594548551959113 2 6 2 6 0 0 1440 28 427 3943889 55200 222.3319091796875 1.0122 290.31259999999997 20160 12238 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737489 748800 25 25 26 194 157 0 1 0 1 26 0 0 0 0 0 +1450 1783792600197646900 REFRESH 17 0 0.67934469159141431 0.28109028960817717 0 7 0 7 0 0 1838 21 427 3943923 55200 221.47276306152344 1.0071000000000001 306.87900000000002 20160 12158 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 25 242 110 1 0 0 0 20 0 0 0 0 0 +1451 1783792600519561900 REFRESH 49 0 0.67452248501598888 0.82027257240204421 3 10 3 10 0 0 736 25 416 3951519 56160 220.32691955566406 1.0028999999999999 259.63529999999997 13440 8253 0 0 0.046295542437304452 0.22213692440480171 2944 1614 64 1 16 4 2 3 2 5 983040 491520 737280 491679 1248000 25 26 25 166 174 0 0 0 3 22 0 0 0 0 0 +1452 1783792600889799500 REFRESH 20 0 0.67712103258524081 0.45315161839863699 2 7 2 7 0 0 1069 18 431 3943923 55200 221.52499389648438 1.0007999999999999 305.4375 20160 14835 0 0 0.031990442702834507 0.28526834516255606 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 25 215 141 0 0 0 4 14 0 0 0 0 0 +1453 1783792601207993400 REFRESH 10 0 0.67171627940866174 0.64821124361158422 1 10 1 10 0 0 677 20 419 3947754 55680 222.28274536132812 1.0094000000000001 265.3424 13440 8185 0 0 0.03223773269724084 3.5891797903298368 3328 1758 64 1 16 4 2 3 3 4 983040 491520 737280 737514 998400 25 26 27 33 308 0 0 0 1 19 0 0 0 0 0 +1454 1783792601571531600 REFRESH 46 0 0.67337227461843008 0.37478705281090291 0 8 0 8 0 0 1956 47 415 3943913 55200 222.46400451660156 1.0008999999999999 288.45269999999999 20160 13855 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 25 25 25 114 226 0 0 0 11 36 0 0 0 0 0 +1455 1783792601890385400 REFRESH 57 0 0.67450661935626599 0.8279386712095399 2 11 2 11 0 0 862 21 418 3951519 56160 221.27104187011719 1.0016 260.11279999999999 13440 8428 0 0 0.00086134713939095271 1.9798263122044926 2944 1421 64 1 16 4 2 3 2 5 983040 491520 737280 491678 1248000 25 26 25 213 129 0 0 0 8 13 0 0 0 0 0 +1456 1783792602211791900 REFRESH 22 0 0.67575197620394145 0.91396933560476989 3 11 3 11 1 0 387 18 414 3955354 56640 222.78860473632812 1.0031000000000001 265.77440000000001 13440 8233 0 0 0.0094331777964277164 1.0867810237357474 2560 1221 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 25 27 311 0 0 0 0 18 0 0 0 0 1 +1457 1783792602527713400 REFRESH 43 0 0.67452649779834484 0.8279386712095399 2 11 2 11 0 0 623 24 423 3951528 56160 222.42098999023438 1.0034000000000001 263.14870000000002 13440 8081 0 0 0.010328634301928093 1.9556417763712328 2944 1515 64 1 16 4 2 3 2 5 983040 491520 737280 491687 1248000 25 26 26 121 225 0 0 0 3 21 0 0 0 0 0 +1458 1783792602814792900 REFRESH 21 0 0.67282616169292075 0.56218057921635434 0 10 0 10 0 0 1478 46 423 3947771 55680 221.5413818359375 0.99980000000000002 285.82350000000002 13440 8230 0 0 0.00012490267041285428 1.1733740635340326 3897 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737531 998400 25 26 25 196 151 0 0 0 13 33 0 0 0 0 0 +1459 1783792603116994400 REFRESH 54 0 0.6725517447438254 0.4608177172061329 1 8 1 8 0 0 712 13 427 3943911 55200 222.41279602050781 1.0024 300.86130000000003 20160 12495 0 0 0.0031513658341259495 1.0996631565127335 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 25 25 26 272 79 0 0 0 0 13 0 0 0 0 0 +1460 1783792603432127700 REFRESH 5 0 0.67453106021950937 0.8279386712095399 2 11 2 11 0 0 539 13 417 3951523 56160 220.81535339355469 1.0681 264.07799999999997 13440 8541 0 0 0.013195133512724458 0.75501916504396394 2944 1575 64 1 16 4 2 3 2 5 983040 491520 737280 491681 1248000 25 25 36 155 176 0 0 0 2 11 0 0 0 0 0 +1461 1783792603818593500 REFRESH 23 0 0.67584700595713398 0.92163543441226559 2 12 2 12 0 0 602 28 417 3951504 56160 220.83071899414062 1.0078 261.25999999999999 13440 8654 0 0 0.030151744633412979 1.0289917498430303 2560 1192 64 1 16 4 2 3 2 5 983040 491520 737280 491662 1248000 25 26 26 78 262 0 0 0 2 26 0 0 0 0 0 +1462 1783792604150014300 REFRESH 29 0 0.67423933035804717 0.82027257240204421 3 10 3 10 0 0 815 30 420 3947772 55680 222.85618591308594 1.0024999999999999 262.98020000000002 13440 8113 0 0 0.17245395781315404 1.1179809937997387 3712 1859 64 1 16 4 2 3 3 4 983040 491520 737280 737532 998400 25 26 26 122 221 0 0 0 2 28 0 0 0 0 0 +1463 1783792604466015400 REFRESH 42 0 0.84453274551669089 0 0 4 0 4 0 0 3801 14 429 3947728 55680 225.1673583984375 1.0044 314.6592 13440 8595 0 0 0 0.012830705964702456 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737488 998400 29 25 25 267 83 0 1 0 1 12 0 0 0 0 0 +1464 1783792604800627100 REFRESH 41 0 0.67579906455536376 0.55451448040885853 1 9 1 9 0 0 1106 55 417 3943888 55200 221.05804443359375 0.99950000000000006 275.59230000000002 20160 14568 0 0 0.00047546691312138533 1.497358551665477 3842 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737487 748800 25 25 26 114 227 1 0 0 7 47 0 0 0 0 0 +1465 1783792605129326800 REFRESH 47 0 0.67440546971914528 0.8279386712095399 2 11 2 11 0 0 449 26 414 3951529 56160 221.96243286132812 1.0017 263.44450000000001 13440 8235 0 0 0.068787934381682569 1.4082378301417173 2944 1682 64 1 16 4 2 3 2 5 983040 491520 737280 491689 1248000 25 25 26 69 269 0 0 0 1 25 0 0 0 0 0 +1466 1783792605444880400 REFRESH 37 0 0.67498945482638284 0.8356047700170357 1 12 1 12 0 0 679 29 417 3955327 56640 220.75494384765625 0.99980000000000002 261.19139999999999 13440 8233 0 0 0.011347319961073786 0.67804270508085274 2944 1681 64 1 16 4 2 2 2 6 983040 491520 491520 491647 1497600 25 25 25 42 300 0 0 0 2 27 0 0 0 0 0 +1467 1783792605763085100 REFRESH 12 0 0.67418240461446133 0.63287904599659284 3 8 3 8 0 0 978 53 427 3947754 55680 221.25772094726562 1.0012000000000001 262.41109999999998 13440 7955 0 0 0.0015245520675590111 0.9479701032688862 3712 1735 64 1 16 4 2 3 3 4 983040 491520 737280 737514 998400 25 25 25 37 315 0 0 0 1 52 0 0 0 0 0 +1468 1783792606074352100 REFRESH 36 0 0.67359265122683953 0.82027257240204421 3 10 3 10 0 0 830 10 430 3951517 56160 221.95199584960938 1.0042 262.46859999999998 13440 8246 0 0 0.068381232067829104 0.19297837646577065 2944 1682 64 1 16 4 2 3 2 5 983040 491520 737280 491676 1248000 25 26 25 247 107 0 1 0 0 9 0 0 0 0 0 +1469 1783792606397080300 REFRESH 51 0 0.67604679924615674 0.91396933560476989 3 11 3 11 1 0 414 20 411 3955352 56640 220.62591552734375 1.0004 259.8793 13440 8164 0 0 0.071776678203871805 0.31953452688902639 2560 1289 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 25 51 285 0 0 0 1 19 0 0 0 0 1 +1470 1783792606730266200 REFRESH 9 0 0.6742087881193457 0.3594548551959113 2 6 2 6 0 0 945 35 418 3943876 55200 222.060546875 1 279.92540000000002 20160 12252 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737475 748800 25 25 25 161 182 0 0 0 5 30 0 0 0 0 0 +1471 1783792607077920400 REFRESH 25 0 0.67586859309912684 0.54684838160136284 2 8 2 8 0 0 1555 35 409 3943930 55200 222.11276245117188 0.99790000000000001 285.94920000000002 20160 14467 0 0 0.0037133317294834652 0.74577769507902991 3953 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 25 25 26 37 296 0 0 0 4 31 0 0 0 0 0 +1472 1783792607466738400 REFRESH 4 0 0.67407752887174743 0.8356047700170357 1 12 1 12 0 0 202 7 413 3955348 56640 219.71661376953125 1.0005999999999999 257.36160000000001 13440 8713 0 0 0.040034988002707217 1.6325146921702258 2560 1421 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 25 25 27 311 1 0 0 0 6 0 0 0 0 0 +1473 1783792607792040300 REFRESH 18 0 0.67582269584965582 0.9293015332197615 1 13 1 13 0 0 354 18 414 3951502 56160 221.34477233886719 0.99950000000000006 262.0915 13440 7965 0 0 0.0012194480086301514 1.8364388975208388 2560 1040 64 1 16 4 2 3 2 5 983040 491520 737280 491662 1248000 25 25 25 53 286 0 0 0 0 18 0 0 0 0 0 +1474 1783792608111372400 REFRESH 34 0 0.67528073296908131 0.8356047700170357 1 12 1 12 0 0 447 20 422 3951520 56160 221.23213195800781 1.0024 260.61649999999997 13440 8604 0 0 0.00025806597936142299 2.1331686404298513 2944 1435 64 1 16 4 2 3 2 5 983040 491520 737280 491680 1248000 25 25 29 111 232 0 0 0 3 17 0 0 0 0 0 +1475 1783792608426130200 REFRESH 35 0 0.67456387292158093 0.8279386712095399 2 11 2 11 0 0 801 36 417 3951508 56160 221.3570556640625 1.0028999999999999 261.39240000000001 13440 8162 0 0 0.1466617951208353 1.1358384512012472 2944 1553 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 25 25 216 126 0 0 0 17 19 0 0 0 0 0 +1476 1783792608795211000 REFRESH 2 0 0.67602879106907388 0.45315161839863699 2 7 2 7 0 0 1591 33 422 3943921 55200 235.97874450683594 1.0023 296.51830000000001 20160 13667 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 25 218 129 0 0 0 11 22 0 0 0 0 0 +1477 1783792609130763700 REFRESH 55 0 0.67478335751380047 0.8279386712095399 2 11 2 11 0 0 626 17 412 3951525 56160 233.1514892578125 1 274.06630000000001 13440 8140 0 0 0.028658969471304477 0.6343466619252468 2944 1409 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 26 25 217 119 0 0 0 3 14 0 0 0 0 0 +1478 1783792609456394300 REFRESH 6 0 0.67254516544098375 0.91396933560476989 3 11 3 11 0 0 348 10 408 3955355 56640 223.68476867675781 1.0146999999999999 264.41370000000001 13440 8440 0 0 0.078922789110012742 0.14595314801462497 2560 1124 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 25 30 302 0 0 0 0 10 0 0 0 0 0 +1479 1783792609823200500 REFRESH 30 0 0.67318262364983039 0.4608177172061329 1 8 1 8 0 0 1612 46 417 3943900 55200 236.12722778320312 1.0056 303.51220000000001 20160 13835 0 0 0.0013464488701547372 2.1485265670976039 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 25 25 25 211 131 0 0 0 21 25 0 0 0 0 0 +1480 1783792610091063700 REFRESH 58 0 0.67221411211299076 0.92163543441226559 2 12 2 12 0 0 420 23 415 3951490 56160 222.1527099609375 1.0121 265.93439999999998 13440 8170 0 0 0.012885953385961598 1.9370613846298816 2944 1554 64 1 16 4 2 3 2 5 983040 491520 737280 491650 1248000 25 25 26 145 194 0 1 0 10 12 0 0 0 0 0 +1481 1783792610461351400 REFRESH 45 0 0.67607668201223814 0.45315161839863699 2 7 2 7 0 0 1248 32 423 3943901 55200 221.717529296875 1.0026999999999999 306.78800000000001 20160 13642 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 25 223 125 0 0 1 6 25 0 0 0 0 0 +1482 1783792610779901800 REFRESH 15 0 0.67517828455241946 0.91396933560476989 3 11 3 11 0 0 268 4 411 3951521 56160 220.5614013671875 1.0074000000000001 263.59039999999999 13440 7946 0 0 0.13215737202774189 0.95319511763653475 2560 1247 64 1 16 4 2 3 2 5 983040 491520 737280 491681 1248000 25 26 25 28 307 0 0 0 0 4 0 0 0 0 0 +1483 1783792611145136100 REFRESH 33 0 0.67331549095984133 0.36712095400340705 1 7 1 7 0 0 1983 30 415 3943911 55200 223.21151733398438 1.0032000000000001 290.69069999999999 20160 12189 0 0 0.00023167646182789423 0.37405467703606254 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 25 25 27 162 176 0 0 0 4 26 0 0 0 0 0 +1484 1783792611568329100 REFRESH 38 0 0.67293637263494577 0.55451448040885853 1 9 1 9 0 0 1297 30 416 3943928 55200 236.05555725097656 1.0790999999999999 291.2912 20160 13391 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737528 748800 25 25 27 208 131 0 0 0 11 19 0 0 0 0 0 +1485 1783792611846981800 REFRESH 16 0 0.67325905532803065 0.3594548551959113 2 6 2 6 0 0 1683 33 415 3943927 55200 222.82672119140625 1.0253000000000001 276.98950000000002 20160 12318 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 25 25 25 175 165 0 0 1 5 27 0 0 0 0 0 +1486 1783792612187624800 REFRESH 3 0 0.67449858154926001 0.64054514480408853 2 9 2 9 0 0 753 24 413 3947774 55680 230.88639831542969 1.0003 283.97379999999998 13440 8110 0 0 0.0050801409687022715 0.21954565914817176 3712 1934 64 1 16 4 2 3 3 4 983040 491520 737280 737534 998400 25 26 33 146 183 0 0 0 6 18 0 0 0 0 0 +1487 1783792614110480000 DEPTH 42 1 0.83335265772823264 0 0 4 0 4 1 0 3858 96 2595 23684170 99840 1306.4233093261719 6.0449000000000002 1865.7603999999999 87360 46986 1 1 0 0.0027221867856538785 4096 2048 384 12 96 4 2 3 3 4 5898240 3194880 4423680 4426570 5740800 166 150 159 1414 706 2 0 7 0 86 0 0 0 0 1 +1488 1783792616077525700 DEPTH 48 1 0.7853846712751551 0.27342419080068137 1 6 1 6 0 0 1267 51 2598 23733001 147840 1283.9782409667969 6.7102000000000004 1895.4782 80640 28069 1 1 0.0013408874190496349 0.20070765204156055 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950919 8985600 150 150 150 158 1990 0 0 0 2 48 0 0 0 0 0 +1489 1783792617983130000 DEPTH 56 1 0.6770487791584443 0.26575809199318562 2 5 2 5 0 0 2524 69 2571 23664797 81600 1292.4078216552734 6.0025000000000004 1809.9464 120960 57221 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 150 150 150 1464 657 4 1 3 1 60 0 0 0 0 0 +1490 1783792619867439200 DEPTH 8 1 0.67694549458071829 0.26575809199318562 2 5 2 5 0 0 1775 107 2521 23664836 81600 1366.0591430664062 7.291199999999999 1827.0409999999999 120960 57562 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 150 150 162 157 1902 0 0 0 1 106 0 0 0 0 0 +1491 1783792621950985000 DEPTH 17 1 0.67694632255574749 0.28109028960817717 0 7 0 7 0 0 1864 78 2582 23664820 81600 1354.5523223876953 6.0735000000000001 1933.8416999999999 120960 57825 1 1 0 0.19547383107237989 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 150 150 150 991 1141 10 3 0 1 63 0 0 0 0 0 +1492 1783792624007821300 DEPTH 13 1 0.67691383251384973 0.27342419080068137 1 6 1 6 0 0 2047 111 2533 23664841 81600 1339.4217071533203 7.9155999999999995 1987.2306000000001 120960 55880 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426440 4492800 150 150 150 503 1580 2 0 0 5 104 0 0 0 0 0 +1493 1783792625855589800 DEPTH 20 1 0.67378131476617031 0.45315161839863699 2 7 2 6 1 0 1100 74 2635 23676237 93120 1287.7261810302734 6.0339 1845.7460000000001 114240 68685 1 0 0.00092917281436396626 0.68755278224315086 4096 2048 384 12 96 4 2 2 2 6 5898240 4177920 4177920 4180555 5241600 150 150 150 1042 1143 0 0 0 1 73 0 0 0 0 1 +1494 1783792627526702900 DEPTH 22 1 0.67214995837251035 0.91396933560476989 3 11 3 11 1 0 396 87 2585 23713843 128640 1293.7472076416016 6.3978000000000002 1589.518 80640 39283 1 0 0.0095470596684371217 1.0508797846861442 2944 1397 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950959 7737600 150 150 150 576 1559 0 0 0 5 82 0 0 0 0 2 +1495 1783792629605145200 DEPTH 41 1 0.67253129209693863 0.55451448040885853 1 9 1 9 0 0 1122 52 2536 23664837 81600 1286.9929504394531 6.2003000000000004 1831.7612999999999 120960 70446 1 0 0.00047546691312138533 1.497358551665477 3996 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 150 150 150 563 1523 1 1 0 2 48 0 0 0 0 0 +1496 1783792631338159000 DEPTH 51 1 0.6722236910276691 0.91396933560476989 3 11 3 11 1 0 420 43 2571 23733053 147840 1280.358642578125 6.4382999999999999 1597.4358 80640 38841 1 0 0.069033636228787498 0.28522155266690863 2944 1491 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950971 8985600 150 150 150 172 1949 0 0 0 1 42 0 0 0 0 2 +1497 1783792633280096300 DEPTH 42 1 0.69215438427305742 0 0 4 0 4 0 0 3912 90 2606 23668741 84480 1277.8189086914062 5.9985000000000008 1867.0129999999999 114240 44735 1 1 0 0.0027221867856538785 4096 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426500 4742400 162 150 202 1522 570 3 0 0 0 86 0 0 0 0 0 +1498 1783792635040039800 DEPTH 23 1 0.6721400487915854 0.92163543441226559 2 12 2 12 1 0 613 88 2553 23709978 125760 1280.9422302246094 7.3618999999999994 1627.335 80640 41699 1 0 0.038168594878047774 1.0628415274023393 2944 1384 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950934 7488000 150 156 156 190 1901 0 0 0 9 79 0 0 0 0 2 +1499 1783792636703686800 DEPTH 26 1 0.67180310536705357 0.8356047700170357 1 12 1 12 1 0 765 84 2562 23710041 125760 1280.5191955566406 6.1068999999999996 1547.252 80640 38685 1 0 0.0022215289045010912 0.74210807418554647 3328 1658 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951001 7488000 150 150 150 450 1662 0 1 0 4 79 0 0 0 0 1 +1500 1783792638352774600 DEPTH 28 1 0.67141968143066977 0.8356047700170357 1 12 1 12 0 0 472 58 2532 23710019 125760 1290.7326354980469 5.9967999999999995 1575.8578 80640 38329 1 0 0.001011687273636471 1.7372878770200846 3328 1602 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950978 7488000 150 150 156 623 1453 1 0 3 6 48 0 0 0 0 0 +1501 1783792640309601500 DEPTH 9 1 0.67139136069837013 0.3594548551959113 2 6 2 6 0 0 949 41 2535 23664835 81600 1294.1517486572266 6.2604999999999986 1885.6785 120960 57632 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 150 150 150 428 1657 1 1 0 0 39 0 0 0 0 0 +1502 1783792641980001000 DEPTH 37 1 0.67135884830583759 0.8356047700170357 1 12 1 12 0 0 684 35 2568 23713847 128640 1280.808349609375 6.2383000000000006 1603.9075 80640 39484 1 0 0.011347319961073786 0.67804270508085274 3328 1915 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950966 7737600 150 150 150 789 1329 0 0 1 1 33 0 0 0 0 0 +1503 1783792643893774300 DEPTH 2 1 0.67292491613351979 0.45315161839863699 2 7 2 7 0 0 1617 76 2631 23664815 81600 1291.7647399902344 6.0637999999999996 1846.9901 120960 68032 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 150 150 150 752 1429 0 0 1 4 71 0 0 0 0 0 +1504 1783792645871299400 DEPTH 25 1 0.67261779963255908 0.54684838160136284 2 8 2 8 0 0 1570 66 2541 23664879 81600 1291.293701171875 6.4141000000000004 1897.8212000000001 120960 70408 1 0 0.0037133317294834652 0.74577769507902991 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 150 150 156 207 1878 0 1 2 5 58 0 0 0 0 0 +1505 1783792647731941200 DEPTH 48 1 0.69262101707683366 0.27342419080068137 1 6 1 6 0 0 1290 62 2603 23733040 147840 1275.5307159423828 6.0938000000000008 1858.8983000000001 80640 22478 1 0 0.0013408874190496349 0.20070765204156055 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950956 8985600 150 150 150 162 1991 0 0 0 0 62 0 0 0 0 0 +1506 1783792649377008900 DEPTH 18 1 0.67208537545541969 0.9293015332197615 1 13 1 13 0 0 373 98 2515 23710085 125760 1295.6774291992188 6.2020999999999997 1588.8977 80640 38426 1 0 0.0012194480086301514 1.8364388975208388 2944 1194 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951044 7488000 150 150 150 195 1870 0 0 1 4 93 0 0 0 0 0 +1507 1783792650994122000 DEPTH 34 1 0.67159624811293739 0.8356047700170357 1 12 1 12 0 0 463 70 2578 23709996 125760 1280.0491485595703 6.1628000000000007 1560.5965000000001 80640 41883 1 0 0.00025806597936142299 2.1331686404298513 3328 1622 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950953 7488000 150 150 156 471 1651 0 0 0 1 69 0 0 0 0 0 +1508 1783792652885530400 DEPTH 14 1 0.67135358323489591 0.65587734241908002 0 11 0 11 0 0 978 124 2536 23687806 103680 1295.6601867675781 6.1078000000000001 1751.6405999999999 80640 37689 1 0 1.3850792041257712e-05 0.82201615712726361 3840 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426366 5990400 150 150 150 587 1499 0 0 1 8 115 0 0 0 0 0 +1509 1783792654502860600 DEPTH 49 1 0.6711504712705284 0.82027257240204421 3 10 3 10 1 0 737 61 2565 23710005 125760 1284.8406372070312 6.0099999999999998 1560.5469000000001 80640 40496 1 0 0.098963781542186352 0.39376965694185062 3328 1837 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950962 7488000 150 151 150 691 1423 0 0 0 3 58 0 0 0 0 2 +1510 1783792656145650900 DEPTH 55 1 0.67115065919093997 0.8279386712095399 2 11 2 11 0 0 663 115 2548 23698969 114240 1294.9618225097656 6.0488 1582.2405000000001 80640 39670 1 0 0.028658969471304477 0.6343466619252468 3328 1615 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688726 6739200 150 155 150 651 1442 0 1 0 6 108 0 0 0 0 0 +1511 1783792658020600500 DEPTH 42 1 0.73095337381629488 0 0 4 0 4 0 0 3965 80 2613 23664844 81600 1274.9813995361328 6.1295000000000002 1873.5204000000001 120960 35019 1 1 0 0.0027221867856538785 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 161 150 175 1607 520 1 0 0 0 78 0 0 0 0 0 +1512 1783792659929060400 DEPTH 20 1 0.72036707326435523 0.3594548551959113 2 6 2 6 1 0 1122 70 2575 23733077 147840 1274.4509735107422 6.2774999999999999 1835.384 80640 34145 1 0 0.0041473986478778799 0.63654482625388331 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950993 8985600 150 150 150 155 1970 0 0 1 3 66 0 0 0 0 1 +1513 1783792661909772800 DEPTH 45 1 0.6730178221987636 0.45315161839863699 2 7 2 7 0 0 1258 58 2573 23664839 81600 1288.6069946289062 6.0095999999999989 1832.1233999999999 120960 67714 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 150 150 150 1082 1041 0 3 0 2 53 0 0 0 0 0 +1514 1783792663610485100 DEPTH 7 1 0.67115523792279952 0.8356047700170357 1 12 1 12 0 0 625 76 2546 23709994 125760 1288.0877838134766 6.6590999999999996 1637.3308 80640 39929 1 0 0.00036830034262289241 0.90025926851484628 3328 1733 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950953 7488000 150 156 150 636 1454 0 0 0 0 76 0 0 0 0 0 +1515 1783792665233006800 DEPTH 57 1 0.67115840971537188 0.8279386712095399 2 11 2 11 0 0 865 50 2571 23698924 114240 1282.1844329833984 6.0167000000000002 1557.9328 80640 40457 1 0 0.00086134713939095271 1.9798263122044926 3328 1604 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688682 6739200 150 156 150 992 1123 0 0 0 0 50 0 0 0 0 0 +1516 1783792666942853300 DEPTH 43 1 0.67116739481306487 0.8279386712095399 2 11 2 11 0 0 626 44 2583 23710007 125760 1289.5406646728516 6.2143999999999995 1647.0074999999999 80640 38480 1 0 0.010328634301928093 1.9556417763712328 3328 1722 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950965 7488000 150 156 156 514 1607 0 0 0 2 42 0 0 0 0 0 +1517 1783792668557355900 DEPTH 5 1 0.67115317918078155 0.8279386712095399 2 11 2 11 1 0 548 67 2577 23710035 125760 1279.7972412109375 6.0108000000000006 1559.0358000000001 80640 41931 1 0 0.033543993180429256 0.64297256942598457 3328 1782 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950991 7488000 150 150 186 472 1619 4 0 2 0 61 0 0 0 0 3 +1518 1783792670244369800 DEPTH 19 1 0.67111482667770916 0.8279386712095399 2 11 2 11 0 0 599 40 2586 23702540 118080 1286.9111022949219 6.6953999999999994 1621.1748 80640 38778 1 0 0.026098001124384564 0.38970274678601297 3328 1932 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3442698 6988800 150 150 150 848 1288 0 0 0 1 39 0 0 0 0 0 +1519 1783792670589293000 REFRESH 50 0 0.67103892282829969 0.64054514480408853 2 9 2 9 0 0 684 35 418 3947755 55680 221.26591491699219 1.0103 269.31869999999998 13440 8113 0 0 0.061518444399238342 2.0460364460936478 3776 1950 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 25 26 110 232 1 0 1 6 27 0 0 0 0 0 +1520 1783792670855343900 REFRESH 18 0 0.55828094017177943 0.9293015332197615 1 13 1 13 0 0 374 11 417 3951490 56160 222.75187683105469 0.99319999999999997 264.35109999999997 13440 7910 0 0 0.0012194480086301514 1.8364388975208388 3008 1221 64 1 16 4 2 3 2 5 983040 491520 737280 491650 1248000 25 25 25 173 169 0 0 0 3 8 0 0 0 0 0 +1521 1783792671195152100 REFRESH 32 0 0.66996862629454812 0.4608177172061329 1 8 1 8 0 0 1508 35 417 3943917 55200 222.27558898925781 0.99929999999999997 275.35539999999997 20160 12454 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 25 169 173 0 0 0 6 29 0 0 0 0 0 +1522 1783792671459948400 REFRESH 37 0 0.61768909267215988 0.8356047700170357 1 12 1 12 0 0 687 22 421 3951539 56160 220.27693176269531 1.0169999999999999 262.8741 13440 8040 0 0 0.011347319961073786 0.67804270508085274 3392 1944 64 1 16 4 2 3 2 5 983040 491520 737280 491699 1248000 25 25 26 205 140 0 0 0 7 15 0 0 0 0 0 +1523 1783792671732751300 REFRESH 14 0 0.56787301668818169 0.65587734241908002 0 11 0 11 0 0 987 30 411 3943928 55200 222.72409057617188 1.0106999999999999 270.76990000000001 20160 14896 0 0 1.3850792041257712e-05 0.82201615712726361 3876 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 25 25 30 39 292 0 1 1 2 26 0 0 0 0 0 +1524 1783792672189201500 REFRESH 46 0 0.67097209290512305 0.37478705281090291 0 8 0 8 0 0 1969 30 417 3943924 55200 221.94175720214844 1.0245 306.39920000000001 20160 13690 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 25 25 25 100 242 0 0 0 2 28 0 0 0 0 0 +1525 1783792672551452200 REFRESH 1 0 0.6706558341591331 0.36712095400340705 1 7 1 7 0 0 1584 33 418 3943918 55200 222.75993347167969 0.99650000000000005 291.38600000000002 20160 12307 0 0 0.018849895834517058 1.8949329321593116 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 26 174 168 0 0 1 3 29 0 0 0 0 0 +1526 1783792672864246900 REFRESH 4 0 0.66800024034689542 0.8356047700170357 1 12 1 12 0 0 205 12 414 3955333 56640 219.73196411132812 1.0163 258.25630000000001 13440 8648 0 0 0.040034988002707217 1.6325146921702258 2624 1456 64 1 16 4 2 2 2 6 983040 491520 491520 491652 1497600 25 25 25 27 312 1 0 0 0 11 0 0 0 0 0 +1527 1783792673192741100 REFRESH 0 0 0.67056052360636531 0.8356047700170357 1 12 1 12 0 0 487 14 426 3951499 56160 220.28799438476562 1.0041 260.8759 13440 8349 0 0 0.010204945167669384 1.6009699177179406 3008 1776 64 1 16 4 2 3 2 5 983040 491520 737280 491659 1248000 25 25 29 220 127 0 0 1 2 11 0 0 0 0 0 +1528 1783792673531880000 REFRESH 29 0 0.67043778246153973 0.82027257240204421 3 10 3 10 0 0 822 29 422 3947735 55680 222.09945678710938 1.0137 265.05939999999998 13440 8004 0 0 0.17245395781315404 1.1179809937997387 3776 1894 64 1 16 4 2 3 3 4 983040 491520 737280 737495 998400 25 26 26 132 213 0 0 0 1 28 0 0 0 0 0 +1529 1783792673922153500 REFRESH 40 0 0.6709511746758563 0.64821124361158422 1 10 1 10 0 0 1066 14 423 3947762 55680 220.13235473632812 1.0024999999999999 320.17059999999998 13440 8212 0 0 0.083077089126711981 1.5472964947330925 3776 1849 64 1 16 4 2 3 3 4 983040 491520 737280 737522 998400 25 25 27 158 188 0 0 1 1 12 0 0 0 0 0 +1530 1783792674244717000 REFRESH 27 0 0.66885603808114036 0.93696763202725719 0 14 0 14 0 0 668 11 423 3951509 56160 222.28787231445312 1.0363 267.65140000000002 13440 8031 0 0 1.7077624166593704e-05 0.81246312151568389 3008 1479 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 26 25 205 142 0 0 0 1 10 0 0 0 0 0 +1531 1783792674580218200 REFRESH 22 0 0.66860254043688405 0.91396933560476989 3 11 3 11 1 0 399 21 422 3951527 56160 222.19059753417969 1.0137 262.8252 13440 8197 0 0 0.010104802783773112 0.98385878041029806 3008 1423 64 1 16 4 2 3 2 5 983040 491520 737280 491684 1248000 25 26 25 172 174 0 0 0 11 10 0 0 0 0 1 +1532 1783792674943599800 REFRESH 21 0 0.67000447735721247 0.56218057921635434 0 10 0 10 0 0 1488 31 420 3947721 55680 221.27308654785156 1.0099 295.29149999999998 13440 8202 0 0 0.00012490267041285428 1.1733740635340326 3928 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737481 998400 25 26 25 190 154 0 0 0 5 26 0 0 0 0 0 +1533 1783792675292076000 REFRESH 33 0 0.67076156378282747 0.36712095400340705 1 7 1 7 0 0 2002 39 420 3943897 55200 222.62066650390625 1.0068999999999999 285.47519999999997 20160 12121 0 0 0.00023167646182789423 0.37405467703606254 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 27 165 178 0 0 0 1 38 0 0 0 0 0 +1534 1783792675621456700 REFRESH 26 0 0.66837591976657951 0.8356047700170357 1 12 1 12 1 0 769 25 424 3951517 56160 220.73558044433594 1.0059 263.20299999999997 13440 7971 0 0 0.00090343126200002769 0.66214906984633026 3392 1690 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 25 25 198 151 1 0 0 12 12 0 0 0 0 1 +1535 1783792675950637300 REFRESH 36 0 0.67041224114929954 0.82027257240204421 3 10 3 10 0 0 831 10 428 3951536 56160 221.27410888671875 0.99029999999999996 263.64659999999998 13440 8154 0 0 0.068381232067829104 0.19297837646577065 3008 1713 64 1 16 4 2 3 2 5 983040 491520 737280 491696 1248000 25 26 25 248 104 0 0 1 0 9 0 0 0 0 0 +1536 1783792676228034400 REFRESH 43 0 0.61752707240363436 0.8279386712095399 2 11 2 11 0 0 633 30 417 3947800 55680 222.36390686035156 1.0003 275.17469999999997 13440 8249 0 0 0.010328634301928093 1.9556417763712328 3392 1757 64 1 16 4 2 3 3 4 983040 491520 737280 737560 998400 25 26 26 37 303 0 0 0 4 26 0 0 0 0 0 +1537 1783792676618593100 REFRESH 11 0 0.67091879186760983 0.37478705281090291 0 8 0 8 0 0 1128 17 429 3943894 55200 221.67961120605469 1.0064 312.01330000000002 20160 13653 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 25 25 25 196 158 1 0 0 2 14 0 0 0 0 0 +1538 1783792676959951300 REFRESH 3 0 0.6712997766830352 0.64054514480408853 2 9 2 9 0 0 761 32 412 3947702 55680 220.68325805664062 1.0114000000000001 277.14800000000002 13440 8142 0 0 0.0050801409687022715 0.21954565914817176 3776 1962 64 1 16 4 2 3 3 4 983040 491520 737280 737461 998400 25 26 31 151 179 0 0 0 7 25 0 0 0 0 0 +1539 1783792677303980200 REFRESH 39 0 0.67117330062047487 0.63287904599659284 3 8 3 8 0 0 966 26 424 3947756 55680 221.29151916503906 1.0049999999999999 288.78719999999998 13440 8021 0 0 0.033915050234405199 0.89795211255192564 3776 2038 64 1 16 4 2 3 3 4 983040 491520 737280 737516 998400 25 25 25 175 174 0 0 0 2 24 0 0 0 0 0 +1540 1783792677618872500 REFRESH 42 0 0.83986981888705459 0 0 4 0 4 0 0 3974 19 429 3943934 55200 222.1158447265625 1.008 313.45030000000003 20160 13017 0 0 0 0.0027221867856538785 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737534 748800 29 25 30 267 78 0 0 1 0 18 0 0 0 0 0 +1541 1783792677882438100 REFRESH 34 0 0.66804273281079074 0.8356047700170357 1 12 1 12 0 0 471 30 417 3947764 55680 220.56857299804688 1.0111000000000001 261.93029999999999 13440 8351 0 0 0.00025806597936142299 2.1331686404298513 3392 1654 64 1 16 4 2 3 3 4 983040 491520 737280 737524 998400 25 26 29 36 301 0 0 0 2 28 0 0 0 0 0 +1542 1783792678218573600 REFRESH 28 0 0.66795689359494903 0.8356047700170357 1 12 1 12 0 0 477 20 400 3947759 55680 222.83570861816406 1.0093000000000001 263.92570000000001 13440 8156 0 0 0.001011687273636471 1.7372878770200846 3392 1628 64 1 16 4 2 3 3 4 983040 491520 737280 737519 998400 25 25 26 66 258 0 0 0 1 19 0 0 0 0 0 +1543 1783792678611831900 REFRESH 17 0 0.67469770528183615 0.28109028960817717 0 7 0 7 0 0 1866 13 421 3943923 55200 222.36058044433594 1.0153000000000001 319.85300000000001 20160 12077 0 0 0 0.19547383107237989 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 25 243 103 1 0 0 1 11 0 0 0 0 0 +1544 1783792678961969100 REFRESH 41 0 0.6695262972757392 0.55451448040885853 1 9 1 9 0 0 1132 29 419 3943890 55200 220.31893920898438 1.0065999999999999 289.12099999999998 20160 13536 0 0 0.00047546691312138533 1.497358551665477 4025 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 25 25 25 158 186 0 0 0 9 20 0 0 0 0 0 +1545 1783792679326455300 REFRESH 2 0 0.67004481316457332 0.45315161839863699 2 7 2 7 0 0 1625 30 422 3943924 55200 222.14553833007812 0.99490000000000001 288.84469999999999 20160 12486 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 25 25 25 195 152 0 0 0 6 24 0 0 0 0 0 +1546 1783792679713573200 REFRESH 6 0 0.66949238326515015 0.91396933560476989 3 11 3 11 0 0 349 12 415 3955351 56640 220.6351318359375 1.0049999999999999 261.589 13440 8424 0 0 0.078922789110012742 0.14595314801462497 2624 1153 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 25 30 309 0 0 0 1 11 0 0 0 0 0 +1547 1783792679983089500 REFRESH 7 0 0.6676407929104301 0.8356047700170357 1 12 1 12 0 0 629 31 408 3947794 55680 220.63410949707031 1.0105999999999999 267.95429999999999 13440 8354 0 0 0.00036830034262289241 0.90025926851484628 3392 1759 64 1 16 4 2 3 3 4 983040 491520 737280 737554 998400 25 26 25 112 220 0 0 0 4 27 0 0 0 0 0 +1548 1783792680321861400 REFRESH 10 0 0.66946372341688776 0.64821124361158422 1 10 1 10 0 0 680 12 420 3947740 55680 221.95610046386719 1.0039 267.00029999999998 13440 8198 0 0 0.03223773269724084 3.5891797903298368 3392 1791 64 1 16 4 2 3 3 4 983040 491520 737280 737500 998400 25 26 27 32 310 0 0 0 0 12 0 0 0 0 0 +1549 1783792680586548800 REFRESH 57 0 0.66765397491761735 0.8279386712095399 2 11 2 11 0 0 868 32 414 3947763 55680 221.37753295898438 0.99580000000000002 262.74489999999997 13440 8371 0 0 0.00086134713939095271 1.9798263122044926 3392 1630 64 1 16 4 2 3 3 4 983040 491520 737280 737523 998400 25 26 25 155 183 0 1 0 13 18 0 0 0 0 0 +1550 1783792680925124000 REFRESH 12 0 0.67130131530511417 0.63287904599659284 3 8 3 8 0 0 980 12 413 3947754 55680 220.98841857910156 0.99829999999999997 261.5838 13440 8022 0 0 0.0015245520675590111 0.9479701032688862 3776 1779 64 1 16 4 2 3 3 4 983040 491520 737280 737514 998400 25 25 25 30 308 0 0 0 1 11 0 0 0 0 0 +1551 1783792681331106200 REFRESH 9 0 0.66881883626188599 0.3594548551959113 2 6 2 6 0 0 954 23 417 3943916 55200 223.03974914550781 1.0098 291.01440000000002 20160 12117 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 25 168 174 0 0 0 4 19 0 0 0 0 0 +1552 1783792681663131800 REFRESH 47 0 0.67133936115378867 0.8279386712095399 2 11 2 11 0 0 455 29 415 3951514 56160 221.46867370605469 1.0088999999999999 263.36970000000002 13440 8345 0 0 0.068787934381682569 1.4082378301417173 3008 1714 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 25 25 72 268 0 0 0 1 28 0 0 0 0 0 +1553 1783792681993239100 REFRESH 58 0 0.66896374165461048 0.92163543441226559 2 12 2 12 0 0 420 22 414 3951525 56160 221.77587890625 0.99770000000000003 262.0616 13440 8125 0 0 0.012885953385961598 1.9370613846298816 3008 1589 64 1 16 4 2 3 2 5 983040 491520 737280 491685 1248000 25 25 26 119 219 0 0 0 4 18 0 0 0 0 0 +1554 1783792682296770600 REFRESH 45 0 0.67012545730704232 0.45315161839863699 2 7 2 7 0 0 1269 34 429 3943890 55200 222.06771850585938 1.0092000000000001 301.81659999999999 20160 12305 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 25 25 25 249 105 0 0 0 11 23 0 0 0 0 0 +1555 1783792682565939000 REFRESH 55 0 0.66774990797912337 0.8279386712095399 2 11 2 11 0 0 671 31 410 3947760 55680 222.87155151367188 1.0065999999999999 266.99270000000001 13440 8321 0 0 0.028658969471304477 0.6343466619252468 3392 1645 64 1 16 4 2 3 3 4 983040 491520 737280 737520 998400 25 26 25 129 205 0 0 0 10 21 0 0 0 0 0 +1556 1783792682993970600 REFRESH 19 0 0.66765526490837768 0.8279386712095399 2 11 2 11 0 0 609 25 417 3947744 55680 222.01548767089844 1.0028999999999999 261.8562 13440 8245 0 0 0.026098001124384564 0.38970274678601297 3392 1962 64 1 16 4 2 3 3 4 983040 491520 737280 737503 998400 25 25 26 174 167 1 0 0 11 13 0 0 0 0 0 +1557 1783792683334578200 REFRESH 16 0 0.67090162018962718 0.3594548551959113 2 6 2 6 0 0 1699 26 420 3943880 55200 223.93753051757812 1.0166999999999999 278.2593 20160 12227 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737480 748800 25 25 25 169 176 0 0 0 3 23 0 0 0 0 0 +1558 1783792683651260800 REFRESH 15 0 0.66594386933053218 0.91396933560476989 3 11 3 11 0 0 269 11 411 3951508 56160 221.47686767578125 1.0035000000000001 263.42809999999997 13440 7961 0 0 0.13215737202774189 0.95319511763653475 2624 1276 64 1 16 4 2 3 2 5 983040 491520 737280 491667 1248000 25 26 25 33 302 0 0 0 0 11 0 0 0 0 0 +1559 1783792683999777400 REFRESH 38 0 0.66962623932307408 0.55451448040885853 1 9 1 9 0 0 1303 32 417 3943916 55200 221.26284790039062 0.99380000000000002 271.67090000000002 20160 13291 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 27 226 114 0 0 0 8 24 0 0 0 0 0 +1560 1783792684388241100 REFRESH 44 0 0.67092811825413223 0.36712095400340705 1 7 1 7 0 0 1199 10 432 3943897 55200 221.79533386230469 1.01 319.05739999999997 20160 12178 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 25 200 157 1 0 0 2 7 0 0 0 0 0 +1561 1783792684713144500 REFRESH 51 0 0.66892423329579165 0.91396933560476989 3 11 3 11 0 0 423 24 404 3955352 56640 220.36685180664062 1.0046999999999999 264.71449999999999 13440 8128 0 0 0.069033636228787498 0.28522155266690863 3008 1518 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 25 49 280 0 0 0 3 21 0 0 0 0 0 +1562 1783792685011007100 REFRESH 48 0 0.76127053701725989 0.27342419080068137 1 6 1 6 0 0 1313 49 423 3955368 56640 220.16204833984375 1.0172000000000001 295.93079999999998 13440 9372 0 0 0.0013408874190496349 0.20070765204156055 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 25 25 26 322 0 0 0 0 49 0 0 0 0 0 +1563 1783792685275820300 REFRESH 5 0 0.66793229764520989 0.8279386712095399 2 11 2 11 1 0 551 14 423 3951525 56160 221.44613647460938 0.99950000000000006 263.09910000000002 13440 8489 0 0 0.002304700851225742 0.72918741069534687 3392 1814 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 25 31 220 122 0 0 0 1 13 0 0 0 0 1 +1564 1783792685618618900 REFRESH 8 0 0.6748764785086877 0.26575809199318562 2 5 2 5 0 0 1777 18 408 3943906 55200 223.28627014160156 1.01 275.49040000000002 20160 12347 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 27 29 302 0 0 0 0 18 0 0 0 0 0 +1565 1783792685979216100 REFRESH 31 0 0.67099020240010065 0.3594548551959113 2 6 2 6 0 0 1446 22 424 3943918 55200 221.77792358398438 1.0222 290.8381 20160 12108 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 26 187 161 0 0 0 0 22 0 0 0 0 0 +1566 1783792686388229000 REFRESH 25 0 0.66972855812614385 0.54684838160136284 2 8 2 8 0 0 1587 49 409 3943924 55200 222.07589721679688 1.0004999999999999 285.66559999999998 20160 13732 0 0 0.0037133317294834652 0.74577769507902991 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 25 25 26 76 257 0 0 0 15 34 0 0 0 0 0 +1567 1783792686741093500 REFRESH 13 0 0.67485696628951053 0.27342419080068137 1 6 1 6 0 0 2069 62 410 3943890 55200 223.26579284667969 1.0078 290.32810000000001 20160 11994 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 25 25 25 185 150 0 0 0 15 47 0 0 0 0 0 +1568 1783792687052735800 REFRESH 20 0 0.76765398289500109 0.3594548551959113 2 6 2 6 0 0 1125 21 422 3955371 56640 220.62205505371094 1.0261 310.09269999999998 13440 9369 0 0 0.0041473986478778799 0.63654482625388331 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 25 25 26 321 0 0 0 0 21 0 0 0 0 0 +1569 1783792687410930700 REFRESH 30 0 0.67069348817872498 0.4608177172061329 1 8 1 8 0 0 1623 31 423 3943896 55200 221.03564453125 1.0048999999999999 288.7842 20160 13650 0 0 0.0013464488701547372 2.1485265670976039 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 25 25 25 206 142 1 0 0 1 29 0 0 0 0 0 +1570 1783792687772529400 REFRESH 54 0 0.67030537856512817 0.4608177172061329 1 8 1 8 0 0 714 7 427 3943895 55200 221.03050231933594 0.99609999999999999 303.44940000000003 20160 12414 0 0 0.0031513658341259495 1.0996631565127335 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 25 25 26 273 78 0 0 0 0 7 0 0 0 0 0 +1571 1783792688093268300 REFRESH 49 0 0.6679890340444391 0.82027257240204421 3 10 3 10 0 0 740 18 417 3951518 56160 220.63410949707031 1.0134000000000001 260.80680000000001 13440 8314 0 0 0.098963781542186352 0.39376965694185062 3392 1873 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 26 25 204 137 0 0 0 7 11 0 0 0 0 0 +1572 1783792688473824500 REFRESH 56 0 0.67504210091299166 0.26575809199318562 2 5 2 5 0 0 2538 33 427 3943926 55200 222.76710510253906 1.004 310.17290000000003 20160 12294 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 25 25 25 257 95 2 0 0 6 25 0 0 0 0 0 +1573 1783792688819215200 REFRESH 53 0 0.67124951712616432 0.37478705281090291 0 8 0 8 0 0 2405 62 417 3943895 55200 222.03800964355469 0.99760000000000004 282.89769999999999 20160 12248 0 0 0 0.39476565372228767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737495 748800 25 25 26 160 181 0 0 0 2 60 0 0 0 0 0 +1574 1783792689185354800 REFRESH 52 0 0.67150783650104895 0.36712095400340705 1 7 1 7 0 0 1070 10 429 3943899 55200 221.35501098632812 1.0009999999999999 308.84840000000003 20160 11863 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 25 25 25 214 140 1 0 0 1 8 0 0 0 0 0 +1575 1783792689505185700 REFRESH 35 0 0.67161225844824746 0.8279386712095399 2 11 2 11 0 0 806 27 414 3951520 56160 222.97088623046875 1.0026999999999999 267.34620000000001 13440 8154 0 0 0.1466617951208353 1.1358384512012472 3008 1579 64 1 16 4 2 3 2 5 983040 491520 737280 491679 1248000 25 25 25 228 111 0 0 0 7 20 0 0 0 0 0 +1576 1783792689825694200 REFRESH 23 0 0.66910472035253454 0.92163543441226559 2 12 2 12 0 0 615 23 414 3951508 56160 220.89216613769531 0.99839999999999995 263.06439999999998 13440 8355 0 0 0.038168594878047774 1.0628415274023393 3008 1411 64 1 16 4 2 3 2 5 983040 491520 737280 491667 1248000 25 26 26 155 182 0 0 0 5 18 0 0 0 0 0 +1577 1783792690221480500 REFRESH 24 0 0.66979996811615194 1 4 11 4 11 1 0 454 18 416 3951509 56160 222.02983093261719 0.99329999999999996 265.0908 13440 8006 0 0 0.049718034260125263 1.3802885951242663 2624 1161 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 25 25 197 144 0 0 0 3 15 0 0 0 0 1 +1578 1783792692255712500 DEPTH 42 1 0.83886069899923266 0 0 4 0 4 1 0 4028 85 2601 23664953 81600 1290.7304992675781 5.9934000000000003 1888.5161000000001 120960 64944 1 1 0 0.015614833100029545 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426551 4492800 163 150 168 1442 678 2 0 2 1 79 0 0 0 1 0 +1579 1783792694194988500 DEPTH 17 1 0.67237267079177987 0.28109028960817717 0 7 0 7 1 0 1887 65 2583 23664865 81600 1293.1597900390625 6.0404999999999998 1876.7031999999999 120960 57227 1 0 0 0.19145039424988669 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 150 150 150 1027 1106 1 2 0 0 62 0 0 0 0 1 +1580 1783792696177934200 DEPTH 46 1 0.66850420827014245 0.37478705281090291 0 8 0 8 0 0 1985 49 2544 23664858 81600 1291.8927459716797 7.0610999999999997 1903.1880000000001 120960 67685 1 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426458 4492800 150 150 150 302 1792 0 0 0 0 49 0 0 0 0 0 +1581 1783792698088200300 DEPTH 11 1 0.66836285826038355 0.37478705281090291 0 8 0 8 0 0 1160 80 2569 23664792 81600 1285.3934173583984 6.0106000000000002 1838.4284 120960 67633 1 1 0 0.91185791622613488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426391 4492800 150 150 150 792 1327 4 7 2 0 66 0 0 0 0 0 +1582 1783792700047433100 DEPTH 33 1 0.66826094326065655 0.36712095400340705 1 7 1 7 1 0 2016 77 2550 23664951 81600 1296.5335083007812 6.9883000000000006 1885.9503 120960 57573 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426551 4492800 150 150 162 734 1354 0 0 3 0 74 0 0 0 0 1 +1583 1783792702021184200 DEPTH 1 1 0.66823680280857567 0.36712095400340705 1 7 1 7 1 0 1596 56 2573 23664866 81600 1324.5992889404297 6.0061000000000009 1903.3294000000001 120960 58793 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 150 150 150 734 1389 0 0 3 0 53 0 0 0 0 2 +1584 1783792704109690600 DEPTH 3 1 0.668134083679504 0.64054514480408853 2 9 2 9 0 0 765 54 2544 23680243 96000 1317.2860565185547 7.0900999999999987 1943.3598 94080 45321 1 0 0.0050801409687022715 0.21954565914817176 4042 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426481 5491200 150 156 162 759 1317 0 0 1 4 49 0 0 0 0 0 +1585 1783792706050595900 DEPTH 50 1 0.66807284192664484 0.64054514480408853 2 9 2 9 0 0 699 52 2595 23672549 88320 1306.2238616943359 6.1319999999999997 1817.4952000000001 107520 47265 1 0 0.061518444399238342 2.0460364460936478 4051 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426467 4992000 150 150 150 1005 1140 2 0 9 3 38 0 0 0 0 0 +1586 1783792708075528200 DEPTH 48 1 0.74060599135942429 0.27342419080068137 1 6 1 6 0 0 1324 45 2599 23732946 147840 1293.3130035400391 6.8071000000000002 1875.8795 80640 45856 1 0 0.0013408874190496349 0.20070765204156055 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950862 8985600 150 150 150 163 1986 0 3 0 0 42 0 0 0 0 0 +1587 1783792709969512400 DEPTH 20 1 0.69545271346022819 0.3594548551959113 2 6 2 6 0 0 1144 46 2580 23733026 147840 1278.5059967041016 6.2997999999999994 1819.8223 80640 46090 1 0 0.0041473986478778799 0.63654482625388331 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950942 8985600 150 150 150 162 1968 1 0 0 1 44 0 0 0 0 0 +1588 1783792711805501100 DEPTH 44 1 0.66825137776731158 0.36712095400340705 1 7 1 7 0 0 1228 82 2601 23664862 81600 1292.5472564697266 5.9866000000000001 1833.9148 120960 57802 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 150 150 150 1102 1049 6 0 0 4 72 0 0 0 0 0 +1589 1783792713652855800 DEPTH 16 1 0.66825899322837401 0.3594548551959113 2 6 2 6 0 0 1719 100 2539 23664794 81600 1299.1520080566406 6.2126999999999999 1711.8362 120960 58109 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426394 4492800 150 150 150 795 1294 0 0 0 3 97 0 0 0 0 0 +1590 1783792715356701700 DEPTH 12 1 0.66808759144869778 0.63287904599659284 3 8 3 8 1 0 983 36 2593 23676246 92160 1287.2214813232422 6.0308000000000002 1574.3493000000001 100800 44531 1 0 0.0015102624860077482 0.9394486955269914 4020 1972 384 12 96 4 3 3 3 3 5898240 3686400 4423680 4426321 5241600 150 150 150 602 1541 0 0 0 2 34 0 0 0 0 1 +1591 1783792717263885300 DEPTH 39 1 0.66807587733220963 0.63287904599659284 3 8 3 8 0 0 994 101 2590 23672556 88320 1285.2695159912109 6.0393999999999997 1827.3050000000001 107520 46972 1 0 0.033915050234405199 0.89795211255192564 3965 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426476 4992000 150 150 152 948 1190 0 0 4 11 86 0 0 0 0 0 +1592 1783792719206585700 DEPTH 40 1 0.66797136036470039 0.64821124361158422 1 10 1 10 0 0 1081 63 2609 23672503 88320 1284.1943054199219 6.4891000000000005 1864.3113000000001 107520 46988 1 0 0.083077089126711981 1.5472964947330925 4096 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426422 4992000 150 150 188 949 1172 2 0 0 0 61 0 0 0 0 0 +1593 1783792720958854200 DEPTH 47 1 0.66790730433255863 0.8279386712095399 2 11 2 11 0 0 457 22 2602 23691609 106560 1284.8353576660156 6.6013999999999999 1625.6017999999999 80640 40212 1 0 0.068787934381682569 1.4082378301417173 3392 1948 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4180569 6240000 150 150 150 489 1663 0 0 1 1 20 0 0 0 0 0 +1594 1783792722901583300 DEPTH 42 1 0.7478065592250237 0 0 4 0 4 1 0 4065 73 2597 23664963 81600 1284.2211151123047 6.0106000000000002 1873.0795000000001 120960 53473 1 0 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426563 4492800 162 150 162 1557 566 0 0 2 0 71 0 0 0 0 1 +1595 1783792724793787600 DEPTH 8 1 0.67250610218708795 0.26575809199318562 2 5 2 5 0 0 1791 83 2502 23664931 81600 1334.2228393554688 6.7535000000000007 1825.9196999999999 120960 58374 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426528 4492800 150 150 162 162 1878 0 0 0 0 83 0 0 0 0 0 +1596 1783792726716963800 DEPTH 13 1 0.67247450282669741 0.27342419080068137 1 6 1 6 0 0 2090 102 2535 23664870 81600 1295.916015625 6.0696999999999992 1839.7614000000001 120960 56380 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 150 150 150 453 1632 0 1 0 1 100 0 0 0 0 0 +1597 1783792728721518500 DEPTH 31 1 0.66834358669007843 0.3594548551959113 2 6 2 6 0 0 1458 50 2585 23664756 81600 1293.6632385253906 6.6051000000000002 1923.9857999999999 120960 57905 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426355 4492800 150 150 150 1056 1079 1 0 1 0 48 0 0 0 0 0 +1598 1783792730662969700 DEPTH 30 1 0.66772706358397849 0.4608177172061329 1 8 1 8 0 0 1637 64 2563 23664889 81600 1292.2185516357422 6.0288999999999993 1859.1564000000001 120960 67126 1 0 0.0013464488701547372 2.1485265670976039 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 150 150 150 885 1228 0 0 0 0 64 0 0 0 0 0 +1599 1783792732322949800 DEPTH 0 1 0.66748492600537279 0.8356047700170357 1 12 1 12 0 0 501 45 2590 23702573 118080 1278.1558685302734 6.5388000000000002 1592.8420000000001 80640 40160 1 0 0.010204945167669384 1.6009699177179406 3392 1998 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3442731 6988800 150 150 159 1028 1103 0 0 0 3 42 0 0 0 0 0 +1600 1783792734208183700 DEPTH 32 1 0.66747994665603061 0.4608177172061329 1 8 1 8 0 0 1518 82 2561 23664886 81600 1292.0238037109375 6.0338000000000003 1811.1086 120960 61929 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426483 4492800 150 150 150 541 1570 0 0 0 5 77 0 0 0 0 0 +1601 1783792736232081000 DEPTH 2 1 0.66736187668499558 0.45315161839863699 2 7 2 7 0 0 1644 93 2615 23664876 81600 1290.8810272216797 6.5371999999999995 1941.0805 120960 61468 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 150 150 150 892 1273 0 2 1 3 87 0 0 0 0 0 +1602 1783792738163027400 DEPTH 56 1 0.67265200775184697 0.26575809199318562 2 5 2 5 0 0 2570 96 2572 23664853 81600 1291.6625366210938 6.0050000000000008 1852.0115000000001 120960 57851 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426450 4492800 150 150 150 1372 750 2 3 6 5 80 0 0 0 0 0 +1603 1783792740133988600 DEPTH 52 1 0.66879013330718684 0.36712095400340705 1 7 1 7 0 0 1097 63 2575 23664787 81600 1285.3032989501953 7.2390999999999996 1898.6273000000001 120960 55668 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 150 150 150 1239 886 2 0 0 4 57 0 0 0 0 0 +1604 1783792742059340300 DEPTH 53 1 0.66857356237393994 0.37478705281090291 0 8 0 8 1 0 2445 129 2549 23664767 81600 1294.0318603515625 5.9955000000000007 1837.0643 120960 58156 1 0 0 0.37131347128220871 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426366 4492800 150 150 156 679 1414 0 0 0 8 121 0 0 0 0 1 +1605 1783792743839666600 DEPTH 35 1 0.66806413889075877 0.8279386712095399 2 11 2 11 0 0 811 69 2544 23698934 114240 1284.8210601806641 6.7250999999999994 1646.9583 80640 39530 1 0 0.1466617951208353 1.1358384512012472 3392 1793 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688691 6739200 150 150 150 1184 910 0 0 0 18 51 0 0 0 0 0 +1606 1783792745754710700 DEPTH 45 1 0.66740484579754566 0.45315161839863699 2 7 2 7 0 0 1277 53 2583 23664818 81600 1288.2534484863281 6.0385 1847.7101 120960 62283 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 150 150 150 1336 797 0 0 1 4 48 0 0 0 0 0 +1607 1783792747463202400 DEPTH 36 1 0.6673552324214278 0.82027257240204421 3 10 3 10 1 0 835 51 2588 23698864 114240 1285.1970672607422 6.8460000000000001 1644.7645 80640 39630 1 0 0.063144792848069869 0.19480619706689231 3392 1942 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688621 6739200 150 150 150 757 1381 0 0 3 0 48 0 0 0 0 1 +1608 1783792749368903000 DEPTH 21 1 0.66726402672521345 0.56218057921635434 0 10 0 10 0 0 1497 45 2552 23687867 103680 1287.1947937011719 6.2000999999999999 1841.5715 80640 39130 1 0 0.00012490267041285428 1.1733740635340326 4087 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426426 5990400 150 150 150 629 1473 0 0 0 1 44 0 0 0 0 0 +1609 1783792751065696600 DEPTH 29 1 0.66692289203370136 0.82027257240204421 3 10 3 10 0 0 839 88 2586 23684071 99840 1294.8500671386719 6.4820999999999991 1627.3834999999999 87360 43035 1 0 0.17245395781315404 1.1179809937997387 4096 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426469 5740800 150 154 162 542 1578 0 0 2 0 86 0 0 0 0 0 +1610 1783792751343880400 REFRESH 21 0 0.43395345966439441 0.56218057921635434 0 10 0 10 0 0 1537 76 415 3943894 55200 221.75334167480469 1.0025999999999999 276.39780000000002 20160 15001 0 0 0.00012490267041285428 1.1733740635340326 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 25 25 34 93 238 0 0 0 15 61 0 0 0 0 0 +1611 1783792751723958200 REFRESH 17 0 0.67008558632976811 0.28109028960817717 0 7 0 7 0 0 1897 22 424 3943913 55200 222.37388610839844 0.99509999999999998 312.73309999999998 20160 12345 0 0 0 0.19145039424988669 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 25 25 25 253 96 0 0 0 3 19 0 0 0 0 0 +1612 1783792752041350000 REFRESH 23 0 0.66559146554372073 0.92163543441226559 2 12 2 12 1 0 617 17 415 3951523 56160 221.27104187011719 0.99660000000000004 261.63690000000003 13440 8423 0 0 0.03776755138588251 0.98889797570575755 3072 1438 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 26 26 160 178 0 0 0 4 13 0 0 0 0 1 +1613 1783792752362885400 REFRESH 15 0 0.66318690615708076 0.91396933560476989 3 11 3 11 0 0 270 6 411 3951499 56160 221.08364868164062 1.0121 264.05790000000002 13440 8020 0 0 0.13215737202774189 0.95319511763653475 2688 1308 64 1 16 4 2 3 2 5 983040 491520 737280 491659 1248000 25 26 25 32 303 0 0 0 0 6 0 0 0 0 0 +1614 1783792752742618600 REFRESH 40 0 0.63470244934841913 0.64821124361158422 1 10 1 10 0 0 1086 20 414 3943911 55200 221.25465393066406 1.0004 305.78710000000001 20160 14808 0 0 0.083077089126711981 1.5472964947330925 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 25 25 25 127 212 0 1 0 0 19 0 0 0 0 0 +1615 1783792753079019600 REFRESH 51 0 0.66558824797364102 0.91396933560476989 3 11 3 11 0 0 424 12 404 3955365 56640 221.03158569335938 1.0021 264.27679999999998 13440 8198 0 0 0.069033636228787498 0.28522155266690863 3072 1549 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 25 25 49 280 0 0 0 0 12 0 0 0 0 0 +1616 1783792753452556600 REFRESH 24 0 0.66629072077917317 1 4 11 4 11 0 0 454 16 419 3951504 56160 220.9935302734375 1.0105999999999999 270.01229999999998 13440 8076 0 0 0.049718034260125263 1.3802885951242663 2688 1187 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 25 25 209 135 0 0 0 1 15 0 0 0 0 0 +1617 1783792753791158900 REFRESH 16 0 0.66565340786450666 0.3594548551959113 2 6 2 6 0 0 1728 28 417 3943920 55200 222.84185791015625 1.0096000000000001 277.41140000000001 20160 12054 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 25 25 25 177 165 0 0 0 4 24 0 0 0 0 0 +1618 1783792754169837800 REFRESH 39 0 0.66484038635085885 0.63287904599659284 3 8 3 8 0 0 1009 25 427 3943933 55200 229.71084594726562 1.0226999999999999 307.5881 20160 14837 0 0 0.033915050234405199 0.89795211255192564 3994 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737533 748800 25 25 27 240 110 0 0 0 15 10 0 0 0 0 0 +1619 1783792754505025600 REFRESH 43 0 0.66459021832974963 0.8279386712095399 2 11 2 11 0 0 637 20 419 3947763 55680 229.81529235839844 1.0159 274.24099999999999 13440 8240 0 0 0.010328634301928093 1.9556417763712328 3456 1787 64 1 16 4 2 3 3 4 983040 491520 737280 737521 998400 25 26 26 38 304 0 0 0 1 19 0 0 0 0 0 +1620 1783792754839795500 REFRESH 14 0 0.66524616766322731 0.65587734241908002 0 11 0 11 0 0 995 35 412 3943927 55200 222.782470703125 1.0298 275.23590000000002 20160 14610 0 0 1.3850792041257712e-05 0.82201615712726361 3905 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 25 25 29 40 293 0 0 0 2 33 0 0 0 0 0 +1621 1783792755204276300 REFRESH 10 0 0.66699683126022324 0.64821124361158422 1 10 1 10 0 0 687 23 421 3947770 55680 231.16595458984375 1.008 294.25279999999998 13440 8233 0 0 0.03223773269724084 3.5891797903298368 3456 1823 64 1 16 4 2 3 3 4 983040 491520 737280 737530 998400 25 26 27 40 303 0 0 0 1 22 0 0 0 0 0 +1622 1783792755483541300 REFRESH 36 0 0.56386551505964799 0.82027257240204421 3 10 3 10 0 0 846 37 417 3947738 55680 235.95622253417969 1.0165 277.52319999999997 13440 8422 0 0 0.063144792848069869 0.19480619706689231 3456 1980 64 1 16 4 2 3 3 4 983040 491520 737280 737497 998400 25 26 27 138 201 0 0 0 8 29 0 0 0 0 0 +1623 1783792755869043300 REFRESH 11 0 0.66585553840706679 0.37478705281090291 0 8 0 8 0 0 1168 24 425 3943930 55200 222.25407409667969 1.0076000000000001 314.19569999999999 20160 12437 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 25 25 25 203 147 2 1 0 4 17 0 0 0 0 0 +1624 1783792756161348600 REFRESH 53 0 0.61590163270221598 0.37478705281090291 0 8 0 8 0 0 2489 74 413 3943918 55200 223.38969421386719 1.0068999999999999 290.3886 20160 12102 0 0 0 0.37131347128220871 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 26 165 172 0 0 0 9 65 0 0 0 0 0 +1625 1783792756545409600 REFRESH 46 0 0.6660064386647746 0.37478705281090291 0 8 0 8 0 0 1999 40 419 3943935 55200 233.01239013671875 1.0063 305.51609999999999 20160 12362 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737534 748800 25 25 25 126 218 0 0 0 8 32 0 0 0 0 0 +1626 1783792756890446100 REFRESH 18 0 0.66547560489934443 0.9293015332197615 1 13 1 13 1 0 374 13 415 3951508 56160 237.77690124511719 1.0058 281.03250000000003 13440 7996 0 0 0.0011581510151287512 1.5340829913578353 3072 1246 64 1 16 4 2 3 2 5 983040 491520 737280 491667 1248000 25 25 25 183 157 0 0 0 1 12 0 0 0 0 1 +1627 1783792757263771800 REFRESH 1 0 0.66727834922579854 0.36712095400340705 1 7 1 7 0 0 1603 31 423 3943903 55200 229.31660461425781 1.054 308.21480000000003 20160 12285 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 26 210 137 0 0 1 7 23 0 0 0 0 0 +1628 1783792757627238200 REFRESH 8 0 0.67021160064881302 0.26575809199318562 2 5 2 5 0 0 1796 20 408 3943914 55200 237.20448303222656 1.0262 292.18650000000002 20160 12317 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 25 25 28 29 301 0 0 0 0 20 0 0 0 0 0 +1629 1783792757974505400 REFRESH 26 0 0.66547691816365107 0.8356047700170357 1 12 1 12 0 0 771 14 425 3951502 56160 234.29119873046875 1.0101 280.78199999999998 13440 8090 0 0 0.00090343126200002769 0.66214906984633026 3456 1720 64 1 16 4 2 3 2 5 983040 491520 737280 491662 1248000 25 25 25 181 169 1 0 0 1 12 0 0 0 0 0 +1630 1783792758266908700 REFRESH 32 0 0.66463295856347571 0.4608177172061329 1 8 1 8 0 0 1524 35 420 3943915 55200 230.76045227050781 1.0029999999999999 290.68299999999999 20160 11825 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 182 163 0 1 0 15 19 0 0 0 0 0 +1631 1783792758601656800 REFRESH 6 0 0.66665842451382562 0.91396933560476989 3 11 3 11 0 0 350 7 415 3955350 56640 219.76985168457031 1.0357000000000001 269.952 13440 8379 0 0 0.078922789110012742 0.14595314801462497 2688 1179 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 25 31 308 0 0 0 1 6 0 0 0 0 0 +1632 1783792758945017800 REFRESH 28 0 0.66504341475248341 0.8356047700170357 1 12 1 12 0 0 478 16 409 3947747 55680 228.93772888183594 1.0056 276.00439999999998 13440 8017 0 0 0.001011687273636471 1.7372878770200846 3456 1658 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 25 25 26 87 246 0 0 0 2 14 0 0 0 0 0 +1633 1783792759328171900 REFRESH 48 0 0.74100117234534268 0.27342419080068137 1 6 1 6 0 0 1334 32 418 3955363 56640 221.93458557128906 1.0035000000000001 303.959 13440 8567 0 0 0.0013408874190496349 0.20070765204156055 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 25 26 317 0 1 0 0 31 0 0 0 0 0 +1634 1783792759679191200 REFRESH 37 0 0.66499602781992773 0.8356047700170357 1 12 1 12 1 0 694 30 423 3951517 56160 221.42054748535156 1.0270999999999999 276.29629999999997 13440 7961 0 0 0.0081873318915288776 0.8849919723752806 3456 1975 64 1 16 4 2 3 2 5 983040 491520 737280 491676 1248000 25 25 26 236 111 0 0 0 12 18 0 0 0 0 1 +1635 1783792760021615300 REFRESH 58 0 0.66587992662087636 0.92163543441226559 2 12 2 12 1 0 422 18 415 3951515 56160 222.252197265625 1.0649 277.7278 13440 8112 0 0 0.012937344408152321 1.9164160603669584 3072 1620 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 25 25 144 196 0 0 0 5 13 0 0 0 0 1 +1636 1783792760354785500 REFRESH 34 0 0.66516579091883654 0.8356047700170357 1 12 1 12 0 0 473 13 418 3947751 55680 221.6099853515625 1.0182 262.39109999999999 13440 8252 0 0 0.00025806597936142299 2.1331686404298513 3456 1684 64 1 16 4 2 3 3 4 983040 491520 737280 737511 998400 25 26 29 43 295 0 0 0 0 13 0 0 0 0 0 +1637 1783792760672815600 REFRESH 5 0 0.66491676582016046 0.8279386712095399 2 11 2 11 0 0 551 12 426 3951531 56160 221.4625244140625 1.0034000000000001 261.94029999999998 13440 8470 0 0 0.002304700851225742 0.72918741069534687 3456 1845 64 1 16 4 2 3 2 5 983040 491520 737280 491690 1248000 25 25 31 238 107 0 0 0 0 12 0 0 0 0 0 +1638 1783792761060434100 REFRESH 20 0 0.7445282071010384 0.3594548551959113 2 6 2 6 1 0 1153 32 423 3955359 56640 232.5718994140625 1.0068999999999999 315.61270000000002 13440 8561 0 0 0.00054033700500043637 0.89288299065255405 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 25 25 26 322 0 0 0 0 32 0 0 0 0 1 +1639 1783792761405250900 REFRESH 38 0 0.66648195369020358 0.55451448040885853 1 9 1 9 0 0 1304 16 422 3943918 55200 221.56288146972656 1.0184 273.01249999999999 20160 13106 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 27 221 124 0 0 0 5 11 0 0 0 0 0 +1640 1783792761727010300 REFRESH 27 0 0.66603317864896749 0.93696763202725719 0 14 0 14 0 0 669 19 425 3951517 56160 221.74412536621094 0.99909999999999999 264.35129999999998 13440 8166 0 0 1.7077624166593704e-05 0.81246312151568389 3072 1508 64 1 16 4 2 3 2 5 983040 491520 737280 491676 1248000 25 26 25 218 131 0 0 0 5 14 0 0 0 0 0 +1641 1783792762001390700 REFRESH 29 0 0.66310849763897528 0.82027257240204421 3 10 3 10 0 0 867 51 421 3943923 55200 222.1475830078125 1.0031000000000001 272.31900000000002 20160 14865 0 0 0.17245395781315404 1.1179809937997387 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 28 45 298 0 0 0 3 48 0 0 0 0 0 +1642 1783792762319155600 REFRESH 47 0 0.66465055766957637 0.8279386712095399 2 11 2 11 0 0 466 30 421 3947761 55680 220.92207336425781 1.0244 262.85860000000002 13440 8298 0 0 0.068787934381682569 1.4082378301417173 3456 1981 64 1 16 4 2 3 3 4 983040 491520 737280 737521 998400 25 25 25 138 208 0 0 0 13 17 0 0 0 0 0 +1643 1783792762629242500 REFRESH 56 0 0.67040814002952076 0.26575809199318562 2 5 2 5 0 0 2576 15 427 3943902 55200 222.51213073730469 1.0034000000000001 308.33460000000002 20160 12506 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 248 104 0 0 0 3 12 0 0 0 0 0 +1644 1783792762954044200 REFRESH 22 0 0.66589472144303175 0.91396933560476989 3 11 3 11 0 0 400 13 421 3951511 56160 222.447265625 0.99239999999999995 264.80369999999999 13440 8191 0 0 0.010104802783773112 0.98385878041029806 3072 1458 64 1 16 4 2 3 2 5 983040 491520 737280 491671 1248000 25 25 25 190 156 0 0 0 4 9 0 0 0 0 0 +1645 1783792763295931700 REFRESH 25 0 0.66705660373994213 0.54684838160136284 2 8 2 8 0 0 1608 54 409 3943906 55200 222.98725891113281 1.0089999999999999 281.90879999999999 20160 13409 0 0 0.0037133317294834652 0.74577769507902991 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 26 85 248 0 0 0 11 43 0 0 0 0 0 +1646 1783792763635041500 REFRESH 57 0 0.66483688318334677 0.8279386712095399 2 11 2 11 0 0 872 34 409 3947749 55680 221.50245666503906 1.0041 262.3091 13440 8368 0 0 0.00086134713939095271 1.9798263122044926 3456 1659 64 1 16 4 2 3 3 4 983040 491520 737280 737509 998400 25 26 25 133 200 0 0 0 2 32 0 0 0 0 0 +1647 1783792763998798200 REFRESH 13 0 0.67032155952196693 0.27342419080068137 1 6 1 6 0 0 2120 47 419 3943919 55200 228.82406616210938 1.0054000000000001 290.38600000000002 20160 11960 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 25 181 163 0 0 0 6 41 0 0 0 0 0 +1648 1783792764428386100 REFRESH 9 0 0.66669426174565216 0.3594548551959113 2 6 2 6 0 0 960 19 418 3943935 55200 233.64096069335938 1.0177 307.2552 20160 12150 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737535 748800 25 25 25 167 176 0 0 0 2 17 0 0 0 0 0 +1649 1783792764768825900 REFRESH 12 0 0.66728164663091472 0.63287904599659284 3 8 3 8 0 0 1008 60 428 3947725 55680 234.74073791503906 1.0067999999999999 281.33199999999999 13440 8163 0 0 0.0015102624860077482 0.9394486955269914 4050 2002 64 1 16 4 2 3 3 4 983040 491520 737280 737485 998400 25 25 25 72 281 0 0 0 5 55 0 0 0 0 0 +1650 1783792765143482100 REFRESH 44 0 0.66591937766028741 0.36712095400340705 1 7 1 7 0 0 1234 14 431 3943921 55200 223.10604858398438 1.0093000000000001 310.77390000000003 20160 12053 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 25 205 151 0 0 0 1 13 0 0 0 0 0 +1651 1783792765460183800 REFRESH 0 0 0.66430089365189871 0.8356047700170357 1 12 1 12 0 0 505 14 414 3947724 55680 221.29151916503906 1.0087999999999999 260.23039999999997 13440 8303 0 0 0.010204945167669384 1.6009699177179406 3456 2035 64 1 16 4 2 3 3 4 983040 491520 737280 737484 998400 25 26 37 94 232 0 0 1 2 11 0 0 0 0 0 +1652 1783792765824934000 REFRESH 30 0 0.66505390634156203 0.4608177172061329 1 8 1 8 0 0 1649 42 422 3943916 55200 228.65203857421875 1.214 298.7079 20160 12391 0 0 0.0013464488701547372 2.1485265670976039 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 25 237 110 0 0 0 16 26 0 0 0 0 0 +1653 1783792766092359900 REFRESH 35 0 0.6647894797535886 0.8279386712095399 2 11 2 11 0 0 817 25 409 3947755 55680 223.51155090332031 1.0285 265.31060000000002 13440 8333 0 0 0.1466617951208353 1.1358384512012472 3456 1822 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 26 25 153 180 0 0 0 10 15 0 0 0 0 0 +1654 1783792766398159900 REFRESH 52 0 0.6663240780959212 0.36712095400340705 1 7 1 7 0 0 1103 19 432 3943915 55200 222.92274475097656 0.996 303.98739999999998 20160 11934 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 235 122 0 0 0 6 13 0 0 0 0 0 +1655 1783792766766916100 REFRESH 54 0 0.66485394988855062 0.4608177172061329 1 8 1 8 0 0 716 9 425 3943918 55200 222.47116088867188 1.0073000000000001 307.85180000000003 20160 12295 0 0 0.0031513658341259495 1.0996631565127335 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 26 271 78 0 0 0 0 9 0 0 0 0 0 +1656 1783792767087368400 REFRESH 19 0 0.66486751562401158 0.8279386712095399 2 11 2 11 0 0 610 20 422 3947766 55680 222.50802612304688 1.0051000000000001 263.90980000000002 13440 8355 0 0 0.026098001124384564 0.38970274678601297 3456 1996 64 1 16 4 2 3 3 4 983040 491520 737280 737526 998400 25 25 26 160 186 0 0 0 2 18 0 0 0 0 0 +1657 1783792767415369400 REFRESH 4 0 0.66601230530897249 0.8356047700170357 1 12 1 12 0 0 205 4 411 3955344 56640 219.22508239746094 1.0056 258.30930000000001 13440 8763 0 0 0.040034988002707217 1.6325146921702258 2688 1491 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 25 27 309 0 0 0 0 4 0 0 0 0 0 +1658 1783792767754280100 REFRESH 7 0 0.66495061027652591 0.8356047700170357 1 12 1 12 0 0 634 20 414 3947748 55680 233.92066955566406 1.0071000000000001 277.88389999999998 13440 8263 0 0 0.00036830034262289241 0.90025926851484628 3456 1788 64 1 16 4 2 3 3 4 983040 491520 737280 737508 998400 25 26 25 116 222 0 0 0 4 16 0 0 0 0 0 +1659 1783792768110181000 REFRESH 33 0 0.66618042471684524 0.36712095400340705 1 7 1 7 0 0 2029 33 417 3943931 55200 223.31596374511719 1.0227999999999999 293.94470000000001 20160 12103 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 25 25 27 176 164 0 0 0 4 29 0 0 0 0 0 +1660 1783792768486113900 REFRESH 49 0 0.66507446232089173 0.82027257240204421 3 10 3 10 0 0 742 9 423 3951502 56160 219.81184387207031 1.0104 262.09140000000002 13440 8310 0 0 0.098963781542186352 0.39376965694185062 3456 1905 64 1 16 4 2 3 2 5 983040 491520 737280 491662 1248000 25 26 25 206 141 0 0 0 0 9 0 0 0 0 0 +1661 1783792768798309900 REFRESH 42 0 0.83704779784326466 0 0 4 0 4 0 0 4079 29 428 3943910 55200 221.32633972167969 1.0005999999999999 310.71050000000002 20160 11823 0 0 0 0.0066344451008704943 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 27 25 29 269 78 0 0 0 1 28 0 0 0 0 0 +1662 1783792769148232800 REFRESH 2 0 0.66478451987956988 0.45315161839863699 2 7 2 7 0 0 1649 30 422 3943897 55200 222.7220458984375 1.0071000000000001 291.42039999999997 20160 11923 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 25 242 105 0 0 0 11 19 0 0 0 0 0 +1663 1783792769468792700 REFRESH 55 0 0.66502423537455702 0.8279386712095399 2 11 2 11 0 0 675 19 408 3947793 55680 221.97042846679688 1.0065 265.44889999999998 13440 8266 0 0 0.028658969471304477 0.6343466619252468 3456 1674 64 1 16 4 2 3 3 4 983040 491520 737280 737551 998400 25 26 25 137 195 0 0 0 5 14 0 0 0 0 0 +1664 1783792769825881600 REFRESH 41 0 0.66722020380034497 0.55451448040885853 1 9 1 9 0 0 1137 21 421 3943922 55200 221.07034301757812 1.0134000000000001 291.66520000000003 20160 13395 0 0 0.00047546691312138533 1.497358551665477 4057 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 25 163 183 0 0 0 0 21 0 0 0 0 0 +1665 1783792770196019500 REFRESH 45 0 0.66480919943353611 0.45315161839863699 2 7 2 7 0 0 1283 16 431 3943900 55200 222.91456604003906 1.0042 307.25290000000001 20160 11944 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 25 25 25 244 112 0 0 0 3 13 0 0 0 0 0 +1666 1783792770568050800 REFRESH 50 0 0.66530918404181205 0.64054514480408853 2 9 2 9 0 0 700 11 437 3943935 55200 221.33760070800781 1.0088999999999999 314.69560000000001 20160 14940 0 0 0.061518444399238342 2.0460364460936478 4087 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737535 748800 25 25 25 240 122 0 1 0 0 10 0 0 0 0 0 +1667 1783792770930224200 REFRESH 31 0 0.66607001128457011 0.3594548551959113 2 6 2 6 0 0 1471 35 423 3943892 55200 221.93049621582031 1.0046999999999999 291.01519999999999 20160 12143 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 25 25 26 198 149 0 0 0 1 34 0 0 0 0 0 +1668 1783792771277606900 REFRESH 3 0 0.66538993566549642 0.64054514480408853 2 9 2 9 0 0 772 26 415 3943909 55200 237.51884460449219 1.0044999999999999 293.49549999999999 20160 14761 0 0 0.0050801409687022715 0.21954565914817176 4078 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 26 181 158 0 0 0 7 19 0 0 0 0 0 +1669 1783792773206335600 DEPTH 20 1 0.73951835911635899 0.3594548551959113 2 6 2 6 1 0 1175 63 2564 23733009 147840 1306.4544067382812 6.0354000000000001 1869.1585 80640 43317 1 0 0.0082079825564365765 0.30524765137648607 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950928 8985600 150 150 150 155 1959 2 0 0 0 61 0 0 0 0 1 +1670 1783792775319823600 DEPTH 48 1 0.73210440373609598 0.27342419080068137 1 6 1 6 0 0 1343 55 2596 23733099 147840 1348.4873962402344 6.4319000000000006 1986.3632 80640 42805 1 1 0.0013408874190496349 0.20070765204156055 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951018 8985600 150 150 150 161 1985 2 0 0 1 51 0 0 0 0 0 +1671 1783792777524377800 DEPTH 56 1 0.66812272954828145 0.26575809199318562 2 5 2 5 0 0 2599 69 2599 23664868 81600 1320.0263366699219 7.2486999999999995 2082.3721999999998 120960 58495 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 150 150 150 1467 682 0 0 1 8 60 0 0 0 0 0 +1672 1783792779655168400 DEPTH 17 1 0.66806163458765777 0.28109028960817717 0 7 0 7 0 0 1937 71 2576 23664853 81600 1375.9344635009766 6.6084999999999994 2059.529 120960 57970 1 0 0 0.19145039424988669 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 150 150 150 1066 1060 0 0 3 0 68 0 0 0 0 0 +1673 1783792781487073400 DEPTH 8 1 0.66806423509294433 0.26575809199318562 2 5 2 5 0 0 1809 102 2519 23664819 81600 1384.8893432617188 6.4562999999999997 1750.7094 120960 58657 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 150 150 162 157 1900 0 0 0 1 101 0 0 0 0 0 +1674 1783792783517156300 DEPTH 42 1 0.71593501479399568 0 0 4 0 4 0 0 4096 100 2591 23664923 81600 1333.0196533203125 6.0363999999999995 1947.8438000000001 120960 57504 1 0 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426523 4492800 162 150 168 1502 609 0 0 1 0 99 0 0 0 0 0 +1675 1783792785491394600 DEPTH 1 1 0.66474136246613269 0.36712095400340705 1 7 1 7 0 0 1620 66 2582 23664899 81600 1352.0844879150391 8.0152999999999999 1972.4929999999999 120960 58145 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426498 4492800 150 150 150 740 1392 0 0 1 1 64 0 0 0 0 0 +1676 1783792787366644600 DEPTH 10 1 0.66438852123942616 0.64821124361158422 1 10 1 10 0 0 706 74 2543 23687871 103680 1359.7655029296875 6.509500000000001 1728.8296 80640 39609 1 0 0.03223773269724084 3.5891797903298368 3840 2025 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426427 5990400 150 156 156 220 1861 1 0 1 0 72 0 0 0 0 0 +1677 1783792789447121200 DEPTH 13 1 0.66806196757664926 0.27342419080068137 1 6 1 6 0 0 2142 92 2534 23664859 81600 1345.3168640136719 6.3294000000000006 1921.6516999999999 120960 56735 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 150 150 150 454 1630 0 0 0 5 87 0 0 0 0 0 +1678 1783792791434875600 DEPTH 9 1 0.66408735614826386 0.3594548551959113 2 6 2 6 0 0 969 34 2542 23664846 81600 1304.4705352783203 7.0292000000000003 1915.2543000000001 120960 57602 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 150 150 150 462 1630 0 0 0 0 34 0 0 0 0 0 +1679 1783792793378769200 DEPTH 25 1 0.6640647841412779 0.54684838160136284 2 8 2 8 0 0 1623 77 2538 23664878 81600 1305.2784423828125 6.0088000000000008 1856.1797999999999 120960 66961 1 0 0.0037133317294834652 0.74577769507902991 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 150 150 156 294 1788 2 3 0 3 69 0 0 0 0 0 +1680 1783792795205035200 DEPTH 12 1 0.6639504328884539 0.63287904599659284 3 8 3 8 0 0 1015 57 2604 23664800 81600 1286.7461090087891 7.4283000000000001 1636.6102000000001 120960 47021 1 0 0.0015102624860077482 0.9394486955269914 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426400 4492800 150 150 150 280 1874 0 0 0 1 56 0 0 0 0 0 +1681 1783792797124756000 DEPTH 46 1 0.66365778298246036 0.37478705281090291 0 8 0 8 0 0 2012 54 2562 23664884 81600 1293.2393188476562 6.0631999999999993 1840.5887 120960 61841 1 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 150 150 150 318 1794 0 0 0 0 54 0 0 0 0 0 +1682 1783792799074623300 DEPTH 53 1 0.66357848209530346 0.37478705281090291 0 8 0 8 1 0 2540 160 2530 23664887 81600 1293.1934051513672 6.6654 1868.5319 120960 57465 1 1 0 0.35776135966589051 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426487 4492800 150 150 156 675 1399 0 2 0 1 156 0 0 0 0 1 +1683 1783792800980120300 DEPTH 11 1 0.66355202157054638 0.37478705281090291 0 8 0 8 0 0 1199 92 2583 23664821 81600 1285.2340393066406 6.0360999999999994 1824.319 120960 61860 1 0 0 0.91185791622613488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 150 150 150 787 1346 7 2 1 0 82 0 0 0 0 0 +1684 1783792802936566000 DEPTH 44 1 0.6634221446927635 0.36712095400340705 1 7 1 7 0 0 1243 60 2607 23664826 81600 1294.3473358154297 6.1375999999999999 1875.8273999999999 120960 57237 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 150 150 150 1114 1043 3 0 0 4 53 0 0 0 0 0 +1685 1783792804911245400 DEPTH 42 1 0.6948329272897259 0 0 4 0 4 0 0 4096 109 2594 23664835 81600 1284.3203125 5.9818999999999996 1888.2877000000001 120960 46904 1 1 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 162 150 168 1575 539 0 0 1 0 107 0 0 0 0 0 +1686 1783792806930665100 DEPTH 52 1 0.66377318322691115 0.36712095400340705 1 7 1 7 0 0 1123 60 2565 23664860 81600 1287.5294952392578 6.3601999999999999 1856.8568 120960 55864 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 150 150 150 1281 834 1 0 0 1 58 0 0 0 0 0 +1687 1783792808842932100 DEPTH 33 1 0.66361586736411327 0.36712095400340705 1 7 1 7 0 0 2041 58 2547 23664784 81600 1297.7438659667969 5.9879999999999995 1835.9087 120960 57722 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426382 4492800 150 150 162 733 1352 0 0 0 1 57 0 0 0 0 0 +1688 1783792810683143200 DEPTH 16 1 0.66345251902201974 0.3594548551959113 2 6 2 6 0 0 1751 101 2546 23664779 81600 1299.0341644287109 7.2630999999999997 1775.2218 120960 57574 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426377 4492800 150 150 150 814 1282 0 0 0 3 98 0 0 0 0 0 +1689 1783792812437937600 DEPTH 38 1 0.66320765194710751 0.55451448040885853 1 9 1 9 0 0 1313 81 2536 23664791 81600 1287.7101745605469 6.0305000000000009 1674.9876999999999 120960 66251 1 0 0.069380060749284017 2.6479308659882252 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426389 4492800 150 150 162 746 1328 0 0 0 5 76 0 0 0 0 0 +1690 1783792814126443500 DEPTH 24 1 0.66320164708460516 1 4 11 4 11 0 0 456 67 2551 23709927 125760 1291.3932952880859 6.8681999999999999 1623.9512 80640 38612 1 0 0.049718034260125263 1.3802885951242663 3072 1368 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950882 7488000 150 150 150 1039 1062 0 0 0 8 59 0 0 0 0 0 +1691 1783792815772878100 DEPTH 18 1 0.66273891630595605 0.9293015332197615 1 13 1 13 0 0 378 65 2535 23695246 110400 1295.6367340087891 6.0937000000000001 1591.2760000000001 80640 38314 1 0 0.0011581510151287512 1.5340829913578353 3452 1404 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934605 6489600 150 150 150 829 1256 0 0 0 6 59 0 0 0 0 0 +1692 1783792817539380400 DEPTH 27 1 0.66274406180072776 0.93696763202725719 0 14 0 14 0 0 675 83 2559 23695222 110400 1324.0731811523438 6.4920000000000009 1688.9400000000001 80640 39044 1 0 1.7077624166593704e-05 0.81246312151568389 3456 1685 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934581 6489600 150 150 150 1304 805 1 0 3 14 65 0 0 0 0 0 +1693 1783792819351987100 DEPTH 20 1 0.72378899642718486 0.3594548551959113 2 6 2 6 0 0 1194 52 2597 23733016 147840 1288.3036346435547 6.0223000000000013 1810.8988999999999 80640 35362 1 0 0.0082079825564365765 0.30524765137648607 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950936 8985600 150 150 150 155 1992 1 0 0 0 51 0 0 0 0 0 +1694 1783792821342513200 DEPTH 48 1 0.71382547426043641 0.27342419080068137 1 6 1 6 1 0 1355 58 2595 23729205 144000 1316.2967071533203 6.7557000000000009 1918.3255999999999 80640 34847 1 0 0.0013414185490731793 0.13512226861918145 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950964 8736000 150 150 150 179 1966 0 1 1 0 56 0 0 0 0 1 +1695 1783792823319791700 DEPTH 41 1 0.66419844930505301 0.55451448040885853 1 9 1 9 0 0 1150 58 2572 23664850 81600 1291.8909606933594 6.0209000000000001 1820.9456 120960 66321 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 150 150 150 812 1310 0 0 0 2 56 0 0 0 0 0 +1696 1783792825234258800 DEPTH 42 1 0.69375217476117301 0 0 4 0 4 0 0 4096 78 2603 23664856 81600 1285.4999237060547 6.1865000000000006 1912.7873 120960 37412 1 0 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 158 150 166 1619 510 0 0 2 0 76 0 0 0 0 0 +1697 1783792827171800500 DEPTH 31 1 0.66353661141638587 0.3594548551959113 2 6 2 6 0 0 1486 49 2587 23664848 81600 1292.4662322998047 6.5494000000000003 1874.0454999999999 120960 57600 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426446 4492800 150 150 150 1016 1121 4 0 0 1 44 0 0 0 0 0 +1698 1783792828829299300 DEPTH 58 1 0.66273583290422411 0.92163543441226559 2 12 2 12 0 0 423 49 2547 23709987 125760 1318.5189819335938 6.1240999999999994 1599.9869000000001 80640 39267 1 0 0.012937344408152321 1.9164160603669584 3456 1822 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950946 7488000 150 150 150 199 1898 0 0 0 2 47 0 0 0 0 0 +1699 1783792830527302500 DEPTH 23 1 0.6627420906527608 0.92163543441226559 2 12 2 12 0 0 628 84 2543 23706331 121920 1341.6345520019531 6.0991999999999997 1619.0705 80640 41009 1 0 0.03776755138588251 0.98889797570575755 3456 1616 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196886 7238400 150 156 156 349 1732 0 0 0 4 80 0 0 0 0 0 +1700 1783792832253942800 DEPTH 22 1 0.66265687917083183 0.91396933560476989 3 11 3 11 1 0 403 57 2592 23710034 125760 1369.0951538085938 6.0721999999999996 1652.5655999999999 80640 39595 1 0 0.0085136718896407729 0.86492753200855665 3456 1635 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950992 7488000 150 150 150 402 1740 0 0 0 2 55 0 0 0 0 5 +1701 1783792832543280000 REFRESH 38 0 0.52975973785341202 0.55451448040885853 1 9 1 9 0 0 1317 23 415 3943922 55200 234.56871032714844 1.0024 287.48219999999998 20160 12011 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 27 216 122 0 0 0 9 14 0 0 0 0 0 +1702 1783792832847375100 REFRESH 33 0 0.5610215130351216 0.36712095400340705 1 7 1 7 0 0 2059 45 421 3943913 55200 237.1461181640625 1.0035000000000001 302.41629999999998 20160 12016 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 25 25 27 155 189 0 0 0 4 41 0 0 0 0 0 +1703 1783792833231561200 REFRESH 44 0 0.60087564665536086 0.36712095400340705 1 7 1 7 0 0 1244 7 433 3943908 55200 236.81843566894531 1.0032000000000001 324.00510000000003 20160 12112 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 25 206 152 0 0 0 0 7 0 0 0 0 0 +1704 1783792833688352000 REFRESH 54 0 0.66145708602271425 0.4608177172061329 1 8 1 8 0 0 717 16 428 3943926 55200 221.49017333984375 1.5971 379.57870000000003 20160 12237 0 0 0.0031513658341259495 1.0996631565127335 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737525 748800 25 25 26 275 77 0 0 0 1 15 0 0 0 0 0 +1705 1783792834037199900 REFRESH 30 0 0.66244050397499699 0.4608177172061329 1 8 1 8 1 0 1661 32 424 3943898 55200 222.46809387207031 1.0109999999999999 289.33629999999999 20160 12276 0 0 0.0013464509368895203 2.1485268867958984 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 25 25 25 224 125 0 0 1 2 29 0 0 0 0 1 +1706 1783792834419514400 REFRESH 56 0 0.66594658445279498 0.26575809199318562 2 5 2 5 0 0 2611 26 423 3943919 55200 221.99705505371094 1.0075000000000001 308.40170000000001 20160 12281 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 253 95 0 0 0 3 23 0 0 0 0 0 +1707 1783792834774302600 REFRESH 9 0 0.66154653271148134 0.3594548551959113 2 6 2 6 0 0 976 27 418 3943937 55200 223.45849609375 1.0074000000000001 291.68529999999998 20160 12003 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737537 748800 25 25 25 165 178 0 0 1 3 23 0 0 0 0 0 +1708 1783792835066492300 REFRESH 31 0 0.5209262044289612 0.3594548551959113 2 6 2 6 0 0 1490 22 421 3943913 55200 222.59199523925781 1.0146999999999999 290.49619999999999 20160 11964 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 26 194 151 0 0 0 4 18 0 0 0 0 0 +1709 1783792835369736600 REFRESH 48 0 0.6199037993755192 0.27342419080068137 1 6 1 6 0 0 1370 31 428 3951514 56160 220.64544677734375 1.0011000000000001 301.2697 13440 7937 0 0 0.0013414185490731793 0.13512226861918145 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 25 25 110 243 0 0 1 9 21 0 0 0 0 0 +1710 1783792835703320700 REFRESH 7 0 0.66179057568520339 0.8356047700170357 1 12 1 12 0 0 638 26 410 3947749 55680 222.46823120117188 1.0112000000000001 267.80930000000001 13440 8285 0 0 0.00036830034262289241 0.90025926851484628 3520 1817 64 1 16 4 2 3 3 4 983040 491520 737280 737509 998400 25 26 25 126 208 0 0 0 6 20 0 0 0 0 0 +1711 1783792836035500400 REFRESH 42 0 0.73271378968502654 0 0 4 0 4 0 0 4096 27 428 3943909 55200 233.19244384765625 1.0074000000000001 330.3553 20160 12386 0 0 0 0.0066344451008704943 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 27 25 28 271 77 0 0 0 1 26 0 0 0 0 0 +1712 1783792836378269000 REFRESH 29 0 0.65977772832547521 0.82027257240204421 3 10 3 10 0 0 872 30 415 3943901 55200 231.30828857421875 1.0811999999999999 275.84249999999997 20160 14652 0 0 0.17245395781315404 1.1179809937997387 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 27 41 297 0 0 0 2 28 0 0 0 0 0 +1713 1783792836757778100 REFRESH 2 0 0.66218729777529639 0.45315161839863699 2 7 2 7 0 0 1654 20 424 3943928 55200 238.9698486328125 1.0028999999999999 304.87729999999999 20160 11920 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737528 748800 25 25 25 232 117 0 0 0 3 17 0 0 0 0 0 +1714 1783792837115226000 REFRESH 27 0 0.62929367152532589 0.93696763202725719 0 14 0 14 0 0 682 21 423 3947741 55680 222.51724243164062 1.0068999999999999 271.63810000000001 13440 8275 0 0 1.7077624166593704e-05 0.81246312151568389 3520 1718 64 1 16 4 2 3 3 4 983040 491520 737280 737498 998400 25 26 25 209 138 0 0 0 7 14 0 0 0 0 0 +1715 1783792837411157800 REFRESH 16 0 0.6609658681745888 0.3594548551959113 2 6 2 6 0 0 1768 41 422 3943903 55200 238.73945617675781 1.0019 293.94540000000001 20160 11966 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 25 135 212 0 0 1 3 37 0 0 0 0 0 +1716 1783792837794723400 REFRESH 17 0 0.66595715475328299 0.28109028960817717 0 7 0 7 0 0 1942 13 425 3943880 55200 222.5059814453125 1.0045999999999999 313.11919999999998 20160 12383 0 0 0 0.19145039424988669 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737480 748800 25 25 25 245 105 0 0 0 2 11 0 0 0 0 0 +1717 1783792838120215000 REFRESH 47 0 0.6617107848699596 0.8279386712095399 2 11 2 11 0 0 469 25 418 3947738 55680 221.81272888183594 1 267.06139999999999 13440 8279 0 0 0.068787934381682569 1.4082378301417173 3520 2014 64 1 16 4 2 3 3 4 983040 491520 737280 737497 998400 25 25 25 152 191 1 0 0 5 19 0 0 0 0 0 +1718 1783792838449936800 REFRESH 51 0 0.66278065854708901 0.91396933560476989 3 11 3 11 0 0 428 22 398 3955352 56640 221.05599975585938 1.0044 262.34050000000002 13440 8133 0 0 0.069033636228787498 0.28522155266690863 3136 1577 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 25 25 51 272 0 0 0 0 22 0 0 0 0 0 +1719 1783792838834436200 REFRESH 52 0 0.66129851733367517 0.36712095400340705 1 7 1 7 0 0 1130 14 428 3943928 55200 221.88032531738281 1.0034000000000001 303.61239999999998 20160 11912 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737528 748800 25 25 25 229 124 0 0 0 1 13 0 0 0 0 0 +1720 1783792839260807500 REFRESH 13 0 0.66595279632067683 0.27342419080068137 1 6 1 6 0 0 2160 47 414 3943914 55200 223.31085205078125 1.0053000000000001 292.14109999999999 20160 12137 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 25 25 25 151 188 0 0 0 5 42 0 0 0 0 0 +1721 1783792839592155200 REFRESH 8 0 0.66598879340359907 0.26575809199318562 2 5 2 5 0 0 1811 11 407 3943924 55200 223.90988159179688 1.0089999999999999 272.64030000000002 20160 12359 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 29 30 298 0 0 0 0 11 0 0 0 0 0 +1722 1783792839920736000 REFRESH 34 0 0.66226644139795676 0.8356047700170357 1 12 1 12 0 0 474 15 415 3947739 55680 220.79487609863281 1.0126999999999999 261.3587 13440 8324 0 0 0.00025806597936142299 2.1331686404298513 3520 1717 64 1 16 4 2 3 3 4 983040 491520 737280 737499 998400 25 25 29 48 288 0 0 0 1 14 0 0 0 0 0 +1723 1783792840249828000 REFRESH 5 0 0.66204271589727304 0.8279386712095399 2 11 2 11 0 0 553 16 424 3951532 56160 219.81184387207031 1.0157 262.25909999999999 13440 8417 0 0 0.002304700851225742 0.72918741069534687 3520 1880 64 1 16 4 2 3 2 5 983040 491520 737280 491692 1248000 25 25 31 230 113 0 0 2 2 12 0 0 0 0 0 +1724 1783792840621395800 REFRESH 45 0 0.66227423622451309 0.45315161839863699 2 7 2 7 0 0 1284 14 424 3943884 55200 221.97145080566406 1.0107999999999999 308.63819999999998 20160 11937 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737483 748800 25 25 25 244 105 0 0 0 1 13 0 0 0 0 0 +1725 1783792841038960000 REFRESH 14 0 0.66272721209948116 0.65587734241908002 0 11 0 11 0 0 1008 37 418 3943922 55200 222.48345947265625 1.0082 275.2364 20160 14514 0 0 1.3850792041257712e-05 0.82201615712726361 3934 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 29 44 295 0 0 0 1 36 0 0 0 0 0 +1726 1783792841381363000 REFRESH 49 0 0.66102337574414027 0.82027257240204421 3 10 3 10 0 0 755 52 406 3947738 55680 236.42008972167969 1.0109999999999999 283.84390000000002 13440 8419 0 0 0.098963781542186352 0.39376965694185062 3520 1935 64 1 16 4 2 3 3 4 983040 491520 737280 737498 998400 25 26 25 33 297 0 0 0 2 50 0 0 0 0 0 +1727 1783792841755841400 REFRESH 53 0 0.66124615701884126 0.37478705281090291 0 8 0 8 0 0 2583 65 410 3943930 55200 227.36793518066406 1.0299 313.25200000000001 20160 11989 0 0 0 0.35776135966589051 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 25 25 26 164 170 0 1 0 8 56 0 0 0 0 0 +1728 1783792842075728200 REFRESH 20 0 0.72433166089841095 0.3594548551959113 2 6 2 6 0 0 1210 41 423 3955354 56640 234.27993774414062 1.0149999999999999 317.9323 13440 7933 0 0 0.0082079825564365765 0.30524765137648607 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 25 25 26 322 0 0 1 0 40 0 0 0 0 0 +1729 1783792842417103600 REFRESH 55 0 0.66197960650661924 0.8279386712095399 2 11 2 11 0 0 679 21 408 3947740 55680 228.0499267578125 1.0019 274.00009999999997 13440 8212 0 0 0.028658969471304477 0.6343466619252468 3520 1705 64 1 16 4 2 3 3 4 983040 491520 737280 737500 998400 25 26 25 143 189 0 0 0 4 17 0 0 0 0 0 +1730 1783792842808608900 REFRESH 37 0 0.66242341353758005 0.8356047700170357 1 12 1 12 0 0 696 17 426 3951515 56160 221.09286499023438 1.0137 264.71010000000001 13440 8021 0 0 0.0081873318915288776 0.8849919723752806 3520 2004 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 25 26 212 138 0 0 0 4 13 0 0 0 0 0 +1731 1783792843161550100 REFRESH 43 0 0.66196511997290197 0.8279386712095399 2 11 2 11 0 0 642 24 416 3947772 55680 239.36614990234375 1.0082 282.8818 13440 8221 0 0 0.010328634301928093 1.9556417763712328 3520 1821 64 1 16 4 2 3 3 4 983040 491520 737280 737532 998400 25 26 26 40 299 0 0 0 2 22 0 0 0 0 0 +1732 1783792843515248300 REFRESH 28 0 0.66227462364533785 0.8356047700170357 1 12 1 12 0 0 482 15 406 3947745 55680 236.30458068847656 1.0057 277.6669 13440 8148 0 0 0.001011687273636471 1.7372878770200846 3520 1690 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 25 26 88 242 0 0 0 1 14 0 0 0 0 0 +1733 1783792843863349300 REFRESH 35 0 0.66188339060215406 0.8279386712095399 2 11 2 11 0 0 820 22 411 3947755 55680 237.40313720703125 1.0071000000000001 283.87020000000001 13440 8308 0 0 0.1466617951208353 1.1358384512012472 3520 1851 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 26 25 158 177 0 0 0 4 18 0 0 0 0 0 +1734 1783792844140610300 REFRESH 58 0 0.65940998817564711 0.92163543441226559 2 12 2 12 0 0 423 16 415 3947749 55680 234.41818237304688 1.0469999999999999 275.47949999999997 13440 8154 0 0 0.012937344408152321 1.9164160603669584 3520 1855 64 1 16 4 2 3 3 4 983040 491520 737280 737509 998400 25 25 26 64 275 0 0 0 1 15 0 0 0 0 0 +1735 1783792844485678700 REFRESH 19 0 0.66194636474556079 0.8279386712095399 2 11 2 11 0 0 614 13 423 3947756 55680 238.25613403320312 1.0113000000000001 280.56209999999999 13440 8140 0 0 0.026098001124384564 0.38970274678601297 3520 2031 64 1 16 4 2 3 3 4 983040 491520 737280 737516 998400 25 25 26 173 174 0 0 0 2 11 0 0 0 0 0 +1736 1783792844846114100 REFRESH 32 0 0.66247115943857282 0.4608177172061329 1 8 1 8 0 0 1537 32 416 3943890 55200 226.51289367675781 1.0016 285.44959999999998 20160 11814 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 25 25 25 183 158 0 0 0 7 25 0 0 0 0 0 +1737 1783792845206515800 REFRESH 21 0 0.6617799064783989 0.56218057921635434 0 10 0 10 0 0 1565 60 415 3943904 55200 235.98796081542969 1.0195000000000001 299.19119999999998 20160 14573 0 0 0.00012490267041285428 1.1733740635340326 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 34 117 214 0 0 0 9 51 0 0 0 0 0 +1738 1783792845577934300 REFRESH 25 0 0.66135820281027047 0.54684838160136284 2 8 2 8 0 0 1647 52 409 3943912 55200 226.91123962402344 1.0085999999999999 295.39280000000002 20160 12287 0 0 0.0037133317294834652 0.74577769507902991 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 25 25 26 97 236 1 0 0 15 36 0 0 0 0 0 +1739 1783792845928992100 REFRESH 18 0 0.65951096787032948 0.9293015332197615 1 13 1 13 0 0 379 14 413 3947746 55680 239.79621887207031 1.0224 281.82909999999998 13440 8186 0 0 0.0011581510151287512 1.5340829913578353 3477 1429 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 25 25 135 203 0 0 0 3 11 0 0 0 0 0 +1740 1783792846275352800 REFRESH 36 0 0.66136484676818308 0.82027257240204421 3 10 3 10 0 0 851 28 414 3947743 55680 236.48562622070312 1.0061 278.1814 13440 8206 0 0 0.063144792848069869 0.19480619706689231 3520 2014 64 1 16 4 2 3 3 4 983040 491520 737280 737502 998400 25 26 27 153 183 0 0 1 2 25 0 0 0 0 0 +1741 1783792846622940600 REFRESH 10 0 0.66189766814410522 0.64821124361158422 1 10 1 10 1 0 713 19 422 3947783 55680 233.84063720703125 1.5809 286.50819999999999 13440 8026 0 0 0.0039242093083006356 3.0189305589665416 3894 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737543 998400 25 26 27 63 281 0 0 0 1 18 0 0 0 0 1 +1742 1783792846960305000 REFRESH 6 0 0.66109387391333962 0.91396933560476989 3 11 3 11 0 0 351 8 415 3955363 56640 235.345947265625 1.0068999999999999 275.55529999999999 13440 8366 0 0 0.078922789110012742 0.14595314801462497 2752 1206 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 25 32 307 0 0 0 0 8 0 0 0 0 0 +1743 1783792847298044300 REFRESH 57 0 0.66206804112772621 0.8279386712095399 2 11 2 11 0 0 878 25 415 3947737 55680 225.43974304199219 1.0032000000000001 267.11939999999998 13440 8332 0 0 0.00086134713939095271 1.9798263122044926 3520 1692 64 1 16 4 2 3 3 4 983040 491520 737280 737497 998400 25 26 25 146 193 0 0 0 2 23 0 0 0 0 0 +1744 1783792847758932200 REFRESH 40 0 0.66244323595004873 0.64821124361158422 1 10 1 10 1 0 1090 21 415 3943916 55200 227.21842956542969 1.0195000000000001 322.26510000000002 20160 14684 0 0 0.069238459162395766 1.7502932157186926 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 25 136 204 1 1 0 0 19 0 0 0 0 1 +1745 1783792848068903300 REFRESH 41 0 0.66141437474026399 0.55451448040885853 1 9 1 9 0 0 1158 33 426 3943919 55200 236.45613098144531 1.0048999999999999 308.27010000000001 20160 12305 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 25 192 159 0 0 0 9 24 0 0 0 0 0 +1746 1783792848449743200 REFRESH 46 0 0.66143137735829116 0.37478705281090291 0 8 0 8 0 0 2027 35 417 3943903 55200 223.04563903808594 1.0591999999999999 297.56900000000002 20160 11794 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 25 127 215 0 0 0 5 30 0 0 0 0 0 +1747 1783792848787284300 REFRESH 15 0 0.65716643644569883 0.91396933560476989 3 11 3 11 0 0 271 14 411 3951531 56160 234.59327697753906 1.2387999999999999 279.44470000000001 13440 7978 0 0 0.13215737202774189 0.95319511763653475 2752 1339 64 1 16 4 2 3 2 5 983040 491520 737280 491690 1248000 25 26 25 36 299 1 0 0 1 12 0 0 0 0 0 +1748 1783792849167799400 REFRESH 50 0 0.66261036313797073 0.64054514480408853 2 9 2 9 0 0 703 11 430 3943907 55200 222.52543640136719 1.0179 320.10270000000003 20160 14687 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 25 263 92 0 0 1 0 10 0 0 0 0 0 +1749 1783792849448800600 REFRESH 23 0 0.65953514571249727 0.92163543441226559 2 12 2 12 0 0 631 26 410 3947738 55680 235.26109313964844 1.0246999999999999 279.2174 13440 8266 0 0 0.03776755138588251 0.98889797570575755 3520 1643 64 1 16 4 2 3 3 4 983040 491520 737280 737498 998400 25 26 26 94 239 0 0 0 6 20 0 0 0 0 0 +1750 1783792849799398000 REFRESH 26 0 0.66284236938745977 0.8356047700170357 1 12 1 12 0 0 773 17 426 3951523 56160 221.67654418945312 1.0072000000000001 270.05239999999998 13440 7973 0 0 0.00090343126200002769 0.66214906984633026 3520 1751 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 25 25 179 172 0 0 0 1 16 0 0 0 0 0 +1751 1783792850131156300 REFRESH 4 0 0.65764502426065641 0.8356047700170357 1 12 1 12 0 0 206 8 413 3955361 56640 221.12460327148438 1.0065999999999999 263.24900000000002 13440 8679 0 0 0.040034988002707217 1.6325146921702258 2752 1527 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 25 25 28 310 0 0 0 0 8 0 0 0 0 0 +1752 1783792850461831200 REFRESH 24 0 0.66008149177687558 1 4 11 4 11 0 0 457 14 421 3951510 56160 228.10624694824219 1.0306999999999999 272.61529999999999 13440 7953 0 0 0.049718034260125263 1.3802885951242663 3136 1396 64 1 16 4 2 3 2 5 983040 491520 737280 491670 1248000 25 25 25 258 88 0 0 0 6 8 0 0 0 0 0 +1753 1783792850795740700 REFRESH 0 0 0.66162971095719791 0.8356047700170357 1 12 1 12 0 0 508 14 418 3947735 55680 223.58348083496094 1.0216000000000001 265.01389999999998 13440 8206 0 0 0.010204945167669384 1.6009699177179406 3498 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737495 998400 25 26 35 114 218 0 0 0 1 13 0 0 0 0 0 +1754 1783792851169077900 REFRESH 1 0 0.66250785750791197 0.36712095400340705 1 7 1 7 0 0 1635 31 424 3943912 55200 233.84474182128906 1.0079 311.90320000000003 20160 12139 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 26 172 176 0 0 1 1 29 0 0 0 0 0 +1755 1783792851615275000 REFRESH 39 0 0.66262572058037894 0.63287904599659284 3 8 3 8 0 0 1012 19 424 3943902 55200 233.50579833984375 1.0946 323.06709999999998 20160 14581 0 0 0.033915050234405199 0.89795211255192564 4026 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 27 228 119 0 0 0 3 16 0 0 0 0 0 +1756 1783792851955359000 REFRESH 12 0 0.66109715934637348 0.63287904599659284 3 8 3 8 0 0 1027 48 422 3943904 55200 232.237060546875 1.0069999999999999 277.30709999999999 20160 15008 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 25 52 295 0 0 2 3 43 0 0 0 0 0 +1757 1783792852345613600 REFRESH 11 0 0.66140372460673702 0.37478705281090291 0 8 0 8 0 0 1209 19 423 3943921 55200 232.00973510742188 1.0024999999999999 316.92430000000002 20160 11903 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 25 208 140 1 1 0 4 13 0 0 0 0 0 +1758 1783792852697342000 REFRESH 3 0 0.66274946505509991 0.64054514480408853 2 9 2 9 0 0 777 22 419 3943898 55200 231.84303283691406 1.0105 293.38619999999997 20160 14599 0 0 0.0050801409687022715 0.21954565914817176 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 25 25 26 171 172 0 0 0 4 18 0 0 0 0 0 +1759 1783792852985924800 REFRESH 22 0 0.65980772222082029 0.91396933560476989 3 11 3 11 1 0 404 20 423 3951508 56160 233.169921875 1.0063 286.54289999999997 13440 8144 0 0 0.0089215227367826534 0.8350650969172192 3520 1664 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 26 25 203 144 0 0 0 6 14 0 0 0 0 1 +1760 1783792855033260100 DEPTH 42 1 0.8318757174305913 0 0 4 0 4 0 0 4096 95 2596 23664878 81600 1324.0003204345703 6.1669 1926.307 120960 59572 1 1 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 161 150 168 1559 558 0 0 0 1 93 0 0 0 0 0 +1761 1783792856949510400 DEPTH 20 1 0.71562429042275499 0.3594548551959113 2 6 2 6 0 0 1229 49 2582 23721594 136320 1306.7325439453125 6.7097999999999995 1914.8596 80640 38698 1 0 0.0082079825564365765 0.30524765137648607 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2951030 8236800 150 150 150 360 1772 0 1 1 1 46 0 0 0 0 0 +1762 1783792858962257900 DEPTH 48 1 0.71269734175667043 0.27342419080068137 1 6 1 6 1 0 1386 65 2602 23710067 125760 1295.0486907958984 6.6086000000000009 1897.7257999999999 80640 37835 1 0 0.0011988359259449929 0.17352060021477281 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951026 7488000 150 150 150 601 1551 0 0 2 0 63 0 0 0 0 1 +1763 1783792860937811700 DEPTH 56 1 0.66397847112938613 0.26575809199318562 2 5 2 5 0 0 2640 68 2597 23664879 81600 1348.5721588134766 6.0982999999999992 1915.3126999999999 120960 58569 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 150 150 150 1477 670 1 0 0 2 65 0 0 0 0 0 +1764 1783792862984483600 DEPTH 17 1 0.66392992343541768 0.28109028960817717 0 7 0 7 1 0 1979 79 2589 23664888 81600 1328.8765716552734 6.9929000000000006 1983.9538 120960 58279 1 0 7.4708820233279223e-05 0.17100298717737306 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426488 4492800 150 150 150 1093 1046 0 1 1 1 76 0 0 0 1 0 +1765 1783792864800052100 DEPTH 8 1 0.66393296874596053 0.26575809199318562 2 5 2 5 0 0 1829 109 2507 23664851 81600 1345.29638671875 6.6110999999999995 1753.4679000000001 120960 59344 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 150 150 162 161 1884 0 0 0 0 109 0 0 0 0 0 +1766 1783792866654913500 DEPTH 13 1 0.66391400953743629 0.27342419080068137 1 6 1 6 0 0 2171 80 2535 23664788 81600 1312.3297119140625 6.0961999999999996 1853.2202 120960 56708 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 150 150 150 507 1578 0 0 0 3 77 0 0 0 0 0 +1767 1783792868792944500 DEPTH 30 1 0.65996194888142834 0.4608177172061329 1 8 1 8 1 0 1673 69 2553 23664923 81600 1327.7685852050781 6.7300000000000004 1945.9867999999999 120960 60593 1 0 0.0012186406495901401 1.9261198370889914 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426520 4492800 150 150 150 959 1144 0 0 2 2 65 0 0 0 0 2 +1768 1783792870827211800 DEPTH 42 1 0.66083652320572839 0 0 4 0 4 0 0 4096 96 2601 23664895 81600 1298.28271484375 6.0463000000000005 1904.7927 120960 48137 1 0 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 157 150 162 1586 546 1 0 0 0 95 0 0 0 0 0 +1769 1783792872756963900 DEPTH 32 1 0.65978447230795045 0.4608177172061329 1 8 1 8 0 0 1561 89 2565 23664790 81600 1317.1322784423828 6.9568999999999992 1927.7677000000001 120960 57229 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426389 4492800 150 150 150 663 1452 0 0 0 8 81 0 0 0 0 0 +1770 1783792874580877100 DEPTH 14 1 0.6597684409465796 0.65587734241908002 0 11 0 11 0 0 1041 164 2508 23664835 81600 1310.6339874267578 6.3663999999999996 1736.9091000000001 120960 70340 1 0 1.3850792041257712e-05 0.82201615712726361 4085 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 150 150 161 241 1806 0 0 0 23 141 0 0 0 0 0 +1771 1783792876287154700 DEPTH 10 1 0.65977394680142587 0.64821124361158422 1 10 1 10 0 0 724 74 2561 23684018 99840 1325.7482147216797 6.0360000000000014 1638.8196 87360 43211 1 0 0.0039242093083006356 3.0189305589665416 4078 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426415 5740800 150 156 159 423 1673 1 0 5 1 67 0 0 0 0 0 +1772 1783792878415165600 DEPTH 2 1 0.65971495949666492 0.45315161839863699 2 7 2 7 0 0 1670 83 2607 23664879 81600 1324.8829498291016 6.553700000000001 1993.202 120960 57001 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 150 150 150 898 1259 0 1 0 1 81 0 0 0 0 0 +1773 1783792880455590100 DEPTH 45 1 0.6597225638600801 0.45315161839863699 2 7 2 7 0 0 1289 34 2584 23664849 81600 1359.8771362304688 7.2650999999999994 1972.7188000000001 120960 56983 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 150 150 150 1242 892 0 0 0 0 34 0 0 0 0 0 +1774 1783792882207649500 DEPTH 51 1 0.65963032924328746 0.91396933560476989 3 11 3 11 1 0 429 28 2572 23710044 125760 1281.6181335449219 6.5625999999999998 1632.7164 80640 39304 1 0 0.069062517437993132 0.28469348209415563 3520 1783 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951001 7488000 150 150 150 304 1818 0 0 0 0 28 0 0 0 0 1 +1775 1783792884160087800 DEPTH 54 1 0.65936867955791301 0.4608177172061329 1 8 1 8 1 0 728 49 2582 23664871 81600 1339.5354614257812 6.2025000000000006 1893.1504 120960 59759 1 0 0.0031512833875022282 1.0765649547531979 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 150 150 150 1534 598 0 1 0 0 48 0 0 0 0 1 +1776 1783792886246628500 DEPTH 42 1 0.65981630169641103 0 0 4 0 4 0 0 4096 81 2596 23664937 81600 1334.0629730224609 6.8814000000000002 2022.8746000000001 120960 38118 1 0 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426536 4492800 155 150 157 1633 501 0 0 0 0 81 0 0 0 0 0 +1777 1783792888273642400 DEPTH 50 1 0.65954815865102656 0.64054514480408853 2 9 2 9 0 0 714 44 2613 23664906 81600 1345.7479553222656 7.524799999999999 1966.6193000000001 120960 69992 1 0 0.061518444399238342 2.0460364460936478 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426504 4492800 150 150 150 1480 683 1 1 3 0 39 0 0 0 0 0 +1778 1783792890209702900 DEPTH 40 1 0.65951516728600978 0.64821124361158422 1 10 1 10 0 0 1114 73 2563 23664793 81600 1323.9932556152344 6.0457999999999998 1869.6277 120960 70431 1 0 0.069238459162395766 1.7502932157186926 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 150 150 150 388 1725 1 0 0 0 72 0 0 0 0 0 +1779 1783792892006943800 DEPTH 26 1 0.65949761570695287 0.8356047700170357 1 12 1 12 1 0 780 70 2567 23687878 103680 1346.7320098876953 6.9701999999999993 1740.5885000000001 80640 37700 1 1 0.0014892873034217948 0.54264217573899354 3904 1945 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426436 5990400 150 150 150 842 1275 1 0 0 0 68 0 0 0 0 2 +1780 1783792893968465900 DEPTH 9 1 0.65939789459553677 0.3594548551959113 2 6 2 6 0 0 979 36 2535 23664793 81600 1359.0017852783203 6.0282 1902.9176 120960 57112 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 150 150 150 505 1580 0 0 2 0 34 0 0 0 0 0 +1781 1783792895793274000 DEPTH 37 1 0.65929005042005784 0.8356047700170357 1 12 1 12 0 0 698 41 2578 23695322 110400 1351.5796508789062 7.2954000000000008 1767.3427999999999 80640 38274 1 0 0.0081873318915288776 0.8849919723752806 3722 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934682 6489600 150 150 150 925 1203 0 0 0 4 37 0 0 0 0 0 +1782 1783792897508748300 DEPTH 34 1 0.65921862622329752 0.8356047700170357 1 12 1 12 0 0 479 65 2562 23687873 103680 1359.599609375 6.0518000000000001 1641.8705 80640 40637 1 0 0.00025806597936142299 2.1331686404298513 3904 1904 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426433 5990400 150 150 156 311 1795 0 0 0 7 58 0 0 0 0 0 +1783 1783792899307566700 DEPTH 28 1 0.65915718953072966 0.8356047700170357 1 12 1 12 0 0 487 58 2549 23687878 103680 1345.8842926025391 6.2025000000000006 1638.7684999999999 80640 38256 1 0 0.001011687273636471 1.7372878770200846 3904 1870 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426435 5990400 150 150 154 253 1842 0 0 0 0 58 0 0 0 0 0 +1784 1783792901219492900 DEPTH 20 1 0.6875387400707319 0.3594548551959113 2 6 2 6 0 0 1245 50 2621 23698957 114240 1340.1682281494141 6.2485999999999997 1910.2358999999999 80640 31772 1 0 0.0082079825564365765 0.30524765137648607 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3688717 6739200 150 150 150 1130 1041 0 0 0 4 46 0 0 0 0 0 +1785 1783792903225057700 DEPTH 48 1 0.6862129991828998 0.27342419080068137 1 6 1 6 1 0 1394 45 2604 23695243 111360 1341.0242462158203 7.1275999999999993 2003.8501000000001 80640 30941 1 0 0.0012020641077918168 0.15374481377020591 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934600 6489600 150 150 150 1114 1040 2 0 1 1 41 0 0 0 0 1 +1786 1783792905171864100 DEPTH 1 1 0.65998981926856426 0.36712095400340705 1 7 1 7 0 0 1656 62 2575 23664840 81600 1346.3757019042969 6.0305 1878.4276 120960 58185 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 150 150 150 666 1459 0 0 2 0 60 0 0 0 0 0 +1787 1783792907119458900 DEPTH 3 1 0.65967930056237556 0.64054514480408853 2 9 2 9 1 0 786 51 2563 23664874 81600 1336.0498199462891 6.0585000000000004 1882.5718999999999 120960 69960 1 0 0.0050979274672221242 0.20882764281404328 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 150 150 156 851 1256 0 0 0 1 50 0 0 0 0 1 +1788 1783792909142208700 DEPTH 39 1 0.659598006785998 0.63287904599659284 3 8 3 8 0 0 1022 53 2618 23664817 81600 1338.9313812255859 6.3321999999999994 1962.9630999999999 120960 69923 1 0 0.033915050234405199 0.89795211255192564 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426416 4492800 150 150 150 1176 992 0 0 0 11 42 0 0 0 0 0 +1789 1783792911130092600 DEPTH 52 1 0.65915805725130072 0.36712095400340705 1 7 1 7 0 0 1151 59 2575 23664764 81600 1321.2774353027344 6.1533999999999986 1906.7674999999999 120960 56186 1 1 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426363 4492800 150 150 150 1349 776 0 0 2 4 52 0 0 0 0 0 +1790 1783792913201999700 DEPTH 46 1 0.65910315373904749 0.37478705281090291 0 8 0 8 0 0 2040 54 2560 23664803 81600 1362.4555511474609 6.077300000000001 1915.5116 120960 57770 1 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 150 150 150 310 1800 0 0 0 0 54 0 0 0 0 0 +1791 1783792914871733100 DEPTH 5 1 0.65908329876378746 0.8279386712095399 2 11 2 11 1 0 558 53 2586 23709961 125760 1321.3921356201172 6.0634999999999994 1598.2547 80640 40929 1 0 0.0068487018060826204 0.57091040388110481 3865 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950918 7488000 150 150 176 906 1204 0 0 7 0 46 0 0 0 0 2 +1792 1783792915200356200 REFRESH 10 0 0.61694561559380767 0.64821124361158422 1 10 1 10 0 0 724 13 425 3943888 55200 222.72306823730469 1.0053000000000001 266.58100000000002 20160 14933 0 0 0.0039242093083006356 3.0189305589665416 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737488 748800 25 25 28 99 248 1 0 1 0 11 0 0 0 0 0 +1793 1783792915587209600 REFRESH 17 0 0.66188787451136122 0.28109028960817717 0 7 0 7 0 0 1985 16 429 3943907 55200 231.10348510742188 1.0065 324.86079999999998 20160 12298 0 0 7.4708820233279223e-05 0.17100298717737306 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 25 248 106 1 1 0 3 11 0 0 0 0 0 +1794 1783792915941023900 REFRESH 13 0 0.66180002495637602 0.27342419080068137 1 6 1 6 0 0 2185 38 416 3943903 55200 227.92498779296875 1.0113000000000001 293.43700000000001 20160 12184 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 155 186 0 0 0 3 35 0 0 0 0 0 +1795 1783792916458912900 REFRESH 57 0 0.65898519159777413 0.8279386712095399 2 11 2 11 0 0 890 36 412 3947742 55680 231.34104919433594 1.784 369.83139999999997 13440 8256 0 0 0.00086134713939095271 1.9798263122044926 3584 1724 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 26 25 153 183 0 0 0 8 28 0 0 0 0 0 +1796 1783792916844444300 REFRESH 11 0 0.65904801037386973 0.37478705281090291 0 8 0 8 0 0 1217 23 426 3943907 55200 223.17161560058594 1.0062 313.2903 20160 11884 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 25 220 131 0 0 0 1 22 0 0 0 0 0 +1797 1783792917178999000 REFRESH 6 0 0.65637860786574587 0.91396933560476989 3 11 3 11 0 0 352 6 409 3951521 56160 224.42597961425781 1.0226 264.22410000000002 13440 8445 0 0 0.078922789110012742 0.14595314801462497 2816 1235 64 1 16 4 2 3 2 5 983040 491520 737280 491680 1248000 25 26 26 33 299 0 0 1 0 5 0 0 0 0 0 +1798 1783792917519149600 REFRESH 16 0 0.65895040044330799 0.3594548551959113 2 6 2 6 0 0 1790 38 422 3943882 55200 226.4453125 1.0173000000000001 280.0872 20160 12026 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737480 748800 25 25 25 136 211 0 0 1 0 37 0 0 0 0 0 +1799 1783792917850388400 REFRESH 24 0 0.65691685871401251 1 4 11 4 11 0 0 458 12 401 3947750 55680 222.23974609375 1.0278 264.2552 13440 8122 0 0 0.049718034260125263 1.3802885951242663 3200 1421 64 1 16 4 2 3 3 4 983040 491520 737280 737510 998400 25 25 25 30 296 0 0 0 0 12 0 0 0 0 0 +1800 1783792918183428400 REFRESH 43 0 0.65902528638516911 0.8279386712095399 2 11 2 11 0 0 643 21 416 3947743 55680 223.05903625488281 0.99580000000000002 263.2792 13440 8214 0 0 0.010328634301928093 1.9556417763712328 3584 1852 64 1 16 4 2 3 3 4 983040 491520 737280 737502 998400 25 26 26 39 300 0 0 0 3 18 0 0 0 0 0 +1801 1783792918515407300 REFRESH 22 0 0.65670129638195474 0.91396933560476989 3 11 3 11 1 0 405 13 422 3951499 56160 222.16806030273438 1.1373 274.90690000000001 13440 8249 0 0 0.0092673844430014411 0.80817155301480059 3584 1693 64 1 16 4 2 3 2 5 983040 491520 737280 491659 1248000 25 25 25 211 136 0 0 0 5 8 0 0 0 0 1 +1802 1783792918782557100 REFRESH 37 0 0.61600744218340042 0.8356047700170357 1 12 1 12 0 0 708 31 413 3947769 55680 221.219970703125 1.0034000000000001 264.80029999999999 13440 7954 0 0 0.0081873318915288776 0.8849919723752806 3753 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737529 998400 25 25 26 114 223 0 1 0 8 22 0 0 0 0 0 +1803 1783792919125139400 REFRESH 55 0 0.659078112373785 0.8279386712095399 2 11 2 11 0 0 680 16 412 3947747 55680 222.73638916015625 0.99570000000000003 265.8741 13440 8260 0 0 0.028658969471304477 0.6343466619252468 3584 1735 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 26 25 137 199 0 0 0 4 12 0 0 0 0 0 +1804 1783792919493948700 REFRESH 33 0 0.65913189846337827 0.36712095400340705 1 7 1 7 0 0 2076 33 416 3943942 55200 231.5284423828125 1.0006999999999999 298.62240000000003 20160 11991 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737542 748800 25 25 27 146 193 0 0 0 0 33 0 0 0 0 0 +1805 1783792919828499100 REFRESH 29 0 0.65674009161695712 0.82027257240204421 3 10 3 10 0 0 891 48 418 3943871 55200 221.51167297363281 1.0088999999999999 270.30509999999998 20160 14724 0 0 0.17245395781315404 1.1179809937997387 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737471 748800 25 25 27 41 300 0 0 0 2 46 0 0 0 0 0 +1806 1783792920192176400 REFRESH 50 0 0.65657300212541636 0.64054514480408853 2 9 2 9 0 0 714 9 432 3943910 55200 221.51373291015625 1.0052000000000001 305.57490000000001 20160 13743 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 25 25 25 258 99 0 0 0 1 8 0 0 0 0 0 +1807 1783792920548078900 REFRESH 21 0 0.65918091536262535 0.56218057921635434 0 10 0 10 0 0 1587 54 421 3943908 55200 221.16685485839844 1.0009999999999999 279.40179999999998 20160 14635 0 0 0.00012490267041285428 1.1733740635340326 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 25 25 34 144 193 0 0 0 8 46 0 0 0 0 0 +1808 1783792920898880700 REFRESH 25 0 0.65880182052977299 0.54684838160136284 2 8 2 8 0 0 1662 41 413 3943917 55200 221.79635620117188 1.0116000000000001 292.25940000000003 20160 12195 0 0 0.0037133317294834652 0.74577769507902991 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 26 87 250 0 0 0 3 38 0 0 0 0 0 +1809 1783792921229610000 REFRESH 47 0 0.65897747850069854 0.8279386712095399 2 11 2 11 0 0 474 19 417 3947721 55680 221.93869018554688 1.0036 264.5471 13440 8212 0 0 0.068787934381682569 1.4082378301417173 3584 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737481 998400 25 25 25 152 190 0 1 0 1 17 0 0 0 0 0 +1810 1783792921623889700 REFRESH 56 0 0.661985267647339 0.26575809199318562 2 5 2 5 0 0 2651 25 423 3943914 55200 222.05235290527344 1.0262 316.24900000000002 20160 12263 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 25 25 25 257 91 0 0 0 4 21 0 0 0 0 0 +1811 1783792921949656600 REFRESH 19 0 0.65906702272729989 0.8279386712095399 2 11 2 11 0 0 620 22 425 3947760 55680 221.12255859375 1.0055000000000001 263.48590000000002 13440 8207 0 0 0.026098001124384564 0.38970274678601297 3567 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737520 998400 25 25 26 157 192 1 0 0 0 21 0 0 0 0 0 +1812 1783792922249488700 REFRESH 9 0 0.65700923075794537 0.3594548551959113 2 6 2 6 0 0 980 11 417 3943888 55200 222.98028564453125 1.0233000000000001 298.10019999999997 20160 11853 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737488 748800 25 25 25 177 165 0 0 1 0 10 0 0 0 0 0 +1813 1783792922598613400 REFRESH 38 0 0.65721056567502534 0.55451448040885853 1 9 1 9 0 0 1320 16 416 3943905 55200 221.60281372070312 1.022 274.1438 20160 12120 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 27 230 109 0 0 0 3 13 0 0 0 0 0 +1814 1783792922929378600 REFRESH 27 0 0.65659307272947776 0.93696763202725719 0 14 0 14 0 0 685 16 427 3947731 55680 220.93209838867188 0.99390000000000001 260.68389999999999 13440 8128 0 0 1.7077624166593704e-05 0.81246312151568389 3584 1747 64 1 16 4 2 3 3 4 983040 491520 737280 737491 998400 25 26 25 208 143 0 0 0 2 14 0 0 0 0 0 +1815 1783792923248958700 REFRESH 52 0 0.65675607854707185 0.36712095400340705 1 7 1 7 0 0 1153 15 429 3943880 55200 221.39801025390625 1.0091000000000001 317.73169999999999 20160 11940 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737480 748800 25 25 25 238 116 0 1 0 7 7 0 0 0 0 0 +1816 1783792923617767400 REFRESH 45 0 0.65719002002197424 0.45315161839863699 2 7 2 7 0 0 1294 19 431 3943905 55200 222.529541015625 1.0065999999999999 305.7362 20160 11933 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 25 258 98 0 1 0 3 15 0 0 0 0 0 +1817 1783792923955300800 REFRESH 58 0 0.65656776265036099 0.92163543441226559 2 12 2 12 0 0 426 16 410 3947742 55680 221.80455017089844 1.2336 265.1583 13440 8171 0 0 0.012937344408152321 1.9164160603669584 3584 1887 64 1 16 4 2 3 3 4 983040 491520 737280 737502 998400 25 25 26 91 243 0 0 0 1 15 0 0 0 0 0 +1818 1783792924339822700 REFRESH 51 0 0.6564706899658439 0.91396933560476989 3 11 3 11 0 0 433 19 417 3951520 56160 220.62387084960938 1.0015000000000001 262.0822 13440 8215 0 0 0.069062517437993132 0.28469348209415563 3584 1813 64 1 16 4 2 3 2 5 983040 491520 737280 491679 1248000 25 25 27 134 206 0 0 1 5 13 0 0 0 0 0 +1819 1783792924691745700 REFRESH 32 0 0.65729519495304034 0.4608177172061329 1 8 1 8 0 0 1570 30 419 3943889 55200 222.33497619628906 1.0182 290.37970000000001 20160 11853 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737489 748800 25 25 25 175 169 0 0 0 8 22 0 0 0 0 0 +1820 1783792925059755500 REFRESH 40 0 0.65664471935626112 0.64821124361158422 1 10 1 10 0 0 1117 10 414 3943923 55200 220.74368286132812 1.0212000000000001 304.6404 20160 13773 0 0 0.069238459162395766 1.7502932157186926 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 25 164 175 0 0 0 0 10 0 0 0 0 0 +1821 1783792925405707500 REFRESH 14 0 0.65693806833296331 0.65587734241908002 0 11 0 11 0 0 1054 38 409 3943915 55200 222.10662841796875 1.0027999999999999 270.70319999999998 20160 13657 0 0 1.3850792041257712e-05 0.82201615712726361 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 29 87 243 0 0 0 5 33 0 0 0 0 0 +1822 1783792925729909400 REFRESH 7 0 0.65920863332477575 0.8356047700170357 1 12 1 12 1 0 643 24 415 3947761 55680 221.2464599609375 1.0081 265.38560000000001 13440 8246 0 0 0.00036830025183520201 0.88322933222718147 3584 1852 64 1 16 4 2 3 3 4 983040 491520 737280 737521 998400 25 26 25 149 190 0 0 0 3 21 0 0 0 0 1 +1823 1783792926049394900 REFRESH 5 0 0.65600872272798394 0.8279386712095399 2 11 2 11 0 0 561 9 426 3951515 56160 218.99571228027344 1.0027999999999999 260.23849999999999 13440 8263 0 0 0.0068487018060826204 0.57091040388110481 3898 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 25 31 252 93 0 0 1 1 7 0 0 0 0 0 +1824 1783792926343705900 REFRESH 1 0 0.65758722008499948 0.36712095400340705 1 7 1 7 0 0 1669 33 422 3943930 55200 222.88896179199219 1.0074000000000001 292.58229999999998 20160 11972 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 25 25 26 194 152 0 0 0 8 25 0 0 0 0 0 +1825 1783792926661785300 REFRESH 42 0 0.82902269388090311 0 0 4 0 4 0 0 4096 16 432 3943924 55200 222.52339172363281 0.99960000000000004 316.57389999999998 20160 12303 0 0 0 0.0066344451008704943 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 27 25 28 273 79 1 0 0 0 15 0 0 0 0 0 +1826 1783792926998786000 REFRESH 26 0 0.65654591095501647 0.8356047700170357 1 12 1 12 0 0 783 26 420 3947745 55680 221.1409912109375 1.0122 263.92660000000001 13440 7935 0 0 0.0014892873034217948 0.54264217573899354 3968 1973 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 26 25 88 256 0 0 0 1 25 0 0 0 0 0 +1827 1783792927305400100 REFRESH 39 0 0.65670152974437923 0.63287904599659284 3 8 3 8 0 0 1023 12 427 3943914 55200 221.370361328125 1.0184 304.89440000000002 20160 13809 0 0 0.033915050234405199 0.89795211255192564 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 25 25 25 254 98 0 0 0 5 7 0 0 0 0 0 +1828 1783792927643648700 REFRESH 35 0 0.6591628554899619 0.8279386712095399 2 11 2 11 0 0 825 20 413 3947741 55680 221.83628845214844 1.0017 263.3999 13440 8273 0 0 0.1466617951208353 1.1358384512012472 3584 1879 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 26 25 163 174 0 0 0 4 16 0 0 0 0 0 +1829 1783792928008739100 REFRESH 54 0 0.65721683240140916 0.4608177172061329 1 8 1 8 0 0 731 12 427 3943908 55200 221.26591491699219 1.0002 304.50709999999998 20160 11851 0 0 0.0031512833875022282 1.0765649547531979 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 25 25 25 276 76 0 0 0 0 12 0 0 0 0 0 +1830 1783792928369242400 REFRESH 41 0 0.65896975886745035 0.55451448040885853 1 9 1 9 0 0 1164 32 425 3943921 55200 220.95053100585938 1.0423 299.61540000000002 20160 12263 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 25 181 169 0 0 0 2 30 0 0 0 0 0 +1831 1783792928706290300 REFRESH 12 0 0.65831247912524904 0.63287904599659284 3 8 3 8 0 0 1030 19 416 3943918 55200 221.67756652832031 1.0047999999999999 262.58049999999997 20160 14641 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 25 45 296 0 0 2 2 15 0 0 0 0 0 +1832 1783792928972549400 REFRESH 28 0 0.65611193067793472 0.8356047700170357 1 12 1 12 0 0 487 18 410 3947786 55680 222.18853759765625 1.0011000000000001 264.62240000000003 13440 8081 0 0 0.001011687273636471 1.7372878770200846 3946 1898 64 1 16 4 2 3 3 4 983040 491520 737280 737545 998400 25 25 26 147 187 0 0 0 3 15 0 0 0 0 0 +1833 1783792929407026300 REFRESH 46 0 0.6568261648568503 0.37478705281090291 0 8 0 8 0 0 2047 25 413 3943924 55200 224.26214599609375 1.0123 307.90969999999999 20160 11957 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 25 25 25 116 222 0 0 0 4 21 0 0 0 0 0 +1834 1783792929723539700 REFRESH 0 0 0.65882985904941604 0.8356047700170357 1 12 1 12 0 0 511 12 420 3947761 55680 220.68325805664062 1.0373000000000001 262.22410000000002 13440 8214 0 0 0.010204945167669384 1.6009699177179406 3528 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737521 998400 25 26 32 102 235 0 0 0 1 11 0 0 0 0 0 +1835 1783792930047010200 REFRESH 15 0 0.65512106903858358 0.91396933560476989 3 11 3 11 0 0 271 13 410 3951516 56160 221.0672607421875 1.0024999999999999 263.79640000000001 13440 8048 0 0 0.13215737202774189 0.95319511763653475 2816 1369 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 26 25 36 298 0 0 0 1 12 0 0 0 0 0 +1836 1783792930375969800 REFRESH 36 0 0.65870667882542744 0.82027257240204421 3 10 3 10 0 0 856 26 419 3947732 55680 221.24543762207031 1.0024999999999999 269.33260000000001 13440 8331 0 0 0.063144792848069869 0.19480619706689231 3582 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737492 998400 25 26 27 193 148 0 0 0 1 25 0 0 0 0 0 +1837 1783792930708130900 REFRESH 49 0 0.65851486162184081 0.82027257240204421 3 10 3 10 0 0 769 36 409 3947746 55680 221.95916748046875 1.0341 263.68979999999999 13440 8329 0 0 0.098963781542186352 0.39376965694185062 3584 1971 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 25 26 25 38 295 0 0 0 2 34 0 0 0 0 0 +1838 1783792931028893200 REFRESH 34 0 0.6562219833681886 0.8356047700170357 1 12 1 12 1 0 482 30 421 3947741 55680 220.89625549316406 1.0019 262.78919999999999 13440 8050 0 0 0.0002328195389260269 2.0515969003527372 3968 1935 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 25 29 110 232 0 0 0 11 19 0 0 0 0 1 +1839 1783792931355259400 REFRESH 4 0 0.65382607599162645 0.8356047700170357 1 12 1 12 0 0 206 9 416 3951495 56160 222.86848449707031 1.0203 270.00909999999999 13440 8578 0 0 0.040034988002707217 1.6325146921702258 2816 1562 64 1 16 4 2 3 2 5 983040 491520 737280 491655 1248000 25 25 25 34 307 0 0 0 0 9 0 0 0 0 0 +1840 1783792931688986400 REFRESH 20 0 0.70031271371620951 0.3594548551959113 2 6 2 6 0 0 1253 23 425 3947729 55680 237.58131408691406 1.0488 331.76479999999998 13440 8268 0 0 0.0082079825564365765 0.30524765137648607 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737489 998400 25 25 25 159 191 0 0 0 6 17 0 0 0 0 0 +1841 1783792932002335000 REFRESH 3 0 0.65689318867106139 0.64054514480408853 2 9 2 9 0 0 790 29 423 3943920 55200 236.41497802734375 1.008 311.07600000000002 20160 13751 0 0 0.0050979274672221242 0.20882764281404328 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 25 25 26 233 114 0 0 0 8 21 0 0 0 0 0 +1842 1783792932371080400 REFRESH 2 0 0.65738021057743745 0.45315161839863699 2 7 2 7 0 0 1676 22 424 3943922 55200 229.14662170410156 1.0071000000000001 299.10109999999997 20160 11940 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 25 227 122 0 0 0 2 20 0 0 0 0 0 +1843 1783792932719653400 REFRESH 53 0 0.65944048566061486 0.37478705281090291 0 8 0 8 0 0 2627 67 415 3943921 55200 224.54681396484375 1.0095000000000001 289.863 20160 12083 0 0 0 0.35776135966589051 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 25 25 26 162 177 0 1 0 0 66 0 0 0 0 0 +1844 1783792933050470000 REFRESH 23 0 0.65678243066743591 0.92163543441226559 2 12 2 12 0 0 636 27 413 3947750 55680 231.39532470703125 1.0057 274.62430000000001 13440 8180 0 0 0.03776755138588251 0.98889797570575755 3584 1669 64 1 16 4 2 3 3 4 983040 491520 737280 737509 998400 25 26 26 126 210 0 0 0 3 24 0 0 0 0 0 +1845 1783792933407857700 REFRESH 31 0 0.6592953268411359 0.3594548551959113 2 6 2 6 0 0 1497 26 425 3943929 55200 231.51718139648438 1.0079 301.90159999999997 20160 11983 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 25 25 26 191 158 0 0 0 1 25 0 0 0 0 0 +1846 1783792933725348600 REFRESH 48 0 0.70014770399487736 0.27342419080068137 1 6 1 6 1 0 1398 18 417 3947757 55680 228.23321533203125 1.0035000000000001 315.53429999999997 13440 8139 0 0 0.0011979654885039936 0.22620334952833143 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737517 998400 25 25 25 97 245 0 0 0 0 18 0 0 0 0 1 +1847 1783792934058021800 REFRESH 18 0 0.65686096743439371 0.9293015332197615 1 13 1 13 0 0 379 16 412 3947730 55680 223.3016357421875 0.99760000000000004 269.38389999999998 13440 8182 0 0 0.0011581510151287512 1.5340829913578353 3502 1454 64 1 16 4 2 3 3 4 983040 491520 737280 737490 998400 25 25 25 129 208 0 0 0 4 12 0 0 0 0 0 +1848 1783792934383022300 REFRESH 8 0 0.66218604188936725 0.26575809199318562 2 5 2 5 0 0 1831 15 412 3943915 55200 223.89042663574219 1.0057 269.69240000000002 20160 12171 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 29 32 301 0 0 0 0 15 0 0 0 0 0 +1849 1783792934754163100 REFRESH 30 0 0.65877091900553064 0.4608177172061329 1 8 1 8 0 0 1680 39 421 3943915 55200 237.04905700683594 1.006 307.75069999999999 20160 11727 0 0 0.0012186406495901401 1.9261198370889914 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 222 124 0 0 0 12 27 0 0 0 0 0 +1850 1783792935137915800 REFRESH 44 0 0.65631891748155069 0.36712095400340705 1 7 1 7 0 0 1249 14 434 3943902 55200 230.69183349609375 1.0005999999999999 320.69819999999999 20160 11977 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 25 204 155 0 0 0 3 11 0 0 0 0 0 +1851 1783792937209523300 DEPTH 42 1 0.82812599656621488 0 0 4 0 4 0 0 4096 77 2598 23664809 81600 1325.8150024414062 6.0457999999999998 1943.5418 120960 58954 1 1 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 159 150 167 1579 543 1 0 0 0 75 0 0 0 0 0 +1852 1783792939252613700 DEPTH 17 1 0.66002113655910866 0.28109028960817717 0 7 0 7 0 0 2019 81 2582 23664888 81600 1311.9631652832031 6.3476000000000008 1978.3975 120960 58072 1 0 7.4708820233279223e-05 0.17100298717737306 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426487 4492800 150 150 150 1077 1055 1 7 1 0 72 0 0 0 0 0 +1853 1783792941251628800 DEPTH 56 1 0.66001164882353092 0.26575809199318562 2 5 2 5 0 0 2675 73 2595 23664841 81600 1323.5200042724609 6.1437999999999997 1931.9507000000001 120960 58073 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426440 4492800 150 150 150 1432 713 1 0 0 6 66 0 0 0 0 0 +1854 1783792943321213300 DEPTH 13 1 0.65994905184677521 0.27342419080068137 1 6 1 6 0 0 2204 96 2545 23664885 81600 1323.7258148193359 6.5418000000000003 1935.3803 120960 57343 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 150 150 150 522 1573 2 1 0 3 90 0 0 0 0 0 +1855 1783792945250221400 DEPTH 33 1 0.65691428088074177 0.36712095400340705 1 7 1 7 0 0 2095 78 2558 23664822 81600 1323.5682220458984 6.0229999999999997 1866.6143999999999 120960 56918 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 150 150 161 803 1294 1 0 1 2 74 0 0 0 0 0 +1856 1783792947441238800 DEPTH 11 1 0.65689721057515893 0.37478705281090291 0 8 0 8 0 0 1241 59 2569 23664844 81600 1309.8823547363281 6.3802000000000003 1915.2370000000001 120960 57100 1 0 0 0.91185791622613488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 150 150 150 869 1250 3 0 2 1 53 0 0 0 0 0 +1857 1783792949323983800 DEPTH 16 1 0.65680335525549882 0.3594548551959113 2 6 2 6 0 0 1811 109 2536 23664817 81600 1338.6107635498047 6.8435999999999995 1801.9499000000001 120960 56786 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426417 4492800 150 150 150 819 1267 0 0 3 4 102 0 0 0 0 0 +1858 1783792951425243200 DEPTH 21 1 0.65650279076051143 0.56218057921635434 0 10 0 10 1 0 1597 58 2561 23664856 81600 1350.6191864013672 6.0686 1937.9565 120960 70566 1 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 150 150 174 684 1403 0 0 0 0 58 0 0 0 0 1 +1859 1783792953526186000 DEPTH 42 1 0.65715639701834327 0 0 4 0 4 0 0 4096 66 2590 23664931 81600 1331.1385498046875 6.8121 2018.2239 120960 47711 1 1 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426530 4492800 155 150 157 1615 513 0 0 1 0 64 0 0 0 0 0 +1860 1783792955565842200 DEPTH 25 1 0.65616949334283681 0.54684838160136284 2 8 1 8 1 0 1671 59 2540 23710403 127680 1315.5030975341797 6.4444999999999997 1956.9440999999999 94080 42594 1 0 0.00016574920672382461 2.4445480303779799 4096 2048 384 12 96 4 2 2 2 6 5898240 3440640 3440640 3442881 7488000 150 150 152 201 1887 0 0 0 0 59 0 0 0 0 2 +1861 1783792957437157500 DEPTH 41 1 0.65617688576506628 0.55451448040885853 1 9 1 9 0 0 1178 63 2577 23664838 81600 1318.3325958251953 6.0281999999999991 1869.6570999999999 120960 60704 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 150 150 150 967 1160 2 1 0 1 59 0 0 0 0 0 +1862 1783792959246702500 DEPTH 55 1 0.65612928087355382 0.8279386712095399 2 11 2 11 0 0 730 138 2515 23687967 103680 1341.9522857666016 7.0408999999999997 1684.6077 80640 39435 1 0 0.028658969471304477 0.6343466619252468 3968 1962 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426525 5990400 150 156 150 386 1673 0 0 0 12 126 0 0 0 0 0 +1863 1783792960981561400 DEPTH 7 1 0.65613616992596924 0.8356047700170357 1 12 1 12 0 0 653 85 2516 23687941 103680 1323.9163055419922 6.0126000000000008 1591.5710999999999 80640 39133 1 0 0.00036830025183520201 0.88322933222718147 3958 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426501 5990400 150 156 150 367 1693 0 1 0 6 78 0 0 0 0 0 +1864 1783792962699893400 DEPTH 57 1 0.65611989032184959 0.8279386712095399 2 11 2 11 1 0 898 71 2555 23687884 103680 1303.4782867431641 6.4522999999999993 1658.9917 80640 39788 1 0 0.00037278843749701852 1.4951103476088821 3965 1917 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426444 5990400 150 156 150 661 1438 1 0 0 3 67 0 0 0 0 1 +1865 1783792964337949200 DEPTH 43 1 0.65612708340330361 0.8279386712095399 2 11 2 11 0 0 646 49 2577 23687822 103680 1291.4679870605469 6.0727999999999991 1583.0527999999999 80640 38840 1 0 0.010328634301928093 1.9556417763712328 3964 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426378 5990400 150 156 156 153 1962 0 0 0 0 49 0 0 0 0 0 +1866 1783792965980488500 DEPTH 19 1 0.65609203411587436 0.8279386712095399 2 11 2 11 0 0 628 42 2575 23687949 103680 1288.5518493652344 5.9878 1569.1985 80640 38966 1 0 0.026098001124384564 0.38970274678601297 3735 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426509 5990400 150 150 150 562 1563 0 0 0 0 42 0 0 0 0 0 +1867 1783792967856084600 DEPTH 20 1 0.6934522057523741 0.3594548551959113 2 6 2 6 0 0 1261 31 2587 23687953 103680 1286.4880523681641 6.1315 1873.9273000000001 80640 39306 1 0 0.0082079825564365765 0.30524765137648607 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426513 5990400 150 150 150 664 1473 0 0 0 1 30 0 0 0 0 0 +1868 1783792969794749000 DEPTH 42 1 0.66620839868327109 0 0 4 0 4 0 0 4096 65 2586 23664928 81600 1280.9543609619141 6.9327999999999994 1936.6214 120960 38161 1 0 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426527 4492800 151 150 156 1643 486 1 0 0 0 64 0 0 0 0 0 +1869 1783792971438180700 DEPTH 35 1 0.65607817573975069 0.8279386712095399 2 11 2 11 0 0 842 125 2509 23687860 103680 1290.1899566650391 5.9917999999999996 1570.4513999999999 80640 39473 1 1 0.1466617951208353 1.1358384512012472 3930 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426419 5990400 150 150 150 544 1515 0 0 0 11 113 0 0 0 0 0 +1870 1783792973076936300 DEPTH 47 1 0.6560571386196361 0.8279386712095399 2 11 2 11 0 0 475 29 2588 23683960 99840 1290.9418640136719 6.0547000000000004 1579.433 87360 43347 1 0 0.068787934381682569 1.4082378301417173 3739 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426359 5740800 150 150 151 278 1859 3 0 0 0 26 0 0 0 0 0 +1871 1783792974707220800 DEPTH 0 1 0.65575068177072271 0.8356047700170357 1 12 2 11 1 0 543 91 2552 23702904 119040 1281.0375518798828 6.0511000000000008 1560.9784 80640 39648 1 0 0.00010844831790577519 2.5085315153737788 3700 2048 384 12 96 4 2 2 2 6 5898240 2949120 3932160 3934583 6988800 150 150 159 355 1738 0 0 1 0 90 0 0 0 0 1 +1872 1783792976356403800 DEPTH 36 1 0.65563316512754899 0.82027257240204421 3 10 3 10 1 0 865 51 2560 23687842 103680 1299.6147155761719 6.0297000000000001 1572.4697000000001 80640 39904 1 0 0.063393718559961093 0.17233532072441349 3733 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426402 5990400 150 150 150 269 1841 0 0 1 0 50 0 0 0 0 1 +1873 1783792978071613000 DEPTH 49 1 0.65546108611241582 0.82027257240204421 3 10 3 10 0 0 777 66 2543 23687921 103680 1302.4422454833984 5.9893000000000001 1569.6394 80640 40114 1 0 0.098963781542186352 0.39376965694185062 3817 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426479 5990400 150 156 150 218 1869 0 0 0 2 64 0 0 0 0 0 +1874 1783792979781343300 DEPTH 12 1 0.65536556177878857 0.63287904599659284 3 8 3 8 0 0 1036 67 2577 23664857 81600 1314.234375 7.2153000000000009 1648.6352999999999 120960 70448 1 0 0.0015102624860077482 0.9394486955269914 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 150 150 150 173 1954 0 0 4 1 62 0 0 0 0 0 +1875 1783792981780456200 DEPTH 48 1 0.69455092724074285 0.27342419080068137 1 6 1 6 1 0 1415 58 2571 23695258 111360 1339.1185913085938 6.1036999999999999 1915.739 80640 37723 1 0 0.0014874657055154547 0.15259693592932783 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 3934617 6489600 150 150 150 444 1677 1 0 0 3 54 0 0 0 0 2 +1876 1783792983635599200 DEPTH 25 1 0.67048709400844331 0.4608177172061329 1 8 1 8 1 0 1684 71 2537 23733015 147840 1315.6495361328125 6.0538999999999996 1853.4857999999999 80640 22400 1 0 8.4474676177547986e-05 1.7883527013409966 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950932 8985600 150 150 150 156 1931 1 1 1 0 68 0 0 0 0 2 +1877 1783792985516785300 DEPTH 8 1 0.6601198726220241 0.26575809199318562 2 5 2 5 0 0 1854 95 2524 23664793 81600 1312.5877838134766 7.2363 1794.5794000000001 120960 58435 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 150 150 162 164 1898 0 0 0 0 95 0 0 0 0 0 +1878 1783792987552891500 DEPTH 53 1 0.65710137870016405 0.37478705281090291 0 8 0 8 1 0 2655 105 2527 23664807 81600 1317.7497711181641 6.0639000000000003 1879.1989000000001 120960 56356 1 0 0 0.34731098539856214 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426406 4492800 150 150 156 714 1357 0 2 0 4 99 0 0 0 0 1 +1879 1783792989502158200 DEPTH 31 1 0.65696493916040521 0.3594548551959113 2 6 2 6 0 0 1520 44 2583 23664865 81600 1304.6855926513672 6.1784999999999997 1865.6251 120960 56857 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426463 4492800 150 150 152 1061 1070 0 2 1 0 41 0 0 0 0 0 +1880 1783792991483917900 DEPTH 30 1 0.65607648757638892 0.4608177172061329 1 8 1 8 1 0 1687 44 2568 23664846 81600 1298.3193664550781 5.9972000000000003 1857.1574000000001 120960 57279 1 0 0.0010890537276443467 1.8379234282473316 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426446 4492800 150 150 150 1009 1109 0 0 0 1 43 0 0 0 0 1 +1881 1783792993426395800 DEPTH 1 1 0.65538112275308635 0.36712095400340705 1 7 1 7 0 0 1688 60 2586 23664872 81600 1296.2467651367188 6.0956999999999999 1874.5462 120960 57456 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426472 4492800 150 150 150 763 1373 0 0 0 2 58 0 0 0 0 0 +1882 1783792995375137100 DEPTH 54 1 0.65503508872369054 0.4608177172061329 1 8 1 8 0 0 734 29 2589 23664911 81600 1292.1356811523438 6.6375999999999999 1891.3387 120960 56934 1 0 0.0031512833875022282 1.0765649547531979 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426509 4492800 150 150 150 1578 561 0 3 0 1 25 0 0 0 0 0 +1883 1783792995699547400 REFRESH 4 0 0.65080957619736024 0.8356047700170357 1 12 1 12 0 0 207 10 417 3951533 56160 220.35865783691406 1.0018 260.87349999999998 13440 8601 0 0 0.040034988002707217 1.6325146921702258 2880 1593 64 1 16 4 2 3 2 5 983040 491520 737280 491692 1248000 25 25 25 41 301 1 0 0 0 9 0 0 0 0 0 +1884 1783792995990674000 REFRESH 30 0 0.44343717790709281 0.4608177172061329 1 8 1 8 0 0 1692 35 424 3943893 55200 222.31654357910156 0.99909999999999999 289.23820000000001 20160 11960 0 0 0.0010890537276443467 1.8379234282473316 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 25 25 25 234 115 0 0 0 11 24 0 0 0 0 0 +1885 1783792996318087600 REFRESH 51 0 0.65357891764502329 0.91396933560476989 3 11 3 11 1 0 434 16 406 3951485 56160 220.98431396484375 1.0168999999999999 264.8698 13440 8190 0 0 0.069293080568095286 0.28191027568999133 3648 1845 64 1 16 4 2 3 2 5 983040 491520 737280 491645 1248000 25 25 27 121 208 0 0 0 0 16 0 0 0 0 1 +1886 1783792996640439700 REFRESH 26 0 0.65362339361625832 0.8356047700170357 1 12 1 12 0 0 789 34 419 3947723 55680 221.22306823730469 1.0033000000000001 264.2697 13440 7998 0 0 0.0014892873034217948 0.54264217573899354 4032 2000 64 1 16 4 2 3 3 4 983040 491520 737280 737483 998400 25 26 25 119 224 0 0 0 3 31 0 0 0 0 0 +1887 1783792996983290200 REFRESH 18 0 0.65373627631015829 0.9293015332197615 1 13 1 13 0 0 381 14 409 3947748 55680 222.37306213378906 1.0083 279.28100000000001 13440 8140 0 0 0.0011581510151287512 1.5340829913578353 3529 1481 64 1 16 4 2 3 3 4 983040 491520 737280 737508 998400 25 25 25 161 173 0 0 0 1 13 0 0 0 0 0 +1888 1783792997355163800 REFRESH 44 0 0.65431595964982803 0.36712095400340705 1 7 1 7 0 0 1253 10 435 3943920 55200 222.3319091796875 1.0013000000000001 310.86500000000001 20160 12000 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 25 25 25 209 151 0 0 0 0 10 0 0 0 0 0 +1889 1783792997619152500 REFRESH 49 0 0.56233809150835046 0.82027257240204421 3 10 3 10 0 0 785 35 411 3947767 55680 220.64451599121094 0.99609999999999999 261.88740000000001 13440 8176 0 0 0.098963781542186352 0.39376965694185062 3850 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737527 998400 25 26 25 97 238 0 0 0 9 26 0 0 0 0 0 +1890 1783792997961848600 REFRESH 32 0 0.65501583430053256 0.4608177172061329 1 8 1 8 0 0 1578 28 421 3943889 55200 222.01139831542969 1.0181 284.53440000000001 20160 12112 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737489 748800 25 25 25 174 172 0 0 0 1 27 0 0 0 0 0 +1891 1783792998318241600 REFRESH 46 0 0.65470688830654278 0.37478705281090291 0 8 0 8 0 0 2052 29 422 3943893 55200 222.58073425292969 1.0081 299.98200000000003 20160 11896 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 25 25 25 125 222 0 0 0 1 28 0 0 0 0 0 +1892 1783792998650987900 REFRESH 14 0 0.65433142406796052 0.65587734241908002 0 11 0 11 0 0 1069 46 415 3943920 55200 222.41279602050781 1.0004999999999999 268.81380000000001 20160 13322 0 0 1.3850792041257712e-05 0.82201615712726361 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 29 74 262 0 0 0 4 42 0 0 0 0 0 +1893 1783792998976991700 REFRESH 23 0 0.65373331594503359 0.92163543441226559 2 12 2 12 0 0 639 15 415 3947745 55680 221.25056457519531 1.0014000000000001 261.3784 13440 8231 0 0 0.03776755138588251 0.98889797570575755 3648 1693 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 26 26 132 206 0 0 0 2 13 0 0 0 0 0 +1894 1783792999306924000 REFRESH 38 0 0.654507649373268 0.55451448040885853 1 9 1 9 0 0 1322 25 423 3943912 55200 221.65093994140625 1.0108999999999999 272.3313 20160 12022 0 0 0.069380060749284017 2.6479308659882252 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 27 222 124 0 0 0 5 20 0 0 0 0 0 +1895 1783792999633117900 REFRESH 27 0 0.65379515264034538 0.93696763202725719 0 14 0 14 0 0 688 16 426 3947755 55680 221.14405822753906 1.0058 262.51479999999998 13440 8188 0 0 1.7077624166593704e-05 0.81246312151568389 3648 1775 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 26 25 213 137 0 0 0 1 15 0 0 0 0 0 +1896 1783792999998701100 REFRESH 56 0 0.65808399244361238 0.26575809199318562 2 5 2 5 0 0 2678 24 427 3943904 55200 222.63194274902344 0.99609999999999999 305.47710000000001 20160 12273 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 26 256 95 1 0 0 6 17 0 0 0 0 0 +1897 1783793000375039200 REFRESH 17 0 0.65810478885056556 0.28109028960817717 0 7 0 7 0 0 2024 14 426 3943916 55200 222.69132995605469 1.0174000000000001 314.1053 20160 12186 0 0 7.4708820233279223e-05 0.17100298717737306 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 253 98 0 0 0 0 14 0 0 0 0 0 +1898 1783793000696619700 REFRESH 34 0 0.65351531319622425 0.8356047700170357 1 12 1 12 0 0 491 26 420 3947747 55680 222.34317016601562 1.0034000000000001 264.72800000000001 13440 8092 0 0 0.0002328195389260269 2.0515969003527372 4011 1963 64 1 16 4 2 3 3 4 983040 491520 737280 737507 998400 25 26 29 128 212 0 0 0 4 22 0 0 0 0 0 +1899 1783793001022435900 REFRESH 43 0 0.65306924104023945 0.8279386712095399 2 11 2 11 0 0 652 27 418 3947757 55680 221.26591491699219 0.99380000000000002 261.0061 13440 8051 0 0 0.010328634301928093 1.9556417763712328 3995 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737517 998400 25 26 26 52 289 0 0 0 6 21 0 0 0 0 0 +1900 1783793001328033700 REFRESH 20 0 0.68714867792123102 0.3594548551959113 2 6 2 6 0 0 1274 41 423 3943916 55200 221.34783935546875 0.99829999999999997 304.1078 20160 14953 0 0 0.0082079825564365765 0.30524765137648607 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 26 88 259 0 0 0 13 28 0 0 0 0 0 +1901 1783793001684294200 REFRESH 41 0 0.65352442229801655 0.55451448040885853 1 9 1 9 0 0 1189 35 430 3943918 55200 222.20083618164062 1.0115000000000001 289.60480000000001 20160 11839 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 25 197 158 0 0 0 7 28 0 0 0 0 0 +1902 1783793002033296700 REFRESH 16 0 0.65461031349863819 0.3594548551959113 2 6 2 6 0 0 1828 37 419 3943898 55200 223.74899291992188 1.0161 282.31229999999999 20160 11823 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 25 25 25 163 181 0 0 0 3 34 0 0 0 0 0 +1903 1783793002321800800 REFRESH 53 0 0.65478065741512692 0.37478705281090291 0 8 0 8 0 0 2686 63 415 3943903 55200 222.39129638671875 1.0103 286.75319999999999 20160 12022 0 0 0 0.34731098539856214 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 26 169 170 0 2 0 14 47 0 0 0 0 0 +1904 1783793002593017000 REFRESH 36 0 0.65264435033919188 0.82027257240204421 3 10 3 10 0 0 866 10 421 3947765 55680 220.66586303710938 1.0081 269.27370000000002 13440 8119 0 0 0.063393718559961093 0.17233532072441349 3763 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737525 998400 25 26 25 224 121 0 0 0 1 9 0 0 0 0 0 +1905 1783793002963155200 REFRESH 40 0 0.65417006590459448 0.64821124361158422 1 10 1 10 0 0 1124 17 417 3943917 55200 220.57369995117188 1.0156000000000001 312.31970000000001 20160 13622 0 0 0.069238459162395766 1.7502932157186926 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 25 179 163 0 0 0 0 17 0 0 0 0 0 +1906 1783793003342811700 REFRESH 45 0 0.65505309172089632 0.45315161839863699 2 7 2 7 0 0 1298 19 429 3943909 55200 222.43020629882812 1.0122 312.1422 20160 11923 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 25 25 25 248 106 0 0 0 3 16 0 0 0 0 0 +1907 1783793003668089800 REFRESH 37 0 0.65346994730466446 0.8356047700170357 1 12 1 12 0 0 715 32 420 3947733 55680 221.74003601074219 0.99890000000000001 265.46710000000002 13440 7957 0 0 0.0081873318915288776 0.8849919723752806 3784 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737493 998400 25 25 26 120 224 0 0 0 4 28 0 0 0 0 0 +1908 1783793004031544000 REFRESH 21 0 0.6539805087818964 0.56218057921635434 0 10 0 10 0 0 1611 44 424 3943909 55200 221.7574462890625 1.0031000000000001 304.49340000000001 20160 13411 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 25 25 30 194 150 0 0 0 13 31 0 0 0 0 0 +1909 1783793004391907100 REFRESH 39 0 0.65420189397645301 0.63287904599659284 3 8 3 8 0 0 1024 11 428 3943914 55200 221.01298522949219 1.0082 298.79090000000002 20160 13536 0 0 0.033915050234405199 0.89795211255192564 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 25 25 25 264 89 0 0 0 2 9 0 0 0 0 0 +1910 1783793004709665500 REFRESH 0 0 0.70277145573775668 0.8279386712095399 2 11 2 11 0 0 562 39 413 3955318 56640 219.50588989257812 1.0093000000000001 259.03289999999998 13440 8117 0 0 0.00010844831790577519 2.5085315153737788 3730 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491638 1497600 25 26 25 27 310 0 0 0 2 37 0 0 0 0 0 +1911 1783793005006514300 REFRESH 31 0 0.65467994066898161 0.3594548551959113 2 6 2 6 0 0 1524 20 422 3943907 55200 222.27967834472656 1.0162 294.71269999999998 20160 12009 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 26 196 150 1 1 0 1 17 0 0 0 0 0 +1912 1783793005320569200 REFRESH 48 0 0.6896866524603229 0.27342419080068137 1 6 1 6 0 0 1425 32 419 3947772 55680 222.4005126953125 1.0065999999999999 312.48399999999998 13440 8053 0 0 0.0014874657055154547 0.15259693592932783 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737532 998400 25 25 25 100 244 1 0 0 6 25 0 0 0 0 0 +1913 1783793005661875900 REFRESH 35 0 0.65310274356698572 0.8279386712095399 2 11 2 11 0 0 845 14 407 3943909 55200 222.82546997070312 1.0112000000000001 264.60140000000001 20160 14930 0 0 0.1466617951208353 1.1358384512012472 3968 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 25 25 29 119 209 0 0 0 1 13 0 0 0 0 0 +1914 1783793005981088600 REFRESH 24 0 0.65437182445596864 1 4 11 4 11 0 0 459 12 405 3947746 55680 221.20857238769531 0.99360000000000004 263.46449999999999 13440 8154 0 0 0.049718034260125263 1.3802885951242663 3264 1446 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 25 25 25 44 286 0 0 0 0 12 0 0 0 0 0 +1915 1783793006310237800 REFRESH 28 0 0.65340919539072873 0.8356047700170357 1 12 1 12 1 0 491 16 412 3947741 55680 222.961669921875 1.0014000000000001 272.13310000000001 13440 8085 0 0 0.0009805011020631194 1.5592710289540244 3973 1925 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 25 26 137 199 0 0 0 1 15 0 0 0 0 1 +1916 1783793006681218000 REFRESH 15 0 0.65299260897931266 0.91396933560476989 3 11 3 11 0 0 272 11 411 3951515 56160 221.80455017089844 1.0092000000000001 265.2527 13440 7889 0 0 0.13215737202774189 0.95319511763653475 2880 1400 64 1 16 4 2 3 2 5 983040 491520 737280 491675 1248000 25 26 25 38 297 0 0 0 1 10 0 0 0 0 0 +1917 1783793007034244900 REFRESH 33 0 0.65482242768687282 0.36712095400340705 1 7 1 7 0 0 2103 29 423 3943904 55200 223.41734313964844 0.99980000000000002 290.24680000000001 20160 11960 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 27 170 176 0 0 0 6 23 0 0 0 0 0 +1918 1783793007357659900 REFRESH 10 0 0.654972745605641 0.64821124361158422 1 10 1 10 0 0 728 14 421 3943936 55200 221.84037780761719 0.998 267.20409999999998 20160 14644 0 0 0.0039242093083006356 3.0189305589665416 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737536 748800 25 25 28 123 220 1 0 0 1 12 0 0 0 0 0 +1919 1783793007682717700 REFRESH 7 0 0.65324199637589786 0.8356047700170357 1 12 1 12 0 0 656 28 412 3947751 55680 222.04415893554688 1.0789 266.58819999999997 13440 8143 0 0 0.00036830025183520201 0.88322933222718147 3993 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737511 998400 25 26 25 194 142 0 0 0 16 12 0 0 0 0 0 +1920 1783793008173040000 REFRESH 50 0 0.6533129980053487 0.64054514480408853 2 9 2 9 0 0 717 13 439 3943951 55200 222.79270935058594 1.0019 301.9325 20160 13503 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737550 748800 25 25 25 256 108 1 0 0 0 12 0 0 0 0 0 +1921 1783793008437321000 REFRESH 12 0 0.65253714583832445 0.63287904599659284 3 8 3 8 0 0 1046 29 415 3943889 55200 221.75640869140625 0.99409999999999998 262.6825 20160 13700 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737488 748800 25 25 25 62 278 0 0 1 1 27 0 0 0 0 0 +1922 1783793008767450200 REFRESH 58 0 0.65395672671046323 0.92163543441226559 2 12 2 12 0 0 428 17 413 3947726 55680 222.01753234863281 1.0127999999999999 269.85680000000002 13440 8040 0 0 0.012937344408152321 1.9164160603669584 3648 1920 64 1 16 4 2 3 3 4 983040 491520 737280 737486 998400 25 25 26 88 249 0 0 0 2 15 0 0 0 0 0 +1923 1783793009085341800 REFRESH 19 0 0.6532111932293353 0.8279386712095399 2 11 2 11 0 0 639 28 418 3943896 55200 221.50146484375 1.0021 264.81490000000002 20160 14967 0 0 0.026098001124384564 0.38970274678601297 3767 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 25 25 27 98 243 0 0 0 5 23 0 0 0 0 0 +1924 1783793009409856200 REFRESH 47 0 0.65315926992438422 0.8279386712095399 2 11 2 11 0 0 476 24 427 3943943 55200 222.33702087402344 1.0044 263.2287 20160 14927 0 0 0.068787934381682569 1.4082378301417173 3771 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737543 748800 25 25 25 134 218 0 0 0 4 20 0 0 0 0 0 +1925 1783793009709076800 REFRESH 25 0 0.75089329432331708 0.4608177172061329 1 8 1 8 0 0 1694 26 405 3955342 56640 221.33760070800781 1.0037 297.58789999999999 13440 9444 0 0 8.4474676177547986e-05 1.7883527013409966 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 25 25 26 304 0 1 0 0 25 0 0 0 0 0 +1926 1783793010113966200 REFRESH 3 0 0.654401674038666 0.64054514480408853 2 9 2 9 0 0 793 18 424 3943917 55200 221.47276306152344 1.0259 292.68689999999998 20160 13598 0 0 0.0050979274672221242 0.20882764281404328 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 26 247 101 0 0 0 6 12 0 0 0 0 0 +1927 1783793010491938000 REFRESH 2 0 0.65519895788033922 0.45315161839863699 2 7 2 7 0 0 1682 16 426 3943919 55200 221.82502746582031 1.0049999999999999 286.74799999999999 20160 11981 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 229 122 0 0 0 0 16 0 0 0 0 0 +1928 1783793010831417000 REFRESH 13 0 0.65822387616906886 0.27342419080068137 1 6 1 6 0 0 2222 40 412 3943889 55200 221.69395446777344 0.99509999999999998 282.44619999999998 20160 12226 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737489 748800 25 25 25 179 158 0 0 0 8 32 0 0 0 0 0 +1929 1783793011156750500 REFRESH 42 0 0.82552343130895833 0 0 4 0 4 0 0 4096 14 429 3943892 55200 222.22950744628906 1.0016 322.44529999999997 20160 12356 0 0 0 0.0066344451008704943 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 27 25 28 272 77 0 0 1 0 13 0 0 0 0 0 +1930 1783793011482448900 REFRESH 57 0 0.65365238176481877 0.8279386712095399 2 11 2 11 0 0 908 35 410 3947754 55680 222.09638977050781 1.0291999999999999 266.1859 13440 8175 0 0 0.00037278843749701852 1.4951103476088821 3996 1948 64 1 16 4 2 3 3 4 983040 491520 737280 737513 998400 25 26 25 187 147 0 0 0 13 22 0 0 0 0 0 +1931 1783793011927253800 REFRESH 11 0 0.65489346668265558 0.37478705281090291 0 8 0 8 0 0 1248 20 425 3943906 55200 222.38310241699219 1.0349999999999999 309.45479999999998 20160 11871 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 25 222 128 0 0 0 2 18 0 0 0 0 0 +1932 1783793012280159900 REFRESH 9 0 0.65527674679582992 0.3594548551959113 2 6 2 6 0 0 985 21 419 3943883 55200 223.26681518554688 1.0071000000000001 290.11630000000002 20160 11947 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737483 748800 25 25 25 185 159 0 0 0 1 20 0 0 0 0 0 +1933 1783793012604706500 REFRESH 5 0 0.65251507759752136 0.8279386712095399 2 11 2 11 0 0 578 41 408 3947771 55680 221.09388732910156 1.0092000000000001 261.27159999999998 13440 8200 0 0 0.0068487018060826204 0.57091040388110481 3932 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737531 998400 25 25 40 36 282 0 0 1 4 36 0 0 0 0 0 +1934 1783793012931786000 REFRESH 29 0 0.65406304070279453 0.82027257240204421 3 10 3 10 0 0 904 32 421 3943892 55200 220.93721008300781 1.0039 262.12849999999997 20160 14557 0 0 0.17245395781315404 1.1179809937997387 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 25 25 27 44 300 0 0 0 3 29 0 0 0 0 0 +1935 1783793013307425300 REFRESH 52 0 0.65504968323139978 0.36712095400340705 1 7 1 7 0 0 1155 10 429 3943920 55200 221.8260498046875 1.0107999999999999 314.72919999999999 20160 12010 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 229 125 0 0 0 1 9 0 0 0 0 0 +1936 1783793013646075900 REFRESH 55 0 0.65336973395114484 0.8279386712095399 2 11 2 11 0 0 734 17 409 3943917 55200 222.68928527832031 1.0102 265.15550000000002 20160 14945 0 0 0.028658969471304477 0.6343466619252468 4032 1991 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 31 31 297 0 0 0 0 17 0 0 0 0 0 +1937 1783793013972591200 REFRESH 22 0 0.6543403630935305 0.91396933560476989 3 11 3 11 1 0 405 9 424 3951518 56160 222.19775390625 1.085 264.67189999999999 13440 8129 0 0 0.009329877122371287 0.77501744926021621 3648 1720 64 1 16 4 2 3 2 5 983040 491520 737280 491676 1248000 25 25 25 208 141 0 0 0 0 9 0 0 0 0 1 +1938 1783793014285169100 REFRESH 6 0 0.65058088061922237 0.91396933560476989 3 11 3 11 0 0 353 10 417 3951512 56160 220.65766906738281 0.996 261.18759999999997 13440 8366 0 0 0.078922789110012742 0.14595314801462497 2880 1261 64 1 16 4 2 3 2 5 983040 491520 737280 491671 1248000 25 26 26 36 304 0 0 0 0 10 0 0 0 0 0 +1939 1783793014586901000 REFRESH 1 0 0.65323825662828405 0.36712095400340705 1 7 1 7 0 0 1702 36 424 3943919 55200 222.41497802734375 1.0073000000000001 299.90570000000002 20160 12269 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 26 192 156 0 0 0 6 30 0 0 0 0 0 +1940 1783793014910632100 REFRESH 54 0 0.65291858255083079 0.4608177172061329 1 8 1 8 0 0 734 12 430 3943919 55200 221.15737915039062 1.0454000000000001 321.84140000000002 20160 12050 0 0 0.0031512833875022282 1.0765649547531979 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 273 82 0 0 0 0 12 0 0 0 0 0 +1941 1783793015182426500 REFRESH 8 0 0.65832406681707512 0.26575809199318562 2 5 2 5 0 0 1856 12 409 3943924 55200 223.90272521972656 1.0126999999999999 270.18650000000002 20160 12232 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 25 25 29 31 299 0 0 0 0 12 0 0 0 0 0 +1942 1783793017184742900 DEPTH 42 1 0.70462351222756647 0 0 4 0 4 0 0 4096 59 2588 23664780 81600 1293.7780914306641 6.9918000000000005 1947.1837 120960 59190 1 1 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426379 4492800 157 150 162 1612 507 0 0 2 0 56 0 0 0 0 0 +1943 1783793018853189300 DEPTH 0 1 0.69482898430629236 0.8279386712095399 2 11 2 11 0 0 575 65 2550 23713783 128640 1272.6980743408203 5.9752000000000001 1551.0119999999999 80640 39835 1 0 0.00010844831790577519 2.5085315153737788 3897 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950902 7737600 150 150 150 672 1428 0 3 3 3 56 0 0 0 0 0 +1944 1783793020824774100 DEPTH 48 1 0.68458284379389411 0.27342419080068137 1 6 1 6 1 0 1436 48 2565 23687881 103680 1288.3846130371094 6.7981000000000007 1905.836 80640 38032 1 0 0.0014886400132021243 0.15054011230666134 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426437 5990400 150 150 150 243 1872 0 0 0 0 48 0 0 0 0 1 +1945 1783793022865391700 DEPTH 20 1 0.6813893233482915 0.3594548551959113 2 6 2 6 1 0 1291 55 2557 23676326 93120 1291.8712463378906 6.7944000000000004 1903.7343000000001 100800 62475 1 0 0.0011161438591734034 0.2468489254585437 4096 2048 384 12 96 4 3 3 3 3 5898240 3686400 4423680 4426402 5241600 150 150 152 390 1715 0 0 5 1 49 0 0 0 0 1 +1946 1783793024740387900 DEPTH 25 1 0.69895849758598938 0.4608177172061329 1 8 1 8 0 0 1701 68 2535 23732973 147840 1283.8348693847656 6.0498999999999992 1805.4622999999999 80640 45522 1 0 8.4474676177547986e-05 1.7883527013409966 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950891 8985600 150 150 150 156 1929 3 3 2 2 58 0 0 0 0 0 +1947 1783793026750613800 DEPTH 17 1 0.6562632078037105 0.28109028960817717 0 7 0 7 1 0 2061 79 2590 23664844 81600 1292.7764892578125 6.7317 1933.7509 120960 57587 1 0 6.0375587699548007e-05 0.15926086250135535 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 150 150 150 1084 1056 0 1 3 0 75 0 0 0 0 1 +1948 1783793028653076200 DEPTH 56 1 0.65625637243640078 0.26575809199318562 2 5 2 5 0 0 2713 84 2584 23664871 81600 1295.5381622314453 6.7361000000000004 1900.5687 120960 58597 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 150 150 150 1512 622 3 0 0 12 69 0 0 0 0 0 +1949 1783793030728597500 DEPTH 32 1 0.65270387174542843 0.4608177172061329 1 8 1 8 0 0 1598 81 2575 23664962 81600 1294.3145294189453 6.3243 1878.2286999999999 120960 56619 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426562 4492800 150 150 150 629 1496 0 0 0 4 77 0 0 0 0 0 +1950 1783793032613691100 DEPTH 42 1 0.65371550297678416 0 0 4 0 4 0 0 4096 77 2591 23664889 81600 1286.2914428710938 6.1468000000000007 1883.2543000000001 120960 48323 1 0 0 0.0066344451008704943 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 153 150 156 1637 495 1 0 3 0 73 0 0 0 0 0 +1951 1783793034603802800 DEPTH 45 1 0.65265007788621621 0.45315161839863699 2 7 2 7 0 0 1306 48 2592 23664906 81600 1291.1474456787109 7.3675999999999995 1921.0084999999999 120960 56398 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426505 4492800 150 150 150 1354 788 0 0 0 3 45 0 0 0 0 0 +1952 1783793036581420800 DEPTH 46 1 0.6526551601027466 0.37478705281090291 0 8 0 8 0 0 2060 49 2564 23664894 81600 1294.8582305908203 5.9956000000000005 1842.0364999999999 120960 56261 1 1 1.0331692686075041e-06 0.42549409392877369 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426494 4492800 150 150 150 368 1746 0 0 0 0 48 0 0 0 0 0 +1953 1783793038535143700 DEPTH 53 1 0.65265570609570855 0.37478705281090291 0 8 0 8 0 0 2724 127 2549 23664918 81600 1295.4613647460938 6.5935000000000006 1878.8504 120960 56815 1 0 0 0.34731098539856214 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426517 4492800 150 150 156 801 1292 1 8 0 8 110 0 0 0 0 0 +1954 1783793040498607900 DEPTH 33 1 0.65261588851787755 0.36712095400340705 1 7 1 7 0 0 2113 76 2553 23664868 81600 1301.4610595703125 7.3524000000000012 1894.8340000000001 120960 57297 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 150 150 162 823 1268 0 0 2 1 73 0 0 0 0 0 +1955 1783793042800699700 DEPTH 44 1 0.65253060410675867 0.36712095400340705 1 7 1 7 0 0 1275 65 2620 23664928 81600 1319.6084899902344 12.8034 2155.7130999999999 120960 57049 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426528 4492800 150 150 150 1201 969 2 0 0 0 63 0 0 0 0 0 +1956 1783793044678784900 DEPTH 31 1 0.65253644119795884 0.3594548551959113 2 6 2 6 0 0 1538 56 2579 23664833 81600 1338.3169250488281 6.0528999999999993 1876.2322999999999 120960 57341 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 150 150 152 1064 1063 4 3 0 0 49 0 0 0 0 0 +1957 1783793046498470800 DEPTH 16 1 0.65253422887851609 0.3594548551959113 2 6 2 6 0 0 1844 78 2553 23664851 81600 1302.5361938476562 6.5065 1751.7864999999999 120960 57298 1 0 0.0081371797400521043 0.78472605386165473 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426451 4492800 150 150 150 808 1295 0 0 1 1 76 0 0 0 0 0 +1958 1783793048399547100 DEPTH 13 1 0.65626178919262013 0.27342419080068137 1 6 1 6 0 0 2234 81 2535 23664827 81600 1296.4229583740234 6.0060000000000002 1831.3879999999999 120960 57389 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 150 150 150 519 1566 0 0 0 5 76 0 0 0 0 0 +1959 1783793050495102600 DEPTH 9 1 0.65296774840957839 0.3594548551959113 2 6 2 6 0 0 987 41 2542 23664818 81600 1295.81689453125 6.1771000000000003 1897.7294999999999 120960 56976 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 150 150 150 522 1570 3 2 0 0 36 0 0 0 0 0 +1960 1783793052503781200 DEPTH 42 1 0.67283151354307635 0 0 4 0 4 1 0 4096 59 2600 23664760 81600 1284.4349365234375 6.1829999999999998 1933.02 120960 38136 1 0 0 0.0088080141695586877 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426356 4492800 150 150 156 1649 495 2 0 0 0 57 0 0 0 0 1 +1961 1783793054574790800 DEPTH 2 1 0.6527175377693043 0.45315161839863699 2 7 2 7 0 0 1702 78 2603 23664868 81600 1293.1041259765625 6.4120999999999997 1896.6874 120960 56672 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 150 150 150 961 1192 0 0 0 3 75 0 0 0 0 0 +1962 1783793056516925400 DEPTH 11 1 0.65264804955258171 0.37478705281090291 0 8 0 8 0 0 1270 61 2581 23664882 81600 1317.2613067626953 5.9886999999999997 1866.7140999999999 120960 55935 1 0 0 0.91185791622613488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 150 150 150 899 1232 2 0 1 0 58 0 0 0 0 0 +1963 1783793058376241300 DEPTH 10 1 0.6524186509886396 0.64821124361158422 1 10 1 10 0 0 742 73 2566 23664803 81600 1372.3506927490234 7.4299999999999997 1792.1356000000001 120960 70023 1 0 0.0039242093083006356 3.0189305589665416 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 150 150 166 623 1477 1 0 1 0 71 0 0 0 0 0 +1964 1783793060203523300 DEPTH 38 1 0.65181680831794742 0.55451448040885853 1 9 1 9 1 0 1334 91 2557 23664849 81600 1369.191650390625 6.0470000000000006 1752.5990999999999 120960 58610 1 0 0.13433027919204674 2.3057515358806704 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 150 150 162 861 1234 0 1 1 10 79 0 0 0 0 1 +1965 1783793062008639500 DEPTH 14 1 0.65179979916356023 0.65587734241908002 0 11 0 11 1 0 1119 216 2523 23664774 81600 1377.8821105957031 6.0350999999999999 1724.1142 120960 66710 1 0 1.3571465294132778e-05 0.80803712605457367 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426374 4492800 150 150 167 289 1767 0 0 0 3 213 0 0 0 0 2 +1966 1783793063944567100 DEPTH 25 1 0.67801701532526448 0.4608177172061329 1 8 1 8 0 0 1714 75 2536 23733103 147840 1283.6372680664062 8.2885000000000009 1934.1565000000001 80640 38435 1 0 8.4474676177547986e-05 1.7883527013409966 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951020 8985600 150 150 150 160 1926 0 0 6 2 67 0 0 0 0 0 +1967 1783793065552095500 DEPTH 0 1 0.67740237848349272 0.8279386712095399 2 11 2 11 0 0 581 54 2584 23695249 110400 1285.3443756103516 6.4273999999999996 1604.8643 80640 32516 1 0 0.00010844831790577519 2.5085315153737788 4060 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934606 6489600 150 150 150 1221 913 3 1 1 13 36 0 0 0 0 0 +1968 1783793067508495600 DEPTH 8 1 0.65633995530091638 0.26575809199318562 2 5 2 5 0 0 1866 76 2502 23664816 81600 1367.0451202392578 7.0376999999999992 1824.6242 120960 58833 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 150 150 162 168 1872 0 0 0 1 75 0 0 0 0 0 +1969 1783793069498512200 DEPTH 52 1 0.65280990578883591 0.36712095400340705 1 7 1 7 0 0 1174 59 2580 23664887 81600 1363.91064453125 6.0703999999999994 1904.626 120960 56356 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 150 150 150 1376 754 2 0 0 1 56 0 0 0 0 0 +1970 1783793071530821600 DEPTH 3 1 0.65167405779247911 0.64054514480408853 2 9 2 9 1 0 794 43 2588 23664863 81600 1338.4591369628906 6.8856000000000011 1954.7474999999999 120960 67731 1 0 0.0051976686044791515 0.23811695999084281 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 150 150 156 1216 916 0 0 0 3 40 0 0 0 0 1 +1971 1783793073460040900 DEPTH 39 1 0.6516129718418997 0.63287904599659284 3 8 3 8 0 0 1032 64 2630 23664840 81600 1320.4387969970703 6.0270999999999999 1850.3329000000001 120960 67601 1 0 0.033915050234405199 0.89795211255192564 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 150 150 150 1211 969 0 0 1 3 60 0 0 0 0 0 +1972 1783793075664468000 DEPTH 40 1 0.65161776258013393 0.64821124361158422 1 10 1 10 0 0 1158 71 2575 23664841 81600 1302.2720031738281 7.0808 2127.4969999999998 120960 68424 1 0 0.069238459162395766 1.7502932157186926 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 150 150 150 554 1571 0 0 0 1 70 0 0 0 0 0 +1973 1783793077647747600 DEPTH 21 1 0.65152766400610607 0.56218057921635434 0 10 0 10 0 0 1627 63 2577 23664857 81600 1303.5142059326172 6.2821999999999996 1904.5427999999999 120960 68265 1 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426456 4492800 150 150 160 870 1247 0 1 1 0 61 0 0 0 0 0 +1974 1783793077984752000 REFRESH 29 0 0.65082230630979176 0.82027257240204421 3 10 3 10 0 0 912 32 416 3943896 55200 225.080322265625 0.99629999999999996 266.23050000000001 20160 14426 0 0 0.17245395781315404 1.1179809937997387 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 25 25 27 44 295 0 0 0 3 29 0 0 0 0 0 +1975 1783793078335995800 REFRESH 16 0 0.58027233368826581 0.3594548551959113 2 6 2 6 0 0 1857 28 416 3943896 55200 223.494140625 1.0356000000000001 278.91629999999998 20160 12227 0 0 0.0081371797400521043 0.78472605386165473 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737495 748800 25 25 25 166 175 0 0 0 2 26 0 0 0 0 0 +1976 1783793078686148600 REFRESH 41 0 0.65118282630710933 0.55451448040885853 1 9 1 9 0 0 1197 26 425 3943913 55200 223.03231811523438 1.0037 290.83339999999998 20160 11921 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 25 25 25 188 162 2 0 0 1 23 0 0 0 0 0 +1977 1783793079013473200 REFRESH 51 0 0.6509465628057598 0.91396933560476989 3 11 3 11 0 0 436 19 420 3951509 56160 220.5614013671875 1.0035000000000001 263.60989999999998 13440 8178 0 0 0.069293080568095286 0.28191027568999133 3712 1875 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 25 27 156 187 0 0 1 2 16 0 0 0 0 0 +1978 1783793079281229200 REFRESH 10 0 0.54970538296509952 0.64821124361158422 1 10 1 10 0 0 750 24 426 3943902 55200 222.69132995605469 1.0028999999999999 266.35539999999997 20160 13627 0 0 0.0039242093083006356 3.0189305589665416 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 28 140 208 0 0 0 2 22 0 0 0 0 0 +1979 1783793079607516100 REFRESH 22 0 0.65032476743689216 0.91396933560476989 3 11 3 11 0 0 407 9 418 3951496 56160 222.772216796875 1.0137 263.47320000000002 13440 8098 0 0 0.009329877122371287 0.77501744926021621 3712 1746 64 1 16 4 2 3 2 5 983040 491520 737280 491656 1248000 25 25 25 208 135 0 0 0 0 9 0 0 0 0 0 +1980 1783793079907657300 REFRESH 9 0 0.61068252374028531 0.3594548551959113 2 6 2 6 0 0 988 18 421 3943896 55200 230.57417297363281 1.0189999999999999 298.7826 20160 12231 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 25 25 25 162 184 0 0 0 5 13 0 0 0 0 0 +1981 1783793080232317400 REFRESH 39 0 0.49873058732234388 0.63287904599659284 3 8 3 8 0 0 1035 11 432 3943922 55200 222.51622009277344 1.0106999999999999 322.85230000000001 20160 12450 0 0 0.033915050234405199 0.89795211255192564 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 25 245 112 0 0 0 0 11 0 0 0 0 0 +1982 1783793080758358400 REFRESH 48 0 0.67988187734449279 0.27342419080068137 1 6 1 6 0 0 1444 19 418 3947776 55680 221.85983276367188 1.0041 308.68369999999999 13440 8007 0 0 0.0014886400132021243 0.15054011230666134 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737536 998400 25 25 25 107 236 0 0 0 2 17 0 0 0 0 0 +1983 1783793081092317100 REFRESH 58 0 0.65107226940313856 0.92163543441226559 2 12 2 12 0 0 429 23 411 3947753 55680 221.4676513671875 1.0651999999999999 266.45420000000001 13440 8138 0 0 0.012937344408152321 1.9164160603669584 3712 1954 64 1 16 4 2 3 3 4 983040 491520 737280 737512 998400 25 25 26 106 229 0 0 0 2 21 0 0 0 0 0 +1984 1783793081458431200 REFRESH 33 0 0.65042013202993798 0.36712095400340705 1 7 1 7 0 0 2127 38 420 3943923 55200 226.86822509765625 1.1722999999999999 299.85739999999998 20160 12245 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 25 25 27 189 154 0 0 0 6 32 0 0 0 0 0 +1985 1783793081798039600 REFRESH 28 0 0.65073629816935097 0.8356047700170357 1 12 1 12 0 0 493 17 412 3947755 55680 223.46963500976562 1.002 265.8168 13440 8000 0 0 0.0009805011020631194 1.5592710289540244 4003 1955 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 25 26 114 222 0 0 0 0 17 0 0 0 0 0 +1986 1783793082158416800 REFRESH 13 0 0.65433445464986295 0.27342419080068137 1 6 1 6 0 0 2258 45 419 3943908 55200 223.18598937988281 0.98740000000000006 285.60649999999998 20160 12252 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 25 25 25 166 178 0 0 0 6 39 0 0 0 0 0 +1987 1783793082466720200 REFRESH 21 0 0.5387943502322774 0.56218057921635434 0 10 0 10 0 0 1637 40 421 3943903 55200 222.78349304199219 1.0172000000000001 306.77339999999998 20160 12382 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 30 210 131 0 0 1 10 29 0 0 0 0 0 +1988 1783793082804360200 REFRESH 24 0 0.6515571412161496 1 4 11 4 11 0 0 460 9 408 3947765 55680 227.02899169921875 1.0067999999999999 270.16860000000003 13440 8168 0 0 0.049718034260125263 1.3802885951242663 3328 1470 64 1 16 4 2 3 3 4 983040 491520 737280 737525 998400 25 25 25 50 283 0 0 0 0 9 0 0 0 0 0 +1989 1783793083146461300 REFRESH 35 0 0.65043992374072979 0.8279386712095399 2 11 2 11 0 0 849 18 409 3943932 55200 223.06918334960938 1.0021 266.91250000000002 20160 14550 0 0 0.1466617951208353 1.1358384512012472 4003 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 25 25 29 141 189 0 0 0 3 15 0 0 0 0 0 +1990 1783793083480032500 REFRESH 34 0 0.65092018621123882 0.8356047700170357 1 12 1 12 0 0 510 47 421 3947748 55680 221.78016662597656 0.99709999999999999 263.67090000000002 13440 8474 0 0 0.0002328195389260269 2.0515969003527372 4039 1991 64 1 16 4 2 3 3 4 983040 491520 737280 737508 998400 25 26 29 116 225 0 0 0 1 46 0 0 0 0 0 +1991 1783793083870714700 REFRESH 44 0 0.65056524345520428 0.36712095400340705 1 7 1 7 0 0 1276 8 430 3943926 55200 223.65592956542969 1.0189999999999999 313.85570000000001 20160 12089 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 25 25 25 215 140 0 0 0 0 8 0 0 0 0 0 +1992 1783793084187816500 REFRESH 11 0 0.6504530326686504 0.37478705281090291 0 8 0 8 0 0 1280 28 429 3943913 55200 226.58253479003906 1.0197000000000001 315.51400000000001 20160 11920 0 0 0 0.91185791622613488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 25 235 119 1 0 0 5 22 0 0 0 0 0 +1993 1783793084497362200 REFRESH 52 0 0.64056450523014541 0.36712095400340705 1 7 1 7 0 0 1177 21 428 3943907 55200 223.64877319335938 1.0089999999999999 307.60840000000002 20160 12067 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 25 234 119 0 0 0 6 15 0 0 0 0 0 +1994 1783793084831772500 REFRESH 37 0 0.6508468431803438 0.8356047700170357 1 12 1 12 0 0 719 24 418 3947741 55680 225.38752746582031 1.0105999999999999 268.48880000000003 13440 8044 0 0 0.0081873318915288776 0.8849919723752806 3811 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737501 998400 25 25 26 127 215 0 0 0 2 22 0 0 0 0 0 +1995 1783793085158800900 REFRESH 18 0 0.65120204897862277 0.9293015332197615 1 13 1 13 0 0 383 17 412 3947764 55680 223.92729187011719 1.0275000000000001 269.11770000000001 13440 8043 0 0 0.0011581510151287512 1.5340829913578353 3556 1508 64 1 16 4 2 3 3 4 983040 491520 737280 737524 998400 25 25 25 146 191 0 0 0 2 15 0 0 0 0 0 +1996 1783793085501321800 REFRESH 12 0 0.6499859583005424 0.63287904599659284 3 8 3 8 0 0 1056 33 418 3943904 55200 223.84434509277344 1.0132000000000001 269.86950000000002 20160 13616 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 25 60 283 0 0 0 1 32 0 0 0 0 0 +1997 1783793085848850300 REFRESH 49 0 0.64997216950178538 0.82027257240204421 3 10 3 10 0 0 793 28 413 3947755 55680 232.774658203125 1.0242 275.56420000000003 13440 8154 0 0 0.098963781542186352 0.39376965694185062 3884 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 26 25 104 233 0 0 0 3 25 0 0 0 0 0 +1998 1783793086233535800 REFRESH 56 0 0.65445664607968324 0.26575809199318562 2 5 2 5 0 0 2722 25 427 3943912 55200 226.39616394042969 1.0086999999999999 317.92129999999997 20160 12605 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 26 257 94 0 0 0 5 20 0 0 0 0 0 +1999 1783793086691523500 REFRESH 42 0 0.82210754756611992 0 0 4 0 4 0 0 4096 11 429 3943893 55200 235.65823364257812 1.0436000000000001 338.05340000000001 20160 12669 0 0 0 0.0088080141695586877 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737492 748800 26 25 29 268 81 1 0 0 0 10 0 0 0 0 0 +2000 1783793087033938000 REFRESH 15 0 0.65087190808941053 0.91396933560476989 3 11 3 11 0 0 272 7 414 3951526 56160 232.60774230957031 1.0065 272.91030000000001 13440 7923 0 0 0.13215737202774189 0.95319511763653475 2944 1431 64 1 16 4 2 3 2 5 983040 491520 737280 491686 1248000 25 26 25 40 298 0 0 0 0 7 0 0 0 0 0 +2001 1783793087427445900 REFRESH 17 0 0.65452501903503868 0.28109028960817717 0 7 0 7 0 0 2066 15 427 3943912 55200 231.06150817871094 1.0152000000000001 330.80410000000001 20160 12304 0 0 6.0375587699548007e-05 0.15926086250135535 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 25 260 92 0 0 1 1 13 0 0 0 0 0 +2002 1783793087772996600 REFRESH 55 0 0.65061839626882378 0.8279386712095399 2 11 2 11 0 0 737 17 408 3943918 55200 237.90284729003906 1.0189999999999999 283.37619999999998 20160 14609 0 0 0.028658969471304477 0.6343466619252468 4066 2018 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 31 34 293 0 0 0 0 17 0 0 0 0 0 +2003 1783793088086616600 REFRESH 40 0 0.64888005413160665 0.64821124361158422 1 10 1 10 1 0 1161 13 418 3943919 55200 228.59689331054688 1.0069999999999999 311.76080000000002 20160 12492 0 0 0.082507730782525893 1.7328178304633115 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 190 153 0 0 0 1 12 0 0 0 1 0 +2004 1783793088475805500 REFRESH 4 0 0.64944416351132217 0.8356047700170357 1 12 1 12 0 0 209 7 418 3951521 56160 227.59014892578125 1.0064 268.81610000000001 13440 8700 0 0 0.040034988002707217 1.6325146921702258 2944 1629 64 1 16 4 2 3 2 5 983040 491520 737280 491681 1248000 25 25 25 51 292 1 0 0 1 5 0 0 0 0 0 +2005 1783793088779160400 REFRESH 25 0 0.71810486386326833 0.4608177172061329 1 8 1 8 0 0 1719 21 406 3955347 56640 218.48165893554688 1.0121 301.4744 13440 7983 0 0 8.4474676177547986e-05 1.7883527013409966 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 25 26 305 0 0 0 0 21 0 0 0 0 0 +2006 1783793089111629800 REFRESH 19 0 0.65059147380548699 0.8279386712095399 2 11 2 11 0 0 645 17 421 3943935 55200 226.95321655273438 1.0404 269.20740000000001 20160 14633 0 0 0.026098001124384564 0.38970274678601297 3792 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737535 748800 25 25 27 114 230 0 0 0 0 17 0 0 0 0 0 +2007 1783793089483499900 REFRESH 54 0 0.65089110609504841 0.4608177172061329 1 8 1 8 0 0 736 7 426 3943893 55200 220.93209838867188 1.0078 306.4409 20160 12011 0 0 0.0031512833875022282 1.0765649547531979 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 25 25 25 273 78 0 0 0 0 7 0 0 0 0 0 +2008 1783793089853598200 REFRESH 50 0 0.6509989091180659 0.64054514480408853 2 9 2 9 0 0 718 10 437 3943919 55200 230.28224182128906 1.0214000000000001 315.17809999999997 20160 13585 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 25 25 25 261 101 3 0 0 0 7 0 0 0 0 0 +2009 1783793090129022300 REFRESH 14 0 0.64917900808636708 0.65587734241908002 0 11 0 11 0 0 1126 26 416 3943898 55200 223.44908142089844 1.0087999999999999 273.81959999999998 20160 12222 0 0 1.3571465294132778e-05 0.80803712605457367 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 25 25 28 86 252 0 0 0 4 22 0 0 0 0 0 +2010 1783793090486641000 REFRESH 1 0 0.65123081698455354 0.36712095400340705 1 7 1 7 0 0 1714 31 421 3943911 55200 224.42713928222656 1.0002 295.49900000000002 20160 12275 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 25 25 26 189 156 0 0 0 0 31 0 0 0 0 0 +2011 1783793090816716500 REFRESH 43 0 0.65066171415728014 0.8279386712095399 2 11 2 11 0 0 655 26 419 3947755 55680 223.40095520019531 1.0233000000000001 266.9323 13440 8114 0 0 0.010328634301928093 1.9556417763712328 4028 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 26 26 61 281 0 0 0 1 25 0 0 0 0 0 +2012 1783793091137000300 REFRESH 23 0 0.65128058628037411 0.92163543441226559 2 12 2 12 0 0 643 24 418 3947744 55680 222.78962707519531 1.1083000000000001 265.37009999999998 13440 8100 0 0 0.03776755138588251 0.98889797570575755 3712 1721 64 1 16 4 2 3 3 4 983040 491520 737280 737503 998400 25 26 26 158 183 0 0 0 4 20 0 0 0 0 0 +2013 1783793091466668700 REFRESH 36 0 0.6502595205707109 0.82027257240204421 3 10 3 10 0 0 867 10 423 3947739 55680 223.81056213378906 1.0013000000000001 264.76639999999998 13440 8213 0 0 0.063393718559961093 0.17233532072441349 3795 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737499 998400 25 26 25 253 94 0 0 0 0 10 0 0 0 0 0 +2014 1783793091817973700 REFRESH 32 0 0.65048482538415753 0.4608177172061329 1 8 1 8 0 0 1610 34 416 3943939 55200 223.52998352050781 1.0181 286.64749999999998 20160 12150 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737539 748800 25 25 25 186 155 0 0 0 8 26 0 0 0 0 0 +2015 1783793092211001300 REFRESH 5 0 0.64996171584883222 0.8279386712095399 2 11 2 11 0 0 583 19 409 3947739 55680 223.95494079589844 1.0285 268.96089999999998 13440 8296 0 0 0.0068487018060826204 0.57091040388110481 3954 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737499 998400 25 25 38 36 285 0 0 1 1 17 0 0 0 0 0 +2016 1783793092559014300 REFRESH 27 0 0.65135116428450268 0.93696763202725719 0 14 0 14 0 0 695 25 422 3947762 55680 237.35910034179688 1.0055000000000001 280.20589999999999 13440 8204 0 0 1.7077624166593704e-05 0.81246312151568389 3712 1801 64 1 16 4 2 3 3 4 983040 491520 737280 737521 998400 25 26 25 217 129 0 0 0 2 23 0 0 0 0 0 +2017 1783793092938545900 REFRESH 38 0 0.65037695636226767 0.55451448040885853 1 9 1 9 0 0 1341 24 418 3943887 55200 240.53248596191406 1.0169999999999999 303.11470000000003 20160 11971 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737487 748800 25 25 27 236 105 0 0 0 9 15 0 0 0 0 0 +2018 1783793093267305500 REFRESH 26 0 0.65129881304999626 0.8356047700170357 1 12 1 12 0 0 799 26 418 3947801 55680 225.45408630371094 1.0387999999999999 272.40519999999998 13440 7958 0 0 0.0014892873034217948 0.54264217573899354 4081 2033 64 1 16 4 2 3 3 4 983040 491520 737280 737561 998400 25 26 25 126 216 0 0 0 1 25 0 0 0 0 0 +2019 1783793093655576500 REFRESH 45 0 0.65045671899753099 0.45315161839863699 2 7 2 7 0 0 1308 19 434 3943921 55200 228.10111999511719 1.004 320.0829 20160 12062 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 25 255 104 0 0 0 3 16 0 0 0 0 0 +2020 1783793093929056300 REFRESH 8 0 0.65455219092589068 0.26575809199318562 2 5 2 5 0 0 1869 14 404 3943917 55200 225.89132690429688 1.0123 271.89850000000001 20160 12524 0 0 0.030045492629539892 0.98193961635333404 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 26 25 30 31 292 0 0 0 0 14 0 0 0 0 0 +2021 1783793094261929300 REFRESH 47 0 0.65064441589849686 0.8279386712095399 2 11 2 11 0 0 481 25 425 3943912 55200 223.39913940429688 1.0276000000000001 271.39490000000001 20160 14671 0 0 0.068787934381682569 1.4082378301417173 3800 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 25 25 25 143 207 0 0 0 0 25 0 0 0 0 0 +2022 1783793094646416600 REFRESH 20 0 0.67629185234759204 0.3594548551959113 2 6 2 6 0 0 1308 44 420 3943910 55200 225.81350708007812 1.0017 310.58949999999999 20160 13936 0 0 0.0011161438591734034 0.2468489254585437 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 25 25 26 125 219 0 0 1 5 38 0 0 0 0 0 +2023 1783793094979511700 REFRESH 6 0 0.64871726459902601 0.91396933560476989 3 11 3 11 0 0 353 7 416 3951514 56160 226.79653930664062 1.0047999999999999 268.88440000000003 13440 8388 0 0 0.078922789110012742 0.14595314801462497 2944 1289 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 26 26 50 289 0 0 0 0 7 0 0 0 0 0 +2024 1783793095334709700 REFRESH 53 0 0.65071192313689363 0.37478705281090291 0 8 0 8 0 0 2762 64 415 3943896 55200 224.9697265625 1.0210999999999999 292.827 20160 12319 0 0 0 0.34731098539856214 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 25 25 26 173 166 0 0 0 9 55 0 0 0 0 0 +2025 1783793095687928600 REFRESH 2 0 0.65049560700755649 0.45315161839863699 2 7 2 7 0 0 1707 26 428 3943895 55200 225.48786926269531 1.1513 295.69099999999997 20160 11970 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737495 748800 25 25 25 245 108 0 0 0 4 22 0 0 0 0 0 +2026 1783793096014731000 REFRESH 57 0 0.65108320854944712 0.8279386712095399 2 11 2 11 0 0 915 22 416 3947745 55680 225.79200744628906 1.0022 266.59780000000001 13440 8351 0 0 0.00037278843749701852 1.4951103476088821 4024 1976 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 26 25 170 170 0 0 0 4 18 0 0 0 0 0 +2027 1783793096278010400 REFRESH 0 0 0.68075517490874582 0.8279386712095399 2 11 2 11 0 0 586 22 423 3947767 55680 222.64115905761719 0.99519999999999997 261.74160000000001 13440 8282 0 0 0.00010844831790577519 2.5085315153737788 4089 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737526 998400 25 25 25 240 108 0 0 0 8 14 0 0 0 0 0 +2028 1783793096579348200 REFRESH 3 0 0.64912609772654917 0.64054514480408853 2 9 2 9 0 0 794 20 425 3943903 55200 224.44441223144531 1.0126999999999999 299.46390000000002 20160 12482 0 0 0.0051976686044791515 0.23811695999084281 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 25 25 26 268 81 0 0 0 7 13 0 0 0 0 0 +2029 1783793096929248700 REFRESH 31 0 0.65061811902983302 0.3594548551959113 2 6 2 6 0 0 1547 34 427 3943945 55200 224.66560363769531 1.0358000000000001 294.19760000000002 20160 12309 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737544 748800 25 25 26 196 155 0 0 2 4 28 0 0 0 0 0 +2030 1783793097273090300 REFRESH 7 0 0.65081607218700077 0.8356047700170357 1 12 1 12 0 0 659 21 411 3947739 55680 235.65618896484375 1.0049999999999999 279.95569999999998 13440 8310 0 0 0.00036830025183520201 0.88322933222718147 4028 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737498 998400 25 26 25 183 152 0 0 0 2 19 0 0 0 0 0 +2031 1783793097777509400 REFRESH 30 0 0.6516565737551363 0.4608177172061329 1 8 1 8 0 0 1704 28 423 3943916 55200 237.338623046875 1.0358000000000001 324.22640000000001 20160 12023 0 0 0.0010890537276443467 1.8379234282473316 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 25 225 123 0 0 0 4 24 0 0 0 0 0 +2032 1783793098171215500 REFRESH 46 0 0.65076676450925885 0.37478705281090291 0 8 0 8 0 0 2066 28 416 3943906 55200 227.38841247558594 1.1032999999999999 327.05770000000001 20160 11938 0 0 1.0331692686075041e-06 0.42549409392877369 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 25 25 25 130 211 0 0 0 2 26 0 0 0 0 0 +2033 1783793100160449800 DEPTH 42 1 0.8213543400533112 0 0 4 0 4 0 0 4096 73 2595 23664865 81600 1313.0251312255859 6.0223999999999993 1930.7837999999999 120960 60530 1 1 0 0.0088080141695586877 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 155 150 162 1607 521 3 0 0 0 69 0 0 0 0 0 +2034 1783793102108162600 DEPTH 25 1 0.70894187348020299 0.4608177172061329 1 8 1 8 0 0 1729 70 2536 23729143 144000 1302.1165008544922 6.8666999999999998 1884.5833 80640 39624 1 1 8.4474676177547986e-05 1.7883527013409966 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950900 8736000 150 150 150 214 1872 0 2 0 5 62 0 0 0 0 0 +2035 1783793104107602700 DEPTH 48 1 0.67558985397817506 0.27342419080068137 1 6 1 6 1 0 1466 63 2582 23687824 103680 1320.1634826660156 6.1775000000000002 1938.1478999999999 80640 37829 1 1 0.0014941267737476379 0.14815751348980113 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426383 5990400 150 150 150 416 1716 1 0 0 1 60 0 0 0 0 1 +2036 1783793106266172700 DEPTH 17 1 0.65267218463306631 0.28109028960817717 0 7 0 7 0 0 2099 78 2589 23664830 81600 1351.9544219970703 7.5775000000000006 2089.2085999999999 120960 58513 1 0 6.0375587699548007e-05 0.15926086250135535 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 150 150 150 1122 1017 0 1 3 0 74 0 0 0 0 0 +2037 1783793108192625000 DEPTH 56 1 0.65263256265275849 0.26575809199318562 2 5 2 5 0 0 2747 82 2578 23664804 81600 1323.5151519775391 6.0299999999999994 1857.3706 120960 59016 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 150 150 151 1494 633 3 1 0 17 61 0 0 0 0 0 +2038 1783793110159342700 DEPTH 13 1 0.65259300759066807 0.27342419080068137 1 6 1 6 0 0 2275 92 2546 23664849 81600 1332.5313568115234 6.6639999999999997 1965.01 120960 57794 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 150 150 150 498 1598 0 3 0 0 89 0 0 0 0 0 +2039 1783793112267603400 DEPTH 41 1 0.64881179639290743 0.55451448040885853 1 9 1 9 0 0 1216 63 2585 23664883 81600 1346.3287963867188 6.444399999999999 1922.8586 120960 57293 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 150 150 150 1084 1051 3 1 1 0 58 0 0 0 0 0 +2040 1783793114322309800 DEPTH 9 1 0.64869775384913675 0.3594548551959113 2 6 2 6 0 0 997 34 2554 23664822 81600 1369.6206359863281 6.1307999999999998 1929.309 120960 57760 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 150 150 150 654 1450 0 0 0 0 34 0 0 0 0 0 +2041 1783793116398100100 DEPTH 42 1 0.65049984301105346 0 0 4 0 4 1 0 4096 76 2593 23664855 81600 1314.4851837158203 6.8079999999999998 2001.2772 120960 49628 1 1 0 0.019745678156546036 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 151 150 156 1642 494 0 0 1 1 73 0 0 0 1 0 +2042 1783793118463120300 DEPTH 1 1 0.64903390348520407 0.36712095400340705 1 7 1 7 0 0 1725 49 2587 23664920 81600 1308.7365112304688 6.5465 1916.1112000000001 120960 58130 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426519 4492800 150 150 150 809 1328 0 0 0 0 49 0 0 0 0 0 +2043 1783793120311095400 DEPTH 52 1 0.64853609157827341 0.36712095400340705 1 7 1 7 0 0 1201 66 2579 23664893 81600 1310.2919311523438 6.3055999999999992 1846.4211 120960 56519 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 150 150 150 1341 788 1 4 0 3 58 0 0 0 0 0 +2044 1783793122394266900 DEPTH 33 1 0.64846323361657743 0.36712095400340705 1 7 1 7 0 0 2143 67 2564 23664896 81600 1329.6199798583984 8.1791 1964.6294 120960 57861 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426496 4492800 150 150 162 834 1268 0 0 0 0 67 0 0 0 0 0 +2045 1783793124351434800 DEPTH 11 1 0.64845359158081917 0.37478705281090291 0 8 0 8 1 0 1299 55 2573 23664772 81600 1333.7503509521484 6.0430999999999999 1888.9998000000001 120960 55729 1 0 0 0.7628219944323722 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426371 4492800 150 150 150 903 1220 2 0 0 2 51 0 0 0 0 1 +2046 1783793126319680200 DEPTH 16 1 0.6483935703956456 0.3594548551959113 2 6 2 6 1 0 1872 70 2543 23664844 81600 1335.45263671875 6.7445000000000004 1906.6259 120960 57635 1 0 0.0081653651119550068 0.66296309876384929 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 150 150 150 733 1360 0 0 0 6 64 0 0 0 0 1 +2047 1783793128251501000 DEPTH 50 1 0.64839567061760028 0.64054514480408853 2 9 2 9 0 0 722 30 2606 23664870 81600 1333.5953521728516 6.0903999999999989 1853.4090000000001 120960 66943 1 0 0.061518444399238342 2.0460364460936478 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 150 150 150 1608 548 2 0 1 0 27 0 0 0 0 0 +2048 1783793129939211100 DEPTH 18 1 0.64832958038052169 0.9293015332197615 1 13 1 13 0 0 391 83 2524 23684037 99840 1296.3338623046875 6.1732000000000005 1621.2969000000001 87360 42694 1 0 0.0011581510151287512 1.5340829913578353 3725 1677 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426433 5740800 150 150 153 487 1584 0 0 0 10 73 0 0 0 0 0 +2049 1783793131966297000 DEPTH 20 1 0.67121770429405503 0.3594548551959113 2 6 2 6 0 0 1317 46 2601 23664785 81600 1310.31005859375 6.0327000000000002 1870.3144 120960 68851 1 0 0.0011161438591734034 0.2468489254585437 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426384 4492800 150 150 150 388 1763 0 0 2 0 44 0 0 0 0 0 +2050 1783793133922660900 DEPTH 8 1 0.65267633833413141 0.26575809199318562 2 5 2 5 0 0 1905 122 2500 23664895 81600 1370.1796569824219 7.8540999999999999 1875.4422 120960 59944 1 0 0.030045492629539892 0.98193961635333404 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 150 150 162 158 1880 0 0 0 1 121 0 0 0 0 0 +2051 1783793135891461900 DEPTH 42 1 0.66971524276547478 0 0 4 0 4 1 0 4096 61 2593 23664835 81600 1319.0786590576172 6.1154999999999999 1967.0092999999999 120960 40018 1 0 0 0.0046509286747522987 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 150 150 156 1642 495 0 0 5 0 56 0 0 0 0 1 +2052 1783793137963012600 DEPTH 53 1 0.64854931329756971 0.37478705281090291 0 8 0 8 1 0 2796 111 2541 23664872 81600 1329.100830078125 6.4396999999999993 1998.0309 120960 57288 1 0 0 0.33584910447626048 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426472 4492800 150 150 156 669 1416 0 4 0 3 104 0 0 0 0 1 +2053 1783793139644283300 DEPTH 27 1 0.64836231312152259 0.93696763202725719 0 14 0 14 0 0 701 80 2527 23684138 99840 1318.8467102050781 6.0385 1612.1360999999999 87360 43018 1 0 1.7077624166593704e-05 0.81246312151568389 4029 1981 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426536 5740800 150 154 158 730 1335 1 0 0 2 77 0 0 0 0 0 +2054 1783793141338435700 DEPTH 26 1 0.64834932948459956 0.8356047700170357 1 12 1 12 0 0 805 57 2567 23687880 103680 1313.1356201171875 6.2282000000000002 1617.5625 80640 37688 1 0 0.0014892873034217948 0.54264217573899354 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426439 5990400 150 150 150 355 1762 0 0 0 0 57 0 0 0 0 0 +2055 1783793143113355000 DEPTH 58 1 0.64834012956765608 0.92163543441226559 2 12 2 12 0 0 430 42 2548 23687955 103680 1323.7566375732422 6.4252000000000002 1717.4414999999999 80640 38918 1 0 0.012937344408152321 1.9164160603669584 3980 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426515 5990400 150 150 150 296 1802 0 0 0 1 41 0 0 0 0 0 +2056 1783793144705704700 DEPTH 23 1 0.64834559031543315 0.92163543441226559 2 12 2 12 1 0 648 76 2550 23687958 103680 1277.7256927490234 6.1500000000000004 1537.1341 80640 39353 1 0 0.037767381830101213 0.98822811225307028 3962 1914 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426513 5990400 150 156 156 743 1345 0 0 0 1 75 0 0 0 0 1 +2057 1783793146555166700 DEPTH 25 1 0.6804801418406301 0.4608177172061329 1 8 1 8 0 0 1736 53 2553 23706352 121920 1257.0915985107422 6.0609999999999991 1782.3844999999999 80640 31724 1 0 8.4474676177547986e-05 1.7883527013409966 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196910 7238400 150 150 150 1242 861 3 2 3 9 36 0 0 0 0 0 +2058 1783793148179803700 DEPTH 0 1 0.67438217600241024 0.8279386712095399 2 11 2 11 1 0 596 52 2579 23687797 103680 1265.1466064453125 6.3921999999999999 1559.3921 80640 39941 1 0 0.00017817385236690964 2.3450496297959931 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426357 5990400 150 150 150 830 1299 0 0 0 1 51 0 0 0 0 1 +2059 1783793150091746400 DEPTH 30 1 0.64914505577765702 0.4608177172061329 1 8 1 8 1 0 1723 87 2572 23664796 81600 1272.0237579345703 6.0327999999999999 1782.3086000000001 120960 56368 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 150 150 150 1038 1084 0 0 0 6 81 0 0 0 0 1 +2060 1783793152015749900 DEPTH 46 1 0.64860253726555595 0.37478705281090291 0 8 0 8 1 0 2076 39 2567 23664884 81600 1279.0434417724609 6.2656999999999989 1865.0431000000001 120960 56254 0 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426483 4492800 150 150 150 359 1758 0 0 0 0 39 0 0 0 0 1 diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/run.tsv b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/run.tsv new file mode 100644 index 00000000..011c1a14 --- /dev/null +++ b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/run.tsv @@ -0,0 +1,36 @@ +format szilassi-global-search-v5 +run_id 0d97b151-ffdf-4b97-8411-d5015c1a2353 +node_id LOOKICH +seed 393141738 +topology_from 0 +topology_to 58 +backend cuda-fp32 +objective_version 5 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 59 +algorithm hybrid-quality-diversity-neural-v2 +control_baseline_min_fraction 0.25 +strategy_weights adaptive-total:16,floors:baseline4/replica1/adaptive1/pbt1/injected3,max6 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8,crossing-face-mask:12,intersection-face-mask:12 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +intersection_loss segment-depth-times-boundary-depth,weight:0.01,cap:4 +repair injected-quarter,offending-face-biased,neural-policy-with-exploration +neural per-topology-ensemble:5,residual-mlp:44-128-128-128,value-policy,online-adamw,replay:4096 +neural_safety baseline-floor:25%,policy-exploration:25%,exact-cuda-plus-cpu-dd-authoritative +spsa adam:6,cpu-double,c-plus-i-smooth-loss,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000001_78b748eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000001_78b748eb.szar new file mode 100644 index 00000000..6c684fde Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000001_78b748eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000002_b30efd08.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000002_b30efd08.szar new file mode 100644 index 00000000..bf637d98 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000002_b30efd08.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000003_01eb1517.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000003_01eb1517.szar new file mode 100644 index 00000000..2975ad7b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000003_01eb1517.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000004_7d33d3d4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000004_7d33d3d4.szar new file mode 100644 index 00000000..78a372b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000004_7d33d3d4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000005_7794c66f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000005_7794c66f.szar new file mode 100644 index 00000000..9e5ae411 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000005_7794c66f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000006_a3bb8089.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000006_a3bb8089.szar new file mode 100644 index 00000000..fc1e03ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000006_a3bb8089.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000007_1f9a2c94.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000007_1f9a2c94.szar new file mode 100644 index 00000000..b631c6eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000007_1f9a2c94.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000008_288efb2f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000008_288efb2f.szar new file mode 100644 index 00000000..85da6776 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000008_288efb2f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000009_f650c4b1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000009_f650c4b1.szar new file mode 100644 index 00000000..6883d84d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000009_f650c4b1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000010_c083c7e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000010_c083c7e6.szar new file mode 100644 index 00000000..7e14cdec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000010_c083c7e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000011_f65c2de7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000011_f65c2de7.szar new file mode 100644 index 00000000..f453b739 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000011_f65c2de7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000012_bc660688.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000012_bc660688.szar new file mode 100644 index 00000000..0da0454e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000012_bc660688.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000013_7fbf28c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000013_7fbf28c5.szar new file mode 100644 index 00000000..c5c317d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000013_7fbf28c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000014_1fc73918.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000014_1fc73918.szar new file mode 100644 index 00000000..27185d50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000014_1fc73918.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000015_45c370f0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000015_45c370f0.szar new file mode 100644 index 00000000..8a6c0b2e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000015_45c370f0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000016_1d9ca53e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000016_1d9ca53e.szar new file mode 100644 index 00000000..42fd2470 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000016_1d9ca53e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000017_2c0cfed7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000017_2c0cfed7.szar new file mode 100644 index 00000000..d20c5bc2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000017_2c0cfed7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000018_eae99e3c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000018_eae99e3c.szar new file mode 100644 index 00000000..1774fdb8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000018_eae99e3c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000019_ceccee52.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000019_ceccee52.szar new file mode 100644 index 00000000..458e4627 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000019_ceccee52.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000020_68cfac09.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000020_68cfac09.szar new file mode 100644 index 00000000..2e977469 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000020_68cfac09.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000021_b36ee74b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000021_b36ee74b.szar new file mode 100644 index 00000000..159f4f95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000021_b36ee74b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000022_13d13f83.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000022_13d13f83.szar new file mode 100644 index 00000000..c75c34c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000022_13d13f83.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000023_acdbcdc5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000023_acdbcdc5.szar new file mode 100644 index 00000000..e5e70525 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000023_acdbcdc5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000024_e367d90c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000024_e367d90c.szar new file mode 100644 index 00000000..5c3a902a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000024_e367d90c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000025_6b6d53cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000025_6b6d53cf.szar new file mode 100644 index 00000000..4bb7a09f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000025_6b6d53cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000026_e743bf59.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000026_e743bf59.szar new file mode 100644 index 00000000..15d46dee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000026_e743bf59.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000027_36708a8c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000027_36708a8c.szar new file mode 100644 index 00000000..a5b00d2c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000027_36708a8c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000028_77413acd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000028_77413acd.szar new file mode 100644 index 00000000..a9194fa2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000028_77413acd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000029_b203c57e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000029_b203c57e.szar new file mode 100644 index 00000000..ce7e614d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000029_b203c57e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000030_56adff8c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000030_56adff8c.szar new file mode 100644 index 00000000..b4a0f48c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000030_56adff8c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000031_041a7ca1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000031_041a7ca1.szar new file mode 100644 index 00000000..1f434a81 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000031_041a7ca1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000032_51148838.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000032_51148838.szar new file mode 100644 index 00000000..3b290d4d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/archive/delta_00000000000000000032_51148838.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000001_cf4a3a2f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000001_cf4a3a2f.szcp new file mode 100644 index 00000000..b4017af5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000001_cf4a3a2f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000002_6b5d279b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000002_6b5d279b.szcp new file mode 100644 index 00000000..947304cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000002_6b5d279b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000003_e3585877.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000003_e3585877.szcp new file mode 100644 index 00000000..a2b2ab16 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000003_e3585877.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000004_e4dc61c7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000004_e4dc61c7.szcp new file mode 100644 index 00000000..a5ba2db0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000004_e4dc61c7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000005_f133dfa5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000005_f133dfa5.szcp new file mode 100644 index 00000000..6fa99fd4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000005_f133dfa5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000006_5a6d86cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000006_5a6d86cd.szcp new file mode 100644 index 00000000..d24cbc42 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000006_5a6d86cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000007_1a1d964e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000007_1a1d964e.szcp new file mode 100644 index 00000000..d1a59f25 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000007_1a1d964e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000008_86eff899.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000008_86eff899.szcp new file mode 100644 index 00000000..1070c347 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000008_86eff899.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000009_34a7aae5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000009_34a7aae5.szcp new file mode 100644 index 00000000..eb8d19fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000009_34a7aae5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000010_fee30512.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000010_fee30512.szcp new file mode 100644 index 00000000..52d2dae6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000010_fee30512.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000011_bda1414d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000011_bda1414d.szcp new file mode 100644 index 00000000..401b3098 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000011_bda1414d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000012_82348efb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000012_82348efb.szcp new file mode 100644 index 00000000..f1148588 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000012_82348efb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000013_97deeb4a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000013_97deeb4a.szcp new file mode 100644 index 00000000..c525fee5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000013_97deeb4a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000014_cf86347b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000014_cf86347b.szcp new file mode 100644 index 00000000..47c5d327 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000014_cf86347b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000015_34168db1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000015_34168db1.szcp new file mode 100644 index 00000000..58218873 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000015_34168db1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000016_f76eb660.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000016_f76eb660.szcp new file mode 100644 index 00000000..548d9154 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000016_f76eb660.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000017_30a0f37d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000017_30a0f37d.szcp new file mode 100644 index 00000000..bc8ce790 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000017_30a0f37d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000018_fd63773a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000018_fd63773a.szcp new file mode 100644 index 00000000..141228ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000018_fd63773a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000019_03450ffc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000019_03450ffc.szcp new file mode 100644 index 00000000..32ee9e5b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000019_03450ffc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000020_2765775b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000020_2765775b.szcp new file mode 100644 index 00000000..7e1972ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000020_2765775b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000021_055d989b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000021_055d989b.szcp new file mode 100644 index 00000000..a9d6f640 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000021_055d989b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000022_503e99d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000022_503e99d6.szcp new file mode 100644 index 00000000..32f3ed8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000022_503e99d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000023_a0513a8d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000023_a0513a8d.szcp new file mode 100644 index 00000000..006c1874 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000023_a0513a8d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000024_dec3d9d8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000024_dec3d9d8.szcp new file mode 100644 index 00000000..387e537d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000024_dec3d9d8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000025_157dc4a6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000025_157dc4a6.szcp new file mode 100644 index 00000000..a1dee146 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000025_157dc4a6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000026_79fe1761.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000026_79fe1761.szcp new file mode 100644 index 00000000..48d20b7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000026_79fe1761.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000027_da2875a5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000027_da2875a5.szcp new file mode 100644 index 00000000..38f31408 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000027_da2875a5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000028_c6da29f7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000028_c6da29f7.szcp new file mode 100644 index 00000000..8dc107cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000028_c6da29f7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000029_d6988157.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000029_d6988157.szcp new file mode 100644 index 00000000..d9ddfe3d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000029_d6988157.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000030_afd60159.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000030_afd60159.szcp new file mode 100644 index 00000000..f16ce8d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000030_afd60159.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000031_287f2c9a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000031_287f2c9a.szcp new file mode 100644 index 00000000..67278e61 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000031_287f2c9a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000032_463b803c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000032_463b803c.szcp new file mode 100644 index 00000000..651c4285 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_000/checkpoints/checkpoint_00000000000000000032_463b803c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000001_9bf709f8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000001_9bf709f8.szar new file mode 100644 index 00000000..7ae266cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000001_9bf709f8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000002_41ed26d3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000002_41ed26d3.szar new file mode 100644 index 00000000..6cd67824 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000002_41ed26d3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000003_ef9f01b8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000003_ef9f01b8.szar new file mode 100644 index 00000000..f97ba6b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000003_ef9f01b8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000004_10a62995.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000004_10a62995.szar new file mode 100644 index 00000000..36c18b6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000004_10a62995.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000005_44899367.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000005_44899367.szar new file mode 100644 index 00000000..a1ce21af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000005_44899367.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000006_be0c177e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000006_be0c177e.szar new file mode 100644 index 00000000..9ac046f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000006_be0c177e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000007_c21847b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000007_c21847b9.szar new file mode 100644 index 00000000..c14e144a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000007_c21847b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000008_47dd2f7e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000008_47dd2f7e.szar new file mode 100644 index 00000000..4fa55a5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000008_47dd2f7e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000009_84e985d7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000009_84e985d7.szar new file mode 100644 index 00000000..0f95344c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000009_84e985d7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000010_785657c9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000010_785657c9.szar new file mode 100644 index 00000000..e7c0959a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000010_785657c9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000011_644a42e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000011_644a42e1.szar new file mode 100644 index 00000000..c0bead95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000011_644a42e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000012_ab3484a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000012_ab3484a2.szar new file mode 100644 index 00000000..61dda991 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000012_ab3484a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000013_2df2bc32.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000013_2df2bc32.szar new file mode 100644 index 00000000..eabb65fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000013_2df2bc32.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000014_8b81728f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000014_8b81728f.szar new file mode 100644 index 00000000..a26dd693 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000014_8b81728f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000015_b02ce86f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000015_b02ce86f.szar new file mode 100644 index 00000000..bec6e317 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000015_b02ce86f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000016_6487063d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000016_6487063d.szar new file mode 100644 index 00000000..cca8005c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000016_6487063d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000017_aacefc5d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000017_aacefc5d.szar new file mode 100644 index 00000000..fea7c39a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000017_aacefc5d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000018_69d08782.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000018_69d08782.szar new file mode 100644 index 00000000..375861de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000018_69d08782.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000019_0ce972de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000019_0ce972de.szar new file mode 100644 index 00000000..abd9c17a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000019_0ce972de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000020_703f79d4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000020_703f79d4.szar new file mode 100644 index 00000000..2a5491fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000020_703f79d4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000021_8012809e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000021_8012809e.szar new file mode 100644 index 00000000..66256f7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000021_8012809e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000022_c5bb19cb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000022_c5bb19cb.szar new file mode 100644 index 00000000..806f9937 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000022_c5bb19cb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000023_2d4e4221.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000023_2d4e4221.szar new file mode 100644 index 00000000..82382b74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000023_2d4e4221.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000024_916a5a42.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000024_916a5a42.szar new file mode 100644 index 00000000..9c891884 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000024_916a5a42.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000025_24504e67.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000025_24504e67.szar new file mode 100644 index 00000000..0e90050f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000025_24504e67.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000026_dbb94b5d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000026_dbb94b5d.szar new file mode 100644 index 00000000..e45a7d58 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000026_dbb94b5d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000027_0b72e2d0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000027_0b72e2d0.szar new file mode 100644 index 00000000..bd73f192 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000027_0b72e2d0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000028_d70461ea.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000028_d70461ea.szar new file mode 100644 index 00000000..5485fb15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000028_d70461ea.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000029_a1c1a5de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000029_a1c1a5de.szar new file mode 100644 index 00000000..bd8ec202 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000029_a1c1a5de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000030_875b6e60.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000030_875b6e60.szar new file mode 100644 index 00000000..24735c85 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000030_875b6e60.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000031_d0367c07.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000031_d0367c07.szar new file mode 100644 index 00000000..ba614d5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000031_d0367c07.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000032_19d28da5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000032_19d28da5.szar new file mode 100644 index 00000000..d3e4aaca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000032_19d28da5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000033_9249611f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000033_9249611f.szar new file mode 100644 index 00000000..d1824daa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000033_9249611f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000034_897aa5b6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000034_897aa5b6.szar new file mode 100644 index 00000000..235332e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000034_897aa5b6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000035_12d80670.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000035_12d80670.szar new file mode 100644 index 00000000..eee353a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000035_12d80670.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000036_1fbfb964.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000036_1fbfb964.szar new file mode 100644 index 00000000..ad8e0610 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000036_1fbfb964.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000037_a1bea5fc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000037_a1bea5fc.szar new file mode 100644 index 00000000..246de9f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000037_a1bea5fc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000038_32f5c5af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000038_32f5c5af.szar new file mode 100644 index 00000000..6b9a55b0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000038_32f5c5af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000039_ec69d715.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000039_ec69d715.szar new file mode 100644 index 00000000..8742e3b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000039_ec69d715.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000040_b4e9136a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000040_b4e9136a.szar new file mode 100644 index 00000000..1c188b0f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000040_b4e9136a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000041_a2f8ad0c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000041_a2f8ad0c.szar new file mode 100644 index 00000000..1250ab7a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/archive/delta_00000000000000000041_a2f8ad0c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000001_91ce8ee7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000001_91ce8ee7.szcp new file mode 100644 index 00000000..3137308b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000001_91ce8ee7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000002_f0814d3e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000002_f0814d3e.szcp new file mode 100644 index 00000000..3b108024 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000002_f0814d3e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000003_82b0ed84.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000003_82b0ed84.szcp new file mode 100644 index 00000000..24980d8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000003_82b0ed84.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000004_3f2802ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000004_3f2802ce.szcp new file mode 100644 index 00000000..9fd7b21f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000004_3f2802ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000005_98b15b97.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000005_98b15b97.szcp new file mode 100644 index 00000000..4eabfc6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000005_98b15b97.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000006_b4b2f285.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000006_b4b2f285.szcp new file mode 100644 index 00000000..45ae2331 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000006_b4b2f285.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000007_d90146ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000007_d90146ce.szcp new file mode 100644 index 00000000..23de247b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000007_d90146ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000008_7f4c3186.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000008_7f4c3186.szcp new file mode 100644 index 00000000..55a44587 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000008_7f4c3186.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000009_5cee3b46.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000009_5cee3b46.szcp new file mode 100644 index 00000000..33a036d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000009_5cee3b46.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000010_1b75f038.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000010_1b75f038.szcp new file mode 100644 index 00000000..552e1a0a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000010_1b75f038.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000011_37b8ac03.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000011_37b8ac03.szcp new file mode 100644 index 00000000..1e5e2650 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000011_37b8ac03.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000012_2672e69d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000012_2672e69d.szcp new file mode 100644 index 00000000..cf0f8d8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000012_2672e69d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000013_0ba60353.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000013_0ba60353.szcp new file mode 100644 index 00000000..cb17c8a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000013_0ba60353.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000014_f60f5955.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000014_f60f5955.szcp new file mode 100644 index 00000000..8d497c8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000014_f60f5955.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000015_c5560973.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000015_c5560973.szcp new file mode 100644 index 00000000..64436ec4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000015_c5560973.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000016_0a7b37f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000016_0a7b37f4.szcp new file mode 100644 index 00000000..423705b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000016_0a7b37f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000017_63b25cd3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000017_63b25cd3.szcp new file mode 100644 index 00000000..6451babb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000017_63b25cd3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000018_c53a4ace.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000018_c53a4ace.szcp new file mode 100644 index 00000000..0de443ae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000018_c53a4ace.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000019_d91b5fc4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000019_d91b5fc4.szcp new file mode 100644 index 00000000..a3f1a4ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000019_d91b5fc4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000020_2b7a560d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000020_2b7a560d.szcp new file mode 100644 index 00000000..49fc4fc0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000020_2b7a560d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000021_ba8c3c61.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000021_ba8c3c61.szcp new file mode 100644 index 00000000..00ebe696 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000021_ba8c3c61.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000022_40f972a7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000022_40f972a7.szcp new file mode 100644 index 00000000..0f78b533 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000022_40f972a7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000023_5affc8e9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000023_5affc8e9.szcp new file mode 100644 index 00000000..5b8ca265 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000023_5affc8e9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000024_cd8da786.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000024_cd8da786.szcp new file mode 100644 index 00000000..9063d6b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000024_cd8da786.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000025_486805d3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000025_486805d3.szcp new file mode 100644 index 00000000..b3ebca83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000025_486805d3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000026_4872f6dc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000026_4872f6dc.szcp new file mode 100644 index 00000000..dc8f4d35 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000026_4872f6dc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000027_a789c6e1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000027_a789c6e1.szcp new file mode 100644 index 00000000..a8fec594 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000027_a789c6e1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000028_5570dc2a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000028_5570dc2a.szcp new file mode 100644 index 00000000..b108a710 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000028_5570dc2a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000029_ce6ddb62.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000029_ce6ddb62.szcp new file mode 100644 index 00000000..694a64a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000029_ce6ddb62.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000030_a393717f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000030_a393717f.szcp new file mode 100644 index 00000000..716e6130 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000030_a393717f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000031_85947d3d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000031_85947d3d.szcp new file mode 100644 index 00000000..5c90ca50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000031_85947d3d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000032_56e9d065.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000032_56e9d065.szcp new file mode 100644 index 00000000..819475c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000032_56e9d065.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000033_23a22b8f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000033_23a22b8f.szcp new file mode 100644 index 00000000..ab8fc274 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000033_23a22b8f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000034_454a574b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000034_454a574b.szcp new file mode 100644 index 00000000..f2ab8a2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000034_454a574b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000035_2ceee73b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000035_2ceee73b.szcp new file mode 100644 index 00000000..fea04dca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000035_2ceee73b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000036_261e5c4e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000036_261e5c4e.szcp new file mode 100644 index 00000000..f52e1a32 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000036_261e5c4e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000037_1da49efb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000037_1da49efb.szcp new file mode 100644 index 00000000..95da61ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000037_1da49efb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000038_a6b1bcda.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000038_a6b1bcda.szcp new file mode 100644 index 00000000..23b21412 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000038_a6b1bcda.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000039_4465fc3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000039_4465fc3c.szcp new file mode 100644 index 00000000..fbbc47a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000039_4465fc3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000040_508c3210.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000040_508c3210.szcp new file mode 100644 index 00000000..002def02 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000040_508c3210.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000041_19cf5085.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000041_19cf5085.szcp new file mode 100644 index 00000000..a81d806a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_001/checkpoints/checkpoint_00000000000000000041_19cf5085.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000001_d6f8f26a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000001_d6f8f26a.szar new file mode 100644 index 00000000..162a8c08 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000001_d6f8f26a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000002_6483f2c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000002_6483f2c1.szar new file mode 100644 index 00000000..83aa95eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000002_6483f2c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000003_c25cc7b3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000003_c25cc7b3.szar new file mode 100644 index 00000000..bec3fff2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000003_c25cc7b3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000004_2d47f57b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000004_2d47f57b.szar new file mode 100644 index 00000000..90e2027a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000004_2d47f57b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000005_ef3bf735.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000005_ef3bf735.szar new file mode 100644 index 00000000..6501f9f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000005_ef3bf735.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000006_d389bff4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000006_d389bff4.szar new file mode 100644 index 00000000..53384734 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000006_d389bff4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000007_19246b90.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000007_19246b90.szar new file mode 100644 index 00000000..0ecb7fe3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000007_19246b90.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000008_f554be40.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000008_f554be40.szar new file mode 100644 index 00000000..d0d07c48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000008_f554be40.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000009_e3e02708.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000009_e3e02708.szar new file mode 100644 index 00000000..cb3defad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000009_e3e02708.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000010_af582776.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000010_af582776.szar new file mode 100644 index 00000000..1d47b3fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000010_af582776.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000011_04ffdec5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000011_04ffdec5.szar new file mode 100644 index 00000000..56a8dd0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000011_04ffdec5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000012_57b5228d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000012_57b5228d.szar new file mode 100644 index 00000000..5835a653 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000012_57b5228d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000013_e871db89.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000013_e871db89.szar new file mode 100644 index 00000000..ff5b857e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000013_e871db89.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000014_8612a23a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000014_8612a23a.szar new file mode 100644 index 00000000..8b20757e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000014_8612a23a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000015_b6db8466.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000015_b6db8466.szar new file mode 100644 index 00000000..6b816578 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000015_b6db8466.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000016_c78b057e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000016_c78b057e.szar new file mode 100644 index 00000000..8f5d4848 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000016_c78b057e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000017_abc19a78.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000017_abc19a78.szar new file mode 100644 index 00000000..b2b5c0d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000017_abc19a78.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000018_d3e99b38.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000018_d3e99b38.szar new file mode 100644 index 00000000..21314477 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000018_d3e99b38.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000019_bbac34ed.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000019_bbac34ed.szar new file mode 100644 index 00000000..3dc83aba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000019_bbac34ed.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000020_1952b75d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000020_1952b75d.szar new file mode 100644 index 00000000..5d85ef62 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000020_1952b75d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000021_30224dfc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000021_30224dfc.szar new file mode 100644 index 00000000..77dce2be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000021_30224dfc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000022_1fad83f1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000022_1fad83f1.szar new file mode 100644 index 00000000..589c1044 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000022_1fad83f1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000023_76909640.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000023_76909640.szar new file mode 100644 index 00000000..6e903f15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000023_76909640.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000024_afe839e9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000024_afe839e9.szar new file mode 100644 index 00000000..3ab00a4c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000024_afe839e9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000025_50eb8bf3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000025_50eb8bf3.szar new file mode 100644 index 00000000..17c6b3d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000025_50eb8bf3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000026_52fe1c3d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000026_52fe1c3d.szar new file mode 100644 index 00000000..3cd06b84 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000026_52fe1c3d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000027_ca578bef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000027_ca578bef.szar new file mode 100644 index 00000000..f940534e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000027_ca578bef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000028_001184c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000028_001184c1.szar new file mode 100644 index 00000000..8a836429 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000028_001184c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000029_e79fc8d6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000029_e79fc8d6.szar new file mode 100644 index 00000000..aba91b67 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000029_e79fc8d6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000030_cdfd79f9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000030_cdfd79f9.szar new file mode 100644 index 00000000..60d85734 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000030_cdfd79f9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000031_f4081f37.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000031_f4081f37.szar new file mode 100644 index 00000000..b317a36c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000031_f4081f37.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000032_7f763ef0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000032_7f763ef0.szar new file mode 100644 index 00000000..d8c7107e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000032_7f763ef0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000033_95f377f9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000033_95f377f9.szar new file mode 100644 index 00000000..097aeeaf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000033_95f377f9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000034_f5f55d5a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000034_f5f55d5a.szar new file mode 100644 index 00000000..11a5d059 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000034_f5f55d5a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000035_606921ae.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000035_606921ae.szar new file mode 100644 index 00000000..80a41445 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000035_606921ae.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000036_6cf96b73.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000036_6cf96b73.szar new file mode 100644 index 00000000..0034e996 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/archive/delta_00000000000000000036_6cf96b73.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000001_0dce5b51.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000001_0dce5b51.szcp new file mode 100644 index 00000000..4413b512 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000001_0dce5b51.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000002_54c3c736.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000002_54c3c736.szcp new file mode 100644 index 00000000..735798fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000002_54c3c736.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000003_43075364.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000003_43075364.szcp new file mode 100644 index 00000000..855c41cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000003_43075364.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000004_df72bd3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000004_df72bd3c.szcp new file mode 100644 index 00000000..ed852b67 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000004_df72bd3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000005_1f094472.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000005_1f094472.szcp new file mode 100644 index 00000000..b00f178d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000005_1f094472.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000006_b72b4118.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000006_b72b4118.szcp new file mode 100644 index 00000000..dc37c636 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000006_b72b4118.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000007_0f8f6de5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000007_0f8f6de5.szcp new file mode 100644 index 00000000..884a8c93 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000007_0f8f6de5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000008_71ae64ca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000008_71ae64ca.szcp new file mode 100644 index 00000000..d7e31222 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000008_71ae64ca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000009_e855a36f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000009_e855a36f.szcp new file mode 100644 index 00000000..4709dd5f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000009_e855a36f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000010_01f555ef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000010_01f555ef.szcp new file mode 100644 index 00000000..639e8c33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000010_01f555ef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000011_6930dd92.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000011_6930dd92.szcp new file mode 100644 index 00000000..8464aeee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000011_6930dd92.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000012_816c29cf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000012_816c29cf.szcp new file mode 100644 index 00000000..093a9f55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000012_816c29cf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000013_c255158e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000013_c255158e.szcp new file mode 100644 index 00000000..52969f11 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000013_c255158e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000014_ba0ee649.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000014_ba0ee649.szcp new file mode 100644 index 00000000..e924fd4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000014_ba0ee649.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000015_20101a9f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000015_20101a9f.szcp new file mode 100644 index 00000000..a6863aed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000015_20101a9f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000016_2e702213.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000016_2e702213.szcp new file mode 100644 index 00000000..277e1087 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000016_2e702213.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000017_f3605d01.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000017_f3605d01.szcp new file mode 100644 index 00000000..863f29a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000017_f3605d01.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000018_6fc47a78.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000018_6fc47a78.szcp new file mode 100644 index 00000000..8af19124 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000018_6fc47a78.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000019_d94cb559.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000019_d94cb559.szcp new file mode 100644 index 00000000..42015a24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000019_d94cb559.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000020_7783ee32.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000020_7783ee32.szcp new file mode 100644 index 00000000..3e7f68c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000020_7783ee32.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000021_ac974f13.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000021_ac974f13.szcp new file mode 100644 index 00000000..c44ad2d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000021_ac974f13.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000022_1c92d715.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000022_1c92d715.szcp new file mode 100644 index 00000000..106d6056 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000022_1c92d715.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000023_46de8e5e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000023_46de8e5e.szcp new file mode 100644 index 00000000..a1b62c1b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000023_46de8e5e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000024_e4643dac.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000024_e4643dac.szcp new file mode 100644 index 00000000..157bb003 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000024_e4643dac.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000025_ea3fbf0e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000025_ea3fbf0e.szcp new file mode 100644 index 00000000..f6ae2ac5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000025_ea3fbf0e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000026_0196eab7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000026_0196eab7.szcp new file mode 100644 index 00000000..4cc57a1c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000026_0196eab7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000027_c18748ca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000027_c18748ca.szcp new file mode 100644 index 00000000..19dd3786 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000027_c18748ca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000028_0dda2f24.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000028_0dda2f24.szcp new file mode 100644 index 00000000..3419f19f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000028_0dda2f24.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000029_7709c451.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000029_7709c451.szcp new file mode 100644 index 00000000..72494c57 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000029_7709c451.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000030_63c2e06f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000030_63c2e06f.szcp new file mode 100644 index 00000000..4c13ff74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000030_63c2e06f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000031_482203ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000031_482203ea.szcp new file mode 100644 index 00000000..427e0077 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000031_482203ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000032_baa1ff37.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000032_baa1ff37.szcp new file mode 100644 index 00000000..edebbb14 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000032_baa1ff37.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000033_8c747512.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000033_8c747512.szcp new file mode 100644 index 00000000..ed121291 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000033_8c747512.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000034_4db5da70.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000034_4db5da70.szcp new file mode 100644 index 00000000..50aba8c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000034_4db5da70.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000035_92840c6d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000035_92840c6d.szcp new file mode 100644 index 00000000..501c29ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000035_92840c6d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000036_e4f40e2c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000036_e4f40e2c.szcp new file mode 100644 index 00000000..e17f224b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_002/checkpoints/checkpoint_00000000000000000036_e4f40e2c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000001_70bbff11.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000001_70bbff11.szar new file mode 100644 index 00000000..7eb4b5a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000001_70bbff11.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000002_a9e5ead3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000002_a9e5ead3.szar new file mode 100644 index 00000000..a0f526d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000002_a9e5ead3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000003_48104f3d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000003_48104f3d.szar new file mode 100644 index 00000000..097592c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000003_48104f3d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000004_772a031d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000004_772a031d.szar new file mode 100644 index 00000000..8417f153 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000004_772a031d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000005_1d355f30.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000005_1d355f30.szar new file mode 100644 index 00000000..83cc64b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000005_1d355f30.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000006_1d2da053.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000006_1d2da053.szar new file mode 100644 index 00000000..9cfb1adc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000006_1d2da053.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000007_349b9617.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000007_349b9617.szar new file mode 100644 index 00000000..5054efdd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000007_349b9617.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000008_4222d7d7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000008_4222d7d7.szar new file mode 100644 index 00000000..baba3cd7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000008_4222d7d7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000009_fb0a9bdb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000009_fb0a9bdb.szar new file mode 100644 index 00000000..3511a05d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000009_fb0a9bdb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000010_71388c0d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000010_71388c0d.szar new file mode 100644 index 00000000..2d163c3c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000010_71388c0d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000011_7bf35e64.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000011_7bf35e64.szar new file mode 100644 index 00000000..ee542bb3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000011_7bf35e64.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000012_770c4230.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000012_770c4230.szar new file mode 100644 index 00000000..da2eb58f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000012_770c4230.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000013_12e8cedb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000013_12e8cedb.szar new file mode 100644 index 00000000..6dbedd2c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000013_12e8cedb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000014_d4aa744d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000014_d4aa744d.szar new file mode 100644 index 00000000..b4887caa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000014_d4aa744d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000015_b9610fb8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000015_b9610fb8.szar new file mode 100644 index 00000000..602d5a36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000015_b9610fb8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000016_3052305f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000016_3052305f.szar new file mode 100644 index 00000000..30c85f44 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000016_3052305f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000017_bda738aa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000017_bda738aa.szar new file mode 100644 index 00000000..82e996df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000017_bda738aa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000018_d44dd7b8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000018_d44dd7b8.szar new file mode 100644 index 00000000..1c6d0263 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000018_d44dd7b8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000019_acd8548c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000019_acd8548c.szar new file mode 100644 index 00000000..e49d58ec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000019_acd8548c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000020_eeee9d10.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000020_eeee9d10.szar new file mode 100644 index 00000000..b6f46f7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000020_eeee9d10.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000021_7e293278.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000021_7e293278.szar new file mode 100644 index 00000000..2be16e95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000021_7e293278.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000022_605fbae9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000022_605fbae9.szar new file mode 100644 index 00000000..478cde6b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000022_605fbae9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000023_eafe9485.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000023_eafe9485.szar new file mode 100644 index 00000000..f5a26dc3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000023_eafe9485.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000024_dbcdcd80.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000024_dbcdcd80.szar new file mode 100644 index 00000000..2945221b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000024_dbcdcd80.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000025_a8b275c6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000025_a8b275c6.szar new file mode 100644 index 00000000..44724c5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000025_a8b275c6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000026_9e65d689.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000026_9e65d689.szar new file mode 100644 index 00000000..1934f391 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000026_9e65d689.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000027_2c038614.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000027_2c038614.szar new file mode 100644 index 00000000..3b0f9ade Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000027_2c038614.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000028_3cf99a9d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000028_3cf99a9d.szar new file mode 100644 index 00000000..272ec44c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000028_3cf99a9d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000029_50d05b53.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000029_50d05b53.szar new file mode 100644 index 00000000..632d9abe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000029_50d05b53.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000030_f835d1c3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000030_f835d1c3.szar new file mode 100644 index 00000000..9299b60c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000030_f835d1c3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000031_3b1826c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000031_3b1826c1.szar new file mode 100644 index 00000000..079a4514 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000031_3b1826c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000032_f926fc25.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000032_f926fc25.szar new file mode 100644 index 00000000..468490c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/archive/delta_00000000000000000032_f926fc25.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000001_60c38d67.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000001_60c38d67.szcp new file mode 100644 index 00000000..8222781e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000001_60c38d67.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000002_fc6d67e6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000002_fc6d67e6.szcp new file mode 100644 index 00000000..ae1e3b9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000002_fc6d67e6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000003_16a11e6a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000003_16a11e6a.szcp new file mode 100644 index 00000000..485cbaa1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000003_16a11e6a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000004_fad56274.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000004_fad56274.szcp new file mode 100644 index 00000000..e65fa961 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000004_fad56274.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000005_bdd90431.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000005_bdd90431.szcp new file mode 100644 index 00000000..8bb381f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000005_bdd90431.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000006_68892e0e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000006_68892e0e.szcp new file mode 100644 index 00000000..bb478cba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000006_68892e0e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000007_9f920a17.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000007_9f920a17.szcp new file mode 100644 index 00000000..206f867f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000007_9f920a17.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000008_5aef01d7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000008_5aef01d7.szcp new file mode 100644 index 00000000..16585342 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000008_5aef01d7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000009_7c6f4b03.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000009_7c6f4b03.szcp new file mode 100644 index 00000000..9073e1e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000009_7c6f4b03.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000010_44250679.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000010_44250679.szcp new file mode 100644 index 00000000..ec21b93c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000010_44250679.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000011_699861ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000011_699861ea.szcp new file mode 100644 index 00000000..1701046e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000011_699861ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000012_35adcc3a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000012_35adcc3a.szcp new file mode 100644 index 00000000..fb83dff8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000012_35adcc3a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000013_1a07a7d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000013_1a07a7d6.szcp new file mode 100644 index 00000000..cfc91008 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000013_1a07a7d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000014_aa752391.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000014_aa752391.szcp new file mode 100644 index 00000000..eba3d8cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000014_aa752391.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000015_a1fa73a9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000015_a1fa73a9.szcp new file mode 100644 index 00000000..e6dbdff5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000015_a1fa73a9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000016_400e7790.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000016_400e7790.szcp new file mode 100644 index 00000000..4b6c2e9a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000016_400e7790.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000017_a44ee744.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000017_a44ee744.szcp new file mode 100644 index 00000000..f3fe79b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000017_a44ee744.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000018_a7ce849c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000018_a7ce849c.szcp new file mode 100644 index 00000000..c43ca93b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000018_a7ce849c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000019_2da676dd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000019_2da676dd.szcp new file mode 100644 index 00000000..54edea75 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000019_2da676dd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000020_7b53baed.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000020_7b53baed.szcp new file mode 100644 index 00000000..7d26742d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000020_7b53baed.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000021_8f1ba576.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000021_8f1ba576.szcp new file mode 100644 index 00000000..fad2b069 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000021_8f1ba576.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000022_e06dc57e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000022_e06dc57e.szcp new file mode 100644 index 00000000..ad33c4b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000022_e06dc57e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000023_41cc06da.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000023_41cc06da.szcp new file mode 100644 index 00000000..3657c651 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000023_41cc06da.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000024_8b81b7f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000024_8b81b7f2.szcp new file mode 100644 index 00000000..8d59eae8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000024_8b81b7f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000025_0894d166.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000025_0894d166.szcp new file mode 100644 index 00000000..62e85349 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000025_0894d166.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000026_ea3a8120.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000026_ea3a8120.szcp new file mode 100644 index 00000000..e3c5fbe9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000026_ea3a8120.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000027_b17a3151.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000027_b17a3151.szcp new file mode 100644 index 00000000..f199a9c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000027_b17a3151.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000028_9e3857cb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000028_9e3857cb.szcp new file mode 100644 index 00000000..bd178bdf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000028_9e3857cb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000029_d1263cd6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000029_d1263cd6.szcp new file mode 100644 index 00000000..645acb1b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000029_d1263cd6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000030_5aadba74.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000030_5aadba74.szcp new file mode 100644 index 00000000..ef03df18 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000030_5aadba74.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000031_7eec80b3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000031_7eec80b3.szcp new file mode 100644 index 00000000..36913629 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000031_7eec80b3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000032_d8616683.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000032_d8616683.szcp new file mode 100644 index 00000000..c635ea21 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_003/checkpoints/checkpoint_00000000000000000032_d8616683.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000001_8663e575.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000001_8663e575.szar new file mode 100644 index 00000000..e8ebd225 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000001_8663e575.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000002_35a94991.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000002_35a94991.szar new file mode 100644 index 00000000..b032d240 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000002_35a94991.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000003_8c21c7c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000003_8c21c7c2.szar new file mode 100644 index 00000000..833583e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000003_8c21c7c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000004_1e20e185.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000004_1e20e185.szar new file mode 100644 index 00000000..4995f881 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000004_1e20e185.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000005_4f40c26f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000005_4f40c26f.szar new file mode 100644 index 00000000..ae018df0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000005_4f40c26f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000006_4656d304.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000006_4656d304.szar new file mode 100644 index 00000000..e7a6360a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000006_4656d304.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000007_5bd313c4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000007_5bd313c4.szar new file mode 100644 index 00000000..908a491e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000007_5bd313c4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000008_eed2ce53.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000008_eed2ce53.szar new file mode 100644 index 00000000..55286880 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000008_eed2ce53.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000009_2dd0fa4d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000009_2dd0fa4d.szar new file mode 100644 index 00000000..9a0022c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000009_2dd0fa4d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000010_fe3b111b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000010_fe3b111b.szar new file mode 100644 index 00000000..eb810841 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000010_fe3b111b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000011_17839f2a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000011_17839f2a.szar new file mode 100644 index 00000000..e7fef2a1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000011_17839f2a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000012_9e8ad9fd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000012_9e8ad9fd.szar new file mode 100644 index 00000000..b709d658 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000012_9e8ad9fd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000013_98d890e9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000013_98d890e9.szar new file mode 100644 index 00000000..7d132166 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000013_98d890e9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000014_6cd95983.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000014_6cd95983.szar new file mode 100644 index 00000000..49d3ee19 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000014_6cd95983.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000015_a5093d4a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000015_a5093d4a.szar new file mode 100644 index 00000000..65a4e176 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000015_a5093d4a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000016_376000e4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000016_376000e4.szar new file mode 100644 index 00000000..2a63d3f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000016_376000e4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000017_61085b96.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000017_61085b96.szar new file mode 100644 index 00000000..0d79a2c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000017_61085b96.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000018_5bbd9c33.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000018_5bbd9c33.szar new file mode 100644 index 00000000..70f2862e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000018_5bbd9c33.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000019_502dca29.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000019_502dca29.szar new file mode 100644 index 00000000..7ca5b674 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000019_502dca29.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000020_62f0e146.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000020_62f0e146.szar new file mode 100644 index 00000000..c08d2462 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000020_62f0e146.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000021_13ea33aa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000021_13ea33aa.szar new file mode 100644 index 00000000..efcd9115 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000021_13ea33aa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000022_8910f6ca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000022_8910f6ca.szar new file mode 100644 index 00000000..a10d227a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000022_8910f6ca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000023_d1bf5e19.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000023_d1bf5e19.szar new file mode 100644 index 00000000..5d3a8b55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000023_d1bf5e19.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000024_d2a98c33.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000024_d2a98c33.szar new file mode 100644 index 00000000..9647337a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000024_d2a98c33.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000025_0ca6c70a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000025_0ca6c70a.szar new file mode 100644 index 00000000..7dfea09c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000025_0ca6c70a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000026_dc1fc0db.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000026_dc1fc0db.szar new file mode 100644 index 00000000..0eadba95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/archive/delta_00000000000000000026_dc1fc0db.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000001_e302a832.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000001_e302a832.szcp new file mode 100644 index 00000000..9767fc5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000001_e302a832.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000002_e9fc08d8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000002_e9fc08d8.szcp new file mode 100644 index 00000000..7e4fc42f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000002_e9fc08d8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000003_bb42a03d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000003_bb42a03d.szcp new file mode 100644 index 00000000..8913b356 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000003_bb42a03d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000004_7d4ad5b5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000004_7d4ad5b5.szcp new file mode 100644 index 00000000..464c53da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000004_7d4ad5b5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000005_871c30f5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000005_871c30f5.szcp new file mode 100644 index 00000000..cb7d9571 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000005_871c30f5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000006_26406bc8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000006_26406bc8.szcp new file mode 100644 index 00000000..57f14e64 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000006_26406bc8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000007_55c00fd5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000007_55c00fd5.szcp new file mode 100644 index 00000000..6d45baff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000007_55c00fd5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000008_024321f8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000008_024321f8.szcp new file mode 100644 index 00000000..2a99f53f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000008_024321f8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000009_6b59f507.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000009_6b59f507.szcp new file mode 100644 index 00000000..aba570d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000009_6b59f507.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000010_54cd6e91.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000010_54cd6e91.szcp new file mode 100644 index 00000000..18d07d9f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000010_54cd6e91.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000011_7ccafaf9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000011_7ccafaf9.szcp new file mode 100644 index 00000000..04fd0a30 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000011_7ccafaf9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000012_7fe10641.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000012_7fe10641.szcp new file mode 100644 index 00000000..d718105e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000012_7fe10641.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000013_fa7c5e25.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000013_fa7c5e25.szcp new file mode 100644 index 00000000..c383dad0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000013_fa7c5e25.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000014_68879390.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000014_68879390.szcp new file mode 100644 index 00000000..52320b7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000014_68879390.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000015_c98cc828.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000015_c98cc828.szcp new file mode 100644 index 00000000..68301cc1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000015_c98cc828.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000016_431b8ccc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000016_431b8ccc.szcp new file mode 100644 index 00000000..969b2479 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000016_431b8ccc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000017_33c5cb2b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000017_33c5cb2b.szcp new file mode 100644 index 00000000..7e1af15f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000017_33c5cb2b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000018_d674123f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000018_d674123f.szcp new file mode 100644 index 00000000..6a2001c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000018_d674123f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000019_59a1bce8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000019_59a1bce8.szcp new file mode 100644 index 00000000..6957d3bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000019_59a1bce8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000020_5a578d74.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000020_5a578d74.szcp new file mode 100644 index 00000000..bf753987 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000020_5a578d74.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000021_2356afc2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000021_2356afc2.szcp new file mode 100644 index 00000000..47dfca7e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000021_2356afc2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000022_855bf1bc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000022_855bf1bc.szcp new file mode 100644 index 00000000..926fa1e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000022_855bf1bc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000023_2773995e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000023_2773995e.szcp new file mode 100644 index 00000000..5cc9cb0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000023_2773995e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000024_c9bdfe12.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000024_c9bdfe12.szcp new file mode 100644 index 00000000..fa33d6a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000024_c9bdfe12.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000025_c04116f6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000025_c04116f6.szcp new file mode 100644 index 00000000..7fb2de3c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000025_c04116f6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000026_cb1a59f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000026_cb1a59f4.szcp new file mode 100644 index 00000000..26ba16e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_004/checkpoints/checkpoint_00000000000000000026_cb1a59f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000001_21636528.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000001_21636528.szar new file mode 100644 index 00000000..92d6f2a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000001_21636528.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000002_de0ec8de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000002_de0ec8de.szar new file mode 100644 index 00000000..e0947775 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000002_de0ec8de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000003_15c9fedf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000003_15c9fedf.szar new file mode 100644 index 00000000..2698962d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000003_15c9fedf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000004_92e956c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000004_92e956c5.szar new file mode 100644 index 00000000..5afabd33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000004_92e956c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000005_29086cae.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000005_29086cae.szar new file mode 100644 index 00000000..8f1100fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000005_29086cae.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000006_61990cf0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000006_61990cf0.szar new file mode 100644 index 00000000..09142aa2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000006_61990cf0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000007_e1fc362a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000007_e1fc362a.szar new file mode 100644 index 00000000..46953621 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000007_e1fc362a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000008_413c125e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000008_413c125e.szar new file mode 100644 index 00000000..4022bd53 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000008_413c125e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000009_5154aba7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000009_5154aba7.szar new file mode 100644 index 00000000..3e04acc6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000009_5154aba7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000010_5a4142a9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000010_5a4142a9.szar new file mode 100644 index 00000000..fd03c22e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000010_5a4142a9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000011_133cfd7b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000011_133cfd7b.szar new file mode 100644 index 00000000..37c50a85 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000011_133cfd7b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000012_7c9779a6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000012_7c9779a6.szar new file mode 100644 index 00000000..d824b04c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000012_7c9779a6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000013_d2ad17a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000013_d2ad17a7.szar new file mode 100644 index 00000000..4defbb5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000013_d2ad17a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000014_b1d04c6f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000014_b1d04c6f.szar new file mode 100644 index 00000000..9eb0aab6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000014_b1d04c6f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000015_d7861586.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000015_d7861586.szar new file mode 100644 index 00000000..6b14dcef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000015_d7861586.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000016_750fa8c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000016_750fa8c2.szar new file mode 100644 index 00000000..0dd170cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000016_750fa8c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000017_ab43eadb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000017_ab43eadb.szar new file mode 100644 index 00000000..3b97610d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000017_ab43eadb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000018_b55c1a5b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000018_b55c1a5b.szar new file mode 100644 index 00000000..bb329552 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000018_b55c1a5b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000019_850efce0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000019_850efce0.szar new file mode 100644 index 00000000..0adcaba5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000019_850efce0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000020_7fdf6805.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000020_7fdf6805.szar new file mode 100644 index 00000000..c4f29410 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000020_7fdf6805.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000021_d4e4a371.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000021_d4e4a371.szar new file mode 100644 index 00000000..c9ab193c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000021_d4e4a371.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000022_1862e7de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000022_1862e7de.szar new file mode 100644 index 00000000..d66130dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000022_1862e7de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000023_2a58cf53.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000023_2a58cf53.szar new file mode 100644 index 00000000..b87db7a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000023_2a58cf53.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000024_280591a3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000024_280591a3.szar new file mode 100644 index 00000000..b7a66ee9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000024_280591a3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000025_a87c471d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000025_a87c471d.szar new file mode 100644 index 00000000..ccc30513 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000025_a87c471d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000026_c5647340.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000026_c5647340.szar new file mode 100644 index 00000000..2769828b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000026_c5647340.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000027_698bd5c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000027_698bd5c2.szar new file mode 100644 index 00000000..3f1a8e10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000027_698bd5c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000028_d6edddb5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000028_d6edddb5.szar new file mode 100644 index 00000000..4e4074fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000028_d6edddb5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000029_16e623d9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000029_16e623d9.szar new file mode 100644 index 00000000..32fe7208 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/archive/delta_00000000000000000029_16e623d9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000001_aaf6be42.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000001_aaf6be42.szcp new file mode 100644 index 00000000..8120d5d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000001_aaf6be42.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000002_7de5d75a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000002_7de5d75a.szcp new file mode 100644 index 00000000..fcd2dc9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000002_7de5d75a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000003_9a8c0c2c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000003_9a8c0c2c.szcp new file mode 100644 index 00000000..bb2fec9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000003_9a8c0c2c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000004_119783be.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000004_119783be.szcp new file mode 100644 index 00000000..f2d3cd81 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000004_119783be.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000005_399084e6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000005_399084e6.szcp new file mode 100644 index 00000000..0f3a3ac7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000005_399084e6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000006_1ed0b2a2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000006_1ed0b2a2.szcp new file mode 100644 index 00000000..68424e28 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000006_1ed0b2a2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000007_c1450b94.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000007_c1450b94.szcp new file mode 100644 index 00000000..4ba57390 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000007_c1450b94.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000008_8264a278.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000008_8264a278.szcp new file mode 100644 index 00000000..96c76ae1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000008_8264a278.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000009_2e75f7b2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000009_2e75f7b2.szcp new file mode 100644 index 00000000..319bfea3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000009_2e75f7b2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000010_009c2ddf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000010_009c2ddf.szcp new file mode 100644 index 00000000..e43e8db1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000010_009c2ddf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000011_f4cd374e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000011_f4cd374e.szcp new file mode 100644 index 00000000..117bcd22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000011_f4cd374e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000012_a3fe92b8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000012_a3fe92b8.szcp new file mode 100644 index 00000000..7b2eea55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000012_a3fe92b8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000013_63da5910.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000013_63da5910.szcp new file mode 100644 index 00000000..88e2d18f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000013_63da5910.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000014_707fb8b7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000014_707fb8b7.szcp new file mode 100644 index 00000000..7e8f174d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000014_707fb8b7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000015_fde85055.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000015_fde85055.szcp new file mode 100644 index 00000000..4370d6ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000015_fde85055.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000016_835a505e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000016_835a505e.szcp new file mode 100644 index 00000000..7fb0e04f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000016_835a505e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000017_13fd97fb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000017_13fd97fb.szcp new file mode 100644 index 00000000..e09f8410 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000017_13fd97fb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000018_7c7fdbb7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000018_7c7fdbb7.szcp new file mode 100644 index 00000000..1413f178 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000018_7c7fdbb7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000019_fa93c0c0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000019_fa93c0c0.szcp new file mode 100644 index 00000000..b865defc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000019_fa93c0c0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000020_e2b95595.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000020_e2b95595.szcp new file mode 100644 index 00000000..c97b989e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000020_e2b95595.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000021_050f6ce9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000021_050f6ce9.szcp new file mode 100644 index 00000000..5be527f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000021_050f6ce9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000022_4972eb26.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000022_4972eb26.szcp new file mode 100644 index 00000000..d3a645e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000022_4972eb26.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000023_e1104ad2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000023_e1104ad2.szcp new file mode 100644 index 00000000..2b8795d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000023_e1104ad2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000024_ed5f809d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000024_ed5f809d.szcp new file mode 100644 index 00000000..d90a59b1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000024_ed5f809d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000025_8c2ecbbc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000025_8c2ecbbc.szcp new file mode 100644 index 00000000..abdabe71 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000025_8c2ecbbc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000026_d6a1dd9c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000026_d6a1dd9c.szcp new file mode 100644 index 00000000..a2e95895 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000026_d6a1dd9c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000027_8bf5baff.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000027_8bf5baff.szcp new file mode 100644 index 00000000..5cbdccee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000027_8bf5baff.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000028_ac850dc5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000028_ac850dc5.szcp new file mode 100644 index 00000000..323138ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000028_ac850dc5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000029_2da47492.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000029_2da47492.szcp new file mode 100644 index 00000000..c627c8d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_005/checkpoints/checkpoint_00000000000000000029_2da47492.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000001_fc0f50e9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000001_fc0f50e9.szar new file mode 100644 index 00000000..d54efe48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000001_fc0f50e9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000002_8a4997c6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000002_8a4997c6.szar new file mode 100644 index 00000000..42ea0ec5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000002_8a4997c6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000003_1228d2c7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000003_1228d2c7.szar new file mode 100644 index 00000000..6dcc3140 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000003_1228d2c7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000004_c4d53bb3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000004_c4d53bb3.szar new file mode 100644 index 00000000..e47dd2e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000004_c4d53bb3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000005_1ce6c476.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000005_1ce6c476.szar new file mode 100644 index 00000000..5ff61e5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000005_1ce6c476.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000006_796d662a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000006_796d662a.szar new file mode 100644 index 00000000..b4d9c965 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000006_796d662a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000007_76f3dda8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000007_76f3dda8.szar new file mode 100644 index 00000000..4311c6b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000007_76f3dda8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000008_7c204494.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000008_7c204494.szar new file mode 100644 index 00000000..ab66dbd9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000008_7c204494.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000009_c8c6a270.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000009_c8c6a270.szar new file mode 100644 index 00000000..bd458245 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000009_c8c6a270.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000010_4b369259.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000010_4b369259.szar new file mode 100644 index 00000000..2a9c52f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000010_4b369259.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000011_ee529eea.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000011_ee529eea.szar new file mode 100644 index 00000000..33ee1af4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000011_ee529eea.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000012_2b67d47e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000012_2b67d47e.szar new file mode 100644 index 00000000..620f3991 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000012_2b67d47e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000013_a59ab700.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000013_a59ab700.szar new file mode 100644 index 00000000..c497709c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000013_a59ab700.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000014_8630a8e0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000014_8630a8e0.szar new file mode 100644 index 00000000..9de3c133 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000014_8630a8e0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000015_8cd163de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000015_8cd163de.szar new file mode 100644 index 00000000..f0db3942 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000015_8cd163de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000016_97c2889b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000016_97c2889b.szar new file mode 100644 index 00000000..759ca264 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000016_97c2889b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000017_8bb3096d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000017_8bb3096d.szar new file mode 100644 index 00000000..e9c17d1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000017_8bb3096d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000018_0e83a2cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000018_0e83a2cf.szar new file mode 100644 index 00000000..a544a5d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000018_0e83a2cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000019_aad5999b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000019_aad5999b.szar new file mode 100644 index 00000000..a278e080 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000019_aad5999b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000020_aa95e040.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000020_aa95e040.szar new file mode 100644 index 00000000..7670bd02 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000020_aa95e040.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000021_cfacfbd3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000021_cfacfbd3.szar new file mode 100644 index 00000000..c561481a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000021_cfacfbd3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000022_a6e882e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000022_a6e882e6.szar new file mode 100644 index 00000000..aecf3693 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000022_a6e882e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000023_55a4ce34.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000023_55a4ce34.szar new file mode 100644 index 00000000..928f152f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000023_55a4ce34.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000024_d0076129.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000024_d0076129.szar new file mode 100644 index 00000000..e733f94f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000024_d0076129.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000025_4a3ebabf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000025_4a3ebabf.szar new file mode 100644 index 00000000..24bbe917 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000025_4a3ebabf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000026_3f587c83.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000026_3f587c83.szar new file mode 100644 index 00000000..527b1262 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/archive/delta_00000000000000000026_3f587c83.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000001_d41c8a82.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000001_d41c8a82.szcp new file mode 100644 index 00000000..db445272 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000001_d41c8a82.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000002_2c7cc232.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000002_2c7cc232.szcp new file mode 100644 index 00000000..2e8183fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000002_2c7cc232.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000003_b67cb36b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000003_b67cb36b.szcp new file mode 100644 index 00000000..1a348df9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000003_b67cb36b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000004_03e41dff.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000004_03e41dff.szcp new file mode 100644 index 00000000..6fb768c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000004_03e41dff.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000005_f147c155.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000005_f147c155.szcp new file mode 100644 index 00000000..72d3d588 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000005_f147c155.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000006_54979355.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000006_54979355.szcp new file mode 100644 index 00000000..1dc18dd4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000006_54979355.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000007_a1a5765e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000007_a1a5765e.szcp new file mode 100644 index 00000000..e0a53213 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000007_a1a5765e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000008_e9db7bcb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000008_e9db7bcb.szcp new file mode 100644 index 00000000..dce55f51 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000008_e9db7bcb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000009_4643ac3d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000009_4643ac3d.szcp new file mode 100644 index 00000000..3f05a905 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000009_4643ac3d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000010_07ee382d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000010_07ee382d.szcp new file mode 100644 index 00000000..dde90bf2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000010_07ee382d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000011_0fec634e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000011_0fec634e.szcp new file mode 100644 index 00000000..67d1c5aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000011_0fec634e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000012_b33e43fe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000012_b33e43fe.szcp new file mode 100644 index 00000000..ac42c4cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000012_b33e43fe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000013_fa84393b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000013_fa84393b.szcp new file mode 100644 index 00000000..d42f4acc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000013_fa84393b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000014_b893ff01.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000014_b893ff01.szcp new file mode 100644 index 00000000..45b2f299 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000014_b893ff01.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000015_ba1f5601.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000015_ba1f5601.szcp new file mode 100644 index 00000000..bc7fb0fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000015_ba1f5601.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000016_6bf06d63.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000016_6bf06d63.szcp new file mode 100644 index 00000000..868b406c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000016_6bf06d63.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000017_75ab4aa9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000017_75ab4aa9.szcp new file mode 100644 index 00000000..93f49f9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000017_75ab4aa9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000018_19fb484e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000018_19fb484e.szcp new file mode 100644 index 00000000..98a89707 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000018_19fb484e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000019_1127dbc8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000019_1127dbc8.szcp new file mode 100644 index 00000000..268a583f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000019_1127dbc8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000020_6948bddc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000020_6948bddc.szcp new file mode 100644 index 00000000..e2aa3904 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000020_6948bddc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000021_f29cbe60.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000021_f29cbe60.szcp new file mode 100644 index 00000000..7b6c1034 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000021_f29cbe60.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000022_5d15a64f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000022_5d15a64f.szcp new file mode 100644 index 00000000..80b5d4bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000022_5d15a64f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000023_887a7e1e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000023_887a7e1e.szcp new file mode 100644 index 00000000..caedcb07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000023_887a7e1e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000024_3c8b7384.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000024_3c8b7384.szcp new file mode 100644 index 00000000..ef26096c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000024_3c8b7384.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000025_a98cbeaf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000025_a98cbeaf.szcp new file mode 100644 index 00000000..389139fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000025_a98cbeaf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000026_c6e26837.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000026_c6e26837.szcp new file mode 100644 index 00000000..b145b80e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_006/checkpoints/checkpoint_00000000000000000026_c6e26837.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000001_fdc8cb29.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000001_fdc8cb29.szar new file mode 100644 index 00000000..096cf938 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000001_fdc8cb29.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000002_4a38408c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000002_4a38408c.szar new file mode 100644 index 00000000..d08469f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000002_4a38408c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000003_122b3c97.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000003_122b3c97.szar new file mode 100644 index 00000000..de3272c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000003_122b3c97.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000004_02f57982.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000004_02f57982.szar new file mode 100644 index 00000000..8c90a47d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000004_02f57982.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000005_b1398128.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000005_b1398128.szar new file mode 100644 index 00000000..498071da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000005_b1398128.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000006_75df7da2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000006_75df7da2.szar new file mode 100644 index 00000000..c94c72ae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000006_75df7da2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000007_4d8379ba.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000007_4d8379ba.szar new file mode 100644 index 00000000..5507e19f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000007_4d8379ba.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000008_b75a9b36.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000008_b75a9b36.szar new file mode 100644 index 00000000..13d11053 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000008_b75a9b36.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000009_0c25d806.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000009_0c25d806.szar new file mode 100644 index 00000000..59d734b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000009_0c25d806.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000010_8c24efb1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000010_8c24efb1.szar new file mode 100644 index 00000000..3f8ef554 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000010_8c24efb1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000011_284674d8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000011_284674d8.szar new file mode 100644 index 00000000..6e5c38ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000011_284674d8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000012_e8e82d26.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000012_e8e82d26.szar new file mode 100644 index 00000000..f98cd9cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000012_e8e82d26.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000013_c42f224e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000013_c42f224e.szar new file mode 100644 index 00000000..851c6daf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000013_c42f224e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000014_d12dbcd6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000014_d12dbcd6.szar new file mode 100644 index 00000000..65de07a5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000014_d12dbcd6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000015_6d9ab720.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000015_6d9ab720.szar new file mode 100644 index 00000000..ba46b5de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000015_6d9ab720.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000016_b8a98974.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000016_b8a98974.szar new file mode 100644 index 00000000..37cff36e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000016_b8a98974.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000017_4b29fc65.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000017_4b29fc65.szar new file mode 100644 index 00000000..fa865d90 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000017_4b29fc65.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000018_29120520.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000018_29120520.szar new file mode 100644 index 00000000..6e186993 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000018_29120520.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000019_b2e9ca80.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000019_b2e9ca80.szar new file mode 100644 index 00000000..e0c308d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000019_b2e9ca80.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000020_bcbd4779.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000020_bcbd4779.szar new file mode 100644 index 00000000..22753896 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000020_bcbd4779.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000021_c1135dbb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000021_c1135dbb.szar new file mode 100644 index 00000000..a78edce4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000021_c1135dbb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000022_6581a42b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000022_6581a42b.szar new file mode 100644 index 00000000..d33eea54 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000022_6581a42b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000023_8433eda3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000023_8433eda3.szar new file mode 100644 index 00000000..9bd73de3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000023_8433eda3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000024_32306a15.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000024_32306a15.szar new file mode 100644 index 00000000..0c140607 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000024_32306a15.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000025_75afa8a9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000025_75afa8a9.szar new file mode 100644 index 00000000..5103913d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000025_75afa8a9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000026_384c2864.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000026_384c2864.szar new file mode 100644 index 00000000..6aa634a5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000026_384c2864.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000027_74ec69c0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000027_74ec69c0.szar new file mode 100644 index 00000000..b74784e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000027_74ec69c0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000028_7d03460e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000028_7d03460e.szar new file mode 100644 index 00000000..0fbd6e5f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000028_7d03460e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000029_e44a508a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000029_e44a508a.szar new file mode 100644 index 00000000..aa7b30d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/archive/delta_00000000000000000029_e44a508a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000001_758fe9f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000001_758fe9f2.szcp new file mode 100644 index 00000000..32b177eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000001_758fe9f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000002_6db7d075.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000002_6db7d075.szcp new file mode 100644 index 00000000..8ca4becb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000002_6db7d075.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000003_cc830620.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000003_cc830620.szcp new file mode 100644 index 00000000..7b042797 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000003_cc830620.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000004_cce41c17.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000004_cce41c17.szcp new file mode 100644 index 00000000..37f3f06b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000004_cce41c17.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000005_b7b091f0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000005_b7b091f0.szcp new file mode 100644 index 00000000..16c29215 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000005_b7b091f0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000006_11df63b8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000006_11df63b8.szcp new file mode 100644 index 00000000..cbcf82da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000006_11df63b8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000007_e1733e44.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000007_e1733e44.szcp new file mode 100644 index 00000000..0925aa4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000007_e1733e44.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000008_aca8c500.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000008_aca8c500.szcp new file mode 100644 index 00000000..a150e4e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000008_aca8c500.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000009_3adba87c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000009_3adba87c.szcp new file mode 100644 index 00000000..bad2f7be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000009_3adba87c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000010_366ce770.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000010_366ce770.szcp new file mode 100644 index 00000000..fdc24824 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000010_366ce770.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000011_3e125918.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000011_3e125918.szcp new file mode 100644 index 00000000..6078723a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000011_3e125918.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000012_158c3f0b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000012_158c3f0b.szcp new file mode 100644 index 00000000..e35e1f24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000012_158c3f0b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000013_b7cca879.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000013_b7cca879.szcp new file mode 100644 index 00000000..673394df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000013_b7cca879.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000014_d067804e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000014_d067804e.szcp new file mode 100644 index 00000000..adc412cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000014_d067804e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000015_8d7cab55.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000015_8d7cab55.szcp new file mode 100644 index 00000000..0690b0dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000015_8d7cab55.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000016_802b4e0b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000016_802b4e0b.szcp new file mode 100644 index 00000000..e7127dd7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000016_802b4e0b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000017_5aeb7f0e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000017_5aeb7f0e.szcp new file mode 100644 index 00000000..dc1cca7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000017_5aeb7f0e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000018_ac3bb7cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000018_ac3bb7cd.szcp new file mode 100644 index 00000000..34cbd5cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000018_ac3bb7cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000019_78afd860.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000019_78afd860.szcp new file mode 100644 index 00000000..5e967ad0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000019_78afd860.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000020_0c851f9e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000020_0c851f9e.szcp new file mode 100644 index 00000000..c37a53be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000020_0c851f9e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000021_309c4bea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000021_309c4bea.szcp new file mode 100644 index 00000000..9c654247 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000021_309c4bea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000022_7fadaeba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000022_7fadaeba.szcp new file mode 100644 index 00000000..28fc2957 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000022_7fadaeba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000023_5a2c2fc7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000023_5a2c2fc7.szcp new file mode 100644 index 00000000..bcff5ddf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000023_5a2c2fc7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000024_0adfefa9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000024_0adfefa9.szcp new file mode 100644 index 00000000..0e05608d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000024_0adfefa9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000025_eb0e221d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000025_eb0e221d.szcp new file mode 100644 index 00000000..e24a5828 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000025_eb0e221d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000026_3cb815d3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000026_3cb815d3.szcp new file mode 100644 index 00000000..35bbe2f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000026_3cb815d3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000027_9569b0d4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000027_9569b0d4.szcp new file mode 100644 index 00000000..a71a8f93 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000027_9569b0d4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000028_ccb3be91.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000028_ccb3be91.szcp new file mode 100644 index 00000000..10deddc8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000028_ccb3be91.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000029_ef635ded.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000029_ef635ded.szcp new file mode 100644 index 00000000..108fcbab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_007/checkpoints/checkpoint_00000000000000000029_ef635ded.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000001_4b87c4f8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000001_4b87c4f8.szar new file mode 100644 index 00000000..98f245e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000001_4b87c4f8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000002_a0d5133c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000002_a0d5133c.szar new file mode 100644 index 00000000..1d31c814 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000002_a0d5133c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000003_868c994b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000003_868c994b.szar new file mode 100644 index 00000000..ad17ba33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000003_868c994b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000004_aed1b51f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000004_aed1b51f.szar new file mode 100644 index 00000000..a25cda4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000004_aed1b51f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000005_af984c96.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000005_af984c96.szar new file mode 100644 index 00000000..3cd427fc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000005_af984c96.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000006_e0733393.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000006_e0733393.szar new file mode 100644 index 00000000..a6a0b246 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000006_e0733393.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000007_5579cfb9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000007_5579cfb9.szar new file mode 100644 index 00000000..6eb0531d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000007_5579cfb9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000008_b9b47936.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000008_b9b47936.szar new file mode 100644 index 00000000..0ced8f97 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000008_b9b47936.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000009_a392aab0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000009_a392aab0.szar new file mode 100644 index 00000000..54c12696 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000009_a392aab0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000010_3a65bb98.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000010_3a65bb98.szar new file mode 100644 index 00000000..85501490 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000010_3a65bb98.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000011_9ef59d9e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000011_9ef59d9e.szar new file mode 100644 index 00000000..007af8ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000011_9ef59d9e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000012_b7a5103b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000012_b7a5103b.szar new file mode 100644 index 00000000..f7ff99d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000012_b7a5103b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000013_c9c9a602.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000013_c9c9a602.szar new file mode 100644 index 00000000..01af73ef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000013_c9c9a602.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000014_f7c4c0a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000014_f7c4c0a7.szar new file mode 100644 index 00000000..446837c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000014_f7c4c0a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000015_d6ad9892.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000015_d6ad9892.szar new file mode 100644 index 00000000..34a5659a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000015_d6ad9892.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000016_271d2b90.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000016_271d2b90.szar new file mode 100644 index 00000000..fe46bbc6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000016_271d2b90.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000017_ae732611.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000017_ae732611.szar new file mode 100644 index 00000000..8145cbb7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000017_ae732611.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000018_8dcd94ee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000018_8dcd94ee.szar new file mode 100644 index 00000000..0c998b80 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000018_8dcd94ee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000019_3bc63e62.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000019_3bc63e62.szar new file mode 100644 index 00000000..7be7f42d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000019_3bc63e62.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000020_2efc48c0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000020_2efc48c0.szar new file mode 100644 index 00000000..324a103d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000020_2efc48c0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000021_4e969d24.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000021_4e969d24.szar new file mode 100644 index 00000000..cb8d68e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000021_4e969d24.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000022_3b9170f2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000022_3b9170f2.szar new file mode 100644 index 00000000..89c3aa5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000022_3b9170f2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000023_e389f49b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000023_e389f49b.szar new file mode 100644 index 00000000..bfa04b18 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000023_e389f49b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000024_cff2915e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000024_cff2915e.szar new file mode 100644 index 00000000..1496a1cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000024_cff2915e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000025_2fb0bf30.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000025_2fb0bf30.szar new file mode 100644 index 00000000..193546eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000025_2fb0bf30.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000026_9384fa49.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000026_9384fa49.szar new file mode 100644 index 00000000..79709be0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000026_9384fa49.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000027_c0b29320.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000027_c0b29320.szar new file mode 100644 index 00000000..80a0584c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000027_c0b29320.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000028_51e24745.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000028_51e24745.szar new file mode 100644 index 00000000..8a4e53df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000028_51e24745.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000029_401f9c77.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000029_401f9c77.szar new file mode 100644 index 00000000..340be6e3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000029_401f9c77.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000030_c4092c51.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000030_c4092c51.szar new file mode 100644 index 00000000..f5fb30c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000030_c4092c51.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000031_30d27644.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000031_30d27644.szar new file mode 100644 index 00000000..5811f62a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000031_30d27644.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000032_15fadc4d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000032_15fadc4d.szar new file mode 100644 index 00000000..7f9f9ab3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000032_15fadc4d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000033_88b28cee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000033_88b28cee.szar new file mode 100644 index 00000000..128d1104 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000033_88b28cee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000034_ff193e43.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000034_ff193e43.szar new file mode 100644 index 00000000..d65b7540 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000034_ff193e43.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000035_fcfa3b05.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000035_fcfa3b05.szar new file mode 100644 index 00000000..ea26728a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000035_fcfa3b05.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000036_f4db0758.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000036_f4db0758.szar new file mode 100644 index 00000000..85049dd1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000036_f4db0758.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000037_ad791b23.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000037_ad791b23.szar new file mode 100644 index 00000000..75fcff3c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000037_ad791b23.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000038_1f544794.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000038_1f544794.szar new file mode 100644 index 00000000..7a9ebed7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000038_1f544794.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000039_fe4a2095.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000039_fe4a2095.szar new file mode 100644 index 00000000..4cf2032a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000039_fe4a2095.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000040_5ff1d331.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000040_5ff1d331.szar new file mode 100644 index 00000000..259d579a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000040_5ff1d331.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000041_f085b966.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000041_f085b966.szar new file mode 100644 index 00000000..297b21ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000041_f085b966.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000042_cc402ad4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000042_cc402ad4.szar new file mode 100644 index 00000000..4fe3c6f9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000042_cc402ad4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000043_064dfeed.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000043_064dfeed.szar new file mode 100644 index 00000000..26e7c805 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000043_064dfeed.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000044_449981ce.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000044_449981ce.szar new file mode 100644 index 00000000..3c615e8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000044_449981ce.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000045_b76058c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000045_b76058c2.szar new file mode 100644 index 00000000..4fbeaa9a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000045_b76058c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000046_9c10e0ce.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000046_9c10e0ce.szar new file mode 100644 index 00000000..f42e5eab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/archive/delta_00000000000000000046_9c10e0ce.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000001_d0907a9b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000001_d0907a9b.szcp new file mode 100644 index 00000000..98db2061 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000001_d0907a9b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000002_aa68c5c2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000002_aa68c5c2.szcp new file mode 100644 index 00000000..2085aef1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000002_aa68c5c2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000003_0c8d503f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000003_0c8d503f.szcp new file mode 100644 index 00000000..3d821070 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000003_0c8d503f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000004_01a9885a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000004_01a9885a.szcp new file mode 100644 index 00000000..fefba49f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000004_01a9885a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000005_a5c2c58d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000005_a5c2c58d.szcp new file mode 100644 index 00000000..e1a90d7b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000005_a5c2c58d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000006_f5f81323.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000006_f5f81323.szcp new file mode 100644 index 00000000..01e9b032 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000006_f5f81323.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000007_1482500f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000007_1482500f.szcp new file mode 100644 index 00000000..7a11678b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000007_1482500f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000008_5c3a3a2d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000008_5c3a3a2d.szcp new file mode 100644 index 00000000..7e90e539 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000008_5c3a3a2d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000009_0006b3f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000009_0006b3f1.szcp new file mode 100644 index 00000000..2496d4ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000009_0006b3f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000010_525a963a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000010_525a963a.szcp new file mode 100644 index 00000000..2ba9e8a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000010_525a963a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000011_bf17c6c5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000011_bf17c6c5.szcp new file mode 100644 index 00000000..24a938a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000011_bf17c6c5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000012_625b4396.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000012_625b4396.szcp new file mode 100644 index 00000000..6d26fd0a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000012_625b4396.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000013_947214c8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000013_947214c8.szcp new file mode 100644 index 00000000..ff6567ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000013_947214c8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000014_d785d6fd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000014_d785d6fd.szcp new file mode 100644 index 00000000..aecbb8d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000014_d785d6fd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000015_adf2e7d5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000015_adf2e7d5.szcp new file mode 100644 index 00000000..0c70f57d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000015_adf2e7d5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000016_86593d3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000016_86593d3c.szcp new file mode 100644 index 00000000..1fc54eb6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000016_86593d3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000017_c4b1c6e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000017_c4b1c6e4.szcp new file mode 100644 index 00000000..90a8f06b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000017_c4b1c6e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000018_51c4ea90.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000018_51c4ea90.szcp new file mode 100644 index 00000000..1771b5f3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000018_51c4ea90.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000019_6b3c14d2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000019_6b3c14d2.szcp new file mode 100644 index 00000000..a1f35cc3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000019_6b3c14d2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000020_18c940ef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000020_18c940ef.szcp new file mode 100644 index 00000000..7dcbb7c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000020_18c940ef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000021_9da90c9b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000021_9da90c9b.szcp new file mode 100644 index 00000000..2eda7cb6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000021_9da90c9b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000022_37363b6e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000022_37363b6e.szcp new file mode 100644 index 00000000..09f54e61 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000022_37363b6e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000023_07e13614.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000023_07e13614.szcp new file mode 100644 index 00000000..43b7645a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000023_07e13614.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000024_7d313d3d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000024_7d313d3d.szcp new file mode 100644 index 00000000..192719e2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000024_7d313d3d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000025_84bc1788.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000025_84bc1788.szcp new file mode 100644 index 00000000..2c4069b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000025_84bc1788.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000026_4a86bdc4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000026_4a86bdc4.szcp new file mode 100644 index 00000000..0ed541f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000026_4a86bdc4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000027_2bfb43b7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000027_2bfb43b7.szcp new file mode 100644 index 00000000..ed4e174d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000027_2bfb43b7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000028_9bf1dc55.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000028_9bf1dc55.szcp new file mode 100644 index 00000000..42407deb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000028_9bf1dc55.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000029_4bbde9a8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000029_4bbde9a8.szcp new file mode 100644 index 00000000..22135c6a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000029_4bbde9a8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000030_4fa6ada9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000030_4fa6ada9.szcp new file mode 100644 index 00000000..b37ac08d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000030_4fa6ada9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000031_557b6c86.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000031_557b6c86.szcp new file mode 100644 index 00000000..6e743a92 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000031_557b6c86.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000032_dca449cc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000032_dca449cc.szcp new file mode 100644 index 00000000..132b2e2d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000032_dca449cc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000033_39f6aca1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000033_39f6aca1.szcp new file mode 100644 index 00000000..c72dced2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000033_39f6aca1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000034_8248abe9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000034_8248abe9.szcp new file mode 100644 index 00000000..d99f28d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000034_8248abe9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000035_9373be1f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000035_9373be1f.szcp new file mode 100644 index 00000000..bd95fd70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000035_9373be1f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000036_8f33698e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000036_8f33698e.szcp new file mode 100644 index 00000000..ed7ef5ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000036_8f33698e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000037_74c903fd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000037_74c903fd.szcp new file mode 100644 index 00000000..d072e5ac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000037_74c903fd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000038_ccb20d5f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000038_ccb20d5f.szcp new file mode 100644 index 00000000..5113ea75 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000038_ccb20d5f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000039_adb72774.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000039_adb72774.szcp new file mode 100644 index 00000000..eba6e244 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000039_adb72774.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000040_c2e11806.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000040_c2e11806.szcp new file mode 100644 index 00000000..08fbf44e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000040_c2e11806.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000041_9f9eeb65.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000041_9f9eeb65.szcp new file mode 100644 index 00000000..036052a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000041_9f9eeb65.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000042_9b16075d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000042_9b16075d.szcp new file mode 100644 index 00000000..575e9eba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000042_9b16075d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000043_c578ed5a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000043_c578ed5a.szcp new file mode 100644 index 00000000..4ac9e1f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000043_c578ed5a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000044_59e0b767.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000044_59e0b767.szcp new file mode 100644 index 00000000..369a2fec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000044_59e0b767.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000045_7d3cc661.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000045_7d3cc661.szcp new file mode 100644 index 00000000..855d97e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000045_7d3cc661.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000046_274e03cf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000046_274e03cf.szcp new file mode 100644 index 00000000..4510d59c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_008/checkpoints/checkpoint_00000000000000000046_274e03cf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000001_347f12ec.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000001_347f12ec.szar new file mode 100644 index 00000000..f1dd0a95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000001_347f12ec.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000002_7bc423e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000002_7bc423e1.szar new file mode 100644 index 00000000..eb0606eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000002_7bc423e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000003_10030d55.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000003_10030d55.szar new file mode 100644 index 00000000..2c599285 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000003_10030d55.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000004_24165b2f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000004_24165b2f.szar new file mode 100644 index 00000000..b2b15080 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000004_24165b2f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000005_db966c99.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000005_db966c99.szar new file mode 100644 index 00000000..0264536f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000005_db966c99.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000006_6d3afb75.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000006_6d3afb75.szar new file mode 100644 index 00000000..39532fe3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000006_6d3afb75.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000007_09626ecb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000007_09626ecb.szar new file mode 100644 index 00000000..4b027de0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000007_09626ecb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000008_e801cb53.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000008_e801cb53.szar new file mode 100644 index 00000000..70e93ae0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000008_e801cb53.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000009_dbaa2cd7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000009_dbaa2cd7.szar new file mode 100644 index 00000000..3171c303 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000009_dbaa2cd7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000010_a185af86.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000010_a185af86.szar new file mode 100644 index 00000000..467b0114 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000010_a185af86.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000011_37e8a239.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000011_37e8a239.szar new file mode 100644 index 00000000..e1e09664 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000011_37e8a239.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000012_6ea56260.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000012_6ea56260.szar new file mode 100644 index 00000000..0c6f9b87 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000012_6ea56260.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000013_f08f2e74.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000013_f08f2e74.szar new file mode 100644 index 00000000..f6668be0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000013_f08f2e74.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000014_7529522f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000014_7529522f.szar new file mode 100644 index 00000000..93a50f7e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000014_7529522f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000015_f8d9fb4d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000015_f8d9fb4d.szar new file mode 100644 index 00000000..8dea1950 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000015_f8d9fb4d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000016_59346247.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000016_59346247.szar new file mode 100644 index 00000000..0a9c11da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000016_59346247.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000017_7e57d95b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000017_7e57d95b.szar new file mode 100644 index 00000000..ed543683 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000017_7e57d95b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000018_5cb9885e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000018_5cb9885e.szar new file mode 100644 index 00000000..642f342f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000018_5cb9885e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000019_a98a99de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000019_a98a99de.szar new file mode 100644 index 00000000..5a9d5ceb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000019_a98a99de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000020_a5f99070.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000020_a5f99070.szar new file mode 100644 index 00000000..d8c30ed2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000020_a5f99070.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000021_e71a3cad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000021_e71a3cad.szar new file mode 100644 index 00000000..d04e2f21 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000021_e71a3cad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000022_68ca4385.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000022_68ca4385.szar new file mode 100644 index 00000000..28351228 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000022_68ca4385.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000023_18eaced3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000023_18eaced3.szar new file mode 100644 index 00000000..4f811061 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000023_18eaced3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000024_ece956b8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000024_ece956b8.szar new file mode 100644 index 00000000..90ba1ad7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000024_ece956b8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000025_46ac262a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000025_46ac262a.szar new file mode 100644 index 00000000..77ee8821 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000025_46ac262a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000026_4b7c55d2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000026_4b7c55d2.szar new file mode 100644 index 00000000..e09a4464 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000026_4b7c55d2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000027_26ca0ada.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000027_26ca0ada.szar new file mode 100644 index 00000000..2251f152 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000027_26ca0ada.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000028_cb28d5c7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000028_cb28d5c7.szar new file mode 100644 index 00000000..69f517d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000028_cb28d5c7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000029_d48b9b39.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000029_d48b9b39.szar new file mode 100644 index 00000000..70b94bb1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000029_d48b9b39.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000030_207fecbe.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000030_207fecbe.szar new file mode 100644 index 00000000..14f3d2b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000030_207fecbe.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000031_d8f93f0e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000031_d8f93f0e.szar new file mode 100644 index 00000000..14deca9f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000031_d8f93f0e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000032_bb23f6c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000032_bb23f6c2.szar new file mode 100644 index 00000000..433507f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000032_bb23f6c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000033_ddb6f1d8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000033_ddb6f1d8.szar new file mode 100644 index 00000000..da4143be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000033_ddb6f1d8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000034_c3198a38.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000034_c3198a38.szar new file mode 100644 index 00000000..2ae17360 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000034_c3198a38.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000035_e4ed8f76.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000035_e4ed8f76.szar new file mode 100644 index 00000000..d54e879b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000035_e4ed8f76.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000036_288c0878.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000036_288c0878.szar new file mode 100644 index 00000000..547c4d54 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000036_288c0878.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000037_b2d6a479.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000037_b2d6a479.szar new file mode 100644 index 00000000..a74e2e34 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000037_b2d6a479.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000038_c8184dc8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000038_c8184dc8.szar new file mode 100644 index 00000000..d757be4c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000038_c8184dc8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000039_a5e24300.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000039_a5e24300.szar new file mode 100644 index 00000000..7032d18b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000039_a5e24300.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000040_70be656c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000040_70be656c.szar new file mode 100644 index 00000000..4091df7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000040_70be656c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000041_28b99d62.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000041_28b99d62.szar new file mode 100644 index 00000000..cfcebdf1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/archive/delta_00000000000000000041_28b99d62.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000001_e25ed59d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000001_e25ed59d.szcp new file mode 100644 index 00000000..b3f50501 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000001_e25ed59d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000002_0cd58afc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000002_0cd58afc.szcp new file mode 100644 index 00000000..a818571b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000002_0cd58afc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000003_c18f086f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000003_c18f086f.szcp new file mode 100644 index 00000000..ebafaefc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000003_c18f086f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000004_34c3605c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000004_34c3605c.szcp new file mode 100644 index 00000000..5310f4f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000004_34c3605c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000005_71b18296.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000005_71b18296.szcp new file mode 100644 index 00000000..61a1fc6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000005_71b18296.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000006_eebafe4c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000006_eebafe4c.szcp new file mode 100644 index 00000000..b1a4b235 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000006_eebafe4c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000007_45673d49.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000007_45673d49.szcp new file mode 100644 index 00000000..a6ef7e6b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000007_45673d49.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000008_226880de.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000008_226880de.szcp new file mode 100644 index 00000000..127ed83e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000008_226880de.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000009_8550ec97.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000009_8550ec97.szcp new file mode 100644 index 00000000..8783771d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000009_8550ec97.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000010_e7ac2e76.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000010_e7ac2e76.szcp new file mode 100644 index 00000000..a0901ed9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000010_e7ac2e76.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000011_c0a6df23.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000011_c0a6df23.szcp new file mode 100644 index 00000000..c3a3d6f8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000011_c0a6df23.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000012_864fbf9b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000012_864fbf9b.szcp new file mode 100644 index 00000000..0317625c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000012_864fbf9b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000013_f68f89a0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000013_f68f89a0.szcp new file mode 100644 index 00000000..b2149095 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000013_f68f89a0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000014_28b9bcf4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000014_28b9bcf4.szcp new file mode 100644 index 00000000..ecdda557 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000014_28b9bcf4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000015_34e94b33.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000015_34e94b33.szcp new file mode 100644 index 00000000..b9636050 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000015_34e94b33.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000016_7c6b21cb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000016_7c6b21cb.szcp new file mode 100644 index 00000000..0c987905 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000016_7c6b21cb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000017_63a8a7ec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000017_63a8a7ec.szcp new file mode 100644 index 00000000..79dde2c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000017_63a8a7ec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000018_03dbfcf1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000018_03dbfcf1.szcp new file mode 100644 index 00000000..c375de61 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000018_03dbfcf1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000019_3557ae85.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000019_3557ae85.szcp new file mode 100644 index 00000000..7133a540 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000019_3557ae85.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000020_af70d016.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000020_af70d016.szcp new file mode 100644 index 00000000..02937ea8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000020_af70d016.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000021_64a818ca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000021_64a818ca.szcp new file mode 100644 index 00000000..00836ae7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000021_64a818ca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000022_9ff178af.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000022_9ff178af.szcp new file mode 100644 index 00000000..7b1fcc1b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000022_9ff178af.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000023_e5e8e79c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000023_e5e8e79c.szcp new file mode 100644 index 00000000..2fb12fb9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000023_e5e8e79c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000024_6e064e05.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000024_6e064e05.szcp new file mode 100644 index 00000000..907544d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000024_6e064e05.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000025_0fcf03de.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000025_0fcf03de.szcp new file mode 100644 index 00000000..f462ce1b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000025_0fcf03de.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000026_eef6a1b9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000026_eef6a1b9.szcp new file mode 100644 index 00000000..44c75f73 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000026_eef6a1b9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000027_f4220b50.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000027_f4220b50.szcp new file mode 100644 index 00000000..933c058f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000027_f4220b50.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000028_fef0f351.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000028_fef0f351.szcp new file mode 100644 index 00000000..230a69ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000028_fef0f351.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000029_10ad7cec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000029_10ad7cec.szcp new file mode 100644 index 00000000..792d6a81 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000029_10ad7cec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000030_bf48f3a4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000030_bf48f3a4.szcp new file mode 100644 index 00000000..358fa3bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000030_bf48f3a4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000031_52a26e45.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000031_52a26e45.szcp new file mode 100644 index 00000000..40c28ec6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000031_52a26e45.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000032_d332f776.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000032_d332f776.szcp new file mode 100644 index 00000000..08fd192f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000032_d332f776.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000033_00a8c858.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000033_00a8c858.szcp new file mode 100644 index 00000000..2ee33f5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000033_00a8c858.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000034_7d151532.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000034_7d151532.szcp new file mode 100644 index 00000000..9dadfed6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000034_7d151532.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000035_b794141a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000035_b794141a.szcp new file mode 100644 index 00000000..bdc61001 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000035_b794141a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000036_dca99b9f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000036_dca99b9f.szcp new file mode 100644 index 00000000..11725e2c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000036_dca99b9f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000037_3b60652e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000037_3b60652e.szcp new file mode 100644 index 00000000..dc96f468 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000037_3b60652e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000038_336ff105.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000038_336ff105.szcp new file mode 100644 index 00000000..aa5376b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000038_336ff105.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000039_18bb62a7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000039_18bb62a7.szcp new file mode 100644 index 00000000..0424c8f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000039_18bb62a7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000040_dd01514f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000040_dd01514f.szcp new file mode 100644 index 00000000..9a43c51a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000040_dd01514f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000041_ce02e46d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000041_ce02e46d.szcp new file mode 100644 index 00000000..c537f5e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_009/checkpoints/checkpoint_00000000000000000041_ce02e46d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000001_1afe3e88.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000001_1afe3e88.szar new file mode 100644 index 00000000..bcacc9bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000001_1afe3e88.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000002_e35ef32b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000002_e35ef32b.szar new file mode 100644 index 00000000..bc74fe48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000002_e35ef32b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000003_b772635a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000003_b772635a.szar new file mode 100644 index 00000000..387e0962 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000003_b772635a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000004_8a9fa523.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000004_8a9fa523.szar new file mode 100644 index 00000000..803efcbc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000004_8a9fa523.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000005_b1fba80a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000005_b1fba80a.szar new file mode 100644 index 00000000..016d490b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000005_b1fba80a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000006_83bbd01f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000006_83bbd01f.szar new file mode 100644 index 00000000..de643a18 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000006_83bbd01f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000007_43550364.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000007_43550364.szar new file mode 100644 index 00000000..e50dba41 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000007_43550364.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000008_b5fd0e98.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000008_b5fd0e98.szar new file mode 100644 index 00000000..c9d6f252 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000008_b5fd0e98.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000009_3a3e3542.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000009_3a3e3542.szar new file mode 100644 index 00000000..31c02d0c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000009_3a3e3542.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000010_8bb7f92a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000010_8bb7f92a.szar new file mode 100644 index 00000000..ad8582d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000010_8bb7f92a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000011_a0ffe703.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000011_a0ffe703.szar new file mode 100644 index 00000000..02d2485d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000011_a0ffe703.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000012_412fc328.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000012_412fc328.szar new file mode 100644 index 00000000..547a802a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000012_412fc328.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000013_f403a3e5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000013_f403a3e5.szar new file mode 100644 index 00000000..225022ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000013_f403a3e5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000014_6c7b63f1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000014_6c7b63f1.szar new file mode 100644 index 00000000..0a3ed15b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000014_6c7b63f1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000015_04f9b6d6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000015_04f9b6d6.szar new file mode 100644 index 00000000..f8e4833a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000015_04f9b6d6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000016_e54093db.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000016_e54093db.szar new file mode 100644 index 00000000..0028fb8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000016_e54093db.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000017_d5d4965e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000017_d5d4965e.szar new file mode 100644 index 00000000..ffdd6f1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000017_d5d4965e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000018_6eff7759.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000018_6eff7759.szar new file mode 100644 index 00000000..1663e589 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000018_6eff7759.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000019_b7aa0ee0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000019_b7aa0ee0.szar new file mode 100644 index 00000000..336d5783 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000019_b7aa0ee0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000020_28fa2e75.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000020_28fa2e75.szar new file mode 100644 index 00000000..be8f4b61 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000020_28fa2e75.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000021_774bf13c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000021_774bf13c.szar new file mode 100644 index 00000000..8bea6f0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000021_774bf13c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000022_ebf206bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000022_ebf206bc.szar new file mode 100644 index 00000000..dff8bf1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000022_ebf206bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000023_f39144aa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000023_f39144aa.szar new file mode 100644 index 00000000..f84062fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000023_f39144aa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000024_55667a0e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000024_55667a0e.szar new file mode 100644 index 00000000..0625658c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000024_55667a0e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000025_745d0807.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000025_745d0807.szar new file mode 100644 index 00000000..a08aa8ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000025_745d0807.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000026_012a64b2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000026_012a64b2.szar new file mode 100644 index 00000000..f945e800 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000026_012a64b2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000027_9033dd95.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000027_9033dd95.szar new file mode 100644 index 00000000..e57a6422 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000027_9033dd95.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000028_638accdf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000028_638accdf.szar new file mode 100644 index 00000000..b5b35c37 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000028_638accdf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000029_9ed6f7cd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000029_9ed6f7cd.szar new file mode 100644 index 00000000..db34e0e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000029_9ed6f7cd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000030_5aeccf1e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000030_5aeccf1e.szar new file mode 100644 index 00000000..acb07fab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000030_5aeccf1e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000031_ff92e798.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000031_ff92e798.szar new file mode 100644 index 00000000..e1f16abf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/archive/delta_00000000000000000031_ff92e798.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000001_598daa73.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000001_598daa73.szcp new file mode 100644 index 00000000..a0ce391f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000001_598daa73.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000002_abf0dd8c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000002_abf0dd8c.szcp new file mode 100644 index 00000000..0540f159 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000002_abf0dd8c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000003_43ba42fb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000003_43ba42fb.szcp new file mode 100644 index 00000000..c08335e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000003_43ba42fb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000004_ac2d8061.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000004_ac2d8061.szcp new file mode 100644 index 00000000..c40c02a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000004_ac2d8061.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000005_2b1213dc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000005_2b1213dc.szcp new file mode 100644 index 00000000..eb8106c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000005_2b1213dc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000006_dc751929.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000006_dc751929.szcp new file mode 100644 index 00000000..27d6ca50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000006_dc751929.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000007_08e7e596.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000007_08e7e596.szcp new file mode 100644 index 00000000..33620aef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000007_08e7e596.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000008_1726af79.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000008_1726af79.szcp new file mode 100644 index 00000000..bc1cc4c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000008_1726af79.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000009_5945f6db.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000009_5945f6db.szcp new file mode 100644 index 00000000..659b551b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000009_5945f6db.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000010_27295236.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000010_27295236.szcp new file mode 100644 index 00000000..2da990d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000010_27295236.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000011_6436145a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000011_6436145a.szcp new file mode 100644 index 00000000..cb29710b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000011_6436145a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000012_a4c557ad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000012_a4c557ad.szcp new file mode 100644 index 00000000..cc04f7ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000012_a4c557ad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000013_3d04d176.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000013_3d04d176.szcp new file mode 100644 index 00000000..1289e789 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000013_3d04d176.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000014_f7139429.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000014_f7139429.szcp new file mode 100644 index 00000000..2b2a7b9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000014_f7139429.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000015_986a74c4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000015_986a74c4.szcp new file mode 100644 index 00000000..f0d1f9ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000015_986a74c4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000016_6995fc79.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000016_6995fc79.szcp new file mode 100644 index 00000000..56327632 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000016_6995fc79.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000017_206c9b44.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000017_206c9b44.szcp new file mode 100644 index 00000000..2b26fbb0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000017_206c9b44.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000018_f50f9dbc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000018_f50f9dbc.szcp new file mode 100644 index 00000000..c23ee754 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000018_f50f9dbc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000019_528eb80e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000019_528eb80e.szcp new file mode 100644 index 00000000..efe6686f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000019_528eb80e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000020_ba562fb9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000020_ba562fb9.szcp new file mode 100644 index 00000000..0c4a69bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000020_ba562fb9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000021_9d2df82a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000021_9d2df82a.szcp new file mode 100644 index 00000000..9ae7e8de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000021_9d2df82a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000022_17dcf9f5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000022_17dcf9f5.szcp new file mode 100644 index 00000000..def3024f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000022_17dcf9f5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000023_ff6f6374.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000023_ff6f6374.szcp new file mode 100644 index 00000000..195386d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000023_ff6f6374.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000024_a63b6a17.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000024_a63b6a17.szcp new file mode 100644 index 00000000..6705c8b0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000024_a63b6a17.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000025_855abde0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000025_855abde0.szcp new file mode 100644 index 00000000..2db31fe4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000025_855abde0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000026_d86d8db5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000026_d86d8db5.szcp new file mode 100644 index 00000000..7cbbd8f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000026_d86d8db5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000027_4c2cbf32.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000027_4c2cbf32.szcp new file mode 100644 index 00000000..3cc73897 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000027_4c2cbf32.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000028_7bd6272f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000028_7bd6272f.szcp new file mode 100644 index 00000000..7e37ceff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000028_7bd6272f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000029_9bd20504.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000029_9bd20504.szcp new file mode 100644 index 00000000..8fb93a6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000029_9bd20504.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000030_3280229e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000030_3280229e.szcp new file mode 100644 index 00000000..ea0b331c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000030_3280229e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000031_84378f26.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000031_84378f26.szcp new file mode 100644 index 00000000..8ffaaa15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_010/checkpoints/checkpoint_00000000000000000031_84378f26.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000001_762ad93f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000001_762ad93f.szar new file mode 100644 index 00000000..053e058b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000001_762ad93f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000002_f72e99ee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000002_f72e99ee.szar new file mode 100644 index 00000000..c9900467 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000002_f72e99ee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000003_cea9524e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000003_cea9524e.szar new file mode 100644 index 00000000..e50186b5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000003_cea9524e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000004_2e23ee41.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000004_2e23ee41.szar new file mode 100644 index 00000000..844f05c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000004_2e23ee41.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000005_cbf0e7e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000005_cbf0e7e1.szar new file mode 100644 index 00000000..dbbec8b1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000005_cbf0e7e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000006_5edf52f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000006_5edf52f6.szar new file mode 100644 index 00000000..56169e47 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000006_5edf52f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000007_ed43aee9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000007_ed43aee9.szar new file mode 100644 index 00000000..2b94aa20 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000007_ed43aee9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000008_326cff53.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000008_326cff53.szar new file mode 100644 index 00000000..d17ebefe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000008_326cff53.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000009_3d161042.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000009_3d161042.szar new file mode 100644 index 00000000..eb890961 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000009_3d161042.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000010_142444a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000010_142444a2.szar new file mode 100644 index 00000000..fb5028b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000010_142444a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000011_ac629399.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000011_ac629399.szar new file mode 100644 index 00000000..f4565377 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000011_ac629399.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000012_ab978b37.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000012_ab978b37.szar new file mode 100644 index 00000000..d62636e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000012_ab978b37.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000013_2af7bbc1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000013_2af7bbc1.szar new file mode 100644 index 00000000..c8f388aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000013_2af7bbc1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000014_f8d141b7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000014_f8d141b7.szar new file mode 100644 index 00000000..13267335 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000014_f8d141b7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000015_fc4099fa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000015_fc4099fa.szar new file mode 100644 index 00000000..7f1a6d60 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000015_fc4099fa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000016_c80d18d9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000016_c80d18d9.szar new file mode 100644 index 00000000..31161a6a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000016_c80d18d9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000017_70dc86de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000017_70dc86de.szar new file mode 100644 index 00000000..cea710a5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000017_70dc86de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000018_cdff1309.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000018_cdff1309.szar new file mode 100644 index 00000000..35679b46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000018_cdff1309.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000019_64f26022.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000019_64f26022.szar new file mode 100644 index 00000000..a185c051 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000019_64f26022.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000020_330b2277.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000020_330b2277.szar new file mode 100644 index 00000000..41857b8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000020_330b2277.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000021_904d3d2d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000021_904d3d2d.szar new file mode 100644 index 00000000..69107a64 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000021_904d3d2d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000022_3886f884.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000022_3886f884.szar new file mode 100644 index 00000000..7f3016bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000022_3886f884.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000023_fb940240.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000023_fb940240.szar new file mode 100644 index 00000000..aca402d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000023_fb940240.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000024_db95c680.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000024_db95c680.szar new file mode 100644 index 00000000..e56ef17d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000024_db95c680.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000025_b1ed90a4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000025_b1ed90a4.szar new file mode 100644 index 00000000..325eaef5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000025_b1ed90a4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000026_9626c2f3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000026_9626c2f3.szar new file mode 100644 index 00000000..89140b8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000026_9626c2f3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000027_6fdddd69.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000027_6fdddd69.szar new file mode 100644 index 00000000..f1fbb85b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000027_6fdddd69.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000028_4b62a676.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000028_4b62a676.szar new file mode 100644 index 00000000..1f310098 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000028_4b62a676.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000029_3252cbdb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000029_3252cbdb.szar new file mode 100644 index 00000000..4028d9c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000029_3252cbdb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000030_bcb4d01d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000030_bcb4d01d.szar new file mode 100644 index 00000000..6e7b04d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000030_bcb4d01d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000031_7cbd5ba4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000031_7cbd5ba4.szar new file mode 100644 index 00000000..4450ffbf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000031_7cbd5ba4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000032_8ea35c81.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000032_8ea35c81.szar new file mode 100644 index 00000000..618e0148 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000032_8ea35c81.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000033_9c0bbf6d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000033_9c0bbf6d.szar new file mode 100644 index 00000000..0cedeb33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000033_9c0bbf6d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000034_1a9453bb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000034_1a9453bb.szar new file mode 100644 index 00000000..6014b5d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000034_1a9453bb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000035_23323f94.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000035_23323f94.szar new file mode 100644 index 00000000..5488adaf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000035_23323f94.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000036_567e5256.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000036_567e5256.szar new file mode 100644 index 00000000..c7cfcb56 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000036_567e5256.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000037_2d7a7afd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000037_2d7a7afd.szar new file mode 100644 index 00000000..3169d119 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000037_2d7a7afd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000038_4393e3c9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000038_4393e3c9.szar new file mode 100644 index 00000000..1beaeace Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000038_4393e3c9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000039_f384af44.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000039_f384af44.szar new file mode 100644 index 00000000..0315725b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000039_f384af44.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000040_03cc1239.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000040_03cc1239.szar new file mode 100644 index 00000000..28a3d2c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000040_03cc1239.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000041_67cdcdaa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000041_67cdcdaa.szar new file mode 100644 index 00000000..66fed7f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/archive/delta_00000000000000000041_67cdcdaa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000001_a66f2ead.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000001_a66f2ead.szcp new file mode 100644 index 00000000..ecaba1c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000001_a66f2ead.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000002_6d494912.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000002_6d494912.szcp new file mode 100644 index 00000000..7df46081 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000002_6d494912.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000003_feb372c6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000003_feb372c6.szcp new file mode 100644 index 00000000..7066ca14 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000003_feb372c6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000004_d3f59af6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000004_d3f59af6.szcp new file mode 100644 index 00000000..13bda463 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000004_d3f59af6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000005_969d3eeb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000005_969d3eeb.szcp new file mode 100644 index 00000000..5fd40eff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000005_969d3eeb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000006_4369575e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000006_4369575e.szcp new file mode 100644 index 00000000..463774ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000006_4369575e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000007_5965345e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000007_5965345e.szcp new file mode 100644 index 00000000..fd89220f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000007_5965345e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000008_a3f36f41.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000008_a3f36f41.szcp new file mode 100644 index 00000000..0d1758c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000008_a3f36f41.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000009_91d82b0e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000009_91d82b0e.szcp new file mode 100644 index 00000000..ba779f81 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000009_91d82b0e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000010_82c84526.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000010_82c84526.szcp new file mode 100644 index 00000000..3aac4210 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000010_82c84526.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000011_eb766c24.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000011_eb766c24.szcp new file mode 100644 index 00000000..d31bc410 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000011_eb766c24.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000012_146ef0c7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000012_146ef0c7.szcp new file mode 100644 index 00000000..a740d766 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000012_146ef0c7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000013_9a33fdcc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000013_9a33fdcc.szcp new file mode 100644 index 00000000..b7a5eaed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000013_9a33fdcc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000014_a340134c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000014_a340134c.szcp new file mode 100644 index 00000000..ac249657 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000014_a340134c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000015_0de7579c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000015_0de7579c.szcp new file mode 100644 index 00000000..f983f471 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000015_0de7579c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000016_4191a96f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000016_4191a96f.szcp new file mode 100644 index 00000000..f5863444 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000016_4191a96f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000017_c2e1e8a7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000017_c2e1e8a7.szcp new file mode 100644 index 00000000..a84de540 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000017_c2e1e8a7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000018_d61a6869.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000018_d61a6869.szcp new file mode 100644 index 00000000..8a736da8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000018_d61a6869.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000019_f2fd44f9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000019_f2fd44f9.szcp new file mode 100644 index 00000000..8483e16f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000019_f2fd44f9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000020_2413e0e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000020_2413e0e4.szcp new file mode 100644 index 00000000..39f39107 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000020_2413e0e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000021_961bcfa9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000021_961bcfa9.szcp new file mode 100644 index 00000000..15d7b9a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000021_961bcfa9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000022_972b8483.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000022_972b8483.szcp new file mode 100644 index 00000000..a30bb493 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000022_972b8483.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000023_47690361.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000023_47690361.szcp new file mode 100644 index 00000000..36a52285 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000023_47690361.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000024_895df9d3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000024_895df9d3.szcp new file mode 100644 index 00000000..e00278a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000024_895df9d3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000025_ea0fe171.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000025_ea0fe171.szcp new file mode 100644 index 00000000..47f5f30a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000025_ea0fe171.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000026_ffc9af4d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000026_ffc9af4d.szcp new file mode 100644 index 00000000..8ea69f69 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000026_ffc9af4d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000027_cb65f2dd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000027_cb65f2dd.szcp new file mode 100644 index 00000000..10660531 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000027_cb65f2dd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000028_4e36c0b0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000028_4e36c0b0.szcp new file mode 100644 index 00000000..e83b5946 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000028_4e36c0b0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000029_f6a00a75.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000029_f6a00a75.szcp new file mode 100644 index 00000000..a3eff143 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000029_f6a00a75.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000030_7ba39be2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000030_7ba39be2.szcp new file mode 100644 index 00000000..72962cbd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000030_7ba39be2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000031_b790dd0c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000031_b790dd0c.szcp new file mode 100644 index 00000000..7ee1b9db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000031_b790dd0c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000032_c29c2842.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000032_c29c2842.szcp new file mode 100644 index 00000000..d7025d4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000032_c29c2842.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000033_fff294d7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000033_fff294d7.szcp new file mode 100644 index 00000000..5b27e8aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000033_fff294d7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000034_2ec85c02.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000034_2ec85c02.szcp new file mode 100644 index 00000000..98a060d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000034_2ec85c02.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000035_710d4448.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000035_710d4448.szcp new file mode 100644 index 00000000..7d22de83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000035_710d4448.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000036_6a3af309.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000036_6a3af309.szcp new file mode 100644 index 00000000..7bec2789 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000036_6a3af309.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000037_aaf87f25.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000037_aaf87f25.szcp new file mode 100644 index 00000000..ae5e142f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000037_aaf87f25.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000038_8186e9f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000038_8186e9f1.szcp new file mode 100644 index 00000000..150f274d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000038_8186e9f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000039_ffb9c217.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000039_ffb9c217.szcp new file mode 100644 index 00000000..1c62ef1b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000039_ffb9c217.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000040_da1e14c6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000040_da1e14c6.szcp new file mode 100644 index 00000000..f3d51c50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000040_da1e14c6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000041_f7ceac6d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000041_f7ceac6d.szcp new file mode 100644 index 00000000..0b2450d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_011/checkpoints/checkpoint_00000000000000000041_f7ceac6d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000001_1b35786b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000001_1b35786b.szar new file mode 100644 index 00000000..8cf4abf8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000001_1b35786b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000002_bb4e8cde.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000002_bb4e8cde.szar new file mode 100644 index 00000000..ded6bddb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000002_bb4e8cde.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000003_05fdff7f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000003_05fdff7f.szar new file mode 100644 index 00000000..a5b10b0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000003_05fdff7f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000004_069984c7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000004_069984c7.szar new file mode 100644 index 00000000..518f5023 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000004_069984c7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000005_b2a1f3df.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000005_b2a1f3df.szar new file mode 100644 index 00000000..a9e595ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000005_b2a1f3df.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000006_c47e9faf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000006_c47e9faf.szar new file mode 100644 index 00000000..c206aabd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000006_c47e9faf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000007_dbe4d878.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000007_dbe4d878.szar new file mode 100644 index 00000000..fd45904b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000007_dbe4d878.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000008_57e2fda3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000008_57e2fda3.szar new file mode 100644 index 00000000..73ade978 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000008_57e2fda3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000009_68a50af8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000009_68a50af8.szar new file mode 100644 index 00000000..58f8df3d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000009_68a50af8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000010_d8e59b98.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000010_d8e59b98.szar new file mode 100644 index 00000000..156ad6b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000010_d8e59b98.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000011_54d73982.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000011_54d73982.szar new file mode 100644 index 00000000..75eacd78 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000011_54d73982.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000012_85facc18.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000012_85facc18.szar new file mode 100644 index 00000000..c0162005 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000012_85facc18.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000013_8c5fb095.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000013_8c5fb095.szar new file mode 100644 index 00000000..9ef9b2cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000013_8c5fb095.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000014_dbfc9f00.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000014_dbfc9f00.szar new file mode 100644 index 00000000..d725a2f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000014_dbfc9f00.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000015_82bf3472.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000015_82bf3472.szar new file mode 100644 index 00000000..f221336d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000015_82bf3472.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000016_17e9a0c4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000016_17e9a0c4.szar new file mode 100644 index 00000000..8928d3c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000016_17e9a0c4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000017_3544649c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000017_3544649c.szar new file mode 100644 index 00000000..aaf578a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000017_3544649c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000018_96431a44.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000018_96431a44.szar new file mode 100644 index 00000000..623c34e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000018_96431a44.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000019_c2c3ce25.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000019_c2c3ce25.szar new file mode 100644 index 00000000..69828baa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000019_c2c3ce25.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000020_544a828c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000020_544a828c.szar new file mode 100644 index 00000000..068893fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000020_544a828c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000021_c708e96e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000021_c708e96e.szar new file mode 100644 index 00000000..d21308c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000021_c708e96e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000022_c6c74a68.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000022_c6c74a68.szar new file mode 100644 index 00000000..7ceb4464 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000022_c6c74a68.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000023_03bcdec5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000023_03bcdec5.szar new file mode 100644 index 00000000..34fc83ef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000023_03bcdec5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000024_139ced70.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000024_139ced70.szar new file mode 100644 index 00000000..35a1ce0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000024_139ced70.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000025_bcca5b6b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000025_bcca5b6b.szar new file mode 100644 index 00000000..cc063236 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000025_bcca5b6b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000026_de1c9bad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000026_de1c9bad.szar new file mode 100644 index 00000000..9fc8a64a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000026_de1c9bad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000027_65cba372.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000027_65cba372.szar new file mode 100644 index 00000000..b5195a26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000027_65cba372.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000028_4ee3a880.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000028_4ee3a880.szar new file mode 100644 index 00000000..311446e2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000028_4ee3a880.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000029_0b3f785b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000029_0b3f785b.szar new file mode 100644 index 00000000..a889cf4b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000029_0b3f785b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000030_f68f61b3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000030_f68f61b3.szar new file mode 100644 index 00000000..8dcddcee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000030_f68f61b3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000031_c45f5c48.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000031_c45f5c48.szar new file mode 100644 index 00000000..8da3f3b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000031_c45f5c48.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000032_f599196c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000032_f599196c.szar new file mode 100644 index 00000000..5936040f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/archive/delta_00000000000000000032_f599196c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000001_1865dfea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000001_1865dfea.szcp new file mode 100644 index 00000000..964d20cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000001_1865dfea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000002_fee22050.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000002_fee22050.szcp new file mode 100644 index 00000000..b5bac243 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000002_fee22050.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000003_70d637a8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000003_70d637a8.szcp new file mode 100644 index 00000000..6469bbc4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000003_70d637a8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000004_43472ecc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000004_43472ecc.szcp new file mode 100644 index 00000000..beafb4d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000004_43472ecc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000005_e77bd93c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000005_e77bd93c.szcp new file mode 100644 index 00000000..764e8946 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000005_e77bd93c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000006_caa11e92.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000006_caa11e92.szcp new file mode 100644 index 00000000..214a18ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000006_caa11e92.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000007_6e51615f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000007_6e51615f.szcp new file mode 100644 index 00000000..94330cb9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000007_6e51615f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000008_266dd468.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000008_266dd468.szcp new file mode 100644 index 00000000..7584ea5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000008_266dd468.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000009_02dcbd80.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000009_02dcbd80.szcp new file mode 100644 index 00000000..e327f7a5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000009_02dcbd80.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000010_0da97a8e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000010_0da97a8e.szcp new file mode 100644 index 00000000..0980447c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000010_0da97a8e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000011_ac566b8e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000011_ac566b8e.szcp new file mode 100644 index 00000000..fe52b955 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000011_ac566b8e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000012_7aefe714.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000012_7aefe714.szcp new file mode 100644 index 00000000..1d880265 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000012_7aefe714.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000013_bda1585f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000013_bda1585f.szcp new file mode 100644 index 00000000..19adb1aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000013_bda1585f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000014_c6ede76f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000014_c6ede76f.szcp new file mode 100644 index 00000000..42aa6c8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000014_c6ede76f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000015_1f20acdd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000015_1f20acdd.szcp new file mode 100644 index 00000000..d2812d50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000015_1f20acdd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000016_da5eac51.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000016_da5eac51.szcp new file mode 100644 index 00000000..bbd20761 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000016_da5eac51.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000017_8cc2cee6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000017_8cc2cee6.szcp new file mode 100644 index 00000000..c46198d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000017_8cc2cee6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000018_ff0b14f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000018_ff0b14f2.szcp new file mode 100644 index 00000000..fecd6bf5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000018_ff0b14f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000019_3b2e9c78.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000019_3b2e9c78.szcp new file mode 100644 index 00000000..c65b1f16 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000019_3b2e9c78.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000020_18464e28.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000020_18464e28.szcp new file mode 100644 index 00000000..ecc1a226 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000020_18464e28.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000021_d153ef6c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000021_d153ef6c.szcp new file mode 100644 index 00000000..87ee84cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000021_d153ef6c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000022_dd31b07e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000022_dd31b07e.szcp new file mode 100644 index 00000000..4be5270c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000022_dd31b07e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000023_8379867d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000023_8379867d.szcp new file mode 100644 index 00000000..c459791b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000023_8379867d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000024_c24b3d95.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000024_c24b3d95.szcp new file mode 100644 index 00000000..0b6cfde5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000024_c24b3d95.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000025_a96b97bb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000025_a96b97bb.szcp new file mode 100644 index 00000000..f5f0ba07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000025_a96b97bb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000026_b1721622.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000026_b1721622.szcp new file mode 100644 index 00000000..c7e8dc4b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000026_b1721622.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000027_6cf5a4d7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000027_6cf5a4d7.szcp new file mode 100644 index 00000000..7b9bb55a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000027_6cf5a4d7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000028_729651d7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000028_729651d7.szcp new file mode 100644 index 00000000..7c5b11b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000028_729651d7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000029_b421d185.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000029_b421d185.szcp new file mode 100644 index 00000000..48db822a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000029_b421d185.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000030_e27bd39f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000030_e27bd39f.szcp new file mode 100644 index 00000000..d86c67c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000030_e27bd39f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000031_d694d262.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000031_d694d262.szcp new file mode 100644 index 00000000..02d760b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000031_d694d262.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000032_4d9a3c0f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000032_4d9a3c0f.szcp new file mode 100644 index 00000000..133b04c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_012/checkpoints/checkpoint_00000000000000000032_4d9a3c0f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000001_f1012015.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000001_f1012015.szar new file mode 100644 index 00000000..ef298697 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000001_f1012015.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000002_6a186283.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000002_6a186283.szar new file mode 100644 index 00000000..8921a545 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000002_6a186283.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000003_6be17de3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000003_6be17de3.szar new file mode 100644 index 00000000..102a870e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000003_6be17de3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000004_27ad3868.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000004_27ad3868.szar new file mode 100644 index 00000000..7f62b873 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000004_27ad3868.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000005_c23c7d50.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000005_c23c7d50.szar new file mode 100644 index 00000000..906f76e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000005_c23c7d50.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000006_697dbeac.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000006_697dbeac.szar new file mode 100644 index 00000000..a7633863 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000006_697dbeac.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000007_f283d981.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000007_f283d981.szar new file mode 100644 index 00000000..79e3287e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000007_f283d981.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000008_4a25b450.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000008_4a25b450.szar new file mode 100644 index 00000000..d4eedf21 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000008_4a25b450.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000009_2c02d9d0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000009_2c02d9d0.szar new file mode 100644 index 00000000..10ec6d05 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000009_2c02d9d0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000010_8648a035.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000010_8648a035.szar new file mode 100644 index 00000000..a2da6814 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000010_8648a035.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000011_9938acd2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000011_9938acd2.szar new file mode 100644 index 00000000..1cd210b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000011_9938acd2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000012_651c5995.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000012_651c5995.szar new file mode 100644 index 00000000..9cc49067 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000012_651c5995.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000013_fe66f206.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000013_fe66f206.szar new file mode 100644 index 00000000..2d7200fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000013_fe66f206.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000014_8b2a2dc9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000014_8b2a2dc9.szar new file mode 100644 index 00000000..92a5d573 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000014_8b2a2dc9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000015_15d01828.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000015_15d01828.szar new file mode 100644 index 00000000..4b997cfd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000015_15d01828.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000016_b488fed4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000016_b488fed4.szar new file mode 100644 index 00000000..9fb3abd1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000016_b488fed4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000017_a43e84fb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000017_a43e84fb.szar new file mode 100644 index 00000000..432986db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000017_a43e84fb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000018_bd395ea3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000018_bd395ea3.szar new file mode 100644 index 00000000..af281e56 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000018_bd395ea3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000019_c71d63ae.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000019_c71d63ae.szar new file mode 100644 index 00000000..090a8b08 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000019_c71d63ae.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000020_91b4c8fd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000020_91b4c8fd.szar new file mode 100644 index 00000000..43b15f31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000020_91b4c8fd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000021_22a9676b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000021_22a9676b.szar new file mode 100644 index 00000000..654e1d0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000021_22a9676b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000022_a1acaf25.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000022_a1acaf25.szar new file mode 100644 index 00000000..7b88ab77 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000022_a1acaf25.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000023_7edffb74.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000023_7edffb74.szar new file mode 100644 index 00000000..a22c4de7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000023_7edffb74.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000024_a501feb8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000024_a501feb8.szar new file mode 100644 index 00000000..d0ee9bde Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000024_a501feb8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000025_bcd65d2b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000025_bcd65d2b.szar new file mode 100644 index 00000000..87356ede Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000025_bcd65d2b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000026_1ec395c4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000026_1ec395c4.szar new file mode 100644 index 00000000..34cd96fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000026_1ec395c4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000027_6cb31866.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000027_6cb31866.szar new file mode 100644 index 00000000..590358b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000027_6cb31866.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000028_6ccdea31.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000028_6ccdea31.szar new file mode 100644 index 00000000..6c55d780 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000028_6ccdea31.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000029_77a82d28.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000029_77a82d28.szar new file mode 100644 index 00000000..1903c20e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000029_77a82d28.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000030_8392a422.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000030_8392a422.szar new file mode 100644 index 00000000..4984d46a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000030_8392a422.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000031_046645e7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000031_046645e7.szar new file mode 100644 index 00000000..cc8a7a10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000031_046645e7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000032_d0297a4b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000032_d0297a4b.szar new file mode 100644 index 00000000..bb497293 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000032_d0297a4b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000033_6feea7a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000033_6feea7a2.szar new file mode 100644 index 00000000..08ce82e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000033_6feea7a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000034_289d8e99.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000034_289d8e99.szar new file mode 100644 index 00000000..8bc73158 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000034_289d8e99.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000035_a60cd750.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000035_a60cd750.szar new file mode 100644 index 00000000..9e00b2e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000035_a60cd750.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000036_dfe1f707.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000036_dfe1f707.szar new file mode 100644 index 00000000..4987b7a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000036_dfe1f707.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000037_64cc82bb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000037_64cc82bb.szar new file mode 100644 index 00000000..ca7f6f81 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000037_64cc82bb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000038_1c491806.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000038_1c491806.szar new file mode 100644 index 00000000..14c2ddc8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000038_1c491806.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000039_6cddb00e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000039_6cddb00e.szar new file mode 100644 index 00000000..c03f6e4c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000039_6cddb00e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000040_7515d397.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000040_7515d397.szar new file mode 100644 index 00000000..2fbcaaa8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000040_7515d397.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000041_4e28bd63.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000041_4e28bd63.szar new file mode 100644 index 00000000..2da73106 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000041_4e28bd63.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000042_3f5cc1e5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000042_3f5cc1e5.szar new file mode 100644 index 00000000..ce341c80 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000042_3f5cc1e5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000043_6f8210ca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000043_6f8210ca.szar new file mode 100644 index 00000000..04d6b37d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000043_6f8210ca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000044_3facb85c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000044_3facb85c.szar new file mode 100644 index 00000000..8be66271 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000044_3facb85c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000045_3777b7ab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000045_3777b7ab.szar new file mode 100644 index 00000000..b91ba381 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000045_3777b7ab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000046_e5e61fa1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000046_e5e61fa1.szar new file mode 100644 index 00000000..ae8d010a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/archive/delta_00000000000000000046_e5e61fa1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000001_2da5d687.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000001_2da5d687.szcp new file mode 100644 index 00000000..145308dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000001_2da5d687.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000002_11064675.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000002_11064675.szcp new file mode 100644 index 00000000..4d66dda0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000002_11064675.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000003_128cf28b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000003_128cf28b.szcp new file mode 100644 index 00000000..d9634ddd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000003_128cf28b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000004_0ee976d5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000004_0ee976d5.szcp new file mode 100644 index 00000000..4bffe483 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000004_0ee976d5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000005_a8239417.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000005_a8239417.szcp new file mode 100644 index 00000000..5e72c5a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000005_a8239417.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000006_aadbb4ee.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000006_aadbb4ee.szcp new file mode 100644 index 00000000..4ad02daa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000006_aadbb4ee.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000007_afb16077.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000007_afb16077.szcp new file mode 100644 index 00000000..f396c6c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000007_afb16077.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000008_bcfb48fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000008_bcfb48fa.szcp new file mode 100644 index 00000000..38e06c9c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000008_bcfb48fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000009_ffb7b73b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000009_ffb7b73b.szcp new file mode 100644 index 00000000..9a14b9fb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000009_ffb7b73b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000010_8026acbe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000010_8026acbe.szcp new file mode 100644 index 00000000..83cd704d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000010_8026acbe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000011_42df5d85.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000011_42df5d85.szcp new file mode 100644 index 00000000..ed80eea5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000011_42df5d85.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000012_20f9c5ba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000012_20f9c5ba.szcp new file mode 100644 index 00000000..99a7414e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000012_20f9c5ba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000013_cda86a29.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000013_cda86a29.szcp new file mode 100644 index 00000000..d34f7ec5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000013_cda86a29.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000014_ce4f5952.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000014_ce4f5952.szcp new file mode 100644 index 00000000..bde034fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000014_ce4f5952.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000015_ce345ac8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000015_ce345ac8.szcp new file mode 100644 index 00000000..2d3332c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000015_ce345ac8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000016_ec1ae88c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000016_ec1ae88c.szcp new file mode 100644 index 00000000..ded102e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000016_ec1ae88c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000017_26e5869d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000017_26e5869d.szcp new file mode 100644 index 00000000..ddee5083 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000017_26e5869d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000018_1b3e5bac.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000018_1b3e5bac.szcp new file mode 100644 index 00000000..a4350602 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000018_1b3e5bac.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000019_ef1c5891.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000019_ef1c5891.szcp new file mode 100644 index 00000000..e84d562e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000019_ef1c5891.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000020_1f65ce49.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000020_1f65ce49.szcp new file mode 100644 index 00000000..4c686a2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000020_1f65ce49.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000021_9fd28a74.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000021_9fd28a74.szcp new file mode 100644 index 00000000..51103751 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000021_9fd28a74.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000022_e9ec4059.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000022_e9ec4059.szcp new file mode 100644 index 00000000..b7045e91 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000022_e9ec4059.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000023_190acf7e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000023_190acf7e.szcp new file mode 100644 index 00000000..eb291e1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000023_190acf7e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000024_10478b50.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000024_10478b50.szcp new file mode 100644 index 00000000..dade8e7b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000024_10478b50.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000025_fbc9150d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000025_fbc9150d.szcp new file mode 100644 index 00000000..c4c943e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000025_fbc9150d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000026_506612e9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000026_506612e9.szcp new file mode 100644 index 00000000..bd024fee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000026_506612e9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000027_32329cd7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000027_32329cd7.szcp new file mode 100644 index 00000000..3f28c17d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000027_32329cd7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000028_2a02078e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000028_2a02078e.szcp new file mode 100644 index 00000000..9015ee4f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000028_2a02078e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000029_2a0cc03b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000029_2a0cc03b.szcp new file mode 100644 index 00000000..2bdb7ae0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000029_2a0cc03b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000030_9c8474e8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000030_9c8474e8.szcp new file mode 100644 index 00000000..d389971d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000030_9c8474e8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000031_de320f50.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000031_de320f50.szcp new file mode 100644 index 00000000..dcfd75da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000031_de320f50.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000032_c55c20b8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000032_c55c20b8.szcp new file mode 100644 index 00000000..03f61eac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000032_c55c20b8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000033_b55aa6be.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000033_b55aa6be.szcp new file mode 100644 index 00000000..880a5326 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000033_b55aa6be.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000034_3686c42b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000034_3686c42b.szcp new file mode 100644 index 00000000..501fc635 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000034_3686c42b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000035_f5892d6b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000035_f5892d6b.szcp new file mode 100644 index 00000000..1ffa54a1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000035_f5892d6b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000036_d3792dfe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000036_d3792dfe.szcp new file mode 100644 index 00000000..c8b19490 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000036_d3792dfe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000037_49fce462.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000037_49fce462.szcp new file mode 100644 index 00000000..01899508 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000037_49fce462.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000038_ffd32321.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000038_ffd32321.szcp new file mode 100644 index 00000000..3f117914 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000038_ffd32321.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000039_c2630451.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000039_c2630451.szcp new file mode 100644 index 00000000..97667517 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000039_c2630451.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000040_cd84a3f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000040_cd84a3f4.szcp new file mode 100644 index 00000000..33cc7a2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000040_cd84a3f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000041_f924ca9f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000041_f924ca9f.szcp new file mode 100644 index 00000000..a5be7142 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000041_f924ca9f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000042_93df9346.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000042_93df9346.szcp new file mode 100644 index 00000000..08189a5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000042_93df9346.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000043_2ea4339f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000043_2ea4339f.szcp new file mode 100644 index 00000000..382f3927 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000043_2ea4339f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000044_214c6a0c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000044_214c6a0c.szcp new file mode 100644 index 00000000..dce61c74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000044_214c6a0c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000045_e4747768.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000045_e4747768.szcp new file mode 100644 index 00000000..45318db9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000045_e4747768.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000046_b0ce6b37.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000046_b0ce6b37.szcp new file mode 100644 index 00000000..6875d218 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_013/checkpoints/checkpoint_00000000000000000046_b0ce6b37.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000001_4f5a83b7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000001_4f5a83b7.szar new file mode 100644 index 00000000..d4eb8545 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000001_4f5a83b7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000002_73d3b446.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000002_73d3b446.szar new file mode 100644 index 00000000..3926a580 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000002_73d3b446.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000003_e0de3b49.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000003_e0de3b49.szar new file mode 100644 index 00000000..d766d688 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000003_e0de3b49.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000004_17a29a61.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000004_17a29a61.szar new file mode 100644 index 00000000..b2a383f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000004_17a29a61.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000005_879738c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000005_879738c5.szar new file mode 100644 index 00000000..67fa74f8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000005_879738c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000006_6a08e487.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000006_6a08e487.szar new file mode 100644 index 00000000..c77f17d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000006_6a08e487.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000007_2c38d54d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000007_2c38d54d.szar new file mode 100644 index 00000000..ecab9e91 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000007_2c38d54d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000008_98fb3571.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000008_98fb3571.szar new file mode 100644 index 00000000..0d78a2f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000008_98fb3571.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000009_ae011d5e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000009_ae011d5e.szar new file mode 100644 index 00000000..60b91476 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000009_ae011d5e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000010_0f031aca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000010_0f031aca.szar new file mode 100644 index 00000000..97f8d8de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000010_0f031aca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000011_b518ead7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000011_b518ead7.szar new file mode 100644 index 00000000..fe9a2c1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000011_b518ead7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000012_000d746e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000012_000d746e.szar new file mode 100644 index 00000000..5f967fff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000012_000d746e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000013_77dffdd6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000013_77dffdd6.szar new file mode 100644 index 00000000..7b0593a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000013_77dffdd6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000014_5c1ef7d9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000014_5c1ef7d9.szar new file mode 100644 index 00000000..8e9d1b8c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000014_5c1ef7d9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000015_dc967c55.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000015_dc967c55.szar new file mode 100644 index 00000000..4004f0c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000015_dc967c55.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000016_5b0193b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000016_5b0193b9.szar new file mode 100644 index 00000000..a4a54233 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000016_5b0193b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000017_f852a640.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000017_f852a640.szar new file mode 100644 index 00000000..d3f780be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000017_f852a640.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000018_0f2efb98.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000018_0f2efb98.szar new file mode 100644 index 00000000..d89c12de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000018_0f2efb98.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000019_d3a1ac7b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000019_d3a1ac7b.szar new file mode 100644 index 00000000..e7fd92ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000019_d3a1ac7b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000020_b04dca59.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000020_b04dca59.szar new file mode 100644 index 00000000..6f3f43b0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000020_b04dca59.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000021_f8c2def7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000021_f8c2def7.szar new file mode 100644 index 00000000..ae93fb1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000021_f8c2def7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000022_512da0e2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000022_512da0e2.szar new file mode 100644 index 00000000..51fc4668 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000022_512da0e2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000023_392cc500.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000023_392cc500.szar new file mode 100644 index 00000000..a3c2b3b5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000023_392cc500.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000024_ff6f72e7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000024_ff6f72e7.szar new file mode 100644 index 00000000..b87afdae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000024_ff6f72e7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000025_c4c0cb93.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000025_c4c0cb93.szar new file mode 100644 index 00000000..627088b5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000025_c4c0cb93.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000026_caebe580.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000026_caebe580.szar new file mode 100644 index 00000000..431e2c43 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000026_caebe580.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000027_f795c155.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000027_f795c155.szar new file mode 100644 index 00000000..a5dec1d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000027_f795c155.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000028_b4a9047b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000028_b4a9047b.szar new file mode 100644 index 00000000..1edd643e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000028_b4a9047b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000029_af0c8c1a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000029_af0c8c1a.szar new file mode 100644 index 00000000..fc81db36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000029_af0c8c1a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000030_f1ab1e49.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000030_f1ab1e49.szar new file mode 100644 index 00000000..e6bf83f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000030_f1ab1e49.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000031_5f196c15.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000031_5f196c15.szar new file mode 100644 index 00000000..e28a3501 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000031_5f196c15.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000032_771eb992.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000032_771eb992.szar new file mode 100644 index 00000000..792c5880 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/archive/delta_00000000000000000032_771eb992.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000001_512e5b8f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000001_512e5b8f.szcp new file mode 100644 index 00000000..f54ef9a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000001_512e5b8f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000002_3d40ceec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000002_3d40ceec.szcp new file mode 100644 index 00000000..9b81ce99 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000002_3d40ceec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000003_aaca3f18.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000003_aaca3f18.szcp new file mode 100644 index 00000000..bb55334e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000003_aaca3f18.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000004_25d68069.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000004_25d68069.szcp new file mode 100644 index 00000000..9cc3c4c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000004_25d68069.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000005_91dda120.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000005_91dda120.szcp new file mode 100644 index 00000000..13723c2e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000005_91dda120.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000006_eddda890.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000006_eddda890.szcp new file mode 100644 index 00000000..4bad05d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000006_eddda890.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000007_6729a34c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000007_6729a34c.szcp new file mode 100644 index 00000000..48c91674 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000007_6729a34c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000008_f0fbc35a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000008_f0fbc35a.szcp new file mode 100644 index 00000000..f067cbab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000008_f0fbc35a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000009_515773de.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000009_515773de.szcp new file mode 100644 index 00000000..7dd5e9ae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000009_515773de.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000010_39cb3022.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000010_39cb3022.szcp new file mode 100644 index 00000000..e0040a01 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000010_39cb3022.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000011_8e0e5194.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000011_8e0e5194.szcp new file mode 100644 index 00000000..74b2de10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000011_8e0e5194.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000012_a43139d9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000012_a43139d9.szcp new file mode 100644 index 00000000..7fb12ee4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000012_a43139d9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000013_d13e3957.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000013_d13e3957.szcp new file mode 100644 index 00000000..21ca1b06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000013_d13e3957.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000014_ace7035e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000014_ace7035e.szcp new file mode 100644 index 00000000..2136c50b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000014_ace7035e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000015_9a1dec73.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000015_9a1dec73.szcp new file mode 100644 index 00000000..33dbce31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000015_9a1dec73.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000016_e7b15085.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000016_e7b15085.szcp new file mode 100644 index 00000000..61a7edf8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000016_e7b15085.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000017_86265da6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000017_86265da6.szcp new file mode 100644 index 00000000..50d25277 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000017_86265da6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000018_e2f95bf4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000018_e2f95bf4.szcp new file mode 100644 index 00000000..fae205a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000018_e2f95bf4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000019_66c3b4a9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000019_66c3b4a9.szcp new file mode 100644 index 00000000..659e07c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000019_66c3b4a9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000020_7a26b0dd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000020_7a26b0dd.szcp new file mode 100644 index 00000000..54cc681a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000020_7a26b0dd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000021_1a342cc4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000021_1a342cc4.szcp new file mode 100644 index 00000000..e6700c72 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000021_1a342cc4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000022_5d037f7c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000022_5d037f7c.szcp new file mode 100644 index 00000000..c2a6aebb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000022_5d037f7c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000023_2e4125d3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000023_2e4125d3.szcp new file mode 100644 index 00000000..37c06c5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000023_2e4125d3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000024_f795be49.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000024_f795be49.szcp new file mode 100644 index 00000000..3e8c2da4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000024_f795be49.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000025_271bfce1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000025_271bfce1.szcp new file mode 100644 index 00000000..ef97edb6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000025_271bfce1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000026_574382b5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000026_574382b5.szcp new file mode 100644 index 00000000..27135396 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000026_574382b5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000027_d3df696b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000027_d3df696b.szcp new file mode 100644 index 00000000..a4238167 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000027_d3df696b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000028_9ce45716.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000028_9ce45716.szcp new file mode 100644 index 00000000..48bf5020 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000028_9ce45716.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000029_eaf760f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000029_eaf760f4.szcp new file mode 100644 index 00000000..929f43c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000029_eaf760f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000030_d1d59084.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000030_d1d59084.szcp new file mode 100644 index 00000000..26e959fc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000030_d1d59084.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000031_55be24d7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000031_55be24d7.szcp new file mode 100644 index 00000000..a10173a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000031_55be24d7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000032_42d534d1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000032_42d534d1.szcp new file mode 100644 index 00000000..548bf368 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_014/checkpoints/checkpoint_00000000000000000032_42d534d1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000001_07112278.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000001_07112278.szar new file mode 100644 index 00000000..ef512c07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000001_07112278.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000002_5ea55f16.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000002_5ea55f16.szar new file mode 100644 index 00000000..36fd6948 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000002_5ea55f16.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000003_aba575d7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000003_aba575d7.szar new file mode 100644 index 00000000..3ca07598 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000003_aba575d7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000004_acced1ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000004_acced1ad.szar new file mode 100644 index 00000000..65c6c10c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000004_acced1ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000005_791990a8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000005_791990a8.szar new file mode 100644 index 00000000..0573372e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000005_791990a8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000006_0627ac76.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000006_0627ac76.szar new file mode 100644 index 00000000..09237cd4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000006_0627ac76.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000007_206d43af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000007_206d43af.szar new file mode 100644 index 00000000..ee17e679 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000007_206d43af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000008_abbdbbb1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000008_abbdbbb1.szar new file mode 100644 index 00000000..b2a5706f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000008_abbdbbb1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000009_4aaf3b0a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000009_4aaf3b0a.szar new file mode 100644 index 00000000..6b38fe13 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000009_4aaf3b0a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000010_ebd8810b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000010_ebd8810b.szar new file mode 100644 index 00000000..1168c392 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000010_ebd8810b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000011_f8c2650b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000011_f8c2650b.szar new file mode 100644 index 00000000..8058083e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000011_f8c2650b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000012_b1b25879.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000012_b1b25879.szar new file mode 100644 index 00000000..3d19fb87 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000012_b1b25879.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000013_a9bee391.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000013_a9bee391.szar new file mode 100644 index 00000000..5514e72c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000013_a9bee391.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000014_37de20da.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000014_37de20da.szar new file mode 100644 index 00000000..e82790ec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000014_37de20da.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000015_48bd133c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000015_48bd133c.szar new file mode 100644 index 00000000..fdf304ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000015_48bd133c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000016_56a2aedb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000016_56a2aedb.szar new file mode 100644 index 00000000..acff31f3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000016_56a2aedb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000017_4d2f0a45.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000017_4d2f0a45.szar new file mode 100644 index 00000000..87350082 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000017_4d2f0a45.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000018_5e906bfd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000018_5e906bfd.szar new file mode 100644 index 00000000..3f12a4ef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000018_5e906bfd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000019_0615b9ef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000019_0615b9ef.szar new file mode 100644 index 00000000..3e0cfd1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000019_0615b9ef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000020_bf283e5d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000020_bf283e5d.szar new file mode 100644 index 00000000..1e2c213f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000020_bf283e5d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000021_99ab7769.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000021_99ab7769.szar new file mode 100644 index 00000000..c2826799 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000021_99ab7769.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000022_f5f5bee0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000022_f5f5bee0.szar new file mode 100644 index 00000000..93907e31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000022_f5f5bee0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000023_0b83c279.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000023_0b83c279.szar new file mode 100644 index 00000000..fdc40d9a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000023_0b83c279.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000024_90d1053d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000024_90d1053d.szar new file mode 100644 index 00000000..a59ea1f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000024_90d1053d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000025_497fc2a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000025_497fc2a2.szar new file mode 100644 index 00000000..bf8026ae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000025_497fc2a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000026_197e6205.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000026_197e6205.szar new file mode 100644 index 00000000..d4d4cb00 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/archive/delta_00000000000000000026_197e6205.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000001_800ad54e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000001_800ad54e.szcp new file mode 100644 index 00000000..f847be8c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000001_800ad54e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000002_688c8380.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000002_688c8380.szcp new file mode 100644 index 00000000..129500a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000002_688c8380.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000003_b5d3b20c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000003_b5d3b20c.szcp new file mode 100644 index 00000000..375aa200 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000003_b5d3b20c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000004_b7d82b5c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000004_b7d82b5c.szcp new file mode 100644 index 00000000..fb029f63 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000004_b7d82b5c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000005_d4b05d2b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000005_d4b05d2b.szcp new file mode 100644 index 00000000..6ef01ee7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000005_d4b05d2b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000006_6b095d8d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000006_6b095d8d.szcp new file mode 100644 index 00000000..9817fb35 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000006_6b095d8d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000007_8928e780.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000007_8928e780.szcp new file mode 100644 index 00000000..c0b44adb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000007_8928e780.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000008_71d4a3fc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000008_71d4a3fc.szcp new file mode 100644 index 00000000..36745d8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000008_71d4a3fc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000009_ea08effb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000009_ea08effb.szcp new file mode 100644 index 00000000..84d4e189 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000009_ea08effb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000010_723d7c99.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000010_723d7c99.szcp new file mode 100644 index 00000000..7be3a1e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000010_723d7c99.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000011_38fffb8e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000011_38fffb8e.szcp new file mode 100644 index 00000000..84f27ae5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000011_38fffb8e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000012_b1fa59f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000012_b1fa59f1.szcp new file mode 100644 index 00000000..aaf324be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000012_b1fa59f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000013_bd94f058.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000013_bd94f058.szcp new file mode 100644 index 00000000..ae379095 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000013_bd94f058.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000014_e6d36c74.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000014_e6d36c74.szcp new file mode 100644 index 00000000..797f838f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000014_e6d36c74.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000015_ad5476e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000015_ad5476e4.szcp new file mode 100644 index 00000000..f1fdee95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000015_ad5476e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000016_dfb7cb8b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000016_dfb7cb8b.szcp new file mode 100644 index 00000000..d2799c94 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000016_dfb7cb8b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000017_c7fa6f58.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000017_c7fa6f58.szcp new file mode 100644 index 00000000..3411725e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000017_c7fa6f58.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000018_a1398e6c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000018_a1398e6c.szcp new file mode 100644 index 00000000..7b4e7116 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000018_a1398e6c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000019_50849b75.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000019_50849b75.szcp new file mode 100644 index 00000000..0304a909 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000019_50849b75.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000020_6cfa8aa7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000020_6cfa8aa7.szcp new file mode 100644 index 00000000..e563441e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000020_6cfa8aa7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000021_8af31495.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000021_8af31495.szcp new file mode 100644 index 00000000..b727e140 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000021_8af31495.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000022_dddf5c85.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000022_dddf5c85.szcp new file mode 100644 index 00000000..b5bc69a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000022_dddf5c85.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000023_bc13655f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000023_bc13655f.szcp new file mode 100644 index 00000000..0bd89ac7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000023_bc13655f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000024_9442cc3a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000024_9442cc3a.szcp new file mode 100644 index 00000000..eef0e921 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000024_9442cc3a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000025_994943f6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000025_994943f6.szcp new file mode 100644 index 00000000..b41489e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000025_994943f6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000026_b3bbba6a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000026_b3bbba6a.szcp new file mode 100644 index 00000000..060ab76a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_015/checkpoints/checkpoint_00000000000000000026_b3bbba6a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000001_9397f1a5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000001_9397f1a5.szar new file mode 100644 index 00000000..e386ea49 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000001_9397f1a5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000002_397487c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000002_397487c5.szar new file mode 100644 index 00000000..699a09a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000002_397487c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000003_304045ef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000003_304045ef.szar new file mode 100644 index 00000000..26efc612 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000003_304045ef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000004_62c526e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000004_62c526e1.szar new file mode 100644 index 00000000..870f3c33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000004_62c526e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000005_ef5cbc71.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000005_ef5cbc71.szar new file mode 100644 index 00000000..b90f1acf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000005_ef5cbc71.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000006_7de01231.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000006_7de01231.szar new file mode 100644 index 00000000..dd4130de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000006_7de01231.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000007_80747957.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000007_80747957.szar new file mode 100644 index 00000000..b2982d73 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000007_80747957.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000008_ee325209.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000008_ee325209.szar new file mode 100644 index 00000000..51265952 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000008_ee325209.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000009_3abae4f0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000009_3abae4f0.szar new file mode 100644 index 00000000..c8952403 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000009_3abae4f0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000010_b001f8cc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000010_b001f8cc.szar new file mode 100644 index 00000000..ae97e5d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000010_b001f8cc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000011_5680f982.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000011_5680f982.szar new file mode 100644 index 00000000..4868c859 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000011_5680f982.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000012_4efdfbf6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000012_4efdfbf6.szar new file mode 100644 index 00000000..46915041 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000012_4efdfbf6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000013_c70bc264.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000013_c70bc264.szar new file mode 100644 index 00000000..6c33e8c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000013_c70bc264.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000014_ae363695.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000014_ae363695.szar new file mode 100644 index 00000000..7564c33c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000014_ae363695.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000015_22d69bce.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000015_22d69bce.szar new file mode 100644 index 00000000..ea7cd9f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000015_22d69bce.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000016_8e56dabd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000016_8e56dabd.szar new file mode 100644 index 00000000..6621df5f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000016_8e56dabd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000017_652b7cc5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000017_652b7cc5.szar new file mode 100644 index 00000000..0c34812e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000017_652b7cc5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000018_338611b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000018_338611b9.szar new file mode 100644 index 00000000..d9aea1f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000018_338611b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000019_25d26b30.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000019_25d26b30.szar new file mode 100644 index 00000000..1efeb6d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000019_25d26b30.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000020_d9825d7d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000020_d9825d7d.szar new file mode 100644 index 00000000..df741106 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000020_d9825d7d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000021_19f58624.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000021_19f58624.szar new file mode 100644 index 00000000..c89c172e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000021_19f58624.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000022_f8672730.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000022_f8672730.szar new file mode 100644 index 00000000..a6f48e95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000022_f8672730.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000023_34727547.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000023_34727547.szar new file mode 100644 index 00000000..5a31069b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000023_34727547.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000024_8be374d9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000024_8be374d9.szar new file mode 100644 index 00000000..0ef99e68 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000024_8be374d9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000025_de1370e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000025_de1370e1.szar new file mode 100644 index 00000000..b311b677 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000025_de1370e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000026_6aeec206.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000026_6aeec206.szar new file mode 100644 index 00000000..35306f56 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000026_6aeec206.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000027_980893f4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000027_980893f4.szar new file mode 100644 index 00000000..25cd89db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000027_980893f4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000028_edc193c9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000028_edc193c9.szar new file mode 100644 index 00000000..46590af9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000028_edc193c9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000029_0b41656d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000029_0b41656d.szar new file mode 100644 index 00000000..d0743bc8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000029_0b41656d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000030_3dbcfc6c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000030_3dbcfc6c.szar new file mode 100644 index 00000000..3f42cfae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000030_3dbcfc6c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000031_7eeb42e4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000031_7eeb42e4.szar new file mode 100644 index 00000000..618e2fe0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000031_7eeb42e4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000032_5ab6e67d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000032_5ab6e67d.szar new file mode 100644 index 00000000..7044b434 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000032_5ab6e67d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000033_9086d7c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000033_9086d7c1.szar new file mode 100644 index 00000000..75c3d933 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000033_9086d7c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000034_7e7c1c3f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000034_7e7c1c3f.szar new file mode 100644 index 00000000..0064f80e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000034_7e7c1c3f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000035_2549daa6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000035_2549daa6.szar new file mode 100644 index 00000000..8bc52381 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000035_2549daa6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000036_48736295.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000036_48736295.szar new file mode 100644 index 00000000..638485d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000036_48736295.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000037_8a834679.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000037_8a834679.szar new file mode 100644 index 00000000..72b957f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000037_8a834679.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000038_7a8eab8e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000038_7a8eab8e.szar new file mode 100644 index 00000000..39961ca2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000038_7a8eab8e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000039_a21e652f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000039_a21e652f.szar new file mode 100644 index 00000000..70211776 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000039_a21e652f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000040_bb61985a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000040_bb61985a.szar new file mode 100644 index 00000000..cf051e51 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000040_bb61985a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000041_5970b16d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000041_5970b16d.szar new file mode 100644 index 00000000..4a8b679f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/archive/delta_00000000000000000041_5970b16d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000001_bc1c8865.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000001_bc1c8865.szcp new file mode 100644 index 00000000..b45d1bf2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000001_bc1c8865.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000002_a6125709.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000002_a6125709.szcp new file mode 100644 index 00000000..90022012 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000002_a6125709.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000003_24d772a7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000003_24d772a7.szcp new file mode 100644 index 00000000..9caf4ffc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000003_24d772a7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000004_d0eb1690.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000004_d0eb1690.szcp new file mode 100644 index 00000000..e04be8bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000004_d0eb1690.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000005_c9e21146.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000005_c9e21146.szcp new file mode 100644 index 00000000..4d0a696c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000005_c9e21146.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000006_116d5038.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000006_116d5038.szcp new file mode 100644 index 00000000..e497abb5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000006_116d5038.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000007_fc9e7b48.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000007_fc9e7b48.szcp new file mode 100644 index 00000000..5294d9d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000007_fc9e7b48.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000008_00c89507.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000008_00c89507.szcp new file mode 100644 index 00000000..664dc737 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000008_00c89507.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000009_f21201cf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000009_f21201cf.szcp new file mode 100644 index 00000000..c4697b59 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000009_f21201cf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000010_75d86a13.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000010_75d86a13.szcp new file mode 100644 index 00000000..d5f121f3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000010_75d86a13.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000011_1189bc49.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000011_1189bc49.szcp new file mode 100644 index 00000000..995bedf8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000011_1189bc49.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000012_000c8fc3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000012_000c8fc3.szcp new file mode 100644 index 00000000..dd9529d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000012_000c8fc3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000013_fd29630d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000013_fd29630d.szcp new file mode 100644 index 00000000..c27e0019 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000013_fd29630d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000014_2d482d57.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000014_2d482d57.szcp new file mode 100644 index 00000000..4c40a523 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000014_2d482d57.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000015_b7d1c183.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000015_b7d1c183.szcp new file mode 100644 index 00000000..3636d48c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000015_b7d1c183.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000016_c55ad7cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000016_c55ad7cd.szcp new file mode 100644 index 00000000..ea666331 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000016_c55ad7cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000017_d8470360.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000017_d8470360.szcp new file mode 100644 index 00000000..4ccca31c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000017_d8470360.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000018_277c8e2a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000018_277c8e2a.szcp new file mode 100644 index 00000000..44b4a12b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000018_277c8e2a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000019_1b833f91.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000019_1b833f91.szcp new file mode 100644 index 00000000..6c68ca5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000019_1b833f91.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000020_6fce4474.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000020_6fce4474.szcp new file mode 100644 index 00000000..c2d4fba4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000020_6fce4474.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000021_c178eec9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000021_c178eec9.szcp new file mode 100644 index 00000000..dcbdc71d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000021_c178eec9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000022_88806465.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000022_88806465.szcp new file mode 100644 index 00000000..286aff27 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000022_88806465.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000023_b1850895.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000023_b1850895.szcp new file mode 100644 index 00000000..0f7bfa6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000023_b1850895.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000024_87d9c406.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000024_87d9c406.szcp new file mode 100644 index 00000000..9a540035 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000024_87d9c406.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000025_0ee25026.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000025_0ee25026.szcp new file mode 100644 index 00000000..5e94ae40 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000025_0ee25026.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000026_91163b9a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000026_91163b9a.szcp new file mode 100644 index 00000000..6e96314f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000026_91163b9a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000027_2ca8b0c4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000027_2ca8b0c4.szcp new file mode 100644 index 00000000..6eeaa852 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000027_2ca8b0c4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000028_724c2234.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000028_724c2234.szcp new file mode 100644 index 00000000..9d2f44c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000028_724c2234.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000029_0893881f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000029_0893881f.szcp new file mode 100644 index 00000000..435fd718 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000029_0893881f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000030_0ab59f3d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000030_0ab59f3d.szcp new file mode 100644 index 00000000..a2ae85a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000030_0ab59f3d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000031_bfd347fb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000031_bfd347fb.szcp new file mode 100644 index 00000000..364a3f69 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000031_bfd347fb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000032_10f692c8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000032_10f692c8.szcp new file mode 100644 index 00000000..30e0e3d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000032_10f692c8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000033_72281645.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000033_72281645.szcp new file mode 100644 index 00000000..2a570682 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000033_72281645.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000034_97fc4a31.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000034_97fc4a31.szcp new file mode 100644 index 00000000..0768b31c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000034_97fc4a31.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000035_16568f8c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000035_16568f8c.szcp new file mode 100644 index 00000000..b0de6cc5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000035_16568f8c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000036_04c312cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000036_04c312cd.szcp new file mode 100644 index 00000000..e3486946 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000036_04c312cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000037_ed28c8bd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000037_ed28c8bd.szcp new file mode 100644 index 00000000..69949d32 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000037_ed28c8bd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000038_8efcf6ff.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000038_8efcf6ff.szcp new file mode 100644 index 00000000..1dd64c44 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000038_8efcf6ff.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000039_2182eff5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000039_2182eff5.szcp new file mode 100644 index 00000000..6db730ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000039_2182eff5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000040_6fd4ef2c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000040_6fd4ef2c.szcp new file mode 100644 index 00000000..fb0c9211 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000040_6fd4ef2c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000041_2e425779.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000041_2e425779.szcp new file mode 100644 index 00000000..0781c0f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_016/checkpoints/checkpoint_00000000000000000041_2e425779.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000001_666ec5c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000001_666ec5c2.szar new file mode 100644 index 00000000..a5912d2e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000001_666ec5c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000002_b8556782.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000002_b8556782.szar new file mode 100644 index 00000000..11e3401b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000002_b8556782.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000003_8ea02208.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000003_8ea02208.szar new file mode 100644 index 00000000..6c16e50a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000003_8ea02208.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000004_c0eb4d52.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000004_c0eb4d52.szar new file mode 100644 index 00000000..61b14883 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000004_c0eb4d52.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000005_68ea7d0a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000005_68ea7d0a.szar new file mode 100644 index 00000000..8b090220 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000005_68ea7d0a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000006_22ab2708.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000006_22ab2708.szar new file mode 100644 index 00000000..73f518ae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000006_22ab2708.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000007_16f00be9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000007_16f00be9.szar new file mode 100644 index 00000000..8e52712c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000007_16f00be9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000008_329da0e5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000008_329da0e5.szar new file mode 100644 index 00000000..e96a7c68 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000008_329da0e5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000009_0d166939.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000009_0d166939.szar new file mode 100644 index 00000000..ebebf816 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000009_0d166939.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000010_805990c7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000010_805990c7.szar new file mode 100644 index 00000000..c3fd0505 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000010_805990c7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000011_d70cc10a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000011_d70cc10a.szar new file mode 100644 index 00000000..96672510 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000011_d70cc10a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000012_8d8af577.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000012_8d8af577.szar new file mode 100644 index 00000000..b7e56f3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000012_8d8af577.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000013_b1ecd941.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000013_b1ecd941.szar new file mode 100644 index 00000000..46ec0421 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000013_b1ecd941.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000014_e6dd565d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000014_e6dd565d.szar new file mode 100644 index 00000000..50a51b55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000014_e6dd565d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000015_2e1a06d1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000015_2e1a06d1.szar new file mode 100644 index 00000000..45cc234c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000015_2e1a06d1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000016_56eefeb6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000016_56eefeb6.szar new file mode 100644 index 00000000..f6dedef5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000016_56eefeb6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000017_003ecaf1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000017_003ecaf1.szar new file mode 100644 index 00000000..f3962556 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000017_003ecaf1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000018_3699f780.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000018_3699f780.szar new file mode 100644 index 00000000..b428788d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000018_3699f780.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000019_e99dafd3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000019_e99dafd3.szar new file mode 100644 index 00000000..c99c883a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000019_e99dafd3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000020_3e79d842.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000020_3e79d842.szar new file mode 100644 index 00000000..4a2929a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000020_3e79d842.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000021_5ed49b22.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000021_5ed49b22.szar new file mode 100644 index 00000000..623b2848 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000021_5ed49b22.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000022_04d2858a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000022_04d2858a.szar new file mode 100644 index 00000000..d0b33f59 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000022_04d2858a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000023_c86e4bb4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000023_c86e4bb4.szar new file mode 100644 index 00000000..f2ccf803 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000023_c86e4bb4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000024_cee4b1bd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000024_cee4b1bd.szar new file mode 100644 index 00000000..c7ad23a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000024_cee4b1bd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000025_9f445aa7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000025_9f445aa7.szar new file mode 100644 index 00000000..f49cb49f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000025_9f445aa7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000026_7426198d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000026_7426198d.szar new file mode 100644 index 00000000..f34d572a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000026_7426198d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000027_e33203df.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000027_e33203df.szar new file mode 100644 index 00000000..46e1444b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000027_e33203df.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000028_fc5c311a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000028_fc5c311a.szar new file mode 100644 index 00000000..47c5e035 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000028_fc5c311a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000029_42bb79f3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000029_42bb79f3.szar new file mode 100644 index 00000000..b8481fd2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000029_42bb79f3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000030_1feaf9ec.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000030_1feaf9ec.szar new file mode 100644 index 00000000..9ea0c887 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000030_1feaf9ec.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000031_98408e40.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000031_98408e40.szar new file mode 100644 index 00000000..d7fb0e9c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000031_98408e40.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000032_8db7663b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000032_8db7663b.szar new file mode 100644 index 00000000..5463b64e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000032_8db7663b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000033_b9706835.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000033_b9706835.szar new file mode 100644 index 00000000..96a85c4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000033_b9706835.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000034_c95ab61c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000034_c95ab61c.szar new file mode 100644 index 00000000..3df501bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000034_c95ab61c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000035_6884c30a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000035_6884c30a.szar new file mode 100644 index 00000000..f0e10372 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000035_6884c30a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000036_0a9753e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000036_0a9753e1.szar new file mode 100644 index 00000000..796bb9b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000036_0a9753e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000037_cd8f6597.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000037_cd8f6597.szar new file mode 100644 index 00000000..d082ccd4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000037_cd8f6597.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000038_74eba42e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000038_74eba42e.szar new file mode 100644 index 00000000..e25b0717 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000038_74eba42e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000039_9aa8a4eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000039_9aa8a4eb.szar new file mode 100644 index 00000000..3e6dacc0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000039_9aa8a4eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000040_435f8f7a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000040_435f8f7a.szar new file mode 100644 index 00000000..b300ed99 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000040_435f8f7a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000041_c479510b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000041_c479510b.szar new file mode 100644 index 00000000..e6ee0007 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000041_c479510b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000042_d37bc219.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000042_d37bc219.szar new file mode 100644 index 00000000..90b714d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000042_d37bc219.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000043_dbef9a8b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000043_dbef9a8b.szar new file mode 100644 index 00000000..d79a870d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000043_dbef9a8b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000044_41feebc5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000044_41feebc5.szar new file mode 100644 index 00000000..3f7a9fb3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000044_41feebc5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000045_98470857.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000045_98470857.szar new file mode 100644 index 00000000..eebe3fb1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000045_98470857.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000046_7eedbbc6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000046_7eedbbc6.szar new file mode 100644 index 00000000..5ac57f29 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/archive/delta_00000000000000000046_7eedbbc6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000001_a1b61c5c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000001_a1b61c5c.szcp new file mode 100644 index 00000000..3795fcab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000001_a1b61c5c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000002_402b3944.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000002_402b3944.szcp new file mode 100644 index 00000000..20e97006 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000002_402b3944.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000003_12b5ba0b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000003_12b5ba0b.szcp new file mode 100644 index 00000000..ea197dde Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000003_12b5ba0b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000004_93e9cad2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000004_93e9cad2.szcp new file mode 100644 index 00000000..c8842113 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000004_93e9cad2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000005_02c0d631.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000005_02c0d631.szcp new file mode 100644 index 00000000..cc89ffd1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000005_02c0d631.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000006_e2224d1c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000006_e2224d1c.szcp new file mode 100644 index 00000000..26a1cd77 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000006_e2224d1c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000007_1d5c77f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000007_1d5c77f4.szcp new file mode 100644 index 00000000..98999dcb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000007_1d5c77f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000008_4238afd2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000008_4238afd2.szcp new file mode 100644 index 00000000..70ec101a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000008_4238afd2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000009_f938a3f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000009_f938a3f1.szcp new file mode 100644 index 00000000..baa086e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000009_f938a3f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000010_d147b4a4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000010_d147b4a4.szcp new file mode 100644 index 00000000..bf45be6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000010_d147b4a4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000011_88c6b6fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000011_88c6b6fa.szcp new file mode 100644 index 00000000..a0535311 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000011_88c6b6fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000012_4c07d849.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000012_4c07d849.szcp new file mode 100644 index 00000000..3f42dbe7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000012_4c07d849.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000013_a64193fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000013_a64193fa.szcp new file mode 100644 index 00000000..b032a9c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000013_a64193fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000014_1f67518f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000014_1f67518f.szcp new file mode 100644 index 00000000..8872aea8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000014_1f67518f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000015_689efbca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000015_689efbca.szcp new file mode 100644 index 00000000..2bb8f73d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000015_689efbca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000016_70e1e4e1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000016_70e1e4e1.szcp new file mode 100644 index 00000000..cf042fba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000016_70e1e4e1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000017_f831b8f8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000017_f831b8f8.szcp new file mode 100644 index 00000000..83ec6caf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000017_f831b8f8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000018_9574158c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000018_9574158c.szcp new file mode 100644 index 00000000..6dad34e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000018_9574158c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000019_21ae4c05.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000019_21ae4c05.szcp new file mode 100644 index 00000000..497bb594 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000019_21ae4c05.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000020_ebb64df0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000020_ebb64df0.szcp new file mode 100644 index 00000000..8251b668 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000020_ebb64df0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000021_20a89c8e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000021_20a89c8e.szcp new file mode 100644 index 00000000..3e02348b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000021_20a89c8e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000022_50822f10.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000022_50822f10.szcp new file mode 100644 index 00000000..1838b49d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000022_50822f10.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000023_23cd850b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000023_23cd850b.szcp new file mode 100644 index 00000000..1121b996 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000023_23cd850b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000024_57f67b41.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000024_57f67b41.szcp new file mode 100644 index 00000000..e60b9ac5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000024_57f67b41.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000025_1ff69a14.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000025_1ff69a14.szcp new file mode 100644 index 00000000..62b4023f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000025_1ff69a14.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000026_d877682f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000026_d877682f.szcp new file mode 100644 index 00000000..21ccece5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000026_d877682f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000027_25d2c26d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000027_25d2c26d.szcp new file mode 100644 index 00000000..d5b9d633 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000027_25d2c26d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000028_8222025b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000028_8222025b.szcp new file mode 100644 index 00000000..719b4eb8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000028_8222025b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000029_9a509178.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000029_9a509178.szcp new file mode 100644 index 00000000..35e68dc9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000029_9a509178.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000030_a4ad0cc3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000030_a4ad0cc3.szcp new file mode 100644 index 00000000..96860f0a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000030_a4ad0cc3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000031_469071db.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000031_469071db.szcp new file mode 100644 index 00000000..7eac3e38 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000031_469071db.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000032_b416118f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000032_b416118f.szcp new file mode 100644 index 00000000..f386766d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000032_b416118f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000033_ae450825.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000033_ae450825.szcp new file mode 100644 index 00000000..63d44476 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000033_ae450825.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000034_e167aabd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000034_e167aabd.szcp new file mode 100644 index 00000000..ef9d6fe2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000034_e167aabd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000035_429ec7aa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000035_429ec7aa.szcp new file mode 100644 index 00000000..e21c42b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000035_429ec7aa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000036_babd4179.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000036_babd4179.szcp new file mode 100644 index 00000000..a9997e5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000036_babd4179.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000037_e1425921.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000037_e1425921.szcp new file mode 100644 index 00000000..6ce34bf2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000037_e1425921.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000038_974a22f8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000038_974a22f8.szcp new file mode 100644 index 00000000..c2c0f6af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000038_974a22f8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000039_e96c3c26.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000039_e96c3c26.szcp new file mode 100644 index 00000000..d6f52227 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000039_e96c3c26.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000040_b895b8a6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000040_b895b8a6.szcp new file mode 100644 index 00000000..c58b4d15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000040_b895b8a6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000041_a4d0c30a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000041_a4d0c30a.szcp new file mode 100644 index 00000000..5f5c9e33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000041_a4d0c30a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000042_b7e06f98.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000042_b7e06f98.szcp new file mode 100644 index 00000000..103685c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000042_b7e06f98.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000043_c488ee4c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000043_c488ee4c.szcp new file mode 100644 index 00000000..1ca58337 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000043_c488ee4c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000044_cbbcec71.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000044_cbbcec71.szcp new file mode 100644 index 00000000..616afdd9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000044_cbbcec71.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000045_11f5610e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000045_11f5610e.szcp new file mode 100644 index 00000000..0b6ecf14 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000045_11f5610e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000046_fe758f37.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000046_fe758f37.szcp new file mode 100644 index 00000000..336ec60a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_017/checkpoints/checkpoint_00000000000000000046_fe758f37.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000001_9afdc08d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000001_9afdc08d.szar new file mode 100644 index 00000000..2b33c714 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000001_9afdc08d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000002_a7dd08ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000002_a7dd08ad.szar new file mode 100644 index 00000000..b0563414 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000002_a7dd08ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000003_4592688b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000003_4592688b.szar new file mode 100644 index 00000000..d62e14a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000003_4592688b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000004_009bcb86.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000004_009bcb86.szar new file mode 100644 index 00000000..6f9bab45 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000004_009bcb86.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000005_d2723786.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000005_d2723786.szar new file mode 100644 index 00000000..d6c737fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000005_d2723786.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000006_66aa1914.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000006_66aa1914.szar new file mode 100644 index 00000000..c60ee40c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000006_66aa1914.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000007_12c30a7a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000007_12c30a7a.szar new file mode 100644 index 00000000..881ad172 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000007_12c30a7a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000008_682c8d6b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000008_682c8d6b.szar new file mode 100644 index 00000000..52c53cbe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000008_682c8d6b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000009_b0feff49.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000009_b0feff49.szar new file mode 100644 index 00000000..a0037808 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000009_b0feff49.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000010_51cb1a55.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000010_51cb1a55.szar new file mode 100644 index 00000000..1978674e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000010_51cb1a55.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000011_743404e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000011_743404e6.szar new file mode 100644 index 00000000..0d7c359e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000011_743404e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000012_839f3883.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000012_839f3883.szar new file mode 100644 index 00000000..45b4d936 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000012_839f3883.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000013_e88a54da.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000013_e88a54da.szar new file mode 100644 index 00000000..1b794849 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000013_e88a54da.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000014_4390d5f9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000014_4390d5f9.szar new file mode 100644 index 00000000..55b32f0c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000014_4390d5f9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000015_0dd2267a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000015_0dd2267a.szar new file mode 100644 index 00000000..1e927187 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000015_0dd2267a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000016_41915506.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000016_41915506.szar new file mode 100644 index 00000000..92f3961d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000016_41915506.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000017_e931a840.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000017_e931a840.szar new file mode 100644 index 00000000..e55ad2d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000017_e931a840.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000018_4bad0e82.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000018_4bad0e82.szar new file mode 100644 index 00000000..f6224e6a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000018_4bad0e82.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000019_654ba2db.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000019_654ba2db.szar new file mode 100644 index 00000000..df8199c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000019_654ba2db.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000020_8ae5498e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000020_8ae5498e.szar new file mode 100644 index 00000000..12335048 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000020_8ae5498e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000021_07f147fd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000021_07f147fd.szar new file mode 100644 index 00000000..f4221c31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000021_07f147fd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000022_752c3d49.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000022_752c3d49.szar new file mode 100644 index 00000000..112f2765 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000022_752c3d49.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000023_7010060b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000023_7010060b.szar new file mode 100644 index 00000000..a5e33cab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000023_7010060b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000024_8f3c04a4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000024_8f3c04a4.szar new file mode 100644 index 00000000..fa9acb5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000024_8f3c04a4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000025_092782f9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000025_092782f9.szar new file mode 100644 index 00000000..12e6b7ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000025_092782f9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000026_24339735.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000026_24339735.szar new file mode 100644 index 00000000..3e46247d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000026_24339735.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000027_3f1caf20.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000027_3f1caf20.szar new file mode 100644 index 00000000..2ba29703 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000027_3f1caf20.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000028_2929e16f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000028_2929e16f.szar new file mode 100644 index 00000000..dae7de03 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000028_2929e16f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000029_98efb580.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000029_98efb580.szar new file mode 100644 index 00000000..b2d7c23b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/archive/delta_00000000000000000029_98efb580.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000001_ae91b38d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000001_ae91b38d.szcp new file mode 100644 index 00000000..a5ea9e6a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000001_ae91b38d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000002_53c12996.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000002_53c12996.szcp new file mode 100644 index 00000000..17b06170 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000002_53c12996.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000003_84bbaba3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000003_84bbaba3.szcp new file mode 100644 index 00000000..cd4ccf5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000003_84bbaba3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000004_5860d9aa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000004_5860d9aa.szcp new file mode 100644 index 00000000..7138ebf4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000004_5860d9aa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000005_26d69e3d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000005_26d69e3d.szcp new file mode 100644 index 00000000..d4d07d7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000005_26d69e3d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000006_6f84e0d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000006_6f84e0d6.szcp new file mode 100644 index 00000000..c6b20ecd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000006_6f84e0d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000007_28de7106.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000007_28de7106.szcp new file mode 100644 index 00000000..1ebf6224 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000007_28de7106.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000008_e15fbb9b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000008_e15fbb9b.szcp new file mode 100644 index 00000000..01beb9cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000008_e15fbb9b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000009_e49793cf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000009_e49793cf.szcp new file mode 100644 index 00000000..6f43026b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000009_e49793cf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000010_abecbede.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000010_abecbede.szcp new file mode 100644 index 00000000..4f4b5667 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000010_abecbede.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000011_ef1e1ad7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000011_ef1e1ad7.szcp new file mode 100644 index 00000000..90bdbacb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000011_ef1e1ad7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000012_af517422.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000012_af517422.szcp new file mode 100644 index 00000000..d0a8889c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000012_af517422.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000013_ab62645f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000013_ab62645f.szcp new file mode 100644 index 00000000..92ccfebe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000013_ab62645f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000014_748c462b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000014_748c462b.szcp new file mode 100644 index 00000000..3b187954 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000014_748c462b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000015_adc6c78a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000015_adc6c78a.szcp new file mode 100644 index 00000000..bac358cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000015_adc6c78a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000016_040aea34.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000016_040aea34.szcp new file mode 100644 index 00000000..32e53629 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000016_040aea34.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000017_f19c3c2e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000017_f19c3c2e.szcp new file mode 100644 index 00000000..3e9f84ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000017_f19c3c2e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000018_c826e5f9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000018_c826e5f9.szcp new file mode 100644 index 00000000..10284462 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000018_c826e5f9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000019_b3bcb9ad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000019_b3bcb9ad.szcp new file mode 100644 index 00000000..7ec86c9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000019_b3bcb9ad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000020_fc4b9af1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000020_fc4b9af1.szcp new file mode 100644 index 00000000..c1ed02d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000020_fc4b9af1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000021_fff87955.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000021_fff87955.szcp new file mode 100644 index 00000000..d85ee813 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000021_fff87955.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000022_5d633eb4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000022_5d633eb4.szcp new file mode 100644 index 00000000..46be01e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000022_5d633eb4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000023_92df26ca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000023_92df26ca.szcp new file mode 100644 index 00000000..ee782abe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000023_92df26ca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000024_415e6549.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000024_415e6549.szcp new file mode 100644 index 00000000..37da932c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000024_415e6549.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000025_042e2d60.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000025_042e2d60.szcp new file mode 100644 index 00000000..d640c039 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000025_042e2d60.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000026_f8cb5261.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000026_f8cb5261.szcp new file mode 100644 index 00000000..94aade97 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000026_f8cb5261.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000027_6d4e5c86.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000027_6d4e5c86.szcp new file mode 100644 index 00000000..e71cad7a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000027_6d4e5c86.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000028_f2cb0a16.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000028_f2cb0a16.szcp new file mode 100644 index 00000000..906bec7b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000028_f2cb0a16.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000029_a15bf2d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000029_a15bf2d6.szcp new file mode 100644 index 00000000..0ee6ec5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_018/checkpoints/checkpoint_00000000000000000029_a15bf2d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000001_7e8f5031.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000001_7e8f5031.szar new file mode 100644 index 00000000..2eb01f1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000001_7e8f5031.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000002_6963d211.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000002_6963d211.szar new file mode 100644 index 00000000..775bdbe8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000002_6963d211.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000003_8fd0726e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000003_8fd0726e.szar new file mode 100644 index 00000000..0b04c7aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000003_8fd0726e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000004_cf1d74d4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000004_cf1d74d4.szar new file mode 100644 index 00000000..7e9de07e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000004_cf1d74d4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000005_28f6922b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000005_28f6922b.szar new file mode 100644 index 00000000..2d9d41c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000005_28f6922b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000006_3a3acdab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000006_3a3acdab.szar new file mode 100644 index 00000000..ed100bc5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000006_3a3acdab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000007_acdb4f40.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000007_acdb4f40.szar new file mode 100644 index 00000000..dfd34829 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000007_acdb4f40.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000008_f183ecfd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000008_f183ecfd.szar new file mode 100644 index 00000000..ddfe98d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000008_f183ecfd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000009_bcc0bce8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000009_bcc0bce8.szar new file mode 100644 index 00000000..f2212472 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000009_bcc0bce8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000010_3a991551.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000010_3a991551.szar new file mode 100644 index 00000000..ecdbcb96 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000010_3a991551.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000011_3aac3557.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000011_3aac3557.szar new file mode 100644 index 00000000..91a7f30f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000011_3aac3557.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000012_4c8b943f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000012_4c8b943f.szar new file mode 100644 index 00000000..6889023d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000012_4c8b943f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000013_fa08dd3a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000013_fa08dd3a.szar new file mode 100644 index 00000000..e0677a6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000013_fa08dd3a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000014_b2c03155.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000014_b2c03155.szar new file mode 100644 index 00000000..0339ddca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000014_b2c03155.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000015_0fe87f2f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000015_0fe87f2f.szar new file mode 100644 index 00000000..94743eca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000015_0fe87f2f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000016_c00e59f5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000016_c00e59f5.szar new file mode 100644 index 00000000..fb741383 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000016_c00e59f5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000017_6f5388b2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000017_6f5388b2.szar new file mode 100644 index 00000000..c837c943 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000017_6f5388b2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000018_e5f0c91f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000018_e5f0c91f.szar new file mode 100644 index 00000000..fe5a1496 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000018_e5f0c91f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000019_adf8a456.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000019_adf8a456.szar new file mode 100644 index 00000000..c9fd9638 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000019_adf8a456.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000020_a62f2636.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000020_a62f2636.szar new file mode 100644 index 00000000..db5f8b55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000020_a62f2636.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000021_f94eb452.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000021_f94eb452.szar new file mode 100644 index 00000000..57255680 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000021_f94eb452.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000022_6bc3b3d2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000022_6bc3b3d2.szar new file mode 100644 index 00000000..94d03832 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000022_6bc3b3d2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000023_ff81f2bb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000023_ff81f2bb.szar new file mode 100644 index 00000000..338774b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000023_ff81f2bb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000024_014f3fef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000024_014f3fef.szar new file mode 100644 index 00000000..f874356b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000024_014f3fef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000025_211f0124.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000025_211f0124.szar new file mode 100644 index 00000000..77851b59 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000025_211f0124.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000026_9858d1e2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000026_9858d1e2.szar new file mode 100644 index 00000000..dd3a1579 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000026_9858d1e2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000027_0d94cd1d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000027_0d94cd1d.szar new file mode 100644 index 00000000..0c3a4523 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000027_0d94cd1d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000028_bf545e6f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000028_bf545e6f.szar new file mode 100644 index 00000000..aeb5f312 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000028_bf545e6f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000029_2fdfaa71.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000029_2fdfaa71.szar new file mode 100644 index 00000000..08b1cd7b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/archive/delta_00000000000000000029_2fdfaa71.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000001_fa98da82.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000001_fa98da82.szcp new file mode 100644 index 00000000..57428f1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000001_fa98da82.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000002_93c46ac3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000002_93c46ac3.szcp new file mode 100644 index 00000000..f022378d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000002_93c46ac3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000003_489d488b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000003_489d488b.szcp new file mode 100644 index 00000000..f3a11844 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000003_489d488b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000004_fd489262.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000004_fd489262.szcp new file mode 100644 index 00000000..90bf241a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000004_fd489262.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000005_b1e3d401.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000005_b1e3d401.szcp new file mode 100644 index 00000000..7f16a56e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000005_b1e3d401.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000006_3eb9ebbe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000006_3eb9ebbe.szcp new file mode 100644 index 00000000..0cdc9a76 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000006_3eb9ebbe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000007_8c5c241e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000007_8c5c241e.szcp new file mode 100644 index 00000000..b8e56255 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000007_8c5c241e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000008_32fa21a5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000008_32fa21a5.szcp new file mode 100644 index 00000000..c0821fed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000008_32fa21a5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000009_ab705d2a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000009_ab705d2a.szcp new file mode 100644 index 00000000..f73777c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000009_ab705d2a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000010_c792ec3b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000010_c792ec3b.szcp new file mode 100644 index 00000000..b2111f06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000010_c792ec3b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000011_e2bde585.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000011_e2bde585.szcp new file mode 100644 index 00000000..25f1e2d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000011_e2bde585.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000012_ae9d8eca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000012_ae9d8eca.szcp new file mode 100644 index 00000000..c01211e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000012_ae9d8eca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000013_bb9386e7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000013_bb9386e7.szcp new file mode 100644 index 00000000..48e8803c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000013_bb9386e7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000014_7399d9fd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000014_7399d9fd.szcp new file mode 100644 index 00000000..0a945f90 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000014_7399d9fd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000015_d223f367.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000015_d223f367.szcp new file mode 100644 index 00000000..0e816557 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000015_d223f367.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000016_e5f7d62d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000016_e5f7d62d.szcp new file mode 100644 index 00000000..9a1c3093 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000016_e5f7d62d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000017_7b908b57.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000017_7b908b57.szcp new file mode 100644 index 00000000..e2b4a056 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000017_7b908b57.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000018_5d269d03.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000018_5d269d03.szcp new file mode 100644 index 00000000..0b6a4ab9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000018_5d269d03.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000019_09a8d85c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000019_09a8d85c.szcp new file mode 100644 index 00000000..d9a5fbd1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000019_09a8d85c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000020_4d059afa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000020_4d059afa.szcp new file mode 100644 index 00000000..920ded15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000020_4d059afa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000021_b300f2df.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000021_b300f2df.szcp new file mode 100644 index 00000000..5a53fd4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000021_b300f2df.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000022_48228fb8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000022_48228fb8.szcp new file mode 100644 index 00000000..35baf6c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000022_48228fb8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000023_27dde61b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000023_27dde61b.szcp new file mode 100644 index 00000000..a478b66d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000023_27dde61b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000024_2caffebf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000024_2caffebf.szcp new file mode 100644 index 00000000..2f05e489 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000024_2caffebf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000025_c77604ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000025_c77604ce.szcp new file mode 100644 index 00000000..cb2cd6c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000025_c77604ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000026_569f8196.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000026_569f8196.szcp new file mode 100644 index 00000000..17607dc8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000026_569f8196.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000027_b60521fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000027_b60521fa.szcp new file mode 100644 index 00000000..436d0e48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000027_b60521fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000028_37434969.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000028_37434969.szcp new file mode 100644 index 00000000..d52f6fb4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000028_37434969.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000029_8f155754.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000029_8f155754.szcp new file mode 100644 index 00000000..3d37b2bb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_019/checkpoints/checkpoint_00000000000000000029_8f155754.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000001_4281d937.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000001_4281d937.szar new file mode 100644 index 00000000..d2657dc6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000001_4281d937.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000002_fae926be.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000002_fae926be.szar new file mode 100644 index 00000000..5436492b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000002_fae926be.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000003_27906c11.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000003_27906c11.szar new file mode 100644 index 00000000..64d99cfb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000003_27906c11.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000004_203b1afd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000004_203b1afd.szar new file mode 100644 index 00000000..52daf561 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000004_203b1afd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000005_eda08e89.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000005_eda08e89.szar new file mode 100644 index 00000000..2e91bea0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000005_eda08e89.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000006_3a071049.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000006_3a071049.szar new file mode 100644 index 00000000..b68fffc3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000006_3a071049.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000007_2b5d2302.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000007_2b5d2302.szar new file mode 100644 index 00000000..f23d5e53 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000007_2b5d2302.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000008_9d2fd5e7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000008_9d2fd5e7.szar new file mode 100644 index 00000000..9c04c8f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000008_9d2fd5e7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000009_5f907e4e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000009_5f907e4e.szar new file mode 100644 index 00000000..0fbc3982 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000009_5f907e4e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000010_cdef0cc1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000010_cdef0cc1.szar new file mode 100644 index 00000000..7d62a680 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000010_cdef0cc1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000011_c26ec3b3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000011_c26ec3b3.szar new file mode 100644 index 00000000..8e6ba2d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000011_c26ec3b3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000012_648b72b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000012_648b72b9.szar new file mode 100644 index 00000000..b2a4b78f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000012_648b72b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000013_a40023fa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000013_a40023fa.szar new file mode 100644 index 00000000..f173f61e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000013_a40023fa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000014_e049845e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000014_e049845e.szar new file mode 100644 index 00000000..e3a0e293 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000014_e049845e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000015_b6206ef0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000015_b6206ef0.szar new file mode 100644 index 00000000..44b4cf19 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000015_b6206ef0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000016_98f27b68.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000016_98f27b68.szar new file mode 100644 index 00000000..f7390278 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000016_98f27b68.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000017_d8841044.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000017_d8841044.szar new file mode 100644 index 00000000..346e3047 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000017_d8841044.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000018_480e27f4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000018_480e27f4.szar new file mode 100644 index 00000000..b45f650f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000018_480e27f4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000019_95788ef9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000019_95788ef9.szar new file mode 100644 index 00000000..90a82763 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000019_95788ef9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000020_dceeb846.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000020_dceeb846.szar new file mode 100644 index 00000000..8a69739e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000020_dceeb846.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000021_d81852c7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000021_d81852c7.szar new file mode 100644 index 00000000..ea598771 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000021_d81852c7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000022_588d64cb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000022_588d64cb.szar new file mode 100644 index 00000000..5d864ab6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000022_588d64cb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000023_70a25ff2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000023_70a25ff2.szar new file mode 100644 index 00000000..4759eb1b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000023_70a25ff2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000024_d4c5f8bf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000024_d4c5f8bf.szar new file mode 100644 index 00000000..869f2c56 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000024_d4c5f8bf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000025_89711758.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000025_89711758.szar new file mode 100644 index 00000000..fa32998a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000025_89711758.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000026_699492a1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000026_699492a1.szar new file mode 100644 index 00000000..8e586f68 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000026_699492a1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000027_f34d6d8d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000027_f34d6d8d.szar new file mode 100644 index 00000000..a0774f04 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000027_f34d6d8d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000028_3d07481b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000028_3d07481b.szar new file mode 100644 index 00000000..bed3600b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000028_3d07481b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000029_58033160.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000029_58033160.szar new file mode 100644 index 00000000..b0593fe6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000029_58033160.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000030_1b6e5578.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000030_1b6e5578.szar new file mode 100644 index 00000000..c3f0e31f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000030_1b6e5578.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000031_f818ab87.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000031_f818ab87.szar new file mode 100644 index 00000000..1080a3e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000031_f818ab87.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000032_22419693.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000032_22419693.szar new file mode 100644 index 00000000..a71b6cfb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000032_22419693.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000033_e4bac26b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000033_e4bac26b.szar new file mode 100644 index 00000000..9c4c9235 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000033_e4bac26b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000034_be54e13e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000034_be54e13e.szar new file mode 100644 index 00000000..26d6d7ec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000034_be54e13e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000035_e9ff71e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000035_e9ff71e6.szar new file mode 100644 index 00000000..c1c88ea2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000035_e9ff71e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000036_90cd1056.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000036_90cd1056.szar new file mode 100644 index 00000000..8961074f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000036_90cd1056.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000037_5f2a657a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000037_5f2a657a.szar new file mode 100644 index 00000000..23f5ba76 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000037_5f2a657a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000038_d07fe0e8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000038_d07fe0e8.szar new file mode 100644 index 00000000..d2491d4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000038_d07fe0e8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000039_daabe115.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000039_daabe115.szar new file mode 100644 index 00000000..af0b71dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000039_daabe115.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000040_a6278295.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000040_a6278295.szar new file mode 100644 index 00000000..53666db7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000040_a6278295.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000041_931fe7f8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000041_931fe7f8.szar new file mode 100644 index 00000000..86bd7762 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000041_931fe7f8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000042_a5faeaf1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000042_a5faeaf1.szar new file mode 100644 index 00000000..18baadab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000042_a5faeaf1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000043_24dbe186.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000043_24dbe186.szar new file mode 100644 index 00000000..238f4c42 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/archive/delta_00000000000000000043_24dbe186.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000001_06231376.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000001_06231376.szcp new file mode 100644 index 00000000..d8e44fad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000001_06231376.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000002_12613857.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000002_12613857.szcp new file mode 100644 index 00000000..c3ce303a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000002_12613857.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000003_0bfbd8ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000003_0bfbd8ea.szcp new file mode 100644 index 00000000..cb5a60d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000003_0bfbd8ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000004_b9ecd108.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000004_b9ecd108.szcp new file mode 100644 index 00000000..68d9c47b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000004_b9ecd108.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000005_4db54fb9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000005_4db54fb9.szcp new file mode 100644 index 00000000..b83099d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000005_4db54fb9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000006_a40b5d4e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000006_a40b5d4e.szcp new file mode 100644 index 00000000..b300e6f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000006_a40b5d4e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000007_289def44.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000007_289def44.szcp new file mode 100644 index 00000000..46f98f80 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000007_289def44.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000008_cf84a438.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000008_cf84a438.szcp new file mode 100644 index 00000000..82833765 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000008_cf84a438.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000009_5a1425eb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000009_5a1425eb.szcp new file mode 100644 index 00000000..d50986f9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000009_5a1425eb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000010_c936a2ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000010_c936a2ce.szcp new file mode 100644 index 00000000..cf3aec4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000010_c936a2ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000011_6d6ae87d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000011_6d6ae87d.szcp new file mode 100644 index 00000000..d11ed05b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000011_6d6ae87d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000012_4141b607.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000012_4141b607.szcp new file mode 100644 index 00000000..8269f795 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000012_4141b607.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000013_b2dff2ff.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000013_b2dff2ff.szcp new file mode 100644 index 00000000..59e214a4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000013_b2dff2ff.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000014_a1d97c81.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000014_a1d97c81.szcp new file mode 100644 index 00000000..8636bd6e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000014_a1d97c81.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000015_51e766f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000015_51e766f1.szcp new file mode 100644 index 00000000..ad13df8c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000015_51e766f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000016_6ea02851.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000016_6ea02851.szcp new file mode 100644 index 00000000..9fa097c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000016_6ea02851.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000017_52dc862f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000017_52dc862f.szcp new file mode 100644 index 00000000..45a5b66e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000017_52dc862f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000018_bd76520b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000018_bd76520b.szcp new file mode 100644 index 00000000..032c4f64 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000018_bd76520b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000019_08e08c16.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000019_08e08c16.szcp new file mode 100644 index 00000000..cd01c149 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000019_08e08c16.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000020_96dec9d3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000020_96dec9d3.szcp new file mode 100644 index 00000000..2858a6fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000020_96dec9d3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000021_650efda5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000021_650efda5.szcp new file mode 100644 index 00000000..a2f903a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000021_650efda5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000022_fa18f78a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000022_fa18f78a.szcp new file mode 100644 index 00000000..6b5f5387 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000022_fa18f78a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000023_1fd2b901.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000023_1fd2b901.szcp new file mode 100644 index 00000000..4d713e8c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000023_1fd2b901.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000024_0dfd6ffa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000024_0dfd6ffa.szcp new file mode 100644 index 00000000..18557d17 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000024_0dfd6ffa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000025_3c4fd010.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000025_3c4fd010.szcp new file mode 100644 index 00000000..577266dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000025_3c4fd010.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000026_cbc400d9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000026_cbc400d9.szcp new file mode 100644 index 00000000..91a0283b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000026_cbc400d9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000027_015ea736.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000027_015ea736.szcp new file mode 100644 index 00000000..be0073f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000027_015ea736.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000028_e97972fc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000028_e97972fc.szcp new file mode 100644 index 00000000..8c17ffe3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000028_e97972fc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000029_48c4f2a6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000029_48c4f2a6.szcp new file mode 100644 index 00000000..1eaf0f06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000029_48c4f2a6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000030_119b127f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000030_119b127f.szcp new file mode 100644 index 00000000..f1578cd7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000030_119b127f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000031_318d795c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000031_318d795c.szcp new file mode 100644 index 00000000..b161de32 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000031_318d795c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000032_2a9f355a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000032_2a9f355a.szcp new file mode 100644 index 00000000..79c0d34e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000032_2a9f355a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000033_f9742390.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000033_f9742390.szcp new file mode 100644 index 00000000..15af7075 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000033_f9742390.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000034_4d1a3516.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000034_4d1a3516.szcp new file mode 100644 index 00000000..e6babda3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000034_4d1a3516.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000035_b6c83903.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000035_b6c83903.szcp new file mode 100644 index 00000000..dd62480d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000035_b6c83903.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000036_aca7ad6d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000036_aca7ad6d.szcp new file mode 100644 index 00000000..19743a87 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000036_aca7ad6d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000037_2f0d61ac.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000037_2f0d61ac.szcp new file mode 100644 index 00000000..5c4035e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000037_2f0d61ac.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000038_732c9c1c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000038_732c9c1c.szcp new file mode 100644 index 00000000..b2ae7aab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000038_732c9c1c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000039_c72328f3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000039_c72328f3.szcp new file mode 100644 index 00000000..a5f17868 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000039_c72328f3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000040_67fa0303.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000040_67fa0303.szcp new file mode 100644 index 00000000..0a5904e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000040_67fa0303.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000041_d7f3610e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000041_d7f3610e.szcp new file mode 100644 index 00000000..f8185221 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000041_d7f3610e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000042_04c935c8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000042_04c935c8.szcp new file mode 100644 index 00000000..456b9c58 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000042_04c935c8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000043_aa3e7f0c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000043_aa3e7f0c.szcp new file mode 100644 index 00000000..3844dcd0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_020/checkpoints/checkpoint_00000000000000000043_aa3e7f0c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000001_e263acc7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000001_e263acc7.szar new file mode 100644 index 00000000..199daec9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000001_e263acc7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000002_a6b13ab7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000002_a6b13ab7.szar new file mode 100644 index 00000000..d658bec1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000002_a6b13ab7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000003_df81c712.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000003_df81c712.szar new file mode 100644 index 00000000..fcf14046 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000003_df81c712.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000004_c17dc789.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000004_c17dc789.szar new file mode 100644 index 00000000..4edadaed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000004_c17dc789.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000005_03f298c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000005_03f298c1.szar new file mode 100644 index 00000000..9c633fcd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000005_03f298c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000006_5d8fda52.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000006_5d8fda52.szar new file mode 100644 index 00000000..471283d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000006_5d8fda52.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000007_329254c3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000007_329254c3.szar new file mode 100644 index 00000000..2ea569db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000007_329254c3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000008_2a8473d3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000008_2a8473d3.szar new file mode 100644 index 00000000..17df58d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000008_2a8473d3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000009_d94c4f38.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000009_d94c4f38.szar new file mode 100644 index 00000000..c279fcf4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000009_d94c4f38.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000010_b3b6ccdb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000010_b3b6ccdb.szar new file mode 100644 index 00000000..f7ed3481 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000010_b3b6ccdb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000011_d0e10f36.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000011_d0e10f36.szar new file mode 100644 index 00000000..681b45c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000011_d0e10f36.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000012_162cc2a3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000012_162cc2a3.szar new file mode 100644 index 00000000..5ddbaff4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000012_162cc2a3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000013_13b6454c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000013_13b6454c.szar new file mode 100644 index 00000000..97c5d3d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000013_13b6454c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000014_b60e7259.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000014_b60e7259.szar new file mode 100644 index 00000000..b6147be0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000014_b60e7259.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000015_20f60c50.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000015_20f60c50.szar new file mode 100644 index 00000000..f8d87378 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000015_20f60c50.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000016_fdbfe659.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000016_fdbfe659.szar new file mode 100644 index 00000000..0c2939a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000016_fdbfe659.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000017_bfb95ae2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000017_bfb95ae2.szar new file mode 100644 index 00000000..9ac17779 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000017_bfb95ae2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000018_64e1cda3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000018_64e1cda3.szar new file mode 100644 index 00000000..7298dcfe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000018_64e1cda3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000019_7282e9e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000019_7282e9e6.szar new file mode 100644 index 00000000..056c5e06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000019_7282e9e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000020_d6593b3d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000020_d6593b3d.szar new file mode 100644 index 00000000..cf890894 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000020_d6593b3d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000021_52ff02a0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000021_52ff02a0.szar new file mode 100644 index 00000000..b452c9d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000021_52ff02a0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000022_d22b59dd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000022_d22b59dd.szar new file mode 100644 index 00000000..54eb204a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000022_d22b59dd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000023_6615e888.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000023_6615e888.szar new file mode 100644 index 00000000..4cf57f16 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000023_6615e888.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000024_7b867fcb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000024_7b867fcb.szar new file mode 100644 index 00000000..55cb69c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000024_7b867fcb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000025_03d7123b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000025_03d7123b.szar new file mode 100644 index 00000000..d6f3d58e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000025_03d7123b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000026_001c25c3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000026_001c25c3.szar new file mode 100644 index 00000000..c6ecc28b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000026_001c25c3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000027_b437844c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000027_b437844c.szar new file mode 100644 index 00000000..4877f78a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000027_b437844c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000028_5578582c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000028_5578582c.szar new file mode 100644 index 00000000..c6665d79 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000028_5578582c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000029_831c47a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000029_831c47a2.szar new file mode 100644 index 00000000..5934188d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000029_831c47a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000030_0c48ac4a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000030_0c48ac4a.szar new file mode 100644 index 00000000..89ad1eb1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000030_0c48ac4a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000031_d97dd5d0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000031_d97dd5d0.szar new file mode 100644 index 00000000..f211b059 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000031_d97dd5d0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000032_d6dd4f5a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000032_d6dd4f5a.szar new file mode 100644 index 00000000..8c8de947 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000032_d6dd4f5a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000033_0bc972b4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000033_0bc972b4.szar new file mode 100644 index 00000000..dbcc7731 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000033_0bc972b4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000034_fd290d26.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000034_fd290d26.szar new file mode 100644 index 00000000..37eb659b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/archive/delta_00000000000000000034_fd290d26.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000001_d4473b0b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000001_d4473b0b.szcp new file mode 100644 index 00000000..20023abb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000001_d4473b0b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000002_92915d21.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000002_92915d21.szcp new file mode 100644 index 00000000..2213a6f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000002_92915d21.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000003_4dc2a926.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000003_4dc2a926.szcp new file mode 100644 index 00000000..5a84711c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000003_4dc2a926.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000004_f28a8406.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000004_f28a8406.szcp new file mode 100644 index 00000000..57c0c010 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000004_f28a8406.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000005_eed5ea77.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000005_eed5ea77.szcp new file mode 100644 index 00000000..80712cb7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000005_eed5ea77.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000006_fff3634c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000006_fff3634c.szcp new file mode 100644 index 00000000..e6687d72 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000006_fff3634c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000007_6622bfba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000007_6622bfba.szcp new file mode 100644 index 00000000..2ac1560c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000007_6622bfba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000008_f6a65a18.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000008_f6a65a18.szcp new file mode 100644 index 00000000..4f8c4160 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000008_f6a65a18.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000009_5d97ad7c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000009_5d97ad7c.szcp new file mode 100644 index 00000000..c5104b22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000009_5d97ad7c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000010_7e4d9a30.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000010_7e4d9a30.szcp new file mode 100644 index 00000000..cf79e29d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000010_7e4d9a30.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000011_86fcc0c1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000011_86fcc0c1.szcp new file mode 100644 index 00000000..612e5afe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000011_86fcc0c1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000012_95046da7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000012_95046da7.szcp new file mode 100644 index 00000000..6a7c7ec2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000012_95046da7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000013_19c9a463.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000013_19c9a463.szcp new file mode 100644 index 00000000..d4ccd65f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000013_19c9a463.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000014_956bc31f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000014_956bc31f.szcp new file mode 100644 index 00000000..e4cdf2aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000014_956bc31f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000015_4e35aeeb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000015_4e35aeeb.szcp new file mode 100644 index 00000000..0021fc3f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000015_4e35aeeb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000016_39b3c1ad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000016_39b3c1ad.szcp new file mode 100644 index 00000000..6f13c5b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000016_39b3c1ad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000017_53ffb8a5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000017_53ffb8a5.szcp new file mode 100644 index 00000000..801723cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000017_53ffb8a5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000018_b32f5bc7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000018_b32f5bc7.szcp new file mode 100644 index 00000000..0d272537 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000018_b32f5bc7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000019_76fdbde3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000019_76fdbde3.szcp new file mode 100644 index 00000000..10545c86 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000019_76fdbde3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000020_1f13a8ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000020_1f13a8ea.szcp new file mode 100644 index 00000000..013973dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000020_1f13a8ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000021_1152ad1e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000021_1152ad1e.szcp new file mode 100644 index 00000000..5182323c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000021_1152ad1e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000022_cb618711.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000022_cb618711.szcp new file mode 100644 index 00000000..dd00cd83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000022_cb618711.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000023_986c4dfc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000023_986c4dfc.szcp new file mode 100644 index 00000000..740a5add Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000023_986c4dfc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000024_5e4abb95.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000024_5e4abb95.szcp new file mode 100644 index 00000000..ff25af09 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000024_5e4abb95.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000025_a5c008eb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000025_a5c008eb.szcp new file mode 100644 index 00000000..385c535e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000025_a5c008eb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000026_7179936e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000026_7179936e.szcp new file mode 100644 index 00000000..4860fa00 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000026_7179936e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000027_cef644c3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000027_cef644c3.szcp new file mode 100644 index 00000000..1c2df7c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000027_cef644c3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000028_c4ad897d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000028_c4ad897d.szcp new file mode 100644 index 00000000..9b495f62 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000028_c4ad897d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000029_0f591c02.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000029_0f591c02.szcp new file mode 100644 index 00000000..eac0d934 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000029_0f591c02.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000030_5e0325ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000030_5e0325ae.szcp new file mode 100644 index 00000000..acc13419 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000030_5e0325ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000031_3242e5e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000031_3242e5e4.szcp new file mode 100644 index 00000000..d9e963ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000031_3242e5e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000032_a6070392.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000032_a6070392.szcp new file mode 100644 index 00000000..b82dadf6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000032_a6070392.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000033_ccaf76cc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000033_ccaf76cc.szcp new file mode 100644 index 00000000..5af367e2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000033_ccaf76cc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000034_1b54c990.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000034_1b54c990.szcp new file mode 100644 index 00000000..1f095ac5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_021/checkpoints/checkpoint_00000000000000000034_1b54c990.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000001_a148ab39.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000001_a148ab39.szar new file mode 100644 index 00000000..586d4d0e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000001_a148ab39.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000002_a7598e79.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000002_a7598e79.szar new file mode 100644 index 00000000..c109834f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000002_a7598e79.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000003_c2850e21.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000003_c2850e21.szar new file mode 100644 index 00000000..1fdc4df1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000003_c2850e21.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000004_46fd0692.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000004_46fd0692.szar new file mode 100644 index 00000000..40095b3c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000004_46fd0692.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000005_f2746eb9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000005_f2746eb9.szar new file mode 100644 index 00000000..711d2c96 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000005_f2746eb9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000006_294be7ae.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000006_294be7ae.szar new file mode 100644 index 00000000..f2f118a4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000006_294be7ae.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000007_2507f391.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000007_2507f391.szar new file mode 100644 index 00000000..2999782c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000007_2507f391.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000008_0b1e8561.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000008_0b1e8561.szar new file mode 100644 index 00000000..b18a9e67 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000008_0b1e8561.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000009_e24ca5e8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000009_e24ca5e8.szar new file mode 100644 index 00000000..53b5f196 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000009_e24ca5e8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000010_2be66a13.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000010_2be66a13.szar new file mode 100644 index 00000000..7276c508 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000010_2be66a13.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000011_33885ab8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000011_33885ab8.szar new file mode 100644 index 00000000..345b8519 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000011_33885ab8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000012_e973a4d1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000012_e973a4d1.szar new file mode 100644 index 00000000..5c2d27a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000012_e973a4d1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000013_9412273a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000013_9412273a.szar new file mode 100644 index 00000000..b92d7524 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000013_9412273a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000014_a682a936.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000014_a682a936.szar new file mode 100644 index 00000000..0dfc6291 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000014_a682a936.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000015_a4c6371e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000015_a4c6371e.szar new file mode 100644 index 00000000..d73cb441 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000015_a4c6371e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000016_4137d37e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000016_4137d37e.szar new file mode 100644 index 00000000..5b31df8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000016_4137d37e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000017_992712d6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000017_992712d6.szar new file mode 100644 index 00000000..0b0be9ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000017_992712d6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000018_9888d0bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000018_9888d0bc.szar new file mode 100644 index 00000000..2915bdf4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000018_9888d0bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000019_683c7315.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000019_683c7315.szar new file mode 100644 index 00000000..99cf7a57 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000019_683c7315.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000020_5a5245b1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000020_5a5245b1.szar new file mode 100644 index 00000000..5e78852f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000020_5a5245b1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000021_8f3f74e7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000021_8f3f74e7.szar new file mode 100644 index 00000000..b81c0e48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000021_8f3f74e7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000022_2058f60d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000022_2058f60d.szar new file mode 100644 index 00000000..78d0be51 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000022_2058f60d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000023_2596dc32.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000023_2596dc32.szar new file mode 100644 index 00000000..e467d443 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000023_2596dc32.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000024_9f30614e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000024_9f30614e.szar new file mode 100644 index 00000000..768812b0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000024_9f30614e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000025_65c5ae00.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000025_65c5ae00.szar new file mode 100644 index 00000000..f829942a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000025_65c5ae00.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000026_8ba71d9b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000026_8ba71d9b.szar new file mode 100644 index 00000000..db15b10b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000026_8ba71d9b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000027_f1c5a09d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000027_f1c5a09d.szar new file mode 100644 index 00000000..3befe401 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000027_f1c5a09d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000028_3dd19455.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000028_3dd19455.szar new file mode 100644 index 00000000..d5960bbf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/archive/delta_00000000000000000028_3dd19455.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000001_faf3fd75.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000001_faf3fd75.szcp new file mode 100644 index 00000000..1deddde1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000001_faf3fd75.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000002_0263ed76.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000002_0263ed76.szcp new file mode 100644 index 00000000..5223230b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000002_0263ed76.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000003_dce50270.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000003_dce50270.szcp new file mode 100644 index 00000000..8fe3ccb8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000003_dce50270.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000004_214edc33.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000004_214edc33.szcp new file mode 100644 index 00000000..87f9f263 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000004_214edc33.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000005_84bbf388.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000005_84bbf388.szcp new file mode 100644 index 00000000..9d649114 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000005_84bbf388.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000006_0d18a910.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000006_0d18a910.szcp new file mode 100644 index 00000000..548354ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000006_0d18a910.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000007_36596200.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000007_36596200.szcp new file mode 100644 index 00000000..8b6ebe4d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000007_36596200.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000008_460ae4d2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000008_460ae4d2.szcp new file mode 100644 index 00000000..447b30d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000008_460ae4d2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000009_2edd5faf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000009_2edd5faf.szcp new file mode 100644 index 00000000..848413e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000009_2edd5faf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000010_2f1b9a11.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000010_2f1b9a11.szcp new file mode 100644 index 00000000..c5d47f6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000010_2f1b9a11.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000011_575d05d0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000011_575d05d0.szcp new file mode 100644 index 00000000..b050eca4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000011_575d05d0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000012_ec848c92.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000012_ec848c92.szcp new file mode 100644 index 00000000..b0bbf468 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000012_ec848c92.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000013_f980874e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000013_f980874e.szcp new file mode 100644 index 00000000..7e8e2a8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000013_f980874e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000014_24f64128.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000014_24f64128.szcp new file mode 100644 index 00000000..93e6bc7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000014_24f64128.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000015_ed64c6bd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000015_ed64c6bd.szcp new file mode 100644 index 00000000..07ee4a09 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000015_ed64c6bd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000016_d8cb9bef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000016_d8cb9bef.szcp new file mode 100644 index 00000000..8e4676e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000016_d8cb9bef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000017_ac0d5bab.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000017_ac0d5bab.szcp new file mode 100644 index 00000000..c0df9362 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000017_ac0d5bab.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000018_04c4721d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000018_04c4721d.szcp new file mode 100644 index 00000000..23b6d5fc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000018_04c4721d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000019_26ba9048.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000019_26ba9048.szcp new file mode 100644 index 00000000..8230081a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000019_26ba9048.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000020_ad89171a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000020_ad89171a.szcp new file mode 100644 index 00000000..c12e83a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000020_ad89171a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000021_83457c5a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000021_83457c5a.szcp new file mode 100644 index 00000000..81e6fffc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000021_83457c5a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000022_e66a7347.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000022_e66a7347.szcp new file mode 100644 index 00000000..725bca70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000022_e66a7347.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000023_1f55516d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000023_1f55516d.szcp new file mode 100644 index 00000000..21ba48f8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000023_1f55516d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000024_7f1c61f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000024_7f1c61f2.szcp new file mode 100644 index 00000000..9de9f4c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000024_7f1c61f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000025_dea548d5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000025_dea548d5.szcp new file mode 100644 index 00000000..61cc6082 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000025_dea548d5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000026_26592d06.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000026_26592d06.szcp new file mode 100644 index 00000000..3c5ce2f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000026_26592d06.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000027_31b7ef68.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000027_31b7ef68.szcp new file mode 100644 index 00000000..79abf623 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000027_31b7ef68.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000028_9d4fb49f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000028_9d4fb49f.szcp new file mode 100644 index 00000000..af06fb88 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_022/checkpoints/checkpoint_00000000000000000028_9d4fb49f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000001_cceeaf73.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000001_cceeaf73.szar new file mode 100644 index 00000000..7a3850ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000001_cceeaf73.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000002_0571660b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000002_0571660b.szar new file mode 100644 index 00000000..818d0c50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000002_0571660b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000003_344d4958.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000003_344d4958.szar new file mode 100644 index 00000000..20c56f8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000003_344d4958.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000004_c6789cee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000004_c6789cee.szar new file mode 100644 index 00000000..63bbba6e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000004_c6789cee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000005_c9d814fd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000005_c9d814fd.szar new file mode 100644 index 00000000..621e328c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000005_c9d814fd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000006_951d65ec.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000006_951d65ec.szar new file mode 100644 index 00000000..1bc99085 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000006_951d65ec.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000007_75cd3468.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000007_75cd3468.szar new file mode 100644 index 00000000..1c6b886b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000007_75cd3468.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000008_1caab6ab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000008_1caab6ab.szar new file mode 100644 index 00000000..7b27f232 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000008_1caab6ab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000009_59841ff6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000009_59841ff6.szar new file mode 100644 index 00000000..c8260b47 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000009_59841ff6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000010_291aca9c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000010_291aca9c.szar new file mode 100644 index 00000000..79a87579 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000010_291aca9c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000011_985a9f66.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000011_985a9f66.szar new file mode 100644 index 00000000..865b6a34 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000011_985a9f66.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000012_94fb9168.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000012_94fb9168.szar new file mode 100644 index 00000000..af6fa7d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000012_94fb9168.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000013_a2ca98d1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000013_a2ca98d1.szar new file mode 100644 index 00000000..a44df6b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000013_a2ca98d1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000014_245a0bda.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000014_245a0bda.szar new file mode 100644 index 00000000..a3c4541b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000014_245a0bda.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000015_6be3e8e5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000015_6be3e8e5.szar new file mode 100644 index 00000000..6d80a891 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000015_6be3e8e5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000016_78a24d32.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000016_78a24d32.szar new file mode 100644 index 00000000..4beda543 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000016_78a24d32.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000017_cfd924d2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000017_cfd924d2.szar new file mode 100644 index 00000000..2ebe3043 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000017_cfd924d2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000018_aaa6c7cc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000018_aaa6c7cc.szar new file mode 100644 index 00000000..145963ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000018_aaa6c7cc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000019_3381f049.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000019_3381f049.szar new file mode 100644 index 00000000..23150fda Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000019_3381f049.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000020_630f24cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000020_630f24cf.szar new file mode 100644 index 00000000..ba7d9aa8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000020_630f24cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000021_09feaeb0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000021_09feaeb0.szar new file mode 100644 index 00000000..fb8688f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000021_09feaeb0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000022_6ed71498.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000022_6ed71498.szar new file mode 100644 index 00000000..5b68c5af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000022_6ed71498.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000023_1bc32afc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000023_1bc32afc.szar new file mode 100644 index 00000000..99749105 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000023_1bc32afc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000024_390ba99b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000024_390ba99b.szar new file mode 100644 index 00000000..30100060 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000024_390ba99b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000025_c6f1dc8e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000025_c6f1dc8e.szar new file mode 100644 index 00000000..c30bb4bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000025_c6f1dc8e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000026_f325ebc0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000026_f325ebc0.szar new file mode 100644 index 00000000..0f35113d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000026_f325ebc0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000027_1eb6e0af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000027_1eb6e0af.szar new file mode 100644 index 00000000..e2151ac2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000027_1eb6e0af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000028_982b3830.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000028_982b3830.szar new file mode 100644 index 00000000..75b64c3f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000028_982b3830.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000029_5e5b8bb0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000029_5e5b8bb0.szar new file mode 100644 index 00000000..88c9f6c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/archive/delta_00000000000000000029_5e5b8bb0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000001_429c323a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000001_429c323a.szcp new file mode 100644 index 00000000..60910f3d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000001_429c323a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000002_a59d0b30.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000002_a59d0b30.szcp new file mode 100644 index 00000000..6d7ebe57 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000002_a59d0b30.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000003_20d0bd10.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000003_20d0bd10.szcp new file mode 100644 index 00000000..03adeb5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000003_20d0bd10.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000004_f62050d4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000004_f62050d4.szcp new file mode 100644 index 00000000..6557cf03 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000004_f62050d4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000005_bd6d5b57.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000005_bd6d5b57.szcp new file mode 100644 index 00000000..a68c8399 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000005_bd6d5b57.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000006_ec2ff61a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000006_ec2ff61a.szcp new file mode 100644 index 00000000..c8ecf143 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000006_ec2ff61a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000007_d75d7920.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000007_d75d7920.szcp new file mode 100644 index 00000000..d5fe84a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000007_d75d7920.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000008_e0dba48d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000008_e0dba48d.szcp new file mode 100644 index 00000000..93da2910 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000008_e0dba48d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000009_95a8ea30.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000009_95a8ea30.szcp new file mode 100644 index 00000000..1b8cc8de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000009_95a8ea30.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000010_335c8576.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000010_335c8576.szcp new file mode 100644 index 00000000..9a824e02 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000010_335c8576.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000011_26b3f00d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000011_26b3f00d.szcp new file mode 100644 index 00000000..bedb3899 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000011_26b3f00d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000012_4aef07c4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000012_4aef07c4.szcp new file mode 100644 index 00000000..b992a6c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000012_4aef07c4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000013_1c5be5b9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000013_1c5be5b9.szcp new file mode 100644 index 00000000..9a560cbf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000013_1c5be5b9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000014_62e08a3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000014_62e08a3c.szcp new file mode 100644 index 00000000..7940d85b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000014_62e08a3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000015_055dc415.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000015_055dc415.szcp new file mode 100644 index 00000000..6f3cc591 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000015_055dc415.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000016_75f8c4ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000016_75f8c4ea.szcp new file mode 100644 index 00000000..f9ff593a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000016_75f8c4ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000017_356d5c5e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000017_356d5c5e.szcp new file mode 100644 index 00000000..689e763b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000017_356d5c5e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000018_2bf6edf1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000018_2bf6edf1.szcp new file mode 100644 index 00000000..79dffb42 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000018_2bf6edf1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000019_9bdd2a5f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000019_9bdd2a5f.szcp new file mode 100644 index 00000000..35275c75 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000019_9bdd2a5f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000020_6c763840.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000020_6c763840.szcp new file mode 100644 index 00000000..efe9187b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000020_6c763840.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000021_f6e09977.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000021_f6e09977.szcp new file mode 100644 index 00000000..9b83b57f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000021_f6e09977.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000022_ef7563cb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000022_ef7563cb.szcp new file mode 100644 index 00000000..7102a27e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000022_ef7563cb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000023_33ef2bec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000023_33ef2bec.szcp new file mode 100644 index 00000000..02914063 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000023_33ef2bec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000024_c61e356b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000024_c61e356b.szcp new file mode 100644 index 00000000..254ef8ac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000024_c61e356b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000025_8464162e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000025_8464162e.szcp new file mode 100644 index 00000000..a1b032a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000025_8464162e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000026_b20279d1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000026_b20279d1.szcp new file mode 100644 index 00000000..18399b41 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000026_b20279d1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000027_38f7cee0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000027_38f7cee0.szcp new file mode 100644 index 00000000..94e1b3c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000027_38f7cee0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000028_38663f4e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000028_38663f4e.szcp new file mode 100644 index 00000000..46bda0db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000028_38663f4e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000029_313bbfbb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000029_313bbfbb.szcp new file mode 100644 index 00000000..f2b2e7ae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_023/checkpoints/checkpoint_00000000000000000029_313bbfbb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000001_f0d24451.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000001_f0d24451.szar new file mode 100644 index 00000000..2eb5128d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000001_f0d24451.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000002_fc2facd7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000002_fc2facd7.szar new file mode 100644 index 00000000..0495f1c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000002_fc2facd7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000003_509b1a12.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000003_509b1a12.szar new file mode 100644 index 00000000..b3d7c2b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000003_509b1a12.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000004_9a98a6f2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000004_9a98a6f2.szar new file mode 100644 index 00000000..50a84f60 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000004_9a98a6f2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000005_4bc80dcb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000005_4bc80dcb.szar new file mode 100644 index 00000000..bf4179b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000005_4bc80dcb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000006_e94f9cf0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000006_e94f9cf0.szar new file mode 100644 index 00000000..108e200d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000006_e94f9cf0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000007_e527db6e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000007_e527db6e.szar new file mode 100644 index 00000000..5ab6ac04 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000007_e527db6e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000008_12704e37.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000008_12704e37.szar new file mode 100644 index 00000000..e2a551df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000008_12704e37.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000009_268a0e66.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000009_268a0e66.szar new file mode 100644 index 00000000..7bb30192 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000009_268a0e66.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000010_7269e8f9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000010_7269e8f9.szar new file mode 100644 index 00000000..fdf3ad03 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000010_7269e8f9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000011_0a5bf9be.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000011_0a5bf9be.szar new file mode 100644 index 00000000..b288c8b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000011_0a5bf9be.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000012_3f1e35f9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000012_3f1e35f9.szar new file mode 100644 index 00000000..b4da6290 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000012_3f1e35f9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000013_a353961e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000013_a353961e.szar new file mode 100644 index 00000000..0e589355 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000013_a353961e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000014_e5f7e62f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000014_e5f7e62f.szar new file mode 100644 index 00000000..8bb19250 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000014_e5f7e62f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000015_89ba2d84.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000015_89ba2d84.szar new file mode 100644 index 00000000..ac2b6871 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000015_89ba2d84.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000016_59d92ff1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000016_59d92ff1.szar new file mode 100644 index 00000000..ffb66409 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000016_59d92ff1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000017_85455240.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000017_85455240.szar new file mode 100644 index 00000000..c8819d77 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000017_85455240.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000018_9c0acd55.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000018_9c0acd55.szar new file mode 100644 index 00000000..409fa4c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000018_9c0acd55.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000019_39fba6d1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000019_39fba6d1.szar new file mode 100644 index 00000000..8e0f63eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000019_39fba6d1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000020_9123141a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000020_9123141a.szar new file mode 100644 index 00000000..7ea7a7d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000020_9123141a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000021_cf1f6ce1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000021_cf1f6ce1.szar new file mode 100644 index 00000000..7dd1390a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000021_cf1f6ce1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000022_6143e9c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000022_6143e9c1.szar new file mode 100644 index 00000000..3b408079 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000022_6143e9c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000023_47c9e6dc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000023_47c9e6dc.szar new file mode 100644 index 00000000..61794638 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000023_47c9e6dc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000024_99dcb9b6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000024_99dcb9b6.szar new file mode 100644 index 00000000..bc62beb5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000024_99dcb9b6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000025_c308919e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000025_c308919e.szar new file mode 100644 index 00000000..e5f810cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000025_c308919e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000026_19f4bf23.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000026_19f4bf23.szar new file mode 100644 index 00000000..0d5380d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000026_19f4bf23.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000027_d8d5c45d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000027_d8d5c45d.szar new file mode 100644 index 00000000..ef5c8c91 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/archive/delta_00000000000000000027_d8d5c45d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000001_4e857fbc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000001_4e857fbc.szcp new file mode 100644 index 00000000..1cb7a81a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000001_4e857fbc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000002_9f883abb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000002_9f883abb.szcp new file mode 100644 index 00000000..71c9e6a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000002_9f883abb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000003_1e0ed4d5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000003_1e0ed4d5.szcp new file mode 100644 index 00000000..f8318706 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000003_1e0ed4d5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000004_e744eab3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000004_e744eab3.szcp new file mode 100644 index 00000000..d8032e05 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000004_e744eab3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000005_a1ad9356.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000005_a1ad9356.szcp new file mode 100644 index 00000000..ad5a675b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000005_a1ad9356.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000006_5e5fdc78.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000006_5e5fdc78.szcp new file mode 100644 index 00000000..757693e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000006_5e5fdc78.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000007_f7aff941.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000007_f7aff941.szcp new file mode 100644 index 00000000..6edede8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000007_f7aff941.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000008_c1c08fad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000008_c1c08fad.szcp new file mode 100644 index 00000000..bbce89db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000008_c1c08fad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000009_9c746dd2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000009_9c746dd2.szcp new file mode 100644 index 00000000..512b5193 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000009_9c746dd2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000010_4c803e4c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000010_4c803e4c.szcp new file mode 100644 index 00000000..657f3618 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000010_4c803e4c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000011_86427cb6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000011_86427cb6.szcp new file mode 100644 index 00000000..9e833e5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000011_86427cb6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000012_d75024d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000012_d75024d6.szcp new file mode 100644 index 00000000..27a7da7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000012_d75024d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000013_78da1681.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000013_78da1681.szcp new file mode 100644 index 00000000..57eb8a5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000013_78da1681.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000014_df573356.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000014_df573356.szcp new file mode 100644 index 00000000..e08c02db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000014_df573356.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000015_569bc9d7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000015_569bc9d7.szcp new file mode 100644 index 00000000..80f9c268 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000015_569bc9d7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000016_fa43791a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000016_fa43791a.szcp new file mode 100644 index 00000000..a867553a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000016_fa43791a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000017_3006968f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000017_3006968f.szcp new file mode 100644 index 00000000..75599ddd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000017_3006968f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000018_f3adc285.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000018_f3adc285.szcp new file mode 100644 index 00000000..471e0504 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000018_f3adc285.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000019_21263e17.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000019_21263e17.szcp new file mode 100644 index 00000000..1463f3f1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000019_21263e17.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000020_43d36212.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000020_43d36212.szcp new file mode 100644 index 00000000..a3bc0205 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000020_43d36212.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000021_42796a63.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000021_42796a63.szcp new file mode 100644 index 00000000..b4eb0ea0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000021_42796a63.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000022_7f098253.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000022_7f098253.szcp new file mode 100644 index 00000000..b3531922 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000022_7f098253.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000023_03cb2c3f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000023_03cb2c3f.szcp new file mode 100644 index 00000000..ac91073e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000023_03cb2c3f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000024_ae9ac3c9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000024_ae9ac3c9.szcp new file mode 100644 index 00000000..337e7fe1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000024_ae9ac3c9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000025_79510248.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000025_79510248.szcp new file mode 100644 index 00000000..5be414cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000025_79510248.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000026_988534e1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000026_988534e1.szcp new file mode 100644 index 00000000..2f4c1f58 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000026_988534e1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000027_820152a5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000027_820152a5.szcp new file mode 100644 index 00000000..a3669bdb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_024/checkpoints/checkpoint_00000000000000000027_820152a5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000001_7505b8f5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000001_7505b8f5.szar new file mode 100644 index 00000000..ea25e837 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000001_7505b8f5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000002_fd0054c0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000002_fd0054c0.szar new file mode 100644 index 00000000..73dfca3f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000002_fd0054c0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000003_4698a41e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000003_4698a41e.szar new file mode 100644 index 00000000..cda8f193 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000003_4698a41e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000004_5b96be66.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000004_5b96be66.szar new file mode 100644 index 00000000..b46c2377 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000004_5b96be66.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000005_fab9f899.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000005_fab9f899.szar new file mode 100644 index 00000000..f8ec7da3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000005_fab9f899.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000006_34e3b30a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000006_34e3b30a.szar new file mode 100644 index 00000000..06db7f35 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000006_34e3b30a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000007_e70a3dee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000007_e70a3dee.szar new file mode 100644 index 00000000..a138ab1b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000007_e70a3dee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000008_afe029ec.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000008_afe029ec.szar new file mode 100644 index 00000000..be4d02b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000008_afe029ec.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000009_6bc6a576.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000009_6bc6a576.szar new file mode 100644 index 00000000..b17ee708 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000009_6bc6a576.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000010_43174b86.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000010_43174b86.szar new file mode 100644 index 00000000..ca23747c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000010_43174b86.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000011_ab952a41.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000011_ab952a41.szar new file mode 100644 index 00000000..63d4a263 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000011_ab952a41.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000012_36fdb05f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000012_36fdb05f.szar new file mode 100644 index 00000000..958904da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000012_36fdb05f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000013_014b7c60.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000013_014b7c60.szar new file mode 100644 index 00000000..a5f9162a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000013_014b7c60.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000014_0202f3c9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000014_0202f3c9.szar new file mode 100644 index 00000000..dcd935c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000014_0202f3c9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000015_5cb1d9cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000015_5cb1d9cf.szar new file mode 100644 index 00000000..91fa5643 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000015_5cb1d9cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000016_95f9b027.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000016_95f9b027.szar new file mode 100644 index 00000000..712a5f07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000016_95f9b027.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000017_2eade677.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000017_2eade677.szar new file mode 100644 index 00000000..e1aded8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000017_2eade677.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000018_7c966548.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000018_7c966548.szar new file mode 100644 index 00000000..09f040fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000018_7c966548.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000019_a692520c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000019_a692520c.szar new file mode 100644 index 00000000..748dcc39 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000019_a692520c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000020_54bff89a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000020_54bff89a.szar new file mode 100644 index 00000000..d5d8c876 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000020_54bff89a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000021_03a7b4db.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000021_03a7b4db.szar new file mode 100644 index 00000000..ad14bac0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000021_03a7b4db.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000022_f3b93ab9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000022_f3b93ab9.szar new file mode 100644 index 00000000..ca896774 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000022_f3b93ab9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000023_4c269abd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000023_4c269abd.szar new file mode 100644 index 00000000..7ded18af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000023_4c269abd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000024_bad1aaf1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000024_bad1aaf1.szar new file mode 100644 index 00000000..12761cac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000024_bad1aaf1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000025_1e0962a5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000025_1e0962a5.szar new file mode 100644 index 00000000..de340356 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000025_1e0962a5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000026_df5d3c66.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000026_df5d3c66.szar new file mode 100644 index 00000000..b9dea2ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000026_df5d3c66.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000027_f118693d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000027_f118693d.szar new file mode 100644 index 00000000..5816e87e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000027_f118693d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000028_4588278a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000028_4588278a.szar new file mode 100644 index 00000000..f8894976 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000028_4588278a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000029_7913be99.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000029_7913be99.szar new file mode 100644 index 00000000..68c49119 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000029_7913be99.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000030_deb8896b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000030_deb8896b.szar new file mode 100644 index 00000000..04c2f0ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000030_deb8896b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000031_bed2e7cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000031_bed2e7cf.szar new file mode 100644 index 00000000..365fb3f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000031_bed2e7cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000032_b6d2c717.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000032_b6d2c717.szar new file mode 100644 index 00000000..df829837 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000032_b6d2c717.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000033_f45523fb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000033_f45523fb.szar new file mode 100644 index 00000000..57c28930 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000033_f45523fb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000034_a23d0b24.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000034_a23d0b24.szar new file mode 100644 index 00000000..dd8edff8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000034_a23d0b24.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000035_760b0b7e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000035_760b0b7e.szar new file mode 100644 index 00000000..9a522992 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000035_760b0b7e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000036_d9044e83.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000036_d9044e83.szar new file mode 100644 index 00000000..4dbe1d26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000036_d9044e83.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000037_7ad594b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000037_7ad594b9.szar new file mode 100644 index 00000000..8d3b45e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/archive/delta_00000000000000000037_7ad594b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000001_91628cf8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000001_91628cf8.szcp new file mode 100644 index 00000000..a90a1a2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000001_91628cf8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000002_884413a8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000002_884413a8.szcp new file mode 100644 index 00000000..4500fa68 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000002_884413a8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000003_897d6bbf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000003_897d6bbf.szcp new file mode 100644 index 00000000..5287b67b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000003_897d6bbf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000004_507ccb6e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000004_507ccb6e.szcp new file mode 100644 index 00000000..299dac61 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000004_507ccb6e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000005_804130ed.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000005_804130ed.szcp new file mode 100644 index 00000000..8f88f144 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000005_804130ed.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000006_1eb7f636.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000006_1eb7f636.szcp new file mode 100644 index 00000000..68630dd0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000006_1eb7f636.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000007_9e1b9c8e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000007_9e1b9c8e.szcp new file mode 100644 index 00000000..0dbea723 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000007_9e1b9c8e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000008_b64daccf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000008_b64daccf.szcp new file mode 100644 index 00000000..4d232d41 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000008_b64daccf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000009_32b707ba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000009_32b707ba.szcp new file mode 100644 index 00000000..bdb34abf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000009_32b707ba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000010_43bdd271.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000010_43bdd271.szcp new file mode 100644 index 00000000..ceacddd8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000010_43bdd271.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000011_6186f4c4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000011_6186f4c4.szcp new file mode 100644 index 00000000..cbc87536 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000011_6186f4c4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000012_299dc659.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000012_299dc659.szcp new file mode 100644 index 00000000..4aee9eea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000012_299dc659.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000013_c48282fb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000013_c48282fb.szcp new file mode 100644 index 00000000..6069f963 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000013_c48282fb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000014_3333bce7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000014_3333bce7.szcp new file mode 100644 index 00000000..a4adac97 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000014_3333bce7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000015_65e226ec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000015_65e226ec.szcp new file mode 100644 index 00000000..a69056bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000015_65e226ec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000016_b9a0e9a1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000016_b9a0e9a1.szcp new file mode 100644 index 00000000..5cdd8c78 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000016_b9a0e9a1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000017_a86490fd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000017_a86490fd.szcp new file mode 100644 index 00000000..924bb325 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000017_a86490fd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000018_df25949a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000018_df25949a.szcp new file mode 100644 index 00000000..cbb4d013 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000018_df25949a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000019_ec733b88.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000019_ec733b88.szcp new file mode 100644 index 00000000..39a025db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000019_ec733b88.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000020_21add00c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000020_21add00c.szcp new file mode 100644 index 00000000..9fe66394 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000020_21add00c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000021_e4462935.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000021_e4462935.szcp new file mode 100644 index 00000000..3b847da9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000021_e4462935.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000022_387f4d5a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000022_387f4d5a.szcp new file mode 100644 index 00000000..aa213cd9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000022_387f4d5a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000023_8aa120c9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000023_8aa120c9.szcp new file mode 100644 index 00000000..9f04316c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000023_8aa120c9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000024_698f0f94.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000024_698f0f94.szcp new file mode 100644 index 00000000..085ee570 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000024_698f0f94.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000025_bdb0b7c0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000025_bdb0b7c0.szcp new file mode 100644 index 00000000..1b879f4b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000025_bdb0b7c0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000026_4a6c9387.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000026_4a6c9387.szcp new file mode 100644 index 00000000..0e5d47e2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000026_4a6c9387.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000027_83d1837a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000027_83d1837a.szcp new file mode 100644 index 00000000..0fc39d54 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000027_83d1837a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000028_3dadda6a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000028_3dadda6a.szcp new file mode 100644 index 00000000..e3a0df8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000028_3dadda6a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000029_c9d92109.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000029_c9d92109.szcp new file mode 100644 index 00000000..4e54d754 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000029_c9d92109.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000030_79e6b96d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000030_79e6b96d.szcp new file mode 100644 index 00000000..acbe3275 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000030_79e6b96d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000031_a082aaf9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000031_a082aaf9.szcp new file mode 100644 index 00000000..514f4341 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000031_a082aaf9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000032_d116b216.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000032_d116b216.szcp new file mode 100644 index 00000000..941cdd46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000032_d116b216.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000033_ea127509.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000033_ea127509.szcp new file mode 100644 index 00000000..f8ec58a5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000033_ea127509.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000034_4a5cd2a6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000034_4a5cd2a6.szcp new file mode 100644 index 00000000..37f54c07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000034_4a5cd2a6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000035_ddb60b4d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000035_ddb60b4d.szcp new file mode 100644 index 00000000..9eb23052 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000035_ddb60b4d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000036_60e96dda.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000036_60e96dda.szcp new file mode 100644 index 00000000..6b928669 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000036_60e96dda.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000037_18e93d76.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000037_18e93d76.szcp new file mode 100644 index 00000000..18c11f45 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_025/checkpoints/checkpoint_00000000000000000037_18e93d76.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000001_66f50441.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000001_66f50441.szar new file mode 100644 index 00000000..32d3da65 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000001_66f50441.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000002_3d6483e4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000002_3d6483e4.szar new file mode 100644 index 00000000..e85f5f35 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000002_3d6483e4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000003_7e7bfc7c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000003_7e7bfc7c.szar new file mode 100644 index 00000000..8a408c59 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000003_7e7bfc7c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000004_f21b8a87.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000004_f21b8a87.szar new file mode 100644 index 00000000..77bc0b9f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000004_f21b8a87.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000005_67a95ac3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000005_67a95ac3.szar new file mode 100644 index 00000000..fcd53a3b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000005_67a95ac3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000006_82f21e87.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000006_82f21e87.szar new file mode 100644 index 00000000..145c4a87 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000006_82f21e87.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000007_43f3f1da.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000007_43f3f1da.szar new file mode 100644 index 00000000..0658c904 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000007_43f3f1da.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000008_577a4939.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000008_577a4939.szar new file mode 100644 index 00000000..0e2d7095 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000008_577a4939.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000009_c13f11ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000009_c13f11ad.szar new file mode 100644 index 00000000..d8cc3cd6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000009_c13f11ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000010_ac8f2a5a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000010_ac8f2a5a.szar new file mode 100644 index 00000000..a5dbca4a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000010_ac8f2a5a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000011_394e3d71.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000011_394e3d71.szar new file mode 100644 index 00000000..0687c54b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000011_394e3d71.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000012_4c141e92.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000012_4c141e92.szar new file mode 100644 index 00000000..dbd2dd3d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000012_4c141e92.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000013_5f3107f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000013_5f3107f6.szar new file mode 100644 index 00000000..6402d0b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000013_5f3107f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000014_b145bb89.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000014_b145bb89.szar new file mode 100644 index 00000000..c2340489 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000014_b145bb89.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000015_e48e4d27.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000015_e48e4d27.szar new file mode 100644 index 00000000..1a5100f1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000015_e48e4d27.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000016_3ea2364f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000016_3ea2364f.szar new file mode 100644 index 00000000..392ed97e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000016_3ea2364f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000017_7e7e1cff.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000017_7e7e1cff.szar new file mode 100644 index 00000000..b919998c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000017_7e7e1cff.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000018_7ab07d86.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000018_7ab07d86.szar new file mode 100644 index 00000000..8743d8c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000018_7ab07d86.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000019_c29b9a3a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000019_c29b9a3a.szar new file mode 100644 index 00000000..338a8272 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000019_c29b9a3a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000020_6ca91306.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000020_6ca91306.szar new file mode 100644 index 00000000..1dccf0b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000020_6ca91306.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000021_1b43d72d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000021_1b43d72d.szar new file mode 100644 index 00000000..f1bd8c7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000021_1b43d72d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000022_fcaa0df9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000022_fcaa0df9.szar new file mode 100644 index 00000000..d5ae3618 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000022_fcaa0df9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000023_7d9325a9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000023_7d9325a9.szar new file mode 100644 index 00000000..ac8a38a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000023_7d9325a9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000024_b6fad56c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000024_b6fad56c.szar new file mode 100644 index 00000000..83828777 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000024_b6fad56c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000025_f7d989f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000025_f7d989f6.szar new file mode 100644 index 00000000..b38a4bfa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000025_f7d989f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000026_f14a9bbc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000026_f14a9bbc.szar new file mode 100644 index 00000000..9dff54a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000026_f14a9bbc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000027_f7ed4e6c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000027_f7ed4e6c.szar new file mode 100644 index 00000000..0d342279 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000027_f7ed4e6c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000028_ed2416d3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000028_ed2416d3.szar new file mode 100644 index 00000000..020d29ef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000028_ed2416d3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000029_31b5ab64.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000029_31b5ab64.szar new file mode 100644 index 00000000..690f171d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000029_31b5ab64.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000030_df41298c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000030_df41298c.szar new file mode 100644 index 00000000..eaa0dd74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/archive/delta_00000000000000000030_df41298c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000001_a732fa6c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000001_a732fa6c.szcp new file mode 100644 index 00000000..843a5033 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000001_a732fa6c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000002_e55eb332.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000002_e55eb332.szcp new file mode 100644 index 00000000..f81a3be8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000002_e55eb332.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000003_c4f65325.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000003_c4f65325.szcp new file mode 100644 index 00000000..c5953b3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000003_c4f65325.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000004_1b80558e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000004_1b80558e.szcp new file mode 100644 index 00000000..d0483efb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000004_1b80558e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000005_b7ce9736.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000005_b7ce9736.szcp new file mode 100644 index 00000000..cb0ac053 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000005_b7ce9736.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000006_44f59d6c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000006_44f59d6c.szcp new file mode 100644 index 00000000..4eb2dfaf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000006_44f59d6c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000007_5fa33334.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000007_5fa33334.szcp new file mode 100644 index 00000000..39a2b844 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000007_5fa33334.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000008_5afddfc2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000008_5afddfc2.szcp new file mode 100644 index 00000000..2d6fe292 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000008_5afddfc2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000009_5a5521f8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000009_5a5521f8.szcp new file mode 100644 index 00000000..f1550af3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000009_5a5521f8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000010_9db46258.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000010_9db46258.szcp new file mode 100644 index 00000000..6405f7c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000010_9db46258.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000011_d5a66456.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000011_d5a66456.szcp new file mode 100644 index 00000000..6580209a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000011_d5a66456.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000012_262eba10.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000012_262eba10.szcp new file mode 100644 index 00000000..09c31ac3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000012_262eba10.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000013_25b5f1f0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000013_25b5f1f0.szcp new file mode 100644 index 00000000..1c0f3ef0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000013_25b5f1f0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000014_fd707da9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000014_fd707da9.szcp new file mode 100644 index 00000000..1f9ced32 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000014_fd707da9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000015_8734830a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000015_8734830a.szcp new file mode 100644 index 00000000..1f0c4d6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000015_8734830a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000016_b108f221.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000016_b108f221.szcp new file mode 100644 index 00000000..790bff4a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000016_b108f221.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000017_b9edc192.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000017_b9edc192.szcp new file mode 100644 index 00000000..ae6739f3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000017_b9edc192.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000018_4235882f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000018_4235882f.szcp new file mode 100644 index 00000000..09cbb96e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000018_4235882f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000019_79f5a109.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000019_79f5a109.szcp new file mode 100644 index 00000000..6fd18dce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000019_79f5a109.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000020_55f21470.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000020_55f21470.szcp new file mode 100644 index 00000000..08fd8750 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000020_55f21470.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000021_e7ebeb55.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000021_e7ebeb55.szcp new file mode 100644 index 00000000..8d5b226e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000021_e7ebeb55.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000022_dad1b189.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000022_dad1b189.szcp new file mode 100644 index 00000000..fcf154f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000022_dad1b189.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000023_dbb963e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000023_dbb963e2.szcp new file mode 100644 index 00000000..ef3e7f6a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000023_dbb963e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000024_7d09502d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000024_7d09502d.szcp new file mode 100644 index 00000000..200c516f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000024_7d09502d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000025_dad4014c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000025_dad4014c.szcp new file mode 100644 index 00000000..13dd3909 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000025_dad4014c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000026_528d3bc0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000026_528d3bc0.szcp new file mode 100644 index 00000000..c4dc967f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000026_528d3bc0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000027_02c3d2dc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000027_02c3d2dc.szcp new file mode 100644 index 00000000..1d9d2bca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000027_02c3d2dc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000028_1c06fa14.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000028_1c06fa14.szcp new file mode 100644 index 00000000..43e38031 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000028_1c06fa14.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000029_11cef9d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000029_11cef9d6.szcp new file mode 100644 index 00000000..6a09edf9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000029_11cef9d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000030_efed23cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000030_efed23cd.szcp new file mode 100644 index 00000000..bd56fa3b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_026/checkpoints/checkpoint_00000000000000000030_efed23cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000001_34bcbdd7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000001_34bcbdd7.szar new file mode 100644 index 00000000..6d1e3666 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000001_34bcbdd7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000002_93fcc860.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000002_93fcc860.szar new file mode 100644 index 00000000..fe437050 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000002_93fcc860.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000003_04e27b46.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000003_04e27b46.szar new file mode 100644 index 00000000..ab62c647 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000003_04e27b46.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000004_5f2a15a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000004_5f2a15a2.szar new file mode 100644 index 00000000..732988eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000004_5f2a15a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000005_00487b75.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000005_00487b75.szar new file mode 100644 index 00000000..d45ab2d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000005_00487b75.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000006_5ecc7470.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000006_5ecc7470.szar new file mode 100644 index 00000000..a9469f19 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000006_5ecc7470.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000007_f9ea8c99.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000007_f9ea8c99.szar new file mode 100644 index 00000000..71c0dac2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000007_f9ea8c99.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000008_d41a64ee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000008_d41a64ee.szar new file mode 100644 index 00000000..d20aae73 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000008_d41a64ee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000009_08990582.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000009_08990582.szar new file mode 100644 index 00000000..e5a27186 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000009_08990582.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000010_d5e995d4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000010_d5e995d4.szar new file mode 100644 index 00000000..00d59120 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000010_d5e995d4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000011_6b68bd7a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000011_6b68bd7a.szar new file mode 100644 index 00000000..4e083e06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000011_6b68bd7a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000012_31b82bcd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000012_31b82bcd.szar new file mode 100644 index 00000000..a59caddb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000012_31b82bcd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000013_d11b50a1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000013_d11b50a1.szar new file mode 100644 index 00000000..94c833aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000013_d11b50a1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000014_fb710bde.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000014_fb710bde.szar new file mode 100644 index 00000000..a4a3639e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000014_fb710bde.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000015_2e2034f4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000015_2e2034f4.szar new file mode 100644 index 00000000..4eb69239 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000015_2e2034f4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000016_3448f425.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000016_3448f425.szar new file mode 100644 index 00000000..17ceca24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000016_3448f425.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000017_fb411cfc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000017_fb411cfc.szar new file mode 100644 index 00000000..89a73df9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000017_fb411cfc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000018_59e6c44f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000018_59e6c44f.szar new file mode 100644 index 00000000..f0014a29 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000018_59e6c44f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000019_9754e363.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000019_9754e363.szar new file mode 100644 index 00000000..6330b668 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000019_9754e363.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000020_0ba61a01.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000020_0ba61a01.szar new file mode 100644 index 00000000..297abe5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000020_0ba61a01.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000021_34577b0d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000021_34577b0d.szar new file mode 100644 index 00000000..0453f44b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000021_34577b0d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000022_30561187.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000022_30561187.szar new file mode 100644 index 00000000..97cf414f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000022_30561187.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000023_13ecaea9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000023_13ecaea9.szar new file mode 100644 index 00000000..5e5549fc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000023_13ecaea9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000024_ace54b43.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000024_ace54b43.szar new file mode 100644 index 00000000..d27fbcaf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000024_ace54b43.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000025_cf861469.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000025_cf861469.szar new file mode 100644 index 00000000..77d4023a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000025_cf861469.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000026_93dbd20e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000026_93dbd20e.szar new file mode 100644 index 00000000..6f751a31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000026_93dbd20e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000027_1cec97cd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000027_1cec97cd.szar new file mode 100644 index 00000000..cdc7958b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000027_1cec97cd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000028_b0290b58.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000028_b0290b58.szar new file mode 100644 index 00000000..19223c2e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000028_b0290b58.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000029_ddeff6bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000029_ddeff6bc.szar new file mode 100644 index 00000000..4d810b63 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/archive/delta_00000000000000000029_ddeff6bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000001_14c22b8c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000001_14c22b8c.szcp new file mode 100644 index 00000000..48df8215 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000001_14c22b8c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000002_82259990.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000002_82259990.szcp new file mode 100644 index 00000000..d1d65587 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000002_82259990.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000003_71e9608b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000003_71e9608b.szcp new file mode 100644 index 00000000..6d5c3802 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000003_71e9608b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000004_423d669a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000004_423d669a.szcp new file mode 100644 index 00000000..b43f6f3b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000004_423d669a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000005_ac63fd10.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000005_ac63fd10.szcp new file mode 100644 index 00000000..8bbb8485 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000005_ac63fd10.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000006_8eed7fbd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000006_8eed7fbd.szcp new file mode 100644 index 00000000..0ee0aa0a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000006_8eed7fbd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000007_aa53b9d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000007_aa53b9d6.szcp new file mode 100644 index 00000000..1efc9b4f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000007_aa53b9d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000008_1122528a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000008_1122528a.szcp new file mode 100644 index 00000000..01ec1d82 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000008_1122528a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000009_b6af807a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000009_b6af807a.szcp new file mode 100644 index 00000000..e19d9175 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000009_b6af807a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000010_087a9df9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000010_087a9df9.szcp new file mode 100644 index 00000000..dfbd09f8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000010_087a9df9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000011_defdf0d4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000011_defdf0d4.szcp new file mode 100644 index 00000000..22a1d843 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000011_defdf0d4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000012_5e57ae70.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000012_5e57ae70.szcp new file mode 100644 index 00000000..0f1508ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000012_5e57ae70.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000013_8c983073.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000013_8c983073.szcp new file mode 100644 index 00000000..bc5285e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000013_8c983073.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000014_62bc27da.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000014_62bc27da.szcp new file mode 100644 index 00000000..f4639081 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000014_62bc27da.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000015_61b7ff79.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000015_61b7ff79.szcp new file mode 100644 index 00000000..cd07c9ef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000015_61b7ff79.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000016_fadbae48.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000016_fadbae48.szcp new file mode 100644 index 00000000..1dd6b9b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000016_fadbae48.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000017_f136f3b5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000017_f136f3b5.szcp new file mode 100644 index 00000000..1e994e6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000017_f136f3b5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000018_1021edb2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000018_1021edb2.szcp new file mode 100644 index 00000000..1353c089 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000018_1021edb2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000019_f27fc3ef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000019_f27fc3ef.szcp new file mode 100644 index 00000000..83d61b9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000019_f27fc3ef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000020_506796a9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000020_506796a9.szcp new file mode 100644 index 00000000..2d8b73db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000020_506796a9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000021_63fb7cca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000021_63fb7cca.szcp new file mode 100644 index 00000000..0490667e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000021_63fb7cca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000022_30e7e7f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000022_30e7e7f1.szcp new file mode 100644 index 00000000..f48baa34 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000022_30e7e7f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000023_6e4cb10e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000023_6e4cb10e.szcp new file mode 100644 index 00000000..bd4493f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000023_6e4cb10e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000024_9d4b650a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000024_9d4b650a.szcp new file mode 100644 index 00000000..bf530148 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000024_9d4b650a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000025_89dd1e59.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000025_89dd1e59.szcp new file mode 100644 index 00000000..50d7dfc6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000025_89dd1e59.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000026_a601c2e5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000026_a601c2e5.szcp new file mode 100644 index 00000000..9d6eb461 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000026_a601c2e5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000027_31ba0181.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000027_31ba0181.szcp new file mode 100644 index 00000000..6cf1ee5f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000027_31ba0181.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000028_70411df4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000028_70411df4.szcp new file mode 100644 index 00000000..5db915ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000028_70411df4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000029_5fbe5f43.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000029_5fbe5f43.szcp new file mode 100644 index 00000000..218453df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_027/checkpoints/checkpoint_00000000000000000029_5fbe5f43.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000001_83847c2a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000001_83847c2a.szar new file mode 100644 index 00000000..db5ec466 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000001_83847c2a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000002_27938910.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000002_27938910.szar new file mode 100644 index 00000000..6156469f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000002_27938910.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000003_7dac311b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000003_7dac311b.szar new file mode 100644 index 00000000..c359ba14 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000003_7dac311b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000004_a095737e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000004_a095737e.szar new file mode 100644 index 00000000..b1904e77 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000004_a095737e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000005_688b91e5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000005_688b91e5.szar new file mode 100644 index 00000000..a8679ab7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000005_688b91e5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000006_14105b7d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000006_14105b7d.szar new file mode 100644 index 00000000..67250191 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000006_14105b7d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000007_e59a2b98.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000007_e59a2b98.szar new file mode 100644 index 00000000..80ce0836 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000007_e59a2b98.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000008_6f621dfd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000008_6f621dfd.szar new file mode 100644 index 00000000..350ce2fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000008_6f621dfd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000009_bd3c44fc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000009_bd3c44fc.szar new file mode 100644 index 00000000..a082d5d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000009_bd3c44fc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000010_2fa8423d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000010_2fa8423d.szar new file mode 100644 index 00000000..fc9bf254 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000010_2fa8423d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000011_14106ecd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000011_14106ecd.szar new file mode 100644 index 00000000..10ebe2ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000011_14106ecd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000012_22e428bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000012_22e428bc.szar new file mode 100644 index 00000000..43211549 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000012_22e428bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000013_6a6cffb4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000013_6a6cffb4.szar new file mode 100644 index 00000000..df129a7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000013_6a6cffb4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000014_d0221a13.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000014_d0221a13.szar new file mode 100644 index 00000000..96613b1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000014_d0221a13.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000015_df3a1c35.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000015_df3a1c35.szar new file mode 100644 index 00000000..1105a5ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000015_df3a1c35.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000016_43fa123d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000016_43fa123d.szar new file mode 100644 index 00000000..5ef9b387 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000016_43fa123d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000017_616a7391.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000017_616a7391.szar new file mode 100644 index 00000000..9eb75808 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000017_616a7391.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000018_a764546f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000018_a764546f.szar new file mode 100644 index 00000000..a7e02ba9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000018_a764546f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000019_efb29bc8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000019_efb29bc8.szar new file mode 100644 index 00000000..03d50d31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000019_efb29bc8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000020_b5ec49fb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000020_b5ec49fb.szar new file mode 100644 index 00000000..3877511b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000020_b5ec49fb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000021_8b70489e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000021_8b70489e.szar new file mode 100644 index 00000000..460567e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000021_8b70489e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000022_ba1c525e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000022_ba1c525e.szar new file mode 100644 index 00000000..6504d182 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000022_ba1c525e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000023_887e72fb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000023_887e72fb.szar new file mode 100644 index 00000000..9f2845de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000023_887e72fb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000024_db99dcca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000024_db99dcca.szar new file mode 100644 index 00000000..fd66dad0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000024_db99dcca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000025_d9a82bd2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000025_d9a82bd2.szar new file mode 100644 index 00000000..f3c2fc4a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000025_d9a82bd2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000026_6226b763.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000026_6226b763.szar new file mode 100644 index 00000000..815a3fad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000026_6226b763.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000027_e22520a5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000027_e22520a5.szar new file mode 100644 index 00000000..fea574ef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000027_e22520a5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000028_428f1ea6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000028_428f1ea6.szar new file mode 100644 index 00000000..fc11d9cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000028_428f1ea6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000029_1e100fd1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000029_1e100fd1.szar new file mode 100644 index 00000000..109d40a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/archive/delta_00000000000000000029_1e100fd1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000001_f191987e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000001_f191987e.szcp new file mode 100644 index 00000000..4ff2d551 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000001_f191987e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000002_c32f9e18.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000002_c32f9e18.szcp new file mode 100644 index 00000000..400a7d84 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000002_c32f9e18.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000003_b2e47086.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000003_b2e47086.szcp new file mode 100644 index 00000000..d9841f45 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000003_b2e47086.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000004_286eb287.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000004_286eb287.szcp new file mode 100644 index 00000000..1476f060 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000004_286eb287.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000005_ccb240b0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000005_ccb240b0.szcp new file mode 100644 index 00000000..7f183ac9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000005_ccb240b0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000006_e6cc712c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000006_e6cc712c.szcp new file mode 100644 index 00000000..7d725657 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000006_e6cc712c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000007_df5951c0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000007_df5951c0.szcp new file mode 100644 index 00000000..c68dca5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000007_df5951c0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000008_fc392674.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000008_fc392674.szcp new file mode 100644 index 00000000..c250e048 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000008_fc392674.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000009_b89fed2c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000009_b89fed2c.szcp new file mode 100644 index 00000000..e3e48e8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000009_b89fed2c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000010_edb5b8f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000010_edb5b8f2.szcp new file mode 100644 index 00000000..91ef1587 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000010_edb5b8f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000011_1fc45381.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000011_1fc45381.szcp new file mode 100644 index 00000000..24f12fb3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000011_1fc45381.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000012_edf2c574.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000012_edf2c574.szcp new file mode 100644 index 00000000..14892d72 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000012_edf2c574.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000013_93de31c0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000013_93de31c0.szcp new file mode 100644 index 00000000..0b6ec022 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000013_93de31c0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000014_08d70cd9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000014_08d70cd9.szcp new file mode 100644 index 00000000..834556f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000014_08d70cd9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000015_c9051c52.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000015_c9051c52.szcp new file mode 100644 index 00000000..ed3b2377 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000015_c9051c52.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000016_7cf28424.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000016_7cf28424.szcp new file mode 100644 index 00000000..72f15aab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000016_7cf28424.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000017_10ab6a1a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000017_10ab6a1a.szcp new file mode 100644 index 00000000..68f475f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000017_10ab6a1a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000018_450365ca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000018_450365ca.szcp new file mode 100644 index 00000000..06f13e35 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000018_450365ca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000019_487f0bc9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000019_487f0bc9.szcp new file mode 100644 index 00000000..9833af34 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000019_487f0bc9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000020_3d28624e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000020_3d28624e.szcp new file mode 100644 index 00000000..e7465a0e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000020_3d28624e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000021_23be13b7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000021_23be13b7.szcp new file mode 100644 index 00000000..b01ba01e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000021_23be13b7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000022_aa0555bd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000022_aa0555bd.szcp new file mode 100644 index 00000000..c2cbbbcc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000022_aa0555bd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000023_b5f390a7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000023_b5f390a7.szcp new file mode 100644 index 00000000..6d3ab7e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000023_b5f390a7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000024_c9ecda01.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000024_c9ecda01.szcp new file mode 100644 index 00000000..b9a075d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000024_c9ecda01.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000025_f418711e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000025_f418711e.szcp new file mode 100644 index 00000000..91cd4a71 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000025_f418711e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000026_26fcfbea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000026_26fcfbea.szcp new file mode 100644 index 00000000..0276d6bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000026_26fcfbea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000027_24b578bd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000027_24b578bd.szcp new file mode 100644 index 00000000..8f89cde1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000027_24b578bd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000028_65735b1d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000028_65735b1d.szcp new file mode 100644 index 00000000..13623a81 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000028_65735b1d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000029_2acb3d3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000029_2acb3d3c.szcp new file mode 100644 index 00000000..e88366c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_028/checkpoints/checkpoint_00000000000000000029_2acb3d3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000001_1a18aa0f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000001_1a18aa0f.szar new file mode 100644 index 00000000..857a6042 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000001_1a18aa0f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000002_ef5d69fd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000002_ef5d69fd.szar new file mode 100644 index 00000000..0d82a274 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000002_ef5d69fd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000003_af4f1834.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000003_af4f1834.szar new file mode 100644 index 00000000..af0ffcc4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000003_af4f1834.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000004_628b29fb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000004_628b29fb.szar new file mode 100644 index 00000000..e08f1177 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000004_628b29fb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000005_eb58b969.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000005_eb58b969.szar new file mode 100644 index 00000000..6bd95b86 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000005_eb58b969.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000006_db91ebc7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000006_db91ebc7.szar new file mode 100644 index 00000000..3f01b013 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000006_db91ebc7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000007_55259747.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000007_55259747.szar new file mode 100644 index 00000000..b05e2e0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000007_55259747.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000008_a4522f8c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000008_a4522f8c.szar new file mode 100644 index 00000000..7d67163f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000008_a4522f8c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000009_5a9ceff9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000009_5a9ceff9.szar new file mode 100644 index 00000000..5f5afdc7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000009_5a9ceff9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000010_73023d5e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000010_73023d5e.szar new file mode 100644 index 00000000..f514bade Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000010_73023d5e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000011_b0badcde.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000011_b0badcde.szar new file mode 100644 index 00000000..0bcab5ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000011_b0badcde.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000012_eae0dc6e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000012_eae0dc6e.szar new file mode 100644 index 00000000..1b95deb3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000012_eae0dc6e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000013_c87d7ffa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000013_c87d7ffa.szar new file mode 100644 index 00000000..2390a1fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000013_c87d7ffa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000014_c609cec2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000014_c609cec2.szar new file mode 100644 index 00000000..e88a08c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000014_c609cec2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000015_5112830c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000015_5112830c.szar new file mode 100644 index 00000000..cf48a14d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000015_5112830c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000016_fb2d4d66.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000016_fb2d4d66.szar new file mode 100644 index 00000000..7a48c71f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000016_fb2d4d66.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000017_ed2a889c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000017_ed2a889c.szar new file mode 100644 index 00000000..94f7b7d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000017_ed2a889c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000018_1b2157a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000018_1b2157a7.szar new file mode 100644 index 00000000..f6e2f352 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000018_1b2157a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000019_0d0ed3f4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000019_0d0ed3f4.szar new file mode 100644 index 00000000..7b56d7c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000019_0d0ed3f4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000020_dc2b150a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000020_dc2b150a.szar new file mode 100644 index 00000000..475fffe9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000020_dc2b150a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000021_532d64a1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000021_532d64a1.szar new file mode 100644 index 00000000..d4457816 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000021_532d64a1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000022_3e4e97a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000022_3e4e97a2.szar new file mode 100644 index 00000000..7eda43fc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000022_3e4e97a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000023_fba401a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000023_fba401a7.szar new file mode 100644 index 00000000..245d472e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000023_fba401a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000024_89e894f3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000024_89e894f3.szar new file mode 100644 index 00000000..ff757348 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000024_89e894f3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000025_f43a71a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000025_f43a71a7.szar new file mode 100644 index 00000000..ff931b8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000025_f43a71a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000026_075e9e40.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000026_075e9e40.szar new file mode 100644 index 00000000..c30ed387 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000026_075e9e40.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000027_45062b24.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000027_45062b24.szar new file mode 100644 index 00000000..33275204 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000027_45062b24.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000028_eb6293c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000028_eb6293c5.szar new file mode 100644 index 00000000..6c60b3f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000028_eb6293c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000029_7409bef8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000029_7409bef8.szar new file mode 100644 index 00000000..894364b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000029_7409bef8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000030_e16d188f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000030_e16d188f.szar new file mode 100644 index 00000000..66af37e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/archive/delta_00000000000000000030_e16d188f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000001_6d5f8094.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000001_6d5f8094.szcp new file mode 100644 index 00000000..5e035b8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000001_6d5f8094.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000002_2655529d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000002_2655529d.szcp new file mode 100644 index 00000000..f2ed7d45 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000002_2655529d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000003_c94980e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000003_c94980e2.szcp new file mode 100644 index 00000000..49c555aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000003_c94980e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000004_da5e1e0f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000004_da5e1e0f.szcp new file mode 100644 index 00000000..773b4d7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000004_da5e1e0f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000005_3770b2c6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000005_3770b2c6.szcp new file mode 100644 index 00000000..29ab5bb4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000005_3770b2c6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000006_4cc5010c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000006_4cc5010c.szcp new file mode 100644 index 00000000..60830135 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000006_4cc5010c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000007_b65d5cb6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000007_b65d5cb6.szcp new file mode 100644 index 00000000..690600da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000007_b65d5cb6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000008_5342c075.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000008_5342c075.szcp new file mode 100644 index 00000000..33e8166f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000008_5342c075.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000009_d847024f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000009_d847024f.szcp new file mode 100644 index 00000000..0e0e4c05 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000009_d847024f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000010_4f26a688.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000010_4f26a688.szcp new file mode 100644 index 00000000..b6ec4822 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000010_4f26a688.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000011_dfaa7afa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000011_dfaa7afa.szcp new file mode 100644 index 00000000..39005e0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000011_dfaa7afa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000012_efd1f015.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000012_efd1f015.szcp new file mode 100644 index 00000000..deb1e695 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000012_efd1f015.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000013_54fcbe3f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000013_54fcbe3f.szcp new file mode 100644 index 00000000..9b79b1e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000013_54fcbe3f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000014_41490ef0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000014_41490ef0.szcp new file mode 100644 index 00000000..011deb85 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000014_41490ef0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000015_377d227b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000015_377d227b.szcp new file mode 100644 index 00000000..a5fc588a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000015_377d227b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000016_5afd3906.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000016_5afd3906.szcp new file mode 100644 index 00000000..8a8f049b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000016_5afd3906.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000017_e785e974.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000017_e785e974.szcp new file mode 100644 index 00000000..5d70f6c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000017_e785e974.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000018_59feb20f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000018_59feb20f.szcp new file mode 100644 index 00000000..46ea0e51 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000018_59feb20f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000019_d18ecbce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000019_d18ecbce.szcp new file mode 100644 index 00000000..47ac0485 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000019_d18ecbce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000020_eb977e2e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000020_eb977e2e.szcp new file mode 100644 index 00000000..c0f2dc85 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000020_eb977e2e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000021_c30dd9d4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000021_c30dd9d4.szcp new file mode 100644 index 00000000..8dbba753 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000021_c30dd9d4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000022_1e09a620.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000022_1e09a620.szcp new file mode 100644 index 00000000..fd02e56c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000022_1e09a620.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000023_83568b61.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000023_83568b61.szcp new file mode 100644 index 00000000..7b04ea2f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000023_83568b61.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000024_7395f04d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000024_7395f04d.szcp new file mode 100644 index 00000000..cceef14e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000024_7395f04d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000025_064681dd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000025_064681dd.szcp new file mode 100644 index 00000000..c0247b70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000025_064681dd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000026_7321e409.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000026_7321e409.szcp new file mode 100644 index 00000000..38cac52b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000026_7321e409.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000027_db7441a9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000027_db7441a9.szcp new file mode 100644 index 00000000..41d8d772 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000027_db7441a9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000028_8cee7069.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000028_8cee7069.szcp new file mode 100644 index 00000000..3ce54713 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000028_8cee7069.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000029_3dc0d203.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000029_3dc0d203.szcp new file mode 100644 index 00000000..13c10c96 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000029_3dc0d203.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000030_590816e5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000030_590816e5.szcp new file mode 100644 index 00000000..a4ab6726 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_029/checkpoints/checkpoint_00000000000000000030_590816e5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000001_e38c064f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000001_e38c064f.szar new file mode 100644 index 00000000..1a51cf4b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000001_e38c064f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000002_78bdb915.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000002_78bdb915.szar new file mode 100644 index 00000000..3f404ecf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000002_78bdb915.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000003_cb3e5a00.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000003_cb3e5a00.szar new file mode 100644 index 00000000..daad7500 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000003_cb3e5a00.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000004_975de241.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000004_975de241.szar new file mode 100644 index 00000000..76cea6c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000004_975de241.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000005_fd47c3de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000005_fd47c3de.szar new file mode 100644 index 00000000..b54d5d62 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000005_fd47c3de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000006_3085f04f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000006_3085f04f.szar new file mode 100644 index 00000000..1e202659 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000006_3085f04f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000007_63b330a1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000007_63b330a1.szar new file mode 100644 index 00000000..bda3fe4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000007_63b330a1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000008_2122c005.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000008_2122c005.szar new file mode 100644 index 00000000..2978fe78 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000008_2122c005.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000009_f7838ebc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000009_f7838ebc.szar new file mode 100644 index 00000000..65063706 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000009_f7838ebc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000010_1a646257.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000010_1a646257.szar new file mode 100644 index 00000000..facbbbd3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000010_1a646257.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000011_cc7b6ea9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000011_cc7b6ea9.szar new file mode 100644 index 00000000..4a2b881d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000011_cc7b6ea9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000012_c8285302.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000012_c8285302.szar new file mode 100644 index 00000000..46c10b9e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000012_c8285302.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000013_386c48e2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000013_386c48e2.szar new file mode 100644 index 00000000..ea7c5241 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000013_386c48e2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000014_ea03cefe.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000014_ea03cefe.szar new file mode 100644 index 00000000..268a0d88 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000014_ea03cefe.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000015_df05c66c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000015_df05c66c.szar new file mode 100644 index 00000000..cc72be9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000015_df05c66c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000016_cbc8062b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000016_cbc8062b.szar new file mode 100644 index 00000000..d1c6362d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000016_cbc8062b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000017_41564d19.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000017_41564d19.szar new file mode 100644 index 00000000..22a53304 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000017_41564d19.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000018_6571554b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000018_6571554b.szar new file mode 100644 index 00000000..760b185c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000018_6571554b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000019_b29647e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000019_b29647e1.szar new file mode 100644 index 00000000..7c0cde3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000019_b29647e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000020_ff06570b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000020_ff06570b.szar new file mode 100644 index 00000000..bf702199 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000020_ff06570b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000021_3b890a42.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000021_3b890a42.szar new file mode 100644 index 00000000..cfc2c72a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000021_3b890a42.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000022_98e7c997.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000022_98e7c997.szar new file mode 100644 index 00000000..348e652f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000022_98e7c997.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000023_de962a12.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000023_de962a12.szar new file mode 100644 index 00000000..9cd4daa2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000023_de962a12.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000024_479313c6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000024_479313c6.szar new file mode 100644 index 00000000..5396882e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000024_479313c6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000025_48c176d6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000025_48c176d6.szar new file mode 100644 index 00000000..72b2bc0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000025_48c176d6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000026_64736fc5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000026_64736fc5.szar new file mode 100644 index 00000000..a9996d38 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000026_64736fc5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000027_de025406.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000027_de025406.szar new file mode 100644 index 00000000..a3469c7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000027_de025406.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000028_e0cc4154.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000028_e0cc4154.szar new file mode 100644 index 00000000..7221929f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000028_e0cc4154.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000029_200fc55b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000029_200fc55b.szar new file mode 100644 index 00000000..acbdd15a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000029_200fc55b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000030_ef4a0708.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000030_ef4a0708.szar new file mode 100644 index 00000000..a1aa9396 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000030_ef4a0708.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000031_73920fb2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000031_73920fb2.szar new file mode 100644 index 00000000..359dc274 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000031_73920fb2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000032_f51ee749.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000032_f51ee749.szar new file mode 100644 index 00000000..5f41825f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000032_f51ee749.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000033_23050df7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000033_23050df7.szar new file mode 100644 index 00000000..e5cfc5ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000033_23050df7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000034_82aeb36b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000034_82aeb36b.szar new file mode 100644 index 00000000..fca1bcf0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000034_82aeb36b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000035_a96c08a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000035_a96c08a7.szar new file mode 100644 index 00000000..d0f7e93c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000035_a96c08a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000036_c48c15a0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000036_c48c15a0.szar new file mode 100644 index 00000000..92b6e451 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000036_c48c15a0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000037_fdf9a55f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000037_fdf9a55f.szar new file mode 100644 index 00000000..122c8c3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/archive/delta_00000000000000000037_fdf9a55f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000001_c6d66aa4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000001_c6d66aa4.szcp new file mode 100644 index 00000000..37293fc1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000001_c6d66aa4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000002_7ddfb267.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000002_7ddfb267.szcp new file mode 100644 index 00000000..6423f3c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000002_7ddfb267.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000003_a7236758.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000003_a7236758.szcp new file mode 100644 index 00000000..2c522cfa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000003_a7236758.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000004_965058ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000004_965058ce.szcp new file mode 100644 index 00000000..f01da062 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000004_965058ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000005_858616bc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000005_858616bc.szcp new file mode 100644 index 00000000..8909c1dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000005_858616bc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000006_28e7f3bd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000006_28e7f3bd.szcp new file mode 100644 index 00000000..13469ff7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000006_28e7f3bd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000007_baf5534e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000007_baf5534e.szcp new file mode 100644 index 00000000..71aa473a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000007_baf5534e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000008_2141754e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000008_2141754e.szcp new file mode 100644 index 00000000..4dfb501b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000008_2141754e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000009_bc6bb2db.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000009_bc6bb2db.szcp new file mode 100644 index 00000000..11f3109c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000009_bc6bb2db.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000010_1480016f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000010_1480016f.szcp new file mode 100644 index 00000000..46b2b3bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000010_1480016f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000011_1eaf3071.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000011_1eaf3071.szcp new file mode 100644 index 00000000..d9444cfb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000011_1eaf3071.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000012_dd3fc874.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000012_dd3fc874.szcp new file mode 100644 index 00000000..416a99d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000012_dd3fc874.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000013_305e2347.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000013_305e2347.szcp new file mode 100644 index 00000000..b9530852 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000013_305e2347.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000014_6ace5d46.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000014_6ace5d46.szcp new file mode 100644 index 00000000..674f8ada Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000014_6ace5d46.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000015_07880b80.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000015_07880b80.szcp new file mode 100644 index 00000000..f8730b24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000015_07880b80.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000016_94e27985.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000016_94e27985.szcp new file mode 100644 index 00000000..bd1333a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000016_94e27985.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000017_9425944d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000017_9425944d.szcp new file mode 100644 index 00000000..06e774d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000017_9425944d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000018_38725c7f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000018_38725c7f.szcp new file mode 100644 index 00000000..01a53c46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000018_38725c7f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000019_bfe296a1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000019_bfe296a1.szcp new file mode 100644 index 00000000..82cde3d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000019_bfe296a1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000020_5fba2e67.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000020_5fba2e67.szcp new file mode 100644 index 00000000..18b606ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000020_5fba2e67.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000021_9fc54443.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000021_9fc54443.szcp new file mode 100644 index 00000000..7a0a85c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000021_9fc54443.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000022_a9aad4a3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000022_a9aad4a3.szcp new file mode 100644 index 00000000..27c2f2be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000022_a9aad4a3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000023_14ace927.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000023_14ace927.szcp new file mode 100644 index 00000000..657483d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000023_14ace927.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000024_3fbe4ee6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000024_3fbe4ee6.szcp new file mode 100644 index 00000000..cb343c5f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000024_3fbe4ee6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000025_57ebb405.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000025_57ebb405.szcp new file mode 100644 index 00000000..bc798413 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000025_57ebb405.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000026_8b4f287b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000026_8b4f287b.szcp new file mode 100644 index 00000000..c7da099a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000026_8b4f287b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000027_59a8e8ed.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000027_59a8e8ed.szcp new file mode 100644 index 00000000..f106bbd4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000027_59a8e8ed.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000028_f8c27ff0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000028_f8c27ff0.szcp new file mode 100644 index 00000000..e9c05b93 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000028_f8c27ff0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000029_acca6ac5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000029_acca6ac5.szcp new file mode 100644 index 00000000..f64cb11f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000029_acca6ac5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000030_c063b1bc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000030_c063b1bc.szcp new file mode 100644 index 00000000..47626dcf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000030_c063b1bc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000031_60fd25eb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000031_60fd25eb.szcp new file mode 100644 index 00000000..e060044d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000031_60fd25eb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000032_5b0bca5f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000032_5b0bca5f.szcp new file mode 100644 index 00000000..7659b139 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000032_5b0bca5f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000033_02f810e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000033_02f810e4.szcp new file mode 100644 index 00000000..6bf6e9bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000033_02f810e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000034_20bb13d2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000034_20bb13d2.szcp new file mode 100644 index 00000000..043cc5d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000034_20bb13d2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000035_000cd4ad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000035_000cd4ad.szcp new file mode 100644 index 00000000..54bd9b78 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000035_000cd4ad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000036_54c9f605.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000036_54c9f605.szcp new file mode 100644 index 00000000..b99fdaeb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000036_54c9f605.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000037_b9c32f70.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000037_b9c32f70.szcp new file mode 100644 index 00000000..a2ca99b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_030/checkpoints/checkpoint_00000000000000000037_b9c32f70.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000001_1f5c74b5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000001_1f5c74b5.szar new file mode 100644 index 00000000..ea3918b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000001_1f5c74b5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000002_ff20d6e3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000002_ff20d6e3.szar new file mode 100644 index 00000000..d2f4a66a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000002_ff20d6e3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000003_1cdb78f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000003_1cdb78f6.szar new file mode 100644 index 00000000..cfa9d85c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000003_1cdb78f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000004_28c415b1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000004_28c415b1.szar new file mode 100644 index 00000000..70feb34b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000004_28c415b1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000005_5d499598.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000005_5d499598.szar new file mode 100644 index 00000000..53a497d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000005_5d499598.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000006_7d8722bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000006_7d8722bc.szar new file mode 100644 index 00000000..029a2ad2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000006_7d8722bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000007_32bfbf37.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000007_32bfbf37.szar new file mode 100644 index 00000000..5dc0c62d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000007_32bfbf37.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000008_10665352.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000008_10665352.szar new file mode 100644 index 00000000..5450c4e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000008_10665352.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000009_a9d02b4a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000009_a9d02b4a.szar new file mode 100644 index 00000000..5debf8c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000009_a9d02b4a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000010_e5957c34.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000010_e5957c34.szar new file mode 100644 index 00000000..ed0bd4e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000010_e5957c34.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000011_59b16809.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000011_59b16809.szar new file mode 100644 index 00000000..68efbcb6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000011_59b16809.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000012_c5040253.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000012_c5040253.szar new file mode 100644 index 00000000..a76615d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000012_c5040253.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000013_a94e3d8f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000013_a94e3d8f.szar new file mode 100644 index 00000000..dcabea83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000013_a94e3d8f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000014_57e2c84f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000014_57e2c84f.szar new file mode 100644 index 00000000..21772aad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000014_57e2c84f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000015_a2cb45fb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000015_a2cb45fb.szar new file mode 100644 index 00000000..1f09b964 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000015_a2cb45fb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000016_69e81187.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000016_69e81187.szar new file mode 100644 index 00000000..a323aefc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000016_69e81187.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000017_6371fde2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000017_6371fde2.szar new file mode 100644 index 00000000..ec962026 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000017_6371fde2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000018_7de60f54.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000018_7de60f54.szar new file mode 100644 index 00000000..0de2475c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000018_7de60f54.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000019_704f35ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000019_704f35ad.szar new file mode 100644 index 00000000..21c8b983 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000019_704f35ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000020_6cfac03d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000020_6cfac03d.szar new file mode 100644 index 00000000..d3899fc0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000020_6cfac03d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000021_50ef3ea8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000021_50ef3ea8.szar new file mode 100644 index 00000000..a1d6d124 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000021_50ef3ea8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000022_10e6b361.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000022_10e6b361.szar new file mode 100644 index 00000000..84ef5748 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000022_10e6b361.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000023_fe925cf2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000023_fe925cf2.szar new file mode 100644 index 00000000..9c509be7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000023_fe925cf2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000024_052a3362.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000024_052a3362.szar new file mode 100644 index 00000000..683aef5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000024_052a3362.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000025_c2817363.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000025_c2817363.szar new file mode 100644 index 00000000..3c7d5dbf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000025_c2817363.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000026_43816826.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000026_43816826.szar new file mode 100644 index 00000000..261dd059 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000026_43816826.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000027_638d29e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000027_638d29e1.szar new file mode 100644 index 00000000..1e2b0eaa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000027_638d29e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000028_c6c33246.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000028_c6c33246.szar new file mode 100644 index 00000000..290aa650 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000028_c6c33246.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000029_fe908951.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000029_fe908951.szar new file mode 100644 index 00000000..7bbda562 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000029_fe908951.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000030_31257993.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000030_31257993.szar new file mode 100644 index 00000000..c1dce5a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000030_31257993.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000031_d4e94afc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000031_d4e94afc.szar new file mode 100644 index 00000000..cae23562 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000031_d4e94afc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000032_e9f71e52.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000032_e9f71e52.szar new file mode 100644 index 00000000..3e35af49 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000032_e9f71e52.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000033_0c55df9f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000033_0c55df9f.szar new file mode 100644 index 00000000..72f460b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000033_0c55df9f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000034_01dd4dba.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000034_01dd4dba.szar new file mode 100644 index 00000000..0f4f21d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000034_01dd4dba.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000035_8f5023bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000035_8f5023bc.szar new file mode 100644 index 00000000..c790b5ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000035_8f5023bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000036_9604247a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000036_9604247a.szar new file mode 100644 index 00000000..27475e0e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000036_9604247a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000037_e850bdbc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000037_e850bdbc.szar new file mode 100644 index 00000000..d3e52117 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000037_e850bdbc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000038_7b14cb18.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000038_7b14cb18.szar new file mode 100644 index 00000000..b6c4a443 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000038_7b14cb18.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000039_d8d11ca9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000039_d8d11ca9.szar new file mode 100644 index 00000000..c4ff92e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000039_d8d11ca9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000040_56b961bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000040_56b961bc.szar new file mode 100644 index 00000000..353a93c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/archive/delta_00000000000000000040_56b961bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000001_f28ad9c5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000001_f28ad9c5.szcp new file mode 100644 index 00000000..27900013 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000001_f28ad9c5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000002_91612baa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000002_91612baa.szcp new file mode 100644 index 00000000..248e09cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000002_91612baa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000003_afde5cf8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000003_afde5cf8.szcp new file mode 100644 index 00000000..766085dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000003_afde5cf8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000004_665d2292.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000004_665d2292.szcp new file mode 100644 index 00000000..f5e5bd1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000004_665d2292.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000005_6ea596a4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000005_6ea596a4.szcp new file mode 100644 index 00000000..f92b994c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000005_6ea596a4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000006_2d6e4cb4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000006_2d6e4cb4.szcp new file mode 100644 index 00000000..b1b64f9d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000006_2d6e4cb4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000007_779aa5cb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000007_779aa5cb.szcp new file mode 100644 index 00000000..e6992583 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000007_779aa5cb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000008_4517c277.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000008_4517c277.szcp new file mode 100644 index 00000000..08fce921 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000008_4517c277.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000009_8118943e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000009_8118943e.szcp new file mode 100644 index 00000000..795b8ce9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000009_8118943e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000010_18acf7a3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000010_18acf7a3.szcp new file mode 100644 index 00000000..18b608ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000010_18acf7a3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000011_99935b88.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000011_99935b88.szcp new file mode 100644 index 00000000..a1d13306 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000011_99935b88.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000012_c7631ab8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000012_c7631ab8.szcp new file mode 100644 index 00000000..192ae935 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000012_c7631ab8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000013_9619e458.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000013_9619e458.szcp new file mode 100644 index 00000000..ca179dd4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000013_9619e458.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000014_d46eaf4e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000014_d46eaf4e.szcp new file mode 100644 index 00000000..5460756b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000014_d46eaf4e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000015_8849f5c9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000015_8849f5c9.szcp new file mode 100644 index 00000000..f68c033d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000015_8849f5c9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000016_a1440245.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000016_a1440245.szcp new file mode 100644 index 00000000..00dc0d2b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000016_a1440245.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000017_ce291976.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000017_ce291976.szcp new file mode 100644 index 00000000..a78f84d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000017_ce291976.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000018_253c584d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000018_253c584d.szcp new file mode 100644 index 00000000..5c5a941e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000018_253c584d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000019_1318ca39.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000019_1318ca39.szcp new file mode 100644 index 00000000..f616d135 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000019_1318ca39.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000020_d2133d8a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000020_d2133d8a.szcp new file mode 100644 index 00000000..5dfb59b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000020_d2133d8a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000021_10bf549f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000021_10bf549f.szcp new file mode 100644 index 00000000..a90af5b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000021_10bf549f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000022_4b264810.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000022_4b264810.szcp new file mode 100644 index 00000000..9c06ba43 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000022_4b264810.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000023_e65e7727.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000023_e65e7727.szcp new file mode 100644 index 00000000..734cf8c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000023_e65e7727.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000024_ce58e26c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000024_ce58e26c.szcp new file mode 100644 index 00000000..3fbd646c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000024_ce58e26c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000025_45791efa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000025_45791efa.szcp new file mode 100644 index 00000000..a83ca221 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000025_45791efa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000026_ce1e5d76.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000026_ce1e5d76.szcp new file mode 100644 index 00000000..40b564c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000026_ce1e5d76.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000027_a2396ffc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000027_a2396ffc.szcp new file mode 100644 index 00000000..fc19fe7e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000027_a2396ffc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000028_207cef69.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000028_207cef69.szcp new file mode 100644 index 00000000..b099ea8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000028_207cef69.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000029_a1798959.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000029_a1798959.szcp new file mode 100644 index 00000000..3fecbefc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000029_a1798959.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000030_f1d17db2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000030_f1d17db2.szcp new file mode 100644 index 00000000..74c1128b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000030_f1d17db2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000031_49341f1a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000031_49341f1a.szcp new file mode 100644 index 00000000..8734506a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000031_49341f1a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000032_66100458.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000032_66100458.szcp new file mode 100644 index 00000000..6908fc49 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000032_66100458.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000033_3701fa1e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000033_3701fa1e.szcp new file mode 100644 index 00000000..e744b855 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000033_3701fa1e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000034_58833112.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000034_58833112.szcp new file mode 100644 index 00000000..f9b72fb8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000034_58833112.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000035_2c86a39f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000035_2c86a39f.szcp new file mode 100644 index 00000000..6b412325 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000035_2c86a39f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000036_59f8df2a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000036_59f8df2a.szcp new file mode 100644 index 00000000..2c8ddd10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000036_59f8df2a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000037_2c8c0ac9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000037_2c8c0ac9.szcp new file mode 100644 index 00000000..47616e1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000037_2c8c0ac9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000038_f36543ff.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000038_f36543ff.szcp new file mode 100644 index 00000000..0f67c24a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000038_f36543ff.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000039_fbc2c97f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000039_fbc2c97f.szcp new file mode 100644 index 00000000..527e719f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000039_fbc2c97f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000040_b0d079cc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000040_b0d079cc.szcp new file mode 100644 index 00000000..14ce84d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_031/checkpoints/checkpoint_00000000000000000040_b0d079cc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000001_4f212ceb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000001_4f212ceb.szar new file mode 100644 index 00000000..132c79de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000001_4f212ceb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000002_54012937.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000002_54012937.szar new file mode 100644 index 00000000..5a05542d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000002_54012937.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000003_85680594.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000003_85680594.szar new file mode 100644 index 00000000..c41878e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000003_85680594.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000004_44fea382.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000004_44fea382.szar new file mode 100644 index 00000000..160d434e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000004_44fea382.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000005_dab4c022.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000005_dab4c022.szar new file mode 100644 index 00000000..a2319198 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000005_dab4c022.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000006_abf3e86c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000006_abf3e86c.szar new file mode 100644 index 00000000..d2991f5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000006_abf3e86c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000007_61be7675.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000007_61be7675.szar new file mode 100644 index 00000000..7bf23903 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000007_61be7675.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000008_10cb79cd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000008_10cb79cd.szar new file mode 100644 index 00000000..d295385d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000008_10cb79cd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000009_7a015c3b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000009_7a015c3b.szar new file mode 100644 index 00000000..d96b4a9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000009_7a015c3b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000010_d57ca182.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000010_d57ca182.szar new file mode 100644 index 00000000..7c2c1878 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000010_d57ca182.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000011_76a17a48.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000011_76a17a48.szar new file mode 100644 index 00000000..1294c5dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000011_76a17a48.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000012_80625ec2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000012_80625ec2.szar new file mode 100644 index 00000000..bfd06f72 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000012_80625ec2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000013_803064b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000013_803064b9.szar new file mode 100644 index 00000000..4e5da56f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000013_803064b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000014_75b76652.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000014_75b76652.szar new file mode 100644 index 00000000..7f7f26bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000014_75b76652.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000015_02440a59.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000015_02440a59.szar new file mode 100644 index 00000000..675ff524 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000015_02440a59.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000016_17997bcc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000016_17997bcc.szar new file mode 100644 index 00000000..8cab5168 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000016_17997bcc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000017_ebc00ce0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000017_ebc00ce0.szar new file mode 100644 index 00000000..9bf5cfa3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000017_ebc00ce0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000018_6678a8af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000018_6678a8af.szar new file mode 100644 index 00000000..8bdf59c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000018_6678a8af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000019_007d9718.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000019_007d9718.szar new file mode 100644 index 00000000..574482cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000019_007d9718.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000020_df0a18d5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000020_df0a18d5.szar new file mode 100644 index 00000000..c11527ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000020_df0a18d5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000021_658a234f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000021_658a234f.szar new file mode 100644 index 00000000..b466c179 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000021_658a234f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000022_11132980.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000022_11132980.szar new file mode 100644 index 00000000..fb29ee1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000022_11132980.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000023_25d97274.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000023_25d97274.szar new file mode 100644 index 00000000..9875129a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000023_25d97274.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000024_1f53589d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000024_1f53589d.szar new file mode 100644 index 00000000..ca3ff889 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000024_1f53589d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000025_020cb8b3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000025_020cb8b3.szar new file mode 100644 index 00000000..9298878d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000025_020cb8b3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000026_ffb42235.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000026_ffb42235.szar new file mode 100644 index 00000000..9a896e01 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000026_ffb42235.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000027_fad41614.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000027_fad41614.szar new file mode 100644 index 00000000..08718e38 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000027_fad41614.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000028_8a8c7fa9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000028_8a8c7fa9.szar new file mode 100644 index 00000000..810a2d66 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000028_8a8c7fa9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000029_84249fb4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000029_84249fb4.szar new file mode 100644 index 00000000..f564c65d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000029_84249fb4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000030_2792172f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000030_2792172f.szar new file mode 100644 index 00000000..0b856483 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000030_2792172f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000031_0a32a3cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000031_0a32a3cf.szar new file mode 100644 index 00000000..6bf91ce4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000031_0a32a3cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000032_1214de4f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000032_1214de4f.szar new file mode 100644 index 00000000..3585e2c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000032_1214de4f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000033_ac8644c7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000033_ac8644c7.szar new file mode 100644 index 00000000..b64c783e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000033_ac8644c7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000034_3f64236f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000034_3f64236f.szar new file mode 100644 index 00000000..13e9ff23 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000034_3f64236f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000035_e0bc5ac0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000035_e0bc5ac0.szar new file mode 100644 index 00000000..a587ae5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000035_e0bc5ac0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000036_d26f5838.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000036_d26f5838.szar new file mode 100644 index 00000000..9cc2a81e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/archive/delta_00000000000000000036_d26f5838.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000001_50a8e62c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000001_50a8e62c.szcp new file mode 100644 index 00000000..1398725d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000001_50a8e62c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000002_ee3a9010.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000002_ee3a9010.szcp new file mode 100644 index 00000000..d2d1e79a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000002_ee3a9010.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000003_bd5d53fb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000003_bd5d53fb.szcp new file mode 100644 index 00000000..0cf3e224 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000003_bd5d53fb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000004_b29afbfc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000004_b29afbfc.szcp new file mode 100644 index 00000000..29c614bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000004_b29afbfc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000005_3e980d61.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000005_3e980d61.szcp new file mode 100644 index 00000000..1a3ab650 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000005_3e980d61.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000006_af1cc4aa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000006_af1cc4aa.szcp new file mode 100644 index 00000000..90cd7cbf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000006_af1cc4aa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000007_3c5093cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000007_3c5093cd.szcp new file mode 100644 index 00000000..8ea0315a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000007_3c5093cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000008_e888d320.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000008_e888d320.szcp new file mode 100644 index 00000000..dbcc810d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000008_e888d320.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000009_38c4738f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000009_38c4738f.szcp new file mode 100644 index 00000000..d36764ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000009_38c4738f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000010_774b802b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000010_774b802b.szcp new file mode 100644 index 00000000..d347a774 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000010_774b802b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000011_a8d76a02.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000011_a8d76a02.szcp new file mode 100644 index 00000000..4d82aee1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000011_a8d76a02.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000012_6aecd663.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000012_6aecd663.szcp new file mode 100644 index 00000000..f290bb3a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000012_6aecd663.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000013_616073c3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000013_616073c3.szcp new file mode 100644 index 00000000..b557fd4c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000013_616073c3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000014_115abadc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000014_115abadc.szcp new file mode 100644 index 00000000..da750508 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000014_115abadc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000015_1e7907cb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000015_1e7907cb.szcp new file mode 100644 index 00000000..46dcd42d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000015_1e7907cb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000016_17c53831.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000016_17c53831.szcp new file mode 100644 index 00000000..f4b75116 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000016_17c53831.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000017_bf1964d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000017_bf1964d6.szcp new file mode 100644 index 00000000..de2825d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000017_bf1964d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000018_dfd57c81.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000018_dfd57c81.szcp new file mode 100644 index 00000000..9393e659 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000018_dfd57c81.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000019_74f4a4a3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000019_74f4a4a3.szcp new file mode 100644 index 00000000..7e5c13d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000019_74f4a4a3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000020_3aa69275.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000020_3aa69275.szcp new file mode 100644 index 00000000..66dc2880 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000020_3aa69275.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000021_f42403c7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000021_f42403c7.szcp new file mode 100644 index 00000000..63bd88cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000021_f42403c7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000022_146e1a26.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000022_146e1a26.szcp new file mode 100644 index 00000000..224fa010 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000022_146e1a26.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000023_cb26aa54.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000023_cb26aa54.szcp new file mode 100644 index 00000000..ca6a8a87 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000023_cb26aa54.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000024_668a8b7d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000024_668a8b7d.szcp new file mode 100644 index 00000000..5b267c56 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000024_668a8b7d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000025_a8ddd235.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000025_a8ddd235.szcp new file mode 100644 index 00000000..9d6b4787 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000025_a8ddd235.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000026_0d8f170d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000026_0d8f170d.szcp new file mode 100644 index 00000000..997fc51e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000026_0d8f170d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000027_2b3f43f3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000027_2b3f43f3.szcp new file mode 100644 index 00000000..3a34a438 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000027_2b3f43f3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000028_464075c5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000028_464075c5.szcp new file mode 100644 index 00000000..ab4cfb02 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000028_464075c5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000029_f9d283a8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000029_f9d283a8.szcp new file mode 100644 index 00000000..3dd1a821 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000029_f9d283a8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000030_d1f3fea8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000030_d1f3fea8.szcp new file mode 100644 index 00000000..4e13ac5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000030_d1f3fea8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000031_706e0d59.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000031_706e0d59.szcp new file mode 100644 index 00000000..5fa05010 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000031_706e0d59.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000032_e1f8563a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000032_e1f8563a.szcp new file mode 100644 index 00000000..fcdf0db2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000032_e1f8563a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000033_52dbd68c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000033_52dbd68c.szcp new file mode 100644 index 00000000..a23c011c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000033_52dbd68c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000034_edb9a11e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000034_edb9a11e.szcp new file mode 100644 index 00000000..acca9bbc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000034_edb9a11e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000035_4411543a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000035_4411543a.szcp new file mode 100644 index 00000000..5a4ddaa5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000035_4411543a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000036_4e579bca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000036_4e579bca.szcp new file mode 100644 index 00000000..293bc203 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_032/checkpoints/checkpoint_00000000000000000036_4e579bca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000001_e45186cb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000001_e45186cb.szar new file mode 100644 index 00000000..4319e882 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000001_e45186cb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000002_281694c4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000002_281694c4.szar new file mode 100644 index 00000000..a59f611a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000002_281694c4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000003_3d86208a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000003_3d86208a.szar new file mode 100644 index 00000000..99c8b3b5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000003_3d86208a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000004_7b583d93.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000004_7b583d93.szar new file mode 100644 index 00000000..d372a612 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000004_7b583d93.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000005_c0cc2259.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000005_c0cc2259.szar new file mode 100644 index 00000000..b987b7df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000005_c0cc2259.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000006_53136ae1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000006_53136ae1.szar new file mode 100644 index 00000000..129879ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000006_53136ae1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000007_c94c716a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000007_c94c716a.szar new file mode 100644 index 00000000..b52ed42a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000007_c94c716a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000008_060ce712.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000008_060ce712.szar new file mode 100644 index 00000000..858e9f59 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000008_060ce712.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000009_f1158227.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000009_f1158227.szar new file mode 100644 index 00000000..03b14a62 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000009_f1158227.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000010_f521fc6c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000010_f521fc6c.szar new file mode 100644 index 00000000..1e6c5154 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000010_f521fc6c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000011_576606df.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000011_576606df.szar new file mode 100644 index 00000000..95bdf507 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000011_576606df.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000012_10db5413.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000012_10db5413.szar new file mode 100644 index 00000000..4b0832e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000012_10db5413.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000013_dd72b0ce.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000013_dd72b0ce.szar new file mode 100644 index 00000000..5913b9e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000013_dd72b0ce.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000014_904e3217.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000014_904e3217.szar new file mode 100644 index 00000000..7c54fa5f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000014_904e3217.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000015_76ea2866.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000015_76ea2866.szar new file mode 100644 index 00000000..254151e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000015_76ea2866.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000016_07c1ca2d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000016_07c1ca2d.szar new file mode 100644 index 00000000..9d961dc5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000016_07c1ca2d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000017_4a2dd059.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000017_4a2dd059.szar new file mode 100644 index 00000000..bf804cde Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000017_4a2dd059.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000018_68767fd6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000018_68767fd6.szar new file mode 100644 index 00000000..51b1506b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000018_68767fd6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000019_055a6ccd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000019_055a6ccd.szar new file mode 100644 index 00000000..44412be8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000019_055a6ccd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000020_b0807566.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000020_b0807566.szar new file mode 100644 index 00000000..db13075d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000020_b0807566.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000021_8d9f28bf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000021_8d9f28bf.szar new file mode 100644 index 00000000..59d7962f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000021_8d9f28bf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000022_61652b7a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000022_61652b7a.szar new file mode 100644 index 00000000..12ddc197 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000022_61652b7a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000023_f57fd2f5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000023_f57fd2f5.szar new file mode 100644 index 00000000..0e5b324b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000023_f57fd2f5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000024_64df7207.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000024_64df7207.szar new file mode 100644 index 00000000..3806e528 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000024_64df7207.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000025_9b6f5ee0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000025_9b6f5ee0.szar new file mode 100644 index 00000000..083066da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000025_9b6f5ee0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000026_f2c9192d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000026_f2c9192d.szar new file mode 100644 index 00000000..530630d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000026_f2c9192d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000027_546ef5e9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000027_546ef5e9.szar new file mode 100644 index 00000000..6d34beb8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000027_546ef5e9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000028_9a0dce1b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000028_9a0dce1b.szar new file mode 100644 index 00000000..1946b453 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000028_9a0dce1b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000029_383ef0af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000029_383ef0af.szar new file mode 100644 index 00000000..b92f677d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000029_383ef0af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000030_01d612b0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000030_01d612b0.szar new file mode 100644 index 00000000..0d2be3d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000030_01d612b0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000031_7edc0c4b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000031_7edc0c4b.szar new file mode 100644 index 00000000..d8242618 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000031_7edc0c4b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000032_a2024eb9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000032_a2024eb9.szar new file mode 100644 index 00000000..5054f5cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000032_a2024eb9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000033_38c4956f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000033_38c4956f.szar new file mode 100644 index 00000000..f1fbd960 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000033_38c4956f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000034_21847216.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000034_21847216.szar new file mode 100644 index 00000000..3473046a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000034_21847216.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000035_d9a41471.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000035_d9a41471.szar new file mode 100644 index 00000000..fbed6b8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000035_d9a41471.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000036_9c0c606e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000036_9c0c606e.szar new file mode 100644 index 00000000..606e9bbb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000036_9c0c606e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000037_b740605e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000037_b740605e.szar new file mode 100644 index 00000000..ebae7c92 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000037_b740605e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000038_088db938.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000038_088db938.szar new file mode 100644 index 00000000..7d509129 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000038_088db938.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000039_9c8cb02c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000039_9c8cb02c.szar new file mode 100644 index 00000000..658c670e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000039_9c8cb02c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000040_4fe96ea2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000040_4fe96ea2.szar new file mode 100644 index 00000000..48c48f5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000040_4fe96ea2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000041_547c91ed.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000041_547c91ed.szar new file mode 100644 index 00000000..602a69e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/archive/delta_00000000000000000041_547c91ed.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000001_a86d1727.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000001_a86d1727.szcp new file mode 100644 index 00000000..5147113a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000001_a86d1727.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000002_2436399b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000002_2436399b.szcp new file mode 100644 index 00000000..573808c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000002_2436399b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000003_ae82d408.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000003_ae82d408.szcp new file mode 100644 index 00000000..82a96d46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000003_ae82d408.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000004_ee3d1cbb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000004_ee3d1cbb.szcp new file mode 100644 index 00000000..2fce65e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000004_ee3d1cbb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000005_e93bf482.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000005_e93bf482.szcp new file mode 100644 index 00000000..4c7e8b0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000005_e93bf482.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000006_195eb9ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000006_195eb9ce.szcp new file mode 100644 index 00000000..c7a8928a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000006_195eb9ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000007_29757def.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000007_29757def.szcp new file mode 100644 index 00000000..201dcdbe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000007_29757def.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000008_69dd64e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000008_69dd64e2.szcp new file mode 100644 index 00000000..e17b894b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000008_69dd64e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000009_c6cf5ea3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000009_c6cf5ea3.szcp new file mode 100644 index 00000000..4f30bf05 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000009_c6cf5ea3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000010_027e06c8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000010_027e06c8.szcp new file mode 100644 index 00000000..2168f1fb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000010_027e06c8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000011_f6b7be89.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000011_f6b7be89.szcp new file mode 100644 index 00000000..339951fb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000011_f6b7be89.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000012_d306d7f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000012_d306d7f2.szcp new file mode 100644 index 00000000..d5df747c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000012_d306d7f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000013_cbaabb22.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000013_cbaabb22.szcp new file mode 100644 index 00000000..1a9241a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000013_cbaabb22.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000014_7b1cb320.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000014_7b1cb320.szcp new file mode 100644 index 00000000..aa5ddd70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000014_7b1cb320.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000015_e742a48d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000015_e742a48d.szcp new file mode 100644 index 00000000..66fe073a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000015_e742a48d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000016_fcdf5213.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000016_fcdf5213.szcp new file mode 100644 index 00000000..4178ad9e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000016_fcdf5213.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000017_ec99231c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000017_ec99231c.szcp new file mode 100644 index 00000000..b370e4d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000017_ec99231c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000018_62b3acfb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000018_62b3acfb.szcp new file mode 100644 index 00000000..5f4c7d10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000018_62b3acfb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000019_1f3fa14d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000019_1f3fa14d.szcp new file mode 100644 index 00000000..00faabe1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000019_1f3fa14d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000020_7775fed4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000020_7775fed4.szcp new file mode 100644 index 00000000..346ca0cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000020_7775fed4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000021_33716194.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000021_33716194.szcp new file mode 100644 index 00000000..de6a26a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000021_33716194.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000022_7b2deb46.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000022_7b2deb46.szcp new file mode 100644 index 00000000..c466cae2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000022_7b2deb46.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000023_4cd459bc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000023_4cd459bc.szcp new file mode 100644 index 00000000..dcd70c73 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000023_4cd459bc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000024_8ec81910.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000024_8ec81910.szcp new file mode 100644 index 00000000..70baecef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000024_8ec81910.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000025_dd41035b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000025_dd41035b.szcp new file mode 100644 index 00000000..76bd46f9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000025_dd41035b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000026_714000d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000026_714000d6.szcp new file mode 100644 index 00000000..367093e5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000026_714000d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000027_7f119a3a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000027_7f119a3a.szcp new file mode 100644 index 00000000..2ee94fd7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000027_7f119a3a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000028_2d2cd804.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000028_2d2cd804.szcp new file mode 100644 index 00000000..fedb7edc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000028_2d2cd804.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000029_ee8dda81.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000029_ee8dda81.szcp new file mode 100644 index 00000000..bfd1064c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000029_ee8dda81.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000030_06ab0267.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000030_06ab0267.szcp new file mode 100644 index 00000000..8872740b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000030_06ab0267.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000031_09ed12ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000031_09ed12ae.szcp new file mode 100644 index 00000000..f3f96e10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000031_09ed12ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000032_fb8f98bb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000032_fb8f98bb.szcp new file mode 100644 index 00000000..deec49c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000032_fb8f98bb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000033_a49efa33.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000033_a49efa33.szcp new file mode 100644 index 00000000..95df0b2b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000033_a49efa33.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000034_0e0090ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000034_0e0090ae.szcp new file mode 100644 index 00000000..259038a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000034_0e0090ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000035_900df32e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000035_900df32e.szcp new file mode 100644 index 00000000..67624e28 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000035_900df32e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000036_bba4e9b2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000036_bba4e9b2.szcp new file mode 100644 index 00000000..27f59bdf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000036_bba4e9b2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000037_d58d33f7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000037_d58d33f7.szcp new file mode 100644 index 00000000..a871da9c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000037_d58d33f7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000038_ab0eaa26.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000038_ab0eaa26.szcp new file mode 100644 index 00000000..4083451a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000038_ab0eaa26.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000039_97f33580.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000039_97f33580.szcp new file mode 100644 index 00000000..8f4c52b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000039_97f33580.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000040_6999cbd5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000040_6999cbd5.szcp new file mode 100644 index 00000000..add27035 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000040_6999cbd5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000041_85544b98.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000041_85544b98.szcp new file mode 100644 index 00000000..169ac48c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_033/checkpoints/checkpoint_00000000000000000041_85544b98.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000001_cce1ad68.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000001_cce1ad68.szar new file mode 100644 index 00000000..9cf5c0d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000001_cce1ad68.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000002_49574ab1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000002_49574ab1.szar new file mode 100644 index 00000000..3db12e5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000002_49574ab1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000003_fc570551.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000003_fc570551.szar new file mode 100644 index 00000000..47c3c56a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000003_fc570551.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000004_b4ad1f5e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000004_b4ad1f5e.szar new file mode 100644 index 00000000..80634f10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000004_b4ad1f5e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000005_8c4f150d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000005_8c4f150d.szar new file mode 100644 index 00000000..a174c057 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000005_8c4f150d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000006_201b824c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000006_201b824c.szar new file mode 100644 index 00000000..36c4b63a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000006_201b824c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000007_ef175723.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000007_ef175723.szar new file mode 100644 index 00000000..0af9d3d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000007_ef175723.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000008_406843f2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000008_406843f2.szar new file mode 100644 index 00000000..f0f6d9d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000008_406843f2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000009_2892cb1e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000009_2892cb1e.szar new file mode 100644 index 00000000..c49c3bf3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000009_2892cb1e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000010_cc74e42f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000010_cc74e42f.szar new file mode 100644 index 00000000..6b34d87b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000010_cc74e42f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000011_79546876.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000011_79546876.szar new file mode 100644 index 00000000..7e2e9caf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000011_79546876.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000012_945187ab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000012_945187ab.szar new file mode 100644 index 00000000..a89c299d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000012_945187ab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000013_1f070988.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000013_1f070988.szar new file mode 100644 index 00000000..729792a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000013_1f070988.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000014_eaa71186.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000014_eaa71186.szar new file mode 100644 index 00000000..73bb8084 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000014_eaa71186.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000015_d27e90c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000015_d27e90c1.szar new file mode 100644 index 00000000..f49fd6c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000015_d27e90c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000016_8462020a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000016_8462020a.szar new file mode 100644 index 00000000..59489063 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000016_8462020a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000017_52a1d275.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000017_52a1d275.szar new file mode 100644 index 00000000..2394d3c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000017_52a1d275.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000018_546115b1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000018_546115b1.szar new file mode 100644 index 00000000..e5f2d653 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000018_546115b1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000019_df6b070f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000019_df6b070f.szar new file mode 100644 index 00000000..06d09356 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000019_df6b070f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000020_ae0f7c12.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000020_ae0f7c12.szar new file mode 100644 index 00000000..dbcbf0fb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000020_ae0f7c12.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000021_265d7b5e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000021_265d7b5e.szar new file mode 100644 index 00000000..eb8f907b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000021_265d7b5e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000022_ad26961a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000022_ad26961a.szar new file mode 100644 index 00000000..e60d517d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000022_ad26961a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000023_313b69f1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000023_313b69f1.szar new file mode 100644 index 00000000..f3c41184 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000023_313b69f1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000024_d55d24a0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000024_d55d24a0.szar new file mode 100644 index 00000000..537da4cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000024_d55d24a0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000025_b896c08a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000025_b896c08a.szar new file mode 100644 index 00000000..073f1065 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000025_b896c08a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000026_f7f39ea7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000026_f7f39ea7.szar new file mode 100644 index 00000000..31eeb39d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000026_f7f39ea7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000027_dfc7929e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000027_dfc7929e.szar new file mode 100644 index 00000000..474e0104 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000027_dfc7929e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000028_f39891cc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000028_f39891cc.szar new file mode 100644 index 00000000..c0852a40 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000028_f39891cc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000029_beb9024c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000029_beb9024c.szar new file mode 100644 index 00000000..348fb717 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/archive/delta_00000000000000000029_beb9024c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000001_ecf32d51.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000001_ecf32d51.szcp new file mode 100644 index 00000000..f6ac1669 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000001_ecf32d51.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000002_aea81ed1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000002_aea81ed1.szcp new file mode 100644 index 00000000..1e7c73bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000002_aea81ed1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000003_c813ec0f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000003_c813ec0f.szcp new file mode 100644 index 00000000..fcd4836c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000003_c813ec0f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000004_e834c01d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000004_e834c01d.szcp new file mode 100644 index 00000000..01c4c90a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000004_e834c01d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000005_1f221396.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000005_1f221396.szcp new file mode 100644 index 00000000..bf8ce6e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000005_1f221396.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000006_7840d43e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000006_7840d43e.szcp new file mode 100644 index 00000000..2f212a93 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000006_7840d43e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000007_830f94d7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000007_830f94d7.szcp new file mode 100644 index 00000000..5c0a0fe1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000007_830f94d7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000008_366581fd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000008_366581fd.szcp new file mode 100644 index 00000000..b99c20d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000008_366581fd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000009_56369478.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000009_56369478.szcp new file mode 100644 index 00000000..734f28da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000009_56369478.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000010_c58b6934.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000010_c58b6934.szcp new file mode 100644 index 00000000..33573f11 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000010_c58b6934.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000011_fa67f46d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000011_fa67f46d.szcp new file mode 100644 index 00000000..deaa3a24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000011_fa67f46d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000012_8258be3e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000012_8258be3e.szcp new file mode 100644 index 00000000..ddfae31e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000012_8258be3e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000013_579f0090.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000013_579f0090.szcp new file mode 100644 index 00000000..836f2e8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000013_579f0090.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000014_0b793ee4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000014_0b793ee4.szcp new file mode 100644 index 00000000..9cc6f321 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000014_0b793ee4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000015_682a00e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000015_682a00e2.szcp new file mode 100644 index 00000000..07a6599f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000015_682a00e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000016_6e387aa4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000016_6e387aa4.szcp new file mode 100644 index 00000000..63244f5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000016_6e387aa4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000017_c350b8f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000017_c350b8f4.szcp new file mode 100644 index 00000000..0ffcbf28 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000017_c350b8f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000018_c6fc4f70.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000018_c6fc4f70.szcp new file mode 100644 index 00000000..61fe5653 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000018_c6fc4f70.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000019_1dc47bc0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000019_1dc47bc0.szcp new file mode 100644 index 00000000..cece2f8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000019_1dc47bc0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000020_844435b2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000020_844435b2.szcp new file mode 100644 index 00000000..9ca06828 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000020_844435b2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000021_359c0022.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000021_359c0022.szcp new file mode 100644 index 00000000..fd5d0963 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000021_359c0022.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000022_56dd5f0d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000022_56dd5f0d.szcp new file mode 100644 index 00000000..70eb2328 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000022_56dd5f0d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000023_a2d03742.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000023_a2d03742.szcp new file mode 100644 index 00000000..ffee2a0f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000023_a2d03742.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000024_4b075e3e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000024_4b075e3e.szcp new file mode 100644 index 00000000..7a154ddd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000024_4b075e3e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000025_237f3a0b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000025_237f3a0b.szcp new file mode 100644 index 00000000..4dba3a67 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000025_237f3a0b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000026_1eedfeec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000026_1eedfeec.szcp new file mode 100644 index 00000000..e959185a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000026_1eedfeec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000027_8df56cdc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000027_8df56cdc.szcp new file mode 100644 index 00000000..fa439d9c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000027_8df56cdc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000028_e53b9c19.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000028_e53b9c19.szcp new file mode 100644 index 00000000..f072b193 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000028_e53b9c19.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000029_cf5e4ba5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000029_cf5e4ba5.szcp new file mode 100644 index 00000000..54f8c9e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_034/checkpoints/checkpoint_00000000000000000029_cf5e4ba5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000001_45180bf0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000001_45180bf0.szar new file mode 100644 index 00000000..52e2ec04 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000001_45180bf0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000002_f02f4ce1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000002_f02f4ce1.szar new file mode 100644 index 00000000..2b7b248f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000002_f02f4ce1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000003_e41be541.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000003_e41be541.szar new file mode 100644 index 00000000..a36a370f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000003_e41be541.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000004_dae59e87.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000004_dae59e87.szar new file mode 100644 index 00000000..81028214 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000004_dae59e87.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000005_185c30c9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000005_185c30c9.szar new file mode 100644 index 00000000..d4d8c147 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000005_185c30c9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000006_2278c9f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000006_2278c9f6.szar new file mode 100644 index 00000000..088ef82f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000006_2278c9f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000007_3f786c19.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000007_3f786c19.szar new file mode 100644 index 00000000..500af59e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000007_3f786c19.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000008_cd4d1379.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000008_cd4d1379.szar new file mode 100644 index 00000000..f28e0d6a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000008_cd4d1379.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000009_3efa6d32.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000009_3efa6d32.szar new file mode 100644 index 00000000..3dad7b5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000009_3efa6d32.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000010_68a5f016.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000010_68a5f016.szar new file mode 100644 index 00000000..1bac2754 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000010_68a5f016.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000011_8bdfd9a6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000011_8bdfd9a6.szar new file mode 100644 index 00000000..75919e70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000011_8bdfd9a6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000012_b1cda880.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000012_b1cda880.szar new file mode 100644 index 00000000..3632458a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000012_b1cda880.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000013_9eb39374.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000013_9eb39374.szar new file mode 100644 index 00000000..b4fe6f8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000013_9eb39374.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000014_c698626a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000014_c698626a.szar new file mode 100644 index 00000000..85aab257 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000014_c698626a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000015_e84f23ab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000015_e84f23ab.szar new file mode 100644 index 00000000..b7510213 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000015_e84f23ab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000016_dd4f8dcc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000016_dd4f8dcc.szar new file mode 100644 index 00000000..74b9d576 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000016_dd4f8dcc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000017_a98b7055.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000017_a98b7055.szar new file mode 100644 index 00000000..bab9f7f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000017_a98b7055.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000018_d5056249.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000018_d5056249.szar new file mode 100644 index 00000000..fd3f9a3c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000018_d5056249.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000019_2b38958a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000019_2b38958a.szar new file mode 100644 index 00000000..73957e9f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000019_2b38958a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000020_85fe7741.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000020_85fe7741.szar new file mode 100644 index 00000000..467f7753 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000020_85fe7741.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000021_b3d283c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000021_b3d283c2.szar new file mode 100644 index 00000000..980a738f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000021_b3d283c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000022_b783c9ee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000022_b783c9ee.szar new file mode 100644 index 00000000..fa449962 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000022_b783c9ee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000023_af1a9284.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000023_af1a9284.szar new file mode 100644 index 00000000..27cc5aed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000023_af1a9284.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000024_9f5b1c24.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000024_9f5b1c24.szar new file mode 100644 index 00000000..5c4d2023 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000024_9f5b1c24.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000025_027576e7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000025_027576e7.szar new file mode 100644 index 00000000..512962de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000025_027576e7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000026_69fd03ee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000026_69fd03ee.szar new file mode 100644 index 00000000..5154236f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000026_69fd03ee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000027_cf245985.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000027_cf245985.szar new file mode 100644 index 00000000..3cab9ae8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000027_cf245985.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000028_565dd7de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000028_565dd7de.szar new file mode 100644 index 00000000..97c02c1c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000028_565dd7de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000029_fcf70f73.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000029_fcf70f73.szar new file mode 100644 index 00000000..99ecc7b5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/archive/delta_00000000000000000029_fcf70f73.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000001_987da77f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000001_987da77f.szcp new file mode 100644 index 00000000..d5b737a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000001_987da77f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000002_2047b326.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000002_2047b326.szcp new file mode 100644 index 00000000..da311461 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000002_2047b326.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000003_d5423ac7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000003_d5423ac7.szcp new file mode 100644 index 00000000..47255090 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000003_d5423ac7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000004_11eed4a4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000004_11eed4a4.szcp new file mode 100644 index 00000000..260d5bc0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000004_11eed4a4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000005_da945463.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000005_da945463.szcp new file mode 100644 index 00000000..e0a1685e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000005_da945463.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000006_db164e69.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000006_db164e69.szcp new file mode 100644 index 00000000..bdb44d23 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000006_db164e69.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000007_1fb55217.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000007_1fb55217.szcp new file mode 100644 index 00000000..ca8d8afa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000007_1fb55217.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000008_732e57a2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000008_732e57a2.szcp new file mode 100644 index 00000000..dfaaf980 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000008_732e57a2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000009_c38f03eb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000009_c38f03eb.szcp new file mode 100644 index 00000000..bcf20909 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000009_c38f03eb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000010_2ee389d9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000010_2ee389d9.szcp new file mode 100644 index 00000000..dd2bd584 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000010_2ee389d9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000011_9a6a0e4d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000011_9a6a0e4d.szcp new file mode 100644 index 00000000..186affc7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000011_9a6a0e4d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000012_a27098f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000012_a27098f1.szcp new file mode 100644 index 00000000..373c4849 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000012_a27098f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000013_cb730813.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000013_cb730813.szcp new file mode 100644 index 00000000..37cfa8f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000013_cb730813.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000014_7f089c65.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000014_7f089c65.szcp new file mode 100644 index 00000000..6f42bbb4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000014_7f089c65.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000015_a6e1c5bd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000015_a6e1c5bd.szcp new file mode 100644 index 00000000..6dd1d81f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000015_a6e1c5bd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000016_5752f9b7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000016_5752f9b7.szcp new file mode 100644 index 00000000..c2a60164 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000016_5752f9b7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000017_b3d077f1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000017_b3d077f1.szcp new file mode 100644 index 00000000..9195fc0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000017_b3d077f1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000018_60175c21.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000018_60175c21.szcp new file mode 100644 index 00000000..762625b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000018_60175c21.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000019_d9e3b8f0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000019_d9e3b8f0.szcp new file mode 100644 index 00000000..8abed866 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000019_d9e3b8f0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000020_77bb8cf1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000020_77bb8cf1.szcp new file mode 100644 index 00000000..70259568 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000020_77bb8cf1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000021_349401c0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000021_349401c0.szcp new file mode 100644 index 00000000..0aa5fdce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000021_349401c0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000022_f09c7ebe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000022_f09c7ebe.szcp new file mode 100644 index 00000000..a8fb445d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000022_f09c7ebe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000023_ee530b92.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000023_ee530b92.szcp new file mode 100644 index 00000000..4aa0b804 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000023_ee530b92.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000024_ad81a8c6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000024_ad81a8c6.szcp new file mode 100644 index 00000000..e3a71a15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000024_ad81a8c6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000025_73352186.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000025_73352186.szcp new file mode 100644 index 00000000..68d136ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000025_73352186.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000026_9a7c3336.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000026_9a7c3336.szcp new file mode 100644 index 00000000..d49ed551 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000026_9a7c3336.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000027_8ff19645.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000027_8ff19645.szcp new file mode 100644 index 00000000..812660b0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000027_8ff19645.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000028_f1856f2c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000028_f1856f2c.szcp new file mode 100644 index 00000000..836cba64 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000028_f1856f2c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000029_f6df85f5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000029_f6df85f5.szcp new file mode 100644 index 00000000..9c7191f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_035/checkpoints/checkpoint_00000000000000000029_f6df85f5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000001_759b061c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000001_759b061c.szar new file mode 100644 index 00000000..b21d5850 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000001_759b061c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000002_97276c5a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000002_97276c5a.szar new file mode 100644 index 00000000..3a1bd78f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000002_97276c5a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000003_1994287b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000003_1994287b.szar new file mode 100644 index 00000000..3c697498 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000003_1994287b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000004_1ed054b5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000004_1ed054b5.szar new file mode 100644 index 00000000..6c9c5118 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000004_1ed054b5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000005_df9dbad0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000005_df9dbad0.szar new file mode 100644 index 00000000..d9d6d8dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000005_df9dbad0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000006_1192eaa4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000006_1192eaa4.szar new file mode 100644 index 00000000..13dc1a9c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000006_1192eaa4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000007_26efd823.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000007_26efd823.szar new file mode 100644 index 00000000..d6f8d7e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000007_26efd823.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000008_4436a9a3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000008_4436a9a3.szar new file mode 100644 index 00000000..eed1b64f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000008_4436a9a3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000009_2ead9ada.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000009_2ead9ada.szar new file mode 100644 index 00000000..e3a7d1c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000009_2ead9ada.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000010_eb5cdf1b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000010_eb5cdf1b.szar new file mode 100644 index 00000000..f3604e6a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000010_eb5cdf1b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000011_72334970.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000011_72334970.szar new file mode 100644 index 00000000..c505fc6f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000011_72334970.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000012_5f18aabb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000012_5f18aabb.szar new file mode 100644 index 00000000..9708f434 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000012_5f18aabb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000013_eb3a0d1d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000013_eb3a0d1d.szar new file mode 100644 index 00000000..9101f3b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000013_eb3a0d1d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000014_69323a34.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000014_69323a34.szar new file mode 100644 index 00000000..c488de8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000014_69323a34.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000015_e90d4fe3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000015_e90d4fe3.szar new file mode 100644 index 00000000..12761f3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000015_e90d4fe3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000016_26cebbf1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000016_26cebbf1.szar new file mode 100644 index 00000000..69a18b9a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000016_26cebbf1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000017_94db2896.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000017_94db2896.szar new file mode 100644 index 00000000..48d62e84 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000017_94db2896.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000018_cc0568c8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000018_cc0568c8.szar new file mode 100644 index 00000000..339b732b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000018_cc0568c8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000019_40ec2765.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000019_40ec2765.szar new file mode 100644 index 00000000..476fe586 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000019_40ec2765.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000020_3bafd8a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000020_3bafd8a7.szar new file mode 100644 index 00000000..69c62791 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000020_3bafd8a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000021_28d5c9a8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000021_28d5c9a8.szar new file mode 100644 index 00000000..5760ec35 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000021_28d5c9a8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000022_01ee0be3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000022_01ee0be3.szar new file mode 100644 index 00000000..aa7b543a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000022_01ee0be3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000023_3904eabd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000023_3904eabd.szar new file mode 100644 index 00000000..60ae6cc8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000023_3904eabd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000024_40ca2b9c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000024_40ca2b9c.szar new file mode 100644 index 00000000..9289dda8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000024_40ca2b9c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000025_92efa0c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000025_92efa0c5.szar new file mode 100644 index 00000000..0050e3f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000025_92efa0c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000026_f297f9ef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000026_f297f9ef.szar new file mode 100644 index 00000000..65524fd2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000026_f297f9ef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000027_def33958.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000027_def33958.szar new file mode 100644 index 00000000..ab7bc39b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000027_def33958.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000028_fe16a6ab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000028_fe16a6ab.szar new file mode 100644 index 00000000..5f058698 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000028_fe16a6ab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000029_c022db1e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000029_c022db1e.szar new file mode 100644 index 00000000..e3be6cf0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/archive/delta_00000000000000000029_c022db1e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000001_8f24e892.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000001_8f24e892.szcp new file mode 100644 index 00000000..c34d950a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000001_8f24e892.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000002_44c75702.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000002_44c75702.szcp new file mode 100644 index 00000000..4e08089a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000002_44c75702.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000003_11bc9e8f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000003_11bc9e8f.szcp new file mode 100644 index 00000000..bb8663c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000003_11bc9e8f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000004_39afc865.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000004_39afc865.szcp new file mode 100644 index 00000000..84f01b5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000004_39afc865.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000005_0dfb39b9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000005_0dfb39b9.szcp new file mode 100644 index 00000000..ce930848 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000005_0dfb39b9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000006_8cd57579.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000006_8cd57579.szcp new file mode 100644 index 00000000..d93c50fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000006_8cd57579.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000007_e7fa9b8d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000007_e7fa9b8d.szcp new file mode 100644 index 00000000..04165d36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000007_e7fa9b8d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000008_fc44e563.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000008_fc44e563.szcp new file mode 100644 index 00000000..a0756273 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000008_fc44e563.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000009_f8888b06.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000009_f8888b06.szcp new file mode 100644 index 00000000..72375920 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000009_f8888b06.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000010_f1daf74f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000010_f1daf74f.szcp new file mode 100644 index 00000000..7d3e3c94 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000010_f1daf74f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000011_f4a639bf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000011_f4a639bf.szcp new file mode 100644 index 00000000..1d75970a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000011_f4a639bf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000012_15966294.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000012_15966294.szcp new file mode 100644 index 00000000..86d03a06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000012_15966294.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000013_983691ed.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000013_983691ed.szcp new file mode 100644 index 00000000..b0047583 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000013_983691ed.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000014_b16dc1d1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000014_b16dc1d1.szcp new file mode 100644 index 00000000..6ea4990e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000014_b16dc1d1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000015_55790e99.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000015_55790e99.szcp new file mode 100644 index 00000000..28c218a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000015_55790e99.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000016_292c8936.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000016_292c8936.szcp new file mode 100644 index 00000000..139e6bf2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000016_292c8936.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000017_77bf7b5a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000017_77bf7b5a.szcp new file mode 100644 index 00000000..1060b1ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000017_77bf7b5a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000018_2a5216ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000018_2a5216ae.szcp new file mode 100644 index 00000000..046ace6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000018_2a5216ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000019_bd9dbeb5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000019_bd9dbeb5.szcp new file mode 100644 index 00000000..cc24bdac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000019_bd9dbeb5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000020_52983f4e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000020_52983f4e.szcp new file mode 100644 index 00000000..10b5eff5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000020_52983f4e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000021_48a959c7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000021_48a959c7.szcp new file mode 100644 index 00000000..513d3054 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000021_48a959c7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000022_db7a3e3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000022_db7a3e3c.szcp new file mode 100644 index 00000000..0ce881e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000022_db7a3e3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000023_55177dd5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000023_55177dd5.szcp new file mode 100644 index 00000000..e5f03e8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000023_55177dd5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000024_c556d19c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000024_c556d19c.szcp new file mode 100644 index 00000000..a314031f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000024_c556d19c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000025_bfb06ffd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000025_bfb06ffd.szcp new file mode 100644 index 00000000..cc1246f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000025_bfb06ffd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000026_c2137cfc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000026_c2137cfc.szcp new file mode 100644 index 00000000..99dda677 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000026_c2137cfc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000027_7990182b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000027_7990182b.szcp new file mode 100644 index 00000000..50720907 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000027_7990182b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000028_6bb64655.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000028_6bb64655.szcp new file mode 100644 index 00000000..1e9142da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000028_6bb64655.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000029_ac73b294.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000029_ac73b294.szcp new file mode 100644 index 00000000..79fbd13d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_036/checkpoints/checkpoint_00000000000000000029_ac73b294.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000001_c561be9f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000001_c561be9f.szar new file mode 100644 index 00000000..5a39c491 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000001_c561be9f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000002_6ed0fb59.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000002_6ed0fb59.szar new file mode 100644 index 00000000..5d31fb45 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000002_6ed0fb59.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000003_2ff8982a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000003_2ff8982a.szar new file mode 100644 index 00000000..745b4d1c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000003_2ff8982a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000004_2f67ae31.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000004_2f67ae31.szar new file mode 100644 index 00000000..16aacbce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000004_2f67ae31.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000005_4bc5d359.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000005_4bc5d359.szar new file mode 100644 index 00000000..f014b3d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000005_4bc5d359.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000006_d39ac85c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000006_d39ac85c.szar new file mode 100644 index 00000000..72203ec4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000006_d39ac85c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000007_f6dfce18.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000007_f6dfce18.szar new file mode 100644 index 00000000..96372859 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000007_f6dfce18.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000008_898982e3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000008_898982e3.szar new file mode 100644 index 00000000..b9078a0c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000008_898982e3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000009_347b0844.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000009_347b0844.szar new file mode 100644 index 00000000..48ec710f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000009_347b0844.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000010_48ca8b5d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000010_48ca8b5d.szar new file mode 100644 index 00000000..1690bfa1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000010_48ca8b5d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000011_7beebd57.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000011_7beebd57.szar new file mode 100644 index 00000000..490a9988 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000011_7beebd57.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000012_49613901.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000012_49613901.szar new file mode 100644 index 00000000..23f5cb70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000012_49613901.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000013_8ad64896.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000013_8ad64896.szar new file mode 100644 index 00000000..2394463a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000013_8ad64896.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000014_86a297cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000014_86a297cf.szar new file mode 100644 index 00000000..55db7355 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000014_86a297cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000015_ca1a6216.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000015_ca1a6216.szar new file mode 100644 index 00000000..4a575a40 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000015_ca1a6216.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000016_381f367c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000016_381f367c.szar new file mode 100644 index 00000000..c5c9bfcd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000016_381f367c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000017_7e3b3b51.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000017_7e3b3b51.szar new file mode 100644 index 00000000..68d2b920 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000017_7e3b3b51.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000018_ff3624da.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000018_ff3624da.szar new file mode 100644 index 00000000..704293a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000018_ff3624da.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000019_5e862e38.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000019_5e862e38.szar new file mode 100644 index 00000000..c162ad4a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000019_5e862e38.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000020_827dc313.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000020_827dc313.szar new file mode 100644 index 00000000..72755c20 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000020_827dc313.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000021_cabaa2eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000021_cabaa2eb.szar new file mode 100644 index 00000000..b4ce8ffb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000021_cabaa2eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000022_eb462169.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000022_eb462169.szar new file mode 100644 index 00000000..9f6f3381 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000022_eb462169.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000023_17e864af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000023_17e864af.szar new file mode 100644 index 00000000..b16454df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000023_17e864af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000024_92d4091b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000024_92d4091b.szar new file mode 100644 index 00000000..a5eeaf50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000024_92d4091b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000025_ece82de2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000025_ece82de2.szar new file mode 100644 index 00000000..e377e11b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000025_ece82de2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000026_4278c815.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000026_4278c815.szar new file mode 100644 index 00000000..271db41a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000026_4278c815.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000027_33fea77e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000027_33fea77e.szar new file mode 100644 index 00000000..f9086deb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000027_33fea77e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000028_23171b23.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000028_23171b23.szar new file mode 100644 index 00000000..324eac27 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000028_23171b23.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000029_c5a314b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000029_c5a314b9.szar new file mode 100644 index 00000000..b73fe221 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/archive/delta_00000000000000000029_c5a314b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000001_9bbfc547.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000001_9bbfc547.szcp new file mode 100644 index 00000000..d3c0accf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000001_9bbfc547.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000002_663ba6ba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000002_663ba6ba.szcp new file mode 100644 index 00000000..077c57de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000002_663ba6ba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000003_b3e2b4e0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000003_b3e2b4e0.szcp new file mode 100644 index 00000000..6d871435 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000003_b3e2b4e0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000004_a69c2552.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000004_a69c2552.szcp new file mode 100644 index 00000000..57110152 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000004_a69c2552.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000005_d95681b6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000005_d95681b6.szcp new file mode 100644 index 00000000..cbeba4ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000005_d95681b6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000006_fe9b7c33.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000006_fe9b7c33.szcp new file mode 100644 index 00000000..7fe7e95f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000006_fe9b7c33.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000007_c02dfa76.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000007_c02dfa76.szcp new file mode 100644 index 00000000..1f7b5728 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000007_c02dfa76.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000008_97fd6af3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000008_97fd6af3.szcp new file mode 100644 index 00000000..d1aa0a5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000008_97fd6af3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000009_f8d7d1c7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000009_f8d7d1c7.szcp new file mode 100644 index 00000000..fdc1dca2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000009_f8d7d1c7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000010_2f9f718f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000010_2f9f718f.szcp new file mode 100644 index 00000000..568e9bd9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000010_2f9f718f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000011_3750a24d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000011_3750a24d.szcp new file mode 100644 index 00000000..be8be019 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000011_3750a24d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000012_4c9d0f51.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000012_4c9d0f51.szcp new file mode 100644 index 00000000..1e0967ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000012_4c9d0f51.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000013_c1700598.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000013_c1700598.szcp new file mode 100644 index 00000000..9570e3b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000013_c1700598.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000014_01ed0406.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000014_01ed0406.szcp new file mode 100644 index 00000000..da097707 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000014_01ed0406.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000015_c2de6c17.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000015_c2de6c17.szcp new file mode 100644 index 00000000..9049e60d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000015_c2de6c17.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000016_fbe8ae8b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000016_fbe8ae8b.szcp new file mode 100644 index 00000000..86935bba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000016_fbe8ae8b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000017_55b4a704.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000017_55b4a704.szcp new file mode 100644 index 00000000..cd73fd8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000017_55b4a704.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000018_0c807f27.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000018_0c807f27.szcp new file mode 100644 index 00000000..724943cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000018_0c807f27.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000019_de568ffe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000019_de568ffe.szcp new file mode 100644 index 00000000..695609b1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000019_de568ffe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000020_18881ef5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000020_18881ef5.szcp new file mode 100644 index 00000000..89069f1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000020_18881ef5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000021_812453fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000021_812453fa.szcp new file mode 100644 index 00000000..ffeaee82 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000021_812453fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000022_17dbe62d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000022_17dbe62d.szcp new file mode 100644 index 00000000..5779c704 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000022_17dbe62d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000023_0b1c95e0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000023_0b1c95e0.szcp new file mode 100644 index 00000000..6a05fc7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000023_0b1c95e0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000024_689c777c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000024_689c777c.szcp new file mode 100644 index 00000000..e38cc7d0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000024_689c777c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000025_725f804c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000025_725f804c.szcp new file mode 100644 index 00000000..14048b7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000025_725f804c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000026_3f485fe4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000026_3f485fe4.szcp new file mode 100644 index 00000000..543b6497 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000026_3f485fe4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000027_69d12e81.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000027_69d12e81.szcp new file mode 100644 index 00000000..bc8cf074 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000027_69d12e81.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000028_546c2860.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000028_546c2860.szcp new file mode 100644 index 00000000..3b5e208c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000028_546c2860.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000029_ae6705a1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000029_ae6705a1.szcp new file mode 100644 index 00000000..47c66e8f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_037/checkpoints/checkpoint_00000000000000000029_ae6705a1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000001_bab19b53.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000001_bab19b53.szar new file mode 100644 index 00000000..7f930664 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000001_bab19b53.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000002_4617cf87.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000002_4617cf87.szar new file mode 100644 index 00000000..9646ee39 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000002_4617cf87.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000003_6d0e4c97.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000003_6d0e4c97.szar new file mode 100644 index 00000000..3e49fc7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000003_6d0e4c97.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000004_6ed15421.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000004_6ed15421.szar new file mode 100644 index 00000000..ebee3aea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000004_6ed15421.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000005_1bcdb849.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000005_1bcdb849.szar new file mode 100644 index 00000000..41e87674 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000005_1bcdb849.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000006_6e732d75.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000006_6e732d75.szar new file mode 100644 index 00000000..30a515b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000006_6e732d75.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000007_58d67547.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000007_58d67547.szar new file mode 100644 index 00000000..903b952d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000007_58d67547.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000008_ef35073d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000008_ef35073d.szar new file mode 100644 index 00000000..f86caefe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000008_ef35073d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000009_2589d733.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000009_2589d733.szar new file mode 100644 index 00000000..6d74fd85 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000009_2589d733.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000010_0ff05f8a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000010_0ff05f8a.szar new file mode 100644 index 00000000..6869e6f1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000010_0ff05f8a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000011_59677c51.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000011_59677c51.szar new file mode 100644 index 00000000..4ad7788b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000011_59677c51.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000012_7f3a4153.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000012_7f3a4153.szar new file mode 100644 index 00000000..a6a75743 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000012_7f3a4153.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000013_7630edea.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000013_7630edea.szar new file mode 100644 index 00000000..cd8cc134 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000013_7630edea.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000014_f858d93b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000014_f858d93b.szar new file mode 100644 index 00000000..bb3b58f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000014_f858d93b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000015_bafa5425.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000015_bafa5425.szar new file mode 100644 index 00000000..a699f4f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000015_bafa5425.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000016_3a77703a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000016_3a77703a.szar new file mode 100644 index 00000000..34319c52 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000016_3a77703a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000017_eae910b8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000017_eae910b8.szar new file mode 100644 index 00000000..710d48c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000017_eae910b8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000018_c5099da8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000018_c5099da8.szar new file mode 100644 index 00000000..d1f75671 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000018_c5099da8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000019_eda6bc9d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000019_eda6bc9d.szar new file mode 100644 index 00000000..69e0d474 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000019_eda6bc9d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000020_1a29615c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000020_1a29615c.szar new file mode 100644 index 00000000..f1335c6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000020_1a29615c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000021_e5a3fe4f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000021_e5a3fe4f.szar new file mode 100644 index 00000000..e495dfc0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000021_e5a3fe4f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000022_257cc315.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000022_257cc315.szar new file mode 100644 index 00000000..d0d7554e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000022_257cc315.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000023_2013bdc7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000023_2013bdc7.szar new file mode 100644 index 00000000..89ebe47f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000023_2013bdc7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000024_43f1c3b0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000024_43f1c3b0.szar new file mode 100644 index 00000000..a6c17057 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000024_43f1c3b0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000025_d5887324.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000025_d5887324.szar new file mode 100644 index 00000000..d0be5d7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000025_d5887324.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000026_0cafeacf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000026_0cafeacf.szar new file mode 100644 index 00000000..ab22ccc8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000026_0cafeacf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000027_dddacf93.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000027_dddacf93.szar new file mode 100644 index 00000000..5ae42f39 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000027_dddacf93.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000028_2e3d47df.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000028_2e3d47df.szar new file mode 100644 index 00000000..ddc753b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000028_2e3d47df.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000029_520b5ab7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000029_520b5ab7.szar new file mode 100644 index 00000000..ecd130c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000029_520b5ab7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000030_1978ba5d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000030_1978ba5d.szar new file mode 100644 index 00000000..10c04ee2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000030_1978ba5d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000031_5d08df8c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000031_5d08df8c.szar new file mode 100644 index 00000000..e45ba7e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000031_5d08df8c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000032_1ee04d3e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000032_1ee04d3e.szar new file mode 100644 index 00000000..078e8592 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000032_1ee04d3e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000033_340b653e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000033_340b653e.szar new file mode 100644 index 00000000..d92e6b74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000033_340b653e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000034_d868c1d8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000034_d868c1d8.szar new file mode 100644 index 00000000..365daf7b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000034_d868c1d8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000035_cc33f196.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000035_cc33f196.szar new file mode 100644 index 00000000..fc491501 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/archive/delta_00000000000000000035_cc33f196.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000001_d2f87d1b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000001_d2f87d1b.szcp new file mode 100644 index 00000000..9f9a37d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000001_d2f87d1b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000002_bf0d5f87.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000002_bf0d5f87.szcp new file mode 100644 index 00000000..05755afe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000002_bf0d5f87.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000003_7f9c9adc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000003_7f9c9adc.szcp new file mode 100644 index 00000000..67fc567f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000003_7f9c9adc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000004_7681573f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000004_7681573f.szcp new file mode 100644 index 00000000..4fa5266b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000004_7681573f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000005_7fbbcfd1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000005_7fbbcfd1.szcp new file mode 100644 index 00000000..5d5a3d97 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000005_7fbbcfd1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000006_8c4e1aec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000006_8c4e1aec.szcp new file mode 100644 index 00000000..2b918cf0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000006_8c4e1aec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000007_21da7d60.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000007_21da7d60.szcp new file mode 100644 index 00000000..110332b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000007_21da7d60.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000008_04f9e938.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000008_04f9e938.szcp new file mode 100644 index 00000000..f330afa3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000008_04f9e938.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000009_43690ce5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000009_43690ce5.szcp new file mode 100644 index 00000000..4089b61d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000009_43690ce5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000010_39d29113.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000010_39d29113.szcp new file mode 100644 index 00000000..f6e5b81b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000010_39d29113.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000011_b0ceb72e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000011_b0ceb72e.szcp new file mode 100644 index 00000000..a73c5851 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000011_b0ceb72e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000012_9ad701e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000012_9ad701e4.szcp new file mode 100644 index 00000000..40267f55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000012_9ad701e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000013_7c8f355f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000013_7c8f355f.szcp new file mode 100644 index 00000000..b56c8b8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000013_7c8f355f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000014_5241788a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000014_5241788a.szcp new file mode 100644 index 00000000..6d7254bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000014_5241788a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000015_326f0234.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000015_326f0234.szcp new file mode 100644 index 00000000..2e28c869 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000015_326f0234.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000016_9970e66e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000016_9970e66e.szcp new file mode 100644 index 00000000..a6158973 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000016_9970e66e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000017_6b4bec11.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000017_6b4bec11.szcp new file mode 100644 index 00000000..747528a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000017_6b4bec11.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000018_5e7d03b5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000018_5e7d03b5.szcp new file mode 100644 index 00000000..d74a4bba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000018_5e7d03b5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000019_43293ce8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000019_43293ce8.szcp new file mode 100644 index 00000000..96523453 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000019_43293ce8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000020_85e146c4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000020_85e146c4.szcp new file mode 100644 index 00000000..111157e3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000020_85e146c4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000021_85beeeec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000021_85beeeec.szcp new file mode 100644 index 00000000..c9ebbf1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000021_85beeeec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000022_fa0aa6ef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000022_fa0aa6ef.szcp new file mode 100644 index 00000000..59bf3fac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000022_fa0aa6ef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000023_54c3d3b2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000023_54c3d3b2.szcp new file mode 100644 index 00000000..3efeb5df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000023_54c3d3b2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000024_1b3ddc5a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000024_1b3ddc5a.szcp new file mode 100644 index 00000000..1fe077d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000024_1b3ddc5a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000025_eab95dce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000025_eab95dce.szcp new file mode 100644 index 00000000..cc0a2be6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000025_eab95dce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000026_898fde76.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000026_898fde76.szcp new file mode 100644 index 00000000..218d298b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000026_898fde76.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000027_5c3e8676.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000027_5c3e8676.szcp new file mode 100644 index 00000000..55ef56cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000027_5c3e8676.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000028_2708cff3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000028_2708cff3.szcp new file mode 100644 index 00000000..59c90b45 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000028_2708cff3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000029_28473eb3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000029_28473eb3.szcp new file mode 100644 index 00000000..86b96a01 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000029_28473eb3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000030_29eb0174.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000030_29eb0174.szcp new file mode 100644 index 00000000..2886a275 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000030_29eb0174.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000031_307662e9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000031_307662e9.szcp new file mode 100644 index 00000000..d4ed4f13 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000031_307662e9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000032_53639069.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000032_53639069.szcp new file mode 100644 index 00000000..2b52b2e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000032_53639069.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000033_f727944b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000033_f727944b.szcp new file mode 100644 index 00000000..5e87d2f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000033_f727944b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000034_f1af1928.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000034_f1af1928.szcp new file mode 100644 index 00000000..627330fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000034_f1af1928.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000035_f99b0036.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000035_f99b0036.szcp new file mode 100644 index 00000000..133d78b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_038/checkpoints/checkpoint_00000000000000000035_f99b0036.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000001_74805ae1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000001_74805ae1.szar new file mode 100644 index 00000000..51bf6773 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000001_74805ae1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000002_e73bd6ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000002_e73bd6ad.szar new file mode 100644 index 00000000..92beb312 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000002_e73bd6ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000003_51a3987e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000003_51a3987e.szar new file mode 100644 index 00000000..fa9f8153 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000003_51a3987e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000004_ae0d54cb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000004_ae0d54cb.szar new file mode 100644 index 00000000..b761c8d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000004_ae0d54cb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000005_bb429f51.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000005_bb429f51.szar new file mode 100644 index 00000000..5ecf68af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000005_bb429f51.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000006_b07f4c58.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000006_b07f4c58.szar new file mode 100644 index 00000000..d4e69bd9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000006_b07f4c58.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000007_021c47ab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000007_021c47ab.szar new file mode 100644 index 00000000..5a586b83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000007_021c47ab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000008_43f686b4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000008_43f686b4.szar new file mode 100644 index 00000000..557dfce8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000008_43f686b4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000009_d45b6357.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000009_d45b6357.szar new file mode 100644 index 00000000..4f780c32 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000009_d45b6357.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000010_dabb8205.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000010_dabb8205.szar new file mode 100644 index 00000000..f4e66bec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000010_dabb8205.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000011_49b28a1c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000011_49b28a1c.szar new file mode 100644 index 00000000..d9eec243 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000011_49b28a1c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000012_b4068e5b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000012_b4068e5b.szar new file mode 100644 index 00000000..1dbcf150 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000012_b4068e5b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000013_7c34a900.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000013_7c34a900.szar new file mode 100644 index 00000000..0a668a5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000013_7c34a900.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000014_b0afa718.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000014_b0afa718.szar new file mode 100644 index 00000000..7a3b88d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000014_b0afa718.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000015_c6864b7f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000015_c6864b7f.szar new file mode 100644 index 00000000..9ad77ec2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000015_c6864b7f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000016_ae67a685.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000016_ae67a685.szar new file mode 100644 index 00000000..3f3d5742 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000016_ae67a685.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000017_16cd9fe9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000017_16cd9fe9.szar new file mode 100644 index 00000000..e995ca74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000017_16cd9fe9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000018_ba6e84a6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000018_ba6e84a6.szar new file mode 100644 index 00000000..643ff889 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000018_ba6e84a6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000019_858b5772.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000019_858b5772.szar new file mode 100644 index 00000000..da2f21cc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000019_858b5772.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000020_b7822fce.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000020_b7822fce.szar new file mode 100644 index 00000000..0aa8baec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000020_b7822fce.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000021_85fee109.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000021_85fee109.szar new file mode 100644 index 00000000..c8c4eff4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000021_85fee109.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000022_c165594d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000022_c165594d.szar new file mode 100644 index 00000000..d01c230a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000022_c165594d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000023_8e33bcd3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000023_8e33bcd3.szar new file mode 100644 index 00000000..b550cefc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000023_8e33bcd3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000024_ac550351.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000024_ac550351.szar new file mode 100644 index 00000000..f1403ff7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000024_ac550351.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000025_9ef5bfd7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000025_9ef5bfd7.szar new file mode 100644 index 00000000..4375b16c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000025_9ef5bfd7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000026_7b95fafe.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000026_7b95fafe.szar new file mode 100644 index 00000000..06ef9c1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000026_7b95fafe.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000027_3157601c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000027_3157601c.szar new file mode 100644 index 00000000..a384e98c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000027_3157601c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000028_6b5262bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000028_6b5262bc.szar new file mode 100644 index 00000000..118e0d55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000028_6b5262bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000029_f3a30834.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000029_f3a30834.szar new file mode 100644 index 00000000..328e6dcb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000029_f3a30834.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000030_5a0819e9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000030_5a0819e9.szar new file mode 100644 index 00000000..9c9ffb8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000030_5a0819e9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000031_b946f0ab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000031_b946f0ab.szar new file mode 100644 index 00000000..dbb3cc3b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000031_b946f0ab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000032_25cdab5e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000032_25cdab5e.szar new file mode 100644 index 00000000..10cac496 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/archive/delta_00000000000000000032_25cdab5e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000001_1e432a57.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000001_1e432a57.szcp new file mode 100644 index 00000000..effe9238 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000001_1e432a57.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000002_965ae2a4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000002_965ae2a4.szcp new file mode 100644 index 00000000..3892b885 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000002_965ae2a4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000003_4431df52.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000003_4431df52.szcp new file mode 100644 index 00000000..56f24476 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000003_4431df52.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000004_4c1bcc77.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000004_4c1bcc77.szcp new file mode 100644 index 00000000..54a0627a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000004_4c1bcc77.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000005_3995ca4a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000005_3995ca4a.szcp new file mode 100644 index 00000000..a6960162 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000005_3995ca4a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000006_b28aa9eb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000006_b28aa9eb.szcp new file mode 100644 index 00000000..07323237 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000006_b28aa9eb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000007_e7c2b8a5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000007_e7c2b8a5.szcp new file mode 100644 index 00000000..3a44bbfb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000007_e7c2b8a5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000008_c05e506f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000008_c05e506f.szcp new file mode 100644 index 00000000..b413044e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000008_c05e506f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000009_504c5536.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000009_504c5536.szcp new file mode 100644 index 00000000..680842ec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000009_504c5536.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000010_23782108.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000010_23782108.szcp new file mode 100644 index 00000000..7bcf7969 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000010_23782108.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000011_dd5b06ca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000011_dd5b06ca.szcp new file mode 100644 index 00000000..d3107a8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000011_dd5b06ca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000012_cc19efc0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000012_cc19efc0.szcp new file mode 100644 index 00000000..7cfaa950 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000012_cc19efc0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000013_30d2821a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000013_30d2821a.szcp new file mode 100644 index 00000000..2a0ee7e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000013_30d2821a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000014_3febc75e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000014_3febc75e.szcp new file mode 100644 index 00000000..bf97d199 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000014_3febc75e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000015_3d857c6d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000015_3d857c6d.szcp new file mode 100644 index 00000000..7ef67cae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000015_3d857c6d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000016_469573f6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000016_469573f6.szcp new file mode 100644 index 00000000..fdeef52b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000016_469573f6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000017_dd6c6edc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000017_dd6c6edc.szcp new file mode 100644 index 00000000..82064866 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000017_dd6c6edc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000018_3fc4d3be.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000018_3fc4d3be.szcp new file mode 100644 index 00000000..dfd47289 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000018_3fc4d3be.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000019_cd4cedc2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000019_cd4cedc2.szcp new file mode 100644 index 00000000..988abc38 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000019_cd4cedc2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000020_525b53cf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000020_525b53cf.szcp new file mode 100644 index 00000000..c1cc6426 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000020_525b53cf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000021_b012617a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000021_b012617a.szcp new file mode 100644 index 00000000..22da4530 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000021_b012617a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000022_5cd3ece0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000022_5cd3ece0.szcp new file mode 100644 index 00000000..72c33826 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000022_5cd3ece0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000023_fd2efe39.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000023_fd2efe39.szcp new file mode 100644 index 00000000..b025d11c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000023_fd2efe39.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000024_920fbd95.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000024_920fbd95.szcp new file mode 100644 index 00000000..2a295cd5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000024_920fbd95.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000025_69af47c0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000025_69af47c0.szcp new file mode 100644 index 00000000..7a61d38b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000025_69af47c0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000026_43d9c987.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000026_43d9c987.szcp new file mode 100644 index 00000000..780cbbaa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000026_43d9c987.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000027_18158d38.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000027_18158d38.szcp new file mode 100644 index 00000000..f3006652 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000027_18158d38.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000028_5377895e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000028_5377895e.szcp new file mode 100644 index 00000000..f7e522e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000028_5377895e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000029_8ef9f85d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000029_8ef9f85d.szcp new file mode 100644 index 00000000..a35f2bae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000029_8ef9f85d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000030_1e178573.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000030_1e178573.szcp new file mode 100644 index 00000000..65313dbe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000030_1e178573.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000031_748c6739.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000031_748c6739.szcp new file mode 100644 index 00000000..1a93ca15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000031_748c6739.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000032_ff9a6d8d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000032_ff9a6d8d.szcp new file mode 100644 index 00000000..22f6bad6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_039/checkpoints/checkpoint_00000000000000000032_ff9a6d8d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000001_33291968.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000001_33291968.szar new file mode 100644 index 00000000..eaed72df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000001_33291968.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000002_e8c82ccc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000002_e8c82ccc.szar new file mode 100644 index 00000000..ffcc7c56 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000002_e8c82ccc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000003_744237db.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000003_744237db.szar new file mode 100644 index 00000000..493e38a1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000003_744237db.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000004_75ca5b48.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000004_75ca5b48.szar new file mode 100644 index 00000000..eeb58550 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000004_75ca5b48.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000005_222f354f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000005_222f354f.szar new file mode 100644 index 00000000..59a9faed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000005_222f354f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000006_c3aea506.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000006_c3aea506.szar new file mode 100644 index 00000000..1dc73820 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000006_c3aea506.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000007_36488d9f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000007_36488d9f.szar new file mode 100644 index 00000000..664896c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000007_36488d9f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000008_e87913b7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000008_e87913b7.szar new file mode 100644 index 00000000..66ebde31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000008_e87913b7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000009_803942b5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000009_803942b5.szar new file mode 100644 index 00000000..9ca9f4d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000009_803942b5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000010_093af893.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000010_093af893.szar new file mode 100644 index 00000000..3bef8fbf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000010_093af893.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000011_77d798ac.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000011_77d798ac.szar new file mode 100644 index 00000000..da6dff1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000011_77d798ac.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000012_d546d6ea.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000012_d546d6ea.szar new file mode 100644 index 00000000..903ecedc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000012_d546d6ea.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000013_9305bc77.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000013_9305bc77.szar new file mode 100644 index 00000000..0e4a87bb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000013_9305bc77.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000014_8ce27b60.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000014_8ce27b60.szar new file mode 100644 index 00000000..6af65c62 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000014_8ce27b60.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000015_33f60ec8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000015_33f60ec8.szar new file mode 100644 index 00000000..c4ed63d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000015_33f60ec8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000016_9275e3c8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000016_9275e3c8.szar new file mode 100644 index 00000000..486d8ba4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000016_9275e3c8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000017_ef5721f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000017_ef5721f6.szar new file mode 100644 index 00000000..bd67ea42 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000017_ef5721f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000018_7855ef30.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000018_7855ef30.szar new file mode 100644 index 00000000..95dc8626 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000018_7855ef30.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000019_f5309fca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000019_f5309fca.szar new file mode 100644 index 00000000..062a36fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000019_f5309fca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000020_26893fd5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000020_26893fd5.szar new file mode 100644 index 00000000..292007ac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000020_26893fd5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000021_39bfc437.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000021_39bfc437.szar new file mode 100644 index 00000000..5f65daca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000021_39bfc437.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000022_2a34c631.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000022_2a34c631.szar new file mode 100644 index 00000000..36ba0d0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000022_2a34c631.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000023_c52cf84f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000023_c52cf84f.szar new file mode 100644 index 00000000..d07e1910 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000023_c52cf84f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000024_df50337b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000024_df50337b.szar new file mode 100644 index 00000000..6dee9cb1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000024_df50337b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000025_6bd21454.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000025_6bd21454.szar new file mode 100644 index 00000000..53eae511 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000025_6bd21454.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000026_cb891eb2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000026_cb891eb2.szar new file mode 100644 index 00000000..47a4ae9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000026_cb891eb2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000027_2f27f4f8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000027_2f27f4f8.szar new file mode 100644 index 00000000..0815a813 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000027_2f27f4f8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000028_7b37af1d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000028_7b37af1d.szar new file mode 100644 index 00000000..2a37aa3a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000028_7b37af1d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000029_928e7cc4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000029_928e7cc4.szar new file mode 100644 index 00000000..fe9ab264 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000029_928e7cc4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000030_32dca0bf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000030_32dca0bf.szar new file mode 100644 index 00000000..0debcc1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000030_32dca0bf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000031_52e268a3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000031_52e268a3.szar new file mode 100644 index 00000000..d86ad18f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000031_52e268a3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000032_6a0c57cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000032_6a0c57cf.szar new file mode 100644 index 00000000..6d61bc94 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/archive/delta_00000000000000000032_6a0c57cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000001_716ae7ee.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000001_716ae7ee.szcp new file mode 100644 index 00000000..2c18d16b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000001_716ae7ee.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000002_d031dee5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000002_d031dee5.szcp new file mode 100644 index 00000000..07d30883 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000002_d031dee5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000003_3ebeb3d2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000003_3ebeb3d2.szcp new file mode 100644 index 00000000..6351f969 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000003_3ebeb3d2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000004_d1d5e350.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000004_d1d5e350.szcp new file mode 100644 index 00000000..da3fe723 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000004_d1d5e350.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000005_6b07219d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000005_6b07219d.szcp new file mode 100644 index 00000000..bbc10466 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000005_6b07219d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000006_f5a2912b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000006_f5a2912b.szcp new file mode 100644 index 00000000..bb7f5f00 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000006_f5a2912b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000007_439aaab7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000007_439aaab7.szcp new file mode 100644 index 00000000..a01fac0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000007_439aaab7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000008_c880b930.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000008_c880b930.szcp new file mode 100644 index 00000000..b608caa8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000008_c880b930.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000009_c4718839.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000009_c4718839.szcp new file mode 100644 index 00000000..96eb0838 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000009_c4718839.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000010_8f04937a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000010_8f04937a.szcp new file mode 100644 index 00000000..a7ddbd63 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000010_8f04937a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000011_061b10be.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000011_061b10be.szcp new file mode 100644 index 00000000..e905d6c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000011_061b10be.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000012_18e2305c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000012_18e2305c.szcp new file mode 100644 index 00000000..810924bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000012_18e2305c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000013_5a095071.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000013_5a095071.szcp new file mode 100644 index 00000000..5c35b72b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000013_5a095071.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000014_3b4ffa3a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000014_3b4ffa3a.szcp new file mode 100644 index 00000000..f4d17774 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000014_3b4ffa3a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000015_eaf65839.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000015_eaf65839.szcp new file mode 100644 index 00000000..25f086b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000015_eaf65839.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000016_046895c5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000016_046895c5.szcp new file mode 100644 index 00000000..14a11356 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000016_046895c5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000017_eac6f85e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000017_eac6f85e.szcp new file mode 100644 index 00000000..2a469cdb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000017_eac6f85e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000018_8bf1229f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000018_8bf1229f.szcp new file mode 100644 index 00000000..9ec99592 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000018_8bf1229f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000019_4bb74f0d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000019_4bb74f0d.szcp new file mode 100644 index 00000000..3c9e123d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000019_4bb74f0d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000020_f71b22ba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000020_f71b22ba.szcp new file mode 100644 index 00000000..63a5b2a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000020_f71b22ba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000021_822498ac.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000021_822498ac.szcp new file mode 100644 index 00000000..0b4f1737 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000021_822498ac.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000022_e47f2532.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000022_e47f2532.szcp new file mode 100644 index 00000000..f52e2e2e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000022_e47f2532.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000023_f79a70de.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000023_f79a70de.szcp new file mode 100644 index 00000000..8939bd3f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000023_f79a70de.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000024_a2d08f48.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000024_a2d08f48.szcp new file mode 100644 index 00000000..45b73d88 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000024_a2d08f48.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000025_633cb82f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000025_633cb82f.szcp new file mode 100644 index 00000000..21b0a678 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000025_633cb82f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000026_f9e958e6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000026_f9e958e6.szcp new file mode 100644 index 00000000..278a7f14 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000026_f9e958e6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000027_74867013.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000027_74867013.szcp new file mode 100644 index 00000000..81cabd86 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000027_74867013.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000028_e0e00f77.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000028_e0e00f77.szcp new file mode 100644 index 00000000..f9e94c37 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000028_e0e00f77.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000029_bc39333c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000029_bc39333c.szcp new file mode 100644 index 00000000..cecf6721 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000029_bc39333c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000030_769f1d0d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000030_769f1d0d.szcp new file mode 100644 index 00000000..130a4ebd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000030_769f1d0d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000031_7a2a2b4f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000031_7a2a2b4f.szcp new file mode 100644 index 00000000..a063bf36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000031_7a2a2b4f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000032_9b199f14.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000032_9b199f14.szcp new file mode 100644 index 00000000..57f54bed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_040/checkpoints/checkpoint_00000000000000000032_9b199f14.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000001_b5229471.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000001_b5229471.szar new file mode 100644 index 00000000..2a0644a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000001_b5229471.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000002_129432c0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000002_129432c0.szar new file mode 100644 index 00000000..90b4a25a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000002_129432c0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000003_c5d9d2ff.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000003_c5d9d2ff.szar new file mode 100644 index 00000000..4f65fe08 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000003_c5d9d2ff.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000004_03429280.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000004_03429280.szar new file mode 100644 index 00000000..6e652e0e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000004_03429280.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000005_1ead2b22.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000005_1ead2b22.szar new file mode 100644 index 00000000..eb87e025 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000005_1ead2b22.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000006_1390315a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000006_1390315a.szar new file mode 100644 index 00000000..ff2a7165 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000006_1390315a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000007_9012419b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000007_9012419b.szar new file mode 100644 index 00000000..55af85f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000007_9012419b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000008_5876cc8c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000008_5876cc8c.szar new file mode 100644 index 00000000..da647a07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000008_5876cc8c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000009_3c9e3b62.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000009_3c9e3b62.szar new file mode 100644 index 00000000..b11477bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000009_3c9e3b62.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000010_c2cddb46.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000010_c2cddb46.szar new file mode 100644 index 00000000..2e48830d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000010_c2cddb46.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000011_f9e82e3b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000011_f9e82e3b.szar new file mode 100644 index 00000000..da1d7f4a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000011_f9e82e3b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000012_c82b4666.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000012_c82b4666.szar new file mode 100644 index 00000000..2824710e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000012_c82b4666.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000013_b80ebfcc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000013_b80ebfcc.szar new file mode 100644 index 00000000..fb82e254 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000013_b80ebfcc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000014_bb6fa9af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000014_bb6fa9af.szar new file mode 100644 index 00000000..afb5be79 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000014_bb6fa9af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000015_2bf91014.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000015_2bf91014.szar new file mode 100644 index 00000000..b2fb9aba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000015_2bf91014.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000016_b36bd834.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000016_b36bd834.szar new file mode 100644 index 00000000..d10c6e16 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000016_b36bd834.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000017_3faf7e62.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000017_3faf7e62.szar new file mode 100644 index 00000000..ecf32bf2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000017_3faf7e62.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000018_41d5bf60.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000018_41d5bf60.szar new file mode 100644 index 00000000..97ac9dd9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000018_41d5bf60.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000019_f4517542.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000019_f4517542.szar new file mode 100644 index 00000000..804019ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000019_f4517542.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000020_ef9ce871.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000020_ef9ce871.szar new file mode 100644 index 00000000..537ff83e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000020_ef9ce871.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000021_89c940de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000021_89c940de.szar new file mode 100644 index 00000000..cd4d0361 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000021_89c940de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000022_c4c8944b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000022_c4c8944b.szar new file mode 100644 index 00000000..5e3aecbd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000022_c4c8944b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000023_62d26691.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000023_62d26691.szar new file mode 100644 index 00000000..b74cd004 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000023_62d26691.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000024_94abe1e8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000024_94abe1e8.szar new file mode 100644 index 00000000..700ee195 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000024_94abe1e8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000025_417fa31c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000025_417fa31c.szar new file mode 100644 index 00000000..f527b272 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000025_417fa31c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000026_fcfb4b6e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000026_fcfb4b6e.szar new file mode 100644 index 00000000..8528a5f1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000026_fcfb4b6e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000027_3830ec8b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000027_3830ec8b.szar new file mode 100644 index 00000000..588758ac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000027_3830ec8b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000028_7918feec.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000028_7918feec.szar new file mode 100644 index 00000000..693e2202 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000028_7918feec.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000029_22ce3233.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000029_22ce3233.szar new file mode 100644 index 00000000..8506e6be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000029_22ce3233.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000030_7f36f264.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000030_7f36f264.szar new file mode 100644 index 00000000..f9b904ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000030_7f36f264.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000031_a6c44537.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000031_a6c44537.szar new file mode 100644 index 00000000..2e1ac948 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000031_a6c44537.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000032_6b850215.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000032_6b850215.szar new file mode 100644 index 00000000..061f5ef0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000032_6b850215.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000033_8482a719.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000033_8482a719.szar new file mode 100644 index 00000000..8768d54c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000033_8482a719.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000034_89d2dec5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000034_89d2dec5.szar new file mode 100644 index 00000000..9f782a2f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/archive/delta_00000000000000000034_89d2dec5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000001_f4b7938e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000001_f4b7938e.szcp new file mode 100644 index 00000000..54a2444e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000001_f4b7938e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000002_31e7b3e8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000002_31e7b3e8.szcp new file mode 100644 index 00000000..902dc9e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000002_31e7b3e8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000003_03e22506.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000003_03e22506.szcp new file mode 100644 index 00000000..093b528f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000003_03e22506.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000004_c7308cd8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000004_c7308cd8.szcp new file mode 100644 index 00000000..af9d2d6b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000004_c7308cd8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000005_44b0f26c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000005_44b0f26c.szcp new file mode 100644 index 00000000..30120970 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000005_44b0f26c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000006_2df6959c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000006_2df6959c.szcp new file mode 100644 index 00000000..e03c1246 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000006_2df6959c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000007_7583fc4d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000007_7583fc4d.szcp new file mode 100644 index 00000000..32341894 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000007_7583fc4d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000008_8cbe513d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000008_8cbe513d.szcp new file mode 100644 index 00000000..2a4764ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000008_8cbe513d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000009_6682b29e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000009_6682b29e.szcp new file mode 100644 index 00000000..78a91e69 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000009_6682b29e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000010_b335d3c2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000010_b335d3c2.szcp new file mode 100644 index 00000000..5ab5ca30 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000010_b335d3c2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000011_7520c87e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000011_7520c87e.szcp new file mode 100644 index 00000000..a9c0521d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000011_7520c87e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000012_f598a741.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000012_f598a741.szcp new file mode 100644 index 00000000..853daa28 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000012_f598a741.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000013_8405b790.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000013_8405b790.szcp new file mode 100644 index 00000000..b6cdc3ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000013_8405b790.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000014_227515b4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000014_227515b4.szcp new file mode 100644 index 00000000..0c908165 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000014_227515b4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000015_57c515b2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000015_57c515b2.szcp new file mode 100644 index 00000000..13aa1de3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000015_57c515b2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000016_eb383215.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000016_eb383215.szcp new file mode 100644 index 00000000..fc19f0c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000016_eb383215.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000017_fd5caead.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000017_fd5caead.szcp new file mode 100644 index 00000000..7832e42e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000017_fd5caead.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000018_390d1ed1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000018_390d1ed1.szcp new file mode 100644 index 00000000..80b82cfc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000018_390d1ed1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000019_1abcd9cf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000019_1abcd9cf.szcp new file mode 100644 index 00000000..21c07a22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000019_1abcd9cf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000020_367b6fef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000020_367b6fef.szcp new file mode 100644 index 00000000..6d2b63ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000020_367b6fef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000021_66d897f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000021_66d897f4.szcp new file mode 100644 index 00000000..53760b33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000021_66d897f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000022_1dc27f98.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000022_1dc27f98.szcp new file mode 100644 index 00000000..0915550e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000022_1dc27f98.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000023_61ad99e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000023_61ad99e2.szcp new file mode 100644 index 00000000..1f201c24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000023_61ad99e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000024_3aa5dbb9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000024_3aa5dbb9.szcp new file mode 100644 index 00000000..4b3c5ac2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000024_3aa5dbb9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000025_3db7448f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000025_3db7448f.szcp new file mode 100644 index 00000000..e4f1c313 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000025_3db7448f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000026_b5ee6856.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000026_b5ee6856.szcp new file mode 100644 index 00000000..3e307b76 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000026_b5ee6856.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000027_2c4912dc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000027_2c4912dc.szcp new file mode 100644 index 00000000..960edf57 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000027_2c4912dc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000028_419ec5ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000028_419ec5ea.szcp new file mode 100644 index 00000000..c4dd40d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000028_419ec5ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000029_aacd396d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000029_aacd396d.szcp new file mode 100644 index 00000000..46457ae1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000029_aacd396d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000030_98571ab6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000030_98571ab6.szcp new file mode 100644 index 00000000..c7bb79a4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000030_98571ab6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000031_6ff83d1b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000031_6ff83d1b.szcp new file mode 100644 index 00000000..0a1abad8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000031_6ff83d1b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000032_a1359c62.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000032_a1359c62.szcp new file mode 100644 index 00000000..cb1b4a82 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000032_a1359c62.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000033_b7ecc433.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000033_b7ecc433.szcp new file mode 100644 index 00000000..7665e024 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000033_b7ecc433.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000034_0e75f677.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000034_0e75f677.szcp new file mode 100644 index 00000000..9d760d55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_041/checkpoints/checkpoint_00000000000000000034_0e75f677.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000001_71eddc58.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000001_71eddc58.szar new file mode 100644 index 00000000..8f896600 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000001_71eddc58.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000002_2cf8a5a9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000002_2cf8a5a9.szar new file mode 100644 index 00000000..ca7e0258 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000002_2cf8a5a9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000003_e08fb32d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000003_e08fb32d.szar new file mode 100644 index 00000000..136ffd99 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000003_e08fb32d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000004_bc2785e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000004_bc2785e6.szar new file mode 100644 index 00000000..73bce05e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000004_bc2785e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000005_1af49275.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000005_1af49275.szar new file mode 100644 index 00000000..f5d065f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000005_1af49275.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000006_71f9bc02.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000006_71f9bc02.szar new file mode 100644 index 00000000..b337bdc3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000006_71f9bc02.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000007_1fda9656.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000007_1fda9656.szar new file mode 100644 index 00000000..a32fcce5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000007_1fda9656.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000008_566c74b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000008_566c74b9.szar new file mode 100644 index 00000000..67693a54 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000008_566c74b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000009_14eb7f29.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000009_14eb7f29.szar new file mode 100644 index 00000000..d7fa727a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000009_14eb7f29.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000010_0ab048b4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000010_0ab048b4.szar new file mode 100644 index 00000000..024f8c22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000010_0ab048b4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000011_60a8df19.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000011_60a8df19.szar new file mode 100644 index 00000000..81646199 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000011_60a8df19.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000012_727f2880.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000012_727f2880.szar new file mode 100644 index 00000000..363a8987 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000012_727f2880.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000013_84bd6bc1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000013_84bd6bc1.szar new file mode 100644 index 00000000..f0d14b7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000013_84bd6bc1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000014_0526bfc8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000014_0526bfc8.szar new file mode 100644 index 00000000..b20ab51b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000014_0526bfc8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000015_417b3de5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000015_417b3de5.szar new file mode 100644 index 00000000..bcdbe03d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000015_417b3de5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000016_89967071.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000016_89967071.szar new file mode 100644 index 00000000..da16efdb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000016_89967071.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000017_6956e7d1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000017_6956e7d1.szar new file mode 100644 index 00000000..6c9b8d5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000017_6956e7d1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000018_2c2a19e0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000018_2c2a19e0.szar new file mode 100644 index 00000000..dec854a4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000018_2c2a19e0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000019_3e8e43d0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000019_3e8e43d0.szar new file mode 100644 index 00000000..8ee165be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000019_3e8e43d0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000020_3d7d33ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000020_3d7d33ad.szar new file mode 100644 index 00000000..8410fe23 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000020_3d7d33ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000021_f52579fc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000021_f52579fc.szar new file mode 100644 index 00000000..03c31465 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000021_f52579fc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000022_96e41715.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000022_96e41715.szar new file mode 100644 index 00000000..3f82dd8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000022_96e41715.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000023_74edf602.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000023_74edf602.szar new file mode 100644 index 00000000..3bf7bf71 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000023_74edf602.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000024_3e8f8030.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000024_3e8f8030.szar new file mode 100644 index 00000000..ee75d341 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000024_3e8f8030.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000025_6fda6143.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000025_6fda6143.szar new file mode 100644 index 00000000..92167cf2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000025_6fda6143.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000026_34674b4f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000026_34674b4f.szar new file mode 100644 index 00000000..14e435a1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000026_34674b4f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000027_81ad5a70.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000027_81ad5a70.szar new file mode 100644 index 00000000..15c92ecf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000027_81ad5a70.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000028_d4dc5732.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000028_d4dc5732.szar new file mode 100644 index 00000000..aab6291b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000028_d4dc5732.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000029_008723cb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000029_008723cb.szar new file mode 100644 index 00000000..734e2c18 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000029_008723cb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000030_dca26f5b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000030_dca26f5b.szar new file mode 100644 index 00000000..ad673553 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000030_dca26f5b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000031_2331c5e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000031_2331c5e6.szar new file mode 100644 index 00000000..83461a17 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000031_2331c5e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000032_c0ddfd78.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000032_c0ddfd78.szar new file mode 100644 index 00000000..1a115cec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000032_c0ddfd78.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000033_4a18c47c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000033_4a18c47c.szar new file mode 100644 index 00000000..c3f37790 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000033_4a18c47c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000034_7af5e199.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000034_7af5e199.szar new file mode 100644 index 00000000..46cc0f2f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000034_7af5e199.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000035_534e845c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000035_534e845c.szar new file mode 100644 index 00000000..6fc74e61 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000035_534e845c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000036_cb6611e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000036_cb6611e1.szar new file mode 100644 index 00000000..12760e37 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000036_cb6611e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000037_5f3ed2e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000037_5f3ed2e1.szar new file mode 100644 index 00000000..57654257 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000037_5f3ed2e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000038_42af43ba.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000038_42af43ba.szar new file mode 100644 index 00000000..438fb332 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000038_42af43ba.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000039_a84b2710.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000039_a84b2710.szar new file mode 100644 index 00000000..f83b6506 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000039_a84b2710.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000040_a2e93ff8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000040_a2e93ff8.szar new file mode 100644 index 00000000..53e804e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000040_a2e93ff8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000041_b9e34bcd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000041_b9e34bcd.szar new file mode 100644 index 00000000..c33c1ccb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000041_b9e34bcd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000042_782c51d8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000042_782c51d8.szar new file mode 100644 index 00000000..7edce197 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000042_782c51d8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000043_d3ce17c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000043_d3ce17c1.szar new file mode 100644 index 00000000..efa2f116 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000043_d3ce17c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000044_813ad589.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000044_813ad589.szar new file mode 100644 index 00000000..a1bab15e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000044_813ad589.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000045_fd7f4d4b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000045_fd7f4d4b.szar new file mode 100644 index 00000000..517637e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000045_fd7f4d4b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000046_02fa2489.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000046_02fa2489.szar new file mode 100644 index 00000000..88d6861f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000046_02fa2489.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000047_ff45e470.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000047_ff45e470.szar new file mode 100644 index 00000000..de4d49e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000047_ff45e470.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000048_67ddc4c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000048_67ddc4c5.szar new file mode 100644 index 00000000..72067d7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000048_67ddc4c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000049_fa32ff00.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000049_fa32ff00.szar new file mode 100644 index 00000000..24763098 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000049_fa32ff00.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000050_c32910ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000050_c32910ad.szar new file mode 100644 index 00000000..b691fee7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000050_c32910ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000051_ed25c768.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000051_ed25c768.szar new file mode 100644 index 00000000..4150d702 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000051_ed25c768.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000052_31ff7d94.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000052_31ff7d94.szar new file mode 100644 index 00000000..6b9ce82e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000052_31ff7d94.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000053_a48d35a8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000053_a48d35a8.szar new file mode 100644 index 00000000..68d5f24b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000053_a48d35a8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000054_b396b244.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000054_b396b244.szar new file mode 100644 index 00000000..1c2aca6f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000054_b396b244.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000055_be87468a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000055_be87468a.szar new file mode 100644 index 00000000..613ddc26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000055_be87468a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000056_382f42c0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000056_382f42c0.szar new file mode 100644 index 00000000..d5002111 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000056_382f42c0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000057_fa6b835b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000057_fa6b835b.szar new file mode 100644 index 00000000..beeff2ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000057_fa6b835b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000058_8215e2de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000058_8215e2de.szar new file mode 100644 index 00000000..2a3bd660 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000058_8215e2de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000059_54d2b3d2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000059_54d2b3d2.szar new file mode 100644 index 00000000..1769db0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000059_54d2b3d2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000060_377227eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000060_377227eb.szar new file mode 100644 index 00000000..32b4c00a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000060_377227eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000061_55a717f3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000061_55a717f3.szar new file mode 100644 index 00000000..f234e2d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/archive/delta_00000000000000000061_55a717f3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000001_d6f6bebf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000001_d6f6bebf.szcp new file mode 100644 index 00000000..e0637428 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000001_d6f6bebf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000002_c2beae5b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000002_c2beae5b.szcp new file mode 100644 index 00000000..665f1c2d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000002_c2beae5b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000003_fd6f1c46.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000003_fd6f1c46.szcp new file mode 100644 index 00000000..61e9ed37 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000003_fd6f1c46.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000004_96889c80.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000004_96889c80.szcp new file mode 100644 index 00000000..aea3f867 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000004_96889c80.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000005_a2872ef5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000005_a2872ef5.szcp new file mode 100644 index 00000000..39902335 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000005_a2872ef5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000006_6403a8e7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000006_6403a8e7.szcp new file mode 100644 index 00000000..b971c05c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000006_6403a8e7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000007_b96279f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000007_b96279f2.szcp new file mode 100644 index 00000000..3af6f694 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000007_b96279f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000008_51955b8f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000008_51955b8f.szcp new file mode 100644 index 00000000..e3ec6ca8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000008_51955b8f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000009_5312f135.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000009_5312f135.szcp new file mode 100644 index 00000000..4483c37e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000009_5312f135.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000010_244a449b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000010_244a449b.szcp new file mode 100644 index 00000000..cf29e6fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000010_244a449b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000011_4d437e8a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000011_4d437e8a.szcp new file mode 100644 index 00000000..d22c3504 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000011_4d437e8a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000012_8c4469c4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000012_8c4469c4.szcp new file mode 100644 index 00000000..0b25a701 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000012_8c4469c4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000013_d8da1e29.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000013_d8da1e29.szcp new file mode 100644 index 00000000..9a24de7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000013_d8da1e29.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000014_e839a739.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000014_e839a739.szcp new file mode 100644 index 00000000..400774b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000014_e839a739.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000015_c3f55f82.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000015_c3f55f82.szcp new file mode 100644 index 00000000..d3abffaa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000015_c3f55f82.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000016_ea9a003f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000016_ea9a003f.szcp new file mode 100644 index 00000000..4035999a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000016_ea9a003f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000017_202da532.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000017_202da532.szcp new file mode 100644 index 00000000..f3af1076 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000017_202da532.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000018_3d500793.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000018_3d500793.szcp new file mode 100644 index 00000000..f143194c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000018_3d500793.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000019_8e154233.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000019_8e154233.szcp new file mode 100644 index 00000000..fbda68f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000019_8e154233.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000020_21a713f7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000020_21a713f7.szcp new file mode 100644 index 00000000..56c8e6ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000020_21a713f7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000021_e086a112.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000021_e086a112.szcp new file mode 100644 index 00000000..eb19b347 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000021_e086a112.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000022_9ea3359a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000022_9ea3359a.szcp new file mode 100644 index 00000000..5b67a230 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000022_9ea3359a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000023_1aa9feff.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000023_1aa9feff.szcp new file mode 100644 index 00000000..8d0377bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000023_1aa9feff.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000024_d005fc85.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000024_d005fc85.szcp new file mode 100644 index 00000000..279aefcd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000024_d005fc85.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000025_f9dde193.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000025_f9dde193.szcp new file mode 100644 index 00000000..726e6a1c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000025_f9dde193.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000026_8440493d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000026_8440493d.szcp new file mode 100644 index 00000000..e9958993 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000026_8440493d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000027_bfc98881.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000027_bfc98881.szcp new file mode 100644 index 00000000..f4a7c032 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000027_bfc98881.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000028_b13d4668.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000028_b13d4668.szcp new file mode 100644 index 00000000..bdc2f564 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000028_b13d4668.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000029_c51ff99c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000029_c51ff99c.szcp new file mode 100644 index 00000000..26330f3f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000029_c51ff99c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000030_25ce4254.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000030_25ce4254.szcp new file mode 100644 index 00000000..8967357f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000030_25ce4254.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000031_2ac54764.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000031_2ac54764.szcp new file mode 100644 index 00000000..5c5951fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000031_2ac54764.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000032_119306d5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000032_119306d5.szcp new file mode 100644 index 00000000..9fae7b46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000032_119306d5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000033_e1b84873.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000033_e1b84873.szcp new file mode 100644 index 00000000..e7047d1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000033_e1b84873.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000034_cbaa7db8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000034_cbaa7db8.szcp new file mode 100644 index 00000000..02e54a26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000034_cbaa7db8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000035_b636e176.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000035_b636e176.szcp new file mode 100644 index 00000000..867144b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000035_b636e176.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000036_4b76be4a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000036_4b76be4a.szcp new file mode 100644 index 00000000..785ea5fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000036_4b76be4a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000037_4ba44eed.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000037_4ba44eed.szcp new file mode 100644 index 00000000..92e44886 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000037_4ba44eed.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000038_d45f7c3f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000038_d45f7c3f.szcp new file mode 100644 index 00000000..22cdb9e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000038_d45f7c3f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000039_9f1a02f3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000039_9f1a02f3.szcp new file mode 100644 index 00000000..cf50c4c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000039_9f1a02f3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000040_500f5e1b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000040_500f5e1b.szcp new file mode 100644 index 00000000..ca9d678c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000040_500f5e1b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000041_9121f79f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000041_9121f79f.szcp new file mode 100644 index 00000000..a50a22dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000041_9121f79f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000042_1a7c9537.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000042_1a7c9537.szcp new file mode 100644 index 00000000..a84da15d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000042_1a7c9537.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000043_aa8c7ca4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000043_aa8c7ca4.szcp new file mode 100644 index 00000000..e4c05803 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000043_aa8c7ca4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000044_7c4f5748.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000044_7c4f5748.szcp new file mode 100644 index 00000000..328c75e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000044_7c4f5748.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000045_1539e6be.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000045_1539e6be.szcp new file mode 100644 index 00000000..bf7cecc5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000045_1539e6be.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000046_9dbe4613.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000046_9dbe4613.szcp new file mode 100644 index 00000000..23872654 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000046_9dbe4613.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000047_6e101e03.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000047_6e101e03.szcp new file mode 100644 index 00000000..466d2e67 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000047_6e101e03.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000048_a018d681.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000048_a018d681.szcp new file mode 100644 index 00000000..1787957a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000048_a018d681.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000049_1fe7f2fe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000049_1fe7f2fe.szcp new file mode 100644 index 00000000..95e2f6d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000049_1fe7f2fe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000050_2593d9de.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000050_2593d9de.szcp new file mode 100644 index 00000000..3ee00b29 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000050_2593d9de.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000051_28d7a122.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000051_28d7a122.szcp new file mode 100644 index 00000000..815b221b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000051_28d7a122.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000052_4871bdb9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000052_4871bdb9.szcp new file mode 100644 index 00000000..e9d4af77 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000052_4871bdb9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000053_b3ad4c61.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000053_b3ad4c61.szcp new file mode 100644 index 00000000..08f670af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000053_b3ad4c61.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000054_956266fc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000054_956266fc.szcp new file mode 100644 index 00000000..7828050b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000054_956266fc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000055_6ab4f677.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000055_6ab4f677.szcp new file mode 100644 index 00000000..8632c81d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000055_6ab4f677.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000056_c8380288.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000056_c8380288.szcp new file mode 100644 index 00000000..36e953a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000056_c8380288.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000057_c417165c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000057_c417165c.szcp new file mode 100644 index 00000000..912bd164 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000057_c417165c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000058_cd2fc756.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000058_cd2fc756.szcp new file mode 100644 index 00000000..4904bced Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000058_cd2fc756.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000059_61bc4c75.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000059_61bc4c75.szcp new file mode 100644 index 00000000..c1f6e630 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000059_61bc4c75.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000060_d3400468.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000060_d3400468.szcp new file mode 100644 index 00000000..406c4ca2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000060_d3400468.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000061_7680a7c5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000061_7680a7c5.szcp new file mode 100644 index 00000000..29d9e1ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_042/checkpoints/checkpoint_00000000000000000061_7680a7c5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000001_cb5ef7db.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000001_cb5ef7db.szar new file mode 100644 index 00000000..a48266c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000001_cb5ef7db.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000002_c27a585d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000002_c27a585d.szar new file mode 100644 index 00000000..71b1cfc4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000002_c27a585d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000003_688bc4bd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000003_688bc4bd.szar new file mode 100644 index 00000000..ee808705 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000003_688bc4bd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000004_5e877ca8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000004_5e877ca8.szar new file mode 100644 index 00000000..34baa710 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000004_5e877ca8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000005_c717f5bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000005_c717f5bc.szar new file mode 100644 index 00000000..087ffe97 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000005_c717f5bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000006_b8d730d4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000006_b8d730d4.szar new file mode 100644 index 00000000..254e89e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000006_b8d730d4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000007_28179a6c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000007_28179a6c.szar new file mode 100644 index 00000000..e9042ef0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000007_28179a6c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000008_607e61d8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000008_607e61d8.szar new file mode 100644 index 00000000..910f917a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000008_607e61d8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000009_c23473b3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000009_c23473b3.szar new file mode 100644 index 00000000..d7ee8c34 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000009_c23473b3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000010_dccf33ed.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000010_dccf33ed.szar new file mode 100644 index 00000000..3606ff8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000010_dccf33ed.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000011_0e9c7e32.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000011_0e9c7e32.szar new file mode 100644 index 00000000..3b4ad487 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000011_0e9c7e32.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000012_f4148238.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000012_f4148238.szar new file mode 100644 index 00000000..349bc440 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000012_f4148238.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000013_9b8bfd2b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000013_9b8bfd2b.szar new file mode 100644 index 00000000..41986567 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000013_9b8bfd2b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000014_4b139c46.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000014_4b139c46.szar new file mode 100644 index 00000000..28e462e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000014_4b139c46.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000015_a452473e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000015_a452473e.szar new file mode 100644 index 00000000..5babe1c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000015_a452473e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000016_1902141b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000016_1902141b.szar new file mode 100644 index 00000000..05f3ecdb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000016_1902141b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000017_d1629498.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000017_d1629498.szar new file mode 100644 index 00000000..b5cfc5e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000017_d1629498.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000018_f9c98387.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000018_f9c98387.szar new file mode 100644 index 00000000..1240c73c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000018_f9c98387.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000019_069c4bf7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000019_069c4bf7.szar new file mode 100644 index 00000000..5ed60b2b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000019_069c4bf7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000020_6cbb0aa7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000020_6cbb0aa7.szar new file mode 100644 index 00000000..77e99ebb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000020_6cbb0aa7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000021_077f5c29.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000021_077f5c29.szar new file mode 100644 index 00000000..19d11138 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000021_077f5c29.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000022_26c46300.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000022_26c46300.szar new file mode 100644 index 00000000..5644f89b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000022_26c46300.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000023_757e0863.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000023_757e0863.szar new file mode 100644 index 00000000..1580cc42 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000023_757e0863.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000024_9478cc91.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000024_9478cc91.szar new file mode 100644 index 00000000..b189975d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000024_9478cc91.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000025_604ed6bf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000025_604ed6bf.szar new file mode 100644 index 00000000..83d9fb79 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000025_604ed6bf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000026_bd14b5cd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000026_bd14b5cd.szar new file mode 100644 index 00000000..2fcae2b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000026_bd14b5cd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000027_534d8e02.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000027_534d8e02.szar new file mode 100644 index 00000000..3eb0d24e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000027_534d8e02.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000028_db45cc87.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000028_db45cc87.szar new file mode 100644 index 00000000..dc528168 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000028_db45cc87.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000029_ba952991.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000029_ba952991.szar new file mode 100644 index 00000000..787e9b2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/archive/delta_00000000000000000029_ba952991.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000001_d40d37da.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000001_d40d37da.szcp new file mode 100644 index 00000000..c4d5bbb8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000001_d40d37da.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000002_8848225c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000002_8848225c.szcp new file mode 100644 index 00000000..5bc44f84 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000002_8848225c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000003_0090f449.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000003_0090f449.szcp new file mode 100644 index 00000000..86363a04 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000003_0090f449.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000004_046d2244.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000004_046d2244.szcp new file mode 100644 index 00000000..9d5bef58 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000004_046d2244.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000005_0002fd1a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000005_0002fd1a.szcp new file mode 100644 index 00000000..2f3926c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000005_0002fd1a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000006_7207ce32.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000006_7207ce32.szcp new file mode 100644 index 00000000..1fd40039 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000006_7207ce32.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000007_218fbcc7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000007_218fbcc7.szcp new file mode 100644 index 00000000..b71b1cc0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000007_218fbcc7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000008_f62e1f17.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000008_f62e1f17.szcp new file mode 100644 index 00000000..173dbec9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000008_f62e1f17.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000009_4b27a819.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000009_4b27a819.szcp new file mode 100644 index 00000000..fb5477ec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000009_4b27a819.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000010_efa2828c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000010_efa2828c.szcp new file mode 100644 index 00000000..5204622f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000010_efa2828c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000011_bdd41edb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000011_bdd41edb.szcp new file mode 100644 index 00000000..25729c48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000011_bdd41edb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000012_3dd8d0f8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000012_3dd8d0f8.szcp new file mode 100644 index 00000000..19afa913 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000012_3dd8d0f8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000013_f2fe5222.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000013_f2fe5222.szcp new file mode 100644 index 00000000..0306ed33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000013_f2fe5222.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000014_f51492f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000014_f51492f4.szcp new file mode 100644 index 00000000..713c7833 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000014_f51492f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000015_2b7ec5b5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000015_2b7ec5b5.szcp new file mode 100644 index 00000000..05ff753a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000015_2b7ec5b5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000016_963a5e9f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000016_963a5e9f.szcp new file mode 100644 index 00000000..529ad08b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000016_963a5e9f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000017_59c4e9e7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000017_59c4e9e7.szcp new file mode 100644 index 00000000..60b3c380 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000017_59c4e9e7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000018_cc3a6c1c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000018_cc3a6c1c.szcp new file mode 100644 index 00000000..eaf77441 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000018_cc3a6c1c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000019_749169de.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000019_749169de.szcp new file mode 100644 index 00000000..77bc0a0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000019_749169de.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000020_c53fa3ec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000020_c53fa3ec.szcp new file mode 100644 index 00000000..d471dcbd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000020_c53fa3ec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000021_29ffcc5f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000021_29ffcc5f.szcp new file mode 100644 index 00000000..05d2189a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000021_29ffcc5f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000022_aa3ed0ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000022_aa3ed0ae.szcp new file mode 100644 index 00000000..f558b927 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000022_aa3ed0ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000023_1b579e9d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000023_1b579e9d.szcp new file mode 100644 index 00000000..a3e48654 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000023_1b579e9d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000024_134f5f2d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000024_134f5f2d.szcp new file mode 100644 index 00000000..37441170 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000024_134f5f2d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000025_9a234958.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000025_9a234958.szcp new file mode 100644 index 00000000..ab8ca730 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000025_9a234958.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000026_5bec734d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000026_5bec734d.szcp new file mode 100644 index 00000000..c02cfaaa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000026_5bec734d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000027_ded41c1b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000027_ded41c1b.szcp new file mode 100644 index 00000000..d028b739 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000027_ded41c1b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000028_6ab7c4ba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000028_6ab7c4ba.szcp new file mode 100644 index 00000000..e6635ec9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000028_6ab7c4ba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000029_a52c2064.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000029_a52c2064.szcp new file mode 100644 index 00000000..a6ad2cd4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_043/checkpoints/checkpoint_00000000000000000029_a52c2064.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000001_351d0ac3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000001_351d0ac3.szar new file mode 100644 index 00000000..89ad54a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000001_351d0ac3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000002_7552ab87.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000002_7552ab87.szar new file mode 100644 index 00000000..2ab4231e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000002_7552ab87.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000003_ffba4a38.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000003_ffba4a38.szar new file mode 100644 index 00000000..121a2ed9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000003_ffba4a38.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000004_bdcb0d8d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000004_bdcb0d8d.szar new file mode 100644 index 00000000..4f104ab2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000004_bdcb0d8d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000005_903682d0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000005_903682d0.szar new file mode 100644 index 00000000..b434ed4d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000005_903682d0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000006_c3ff332f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000006_c3ff332f.szar new file mode 100644 index 00000000..b2c7774d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000006_c3ff332f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000007_69d0ed08.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000007_69d0ed08.szar new file mode 100644 index 00000000..3cd5529b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000007_69d0ed08.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000008_08c9371a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000008_08c9371a.szar new file mode 100644 index 00000000..683bd7ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000008_08c9371a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000009_df651274.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000009_df651274.szar new file mode 100644 index 00000000..daa42f55 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000009_df651274.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000010_610bc62c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000010_610bc62c.szar new file mode 100644 index 00000000..9af5626e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000010_610bc62c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000011_128539f5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000011_128539f5.szar new file mode 100644 index 00000000..17fcb665 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000011_128539f5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000012_b80a763d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000012_b80a763d.szar new file mode 100644 index 00000000..ca60ed44 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000012_b80a763d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000013_98f7d73d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000013_98f7d73d.szar new file mode 100644 index 00000000..5dbc887f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000013_98f7d73d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000014_1a31a40f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000014_1a31a40f.szar new file mode 100644 index 00000000..22759970 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000014_1a31a40f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000015_d236758b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000015_d236758b.szar new file mode 100644 index 00000000..a8704f59 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000015_d236758b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000016_e5e1c161.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000016_e5e1c161.szar new file mode 100644 index 00000000..1d49ac8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000016_e5e1c161.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000017_d3fd2cfa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000017_d3fd2cfa.szar new file mode 100644 index 00000000..28cae8c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000017_d3fd2cfa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000018_a0ff8e8e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000018_a0ff8e8e.szar new file mode 100644 index 00000000..38c31594 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000018_a0ff8e8e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000019_57b41da5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000019_57b41da5.szar new file mode 100644 index 00000000..b7ec7d22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000019_57b41da5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000020_ca44d2f4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000020_ca44d2f4.szar new file mode 100644 index 00000000..9ce2314c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000020_ca44d2f4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000021_e1f29614.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000021_e1f29614.szar new file mode 100644 index 00000000..d32e487b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000021_e1f29614.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000022_9ea0b502.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000022_9ea0b502.szar new file mode 100644 index 00000000..0b2a15c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000022_9ea0b502.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000023_d3d80aca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000023_d3d80aca.szar new file mode 100644 index 00000000..78a05d44 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000023_d3d80aca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000024_a4b9ead2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000024_a4b9ead2.szar new file mode 100644 index 00000000..ffa446fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000024_a4b9ead2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000025_01bf3139.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000025_01bf3139.szar new file mode 100644 index 00000000..f8328020 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000025_01bf3139.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000026_eb1d434e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000026_eb1d434e.szar new file mode 100644 index 00000000..e817b917 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000026_eb1d434e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000027_c9581fce.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000027_c9581fce.szar new file mode 100644 index 00000000..a5f22958 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000027_c9581fce.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000028_ee73e8de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000028_ee73e8de.szar new file mode 100644 index 00000000..d1cb0dc4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000028_ee73e8de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000029_936424bd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000029_936424bd.szar new file mode 100644 index 00000000..2166de48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000029_936424bd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000030_3d6ce022.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000030_3d6ce022.szar new file mode 100644 index 00000000..3f1cda89 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000030_3d6ce022.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000031_554753eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000031_554753eb.szar new file mode 100644 index 00000000..2466e6b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000031_554753eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000032_46e6a47e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000032_46e6a47e.szar new file mode 100644 index 00000000..38764e88 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000032_46e6a47e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000033_7dd41f22.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000033_7dd41f22.szar new file mode 100644 index 00000000..d44ac111 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000033_7dd41f22.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000034_edda1869.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000034_edda1869.szar new file mode 100644 index 00000000..e7692426 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000034_edda1869.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000035_4d5231de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000035_4d5231de.szar new file mode 100644 index 00000000..135850ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000035_4d5231de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000036_22da6b56.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000036_22da6b56.szar new file mode 100644 index 00000000..f3b01fa8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000036_22da6b56.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000037_3a310233.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000037_3a310233.szar new file mode 100644 index 00000000..23c0f3fe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000037_3a310233.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000038_d19e4a54.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000038_d19e4a54.szar new file mode 100644 index 00000000..a52e5531 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000038_d19e4a54.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000039_c1cb7afa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000039_c1cb7afa.szar new file mode 100644 index 00000000..94bce8b5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/archive/delta_00000000000000000039_c1cb7afa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000001_8b174ffc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000001_8b174ffc.szcp new file mode 100644 index 00000000..df469323 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000001_8b174ffc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000002_9c0d2a50.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000002_9c0d2a50.szcp new file mode 100644 index 00000000..1306d794 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000002_9c0d2a50.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000003_506abeaa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000003_506abeaa.szcp new file mode 100644 index 00000000..598194ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000003_506abeaa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000004_32693bcd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000004_32693bcd.szcp new file mode 100644 index 00000000..5501ea9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000004_32693bcd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000005_e5fed2b4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000005_e5fed2b4.szcp new file mode 100644 index 00000000..0f80c0f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000005_e5fed2b4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000006_4fee0a9e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000006_4fee0a9e.szcp new file mode 100644 index 00000000..af1458a5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000006_4fee0a9e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000007_895d058c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000007_895d058c.szcp new file mode 100644 index 00000000..34114c4c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000007_895d058c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000008_64cd394f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000008_64cd394f.szcp new file mode 100644 index 00000000..ef3e1ed7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000008_64cd394f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000009_a79ade80.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000009_a79ade80.szcp new file mode 100644 index 00000000..3ef523d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000009_a79ade80.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000010_ea084f65.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000010_ea084f65.szcp new file mode 100644 index 00000000..1bcb4d22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000010_ea084f65.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000011_ea2b5fbe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000011_ea2b5fbe.szcp new file mode 100644 index 00000000..a29e146e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000011_ea2b5fbe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000012_e49fafd5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000012_e49fafd5.szcp new file mode 100644 index 00000000..96bed1a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000012_e49fafd5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000013_b435d0be.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000013_b435d0be.szcp new file mode 100644 index 00000000..67ee02b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000013_b435d0be.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000014_7f1f7537.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000014_7f1f7537.szcp new file mode 100644 index 00000000..e81a13f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000014_7f1f7537.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000015_414e8689.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000015_414e8689.szcp new file mode 100644 index 00000000..bd548ee3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000015_414e8689.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000016_0b53cf40.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000016_0b53cf40.szcp new file mode 100644 index 00000000..38ff7bb9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000016_0b53cf40.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000017_f1a09aa2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000017_f1a09aa2.szcp new file mode 100644 index 00000000..1ecffc31 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000017_f1a09aa2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000018_71902fcf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000018_71902fcf.szcp new file mode 100644 index 00000000..aa122961 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000018_71902fcf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000019_a865a51f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000019_a865a51f.szcp new file mode 100644 index 00000000..1e7e654f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000019_a865a51f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000020_d54271d8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000020_d54271d8.szcp new file mode 100644 index 00000000..a5d72d00 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000020_d54271d8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000021_f1667af3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000021_f1667af3.szcp new file mode 100644 index 00000000..e1d870f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000021_f1667af3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000022_2a93ed7b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000022_2a93ed7b.szcp new file mode 100644 index 00000000..f2fe9262 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000022_2a93ed7b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000023_98fe0ae5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000023_98fe0ae5.szcp new file mode 100644 index 00000000..1441fc5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000023_98fe0ae5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000024_df384f5c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000024_df384f5c.szcp new file mode 100644 index 00000000..d03418a4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000024_df384f5c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000025_02044f34.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000025_02044f34.szcp new file mode 100644 index 00000000..68eb7cdc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000025_02044f34.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000026_be9d0eca.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000026_be9d0eca.szcp new file mode 100644 index 00000000..b7189980 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000026_be9d0eca.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000027_398dfe56.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000027_398dfe56.szcp new file mode 100644 index 00000000..d29ec555 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000027_398dfe56.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000028_9da44794.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000028_9da44794.szcp new file mode 100644 index 00000000..59722c4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000028_9da44794.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000029_3610b8fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000029_3610b8fa.szcp new file mode 100644 index 00000000..853a9ddc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000029_3610b8fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000030_75c35b48.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000030_75c35b48.szcp new file mode 100644 index 00000000..b266b7dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000030_75c35b48.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000031_c44ae667.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000031_c44ae667.szcp new file mode 100644 index 00000000..e80c034b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000031_c44ae667.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000032_726f1c46.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000032_726f1c46.szcp new file mode 100644 index 00000000..e951ded0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000032_726f1c46.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000033_82ba3652.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000033_82ba3652.szcp new file mode 100644 index 00000000..c31baac5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000033_82ba3652.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000034_89852f23.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000034_89852f23.szcp new file mode 100644 index 00000000..0087e492 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000034_89852f23.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000035_830a7911.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000035_830a7911.szcp new file mode 100644 index 00000000..7f99dbc1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000035_830a7911.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000036_ee3a5fd2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000036_ee3a5fd2.szcp new file mode 100644 index 00000000..8a0c98e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000036_ee3a5fd2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000037_bdd78e52.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000037_bdd78e52.szcp new file mode 100644 index 00000000..5b40669c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000037_bdd78e52.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000038_7f3502b6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000038_7f3502b6.szcp new file mode 100644 index 00000000..9006981e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000038_7f3502b6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000039_b047fa01.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000039_b047fa01.szcp new file mode 100644 index 00000000..a17bd6c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_044/checkpoints/checkpoint_00000000000000000039_b047fa01.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000001_aaa62523.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000001_aaa62523.szar new file mode 100644 index 00000000..9b3b384c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000001_aaa62523.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000002_0f34a376.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000002_0f34a376.szar new file mode 100644 index 00000000..bc012d87 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000002_0f34a376.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000003_17a70068.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000003_17a70068.szar new file mode 100644 index 00000000..4f114df7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000003_17a70068.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000004_e5ba2356.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000004_e5ba2356.szar new file mode 100644 index 00000000..d0413f70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000004_e5ba2356.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000005_7516f02a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000005_7516f02a.szar new file mode 100644 index 00000000..2df056eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000005_7516f02a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000006_b32b7f42.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000006_b32b7f42.szar new file mode 100644 index 00000000..d8349bc2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000006_b32b7f42.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000007_5f889eb9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000007_5f889eb9.szar new file mode 100644 index 00000000..592a86ac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000007_5f889eb9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000008_5db84793.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000008_5db84793.szar new file mode 100644 index 00000000..3b4ef0d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000008_5db84793.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000009_ea70a949.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000009_ea70a949.szar new file mode 100644 index 00000000..68306c92 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000009_ea70a949.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000010_91e72062.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000010_91e72062.szar new file mode 100644 index 00000000..9aedaecd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000010_91e72062.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000011_c47b1b8a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000011_c47b1b8a.szar new file mode 100644 index 00000000..dd068fc8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000011_c47b1b8a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000012_69ac3337.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000012_69ac3337.szar new file mode 100644 index 00000000..c284a18c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000012_69ac3337.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000013_3c59064c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000013_3c59064c.szar new file mode 100644 index 00000000..d7532403 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000013_3c59064c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000014_64700e9f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000014_64700e9f.szar new file mode 100644 index 00000000..91f9f7ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000014_64700e9f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000015_947959be.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000015_947959be.szar new file mode 100644 index 00000000..ded4ddcd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000015_947959be.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000016_23c4e55e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000016_23c4e55e.szar new file mode 100644 index 00000000..2f7df687 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000016_23c4e55e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000017_2a1547f8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000017_2a1547f8.szar new file mode 100644 index 00000000..65237485 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000017_2a1547f8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000018_633beba1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000018_633beba1.szar new file mode 100644 index 00000000..3bf15ad0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000018_633beba1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000019_c6b107eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000019_c6b107eb.szar new file mode 100644 index 00000000..a287d44b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000019_c6b107eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000020_b849bbdc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000020_b849bbdc.szar new file mode 100644 index 00000000..f00b41a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000020_b849bbdc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000021_614ceea1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000021_614ceea1.szar new file mode 100644 index 00000000..69dd0164 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000021_614ceea1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000022_04dd3d17.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000022_04dd3d17.szar new file mode 100644 index 00000000..115176ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000022_04dd3d17.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000023_452c0fd7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000023_452c0fd7.szar new file mode 100644 index 00000000..40df2562 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000023_452c0fd7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000024_09bf09af.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000024_09bf09af.szar new file mode 100644 index 00000000..c2e348b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000024_09bf09af.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000025_e5de09be.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000025_e5de09be.szar new file mode 100644 index 00000000..ee7a9e3f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000025_e5de09be.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000026_adf413e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000026_adf413e1.szar new file mode 100644 index 00000000..a464a343 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000026_adf413e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000027_bd1ea86c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000027_bd1ea86c.szar new file mode 100644 index 00000000..18b3d0cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000027_bd1ea86c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000028_57ba6dd7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000028_57ba6dd7.szar new file mode 100644 index 00000000..1dd3e1af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000028_57ba6dd7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000029_8b2836ca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000029_8b2836ca.szar new file mode 100644 index 00000000..468ffaca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000029_8b2836ca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000030_a5d2eb7e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000030_a5d2eb7e.szar new file mode 100644 index 00000000..91bc4469 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000030_a5d2eb7e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000031_a5011a73.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000031_a5011a73.szar new file mode 100644 index 00000000..cc270a1c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000031_a5011a73.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000032_9af018a6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000032_9af018a6.szar new file mode 100644 index 00000000..ef6bcc06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000032_9af018a6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000033_94e2978a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000033_94e2978a.szar new file mode 100644 index 00000000..a6c3cdc9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000033_94e2978a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000034_d1404861.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000034_d1404861.szar new file mode 100644 index 00000000..0ce87c44 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000034_d1404861.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000035_72bc7129.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000035_72bc7129.szar new file mode 100644 index 00000000..4d13b27d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000035_72bc7129.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000036_6ce73c81.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000036_6ce73c81.szar new file mode 100644 index 00000000..3fc056a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/archive/delta_00000000000000000036_6ce73c81.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000001_7d4e71ef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000001_7d4e71ef.szcp new file mode 100644 index 00000000..8add0f5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000001_7d4e71ef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000002_0caf01e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000002_0caf01e4.szcp new file mode 100644 index 00000000..392c25ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000002_0caf01e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000003_7362417d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000003_7362417d.szcp new file mode 100644 index 00000000..c78a68f0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000003_7362417d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000004_d2151edc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000004_d2151edc.szcp new file mode 100644 index 00000000..db18602c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000004_d2151edc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000005_f345aa1e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000005_f345aa1e.szcp new file mode 100644 index 00000000..90866daf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000005_f345aa1e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000006_682ced98.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000006_682ced98.szcp new file mode 100644 index 00000000..b1750ba1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000006_682ced98.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000007_f752962a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000007_f752962a.szcp new file mode 100644 index 00000000..86f602da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000007_f752962a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000008_909d9373.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000008_909d9373.szcp new file mode 100644 index 00000000..c14a8a2f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000008_909d9373.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000009_c92d7526.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000009_c92d7526.szcp new file mode 100644 index 00000000..3da793cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000009_c92d7526.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000010_717dec4f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000010_717dec4f.szcp new file mode 100644 index 00000000..9523099b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000010_717dec4f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000011_f0e0ff83.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000011_f0e0ff83.szcp new file mode 100644 index 00000000..31f747b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000011_f0e0ff83.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000012_f16fe576.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000012_f16fe576.szcp new file mode 100644 index 00000000..c7b52596 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000012_f16fe576.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000013_f2978416.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000013_f2978416.szcp new file mode 100644 index 00000000..addf8d89 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000013_f2978416.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000014_f2651674.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000014_f2651674.szcp new file mode 100644 index 00000000..1576ec1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000014_f2651674.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000015_2ed910e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000015_2ed910e2.szcp new file mode 100644 index 00000000..b3262ae5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000015_2ed910e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000016_92e9a437.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000016_92e9a437.szcp new file mode 100644 index 00000000..02c38892 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000016_92e9a437.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000017_8b7cfc76.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000017_8b7cfc76.szcp new file mode 100644 index 00000000..659dbea7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000017_8b7cfc76.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000018_4347dbf1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000018_4347dbf1.szcp new file mode 100644 index 00000000..c20300b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000018_4347dbf1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000019_e5dbaeab.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000019_e5dbaeab.szcp new file mode 100644 index 00000000..330e96b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000019_e5dbaeab.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000020_3863e68e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000020_3863e68e.szcp new file mode 100644 index 00000000..2a920eed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000020_3863e68e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000021_185664d1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000021_185664d1.szcp new file mode 100644 index 00000000..d5576ea7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000021_185664d1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000022_219c3807.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000022_219c3807.szcp new file mode 100644 index 00000000..0bf53a1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000022_219c3807.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000023_2e785464.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000023_2e785464.szcp new file mode 100644 index 00000000..0b916118 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000023_2e785464.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000024_b6d8e029.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000024_b6d8e029.szcp new file mode 100644 index 00000000..3f5c8bc2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000024_b6d8e029.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000025_5319d875.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000025_5319d875.szcp new file mode 100644 index 00000000..10b1cf9c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000025_5319d875.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000026_07b0c439.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000026_07b0c439.szcp new file mode 100644 index 00000000..d53c4302 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000026_07b0c439.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000027_697ef4aa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000027_697ef4aa.szcp new file mode 100644 index 00000000..bead2558 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000027_697ef4aa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000028_efbdb0f7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000028_efbdb0f7.szcp new file mode 100644 index 00000000..53312c41 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000028_efbdb0f7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000029_3152ca44.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000029_3152ca44.szcp new file mode 100644 index 00000000..10207295 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000029_3152ca44.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000030_be48a3d3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000030_be48a3d3.szcp new file mode 100644 index 00000000..36df3669 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000030_be48a3d3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000031_a8e04534.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000031_a8e04534.szcp new file mode 100644 index 00000000..47c2d519 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000031_a8e04534.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000032_de6f4821.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000032_de6f4821.szcp new file mode 100644 index 00000000..c1657c36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000032_de6f4821.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000033_479b1d6c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000033_479b1d6c.szcp new file mode 100644 index 00000000..e98ee5c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000033_479b1d6c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000034_4c618d5c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000034_4c618d5c.szcp new file mode 100644 index 00000000..20e7da26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000034_4c618d5c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000035_cc03e5fb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000035_cc03e5fb.szcp new file mode 100644 index 00000000..2cf3c87d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000035_cc03e5fb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000036_f0efcbd1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000036_f0efcbd1.szcp new file mode 100644 index 00000000..223ec7ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_045/checkpoints/checkpoint_00000000000000000036_f0efcbd1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000001_2e41d887.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000001_2e41d887.szar new file mode 100644 index 00000000..c2c53f7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000001_2e41d887.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000002_f4cfdc23.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000002_f4cfdc23.szar new file mode 100644 index 00000000..43a3c8c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000002_f4cfdc23.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000003_8e7e14ca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000003_8e7e14ca.szar new file mode 100644 index 00000000..a1ee4845 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000003_8e7e14ca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000004_9f60ee89.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000004_9f60ee89.szar new file mode 100644 index 00000000..5a58284e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000004_9f60ee89.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000005_3094c013.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000005_3094c013.szar new file mode 100644 index 00000000..af7f3852 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000005_3094c013.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000006_003d156d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000006_003d156d.szar new file mode 100644 index 00000000..580caecc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000006_003d156d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000007_7023ca07.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000007_7023ca07.szar new file mode 100644 index 00000000..36dba1f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000007_7023ca07.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000008_eca52028.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000008_eca52028.szar new file mode 100644 index 00000000..7ab72afc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000008_eca52028.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000009_c27d44c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000009_c27d44c5.szar new file mode 100644 index 00000000..6f220d54 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000009_c27d44c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000010_62d4468d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000010_62d4468d.szar new file mode 100644 index 00000000..0c55bc94 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000010_62d4468d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000011_7b3d998d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000011_7b3d998d.szar new file mode 100644 index 00000000..22205040 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000011_7b3d998d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000012_4b8d8dbd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000012_4b8d8dbd.szar new file mode 100644 index 00000000..b5e81c3c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000012_4b8d8dbd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000013_9ea1ab6c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000013_9ea1ab6c.szar new file mode 100644 index 00000000..04593e1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000013_9ea1ab6c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000014_b5280525.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000014_b5280525.szar new file mode 100644 index 00000000..5aa68275 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000014_b5280525.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000015_01df821d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000015_01df821d.szar new file mode 100644 index 00000000..cd497ad8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000015_01df821d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000016_c3858a45.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000016_c3858a45.szar new file mode 100644 index 00000000..02620f13 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000016_c3858a45.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000017_bd831bee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000017_bd831bee.szar new file mode 100644 index 00000000..ad0243d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000017_bd831bee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000018_906ae6c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000018_906ae6c2.szar new file mode 100644 index 00000000..4b078868 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000018_906ae6c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000019_306fe4f8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000019_306fe4f8.szar new file mode 100644 index 00000000..1c7447e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000019_306fe4f8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000020_c1f6395a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000020_c1f6395a.szar new file mode 100644 index 00000000..ceea2901 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000020_c1f6395a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000021_f7f1d76d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000021_f7f1d76d.szar new file mode 100644 index 00000000..57e20f62 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000021_f7f1d76d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000022_e5be60e1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000022_e5be60e1.szar new file mode 100644 index 00000000..46936017 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000022_e5be60e1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000023_3044ab10.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000023_3044ab10.szar new file mode 100644 index 00000000..edbf6b99 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000023_3044ab10.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000024_43d231a1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000024_43d231a1.szar new file mode 100644 index 00000000..85a1b7e3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000024_43d231a1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000025_ab4c3605.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000025_ab4c3605.szar new file mode 100644 index 00000000..0129d44c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000025_ab4c3605.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000026_d450ab5c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000026_d450ab5c.szar new file mode 100644 index 00000000..c5898606 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000026_d450ab5c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000027_b4af409c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000027_b4af409c.szar new file mode 100644 index 00000000..8a2a0189 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000027_b4af409c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000028_05208c38.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000028_05208c38.szar new file mode 100644 index 00000000..41dbb030 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000028_05208c38.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000029_fc36dcda.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000029_fc36dcda.szar new file mode 100644 index 00000000..09b5281f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000029_fc36dcda.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000030_cdc4cb1a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000030_cdc4cb1a.szar new file mode 100644 index 00000000..2781cbae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000030_cdc4cb1a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000031_6d5a1f4e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000031_6d5a1f4e.szar new file mode 100644 index 00000000..c403ca07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000031_6d5a1f4e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000032_3755cd3c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000032_3755cd3c.szar new file mode 100644 index 00000000..864a836d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000032_3755cd3c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000033_1adb8ba4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000033_1adb8ba4.szar new file mode 100644 index 00000000..85fd897b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000033_1adb8ba4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000034_3fac7e39.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000034_3fac7e39.szar new file mode 100644 index 00000000..5500910f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000034_3fac7e39.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000035_683d2458.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000035_683d2458.szar new file mode 100644 index 00000000..34b6f32d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000035_683d2458.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000036_86673f84.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000036_86673f84.szar new file mode 100644 index 00000000..2c1a6df5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000036_86673f84.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000037_9279e4aa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000037_9279e4aa.szar new file mode 100644 index 00000000..90b3323c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000037_9279e4aa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000038_7a3f9c01.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000038_7a3f9c01.szar new file mode 100644 index 00000000..40829437 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000038_7a3f9c01.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000039_3a2e0249.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000039_3a2e0249.szar new file mode 100644 index 00000000..90bcc115 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000039_3a2e0249.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000040_35827ebf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000040_35827ebf.szar new file mode 100644 index 00000000..c95da3d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000040_35827ebf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000041_c7029515.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000041_c7029515.szar new file mode 100644 index 00000000..23ea15c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/archive/delta_00000000000000000041_c7029515.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000001_777fe02d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000001_777fe02d.szcp new file mode 100644 index 00000000..3a7b510e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000001_777fe02d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000002_d53496bb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000002_d53496bb.szcp new file mode 100644 index 00000000..f8a3ec06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000002_d53496bb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000003_ef636831.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000003_ef636831.szcp new file mode 100644 index 00000000..cd61bcac Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000003_ef636831.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000004_0f0b372b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000004_0f0b372b.szcp new file mode 100644 index 00000000..346f4a46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000004_0f0b372b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000005_6aeee95d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000005_6aeee95d.szcp new file mode 100644 index 00000000..130aade1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000005_6aeee95d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000006_319f5ebe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000006_319f5ebe.szcp new file mode 100644 index 00000000..d677d840 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000006_319f5ebe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000007_a20d3d62.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000007_a20d3d62.szcp new file mode 100644 index 00000000..de6c24b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000007_a20d3d62.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000008_f6dbdf19.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000008_f6dbdf19.szcp new file mode 100644 index 00000000..1ea6d2c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000008_f6dbdf19.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000009_51a43f7b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000009_51a43f7b.szcp new file mode 100644 index 00000000..62d476ef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000009_51a43f7b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000010_6cd99974.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000010_6cd99974.szcp new file mode 100644 index 00000000..49329e7a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000010_6cd99974.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000011_05410b4f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000011_05410b4f.szcp new file mode 100644 index 00000000..2b855b12 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000011_05410b4f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000012_2768b9d0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000012_2768b9d0.szcp new file mode 100644 index 00000000..f9d34225 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000012_2768b9d0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000013_d590a131.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000013_d590a131.szcp new file mode 100644 index 00000000..b6c61d9e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000013_d590a131.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000014_5628118a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000014_5628118a.szcp new file mode 100644 index 00000000..e6e6a403 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000014_5628118a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000015_19fddf2a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000015_19fddf2a.szcp new file mode 100644 index 00000000..27b08cc9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000015_19fddf2a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000016_e15b206d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000016_e15b206d.szcp new file mode 100644 index 00000000..8906d0d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000016_e15b206d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000017_73f1c42a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000017_73f1c42a.szcp new file mode 100644 index 00000000..3359315e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000017_73f1c42a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000018_6f2f4e39.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000018_6f2f4e39.szcp new file mode 100644 index 00000000..47ccabd3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000018_6f2f4e39.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000019_35315ff1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000019_35315ff1.szcp new file mode 100644 index 00000000..7f30d09a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000019_35315ff1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000020_2e117404.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000020_2e117404.szcp new file mode 100644 index 00000000..f319c05f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000020_2e117404.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000021_b0c68108.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000021_b0c68108.szcp new file mode 100644 index 00000000..76f244f5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000021_b0c68108.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000022_408266aa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000022_408266aa.szcp new file mode 100644 index 00000000..dfb8d414 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000022_408266aa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000023_2c30b0ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000023_2c30b0ae.szcp new file mode 100644 index 00000000..f92e9df9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000023_2c30b0ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000024_7b11d0ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000024_7b11d0ae.szcp new file mode 100644 index 00000000..e780c3bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000024_7b11d0ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000025_3a00faaf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000025_3a00faaf.szcp new file mode 100644 index 00000000..038550a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000025_3a00faaf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000026_9396851b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000026_9396851b.szcp new file mode 100644 index 00000000..06ff69cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000026_9396851b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000027_a9012f2e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000027_a9012f2e.szcp new file mode 100644 index 00000000..cf65e9c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000027_a9012f2e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000028_45fa0561.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000028_45fa0561.szcp new file mode 100644 index 00000000..42478c69 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000028_45fa0561.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000029_f2f6d7ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000029_f2f6d7ce.szcp new file mode 100644 index 00000000..fdb51f70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000029_f2f6d7ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000030_37e3a8df.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000030_37e3a8df.szcp new file mode 100644 index 00000000..e95b8304 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000030_37e3a8df.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000031_bee0fca1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000031_bee0fca1.szcp new file mode 100644 index 00000000..1e9ab882 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000031_bee0fca1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000032_fe8e21b2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000032_fe8e21b2.szcp new file mode 100644 index 00000000..6654d5d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000032_fe8e21b2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000033_f59b0a21.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000033_f59b0a21.szcp new file mode 100644 index 00000000..e7348ce2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000033_f59b0a21.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000034_621accf7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000034_621accf7.szcp new file mode 100644 index 00000000..d66727ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000034_621accf7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000035_f061799f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000035_f061799f.szcp new file mode 100644 index 00000000..4a24d25c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000035_f061799f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000036_1d855690.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000036_1d855690.szcp new file mode 100644 index 00000000..05c749de Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000036_1d855690.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000037_c04a08e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000037_c04a08e2.szcp new file mode 100644 index 00000000..b6b849d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000037_c04a08e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000038_2a0a323e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000038_2a0a323e.szcp new file mode 100644 index 00000000..cb67d2b1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000038_2a0a323e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000039_ecbe1e82.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000039_ecbe1e82.szcp new file mode 100644 index 00000000..c4a70ba1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000039_ecbe1e82.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000040_e4909294.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000040_e4909294.szcp new file mode 100644 index 00000000..181a958a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000040_e4909294.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000041_cc8f0167.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000041_cc8f0167.szcp new file mode 100644 index 00000000..74e34a91 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_046/checkpoints/checkpoint_00000000000000000041_cc8f0167.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000001_493d73fb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000001_493d73fb.szar new file mode 100644 index 00000000..86f6bac5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000001_493d73fb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000002_c16179b1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000002_c16179b1.szar new file mode 100644 index 00000000..4f725625 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000002_c16179b1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000003_5544f859.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000003_5544f859.szar new file mode 100644 index 00000000..e8345091 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000003_5544f859.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000004_0bb39553.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000004_0bb39553.szar new file mode 100644 index 00000000..92479462 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000004_0bb39553.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000005_2a1b1b94.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000005_2a1b1b94.szar new file mode 100644 index 00000000..bf7b942b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000005_2a1b1b94.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000006_b6b9b979.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000006_b6b9b979.szar new file mode 100644 index 00000000..27910155 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000006_b6b9b979.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000007_51d8c01e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000007_51d8c01e.szar new file mode 100644 index 00000000..287f2dca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000007_51d8c01e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000008_2fe6c941.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000008_2fe6c941.szar new file mode 100644 index 00000000..705ce524 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000008_2fe6c941.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000009_4591ba09.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000009_4591ba09.szar new file mode 100644 index 00000000..7cf957d3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000009_4591ba09.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000010_a4161866.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000010_a4161866.szar new file mode 100644 index 00000000..29af44ab Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000010_a4161866.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000011_6acf885b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000011_6acf885b.szar new file mode 100644 index 00000000..9fa9296d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000011_6acf885b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000012_8e13e189.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000012_8e13e189.szar new file mode 100644 index 00000000..c953f838 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000012_8e13e189.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000013_754d4f8d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000013_754d4f8d.szar new file mode 100644 index 00000000..211b13c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000013_754d4f8d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000014_78545d66.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000014_78545d66.szar new file mode 100644 index 00000000..3170a278 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000014_78545d66.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000015_cdc93946.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000015_cdc93946.szar new file mode 100644 index 00000000..c0c245e3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000015_cdc93946.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000016_32c3e22e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000016_32c3e22e.szar new file mode 100644 index 00000000..b20a6427 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000016_32c3e22e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000017_2cd0c6ff.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000017_2cd0c6ff.szar new file mode 100644 index 00000000..6ecca014 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000017_2cd0c6ff.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000018_a13786b1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000018_a13786b1.szar new file mode 100644 index 00000000..1b5410fb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000018_a13786b1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000019_b112a83f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000019_b112a83f.szar new file mode 100644 index 00000000..6fbbb6fa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000019_b112a83f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000020_0da28025.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000020_0da28025.szar new file mode 100644 index 00000000..2e82f03d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000020_0da28025.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000021_0d5d373d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000021_0d5d373d.szar new file mode 100644 index 00000000..b1dc0a3c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000021_0d5d373d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000022_93dc8074.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000022_93dc8074.szar new file mode 100644 index 00000000..3a69304d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000022_93dc8074.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000023_ca583618.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000023_ca583618.szar new file mode 100644 index 00000000..d2f73557 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000023_ca583618.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000024_ff30d7ef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000024_ff30d7ef.szar new file mode 100644 index 00000000..3ded03db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000024_ff30d7ef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000025_1d154fb3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000025_1d154fb3.szar new file mode 100644 index 00000000..aeeb418a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000025_1d154fb3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000026_6fc522a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000026_6fc522a2.szar new file mode 100644 index 00000000..07ffe5e2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000026_6fc522a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000027_388829cf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000027_388829cf.szar new file mode 100644 index 00000000..4895cad6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000027_388829cf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000028_1012c130.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000028_1012c130.szar new file mode 100644 index 00000000..707a382b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000028_1012c130.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000029_8358905c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000029_8358905c.szar new file mode 100644 index 00000000..531ccace Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/archive/delta_00000000000000000029_8358905c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000001_bb2a303c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000001_bb2a303c.szcp new file mode 100644 index 00000000..e485b8fc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000001_bb2a303c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000002_a07ae5f4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000002_a07ae5f4.szcp new file mode 100644 index 00000000..65273aa7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000002_a07ae5f4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000003_f35f691a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000003_f35f691a.szcp new file mode 100644 index 00000000..78466f84 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000003_f35f691a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000004_ddcf8751.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000004_ddcf8751.szcp new file mode 100644 index 00000000..35283e8c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000004_ddcf8751.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000005_65a1196f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000005_65a1196f.szcp new file mode 100644 index 00000000..eb6b4ce7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000005_65a1196f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000006_78c2d0df.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000006_78c2d0df.szcp new file mode 100644 index 00000000..a80f7348 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000006_78c2d0df.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000007_ab870f13.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000007_ab870f13.szcp new file mode 100644 index 00000000..02695c62 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000007_ab870f13.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000008_7cc4933a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000008_7cc4933a.szcp new file mode 100644 index 00000000..4a2ccdb9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000008_7cc4933a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000009_9d5fbcb9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000009_9d5fbcb9.szcp new file mode 100644 index 00000000..a079a5e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000009_9d5fbcb9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000010_1f8c834a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000010_1f8c834a.szcp new file mode 100644 index 00000000..9cfb461d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000010_1f8c834a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000011_3d21fb5a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000011_3d21fb5a.szcp new file mode 100644 index 00000000..3615eff5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000011_3d21fb5a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000012_2c77efb4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000012_2c77efb4.szcp new file mode 100644 index 00000000..f66d3c81 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000012_2c77efb4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000013_3a464f50.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000013_3a464f50.szcp new file mode 100644 index 00000000..44c309c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000013_3a464f50.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000014_2c9bd2e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000014_2c9bd2e4.szcp new file mode 100644 index 00000000..3759f67b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000014_2c9bd2e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000015_ed86d557.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000015_ed86d557.szcp new file mode 100644 index 00000000..2b0a9ad3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000015_ed86d557.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000016_9c3a5b86.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000016_9c3a5b86.szcp new file mode 100644 index 00000000..b3d92c49 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000016_9c3a5b86.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000017_a88ee277.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000017_a88ee277.szcp new file mode 100644 index 00000000..2af91bb9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000017_a88ee277.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000018_fb353b83.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000018_fb353b83.szcp new file mode 100644 index 00000000..4d959747 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000018_fb353b83.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000019_500d3344.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000019_500d3344.szcp new file mode 100644 index 00000000..c654cb64 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000019_500d3344.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000020_8f374250.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000020_8f374250.szcp new file mode 100644 index 00000000..554b5cef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000020_8f374250.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000021_b9ebc004.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000021_b9ebc004.szcp new file mode 100644 index 00000000..e50a6011 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000021_b9ebc004.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000022_f94e98cb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000022_f94e98cb.szcp new file mode 100644 index 00000000..edb2635a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000022_f94e98cb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000023_35bc1c0b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000023_35bc1c0b.szcp new file mode 100644 index 00000000..d646cc7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000023_35bc1c0b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000024_e627eecd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000024_e627eecd.szcp new file mode 100644 index 00000000..0fc2d182 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000024_e627eecd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000025_fd4e03f6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000025_fd4e03f6.szcp new file mode 100644 index 00000000..1716d219 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000025_fd4e03f6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000026_e8417d83.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000026_e8417d83.szcp new file mode 100644 index 00000000..53fde90f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000026_e8417d83.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000027_6c22312b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000027_6c22312b.szcp new file mode 100644 index 00000000..2a6c9eaf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000027_6c22312b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000028_439ae096.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000028_439ae096.szcp new file mode 100644 index 00000000..c6deeeb7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000028_439ae096.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000029_1d0a49b7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000029_1d0a49b7.szcp new file mode 100644 index 00000000..d402bbcb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_047/checkpoints/checkpoint_00000000000000000029_1d0a49b7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000001_3872824f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000001_3872824f.szar new file mode 100644 index 00000000..503fce0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000001_3872824f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000002_845f057f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000002_845f057f.szar new file mode 100644 index 00000000..4e62c542 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000002_845f057f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000003_d3e26a85.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000003_d3e26a85.szar new file mode 100644 index 00000000..0a395af5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000003_d3e26a85.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000004_448992e5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000004_448992e5.szar new file mode 100644 index 00000000..f6650b26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000004_448992e5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000005_83184af8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000005_83184af8.szar new file mode 100644 index 00000000..76fa8b27 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000005_83184af8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000006_6e7a84de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000006_6e7a84de.szar new file mode 100644 index 00000000..07f54da9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000006_6e7a84de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000007_73472f26.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000007_73472f26.szar new file mode 100644 index 00000000..5d4b87dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000007_73472f26.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000008_ac835112.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000008_ac835112.szar new file mode 100644 index 00000000..6671748c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000008_ac835112.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000009_2bc41d10.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000009_2bc41d10.szar new file mode 100644 index 00000000..4a9ddbe6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000009_2bc41d10.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000010_70f933b6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000010_70f933b6.szar new file mode 100644 index 00000000..ad9ac060 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000010_70f933b6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000011_377b9f5a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000011_377b9f5a.szar new file mode 100644 index 00000000..5ae48510 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000011_377b9f5a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000012_fe179221.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000012_fe179221.szar new file mode 100644 index 00000000..73f27a09 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000012_fe179221.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000013_500ec60b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000013_500ec60b.szar new file mode 100644 index 00000000..1514014c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000013_500ec60b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000014_b023e93b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000014_b023e93b.szar new file mode 100644 index 00000000..59ff650c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000014_b023e93b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000015_680f317c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000015_680f317c.szar new file mode 100644 index 00000000..8529f9c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000015_680f317c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000016_2dec657c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000016_2dec657c.szar new file mode 100644 index 00000000..ad2ca74e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000016_2dec657c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000017_337bdda0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000017_337bdda0.szar new file mode 100644 index 00000000..386234f9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000017_337bdda0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000018_81a6a72d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000018_81a6a72d.szar new file mode 100644 index 00000000..949fd220 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000018_81a6a72d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000019_1424cb33.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000019_1424cb33.szar new file mode 100644 index 00000000..b5d58181 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000019_1424cb33.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000020_6796b3ca.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000020_6796b3ca.szar new file mode 100644 index 00000000..a11b04f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000020_6796b3ca.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000021_e321e491.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000021_e321e491.szar new file mode 100644 index 00000000..96c4789b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000021_e321e491.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000022_9e034ff2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000022_9e034ff2.szar new file mode 100644 index 00000000..ed9b1470 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000022_9e034ff2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000023_f97ea278.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000023_f97ea278.szar new file mode 100644 index 00000000..53301ca4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000023_f97ea278.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000024_d318b987.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000024_d318b987.szar new file mode 100644 index 00000000..0a1038eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000024_d318b987.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000025_653d39e6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000025_653d39e6.szar new file mode 100644 index 00000000..cfc039f3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000025_653d39e6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000026_679251ef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000026_679251ef.szar new file mode 100644 index 00000000..998a69d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000026_679251ef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000027_2959375e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000027_2959375e.szar new file mode 100644 index 00000000..2d2a6ab5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000027_2959375e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000028_d8c3753a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000028_d8c3753a.szar new file mode 100644 index 00000000..a318c751 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000028_d8c3753a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000029_0f94f881.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000029_0f94f881.szar new file mode 100644 index 00000000..18459fc7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000029_0f94f881.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000030_8fca8382.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000030_8fca8382.szar new file mode 100644 index 00000000..0a2d73e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000030_8fca8382.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000031_a5263289.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000031_a5263289.szar new file mode 100644 index 00000000..cf287795 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000031_a5263289.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000032_4472691e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000032_4472691e.szar new file mode 100644 index 00000000..71f0256a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000032_4472691e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000033_c01e3656.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000033_c01e3656.szar new file mode 100644 index 00000000..e83dda9f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000033_c01e3656.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000034_05354da9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000034_05354da9.szar new file mode 100644 index 00000000..4404e5c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000034_05354da9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000035_89ad156f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000035_89ad156f.szar new file mode 100644 index 00000000..e648126c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000035_89ad156f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000036_1f26d40f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000036_1f26d40f.szar new file mode 100644 index 00000000..f096de04 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000036_1f26d40f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000037_da203ae3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000037_da203ae3.szar new file mode 100644 index 00000000..6d83d4e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000037_da203ae3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000038_9dd19fa4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000038_9dd19fa4.szar new file mode 100644 index 00000000..8451457c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000038_9dd19fa4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000039_c224d2e4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000039_c224d2e4.szar new file mode 100644 index 00000000..45a3094c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000039_c224d2e4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000040_e545383c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000040_e545383c.szar new file mode 100644 index 00000000..c460f54c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000040_e545383c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000041_aa0c2b1b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000041_aa0c2b1b.szar new file mode 100644 index 00000000..d260ffdf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000041_aa0c2b1b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000042_7e785457.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000042_7e785457.szar new file mode 100644 index 00000000..43238bff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000042_7e785457.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000043_35dd4cbe.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000043_35dd4cbe.szar new file mode 100644 index 00000000..2d5cc909 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000043_35dd4cbe.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000044_133f6bc6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000044_133f6bc6.szar new file mode 100644 index 00000000..e635a2b7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000044_133f6bc6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000045_60dede67.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000045_60dede67.szar new file mode 100644 index 00000000..548e5349 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000045_60dede67.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000046_99bb1a0b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000046_99bb1a0b.szar new file mode 100644 index 00000000..6db1a6a8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/archive/delta_00000000000000000046_99bb1a0b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000001_2fade8ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000001_2fade8ea.szcp new file mode 100644 index 00000000..cb94cce4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000001_2fade8ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000002_d63b43e1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000002_d63b43e1.szcp new file mode 100644 index 00000000..17c93306 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000002_d63b43e1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000003_80313539.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000003_80313539.szcp new file mode 100644 index 00000000..8323ca74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000003_80313539.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000004_cbe8610a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000004_cbe8610a.szcp new file mode 100644 index 00000000..2fdfd154 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000004_cbe8610a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000005_c5aecefe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000005_c5aecefe.szcp new file mode 100644 index 00000000..576ced4d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000005_c5aecefe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000006_c90addec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000006_c90addec.szcp new file mode 100644 index 00000000..aa47cbb4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000006_c90addec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000007_07291a8b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000007_07291a8b.szcp new file mode 100644 index 00000000..bcd0c851 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000007_07291a8b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000008_9f28dd2c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000008_9f28dd2c.szcp new file mode 100644 index 00000000..e5ec5525 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000008_9f28dd2c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000009_3da281e9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000009_3da281e9.szcp new file mode 100644 index 00000000..35e42d79 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000009_3da281e9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000010_f3ffbe33.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000010_f3ffbe33.szcp new file mode 100644 index 00000000..64bc8e12 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000010_f3ffbe33.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000011_b7c6f20f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000011_b7c6f20f.szcp new file mode 100644 index 00000000..768582df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000011_b7c6f20f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000012_e8319df8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000012_e8319df8.szcp new file mode 100644 index 00000000..9241ba47 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000012_e8319df8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000013_b83d78d8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000013_b83d78d8.szcp new file mode 100644 index 00000000..18e72ba6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000013_b83d78d8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000014_08d1c8a2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000014_08d1c8a2.szcp new file mode 100644 index 00000000..fa940702 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000014_08d1c8a2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000015_8b33c258.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000015_8b33c258.szcp new file mode 100644 index 00000000..72b33e9b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000015_8b33c258.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000016_fe134a5c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000016_fe134a5c.szcp new file mode 100644 index 00000000..21251293 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000016_fe134a5c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000017_d133f58d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000017_d133f58d.szcp new file mode 100644 index 00000000..eff3d619 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000017_d133f58d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000018_2e7a013a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000018_2e7a013a.szcp new file mode 100644 index 00000000..a98224b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000018_2e7a013a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000019_cd841161.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000019_cd841161.szcp new file mode 100644 index 00000000..378c6e57 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000019_cd841161.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000020_fdea7ee6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000020_fdea7ee6.szcp new file mode 100644 index 00000000..22e5a3bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000020_fdea7ee6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000021_23653b48.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000021_23653b48.szcp new file mode 100644 index 00000000..8db4a4e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000021_23653b48.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000022_94847035.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000022_94847035.szcp new file mode 100644 index 00000000..be7793d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000022_94847035.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000023_f5e6d343.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000023_f5e6d343.szcp new file mode 100644 index 00000000..f3cc8697 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000023_f5e6d343.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000024_72d0d946.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000024_72d0d946.szcp new file mode 100644 index 00000000..82cab294 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000024_72d0d946.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000025_41d6ffe8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000025_41d6ffe8.szcp new file mode 100644 index 00000000..7d8f69ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000025_41d6ffe8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000026_258a38b6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000026_258a38b6.szcp new file mode 100644 index 00000000..c9fb1b42 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000026_258a38b6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000027_63c4dede.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000027_63c4dede.szcp new file mode 100644 index 00000000..086a2def Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000027_63c4dede.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000028_83eed1bb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000028_83eed1bb.szcp new file mode 100644 index 00000000..4f20273f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000028_83eed1bb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000029_517dce28.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000029_517dce28.szcp new file mode 100644 index 00000000..074c885a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000029_517dce28.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000030_99d09075.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000030_99d09075.szcp new file mode 100644 index 00000000..16bd92c6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000030_99d09075.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000031_32270a0d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000031_32270a0d.szcp new file mode 100644 index 00000000..8e284c08 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000031_32270a0d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000032_35ec38cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000032_35ec38cd.szcp new file mode 100644 index 00000000..9fc954d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000032_35ec38cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000033_a68f35d1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000033_a68f35d1.szcp new file mode 100644 index 00000000..8e4bb8d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000033_a68f35d1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000034_e8bf033e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000034_e8bf033e.szcp new file mode 100644 index 00000000..84a6d8a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000034_e8bf033e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000035_ec870795.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000035_ec870795.szcp new file mode 100644 index 00000000..49a391d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000035_ec870795.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000036_024276f9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000036_024276f9.szcp new file mode 100644 index 00000000..3b2fbeb4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000036_024276f9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000037_15b00dc8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000037_15b00dc8.szcp new file mode 100644 index 00000000..b6946c90 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000037_15b00dc8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000038_93f601e1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000038_93f601e1.szcp new file mode 100644 index 00000000..7df20057 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000038_93f601e1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000039_811a4a98.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000039_811a4a98.szcp new file mode 100644 index 00000000..86a7ce11 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000039_811a4a98.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000040_25c33267.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000040_25c33267.szcp new file mode 100644 index 00000000..f35d59e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000040_25c33267.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000041_38cb1b96.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000041_38cb1b96.szcp new file mode 100644 index 00000000..bf8275b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000041_38cb1b96.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000042_ffe38bef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000042_ffe38bef.szcp new file mode 100644 index 00000000..3b0ac9cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000042_ffe38bef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000043_d58c0539.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000043_d58c0539.szcp new file mode 100644 index 00000000..caa54e7b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000043_d58c0539.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000044_3811d33b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000044_3811d33b.szcp new file mode 100644 index 00000000..e428ca1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000044_3811d33b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000045_69f6662f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000045_69f6662f.szcp new file mode 100644 index 00000000..5a6b1d18 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000045_69f6662f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000046_8e6c3f4b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000046_8e6c3f4b.szcp new file mode 100644 index 00000000..cda228d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_048/checkpoints/checkpoint_00000000000000000046_8e6c3f4b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000001_1fed28f7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000001_1fed28f7.szar new file mode 100644 index 00000000..96d0c9e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000001_1fed28f7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000002_898c4602.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000002_898c4602.szar new file mode 100644 index 00000000..867e5c0c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000002_898c4602.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000003_be164406.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000003_be164406.szar new file mode 100644 index 00000000..68e1ca06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000003_be164406.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000004_1cbe8ea1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000004_1cbe8ea1.szar new file mode 100644 index 00000000..5ffdf4f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000004_1cbe8ea1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000005_c765e896.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000005_c765e896.szar new file mode 100644 index 00000000..c4d9ee48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000005_c765e896.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000006_67faec8d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000006_67faec8d.szar new file mode 100644 index 00000000..9995e1e8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000006_67faec8d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000007_8df8c739.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000007_8df8c739.szar new file mode 100644 index 00000000..fa89b75c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000007_8df8c739.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000008_53191dff.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000008_53191dff.szar new file mode 100644 index 00000000..728b560a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000008_53191dff.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000009_2181619d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000009_2181619d.szar new file mode 100644 index 00000000..00619ed0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000009_2181619d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000010_dbdd8776.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000010_dbdd8776.szar new file mode 100644 index 00000000..a8dcf35d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000010_dbdd8776.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000011_8ef40700.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000011_8ef40700.szar new file mode 100644 index 00000000..e047b666 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000011_8ef40700.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000012_5d3a2f38.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000012_5d3a2f38.szar new file mode 100644 index 00000000..bf870a36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000012_5d3a2f38.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000013_664f1af3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000013_664f1af3.szar new file mode 100644 index 00000000..c03681db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000013_664f1af3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000014_d34e1175.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000014_d34e1175.szar new file mode 100644 index 00000000..a03db0f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000014_d34e1175.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000015_b5c06f80.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000015_b5c06f80.szar new file mode 100644 index 00000000..39692a86 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000015_b5c06f80.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000016_61152719.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000016_61152719.szar new file mode 100644 index 00000000..e8cb912b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000016_61152719.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000017_6d862612.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000017_6d862612.szar new file mode 100644 index 00000000..d41aae36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000017_6d862612.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000018_64c33483.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000018_64c33483.szar new file mode 100644 index 00000000..0a6d1d3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000018_64c33483.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000019_0c74121b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000019_0c74121b.szar new file mode 100644 index 00000000..724a1c58 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000019_0c74121b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000020_4456baa4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000020_4456baa4.szar new file mode 100644 index 00000000..213456ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000020_4456baa4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000021_452a1af0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000021_452a1af0.szar new file mode 100644 index 00000000..fc626a40 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000021_452a1af0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000022_5e0d2f48.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000022_5e0d2f48.szar new file mode 100644 index 00000000..fa0695db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000022_5e0d2f48.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000023_24fadd49.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000023_24fadd49.szar new file mode 100644 index 00000000..0d769c39 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000023_24fadd49.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000024_8d6ff077.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000024_8d6ff077.szar new file mode 100644 index 00000000..46041fe9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000024_8d6ff077.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000025_b1ee25d4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000025_b1ee25d4.szar new file mode 100644 index 00000000..e100924e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000025_b1ee25d4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000026_b3123f41.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000026_b3123f41.szar new file mode 100644 index 00000000..5b3fec9d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000026_b3123f41.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000027_59f7417d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000027_59f7417d.szar new file mode 100644 index 00000000..e75e3d19 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000027_59f7417d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000028_0b427a59.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000028_0b427a59.szar new file mode 100644 index 00000000..5006c74b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000028_0b427a59.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000029_b6dfbbaf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000029_b6dfbbaf.szar new file mode 100644 index 00000000..89748f3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/archive/delta_00000000000000000029_b6dfbbaf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000001_4a1b5191.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000001_4a1b5191.szcp new file mode 100644 index 00000000..8ad9ec17 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000001_4a1b5191.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000002_d30d0479.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000002_d30d0479.szcp new file mode 100644 index 00000000..5784f92e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000002_d30d0479.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000003_3faa7908.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000003_3faa7908.szcp new file mode 100644 index 00000000..40235474 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000003_3faa7908.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000004_6db2fb1b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000004_6db2fb1b.szcp new file mode 100644 index 00000000..2e0b55e3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000004_6db2fb1b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000005_58a49ebf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000005_58a49ebf.szcp new file mode 100644 index 00000000..465df001 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000005_58a49ebf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000006_13311563.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000006_13311563.szcp new file mode 100644 index 00000000..1b4893d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000006_13311563.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000007_bb1060ad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000007_bb1060ad.szcp new file mode 100644 index 00000000..b8984dc2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000007_bb1060ad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000008_b918b19d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000008_b918b19d.szcp new file mode 100644 index 00000000..417d5fc4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000008_b918b19d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000009_e0ce0d7f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000009_e0ce0d7f.szcp new file mode 100644 index 00000000..d7730a7e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000009_e0ce0d7f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000010_ceb19208.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000010_ceb19208.szcp new file mode 100644 index 00000000..05a31f33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000010_ceb19208.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000011_b239ad61.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000011_b239ad61.szcp new file mode 100644 index 00000000..a4823763 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000011_b239ad61.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000012_568cc893.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000012_568cc893.szcp new file mode 100644 index 00000000..58bd9554 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000012_568cc893.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000013_628002f8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000013_628002f8.szcp new file mode 100644 index 00000000..81acea84 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000013_628002f8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000014_16f80aab.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000014_16f80aab.szcp new file mode 100644 index 00000000..14c00fdf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000014_16f80aab.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000015_80678c05.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000015_80678c05.szcp new file mode 100644 index 00000000..c3c145a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000015_80678c05.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000016_5087aebf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000016_5087aebf.szcp new file mode 100644 index 00000000..abe6a9d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000016_5087aebf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000017_338031a7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000017_338031a7.szcp new file mode 100644 index 00000000..7169c079 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000017_338031a7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000018_d1f999af.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000018_d1f999af.szcp new file mode 100644 index 00000000..f48f027c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000018_d1f999af.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000019_5e295fab.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000019_5e295fab.szcp new file mode 100644 index 00000000..1934b9f8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000019_5e295fab.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000020_589f4b93.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000020_589f4b93.szcp new file mode 100644 index 00000000..7ba4ef79 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000020_589f4b93.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000021_aadc0371.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000021_aadc0371.szcp new file mode 100644 index 00000000..48114443 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000021_aadc0371.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000022_0c582470.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000022_0c582470.szcp new file mode 100644 index 00000000..d5434b5a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000022_0c582470.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000023_2999306c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000023_2999306c.szcp new file mode 100644 index 00000000..ba8ad786 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000023_2999306c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000024_bf19cecd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000024_bf19cecd.szcp new file mode 100644 index 00000000..2d5334c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000024_bf19cecd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000025_a30a7e43.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000025_a30a7e43.szcp new file mode 100644 index 00000000..e93e158f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000025_a30a7e43.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000026_e4da2138.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000026_e4da2138.szcp new file mode 100644 index 00000000..8a2100bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000026_e4da2138.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000027_767bde11.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000027_767bde11.szcp new file mode 100644 index 00000000..4465aec0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000027_767bde11.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000028_6194c681.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000028_6194c681.szcp new file mode 100644 index 00000000..054f3816 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000028_6194c681.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000029_c31af4f2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000029_c31af4f2.szcp new file mode 100644 index 00000000..7a1f1259 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_049/checkpoints/checkpoint_00000000000000000029_c31af4f2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000001_afec33b5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000001_afec33b5.szar new file mode 100644 index 00000000..1fa3391f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000001_afec33b5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000002_7525dcb5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000002_7525dcb5.szar new file mode 100644 index 00000000..7e704d6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000002_7525dcb5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000003_7190b2ee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000003_7190b2ee.szar new file mode 100644 index 00000000..60812e26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000003_7190b2ee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000004_078359a4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000004_078359a4.szar new file mode 100644 index 00000000..6f91ae6e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000004_078359a4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000005_76a5da9d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000005_76a5da9d.szar new file mode 100644 index 00000000..cc2bf58d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000005_76a5da9d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000006_62d4a31e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000006_62d4a31e.szar new file mode 100644 index 00000000..ac806fb1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000006_62d4a31e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000007_82d5caf4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000007_82d5caf4.szar new file mode 100644 index 00000000..f16e4f91 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000007_82d5caf4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000008_3cbe65b5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000008_3cbe65b5.szar new file mode 100644 index 00000000..11bbe85a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000008_3cbe65b5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000009_72b906f5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000009_72b906f5.szar new file mode 100644 index 00000000..3b1fcc22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000009_72b906f5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000010_17001c39.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000010_17001c39.szar new file mode 100644 index 00000000..5d201e7a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000010_17001c39.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000011_92d0c594.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000011_92d0c594.szar new file mode 100644 index 00000000..82b89707 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000011_92d0c594.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000012_1272400b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000012_1272400b.szar new file mode 100644 index 00000000..281f8e03 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000012_1272400b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000013_201e638f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000013_201e638f.szar new file mode 100644 index 00000000..98ec3933 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000013_201e638f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000014_4460b265.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000014_4460b265.szar new file mode 100644 index 00000000..e2ef26f8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000014_4460b265.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000015_8632ffc5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000015_8632ffc5.szar new file mode 100644 index 00000000..2d908c03 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000015_8632ffc5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000016_0c2c848a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000016_0c2c848a.szar new file mode 100644 index 00000000..fe5f5f4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000016_0c2c848a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000017_45a8ffee.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000017_45a8ffee.szar new file mode 100644 index 00000000..f4d057a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000017_45a8ffee.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000018_f570fe7f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000018_f570fe7f.szar new file mode 100644 index 00000000..901c17b3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000018_f570fe7f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000019_34d8221b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000019_34d8221b.szar new file mode 100644 index 00000000..38ccbc63 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000019_34d8221b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000020_14ae5be9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000020_14ae5be9.szar new file mode 100644 index 00000000..35a57994 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000020_14ae5be9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000021_b8f1b336.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000021_b8f1b336.szar new file mode 100644 index 00000000..f3f81d7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000021_b8f1b336.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000022_540b6d82.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000022_540b6d82.szar new file mode 100644 index 00000000..c32df67a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000022_540b6d82.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000023_9cb762f7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000023_9cb762f7.szar new file mode 100644 index 00000000..5ede4b22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000023_9cb762f7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000024_249c1327.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000024_249c1327.szar new file mode 100644 index 00000000..4787bc6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000024_249c1327.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000025_7db438a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000025_7db438a2.szar new file mode 100644 index 00000000..8bc33598 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000025_7db438a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000026_183b0871.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000026_183b0871.szar new file mode 100644 index 00000000..d1f16ae6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000026_183b0871.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000027_813c1ceb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000027_813c1ceb.szar new file mode 100644 index 00000000..561aab07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000027_813c1ceb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000028_26b07d7a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000028_26b07d7a.szar new file mode 100644 index 00000000..f0d457af Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000028_26b07d7a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000029_e4865f4c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000029_e4865f4c.szar new file mode 100644 index 00000000..521ff119 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000029_e4865f4c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000030_b1d78152.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000030_b1d78152.szar new file mode 100644 index 00000000..ea21f956 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000030_b1d78152.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000031_3cf29439.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000031_3cf29439.szar new file mode 100644 index 00000000..a5d1e975 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000031_3cf29439.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000032_5b4bf628.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000032_5b4bf628.szar new file mode 100644 index 00000000..1394d768 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/archive/delta_00000000000000000032_5b4bf628.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000001_cfb3f86f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000001_cfb3f86f.szcp new file mode 100644 index 00000000..1d8c7f86 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000001_cfb3f86f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000002_89416112.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000002_89416112.szcp new file mode 100644 index 00000000..aee3b6d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000002_89416112.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000003_45c787e2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000003_45c787e2.szcp new file mode 100644 index 00000000..4554610e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000003_45c787e2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000004_58c8b24d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000004_58c8b24d.szcp new file mode 100644 index 00000000..4cebc4da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000004_58c8b24d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000005_efe3fb50.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000005_efe3fb50.szcp new file mode 100644 index 00000000..60c3b434 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000005_efe3fb50.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000006_32488dc9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000006_32488dc9.szcp new file mode 100644 index 00000000..02da0b8d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000006_32488dc9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000007_20396879.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000007_20396879.szcp new file mode 100644 index 00000000..a97adf3d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000007_20396879.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000008_e120de40.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000008_e120de40.szcp new file mode 100644 index 00000000..dc378998 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000008_e120de40.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000009_f8fe3f91.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000009_f8fe3f91.szcp new file mode 100644 index 00000000..c3c79c4b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000009_f8fe3f91.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000010_601c54f3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000010_601c54f3.szcp new file mode 100644 index 00000000..2ddd03d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000010_601c54f3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000011_5aee51f3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000011_5aee51f3.szcp new file mode 100644 index 00000000..528a2e7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000011_5aee51f3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000012_76c59454.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000012_76c59454.szcp new file mode 100644 index 00000000..1ddb800e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000012_76c59454.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000013_a52c3555.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000013_a52c3555.szcp new file mode 100644 index 00000000..6d1cdda5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000013_a52c3555.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000014_5e853228.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000014_5e853228.szcp new file mode 100644 index 00000000..0953ed11 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000014_5e853228.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000015_114d2c55.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000015_114d2c55.szcp new file mode 100644 index 00000000..5a4d499b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000015_114d2c55.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000016_e4129310.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000016_e4129310.szcp new file mode 100644 index 00000000..b3a0b67c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000016_e4129310.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000017_9c409931.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000017_9c409931.szcp new file mode 100644 index 00000000..83ecc551 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000017_9c409931.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000018_eceaef2d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000018_eceaef2d.szcp new file mode 100644 index 00000000..c0fa182d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000018_eceaef2d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000019_c97db46f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000019_c97db46f.szcp new file mode 100644 index 00000000..8a45ada7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000019_c97db46f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000020_8b4cc554.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000020_8b4cc554.szcp new file mode 100644 index 00000000..8e26cdaa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000020_8b4cc554.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000021_f2a1a70e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000021_f2a1a70e.szcp new file mode 100644 index 00000000..61874eb3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000021_f2a1a70e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000022_f00ffa60.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000022_f00ffa60.szcp new file mode 100644 index 00000000..fb2a46ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000022_f00ffa60.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000023_533f6ff8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000023_533f6ff8.szcp new file mode 100644 index 00000000..3ad40940 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000023_533f6ff8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000024_5be7a3e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000024_5be7a3e4.szcp new file mode 100644 index 00000000..5c5c08ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000024_5be7a3e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000025_abd95542.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000025_abd95542.szcp new file mode 100644 index 00000000..cbd8bea6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000025_abd95542.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000026_8c643e8e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000026_8c643e8e.szcp new file mode 100644 index 00000000..60d0e775 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000026_8c643e8e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000027_0540e48f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000027_0540e48f.szcp new file mode 100644 index 00000000..05ee66ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000027_0540e48f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000028_82d62c99.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000028_82d62c99.szcp new file mode 100644 index 00000000..6b892457 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000028_82d62c99.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000029_d40d2abf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000029_d40d2abf.szcp new file mode 100644 index 00000000..1032893c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000029_d40d2abf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000030_cd31863c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000030_cd31863c.szcp new file mode 100644 index 00000000..c8db8974 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000030_cd31863c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000031_b08a2be4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000031_b08a2be4.szcp new file mode 100644 index 00000000..a70669a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000031_b08a2be4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000032_cc26f033.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000032_cc26f033.szcp new file mode 100644 index 00000000..e6b9cf1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_050/checkpoints/checkpoint_00000000000000000032_cc26f033.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000001_3255ae79.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000001_3255ae79.szar new file mode 100644 index 00000000..0b0d0dbf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000001_3255ae79.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000002_f1cc1484.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000002_f1cc1484.szar new file mode 100644 index 00000000..66d23474 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000002_f1cc1484.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000003_7ac7cff8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000003_7ac7cff8.szar new file mode 100644 index 00000000..e9de66ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000003_7ac7cff8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000004_88d235c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000004_88d235c5.szar new file mode 100644 index 00000000..7aabc1ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000004_88d235c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000005_10d8ada9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000005_10d8ada9.szar new file mode 100644 index 00000000..4967f375 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000005_10d8ada9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000006_9a148f1e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000006_9a148f1e.szar new file mode 100644 index 00000000..7be2448a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000006_9a148f1e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000007_0d376524.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000007_0d376524.szar new file mode 100644 index 00000000..2a7c4c37 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000007_0d376524.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000008_b063dce4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000008_b063dce4.szar new file mode 100644 index 00000000..703883fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000008_b063dce4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000009_ae1cf397.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000009_ae1cf397.szar new file mode 100644 index 00000000..66aea141 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000009_ae1cf397.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000010_2478610f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000010_2478610f.szar new file mode 100644 index 00000000..03b92446 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000010_2478610f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000011_0fa50de7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000011_0fa50de7.szar new file mode 100644 index 00000000..60da2b36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000011_0fa50de7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000012_39a8cd2b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000012_39a8cd2b.szar new file mode 100644 index 00000000..c28a0e2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000012_39a8cd2b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000013_479f3390.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000013_479f3390.szar new file mode 100644 index 00000000..2033fc5e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000013_479f3390.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000014_0d824142.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000014_0d824142.szar new file mode 100644 index 00000000..e33790f9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000014_0d824142.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000015_33be188d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000015_33be188d.szar new file mode 100644 index 00000000..49a5e830 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000015_33be188d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000016_4b9ede3e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000016_4b9ede3e.szar new file mode 100644 index 00000000..1e0e1642 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000016_4b9ede3e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000017_334d85de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000017_334d85de.szar new file mode 100644 index 00000000..4ef2bdb5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000017_334d85de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000018_d89660a4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000018_d89660a4.szar new file mode 100644 index 00000000..de4877b0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000018_d89660a4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000019_3af3084c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000019_3af3084c.szar new file mode 100644 index 00000000..3ed59ea3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000019_3af3084c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000020_0909792e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000020_0909792e.szar new file mode 100644 index 00000000..2b8762df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000020_0909792e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000021_27747d50.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000021_27747d50.szar new file mode 100644 index 00000000..5240fb30 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000021_27747d50.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000022_4b38757f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000022_4b38757f.szar new file mode 100644 index 00000000..2ea00c70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000022_4b38757f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000023_eee92581.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000023_eee92581.szar new file mode 100644 index 00000000..38001f58 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000023_eee92581.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000024_521d5eaa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000024_521d5eaa.szar new file mode 100644 index 00000000..fab8c47f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000024_521d5eaa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000025_59c8d9ea.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000025_59c8d9ea.szar new file mode 100644 index 00000000..d146337b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000025_59c8d9ea.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000026_bf1d029e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000026_bf1d029e.szar new file mode 100644 index 00000000..02fe247e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000026_bf1d029e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000027_bd49f6d1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000027_bd49f6d1.szar new file mode 100644 index 00000000..29e40a1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000027_bd49f6d1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000028_204926a4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000028_204926a4.szar new file mode 100644 index 00000000..20c1b3e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/archive/delta_00000000000000000028_204926a4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000001_c089d8c7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000001_c089d8c7.szcp new file mode 100644 index 00000000..49f7bc5d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000001_c089d8c7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000002_89e8e70c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000002_89e8e70c.szcp new file mode 100644 index 00000000..666437a5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000002_89e8e70c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000003_ebd71eaa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000003_ebd71eaa.szcp new file mode 100644 index 00000000..1d75b953 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000003_ebd71eaa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000004_0cd9c902.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000004_0cd9c902.szcp new file mode 100644 index 00000000..9beb8979 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000004_0cd9c902.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000005_53cb6558.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000005_53cb6558.szcp new file mode 100644 index 00000000..34790d92 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000005_53cb6558.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000006_8c1b7f43.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000006_8c1b7f43.szcp new file mode 100644 index 00000000..90675031 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000006_8c1b7f43.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000007_f17d1ee1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000007_f17d1ee1.szcp new file mode 100644 index 00000000..0edb1b77 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000007_f17d1ee1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000008_75743f67.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000008_75743f67.szcp new file mode 100644 index 00000000..08c49167 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000008_75743f67.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000009_39ad0953.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000009_39ad0953.szcp new file mode 100644 index 00000000..707cc1c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000009_39ad0953.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000010_4aaa45f6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000010_4aaa45f6.szcp new file mode 100644 index 00000000..50903fef Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000010_4aaa45f6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000011_26566030.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000011_26566030.szcp new file mode 100644 index 00000000..12da87cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000011_26566030.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000012_74c12d04.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000012_74c12d04.szcp new file mode 100644 index 00000000..4de3bf8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000012_74c12d04.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000013_78eb96d1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000013_78eb96d1.szcp new file mode 100644 index 00000000..1d2a13b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000013_78eb96d1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000014_3c287b08.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000014_3c287b08.szcp new file mode 100644 index 00000000..be868bc3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000014_3c287b08.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000015_ed21c679.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000015_ed21c679.szcp new file mode 100644 index 00000000..6e1c4c50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000015_ed21c679.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000016_23d02148.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000016_23d02148.szcp new file mode 100644 index 00000000..dd802405 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000016_23d02148.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000017_f9956d05.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000017_f9956d05.szcp new file mode 100644 index 00000000..1b8a8398 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000017_f9956d05.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000018_56b02e45.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000018_56b02e45.szcp new file mode 100644 index 00000000..715e4953 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000018_56b02e45.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000019_8c2aed07.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000019_8c2aed07.szcp new file mode 100644 index 00000000..37168340 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000019_8c2aed07.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000020_1675b883.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000020_1675b883.szcp new file mode 100644 index 00000000..ee796d53 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000020_1675b883.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000021_a7e03820.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000021_a7e03820.szcp new file mode 100644 index 00000000..49ddb0c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000021_a7e03820.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000022_847ee93c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000022_847ee93c.szcp new file mode 100644 index 00000000..aaeed179 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000022_847ee93c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000023_c2dfb7fd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000023_c2dfb7fd.szcp new file mode 100644 index 00000000..44c6c6a3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000023_c2dfb7fd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000024_de1b12a2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000024_de1b12a2.szcp new file mode 100644 index 00000000..544c2e9a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000024_de1b12a2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000025_06c2524a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000025_06c2524a.szcp new file mode 100644 index 00000000..2fc4458e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000025_06c2524a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000026_12d229c8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000026_12d229c8.szcp new file mode 100644 index 00000000..6ac92f8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000026_12d229c8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000027_125507ba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000027_125507ba.szcp new file mode 100644 index 00000000..108d5ff6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000027_125507ba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000028_cec46f3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000028_cec46f3c.szcp new file mode 100644 index 00000000..cbd1db43 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_051/checkpoints/checkpoint_00000000000000000028_cec46f3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000001_4315164b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000001_4315164b.szar new file mode 100644 index 00000000..b8f954da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000001_4315164b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000002_2f7c0222.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000002_2f7c0222.szar new file mode 100644 index 00000000..e9d1e82b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000002_2f7c0222.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000003_4afe6522.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000003_4afe6522.szar new file mode 100644 index 00000000..fd62f651 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000003_4afe6522.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000004_f0112247.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000004_f0112247.szar new file mode 100644 index 00000000..d3d5ad96 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000004_f0112247.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000005_ecac6934.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000005_ecac6934.szar new file mode 100644 index 00000000..9fccb264 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000005_ecac6934.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000006_95f03145.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000006_95f03145.szar new file mode 100644 index 00000000..169c2a49 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000006_95f03145.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000007_fee30c61.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000007_fee30c61.szar new file mode 100644 index 00000000..6101e6a9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000007_fee30c61.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000008_fd7efbd8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000008_fd7efbd8.szar new file mode 100644 index 00000000..ee5ab25e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000008_fd7efbd8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000009_e1f3209f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000009_e1f3209f.szar new file mode 100644 index 00000000..538161df Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000009_e1f3209f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000010_0f0ef530.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000010_0f0ef530.szar new file mode 100644 index 00000000..acb3d7c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000010_0f0ef530.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000011_a999bf4a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000011_a999bf4a.szar new file mode 100644 index 00000000..96875ac1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000011_a999bf4a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000012_7f5f0edf.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000012_7f5f0edf.szar new file mode 100644 index 00000000..2221452e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000012_7f5f0edf.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000013_ebc72241.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000013_ebc72241.szar new file mode 100644 index 00000000..d75e0b73 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000013_ebc72241.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000014_c64a2081.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000014_c64a2081.szar new file mode 100644 index 00000000..0cbb5c19 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000014_c64a2081.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000015_2402128a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000015_2402128a.szar new file mode 100644 index 00000000..d5954403 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000015_2402128a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000016_33860442.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000016_33860442.szar new file mode 100644 index 00000000..7d66ce6e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000016_33860442.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000017_baeed3d5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000017_baeed3d5.szar new file mode 100644 index 00000000..8d112242 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000017_baeed3d5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000018_9c2aca36.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000018_9c2aca36.szar new file mode 100644 index 00000000..b2cc3c35 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000018_9c2aca36.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000019_18be542c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000019_18be542c.szar new file mode 100644 index 00000000..90d81702 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000019_18be542c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000020_18d63e6a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000020_18d63e6a.szar new file mode 100644 index 00000000..bea6ff9c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000020_18d63e6a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000021_0eb4edd6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000021_0eb4edd6.szar new file mode 100644 index 00000000..32428d2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000021_0eb4edd6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000022_b35d3dde.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000022_b35d3dde.szar new file mode 100644 index 00000000..7d4dab67 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000022_b35d3dde.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000023_d329e017.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000023_d329e017.szar new file mode 100644 index 00000000..8098c93d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000023_d329e017.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000024_00beeb57.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000024_00beeb57.szar new file mode 100644 index 00000000..be339e9d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000024_00beeb57.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000025_92a8b2b2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000025_92a8b2b2.szar new file mode 100644 index 00000000..614ce1bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000025_92a8b2b2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000026_9d71e0fa.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000026_9d71e0fa.szar new file mode 100644 index 00000000..578f078d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000026_9d71e0fa.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000027_29f4bd23.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000027_29f4bd23.szar new file mode 100644 index 00000000..77f70e09 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000027_29f4bd23.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000028_6e28f292.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000028_6e28f292.szar new file mode 100644 index 00000000..045c19ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000028_6e28f292.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000029_a51dc51d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000029_a51dc51d.szar new file mode 100644 index 00000000..00b6cd76 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000029_a51dc51d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000030_966e9d18.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000030_966e9d18.szar new file mode 100644 index 00000000..55ec9ac2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000030_966e9d18.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000031_e95d898b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000031_e95d898b.szar new file mode 100644 index 00000000..1498a304 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000031_e95d898b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000032_ed39df82.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000032_ed39df82.szar new file mode 100644 index 00000000..41e86da5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000032_ed39df82.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000033_c3b56214.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000033_c3b56214.szar new file mode 100644 index 00000000..7d347ec0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000033_c3b56214.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000034_1e73e1d6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000034_1e73e1d6.szar new file mode 100644 index 00000000..fafc0256 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000034_1e73e1d6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000035_5ffe5e4d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000035_5ffe5e4d.szar new file mode 100644 index 00000000..10f877bd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000035_5ffe5e4d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000036_6029c031.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000036_6029c031.szar new file mode 100644 index 00000000..b0318ac7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000036_6029c031.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000037_6eb842b0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000037_6eb842b0.szar new file mode 100644 index 00000000..42cbd65e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000037_6eb842b0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000038_1df3efb5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000038_1df3efb5.szar new file mode 100644 index 00000000..eda9c1ad Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000038_1df3efb5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000039_25a0485e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000039_25a0485e.szar new file mode 100644 index 00000000..ba32b7c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000039_25a0485e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000040_93084469.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000040_93084469.szar new file mode 100644 index 00000000..3449bc36 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000040_93084469.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000041_79e45151.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000041_79e45151.szar new file mode 100644 index 00000000..cabf312a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/archive/delta_00000000000000000041_79e45151.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000001_69233418.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000001_69233418.szcp new file mode 100644 index 00000000..93fdda69 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000001_69233418.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000002_9d039a59.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000002_9d039a59.szcp new file mode 100644 index 00000000..011e87f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000002_9d039a59.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000003_1d17eb09.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000003_1d17eb09.szcp new file mode 100644 index 00000000..24089a7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000003_1d17eb09.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000004_0afd5092.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000004_0afd5092.szcp new file mode 100644 index 00000000..72454608 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000004_0afd5092.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000005_97960bcb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000005_97960bcb.szcp new file mode 100644 index 00000000..dbb9fbf9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000005_97960bcb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000006_87e10f98.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000006_87e10f98.szcp new file mode 100644 index 00000000..a82a9005 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000006_87e10f98.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000007_4fe2e358.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000007_4fe2e358.szcp new file mode 100644 index 00000000..84a53600 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000007_4fe2e358.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000008_3960ace3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000008_3960ace3.szcp new file mode 100644 index 00000000..7dbd8391 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000008_3960ace3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000009_fd066d34.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000009_fd066d34.szcp new file mode 100644 index 00000000..1dee1279 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000009_fd066d34.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000010_9b9697c9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000010_9b9697c9.szcp new file mode 100644 index 00000000..b0d551a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000010_9b9697c9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000011_9b97b57d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000011_9b97b57d.szcp new file mode 100644 index 00000000..26afc08e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000011_9b97b57d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000012_93bb26a4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000012_93bb26a4.szcp new file mode 100644 index 00000000..ac29a91a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000012_93bb26a4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000013_84a32c0e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000013_84a32c0e.szcp new file mode 100644 index 00000000..8462928a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000013_84a32c0e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000014_68866e7f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000014_68866e7f.szcp new file mode 100644 index 00000000..a2cbe1d9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000014_68866e7f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000015_d7bdf2b2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000015_d7bdf2b2.szcp new file mode 100644 index 00000000..1f24302e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000015_d7bdf2b2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000016_da48518a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000016_da48518a.szcp new file mode 100644 index 00000000..13c73568 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000016_da48518a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000017_b9060c5c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000017_b9060c5c.szcp new file mode 100644 index 00000000..b2e30c24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000017_b9060c5c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000018_0c3eedc0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000018_0c3eedc0.szcp new file mode 100644 index 00000000..ea569aff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000018_0c3eedc0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000019_d8b9fa84.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000019_d8b9fa84.szcp new file mode 100644 index 00000000..d654704c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000019_d8b9fa84.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000020_f4b987b6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000020_f4b987b6.szcp new file mode 100644 index 00000000..7faaf981 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000020_f4b987b6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000021_d58d42bf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000021_d58d42bf.szcp new file mode 100644 index 00000000..25b686fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000021_d58d42bf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000022_25c7665d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000022_25c7665d.szcp new file mode 100644 index 00000000..a4e64075 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000022_25c7665d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000023_a7c9b703.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000023_a7c9b703.szcp new file mode 100644 index 00000000..f5a5ef64 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000023_a7c9b703.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000024_a9007861.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000024_a9007861.szcp new file mode 100644 index 00000000..bad372c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000024_a9007861.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000025_46d30528.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000025_46d30528.szcp new file mode 100644 index 00000000..64dd867c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000025_46d30528.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000026_e3c8a719.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000026_e3c8a719.szcp new file mode 100644 index 00000000..dfe89185 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000026_e3c8a719.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000027_3a2aa50f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000027_3a2aa50f.szcp new file mode 100644 index 00000000..4f7e3bf9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000027_3a2aa50f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000028_e5f3220f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000028_e5f3220f.szcp new file mode 100644 index 00000000..805c5e30 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000028_e5f3220f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000029_7fbe643a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000029_7fbe643a.szcp new file mode 100644 index 00000000..59d91516 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000029_7fbe643a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000030_48c21cbd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000030_48c21cbd.szcp new file mode 100644 index 00000000..7f7458d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000030_48c21cbd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000031_73c8926f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000031_73c8926f.szcp new file mode 100644 index 00000000..ee77db17 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000031_73c8926f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000032_613c00cd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000032_613c00cd.szcp new file mode 100644 index 00000000..662d72b9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000032_613c00cd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000033_a4884a02.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000033_a4884a02.szcp new file mode 100644 index 00000000..1e99a7c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000033_a4884a02.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000034_6fc7206e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000034_6fc7206e.szcp new file mode 100644 index 00000000..269a381d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000034_6fc7206e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000035_47070a26.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000035_47070a26.szcp new file mode 100644 index 00000000..8637b286 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000035_47070a26.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000036_2b1a5e2f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000036_2b1a5e2f.szcp new file mode 100644 index 00000000..2b8256f2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000036_2b1a5e2f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000037_1efde957.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000037_1efde957.szcp new file mode 100644 index 00000000..7cdc4940 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000037_1efde957.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000038_c27a95b5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000038_c27a95b5.szcp new file mode 100644 index 00000000..8e6b0e1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000038_c27a95b5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000039_22a7acdc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000039_22a7acdc.szcp new file mode 100644 index 00000000..a58b40db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000039_22a7acdc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000040_679ad47b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000040_679ad47b.szcp new file mode 100644 index 00000000..e5ec4956 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000040_679ad47b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000041_4d1fdcc6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000041_4d1fdcc6.szcp new file mode 100644 index 00000000..55747e5c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_052/checkpoints/checkpoint_00000000000000000041_4d1fdcc6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000001_3fbb277c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000001_3fbb277c.szar new file mode 100644 index 00000000..6601f2cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000001_3fbb277c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000002_d2afc77c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000002_d2afc77c.szar new file mode 100644 index 00000000..4c38e9e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000002_d2afc77c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000003_d184d0f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000003_d184d0f6.szar new file mode 100644 index 00000000..495483cf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000003_d184d0f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000004_614027be.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000004_614027be.szar new file mode 100644 index 00000000..cbe5ce41 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000004_614027be.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000005_6f721597.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000005_6f721597.szar new file mode 100644 index 00000000..48a022a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000005_6f721597.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000006_f6870373.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000006_f6870373.szar new file mode 100644 index 00000000..6202d735 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000006_f6870373.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000007_dc574a7f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000007_dc574a7f.szar new file mode 100644 index 00000000..5b39dc7c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000007_dc574a7f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000008_1934a429.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000008_1934a429.szar new file mode 100644 index 00000000..6ce023c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000008_1934a429.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000009_2f412056.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000009_2f412056.szar new file mode 100644 index 00000000..40f951da Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000009_2f412056.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000010_13edec57.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000010_13edec57.szar new file mode 100644 index 00000000..c1b330cd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000010_13edec57.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000011_d2cadcb8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000011_d2cadcb8.szar new file mode 100644 index 00000000..04a0b7f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000011_d2cadcb8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000012_77e45900.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000012_77e45900.szar new file mode 100644 index 00000000..fb813ce5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000012_77e45900.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000013_8df76611.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000013_8df76611.szar new file mode 100644 index 00000000..cb4b2fd3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000013_8df76611.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000014_f379367e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000014_f379367e.szar new file mode 100644 index 00000000..bb76a35e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000014_f379367e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000015_0eae1b1c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000015_0eae1b1c.szar new file mode 100644 index 00000000..eecbfa07 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000015_0eae1b1c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000016_6277116c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000016_6277116c.szar new file mode 100644 index 00000000..359eb031 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000016_6277116c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000017_fc276f2d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000017_fc276f2d.szar new file mode 100644 index 00000000..5074de4e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000017_fc276f2d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000018_9035f5d9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000018_9035f5d9.szar new file mode 100644 index 00000000..25de0954 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000018_9035f5d9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000019_95e2e549.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000019_95e2e549.szar new file mode 100644 index 00000000..2e32562b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000019_95e2e549.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000020_175150ad.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000020_175150ad.szar new file mode 100644 index 00000000..d69750b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000020_175150ad.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000021_337c16f8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000021_337c16f8.szar new file mode 100644 index 00000000..1cf4ca63 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000021_337c16f8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000022_b56b181b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000022_b56b181b.szar new file mode 100644 index 00000000..be126d54 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000022_b56b181b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000023_ff46b489.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000023_ff46b489.szar new file mode 100644 index 00000000..9cd88675 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000023_ff46b489.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000024_6272048f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000024_6272048f.szar new file mode 100644 index 00000000..ae6c8ddc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000024_6272048f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000025_909b8b24.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000025_909b8b24.szar new file mode 100644 index 00000000..c193b986 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000025_909b8b24.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000026_e70b158f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000026_e70b158f.szar new file mode 100644 index 00000000..12393ade Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000026_e70b158f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000027_55cb7a4e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000027_55cb7a4e.szar new file mode 100644 index 00000000..318dc721 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000027_55cb7a4e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000028_79a16222.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000028_79a16222.szar new file mode 100644 index 00000000..cc2abae7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000028_79a16222.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000029_d98b61a8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000029_d98b61a8.szar new file mode 100644 index 00000000..0510d3f7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000029_d98b61a8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000030_7e0dffa0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000030_7e0dffa0.szar new file mode 100644 index 00000000..3434f7e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000030_7e0dffa0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000031_79b8f639.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000031_79b8f639.szar new file mode 100644 index 00000000..14d1bd43 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000031_79b8f639.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000032_fe015c1e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000032_fe015c1e.szar new file mode 100644 index 00000000..85af600c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000032_fe015c1e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000033_2ffb7e4f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000033_2ffb7e4f.szar new file mode 100644 index 00000000..2644d102 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000033_2ffb7e4f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000034_b23050eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000034_b23050eb.szar new file mode 100644 index 00000000..8a6208e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000034_b23050eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000035_c1df682b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000035_c1df682b.szar new file mode 100644 index 00000000..e0660948 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000035_c1df682b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000036_70387dac.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000036_70387dac.szar new file mode 100644 index 00000000..84aa197b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000036_70387dac.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000037_083a803f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000037_083a803f.szar new file mode 100644 index 00000000..40fcfb46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000037_083a803f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000038_2c3f1b43.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000038_2c3f1b43.szar new file mode 100644 index 00000000..e0e0b88c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000038_2c3f1b43.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000039_9bdbd2a8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000039_9bdbd2a8.szar new file mode 100644 index 00000000..df9388d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000039_9bdbd2a8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000040_5944e9d5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000040_5944e9d5.szar new file mode 100644 index 00000000..7fed7644 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000040_5944e9d5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000041_e145fdd8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000041_e145fdd8.szar new file mode 100644 index 00000000..5d53cef6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/archive/delta_00000000000000000041_e145fdd8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000001_ede009ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000001_ede009ea.szcp new file mode 100644 index 00000000..07f0e2fb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000001_ede009ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000002_44e3d63e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000002_44e3d63e.szcp new file mode 100644 index 00000000..38703383 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000002_44e3d63e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000003_77bc10d2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000003_77bc10d2.szcp new file mode 100644 index 00000000..508ae084 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000003_77bc10d2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000004_3b7d2f77.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000004_3b7d2f77.szcp new file mode 100644 index 00000000..56cadd03 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000004_3b7d2f77.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000005_db18d86a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000005_db18d86a.szcp new file mode 100644 index 00000000..f125d4ec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000005_db18d86a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000006_13b471e5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000006_13b471e5.szcp new file mode 100644 index 00000000..1a3ef4ec Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000006_13b471e5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000007_01133912.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000007_01133912.szcp new file mode 100644 index 00000000..cb7eaaf6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000007_01133912.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000008_a2ceb79b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000008_a2ceb79b.szcp new file mode 100644 index 00000000..292e0c95 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000008_a2ceb79b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000009_5430a98b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000009_5430a98b.szcp new file mode 100644 index 00000000..c7967948 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000009_5430a98b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000010_5cdb3699.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000010_5cdb3699.szcp new file mode 100644 index 00000000..ba7a4b77 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000010_5cdb3699.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000011_9f240977.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000011_9f240977.szcp new file mode 100644 index 00000000..f40a9460 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000011_9f240977.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000012_fd8196a1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000012_fd8196a1.szcp new file mode 100644 index 00000000..2e87c812 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000012_fd8196a1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000013_f401dd35.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000013_f401dd35.szcp new file mode 100644 index 00000000..f4470fc9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000013_f401dd35.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000014_563380c4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000014_563380c4.szcp new file mode 100644 index 00000000..98e3482a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000014_563380c4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000015_0e733a7d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000015_0e733a7d.szcp new file mode 100644 index 00000000..a8c7ecb8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000015_0e733a7d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000016_dcf77ce8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000016_dcf77ce8.szcp new file mode 100644 index 00000000..1fadec12 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000016_dcf77ce8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000017_db3e3e82.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000017_db3e3e82.szcp new file mode 100644 index 00000000..c392d422 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000017_db3e3e82.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000018_56755014.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000018_56755014.szcp new file mode 100644 index 00000000..3e446167 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000018_56755014.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000019_26ffa21d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000019_26ffa21d.szcp new file mode 100644 index 00000000..19b557dc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000019_26ffa21d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000020_9d5f95c7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000020_9d5f95c7.szcp new file mode 100644 index 00000000..44dc65fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000020_9d5f95c7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000021_1ac2c229.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000021_1ac2c229.szcp new file mode 100644 index 00000000..db08e345 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000021_1ac2c229.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000022_d79b786e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000022_d79b786e.szcp new file mode 100644 index 00000000..70cefa6c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000022_d79b786e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000023_df3afcc6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000023_df3afcc6.szcp new file mode 100644 index 00000000..6f7b7cf1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000023_df3afcc6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000024_b8eed55d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000024_b8eed55d.szcp new file mode 100644 index 00000000..833a80c0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000024_b8eed55d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000025_1e975129.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000025_1e975129.szcp new file mode 100644 index 00000000..9bb66818 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000025_1e975129.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000026_35f11ec8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000026_35f11ec8.szcp new file mode 100644 index 00000000..e2694e86 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000026_35f11ec8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000027_96df4193.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000027_96df4193.szcp new file mode 100644 index 00000000..617fd635 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000027_96df4193.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000028_fa2e058b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000028_fa2e058b.szcp new file mode 100644 index 00000000..9a07649a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000028_fa2e058b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000029_e16f2a02.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000029_e16f2a02.szcp new file mode 100644 index 00000000..58c448cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000029_e16f2a02.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000030_db9a3673.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000030_db9a3673.szcp new file mode 100644 index 00000000..065d3277 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000030_db9a3673.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000031_e8a1653e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000031_e8a1653e.szcp new file mode 100644 index 00000000..5e6491d4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000031_e8a1653e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000032_b4fcebde.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000032_b4fcebde.szcp new file mode 100644 index 00000000..9b390690 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000032_b4fcebde.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000033_f5fe9b09.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000033_f5fe9b09.szcp new file mode 100644 index 00000000..93a88d06 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000033_f5fe9b09.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000034_23c5dbfb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000034_23c5dbfb.szcp new file mode 100644 index 00000000..33f04c1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000034_23c5dbfb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000035_e39f54a6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000035_e39f54a6.szcp new file mode 100644 index 00000000..4ef1459d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000035_e39f54a6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000036_ce0a1927.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000036_ce0a1927.szcp new file mode 100644 index 00000000..092692f9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000036_ce0a1927.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000037_225b57e5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000037_225b57e5.szcp new file mode 100644 index 00000000..c7b12d5b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000037_225b57e5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000038_c5880da6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000038_c5880da6.szcp new file mode 100644 index 00000000..3e34fb54 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000038_c5880da6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000039_b1b20f18.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000039_b1b20f18.szcp new file mode 100644 index 00000000..bef655ca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000039_b1b20f18.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000040_17f75315.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000040_17f75315.szcp new file mode 100644 index 00000000..461f86bb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000040_17f75315.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000041_2fd21fe9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000041_2fd21fe9.szcp new file mode 100644 index 00000000..754a4b3d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_053/checkpoints/checkpoint_00000000000000000041_2fd21fe9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000001_fba73516.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000001_fba73516.szar new file mode 100644 index 00000000..881b040f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000001_fba73516.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000002_b18987eb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000002_b18987eb.szar new file mode 100644 index 00000000..9208205c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000002_b18987eb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000003_245b4e3b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000003_245b4e3b.szar new file mode 100644 index 00000000..ffa4d43a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000003_245b4e3b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000004_499dce8c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000004_499dce8c.szar new file mode 100644 index 00000000..0e08d4e2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000004_499dce8c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000005_21a8448b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000005_21a8448b.szar new file mode 100644 index 00000000..079453aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000005_21a8448b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000006_6dd7c930.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000006_6dd7c930.szar new file mode 100644 index 00000000..66bd0bb1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000006_6dd7c930.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000007_c9990577.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000007_c9990577.szar new file mode 100644 index 00000000..7e1d411b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000007_c9990577.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000008_4849b5ef.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000008_4849b5ef.szar new file mode 100644 index 00000000..2d0bb6a0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000008_4849b5ef.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000009_a9205c2c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000009_a9205c2c.szar new file mode 100644 index 00000000..54d86a8b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000009_a9205c2c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000010_6278cded.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000010_6278cded.szar new file mode 100644 index 00000000..9953ee3f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000010_6278cded.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000011_bd1b3471.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000011_bd1b3471.szar new file mode 100644 index 00000000..83882d02 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000011_bd1b3471.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000012_335a2574.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000012_335a2574.szar new file mode 100644 index 00000000..ce602481 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000012_335a2574.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000013_39ea0aba.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000013_39ea0aba.szar new file mode 100644 index 00000000..cf9182d8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000013_39ea0aba.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000014_568d6ec0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000014_568d6ec0.szar new file mode 100644 index 00000000..da790290 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000014_568d6ec0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000015_2236d0f5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000015_2236d0f5.szar new file mode 100644 index 00000000..6827400f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000015_2236d0f5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000016_c334ff86.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000016_c334ff86.szar new file mode 100644 index 00000000..b53561cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000016_c334ff86.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000017_ce2ac06d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000017_ce2ac06d.szar new file mode 100644 index 00000000..e81af319 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000017_ce2ac06d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000018_b92d6ea4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000018_b92d6ea4.szar new file mode 100644 index 00000000..240cf6b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000018_b92d6ea4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000019_9f334c7a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000019_9f334c7a.szar new file mode 100644 index 00000000..6028f673 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000019_9f334c7a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000020_b124cfc7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000020_b124cfc7.szar new file mode 100644 index 00000000..2ac9076e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000020_b124cfc7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000021_1276c29d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000021_1276c29d.szar new file mode 100644 index 00000000..eae82873 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000021_1276c29d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000022_56b016a3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000022_56b016a3.szar new file mode 100644 index 00000000..1dd482eb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000022_56b016a3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000023_08107558.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000023_08107558.szar new file mode 100644 index 00000000..ee9343b1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000023_08107558.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000024_2e0fe9a2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000024_2e0fe9a2.szar new file mode 100644 index 00000000..19826d1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000024_2e0fe9a2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000025_a0b77130.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000025_a0b77130.szar new file mode 100644 index 00000000..92e489c7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000025_a0b77130.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000026_4f95b43f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000026_4f95b43f.szar new file mode 100644 index 00000000..0fb4cdf9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000026_4f95b43f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000027_8c694cf3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000027_8c694cf3.szar new file mode 100644 index 00000000..3aac3e12 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000027_8c694cf3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000028_f07c3119.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000028_f07c3119.szar new file mode 100644 index 00000000..0f6ffee9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000028_f07c3119.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000029_00312cb6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000029_00312cb6.szar new file mode 100644 index 00000000..b230c1c8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000029_00312cb6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000030_fb7ef1c9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000030_fb7ef1c9.szar new file mode 100644 index 00000000..ed0c4f78 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000030_fb7ef1c9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000031_6f03494f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000031_6f03494f.szar new file mode 100644 index 00000000..0d087f9a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000031_6f03494f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000032_130b4254.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000032_130b4254.szar new file mode 100644 index 00000000..005dc5d1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000032_130b4254.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000033_80a335c1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000033_80a335c1.szar new file mode 100644 index 00000000..f1eae9bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000033_80a335c1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000034_9736ebe1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000034_9736ebe1.szar new file mode 100644 index 00000000..fb16d706 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000034_9736ebe1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000035_16146096.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000035_16146096.szar new file mode 100644 index 00000000..d736874e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/archive/delta_00000000000000000035_16146096.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000001_1e7d4ec2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000001_1e7d4ec2.szcp new file mode 100644 index 00000000..c8c7db7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000001_1e7d4ec2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000002_267efc3c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000002_267efc3c.szcp new file mode 100644 index 00000000..a850d45f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000002_267efc3c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000003_c25d7283.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000003_c25d7283.szcp new file mode 100644 index 00000000..9fe7ff57 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000003_c25d7283.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000004_182b3d24.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000004_182b3d24.szcp new file mode 100644 index 00000000..96bd598e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000004_182b3d24.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000005_6ad88229.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000005_6ad88229.szcp new file mode 100644 index 00000000..8eb30536 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000005_6ad88229.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000006_a0fe0e53.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000006_a0fe0e53.szcp new file mode 100644 index 00000000..9cdda35e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000006_a0fe0e53.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000007_570afc2f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000007_570afc2f.szcp new file mode 100644 index 00000000..d6fd695c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000007_570afc2f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000008_981db38c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000008_981db38c.szcp new file mode 100644 index 00000000..cab0b247 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000008_981db38c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000009_4436e93f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000009_4436e93f.szcp new file mode 100644 index 00000000..d00b0aa2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000009_4436e93f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000010_8ff8b03a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000010_8ff8b03a.szcp new file mode 100644 index 00000000..b71a3292 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000010_8ff8b03a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000011_34745eb3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000011_34745eb3.szcp new file mode 100644 index 00000000..811d7e8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000011_34745eb3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000012_6c3c7f2d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000012_6c3c7f2d.szcp new file mode 100644 index 00000000..bc6312e0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000012_6c3c7f2d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000013_cdbf70bf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000013_cdbf70bf.szcp new file mode 100644 index 00000000..39d8d618 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000013_cdbf70bf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000014_e1b20a90.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000014_e1b20a90.szcp new file mode 100644 index 00000000..050b6809 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000014_e1b20a90.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000015_e69970d6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000015_e69970d6.szcp new file mode 100644 index 00000000..071b67ed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000015_e69970d6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000016_c2d1f64f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000016_c2d1f64f.szcp new file mode 100644 index 00000000..b2c7e3d7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000016_c2d1f64f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000017_283080dc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000017_283080dc.szcp new file mode 100644 index 00000000..364f7c7f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000017_283080dc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000018_db79f4d5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000018_db79f4d5.szcp new file mode 100644 index 00000000..330c15a1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000018_db79f4d5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000019_25860c23.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000019_25860c23.szcp new file mode 100644 index 00000000..77eac52f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000019_25860c23.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000020_2c59a6c1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000020_2c59a6c1.szcp new file mode 100644 index 00000000..ad7e2982 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000020_2c59a6c1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000021_32c5929c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000021_32c5929c.szcp new file mode 100644 index 00000000..a269fe66 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000021_32c5929c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000022_3e3794e0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000022_3e3794e0.szcp new file mode 100644 index 00000000..e85b2957 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000022_3e3794e0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000023_fa13ce5c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000023_fa13ce5c.szcp new file mode 100644 index 00000000..d5224a01 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000023_fa13ce5c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000024_c94df1de.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000024_c94df1de.szcp new file mode 100644 index 00000000..c125f7dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000024_c94df1de.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000025_16a491fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000025_16a491fa.szcp new file mode 100644 index 00000000..aede69c4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000025_16a491fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000026_21b3681c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000026_21b3681c.szcp new file mode 100644 index 00000000..b6a7e735 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000026_21b3681c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000027_f8de37ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000027_f8de37ae.szcp new file mode 100644 index 00000000..6866e57a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000027_f8de37ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000028_23c6cff3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000028_23c6cff3.szcp new file mode 100644 index 00000000..ce6275f4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000028_23c6cff3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000029_0bc8dc86.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000029_0bc8dc86.szcp new file mode 100644 index 00000000..27fe2268 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000029_0bc8dc86.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000030_606e4292.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000030_606e4292.szcp new file mode 100644 index 00000000..d054c5bf Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000030_606e4292.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000031_90422bd9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000031_90422bd9.szcp new file mode 100644 index 00000000..8fe8751b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000031_90422bd9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000032_b7c02c0f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000032_b7c02c0f.szcp new file mode 100644 index 00000000..86f089f1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000032_b7c02c0f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000033_3d4a552d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000033_3d4a552d.szcp new file mode 100644 index 00000000..50822b70 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000033_3d4a552d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000034_aabdac3a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000034_aabdac3a.szcp new file mode 100644 index 00000000..98a1a876 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000034_aabdac3a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000035_8561dffc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000035_8561dffc.szcp new file mode 100644 index 00000000..c25fa240 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_054/checkpoints/checkpoint_00000000000000000035_8561dffc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000001_82ff8f1f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000001_82ff8f1f.szar new file mode 100644 index 00000000..991a3402 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000001_82ff8f1f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000002_b9981e0b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000002_b9981e0b.szar new file mode 100644 index 00000000..8e71cd9e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000002_b9981e0b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000003_ff437431.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000003_ff437431.szar new file mode 100644 index 00000000..d9e4f218 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000003_ff437431.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000004_c47dcf9c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000004_c47dcf9c.szar new file mode 100644 index 00000000..3e3c091e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000004_c47dcf9c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000005_f0d0a665.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000005_f0d0a665.szar new file mode 100644 index 00000000..0922c58a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000005_f0d0a665.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000006_1a54fd55.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000006_1a54fd55.szar new file mode 100644 index 00000000..5969e7a7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000006_1a54fd55.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000007_b2a3eb13.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000007_b2a3eb13.szar new file mode 100644 index 00000000..e6d2cff7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000007_b2a3eb13.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000008_52325d5b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000008_52325d5b.szar new file mode 100644 index 00000000..bf73b3be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000008_52325d5b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000009_ecfb3919.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000009_ecfb3919.szar new file mode 100644 index 00000000..3caa4537 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000009_ecfb3919.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000010_0d6d6147.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000010_0d6d6147.szar new file mode 100644 index 00000000..c6088e38 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000010_0d6d6147.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000011_f4be539e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000011_f4be539e.szar new file mode 100644 index 00000000..ae48bb86 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000011_f4be539e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000012_2c7552b7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000012_2c7552b7.szar new file mode 100644 index 00000000..8ec4522c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000012_2c7552b7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000013_34d7d617.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000013_34d7d617.szar new file mode 100644 index 00000000..30960c33 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000013_34d7d617.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000014_29255778.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000014_29255778.szar new file mode 100644 index 00000000..eb329b03 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000014_29255778.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000015_b1d661b5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000015_b1d661b5.szar new file mode 100644 index 00000000..72764b89 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000015_b1d661b5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000016_32e4a479.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000016_32e4a479.szar new file mode 100644 index 00000000..4c5d5b39 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000016_32e4a479.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000017_42170f18.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000017_42170f18.szar new file mode 100644 index 00000000..1a88018c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000017_42170f18.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000018_872c3870.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000018_872c3870.szar new file mode 100644 index 00000000..98e92542 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000018_872c3870.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000019_73bed8dc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000019_73bed8dc.szar new file mode 100644 index 00000000..e2c2ad37 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000019_73bed8dc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000020_cf42c6e0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000020_cf42c6e0.szar new file mode 100644 index 00000000..9b77e14a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000020_cf42c6e0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000021_3108774c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000021_3108774c.szar new file mode 100644 index 00000000..4fd180ce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000021_3108774c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000022_d45889b4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000022_d45889b4.szar new file mode 100644 index 00000000..67351490 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000022_d45889b4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000023_4f4a4c06.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000023_4f4a4c06.szar new file mode 100644 index 00000000..6a6f0ab5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000023_4f4a4c06.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000024_46c9b76c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000024_46c9b76c.szar new file mode 100644 index 00000000..afbdb41d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000024_46c9b76c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000025_c6fec7fd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000025_c6fec7fd.szar new file mode 100644 index 00000000..4069f396 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000025_c6fec7fd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000026_16dd83e8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000026_16dd83e8.szar new file mode 100644 index 00000000..4bf34c22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000026_16dd83e8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000027_e9fa0505.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000027_e9fa0505.szar new file mode 100644 index 00000000..8cc94385 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000027_e9fa0505.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000028_85b3bd69.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000028_85b3bd69.szar new file mode 100644 index 00000000..da99991b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000028_85b3bd69.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000029_53d0a99c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000029_53d0a99c.szar new file mode 100644 index 00000000..e1e9e5bb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/archive/delta_00000000000000000029_53d0a99c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000001_a11bd3fe.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000001_a11bd3fe.szcp new file mode 100644 index 00000000..d5dc2624 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000001_a11bd3fe.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000002_1605fbdc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000002_1605fbdc.szcp new file mode 100644 index 00000000..78292c84 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000002_1605fbdc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000003_f53c1589.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000003_f53c1589.szcp new file mode 100644 index 00000000..d99466b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000003_f53c1589.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000004_fd135a0e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000004_fd135a0e.szcp new file mode 100644 index 00000000..f67ec715 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000004_fd135a0e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000005_45b05fcf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000005_45b05fcf.szcp new file mode 100644 index 00000000..3348efb1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000005_45b05fcf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000006_7b0f116b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000006_7b0f116b.szcp new file mode 100644 index 00000000..b993c255 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000006_7b0f116b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000007_6aef3cda.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000007_6aef3cda.szcp new file mode 100644 index 00000000..d294e042 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000007_6aef3cda.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000008_7d118db6.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000008_7d118db6.szcp new file mode 100644 index 00000000..f8a83ffe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000008_7d118db6.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000009_73c28ae7.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000009_73c28ae7.szcp new file mode 100644 index 00000000..2dfc5b7d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000009_73c28ae7.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000010_2f7437fc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000010_2f7437fc.szcp new file mode 100644 index 00000000..e5a97418 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000010_2f7437fc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000011_cbe4257f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000011_cbe4257f.szcp new file mode 100644 index 00000000..b7707539 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000011_cbe4257f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000012_33914869.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000012_33914869.szcp new file mode 100644 index 00000000..708b9eda Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000012_33914869.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000013_e443e7c9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000013_e443e7c9.szcp new file mode 100644 index 00000000..b1c37740 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000013_e443e7c9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000014_81c5b024.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000014_81c5b024.szcp new file mode 100644 index 00000000..eae11cbe Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000014_81c5b024.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000015_fd1bc0a2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000015_fd1bc0a2.szcp new file mode 100644 index 00000000..1652890d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000015_fd1bc0a2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000016_b2e749dd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000016_b2e749dd.szcp new file mode 100644 index 00000000..a14a6c6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000016_b2e749dd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000017_f9d15611.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000017_f9d15611.szcp new file mode 100644 index 00000000..bcc8a6dd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000017_f9d15611.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000018_3aca11c8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000018_3aca11c8.szcp new file mode 100644 index 00000000..7899d01e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000018_3aca11c8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000019_cb09e5a0.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000019_cb09e5a0.szcp new file mode 100644 index 00000000..1d0fead1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000019_cb09e5a0.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000020_b45cd28b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000020_b45cd28b.szcp new file mode 100644 index 00000000..8b5f9a34 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000020_b45cd28b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000021_ea66dd61.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000021_ea66dd61.szcp new file mode 100644 index 00000000..7e5d279b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000021_ea66dd61.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000022_d0b7a758.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000022_d0b7a758.szcp new file mode 100644 index 00000000..25b25d43 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000022_d0b7a758.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000023_25b0fa45.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000023_25b0fa45.szcp new file mode 100644 index 00000000..7863fec6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000023_25b0fa45.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000024_1e3421ed.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000024_1e3421ed.szcp new file mode 100644 index 00000000..50ef71e4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000024_1e3421ed.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000025_bf01c0c2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000025_bf01c0c2.szcp new file mode 100644 index 00000000..ad3b77b5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000025_bf01c0c2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000026_26dea819.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000026_26dea819.szcp new file mode 100644 index 00000000..f8da0c97 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000026_26dea819.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000027_b9b6f4fa.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000027_b9b6f4fa.szcp new file mode 100644 index 00000000..2f7fd837 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000027_b9b6f4fa.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000028_f1472c30.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000028_f1472c30.szcp new file mode 100644 index 00000000..14341fca Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000028_f1472c30.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000029_44ecf5e9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000029_44ecf5e9.szcp new file mode 100644 index 00000000..8dda02d5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_055/checkpoints/checkpoint_00000000000000000029_44ecf5e9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000001_04856748.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000001_04856748.szar new file mode 100644 index 00000000..0fa71300 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000001_04856748.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000002_a3193b0c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000002_a3193b0c.szar new file mode 100644 index 00000000..f74a163c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000002_a3193b0c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000003_32510109.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000003_32510109.szar new file mode 100644 index 00000000..f0c1d526 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000003_32510109.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000004_adfed429.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000004_adfed429.szar new file mode 100644 index 00000000..d3748b68 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000004_adfed429.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000005_935dc5e5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000005_935dc5e5.szar new file mode 100644 index 00000000..ec5c5c71 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000005_935dc5e5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000006_fccc78de.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000006_fccc78de.szar new file mode 100644 index 00000000..06554275 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000006_fccc78de.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000007_f6d14d40.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000007_f6d14d40.szar new file mode 100644 index 00000000..c3f9d321 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000007_f6d14d40.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000008_cb5a1738.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000008_cb5a1738.szar new file mode 100644 index 00000000..bf51ecce Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000008_cb5a1738.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000009_61ff04e0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000009_61ff04e0.szar new file mode 100644 index 00000000..a88fb76d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000009_61ff04e0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000010_8ef735ea.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000010_8ef735ea.szar new file mode 100644 index 00000000..c04d1102 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000010_8ef735ea.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000011_e97234c2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000011_e97234c2.szar new file mode 100644 index 00000000..43b2be83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000011_e97234c2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000012_e0f47848.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000012_e0f47848.szar new file mode 100644 index 00000000..917d409c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000012_e0f47848.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000013_b1c9db78.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000013_b1c9db78.szar new file mode 100644 index 00000000..53de63a6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000013_b1c9db78.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000014_9fff3bc5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000014_9fff3bc5.szar new file mode 100644 index 00000000..95e23a0e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000014_9fff3bc5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000015_9a3491dc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000015_9a3491dc.szar new file mode 100644 index 00000000..263ef28d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000015_9a3491dc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000016_20826f03.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000016_20826f03.szar new file mode 100644 index 00000000..ecfc327b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000016_20826f03.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000017_c08b946a.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000017_c08b946a.szar new file mode 100644 index 00000000..dbab6214 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000017_c08b946a.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000018_a45d2341.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000018_a45d2341.szar new file mode 100644 index 00000000..d1e2405b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000018_a45d2341.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000019_ddfe297b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000019_ddfe297b.szar new file mode 100644 index 00000000..9cecaae1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000019_ddfe297b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000020_0c771ec0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000020_0c771ec0.szar new file mode 100644 index 00000000..dda37155 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000020_0c771ec0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000021_a1c92654.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000021_a1c92654.szar new file mode 100644 index 00000000..26accae7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000021_a1c92654.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000022_1f5601b2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000022_1f5601b2.szar new file mode 100644 index 00000000..011622e9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000022_1f5601b2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000023_5b8fa539.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000023_5b8fa539.szar new file mode 100644 index 00000000..ae115d68 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000023_5b8fa539.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000024_7f5733bb.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000024_7f5733bb.szar new file mode 100644 index 00000000..24e6322a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000024_7f5733bb.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000025_1dd24147.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000025_1dd24147.szar new file mode 100644 index 00000000..40666121 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000025_1dd24147.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000026_d7e77b9e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000026_d7e77b9e.szar new file mode 100644 index 00000000..1059fcb5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000026_d7e77b9e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000027_6af78a60.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000027_6af78a60.szar new file mode 100644 index 00000000..1371a075 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000027_6af78a60.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000028_30207c44.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000028_30207c44.szar new file mode 100644 index 00000000..1b4eb9be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000028_30207c44.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000029_6ca2d395.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000029_6ca2d395.szar new file mode 100644 index 00000000..d0e31bc3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000029_6ca2d395.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000030_15782d14.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000030_15782d14.szar new file mode 100644 index 00000000..fb94104c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000030_15782d14.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000031_099000a3.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000031_099000a3.szar new file mode 100644 index 00000000..565ef7e6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000031_099000a3.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000032_7d4005d0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000032_7d4005d0.szar new file mode 100644 index 00000000..d49d9ba8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000032_7d4005d0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000033_ec83cdf1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000033_ec83cdf1.szar new file mode 100644 index 00000000..d9de6d5b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000033_ec83cdf1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000034_d884bb89.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000034_d884bb89.szar new file mode 100644 index 00000000..ecf93ab4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000034_d884bb89.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000035_bddb30e4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000035_bddb30e4.szar new file mode 100644 index 00000000..293e3b44 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000035_bddb30e4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000036_7ffb27f7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000036_7ffb27f7.szar new file mode 100644 index 00000000..2bce4a0b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000036_7ffb27f7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000037_97926c52.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000037_97926c52.szar new file mode 100644 index 00000000..371df32a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000037_97926c52.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000038_3305e507.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000038_3305e507.szar new file mode 100644 index 00000000..0b816431 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000038_3305e507.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000039_12ad69ce.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000039_12ad69ce.szar new file mode 100644 index 00000000..b135ffd7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000039_12ad69ce.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000040_4f558aa2.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000040_4f558aa2.szar new file mode 100644 index 00000000..f05227ee Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000040_4f558aa2.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000041_4a9b07b4.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000041_4a9b07b4.szar new file mode 100644 index 00000000..aec61eda Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000041_4a9b07b4.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000042_2f40e3dd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000042_2f40e3dd.szar new file mode 100644 index 00000000..314e60c3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000042_2f40e3dd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000043_02fc0099.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000043_02fc0099.szar new file mode 100644 index 00000000..f1f2a81c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000043_02fc0099.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000044_453abf98.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000044_453abf98.szar new file mode 100644 index 00000000..ce0931c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000044_453abf98.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000045_4359f4a9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000045_4359f4a9.szar new file mode 100644 index 00000000..e86401f9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000045_4359f4a9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000046_4a760226.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000046_4a760226.szar new file mode 100644 index 00000000..242d677f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/archive/delta_00000000000000000046_4a760226.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000001_e265cdba.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000001_e265cdba.szcp new file mode 100644 index 00000000..cb5ae74e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000001_e265cdba.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000002_96fecad5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000002_96fecad5.szcp new file mode 100644 index 00000000..14b09815 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000002_96fecad5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000003_2fa24a45.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000003_2fa24a45.szcp new file mode 100644 index 00000000..142c0425 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000003_2fa24a45.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000004_0d8f8b91.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000004_0d8f8b91.szcp new file mode 100644 index 00000000..b619f8ae Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000004_0d8f8b91.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000005_cbed5528.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000005_cbed5528.szcp new file mode 100644 index 00000000..0fd15f94 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000005_cbed5528.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000006_159c753f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000006_159c753f.szcp new file mode 100644 index 00000000..23df1f0d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000006_159c753f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000007_86330245.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000007_86330245.szcp new file mode 100644 index 00000000..a83361ea Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000007_86330245.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000008_18fe9ee9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000008_18fe9ee9.szcp new file mode 100644 index 00000000..6151bf50 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000008_18fe9ee9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000009_6f9d8dad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000009_6f9d8dad.szcp new file mode 100644 index 00000000..38bfbda2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000009_6f9d8dad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000010_022c63b3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000010_022c63b3.szcp new file mode 100644 index 00000000..6d3ae429 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000010_022c63b3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000011_2e7d684a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000011_2e7d684a.szcp new file mode 100644 index 00000000..78d8ce3a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000011_2e7d684a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000012_e4f97de3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000012_e4f97de3.szcp new file mode 100644 index 00000000..8a6750d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000012_e4f97de3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000013_57fb5d71.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000013_57fb5d71.szcp new file mode 100644 index 00000000..53d25e2f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000013_57fb5d71.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000014_d99f2f25.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000014_d99f2f25.szcp new file mode 100644 index 00000000..3a80a88c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000014_d99f2f25.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000015_8599c2b3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000015_8599c2b3.szcp new file mode 100644 index 00000000..e1b76757 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000015_8599c2b3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000016_97a94524.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000016_97a94524.szcp new file mode 100644 index 00000000..2c24a3d6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000016_97a94524.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000017_90b63559.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000017_90b63559.szcp new file mode 100644 index 00000000..5b5e6467 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000017_90b63559.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000018_fe2997e4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000018_fe2997e4.szcp new file mode 100644 index 00000000..309c0633 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000018_fe2997e4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000019_fdb3123c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000019_fdb3123c.szcp new file mode 100644 index 00000000..f807cd67 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000019_fdb3123c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000020_f98c3c2e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000020_f98c3c2e.szcp new file mode 100644 index 00000000..7181cae0 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000020_f98c3c2e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000021_53647b42.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000021_53647b42.szcp new file mode 100644 index 00000000..06c79d9f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000021_53647b42.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000022_7be4960e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000022_7be4960e.szcp new file mode 100644 index 00000000..39589134 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000022_7be4960e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000023_b909f68b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000023_b909f68b.szcp new file mode 100644 index 00000000..84dc7f2a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000023_b909f68b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000024_17bdb8d9.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000024_17bdb8d9.szcp new file mode 100644 index 00000000..c349995f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000024_17bdb8d9.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000025_06039c44.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000025_06039c44.szcp new file mode 100644 index 00000000..bdac5881 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000025_06039c44.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000026_76fac934.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000026_76fac934.szcp new file mode 100644 index 00000000..f0b281a2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000026_76fac934.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000027_e3b1011a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000027_e3b1011a.szcp new file mode 100644 index 00000000..ea85bc87 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000027_e3b1011a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000028_ab737262.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000028_ab737262.szcp new file mode 100644 index 00000000..0ea43958 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000028_ab737262.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000029_987c67ad.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000029_987c67ad.szcp new file mode 100644 index 00000000..58c25874 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000029_987c67ad.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000030_35e5c785.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000030_35e5c785.szcp new file mode 100644 index 00000000..ff1f549b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000030_35e5c785.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000031_d4a7a695.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000031_d4a7a695.szcp new file mode 100644 index 00000000..035ff321 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000031_d4a7a695.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000032_cd9ac6e3.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000032_cd9ac6e3.szcp new file mode 100644 index 00000000..b1274158 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000032_cd9ac6e3.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000033_154fe4ef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000033_154fe4ef.szcp new file mode 100644 index 00000000..1842f613 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000033_154fe4ef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000034_b301f029.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000034_b301f029.szcp new file mode 100644 index 00000000..59d3777a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000034_b301f029.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000035_e9b0489d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000035_e9b0489d.szcp new file mode 100644 index 00000000..46db1c27 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000035_e9b0489d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000036_7b256c95.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000036_7b256c95.szcp new file mode 100644 index 00000000..976b83b8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000036_7b256c95.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000037_d22d8ee1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000037_d22d8ee1.szcp new file mode 100644 index 00000000..2eb42d6b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000037_d22d8ee1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000038_7a2a53e8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000038_7a2a53e8.szcp new file mode 100644 index 00000000..376a2663 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000038_7a2a53e8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000039_9241f76e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000039_9241f76e.szcp new file mode 100644 index 00000000..c83434be Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000039_9241f76e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000040_a5c3ab17.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000040_a5c3ab17.szcp new file mode 100644 index 00000000..29b4da1f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000040_a5c3ab17.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000041_7f052009.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000041_7f052009.szcp new file mode 100644 index 00000000..c64c7159 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000041_7f052009.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000042_7349109c.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000042_7349109c.szcp new file mode 100644 index 00000000..2a97f0bb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000042_7349109c.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000043_6c7b80db.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000043_6c7b80db.szcp new file mode 100644 index 00000000..fe6fbd72 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000043_6c7b80db.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000044_1aeace6f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000044_1aeace6f.szcp new file mode 100644 index 00000000..90b29528 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000044_1aeace6f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000045_d5f95e7f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000045_d5f95e7f.szcp new file mode 100644 index 00000000..1834f541 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000045_d5f95e7f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000046_00d7d267.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000046_00d7d267.szcp new file mode 100644 index 00000000..7a68fca1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_056/checkpoints/checkpoint_00000000000000000046_00d7d267.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000001_4969093f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000001_4969093f.szar new file mode 100644 index 00000000..b9c701cb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000001_4969093f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000002_e1d256ae.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000002_e1d256ae.szar new file mode 100644 index 00000000..5497ac89 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000002_e1d256ae.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000003_a00a2842.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000003_a00a2842.szar new file mode 100644 index 00000000..93abb381 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000003_a00a2842.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000004_be104c8b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000004_be104c8b.szar new file mode 100644 index 00000000..df0f2a48 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000004_be104c8b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000005_70657c10.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000005_70657c10.szar new file mode 100644 index 00000000..de13e3c1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000005_70657c10.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000006_f7d8dcf8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000006_f7d8dcf8.szar new file mode 100644 index 00000000..3aa820c2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000006_f7d8dcf8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000007_de0fa9f6.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000007_de0fa9f6.szar new file mode 100644 index 00000000..b2c3a914 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000007_de0fa9f6.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000008_83649067.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000008_83649067.szar new file mode 100644 index 00000000..7eeb6c7a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000008_83649067.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000009_9021fa40.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000009_9021fa40.szar new file mode 100644 index 00000000..501abaf9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000009_9021fa40.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000010_ea574bab.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000010_ea574bab.szar new file mode 100644 index 00000000..c16e9d0c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000010_ea574bab.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000011_ae0f9b4c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000011_ae0f9b4c.szar new file mode 100644 index 00000000..d367fe02 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000011_ae0f9b4c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000012_27b2f766.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000012_27b2f766.szar new file mode 100644 index 00000000..8e67c149 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000012_27b2f766.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000013_262ae811.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000013_262ae811.szar new file mode 100644 index 00000000..8198f527 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000013_262ae811.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000014_6b557651.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000014_6b557651.szar new file mode 100644 index 00000000..91f13edb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000014_6b557651.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000015_03b886bc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000015_03b886bc.szar new file mode 100644 index 00000000..28d66c74 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000015_03b886bc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000016_d2361748.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000016_d2361748.szar new file mode 100644 index 00000000..636fd99e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000016_d2361748.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000017_65582b4b.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000017_65582b4b.szar new file mode 100644 index 00000000..62e34dc7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000017_65582b4b.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000018_9c07a050.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000018_9c07a050.szar new file mode 100644 index 00000000..462e121d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000018_9c07a050.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000019_37db551f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000019_37db551f.szar new file mode 100644 index 00000000..4d1da1b4 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000019_37db551f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000020_39cab0f0.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000020_39cab0f0.szar new file mode 100644 index 00000000..bc47306f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000020_39cab0f0.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000021_754b3281.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000021_754b3281.szar new file mode 100644 index 00000000..2b2ef74e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000021_754b3281.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000022_3c7ebfc1.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000022_3c7ebfc1.szar new file mode 100644 index 00000000..727b8db6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000022_3c7ebfc1.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000023_c2ea4b6f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000023_c2ea4b6f.szar new file mode 100644 index 00000000..e4ae1d60 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000023_c2ea4b6f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000024_4b452562.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000024_4b452562.szar new file mode 100644 index 00000000..aa86ce30 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000024_4b452562.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000025_3890e5c5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000025_3890e5c5.szar new file mode 100644 index 00000000..19e90312 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000025_3890e5c5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000026_724a8dd8.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000026_724a8dd8.szar new file mode 100644 index 00000000..b4afdd22 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000026_724a8dd8.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000027_7027e3a9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000027_7027e3a9.szar new file mode 100644 index 00000000..bd07a5e1 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000027_7027e3a9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000028_66843c70.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000028_66843c70.szar new file mode 100644 index 00000000..cc743736 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000028_66843c70.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000029_bbcceab7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000029_bbcceab7.szar new file mode 100644 index 00000000..84eca5fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/archive/delta_00000000000000000029_bbcceab7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000001_b8d64e1e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000001_b8d64e1e.szcp new file mode 100644 index 00000000..5317e13b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000001_b8d64e1e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000002_02940872.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000002_02940872.szcp new file mode 100644 index 00000000..707403ff Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000002_02940872.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000003_c93d67e5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000003_c93d67e5.szcp new file mode 100644 index 00000000..0f162f09 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000003_c93d67e5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000004_00d2577e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000004_00d2577e.szcp new file mode 100644 index 00000000..7989234b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000004_00d2577e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000005_72db1d31.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000005_72db1d31.szcp new file mode 100644 index 00000000..4d07b674 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000005_72db1d31.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000006_a6941f0e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000006_a6941f0e.szcp new file mode 100644 index 00000000..9a34de47 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000006_a6941f0e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000007_b24b017d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000007_b24b017d.szcp new file mode 100644 index 00000000..e3b2b07e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000007_b24b017d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000008_9a392c22.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000008_9a392c22.szcp new file mode 100644 index 00000000..c0c45aed Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000008_9a392c22.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000009_50703cfd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000009_50703cfd.szcp new file mode 100644 index 00000000..36815b69 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000009_50703cfd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000010_fd94c5dc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000010_fd94c5dc.szcp new file mode 100644 index 00000000..0790d692 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000010_fd94c5dc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000011_27c18d82.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000011_27c18d82.szcp new file mode 100644 index 00000000..4a8c2fd3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000011_27c18d82.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000012_103f0a91.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000012_103f0a91.szcp new file mode 100644 index 00000000..794ca49c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000012_103f0a91.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000013_9491de57.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000013_9491de57.szcp new file mode 100644 index 00000000..f8d35c24 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000013_9491de57.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000014_cfa01c14.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000014_cfa01c14.szcp new file mode 100644 index 00000000..92b9ab04 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000014_cfa01c14.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000015_4e433ccd.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000015_4e433ccd.szcp new file mode 100644 index 00000000..599e2069 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000015_4e433ccd.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000016_b0a12ddf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000016_b0a12ddf.szcp new file mode 100644 index 00000000..045d2b26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000016_b0a12ddf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000017_3a00bd94.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000017_3a00bd94.szcp new file mode 100644 index 00000000..e35ff367 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000017_3a00bd94.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000018_fde7fc62.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000018_fde7fc62.szcp new file mode 100644 index 00000000..fe5c67aa Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000018_fde7fc62.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000019_2f2522ae.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000019_2f2522ae.szcp new file mode 100644 index 00000000..47655879 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000019_2f2522ae.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000020_1eedc5e8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000020_1eedc5e8.szcp new file mode 100644 index 00000000..a6858b3e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000020_1eedc5e8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000021_dbac9fec.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000021_dbac9fec.szcp new file mode 100644 index 00000000..690e128f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000021_dbac9fec.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000022_f2de987d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000022_f2de987d.szcp new file mode 100644 index 00000000..532de9b6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000022_f2de987d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000023_965738b1.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000023_965738b1.szcp new file mode 100644 index 00000000..f5a5320f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000023_965738b1.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000024_693426c5.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000024_693426c5.szcp new file mode 100644 index 00000000..7da6a0e2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000024_693426c5.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000025_74b23136.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000025_74b23136.szcp new file mode 100644 index 00000000..1cf8c130 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000025_74b23136.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000026_0d65b82a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000026_0d65b82a.szcp new file mode 100644 index 00000000..60d3a115 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000026_0d65b82a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000027_83949626.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000027_83949626.szcp new file mode 100644 index 00000000..bce3d0b2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000027_83949626.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000028_ee1d6bce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000028_ee1d6bce.szcp new file mode 100644 index 00000000..478d0ef3 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000028_ee1d6bce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000029_d03dd1ef.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000029_d03dd1ef.szcp new file mode 100644 index 00000000..1359e953 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_057/checkpoints/checkpoint_00000000000000000029_d03dd1ef.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000001_a603ccfc.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000001_a603ccfc.szar new file mode 100644 index 00000000..badb59fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000001_a603ccfc.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000002_b1955b16.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000002_b1955b16.szar new file mode 100644 index 00000000..775b0b46 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000002_b1955b16.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000003_7a140348.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000003_7a140348.szar new file mode 100644 index 00000000..6f30351c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000003_7a140348.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000004_f3fa880d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000004_f3fa880d.szar new file mode 100644 index 00000000..db513568 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000004_f3fa880d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000005_196bf240.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000005_196bf240.szar new file mode 100644 index 00000000..a233c002 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000005_196bf240.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000006_89fc4668.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000006_89fc4668.szar new file mode 100644 index 00000000..70343870 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000006_89fc4668.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000007_07305691.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000007_07305691.szar new file mode 100644 index 00000000..9316050b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000007_07305691.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000008_4c0a8bd5.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000008_4c0a8bd5.szar new file mode 100644 index 00000000..a44c15fd Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000008_4c0a8bd5.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000009_a2ae295e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000009_a2ae295e.szar new file mode 100644 index 00000000..743fdec2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000009_a2ae295e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000010_8924d05f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000010_8924d05f.szar new file mode 100644 index 00000000..bae726c5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000010_8924d05f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000011_b8a3334c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000011_b8a3334c.szar new file mode 100644 index 00000000..f84a9fa5 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000011_b8a3334c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000012_19a9000d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000012_19a9000d.szar new file mode 100644 index 00000000..e4b1176a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000012_19a9000d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000013_51ca90a7.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000013_51ca90a7.szar new file mode 100644 index 00000000..4ec67c00 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000013_51ca90a7.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000014_23d72555.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000014_23d72555.szar new file mode 100644 index 00000000..c6fa60bc Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000014_23d72555.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000015_ea912e33.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000015_ea912e33.szar new file mode 100644 index 00000000..d3488f10 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000015_ea912e33.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000016_5ee68a5f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000016_5ee68a5f.szar new file mode 100644 index 00000000..0ea1ae8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000016_5ee68a5f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000017_f26cdd33.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000017_f26cdd33.szar new file mode 100644 index 00000000..a7397f8a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000017_f26cdd33.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000018_cab16f5e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000018_cab16f5e.szar new file mode 100644 index 00000000..c6593bd8 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000018_cab16f5e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000019_1e72790d.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000019_1e72790d.szar new file mode 100644 index 00000000..4ce343e7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000019_1e72790d.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000020_3da351b9.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000020_3da351b9.szar new file mode 100644 index 00000000..507dc13f Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000020_3da351b9.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000021_ac4b8a7f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000021_ac4b8a7f.szar new file mode 100644 index 00000000..c73365db Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000021_ac4b8a7f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000022_ea395e7f.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000022_ea395e7f.szar new file mode 100644 index 00000000..59318007 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000022_ea395e7f.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000023_27207828.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000023_27207828.szar new file mode 100644 index 00000000..c0cf6997 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000023_27207828.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000024_78f37c6e.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000024_78f37c6e.szar new file mode 100644 index 00000000..f0ecd6d2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000024_78f37c6e.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000025_0390058c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000025_0390058c.szar new file mode 100644 index 00000000..c0d7f9ba Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000025_0390058c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000026_c284da3c.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000026_c284da3c.szar new file mode 100644 index 00000000..48968a15 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000026_c284da3c.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000027_ae52e4bd.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000027_ae52e4bd.szar new file mode 100644 index 00000000..86937c4d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000027_ae52e4bd.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000028_48e36d63.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000028_48e36d63.szar new file mode 100644 index 00000000..8f237a71 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000028_48e36d63.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000029_80d16f31.szar b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000029_80d16f31.szar new file mode 100644 index 00000000..9fbf5e83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/archive/delta_00000000000000000029_80d16f31.szar differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000001_a289dad4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000001_a289dad4.szcp new file mode 100644 index 00000000..131aaeda Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000001_a289dad4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000002_f0181466.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000002_f0181466.szcp new file mode 100644 index 00000000..4310dad7 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000002_f0181466.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000003_aa6287ea.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000003_aa6287ea.szcp new file mode 100644 index 00000000..a617a476 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000003_aa6287ea.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000004_aa9a49fb.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000004_aa9a49fb.szcp new file mode 100644 index 00000000..37393c1e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000004_aa9a49fb.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000005_4764d56e.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000005_4764d56e.szcp new file mode 100644 index 00000000..7a16ac83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000005_4764d56e.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000006_24bb8eaf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000006_24bb8eaf.szcp new file mode 100644 index 00000000..bb182a2b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000006_24bb8eaf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000007_5c48d02d.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000007_5c48d02d.szcp new file mode 100644 index 00000000..ca029f4d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000007_5c48d02d.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000008_1eea2c13.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000008_1eea2c13.szcp new file mode 100644 index 00000000..b2e3b384 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000008_1eea2c13.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000009_3e00b401.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000009_3e00b401.szcp new file mode 100644 index 00000000..c50d5b83 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000009_3e00b401.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000010_7652ae38.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000010_7652ae38.szcp new file mode 100644 index 00000000..cb040c1d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000010_7652ae38.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000011_debb3a26.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000011_debb3a26.szcp new file mode 100644 index 00000000..dc61bb41 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000011_debb3a26.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000012_223a2fb8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000012_223a2fb8.szcp new file mode 100644 index 00000000..da919e38 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000012_223a2fb8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000013_b15bc53a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000013_b15bc53a.szcp new file mode 100644 index 00000000..4c7e65f6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000013_b15bc53a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000014_aaed7abf.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000014_aaed7abf.szcp new file mode 100644 index 00000000..8f62083c Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000014_aaed7abf.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000015_546c8521.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000015_546c8521.szcp new file mode 100644 index 00000000..1101fa57 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000015_546c8521.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000016_4baf6556.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000016_4baf6556.szcp new file mode 100644 index 00000000..4fc26c39 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000016_4baf6556.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000017_5d7dd2ce.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000017_5d7dd2ce.szcp new file mode 100644 index 00000000..b538fcb2 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000017_5d7dd2ce.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000018_a8bf5e27.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000018_a8bf5e27.szcp new file mode 100644 index 00000000..bca9e345 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000018_a8bf5e27.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000019_8f7da4c2.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000019_8f7da4c2.szcp new file mode 100644 index 00000000..cf128679 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000019_8f7da4c2.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000020_19c1b68f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000020_19c1b68f.szcp new file mode 100644 index 00000000..d295a41b Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000020_19c1b68f.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000021_803d31db.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000021_803d31db.szcp new file mode 100644 index 00000000..8b13c9c9 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000021_803d31db.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000022_dbaedf0a.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000022_dbaedf0a.szcp new file mode 100644 index 00000000..7fbe7c8e Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000022_dbaedf0a.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000023_4b24f3fc.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000023_4b24f3fc.szcp new file mode 100644 index 00000000..614eee1a Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000023_4b24f3fc.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000024_2b6f25e8.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000024_2b6f25e8.szcp new file mode 100644 index 00000000..93585b26 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000024_2b6f25e8.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000025_e033e96b.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000025_e033e96b.szcp new file mode 100644 index 00000000..64168418 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000025_e033e96b.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000026_35c8ea04.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000026_35c8ea04.szcp new file mode 100644 index 00000000..dc020cdb Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000026_35c8ea04.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000027_2db428a4.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000027_2db428a4.szcp new file mode 100644 index 00000000..4903ea42 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000027_2db428a4.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000028_e3484434.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000028_e3484434.szcp new file mode 100644 index 00000000..1fc42ef6 Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000028_e3484434.szcp differ diff --git a/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000029_2c1e5c9f.szcp b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000029_2c1e5c9f.szcp new file mode 100644 index 00000000..099f2c6d Binary files /dev/null and b/results/search/runs/0d97b151-ffdf-4b97-8411-d5015c1a2353/topology_058/checkpoints/checkpoint_00000000000000000029_2c1e5c9f.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/metrics.tsv b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/metrics.tsv new file mode 100644 index 00000000..51ece983 --- /dev/null +++ b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/metrics.tsv @@ -0,0 +1,1031 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted best_crossing_loss best_intersection_loss neural_replay neural_positive neural_samples neural_train_steps neural_seeds weight_baseline weight_replica weight_adaptive weight_pbt weight_injected steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783793196975476500 DEPTH 23 1 0.62348542587702926 0 2 12 2 12 0 0 657 82 2550 23732946 209280 1382.4464416503906 6.0536000000000003 1711.8335999999999 40320 21898 1 0 0.037767381830101213 0.98822811225307028 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705100 8985600 161 161 157 156 1915 13 2 9 8 50 0 0 0 0 0 +2 1783793198449327900 DEPTH 23 1 0.61380985317164116 0 2 12 2 12 1 0 662 68 2549 23733021 147840 1220.4909210205078 6.0785 1472.5796 40320 15490 1 0 0.035232851167918175 1.067681301239026 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950932 8985600 162 156 173 163 1895 2 0 5 0 61 0 0 0 0 1 +3 1783793199955049200 DEPTH 23 1 0.61423616568861061 0 2 12 2 12 0 0 667 63 2548 23733024 147840 1219.9635162353516 6.3352000000000013 1503.5482999999999 47040 18672 1 0 0.035232851167918175 1.067681301239026 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950942 8985600 184 161 186 176 1841 0 0 1 0 62 0 0 0 0 0 +4 1783793201454622900 DEPTH 23 1 0.61455182920139639 0 2 12 2 12 0 0 670 46 2553 23732995 147840 1221.7364349365234 6.0657000000000005 1498.1238000000001 80640 21043 1 0 0.035232851167918175 1.067681301239026 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950910 8985600 176 186 197 193 1801 0 0 2 1 43 0 0 0 0 0 +5 1783793201713930000 REFRESH 23 0 0.61477640793162247 0 2 12 2 12 0 0 677 23 415 3955345 56640 216.49615478515625 1.0018 258.03980000000001 13440 8188 0 0 0.035232851167918175 1.067681301239026 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 29 26 43 46 271 0 0 1 2 20 0 0 0 0 0 +6 1783793203218497100 DEPTH 23 1 0.61488184631607679 0 2 12 2 12 1 0 686 69 2554 23733081 147840 1254.2522277832031 6.0267999999999997 1503.2298000000001 80640 40481 1 0 0.03410831787768312 1.0070497766967861 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950998 8985600 156 150 198 155 1895 5 0 9 3 52 0 0 0 0 1 +7 1783793204720358700 DEPTH 23 1 0.61494654151642425 0 2 12 2 12 1 0 695 69 2542 23733099 147840 1250.392578125 6.0449000000000002 1500.5237999999999 80640 33708 1 0 0.026197404702001121 0.96145223736005947 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951015 8985600 159 150 207 160 1866 1 0 5 1 62 0 0 0 0 1 +8 1783793206215492500 DEPTH 23 1 0.61477355537609024 0 2 12 2 12 1 0 704 72 2539 23725380 140160 1245.1969299316406 6.0084999999999997 1493.9519 80640 26831 1 0 0.030616296299277639 0.98687883124051523 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950970 8486400 159 150 213 319 1698 5 0 10 4 53 0 0 0 0 2 +9 1783793207706316000 DEPTH 23 1 0.61459347426231958 0 2 12 2 12 1 0 708 48 2569 23710018 125760 1240.5464477539062 6.0123999999999995 1489.6646000000001 80640 18672 1 0 0.032150214916060828 0.88335014755795838 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950977 7488000 153 150 201 1137 928 7 0 1 1 39 0 0 0 0 4 +10 1783793207961939400 REFRESH 23 0 0.61419305497664478 0 2 12 2 12 0 0 712 22 422 3951493 56160 217.32351684570312 1.0023 254.4537 13440 9119 0 0 0.032150214916060828 0.88335014755795838 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491652 1248000 30 25 29 250 88 0 0 3 6 13 0 0 0 0 0 +11 1783793209471222100 DEPTH 23 1 0.61361683715816673 0 2 12 2 12 1 0 723 68 2558 23717765 133440 1260.6371612548828 6.0045000000000002 1508.01 80640 44157 1 0 0.032326470444766151 0.85935690842965995 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 3932160 2951040 7987200 174 150 151 671 1412 9 0 2 0 57 0 0 0 0 5 +12 1783793210969560400 DEPTH 23 1 0.61304486927357371 0 2 12 2 12 0 0 726 59 2565 23709996 125760 1249.0659790039062 6.0311000000000003 1497.0235 80640 36573 1 0 0.032326470444766151 0.85935690842965995 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950953 7488000 165 150 161 963 1126 6 0 1 4 48 0 0 0 0 0 +13 1783793212461729600 DEPTH 23 1 0.61224713212694226 0 2 12 2 12 1 0 728 46 2583 23695187 110400 1245.1635131835938 6.0210000000000008 1490.8877 80640 28295 1 0 0.032634996252224428 0.83112339017384107 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934546 6489600 162 150 157 1519 595 6 0 0 5 35 0 0 0 0 1 +14 1783793213956899500 DEPTH 23 1 0.61138011279818549 0 2 12 2 12 0 0 731 59 2586 23687889 103680 1242.5937652587891 6.2199000000000009 1493.9191000000001 80640 18524 1 0 0.032634996252224428 0.83112339017384107 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426443 5990400 177 150 162 1608 489 11 0 0 4 44 0 0 0 0 0 +15 1783793214215255800 REFRESH 23 0 0.6104129043914881 0 2 12 2 12 1 0 731 14 424 3947740 55680 219.34182739257812 1.0185999999999999 257.19150000000002 13440 9278 0 0 0.032494907444962903 0.82288141630069156 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737500 998400 31 25 25 264 79 1 0 1 1 11 0 0 0 0 1 +16 1783793215725888100 DEPTH 23 1 0.60938814888388371 0 2 12 2 12 1 0 732 38 2571 23687872 103680 1266.7775268554688 6.0258999999999991 1509.2946999999999 80640 44296 1 0 0.032410981617221266 0.82568458035809433 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426429 5990400 180 150 150 1340 751 6 0 6 1 25 0 0 0 0 2 +17 1783793217227262200 DEPTH 23 1 0.60831567233956263 0 2 12 2 12 0 0 738 37 2573 23687893 103680 1254.5996246337891 6.0680999999999994 1500.1369999999999 80640 36972 1 0 0.032410981617221266 0.82568458035809433 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426451 5990400 180 150 150 1484 609 5 0 0 3 29 0 0 0 0 0 +18 1783793218732294900 DEPTH 23 1 0.60716467976850796 0 2 12 2 12 1 0 739 32 2581 23664787 81600 1255.099609375 6.0242999999999993 1503.8995 120960 43080 1 0 0.024380656707687871 0.85518599601911516 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426378 4492800 180 150 224 1526 501 5 0 0 1 26 0 0 0 0 1 +19 1783793220233452500 DEPTH 23 1 0.60598691211688172 0 2 12 2 12 0 0 742 40 2587 23664827 81600 1255.3067016601562 6.005399999999999 1499.9622999999999 120960 29426 1 0 0.024380656707687871 0.85518599601911516 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426423 4492800 180 150 211 1553 493 5 0 0 0 35 0 0 0 0 0 +20 1783793220490668900 REFRESH 23 0 0.60475532164882129 0 2 12 2 12 1 0 743 13 421 3943917 55200 218.99058532714844 1.0029999999999999 256.08890000000002 20160 12154 0 0 0.02438005564366235 0.85509842805500791 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 32 25 27 264 73 0 0 3 1 9 0 0 0 0 1 +21 1783793222009141600 DEPTH 23 1 0.60349478554034719 0 2 12 2 12 1 0 745 44 2587 23668660 85440 1270.5989532470703 6.0157999999999996 1517.3697 114240 56756 1 0 0.024380355203629873 0.85148430158371591 4096 2048 384 12 96 4 2 3 3 4 5898240 4177920 4423680 4426418 4742400 195 150 159 1504 579 5 0 0 0 39 0 0 0 0 2 +22 1783793223529616900 DEPTH 23 1 0.60221593705580534 0 2 12 2 12 1 0 746 53 2560 23687893 103680 1259.9896850585938 6.0613000000000001 1519.1328000000001 80640 22622 1 0 0.023922265506440669 0.83403096517715014 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426449 5990400 210 150 150 1042 1008 7 0 0 1 45 0 0 0 0 1 +23 1783793225050270000 DEPTH 23 1 0.60093878722873473 0 2 12 2 12 1 0 747 42 2568 23684022 99840 1257.4414825439453 6.0946999999999996 1519.4474 87360 23508 1 0 0.023922213272989157 0.83403077336251186 4096 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426418 5740800 209 150 177 1167 865 4 0 0 1 37 0 0 0 0 1 +24 1783793226622713200 DEPTH 23 1 0.59962176305176029 0 2 12 2 12 1 0 748 44 2570 23664796 81600 1254.9249420166016 6.3932000000000002 1571.2157999999999 120960 23391 1 0 0.02392303133184116 0.83319228152451119 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 202 150 219 1402 597 5 0 0 2 37 0 0 0 0 1 +25 1783793226880367400 REFRESH 23 0 0.59829776937538082 0 2 12 2 12 0 0 750 18 418 3943905 55200 219.21279907226562 0.99439999999999995 256.47890000000001 20160 12094 0 0 0.02392303133184116 0.83319228152451119 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 37 25 32 243 81 3 0 1 3 11 0 0 0 0 0 +26 1783793228479346800 DEPTH 23 1 0.59696829997480494 0 2 12 2 12 1 0 755 62 2555 23672485 89280 1269.5303955078125 6.025500000000001 1519.9804999999999 107520 51176 1 0 0.023948837382365872 0.8322951613366143 4096 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4426404 4992000 218 150 173 969 1045 7 0 0 3 52 0 0 0 0 1 +27 1783793229991908200 DEPTH 23 1 0.59563863369806447 0 2 12 2 12 1 0 760 62 2552 23664842 81600 1259.3478851318359 6.0142999999999995 1511.2915 120960 47299 1 0 0.023948981891474576 0.82572092531625718 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 215 150 182 1317 688 12 0 0 5 45 0 0 0 0 1 +28 1783793231540674400 DEPTH 23 1 0.59431938426439057 0 2 12 2 12 1 0 761 40 2567 23676390 93120 1256.3507080078125 6.4005999999999998 1546.8608999999999 100800 32305 1 0 0.023948577923176284 0.82561585759531253 4096 2048 384 12 96 4 3 3 3 3 5898240 3686400 4423680 4426469 5241600 213 150 178 1354 672 1 0 0 2 37 0 0 0 0 1 +29 1783793233079966600 DEPTH 23 1 0.59299540752742685 0 2 12 2 12 1 0 765 34 2572 23680177 96960 1254.8891448974609 6.1188999999999991 1537.9203 94080 20515 1 0 0.023948074573818295 0.82517857211207735 4096 2048 384 12 96 4 2 3 3 4 5898240 3440640 4423680 4426414 5491200 211 150 169 1453 589 0 0 1 2 31 0 0 0 0 3 +30 1783793233338095500 REFRESH 23 0 0.59167915246558511 0 2 12 2 12 0 0 767 16 419 3947759 55680 218.31680297851562 1.0021 256.91660000000002 13440 8154 0 0 0.023948074573818295 0.82517857211207735 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737519 998400 40 25 25 201 128 0 0 0 4 12 0 0 0 0 0 +31 1783793234861013400 DEPTH 23 1 0.59037153336578396 0 2 12 2 12 0 0 771 31 2549 23684050 99840 1268.4100189208984 6.0167000000000002 1521.6335999999999 87360 43379 1 0 0.023948074573818295 0.82517857211207735 4096 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426448 5740800 216 150 176 889 1118 0 0 0 0 31 0 0 0 0 0 +32 1783793236374881200 DEPTH 23 1 0.58907494180476294 0 2 12 2 12 1 0 771 35 2568 23672520 89280 1262.1352691650391 6.0307000000000004 1512.5364 107520 38192 1 0 0.023948624890285129 0.82486076259858687 4096 2048 384 12 96 4 2 3 3 4 5898240 3932160 4423680 4426438 4992000 216 150 235 1143 824 0 0 1 0 34 0 0 0 0 1 +33 1783793237888350900 DEPTH 23 1 0.58779129017225129 0 2 12 2 12 1 0 774 32 2573 23664813 81600 1256.9957122802734 6.0217000000000001 1512.2463 120960 34315 1 0 0.023948580562851353 0.82437412353619499 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 213 150 245 1401 564 0 0 1 1 30 0 0 0 0 1 +34 1783793239399427600 DEPTH 23 1 0.58652159819586536 0 2 12 2 12 1 0 778 34 2570 23668695 85440 1255.1800842285156 6.0187000000000008 1509.9058 114240 24521 1 0 0.023948248352153589 0.82383986092214256 4096 2048 384 12 96 4 2 3 3 4 5898240 4177920 4423680 4426455 4742400 210 150 199 1503 508 0 0 0 5 29 0 0 0 0 1 +35 1783793239658392100 REFRESH 23 0 0.58526673983181543 0 2 12 2 12 0 0 780 17 417 3947730 55680 219.36444091796875 1.0011000000000001 257.83139999999997 13440 8031 0 0 0.023948248352153589 0.82383986092214256 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737489 998400 36 25 25 258 73 0 0 0 2 15 0 0 0 0 0 +36 1783793241180073400 DEPTH 23 1 0.58402681619395502 0 2 12 2 12 1 0 784 34 2552 23684027 100800 1270.8187408447266 6.0908999999999995 1520.3142 87360 40304 1 0 0.023947504681910155 0.82111568646045285 4096 2048 384 12 96 4 2 3 3 4 5898240 3194880 4423680 4426423 5740800 220 150 170 1270 742 0 0 0 0 34 0 0 0 0 2 +37 1783793242698051900 DEPTH 23 1 0.58280702524889794 0 2 12 2 12 1 0 787 27 2566 23684109 99840 1261.7593841552734 6.0342000000000002 1516.7828999999999 87360 35207 1 0 0.011882630394372316 0.27699256497903413 4096 2048 384 12 96 4 2 3 3 4 5898240 3194880 4423680 4426504 5740800 216 150 194 1418 588 0 0 0 0 27 0 0 0 0 1 +38 1783793244214479900 DEPTH 23 1 0.58160407443035311 0 2 12 2 12 1 0 789 26 2584 23687919 103680 1259.2382965087891 6.0106999999999999 1515.2523000000001 80640 24124 1 0 0.022376098037419787 0.75410690173754269 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426476 5990400 216 150 150 1531 537 0 0 0 0 26 0 0 0 0 2 +39 1783793245724169700 DEPTH 23 1 0.58042244358622774 0 2 12 2 12 0 0 790 22 2577 23687898 103680 1256.003173828125 6.0876000000000001 1508.5183 80640 16507 1 0 0.022376098037419787 0.75410690173754269 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426453 5990400 216 150 150 1566 495 0 0 0 0 22 0 0 0 0 0 +40 1783793245983298200 REFRESH 23 0 0.57924990914765884 0 2 12 2 12 0 0 792 11 424 3947742 55680 219.42271423339844 1.0182 258.01830000000001 13440 7953 0 0 0.022376098037419787 0.75410690173754269 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737502 998400 37 25 25 261 76 0 0 0 2 9 0 0 0 0 0 +41 1783793247509437400 DEPTH 23 1 0.57809560573807395 0 2 12 2 11 1 0 796 37 2561 23670064 85440 1274.96240234375 6.0651000000000002 1525.0082 73920 36397 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 1 2 6 3 5898240 2703360 3686400 6639662 4742400 217 150 204 1397 593 0 0 0 1 36 0 0 0 1 2 +42 1783793249019119400 DEPTH 23 1 0.67695967908228738 0 2 11 2 11 0 0 799 40 2563 23667570 81600 1259.2999420166016 6.0080999999999998 1508.4808 40320 18443 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 1 2 6 3 5898240 1474560 2949120 8852847 4492800 216 150 150 1527 520 0 0 0 4 36 0 0 0 0 0 +43 1783793250518765400 DEPTH 23 1 0.66584220064932409 0 2 11 2 11 0 0 803 38 2562 23667537 81600 1249.0095520019531 6.0854999999999997 1498.4802999999999 40320 15051 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 1 2 6 3 5898240 1474560 2949120 8852815 4492800 216 150 150 1558 488 0 0 0 6 32 0 0 0 0 0 +44 1783793252016568600 DEPTH 23 1 0.65574317705463936 0 2 11 2 11 0 0 806 33 2573 23667395 81600 1246.8589172363281 6.032 1496.5319 47040 13622 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 2 2 5 3 5898240 1720320 2949120 8606914 4492800 216 150 159 1560 488 0 0 0 2 31 0 0 0 0 0 +45 1783793252274334200 REFRESH 23 0 0.64656255850325284 0 2 11 2 11 0 0 807 7 423 3944104 55200 219.61625671386719 1.0014000000000001 256.6053 13440 8194 0 0 0.0038385436789335611 0.74117856944468319 4096 2048 64 1 16 4 2 2 5 3 983040 491520 491520 1229223 748800 36 25 71 218 73 0 0 0 0 7 0 0 0 0 0 +46 1783793253798468600 DEPTH 23 1 0.6352102463582503 0 2 11 2 11 0 0 808 35 2574 23666771 81600 1276.3101043701172 6.0191000000000008 1522.8638000000001 80640 39036 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 2 2 5 3 5898240 2949120 2949120 7377487 4492800 216 150 310 1401 497 0 0 0 1 34 0 0 0 0 0 +47 1783793255338002600 DEPTH 23 1 0.62790509991342225 0 2 11 2 11 0 0 810 31 2569 23666733 81600 1268.3224945068359 6.1461000000000006 1538.2804000000001 80640 31763 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 2 2 5 3 5898240 2949120 2949120 7377450 4492800 216 150 253 1458 492 0 0 0 0 31 0 0 0 0 0 +48 1783793256858231100 DEPTH 23 1 0.62124404244317377 0 2 11 2 11 0 0 810 29 2578 23666500 81600 1265.0248718261719 6.0137999999999998 1519.0318 80640 25309 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 2 3 4 3 5898240 2949120 3194880 7131454 4492800 216 150 253 1465 494 0 0 0 1 28 0 0 0 0 0 +49 1783793258497032800 DEPTH 23 1 0.61516425659730467 0 2 11 2 11 0 0 810 23 2582 23665786 81600 1263.8349609375 6.2584999999999997 1561.9795999999999 80640 16867 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 2 3 4 3 5898240 2949120 4423680 5901943 4492800 216 150 338 1385 493 0 0 0 3 20 0 0 0 0 0 +50 1783793258755697100 REFRESH 23 0 0.60960916020294187 0 2 11 2 11 0 0 810 9 421 3943978 55200 219.20256042480469 1.0186999999999999 257.48880000000003 13440 8309 0 0 0.0038385436789335611 0.74117856944468319 4096 2048 64 1 16 4 2 3 4 3 983040 491520 737280 983338 748800 36 25 25 262 73 0 0 0 1 8 0 0 0 0 0 +51 1783793260286805600 DEPTH 23 1 0.60352778443081956 0 2 11 2 11 0 0 810 27 2565 23665208 81600 1276.1316070556641 6.1349 1529.8855000000001 107520 49738 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 3932160 4423680 4918327 4492800 216 150 165 1558 476 0 0 1 1 25 0 0 0 0 0 +52 1783793261849662800 DEPTH 23 1 0.59897421408830098 0 2 11 2 11 0 0 810 31 2565 23664757 81600 1266.4884796142578 6.1707999999999998 1560.7183 120960 42663 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426355 4492800 216 150 163 1549 487 0 0 1 2 28 0 0 0 0 0 +53 1783793263385515000 DEPTH 23 1 0.59479708382601704 0 2 11 2 11 0 0 811 26 2570 23664897 81600 1267.2373046875 6.0347 1534.4280000000001 120960 36058 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426492 4492800 216 150 166 1552 486 0 0 0 0 26 0 0 0 0 0 +54 1783793264902885700 DEPTH 23 1 0.59096012466688297 0 2 11 2 11 0 0 813 29 2576 23664828 81600 1265.5175628662109 6.0252999999999997 1516.0685000000001 120960 26860 1 1 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426423 4492800 216 150 168 1563 479 0 0 0 2 26 0 0 0 0 0 +55 1783793265162960800 REFRESH 23 0 0.58743065582582243 0 2 11 2 11 0 0 813 8 419 3943903 55200 220.07090759277344 0.99939999999999996 258.89569999999998 20160 12092 0 0 0.0038385436789335611 0.74117856944468319 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 36 25 25 263 70 0 0 0 1 7 0 0 0 0 0 +56 1783793266691765400 DEPTH 23 1 0.58217922729204297 0 2 11 2 11 0 0 815 40 2569 23664763 81600 1276.2205047607422 6.0411000000000001 1527.5108 120960 60105 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426361 4492800 216 150 150 1566 487 0 0 0 7 33 0 0 0 0 0 +57 1783793268218651100 DEPTH 23 1 0.57937929809878097 0 2 11 2 11 0 0 816 35 2579 23664902 81600 1272.8663482666016 5.9913000000000007 1525.6960999999999 120960 49050 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426499 4492800 216 150 150 1577 486 0 0 1 1 33 0 0 0 0 0 +58 1783793269736264200 DEPTH 23 1 0.5767869467131439 0 2 11 2 11 0 0 817 30 2575 23664893 81600 1264.6427307128906 6.0135999999999994 1516.3561 120960 39094 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 216 150 150 1578 481 0 0 0 2 28 0 0 0 0 0 +59 1783793271250325100 DEPTH 23 1 0.57438261033555249 0 2 11 2 11 0 0 819 31 2568 23664879 81600 1263.6266174316406 6.0122999999999998 1512.8291999999999 120960 27216 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 216 150 150 1571 481 0 0 0 1 30 0 0 0 0 0 +60 1783793271509231500 REFRESH 23 0 0.57214865021943728 0 2 11 2 11 0 0 819 6 421 3943909 55200 219.63468933105469 1.0015000000000001 257.56760000000003 20160 12088 0 0 0.0038385436789335611 0.74117856944468319 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 36 25 25 267 68 0 0 0 0 6 0 0 0 0 0 +61 1783793273038957100 DEPTH 23 1 0.56606916041084299 0 2 11 2 11 0 0 822 32 2585 23664867 81600 1277.3665618896484 6.0461999999999998 1528.473 120960 57240 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 216 150 150 1576 493 0 0 0 0 32 0 0 0 0 0 +62 1783793274555171100 DEPTH 23 1 0.56452979556765981 0 2 11 2 11 0 0 824 24 2573 23664778 81600 1268.6898651123047 6.0533999999999999 1515.0539000000001 120960 45990 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426378 4492800 216 150 150 1573 484 0 0 0 0 24 0 0 0 0 0 +63 1783793276079404000 DEPTH 23 1 0.56307761595225148 0 2 11 2 11 0 0 825 18 2586 23664794 81600 1267.0592346191406 6.0155000000000003 1523.0561 120960 36834 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 216 150 150 1584 486 0 0 0 0 18 0 0 0 0 0 +64 1783793277596790100 DEPTH 23 1 0.56170494788186098 0 2 11 2 11 0 0 826 31 2568 23664755 81600 1264.8739776611328 6.0270000000000001 1516.1239 120960 25645 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426352 4492800 216 150 150 1576 476 0 0 0 1 30 0 0 0 0 0 +65 1783793277855846800 REFRESH 23 0 0.56040485809272123 0 2 11 2 11 0 0 827 12 420 3943918 55200 219.65005493164062 1.0023 257.76519999999999 20160 12172 0 0 0.0038385436789335611 0.74117856944468319 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 36 25 25 261 73 0 0 0 0 12 0 0 0 0 0 +66 1783793279384653700 DEPTH 23 1 0.55917108062818155 0 2 11 2 11 0 0 830 22 2580 23664844 81600 1278.6612548828125 6.0434999999999999 1527.6143999999999 120960 58000 1 0 0.0038385436789335611 0.74117856944468319 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426440 4492800 217 150 150 1580 483 0 0 0 0 22 0 0 0 0 0 +67 1783793280904493900 DEPTH 23 1 0.5579979510000852 0 2 11 2 11 1 0 833 25 2579 23664903 81600 1270.9857635498047 6.0253000000000005 1518.6709000000001 120960 47539 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 222 150 150 1580 477 0 0 0 5 20 0 0 0 1 0 +68 1783793282420566200 DEPTH 23 1 0.55863663105675343 0 2 11 2 11 0 0 836 40 2577 23664775 81600 1266.1562042236328 6.1010000000000009 1514.8649 120960 37882 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426374 4492800 222 150 150 1567 488 0 0 2 3 35 0 0 0 0 0 +69 1783793283951103300 DEPTH 23 1 0.55739429053397882 0 2 11 2 11 0 0 837 36 2585 23664766 81600 1265.3207244873047 6.1114999999999995 1529.1781000000001 120960 26281 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426365 4492800 217 150 150 1604 464 1 0 0 1 34 0 0 0 0 0 +70 1783793284212560000 REFRESH 23 0 0.55621621200844384 0 2 11 2 11 0 0 837 13 422 3943932 55200 220.81436157226562 1.0059 260.17410000000001 20160 12359 0 0 0.020409919593584763 0.50030757175470997 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 37 25 25 264 71 0 0 0 1 12 0 0 0 0 0 +71 1783793285749825400 DEPTH 23 1 0.55509684373314638 0 2 11 2 11 0 0 838 22 2576 23664881 81600 1277.9170227050781 6.036999999999999 1536.1083000000001 120960 59513 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 222 150 150 1580 474 0 0 0 3 19 0 0 0 0 0 +72 1783793287349408700 DEPTH 23 1 0.5540311679542429 0 2 11 2 11 0 0 838 33 2582 23664892 81600 1270.3396148681641 6.5813000000000006 1598.3179 120960 48590 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426488 4492800 222 150 150 1588 472 0 0 0 2 31 0 0 0 0 0 +73 1783793288951139300 DEPTH 23 1 0.5530146482080186 0 2 11 2 11 0 0 840 24 2582 23664776 81600 1268.4872589111328 6.0420999999999996 1526.9675 120960 38466 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 219 150 150 1605 458 0 0 0 1 23 0 0 0 0 0 +74 1783793290476996700 DEPTH 23 1 0.5520431818603404 0 2 11 2 11 0 0 842 29 2576 23664815 81600 1265.5582885742188 6.0297000000000001 1524.6756 120960 26841 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 211 150 150 1616 449 0 0 0 1 28 0 0 0 0 0 +75 1783793290737352200 REFRESH 23 0 0.55111305736557459 0 2 11 2 11 0 0 843 6 418 3943910 55200 220.18559265136719 1.0031000000000001 259.18520000000001 20160 12681 0 0 0.020409919593584763 0.50030757175470997 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 37 25 25 256 75 0 0 0 1 5 0 0 0 0 0 +76 1783793292296362000 DEPTH 23 1 0.54622091577420284 0 2 11 2 11 0 0 847 32 2581 23664875 81600 1280.0090789794922 6.1071 1557.2818 120960 60414 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 222 150 150 1568 491 0 0 0 3 29 0 0 0 0 0 +77 1783793293844570200 DEPTH 23 1 0.54576371606539553 0 2 11 2 11 0 0 847 25 2591 23664868 81600 1271.3386535644531 6.0969999999999995 1546.9260999999999 120960 50172 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 217 150 150 1611 463 0 0 0 4 21 0 0 0 0 0 +78 1783793295367514000 DEPTH 23 1 0.54529870392312285 0 2 11 2 11 0 0 848 32 2584 23664836 81600 1268.6199340820312 6.0191999999999997 1521.6695 120960 39869 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 199 150 150 1635 450 2 0 0 5 25 0 0 0 0 0 +79 1783793296888857200 DEPTH 23 1 0.54482738361248195 0 2 11 2 11 0 0 851 27 2583 23664773 81600 1267.7977600097656 6.0189000000000004 1520.0184999999999 120960 27039 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426369 4492800 183 150 150 1652 448 1 0 0 1 25 0 0 0 0 0 +80 1783793297149237400 REFRESH 23 0 0.54435109264719839 0 2 11 2 11 0 0 851 9 420 3943928 55200 220.91059875488281 0.99919999999999998 259.08670000000001 20160 13033 0 0 0.020409919593584763 0.50030757175470997 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 37 25 25 263 70 0 0 0 0 9 0 0 0 0 0 +81 1783793298692957600 DEPTH 23 1 0.5428710189701258 0 2 11 2 11 0 0 851 23 2576 23664765 81600 1281.1777954101562 6.0144000000000002 1542.5564999999999 120960 62797 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426362 4492800 222 150 150 1575 479 0 0 0 1 22 0 0 0 0 0 +82 1783793300219768100 DEPTH 23 1 0.54248821639633382 0 2 11 2 11 0 0 853 35 2573 23664850 81600 1273.2414093017578 6.0335999999999999 1525.5621000000001 120960 52117 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 214 150 150 1606 453 0 0 0 3 32 0 0 0 0 0 +83 1783793301742523700 DEPTH 23 1 0.54209361849338233 0 2 11 2 11 0 0 854 37 2595 23664825 81600 1268.5577239990234 6.0114999999999998 1521.5886 120960 41738 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426425 4492800 203 150 150 1631 461 0 0 0 3 34 0 0 0 0 0 +84 1783793303261113500 DEPTH 23 1 0.54168905105587251 0 2 11 2 11 0 0 854 33 2586 23664895 81600 1266.4356994628906 6.0568999999999997 1517.2991 120960 28534 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 193 150 150 1641 452 0 0 0 0 33 0 0 0 0 0 +85 1783793303520558500 REFRESH 23 0 0.54127614331562368 0 2 11 2 11 0 0 854 5 420 3943905 55200 220.43034362792969 0.99629999999999996 258.19990000000001 20160 13340 0 0 0.020409919593584763 0.50030757175470997 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 37 25 25 265 68 0 0 0 0 5 0 0 0 0 0 +86 1783793305058899700 DEPTH 23 1 0.53585634801465065 0 2 11 2 11 0 0 854 22 2590 23664838 81600 1283.296875 6.0199999999999996 1537.1085 120960 64140 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 221 150 150 1594 475 0 0 0 0 22 0 0 0 0 0 +87 1783793306582569400 DEPTH 23 1 0.5359309594553634 0 2 11 2 11 0 0 854 13 2588 23664861 81600 1271.7556915283203 6.0478000000000005 1522.4891 120960 53508 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 210 150 150 1622 456 0 0 0 0 13 0 0 0 0 0 +88 1783793308105923400 DEPTH 23 1 0.53595112973093872 0 2 11 2 11 0 0 855 20 2582 23664836 81600 1270.7438354492188 6.0269999999999992 1522.145 120960 42541 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 189 150 150 1646 447 0 0 0 0 20 0 0 0 0 0 +89 1783793309624622100 DEPTH 23 1 0.53592288331848315 0 2 11 2 11 0 0 856 31 2588 23664840 81600 1267.6379852294922 6.0538000000000007 1517.5699999999999 120960 28897 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 179 150 150 1654 455 0 0 0 0 31 0 0 0 0 0 +90 1783793309884930600 REFRESH 23 0 0.53585163019931592 0 2 11 2 11 0 0 856 3 422 3943907 55200 220.40371704101562 0.99990000000000001 259.03800000000001 20160 13381 0 0 0.020409919593584763 0.50030757175470997 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 38 25 25 260 74 0 0 0 0 3 0 0 0 0 0 +91 1783793311415200400 DEPTH 23 1 0.52874222765424039 0 2 11 2 11 0 0 858 25 2594 23664874 81600 1280.6381530761719 6.0834000000000001 1529.1199999999999 120960 65411 1 0 0.020409919593584763 0.50030757175470997 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 223 150 150 1602 469 0 0 0 1 24 0 0 0 0 0 +92 1783793312944231000 DEPTH 23 1 0.52929903586685478 0 2 11 2 11 1 0 860 29 2581 23664771 81600 1276.3709564208984 6.0437999999999992 1527.77 120960 54535 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426366 4492800 214 150 150 1615 452 0 0 0 1 28 0 0 0 0 1 +93 1783793314476976300 DEPTH 23 1 0.52977771070932578 0 2 11 2 11 0 0 861 28 2584 23664892 81600 1269.2897796630859 6.0299999999999994 1531.0499 120960 43416 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 200 150 150 1632 452 0 0 0 0 28 0 0 0 0 0 +94 1783793316016161400 DEPTH 23 1 0.53014310346467808 0 2 11 2 11 0 0 865 27 2594 23664806 81600 1269.0521087646484 6.0460999999999991 1537.7546 120960 29887 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 186 150 150 1646 462 0 0 0 0 27 0 0 0 0 0 +95 1783793316276311600 REFRESH 23 0 0.53042879811292831 0 2 11 2 11 0 0 865 9 425 3943932 55200 220.9617919921875 1.0031000000000001 258.78149999999999 20160 13425 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 38 25 25 263 74 0 0 0 0 9 0 0 0 0 0 +96 1783793317867981200 DEPTH 23 1 0.52964326733112976 0 2 11 2 11 0 0 866 32 2586 23664904 81600 1282.6101684570312 6.4077000000000002 1590.3916999999999 120960 65364 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426501 4492800 219 150 150 1608 459 0 0 0 0 32 0 0 0 0 0 +97 1783793319486652100 DEPTH 23 1 0.52989412665687408 0 2 11 2 11 0 0 866 38 2597 23664898 81600 1273.4864196777344 6.0227000000000004 1531.5108 120960 54531 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426494 4492800 200 150 150 1634 463 0 0 0 0 38 0 0 0 0 0 +98 1783793321024918800 DEPTH 23 1 0.53007822047111675 0 2 11 2 11 0 0 866 25 2589 23664850 81600 1271.38671875 6.0491999999999999 1537.0825 120960 42774 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 187 150 150 1647 455 0 0 0 1 24 0 0 0 0 0 +99 1783793322585582500 DEPTH 23 1 0.53020269937348696 0 2 11 2 11 0 0 867 28 2585 23664782 81600 1265.7454376220703 6.2919 1558.2429 120960 29613 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426377 4492800 172 150 150 1663 450 0 0 0 0 28 0 0 0 0 0 +100 1783793322850631700 REFRESH 23 0 0.53027398981121232 0 2 11 2 11 0 0 867 5 423 3943896 55200 222.12409973144531 1.0076000000000001 263.52170000000001 20160 13651 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737495 748800 39 25 25 264 70 0 0 0 0 5 0 0 0 0 0 +101 1783793324411831400 DEPTH 23 1 0.52529786673665169 0 2 11 2 11 0 0 870 33 2582 23664787 81600 1283.2918395996094 6.1417000000000002 1559.9200000000001 120960 65996 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426386 4492800 219 150 150 1608 455 0 0 0 5 28 0 0 0 0 0 +102 1783793325948887900 DEPTH 23 1 0.5257795189909219 0 2 11 2 11 0 0 872 18 2586 23664879 81600 1276.8911743164062 6.0353000000000003 1535.7276999999999 120960 54761 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 191 150 150 1641 454 0 0 0 0 18 0 0 0 0 0 +103 1783793327484090800 DEPTH 23 1 0.52617360814133218 0 2 11 2 11 0 0 873 35 2583 23664870 81600 1270.6208953857422 5.9919000000000002 1533.8861999999999 120960 43848 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 179 150 150 1655 449 0 0 0 1 34 0 0 0 0 0 +104 1783793329014586100 DEPTH 23 1 0.52648932142755911 0 2 11 2 11 0 0 874 27 2597 23664908 81600 1269.8785095214844 6.0178999999999991 1529.2303999999999 120960 29872 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426505 4492800 167 150 150 1667 463 0 0 0 2 25 0 0 0 0 0 +105 1783793329274058300 REFRESH 23 0 0.52673491940598438 0 2 11 2 11 0 0 874 8 426 3943916 55200 220.05145263671875 1.0184 258.26530000000002 20160 13470 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 39 25 25 264 73 1 0 0 1 6 0 0 0 0 0 +106 1783793330807463100 DEPTH 23 1 0.52491782882266469 0 2 11 2 11 0 0 875 32 2591 23664833 81600 1280.6652984619141 6.0352999999999994 1532.1558 120960 66206 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 222 150 150 1607 462 0 0 0 4 28 0 0 0 0 0 +107 1783793332344534400 DEPTH 23 1 0.52524472619234031 0 2 11 2 11 0 0 875 16 2591 23664881 81600 1273.4932403564453 6.0448999999999993 1535.8938000000001 120960 54713 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 205 150 150 1627 459 0 0 0 1 15 0 0 0 0 0 +108 1783793333873537600 DEPTH 23 1 0.52550161301313913 0 2 11 2 11 0 0 877 29 2582 23664849 81600 1270.7609252929688 6.0613000000000001 1527.6585 120960 43304 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 178 150 150 1654 450 0 0 0 0 29 0 0 0 0 0 +109 1783793335392853200 DEPTH 23 1 0.52569588345365292 0 2 11 2 11 0 0 878 31 2582 23664878 81600 1266.7051849365234 6.0476000000000001 1518.1371999999999 120960 30285 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 162 150 150 1673 447 0 0 0 1 30 0 0 0 0 0 +110 1783793335651876200 REFRESH 23 0 0.52583418526538672 0 2 11 2 11 0 0 878 6 423 3943922 55200 220.43341064453125 0.99909999999999999 257.76870000000002 20160 13511 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 39 25 25 264 70 0 0 0 0 6 0 0 0 0 0 +111 1783793337188602700 DEPTH 23 1 0.521922494598269 0 2 11 2 11 0 0 879 21 2575 23664860 81600 1284.5807495117188 6.0547000000000004 1535.5435 120960 65993 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 217 150 150 1613 445 0 0 0 0 21 0 0 0 0 0 +112 1783793338716934300 DEPTH 23 1 0.52236618332913398 0 2 11 2 11 0 0 880 29 2579 23664790 81600 1275.1776885986328 6.0723000000000003 1527.1347000000001 120960 54212 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426388 4492800 190 150 150 1640 449 0 0 0 0 29 0 0 0 0 0 +113 1783793340244460200 DEPTH 23 1 0.52273007965208462 0 2 11 2 11 0 0 880 18 2581 23664921 81600 1271.7332458496094 6.0563000000000002 1526.3934999999999 120960 43056 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426521 4492800 170 150 150 1662 449 0 0 0 0 18 0 0 0 0 0 +114 1783793341765401800 DEPTH 23 1 0.52302252260474713 0 2 11 2 11 0 0 883 34 2579 23664848 81600 1269.5344543457031 6.0170000000000003 1519.8153 120960 29020 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 162 150 150 1670 447 0 0 0 0 34 0 0 0 0 0 +115 1783793342024635600 REFRESH 23 0 0.52325101113701722 0 2 11 2 11 0 0 883 6 425 3943915 55200 219.78419494628906 1.0005999999999999 258.07010000000002 20160 13475 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 39 25 25 266 70 0 0 0 1 5 0 0 0 0 0 +116 1783793343572895100 DEPTH 23 1 0.51942228826822823 0 2 11 2 11 0 0 887 22 2580 23664914 81600 1279.9412841796875 6.0099999999999998 1547.0613000000001 120960 66236 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426510 4492800 210 150 150 1625 445 0 0 0 0 22 0 0 0 0 0 +117 1783793345116868400 DEPTH 23 1 0.51994241682407583 0 2 11 2 11 0 0 889 24 2593 23664808 81600 1274.7755432128906 6.1299999999999999 1542.7403999999999 120960 55487 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426405 4492800 195 150 150 1641 457 0 0 0 0 24 0 0 0 0 0 +118 1783793346717973800 DEPTH 23 1 0.52037684759548575 0 2 11 2 11 0 0 897 36 2594 23664796 81600 1270.8993530273438 6.8368000000000002 1599.8132000000001 120960 43922 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 177 150 150 1659 458 0 0 0 0 36 0 0 0 0 0 +119 1783793348242702400 DEPTH 23 1 0.52073448067739303 0 2 11 2 11 0 0 898 23 2586 23664833 81600 1266.0497436523438 6.0198999999999998 1523.4760000000001 120960 29964 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 160 150 150 1675 451 0 0 0 0 23 0 0 0 0 0 +120 1783793348504531300 REFRESH 23 0 0.52102332066959067 0 2 11 2 11 0 0 899 10 424 3943920 55200 221.59461975097656 1.0004 260.6096 20160 13555 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 39 25 25 267 68 1 0 0 0 9 0 0 0 0 0 +121 1783793350106371000 DEPTH 23 1 0.52125056635358891 0 2 11 2 11 0 0 905 37 2593 23664940 81600 1280.4625549316406 6.0534000000000008 1539.0349000000001 120960 66219 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426539 4492800 217 150 150 1610 466 0 0 0 1 36 0 0 0 0 0 +122 1783793351645395800 DEPTH 23 1 0.52142269139802377 0 2 11 2 11 0 0 908 25 2588 23664863 81600 1274.3147277832031 6.0472999999999999 1537.7021999999999 120960 55269 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 189 150 150 1643 456 0 0 0 1 24 0 0 0 0 0 +123 1783793353235157100 DEPTH 23 1 0.52154551698989193 0 2 11 2 11 0 0 910 17 2589 23664876 81600 1270.5071411132812 6.7083000000000004 1588.3291999999999 120960 44021 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 169 150 150 1664 456 0 0 0 0 17 0 0 0 0 0 +124 1783793354788370900 DEPTH 23 1 0.52162427719916082 0 2 11 2 11 0 0 913 23 2592 23664855 81600 1267.1648559570312 6.1454000000000004 1551.9048 120960 30536 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 159 150 150 1676 457 0 0 0 0 23 0 0 0 0 0 +125 1783793355050058900 REFRESH 23 0 0.52166367780353806 0 2 11 2 11 0 0 913 6 427 3943913 55200 221.53216552734375 1.0001 260.45049999999998 20160 13580 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 39 25 25 267 71 0 0 0 0 6 0 0 0 0 0 +126 1783793356598010400 DEPTH 23 1 0.51766794922750137 0 2 11 2 11 0 0 914 24 2589 23664817 81600 1284.6930236816406 6.0154000000000005 1546.6987999999999 120960 65912 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 205 150 150 1630 454 1 0 0 0 23 0 0 0 0 0 +127 1783793358134231600 DEPTH 23 1 0.51804089418427968 0 2 11 2 11 0 0 915 19 2588 23664902 81600 1276.1737213134766 6.0298999999999996 1534.914 120960 55193 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 183 150 150 1652 453 0 0 0 0 19 0 0 0 0 0 +128 1783793359664161600 DEPTH 23 1 0.5183459305505953 0 2 11 2 11 0 0 918 30 2587 23664806 81600 1271.7362670898438 6.0206 1528.7173 120960 44397 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426404 4492800 166 150 150 1669 452 1 0 0 0 29 0 0 0 0 0 +129 1783793361198416900 DEPTH 23 1 0.51859012995099896 0 2 11 2 11 0 0 920 24 2590 23664846 81600 1271.3933563232422 6.0385999999999997 1533.0895 120960 30783 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 159 150 150 1674 457 1 0 0 0 23 0 0 0 0 0 +130 1783793361457374700 REFRESH 23 0 0.5187798524809365 0 2 11 2 11 0 0 920 7 423 3943927 55200 220.28492736816406 1.0024999999999999 257.80099999999999 20160 13517 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 39 25 25 264 70 0 0 0 0 7 0 0 0 0 0 +131 1783793362992629900 DEPTH 23 1 0.51592081795477041 0 2 11 2 11 0 0 924 26 2591 23664819 81600 1282.2006072998047 6.0263999999999989 1534.0651 120960 66165 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 220 150 150 1612 459 0 0 0 0 26 0 0 0 0 0 +132 1783793364519398800 DEPTH 23 1 0.51631817002635572 0 2 11 2 11 0 0 925 25 2590 23664863 81600 1272.5432739257812 6.0244999999999997 1525.5235 120960 54714 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 205 150 150 1627 458 0 0 0 0 25 0 0 0 0 0 +133 1783793366045839100 DEPTH 23 1 0.51664653389499993 0 2 11 2 11 0 0 925 28 2590 23664867 81600 1270.6670074462891 6.0258000000000003 1525.2887000000001 120960 44359 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 181 150 150 1653 456 0 0 0 0 28 0 0 0 0 0 +134 1783793367570707200 DEPTH 23 1 0.51691306823835736 0 2 11 2 11 0 0 926 29 2591 23664939 81600 1268.8544921875 6.0546000000000006 1523.7175999999999 120960 29903 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426537 4492800 166 150 150 1667 458 0 0 0 0 29 0 0 0 0 0 +135 1783793367830729800 REFRESH 23 0 0.51712421194964464 0 2 11 2 11 0 0 927 6 429 3943941 55200 220.35455322265625 1.0185999999999999 258.83280000000002 20160 13443 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737540 748800 38 25 25 267 74 0 0 0 0 6 0 0 0 0 0 +136 1783793369373395400 DEPTH 23 1 0.51328575619882455 0 2 11 2 11 0 0 930 25 2582 23664884 81600 1285.1048431396484 6.0271999999999997 1541.4449999999999 120960 66098 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 200 150 150 1632 450 0 0 0 1 24 0 0 0 0 0 +137 1783793370908117100 DEPTH 23 1 0.51380290928543737 0 2 11 2 11 0 0 931 17 2593 23664875 81600 1277.5693511962891 6.0613999999999999 1533.5986 120960 54846 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 187 150 150 1648 458 0 0 0 0 17 0 0 0 0 0 +138 1783793372436239600 DEPTH 23 1 0.51424035500398868 0 2 11 2 11 0 0 931 24 2584 23664806 81600 1272.5748748779297 6.0381000000000009 1526.9595999999999 120960 44212 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426405 4492800 170 150 150 1663 451 0 0 0 0 24 0 0 0 0 0 +139 1783793373978635200 DEPTH 23 1 0.5146063051707066 0 2 11 2 11 0 0 932 21 2591 23664866 81600 1269.9009246826172 6.0677000000000003 1541.1775 120960 29950 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 159 150 150 1677 455 0 0 0 0 21 0 0 0 0 0 +140 1783793374244638000 REFRESH 23 0 0.51490814689559994 0 2 11 2 11 0 0 932 4 428 3943885 55200 221.69293212890625 1.0490999999999999 264.66449999999998 20160 13565 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737484 748800 38 25 25 268 72 0 0 0 0 4 0 0 0 0 0 +141 1783793375797766600 DEPTH 23 1 0.50915252512535303 0 2 11 2 11 0 0 934 30 2582 23664764 81600 1283.4906921386719 6.1738 1551.943 120960 65663 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426362 4492800 199 150 150 1631 452 0 0 0 0 30 0 0 0 0 0 +142 1783793377425908100 DEPTH 23 1 0.50994541693003415 0 2 11 2 11 0 0 936 27 2583 23664733 81600 1274.2452239990234 7.116200000000001 1626.9095 120960 55392 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426330 4492800 182 150 150 1653 448 0 0 2 0 25 0 0 0 0 0 +143 1783793378956036600 DEPTH 23 1 0.51063219835929829 0 2 11 2 11 0 0 936 24 2590 23664827 81600 1271.0809631347656 5.9969999999999999 1528.846 120960 44241 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 169 150 150 1665 456 0 0 3 0 21 0 0 0 0 0 +144 1783793380558154600 DEPTH 23 1 0.51122370461119138 0 2 11 2 11 0 0 941 22 2588 23664909 81600 1269.2852783203125 6.0027999999999997 1527.8237999999999 120960 30760 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426507 4492800 159 150 150 1676 453 0 0 0 1 21 0 0 0 0 0 +145 1783793380824211700 REFRESH 23 0 0.51172968418235343 0 2 11 2 11 0 0 941 5 427 3943915 55200 225.05778503417969 0.99909999999999999 264.77760000000001 20160 13562 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 37 25 25 268 72 0 0 0 0 5 0 0 0 0 0 +146 1783793382418700900 DEPTH 23 1 0.50715890760153159 0 2 11 2 11 0 0 942 27 2574 23664807 81600 1307.9900207519531 6.2161999999999997 1592.9241 120960 65967 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 198 150 150 1631 445 0 0 0 0 27 0 0 0 0 0 +147 1783793384321426200 DEPTH 23 1 0.50801926528812791 0 2 11 2 11 0 0 943 26 2579 23664785 81600 1312.6031341552734 11.5579 1900.4915000000001 120960 54673 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426384 4492800 182 150 150 1646 451 0 0 0 0 26 0 0 0 0 0 +148 1783793385931792000 DEPTH 23 1 0.50876785562332461 0 2 11 2 11 0 0 944 18 2582 23664782 81600 1282.1839599609375 6.4171999999999993 1608.3424 120960 43851 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426376 4492800 173 150 150 1656 453 0 0 0 0 18 0 0 0 0 0 +149 1783793387525299800 DEPTH 23 1 0.50941606421257934 0 2 11 2 11 0 0 945 18 2585 23664907 81600 1271.57861328125 6.0981000000000005 1591.6659 120960 30091 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426504 4492800 163 150 150 1671 451 0 0 0 0 18 0 0 0 0 0 +150 1783793387791477900 REFRESH 23 0 0.5099741352203998 0 2 11 2 11 0 0 946 6 431 3943940 55200 220.91366577148438 1.0076000000000001 264.79590000000002 20160 13507 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737540 748800 37 25 25 268 76 0 0 0 0 6 0 0 0 0 0 +151 1783793389371784400 DEPTH 23 1 0.50645128557021324 0 2 11 2 11 0 0 947 20 2584 23664832 81600 1287.3043670654297 6.0650000000000004 1579.0427 120960 65647 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 208 150 150 1626 450 0 0 2 0 18 0 0 0 0 0 +152 1783793390926507400 DEPTH 23 1 0.50725580772286605 0 2 11 2 11 0 0 947 26 2585 23664797 81600 1279.7616271972656 6.0493000000000006 1553.3905999999999 120960 54508 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 188 150 150 1643 454 0 0 0 0 26 0 0 0 0 0 +153 1783793392502349800 DEPTH 23 1 0.50795516217593129 0 2 11 2 11 0 0 948 13 2586 23664849 81600 1282.5433197021484 6.0488999999999997 1574.3343 120960 42919 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 175 150 150 1660 451 0 0 0 0 13 0 0 0 0 0 +154 1783793394031736900 DEPTH 23 1 0.50856006071178306 0 2 11 2 11 0 0 948 31 2589 23664874 81600 1270.7518920898438 6.0168999999999997 1528.1443999999999 120960 29820 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 165 150 150 1664 460 0 0 1 0 30 0 0 0 0 0 +155 1783793394293560600 REFRESH 23 0 0.50908014131960155 0 2 11 2 11 0 0 948 7 428 3943900 55200 220.85017395019531 1.0008999999999999 260.59780000000001 20160 13601 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 37 25 25 268 73 0 0 0 0 7 0 0 0 0 0 +156 1783793395833019000 DEPTH 23 1 0.50652407562395108 0 2 11 2 11 0 0 948 29 2586 23664802 81600 1286.330322265625 6.0112999999999985 1538.2491 120960 66034 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426397 4492800 198 150 150 1632 456 0 0 1 0 28 0 0 0 0 0 +157 1783793397375982300 DEPTH 23 1 0.50719966556931073 0 2 11 2 11 0 0 949 31 2584 23664816 81600 1279.2685394287109 6.0787000000000004 1541.5957000000001 120960 54878 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 180 150 150 1651 453 0 0 0 0 31 0 0 0 0 0 +158 1783793398909290400 DEPTH 23 1 0.50778393043499792 0 2 11 2 11 0 0 950 23 2581 23664849 81600 1275.1041412353516 6.0048999999999992 1531.9826 120960 43909 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 174 150 150 1655 452 0 0 0 0 23 0 0 0 0 0 +159 1783793400457976300 DEPTH 23 1 0.5082861851474787 0 2 11 2 11 0 0 951 26 2580 23664824 81600 1271.5642852783203 6.0428999999999995 1547.4637 120960 30286 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 165 150 150 1664 451 0 0 0 1 25 0 0 0 0 0 +160 1783793400717314400 REFRESH 23 0 0.50871481076035763 0 2 11 2 11 0 0 951 8 425 3943929 55200 220.92697143554688 1.0024 258.18220000000002 20160 13490 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 37 25 25 269 69 0 0 0 0 8 0 0 0 0 0 +161 1783793402258530500 DEPTH 23 1 0.507077347885313 0 2 11 2 11 0 0 953 29 2586 23664890 81600 1287.8039398193359 6.0134000000000007 1540.0728999999999 120960 66159 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 198 150 150 1636 452 0 0 0 0 29 0 0 0 0 0 +162 1783793403823925100 DEPTH 23 1 0.50758058077891077 0 2 11 2 11 0 0 954 28 2590 23664801 81600 1281.4228820800781 6.0489000000000006 1564.1239 120960 55551 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 182 150 150 1652 456 0 0 0 0 28 0 0 0 0 0 +163 1783793405360966100 DEPTH 23 1 0.50801061301974082 0 2 11 2 11 0 0 957 28 2587 23664932 81600 1272.9779205322266 6.0152000000000001 1535.8143 120960 44607 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426526 4492800 170 150 150 1663 454 0 0 0 0 28 0 0 0 0 0 +164 1783793406892960700 DEPTH 23 1 0.50837493561686964 0 2 11 2 11 0 0 961 29 2591 23664867 81600 1272.39990234375 6.0315000000000012 1530.8021000000001 120960 30207 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426465 4492800 164 150 150 1670 457 0 0 0 0 29 0 0 0 0 0 +165 1783793407155839600 REFRESH 23 0 0.50868028830650691 0 2 11 2 11 0 0 962 6 426 3943932 55200 222.44761657714844 1.0038 261.66950000000003 20160 13672 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 36 25 25 270 70 0 0 0 0 6 0 0 0 0 0 +166 1783793408702308200 DEPTH 23 1 0.5049327347180903 0 2 11 2 11 0 0 964 29 2595 23664846 81600 1287.0676422119141 6.0231999999999992 1544.8811000000001 120960 66121 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426446 4492800 191 150 150 1638 466 0 0 0 0 29 0 0 0 0 0 +167 1783793410278709200 DEPTH 23 1 0.50553773002287217 0 2 11 2 11 0 0 967 31 2597 23664927 81600 1281.3558654785156 6.0547999999999993 1574.9294 120960 55325 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426525 4492800 181 150 150 1651 465 0 0 0 0 31 0 0 0 0 0 +168 1783793411899337900 DEPTH 23 1 0.50606018181678325 0 2 11 2 11 0 0 968 26 2595 23664863 81600 1279.4684600830078 6.0785000000000009 1556.6342 120960 43003 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 169 150 150 1661 465 0 0 0 0 26 0 0 0 0 0 +169 1783793413430963200 DEPTH 23 1 0.50650850491416899 0 2 11 2 11 0 0 970 23 2591 23664849 81600 1273.6658325195312 6.0500999999999996 1530.463 120960 29761 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426446 4492800 162 150 150 1673 456 0 0 0 0 23 0 0 0 0 0 +170 1783793413699559500 REFRESH 23 0 0.50689027066133518 0 2 11 2 11 0 0 970 5 426 3943915 55200 222.61042785644531 1.0147999999999999 267.3451 20160 13725 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 37 25 25 269 70 0 0 0 0 5 0 0 0 0 0 +171 1783793415266432900 DEPTH 23 1 0.50221229131794376 0 2 11 2 11 0 0 975 32 2598 23664749 81600 1287.5715789794922 6.0525000000000002 1565.5609999999999 120960 65832 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426348 4492800 194 150 150 1636 468 2 0 0 0 30 0 0 0 0 0 +172 1783793416851156300 DEPTH 23 1 0.50298069599949602 0 2 11 2 11 0 0 975 32 2602 23664891 81600 1283.0638580322266 6.0266999999999999 1583.4202 120960 55052 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 176 150 150 1660 466 1 0 0 0 31 0 0 0 0 0 +173 1783793418416378700 DEPTH 23 1 0.5036509990248148 0 2 11 2 11 0 0 976 20 2593 23664902 81600 1278.0282592773438 6.0706999999999987 1563.8525 120960 44419 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426501 4492800 167 150 150 1663 463 0 0 0 0 20 0 0 0 0 0 +174 1783793419959508000 DEPTH 23 1 0.50423316142804719 0 2 11 2 11 0 0 977 25 2589 23664856 81600 1281.5061492919922 6.0239000000000003 1541.8643 120960 29904 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 159 150 150 1676 454 0 0 0 0 25 0 0 0 0 0 +175 1783793420223917700 REFRESH 23 0 0.50473614631875441 0 2 11 2 11 0 0 977 11 425 3943896 55200 221.10220336914062 1.0015000000000001 262.40339999999998 20160 13609 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 37 25 25 269 69 1 0 0 0 10 0 0 0 0 0 +176 1783793421759169600 DEPTH 23 1 0.50516801870529926 0 2 11 2 11 0 0 977 17 2587 23664826 81600 1284.8303680419922 6.0195999999999996 1533.8432 120960 66169 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426425 4492800 186 150 150 1647 454 0 0 0 0 17 0 0 0 0 0 +177 1783793423291025200 DEPTH 23 1 0.50553603533522118 0 2 11 2 11 0 0 980 32 2580 23664911 81600 1275.6183013916016 6.0061 1530.6600000000001 120960 55441 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426510 4492800 172 150 150 1660 448 0 0 0 0 32 0 0 0 0 0 +178 1783793424907433700 DEPTH 23 1 0.50584672555091603 0 2 11 2 11 0 0 980 28 2586 23664810 81600 1344.5560150146484 6.1861999999999995 1614.7968000000001 120960 44007 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 164 150 150 1670 452 0 0 0 2 26 0 0 0 0 0 +179 1783793426527781800 DEPTH 23 1 0.50610596405910901 0 2 11 2 11 0 0 980 32 2582 23664901 81600 1357.1300506591797 6.0278999999999998 1618.9811 120960 30038 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 157 150 150 1678 447 0 0 0 0 32 0 0 0 0 0 +180 1783793426806616400 REFRESH 23 0 0.50631903642275833 0 2 11 2 11 0 0 980 9 420 3943907 55200 236.89216613769531 1.0003 277.09230000000002 20160 13429 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 34 25 25 270 66 0 0 0 0 9 0 0 0 0 0 +181 1783793428450143500 DEPTH 23 1 0.50549069800316082 0 2 11 2 11 0 0 982 30 2569 23664877 81600 1383.9923248291016 5.9926999999999992 1641.7226000000001 120960 66189 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426474 4492800 191 150 150 1640 438 0 0 0 0 30 0 0 0 0 0 +182 1783793430099174600 DEPTH 23 1 0.50572522700725808 0 2 11 2 11 0 0 983 23 2579 23664916 81600 1386.3455810546875 6.0052000000000003 1647.7216000000001 120960 54894 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426514 4492800 178 150 150 1653 448 0 0 0 0 23 0 0 0 0 0 +183 1783793431733787300 DEPTH 23 1 0.50591647222963565 0 2 11 2 11 0 0 985 31 2582 23664916 81600 1362.4669799804688 6.0661000000000005 1633.307 120960 44419 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426514 4492800 166 150 150 1665 451 0 0 0 0 31 0 0 0 0 0 +184 1783793433336514800 DEPTH 23 1 0.50606889601976257 0 2 11 2 11 0 0 988 31 2589 23664824 81600 1344.0419921875 6.0610999999999997 1601.5042000000001 120960 30411 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 159 150 150 1676 454 0 0 0 0 31 0 0 0 0 0 +185 1783793433606404100 REFRESH 23 0 0.50618651295196104 0 2 11 2 11 0 0 989 10 425 3943916 55200 229.83987426757812 0.99880000000000002 268.6748 20160 13553 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 36 25 25 269 70 0 0 0 0 10 0 0 0 0 0 +186 1783793435187883600 DEPTH 23 1 0.50627293462784673 0 2 11 2 11 0 0 990 33 2576 23664885 81600 1325.3847808837891 5.9924999999999997 1580.2023999999999 120960 66098 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 185 150 150 1641 450 0 0 0 0 33 0 0 0 0 0 +187 1783793436764815900 DEPTH 23 1 0.5063314099980073 0 2 11 2 11 0 0 991 31 2587 23664875 81600 1322.2349090576172 5.9899000000000004 1575.6898000000001 120960 55631 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 170 150 150 1663 454 0 0 0 0 31 0 0 0 0 0 +188 1783793438333298800 DEPTH 23 1 0.50636486165100691 0 2 11 2 11 0 0 993 30 2578 23664773 81600 1317.8071746826172 5.9767999999999999 1567.2347 120960 44238 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426371 4492800 156 150 150 1678 444 0 0 0 0 30 0 0 0 0 0 +189 1783793439894330700 DEPTH 23 1 0.50637591847299845 0 2 11 2 11 0 0 995 34 2587 23664890 81600 1311.4913330078125 5.9754999999999994 1559.7709 120960 30142 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 153 150 150 1683 451 0 0 0 0 34 0 0 0 0 0 +190 1783793440161641600 REFRESH 23 0 0.50636694504089408 0 2 11 2 11 0 0 996 10 427 3943909 55200 228.2291259765625 0.99850000000000005 266.05349999999999 20160 13628 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 35 25 25 271 71 0 0 0 0 10 0 0 0 0 0 +191 1783793441751332400 DEPTH 23 1 0.50634006807575049 0 2 11 2 11 0 0 997 26 2584 23664820 81600 1334.9531097412109 5.9832000000000001 1588.4795999999999 120960 66376 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 189 150 150 1643 452 0 0 0 0 26 0 0 0 0 0 +192 1783793443396304400 DEPTH 23 1 0.50629720025035918 0 2 11 2 11 0 0 999 22 2593 23664829 81600 1320.0418548583984 5.9834000000000005 1570.0830000000001 120960 55849 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 175 150 150 1656 462 0 0 0 0 22 0 0 0 0 0 +193 1783793444973874200 DEPTH 23 1 0.50624006161563218 0 2 11 2 11 0 0 1000 32 2581 23664886 81600 1317.1240844726562 5.9819000000000004 1576.3502000000001 120960 44123 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 166 150 150 1665 450 0 0 0 0 32 0 0 0 0 0 +194 1783793446545331500 DEPTH 23 1 0.50617019888391535 0 2 11 2 11 0 0 1002 17 2601 23664866 81600 1313.8679504394531 5.9817 1570.2013999999999 120960 29928 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 158 150 150 1676 467 0 0 0 0 17 0 0 0 0 0 +195 1783793446812698200 REFRESH 23 0 0.50608900278354652 0 2 11 2 11 0 0 1002 5 423 3943898 55200 228.242431640625 0.99790000000000001 266.13150000000002 20160 13675 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 36 25 25 268 69 0 0 0 0 5 0 0 0 0 0 +196 1783793448388300400 DEPTH 23 1 0.50099772367754469 0 2 11 2 11 0 0 1004 18 2588 23664765 81600 1324.0116577148438 5.9833999999999996 1574.3512000000001 120960 66516 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426363 4492800 184 150 150 1648 456 0 0 0 0 18 0 0 0 0 0 +197 1783793449966359900 DEPTH 23 1 0.50139748562002684 0 2 11 2 11 0 0 1004 15 2581 23664809 81600 1323.2127990722656 5.9835000000000003 1576.7981 120960 55313 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 170 150 150 1662 449 0 0 0 0 15 0 0 0 0 0 +198 1783793451533028900 DEPTH 23 1 0.50173929900658976 0 2 11 2 11 0 0 1005 32 2578 23664814 81600 1311.3948211669922 5.9737999999999998 1565.4126000000001 120960 43635 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 163 150 150 1671 444 0 0 0 0 32 0 0 0 0 0 +199 1783793453104891700 DEPTH 23 1 0.50202907195927005 0 2 11 2 11 0 0 1006 19 2570 23664878 81600 1316.1228942871094 5.9862000000000002 1570.6840999999999 120960 29764 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 156 150 150 1680 434 0 0 0 1 18 0 0 0 0 0 +200 1783793453374543000 REFRESH 23 0 0.50227212057263293 0 2 11 2 11 0 0 1006 9 422 3943919 55200 229.95968627929688 0.99990000000000001 268.40890000000002 20160 13668 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 35 25 25 270 67 0 0 0 1 8 0 0 0 0 0 +201 1783793454959298000 DEPTH 23 1 0.50147322813488659 0 2 11 2 11 0 0 1006 20 2580 23664881 81600 1325.0498352050781 5.9828999999999999 1583.5549000000001 120960 66224 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 193 150 150 1636 451 0 0 0 0 20 0 0 0 0 0 +202 1783793456528763200 DEPTH 23 1 0.50173669842652813 0 2 11 2 11 0 0 1008 29 2578 23664773 81600 1316.1689605712891 5.9918000000000005 1568.2943 120960 55071 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 175 150 150 1658 445 0 0 0 0 29 0 0 0 0 0 +203 1783793458104836600 DEPTH 23 1 0.50195640368877603 0 2 11 2 11 0 0 1008 19 2585 23664809 81600 1319.6134338378906 5.9849000000000006 1574.8604 120960 44066 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 165 150 150 1665 455 0 0 0 0 19 0 0 0 0 0 +204 1783793459667577100 DEPTH 23 1 0.50213682779481961 0 2 11 2 11 0 0 1008 22 2584 23664839 81600 1310.0821075439453 5.9815000000000005 1561.5214000000001 120960 30437 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 162 150 150 1672 450 0 0 0 0 22 0 0 0 0 0 +205 1783793459934704000 REFRESH 23 0 0.5022820051036101 0 2 11 2 11 0 0 1008 8 421 3943930 55200 228.13491821289062 0.99370000000000003 265.90910000000002 20160 13539 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 36 25 25 269 66 0 0 0 0 8 0 0 0 0 0 +206 1783793461521133400 DEPTH 23 1 0.50039556542794938 0 2 11 2 11 0 0 1009 26 2589 23664867 81600 1332.2608795166016 5.9948999999999995 1585.1718000000001 120960 66366 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426465 4492800 192 150 150 1640 457 0 0 0 4 22 0 0 0 0 0 +207 1783793463097267100 DEPTH 23 1 0.50068077450545134 0 2 11 2 11 0 0 1010 28 2600 23664777 81600 1317.5604553222656 5.9846000000000004 1574.934 120960 55456 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426376 4492800 176 150 150 1655 469 0 0 0 0 28 0 0 0 0 0 +208 1783793464670367200 DEPTH 23 1 0.50092057042209881 0 2 11 2 11 0 0 1010 19 2587 23664844 81600 1316.5293426513672 5.9911999999999992 1571.8716999999999 120960 44393 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 168 150 150 1664 455 0 0 0 0 19 0 0 0 0 0 +209 1783793466244207300 DEPTH 23 1 0.50111959639314108 0 2 11 2 11 0 0 1010 17 2590 23664882 81600 1317.5247344970703 5.9899999999999993 1572.5985000000001 120960 30696 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 154 150 150 1680 456 0 0 0 0 17 0 0 0 0 0 +210 1783793466513660400 REFRESH 23 0 0.50128203026560703 0 2 11 2 11 0 0 1010 6 425 3943929 55200 228.05810546875 1.0552999999999999 268.2133 20160 13408 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 34 25 25 271 70 0 0 0 0 6 0 0 0 0 0 +211 1783793468091482600 DEPTH 23 1 0.49741163107027758 0 2 11 2 11 0 0 1012 21 2588 23664835 81600 1326.1004791259766 5.9785999999999992 1576.6024 120960 66184 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 187 150 150 1647 454 0 0 0 1 20 0 0 0 0 0 +212 1783793469671641300 DEPTH 23 1 0.49791178091817878 0 2 11 2 11 0 0 1013 23 2583 23664813 81600 1323.8251495361328 5.9840999999999998 1578.9340999999999 120960 54508 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 170 150 150 1661 452 0 0 0 0 23 0 0 0 0 0 +213 1783793471239233900 DEPTH 23 1 0.49834552270715005 0 2 11 2 11 0 0 1014 14 2582 23664872 81600 1315.5625 5.9831000000000003 1566.4084 120960 43894 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 159 150 150 1675 448 0 0 0 0 14 0 0 0 0 0 +214 1783793472803935300 DEPTH 23 1 0.49871959405748584 0 2 11 2 11 0 0 1015 21 2575 23664805 81600 1313.5790252685547 5.9836 1563.4224999999999 120960 30397 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 154 150 150 1681 440 0 0 0 0 21 0 0 0 0 0 +215 1783793473074053100 REFRESH 23 0 0.49904005785374955 0 2 11 2 11 0 0 1015 3 422 3943909 55200 231.45266723632812 1.0012000000000001 268.90719999999999 20160 13625 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 34 25 25 271 67 0 0 0 0 3 0 0 0 0 0 +216 1783793474724118500 DEPTH 23 1 0.49231236973214881 0 2 11 2 11 0 0 1016 17 2587 23664799 81600 1327.5218353271484 5.9799999999999995 1577.3922 120960 66400 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 184 150 150 1645 458 0 0 0 0 17 0 0 0 0 0 +217 1783793476295332700 DEPTH 23 1 0.49324143881892102 0 2 11 2 11 0 0 1017 29 2588 23664894 81600 1318.3958892822266 6.0072999999999999 1569.9866999999999 120960 54862 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 173 150 150 1660 455 0 0 0 0 29 0 0 0 0 0 +218 1783793477869236400 DEPTH 23 1 0.49406168239463449 0 2 11 2 11 0 0 1021 28 2583 23664832 81600 1319.8051910400391 5.9859 1572.6773000000001 120960 44394 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 165 150 150 1669 449 0 0 0 0 28 0 0 0 0 0 +219 1783793479436604300 DEPTH 23 1 0.49478407509181854 0 2 11 2 11 0 0 1022 24 2586 23664725 81600 1310.7886962890625 5.9872999999999994 1566.1712 120960 29903 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426323 4492800 160 150 150 1674 452 0 0 0 0 24 0 0 0 0 0 +220 1783793479704045900 REFRESH 23 0 0.49541849317259506 0 2 11 2 11 0 0 1022 4 425 3943932 55200 228.58860778808594 0.99809999999999999 266.2414 20160 13620 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 34 25 25 272 69 0 0 0 0 4 0 0 0 0 0 +221 1783793481288271600 DEPTH 23 1 0.48997382437831688 0 2 11 2 11 0 0 1022 19 2581 23664854 81600 1332.4678344726562 5.9770000000000003 1583.057 120960 66053 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 189 150 150 1638 454 0 0 0 0 19 0 0 0 0 0 +222 1783793482881973400 DEPTH 23 1 0.49105806679401715 0 2 11 2 11 0 0 1022 18 2579 23664807 81600 1334.4286804199219 6.0287000000000006 1592.5247999999999 120960 55545 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 169 150 150 1663 447 0 0 0 0 18 0 0 0 0 0 +223 1783793484495967200 DEPTH 23 1 0.49201841782619299 0 2 11 2 11 0 0 1024 28 2594 23664759 81600 1343.16748046875 6.0174000000000021 1612.8442 120960 43958 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426359 4492800 158 150 150 1678 458 1 0 0 0 27 0 0 0 0 0 +224 1783793486086940800 DEPTH 23 1 0.49286735428259587 0 2 11 2 11 0 0 1025 25 2591 23664819 81600 1335.0648040771484 5.9862000000000002 1589.7458999999999 120960 30067 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426416 4492800 155 150 150 1681 455 0 0 0 0 25 0 0 0 0 0 +225 1783793486355021500 REFRESH 23 0 0.4936161044438318 0 2 11 2 11 0 0 1026 5 424 3943897 55200 228.59181213378906 0.99570000000000003 266.46839999999997 20160 13545 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 35 25 25 271 68 0 0 0 0 5 0 0 0 0 0 +226 1783793487935910100 DEPTH 23 1 0.48927477292759514 0 2 11 2 11 0 0 1030 24 2592 23664922 81600 1325.2341613769531 5.9916999999999998 1579.6179999999999 120960 66094 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426519 4492800 183 150 150 1645 464 0 0 0 0 24 0 0 0 0 0 +227 1783793489519836900 DEPTH 23 1 0.49035245306627723 0 2 11 2 11 0 0 1032 20 2599 23664888 81600 1329.8001708984375 5.9837000000000007 1582.6605999999999 120960 55295 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 167 150 150 1667 465 0 0 0 0 20 0 0 0 0 0 +228 1783793491089971600 DEPTH 23 1 0.49130732804661692 0 2 11 2 11 0 0 1034 23 2597 23664895 81600 1314.5582733154297 5.9911000000000003 1568.8937000000001 120960 44456 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426493 4492800 159 150 150 1677 461 0 0 0 0 23 0 0 0 0 0 +229 1783793492657405700 DEPTH 23 1 0.49215176193519211 0 2 11 2 11 0 0 1037 28 2595 23664900 81600 1312.8143310546875 5.9893000000000001 1566.1971000000001 120960 30374 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426498 4492800 152 150 150 1683 460 0 0 0 0 28 0 0 0 0 0 +230 1783793492926874700 REFRESH 23 0 0.49289688160117334 0 2 11 2 11 0 0 1037 8 424 3943931 55200 230.93350219726562 0.99550000000000005 268.25999999999999 20160 13584 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 36 25 25 269 69 0 0 0 0 8 0 0 0 0 0 +231 1783793494512910400 DEPTH 23 1 0.49155270044661664 0 2 11 2 11 0 0 1040 24 2597 23664903 81600 1328.8652954101562 5.9992999999999999 1584.8529000000001 120960 66252 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426501 4492800 185 150 150 1649 463 0 0 0 0 24 0 0 0 0 0 +232 1783793496106834500 DEPTH 23 1 0.49232822976354573 0 2 11 2 11 0 0 1040 37 2586 23664883 81600 1321.6739196777344 6.0013000000000005 1592.7072000000001 120960 54860 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 169 150 150 1660 457 0 0 0 0 37 0 0 0 0 0 +233 1783793497702517600 DEPTH 23 1 0.49301157895514863 0 2 11 2 11 0 0 1041 19 2592 23664796 81600 1328.6913604736328 6.2058 1594.4484 120960 43388 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426391 4492800 163 150 150 1669 460 0 0 0 0 19 0 0 0 0 0 +234 1783793499276329900 DEPTH 23 1 0.49361204573468037 0 2 11 2 11 0 0 1042 23 2591 23664832 81600 1314.5794372558594 5.9927000000000001 1572.5581 120960 30513 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 157 150 150 1677 457 0 0 0 0 23 0 0 0 0 0 +235 1783793499546492000 REFRESH 23 0 0.49413799730430585 0 2 11 2 11 0 0 1042 3 423 3943925 55200 228.32949829101562 0.99890000000000001 268.83929999999998 20160 13528 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737525 748800 36 25 25 269 68 0 0 0 0 3 0 0 0 0 0 +236 1783793501132562400 DEPTH 23 1 0.48759696341589115 0 2 11 2 11 0 0 1042 18 2593 23664891 81600 1327.7480926513672 5.9977999999999998 1584.7773 120960 65623 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 185 150 150 1650 458 0 0 0 0 18 0 0 0 0 0 +237 1783793502723563000 DEPTH 23 1 0.48869572012555296 0 2 11 2 11 0 0 1042 25 2588 23664863 81600 1327.9447021484375 6.0101000000000004 1589.8209999999999 120960 55226 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 170 150 150 1662 456 0 0 0 0 25 0 0 0 0 0 +238 1783793504301672700 DEPTH 23 1 0.48967036517259283 0 2 11 2 11 0 0 1042 18 2588 23664803 81600 1316.5804595947266 6.0125999999999999 1576.8375000000001 120960 44192 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 159 150 150 1676 453 0 0 0 0 18 0 0 0 0 0 +239 1783793505962102300 DEPTH 23 1 0.49053338582038142 0 2 11 2 11 0 0 1043 24 2584 23664860 81600 1323.0960693359375 5.9926000000000004 1584.3363999999999 120960 29540 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 155 150 150 1681 448 0 0 0 0 24 0 0 0 0 0 +240 1783793506232252700 REFRESH 23 0 0.49129601991300137 0 2 11 2 11 0 0 1043 6 424 3943914 55200 230.29350280761719 1.0003 268.95780000000002 20160 13573 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 35 25 25 270 69 0 0 0 0 6 0 0 0 0 0 +241 1783793507813642600 DEPTH 23 1 0.48796838082607513 0 2 11 2 11 0 0 1044 18 2600 23664700 81600 1322.0556793212891 6.0467000000000004 1580.1604 120960 66487 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426299 4492800 184 150 150 1645 471 0 0 0 0 18 0 0 0 0 0 +242 1783793509394559600 DEPTH 23 1 0.48895956992236278 0 2 11 2 11 0 0 1044 24 2588 23664898 81600 1320.1315765380859 5.9935 1579.6484 120960 55295 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426498 4492800 171 150 150 1659 458 0 0 0 0 24 0 0 0 0 0 +243 1783793510975031900 DEPTH 23 1 0.48983777776165649 0 2 11 2 11 0 0 1044 23 2587 23664822 81600 1319.8858184814453 5.9970999999999997 1579.2401 120960 44932 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 162 150 150 1672 453 0 0 0 0 23 0 0 0 0 0 +244 1783793512548693900 DEPTH 23 1 0.49061437518954309 0 2 11 2 11 0 0 1046 24 2590 23664791 81600 1310.9711151123047 6.0928000000000004 1572.4295999999999 120960 30077 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426385 4492800 157 150 150 1679 454 0 0 0 0 24 0 0 0 0 0 +245 1783793512817025500 REFRESH 23 0 0.49129959531715289 0 2 11 2 11 0 0 1046 2 428 3943897 55200 228.2926025390625 0.99980000000000002 267.12920000000003 20160 13646 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 36 25 25 268 74 0 0 0 0 2 0 0 0 0 0 +246 1783793514430924900 DEPTH 23 1 0.48390264730279742 0 2 11 2 11 0 0 1047 29 2581 23664859 81600 1340.9467163085938 6.0052000000000003 1612.5709999999999 120960 66025 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426456 4492800 184 150 150 1650 447 0 0 0 0 29 0 0 0 0 0 +247 1783793516044524700 DEPTH 23 1 0.48523181875531018 0 2 11 2 11 0 0 1048 19 2583 23664814 81600 1346.0030364990234 6.0203000000000007 1612.3353 120960 54857 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 169 150 150 1665 449 0 0 0 0 19 0 0 0 0 0 +248 1783793517630785800 DEPTH 23 1 0.48641456789692333 0 2 11 2 11 0 0 1049 28 2589 23664733 81600 1318.1565093994141 6.0681000000000003 1585.0223000000001 120960 43825 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426330 4492800 160 150 150 1676 453 0 0 0 0 28 0 0 0 0 0 +249 1783793519218636800 DEPTH 23 1 0.4874656065097287 0 2 11 2 11 0 0 1049 28 2581 23664887 81600 1323.7054901123047 6.0785999999999989 1586.595 120960 30491 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 154 150 150 1682 445 0 0 0 0 28 0 0 0 0 0 +250 1783793519490112900 REFRESH 23 0 0.48839817458736723 0 2 11 2 11 0 0 1050 7 421 3943940 55200 231.82745361328125 0.99960000000000004 270.20119999999997 20160 13706 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737540 748800 35 25 25 269 67 1 0 0 0 6 0 0 0 0 0 +251 1783793521077685600 DEPTH 23 1 0.48622418752142688 0 2 11 2 11 0 0 1055 33 2580 23664785 81600 1325.6521301269531 6.0044000000000004 1586.3031000000001 120960 66293 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426383 4492800 188 150 150 1644 448 2 0 0 0 31 0 0 0 0 0 +252 1783793522663961100 DEPTH 23 1 0.48725436856908022 0 2 11 2 11 0 0 1071 53 2601 23664830 81600 1322.6967163085938 5.9990999999999994 1585.0287000000001 120960 55258 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 173 150 150 1613 515 0 0 0 0 53 0 0 0 0 0 +253 1783793524259459900 DEPTH 23 1 0.48816836807384012 0 2 11 2 11 0 0 1083 80 2594 23664802 81600 1327.4572906494141 6.0317000000000007 1594.2239999999999 120960 44095 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 160 150 150 1489 645 2 0 0 0 78 0 0 0 0 0 +254 1783793525839487300 DEPTH 23 1 0.48897787076412391 0 2 11 2 11 0 0 1103 70 2597 23664838 81600 1312.5234680175781 6.0041000000000002 1578.7275999999999 120960 29939 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 154 150 150 1627 516 0 0 0 0 70 0 0 0 0 0 +255 1783793526110223200 REFRESH 23 0 0.489693392321848 0 2 11 2 11 0 0 1110 17 425 3943953 55200 229.86854553222656 1.0002 269.45769999999999 20160 13514 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737553 748800 36 25 25 266 73 0 0 0 0 17 0 0 0 0 0 +256 1783793527707707100 DEPTH 23 1 0.49032439629405117 0 2 11 2 11 0 0 1134 88 2604 23664764 81600 1335.6598052978516 5.9959000000000007 1596.2191 120960 66456 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426362 4492800 187 150 150 1146 971 1 0 0 0 87 0 0 0 0 0 +257 1783793529285350200 DEPTH 23 1 0.49087939931324664 0 2 11 2 11 0 0 1149 57 2603 23664778 81600 1318.2648162841797 5.9946999999999999 1576.3516999999999 120960 55662 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426375 4492800 171 150 150 1350 782 0 0 0 0 57 0 0 0 0 0 +258 1783793530861835600 DEPTH 23 1 0.49136606579563163 0 2 11 2 11 0 0 1175 66 2609 23664811 81600 1317.0114440917969 6.0139999999999993 1575.2428 120960 44125 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 158 150 150 1596 555 1 0 0 0 65 0 0 0 0 0 +259 1783793532438043200 DEPTH 23 1 0.49179129316937081 0 2 11 2 11 0 0 1195 57 2595 23664833 81600 1314.9870300292969 6.0046999999999997 1574.9512 120960 29909 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 152 150 150 1684 459 2 0 0 0 55 0 0 0 0 0 +260 1783793532705275200 REFRESH 23 0 0.4921612885799484 0 2 11 2 11 0 0 1195 10 426 3943936 55200 227.79391479492188 0.99939999999999996 266.0249 20160 13491 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737536 748800 35 25 25 271 70 0 0 0 0 10 0 0 0 0 0 +261 1783793534292179000 DEPTH 23 1 0.49248163792488392 0 2 11 2 11 0 0 1212 75 2586 23664932 81600 1324.9976348876953 6.0042000000000009 1585.7219 120960 66306 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426529 4492800 188 150 150 1419 679 1 0 0 0 74 0 0 0 0 0 +262 1783793535883357700 DEPTH 23 1 0.49275736798487713 0 2 11 2 11 0 0 1218 72 2594 23664793 81600 1328.0667419433594 5.9877000000000002 1589.9429 120960 55689 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 173 150 150 1419 702 5 0 0 0 67 0 0 0 0 0 +263 1783793537532684400 DEPTH 23 1 0.49299300234174082 0 2 11 2 11 0 0 1224 52 2591 23664888 81600 1314.7238616943359 5.9909999999999997 1580.855 120960 44150 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426487 4492800 165 150 150 1532 594 3 0 0 0 49 0 0 0 0 0 +264 1783793539122506000 DEPTH 23 1 0.49319261170444523 0 2 11 2 11 0 0 1241 58 2608 23664891 81600 1321.7280883789062 6.0035000000000007 1588.5672 120960 30194 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426487 4492800 159 150 150 1652 497 1 0 0 0 57 0 0 0 0 0 +265 1783793539394684500 REFRESH 23 0 0.493359859202464 0 2 11 2 11 0 0 1246 12 428 3943893 55200 231.37791442871094 1.1211 270.88889999999998 20160 13526 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 35 25 25 262 81 0 0 0 0 12 0 0 0 0 0 +266 1783793540982441600 DEPTH 23 1 0.49349804114969337 0 2 11 2 11 0 0 1269 77 2613 23664786 81600 1324.5626831054688 5.9907000000000004 1586.4993999999999 120960 66548 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426385 4492800 179 150 150 1232 902 2 0 0 0 75 0 0 0 0 0 +267 1783793542566806300 DEPTH 23 1 0.49361012373188934 0 2 11 2 11 0 0 1277 45 2608 23664841 81600 1320.5678100585938 6.0368000000000004 1583.0263 120960 55476 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 165 150 150 1456 687 0 0 0 0 45 0 0 0 0 0 +268 1783793544150438700 DEPTH 23 1 0.49369877602527257 0 2 11 2 11 0 0 1290 45 2609 23664801 81600 1325.0018157958984 6.0017999999999994 1582.336 120960 44683 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426399 4492800 158 150 150 1602 549 0 0 0 0 45 0 0 0 0 0 +269 1783793545731172300 DEPTH 23 1 0.49376639971318553 0 2 11 2 11 0 0 1293 44 2618 23664848 81600 1314.9799957275391 6.0709 1579.4498000000001 120960 30080 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 152 150 150 1684 482 0 0 0 0 44 0 0 0 0 0 +270 1783793545999926500 REFRESH 23 0 0.49381515583099861 0 2 11 2 11 0 0 1295 12 427 3943901 55200 228.63258361816406 0.99729999999999996 267.55939999999998 20160 13559 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 35 25 25 271 71 0 0 0 0 12 0 0 0 0 0 +271 1783793547597760700 DEPTH 23 1 0.49384698883644179 0 2 11 2 11 0 0 1306 51 2616 23664814 81600 1335.552001953125 5.9990999999999994 1596.5135 120960 65710 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 180 150 150 1263 873 0 0 0 0 51 0 0 0 0 0 +272 1783793549173729500 DEPTH 23 1 0.49386364827282092 0 2 11 2 11 0 0 1320 42 2608 23664814 81600 1315.2472076416016 5.9976000000000003 1574.7481 120960 55447 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 171 150 150 1447 690 0 0 0 0 42 0 0 0 0 0 +273 1783793550745723400 DEPTH 23 1 0.49386670826583118 0 2 11 2 11 0 0 1326 41 2605 23664838 81600 1313.1297454833984 6.0112000000000005 1570.6493 120960 44015 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 158 150 150 1596 551 0 0 0 0 41 0 0 0 0 0 +274 1783793552329241400 DEPTH 23 1 0.49385758507061051 0 2 11 2 11 0 0 1342 44 2598 23664924 81600 1317.0810852050781 6.0102000000000002 1582.2469000000001 120960 29893 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426523 4492800 152 150 150 1675 471 0 0 0 0 44 0 0 0 0 0 +275 1783793552601487000 REFRESH 23 0 0.49383755286400893 0 2 11 2 11 0 0 1342 7 428 3943921 55200 230.36312866210938 0.99880000000000002 270.89479999999998 20160 13660 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 35 25 25 270 73 0 0 0 0 7 0 0 0 0 0 +276 1783793554213612600 DEPTH 23 1 0.4908077579575551 0 2 11 2 11 0 0 1346 41 2599 23664943 81600 1347.2563323974609 6.0279000000000007 1610.8858 120960 67008 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426543 4492800 182 150 150 1293 824 2 0 0 0 39 0 0 0 0 0 +277 1783793555803768000 DEPTH 23 1 0.49106923158905069 0 2 11 2 11 0 0 1349 28 2604 23664826 81600 1320.8729553222656 6.0343 1588.9822999999999 120960 55874 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426425 4492800 167 150 150 1415 722 1 0 0 0 27 0 0 0 0 0 +278 1783793557389866500 DEPTH 23 1 0.49129290143493171 0 2 11 2 11 0 0 1357 29 2603 23664903 81600 1318.6621398925781 6.0139999999999993 1584.8320000000001 120960 44153 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426501 4492800 159 150 150 1572 572 0 0 0 1 28 0 0 0 0 0 +279 1783793558966260100 DEPTH 23 1 0.49148260197132093 0 2 11 2 11 0 0 1368 39 2605 23664841 81600 1317.5726165771484 6.0007000000000001 1575.1494 120960 29908 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426440 4492800 152 150 150 1661 492 0 0 0 0 39 0 0 0 0 0 +280 1783793559235835900 REFRESH 23 0 0.49164178379890422 0 2 11 2 11 0 0 1368 10 429 3943939 55200 229.71903991699219 0.998 268.34059999999999 20160 13606 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737538 748800 35 25 25 262 82 0 0 0 0 10 0 0 0 0 0 +281 1783793560814623100 DEPTH 23 1 0.49177355203524914 0 2 11 2 11 0 0 1374 32 2600 23664944 81600 1324.6711120605469 5.9786999999999999 1577.5648000000001 120960 66114 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426543 4492800 183 150 150 1195 922 0 0 0 0 32 0 0 0 0 0 +282 1783793562397500400 DEPTH 23 1 0.49188070086782282 0 2 11 2 11 0 0 1377 27 2608 23664904 81600 1326.8953247070312 5.9946999999999999 1581.6137000000001 120960 54730 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426504 4492800 171 150 150 1346 791 0 0 0 0 27 0 0 0 0 0 +283 1783793563963214600 DEPTH 23 1 0.49196574465164078 0 2 11 2 11 0 0 1382 32 2609 23664863 81600 1312.2182464599609 5.9825999999999997 1564.4947999999999 120960 43512 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 162 150 150 1579 568 0 0 0 0 32 0 0 0 0 0 +284 1783793565527987100 DEPTH 23 1 0.49203094589708452 0 2 11 2 11 0 0 1387 21 2603 23664888 81600 1312.1587066650391 5.9903000000000004 1563.5641000000001 120960 29629 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 157 150 150 1663 483 1 0 0 0 20 0 0 0 0 0 +285 1783793565797419000 REFRESH 23 0 0.49207834045887189 0 2 11 2 11 0 0 1387 6 430 3943885 55200 230.02828979492188 1.0058 268.1592 20160 13420 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737485 748800 34 25 25 267 79 1 0 0 0 5 0 0 0 0 0 +286 1783793567379365500 DEPTH 23 1 0.48810976020606689 0 2 11 2 11 0 0 1392 34 2606 23664914 81600 1328.9625549316406 5.9853999999999994 1580.7103999999999 120960 66500 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426514 4492800 184 150 150 1283 839 2 0 0 0 32 0 0 0 0 0 +287 1783793569017226800 DEPTH 23 1 0.48852685342502528 0 2 11 2 11 0 0 1395 40 2609 23664793 81600 1314.9716949462891 5.9809999999999999 1564.8586 120960 54926 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 172 150 150 1458 679 5 0 0 0 35 0 0 0 0 0 +288 1783793570625305300 DEPTH 23 1 0.48889110318198375 0 2 11 2 11 0 0 1401 36 2604 23664801 81600 1322.5380096435547 6.2758000000000003 1606.6658 120960 44606 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 158 150 150 1614 532 0 0 0 0 36 0 0 0 0 0 +289 1783793572203879700 DEPTH 23 1 0.48920784384932964 0 2 11 2 11 0 0 1409 27 2603 23664849 81600 1310.5899658203125 6.0362 1577.2616 120960 30299 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 154 150 150 1678 471 0 0 0 0 27 0 0 0 0 0 +290 1783793572474607300 REFRESH 23 0 0.48948187597918374 0 2 11 2 11 0 0 1411 5 430 3943907 55200 228.38374328613281 0.99960000000000004 269.48110000000003 20160 13549 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 34 25 25 264 82 0 0 0 0 5 0 0 0 0 0 +291 1783793574059805300 DEPTH 23 1 0.48471751968956628 0 2 11 2 11 0 0 1422 46 2604 23664790 81600 1325.3520812988281 5.9958999999999989 1583.9863 120960 65895 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426390 4492800 177 150 150 1323 804 0 0 0 0 46 0 0 0 0 0 +292 1783793575644712700 DEPTH 23 1 0.48541866271188883 0 2 11 2 11 0 0 1429 36 2606 23664803 81600 1321.1371459960938 6.0101000000000004 1583.7126000000001 120960 55172 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 165 150 150 1488 653 0 0 0 0 36 0 0 0 0 0 +293 1783793577221211400 DEPTH 23 1 0.4860388036336396 0 2 11 2 11 0 0 1430 17 2604 23664854 81600 1313.7141723632812 6.0159000000000002 1575.2665999999999 120960 44193 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 158 150 150 1592 554 0 0 0 0 17 0 0 0 0 0 +294 1783793578800975200 DEPTH 23 1 0.48658609081674542 0 2 11 2 11 0 0 1433 23 2602 23664843 81600 1317.2685852050781 6.0178000000000003 1578.5273999999999 120960 30051 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 151 150 150 1673 478 0 0 0 0 23 0 0 0 0 0 +295 1783793579070104000 REFRESH 23 0 0.48706785742404202 0 2 11 2 11 0 0 1434 14 431 3943898 55200 228.97663879394531 0.999 267.899 20160 13687 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 34 25 25 269 78 0 0 0 0 14 0 0 0 0 0 +296 1783793580678426300 DEPTH 23 1 0.48749070294304381 0 2 11 2 11 0 0 1438 27 2598 23664832 81600 1327.5637817382812 6.0080999999999998 1607.1043 120960 66432 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 177 150 150 1322 799 0 0 0 0 27 0 0 0 0 0 +297 1783793582264751400 DEPTH 23 1 0.48786056655728327 0 2 11 2 11 0 0 1441 26 2600 23664869 81600 1322.7786407470703 5.9977999999999998 1585.0650000000001 120960 55190 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 168 150 150 1423 709 0 0 0 0 26 0 0 0 0 0 +298 1783793583843950700 DEPTH 23 1 0.48818279318046492 0 2 11 2 11 0 0 1443 27 2602 23664862 81600 1314.4053649902344 6.0023 1577.915 120960 43217 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 160 150 150 1582 560 0 0 0 0 27 0 0 0 0 0 +299 1783793585430807700 DEPTH 23 1 0.48846219288715237 0 2 11 2 11 0 0 1443 22 2605 23664855 81600 1314.6255340576172 6.0032999999999994 1585.596 120960 30054 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 152 150 150 1660 493 0 0 0 0 22 0 0 0 0 0 +300 1783793585700248200 REFRESH 23 0 0.48870309440033605 0 2 11 2 11 0 0 1443 7 427 3943918 55200 228.98074340820312 0.99850000000000005 268.2106 20160 13599 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 34 25 25 272 71 0 0 0 0 7 0 0 0 0 0 +301 1783793587400765000 DEPTH 23 1 0.48590939323019539 0 2 11 2 11 0 0 1443 25 2596 23664930 81600 1435.0716705322266 5.9935999999999998 1699.1072999999999 120960 66360 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426529 4492800 181 150 150 1277 838 0 0 0 0 25 0 0 0 0 0 +302 1783793589041620200 DEPTH 23 1 0.48638459499893522 0 2 11 2 11 0 0 1445 23 2593 23664756 81600 1362.3778533935547 6.0089000000000006 1639.4349999999999 120960 55341 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426356 4492800 169 150 150 1459 665 0 0 0 0 23 0 0 0 0 0 +303 1783793590683230300 DEPTH 23 1 0.48680185443309132 0 2 11 2 11 0 0 1445 22 2600 23664822 81600 1341.4217071533203 6.1003000000000007 1639.7905000000001 120960 44407 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 159 150 150 1619 522 0 0 0 0 22 0 0 0 0 0 +304 1783793592377035500 DEPTH 23 1 0.48716701045655791 0 2 11 2 11 0 0 1447 16 2602 23664840 81600 1387.6494903564453 7.1724999999999994 1692.2739999999999 120960 29929 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 152 150 150 1684 466 0 0 0 0 16 0 0 0 0 0 +305 1783793592652569100 REFRESH 23 0 0.4874853177742664 0 2 11 2 11 0 0 1448 5 428 3943931 55200 228.12672424316406 1.0108999999999999 274.01909999999998 20160 13440 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 33 25 25 268 77 0 0 0 0 5 0 0 0 0 0 +306 1783793594266261600 DEPTH 23 1 0.48276150529745038 0 2 11 2 11 0 0 1450 30 2590 23664836 81600 1329.6425018310547 6.0735000000000001 1612.3598 120960 66106 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 176 150 150 1301 813 0 0 0 0 30 0 0 0 0 0 +307 1783793595842865600 DEPTH 23 1 0.4834998287263394 0 2 11 2 11 0 0 1452 25 2593 23664842 81600 1303.4147796630859 6.0697999999999999 1575.2592 120960 55522 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 165 150 150 1453 675 0 0 0 0 25 0 0 0 0 0 +308 1783793597477058200 DEPTH 23 1 0.48415411787453944 0 2 11 2 11 0 0 1452 16 2593 23664894 81600 1327.9766845703125 6.0335999999999999 1632.654 120960 43896 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 152 150 150 1663 478 0 0 0 0 16 0 0 0 0 0 +309 1783793599195005500 DEPTH 23 1 0.48473281926093154 0 2 11 2 11 0 0 1452 20 2598 23664883 81600 1342.1168975830078 6.2256 1637.7286999999999 120960 30268 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 150 150 150 1686 462 0 0 0 0 20 0 0 0 0 0 +310 1783793599460575900 REFRESH 23 0 0.48524353444233859 0 2 11 2 11 0 0 1452 9 428 3943903 55200 220.37606811523438 1.0316000000000001 264.1386 20160 13448 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 33 25 25 270 75 0 0 0 0 9 0 0 0 0 0 +311 1783793601058362900 DEPTH 23 1 0.48469310451288267 0 2 11 2 11 0 0 1459 45 2599 23664906 81600 1319.1086120605469 6.0646000000000004 1596.4114 120960 65925 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426506 4492800 175 150 150 1311 813 0 0 0 0 45 0 0 0 0 0 +312 1783793602655654200 DEPTH 23 1 0.48518768615336583 0 2 11 2 11 0 0 1461 28 2598 23664872 81600 1317.4415435791016 6.0371999999999995 1595.8943999999999 120960 55196 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 166 150 150 1458 674 0 0 0 0 28 0 0 0 0 0 +313 1783793604218061400 DEPTH 23 1 0.48562282007567198 0 2 11 2 11 0 0 1467 31 2612 23664804 81600 1271.5589752197266 6.1208 1561.1186 120960 43937 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 162 150 150 1586 564 0 0 0 0 31 0 0 0 0 0 +314 1783793605845994500 DEPTH 23 1 0.48600449262268874 0 2 11 2 11 0 0 1477 32 2602 23664722 81600 1328.9441223144531 6.0791000000000004 1626.1837 120960 29662 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426321 4492800 152 150 150 1677 473 0 0 0 0 32 0 0 0 0 0 +315 1783793606140854100 REFRESH 23 0 0.48633809120819738 0 2 11 2 11 0 0 1478 6 424 3943939 55200 244.18406677246094 1.1608000000000001 292.48919999999998 20160 13615 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737539 748800 33 25 25 269 72 0 0 0 0 6 0 0 0 0 0 +316 1783793607839223700 DEPTH 23 1 0.48262846421273559 0 2 11 2 11 0 0 1482 36 2596 23664748 81600 1405.7154541015625 6.0316999999999998 1696.7666999999999 120960 66602 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426348 4492800 169 150 150 1440 687 0 0 0 0 36 0 0 0 0 0 +317 1783793609566072000 DEPTH 23 1 0.48327997488983526 0 2 11 2 11 0 0 1488 33 2592 23664917 81600 1392.5265502929688 6.2980999999999998 1724.8563999999999 120960 55118 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426515 4492800 161 150 150 1567 564 0 0 0 0 33 0 0 0 0 0 +318 1783793611220949000 DEPTH 23 1 0.48385654988159932 0 2 11 2 11 0 0 1489 21 2602 23664787 81600 1354.1990661621094 6.127699999999999 1653.2512999999999 120960 43888 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 152 150 150 1669 481 0 0 0 0 21 0 0 0 0 0 +319 1783793612833160100 DEPTH 23 1 0.48436572288268387 0 2 11 2 11 0 0 1492 25 2602 23664859 81600 1326.9688262939453 6.0605000000000002 1610.4384 120960 30016 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 150 150 150 1686 466 0 0 0 0 25 0 0 0 0 0 +320 1783793613111139100 REFRESH 23 0 0.48481427393784593 0 2 11 2 11 0 0 1494 7 428 3943916 55200 224.70144653320312 1.0152000000000001 276.03440000000001 20160 13614 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 32 25 25 274 72 0 0 0 0 7 0 0 0 0 0 +321 1783793614720245000 DEPTH 23 1 0.48220830480970001 0 2 11 2 11 0 0 1497 35 2596 23664844 81600 1325.3283996582031 6.0869999999999997 1607.7511 120960 66399 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 178 150 150 1327 791 0 0 0 0 35 0 0 0 0 0 +322 1783793616342778100 DEPTH 23 1 0.48285330680966482 0 2 11 2 11 0 0 1499 25 2599 23664795 81600 1342.7107849121094 6.0690999999999997 1621.0741 120960 55224 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 166 150 150 1476 657 0 0 0 0 25 0 0 0 0 0 +323 1783793618055998700 DEPTH 23 1 0.48342422184577949 0 2 11 2 11 0 0 1502 15 2601 23664836 81600 1313.8194427490234 6.3193999999999999 1641.087 120960 43642 1 1 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 156 150 150 1629 516 0 0 0 0 14 0 0 0 0 0 +324 1783793620034539500 DEPTH 23 1 0.48392849736570503 0 2 11 2 11 0 0 1502 24 2597 23664759 81600 1383.0574035644531 6.6843000000000004 1973.5234 120960 30338 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426357 4492800 151 150 150 1681 465 0 0 0 0 24 0 0 0 0 0 +325 1783793620342476600 REFRESH 23 0 0.48437283580539148 0 2 11 2 11 0 0 1503 9 427 3943898 55200 244.9407958984375 1.0263 305.7577 20160 13502 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 33 25 25 272 72 0 0 0 0 9 0 0 0 0 0 +326 1783793622290946900 DEPTH 23 1 0.48376326909284517 0 2 11 2 11 0 0 1504 25 2594 23664858 81600 1417.802734375 8.2358999999999991 1946.1799000000001 120960 66423 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426456 4492800 175 150 150 1363 756 0 0 0 0 25 0 0 0 0 0 +327 1783793624021432000 DEPTH 23 1 0.48420522570148727 0 2 11 2 11 0 0 1506 26 2601 23664940 81600 1387.4401092529297 6.8376999999999999 1728.8588999999999 120960 55600 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426539 4492800 172 150 150 1465 664 0 0 0 0 26 0 0 0 0 0 +328 1783793625680253700 DEPTH 23 1 0.4845935909981437 0 2 11 2 11 0 0 1507 35 2603 23664902 81600 1330.3090057373047 7.1609999999999996 1657.0319 120960 43698 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426502 4492800 157 150 150 1644 502 0 0 0 0 35 0 0 0 0 0 +329 1783793627305403000 DEPTH 23 1 0.48493376155620499 0 2 11 2 11 0 0 1509 22 2596 23664836 81600 1344.9523162841797 6.1053999999999995 1623.6937 120960 29758 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 157 150 150 1678 461 0 0 0 0 22 0 0 0 0 0 +330 1783793627576504200 REFRESH 23 0 0.48523059403743868 0 2 11 2 11 0 0 1511 10 426 3943939 55200 228.49650573730469 1.0427999999999999 269.82010000000002 20160 13462 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737539 748800 34 25 25 272 70 0 0 0 0 10 0 0 0 0 0 +331 1783793629255477000 DEPTH 23 1 0.48548845918559014 0 2 11 2 11 0 0 1513 25 2601 23664823 81600 1337.4250793457031 6.0488999999999997 1618.4496999999999 120960 65922 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 180 150 150 1340 781 0 0 0 0 25 0 0 0 0 0 +332 1783793630915849300 DEPTH 23 1 0.48571129042059291 0 2 11 2 11 0 0 1514 25 2604 23664744 81600 1376.6997375488281 6.1193 1658.5347999999999 120960 54450 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426343 4492800 167 150 150 1535 602 0 0 0 0 25 0 0 0 0 0 +333 1783793632549641700 DEPTH 23 1 0.48590262757332858 0 2 11 2 11 0 0 1517 22 2601 23664814 81600 1354.6405181884766 6.0986000000000002 1631.8986 120960 44069 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 155 150 150 1643 503 0 0 0 0 22 0 0 0 0 0 +334 1783793634215769800 DEPTH 23 1 0.48606565624688097 0 2 11 2 11 0 0 1517 16 2602 23664821 81600 1370.9364776611328 6.0620999999999992 1664.2763 120960 29837 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 150 150 150 1686 466 0 0 0 0 16 0 0 0 0 0 +335 1783793634509975100 REFRESH 23 0 0.48620324324163655 0 2 11 2 11 0 0 1517 9 431 3943914 55200 241.16329956054688 1.0739000000000001 292.5643 20160 13556 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 32 25 25 267 82 0 0 0 0 9 0 0 0 0 0 +336 1783793636138575600 DEPTH 23 1 0.48531796843784614 0 2 11 2 11 0 0 1521 36 2600 23664786 81600 1345.4475555419922 6.0929000000000011 1627.2118 120960 66258 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426386 4492800 176 150 150 1410 714 0 0 0 0 36 0 0 0 0 0 +337 1783793637821771800 DEPTH 23 1 0.4855121534899024 0 2 11 2 11 0 0 1523 30 2595 23664877 81600 1386.1017761230469 6.1017999999999999 1681.3904 120960 54914 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 162 150 150 1540 593 0 0 0 0 30 0 0 0 0 0 +338 1783793639494950500 DEPTH 23 1 0.48567788765116254 0 2 11 2 11 0 0 1523 13 2596 23664875 81600 1348.3714752197266 6.0762 1671.7394999999999 120960 43692 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 153 150 150 1663 480 0 0 0 0 13 0 0 0 0 0 +339 1783793641167168700 DEPTH 23 1 0.48581805101626091 0 2 11 2 11 0 0 1524 18 2600 23664884 81600 1379.6342010498047 6.0869 1670.8865000000001 120960 29547 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426483 4492800 150 150 150 1686 464 0 0 0 0 18 0 0 0 0 0 +340 1783793641449053500 REFRESH 23 0 0.48593523543916406 0 2 11 2 11 0 0 1524 10 428 3943908 55200 238.83981323242188 1.0029999999999999 280.3691 20160 13628 0 0 0.020410810727550226 0.48514690868376098 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 31 25 25 274 73 0 0 0 0 10 0 0 0 0 0 +341 1783793643101287400 DEPTH 23 1 0.48603177335939396 0 2 11 2 11 0 0 1526 22 2601 23664875 81600 1370.1695251464844 6.0695999999999994 1650.8543 120960 65921 1 0 0.020410810727550226 0.48514690868376098 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 177 150 150 1422 702 0 0 0 0 22 0 0 0 0 0 +342 1783793644747606200 DEPTH 23 1 0.48610976374560261 0 2 11 1 11 1 0 1529 36 2556 23698942 116160 1350.1022491455078 6.0420000000000007 1644.8866 100800 48206 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 3686400 3686400 3688702 6739200 205 150 150 816 1235 0 0 0 0 36 0 0 0 0 1 +343 1783793646420923800 DEPTH 23 1 0.58617109544476409 0 1 11 1 11 0 0 1534 41 2513 23733038 147840 1359.1963806152344 6.1550999999999991 1671.5324000000001 80640 27502 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950954 8985600 243 150 150 150 1820 0 0 0 0 41 0 0 0 0 0 +344 1783793648070258100 DEPTH 23 1 0.57621746819642139 0 1 11 1 11 0 0 1537 43 2507 23733077 147840 1356.5279998779297 6.1303999999999998 1647.7530999999999 80640 21418 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950996 8985600 243 150 150 150 1814 0 0 0 0 43 0 0 0 0 0 +345 1783793648352416200 REFRESH 23 0 0.5672504115454855 0 1 11 1 11 0 0 1543 18 416 3955357 56640 234.97421264648438 1.004 280.40870000000001 13440 8049 0 0 0.083226828718924034 1.7835070854854276 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 74 25 25 25 267 1 0 0 0 17 0 0 0 0 0 +346 1783793650000788600 DEPTH 23 1 0.55917130186372743 0 1 11 1 11 0 0 1550 26 2499 23733022 147840 1367.4845733642578 6.077 1647.0226 80640 40186 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950939 8985600 245 150 150 150 1804 0 0 0 0 26 0 0 0 0 0 +347 1783793651593562000 DEPTH 23 1 0.55189137766909968 0 1 11 1 11 0 0 1552 26 2493 23733061 147840 1312.9881439208984 6.0213000000000001 1590.7869000000001 80640 32489 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950976 8985600 241 150 150 150 1802 0 0 0 0 26 0 0 0 0 0 +348 1783793653162252800 DEPTH 23 1 0.54533075341309978 0 1 11 1 11 0 0 1554 23 2497 23733085 147840 1301.8861389160156 6.0090000000000003 1566.8986 80640 26337 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951003 8985600 239 150 150 150 1808 0 0 0 0 23 0 0 0 0 0 +349 1783793654774703600 DEPTH 23 1 0.53941753188937536 0 1 11 1 11 0 0 1559 43 2510 23733050 147840 1303.2223358154297 6.0977000000000006 1611.0150000000001 80640 18416 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 243 150 150 150 1817 0 0 0 0 43 0 0 0 0 0 +350 1783793655045572000 REFRESH 23 0 0.5340870054014446 0 1 11 1 11 0 0 1563 17 414 3955340 56640 226.79244995117188 1.0107999999999999 269.37790000000001 13440 8437 0 0 0.083226828718924034 1.7835070854854276 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 76 25 25 25 263 2 0 0 0 15 0 0 0 0 0 +351 1783793656673173800 DEPTH 23 1 0.52928093681362309 0 1 11 1 11 0 0 1565 32 2512 23733108 147840 1344.0327758789062 6.0521999999999991 1626.3233 80640 39835 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951027 8985600 242 150 150 150 1820 0 0 0 0 32 0 0 0 0 0 +352 1783793658297560800 DEPTH 23 1 0.52494691249683412 0 1 11 1 11 0 0 1567 25 2549 23710025 125760 1334.0067749023438 6.0956000000000001 1622.8996999999999 120960 47801 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 3 2 2 5 5898240 4423680 2949120 2950984 7488000 235 150 150 987 1027 0 0 0 2 23 0 0 0 0 0 +353 1783793660017767100 DEPTH 23 1 0.52103775997981761 0 1 11 1 11 0 0 1571 22 2569 23686960 103680 1354.2052612304688 6.0518999999999998 1644.9170999999999 120960 36438 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 2950956 5990400 234 150 309 1283 593 0 0 0 0 22 0 0 0 0 0 +354 1783793661626537300 DEPTH 23 1 0.51751102383519454 0 1 11 1 11 0 0 1573 19 2593 23679621 96000 1326.8172760009766 6.0169999999999995 1607.1873000000001 120960 26689 1 0 0.083226828718924034 1.7835070854854276 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3442817 5491200 234 150 203 1462 544 0 0 0 0 19 0 0 0 0 0 +355 1783793661914682700 REFRESH 23 0 0.51432849397690483 0 1 11 1 11 1 0 1573 11 430 3943899 55200 237.80557250976562 1.0057 286.50920000000002 20160 12085 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 39 25 31 257 78 0 0 1 2 8 0 0 0 0 1 +356 1783793663515137800 DEPTH 23 1 0.51339555263349146 0 1 11 1 11 0 0 1576 18 2567 23687049 103680 1317.5193939208984 6.0327000000000002 1599.1384 120960 60246 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 2951043 5990400 234 150 167 1354 662 0 0 0 0 18 0 0 0 0 0 +357 1783793665090029600 DEPTH 23 1 0.51060772909597674 0 1 11 1 11 0 0 1577 19 2584 23675875 92160 1300.7974395751953 6.1158999999999999 1573.5319999999999 120960 49371 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3688675 5241600 234 150 161 1478 561 0 0 1 0 18 0 0 0 0 0 +358 1783793666657508100 DEPTH 23 1 0.5080903140470473 0 1 11 1 11 0 0 1581 23 2582 23664877 81600 1300.2035217285156 6.0856000000000003 1565.6233999999999 120960 38641 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426474 4492800 234 150 162 1545 491 0 0 2 0 21 0 0 0 0 0 +359 1783793668232466100 DEPTH 23 1 0.50581629740118439 0 1 11 1 11 0 0 1583 18 2581 23664810 81600 1299.2896118164062 6.0267000000000008 1573.5745999999999 120960 27380 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 234 150 162 1553 482 0 0 0 0 18 0 0 0 0 0 +360 1783793668504965100 REFRESH 23 0 0.50376136988881748 0 1 11 1 11 0 0 1583 11 425 3943864 55200 226.4453125 1.0095000000000001 271.20699999999999 20160 12313 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737464 748800 39 25 29 259 73 0 0 0 0 11 0 0 0 0 0 +361 1783793670100014700 DEPTH 23 1 0.50190365297643347 0 1 11 1 11 0 0 1586 20 2588 23664811 81600 1314.4135894775391 6.1994999999999987 1593.7601 120960 58161 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 234 150 173 1531 500 0 0 0 3 17 0 0 0 0 0 +362 1783793671689162100 DEPTH 23 1 0.50022345579465377 0 1 11 1 11 0 0 1594 30 2590 23664857 81600 1304.1614837646484 6.0789000000000009 1587.3128999999999 120960 47994 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 234 150 169 1539 498 0 0 0 4 26 0 0 0 0 0 +363 1783793673264881500 DEPTH 23 1 0.498703056373486 0 1 11 1 11 0 0 1595 19 2579 23664842 81600 1303.5806884765625 6.0488999999999997 1573.8108 120960 38019 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 234 150 175 1534 486 0 0 0 2 17 0 0 0 0 0 +364 1783793674859650900 DEPTH 23 1 0.49732650475402979 0 1 11 1 11 0 0 1596 21 2589 23664834 81600 1306.0618286132812 6.0339 1593.2406000000001 120960 25654 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 234 150 180 1550 475 0 0 0 0 21 0 0 0 0 0 +365 1783793675139880500 REFRESH 23 0 0.49607944578899521 0 1 11 1 11 0 0 1596 7 429 3943906 55200 238.08615112304688 1.0047999999999999 278.53820000000002 20160 12387 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 39 25 31 257 77 0 0 0 0 7 0 0 0 0 0 +366 1783793676819519900 DEPTH 23 1 0.49194895966315011 0 1 11 1 11 0 0 1601 26 2581 23664822 81600 1398.4923248291016 6.0892999999999997 1678.3443 120960 58712 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426422 4492800 234 150 180 1528 489 0 0 0 1 25 0 0 0 0 0 +367 1783793678372049500 DEPTH 23 1 0.4912234183617043 0 1 11 1 11 0 0 1602 20 2587 23664869 81600 1292.0986480712891 6.0201000000000002 1551.3279 120960 47479 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 234 150 177 1539 487 0 0 0 1 19 0 0 0 0 0 +368 1783793679935965300 DEPTH 23 1 0.49056235649183816 0 1 11 1 11 0 0 1603 23 2590 23664778 81600 1290.5053253173828 6.0442 1562.6534999999999 120960 38380 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426377 4492800 217 150 174 1582 467 1 0 0 0 22 0 0 0 0 0 +369 1783793681492149600 DEPTH 23 1 0.48995935502206045 0 1 11 1 11 0 0 1604 34 2585 23664867 81600 1269.3463134765625 6.0613000000000001 1554.356 120960 26876 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 179 150 180 1617 459 0 0 0 3 31 0 0 0 0 0 +370 1783793681756522500 REFRESH 23 0 0.48940863664761269 0 1 11 1 11 0 0 1604 7 425 3943900 55200 220.76007080078125 1.0173000000000001 262.59350000000001 20160 12363 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 39 25 31 255 75 0 0 0 0 7 0 0 0 0 0 +371 1783793683315803900 DEPTH 23 1 0.48590500161931643 0 1 11 1 11 0 0 1606 24 2588 23664834 81600 1295.7536773681641 6.0519999999999996 1558.0126 120960 58723 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 217 150 185 1557 479 0 0 0 2 22 0 0 0 0 0 +372 1783793684865036800 DEPTH 23 1 0.48574376998951863 0 1 11 1 11 0 0 1608 29 2595 23664851 81600 1273.5213470458984 6.1687000000000003 1547.9733000000001 120960 49104 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 171 150 182 1626 466 0 0 0 7 22 0 0 0 0 0 +373 1783793686439352000 DEPTH 23 1 0.48559072963342581 0 1 11 1 11 0 0 1608 15 2594 23664846 81600 1292.6775207519531 6.0629 1573.0595000000001 120960 38679 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 163 150 170 1651 460 0 0 0 5 10 0 0 0 0 0 +374 1783793688219732900 DEPTH 23 1 0.4854450894682884 0 1 11 1 11 0 0 1611 27 2593 23664887 81600 1399.3635711669922 6.3173999999999992 1778.6249 120960 26840 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 156 150 168 1662 457 0 0 1 1 25 0 0 0 0 0 +375 1783793688552208800 REFRESH 23 0 0.48530613735065037 0 1 11 1 11 0 0 1612 8 432 3943920 55200 238.52543640136719 1.4433 330.51229999999998 20160 12671 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 29 25 34 268 76 0 0 0 1 7 0 0 0 0 0 +376 1783793690287836800 DEPTH 23 1 0.48317323218385799 0 1 11 1 11 0 0 1615 28 2598 23664877 81600 1330.8159942626953 6.475200000000001 1667.2373 120960 60741 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 169 150 187 1625 467 0 0 0 8 20 0 0 0 0 0 +377 1783793691998719000 DEPTH 23 1 0.48324579681480184 0 1 11 1 11 0 0 1617 30 2599 23664870 81600 1279.4222717285156 7.2895000000000003 1708.8878 120960 49406 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 160 150 174 1650 465 0 0 0 0 30 0 0 0 0 0 +378 1783793693594281600 DEPTH 23 1 0.48330331164096896 0 1 11 1 11 0 0 1619 16 2601 23664835 81600 1275.5751953125 6.4555999999999996 1592.9675 120960 40339 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 156 150 173 1657 465 0 0 0 0 16 0 0 0 0 0 +379 1783793695204648700 DEPTH 23 1 0.48334730885677457 0 1 11 1 11 0 0 1621 21 2596 23664800 81600 1269.9817504882812 6.2673999999999994 1608.9323999999999 120960 27845 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 156 150 168 1661 461 0 0 0 1 20 0 0 0 0 0 +380 1783793695476933600 REFRESH 23 0 0.48337916727524544 0 1 11 1 11 0 0 1621 8 427 3943918 55200 221.34066772460938 1.0163 270.75889999999998 20160 13038 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 28 25 32 271 71 0 0 0 1 7 0 0 0 0 0 +381 1783793697071881900 DEPTH 23 1 0.48140012766751977 0 1 11 1 11 0 0 1622 25 2599 23664799 81600 1287.3345794677734 6.0597999999999992 1593.1452999999999 120960 62540 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426396 4492800 159 150 179 1647 464 0 0 0 0 25 0 0 0 0 0 +382 1783793698691870000 DEPTH 23 1 0.48161130656838241 0 1 11 1 11 0 0 1623 31 2598 23664820 81600 1276.2919769287109 6.0725000000000007 1618.2435 120960 52551 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 156 150 171 1659 462 0 0 0 0 31 0 0 0 0 0 +383 1783793700288239800 DEPTH 23 1 0.48179370870123217 0 1 11 1 11 0 0 1624 22 2599 23664828 81600 1276.2039031982422 6.0820000000000007 1594.5896 120960 41147 1 1 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426428 4492800 156 150 174 1656 463 0 0 0 0 21 0 0 0 0 0 +384 1783793701898060200 DEPTH 23 1 0.48195023816053784 0 1 11 1 11 0 0 1626 25 2596 23664892 81600 1271.3113708496094 6.0685000000000011 1608.2229 120960 27881 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 156 150 174 1653 463 0 0 0 0 25 0 0 0 0 0 +385 1783793702166573000 REFRESH 23 0 0.48208350847603426 0 1 11 1 11 0 0 1627 5 429 3943909 55200 221.68167114257812 1.0063 266.83170000000001 20160 13346 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 26 25 31 274 73 0 0 0 1 4 0 0 0 0 0 +386 1783793703825011000 DEPTH 23 1 0.47719587167048516 0 1 11 1 11 0 0 1627 23 2599 23664813 81600 1336.8760375976562 6.0440000000000005 1656.5927999999999 120960 64156 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 156 150 179 1650 464 0 0 0 0 23 0 0 0 0 0 +387 1783793705468976400 DEPTH 23 1 0.47778944441165577 0 1 11 1 11 0 0 1627 21 2601 23664886 81600 1304.9251861572266 6.0598999999999998 1641.9874 120960 53403 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 156 150 174 1655 466 0 0 0 0 21 0 0 0 0 0 +388 1783793707102792400 DEPTH 23 1 0.47831613154907415 0 1 11 1 11 0 0 1627 13 2600 23664790 81600 1304.4154815673828 6.0792000000000002 1632.4363000000001 120960 41850 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426389 4492800 156 150 174 1656 464 0 0 0 0 13 0 0 0 0 0 +389 1783793708772277200 DEPTH 23 1 0.47878264729710374 0 1 11 1 11 0 0 1627 19 2606 23664876 81600 1311.1525421142578 6.2934999999999999 1667.7093 120960 28605 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 156 150 170 1658 472 0 0 0 2 17 0 0 0 0 0 +390 1783793709063136100 REFRESH 23 0 0.47919503429969423 0 1 11 1 11 0 0 1627 5 426 3943894 55200 228.53529357910156 1.0390999999999999 289.00080000000003 20160 13378 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 26 25 33 272 70 0 0 0 1 4 0 0 0 0 0 +391 1783793710732785600 DEPTH 23 1 0.47455873078864574 0 1 11 1 11 0 0 1627 24 2601 23664810 81600 1323.8152008056641 6.1971999999999996 1668.1673000000001 120960 65025 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 156 150 189 1641 465 0 0 0 0 24 0 0 0 0 0 +392 1783793712365219000 DEPTH 23 1 0.47537863102603201 0 1 11 1 11 0 0 1628 23 2603 23664874 81600 1316.2547149658203 6.1257000000000001 1630.9314999999999 120960 53972 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 156 150 186 1644 467 0 0 0 0 23 0 0 0 0 0 +393 1783793713990194000 DEPTH 23 1 0.47610913970236973 0 1 11 1 11 0 0 1628 23 2606 23664856 81600 1313.8954162597656 6.0764000000000005 1623.0163 120960 43080 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 156 150 175 1655 470 0 0 0 2 21 0 0 0 0 0 +394 1783793715617171500 DEPTH 23 1 0.4767592208949577 0 1 11 1 11 0 0 1628 23 2604 23664897 81600 1309.8283233642578 6.0919000000000008 1625.5953999999999 120960 29841 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 156 150 168 1661 469 0 0 0 1 22 0 0 0 0 0 +395 1783793715891693800 REFRESH 23 0 0.47733694213037009 0 1 11 1 11 0 0 1628 7 429 3943931 55200 227.47442626953125 1.0089999999999999 272.71980000000002 20160 13363 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 26 25 33 272 73 0 0 0 0 7 0 0 0 0 0 +396 1783793717526315000 DEPTH 23 1 0.47484956404068734 0 1 11 1 11 0 0 1628 22 2601 23664891 81600 1321.9450988769531 6.0525000000000002 1633.0899999999999 120960 64992 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426489 4492800 156 150 191 1639 465 0 0 0 1 21 0 0 0 0 0 +397 1783793719203379600 DEPTH 23 1 0.47560362105409287 0 1 11 1 11 0 0 1629 23 2607 23664849 81600 1314.6532135009766 6.1485000000000003 1675.1107999999999 120960 54377 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426446 4492800 156 150 173 1657 471 0 0 0 3 20 0 0 0 0 0 +398 1783793720896628300 DEPTH 23 1 0.47627499401639722 0 1 11 1 11 0 0 1640 33 2599 23664851 81600 1307.8968353271484 6.0953999999999997 1621.2324000000001 120960 44026 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 156 150 162 1667 464 0 0 0 1 32 0 0 0 0 0 +399 1783793722592761900 DEPTH 23 1 0.47687197555039862 0 1 11 1 11 0 0 1646 36 2598 23664854 81600 1304.7912750244141 6.6192000000000002 1694.4357 120960 30417 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 156 150 159 1670 463 0 0 0 1 35 0 0 0 0 0 +400 1783793722864603400 REFRESH 23 0 0.47740202887929528 0 1 11 1 11 0 0 1646 10 429 3943922 55200 226.81497192382812 1.0024 270.5659 20160 13453 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 26 25 33 272 73 0 0 0 0 10 0 0 0 0 0 +401 1783793724566775500 DEPTH 23 1 0.47787187076774551 0 1 11 1 11 0 0 1652 33 2609 23664892 81600 1318.5044403076172 6.7039 1700.0715 120960 65049 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 156 150 192 1638 473 0 0 0 7 26 0 0 0 0 0 +402 1783793726169203000 DEPTH 23 1 0.47828754616880992 0 1 11 1 11 0 0 1657 32 2597 23664921 81600 1308.666015625 6.0587999999999997 1601.0207 120960 54492 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426518 4492800 156 150 177 1652 462 0 0 0 1 31 0 0 0 0 0 +403 1783793727781233100 DEPTH 23 1 0.47865449540618865 0 1 11 1 11 0 0 1662 33 2597 23664797 81600 1286.8585968017578 6.0520999999999994 1610.1686999999999 120960 42954 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 156 150 167 1661 463 0 0 2 0 31 0 0 0 0 0 +404 1783793729387395400 DEPTH 23 1 0.4789776146382233 0 1 11 1 11 0 0 1663 29 2583 23664825 81600 1269.8746185302734 6.0941999999999998 1604.3098 120960 29680 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426423 4492800 156 150 162 1665 450 0 0 0 0 29 0 0 0 0 0 +405 1783793729651572200 REFRESH 23 0 0.47926131027548824 0 1 11 1 11 0 0 1663 7 424 3943911 55200 220.85530090332031 1.0048999999999999 262.5401 20160 13440 0 0 0.010021911799794737 1.30102999918845 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 26 25 33 271 69 0 0 0 0 7 0 0 0 0 0 +406 1783793731290395700 DEPTH 23 1 0.4765095479566116 0 1 11 1 11 0 0 1664 15 2589 23664887 81600 1285.809814453125 6.1177000000000001 1637.046 120960 65625 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 156 150 186 1642 455 0 0 1 2 12 0 0 0 0 0 +407 1783793732861473100 DEPTH 23 1 0.47702589662650358 0 1 11 1 11 0 0 1665 22 2590 23664833 81600 1274.4895477294922 6.0268999999999995 1569.5183999999999 120960 55084 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 156 150 176 1652 456 0 0 0 0 22 0 0 0 0 0 +408 1783793734440636300 DEPTH 23 1 0.47748356820675153 0 1 11 1 11 0 0 1667 19 2590 23664837 81600 1276.9269104003906 6.0865999999999989 1577.6006 120960 43992 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 156 150 160 1666 458 0 0 0 0 19 0 0 0 0 0 +409 1783793736019336900 DEPTH 23 1 0.47788845329896468 0 1 11 1 11 0 0 1668 17 2595 23664929 81600 1279.0862884521484 6.0526999999999997 1577.3119999999999 120960 30053 1 0 0.010021911799794737 1.30102999918845 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426528 4492800 156 150 157 1669 463 0 0 0 0 17 0 0 0 0 0 +410 1783793736285480200 REFRESH 23 0 0.47824585331777514 0 1 11 1 11 1 0 1668 6 429 3943912 55200 222.95756530761719 1.0014000000000001 264.6891 20160 13576 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737512 748800 26 25 34 271 73 0 0 0 0 6 0 0 0 0 1 +411 1783793737876705300 DEPTH 23 1 0.47459619636115585 0 1 11 1 11 0 0 1670 13 2592 23664841 81600 1293.9366455078125 6.0613000000000001 1589.5681 120960 66162 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 156 150 181 1644 461 0 0 0 0 13 0 0 0 0 0 +412 1783793739512505100 DEPTH 23 1 0.47526889674055445 0 1 11 1 11 0 0 1672 21 2592 23664785 81600 1328.3728637695312 6.0883000000000003 1634.3236999999999 120960 55054 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426384 4492800 156 150 173 1650 463 0 0 0 0 21 0 0 0 0 0 +413 1783793741194836600 DEPTH 23 1 0.47586739806429046 0 1 11 1 11 0 0 1672 26 2598 23664834 81600 1372.1774597167969 6.0285999999999991 1680.8269 120960 44049 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 156 150 160 1668 464 0 0 0 0 26 0 0 0 0 0 +414 1783793742744098600 DEPTH 23 1 0.47639914250631571 0 1 11 1 11 0 0 1673 25 2603 23664900 81600 1289.3063659667969 6.0190000000000001 1548.0788 120960 30240 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426499 4492800 156 150 157 1671 469 0 0 0 0 25 0 0 0 0 0 +415 1783793743005923000 REFRESH 23 0 0.47687082790123297 0 1 11 1 11 0 0 1673 11 428 3943910 55200 222.00422668457031 0.99929999999999997 260.65730000000002 20160 13637 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 26 25 34 270 73 0 0 0 1 10 0 0 0 0 0 +416 1783793744552106000 DEPTH 23 1 0.4772884821791743 0 1 11 1 11 0 0 1673 19 2594 23664770 81600 1288.4905853271484 6.0113000000000003 1544.7988 120960 66202 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426369 4492800 156 150 187 1639 462 0 0 0 0 19 0 0 0 0 0 +417 1783793746101811500 DEPTH 23 1 0.47765753035718189 0 1 11 1 11 0 0 1673 26 2595 23664904 81600 1278.7209777832031 6.0530999999999997 1548.2071000000001 120960 54757 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426504 4492800 156 150 171 1653 465 0 0 0 1 25 0 0 0 0 0 +418 1783793747637832500 DEPTH 23 1 0.47798285483144209 0 1 11 1 11 0 0 1673 23 2591 23664838 81600 1276.6601104736328 6.0246000000000004 1534.8497 120960 43741 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 156 150 159 1665 461 0 0 2 2 19 0 0 0 0 0 +419 1783793749238817900 DEPTH 23 1 0.47826884964028621 0 1 11 1 11 0 0 1673 20 2599 23664834 81600 1278.6687774658203 6.2928000000000006 1599.7012 120960 30500 1 1 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 156 150 156 1670 467 0 0 1 4 14 0 0 0 0 0 +420 1783793749502386600 REFRESH 23 0 0.47851946930088285 0 1 11 1 11 0 0 1673 7 427 3943905 55200 221.5546875 1.0055000000000001 262.2586 20160 13584 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 26 25 33 272 71 0 0 0 0 7 0 0 0 0 0 +421 1783793751124683200 DEPTH 23 1 0.47573827276225117 0 1 11 1 11 0 0 1673 16 2589 23664820 81600 1287.2016448974609 6.0473999999999997 1545.1811 120960 66047 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 156 150 185 1638 460 0 0 0 0 16 0 0 0 0 0 +422 1783793752676562100 DEPTH 23 1 0.47622846296296473 0 1 11 1 11 0 0 1676 27 2600 23664804 81600 1279.748291015625 6.0244999999999997 1550.6313 120960 54640 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 156 150 170 1659 465 0 0 0 0 27 0 0 0 0 0 +423 1783793754257443100 DEPTH 23 1 0.47666292243307595 0 1 11 1 11 0 0 1679 27 2589 23664785 81600 1280.0150604248047 6.8227000000000002 1579.0599 120960 43758 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426384 4492800 156 150 163 1665 455 0 0 0 0 27 0 0 0 0 0 +424 1783793755847274100 DEPTH 23 1 0.47704724533583909 0 1 11 1 11 0 0 1679 25 2597 23664814 81600 1274.7642669677734 6.2804000000000002 1588.5503000000001 120960 30104 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426411 4492800 156 150 163 1661 467 0 0 0 0 25 0 0 0 0 0 +425 1783793756108596200 REFRESH 23 0 0.47738646630525311 0 1 11 1 11 0 0 1679 5 422 3943932 55200 221.338623046875 1.0076000000000001 260.10770000000002 20160 13527 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 26 25 33 271 67 0 0 0 1 4 0 0 0 0 0 +426 1783793757656506100 DEPTH 23 1 0.47268511639984112 0 1 11 1 11 0 0 1680 18 2590 23664821 81600 1287.9927673339844 6.0026999999999999 1546.6204 120960 65657 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 156 150 182 1645 457 0 0 0 0 18 0 0 0 0 0 +427 1783793759197218200 DEPTH 23 1 0.47344727346104393 0 1 11 1 11 0 0 1682 26 2590 23664755 81600 1279.4101104736328 6.0021999999999993 1539.4164000000001 120960 54470 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426355 4492800 156 150 167 1656 461 0 0 0 1 25 0 0 0 0 0 +428 1783793760745952800 DEPTH 23 1 0.47412660743576601 0 1 11 1 11 0 0 1682 16 2597 23664797 81600 1285.7088165283203 6.0030000000000001 1547.5435 120960 44246 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426397 4492800 156 150 162 1660 469 0 0 0 0 16 0 0 0 0 0 +429 1783793762289427500 DEPTH 23 1 0.47473142116665845 0 1 11 1 11 0 0 1682 18 2590 23664786 81600 1288.6074371337891 6.0433000000000003 1542.2521999999999 120960 29586 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426386 4492800 156 150 162 1656 466 0 0 0 0 18 0 0 0 0 0 +430 1783793762571465100 REFRESH 23 0 0.47526918710336574 0 1 11 1 11 0 0 1682 5 425 3943910 55200 233.7259521484375 1.0072000000000001 280.71460000000002 20160 13609 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 26 25 33 271 70 0 0 0 0 5 0 0 0 0 0 +431 1783793764146790500 DEPTH 23 1 0.47074663034263997 0 1 11 1 11 0 0 1682 23 2593 23664907 81600 1293.3152160644531 6.0453999999999999 1573.9894999999999 120960 66279 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426506 4492800 156 150 178 1639 470 0 0 0 0 23 0 0 0 0 0 +432 1783793765715389300 DEPTH 23 1 0.4716698033644357 0 1 11 1 11 0 0 1684 25 2591 23664805 81600 1296.5248413085938 6.0304000000000002 1567.2943 120960 55039 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 156 150 168 1651 466 0 0 0 0 25 0 0 0 0 0 +433 1783793767267687000 DEPTH 23 1 0.4724941532943876 0 1 11 1 11 0 0 1684 20 2594 23664876 81600 1285.2415008544922 6.0539000000000005 1551.0817999999999 120960 43144 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 156 150 163 1657 468 0 0 0 0 20 0 0 0 0 0 +434 1783793768811181300 DEPTH 23 1 0.47322958244003255 0 1 11 1 11 0 0 1684 17 2605 23664818 81600 1279.1280975341797 6.0668000000000006 1542.2797 120960 29623 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426417 4492800 156 150 162 1665 472 0 0 1 2 14 0 0 0 0 0 +435 1783793769075101100 REFRESH 23 0 0.47388500277340201 0 1 11 1 11 0 0 1684 8 428 3943894 55200 223.09580993652344 0.99990000000000001 262.26119999999997 20160 13480 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 26 25 33 272 72 0 0 0 0 8 0 0 0 0 0 +436 1783793770627590400 DEPTH 23 1 0.47246843496534768 0 1 11 1 11 0 0 1687 18 2597 23664834 81600 1293.373291015625 6.0121000000000002 1551.192 120960 66124 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 156 150 181 1642 468 0 0 0 0 18 0 0 0 0 0 +437 1783793772181828600 DEPTH 23 1 0.47318709751642746 0 1 11 1 11 0 0 1688 26 2594 23664877 81600 1282.9736022949219 6.0362 1552.7573 120960 55122 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 156 150 168 1660 460 0 0 0 0 26 0 0 0 0 0 +438 1783793773730511100 DEPTH 23 1 0.47382748697469468 0 1 11 1 11 0 0 1688 12 2600 23664839 81600 1276.6933441162109 6.0154999999999994 1547.0463 120960 44172 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 156 150 164 1663 467 0 0 0 0 12 0 0 0 0 0 +439 1783793775286288300 DEPTH 23 1 0.4743974501317022 0 1 11 1 11 0 0 1689 14 2602 23664868 81600 1273.8289031982422 6.0319000000000003 1554.4421 120960 30376 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 156 150 162 1666 468 0 0 0 0 14 0 0 0 0 0 +440 1783793775556163300 REFRESH 23 0 0.47490404899889826 0 1 11 1 11 0 0 1690 6 428 3943882 55200 222.35545349121094 1.0092000000000001 267.98869999999999 20160 13655 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737480 748800 26 25 32 273 72 0 0 0 0 6 0 0 0 0 0 +441 1783793777155218800 DEPTH 23 1 0.4713536392863758 0 1 11 1 11 0 0 1690 19 2602 23664844 81600 1291.9061126708984 6.1559000000000008 1597.6478999999999 120960 65949 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 156 150 181 1647 468 0 0 0 0 19 0 0 0 0 0 +442 1783793778812313200 DEPTH 23 1 0.47215194103374014 0 1 11 1 11 0 0 1690 26 2602 23664836 81600 1276.5635375976562 6.2899000000000003 1655.7497000000001 120960 55221 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 156 150 166 1661 469 0 0 0 0 26 0 0 0 0 0 +443 1783793780350588800 DEPTH 23 1 0.47286410217788266 0 1 11 1 11 0 0 1691 26 2597 23664901 81600 1274.2683410644531 6.0124999999999993 1536.9830999999999 120960 44814 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 156 150 163 1666 462 0 0 0 0 26 0 0 0 0 0 +444 1783793781954938100 DEPTH 23 1 0.47349875576397055 0 1 11 1 11 0 0 1695 24 2593 23664892 81600 1275.5343475341797 6.0164999999999997 1538.4344000000001 120960 30604 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 156 150 162 1665 460 0 0 0 0 24 0 0 0 0 0 +445 1783793782218085500 REFRESH 23 0 0.47406367143533057 0 1 11 1 11 0 0 1695 5 427 3943910 55200 220.89010620117188 0.99870000000000003 261.71159999999998 20160 13552 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 26 25 32 272 72 0 0 0 0 5 0 0 0 0 0 +446 1783793783818051300 DEPTH 23 1 0.46956584177433791 0 1 11 1 11 0 0 1696 11 2586 23664859 81600 1294.6552276611328 6.0725000000000007 1598.2668000000001 120960 65509 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 156 150 174 1650 456 0 0 0 0 11 0 0 0 0 0 +447 1783793785431800900 DEPTH 23 1 0.47051156000920974 0 1 11 1 11 0 0 1698 20 2600 23664834 81600 1287.3535614013672 6.3934999999999995 1612.0746999999999 120960 54817 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 156 150 164 1662 468 0 0 0 0 20 0 0 0 0 0 +448 1783793786986562700 DEPTH 23 1 0.47135648995011259 0 1 11 1 11 0 0 1702 26 2601 23664869 81600 1278.5140533447266 6.0416999999999996 1553.4259 120960 43644 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 156 150 162 1667 466 0 0 0 0 26 0 0 0 0 0 +449 1783793788526257400 DEPTH 23 1 0.47211072893165273 0 1 11 1 11 0 0 1704 22 2586 23664789 81600 1278.2232666015625 6.0324999999999998 1538.3866 120960 29799 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 156 150 162 1663 455 0 0 0 0 22 0 0 0 0 0 +450 1783793788789213900 REFRESH 23 0 0.47278336446111108 0 1 11 1 11 0 0 1705 7 431 3943895 55200 222.13017272949219 0.99929999999999997 261.65890000000002 20160 13438 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737495 748800 26 25 32 273 75 0 0 0 0 7 0 0 0 0 0 +451 1783793790345910100 DEPTH 23 1 0.4703825752018484 0 1 11 1 11 0 0 1707 27 2588 23664812 81600 1293.0828857421875 6.0152000000000001 1555.2465999999999 120960 65702 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 156 150 182 1641 459 0 0 0 0 27 0 0 0 0 0 +452 1783793791899657600 DEPTH 23 1 0.47121572185836352 0 1 11 1 11 0 0 1708 12 2596 23664874 81600 1286.5106048583984 6.0615000000000006 1551.7218 120960 54258 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 156 150 169 1657 464 0 0 0 0 12 0 0 0 0 0 +453 1783793793444760600 DEPTH 23 1 0.47195942897284016 0 1 11 1 11 0 0 1710 18 2593 23664889 81600 1286.2162170410156 6.0233999999999996 1543.8311000000001 120960 43702 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 156 150 163 1665 459 0 0 0 0 18 0 0 0 0 0 +454 1783793794985347800 DEPTH 23 1 0.47262265854203211 0 1 11 1 11 0 0 1711 17 2591 23664775 81600 1277.2589721679688 6.016 1539.2043000000001 120960 30393 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 156 150 162 1662 461 0 0 0 0 17 0 0 0 0 0 +455 1783793795249317800 REFRESH 23 0 0.47321347627245469 0 1 11 1 11 0 0 1711 5 428 3943911 55200 222.10560607910156 1.002 262.65089999999998 20160 13495 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 26 25 32 273 72 0 0 0 0 5 0 0 0 0 0 +456 1783793796815981200 DEPTH 23 1 0.46873914121005072 0 1 11 1 11 0 0 1711 15 2593 23664845 81600 1290.3359985351562 6.0484 1565.4259999999999 120960 66238 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 156 150 172 1655 460 0 0 0 0 15 0 0 0 0 0 +457 1783793798359772200 DEPTH 23 1 0.46970618640688394 0 1 11 1 11 0 0 1711 20 2589 23664880 81600 1284.0724792480469 6.0548000000000002 1542.4743000000001 120960 54742 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 156 150 164 1661 458 0 0 0 0 20 0 0 0 0 0 +458 1783793799897433000 DEPTH 23 1 0.4705704915211576 0 1 11 1 11 0 0 1712 22 2592 23664847 81600 1279.6287231445312 5.9997999999999996 1536.2750000000001 120960 44357 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 156 150 162 1668 456 0 0 0 0 22 0 0 0 0 0 +459 1783793801438487100 DEPTH 23 1 0.47134234815722509 0 1 11 1 11 0 0 1713 25 2605 23664820 81600 1274.2142944335938 6.0383000000000004 1539.7352000000001 120960 29943 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 156 150 162 1664 473 0 0 0 0 25 0 0 0 0 0 +460 1783793801700398900 REFRESH 23 0 0.47203101867159419 0 1 11 1 11 0 0 1713 5 428 3943930 55200 220.95155334472656 0.99970000000000003 260.55759999999998 20160 13627 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 26 25 32 273 72 0 0 0 0 5 0 0 0 0 0 +461 1783793803243163000 DEPTH 23 1 0.46764483909832488 0 1 11 1 11 0 0 1715 15 2592 23664837 81600 1286.8189849853516 6.0090000000000003 1541.5134 120960 66462 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 156 150 179 1648 459 0 0 0 0 15 0 0 0 0 0 +462 1783793804808546700 DEPTH 23 1 0.468691311781882 0 1 11 1 11 0 0 1718 26 2584 23664804 81600 1286.8290557861328 6.0573000000000006 1563.6668 120960 55880 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 156 150 165 1658 455 0 0 0 1 25 0 0 0 0 0 +463 1783793806377686900 DEPTH 23 1 0.4696271887466974 0 1 11 1 11 0 0 1719 27 2589 23664911 81600 1281.2142639160156 6.0464000000000002 1567.8774000000001 120960 43690 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426511 4492800 156 150 162 1660 461 0 0 0 1 26 0 0 0 0 0 +464 1783793807995518100 DEPTH 23 1 0.47046354672976975 0 1 11 1 11 0 0 1720 20 2589 23664819 81600 1275.6976623535156 6.8147000000000002 1616.5617 120960 30063 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 156 150 162 1659 462 0 0 0 0 20 0 0 0 0 0 +465 1783793808258340700 REFRESH 23 0 0.47121035470999995 0 1 11 1 11 0 0 1720 7 428 3943901 55200 222.92582702636719 1.0004 261.54669999999999 20160 13669 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 26 25 32 272 73 0 0 0 0 7 0 0 0 0 0 +466 1783793809900216600 DEPTH 23 1 0.46887658468458671 0 1 11 1 11 0 0 1720 16 2583 23664844 81600 1354.9452667236328 6.0469999999999997 1639.9914000000001 120960 66576 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426443 4492800 156 150 167 1654 456 0 0 0 0 16 0 0 0 0 0 +467 1783793811549585100 DEPTH 23 1 0.46977031136777803 0 1 11 1 11 0 0 1720 15 2583 23664932 81600 1372.3504791259766 6.0253999999999994 1648.0278000000001 120960 55466 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426531 4492800 156 150 163 1657 457 0 0 0 0 15 0 0 0 0 0 +468 1783793813270478300 DEPTH 23 1 0.47056880191974193 0 1 11 1 11 0 0 1720 21 2589 23664844 81600 1371.2962188720703 6.0549999999999997 1650.3800000000001 120960 44099 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 156 150 162 1661 460 0 0 0 0 21 0 0 0 0 0 +469 1783793814925990000 DEPTH 23 1 0.47128159670254521 0 1 11 1 11 0 0 1721 16 2598 23664812 81600 1367.3690490722656 6.0446 1654.0383999999999 120960 30147 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 156 150 162 1664 466 0 0 0 0 16 0 0 0 0 0 +470 1783793815208617600 REFRESH 23 0 0.47191728196052907 0 1 11 1 11 0 0 1721 4 430 3943868 55200 237.011962890625 0.99960000000000004 281.25020000000001 20160 13625 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737468 748800 26 25 32 271 76 0 0 0 0 4 0 0 0 0 0 +471 1783793817056954600 DEPTH 23 1 0.46648358523264216 0 1 11 1 11 0 0 1723 15 2587 23664780 81600 1416.9282684326172 7.008 1846.3861999999999 120960 66113 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426380 4492800 156 150 175 1650 456 0 0 0 0 15 0 0 0 0 0 +472 1783793818814554800 DEPTH 23 1 0.46758746122353539 0 1 11 1 11 0 0 1724 17 2588 23664755 81600 1378.4627227783203 7.1273 1756.1579999999999 120960 55194 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426355 4492800 156 150 166 1661 455 0 0 0 0 17 0 0 0 0 0 +473 1783793820556342700 DEPTH 23 1 0.4685751690875426 0 1 11 1 11 0 0 1725 20 2587 23664852 81600 1376.6072387695312 6.6379000000000001 1740.5768 120960 44369 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 156 150 162 1664 455 0 0 0 0 20 0 0 0 0 0 +474 1783793822323506500 DEPTH 23 1 0.46945834198425751 0 1 11 1 11 0 0 1726 16 2597 23664832 81600 1374.7509307861328 7.4938000000000002 1765.4737 120960 31122 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426428 4492800 156 150 162 1664 465 0 0 0 0 16 0 0 0 0 0 +475 1783793822602936400 REFRESH 23 0 0.4702474496785492 0 1 11 1 11 0 0 1727 8 427 3943916 55200 237.10310363769531 0.999 278.08890000000002 20160 13435 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 26 25 31 273 72 0 0 0 0 8 0 0 0 0 0 +476 1783793824440279400 DEPTH 23 1 0.46895191488057048 0 1 11 1 11 0 0 1727 12 2600 23664853 81600 1395.5021820068359 7.5892999999999997 1836.0057999999999 120960 65935 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 156 150 168 1656 470 0 0 0 0 12 0 0 0 0 0 +477 1783793826218672300 DEPTH 23 1 0.46978021795176095 0 1 11 1 11 0 0 1729 17 2592 23664865 81600 1380.1011047363281 6.8350999999999997 1777.0489 120960 54863 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 156 150 162 1665 459 0 0 0 0 17 0 0 0 0 0 +478 1783793828062094100 DEPTH 23 1 0.4705199911402454 0 1 11 1 11 0 0 1730 15 2595 23664833 81600 1382.7913513183594 6.7387999999999995 1842.1719000000001 120960 43842 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 156 150 162 1662 465 0 0 0 0 15 0 0 0 0 0 +479 1783793829846119800 DEPTH 23 1 0.47118010339268707 0 1 11 1 11 0 0 1731 23 2595 23664942 81600 1381.7774200439453 8.6522000000000006 1782.3875 120960 30355 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426540 4492800 156 150 162 1667 460 0 0 0 0 23 0 0 0 0 0 +480 1783793830135933200 REFRESH 23 0 0.47176853668495178 0 1 11 1 11 0 0 1732 7 428 3943902 55200 235.9031982421875 1.0012000000000001 278.08240000000001 20160 13549 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 26 25 31 274 72 0 0 0 0 7 0 0 0 0 0 +481 1783793831808295300 DEPTH 23 1 0.4692924747197007 0 1 11 1 11 0 0 1733 19 2591 23664846 81600 1383.6792144775391 6.0928000000000004 1670.2559000000001 120960 66046 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 156 150 168 1659 458 0 0 0 0 19 0 0 0 0 0 +482 1783793833471791600 DEPTH 23 1 0.47005838275421929 0 1 11 1 11 0 0 1733 16 2591 23664934 81600 1380.1533508300781 6.0471999999999992 1662.174 120960 54682 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426531 4492800 156 150 163 1663 459 0 0 0 0 16 0 0 0 0 0 +483 1783793835263263300 DEPTH 23 1 0.47074207944545948 0 1 11 1 11 0 0 1734 14 2602 23664829 81600 1396.6540985107422 6.8540000000000001 1789.7117000000001 120960 43426 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426425 4492800 156 150 162 1667 467 0 0 0 0 14 0 0 0 0 0 +484 1783793837062672100 DEPTH 23 1 0.47135180151057232 0 1 11 1 11 0 0 1735 19 2598 23664882 81600 1393.4981231689453 6.736699999999999 1797.4799 120960 29978 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 156 150 162 1668 462 0 0 0 0 19 0 0 0 0 0 +485 1783793837348622900 REFRESH 23 0 0.47189496192138425 0 1 11 1 11 0 0 1735 4 430 3943909 55200 238.31552124023438 1.0021 284.40379999999999 20160 13645 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 26 25 31 274 74 0 0 0 0 4 0 0 0 0 0 +486 1783793839182029900 DEPTH 23 1 0.46637823227942021 0 1 11 1 11 0 0 1735 19 2590 23664823 81600 1406.0318756103516 6.5465999999999998 1831.6318000000001 120960 66749 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 156 150 170 1659 455 0 0 0 0 19 0 0 0 0 0 +487 1783793841003458800 DEPTH 23 1 0.46740761695342131 0 1 11 1 11 0 0 1735 17 2593 23664819 81600 1389.0989990234375 6.7939999999999996 1819.5880999999999 120960 55644 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 156 150 165 1664 458 0 0 0 0 17 0 0 0 0 0 +488 1783793842893519500 DEPTH 23 1 0.46832851980310569 0 1 11 1 11 0 0 1736 21 2598 23664890 81600 1431.7618103027344 6.3597000000000001 1888.2719 120960 44265 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426489 4492800 156 150 162 1668 462 0 0 0 0 21 0 0 0 0 0 +489 1783793844816099800 DEPTH 23 1 0.4691518042305497 0 1 11 1 11 0 0 1738 25 2600 23664822 81600 1362.0060272216797 7.4958999999999998 1856.1590000000001 120960 30739 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426422 4492800 156 150 162 1668 464 0 0 0 0 25 0 0 0 0 0 +490 1783793845089701500 REFRESH 23 0 0.46988724722642661 0 1 11 1 11 0 0 1738 12 425 3943897 55200 228.12979125976562 1.0032000000000001 271.84030000000001 20160 13489 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 26 25 31 274 69 0 0 0 0 12 0 0 0 0 0 +491 1783793846842214000 DEPTH 23 1 0.47054364801161741 0 1 11 1 11 0 0 1738 30 2596 23664777 81600 1319.93701171875 7.4638999999999989 1750.8054 120960 65516 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426377 4492800 156 150 179 1649 462 0 0 0 0 30 0 0 0 0 0 +492 1783793848543091000 DEPTH 23 1 0.4711289258146566 0 1 11 1 11 0 0 1738 24 2596 23664856 81600 1315.7026214599609 7.364300000000001 1699.1119000000001 120960 55331 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 156 150 166 1664 460 0 0 0 0 24 0 0 0 0 0 +493 1783793850234051200 DEPTH 23 1 0.47165020787142942 0 1 11 1 11 0 0 1740 19 2597 23664886 81600 1312.1353759765625 6.6065000000000005 1689.2679000000001 120960 43782 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 156 150 162 1668 461 0 0 0 0 19 0 0 0 0 0 +494 1783793852049887700 DEPTH 23 1 0.47211390862489522 0 1 11 1 11 0 0 1740 24 2598 23664816 81600 1326.6842651367188 7.2768000000000006 1814.1139000000001 120960 30450 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 156 150 162 1668 462 0 0 0 0 24 0 0 0 0 0 +495 1783793852327474300 REFRESH 23 0 0.47252580100483493 0 1 11 1 11 0 0 1740 6 433 3943901 55200 228.70016479492188 1.0059 275.65629999999999 20160 13406 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 26 25 31 274 77 0 0 0 1 5 0 0 0 0 0 +496 1783793854046918200 DEPTH 23 1 0.46889108057961965 0 1 11 1 11 0 0 1740 20 2598 23664813 81600 1377.003662109375 6.9347000000000003 1717.3880999999999 120960 65774 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 156 150 172 1658 462 0 0 0 0 20 0 0 0 0 0 +497 1783793855741070700 DEPTH 23 1 0.46961442329279879 0 1 11 1 11 0 0 1740 15 2586 23664809 81600 1381.3444976806641 6.0741999999999994 1692.2784999999999 120960 54430 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 156 150 162 1667 451 0 0 0 0 15 0 0 0 0 0 +498 1783793857680081600 DEPTH 23 1 0.47026003742602535 0 1 11 1 11 0 0 1740 13 2596 23664850 81600 1352.0601501464844 9.9714999999999989 1937.4131 120960 44366 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426450 4492800 156 150 162 1667 461 0 0 0 0 13 0 0 0 0 0 +499 1783793859467933000 DEPTH 23 1 0.47083571036568539 0 1 11 1 11 0 0 1743 18 2590 23664808 81600 1363.2389068603516 6.5634000000000006 1786.1007 120960 29920 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 156 150 167 1661 456 0 0 0 0 18 0 0 0 0 0 +500 1783793859738913200 REFRESH 23 0 0.47134845069286024 0 1 11 1 11 0 0 1743 9 425 3943914 55200 226.7904052734375 0.99550000000000005 269.27550000000002 20160 13611 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 26 25 31 273 70 0 0 0 0 9 0 0 0 0 0 +501 1783793861370340000 DEPTH 23 1 0.4708045660642895 0 1 11 1 11 0 0 1745 16 2597 23664774 81600 1320.1817932128906 6.2307999999999995 1629.6116999999999 120960 66486 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 156 150 175 1654 462 0 0 0 0 16 0 0 0 0 0 +502 1783793863042607700 DEPTH 23 1 0.47130973330523346 0 1 11 1 11 0 0 1746 22 2591 23664906 81600 1311.7952575683594 6.4622000000000002 1670.5965000000001 120960 54873 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426504 4492800 156 150 170 1660 455 0 0 0 0 22 0 0 0 0 0 +503 1783793864667448600 DEPTH 23 1 0.47175906149304636 0 1 11 1 11 0 0 1746 11 2600 23664818 81600 1312.1802215576172 6.2397 1623.3784000000001 120960 43878 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 156 150 168 1660 466 0 0 0 0 11 0 0 0 0 0 +504 1783793866315479300 DEPTH 23 1 0.47215814873238815 0 1 11 1 11 0 0 1746 12 2588 23664845 81600 1305.9850463867188 6.3263999999999996 1646.1612 120960 29951 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 156 150 168 1660 454 0 0 0 0 12 0 0 0 0 0 +505 1783793866587601900 REFRESH 23 0 0.47251203325291208 0 1 11 1 11 0 0 1746 5 427 3943938 55200 226.83648681640625 1.0186999999999999 270.66379999999998 20160 13523 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737538 748800 26 25 30 275 71 0 0 0 0 5 0 0 0 0 0 +506 1783793868254569500 DEPTH 23 1 0.46782524939717973 0 1 11 1 11 0 0 1748 19 2593 23664928 81600 1320.8524780273438 6.3156999999999996 1665.085 120960 65964 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426527 4492800 156 150 174 1653 460 0 0 0 0 19 0 0 0 0 0 +507 1783793869883299600 DEPTH 23 1 0.46860187800978126 0 1 11 1 11 0 0 1749 24 2599 23664836 81600 1313.7848358154297 7.7361000000000004 1627.0247999999999 120960 55506 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 156 150 168 1662 463 0 0 0 0 24 0 0 0 0 0 +508 1783793871524555900 DEPTH 23 1 0.46929559178754016 0 1 11 1 11 0 0 1750 16 2589 23664848 81600 1310.1117706298828 6.8700999999999999 1639.1223 120960 44212 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 156 150 168 1659 456 0 0 0 0 16 0 0 0 0 0 +509 1783793873317472200 DEPTH 23 1 0.46991469609469411 0 1 11 1 11 0 0 1754 18 2593 23664827 81600 1306.5677795410156 6.4573 1791.1575 120960 30762 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426424 4492800 156 150 168 1659 460 0 0 0 1 17 0 0 0 0 0 +510 1783793873586336500 REFRESH 23 0 0.47046666569655471 0 1 11 1 11 0 0 1754 5 429 3943927 55200 227.43449401855469 1.0041 267.47059999999999 20160 13659 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 26 25 30 274 74 0 0 0 0 5 0 0 0 0 0 +511 1783793875376660600 DEPTH 23 1 0.4659582278197974 0 1 11 1 11 0 0 1756 18 2584 23664874 81600 1323.4053192138672 6.4619 1713.3335 120960 66455 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 156 150 176 1647 455 1 0 0 0 17 0 0 0 0 0 +512 1783793877073316800 DEPTH 23 1 0.46689543690671981 0 1 11 1 11 0 0 1757 13 2585 23664880 81600 1319.1525421142578 6.5145 1694.8329000000001 120960 54723 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 156 150 169 1654 456 0 0 0 0 13 0 0 0 0 0 +513 1783793878776934600 DEPTH 23 1 0.46773374189407024 0 1 11 1 11 0 0 1760 19 2579 23664793 81600 1310.6022491455078 6.7954999999999997 1702.0539000000001 120960 43821 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 156 150 168 1653 452 0 0 0 0 19 0 0 0 0 0 +514 1783793880398459900 DEPTH 23 1 0.46848304676399088 0 1 11 1 11 0 0 1760 12 2576 23664874 81600 1306.9342803955078 6.4260999999999999 1619.5522000000001 120960 30064 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 156 150 174 1637 459 0 0 0 0 12 0 0 0 0 0 +515 1783793880671634900 REFRESH 23 0 0.46915226503986307 0 1 11 1 11 0 0 1760 4 424 3943890 55200 228.36122131347656 1.0023 271.20699999999999 20160 13563 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 26 25 31 271 71 0 0 0 0 4 0 0 0 0 0 +516 1783793882314388400 DEPTH 23 1 0.46374941883256493 0 1 11 1 11 0 0 1760 10 2573 23664866 81600 1321.5408020019531 6.2587000000000002 1641.1348 120960 66092 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 156 150 176 1634 457 0 0 0 0 10 0 0 0 0 0 +517 1783793883934161400 DEPTH 23 1 0.4648817279821002 0 1 11 1 11 0 0 1762 14 2580 23664783 81600 1311.1572418212891 6.263300000000001 1618.3951 120960 55624 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426381 4492800 156 150 174 1642 458 0 0 0 0 14 0 0 0 0 0 +518 1783793885600031900 DEPTH 23 1 0.46589569028506123 0 1 11 1 11 0 0 1764 20 2589 23664772 81600 1313.9784698486328 6.5404999999999998 1663.8856000000001 120960 44871 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426370 4492800 156 150 174 1644 465 0 0 0 0 20 0 0 0 0 0 +519 1783793887265570600 DEPTH 23 1 0.46680315369934244 0 1 11 1 11 0 0 1764 22 2591 23664862 81600 1309.8485717773438 7.0362999999999998 1663.4903999999999 120960 30062 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426458 4492800 156 150 174 1643 468 0 0 0 0 22 0 0 0 0 0 +520 1783793887546116600 REFRESH 23 0 0.46761478132837941 0 1 11 1 11 0 0 1764 4 425 3943934 55200 235.05612182617188 1.0067999999999999 278.62 20160 13443 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737534 748800 26 25 31 272 71 0 0 0 0 4 0 0 0 0 0 +521 1783793889168581000 DEPTH 23 1 0.46234016990696136 0 1 11 1 11 0 0 1765 20 2591 23664850 81600 1330.3882141113281 6.0291000000000006 1620.5809999999999 120960 65604 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 156 150 178 1646 461 0 0 0 0 20 0 0 0 0 0 +522 1783793890878506500 DEPTH 23 1 0.46358795643845896 0 1 11 1 11 0 0 1766 20 2596 23664836 81600 1325.8188781738281 7.1643999999999997 1708.3943999999999 120960 55248 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 156 150 174 1654 462 0 0 0 0 20 0 0 0 0 0 +523 1783793892545525400 DEPTH 23 1 0.46470591416832696 0 1 11 1 11 0 0 1767 19 2592 23664783 81600 1323.4749450683594 6.9143999999999997 1665.5275999999999 120960 44421 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426382 4492800 156 150 176 1653 457 0 0 0 0 19 0 0 0 0 0 +524 1783793894272692400 DEPTH 23 1 0.46570703896025323 0 1 11 1 11 0 0 1768 18 2598 23664901 81600 1327.0581359863281 7.1844999999999999 1725.5516 120960 29717 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426499 4492800 156 150 178 1652 462 0 0 0 0 18 0 0 0 0 0 +525 1783793894551865200 REFRESH 23 0 0.46660302703469025 0 1 11 1 11 0 0 1769 6 428 3943929 55200 227.82054138183594 1.0022 271.584 20160 13598 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 26 25 32 272 73 0 0 0 0 6 0 0 0 0 0 +526 1783793896258446600 DEPTH 23 1 0.46340440493353047 0 1 11 1 11 0 0 1770 24 2596 23664739 81600 1326.7394561767578 7.1287000000000003 1704.8929000000001 120960 65772 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426339 4492800 156 150 183 1644 463 0 0 0 0 24 0 0 0 0 0 +527 1783793897907304200 DEPTH 23 1 0.46452064648831159 0 1 11 1 11 0 0 1770 16 2590 23664769 81600 1318.4307250976562 6.6620000000000008 1646.95 120960 54503 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426368 4492800 156 150 180 1649 455 0 0 0 0 16 0 0 0 0 0 +528 1783793899618422400 DEPTH 23 1 0.46552027809159813 0 1 11 1 11 0 0 1770 13 2597 23664834 81600 1314.7658233642578 6.7551999999999994 1709.6212 120960 43284 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 156 150 180 1648 463 0 0 0 0 13 0 0 0 0 0 +529 1783793901266582000 DEPTH 23 1 0.46641497344122251 0 1 11 1 11 0 0 1772 23 2596 23664842 81600 1312.3368988037109 6.8531999999999993 1646.2372 120960 29695 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 156 150 179 1650 461 0 0 0 0 23 0 0 0 0 0 +530 1783793901537818200 REFRESH 23 0 0.46721523881009885 0 1 11 1 11 0 0 1772 6 427 3943923 55200 226.94093322753906 1.0015000000000001 269.19600000000003 20160 13614 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 26 25 32 273 71 0 0 0 1 5 0 0 0 0 0 +531 1783793903203853600 DEPTH 23 1 0.46393052978905314 0 1 11 1 11 0 0 1773 16 2596 23664909 81600 1333.9916076660156 6.6184000000000012 1664.4165 120960 66820 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426505 4492800 156 150 184 1644 462 0 0 0 0 16 0 0 0 0 0 +532 1783793904867188100 DEPTH 23 1 0.46496935635536735 0 1 11 1 11 0 0 1773 13 2591 23664855 81600 1327.2350616455078 6.9984000000000002 1662.0153 120960 55192 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 156 150 180 1650 455 0 0 0 0 13 0 0 0 0 0 +533 1783793906612146400 DEPTH 23 1 0.46589937743446663 0 1 11 1 11 0 0 1774 15 2595 23664871 81600 1309.3725433349609 6.5803000000000003 1672.6780000000001 120960 43795 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 156 150 179 1650 460 1 0 0 0 14 0 0 0 0 0 +534 1783793908272249100 DEPTH 23 1 0.46673148600543524 0 1 11 1 11 0 0 1776 19 2586 23664836 81600 1316.6469116210938 6.7763999999999998 1658.1089999999999 120960 30098 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 155 150 177 1650 454 0 0 0 0 19 0 0 0 0 0 +535 1783793908557263800 REFRESH 23 0 0.46747548569597797 0 1 11 1 11 0 0 1776 8 427 3943902 55200 239.22586059570312 1.0023 282.8963 20160 13627 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 26 25 32 273 71 0 0 0 0 8 0 0 0 0 0 +536 1783793910245043300 DEPTH 23 1 0.46614019971788345 0 1 11 1 11 0 0 1776 16 2593 23664817 81600 1330.8467254638672 6.5699000000000005 1685.5425 120960 66299 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426417 4492800 156 150 182 1646 459 0 0 0 0 16 0 0 0 0 0 +537 1783793911930411900 DEPTH 23 1 0.46693356890893789 0 1 11 1 11 0 0 1776 21 2585 23664874 81600 1328.8775787353516 7.2209999999999992 1683.8619000000001 120960 55285 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 156 150 180 1648 451 2 0 0 0 19 0 0 0 0 0 +538 1783793913602958400 DEPTH 23 1 0.46764273997064515 0 1 11 1 11 0 0 1776 20 2584 23664860 81600 1329.4112243652344 6.9729999999999999 1670.5621000000001 120960 43982 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 156 150 180 1650 448 0 0 0 0 20 0 0 0 0 0 +539 1783793915246930000 DEPTH 23 1 0.46827614488217284 0 1 11 1 11 0 0 1777 13 2592 23664839 81600 1315.3343200683594 6.5889999999999986 1642.1759999999999 120960 30615 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 156 150 176 1653 457 0 0 0 0 13 0 0 0 0 0 +540 1783793915520453400 REFRESH 23 0 0.46884137237290036 0 1 11 1 11 0 0 1777 7 426 3943894 55200 227.41401672363281 1.0115000000000001 271.34840000000003 20160 13616 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737494 748800 26 25 32 273 70 0 0 0 0 7 0 0 0 0 0 +541 1783793917223300100 DEPTH 23 1 0.46634525224771045 0 1 11 1 11 0 0 1778 17 2597 23664750 81600 1336.7429046630859 6.6741000000000001 1700.9227000000001 120960 66264 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426347 4492800 156 150 182 1647 462 0 0 0 0 17 0 0 0 0 0 +542 1783793918897194500 DEPTH 23 1 0.46709393127974885 0 1 11 1 11 0 0 1778 21 2594 23664877 81600 1315.3761291503906 7.1767999999999992 1672.1826000000001 120960 55091 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 156 150 180 1647 461 0 0 0 0 21 0 0 0 0 0 +543 1783793920540418200 DEPTH 23 1 0.46776294151390563 0 1 11 1 11 0 0 1778 16 2590 23664920 81600 1313.5473175048828 6.4521000000000006 1641.7683 120960 43865 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426518 4492800 156 150 179 1651 454 1 0 0 0 15 0 0 0 0 0 +544 1783793922184119100 DEPTH 23 1 0.46836026173994594 0 1 11 1 11 0 0 1779 20 2584 23664837 81600 1308.9085540771484 6.6437999999999997 1642.2659000000001 120960 29892 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 156 150 177 1652 449 1 0 0 0 19 0 0 0 0 0 +545 1783793922452765500 REFRESH 23 0 0.4688930728183256 0 1 11 1 11 0 0 1779 7 426 3943945 55200 226.23539733886719 1.0026999999999999 266.93020000000001 20160 13503 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737545 748800 26 25 32 273 70 0 0 0 0 7 0 0 0 0 0 +546 1783793924169870500 DEPTH 23 1 0.46636783747342225 0 1 11 1 11 0 0 1779 25 2589 23664737 81600 1320.9630737304688 6.7803000000000004 1715.4521 120960 66043 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426337 4492800 156 150 182 1647 454 0 0 0 0 25 0 0 0 0 0 +547 1783793925859869200 DEPTH 23 1 0.46709037210744164 0 1 11 1 11 0 0 1779 26 2591 23664801 81600 1311.0110931396484 7.3599000000000006 1687.9774 120960 54913 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426399 4492800 156 150 180 1650 455 1 0 0 1 24 0 0 0 0 0 +548 1783793927630564300 DEPTH 23 1 0.46773591143293064 0 1 11 1 11 0 0 1782 20 2585 23664789 81600 1305.3003540039062 7.3291000000000004 1769.1219000000001 120960 43906 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426385 4492800 156 150 180 1648 451 3 0 0 2 15 0 0 0 0 0 +549 1783793929297210500 DEPTH 23 1 0.4683121666420369 0 1 11 1 11 0 0 1784 18 2588 23664805 81600 1315.9167938232422 6.7635999999999994 1665.2516000000001 120960 29755 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426405 4492800 156 150 177 1652 453 3 0 0 1 14 0 0 0 0 0 +550 1783793929568965500 REFRESH 23 0 0.46882607775883989 0 1 11 1 11 0 0 1784 6 427 3943918 55200 227.82975769042969 1.0028999999999999 269.71339999999998 20160 13612 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 26 25 32 273 71 1 0 0 0 5 0 0 0 0 0 +551 1783793931183275400 DEPTH 23 1 0.46528389075644727 0 1 11 1 11 0 0 1784 22 2592 23664902 81600 1323.2680816650391 6.0270999999999999 1612.9362000000001 120960 66017 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 156 150 182 1643 461 4 0 0 0 18 0 0 0 0 0 +552 1783793932785219100 DEPTH 23 1 0.46609122696237881 0 1 11 1 11 0 0 1784 16 2589 23664822 81600 1331.3874206542969 6.0404999999999998 1600.2415000000001 120960 55038 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 156 150 180 1648 455 0 0 0 0 16 0 0 0 0 0 +553 1783793934500331000 DEPTH 23 1 0.46681314552340991 0 1 11 1 11 0 0 1784 19 2588 23664922 81600 1327.0241394042969 7.2027000000000001 1713.2940000000001 120960 43582 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426522 4492800 156 150 180 1649 453 0 0 0 0 19 0 0 0 0 0 +554 1783793936208584200 DEPTH 23 1 0.46745819962392882 0 1 11 1 11 0 0 1784 10 2589 23664774 81600 1308.5522003173828 7.1912999999999991 1706.3189 120960 29401 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426372 4492800 156 150 178 1650 455 0 0 0 0 10 0 0 0 0 0 +555 1783793936479355900 REFRESH 23 0 0.46803408708245553 0 1 11 1 11 0 0 1784 8 429 3943931 55200 226.229248046875 1.0024999999999999 269.1739 20160 13624 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 26 25 32 273 73 0 0 0 0 8 0 0 0 0 0 +556 1783793938280169600 DEPTH 23 1 0.46654773588850723 0 1 11 1 11 0 0 1784 14 2589 23664795 81600 1337.9082183837891 7.8580999999999994 1727.7571 120960 66414 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 156 150 181 1648 454 0 0 0 0 14 0 0 0 0 0 +557 1783793940025762900 DEPTH 23 1 0.46720538118577459 0 1 11 1 11 0 0 1784 15 2592 23664849 81600 1356.0975189208984 7.6717000000000013 1743.8524 120960 54845 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 156 150 180 1649 457 0 0 0 0 15 0 0 0 0 0 +558 1783793941829665700 DEPTH 23 1 0.46779263455697873 0 1 11 1 11 0 0 1784 17 2590 23664839 81600 1395.2738494873047 7.0494999999999992 1802.2150999999999 120960 43756 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 156 150 180 1648 456 0 0 0 0 17 0 0 0 0 0 +559 1783793943515479700 DEPTH 23 1 0.46831654638023984 0 1 11 1 11 0 0 1784 17 2595 23664838 81600 1348.0704040527344 6.7431000000000001 1684.3422 120960 30323 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 156 150 176 1653 460 0 0 0 0 17 0 0 0 0 0 +560 1783793943783476400 REFRESH 23 0 0.46878346194980774 0 1 11 1 11 0 0 1784 6 428 3943930 55200 227.18464660644531 1.0013000000000001 266.75420000000003 20160 13549 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 26 25 32 273 72 0 0 0 0 6 0 0 0 0 0 +561 1783793945465842600 DEPTH 23 1 0.46519909198471654 0 1 11 1 11 0 0 1784 12 2592 23664742 81600 1320.8010864257812 6.9494999999999996 1681.0275999999999 120960 66307 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426339 4492800 156 150 180 1650 456 0 0 0 0 12 0 0 0 0 0 +562 1783793947101305400 DEPTH 23 1 0.46596857608657244 0 1 11 1 11 0 0 1786 17 2597 23664884 81600 1313.6896057128906 6.1767000000000003 1634.027 120960 55672 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426482 4492800 156 150 180 1648 463 0 0 0 0 17 0 0 0 0 0 +563 1783793948747657900 DEPTH 23 1 0.46665653985156019 0 1 11 1 11 0 0 1786 19 2598 23664863 81600 1310.4199829101562 6.7589999999999995 1645.0651 120960 44735 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 156 150 178 1652 462 0 0 0 0 19 0 0 0 0 0 +564 1783793950533223500 DEPTH 23 1 0.46727114627124744 0 1 11 1 11 0 0 1787 23 2585 23664815 81600 1331.6076507568359 6.7565 1784.3196 120960 30525 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 156 150 177 1651 451 0 0 0 0 23 0 0 0 0 0 +565 1783793950804086800 REFRESH 23 0 0.46781974199330645 0 1 11 1 11 0 0 1787 4 425 3943888 55200 228.61721801757812 1.0013000000000001 269.65969999999999 20160 13555 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737488 748800 26 25 32 273 69 0 0 0 0 4 0 0 0 0 0 +566 1783793952464284900 DEPTH 23 1 0.46230893895616149 0 1 11 1 11 0 0 1788 27 2590 23664902 81600 1322.8165130615234 6.6546999999999992 1658.9617000000001 120960 66159 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426502 4492800 156 150 180 1649 455 0 0 0 3 24 0 0 0 0 0 +567 1783793954201971000 DEPTH 23 1 0.46334468786017008 0 1 11 1 11 0 0 1791 22 2599 23664833 81600 1361.5943908691406 7.3230000000000013 1735.7364 120960 54733 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 156 150 180 1650 463 0 0 0 0 22 0 0 0 0 0 +568 1783793955872518100 DEPTH 23 1 0.46427234429168379 0 1 11 1 11 0 0 1791 19 2589 23664801 81600 1313.1806793212891 7.4376999999999995 1668.8707999999999 120960 44002 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 156 150 177 1652 454 0 0 0 2 17 0 0 0 0 0 +569 1783793957527067400 DEPTH 23 1 0.46510272823470128 0 1 11 1 11 0 0 1791 15 2591 23664855 81600 1312.7733459472656 6.1876000000000007 1652.6922 120960 30045 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 155 150 174 1657 455 0 0 0 0 15 0 0 0 0 0 +570 1783793957805764600 REFRESH 23 0 0.46584557763135387 0 1 11 1 11 0 0 1792 7 427 3943921 55200 227.70381164550781 1.0184 276.69819999999999 20160 13551 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 26 25 32 272 72 0 0 0 0 7 0 0 0 0 0 +571 1783793959471162100 DEPTH 23 1 0.46350965658634119 0 1 11 1 11 0 0 1795 20 2587 23664896 81600 1322.2379455566406 6.5767000000000007 1663.1120000000001 120960 66282 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 156 150 180 1649 452 0 0 0 0 20 0 0 0 0 0 +572 1783793961257604400 DEPTH 23 1 0.46440285275092097 0 1 11 1 11 0 0 1798 17 2594 23664833 81600 1342.9935607910156 7.1411999999999995 1784.9764 120960 54931 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426430 4492800 156 150 180 1649 459 0 0 0 0 17 0 0 0 0 0 +573 1783793962925978600 DEPTH 23 1 0.46520226496849837 0 1 11 1 11 0 0 1800 22 2593 23664811 81600 1326.2107238769531 6.2948999999999993 1666.5106000000001 120960 43941 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426411 4492800 156 150 177 1653 457 0 0 0 0 22 0 0 0 0 0 +574 1783793964587787400 DEPTH 23 1 0.46591728215565414 0 1 11 1 11 0 0 1801 14 2590 23664810 81600 1321.77001953125 6.4946999999999999 1660.3485000000001 120960 29325 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 156 150 175 1655 454 0 0 0 0 14 0 0 0 0 0 +575 1783793964857770000 REFRESH 23 0 0.46655635429506881 0 1 11 1 11 0 0 1801 9 427 3943907 55200 227.57069396972656 1.0008999999999999 268.77499999999998 20160 13586 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 26 25 30 275 71 0 0 0 0 9 0 0 0 0 0 +576 1783793966512166300 DEPTH 23 1 0.46612708632915201 0 1 11 1 11 0 0 1803 20 2586 23664761 81600 1320.9559783935547 6.2345000000000006 1653.1912 120960 66070 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426361 4492800 156 150 180 1649 451 0 0 0 0 20 0 0 0 0 0 +577 1783793968134796400 DEPTH 23 1 0.4667363226643077 0 1 11 1 11 0 0 1804 13 2589 23664846 81600 1313.9210510253906 6.3452999999999999 1621.0191 120960 54926 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 156 150 180 1650 453 0 0 0 0 13 0 0 0 0 0 +578 1783793969825259000 DEPTH 23 1 0.4672802232247707 0 1 11 1 11 0 0 1804 19 2580 23664860 81600 1313.7061614990234 6.468 1613.2212999999999 120960 44063 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 156 150 178 1651 445 0 0 0 0 19 0 0 0 0 0 +579 1783793971488369300 DEPTH 23 1 0.4677653319010579 0 1 11 1 11 0 0 1805 15 2587 23664924 81600 1310.4322509765625 6.5846999999999998 1661.864 120960 30023 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426522 4492800 153 150 174 1659 451 0 0 0 0 15 0 0 0 0 0 +580 1783793971755350300 REFRESH 23 0 0.46819753815357307 0 1 11 1 11 0 0 1805 6 425 3943914 55200 226.84877014160156 1.0033000000000001 265.78390000000002 20160 13512 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 26 25 31 274 69 0 0 0 0 6 0 0 0 0 0 +581 1783793973408182200 DEPTH 23 1 0.46458214245584883 0 1 11 1 11 0 0 1805 14 2584 23664782 81600 1324.2267608642578 6.5190000000000001 1651.5217 120960 66517 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426380 4492800 156 150 180 1649 449 0 0 0 0 14 0 0 0 0 0 +582 1783793975079525600 DEPTH 23 1 0.46532391519346339 0 1 11 1 11 0 0 1805 8 2582 23664818 81600 1317.7867126464844 6.8574999999999999 1670.1505999999999 120960 54816 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 156 150 180 1648 448 0 0 0 0 8 0 0 0 0 0 +583 1783793976707004400 DEPTH 23 1 0.46398714967306326 0 1 11 1 11 0 0 1805 18 2580 23664813 81600 1311.5566101074219 6.2839 1626.2499 120960 43329 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 156 150 177 1650 447 0 0 0 0 18 0 0 0 0 0 +584 1783793978355899100 DEPTH 23 1 0.46477970983048289 0 1 11 1 11 0 0 1805 24 2584 23664882 81600 1310.7202453613281 6.452 1647.5201999999999 120960 29561 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 153 150 175 1655 451 0 0 0 0 24 0 0 0 0 0 +585 1783793978626748900 REFRESH 23 0 0.46548867316804998 0 1 11 1 11 0 0 1806 7 429 3943943 55200 227.64749145507812 1.0004999999999999 269.51799999999997 20160 13550 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737543 748800 26 25 30 274 74 0 0 0 0 7 0 0 0 0 0 +586 1783793980296529700 DEPTH 23 1 0.46312240939815869 0 1 11 1 11 0 0 1806 16 2577 23664830 81600 1321.3451843261719 7.4484999999999992 1668.4870000000001 120960 66594 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426428 4492800 156 150 180 1649 442 0 0 0 0 16 0 0 0 0 0 +587 1783793981943920700 DEPTH 23 1 0.46398845122248472 0 1 11 1 11 0 0 1808 25 2589 23664816 81600 1316.8240814208984 6.3802000000000003 1645.856 120960 55185 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 156 150 180 1650 453 1 0 0 0 24 0 0 0 0 0 +588 1783793983570355400 DEPTH 23 1 0.46476357803327617 0 1 11 1 11 0 0 1809 21 2585 23664899 81600 1311.5453643798828 6.7570999999999994 1625.1835000000001 120960 43737 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426496 4492800 156 150 177 1653 449 2 0 0 0 19 0 0 0 0 0 +589 1783793985213070100 DEPTH 23 1 0.46545689124451461 0 1 11 1 11 0 0 1810 30 2585 23664822 81600 1306.1284790039062 6.7924999999999986 1641.2689 120960 29827 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 153 150 174 1658 450 2 0 0 0 28 0 0 0 0 0 +590 1783793985482490800 REFRESH 23 0 0.46607658208995806 0 1 11 1 11 0 0 1810 4 426 3943932 55200 227.79597473144531 1.0001 268.24459999999999 20160 13697 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 26 25 30 275 70 0 0 0 0 4 0 0 0 0 0 +591 1783793987172968100 DEPTH 23 1 0.46063002264137803 0 1 11 1 11 0 0 1811 24 2588 23664894 81600 1349.8746948242188 11.347399999999999 1689.3275000000001 120960 66142 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426494 4492800 156 150 180 1648 454 0 0 0 0 24 0 0 0 0 0 +592 1783793988816796100 DEPTH 23 1 0.46172384772497171 0 1 11 1 11 0 0 1811 23 2593 23664822 81600 1313.2534484863281 7.0659999999999998 1642.6092000000001 120960 55185 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 156 150 180 1648 459 3 0 0 0 20 0 0 0 0 0 +593 1783793990454496800 DEPTH 23 1 0.46270402864613125 0 1 11 1 11 0 0 1813 31 2583 23664967 81600 1308.86279296875 6.3258999999999999 1636.4021 120960 43450 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426566 4492800 156 150 178 1652 447 2 0 0 0 29 0 0 0 0 0 +594 1783793992106671200 DEPTH 23 1 0.46358193954173443 0 1 11 1 11 0 0 1814 17 2584 23664854 81600 1308.9699859619141 6.4985999999999997 1650.944 120960 30035 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 156 150 175 1654 449 0 0 0 0 17 0 0 0 0 0 +595 1783793992375663300 REFRESH 23 0 0.46436781709720493 0 1 11 1 11 0 0 1815 10 429 3943924 55200 227.57682800292969 1.0001 267.77640000000002 20160 13520 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 26 25 30 275 73 0 0 0 0 10 0 0 0 0 0 +596 1783793994055556200 DEPTH 23 1 0.465070874291865 0 1 11 1 11 0 0 1819 33 2583 23664843 81600 1322.0495300292969 6.676499999999999 1678.6505999999999 120960 66033 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 156 150 180 1648 449 3 0 0 0 30 0 0 0 0 0 +597 1783793995679330300 DEPTH 23 1 0.46569940276975152 0 1 11 1 11 0 0 1821 24 2570 23664888 81600 1316.7862701416016 6.1436999999999999 1621.7009 120960 55602 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426488 4492800 156 150 180 1650 434 0 0 0 0 24 0 0 0 0 0 +598 1783793997308383400 DEPTH 23 1 0.46626086497334907 0 1 11 1 11 0 0 1823 24 2563 23664923 81600 1314.7432861328125 6.9006000000000007 1627.7028 120960 43303 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426523 4492800 156 150 177 1653 427 0 0 0 0 24 0 0 0 0 0 +599 1783793998949367700 DEPTH 23 1 0.4667619770639479 0 1 11 1 11 0 0 1827 32 2559 23664975 81600 1308.0138549804688 6.993100000000001 1639.7011 120960 29436 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426574 4492800 156 150 174 1655 424 0 0 0 0 32 0 0 0 0 0 +600 1783793999220889400 REFRESH 23 0 0.46720878354996481 0 1 11 1 11 0 0 1828 10 423 3943917 55200 228.38067626953125 1.0024 270.2405 20160 13490 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 26 25 30 274 68 0 0 0 0 10 0 0 0 0 0 +601 1783794000919627800 DEPTH 23 1 0.4676067244524309 0 1 11 1 11 0 0 1834 45 2550 23664806 81600 1320.585205078125 6.374200000000001 1626.4837 120960 66111 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426405 4492800 156 150 180 1649 415 0 0 0 0 45 0 0 0 0 0 +602 1783794002571354900 DEPTH 23 1 0.46796069575392857 0 1 11 1 11 0 0 1839 53 2543 23664861 81600 1310.1734161376953 6.5320999999999998 1650.4775999999999 120960 55570 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 156 150 180 1650 407 0 0 0 0 53 0 0 0 0 0 +603 1783794004211646800 DEPTH 23 1 0.46827510380263376 0 1 11 1 11 0 0 1840 45 2534 23664896 81600 1312.6893768310547 6.4278000000000004 1639.0325 120960 43761 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 156 150 180 1650 398 0 0 0 0 45 0 0 0 0 0 +604 1783794005867337700 DEPTH 23 1 0.46855391427595255 0 1 11 1 11 0 0 1840 44 2538 23664957 81600 1311.4767303466797 6.6584000000000003 1654.4611 120960 29951 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426556 4492800 155 150 176 1655 402 0 0 0 0 44 0 0 0 0 0 +605 1783794006136837400 REFRESH 23 0 0.46880069624779264 0 1 11 1 11 0 0 1842 6 423 3943923 55200 227.94053649902344 0.99990000000000001 268.17660000000001 20160 13540 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737523 748800 26 25 30 275 67 0 0 0 0 6 0 0 0 0 0 +606 1783794007855830400 DEPTH 23 1 0.46501866184910629 0 1 11 1 11 0 0 1847 43 2537 23664883 81600 1345.1171875 8.436300000000001 1717.7635 120960 66008 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 156 150 180 1650 401 0 0 0 0 43 0 0 0 0 0 +607 1783794009506547700 DEPTH 23 1 0.46561070196237786 0 1 11 1 11 0 0 1851 45 2536 23664872 81600 1321.7986450195312 6.4309000000000003 1649.2864999999999 120960 54969 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 156 150 180 1650 400 0 0 0 0 45 0 0 0 0 0 +608 1783794011166164500 DEPTH 23 1 0.46613941834666101 0 1 11 1 11 0 0 1852 47 2544 23664886 81600 1324.2695617675781 6.1573000000000002 1657.2043000000001 120960 44285 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 156 150 179 1651 408 0 0 0 0 47 0 0 0 0 0 +609 1783794012916859000 DEPTH 23 1 0.46661115255011087 0 1 11 1 11 0 0 1852 30 2545 23664970 81600 1367.3932952880859 8.8851000000000013 1748.8635999999999 120960 30573 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426569 4492800 156 150 176 1654 409 0 0 0 0 30 0 0 0 0 0 +610 1783794013206187100 REFRESH 23 0 0.46703161193126186 0 1 11 1 11 0 0 1852 9 425 3943933 55200 245.49580383300781 1.0105 287.6284 20160 13499 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737533 748800 26 25 30 275 69 0 0 0 0 9 0 0 0 0 0 +611 1783794014894402000 DEPTH 23 1 0.46640593307817618 0 1 11 1 11 0 0 1852 27 2559 23664933 81600 1348.0233001708984 6.4085999999999999 1686.0239999999999 120960 66090 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426533 4492800 156 150 180 1650 423 0 0 0 0 27 0 0 0 0 0 +612 1783794016548380100 DEPTH 23 1 0.46683873888567651 0 1 11 1 11 0 0 1854 31 2556 23664804 81600 1319.0424194335938 6.2858000000000001 1652.0174999999999 120960 55153 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 156 150 179 1649 422 0 0 0 0 31 0 0 0 0 0 +613 1783794018177153200 DEPTH 23 1 0.46722418992485382 0 1 11 1 11 0 0 1856 30 2560 23664855 81600 1315.5862884521484 6.2233999999999998 1626.8931 120960 43712 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 156 150 177 1653 424 0 0 0 0 30 0 0 0 0 0 +614 1783794019819934100 DEPTH 23 1 0.467567030675623 0 1 11 1 11 0 0 1857 29 2576 23664856 81600 1312.7929077148438 6.6598999999999995 1640.9213 120960 29743 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 153 150 174 1659 440 0 0 0 0 29 0 0 0 0 0 +615 1783794020092566000 REFRESH 23 0 0.46787153113602242 0 1 11 1 11 0 0 1860 12 425 3943896 55200 229.08416748046875 1.0012000000000001 270.57240000000002 20160 13415 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 26 25 30 275 69 0 0 0 0 12 0 0 0 0 0 +616 1783794021764918500 DEPTH 23 1 0.46814153427058136 0 1 11 1 11 0 0 1865 29 2585 23664815 81600 1324.073974609375 7.0573999999999995 1670.4825000000001 120960 66294 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 156 150 180 1649 450 0 0 0 0 29 0 0 0 0 0 +617 1783794023415904100 DEPTH 23 1 0.46838049871385024 0 1 11 1 11 0 0 1871 24 2579 23664883 81600 1316.7237091064453 7.0230999999999995 1648.9517000000001 120960 55557 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 156 150 180 1650 443 0 0 0 0 24 0 0 0 0 0 +618 1783794025047323700 DEPTH 23 1 0.46859153720357571 0 1 11 1 11 0 0 1875 33 2582 23664803 81600 1315.1201324462891 6.3741000000000003 1629.6713999999999 120960 44055 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 156 150 177 1653 446 0 0 0 0 33 0 0 0 0 0 +619 1783794026704890000 DEPTH 23 1 0.46877745117055813 0 1 11 1 11 0 0 1876 41 2595 23664874 81600 1310.8931121826172 6.4989999999999997 1655.9447 120960 30081 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426472 4492800 156 150 175 1655 459 0 0 0 0 41 0 0 0 0 0 +620 1783794026975259800 REFRESH 23 0 0.46894076186952138 0 1 11 1 11 0 0 1876 10 425 3943924 55200 227.056640625 1.0021 268.7002 20160 13574 0 0 0.0087181671429880751 1.2786934615846903 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 26 25 30 275 69 0 0 0 0 10 0 0 0 0 0 +621 1783794028656374100 DEPTH 23 1 0.46908373839689416 0 1 11 1 11 0 0 1876 46 2591 23664801 81600 1327.0837707519531 7.1136999999999997 1679.3267000000001 120960 66232 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426400 4492800 156 150 180 1650 455 0 0 0 0 46 0 0 0 0 0 +622 1783794030300132300 DEPTH 23 1 0.46920842290681297 0 1 11 1 11 0 0 1877 38 2593 23664864 81600 1319.8695678710938 6.6528999999999998 1642.1264000000001 120960 55258 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 156 150 179 1651 457 0 0 0 0 38 0 0 0 0 0 +623 1783794032021843200 DEPTH 23 1 0.46931665330552302 0 1 11 1 11 0 0 1881 24 2589 23664845 81600 1316.5764312744141 6.7175000000000011 1651.9998000000001 120960 43902 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 156 150 175 1654 454 0 0 0 0 24 0 0 0 0 0 +624 1783794033672380600 DEPTH 23 1 0.46941008367633763 0 1 11 1 11 0 0 1884 34 2587 23664778 81600 1313.4202880859375 6.4535 1648.5707 120960 30043 1 0 0.0087181671429880751 1.2786934615846903 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426377 4492800 153 150 174 1659 451 0 0 0 0 34 0 0 0 0 0 +625 1783794033946433600 REFRESH 23 0 0.46949020266210106 0 1 11 1 11 1 0 1885 8 422 3943902 55200 227.37100219726562 1.0089999999999999 272.4735 20160 13582 0 0 0.0087181974733774002 1.2799474745154458 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 26 25 30 275 66 0 0 0 0 8 0 0 0 0 1 +626 1783794035644304600 DEPTH 23 1 0.46756432002797499 0 1 11 1 11 0 0 1889 35 2587 23675953 92160 1320.8176879882812 6.557500000000001 1696.2407000000001 120960 66207 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3688752 5241600 156 150 184 1645 452 0 0 0 0 35 0 0 0 0 0 +627 1783794037294261700 DEPTH 23 1 0.46782110447508884 0 1 11 1 11 0 0 1890 34 2589 23664878 81600 1313.0311737060547 6.4722 1647.9881 120960 55106 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426474 4492800 156 150 180 1650 453 0 0 0 0 34 0 0 0 0 0 +628 1783794038929237800 DEPTH 23 1 0.46804826785853654 0 1 11 1 11 0 0 1890 20 2591 23664924 81600 1311.5506744384766 7.0300000000000002 1632.9395 120960 44347 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426524 4492800 156 150 180 1650 455 0 0 0 0 20 0 0 0 0 0 +629 1783794040600349200 DEPTH 23 1 0.46824878079785992 0 1 11 1 11 0 0 1891 24 2584 23664964 81600 1309.918212890625 7.7821999999999996 1669.3434999999999 120960 30479 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426564 4492800 156 150 176 1653 449 0 0 0 0 24 0 0 0 0 0 +630 1783794040871916100 REFRESH 23 0 0.46842531681933886 0 1 11 1 11 0 0 1892 2 426 3943925 55200 227.49696350097656 0.99990000000000001 269.8956 20160 13604 0 0 0.0087181974733774002 1.2799474745154458 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737525 748800 26 25 32 273 70 0 0 0 0 2 0 0 0 0 0 +631 1783794042536212300 DEPTH 23 1 0.46058028206548057 0 1 11 1 11 0 0 1893 19 2587 23664906 81600 1327.3466796875 6.2993000000000006 1662.8978 120960 66252 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426505 4492800 156 150 186 1644 451 0 0 0 0 19 0 0 0 0 0 +632 1783794044178125600 DEPTH 23 1 0.46151584203355794 0 1 11 1 11 0 0 1896 20 2584 23664803 81600 1318.1961975097656 6.4412000000000003 1640.3254999999999 120960 54931 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 156 150 180 1650 448 0 0 0 0 20 0 0 0 0 0 +633 1783794045925186100 DEPTH 23 1 0.46235394564029381 0 1 11 1 11 0 0 1898 17 2578 23664879 81600 1317.7190704345703 6.9949000000000012 1745.1563000000001 120960 44830 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 156 150 180 1650 442 0 0 0 0 17 0 0 0 0 0 +634 1783794047594738700 DEPTH 23 1 0.46310434688007529 0 1 11 1 11 0 0 1900 27 2585 23664865 81600 1317.5746612548828 6.9782999999999999 1667.8351 120960 30861 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 156 150 179 1651 449 0 0 0 0 27 0 0 0 0 0 +635 1783794047869657100 REFRESH 23 0 0.46377582431734565 0 1 11 1 11 0 0 1901 8 426 3943896 55200 228.76364135742188 1.0149999999999999 273.21050000000002 20160 13648 0 0 0.0087181974733774002 1.2799474745154458 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737496 748800 26 25 32 273 70 0 0 0 0 8 0 0 0 0 0 +636 1783794049539401600 DEPTH 23 1 0.46237627862975617 0 1 11 1 11 0 0 1904 24 2572 23664888 81600 1329.2022857666016 6.5870999999999995 1668.0686000000001 120960 66243 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 156 150 185 1644 437 0 0 0 0 24 0 0 0 0 0 +637 1783794051202714100 DEPTH 23 1 0.46311282039700152 0 1 11 1 11 0 0 1907 22 2585 23664900 81600 1319.8376922607422 6.7342999999999993 1661.1583000000001 120960 55070 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 156 150 180 1649 450 0 0 0 0 22 0 0 0 0 0 +638 1783794052868128400 DEPTH 23 1 0.46377184911077063 0 1 11 1 11 0 0 1907 29 2583 23664809 81600 1317.3678131103516 7.2291999999999996 1663.7339999999999 120960 43976 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 156 150 178 1652 447 0 0 0 0 29 0 0 0 0 0 +639 1783794054556064400 DEPTH 23 1 0.4643611242837013 0 1 11 1 11 0 0 1910 20 2573 23664914 81600 1315.8728942871094 6.9766000000000004 1686.1352999999999 120960 30955 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426511 4492800 156 150 176 1653 438 0 0 0 0 20 0 0 0 0 0 +640 1783794054839919900 REFRESH 23 0 0.46488762944743889 0 1 11 1 11 0 0 1910 11 426 3943898 55200 227.62007141113281 1.0454000000000001 281.68860000000001 20160 13566 0 0 0.0087181974733774002 1.2799474745154458 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737498 748800 26 25 32 273 70 0 0 0 0 11 0 0 0 0 0 +641 1783794056451274100 DEPTH 23 1 0.46535764975088734 0 1 11 1 11 0 0 1911 14 2577 23664791 81600 1327.8341064453125 6.039299999999999 1609.9283 120960 66018 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426390 4492800 156 150 182 1648 441 0 0 0 0 14 0 0 0 0 0 +642 1783794058048855300 DEPTH 23 1 0.46577684179863466 0 1 11 1 11 0 0 1919 34 2591 23664777 81600 1320.4121704101562 6.0931000000000006 1595.972 120960 55027 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426376 4492800 156 150 180 1650 455 0 0 0 0 34 0 0 0 0 0 +643 1783794059692768800 DEPTH 23 1 0.46615029650553452 0 1 11 1 11 0 0 1922 23 2598 23664834 81600 1316.7646636962891 6.3874000000000004 1642.2772 120960 44095 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 156 150 180 1650 462 0 0 0 0 23 0 0 0 0 0 +644 1783794061315662100 DEPTH 23 1 0.46648259566582917 0 1 11 1 11 0 0 1926 26 2604 23664868 81600 1312.1034240722656 6.8632999999999997 1620.9782 120960 30370 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 156 150 179 1650 469 0 0 0 0 26 0 0 0 0 0 +645 1783794061587036900 REFRESH 23 0 0.46677786286535816 0 1 11 1 11 0 0 1927 8 424 3943900 55200 228.18098449707031 1.0027999999999999 269.71050000000002 20160 13493 0 0 0.0087181974733774002 1.2799474745154458 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 26 25 32 273 68 0 0 0 0 8 0 0 0 0 0 +646 1783794063346314500 DEPTH 23 1 0.46503980930254646 0 1 11 1 11 0 0 1928 19 2596 23664856 81600 1329.1171875 6.8205999999999998 1678.5242000000001 120960 66199 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426456 4492800 156 150 180 1650 460 0 0 0 0 19 0 0 0 0 0 +647 1783794065000535300 DEPTH 23 1 0.46547177502729187 0 1 11 1 11 0 0 1930 14 2588 23664964 81600 1319.3585815429688 7.2437000000000005 1652.9094 120960 54966 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426564 4492800 156 150 180 1649 453 0 0 0 0 14 0 0 0 0 0 +648 1783794066633836600 DEPTH 23 1 0.46585676605596299 0 1 11 1 11 0 0 1933 21 2586 23664890 81600 1312.1761169433594 6.7648999999999999 1631.7116000000001 120960 43820 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426489 4492800 156 150 180 1650 450 0 0 0 0 21 0 0 0 0 0 +649 1783794068298883800 DEPTH 23 1 0.4661994877748965 0 1 11 1 11 0 0 1935 31 2587 23664751 81600 1311.7821502685547 6.3854999999999986 1663.4971 120960 30323 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426351 4492800 156 150 180 1649 452 0 0 0 0 31 0 0 0 0 0 +650 1783794068577945800 REFRESH 23 0 0.46650417500354385 0 1 11 1 11 0 0 1935 11 426 3943931 55200 227.94444274902344 1.0185 277.35899999999998 20160 13498 0 0 0.0087181974733774002 1.2799474745154458 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 26 25 32 273 70 0 0 0 0 11 0 0 0 0 0 +651 1783794070258696200 DEPTH 23 1 0.46677463905130201 0 1 11 1 11 0 0 1936 28 2585 23664802 81600 1326.1926422119141 6.5052000000000003 1679.0442 120960 65887 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 156 150 181 1649 449 0 0 0 0 28 0 0 0 0 0 +652 1783794071900867500 DEPTH 23 1 0.46701431006866068 0 1 11 1 11 0 0 1936 15 2583 23664795 81600 1318.8394775390625 6.5919999999999996 1640.26 120960 54642 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426394 4492800 156 150 179 1650 448 0 0 0 0 15 0 0 0 0 0 +653 1783794073599920400 DEPTH 23 1 0.46722627516323351 0 1 11 1 11 0 0 1937 20 2592 23664885 81600 1316.4145965576172 6.6056999999999997 1697.6828 120960 44351 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 156 150 176 1653 457 0 0 0 0 20 0 0 0 0 0 +654 1783794075206628900 DEPTH 23 1 0.4674133127041854 0 1 11 1 11 0 0 1940 31 2596 23664991 81600 1310.3166809082031 6.1116000000000001 1604.8171 120960 29963 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426590 4492800 154 150 175 1657 460 0 0 0 0 31 0 0 0 0 0 +655 1783794075479982700 REFRESH 23 0 0.46757792319621616 0 1 11 1 11 0 0 1942 5 426 3943909 55200 227.25222778320312 1.0536000000000001 271.76159999999999 20160 13486 0 0 0.0087181974733774002 1.2799474745154458 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737509 748800 26 25 32 273 70 0 0 0 0 5 0 0 0 0 0 +656 1783794077087379000 DEPTH 23 1 0.4627223570661449 0 1 11 1 11 0 0 1947 27 2588 23664854 81600 1325.6765289306641 5.9941000000000004 1605.7508 120960 65845 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 156 150 180 1649 453 0 0 0 0 27 0 0 0 0 0 +657 1783794078681372200 DEPTH 23 1 0.46334863967083517 0 1 11 1 11 0 0 1950 23 2593 23664897 81600 1319.2939605712891 6.0061 1591.9602 120960 55236 1 0 0.0087181974733774002 1.2799474745154458 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 156 150 180 1650 457 0 0 0 0 23 0 0 0 0 0 +658 1783794080314618700 DEPTH 23 1 0.46390859380432659 0 1 11 1 11 1 0 1951 22 2608 23672192 89280 1312.6462707519531 6.5294000000000008 1631.7366 120960 44149 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3934590 4992000 156 150 179 1651 472 0 0 0 0 22 0 0 0 0 1 +659 1783794081967373500 DEPTH 23 1 0.46443470044296431 0 1 11 1 11 0 0 1956 30 2593 23672230 88320 1312.3913269042969 6.6954000000000002 1651.164 120960 30259 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3934629 4992000 156 150 179 1650 458 0 0 0 0 30 0 0 0 0 0 +660 1783794082238657700 REFRESH 23 0 0.46487867097245511 0 1 11 1 11 0 0 1956 8 425 3943921 55200 228.95309448242188 0.99819999999999998 269.2047 20160 13462 0 0 0.0021258503352081255 1.2771441272094741 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 26 25 32 273 69 0 0 0 0 8 0 0 0 0 0 +661 1783794083919457300 DEPTH 23 1 0.46327456707933656 0 1 11 1 11 0 0 1959 25 2595 23664862 81600 1327.4882354736328 6.3851000000000004 1679.1108999999999 120960 66279 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 156 150 182 1648 459 0 0 0 0 25 0 0 0 0 0 +662 1783794085580050900 DEPTH 23 1 0.4638272037661787 0 1 11 1 11 0 0 1965 24 2619 23664808 81600 1321.9933624267578 7.0893000000000015 1658.9339 120960 54979 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 156 150 180 1650 483 0 0 0 0 24 0 0 0 0 0 +663 1783794087216078100 DEPTH 23 1 0.46432091450882418 0 1 11 1 11 0 0 1969 25 2598 23664906 81600 1315.8607025146484 6.3003000000000009 1634.3508999999999 120960 43995 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426505 4492800 156 150 180 1650 462 0 0 0 0 25 0 0 0 0 0 +664 1783794088874371400 DEPTH 23 1 0.4647615994091927 0 1 11 1 11 0 0 1971 20 2604 23664974 81600 1313.0598449707031 6.7568999999999999 1656.2932000000001 120960 29949 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426573 4492800 156 150 176 1653 469 0 0 0 0 20 0 0 0 0 0 +665 1783794089145866800 REFRESH 23 0 0.46515456853280279 0 1 11 1 11 0 0 1971 6 428 3943914 55200 229.11488342285156 1.0019 269.89339999999999 20160 13526 0 0 0.0021258503352081255 1.2771441272094741 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 26 25 32 273 72 0 0 0 0 6 0 0 0 0 0 +666 1783794090822739500 DEPTH 23 1 0.46150460091254131 0 1 11 1 11 0 0 1974 13 2602 23664845 81600 1327.8423156738281 6.8224999999999998 1675.2040999999999 120960 66058 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 156 150 182 1648 466 0 0 0 0 13 0 0 0 0 0 +667 1783794092482787700 DEPTH 23 1 0.46221599765205534 0 1 11 1 11 0 0 1976 14 2599 23664867 81600 1319.0810241699219 7.0654000000000003 1658.5083999999999 120960 55257 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 156 150 180 1650 463 0 0 0 0 14 0 0 0 0 0 +668 1783794094218341300 DEPTH 23 1 0.46285262971880359 0 1 11 1 11 0 0 1979 23 2597 23664912 81600 1317.6495971679688 7.3017999999999992 1667.4703 120960 44354 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426511 4492800 156 150 178 1651 462 0 0 0 0 23 0 0 0 0 0 +669 1783794095926240200 DEPTH 23 1 0.46342198095780202 0 1 11 1 11 0 0 1979 17 2586 23664865 81600 1311.1698455810547 8.0125000000000011 1706.1152999999999 120960 30365 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 156 150 175 1655 450 0 0 0 0 17 0 0 0 0 0 +670 1783794096199529000 REFRESH 23 0 0.4639307868039943 0 1 11 1 11 0 0 1979 8 427 3943932 55200 227.46954345703125 1.0024 271.61540000000002 20160 13581 0 0 0.0021258503352081255 1.2771441272094741 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737532 748800 26 25 32 273 71 0 0 0 0 8 0 0 0 0 0 +671 1783794097925516100 DEPTH 23 1 0.46238510912338415 0 1 11 1 11 0 0 1979 22 2586 23664849 81600 1325.6314849853516 6.5381999999999998 1724.2425000000001 120960 66480 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 156 150 182 1648 450 0 0 0 0 22 0 0 0 0 0 +672 1783794099589667900 DEPTH 23 1 0.462990403570054 0 1 11 1 11 0 0 1980 20 2600 23664822 81600 1318.6805877685547 7.0471999999999992 1662.4059999999999 120960 55012 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 156 150 180 1647 467 0 0 0 0 20 0 0 0 0 0 +673 1783794101273003700 DEPTH 23 1 0.46353158020748025 0 1 11 1 11 0 0 1980 21 2586 23664803 81600 1314.750732421875 7.3307000000000002 1681.7333000000001 120960 44020 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 156 150 180 1650 450 0 0 0 2 19 0 0 0 0 0 +674 1783794102973494100 DEPTH 23 1 0.46401505806771737 0 1 11 1 11 0 0 1981 24 2587 23664890 81600 1316.5169525146484 6.9332999999999991 1698.5930000000001 120960 30164 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426487 4492800 156 150 176 1653 452 0 0 0 0 24 0 0 0 0 0 +675 1783794103254883700 REFRESH 23 0 0.46444661425466166 0 1 11 1 11 0 0 1982 11 426 3943916 55200 227.22047424316406 1.0176000000000001 279.81560000000002 20160 13599 0 0 0.0021258503352081255 1.2771441272094741 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 26 25 32 273 70 0 0 0 0 11 0 0 0 0 0 +676 1783794104876942800 DEPTH 23 1 0.46483144813698879 0 1 11 1 11 0 0 1982 7 2578 23664842 81600 1327.58544921875 7.138399999999999 1620.4629 120960 66244 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 156 150 184 1646 442 0 0 0 0 7 0 0 0 0 0 +677 1783794106532980000 DEPTH 23 1 0.46217423912179617 0 1 11 1 11 0 0 1982 17 2595 23664775 81600 1315.9219207763672 6.8971999999999998 1654.143 120960 55479 1 1 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426374 4492800 156 150 180 1650 459 0 0 0 1 15 0 0 0 0 0 +678 1783794108200453000 DEPTH 23 1 0.46277919865088074 0 1 11 1 11 0 0 1983 14 2594 23664840 81600 1312.7966766357422 7.0659999999999989 1665.8089 120960 44222 1 1 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 156 150 178 1651 459 0 0 0 0 13 0 0 0 0 0 +679 1783794109884300400 DEPTH 23 1 0.4633201169973879 0 1 11 1 11 0 0 1983 13 2590 23664923 81600 1311.1012268066406 7.1874999999999991 1681.9018000000001 120960 30541 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426523 4492800 155 150 176 1653 456 0 0 0 0 13 0 0 0 0 0 +680 1783794110167753900 REFRESH 23 0 0.46380340538279519 0 1 11 1 11 0 0 1983 4 428 3943905 55200 228.52301025390625 1.0068999999999999 281.6866 20160 13520 0 0 0.0021258503352081255 1.2771441272094741 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 26 25 32 273 72 0 0 0 0 4 0 0 0 0 0 +681 1783794111853899800 DEPTH 23 1 0.45823483388219644 0 1 11 1 11 0 0 1983 16 2587 23664803 81600 1324.7068176269531 6.4250999999999996 1684.4323999999999 120960 66684 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 156 150 185 1645 451 0 0 0 0 16 0 0 0 0 0 +682 1783794113522948100 DEPTH 23 1 0.45921959553905722 0 1 11 1 11 0 0 1983 11 2595 23664828 81600 1320.0262451171875 6.7937000000000003 1667.4119000000001 120960 55670 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 156 150 186 1644 459 0 0 0 0 11 0 0 0 0 0 +683 1783794115251682600 DEPTH 23 1 0.46010236406849347 0 1 11 1 11 0 0 1985 14 2608 23664853 81600 1313.5216674804688 7.1665999999999999 1727.2412999999999 120960 44684 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 156 150 185 1643 474 0 0 0 0 14 0 0 0 0 0 +684 1783794116918712900 DEPTH 23 1 0.46089334579022223 0 1 11 1 11 0 0 1987 24 2591 23664857 81600 1311.0868225097656 6.7637999999999998 1665.4425000000001 120960 30438 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426456 4492800 154 150 181 1651 455 0 0 0 0 24 0 0 0 0 0 +685 1783794117192496000 REFRESH 23 0 0.46160172636821573 0 1 11 1 11 0 0 1988 5 423 3943920 55200 227.02079772949219 1.0186999999999999 272.22809999999998 20160 13659 0 0 0.0021258503352081255 1.2771441272094741 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 26 25 33 272 67 0 0 0 1 4 0 0 0 0 0 +686 1783794118909968200 DEPTH 23 1 0.45723577287639044 0 1 11 1 11 0 0 1991 16 2588 23664901 81600 1322.8689270019531 7.6405000000000003 1715.3122000000001 120960 65951 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426499 4492800 156 150 186 1642 454 0 0 0 0 16 0 0 0 0 0 +687 1783794120578744400 DEPTH 23 1 0.45830292565772529 0 1 11 1 11 0 0 1991 16 2577 23664805 81600 1321.650390625 6.5069999999999997 1667.0397 120960 55372 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426404 4492800 156 150 184 1645 442 0 0 0 0 16 0 0 0 0 0 +688 1783794122248600900 DEPTH 23 1 0.45925988099746839 0 1 11 1 11 0 0 1991 20 2577 23664876 81600 1317.1763305664062 6.6308000000000007 1668.0967000000001 120960 44462 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426474 4492800 155 150 180 1650 442 0 0 0 0 20 0 0 0 0 0 +689 1783794123936968000 DEPTH 23 1 0.46011766552902178 0 1 11 1 11 0 0 1991 17 2575 23664746 81600 1312.8744964599609 7.1349999999999998 1686.5168000000001 120960 30017 1 0 0.0021258503352081255 1.2771441272094741 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426345 4492800 152 150 180 1652 441 0 0 0 2 15 0 0 0 0 0 +690 1783794124290132000 REFRESH 23 0 0.4608862031992374 0 1 11 1 11 0 0 1991 5 425 3943908 55200 229.30125427246094 1.0044999999999999 282.11869999999999 20160 13590 0 0 0.0021258503352081255 1.2771441272094741 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 26 25 31 274 69 0 0 0 0 5 0 0 0 0 0 +691 1783794126007243200 DEPTH 23 1 0.4565744255371823 0 1 11 1 11 1 0 1992 17 2577 23664858 81600 1326.7619781494141 6.6077999999999992 1715.5379 120960 65726 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 156 150 186 1644 441 0 0 0 3 14 0 0 0 0 1 +692 1783794127666663300 DEPTH 23 1 0.45774356466286054 0 1 11 1 11 0 0 1992 8 2571 23679596 96000 1317.6033172607422 7.0364000000000004 1657.6106 120960 55003 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3442795 5491200 156 150 186 1644 435 0 0 0 0 8 0 0 0 0 0 +693 1783794129321325800 DEPTH 23 1 0.456739148160895 0 1 11 1 11 0 0 1993 14 2580 23664945 81600 1315.5594177246094 6.6570999999999998 1652.9896000000001 120960 43594 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426545 4492800 156 150 186 1643 445 0 0 0 0 14 0 0 0 0 0 +694 1783794131117641200 DEPTH 23 1 0.45783173213517431 0 1 11 1 11 0 0 1993 14 2590 23664804 81600 1310.9340209960938 8.1890000000000001 1794.6570999999999 120960 29899 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 156 150 184 1645 455 0 0 0 0 14 0 0 0 0 0 +695 1783794131391742600 REFRESH 23 0 0.45881162328970054 0 1 11 1 11 0 0 1993 3 426 3943915 55200 227.97311401367188 1.0834999999999999 272.56330000000003 20160 13522 0 0 0.0021943791303014166 1.2793343812585105 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 26 25 33 272 70 0 0 0 0 3 0 0 0 0 0 +696 1783794133098239800 DEPTH 23 1 0.45269009763551837 0 1 11 1 11 0 0 1994 13 2590 23664874 81600 1324.4580230712891 7.1925999999999997 1704.8628000000001 120960 66141 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426472 4492800 156 150 186 1642 456 0 0 0 0 13 0 0 0 0 0 +697 1783794134760115900 DEPTH 23 1 0.45417730356011732 0 1 11 1 11 0 0 1994 15 2592 23664882 81600 1318.3847351074219 7.0919000000000008 1660.1767 120960 55875 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 156 150 186 1644 456 0 0 0 0 15 0 0 0 0 0 +698 1783794136485807500 DEPTH 23 1 0.45551237458989291 0 1 11 1 11 0 0 1995 10 2595 23664765 81600 1311.1623687744141 7.6054000000000004 1723.7484999999999 120960 44409 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426360 4492800 156 150 185 1644 460 0 0 0 0 10 0 0 0 0 0 +699 1783794138151751600 DEPTH 23 1 0.45671053087636165 0 1 11 1 11 0 0 1996 16 2588 23664758 81600 1310.8336791992188 7.0608000000000004 1663.8851 120960 30404 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426356 4492800 156 150 182 1648 452 0 0 0 1 15 0 0 0 0 0 +700 1783794138437268300 REFRESH 23 0 0.45778547053375324 0 1 11 1 11 0 0 1996 5 424 3943930 55200 228.40115356445312 1.0173000000000001 283.43869999999998 20160 13563 0 0 0.0021943791303014166 1.2793343812585105 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 26 25 34 271 68 0 0 0 0 5 0 0 0 0 0 +701 1783794140065528700 DEPTH 23 1 0.45374952184284306 0 1 11 1 11 0 0 1996 17 2591 23664793 81600 1326.3544311523438 6.025500000000001 1626.5920000000001 120960 65990 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426391 4492800 156 150 186 1642 457 0 0 0 0 17 0 0 0 0 0 +702 1783794141665061100 DEPTH 23 1 0.45511378023440119 0 1 11 1 11 0 0 1999 14 2593 23664850 81600 1318.2712707519531 6.0259 1597.5934999999999 120960 55872 1 0 0.0021943791303014166 1.2793343812585105 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 156 150 186 1643 458 0 0 0 0 14 0 0 0 0 0 +703 1783794143351197500 DEPTH 23 1 0.45633823157429537 0 1 11 1 11 1 0 1999 22 2592 23679613 96960 1317.9946441650391 6.8843000000000005 1684.4283 120960 44971 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3442809 5491200 156 150 186 1643 457 0 0 0 0 22 0 0 0 0 1 +704 1783794145031088500 DEPTH 23 1 0.45743908352177609 0 1 11 1 11 0 0 2003 21 2590 23668422 84480 1311.7071380615234 7.2712000000000003 1678.2431999999999 120960 30284 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4180420 4742400 156 150 186 1643 455 0 0 0 0 21 0 0 0 0 0 +705 1783794145301675500 REFRESH 23 0 0.45842426174346879 0 1 11 1 11 0 0 2004 6 424 3943921 55200 226.97882080078125 1.0024999999999999 268.8974 20160 13615 0 0 0.002222526377513133 1.278476663203763 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 26 25 33 272 68 0 0 0 0 6 0 0 0 0 0 +706 1783794147022973600 DEPTH 23 1 0.45530756052289356 0 1 11 1 11 0 0 2004 18 2601 23664910 81600 1328.0112762451172 7.8080999999999996 1719.3746000000001 120960 66576 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426509 4492800 156 150 186 1644 465 0 0 0 0 18 0 0 0 0 0 +707 1783794148662253000 DEPTH 23 1 0.45649917429210501 0 1 11 1 11 0 0 2006 14 2589 23664913 81600 1318.0437164306641 6.7829000000000006 1637.4632999999999 120960 55617 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426512 4492800 156 150 186 1643 454 0 0 0 0 14 0 0 0 0 0 +708 1783794150325818200 DEPTH 23 1 0.45756827801863115 0 1 11 1 11 0 0 2009 22 2598 23664806 81600 1319.4683532714844 6.4142000000000001 1661.8017 120960 45154 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 156 150 186 1644 462 0 0 0 0 22 0 0 0 0 0 +709 1783794152018084900 DEPTH 23 1 0.45852712915202498 0 1 11 1 11 0 0 2010 9 2596 23664938 81600 1316.2476501464844 6.8667999999999996 1690.6006 120960 30130 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426538 4492800 156 150 182 1648 460 0 0 0 0 9 0 0 0 0 0 +710 1783794152296824700 REFRESH 23 0 0.4583867593757604 0 1 11 1 11 0 0 2011 4 426 3943918 55200 227.53074645996094 1.0025999999999999 277.11840000000001 20160 13491 0 0 0.002222526377513133 1.278476663203763 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 26 25 33 272 70 0 0 0 0 4 0 0 0 0 0 +711 1783794154082445100 DEPTH 23 1 0.45325709718393803 0 1 11 1 11 0 0 2016 32 2582 23664858 81600 1329.2217559814453 8.3728999999999996 1784.1062999999999 120960 66623 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 160 150 188 1637 447 0 0 0 0 32 0 0 0 0 0 +712 1783794155860243300 DEPTH 23 1 0.45463707820031973 0 1 11 1 11 0 0 2021 36 2582 23664848 81600 1317.7181701660156 8.0318000000000005 1712.0085999999999 120960 55833 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 162 150 186 1635 449 0 0 0 1 35 0 0 0 0 0 +713 1783794157550156100 DEPTH 23 1 0.4558757444654592 0 1 11 1 11 0 0 2028 40 2594 23664787 81600 1315.3781890869141 7.3837999999999999 1688.271 120960 44824 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426386 4492800 162 150 186 1632 464 0 0 0 0 40 0 0 0 0 0 +714 1783794159289009800 DEPTH 23 1 0.45698723379511857 0 1 11 1 11 0 0 2032 26 2597 23664891 81600 1313.1509857177734 8.3208000000000002 1737.3329000000001 120960 30903 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 161 150 181 1639 466 0 0 0 0 26 0 0 0 0 0 +715 1783794159568448200 REFRESH 23 0 0.45798427020284349 0 1 11 1 11 0 0 2033 14 422 3943934 55200 229.01145935058594 1.0079 277.54320000000001 20160 13577 0 0 0.002222526377513133 1.278476663203763 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737533 748800 27 25 33 270 67 0 0 0 0 14 0 0 0 0 0 +716 1783794161318221800 DEPTH 23 1 0.45887830528027962 0 1 11 1 11 0 0 2037 39 2593 23664946 81600 1327.4736633300781 7.2300999999999993 1747.71 120960 66357 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426546 4492800 162 150 186 1632 463 0 0 0 0 39 0 0 0 0 0 +717 1783794162981084700 DEPTH 23 1 0.4596796454394565 0 1 11 1 11 0 0 2040 33 2593 23664892 81600 1318.3755645751953 6.5980999999999987 1661.3514 120960 55581 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 162 150 186 1632 463 0 0 0 0 33 0 0 0 0 0 +718 1783794164655695900 DEPTH 23 1 0.46039756643084384 0 1 11 1 11 0 0 2042 36 2598 23664940 81600 1316.5978088378906 7.1273999999999997 1672.9934000000001 120960 43576 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426538 4492800 162 150 183 1638 465 0 0 0 0 36 0 0 0 0 0 +719 1783794166333022800 DEPTH 23 1 0.46104041640960003 0 1 11 1 11 0 0 2044 44 2581 23664783 81600 1312.6338500976562 6.8225999999999996 1675.5242000000001 120960 29766 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426381 4492800 161 150 180 1643 447 0 0 0 0 44 0 0 0 0 0 +720 1783794166605551200 REFRESH 23 0 0.46161570869519619 0 1 11 1 11 0 0 2045 7 423 3943909 55200 228.36122131347656 1.0018 270.90410000000003 20160 13656 0 0 0.002222526377513133 1.278476663203763 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 27 25 31 272 68 0 0 0 0 7 0 0 0 0 0 +721 1783794168325133300 DEPTH 23 1 0.45913020525507736 0 1 11 1 11 0 0 2047 24 2605 23664832 81600 1324.8839569091797 6.8231000000000011 1717.8411000000001 120960 66145 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 162 150 186 1637 470 0 0 0 0 24 0 0 0 0 0 +722 1783794170004834000 DEPTH 23 1 0.45988999183995627 0 1 11 1 11 0 0 2047 37 2597 23664846 81600 1320.4070434570312 6.8635000000000002 1677.8818000000001 120960 55595 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 162 150 185 1636 464 0 0 0 0 37 0 0 0 0 0 +723 1783794171676302400 DEPTH 23 1 0.46057054560557786 0 1 11 1 11 0 0 2050 28 2590 23664831 81600 1317.0667572021484 6.5528000000000004 1669.8022000000001 120960 43749 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 162 150 181 1641 456 0 0 0 0 28 0 0 0 0 0 +724 1783794173356953100 DEPTH 23 1 0.46117979597230668 0 1 11 1 11 0 0 2053 21 2602 23664938 81600 1312.7424011230469 7.0733999999999995 1678.7149999999999 120960 30393 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426537 4492800 161 150 180 1644 467 0 0 0 0 21 0 0 0 0 0 +725 1783794173635098900 REFRESH 23 0 0.46172487939875473 0 1 11 1 11 0 0 2054 8 427 3943905 55200 227.32595825195312 1.044 275.96679999999998 20160 13747 0 0 0.002222526377513133 1.278476663203763 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 27 25 31 272 72 0 0 0 0 8 0 0 0 0 0 +726 1783794175360638600 DEPTH 23 1 0.46021221867804635 0 1 11 1 11 0 0 2054 16 2582 23664805 81600 1327.7533721923828 7.1536999999999997 1723.4626000000001 120960 66104 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426404 4492800 162 150 186 1636 448 0 0 0 0 16 0 0 0 0 0 +727 1783794177026168300 DEPTH 23 1 0.46084759430445588 0 1 11 1 11 0 0 2054 5 2594 23664763 81600 1317.2838439941406 6.8329000000000004 1663.8391999999999 120960 54947 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426361 4492800 162 150 186 1638 458 0 0 0 0 5 0 0 0 0 0 +728 1783794178697725100 DEPTH 23 1 0.45641620870338112 0 1 11 1 11 0 0 2054 18 2592 23664913 81600 1318.3439025878906 6.7396000000000003 1669.8870999999999 120960 44246 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426511 4492800 161 150 181 1644 456 0 0 0 0 18 0 0 0 0 0 +729 1783794180422054200 DEPTH 23 1 0.45742474403831879 0 1 11 1 11 0 0 2054 17 2600 23664836 81600 1310.9657592773438 7.019400000000001 1721.1305 120960 30357 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 157 150 180 1648 465 0 0 0 0 17 0 0 0 0 0 +730 1783794180698227500 REFRESH 23 0 0.45832921423714218 0 1 11 1 11 0 0 2054 8 425 3943903 55200 227.72633361816406 1.0052000000000001 274.2371 20160 13629 0 0 0.002222526377513133 1.278476663203763 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 27 25 31 271 71 0 0 0 0 8 0 0 0 0 0 +731 1783794182412618400 DEPTH 23 1 0.4571400318157503 0 1 11 1 11 0 0 2055 14 2592 23664912 81600 1327.4819793701172 6.9375000000000009 1712.4567 120960 66175 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426511 4492800 162 150 186 1638 456 0 0 0 0 14 0 0 0 0 0 +732 1783794184099848000 DEPTH 23 1 0.45806656801935181 0 1 11 1 11 0 0 2055 11 2588 23664830 81600 1320.42138671875 7.2246000000000006 1685.2798 120960 55486 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 162 150 183 1641 452 0 0 0 4 7 0 0 0 0 0 +733 1783794185861895300 DEPTH 23 1 0.45889725694961969 0 1 11 1 11 0 0 2057 28 2587 23664812 81600 1316.2342529296875 7.1434999999999995 1700.5263 120960 44277 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 155 150 180 1650 452 0 0 0 9 19 0 0 0 0 0 +734 1783794187539086700 DEPTH 23 1 0.45964168927913052 0 1 11 1 11 0 0 2059 30 2581 23664887 81600 1313.3917083740234 7.8107000000000006 1675.6219000000001 120960 30319 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 150 150 180 1654 447 0 0 0 8 22 0 0 0 0 0 +735 1783794187816441500 REFRESH 23 0 0.46030849659435857 0 1 11 1 11 0 0 2059 5 426 3943868 55200 228.20268249511719 1.0068999999999999 275.25630000000001 20160 13588 0 0 0.002222526377513133 1.278476663203763 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737468 748800 27 25 31 273 70 0 0 0 1 4 0 0 0 0 0 +736 1783794189544733100 DEPTH 23 1 0.4559054473043711 0 1 11 1 11 0 0 2064 28 2598 23664820 81600 1324.5132751464844 7.8574000000000002 1726.7174 120960 66494 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426416 4492800 162 150 184 1640 462 0 0 0 0 28 0 0 0 0 0 +737 1783794191234763800 DEPTH 23 1 0.45693953295865219 0 1 11 1 11 0 0 2067 25 2589 23664820 81600 1314.9829254150391 8.0395000000000003 1688.4476999999999 120960 55286 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 157 150 181 1648 453 0 0 0 0 25 0 0 0 0 0 +738 1783794193026468600 DEPTH 23 1 0.45786704593314498 0 1 11 1 11 0 0 2069 34 2589 23664901 81600 1313.8075256347656 7.1806000000000001 1789.7538999999999 120960 43639 1 0 0.002222526377513133 1.278476663203763 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 152 150 180 1653 454 0 0 0 0 34 0 0 0 0 0 +739 1783794194729853900 DEPTH 23 1 0.45869864934768867 0 1 11 1 11 1 0 2070 34 2594 23672174 89280 1314.8528594970703 7.6112000000000002 1701.6241 120960 30237 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3934573 4992000 153 150 180 1653 458 0 0 0 0 34 0 0 0 0 1 +740 1783794195011503200 REFRESH 23 0 0.45973762420858827 0 1 11 1 11 0 0 2083 26 427 3947676 55680 228.07756042480469 1.083 279.50909999999999 20160 13650 0 0 0.002223246631608639 1.1821847542092867 4096 2048 64 1 16 4 3 3 2 4 983040 737280 737280 491676 998400 103 25 113 84 102 11 0 7 2 6 0 0 0 0 0 +741 1783794196706941900 DEPTH 23 1 0.46037587075254172 0 1 11 1 11 0 0 2092 51 2585 23672181 88320 1323.0325622558594 7.3202000000000007 1693.3968 120960 66641 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3934581 4992000 327 150 498 938 672 0 0 0 2 49 0 0 0 0 0 +742 1783794198388079900 DEPTH 23 1 0.46094715182494489 0 1 11 1 11 0 0 2095 48 2560 23664876 81600 1318.8557586669922 7.5957999999999997 1678.8146999999999 120960 55458 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426474 4492800 268 150 377 1300 465 0 0 0 1 47 0 0 0 0 0 +743 1783794200099879400 DEPTH 23 1 0.46145816975159404 0 1 11 1 11 0 0 2097 30 2580 23664869 81600 1313.8124847412109 7.4457999999999993 1709.8039000000001 120960 44509 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 251 150 355 1357 467 0 0 0 1 29 0 0 0 0 0 +744 1783794201833051900 DEPTH 23 1 0.46191495660760384 0 1 11 1 11 0 0 2101 29 2575 23664796 81600 1310.5337677001953 8.3807000000000009 1731.2086999999999 120960 30702 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 228 150 345 1380 472 0 0 0 3 26 0 0 0 0 0 +745 1783794202111273400 REFRESH 23 0 0.46232294124255546 0 1 11 1 11 0 0 2104 13 418 3943905 55200 227.85433959960938 1.0047999999999999 276.61059999999998 20160 13444 0 0 0.002223246631608639 1.1821847542092867 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 45 25 78 204 66 0 0 0 3 10 0 0 0 0 0 +746 1783794203830473500 DEPTH 23 1 0.46268700960312958 0 1 11 1 11 0 0 2109 37 2572 23664890 81600 1325.3545227050781 7.1374999999999993 1717.1732999999999 120960 66065 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426489 4492800 270 150 437 1232 483 0 0 0 2 35 0 0 0 0 0 +747 1783794205609909300 DEPTH 23 1 0.46301155902347585 0 1 11 1 11 0 0 2110 33 2566 23664826 81600 1320.2237243652344 8.2893000000000008 1776.8952999999999 120960 54555 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 270 150 403 1252 491 0 0 0 2 31 0 0 0 0 0 +748 1783794207285339800 DEPTH 23 1 0.46330054708654439 0 1 11 1 11 0 0 2111 38 2564 23664841 81600 1314.0264892578125 6.2616999999999994 1673.1664000000001 120960 43782 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 270 150 392 1270 482 0 0 0 1 37 0 0 0 0 0 +749 1783794208929165400 DEPTH 23 1 0.46355753559928448 0 1 11 1 11 0 0 2114 46 2569 23664812 81600 1314.3869476318359 6.2475999999999994 1642.0316 120960 30540 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 270 150 393 1278 478 0 0 0 0 46 0 0 0 0 0 +750 1783794209202289000 REFRESH 23 0 0.46378573017032221 0 1 11 1 11 0 0 2114 12 419 3943905 55200 227.83180236816406 1.0019 271.49380000000002 20160 13636 0 0 0.002223246631608639 1.1821847542092867 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 45 25 73 207 69 0 0 0 1 11 0 0 0 0 0 +751 1783794210871440900 DEPTH 23 1 0.46398801582987015 0 1 11 1 11 0 0 2116 50 2568 23664843 81600 1328.7212219238281 6.3972999999999995 1667.4641999999999 120960 66080 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 270 150 414 1258 476 0 0 0 0 50 0 0 0 0 0 +752 1783794212515608300 DEPTH 23 1 0.4641669890876462 0 1 11 1 11 0 0 2116 31 2578 23664747 81600 1319.9525299072266 6.3275000000000006 1642.3694 120960 54933 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426347 4492800 270 150 395 1278 485 0 0 0 1 30 0 0 0 0 0 +753 1783794214172819500 DEPTH 23 1 0.46432498678499889 0 1 11 1 11 0 0 2119 34 2565 23664934 81600 1319.5396881103516 6.5222999999999995 1655.1869999999999 120960 44468 1 0 0.002223246631608639 1.1821847542092867 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426532 4492800 265 150 376 1289 485 0 0 0 1 33 0 0 0 0 0 +754 1783794215792535800 DEPTH 23 1 0.46446411206182098 0 1 11 1 11 1 0 2121 39 2557 23679589 96960 1313.5134582519531 6.048 1618.0826999999999 120960 30074 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3442787 5491200 270 150 388 1270 479 0 0 0 0 39 0 0 0 0 1 +755 1783794216142552500 REFRESH 23 0 0.46459644324504146 0 1 11 1 11 0 0 2122 6 417 3947677 55680 227.627197265625 1.0085 270.09550000000002 20160 13703 0 0 0.0022232422813828162 1.1831478617510944 4096 2048 64 1 16 4 3 3 2 4 983040 737280 737280 491677 998400 92 25 101 121 78 0 0 0 0 6 0 0 0 0 0 +756 1783794217751613900 DEPTH 23 1 0.46070229425691323 0 1 11 1 11 0 0 2130 46 2584 23664861 81600 1327.68359375 6.0101999999999993 1607.6646000000001 120960 66215 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426458 4492800 295 150 508 931 700 0 0 0 2 44 0 0 0 0 0 +757 1783794219368896100 DEPTH 23 1 0.4611945041651816 0 1 11 1 11 0 0 2132 37 2588 23664804 81600 1319.864501953125 5.9965999999999999 1615.7345 120960 55216 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426403 4492800 270 150 429 1205 534 0 0 0 1 36 0 0 0 0 0 +758 1783794220981471700 DEPTH 23 1 0.46163444259552555 0 1 11 1 11 0 0 2135 29 2575 23664900 81600 1314.413818359375 6.1483999999999996 1610.8748000000001 120960 43786 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426499 4492800 270 150 393 1268 494 0 0 0 0 29 0 0 0 0 0 +759 1783794222682010600 DEPTH 23 1 0.4620273421941089 0 1 11 1 11 0 0 2135 34 2565 23664901 81600 1316.3480072021484 6.7851999999999997 1698.9484 120960 30124 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 270 150 383 1273 489 0 0 0 1 33 0 0 0 0 0 +760 1783794222952435800 REFRESH 23 0 0.46237791232560604 0 1 11 1 11 0 0 2136 12 415 3943904 55200 227.10578918457031 0.99399999999999999 268.8442 20160 13669 0 0 0.0022232422813828162 1.1831478617510944 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 82 25 100 140 68 1 0 0 0 11 0 0 0 0 0 +761 1783794224618220700 DEPTH 23 1 0.4626903914014236 0 1 11 1 11 0 0 2143 63 2590 23664803 81600 1329.4653472900391 6.3274999999999997 1664.0015000000001 120960 66571 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 271 150 471 859 839 0 0 0 5 58 0 0 0 0 0 +762 1783794226363898200 DEPTH 23 1 0.46296859397510004 0 1 11 1 11 0 0 2145 39 2567 23664807 81600 1319.9482879638672 7.0524999999999993 1743.6688999999999 120960 55991 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426406 4492800 270 150 444 962 741 0 0 0 0 39 0 0 0 0 0 +763 1783794228016461800 DEPTH 23 1 0.46321595312816499 0 1 11 1 11 0 0 2146 26 2570 23664877 81600 1315.8399810791016 6.2137999999999991 1650.6695999999999 120960 44598 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 270 150 432 1071 647 0 0 3 0 23 0 0 0 0 0 +764 1783794229735349100 DEPTH 23 1 0.46343555861741198 0 1 11 1 11 0 0 2147 32 2550 23664809 81600 1316.7443084716797 6.7443000000000008 1717.0559000000001 120960 30631 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 270 150 409 1211 510 0 0 0 4 28 0 0 0 0 0 +765 1783794230007282900 REFRESH 23 0 0.46363019120744342 0 1 11 1 11 0 0 2147 5 415 3943893 55200 228.54861450195312 0.99070000000000003 270.27859999999998 20160 13568 0 0 0.0022232422813828162 1.1831478617510944 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 66 25 98 157 69 0 0 0 0 5 0 0 0 0 0 +766 1783794231646941000 DEPTH 23 1 0.45880235356996113 0 1 11 1 11 0 0 2150 42 2546 23664941 81600 1331.7109680175781 6.1341000000000001 1637.962 120960 65895 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426540 4492800 271 150 468 959 698 0 0 0 0 42 0 0 0 0 0 +767 1783794233337060000 DEPTH 23 1 0.45945429809312699 0 1 11 1 11 0 0 2152 44 2570 23664877 81600 1319.2366485595703 6.4947999999999997 1688.3130000000001 120960 54678 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 270 150 443 1088 619 0 0 0 1 43 0 0 0 0 0 +768 1783794234966593500 DEPTH 23 1 0.46003805190998737 0 1 11 1 11 0 0 2154 36 2571 23664883 81600 1316.1410675048828 6.1421999999999999 1627.8308999999999 120960 43753 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 270 150 421 1168 562 0 0 0 2 34 0 0 0 0 0 +769 1783794236686147300 DEPTH 23 1 0.46056043942405456 0 1 11 1 11 0 0 2155 24 2567 23664838 81600 1312.8949584960938 6.9486999999999997 1718.1219000000001 120960 30021 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 270 150 396 1247 504 0 0 0 1 23 0 0 0 0 0 +770 1783794236962078000 REFRESH 23 0 0.46102760258232967 0 1 11 1 11 0 0 2155 6 418 3943926 55200 228.50457763671875 1.0182 274.41340000000002 20160 13675 0 0 0.0022232422813828162 1.1831478617510944 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 61 25 98 165 69 0 0 0 1 5 0 0 0 0 0 +771 1783794238623831400 DEPTH 23 1 0.45744506912102334 0 1 11 1 11 0 0 2159 40 2566 23664792 81600 1329.4633331298828 6.2163000000000004 1660.0610999999999 120960 66277 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426389 4492800 271 150 463 1009 673 0 0 0 1 39 0 0 0 0 0 +772 1783794240330162400 DEPTH 23 1 0.45821781398670303 0 1 11 1 11 0 0 2161 42 2561 23664811 81600 1379.4920043945312 6.9021999999999997 1703.3626999999999 120960 55152 1 0 0.0022232422813828162 1.1831478617510944 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 270 150 436 1099 606 0 0 0 3 39 0 0 0 0 0 +773 1783794242058616700 DEPTH 23 1 0.45891031461532622 0 1 11 1 11 1 0 2164 39 2568 23683254 100800 1348.2342376708984 6.9418999999999995 1726.6241 120960 43412 1 0 0.0021857443120848327 1.0796541981636412 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3196851 5740800 279 150 523 807 809 0 0 0 6 33 0 0 0 0 1 +774 1783794243722835500 DEPTH 23 1 0.45976430118892037 0 1 11 1 11 0 0 2167 37 2562 23664865 81600 1333.0442199707031 7.109 1662.4643000000001 120960 29855 1 0 0.0021857443120848327 1.0796541981636412 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 270 150 450 1096 596 0 0 0 0 37 0 0 0 0 0 +775 1783794243998831800 REFRESH 23 0 0.46029622933883896 0 1 11 1 11 0 0 2167 12 416 3943901 55200 227.97415161132812 1.0075000000000001 274.03190000000001 20160 13579 0 0 0.0021857443120848327 1.0796541981636412 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 90 25 101 128 72 0 0 0 0 12 0 0 0 0 0 +776 1783794245694790900 DEPTH 23 1 0.46077201063420331 0 1 11 1 11 0 0 2178 67 2571 23664807 81600 1327.2616882324219 6.2751000000000001 1693.9811 120960 66499 1 0 0.0021857443120848327 1.0796541981636412 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426406 4492800 279 150 521 844 777 0 0 0 2 65 0 0 0 0 0 +777 1783794247453062900 DEPTH 23 1 0.46119726496598801 0 1 11 1 11 0 0 2181 33 2581 23664874 81600 1321.8765563964844 6.7399000000000004 1683.7327 120960 55268 1 0 0.0021857443120848327 1.0796541981636412 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 271 150 491 1051 618 0 0 0 3 30 0 0 0 0 0 +778 1783794249118986100 DEPTH 23 1 0.46157705022045314 0 1 11 1 11 0 0 2186 38 2590 23664874 81600 1319.3860931396484 7.0016999999999996 1664.2252000000001 120960 43722 1 0 0.0021857443120848327 1.0796541981636412 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 270 150 488 1160 522 0 0 0 1 37 0 0 0 0 0 +779 1783794250779953000 DEPTH 23 1 0.46191591847968233 0 1 11 1 11 1 0 2187 35 2592 23679592 96960 1315.1846466064453 6.2908999999999997 1659.2152000000001 120960 29819 1 0 0.0098368731045341828 0.94872721787134306 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3442789 5491200 271 150 490 1091 590 0 0 0 4 31 0 0 0 0 1 +780 1783794251054605800 REFRESH 23 0 0.46235410998040816 0 1 11 1 11 0 0 2189 9 419 3947676 55680 227.385498046875 1.0132000000000001 272.9855 20160 13611 0 0 0.0098368731045341828 0.94872721787134306 4096 2048 64 1 16 4 3 3 2 4 983040 737280 737280 491676 998400 102 25 111 102 79 0 0 1 1 7 0 0 0 0 0 +781 1783794252726005900 DEPTH 23 1 0.46160941078524353 0 1 11 1 11 0 0 2193 45 2583 23672161 88320 1327.7685699462891 6.5226999999999995 1669.5998999999999 120960 66319 1 0 0.0098368731045341828 0.94872721787134306 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3934558 4992000 277 150 517 878 761 0 0 0 2 43 0 0 0 0 0 +782 1783794254393198100 DEPTH 23 1 0.46193625847021286 0 1 11 1 11 0 0 2198 34 2572 23664818 81600 1316.8888549804688 7.2157999999999998 1665.4622999999999 120960 55413 1 0 0.0098368731045341828 0.94872721787134306 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 270 150 484 1193 475 0 0 0 0 34 0 0 0 0 0 +783 1783794256121548000 DEPTH 23 1 0.46222750346010633 0 1 11 1 11 0 0 2199 26 2581 23664828 81600 1314.6134948730469 6.9530000000000003 1726.6648 120960 43986 1 0 0.0098368731045341828 0.94872721787134306 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 270 150 453 1233 475 0 0 0 2 24 0 0 0 0 0 +784 1783794257795191100 DEPTH 23 1 0.46248671112201001 0 1 11 1 11 0 0 2201 28 2570 23664871 81600 1314.0101318359375 6.4213000000000005 1671.6659 120960 30078 1 0 0.0098368731045341828 0.94872721787134306 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 270 150 427 1254 469 0 0 0 1 27 0 0 0 0 0 +785 1783794258072055800 REFRESH 23 0 0.46271709027114022 0 1 11 1 11 0 0 2201 11 420 3943913 55200 228.03660583496094 1.0161 275.19810000000001 20160 13651 0 0 0.0098368731045341828 0.94872721787134306 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 45 25 82 199 69 0 0 0 1 10 0 0 0 0 0 +786 1783794259740257100 DEPTH 23 1 0.4629215288260945 0 1 11 1 11 0 0 2203 22 2577 23664914 81600 1327.1429138183594 6.6787000000000001 1666.1907000000001 120960 66475 1 0 0.0098368731045341828 0.94872721787134306 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426513 4492800 270 150 484 1181 492 0 0 0 0 22 0 0 0 0 0 +787 1783794261482611300 DEPTH 23 1 0.46310262589857648 0 1 11 1 11 1 0 2204 26 2595 23672303 89280 1351.1987152099609 7.1847000000000012 1740.7347 120960 55472 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3934701 4992000 270 150 472 1192 511 0 0 0 1 25 0 0 0 0 1 +788 1783794263127691000 DEPTH 23 1 0.46386882241884109 0 1 11 1 11 0 0 2204 31 2575 23683314 99840 1317.9637756347656 6.7278000000000002 1643.4082000000001 120960 44603 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3196913 5740800 270 150 470 1196 489 0 0 0 1 30 0 0 0 0 0 +789 1783794264796179100 DEPTH 23 1 0.46394940997513223 0 1 11 1 11 0 0 2205 31 2568 23664833 81600 1312.4568176269531 9.5477000000000007 1667.1389999999999 120960 29930 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 270 150 445 1228 475 0 0 0 0 31 0 0 0 0 0 +790 1783794265074253600 REFRESH 23 0 0.46401905621610068 0 1 11 1 11 0 0 2206 8 422 3943887 55200 228.66447448730469 1.0165 276.65370000000001 20160 13612 0 0 0.0088472090588506171 0.91656824143927251 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737486 748800 45 25 82 201 69 0 0 0 2 6 0 0 0 0 0 +791 1783794266730990400 DEPTH 23 1 0.46207886026605594 0 1 11 1 11 0 0 2207 32 2568 23664797 81600 1323.8169708251953 6.1662999999999997 1655.0642 120960 66704 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426396 4492800 270 150 481 1130 537 0 0 0 0 32 0 0 0 0 0 +792 1783794268370837300 DEPTH 23 1 0.46232981132215423 0 1 11 1 11 0 0 2210 27 2562 23664898 81600 1315.4211730957031 6.1693000000000007 1638.0062 120960 55093 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426496 4492800 270 150 458 1199 485 0 0 0 0 27 0 0 0 0 0 +793 1783794270054948000 DEPTH 23 1 0.46255279964717522 0 1 11 1 11 0 0 2211 15 2584 23664826 81600 1314.6726989746094 6.6293000000000006 1682.443 120960 44847 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426424 4492800 270 150 437 1236 491 0 0 0 0 15 0 0 0 0 0 +794 1783794271710250400 DEPTH 23 1 0.4627506264630209 0 1 11 1 11 0 0 2212 31 2573 23664789 81600 1312.0800628662109 6.1096000000000004 1653.71 120960 30386 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426388 4492800 270 150 420 1244 489 0 0 0 0 31 0 0 0 0 0 +795 1783794271984796500 REFRESH 23 0 0.46292581285486362 0 1 11 1 11 0 0 2213 9 423 3943911 55200 227.02592468261719 1.052 272.53440000000001 20160 13490 0 0 0.0088472090588506171 0.91656824143927251 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 45 25 78 202 73 0 0 0 0 9 0 0 0 0 0 +796 1783794273638602000 DEPTH 23 1 0.4620806277848799 0 1 11 1 11 0 0 2214 26 2594 23664882 81600 1325.9714660644531 6.3729999999999993 1651.8648000000001 120960 66025 1 0 0.0088472090588506171 0.91656824143927251 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 270 150 445 1170 559 0 0 0 1 25 0 0 0 0 0 +797 1783794275360403500 DEPTH 23 1 0.46231711330460951 0 1 11 1 11 1 0 2215 24 2584 23664855 81600 1318.2222290039062 9.0920000000000005 1719.7212 120960 55439 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 270 150 420 1239 505 0 0 0 1 23 0 0 0 0 1 +798 1783794277024624000 DEPTH 23 1 0.46254476970930924 0 1 11 1 11 0 0 2218 24 2583 23686931 103680 1315.5811767578125 6.7385000000000002 1662.3140000000001 120960 44504 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 2950928 5990400 270 150 426 1220 517 0 0 0 0 24 0 0 0 0 0 +799 1783794278755553200 DEPTH 23 1 0.46272915986072072 0 1 11 1 11 0 0 2220 33 2583 23664872 81600 1313.5893096923828 6.2721 1655.9278999999999 120960 30264 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 270 150 408 1258 497 0 0 0 0 33 0 0 0 0 0 +800 1783794279027824100 REFRESH 23 0 0.46289227770986041 0 1 11 1 11 0 0 2220 4 421 3943905 55200 226.29580688476562 1.0181 270.68150000000003 20160 13548 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 45 25 77 202 72 0 0 0 0 4 0 0 0 0 0 +801 1783794280701075700 DEPTH 23 1 0.45703625533523146 0 1 11 1 11 0 0 2223 33 2574 23664836 81600 1324.9260711669922 6.2709999999999999 1671.5953 120960 65703 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 270 150 430 1201 523 0 0 0 0 33 0 0 0 0 0 +802 1783794282338988400 DEPTH 23 1 0.45776301159336308 0 1 11 1 11 0 0 2224 24 2579 23664853 81600 1316.9615173339844 6.7311000000000005 1635.9881 120960 55290 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 270 150 408 1251 500 0 0 0 0 24 0 0 0 0 0 +803 1783794284005969800 DEPTH 23 1 0.45841427344106628 0 1 11 1 11 0 0 2225 30 2583 23664850 81600 1315.6751403808594 6.5630000000000006 1665.2773 120960 43684 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 260 150 382 1304 487 0 0 0 0 30 0 0 0 0 0 +804 1783794285659128100 DEPTH 23 1 0.45899759512546356 0 1 11 1 11 0 0 2225 23 2581 23664827 81600 1311.1081390380859 6.5029000000000003 1651.4670000000001 120960 30290 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 224 150 367 1369 471 0 0 0 1 22 0 0 0 0 0 +805 1783794285930922500 REFRESH 23 0 0.45951977545501516 0 1 11 1 11 0 0 2225 4 417 3943913 55200 227.859619140625 1.012 269.73869999999999 20160 13583 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 45 25 68 210 69 0 0 0 0 4 0 0 0 0 0 +806 1783794287605881600 DEPTH 23 1 0.45398693334344242 0 1 11 1 11 0 0 2226 26 2570 23664924 81600 1325.0222015380859 6.3751999999999995 1673.2488000000001 120960 66161 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426523 4492800 263 150 388 1291 478 0 0 0 0 26 0 0 0 0 0 +807 1783794289242434900 DEPTH 23 1 0.45500457579925879 0 1 11 1 11 0 0 2227 23 2578 23664849 81600 1318.108154296875 6.2748999999999997 1634.5262 120960 55268 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 232 150 373 1358 465 0 0 0 0 23 0 0 0 0 0 +808 1783794290933881900 DEPTH 23 1 0.45591765911634718 0 1 11 1 11 0 0 2228 18 2583 23664917 81600 1314.7486267089844 6.5404 1689.7647999999999 120960 43884 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426514 4492800 222 150 367 1382 462 0 0 0 0 18 0 0 0 0 0 +809 1783794292599741300 DEPTH 23 1 0.45673664394547908 0 1 11 1 11 0 0 2229 26 2597 23664814 81600 1312.6082305908203 7.3014000000000001 1663.9034999999999 120960 29808 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 202 150 357 1418 470 0 0 0 0 26 0 0 0 0 0 +810 1783794292872126800 REFRESH 23 0 0.457470944858682 0 1 11 1 11 0 0 2229 10 426 3943901 55200 227.33824157714844 1.0018 270.64109999999999 20160 13558 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 45 25 66 217 73 0 0 0 0 10 0 0 0 0 0 +811 1783794294625039300 DEPTH 23 1 0.45812903495716939 0 1 11 1 11 0 0 2230 19 2587 23664809 81600 1326.5216064453125 6.4586000000000006 1751.2509 120960 66493 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 236 150 370 1359 472 0 0 0 0 19 0 0 0 0 0 +812 1783794296313454200 DEPTH 23 1 0.45871854001847778 0 1 11 1 11 0 0 2231 19 2601 23664832 81600 1344.0696411132812 6.4742999999999995 1686.923 120960 55090 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 210 150 359 1411 471 0 0 0 0 19 0 0 0 0 0 +813 1783794297991804800 DEPTH 23 1 0.45924632322888903 0 1 11 1 11 0 0 2233 25 2588 23664839 81600 1342.2787170410156 6.8459000000000003 1676.9992 120960 44089 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 197 150 344 1432 465 0 0 0 3 22 0 0 0 0 0 +814 1783794299689114100 DEPTH 23 1 0.45971856144261125 0 1 11 1 11 0 0 2233 15 2590 23664897 81600 1345.6681060791016 6.6009000000000002 1696.0198 120960 29747 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426496 4492800 192 150 331 1459 458 0 0 0 0 15 0 0 0 0 0 +815 1783794299960128900 REFRESH 23 0 0.46014081381504035 0 1 11 1 11 0 0 2233 6 422 3943883 55200 228.78515625 1.0012000000000001 269.80149999999998 20160 13684 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737483 748800 41 25 63 223 70 0 0 0 0 6 0 0 0 0 0 +816 1783794301612840500 DEPTH 23 1 0.45651808357269574 0 1 11 1 11 0 0 2233 9 2600 23664830 81600 1329.6538391113281 6.6789999999999994 1651.4668999999999 120960 66643 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 213 150 363 1395 479 0 0 0 0 9 0 0 0 0 0 +817 1783794303250347900 DEPTH 23 1 0.45625487360616157 0 1 11 1 11 0 0 2233 14 2584 23664793 81600 1319.9290771484375 6.2631000000000006 1636.0085999999999 120960 55842 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 195 150 341 1443 455 0 0 0 0 14 0 0 0 0 0 +818 1783794304884871900 DEPTH 23 1 0.45701523650373466 0 1 11 1 11 0 0 2233 16 2590 23664870 81600 1317.9842529296875 6.1181000000000001 1633.1402 120960 44366 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 189 150 324 1470 457 0 0 0 0 16 0 0 0 0 0 +819 1783794306521962700 DEPTH 23 1 0.45769681958170583 0 1 11 1 11 0 0 2233 14 2597 23664880 81600 1316.4535064697266 7.240499999999999 1635.7501999999999 120960 29991 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 174 150 308 1502 463 0 0 0 0 14 0 0 0 0 0 +820 1783794306792760700 REFRESH 23 0 0.45830750541161436 0 1 11 1 11 0 0 2233 8 426 3943914 55200 228.78105163574219 0.99970000000000003 269.61739999999998 20160 13567 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737514 748800 37 25 62 231 71 0 0 0 0 8 0 0 0 0 0 +821 1783794308455502500 DEPTH 23 1 0.45685438829477543 0 1 11 1 11 0 0 2235 28 2593 23664825 81600 1333.1732482910156 6.266 1661.242 120960 66330 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426425 4492800 204 150 355 1414 470 0 0 0 0 28 0 0 0 0 0 +822 1783794310231447300 DEPTH 23 1 0.45754385308935563 0 1 11 1 11 0 0 2235 24 2600 23664848 81600 1367.9062957763672 6.7282000000000002 1699.2455 120960 55103 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426446 4492800 196 150 337 1444 473 0 0 0 0 24 0 0 0 0 0 +823 1783794312024991600 DEPTH 23 1 0.45816164615473964 0 1 11 1 11 0 0 2238 26 2588 23664827 81600 1369.8047790527344 12.832400000000002 1789.4359999999999 120960 44491 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 189 150 324 1470 455 0 0 0 2 24 0 0 0 0 0 +824 1783794313689312900 DEPTH 23 1 0.458714939201461 0 1 11 1 11 0 0 2238 17 2596 23664860 81600 1323.9521331787109 6.3136999999999999 1662.7188000000001 120960 29869 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426458 4492800 172 150 302 1511 461 0 0 0 3 14 0 0 0 0 0 +825 1783794313962425600 REFRESH 23 0 0.45921018675613845 0 1 11 1 11 0 0 2238 4 422 3943911 55200 227.35052490234375 1.0084 271.03960000000001 20160 13560 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 33 25 61 233 70 0 0 0 0 4 0 0 0 0 0 +826 1783794315670742100 DEPTH 23 1 0.4536531978799192 0 1 11 1 11 0 0 2240 25 2589 23664854 81600 1355.0183410644531 6.3574000000000002 1706.4822999999999 120960 66087 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 196 150 343 1442 458 0 0 0 3 22 0 0 0 0 0 +827 1783794317387461600 DEPTH 23 1 0.45464920071507742 0 1 11 1 11 0 0 2243 24 2592 23664828 81600 1372.4559478759766 6.5938999999999997 1715.1692 120960 55068 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 172 150 294 1518 458 0 0 0 2 22 0 0 0 0 0 +828 1783794319088581000 DEPTH 23 1 0.45554290057695235 0 1 11 1 11 0 0 2246 18 2588 23664806 81600 1323.4702606201172 7.8365 1699.864 120960 43969 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426405 4492800 162 150 267 1557 452 0 0 0 0 18 0 0 0 0 0 +829 1783794320735037000 DEPTH 23 1 0.45634453223669252 0 1 11 1 11 0 0 2246 16 2587 23664886 81600 1314.2169647216797 6.7840000000000007 1645.0702000000001 120960 30192 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426485 4492800 162 150 257 1566 452 0 0 0 0 16 0 0 0 0 0 +830 1783794321005874800 REFRESH 23 0 0.45706330697572528 0 1 11 1 11 0 0 2247 8 425 3943921 55200 227.83999633789062 1.0513999999999999 269.59620000000001 20160 13647 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 33 25 58 239 70 0 0 0 0 8 0 0 0 0 0 +831 1783794322668039700 DEPTH 23 1 0.45570751493477923 0 1 11 1 11 0 0 2247 27 2601 23664876 81600 1331.2657012939453 6.3653000000000013 1660.9668999999999 120960 65882 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 189 150 326 1470 466 0 0 0 3 24 0 0 0 0 0 +832 1783794324329273200 DEPTH 23 1 0.45648461722800371 0 1 11 1 11 0 0 2248 22 2594 23664941 81600 1323.1513519287109 6.4501999999999997 1659.9789000000001 120960 55556 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426539 4492800 168 150 291 1527 458 0 0 0 1 21 0 0 0 0 0 +833 1783794325987433800 DEPTH 23 1 0.45718132884567686 0 1 11 1 11 0 0 2248 14 2586 23664785 81600 1316.9991607666016 6.9612999999999996 1656.6521 120960 44815 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426385 4492800 162 150 270 1552 452 0 0 0 0 14 0 0 0 0 0 +834 1783794327676255800 DEPTH 23 1 0.45780569326664189 0 1 11 1 11 0 0 2250 28 2582 23664978 81600 1355.5568695068359 6.7062999999999997 1686.915 120960 30367 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426577 4492800 162 150 263 1559 448 0 0 0 0 28 0 0 0 0 0 +835 1783794327950283600 REFRESH 23 0 0.45836494960949947 0 1 11 1 11 0 0 2250 7 426 3943917 55200 227.71405029296875 1.0031000000000001 272.22820000000002 20160 13666 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 33 25 57 241 70 0 0 0 0 7 0 0 0 0 0 +836 1783794329662741300 DEPTH 23 1 0.45586561306868151 0 1 11 1 11 0 0 2250 13 2584 23664815 81600 1326.3943634033203 7.7731000000000003 1710.7938999999999 120960 66564 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 177 150 310 1497 450 0 0 0 1 12 0 0 0 0 0 +837 1783794331382904300 DEPTH 23 1 0.45661354730691628 0 1 11 1 11 0 0 2251 18 2591 23664820 81600 1332.9766845703125 6.8769999999999998 1718.1950999999999 120960 55431 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 162 150 279 1544 456 0 0 0 0 18 0 0 0 0 0 +838 1783794333086750900 DEPTH 23 1 0.45728402960844722 0 1 11 1 11 0 0 2252 20 2598 23664873 81600 1356.1098175048828 7.3136000000000001 1702.4905000000001 120960 44959 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 162 150 261 1562 463 0 0 0 0 20 0 0 0 0 0 +839 1783794334765881600 DEPTH 23 1 0.45788480951692978 0 1 11 1 11 0 0 2253 14 2587 23664798 81600 1342.4917297363281 9.1205999999999996 1677.3706 120960 30601 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426396 4492800 162 150 247 1577 451 0 0 0 0 14 0 0 0 0 0 +840 1783794335054823700 REFRESH 23 0 0.45842286160953805 0 1 11 1 11 0 0 2253 3 428 3943903 55200 240.7720947265625 1.0150999999999999 287.13990000000001 20160 13644 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 33 25 58 238 74 0 0 0 0 3 0 0 0 0 0 +841 1783794336803644100 DEPTH 23 1 0.45190446299366038 0 1 11 1 11 0 0 2253 18 2588 23664877 81600 1374.8285522460938 7.4717999999999991 1746.9241999999999 120960 66175 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 177 150 319 1490 452 0 0 0 0 18 0 0 0 0 0 +842 1783794338535962800 DEPTH 23 1 0.45303526305392572 0 1 11 1 11 0 0 2253 17 2589 23664845 81600 1380.5916290283203 6.3543000000000003 1730.9027000000001 120960 55311 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 164 150 285 1534 456 0 0 0 0 17 0 0 0 0 0 +843 1783794340233040900 DEPTH 23 1 0.45405034622452656 0 1 11 1 11 0 0 2254 23 2590 23664871 81600 1322.5587310791016 6.6126000000000005 1631.9038 120960 43976 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 162 150 263 1560 455 0 0 0 0 23 0 0 0 0 0 +844 1783794341868188100 DEPTH 23 1 0.45496128848430961 0 1 11 1 11 0 0 2255 29 2595 23664901 81600 1314.3961639404297 6.4181999999999997 1633.9238 120960 29966 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426499 4492800 162 150 247 1574 462 0 0 0 0 29 0 0 0 0 0 +845 1783794342138641400 REFRESH 23 0 0.45577850820235699 0 1 11 1 11 0 0 2255 7 426 3943927 55200 228.81791687011719 0.99909999999999999 269.02530000000002 20160 13651 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 32 25 57 242 70 0 0 0 0 7 0 0 0 0 0 +846 1783794343833405300 DEPTH 23 1 0.4535113818990093 0 1 11 1 11 0 0 2258 21 2586 23664861 81600 1328.9310150146484 6.649 1693.3909000000001 120960 66053 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 172 150 307 1507 450 0 0 0 0 21 0 0 0 0 0 +847 1783794345496081300 DEPTH 23 1 0.45446834843078593 0 1 11 1 11 0 0 2259 23 2599 23664857 81600 1322.5902252197266 6.3326000000000002 1661.3108 120960 55056 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 162 150 281 1541 465 0 0 0 0 23 0 0 0 0 0 +848 1783794347144786000 DEPTH 23 1 0.45532700275681326 0 1 11 1 11 0 0 2263 22 2580 23664764 81600 1320.4951019287109 6.1624999999999996 1646.7072000000001 120960 43683 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426362 4492800 162 150 269 1555 444 0 0 0 2 20 0 0 0 0 0 +849 1783794348832368500 DEPTH 23 1 0.45609718032860974 0 1 11 1 11 0 0 2264 20 2585 23664804 81600 1316.5363159179688 6.6467000000000001 1686.3233 120960 30210 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 162 150 251 1573 449 0 0 0 1 19 0 0 0 0 0 +850 1783794349101661500 REFRESH 23 0 0.4567877330408921 0 1 11 1 11 0 0 2264 4 423 3943908 55200 227.49696350097656 1.0018 268.02420000000001 20160 13612 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 32 25 57 242 67 0 0 0 0 4 0 0 0 0 0 +851 1783794350769465200 DEPTH 23 1 0.4514066275873011 0 1 11 1 11 0 0 2267 23 2575 23664961 81600 1328.2580261230469 6.7536999999999985 1666.3223 120960 66106 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426560 4492800 170 150 302 1513 440 0 0 0 0 23 0 0 0 0 0 +852 1783794352474496800 DEPTH 23 1 0.45256103398055397 0 1 11 1 11 0 0 2267 24 2583 23664882 81600 1323.0479278564453 6.3856000000000002 1703.7393 120960 55390 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 162 150 271 1553 447 0 0 0 2 22 0 0 0 0 0 +853 1783794354222324500 DEPTH 23 1 0.45359740522058178 0 1 11 1 11 0 0 2267 27 2580 23664845 81600 1350.9734344482422 7.4698999999999991 1746.0281 120960 44096 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 162 150 252 1569 447 0 0 0 4 23 0 0 0 0 0 +854 1783794355953099000 DEPTH 23 1 0.45452754899585263 0 1 11 1 11 0 0 2268 21 2592 23664925 81600 1367.1977844238281 6.5899999999999999 1729.1017999999999 120960 30041 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426525 4492800 162 150 234 1590 456 0 0 0 0 21 0 0 0 0 0 +855 1783794356237960400 REFRESH 23 0 0.45536209221456236 0 1 11 1 11 0 0 2268 2 425 3943900 55200 238.68006896972656 1.0029999999999999 283.04910000000001 20160 13691 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 31 25 56 244 69 0 0 0 0 2 0 0 0 0 0 +856 1783794358050701100 DEPTH 23 1 0.44811059908270617 0 1 11 1 11 0 0 2268 29 2595 23664821 81600 1399.6236724853516 6.4459999999999997 1810.8910000000001 120960 66702 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 168 150 290 1526 461 0 0 0 1 28 0 0 0 0 0 +857 1783794359827559200 DEPTH 23 1 0.44958167737434224 0 1 11 1 11 0 0 2268 21 2578 23664858 81600 1386.9404602050781 7.2407000000000004 1775.5704000000001 120960 55844 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 162 150 272 1552 442 0 0 0 3 18 0 0 0 0 0 +858 1783794361478251900 DEPTH 23 1 0.45090307407482966 0 1 11 1 11 0 0 2272 23 2587 23664859 81600 1336.4347229003906 6.6054000000000004 1649.4373000000001 120960 44460 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 162 150 251 1572 452 0 0 0 1 22 0 0 0 0 0 +859 1783794363123983200 DEPTH 23 1 0.4520897614597415 0 1 11 1 11 0 0 2274 25 2595 23664914 81600 1315.0105438232422 6.2927 1644.2577000000001 120960 29918 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426514 4492800 162 150 229 1595 459 0 0 0 0 25 0 0 0 0 0 +860 1783794363394738800 REFRESH 23 0 0.45315521456588703 0 1 11 1 11 0 0 2274 3 424 3943904 55200 228.65408325195312 1.0051000000000001 269.464 20160 13517 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 31 25 54 246 68 0 0 0 0 3 0 0 0 0 0 +861 1783794365058172100 DEPTH 23 1 0.44711156091523102 0 1 11 1 11 0 0 2274 25 2599 23664851 81600 1330.0049896240234 6.7052000000000005 1662.1649 120960 66776 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 166 150 293 1526 464 0 0 0 2 23 0 0 0 0 0 +862 1783794366878734800 DEPTH 23 1 0.44866971526642108 0 1 11 1 11 0 0 2274 21 2590 23664861 81600 1394.0664520263672 7.2431999999999999 1818.9969000000001 120960 55759 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 162 150 264 1560 454 0 0 0 0 21 0 0 0 0 0 +863 1783794368527784000 DEPTH 23 1 0.45006950089116216 0 1 11 1 11 0 0 2274 18 2594 23664846 81600 1316.8025817871094 6.4863999999999997 1647.0518 120960 44515 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 162 150 249 1575 458 0 0 0 1 17 0 0 0 0 0 +864 1783794370289906800 DEPTH 23 1 0.45132675872295325 0 1 11 1 11 0 0 2274 17 2595 23664831 81600 1313.2810821533203 6.9847999999999999 1694.9584 120960 30328 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 163 150 234 1589 459 0 0 0 1 16 0 0 0 0 0 +865 1783794370561290000 REFRESH 23 0 0.4524557455909502 0 1 11 1 11 0 0 2274 10 426 3943915 55200 227.66490173339844 1.0017 269.6925 20160 13559 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 30 25 55 245 71 0 0 0 0 10 0 0 0 0 0 +866 1783794372215188600 DEPTH 23 1 0.45346929263044206 0 1 11 1 11 0 0 2275 18 2587 23664703 81600 1330.8385772705078 6.4549000000000003 1652.0047999999999 120960 66023 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426303 4492800 170 150 284 1531 452 0 0 0 0 18 0 0 0 0 0 +867 1783794373988285600 DEPTH 23 1 0.45437894785227967 0 1 11 1 11 0 0 2277 27 2597 23664760 81600 1376.6492004394531 6.7963000000000005 1771.5199 120960 54621 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426359 4492800 168 150 263 1554 462 0 0 0 0 27 0 0 0 0 0 +868 1783794375750968200 DEPTH 23 1 0.45519510445536104 0 1 11 1 11 0 0 2277 19 2602 23664845 81600 1376.7117004394531 7.2138 1761.0934999999999 120960 43415 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 168 150 236 1582 466 0 0 0 0 19 0 0 0 0 0 +869 1783794377414649500 DEPTH 23 1 0.45592711630786814 0 1 11 1 11 0 0 2277 18 2595 23664861 81600 1324.9392700195312 6.2172000000000001 1661.8212000000001 120960 29890 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 168 150 216 1600 461 0 0 0 1 17 0 0 0 0 0 +870 1783794377686715300 REFRESH 23 0 0.45658340188037971 0 1 11 1 11 0 0 2277 3 427 3943926 55200 227.83078002929688 1.0014000000000001 270.46690000000001 20160 13510 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 30 25 52 248 72 0 0 0 0 3 0 0 0 0 0 +871 1783794379416312600 DEPTH 23 1 0.45017153778567254 0 1 11 1 11 0 0 2277 19 2590 23664904 81600 1334.8474884033203 6.9603999999999999 1727.8179 120960 66122 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426504 4492800 171 150 286 1528 455 0 0 0 0 19 0 0 0 0 0 +872 1783794381077835100 DEPTH 23 1 0.45139834296454262 0 1 11 1 11 0 0 2277 22 2598 23664799 81600 1322.3854370117188 6.2823000000000011 1659.4046000000001 120960 54802 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426395 4492800 168 150 266 1550 464 0 0 0 0 22 0 0 0 0 0 +873 1783794382734715500 DEPTH 23 1 0.45249995445304364 0 1 11 1 11 0 0 2278 21 2596 23664894 81600 1317.9197387695312 6.9096000000000002 1655.2175 120960 44073 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426492 4492800 168 150 246 1572 460 0 0 0 1 20 0 0 0 0 0 +874 1783794384417627500 DEPTH 23 1 0.45348889557300176 0 1 11 1 11 0 0 2280 24 2601 23664776 81600 1316.8076934814453 7.4499999999999993 1681.4184 120960 29718 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426375 4492800 168 150 233 1584 466 0 0 0 0 24 0 0 0 0 0 +875 1783794384692243400 REFRESH 23 0 0.45437643730347865 0 1 11 1 11 0 0 2280 5 424 3943889 55200 227.24826049804688 1.0012000000000001 273.0222 20160 13601 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737489 748800 30 25 52 247 70 0 0 0 0 5 0 0 0 0 0 +876 1783794386386649700 DEPTH 23 1 0.4501727235150878 0 1 11 1 11 0 0 2280 20 2596 23664857 81600 1327.4379577636719 6.8211000000000004 1692.4121 120960 66056 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426456 4492800 172 150 297 1517 460 0 0 0 0 20 0 0 0 0 0 +877 1783794388042176100 DEPTH 23 1 0.45138688368087937 0 1 11 1 11 0 0 2282 25 2595 23664796 81600 1321.0920867919922 6.900500000000001 1654.0012999999999 120960 55251 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426396 4492800 168 150 276 1541 460 0 0 0 0 25 0 0 0 0 0 +878 1783794389743212100 DEPTH 23 1 0.45247713431613601 0 1 11 1 11 0 0 2284 19 2598 23664936 81600 1321.8315887451172 12.415799999999999 1699.4489000000001 120960 44493 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426533 4492800 168 150 254 1563 463 0 0 0 0 19 0 0 0 0 0 +879 1783794391399394400 DEPTH 23 1 0.45345587027418893 0 1 11 1 11 0 0 2285 17 2600 23664883 81600 1317.6094818115234 6.2523999999999997 1654.5007000000001 120960 30396 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426482 4492800 168 150 228 1589 465 0 0 0 0 17 0 0 0 0 0 +880 1783794391677428800 REFRESH 23 0 0.45433424691265273 0 1 11 1 11 0 0 2285 8 423 3943928 55200 228.52915954589844 1.0175000000000001 276.1576 20160 13681 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737528 748800 30 25 52 249 67 0 0 0 0 8 0 0 0 0 0 +881 1783794393362492200 DEPTH 23 1 0.45312230404303566 0 1 11 1 11 0 0 2287 18 2596 23664873 81600 1328.91748046875 6.3734999999999999 1683.1097 120960 66283 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426472 4492800 169 150 281 1536 460 0 0 0 0 18 0 0 0 0 0 +882 1783794395013742600 DEPTH 23 1 0.45402907748538934 0 1 11 1 11 0 0 2290 18 2590 23664841 81600 1322.7879486083984 6.5519000000000007 1649.3027 120960 55268 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 168 150 260 1558 454 0 0 0 1 17 0 0 0 0 0 +883 1783794396675823300 DEPTH 23 1 0.45484269946749312 0 1 11 1 11 0 0 2291 12 2582 23664912 81600 1318.47900390625 7.5107999999999997 1660.1278 120960 44317 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426510 4492800 168 150 233 1585 446 0 0 0 0 12 0 0 0 0 0 +884 1783794398334053000 DEPTH 23 1 0.45557248898411973 0 1 11 1 11 0 0 2293 25 2583 23664849 81600 1315.8400421142578 7.5682999999999998 1656.7056 120960 30397 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 168 150 213 1603 449 0 0 0 0 25 0 0 0 0 0 +885 1783794398607857000 REFRESH 23 0 0.45622683312037421 0 1 11 1 11 0 0 2293 7 422 3943934 55200 228.50253295898438 1.0009999999999999 271.76490000000001 20160 13477 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737534 748800 30 25 52 249 66 0 0 0 0 7 0 0 0 0 0 +886 1783794400414632700 DEPTH 23 1 0.45381328024269896 0 1 11 1 11 0 0 2294 27 2592 23664810 81600 1328.4669494628906 7.1331999999999995 1732.7529 120960 66433 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 168 150 277 1541 456 0 0 0 1 26 0 0 0 0 0 +887 1783794402044680200 DEPTH 23 1 0.4546386238707778 0 1 11 1 11 0 0 2296 38 2588 23664892 81600 1322.2502288818359 6.1856 1628.3381999999999 120960 55088 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 168 150 247 1571 452 0 0 0 0 38 0 0 0 0 0 +888 1783794403720776900 DEPTH 23 1 0.4553789781622497 0 1 11 1 11 0 0 2296 21 2584 23664828 81600 1318.403076171875 6.4085000000000001 1673.9576 120960 44309 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 168 150 235 1581 450 0 0 0 0 21 0 0 0 0 0 +889 1783794405347108000 DEPTH 23 1 0.4560428458489505 0 1 11 1 11 0 0 2296 21 2580 23664868 81600 1315.2687377929688 6.5057999999999998 1624.6461999999999 120960 30137 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 168 150 213 1604 445 1 0 0 1 19 0 0 0 0 0 +890 1783794405619971300 REFRESH 23 0 0.45663787937953126 0 1 11 1 11 0 0 2296 10 426 3943915 55200 228.5506591796875 1.0045999999999999 271.23840000000001 20160 13588 0 0 0.0088472666241035357 0.91872306006420767 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 30 25 52 249 70 1 0 0 0 9 0 0 0 0 0 +891 1783794407312178700 DEPTH 23 1 0.45717096594781326 0 1 11 1 11 0 0 2298 28 2594 23664706 81600 1329.8851928710938 6.8700000000000001 1690.7077999999999 120960 66197 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426304 4492800 170 150 287 1527 460 3 0 0 0 25 0 0 0 0 0 +892 1783794408958007400 DEPTH 23 1 0.45764830401830842 0 1 11 1 11 0 0 2299 28 2593 23664846 81600 1322.2000732421875 6.0940000000000003 1644.0645999999999 120960 54847 1 0 0.0088472666241035357 0.91872306006420767 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 168 150 261 1556 458 0 0 0 0 28 0 0 0 0 0 +893 1783794410626183000 DEPTH 23 1 0.45807547219918709 0 1 11 1 11 1 0 2302 27 2599 23672250 89280 1322.3650512695312 6.4413999999999998 1666.3005000000001 120960 43264 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 3934647 4992000 168 150 254 1564 463 0 0 0 0 27 0 0 0 0 1 +894 1783794412294276000 DEPTH 23 1 0.45847450176063698 0 1 11 1 11 0 0 2304 26 2593 23679613 96000 1316.3811950683594 6.6657999999999991 1666.1572000000001 120960 29767 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3442811 5491200 168 150 268 1548 459 0 0 0 0 26 0 0 0 0 0 +895 1783794412568199700 REFRESH 23 0 0.45881418923794465 0 1 11 1 11 0 0 2305 14 422 3943920 55200 227.48159790039062 1.0025999999999999 272.04860000000002 20160 13571 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 34 25 72 220 71 0 0 2 0 12 0 0 0 0 0 +896 1783794414243351300 DEPTH 23 1 0.4591174831011523 0 1 11 1 11 0 0 2306 24 2614 23664819 81600 1329.5697784423828 6.3705000000000007 1673.2453 120960 65946 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 202 150 369 1409 484 0 0 0 0 24 0 0 0 0 0 +897 1783794415879108000 DEPTH 23 1 0.45938802643086452 0 1 11 1 11 0 0 2306 27 2600 23664901 81600 1321.1383819580078 6.2521999999999993 1634.213 120960 55092 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426499 4492800 196 150 342 1442 470 0 0 0 0 27 0 0 0 0 0 +898 1783794417541836100 DEPTH 23 1 0.45962909798991669 0 1 11 1 11 0 0 2306 23 2602 23664787 81600 1317.8224792480469 6.5514999999999999 1661.0921000000001 120960 43947 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 190 150 335 1453 474 0 0 0 0 23 0 0 0 0 0 +899 1783794419206885400 DEPTH 23 1 0.45984364865518756 0 1 11 1 11 0 0 2307 20 2598 23664878 81600 1315.3016510009766 6.5270000000000001 1663.2756999999999 120960 30293 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426476 4492800 175 150 310 1500 463 0 0 0 0 20 0 0 0 0 0 +900 1783794419487194300 REFRESH 23 0 0.46003433420623063 0 1 11 1 11 0 0 2307 8 423 3943891 55200 226.85594177246094 1.0266999999999999 278.58080000000001 20160 13479 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737491 748800 34 25 72 223 69 0 0 0 1 7 0 0 0 0 0 +901 1783794421155798400 DEPTH 23 1 0.45820354483504228 0 1 11 1 11 0 0 2309 32 2592 23664897 81600 1328.5980224609375 6.1431000000000004 1666.5284999999999 120960 66412 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426494 4492800 200 150 370 1412 460 0 0 0 0 32 0 0 0 0 0 +902 1783794422811193000 DEPTH 23 1 0.45855343170485235 0 1 11 1 11 0 0 2310 25 2601 23664862 81600 1321.3675537109375 6.5394000000000005 1653.4562000000001 120960 55017 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 195 150 342 1447 467 0 0 0 0 25 0 0 0 0 0 +903 1783794424456787300 DEPTH 23 1 0.4588659308530364 0 1 11 1 11 0 0 2310 19 2608 23664844 81600 1320.9784240722656 6.6168999999999993 1643.9362000000001 120960 43562 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 186 150 325 1473 474 0 0 0 0 19 0 0 0 0 0 +904 1783794426136793100 DEPTH 23 1 0.45914478470373588 0 1 11 1 11 0 0 2310 20 2597 23664854 81600 1315.4385833740234 7.3651000000000009 1678.3513 120960 29741 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426451 4492800 174 150 310 1500 463 0 0 0 0 20 0 0 0 0 0 +905 1783794426412115800 REFRESH 23 0 0.45939336142921622 0 1 11 1 11 0 0 2311 4 425 3943910 55200 227.25836181640625 0.99970000000000003 273.33670000000001 20160 13461 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 35 25 67 228 70 0 0 0 0 4 0 0 0 0 0 +906 1783794428136985300 DEPTH 23 1 0.45361469237508945 0 1 11 1 11 0 0 2312 22 2589 23664910 81600 1359.8924713134766 6.6706000000000003 1722.8751 120960 66387 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426507 4492800 199 150 351 1432 457 0 0 0 0 22 0 0 0 0 0 +907 1783794429816680100 DEPTH 23 1 0.45441150574301359 0 1 11 1 11 0 0 2313 22 2606 23664837 81600 1335.8059539794922 6.2308000000000003 1678.1876999999999 120960 55196 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 189 150 333 1460 474 0 0 0 0 22 0 0 0 0 0 +908 1783794431555664400 DEPTH 23 1 0.45512625690512265 0 1 11 1 11 0 0 2314 22 2597 23664940 81600 1322.0506896972656 6.3626000000000005 1669.3425999999999 120960 44728 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426539 4492800 180 150 306 1497 464 0 0 0 0 22 0 0 0 0 0 +909 1783794433232367000 DEPTH 23 1 0.45576715568701298 0 1 11 1 11 0 0 2315 13 2600 23664811 81600 1316.4666900634766 6.3512000000000004 1675.0371 120960 30464 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 168 150 282 1534 466 0 0 0 0 13 0 0 0 0 0 +910 1783794433505619000 REFRESH 23 0 0.45634159092243132 0 1 11 1 11 0 0 2315 4 424 3943938 55200 227.76730346679688 1.0017 271.64429999999999 20160 13659 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737538 748800 35 25 63 231 70 0 0 0 0 4 0 0 0 0 0 +911 1783794435184403700 DEPTH 23 1 0.45085621255249297 0 1 11 1 11 0 0 2315 18 2607 23664912 81600 1328.5797119140625 7.2478999999999996 1676.8013000000001 120960 65983 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426510 4492800 204 150 354 1423 476 0 0 0 0 18 0 0 0 0 0 +912 1783794436843116100 DEPTH 23 1 0.45191700551497949 0 1 11 1 11 0 0 2315 19 2602 23664862 81600 1321.3460388183594 6.3521999999999998 1656.9948999999999 120960 55154 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 194 150 340 1448 470 0 0 0 0 19 0 0 0 0 0 +913 1783794438498418500 DEPTH 23 1 0.45286935624470481 0 1 11 1 11 0 0 2316 17 2607 23664829 81600 1319.3308563232422 6.8517999999999999 1653.6370999999999 120960 43820 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 186 150 325 1475 471 0 0 0 0 17 0 0 0 0 0 +914 1783794440180710900 DEPTH 23 1 0.4537241125238457 0 1 11 1 11 0 0 2316 14 2604 23664824 81600 1317.5531463623047 6.7793999999999999 1680.6793 120960 29756 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 176 150 308 1501 469 0 0 0 1 13 0 0 0 0 0 +915 1783794440457144500 REFRESH 23 0 0.45449103734723867 0 1 11 1 11 0 0 2317 10 427 3943922 55200 228.274169921875 1.0282 274.48559999999998 20160 13589 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 35 25 62 234 71 0 0 0 0 10 0 0 0 0 0 +916 1783794442165448300 DEPTH 23 1 0.45517891740114691 0 1 11 1 11 0 0 2317 15 2610 23664868 81600 1328.6758117675781 7.4612999999999996 1706.3776 120960 66002 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 198 150 342 1443 477 0 0 0 1 14 0 0 0 0 0 +917 1783794443801442900 DEPTH 23 1 0.45579566069415067 0 1 11 1 11 0 0 2318 20 2597 23664839 81600 1318.2023620605469 7.0233999999999996 1634.5925999999999 120960 55051 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 185 150 323 1478 461 0 0 0 0 20 0 0 0 0 0 +918 1783794445483617800 DEPTH 23 1 0.45634838442494802 0 1 11 1 11 0 0 2318 10 2593 23664900 81600 1319.9247436523438 7.1695000000000002 1680.6259 120960 43951 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 178 150 312 1495 458 0 0 0 1 9 0 0 0 0 0 +919 1783794447268131300 DEPTH 23 1 0.4568434940633761 0 1 11 1 11 0 0 2319 18 2594 23664850 81600 1315.4365539550781 7.0298999999999996 1782.9105999999999 120960 30149 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426446 4492800 168 150 293 1524 459 0 0 0 0 18 0 0 0 0 0 +920 1783794447541697900 REFRESH 23 0 0.45728675452332906 0 1 11 1 11 0 0 2319 2 425 3943912 55200 227.83692932128906 1.0082 271.98450000000003 20160 13548 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 35 25 62 232 71 0 0 0 0 2 0 0 0 0 0 +921 1783794449205665200 DEPTH 23 1 0.44968335421838518 0 1 11 1 11 0 0 2319 17 2592 23664891 81600 1328.5324554443359 6.7389000000000001 1662.5105000000001 120960 66351 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426490 4492800 195 150 336 1451 460 0 0 0 0 17 0 0 0 0 0 +922 1783794450896218500 DEPTH 23 1 0.45083796271187015 0 1 11 1 11 0 0 2321 15 2603 23664882 81600 1323.6940612792969 6.8776000000000002 1688.4748999999999 120960 55742 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 182 150 320 1482 469 0 0 0 0 15 0 0 0 0 0 +923 1783794452539924800 DEPTH 23 1 0.4518747826019146 0 1 11 1 11 0 0 2331 38 2589 23664850 81600 1317.8695678710938 6.2471000000000005 1641.8668 120960 44541 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426450 4492800 170 150 289 1520 460 1 0 0 2 35 0 0 0 0 0 +924 1783794454197179900 DEPTH 23 1 0.45280559621800537 0 1 11 1 11 0 0 2350 67 2569 23664773 81600 1318.4665679931641 7.0461 1655.6232 120960 30647 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 168 150 274 1541 436 0 0 0 0 67 0 0 0 0 0 +925 1783794454471156500 REFRESH 23 0 0.45364100764788129 0 1 11 1 11 0 0 2355 14 423 3943930 55200 227.34233093261719 1.0166999999999999 272.20979999999997 20160 13624 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 34 25 60 234 70 0 0 0 0 14 0 0 0 0 0 +926 1783794456172448400 DEPTH 23 1 0.4543905605617401 0 1 11 1 11 0 0 2369 60 2573 23664850 81600 1327.2740478515625 6.9394000000000009 1699.4148 120960 66744 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 192 150 334 1229 668 0 0 0 0 60 0 0 0 0 0 +927 1783794457850141100 DEPTH 23 1 0.45506284425402316 0 1 11 1 11 0 0 2373 67 2565 23664942 81600 1315.8463134765625 6.8194999999999997 1676.0574999999999 120960 55809 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426540 4492800 180 150 317 1395 523 0 0 0 0 67 0 0 0 0 0 +928 1783794459465376100 DEPTH 23 1 0.45566558908102317 0 1 11 1 11 0 0 2388 61 2571 23664870 81600 1314.5221252441406 6.4951000000000008 1613.6067 120960 44712 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 172 150 302 1495 452 0 0 0 3 58 0 0 0 0 0 +929 1783794461100087500 DEPTH 23 1 0.45620575235472949 0 1 11 1 11 0 0 2412 74 2589 23664863 81600 1309.5772247314453 6.3184000000000005 1632.6604 120960 30303 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 168 150 277 1540 454 0 0 0 2 72 0 0 0 0 0 +930 1783794461373642000 REFRESH 23 0 0.45668959564728961 0 1 11 1 11 0 0 2415 19 421 3943924 55200 227.69459533691406 1.0057 271.95769999999999 20160 13624 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 34 25 59 238 65 0 0 0 1 18 0 0 0 0 0 +931 1783794463128785300 DEPTH 23 1 0.45712275436502436 0 1 11 1 11 0 0 2453 92 2576 23664831 81600 1324.5726776123047 6.5042999999999997 1684.3831 120960 66426 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 192 150 337 1274 623 0 0 0 2 90 0 0 0 0 0 +932 1783794464773377800 DEPTH 23 1 0.45751030036504103 0 1 11 1 11 0 0 2476 83 2574 23664879 81600 1314.8530426025391 6.5954999999999995 1642.6750999999999 120960 55449 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 178 150 315 1441 490 0 0 0 2 81 0 0 0 0 0 +933 1783794466408079200 DEPTH 23 1 0.45785679831018528 0 1 11 1 11 0 0 2490 54 2579 23664771 81600 1310.5480346679688 6.4585999999999997 1633.0663 120960 43923 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426366 4492800 170 150 300 1516 443 0 0 0 1 53 0 0 0 0 0 +934 1783794468071376000 DEPTH 23 1 0.45816635638849773 0 1 11 1 11 0 0 2504 63 2590 23664837 81600 1311.2711486816406 7.4164000000000003 1661.9066 120960 29701 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 168 150 275 1542 455 0 0 0 0 63 0 0 0 0 0 +935 1783794468346224400 REFRESH 23 0 0.45844267196072463 0 1 11 1 11 0 0 2506 17 423 3943926 55200 227.92300415039062 1.0081 273.2724 20160 13616 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 34 25 59 238 67 0 0 0 0 17 0 0 0 0 0 +936 1783794470103424700 DEPTH 23 1 0.45868907264307751 0 1 11 1 11 0 0 2518 60 2592 23664814 81600 1322.5574493408203 6.5220000000000002 1755.26 120960 66339 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 191 150 334 1275 642 0 0 0 0 60 0 0 0 0 0 +937 1783794471763475900 DEPTH 23 1 0.45890855328171665 0 1 11 1 11 0 0 2529 48 2600 23664843 81600 1313.9118041992188 6.5202 1658.3335 120960 55140 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 178 150 315 1448 509 0 0 0 2 46 0 0 0 0 0 +938 1783794473424299800 DEPTH 23 1 0.45910380922978589 0 1 11 1 11 0 0 2535 56 2584 23664837 81600 1308.1938018798828 6.6783000000000001 1659.1008999999999 120960 44027 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 170 150 299 1509 456 0 0 0 0 56 0 0 0 0 0 +939 1783794475082251200 DEPTH 23 1 0.45927726629674404 0 1 11 1 11 0 0 2544 60 2597 23664882 81600 1312.5202026367188 6.5109999999999992 1656.2795000000001 120960 30607 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426482 4492800 168 150 278 1540 461 0 0 0 0 60 0 0 0 0 0 +940 1783794475355784200 REFRESH 23 0 0.45943110770276308 0 1 11 1 11 0 0 2545 14 423 3943903 55200 228.19839477539062 1.0124 271.62130000000002 20160 13650 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 34 25 59 238 67 0 0 0 0 14 0 0 0 0 0 +941 1783794477037555000 DEPTH 23 1 0.459567298337686 0 1 11 1 11 0 0 2552 66 2595 23664870 81600 1328.3422698974609 6.5350999999999999 1680.1309000000001 120960 66581 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 192 150 333 1245 675 1 0 1 0 64 0 0 0 0 0 +942 1783794478669767800 DEPTH 23 1 0.45968760659408925 0 1 11 1 11 0 0 2556 51 2594 23664839 81600 1315.1651763916016 6.3438000000000008 1630.1458 120960 55507 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 175 150 304 1438 527 2 0 0 0 49 0 0 0 0 0 +943 1783794480330206400 DEPTH 23 1 0.45979362401703827 0 1 11 1 11 0 0 2561 56 2582 23664874 81600 1312.4689788818359 6.7374999999999998 1658.72 120960 44135 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426472 4492800 168 150 282 1535 447 0 0 0 0 56 0 0 0 0 0 +944 1783794482004743600 DEPTH 23 1 0.45988678298886804 0 1 11 1 11 0 0 2568 53 2591 23664722 81600 1307.0501861572266 6.7523 1672.8644999999999 120960 30683 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426322 4492800 168 150 272 1546 455 0 0 0 0 53 0 0 0 0 0 +945 1783794482277468000 REFRESH 23 0 0.45996837264548462 0 1 11 1 11 0 0 2569 12 422 3943970 55200 227.59014892578125 1.0024 271.14420000000001 20160 13546 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737570 748800 33 25 58 239 67 0 0 0 0 12 0 0 0 0 0 +946 1783794483941840500 DEPTH 23 1 0.46003955320103695 0 1 11 1 11 0 0 2578 38 2575 23664852 81600 1319.0360412597656 6.4681999999999995 1662.6266000000001 120960 66126 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 183 150 330 1340 572 0 0 0 0 38 0 0 0 0 0 +947 1783794485651535400 DEPTH 23 1 0.46010136884012126 0 1 11 1 11 0 0 2589 42 2587 23664826 81600 1313.8544616699219 6.7855000000000008 1707.7482 120960 54972 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 168 150 299 1518 452 0 0 0 0 42 0 0 0 0 0 +948 1783794487333057400 DEPTH 23 1 0.46015475932076477 0 1 11 1 11 0 0 2598 34 2583 23664870 81600 1309.2689971923828 7.0158999999999994 1679.7788 120960 44195 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 168 150 282 1536 447 0 0 0 0 34 0 0 0 0 0 +949 1783794488987908500 DEPTH 23 1 0.46020057041711093 0 1 11 1 11 0 0 2617 59 2589 23664836 81600 1308.5946044921875 6.4706999999999999 1653.0736999999999 120960 29572 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 168 150 266 1552 453 0 0 0 0 59 0 0 0 0 0 +950 1783794489262532000 REFRESH 23 0 0.46023956331783616 0 1 11 1 11 0 0 2620 21 422 3943890 55200 227.91474914550781 1.0225 273.30889999999999 20160 13712 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 33 25 59 239 66 0 0 0 0 21 0 0 0 0 0 +951 1783794490956028300 DEPTH 23 1 0.4602724230847246 0 1 11 1 11 0 0 2634 66 2588 23664837 81600 1319.2305297851562 6.7777999999999992 1691.9275 120960 66235 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 186 150 333 1279 640 0 0 0 0 66 0 0 0 0 0 +952 1783794492617721900 DEPTH 23 1 0.46029976626538532 0 1 11 1 11 0 0 2642 46 2586 23664869 81600 1309.7493286132812 8.4893999999999998 1660.2668000000001 120960 55304 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 174 150 310 1445 507 0 0 0 0 46 0 0 0 0 0 +953 1783794494384068300 DEPTH 23 1 0.46032214774469771 0 1 11 1 11 0 0 2650 38 2581 23664755 81600 1310.8889465332031 6.7788000000000004 1684.6858 120960 43700 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426355 4492800 168 150 281 1532 450 0 0 0 0 38 0 0 0 0 0 +954 1783794496046079600 DEPTH 23 1 0.46034006691111207 0 1 11 1 11 0 0 2658 32 2582 23664827 81600 1304.9794464111328 6.6630000000000003 1660.2986000000001 120960 29733 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 168 150 265 1553 446 0 0 0 0 32 0 0 0 0 0 +955 1783794496317708500 REFRESH 23 0 0.46035397320632054 0 1 11 1 11 0 0 2664 13 424 3943912 55200 227.48159790039062 1.0068999999999999 269.90660000000003 20160 13697 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 32 25 59 240 68 0 0 0 0 13 0 0 0 0 0 +956 1783794498007159900 DEPTH 23 1 0.46036427111995981 0 1 11 1 11 0 0 2666 31 2577 23664843 81600 1323.5724792480469 6.7557999999999989 1687.9476999999999 120960 66535 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 182 150 327 1317 601 0 0 0 3 28 0 0 0 0 0 +957 1783794499669620000 DEPTH 23 1 0.46037132468484465 0 1 11 1 11 0 0 2673 36 2571 23664873 81600 1315.1938781738281 6.4963999999999995 1660.3317999999999 120960 55877 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426472 4492800 168 150 296 1512 445 0 0 0 3 33 0 0 0 0 0 +958 1783794501356893400 DEPTH 23 1 0.46037546152267667 0 1 11 1 11 0 0 2677 46 2584 23664914 81600 1309.2619323730469 6.6784999999999997 1685.3076000000001 120960 44459 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426512 4492800 168 150 274 1543 449 0 0 0 3 43 0 0 0 0 0 +959 1783794503023050200 DEPTH 23 1 0.46037697648518339 0 1 11 1 11 0 0 2678 29 2578 23664861 81600 1308.3064422607422 6.7225999999999999 1664.2833000000001 120960 29515 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 168 150 260 1558 442 0 0 0 0 29 0 0 0 0 0 +960 1783794503297138600 REFRESH 23 0 0.46037613493114243 0 1 11 1 11 0 0 2679 13 426 3943903 55200 226.90406799316406 1.0091000000000001 272.42880000000002 20160 13710 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 32 25 59 240 70 0 0 0 0 13 0 0 0 0 0 +961 1783794504995698500 DEPTH 23 1 0.46037317567570313 0 1 11 1 11 0 0 2680 30 2572 23664894 81600 1321.5344696044922 8.2077999999999989 1696.6161 120960 66756 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426493 4492800 178 150 321 1372 551 0 0 0 0 30 0 0 0 0 0 +962 1783794506633176700 DEPTH 23 1 0.46036831364477643 0 1 11 1 11 0 0 2684 37 2580 23664886 81600 1313.7602691650391 6.9352999999999998 1635.5223000000001 120960 55054 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 168 150 293 1508 461 0 0 0 0 37 0 0 0 0 0 +963 1783794508281341900 DEPTH 23 1 0.4603617422639853 0 1 11 1 11 0 0 2692 37 2576 23664913 81600 1308.8055267333984 6.8035000000000005 1646.2547 120960 44954 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426512 4492800 168 150 273 1545 440 0 0 0 0 37 0 0 0 0 0 +964 1783794509953386500 DEPTH 23 1 0.46035363560872011 0 1 11 1 11 0 0 2700 44 2566 23664862 81600 1306.4091491699219 7.1584999999999992 1670.3204000000001 120960 31068 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 168 150 269 1549 430 0 0 0 0 44 0 0 0 0 0 +965 1783794510231618400 REFRESH 23 0 0.46034415033918802 0 1 11 1 11 0 0 2703 10 421 3943899 55200 228.79335021972656 1.0193000000000001 276.42860000000002 20160 13631 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 32 25 58 240 66 0 0 0 0 10 0 0 0 0 0 +966 1783794511929141800 DEPTH 23 1 0.46033342744195799 0 1 11 1 11 0 0 2713 43 2574 23664756 81600 1323.2805328369141 6.4035000000000002 1695.6267 120960 66526 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426353 4492800 176 150 312 1430 506 0 0 0 0 43 0 0 0 0 0 +967 1783794513590926900 DEPTH 23 1 0.46032159379735038 0 1 11 1 11 0 0 2721 46 2568 23664719 81600 1312.8929138183594 6.7705000000000011 1659.7218 120960 54604 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426318 4492800 168 150 291 1523 436 0 0 0 1 45 0 0 0 0 0 +968 1783794515268005300 DEPTH 23 1 0.46030876359008821 0 1 11 1 11 0 0 2733 49 2570 23664743 81600 1310.5489959716797 7.5388000000000002 1675.1463000000001 120960 43542 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426343 4492800 168 150 275 1543 434 0 0 0 0 49 0 0 0 0 0 +969 1783794516939703800 DEPTH 23 1 0.46029503957888251 0 1 11 1 11 0 0 2741 42 2578 23664859 81600 1309.2792205810547 7.2247000000000003 1669.5800999999999 120960 29248 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426458 4492800 168 150 262 1556 442 0 0 0 0 42 0 0 0 0 0 +970 1783794517217266600 REFRESH 23 0 0.46028051423905969 0 1 11 1 11 0 0 2743 14 423 3943902 55200 227.00544738769531 1.0128999999999999 276.0111 20160 13573 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 32 25 58 241 67 0 0 0 0 14 0 0 0 0 0 +971 1783794518879601100 DEPTH 23 1 0.46026527079092533 0 1 11 1 11 0 0 2753 45 2583 23664910 81600 1320.1182708740234 6.9832000000000001 1660.9133999999999 120960 66116 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426509 4492800 178 150 313 1425 517 0 0 0 0 45 0 0 0 0 0 +972 1783794520539631500 DEPTH 23 1 0.46024938412529215 0 1 11 1 11 0 0 2761 49 2575 23664836 81600 1315.7806091308594 7.1006 1658.1974 120960 55208 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 168 150 280 1537 440 1 0 0 0 48 0 0 0 0 0 +973 1783794522217101100 DEPTH 23 1 0.46023292163645479 0 1 11 1 11 0 0 2770 49 2577 23664856 81600 1310.7407073974609 6.9094999999999995 1675.5360000000001 120960 44034 1 1 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 168 150 260 1558 441 1 0 0 0 47 0 0 0 0 0 +974 1783794523908251500 DEPTH 23 1 0.46021594397186671 0 1 11 1 11 0 0 2776 37 2575 23664860 81600 1307.3429565429688 6.9218999999999999 1689.4217000000001 120960 29898 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 171 150 235 1580 439 0 0 0 0 37 0 0 0 0 0 +975 1783794524185994800 REFRESH 23 0 0.46019850570684984 0 1 11 1 11 0 0 2776 6 424 3943903 55200 227.35565185546875 1.0172000000000001 275.81650000000002 20160 13521 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 33 25 58 240 68 0 0 0 0 6 0 0 0 0 0 +976 1783794525875665800 DEPTH 23 1 0.45618065595183266 0 1 11 1 11 0 0 2781 38 2572 23664861 81600 1321.6164093017578 6.0278 1605.45 120960 66439 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426457 4492800 180 150 314 1454 474 0 0 0 0 38 0 0 0 0 0 +977 1783794527492154400 DEPTH 23 1 0.45656243889886483 0 1 11 1 11 0 0 2788 33 2577 23664829 81600 1311.5998229980469 6.0639000000000003 1615.1369999999999 120960 54988 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 174 150 289 1523 441 0 0 0 0 33 0 0 0 0 0 +978 1783794529129803700 DEPTH 23 1 0.45690389431347989 0 1 11 1 11 0 0 2796 42 2585 23664877 81600 1310.8275146484375 6.9367999999999999 1636.0661 120960 44454 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 174 150 267 1544 450 1 0 0 0 41 0 0 0 0 0 +979 1783794530776536400 DEPTH 23 1 0.45720905797737155 0 1 11 1 11 0 0 2798 20 2582 23664849 81600 1308.6679077148438 6.6106000000000007 1645.0110999999999 120960 29879 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 174 150 246 1566 446 2 0 0 0 18 0 0 0 0 0 +980 1783794531047414400 REFRESH 23 0 0.45748156208680257 0 1 11 1 11 0 0 2798 9 420 3943906 55200 226.78326416015625 1.0031000000000001 269.27359999999999 20160 13579 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737506 748800 33 25 57 241 64 1 0 0 0 8 0 0 0 0 0 +981 1783794532742353100 DEPTH 23 1 0.4567246756111723 0 1 11 1 11 0 0 2805 48 2580 23664836 81600 1321.1084899902344 7.8537999999999997 1692.9257 120960 66246 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 177 150 307 1470 476 5 0 0 2 41 0 0 0 0 0 +982 1783794534401435200 DEPTH 23 1 0.45704134061572776 0 1 11 1 11 0 0 2813 43 2583 23664854 81600 1313.0598297119141 7.1295999999999999 1657.6251999999999 120960 55248 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426453 4492800 174 150 269 1543 447 3 0 0 0 40 0 0 0 0 0 +983 1783794536073654400 DEPTH 23 1 0.4573242049520031 0 1 11 1 11 0 0 2818 43 2578 23664842 81600 1305.8367614746094 6.9797000000000002 1670.2228 120960 44281 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 174 150 251 1560 443 4 0 0 0 39 0 0 0 0 0 +984 1783794537733760600 DEPTH 23 1 0.45757665167921491 0 1 11 1 11 0 0 2824 36 2567 23664812 81600 1312.0225219726562 6.9099000000000004 1658.3715 120960 29852 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 174 150 236 1574 433 0 0 0 0 36 0 0 0 0 0 +985 1783794538014560100 REFRESH 23 0 0.45780172554351861 0 1 11 1 11 0 0 2825 14 425 3943918 55200 227.69868469238281 1.0172000000000001 278.88889999999998 20160 13675 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 33 25 57 241 69 0 0 0 1 13 0 0 0 0 0 +986 1783794539687217000 DEPTH 23 1 0.45800216680933847 0 1 11 1 11 0 0 2828 36 2575 23664732 81600 1324.4263305664062 6.6541999999999994 1670.6727000000001 120960 66221 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426329 4492800 176 150 302 1492 455 4 0 0 1 31 0 0 0 0 0 +987 1783794541342910400 DEPTH 23 1 0.4581804417075645 0 1 11 1 11 0 0 2829 27 2585 23664820 81600 1316.9492492675781 6.7226999999999997 1654.0019 120960 55361 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 174 150 284 1527 450 0 0 0 0 27 0 0 0 0 0 +988 1783794543008874600 DEPTH 23 1 0.45833876983892996 0 1 11 1 11 0 0 2835 32 2578 23664951 81600 1309.0285186767578 7.1805000000000003 1664.2915 120960 43988 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426550 4492800 174 150 270 1542 442 0 0 0 0 32 0 0 0 0 0 +989 1783794544727524400 DEPTH 23 1 0.45847914883705071 0 1 11 1 11 0 0 2840 27 2575 23664824 81600 1302.5833587646484 7.2068000000000003 1717.2262000000001 120960 29786 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426423 4492800 174 150 247 1564 440 0 0 0 0 27 0 0 0 0 0 +990 1783794545004726400 REFRESH 23 0 0.45860337656516059 0 1 11 1 11 0 0 2841 11 421 3943931 55200 228.05606079101562 1.0083 275.39179999999999 20160 13611 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 33 25 58 240 65 0 0 0 0 11 0 0 0 0 0 +991 1783794546673814300 DEPTH 23 1 0.45871307109317316 0 1 11 1 11 0 0 2845 33 2580 23664842 81600 1322.6068572998047 6.6024999999999991 1667.2381 120960 65865 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 183 150 317 1449 481 0 0 0 1 32 0 0 0 0 0 +992 1783794548341356900 DEPTH 23 1 0.4588096886770372 0 1 11 1 11 0 0 2850 28 2572 23664850 81600 1314.7721405029297 7.5850999999999988 1665.3047999999999 120960 55029 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 174 150 280 1531 437 0 0 0 1 27 0 0 0 0 0 +993 1783794549981693000 DEPTH 23 1 0.45889453994015661 0 1 11 1 11 0 0 2859 36 2572 23664949 81600 1312.2908630371094 6.6088000000000005 1638.6809000000001 120960 43737 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426548 4492800 174 150 267 1545 436 0 0 0 0 36 0 0 0 0 0 +994 1783794551661177300 DEPTH 23 1 0.45896880443666804 0 1 11 1 11 0 0 2869 32 2580 23664826 81600 1307.1308746337891 7.2135999999999996 1677.7573 120960 30385 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 174 150 235 1576 445 0 0 0 0 32 0 0 0 0 0 +995 1783794551938664800 REFRESH 23 0 0.45903354375839067 0 1 11 1 11 0 0 2873 17 423 3943917 55200 226.5927734375 1.0045999999999999 275.65710000000001 20160 13579 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 33 25 58 240 67 0 0 0 1 16 0 0 0 0 0 +996 1783794553661817700 DEPTH 23 1 0.45908971333108123 0 1 11 1 11 0 0 2880 20 2570 23664845 81600 1319.8758697509766 7.1978999999999989 1721.7643 120960 66031 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 182 150 313 1459 466 0 0 0 0 20 0 0 0 0 0 +997 1783794555343836400 DEPTH 23 1 0.45913817303106302 0 1 11 1 11 0 0 2887 35 2577 23664781 81600 1313.7973480224609 6.8691000000000004 1680.0168000000001 120960 55061 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426379 4492800 174 150 283 1529 441 0 0 0 0 35 0 0 0 0 0 +998 1783794557093777700 DEPTH 23 1 0.45917969674019221 0 1 11 1 11 0 0 2891 24 2578 23664866 81600 1310.9344482421875 7.0053000000000001 1668.7398000000001 120960 44090 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 174 150 248 1564 442 0 0 0 0 24 0 0 0 0 0 +999 1783794558791356000 DEPTH 23 1 0.45921498094532714 0 1 11 1 11 0 0 2897 39 2585 23664787 81600 1307.1852416992188 8.6141000000000005 1696.1513 120960 30136 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 174 150 231 1581 449 0 0 0 0 39 0 0 0 0 0 +1000 1783794559070980900 REFRESH 23 0 0.45924465247785101 0 1 11 1 11 0 0 2898 10 424 3943922 55200 226.85798645019531 1.0232000000000001 277.63639999999998 20160 13512 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737522 748800 33 25 56 242 68 0 0 0 1 9 0 0 0 0 0 +1001 1783794560780286200 DEPTH 23 1 0.45926927547924168 0 1 11 1 11 0 0 2904 33 2573 23664813 81600 1324.0709533691406 7.0874000000000006 1707.2501 120960 66430 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426411 4492800 176 150 310 1460 477 0 0 0 0 33 0 0 0 0 0 +1002 1783794562426980500 DEPTH 23 1 0.45928935767008472 0 1 11 1 11 0 0 2907 30 2572 23664788 81600 1313.1878356933594 6.7875999999999994 1644.6844000000001 120960 54813 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426386 4492800 174 150 290 1522 436 0 0 0 0 30 0 0 0 0 0 +1003 1783794564133001100 DEPTH 23 1 0.45930535599218525 0 1 11 1 11 0 0 2910 29 2572 23664875 81600 1312.4884796142578 7.1260999999999992 1704.3353999999999 120960 43597 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 174 150 262 1550 436 0 0 0 0 29 0 0 0 0 0 +1004 1783794565817139500 DEPTH 23 1 0.4593176816864678 0 1 11 1 11 0 0 2916 30 2576 23664773 81600 1309.5618591308594 6.8513999999999999 1682.2230999999999 120960 29463 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426372 4492800 174 150 239 1573 440 0 0 0 0 30 0 0 0 0 0 +1005 1783794566096512700 REFRESH 23 0 0.45932670486308702 0 1 11 1 11 0 0 2916 11 423 3943916 55200 227.10887145996094 1.0104 277.35520000000002 20160 13532 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 34 25 56 241 67 0 0 0 0 11 0 0 0 0 0 +1006 1783794567706294800 DEPTH 23 1 0.45933275861452638 0 1 11 1 11 0 0 2921 33 2588 23664913 81600 1323.3889465332031 6.0413000000000006 1608.0969 120960 66353 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426511 4492800 178 150 302 1488 470 0 0 0 0 33 0 0 0 0 0 +1007 1783794569315679400 DEPTH 23 1 0.45933614271738749 0 1 11 1 11 0 0 2928 40 2573 23664764 81600 1310.7128448486328 6.0023 1607.4513999999999 120960 55214 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426364 4492800 174 150 274 1535 440 0 0 0 0 40 0 0 0 0 0 +1008 1783794570973420900 DEPTH 23 1 0.45933712696399986 0 1 11 1 11 0 0 2934 42 2583 23664863 81600 1306.9742126464844 6.9737000000000009 1656.3205 120960 44270 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 174 150 252 1560 447 0 0 0 0 42 0 0 0 0 0 +1009 1783794572622904500 DEPTH 23 1 0.45933595416087036 0 1 11 1 11 0 0 2945 42 2582 23664884 81600 1311.7297058105469 7.1204999999999998 1647.5967000000001 120960 29660 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426482 4492800 174 150 228 1584 446 0 0 0 1 41 0 0 0 0 0 +1010 1783794572896265600 REFRESH 23 0 0.45933284282728681 0 1 11 1 11 0 0 2946 8 423 3943937 55200 227.61184692382812 1.0057 271.52780000000001 20160 13671 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737537 748800 33 25 55 242 68 0 0 0 0 8 0 0 0 0 0 +1011 1783794574569827800 DEPTH 23 1 0.45732798962406174 0 1 11 1 11 0 0 2954 61 2586 23664771 81600 1322.0054931640625 7.5721999999999996 1671.5150000000001 120960 66700 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426370 4492800 176 150 304 1487 469 0 0 0 0 61 0 0 0 0 0 +1012 1783794576241710300 DEPTH 23 1 0.45752157153940121 0 1 11 1 11 0 0 2966 58 2585 23664823 81600 1314.0213928222656 7.5283000000000007 1670.3255999999999 120960 55070 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 174 150 287 1525 449 0 0 0 0 58 0 0 0 0 0 +1013 1783794577897975800 DEPTH 23 1 0.45769374785618694 0 1 11 1 11 0 0 2976 70 2573 23664824 81600 1309.6519622802734 7.0812000000000008 1654.6495 120960 44062 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426424 4492800 174 150 270 1540 439 0 0 0 0 70 0 0 0 0 0 +1014 1783794579600943000 DEPTH 23 1 0.45784666192253026 0 1 11 1 11 0 0 2990 70 2589 23664817 81600 1308.55224609375 7.3372999999999999 1701.3101999999999 120960 29815 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 174 150 242 1567 456 0 0 0 0 70 0 0 0 0 0 +1015 1783794579876526300 REFRESH 23 0 0.45798224274527033 0 1 11 1 11 0 0 2991 15 422 3943924 55200 227.42425537109375 1.0055000000000001 274.02300000000002 20160 13574 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 32 25 55 243 67 0 0 0 0 15 0 0 0 0 0 +1016 1783794581624422000 DEPTH 23 1 0.45810222642412213 0 1 11 1 11 0 0 2995 44 2580 23664886 81600 1322.8574829101562 9.1652000000000005 1746.0617 120960 65918 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 174 150 293 1510 453 0 0 0 0 44 0 0 0 0 0 +1017 1783794583310259600 DEPTH 23 1 0.45820817544241055 0 1 11 1 11 0 0 3000 37 2573 23664810 81600 1314.6449890136719 7.6647999999999996 1684.1318000000001 120960 55016 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 174 150 270 1532 447 0 0 0 1 36 0 0 0 0 0 +1018 1783794585047060000 DEPTH 23 1 0.45830149602872999 0 1 11 1 11 0 0 3012 64 2588 23664814 81600 1312.5970764160156 7.7166999999999994 1735.1296 120960 44210 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426411 4492800 174 150 246 1562 456 0 0 0 0 64 0 0 0 0 0 +1019 1783794586753211000 DEPTH 23 1 0.45838345378243828 0 1 11 1 11 0 0 3018 61 2582 23664872 81600 1307.0790252685547 6.9505000000000008 1704.5108 120960 29880 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 174 150 228 1582 448 0 0 0 1 60 0 0 0 0 0 +1020 1783794587107817000 REFRESH 23 0 0.45845518773660132 0 1 11 1 11 0 0 3019 10 424 3943911 55200 226.53952026367188 1.0067999999999999 277.80889999999999 20160 13485 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737510 748800 31 25 54 244 70 0 0 0 0 10 0 0 0 0 0 +1021 1783794588783692900 DEPTH 23 1 0.45851772301464289 0 1 11 1 11 0 0 3024 56 2589 23664794 81600 1326.5151977539062 7.2253999999999996 1674.2591 120960 65959 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 177 150 309 1484 469 0 0 0 0 56 0 0 0 0 0 +1022 1783794590466740600 DEPTH 23 1 0.45857198222132944 0 1 11 1 11 0 0 3036 54 2591 23664808 81600 1318.7788696289062 8.0532000000000004 1681.3188 120960 55256 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 174 150 283 1525 459 0 0 0 0 54 0 0 0 0 0 +1023 1783794592255847600 DEPTH 23 1 0.45861879569465647 0 1 11 1 11 0 0 3039 57 2597 23664852 81600 1366.2443389892578 8.8948999999999998 1787.7642000000001 120960 44415 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426451 4492800 174 150 247 1563 463 0 0 0 0 57 0 0 0 0 0 +1024 1783794593983678100 DEPTH 23 1 0.458658910732546 0 1 11 1 11 0 0 3042 49 2587 23664824 81600 1314.1258239746094 7.1187000000000005 1726.4667999999999 120960 29702 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426424 4492800 174 150 233 1576 454 0 0 0 0 49 0 0 0 0 0 +1025 1783794594257888800 REFRESH 23 0 0.45869299989687423 0 1 11 1 11 0 0 3042 9 421 3943900 55200 229.05548095703125 0.99990000000000001 272.9776 20160 13433 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 31 25 54 244 67 0 0 0 0 9 0 0 0 0 0 +1026 1783794595960751500 DEPTH 23 1 0.45772166848709656 0 1 11 1 11 0 0 3045 34 2589 23664823 81600 1325.0530395507812 6.9935999999999998 1701.4138 120960 66161 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426423 4492800 174 150 285 1525 455 0 0 0 0 34 0 0 0 0 0 +1027 1783794597642546500 DEPTH 23 1 0.45784546126650971 0 1 11 1 11 0 0 3046 25 2586 23664771 81600 1316.8457489013672 7.0512999999999995 1680.3952999999999 120960 55388 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426370 4492800 174 150 252 1559 451 0 0 0 0 25 0 0 0 0 0 +1028 1783794599339284100 DEPTH 23 1 0.45795486851588774 0 1 11 1 11 0 0 3050 42 2581 23664838 81600 1310.5264587402344 7.5602 1695.4429 120960 44113 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 174 150 230 1582 445 0 0 0 0 42 0 0 0 0 0 +1029 1783794601007435900 DEPTH 23 1 0.45805133148175448 0 1 11 1 11 0 0 3055 32 2581 23664900 81600 1310.2684173583984 6.6081000000000003 1666.7791999999999 120960 30269 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426500 4492800 174 150 223 1588 446 0 0 0 0 32 0 0 0 0 0 +1030 1783794601287336800 REFRESH 23 0 0.45813614727982821 0 1 11 1 11 0 0 3056 12 422 3943893 55200 227.42221069335938 1.002 270.63830000000002 20160 13559 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 31 25 54 246 66 0 0 0 0 12 0 0 0 0 0 diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/run.tsv b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/run.tsv new file mode 100644 index 00000000..aba02a40 --- /dev/null +++ b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/run.tsv @@ -0,0 +1,36 @@ +format szilassi-global-search-v5 +run_id 14fb77b5-eae1-4b5a-b31d-deade6a5e26f +node_id LOOKICH +seed 135447913 +topology_from 23 +topology_to 23 +backend cuda-fp32 +objective_version 5 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 1 +algorithm hybrid-quality-diversity-neural-v2 +control_baseline_min_fraction 0.25 +strategy_weights adaptive-total:16,floors:baseline4/replica1/adaptive1/pbt1/injected3,max6 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8,crossing-face-mask:12,intersection-face-mask:12 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +intersection_loss segment-depth-times-boundary-depth,weight:0.01,cap:4 +repair injected-quarter,offending-face-biased,neural-policy-with-exploration +neural per-topology-ensemble:5,residual-mlp:44-128-128-128,value-policy,online-adamw,replay:4096 +neural_safety baseline-floor:25%,policy-exploration:25%,exact-cuda-plus-cpu-dd-authoritative +spsa adam:6,cpu-double,c-plus-i-smooth-loss,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000001_c06417c1.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000001_c06417c1.szar new file mode 100644 index 00000000..0761c159 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000001_c06417c1.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000002_35df3c0d.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000002_35df3c0d.szar new file mode 100644 index 00000000..743ac473 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000002_35df3c0d.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000003_d74a8c94.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000003_d74a8c94.szar new file mode 100644 index 00000000..ade302b0 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000003_d74a8c94.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000004_de6fec0a.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000004_de6fec0a.szar new file mode 100644 index 00000000..32409376 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000004_de6fec0a.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000005_a7423ea1.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000005_a7423ea1.szar new file mode 100644 index 00000000..e5d5bfe9 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000005_a7423ea1.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000006_6a97947c.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000006_6a97947c.szar new file mode 100644 index 00000000..069ac7c3 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000006_6a97947c.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000007_5ccbc24f.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000007_5ccbc24f.szar new file mode 100644 index 00000000..ca4a77ac Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000007_5ccbc24f.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000008_34fa7998.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000008_34fa7998.szar new file mode 100644 index 00000000..56ff7145 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000008_34fa7998.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000009_1be8cc72.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000009_1be8cc72.szar new file mode 100644 index 00000000..86d33148 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000009_1be8cc72.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000010_e197a3a3.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000010_e197a3a3.szar new file mode 100644 index 00000000..016ed05c Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000010_e197a3a3.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000011_36c818d5.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000011_36c818d5.szar new file mode 100644 index 00000000..34e205b6 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000011_36c818d5.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000012_60403243.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000012_60403243.szar new file mode 100644 index 00000000..7f8b0d74 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000012_60403243.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000013_010d773d.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000013_010d773d.szar new file mode 100644 index 00000000..be30463a Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000013_010d773d.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000014_d47b6f3d.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000014_d47b6f3d.szar new file mode 100644 index 00000000..773a96bc Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000014_d47b6f3d.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000015_3de80f5b.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000015_3de80f5b.szar new file mode 100644 index 00000000..1d71b475 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000015_3de80f5b.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000016_276f1178.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000016_276f1178.szar new file mode 100644 index 00000000..f29ac9da Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000016_276f1178.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000017_8b485c68.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000017_8b485c68.szar new file mode 100644 index 00000000..7e637c55 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000017_8b485c68.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000018_ffbef26c.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000018_ffbef26c.szar new file mode 100644 index 00000000..dd8a7f7e Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000018_ffbef26c.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000019_4becd08c.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000019_4becd08c.szar new file mode 100644 index 00000000..138eb5a3 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000019_4becd08c.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000020_ed79c148.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000020_ed79c148.szar new file mode 100644 index 00000000..5985ee17 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000020_ed79c148.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000021_a5a7d7a0.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000021_a5a7d7a0.szar new file mode 100644 index 00000000..ec0c9d61 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000021_a5a7d7a0.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000022_c1c9c9e3.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000022_c1c9c9e3.szar new file mode 100644 index 00000000..1e9bfa53 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000022_c1c9c9e3.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000023_4b903c8f.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000023_4b903c8f.szar new file mode 100644 index 00000000..94bcb827 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000023_4b903c8f.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000024_56bbd3b2.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000024_56bbd3b2.szar new file mode 100644 index 00000000..8d5480b3 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000024_56bbd3b2.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000025_4e72fb8a.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000025_4e72fb8a.szar new file mode 100644 index 00000000..7bca84e1 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000025_4e72fb8a.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000026_02463eba.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000026_02463eba.szar new file mode 100644 index 00000000..aeb8e5b8 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000026_02463eba.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000027_a15e5189.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000027_a15e5189.szar new file mode 100644 index 00000000..be756251 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000027_a15e5189.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000028_fd0fee16.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000028_fd0fee16.szar new file mode 100644 index 00000000..e0bf2195 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000028_fd0fee16.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000029_39714ec6.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000029_39714ec6.szar new file mode 100644 index 00000000..40486237 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000029_39714ec6.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000030_8e472be0.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000030_8e472be0.szar new file mode 100644 index 00000000..1f900a9e Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000030_8e472be0.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000031_9b182a60.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000031_9b182a60.szar new file mode 100644 index 00000000..fda02858 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000031_9b182a60.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000032_debe963f.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000032_debe963f.szar new file mode 100644 index 00000000..6a7a0ba5 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000032_debe963f.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000033_22addbec.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000033_22addbec.szar new file mode 100644 index 00000000..60d8979a Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000033_22addbec.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000034_5f404e5b.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000034_5f404e5b.szar new file mode 100644 index 00000000..d499ef17 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000034_5f404e5b.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000035_206de7f9.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000035_206de7f9.szar new file mode 100644 index 00000000..4def219e Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000035_206de7f9.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000036_4160d98f.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000036_4160d98f.szar new file mode 100644 index 00000000..c4c1be2a Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000036_4160d98f.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000037_978e982b.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000037_978e982b.szar new file mode 100644 index 00000000..4af1bc92 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000037_978e982b.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000038_d5a84422.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000038_d5a84422.szar new file mode 100644 index 00000000..e6529b72 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000038_d5a84422.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000039_20506d26.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000039_20506d26.szar new file mode 100644 index 00000000..5f43ed0c Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000039_20506d26.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000040_40d0db51.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000040_40d0db51.szar new file mode 100644 index 00000000..c76814fe Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000040_40d0db51.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000041_a9b38190.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000041_a9b38190.szar new file mode 100644 index 00000000..2b9e34c2 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000041_a9b38190.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000042_20abfe72.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000042_20abfe72.szar new file mode 100644 index 00000000..39adc392 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000042_20abfe72.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000043_7db00dda.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000043_7db00dda.szar new file mode 100644 index 00000000..2806cc70 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000043_7db00dda.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000044_201668b4.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000044_201668b4.szar new file mode 100644 index 00000000..ac149f5d Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000044_201668b4.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000045_164114eb.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000045_164114eb.szar new file mode 100644 index 00000000..608a0ca6 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000045_164114eb.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000046_8abbb4c3.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000046_8abbb4c3.szar new file mode 100644 index 00000000..9d946902 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000046_8abbb4c3.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000047_3863a30a.szar b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000047_3863a30a.szar new file mode 100644 index 00000000..a7b0f7bc Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/archive/delta_00000000000000000047_3863a30a.szar differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000001_fcf9621d.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000001_fcf9621d.szcp new file mode 100644 index 00000000..a26414c1 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000001_fcf9621d.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000002_424958dc.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000002_424958dc.szcp new file mode 100644 index 00000000..37ffd437 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000002_424958dc.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000003_4ddb9276.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000003_4ddb9276.szcp new file mode 100644 index 00000000..031d495a Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000003_4ddb9276.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000004_392b6952.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000004_392b6952.szcp new file mode 100644 index 00000000..6387b187 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000004_392b6952.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000005_7acc30ba.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000005_7acc30ba.szcp new file mode 100644 index 00000000..bec9b6cf Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000005_7acc30ba.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000006_021421e9.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000006_021421e9.szcp new file mode 100644 index 00000000..9dad54b1 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000006_021421e9.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000007_76bc4be9.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000007_76bc4be9.szcp new file mode 100644 index 00000000..d630bc48 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000007_76bc4be9.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000008_672a03ab.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000008_672a03ab.szcp new file mode 100644 index 00000000..3b2b41c0 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000008_672a03ab.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000009_2503baab.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000009_2503baab.szcp new file mode 100644 index 00000000..296a4fe1 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000009_2503baab.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000010_b5ed6b25.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000010_b5ed6b25.szcp new file mode 100644 index 00000000..99a9affd Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000010_b5ed6b25.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000011_6509a964.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000011_6509a964.szcp new file mode 100644 index 00000000..118531fd Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000011_6509a964.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000012_1e5cdb3e.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000012_1e5cdb3e.szcp new file mode 100644 index 00000000..3b65bc1b Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000012_1e5cdb3e.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000013_635a1eac.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000013_635a1eac.szcp new file mode 100644 index 00000000..934cae6a Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000013_635a1eac.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000014_d8f52719.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000014_d8f52719.szcp new file mode 100644 index 00000000..e41fc9a7 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000014_d8f52719.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000015_29956508.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000015_29956508.szcp new file mode 100644 index 00000000..e1718cd8 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000015_29956508.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000016_7ac260ee.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000016_7ac260ee.szcp new file mode 100644 index 00000000..1c0a9cb5 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000016_7ac260ee.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000017_3631b74f.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000017_3631b74f.szcp new file mode 100644 index 00000000..757bee1f Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000017_3631b74f.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000018_695b0da0.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000018_695b0da0.szcp new file mode 100644 index 00000000..25b84124 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000018_695b0da0.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000019_f51b97b1.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000019_f51b97b1.szcp new file mode 100644 index 00000000..612380b8 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000019_f51b97b1.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000020_b82e64d7.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000020_b82e64d7.szcp new file mode 100644 index 00000000..16b4a786 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000020_b82e64d7.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000021_f5464420.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000021_f5464420.szcp new file mode 100644 index 00000000..373b0f84 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000021_f5464420.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000022_c6674634.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000022_c6674634.szcp new file mode 100644 index 00000000..2e761c4a Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000022_c6674634.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000023_1a037947.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000023_1a037947.szcp new file mode 100644 index 00000000..ffe0179c Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000023_1a037947.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000024_ebcf382f.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000024_ebcf382f.szcp new file mode 100644 index 00000000..43bdc167 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000024_ebcf382f.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000025_daed5031.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000025_daed5031.szcp new file mode 100644 index 00000000..17765607 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000025_daed5031.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000026_69863f4a.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000026_69863f4a.szcp new file mode 100644 index 00000000..a7313747 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000026_69863f4a.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000027_fc2fea41.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000027_fc2fea41.szcp new file mode 100644 index 00000000..51f8d98f Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000027_fc2fea41.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000028_d757359d.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000028_d757359d.szcp new file mode 100644 index 00000000..5db421a8 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000028_d757359d.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000029_13cdc354.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000029_13cdc354.szcp new file mode 100644 index 00000000..a322ddd2 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000029_13cdc354.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000030_7dbc7b52.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000030_7dbc7b52.szcp new file mode 100644 index 00000000..5ccc03fd Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000030_7dbc7b52.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000031_8bb5b40b.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000031_8bb5b40b.szcp new file mode 100644 index 00000000..aadf4d58 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000031_8bb5b40b.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000032_f7bd303d.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000032_f7bd303d.szcp new file mode 100644 index 00000000..838afa2a Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000032_f7bd303d.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000033_d7b529a9.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000033_d7b529a9.szcp new file mode 100644 index 00000000..9efa2f3d Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000033_d7b529a9.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000034_fe91db5f.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000034_fe91db5f.szcp new file mode 100644 index 00000000..ba8b7745 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000034_fe91db5f.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000035_ad1524ce.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000035_ad1524ce.szcp new file mode 100644 index 00000000..ad5fab6d Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000035_ad1524ce.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000036_28b9ffad.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000036_28b9ffad.szcp new file mode 100644 index 00000000..8e856a11 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000036_28b9ffad.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000037_36f0ddef.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000037_36f0ddef.szcp new file mode 100644 index 00000000..6d344bf7 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000037_36f0ddef.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000038_d34c5d7a.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000038_d34c5d7a.szcp new file mode 100644 index 00000000..0e90cb06 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000038_d34c5d7a.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000039_c0f450c1.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000039_c0f450c1.szcp new file mode 100644 index 00000000..17513d22 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000039_c0f450c1.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000040_6d6d5f52.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000040_6d6d5f52.szcp new file mode 100644 index 00000000..9c438bd7 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000040_6d6d5f52.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000041_b1c95e29.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000041_b1c95e29.szcp new file mode 100644 index 00000000..183ea8b6 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000041_b1c95e29.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000042_04b88744.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000042_04b88744.szcp new file mode 100644 index 00000000..5349b21f Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000042_04b88744.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000043_a8f2d4bc.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000043_a8f2d4bc.szcp new file mode 100644 index 00000000..5a5da3a3 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000043_a8f2d4bc.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000044_90af3bee.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000044_90af3bee.szcp new file mode 100644 index 00000000..e6fea58b Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000044_90af3bee.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000045_da57ee01.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000045_da57ee01.szcp new file mode 100644 index 00000000..16e84db7 Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000045_da57ee01.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000046_f13373e2.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000046_f13373e2.szcp new file mode 100644 index 00000000..a0e70f4f Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000046_f13373e2.szcp differ diff --git a/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000047_f13bf423.szcp b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000047_f13bf423.szcp new file mode 100644 index 00000000..691dfc9d Binary files /dev/null and b/results/search/runs/14fb77b5-eae1-4b5a-b31d-deade6a5e26f/topology_023/checkpoints/checkpoint_00000000000000000047_f13bf423.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/metrics.tsv b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/metrics.tsv new file mode 100644 index 00000000..20701b79 --- /dev/null +++ b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/metrics.tsv @@ -0,0 +1,149 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted best_crossing_loss best_intersection_loss neural_replay neural_positive neural_samples neural_train_steps neural_seeds weight_baseline weight_replica weight_adaptive weight_pbt weight_injected steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783795404262687900 DEPTH 57 1 0.62348542587702926 0 2 11 2 11 0 0 1011 81 2537 23732833 209280 1462.1777801513672 6.0693000000000001 1803.5944 40320 20958 1 0 0.00037278843749701852 1.4951103476088821 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2704991 8985600 164 151 159 157 1906 18 3 6 11 43 0 0 0 0 0 +2 1783795405748571400 DEPTH 57 1 0.61380985317164116 0 2 11 2 11 0 0 1022 64 2543 23733053 147840 1230.740478515625 6.0108000000000006 1484.5788 40320 15401 1 0 0.00037278843749701852 1.4951103476088821 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950973 8985600 168 154 176 176 1869 10 0 3 10 41 0 0 0 0 0 +3 1783795407360405700 DEPTH 57 1 0.61417401289287477 0 2 11 2 11 0 0 1028 59 2553 23733079 147840 1230.9985961914062 7.1360000000000001 1610.4915000000001 47040 18871 1 0 0.00037278843749701852 1.4951103476088821 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950993 8985600 180 159 183 206 1825 8 2 3 4 42 0 0 0 0 0 +4 1783795408856526600 DEPTH 57 1 0.61449589168523411 0 2 11 2 11 0 0 1034 48 2559 23733144 147840 1233.4459838867188 6.0285000000000011 1494.7569000000001 80640 21541 1 0 0.00037278843749701852 1.4951103476088821 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951061 8985600 183 185 190 248 1753 5 4 0 4 35 0 0 0 0 0 +5 1783795409117208500 REFRESH 57 0 0.61472606416707642 0 2 11 2 11 0 0 1049 40 410 3955341 56640 219.49952697753906 0.99939999999999996 259.38869999999997 13440 8073 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 32 26 42 39 271 0 0 2 3 35 0 0 0 0 0 +6 1783795410638824000 DEPTH 57 1 0.61483653692798534 0 2 11 2 11 0 0 1053 55 2540 23732982 147840 1265.7377777099609 5.9989999999999988 1520.2458999999999 80640 40143 1 0 0.00037278843749701852 1.4951103476088821 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950901 8985600 162 150 162 177 1889 4 0 5 4 42 0 0 0 0 0 +7 1783795412169071300 DEPTH 57 1 0.61481351150575647 0 2 11 1 11 1 0 1079 69 2542 23710028 124800 1262.6658630371094 6.0038999999999998 1528.8812 80640 35762 1 0 0.00079269026260734481 0.95567312086511491 4096 2048 384 12 96 6 2 2 2 4 7372800 2949120 2949120 2950986 7488000 174 156 173 612 1427 6 0 3 1 59 1 0 0 0 3 +8 1783795413769428900 DEPTH 57 1 0.71465258708349122 0 1 11 1 10 1 0 1153 197 2518 23724569 142080 1257.7711334228516 6.0068000000000001 1599.0164 47040 16814 1 0 0.00023161925553424464 1.6021471578055242 4096 2048 384 12 96 6 1 2 1 6 8847360 1720320 2949120 1721365 8486400 162 152 161 318 1725 4 0 3 0 190 0 0 0 0 4 +9 1783795415411629700 DEPTH 57 1 0.80435552741369998 0 1 10 1 10 1 0 1206 175 2498 23732443 147840 1253.50927734375 6.012900000000001 1640.8499999999999 40320 12233 1 0 0.00057434757223737577 1.1769754434182729 4096 2048 384 12 96 5 1 2 2 6 8355840 1474560 2949120 1967319 8985600 157 150 151 150 1890 5 0 4 2 164 0 0 0 0 2 +10 1783795415675263900 REFRESH 57 0 0.78624554774433486 0 1 10 1 10 0 0 1222 38 404 3955346 56640 219.08787536621094 1.0042 262.2176 6720 4273 0 0 0.00057434757223737577 1.1769754434182729 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 25 25 90 51 213 0 0 1 2 35 0 0 0 0 0 +11 1783795417330490100 DEPTH 57 1 0.76846408064908767 0 1 10 1 10 0 0 1272 143 2523 23733070 147840 1267.3157196044922 7.0565999999999995 1652.6449 73920 36328 1 0 0.00057434757223737577 1.1769754434182729 4096 2048 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950986 8985600 150 150 155 162 1906 0 0 5 4 134 0 0 0 0 0 +12 1783795419031980900 DEPTH 57 1 0.75229310581801345 0 1 10 1 10 1 0 1309 142 2520 23733131 147840 1259.7926483154297 6.4931000000000001 1699.8915999999999 80640 31783 1 0 0.00058876327715514092 0.91617161561521621 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951049 8985600 150 150 155 163 1902 0 0 8 1 133 0 0 0 0 1 +13 1783795420625375400 DEPTH 57 1 0.73760356499146351 0 1 10 1 9 1 0 1338 133 2524 23733066 147840 1260.3566131591797 6.0068000000000001 1591.6537000000001 80640 26258 1 0 0.00066237161375242879 0.86455247878849129 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950982 8985600 150 150 158 178 1888 0 0 2 2 129 0 0 0 0 1 +14 1783795422331922600 DEPTH 57 1 0.82418145155453315 0 1 9 1 9 1 0 1369 117 2523 23732993 147840 1253.0053253173828 7.3660000000000005 1705.1872000000001 80640 19083 1 0 0.00038802676618877673 1.1036814172826936 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950910 8985600 150 150 157 179 1887 0 0 1 9 107 0 0 0 0 3 +15 1783795422595905200 REFRESH 57 0 0.8035943039692921 0 1 9 1 9 1 0 1377 37 407 3955364 56640 220.01766967773438 0.99860000000000004 262.67689999999999 13440 8257 0 0 0.0003834673361004641 1.0871337475626077 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 100 69 188 0 0 2 5 30 0 0 0 0 1 +16 1783795424198690300 DEPTH 57 1 0.78326889032859226 0 1 9 1 9 1 0 1415 131 2498 23733105 147840 1270.1913909912109 6.0145 1601.5482999999999 80640 40414 1 0 0.00037907369234971825 1.10904870201629 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951021 8985600 150 150 161 185 1852 0 0 5 2 124 0 0 0 0 2 +17 1783795425908320300 DEPTH 57 1 0.76483479541786537 0 1 9 1 9 1 0 1436 130 2491 23733076 147840 1261.441162109375 6.6984999999999992 1706.3143 80640 33130 1 0 0.00036503840471231318 1.1140771076031017 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950992 8985600 150 150 158 180 1853 0 0 3 2 125 0 0 0 0 1 +18 1783795427530379000 DEPTH 57 1 0.74888318439574353 0 1 9 1 9 1 0 1466 115 2518 23733100 147840 1258.7192230224609 6.3884999999999996 1620.2735 80640 26598 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951013 8985600 150 150 165 214 1839 0 0 3 0 112 0 0 0 0 1 +19 1783795429108244500 DEPTH 57 1 0.73472315966831692 0 1 9 1 9 0 0 1489 117 2498 23733030 147840 1257.7505187988281 6.0315000000000003 1576.4826 80640 18571 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950948 8985600 150 150 169 233 1796 0 0 5 3 109 0 0 0 0 0 +20 1783795429371019200 REFRESH 57 0 0.72061794444511285 0 1 9 1 9 0 0 1502 36 407 3955356 56640 218.86361694335938 1.0035000000000001 261.52199999999999 13440 8342 0 0 0.00035673039515416577 0.77742520083377675 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 115 83 159 0 0 3 6 27 0 0 0 0 0 +21 1783795431019070600 DEPTH 57 1 0.70777102580108342 0 1 9 1 9 0 0 1532 97 2515 23713873 128640 1268.1441497802734 6.2320000000000002 1646.5798 80640 39355 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950990 7737600 150 150 160 741 1314 0 1 4 8 84 0 0 0 0 0 +22 1783795432801962600 DEPTH 57 1 0.69605967281583792 0 1 9 1 9 0 0 1545 73 2567 23691544 106560 1256.3624114990234 6.2436999999999996 1781.5807 80640 31805 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4180504 6240000 150 150 150 1558 559 0 1 2 9 61 0 0 0 0 0 +23 1783795434667911900 DEPTH 57 1 0.68537344948884948 0 1 9 1 9 0 0 1554 54 2592 23687826 103680 1252.8609161376953 6.1664999999999992 1745.5609999999999 80640 25392 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426386 5990400 150 150 150 1665 477 0 0 0 9 45 0 0 0 0 0 +24 1783795436428550400 DEPTH 57 1 0.67561295870071392 0 1 9 1 9 0 0 1561 50 2587 23664853 81600 1254.9306182861328 6.0071999999999992 1759.4168999999999 120960 27638 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426450 4492800 150 150 310 1497 480 0 0 0 6 44 0 0 0 0 0 +25 1783795436707774900 REFRESH 57 0 0.66668871818879927 0 1 9 1 9 0 0 1571 38 415 3943875 55200 220.68325805664062 0.99980000000000002 277.83870000000002 20160 12022 0 0 0.00035673039515416577 0.77742520083377675 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737475 748800 25 25 86 208 71 0 0 9 16 13 0 0 0 0 0 +26 1783795438554142500 DEPTH 57 1 0.65852015390688146 0 1 9 1 9 0 0 1589 67 2576 23664829 81600 1280.669677734375 7.4895000000000005 1845.0816 120960 59904 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 150 150 335 1140 801 0 0 3 2 62 0 0 0 0 0 +27 1783795440306280600 DEPTH 57 1 0.65103469793106705 0 1 9 1 9 0 0 1620 101 2542 23664849 81600 1271.4066009521484 6.0454999999999997 1750.8434999999999 120960 48831 1 0 0.00035673039515416577 0.77742520083377675 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426447 4492800 150 150 273 1244 725 0 0 5 4 92 0 0 0 0 0 +28 1783795442103544300 DEPTH 57 1 0.64416697960708835 0 1 9 2 8 1 0 1688 172 2516 23698961 116160 1281.2001495361328 6.0216000000000003 1795.9962 100800 32364 1 0 0.012363203901786102 0.87410788197028433 4096 2048 384 12 96 4 2 2 2 6 5898240 3686400 3686400 3688718 6739200 150 150 179 647 1390 0 0 0 0 172 0 0 0 0 1 +29 1783795444018636700 DEPTH 57 1 0.68785809995391589 0 2 8 2 8 0 0 1724 131 2581 23717720 132480 1280.9607696533203 6.4892000000000003 1912.5261 80640 15103 1 0 0.012363203901786102 0.87410788197028433 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950999 7987200 150 150 150 654 1477 0 0 2 16 113 0 0 0 0 0 +30 1783795444317136000 REFRESH 57 0 0.67705498048205481 0 2 8 2 8 0 0 1769 68 423 3951502 56160 220.47027587890625 1.0527 296.51889999999997 13440 7980 0 0 0.012363203901786102 0.87410788197028433 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491662 1248000 25 25 25 255 93 0 0 3 51 14 0 0 0 0 0 +31 1783795446141419700 DEPTH 57 1 0.6672097785806067 0 2 8 1 7 1 0 1833 133 2554 23714111 129600 1289.2508392333984 6.0164 1822.9168 80640 39529 1 0 0.00011929747706772805 1.1824513576572007 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 3686400 3442749 7737600 150 150 150 682 1422 0 0 1 20 112 0 0 0 0 5 +32 1783795447944033400 DEPTH 57 1 0.85822936249810344 0 1 7 1 7 0 0 1861 92 2568 23733012 147840 1276.4877166748047 5.9889000000000001 1801.2206000000001 80640 31695 1 0 0.00011929747706772805 1.1824513576572007 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950930 8985600 150 150 150 150 1968 0 0 0 4 88 0 0 0 0 0 +33 1783795449732894400 DEPTH 57 1 0.83002983970677158 0 1 7 1 7 1 0 1886 82 2549 23733075 147840 1270.8392944335938 6.0232999999999999 1787.498 80640 25387 1 0 0.00013075605631656897 1.2259374467423629 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950993 8985600 150 150 150 150 1949 0 0 0 1 81 0 0 0 0 2 +34 1783795451526649300 DEPTH 57 1 0.80581737310241297 0 1 7 1 7 0 0 1922 84 2549 23733086 147840 1264.4015197753906 6.0593000000000004 1792.1120000000001 80640 17408 1 0 0.00013075605631656897 1.2259374467423629 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951004 8985600 150 150 150 150 1949 0 0 0 6 78 0 0 0 0 0 +35 1783795451812224000 REFRESH 57 0 0.78263221616491241 0 1 7 1 7 0 0 1974 82 411 3955346 56640 219.55584716796875 1.0045999999999999 284.21809999999999 13440 8310 0 0 0.00013075605631656897 1.2259374467423629 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 25 90 246 0 0 0 11 71 0 0 0 0 0 +36 1783795453680996600 DEPTH 57 1 0.76165574489374244 0 1 7 1 7 0 0 2015 92 2517 23733021 147840 1273.7003479003906 6.9282000000000004 1866.0625 80640 39573 1 0 0.00013075605631656897 1.2259374467423629 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950935 8985600 150 150 150 150 1917 0 0 0 3 89 0 0 0 0 0 +37 1783795455547896100 DEPTH 57 1 0.74266938696135698 0 1 7 1 7 1 0 2035 63 2537 23733050 147840 1268.748291015625 6.5240999999999998 1865.3755000000001 80640 32263 1 0 0.0004190977379002936 0.96002542669555491 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950968 8985600 150 150 150 150 1937 0 0 0 2 61 0 0 0 0 1 +38 1783795457341341300 DEPTH 57 1 0.72574489090894456 0 1 7 1 7 1 0 2083 106 2545 23733015 147840 1264.9013061523438 6.0383000000000004 1792.1796999999999 80640 25913 1 0 0.00018502476500009633 0.62835861572394558 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950934 8985600 150 150 150 150 1945 0 0 0 6 100 0 0 0 0 1 +39 1783795459144420100 DEPTH 57 1 0.71037443690375746 0 1 7 1 7 1 0 2124 105 2554 23733063 147840 1265.7981414794922 6.1161000000000003 1801.7009 80640 18288 1 0 0.00018486049598779932 0.61806597143278397 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950980 8985600 150 150 150 150 1954 0 0 0 4 101 0 0 0 0 1 +40 1783795459424086000 REFRESH 57 0 0.69622908143351714 0 1 7 1 7 0 0 2179 80 410 3955378 56640 220.09855651855469 1.0144 278.29270000000002 13440 8271 0 0 0.00018486049598779932 0.61806597143278397 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491698 1497600 25 25 25 126 209 0 0 0 11 69 0 0 0 0 0 +41 1783795461229688700 DEPTH 57 1 0.68337686079534632 0 1 7 1 7 0 0 2212 80 2546 23721577 136320 1275.7340240478516 6.0033000000000003 1804.2619999999999 80640 39586 1 0 0.00018486049598779932 0.61806597143278397 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2951014 8236800 150 150 150 421 1675 0 0 0 6 74 0 0 0 0 0 +42 1783795463042459200 DEPTH 57 1 0.67171280863383265 0 1 7 1 7 0 0 2223 45 2589 23695294 110400 1267.8780517578125 6.0088999999999997 1811.4918 80640 32764 1 0 0.00018486049598779932 0.61806597143278397 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934652 6489600 150 150 150 1429 710 0 0 0 9 36 0 0 0 0 0 +43 1783795464980343500 DEPTH 57 1 0.66112001724571479 0 1 7 1 7 0 0 2237 49 2607 23687892 103680 1262.4376525878906 6.0074000000000005 1795.0054 80640 26059 1 0 0.00018486049598779932 0.61806597143278397 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426450 5990400 150 150 150 1664 493 0 0 3 8 38 0 0 0 0 0 +44 1783795466905777100 DEPTH 57 1 0.65149321199139099 0 1 7 1 7 0 0 2251 36 2597 23664841 81600 1268.1258850097656 7.3369999999999997 1924.046 120960 27494 1 0 0.00018486049598779932 0.61806597143278397 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426440 4492800 150 150 334 1494 469 0 0 0 3 33 0 0 0 0 0 +45 1783795467212140300 REFRESH 57 0 0.64273758994632946 0 1 7 1 7 0 0 2258 22 428 3943916 55200 221.20448303222656 1.0029999999999999 305.12180000000001 20160 12049 0 0 0.00018486049598779932 0.61806597143278397 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 99 206 73 0 0 6 6 10 0 0 0 0 0 +46 1783795469145030900 DEPTH 57 1 0.63476777465701906 0 1 7 1 7 1 0 2268 47 2585 23664778 81600 1286.8159790039062 7.3817999999999993 1931.4997000000001 120960 59224 1 0 0.00018647530744551739 0.66430404152262812 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426375 4492800 150 150 417 1099 769 0 0 0 3 44 0 0 0 0 1 +47 1783795470966608700 DEPTH 57 1 0.62762847404934008 0 1 7 1 7 0 0 2283 44 2588 23664820 81600 1278.5234069824219 6.0024999999999995 1820.2380000000001 120960 48034 1 1 0.00018647530744551739 0.66430404152262812 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 150 150 377 1336 575 0 0 0 4 39 0 0 0 0 0 +48 1783795472782257200 DEPTH 57 1 0.62099507916549967 0 1 7 1 7 0 0 2295 41 2597 23664835 81600 1277.0171051025391 6.0243000000000002 1814.3047999999999 120960 38666 1 0 0.00018647530744551739 0.66430404152262812 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 150 150 332 1451 514 0 0 2 1 38 0 0 0 0 0 +49 1783795474603371700 DEPTH 57 1 0.61494018964739805 0 1 7 1 7 0 0 2306 43 2599 23664773 81600 1273.8848571777344 6.024 1819.8208 120960 27188 1 0 0.00018647530744551739 0.66430404152262812 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426370 4492800 150 150 309 1501 489 0 0 0 9 34 0 0 0 0 0 +50 1783795474915738500 REFRESH 57 0 0.6094074999480259 0 1 7 1 7 1 0 2306 17 428 3943903 55200 222.62783813476562 1.0315000000000001 311.10340000000002 20160 12467 0 0 0.00021369163358059311 0.69908082592414833 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 82 224 72 0 0 0 6 11 0 0 0 0 1 +51 1783795476765798200 DEPTH 57 1 0.60444779296219142 0 1 7 1 7 1 0 2313 31 2597 23664861 81600 1288.8566436767578 6.0709999999999997 1848.7446 120960 59127 1 0 0.00022644927885342005 0.59689531211253721 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 150 150 379 1353 565 0 0 1 4 26 0 0 0 0 1 +52 1783795478650165000 DEPTH 57 1 0.60089732324880774 0 1 7 1 7 1 0 2327 48 2600 23664980 81600 1279.8023681640625 6.8464 1882.5639000000001 120960 48361 1 0 0.00022483539132443103 0.53312239278173257 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426580 4492800 150 150 347 1478 475 0 2 0 2 44 0 0 0 0 1 +53 1783795480532269200 DEPTH 57 1 0.59667446649351885 0 1 7 1 7 0 0 2335 38 2596 23664871 81600 1277.1034698486328 6.6523000000000003 1880.7186999999999 120960 38815 1 0 0.00022483539132443103 0.53312239278173257 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 150 150 328 1496 472 0 0 0 4 34 0 0 0 0 0 +54 1783795482346003000 DEPTH 57 1 0.59264976906763467 0 1 7 1 7 1 0 2339 33 2601 23664893 81600 1274.6795654296875 5.9934000000000012 1812.4149 120960 26742 1 0 0.0002393601450816073 0.52475753370260081 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426493 4492800 150 150 291 1539 471 0 0 0 3 30 0 0 0 0 1 +55 1783795482654331000 REFRESH 57 0 0.58907479986139277 0 1 7 1 7 0 0 2342 15 429 3943897 55200 221.9276123046875 1.0005999999999999 306.96350000000001 20160 12376 0 0 0.0002393601450816073 0.52475753370260081 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737497 748800 25 25 85 221 73 0 0 0 0 15 0 0 0 0 0 +56 1783795484476520900 DEPTH 57 1 0.58565895692405623 0 1 7 1 7 1 0 2352 42 2599 23676358 93120 1288.3753051757812 5.9894000000000007 1820.8661 100800 48934 1 0 0.00021419318080014287 0.5254218842959304 4096 2048 384 12 96 4 3 3 3 3 5898240 3686400 4423680 4426436 5241600 150 150 319 1321 659 0 0 0 0 42 0 0 0 0 2 +57 1783795486279881800 DEPTH 57 1 0.58258296003209431 0 1 7 1 7 0 0 2362 33 2605 23684122 99840 1278.213134765625 5.9946999999999999 1802.0424 87360 32761 1 0 0.00021419318080014287 0.5254218842959304 4096 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426521 5740800 150 150 230 1204 871 0 0 0 0 33 0 0 0 0 0 +58 1783795488094140700 DEPTH 57 1 0.57967024245312593 0 1 7 1 7 1 0 2372 32 2600 23672547 89280 1274.1438446044922 6.0072000000000001 1812.9001000000001 107520 34893 1 0 0.00022239007514871566 0.50878471470341835 4096 2048 384 12 96 4 2 3 3 4 5898240 3932160 4423680 4426467 4992000 150 150 437 1267 596 0 0 0 0 32 0 0 0 0 1 +59 1783795489961566000 DEPTH 57 1 0.57702640842972597 0 1 7 1 7 1 0 2377 30 2605 23680199 96960 1271.5509643554688 6.6606000000000005 1865.9023999999999 94080 24465 1 0 0.00022931718761158833 0.48465456938924883 4096 2048 384 12 96 4 2 3 3 4 5898240 3440640 4423680 4426437 5491200 150 150 301 1444 560 0 0 1 1 28 0 0 0 0 1 +60 1783795490296688300 REFRESH 57 0 0.57455733966507383 0 1 7 1 7 0 0 2401 56 421 3947751 55680 221.233154296875 2.0289000000000001 332.91680000000002 13440 8099 0 0 0.00022931718761158833 0.48465456938924883 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737511 998400 25 25 25 185 161 0 0 0 25 31 0 0 0 0 0 +61 1783795492130923400 DEPTH 57 1 0.57223698091191588 0 1 7 1 7 0 0 2423 74 2561 23664888 81600 1283.5902404785156 6.0203000000000007 1832.6636000000001 120960 46897 1 0 0.00022931718761158833 0.48465456938924883 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426488 4492800 150 150 246 592 1423 0 0 0 0 74 0 0 0 0 0 +62 1783795493949367200 DEPTH 57 1 0.57008083401862542 0 1 7 1 7 0 0 2434 44 2592 23664815 81600 1277.0478210449219 5.9946000000000002 1817.0866000000001 120960 37791 1 0 0.00022931718761158833 0.48465456938924883 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 150 150 234 1116 942 0 0 0 2 42 0 0 0 0 0 +63 1783795495877557700 DEPTH 57 1 0.5680735505581207 0 1 7 1 7 0 0 2442 34 2608 23664864 81600 1271.9700012207031 6.0282 1814.3116 120960 31681 1 0 0.00022931718761158833 0.48465456938924883 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426460 4492800 150 150 212 1474 622 0 0 0 1 33 0 0 0 0 0 +64 1783795497698498900 DEPTH 57 1 0.56620128902714306 0 1 7 1 7 0 0 2459 53 2609 23664880 81600 1270.3602447509766 6.0985000000000005 1819.7156 120960 23704 1 0 0.00022931718761158833 0.48465456938924883 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 150 150 207 1598 504 3 0 0 0 50 0 0 0 0 0 +65 1783795497989804400 REFRESH 57 0 0.56445156512347516 0 1 7 1 7 0 0 2485 46 424 3943917 55200 221.61920166015625 1.0013000000000001 289.988 20160 12035 0 0 0.00022931718761158833 0.48465456938924883 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 25 238 111 1 0 0 21 24 0 0 0 0 0 +66 1783795499841555700 DEPTH 57 1 0.56281311695586012 0 1 7 1 7 0 0 2508 81 2572 23664866 81600 1288.4193115234375 6.0758000000000001 1848.8649 120960 59495 1 0 0.00022931718761158833 0.48465456938924883 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 150 150 150 737 1385 1 0 0 2 78 0 0 0 0 0 +67 1783795501804028900 DEPTH 57 1 0.56127578369499598 0 1 7 1 7 0 0 2529 75 2587 23664775 81600 1282.4117126464844 7.5542999999999996 1960.8939 120960 47758 1 1 0.00022931718761158833 0.48465456938924883 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 150 150 150 912 1225 1 0 0 1 72 0 0 0 0 0 +68 1783795503609301700 DEPTH 57 1 0.55983039632309206 0 1 7 1 7 1 0 2549 71 2583 23664909 81600 1279.4401245117188 6.0106000000000002 1803.9674 120960 38150 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426509 4492800 150 150 150 1107 1026 2 0 0 3 66 0 0 0 0 1 +69 1783795505413839200 DEPTH 57 1 0.55850191844012675 0 1 7 1 7 0 0 2562 46 2597 23664879 81600 1275.6635894775391 6.0058999999999996 1803.1449 120960 27056 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 150 150 150 1278 869 1 0 0 2 43 0 0 0 0 0 +70 1783795505709857700 REFRESH 57 0 0.55721307712397694 0 1 7 1 7 0 0 2572 33 427 3943929 55200 221.9130859375 0.99860000000000004 294.67140000000001 20160 11999 0 0 0.00023102988862282075 0.47139449335002609 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737528 748800 25 25 25 245 107 0 0 0 10 23 0 0 0 0 0 +71 1783795507527867500 DEPTH 57 1 0.55599402233712625 0 1 7 1 7 0 0 2586 64 2581 23664777 81600 1291.6002197265625 6.0063000000000004 1816.7596000000001 120960 56406 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426374 4492800 150 150 150 839 1292 0 0 0 2 62 0 0 0 0 0 +72 1783795509340021900 DEPTH 57 1 0.55483862869782474 0 1 7 1 7 0 0 2592 47 2588 23664821 81600 1281.2412109375 6.0034000000000001 1810.9056 120960 45633 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 150 150 150 1075 1063 0 0 0 4 43 0 0 0 0 0 +73 1783795511259103700 DEPTH 57 1 0.55374136287724229 0 1 7 1 7 0 0 2601 42 2597 23664810 81600 1278.2182464599609 7.0888 1917.845 120960 35866 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 150 150 150 1228 919 0 1 0 0 41 0 0 0 0 0 +74 1783795513089515100 DEPTH 57 1 0.55269722506264174 0 1 7 1 7 0 0 2610 41 2598 23664776 81600 1276.7907867431641 6.2959000000000005 1829.0428999999999 120960 24697 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426375 4492800 150 150 150 1417 731 0 0 0 2 39 0 0 0 0 0 +75 1783795513427902300 REFRESH 57 0 0.55170169624764576 0 1 7 1 7 0 0 2614 31 423 3943918 55200 221.50143432617188 1.9645999999999999 336.22449999999998 20160 12278 0 0 0.00023102988862282075 0.47139449335002609 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737518 748800 25 25 25 258 90 0 0 0 14 17 0 0 0 0 0 +76 1783795515258784600 DEPTH 57 1 0.55075069076806693 0 1 7 1 7 0 0 2626 53 2584 23664863 81600 1291.5824737548828 6.0745999999999993 1829.3049000000001 120960 57420 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426461 4492800 150 150 150 939 1195 0 0 0 0 53 0 0 0 0 0 +77 1783795517068757500 DEPTH 57 1 0.54984051355987318 0 1 7 1 7 0 0 2638 59 2590 23664752 81600 1283.4027404785156 6.0101999999999993 1808.6392000000001 120960 46877 1 0 0.00023102988862282075 0.47139449335002609 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426350 4492800 150 150 150 1144 996 0 0 0 4 55 0 0 0 0 0 +78 1783795518889636800 DEPTH 57 1 0.54896782166815272 0 1 7 1 7 1 0 2643 40 2609 23664832 81600 1279.0404968261719 5.9885999999999999 1819.4684 120960 37555 1 1 0.00022591230524512539 0.43498642171829349 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 150 150 150 1306 853 0 0 0 3 36 0 0 0 0 1 +79 1783795520690771800 DEPTH 57 1 0.54820186469137056 0 1 7 1 7 0 0 2655 31 2602 23664881 81600 1278.1180419921875 6.0285000000000011 1799.8562999999999 120960 25939 1 0 0.00022591230524512539 0.43498642171829349 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426479 4492800 150 150 150 1433 719 0 0 0 2 29 0 0 0 0 0 +80 1783795520993382100 REFRESH 57 0 0.54738812561819816 0 1 7 1 7 0 0 2663 34 428 3943915 55200 222.41484069824219 0.99880000000000002 301.27159999999998 20160 12467 0 0 0.00022591230524512539 0.43498642171829349 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 25 25 25 251 102 0 0 0 16 18 0 0 0 0 0 +81 1783795522819278200 DEPTH 57 1 0.54660434864402563 0 1 7 1 7 0 0 2676 47 2607 23664876 81600 1290.6987457275391 6.0229999999999997 1824.5633 120960 59157 1 0 0.00022591230524512539 0.43498642171829349 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 150 150 150 1050 1107 0 0 0 1 46 0 0 0 0 0 +82 1783795524681689700 DEPTH 57 1 0.5458482131028437 0 1 7 1 7 0 0 2681 40 2604 23664819 81600 1284.3755493164062 6.6461000000000006 1860.8677 120960 48661 1 0 0.00022591230524512539 0.43498642171829349 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426418 4492800 150 150 150 1242 912 0 0 0 0 40 0 0 0 0 0 +83 1783795526666375400 DEPTH 57 1 0.54511761552924121 0 1 7 1 7 0 0 2692 44 2601 23664878 81600 1278.7650604248047 6.8890000000000002 1860.5958000000001 120960 39074 1 0 0.00022591230524512539 0.43498642171829349 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 150 150 150 1417 734 0 0 0 1 43 0 0 0 0 0 +84 1783795528465117500 DEPTH 57 1 0.54441064838814546 0 1 7 1 7 1 0 2705 34 2604 23664831 81600 1276.8074493408203 6.0161999999999995 1797.5165999999999 120960 27087 1 0 0.00023275320883451 0.44222101239719586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 150 150 150 1537 617 0 0 0 1 33 0 0 0 0 1 +85 1783795528768131600 REFRESH 57 0 0.54381259989423791 0 1 7 1 7 0 0 2709 27 425 3943916 55200 221.56185913085938 1.0005999999999999 301.7681 20160 12645 0 0 0.00023275320883451 0.44222101239719586 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 25 262 88 0 0 0 11 16 0 0 0 0 0 +86 1783795530747285200 DEPTH 57 1 0.54313915893540343 0 1 7 1 7 0 0 2719 54 2600 23664831 81600 1291.3285064697266 8.5786999999999995 1977.3480999999999 120960 60462 1 0 0.00023275320883451 0.44222101239719586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426428 4492800 150 150 150 1126 1024 0 0 0 4 50 0 0 0 0 0 +87 1783795532558553700 DEPTH 57 1 0.54248548928404094 0 1 7 1 7 0 0 2725 34 2603 23664870 81600 1283.3320922851562 6.0049999999999999 1809.8933999999999 120960 49988 1 0 0.00023275320883451 0.44222101239719586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 150 150 150 1299 854 0 0 0 1 33 0 0 0 0 0 +88 1783795534372477100 DEPTH 57 1 0.54185020657674843 0 1 7 1 7 0 0 2730 31 2614 23664851 81600 1282.882568359375 5.9848999999999997 1812.5578 120960 40304 1 0 0.00023275320883451 0.44222101239719586 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426450 4492800 150 150 150 1470 694 0 0 0 1 30 0 0 0 0 0 +89 1783795536189666100 DEPTH 57 1 0.54123205247971184 0 1 7 1 7 1 0 2736 34 2615 23672463 89280 1278.9186553955078 6.0046999999999997 1815.7674999999999 107520 26095 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 2 3 3 4 5898240 3932160 4423680 4426379 4992000 150 150 150 1422 743 0 0 0 2 32 0 0 0 0 2 +90 1783795536477878700 REFRESH 57 0 0.54070017034585449 0 1 7 1 7 0 0 2751 48 425 3943931 55200 222.17738342285156 0.99780000000000002 286.86360000000002 20160 13086 0 0 0.00023810190109269322 0.44096151387318738 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 25 25 28 207 140 0 0 1 16 31 0 0 0 0 0 +91 1783795538287547000 DEPTH 57 1 0.54010591378612516 0 1 7 1 7 0 0 2761 71 2560 23664861 81600 1291.5220489501953 6.0412000000000008 1808.4503999999999 120960 61959 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426459 4492800 150 150 156 778 1326 0 0 0 5 66 0 0 0 0 0 +92 1783795540103248100 DEPTH 57 1 0.53952635338555099 0 1 7 1 7 0 0 2774 61 2571 23664794 81600 1283.7920379638672 6.0456000000000003 1813.8289 120960 51053 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426394 4492800 150 150 156 920 1195 0 0 0 1 60 0 0 0 0 0 +93 1783795542043480000 DEPTH 57 1 0.53896055372145213 0 1 7 1 7 0 0 2782 47 2588 23664827 81600 1279.6110687255859 8.1317000000000004 1938.7977000000001 120960 41190 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 150 150 152 1137 999 0 0 5 1 41 0 0 0 0 0 +94 1783795543843153800 DEPTH 57 1 0.53840766217559177 0 1 7 1 7 0 0 2793 34 2596 23664777 81600 1279.8234252929688 5.9938000000000002 1798.3868 120960 28242 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426374 4492800 150 150 150 1404 742 0 0 3 0 31 0 0 0 0 0 +95 1783795544142279900 REFRESH 57 0 0.53786690095275069 0 1 7 1 7 0 0 2805 25 423 3943904 55200 222.39027404785156 0.99480000000000002 297.82870000000003 20160 13160 0 0 0.00023810190109269322 0.44096151387318738 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 26 261 86 0 0 0 14 11 0 0 0 0 0 +96 1783795545961257500 DEPTH 57 1 0.53733755988696985 0 1 7 1 7 0 0 2820 63 2578 23664867 81600 1291.9726715087891 5.9933999999999994 1817.6066000000001 120960 63288 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 150 150 156 1104 1018 0 0 0 0 63 0 0 0 0 0 +97 1783795547771570600 DEPTH 57 1 0.53681898995713018 0 1 7 1 7 0 0 2825 37 2587 23664832 81600 1284.4739532470703 6.0055999999999994 1808.9592 120960 52490 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 150 150 152 1217 918 0 0 0 1 36 0 0 0 0 0 +98 1783795549583217500 DEPTH 57 1 0.53631059744134713 0 1 7 1 7 0 0 2829 23 2597 23664758 81600 1282.0561981201172 6.0016000000000007 1810.3879999999999 120960 42252 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426356 4492800 150 150 150 1495 652 0 0 0 0 23 0 0 0 0 0 +99 1783795551505724600 DEPTH 57 1 0.53581183864669446 0 1 7 1 7 0 0 2838 25 2599 23664825 81600 1278.6851806640625 7.6434000000000006 1920.1900000000001 120960 28720 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426424 4492800 150 150 150 1574 575 0 0 0 0 25 0 0 0 0 0 +100 1783795551841251700 REFRESH 57 0 0.53532221515709899 0 1 7 1 7 0 0 2840 25 429 3943921 55200 222.15373229980469 1.1780999999999999 333.57499999999999 20160 13325 0 0 0.00023810190109269322 0.44096151387318738 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737521 748800 25 25 26 271 82 0 0 0 13 12 0 0 0 0 0 +101 1783795553667900900 DEPTH 57 1 0.53484126954794964 0 1 7 1 7 0 0 2857 58 2589 23664824 81600 1294.4855041503906 6.0140000000000002 1825.2539999999999 120960 64246 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426422 4492800 150 150 154 1148 987 0 0 0 0 58 0 0 0 0 0 +102 1783795555485727900 DEPTH 57 1 0.53436858152109012 0 1 7 1 7 0 0 2863 36 2598 23664855 81600 1287.5950317382812 5.9933999999999994 1816.4960000000001 120960 53625 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 150 150 150 1389 759 0 0 0 0 36 0 0 0 0 0 +103 1783795557409394100 DEPTH 57 1 0.53390376441848364 0 1 7 1 7 0 0 2872 34 2612 23664851 81600 1281.3506622314453 6.0101999999999993 1804.3874000000001 120960 42868 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426449 4492800 150 150 150 1536 626 0 0 0 0 34 0 0 0 0 0 +104 1783795559223488600 DEPTH 57 1 0.53344646207699542 0 1 7 1 7 0 0 2874 30 2596 23664842 81600 1280.6860809326172 5.9906000000000006 1812.8091999999999 120960 29280 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 150 150 150 1657 489 0 0 0 0 30 0 0 0 0 0 +105 1783795559528067800 REFRESH 57 0 0.53299634599047707 0 1 7 1 7 0 0 2876 19 428 3943905 55200 222.38003540039062 0.99970000000000003 303.37549999999999 20160 13503 0 0 0.00023810190109269322 0.44096151387318738 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 26 268 84 0 0 0 7 12 0 0 0 0 0 +106 1783795561397944100 DEPTH 57 1 0.53255311274870809 0 1 7 1 7 0 0 2883 37 2610 23664839 81600 1293.9440307617188 6.8741000000000003 1866.9629 120960 66092 1 0 0.00023810190109269322 0.44096151387318738 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 150 150 150 1290 870 0 0 0 0 37 0 0 0 0 0 +107 1783795563303131400 DEPTH 57 1 0.53211648172577941 0 1 7 1 7 1 0 2892 36 2600 23664734 81600 1285.7007446289062 7.4210000000000003 1903.1567 120960 54651 1 0 0.00024062596365075995 0.4382926735069223 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426330 4492800 150 150 150 1439 711 0 0 3 1 32 0 0 0 0 1 +108 1783795565123575700 DEPTH 57 1 0.53169229391436024 0 1 7 1 7 0 0 2907 41 2610 23664805 81600 1282.1831665039062 6.0106000000000002 1819.0676000000001 120960 43727 1 0 0.00024062596365075995 0.4382926735069223 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426404 4492800 150 150 150 1592 568 0 1 0 1 39 0 0 0 0 0 +109 1783795566936293800 DEPTH 57 1 0.531267496264752 0 1 7 1 7 0 0 2912 31 2610 23664837 81600 1279.8198852539062 6.010699999999999 1811.3806999999999 120960 30123 1 0 0.00024062596365075995 0.4382926735069223 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426436 4492800 150 150 150 1668 492 0 0 2 0 29 0 0 0 0 0 +110 1783795567241258400 REFRESH 57 0 0.53084863679537586 0 1 7 1 7 0 0 2914 14 428 3943904 55200 223.37638854980469 0.99680000000000002 303.64960000000002 20160 13495 0 0 0.00024062596365075995 0.4382926735069223 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 25 25 26 277 75 0 0 0 6 8 0 0 0 0 0 +111 1783795569064737000 DEPTH 57 1 0.53043550097525927 0 1 7 1 7 0 0 2923 45 2600 23664833 81600 1294.2849426269531 5.9946999999999999 1822.1505999999999 120960 65659 1 0 0.00024062596365075995 0.4382926735069223 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426432 4492800 150 150 150 1263 887 0 0 0 1 44 0 0 0 0 0 +112 1783795570887610000 DEPTH 57 1 0.53002788906842513 0 1 7 1 7 1 0 2926 27 2612 23664921 81600 1287.8235015869141 6.0198999999999998 1821.4644000000001 120960 54016 1 0 0.00023957788048543618 0.43578065551258777 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426520 4492800 150 150 150 1481 681 0 0 0 2 25 0 0 0 0 1 +113 1783795572699369500 DEPTH 57 1 0.52963845173161195 0 1 7 1 7 0 0 2928 28 2615 23664937 81600 1282.6849212646484 6.0289000000000001 1810.4300000000001 120960 43183 1 0 0.00023957788048543618 0.43578065551258777 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426535 4492800 150 150 150 1615 550 0 0 1 1 26 0 0 0 0 0 +114 1783795574644704400 DEPTH 57 1 0.52924005747632186 0 1 7 1 7 0 0 2937 43 2623 23664848 81600 1279.2883148193359 7.8280000000000012 1943.9731999999999 120960 29431 1 0 0.00023957788048543618 0.43578065551258777 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426448 4492800 150 150 150 1679 494 0 0 2 2 39 0 0 0 0 0 +115 1783795574953253200 REFRESH 57 0 0.52884679252143441 0 1 7 1 7 0 0 2941 16 424 3943916 55200 222.69132995605469 0.998 307.21080000000001 20160 13571 0 0 0.00023957788048543618 0.43578065551258777 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737516 748800 25 25 25 276 73 0 0 0 3 13 0 0 0 0 0 +116 1783795576786736000 DEPTH 57 1 0.52845849151420365 0 1 7 1 7 0 0 2944 31 2608 23664813 81600 1293.0265502929688 6.0189000000000004 1832.1721 120960 65887 1 0 0.00023957788048543618 0.43578065551258777 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 150 150 150 1336 822 0 0 1 0 30 0 0 0 0 0 +117 1783795578610296800 DEPTH 57 1 0.52807499974545369 0 1 7 1 7 1 0 2948 32 2617 23664862 81600 1287.3503570556641 5.9939999999999998 1822.1451 120960 54589 1 0 0.00024497842203750241 0.43627754676177138 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 150 150 150 1524 643 0 0 0 1 31 0 0 0 0 1 +118 1783795580432959200 DEPTH 57 1 0.52769840454509798 0 1 7 1 7 0 0 2952 35 2613 23664796 81600 1283.76318359375 6.0161000000000007 1821.2117000000001 120960 43598 1 0 0.00024497842203750241 0.43627754676177138 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 150 150 150 1653 510 0 0 0 0 35 0 0 0 0 0 +119 1783795582249104700 DEPTH 57 1 0.52732388193204405 0 1 7 1 7 0 0 2962 37 2619 23664844 81600 1280.8439483642578 6.0057999999999998 1814.74 120960 29713 1 0 0.00024497842203750241 0.43627754676177138 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 150 150 150 1684 485 0 0 0 0 37 0 0 0 0 0 +120 1783795582561317000 REFRESH 57 0 0.52695378179877661 0 1 7 1 7 0 0 2965 11 429 3943905 55200 223.50131225585938 1.0528 310.90359999999998 20160 13457 0 0 0.00024497842203750241 0.43627754676177138 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 25 25 26 273 80 0 0 0 1 10 0 0 0 0 0 +121 1783795584469089500 DEPTH 57 1 0.52658798136985618 0 1 7 1 7 0 0 2973 28 2611 23664828 81600 1295.1942291259766 7.1120000000000001 1905.9259999999999 120960 65596 1 0 0.00024497842203750241 0.43627754676177138 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426425 4492800 150 150 155 1369 787 0 0 0 0 28 0 0 0 0 0 +122 1783795586372386400 DEPTH 57 1 0.52622636491266428 0 1 7 1 7 0 0 2977 32 2610 23664844 81600 1286.2577056884766 7.0536000000000003 1901.9336000000001 120960 55071 1 0 0.00024497842203750241 0.43627754676177138 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426440 4492800 150 150 150 1567 593 0 0 0 0 32 0 0 0 0 0 +123 1783795588290149400 DEPTH 57 1 0.52586882315306838 0 1 7 1 7 0 0 2982 27 2614 23664793 81600 1283.14404296875 6.0055000000000005 1823.5734 120960 43211 1 0 0.00024497842203750241 0.43627754676177138 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 150 150 150 1672 492 0 0 0 0 27 0 0 0 0 0 +124 1783795590109409800 DEPTH 57 1 0.52551525274601973 0 1 7 1 7 0 0 2986 34 2610 23664804 81600 1280.5580902099609 5.9919999999999991 1817.7621999999999 120960 29725 1 0 0.00024497842203750241 0.43627754676177138 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 150 150 150 1680 480 0 0 0 0 34 0 0 0 0 0 +125 1783795590415325600 REFRESH 57 0 0.52516555579571111 0 1 7 1 7 0 0 2988 8 427 3943899 55200 222.887939453125 1 304.53179999999998 20160 13446 0 0 0.00024497842203750241 0.43627754676177138 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737499 748800 25 25 26 276 75 0 0 0 1 7 0 0 0 0 0 +126 1783795592371407700 DEPTH 57 1 0.52281963942045717 0 1 7 1 6 1 0 3003 64 2575 23698956 116160 1291.5314788818359 7.2324999999999999 1954.7734 100800 55656 1 0 0.0007340740502663792 0.7502911584562959 4096 2048 384 12 96 4 2 2 2 6 5898240 3686400 3686400 3688713 6739200 150 150 151 796 1328 0 0 0 0 64 0 0 0 0 1 +127 1783795594178221200 DEPTH 57 1 0.62267741535793975 0 1 6 1 6 1 0 3020 75 2550 23733021 147840 1280.3411865234375 6.0093999999999994 1805.4553000000001 80640 31437 1 0 0.00073296232690271495 0.74996882959016686 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950941 8985600 150 150 150 161 1939 0 0 0 0 75 0 0 0 0 1 +128 1783795595972717900 DEPTH 57 1 0.61251916836838116 0 1 6 1 6 1 0 3023 59 2554 23733122 147840 1276.0342559814453 6.1036000000000001 1793.0447999999999 80640 27120 1 0 0.0007273121090492897 0.70823543558221136 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951039 8985600 150 150 150 162 1942 0 0 0 0 59 0 0 0 0 1 +129 1783795597763969400 DEPTH 57 1 0.60343638315127768 0 1 6 1 6 0 0 3033 82 2518 23733032 147840 1274.5944976806641 6.0284999999999993 1789.9628 80640 20354 1 0 0.0007273121090492897 0.70823543558221136 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950949 8985600 150 150 150 166 1902 0 0 0 0 82 0 0 0 0 0 +130 1783795598038017400 REFRESH 57 0 0.59514148036118719 0 1 6 1 6 0 0 3056 53 407 3955356 56640 221.11231994628906 0.99639999999999995 272.63639999999998 13440 8120 0 0 0.0007273121090492897 0.70823543558221136 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 25 25 31 301 0 0 0 0 53 0 0 0 0 0 +131 1783795599825468500 DEPTH 57 1 0.58764628304699618 0 1 6 1 6 0 0 3073 72 2500 23733103 147840 1282.45068359375 6.0152999999999999 1786.2035000000001 80640 39651 1 0 0.0007273121090492897 0.70823543558221136 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951017 8985600 150 150 150 157 1893 0 0 1 0 71 0 0 0 0 0 +132 1783795601667032900 DEPTH 57 1 0.58087108860935888 0 1 6 1 6 0 0 3094 73 2509 23732972 147840 1278.1731872558594 6.1160000000000005 1838.4056 80640 32203 1 0 0.0007273121090492897 0.70823543558221136 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950885 8985600 150 150 150 156 1903 0 0 0 0 73 0 0 0 0 0 +133 1783795603595392800 DEPTH 57 1 0.57474416061970279 0 1 6 1 6 0 0 3106 78 2512 23733129 147840 1276.9956359863281 6.6966999999999999 1926.7764 80640 25904 1 0 0.0007273121090492897 0.70823543558221136 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951041 8985600 150 150 150 159 1903 0 1 0 0 77 0 0 0 0 0 +134 1783795605397385900 DEPTH 57 1 0.56920093229058999 0 1 6 1 6 0 0 3114 46 2549 23717672 132480 1272.1172485351562 6.0026999999999999 1800.6169 107520 23238 1 0 0.0007273121090492897 0.70823543558221136 4096 2048 384 12 96 4 3 2 2 5 5898240 3932160 2949120 2950947 7987200 150 150 150 523 1576 0 0 0 0 46 0 0 0 0 0 +135 1783795605682872900 REFRESH 57 0 0.56418328959665398 0 1 6 1 6 0 0 3130 51 424 3951535 56160 221.46354675292969 0.99829999999999997 284.1438 20160 12046 0 0 0.0007273121090492897 0.70823543558221136 4096 2048 64 1 16 4 3 2 2 5 983040 737280 491520 491695 1248000 25 25 26 205 143 0 0 0 18 33 0 0 0 0 0 +136 1783795607493332400 DEPTH 57 1 0.55963892608113297 0 1 6 1 6 0 0 3145 57 2560 23686903 103680 1281.9098815917969 6.0503 1808.7854 120960 59704 1 0 0.0007273121090492897 0.70823543558221136 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 2950901 5990400 150 150 153 940 1167 0 0 0 6 51 0 0 0 0 0 +137 1783795609310094100 DEPTH 57 1 0.55552076217951485 0 1 6 1 6 1 0 3150 41 2595 23687031 103680 1277.3232727050781 6.0165999999999995 1815.1994 120960 48587 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 2 4 5898240 4423680 4423680 2951028 5990400 150 150 150 1402 743 0 0 0 7 34 0 0 0 0 1 +138 1783795611127278600 DEPTH 57 1 0.55189643283866274 0 1 6 1 6 0 0 3153 26 2602 23683329 99840 1274.6752014160156 6.0004 1815.7938999999999 120960 38854 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 3196925 5740800 150 150 150 1641 511 0 0 0 2 24 0 0 0 0 0 +139 1783795612926711600 DEPTH 57 1 0.5484967752219132 0 1 6 1 6 0 0 3165 41 2592 23664835 81600 1271.7304077148438 6.0216000000000003 1797.6762000000001 120960 27531 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426433 4492800 150 150 150 1668 474 0 0 0 0 41 0 0 0 0 0 +140 1783795613280959000 REFRESH 57 0 0.54540956994168588 0 1 6 1 6 0 0 3173 28 419 3943901 55200 222.77238464355469 1.5209999999999999 351.84120000000001 20160 12351 0 0 0.00071209568247507184 0.65747376470015229 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 26 264 79 0 0 0 16 12 0 0 0 0 0 +141 1783795615194264900 DEPTH 57 1 0.54260380586683032 0 1 6 1 6 0 0 3186 48 2580 23664812 81600 1290.3055419921875 7.3618999999999994 1911.6360999999999 120960 58923 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 150 150 151 1326 803 0 0 0 1 47 0 0 0 0 0 +142 1783795617012298700 DEPTH 57 1 0.54005156959736378 0 1 6 1 6 0 0 3197 49 2592 23664888 81600 1281.3168792724609 6.0003000000000002 1816.6578999999999 120960 47859 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 150 150 152 1479 661 0 0 0 1 48 0 0 0 0 0 +143 1783795618978089800 DEPTH 57 1 0.53772773575989485 0 1 6 1 6 0 0 3204 32 2602 23664796 81600 1302.3438568115234 6.0049000000000001 1827.9249 120960 37594 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 150 150 156 1569 577 0 0 0 1 31 0 0 0 0 0 +144 1783795620788870000 DEPTH 57 1 0.53560968827172839 0 1 6 1 6 0 0 3211 29 2605 23664780 81600 1270.0875701904297 6.0190999999999999 1809.4286 120960 26187 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426379 4492800 150 150 156 1618 531 0 0 0 0 29 0 0 0 0 0 +145 1783795621092778800 REFRESH 57 0 0.53367706947683669 0 1 6 1 6 0 0 3211 10 427 3943886 55200 221.41952514648438 0.99960000000000004 302.70979999999997 20160 12279 0 0 0.00071209568247507184 0.65747376470015229 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737486 748800 25 25 26 277 74 0 0 0 2 8 0 0 0 0 0 +146 1783795623091086200 DEPTH 57 1 0.53191155436656656 0 1 6 1 6 0 0 3213 30 2596 23664857 81600 1280.7286224365234 8.4422999999999995 1995.7569000000001 120960 59275 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 150 150 156 1518 622 0 0 0 0 30 0 0 0 0 0 +147 1783795624898283500 DEPTH 57 1 0.53029664737665949 0 1 6 1 6 0 0 3218 23 2606 23664772 81600 1274.0925445556641 6.0282999999999998 1805.5918999999999 120960 48442 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426371 4492800 150 150 156 1629 521 0 0 0 0 23 0 0 0 0 0 +148 1783795626107416000 DEPTH 57 1 0.52881749950300294 0 1 6 1 6 0 0 3219 25 1743 15776594 58560 851.051513671875 4.0587 1207.6609000000001 80640 25795 0 0 0.00071209568247507184 0.65747376470015229 4096 2048 256 8 64 4 3 3 3 3 3932160 2949120 2949120 2950991 2995200 100 100 104 1111 328 0 0 0 0 25 0 0 0 0 0 diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/run.tsv b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/run.tsv new file mode 100644 index 00000000..98fb7356 --- /dev/null +++ b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/run.tsv @@ -0,0 +1,36 @@ +format szilassi-global-search-v5 +run_id 16cad94c-8325-43b4-aad4-9162b74d0a81 +node_id LOOKICH +seed 2029753688 +topology_from 57 +topology_to 57 +backend cuda-fp32 +objective_version 5 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 1 +algorithm hybrid-quality-diversity-neural-v2 +control_baseline_min_fraction 0.25 +strategy_weights adaptive-total:16,floors:baseline4/replica1/adaptive1/pbt1/injected3,max6 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8,crossing-face-mask:12,intersection-face-mask:12 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +intersection_loss segment-depth-times-boundary-depth,weight:0.01,cap:4 +repair injected-quarter,offending-face-biased,neural-policy-with-exploration +neural per-topology-ensemble:5,residual-mlp:44-128-128-128,value-policy,online-adamw,replay:4096 +neural_safety baseline-floor:25%,policy-exploration:25%,exact-cuda-plus-cpu-dd-authoritative +spsa adam:6,cpu-double,c-plus-i-smooth-loss,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000001_4eddcc6d.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000001_4eddcc6d.szar new file mode 100644 index 00000000..25f61b37 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000001_4eddcc6d.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000002_335585f1.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000002_335585f1.szar new file mode 100644 index 00000000..c58f5123 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000002_335585f1.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000003_af599a1f.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000003_af599a1f.szar new file mode 100644 index 00000000..5d735095 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000003_af599a1f.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000004_86e4e4e8.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000004_86e4e4e8.szar new file mode 100644 index 00000000..5ed5eaa3 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000004_86e4e4e8.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000005_836d7226.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000005_836d7226.szar new file mode 100644 index 00000000..3e41dad4 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000005_836d7226.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000006_86ef54e8.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000006_86ef54e8.szar new file mode 100644 index 00000000..854c4761 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000006_86ef54e8.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000007_d62fc7df.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000007_d62fc7df.szar new file mode 100644 index 00000000..463834df Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000007_d62fc7df.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000008_ce23689a.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000008_ce23689a.szar new file mode 100644 index 00000000..0184f614 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000008_ce23689a.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000009_a5cb9411.szar b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000009_a5cb9411.szar new file mode 100644 index 00000000..ccc7d8d2 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/archive/delta_00000000000000000009_a5cb9411.szar differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000001_dcb42028.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000001_dcb42028.szcp new file mode 100644 index 00000000..45ef699f Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000001_dcb42028.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000002_f1ed183b.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000002_f1ed183b.szcp new file mode 100644 index 00000000..afbcbc47 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000002_f1ed183b.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000003_ab671bb5.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000003_ab671bb5.szcp new file mode 100644 index 00000000..a35a083a Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000003_ab671bb5.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000004_8d4cb421.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000004_8d4cb421.szcp new file mode 100644 index 00000000..f4c3a6ca Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000004_8d4cb421.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000005_a0597d3f.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000005_a0597d3f.szcp new file mode 100644 index 00000000..3cd45449 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000005_a0597d3f.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000006_aedc4f4d.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000006_aedc4f4d.szcp new file mode 100644 index 00000000..b5d8bc14 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000006_aedc4f4d.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000007_87f0f221.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000007_87f0f221.szcp new file mode 100644 index 00000000..b098ed54 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000007_87f0f221.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000008_e364a292.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000008_e364a292.szcp new file mode 100644 index 00000000..f1c59f6a Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000008_e364a292.szcp differ diff --git a/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000009_67371212.szcp b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000009_67371212.szcp new file mode 100644 index 00000000..90f71697 Binary files /dev/null and b/results/search/runs/16cad94c-8325-43b4-aad4-9162b74d0a81/topology_057/checkpoints/checkpoint_00000000000000000009_67371212.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/metrics.tsv b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/metrics.tsv new file mode 100644 index 00000000..eb081247 --- /dev/null +++ b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/metrics.tsv @@ -0,0 +1,288 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783783993930397600 DEPTH 25 1 0.62348542587702926 0 3 11 3 11 0 0 142 27 2566 23664948 143040 1030.3088836669922 5.9195000000000002 1276.1456000000001 120960 57060 1 0 5898240 4423680 4423680 4426548 4492800 178 184 175 173 1856 3 2 0 0 22 0 0 0 0 0 +2 1783783994952367800 DEPTH 25 1 0.61380985317164116 0 3 11 3 11 0 0 142 17 2575 23664888 81600 832.54666137695312 5.8815 1020.5578 120960 47873 1 0 5898240 4423680 4423680 4426488 4492800 181 173 177 189 1855 0 0 0 1 16 0 0 0 0 0 +3 1783783995980217100 DEPTH 25 1 0.61417401289287477 0 3 11 3 11 0 0 142 18 2579 23664814 81600 835.85299682617188 5.8913000000000002 1026.5509 120960 41436 1 0 5898240 4423680 4423680 4426413 4492800 188 168 188 262 1773 1 0 0 0 17 0 0 0 0 0 +4 1783783996999906500 DEPTH 25 1 0.61449589168523411 0 3 11 3 11 0 0 142 27 2565 23664929 81600 837.33399963378906 5.8945999999999996 1018.4883 120960 30961 1 0 5898240 4423680 4423680 4426528 4492800 204 168 211 404 1578 2 0 0 0 25 0 0 0 0 0 +5 1783783997188455200 REFRESH 25 0 0.61472606416707642 0 3 11 3 11 0 0 142 6 423 3943923 55200 151.88787841796875 0.9889 187.3801 20160 12255 0 0 983040 737280 737280 737523 748800 32 25 52 149 165 0 0 0 0 6 0 0 0 0 0 +6 1783783998238347100 DEPTH 25 1 0.61083653692798534 0 3 11 3 11 0 0 144 42 2556 23664808 81600 864.60087585449219 5.8985000000000003 1048.7048 120960 60414 1 0 5898240 4423680 4423680 4426407 4492800 166 150 171 247 1822 4 0 0 0 38 0 0 0 0 0 +7 1783783999281865200 DEPTH 25 1 0.61121351150575642 0 3 11 3 11 0 0 144 30 2555 23664800 81600 861.59048461914062 5.8849999999999998 1042.2737 120960 49370 1 0 5898240 4423680 4423680 4426395 4492800 168 150 170 252 1815 0 0 0 0 30 0 0 0 0 0 +8 1783784000335754600 DEPTH 25 1 0.61141258708349122 0 3 11 3 11 0 0 144 49 2560 23664956 81600 855.17964172363281 5.9989999999999997 1052.7038 120960 39191 1 0 5898240 4423680 4423680 4426555 4492800 168 150 177 294 1771 0 0 0 2 47 0 0 0 0 0 +9 1783784001370441000 DEPTH 25 1 0.61143952741369989 0 3 11 3 11 0 0 144 43 2553 23664891 81600 855.56684875488281 5.8843999999999994 1033.5045 120960 27304 1 0 5898240 4423680 4423680 4426490 4492800 174 150 175 284 1770 0 0 0 0 43 0 0 0 0 0 +10 1783784001552918700 REFRESH 25 0 0.61130365552847876 0 3 11 3 11 0 0 145 9 417 3943902 55200 151.34822082519531 0.98080000000000001 181.17609999999999 20160 12128 0 0 983040 737280 737280 737502 748800 54 25 67 161 110 0 1 0 0 8 0 0 0 0 0 +11 1783784002599739700 DEPTH 25 1 0.6100163776548172 0 3 11 3 11 0 0 147 58 2568 23664795 81600 866.735107421875 5.8784000000000001 1045.5482999999999 120960 57280 1 0 5898240 4423680 4423680 4426393 4492800 178 150 183 269 1788 0 0 0 0 58 0 0 0 0 0 +12 1783784003638820000 DEPTH 25 1 0.60969017312317009 0 3 11 3 11 0 0 150 54 2569 23664852 81600 858.89437866210938 5.8741000000000003 1037.8647000000001 120960 46976 1 0 5898240 4423680 4423680 4426451 4492800 180 150 174 258 1807 1 0 0 2 51 0 0 0 0 0 +13 1783784004675854200 DEPTH 25 1 0.6092279055915788 0 3 11 3 11 0 0 150 39 2573 23664844 81600 857.945556640625 5.8880999999999997 1035.7608 120960 37200 1 0 5898240 4423680 4423680 4426444 4492800 203 150 172 288 1760 0 0 0 0 39 0 0 0 0 0 +14 1783784005714437200 DEPTH 25 1 0.60864335809463688 0 3 11 3 11 0 0 150 39 2586 23664901 81600 852.959228515625 5.8616000000000001 1037.289 120960 25809 1 0 5898240 4423680 4423680 4426501 4492800 199 150 159 335 1743 1 0 0 0 38 0 0 0 0 0 +15 1783784005897066700 REFRESH 25 0 0.60794982515829443 0 3 11 3 11 0 0 150 9 422 3943918 55200 151.35130310058594 0.98080000000000001 181.46000000000001 20160 12237 0 0 983040 737280 737280 737518 748800 75 25 62 137 123 0 0 0 0 9 0 0 0 0 0 +16 1783784006945304500 DEPTH 25 1 0.6061599256347483 0 3 11 3 11 0 0 151 39 2579 23664787 81600 870.80122375488281 5.8856999999999999 1046.9672 120960 58437 1 0 5898240 4423680 4423680 4426385 4492800 201 150 154 234 1840 2 0 1 0 36 0 0 0 0 0 +17 1783784007996487700 DEPTH 25 1 0.60538549270924191 0 3 11 3 11 0 0 151 41 2584 23664790 81600 862.29493713378906 5.8633000000000006 1049.9914000000001 120960 47369 1 0 5898240 4423680 4423680 4426390 4492800 209 150 156 306 1763 0 0 0 0 41 0 0 0 0 0 +18 1783784009035767500 DEPTH 25 1 0.6045275181012193 0 3 11 3 11 0 0 153 31 2581 23664810 81600 859.4622802734375 5.8720000000000008 1038.1102000000001 120960 37919 1 0 5898240 4423680 4423680 4426410 4492800 212 150 157 391 1671 2 0 0 0 29 0 0 0 0 0 +19 1783784010074877700 DEPTH 25 1 0.6035971340616666 0 3 11 3 11 0 0 153 29 2591 23664815 81600 856.49806213378906 5.8757000000000001 1037.8905 120960 25370 1 0 5898240 4423680 4423680 4426413 4492800 213 150 156 421 1651 0 0 0 0 29 0 0 0 0 0 +20 1783784010257089700 REFRESH 25 0 0.60260452139912768 0 3 11 3 11 0 0 153 5 419 3943900 55200 151.35708618164062 0.97950000000000004 181.03489999999999 20160 12447 0 0 983040 737280 737280 737500 748800 87 25 50 142 115 0 0 0 0 5 0 0 0 0 0 +21 1783784011316844200 DEPTH 25 1 0.59655894505969687 0 3 11 3 11 0 0 153 43 2582 23664868 81600 871.04920959472656 5.8932000000000002 1057.9994999999999 120960 59640 1 0 5898240 4423680 4423680 4426467 4492800 221 150 159 349 1703 4 0 0 0 39 0 0 0 0 0 +22 1783784012382881700 DEPTH 25 1 0.59596880014858988 0 3 11 3 11 0 0 153 33 2584 23664861 81600 876.30949401855469 5.9075000000000006 1064.7963 120960 48611 1 0 5898240 4423680 4423680 4426461 4492800 219 150 157 366 1692 2 0 0 0 31 0 0 0 0 0 +23 1783784013437268600 DEPTH 25 1 0.59529166408832634 0 3 11 3 11 0 0 154 33 2571 23664952 81600 861.49391174316406 5.9332999999999991 1053.1848 120960 38733 1 0 5898240 4423680 4423680 4426551 4492800 214 150 154 440 1613 0 0 0 0 33 0 0 0 0 0 +24 1783784014477847900 DEPTH 25 1 0.59453935184024298 0 3 11 3 11 0 0 155 25 2573 23664764 81600 858.20896911621094 5.8859999999999992 1039.3492000000001 120960 26414 1 0 5898240 4423680 4423680 4426364 4492800 220 150 161 487 1555 0 0 0 0 25 0 0 0 0 0 +25 1783784014661839400 REFRESH 25 0 0.59372247201437545 0 3 11 3 11 0 0 156 11 418 3943904 55200 151.97593688964844 0.97960000000000003 182.81989999999999 20160 12542 0 0 983040 737280 737280 737504 748800 90 25 60 143 100 0 0 0 0 11 0 0 0 0 0 +26 1783784015736285400 DEPTH 25 1 0.59285053234990004 0 3 11 3 11 0 0 157 37 2573 23664865 81600 884.88345336914062 5.9245000000000001 1073.2411999999999 120960 61086 1 0 5898240 4423680 4423680 4426465 4492800 220 150 164 340 1699 1 0 0 0 36 0 0 0 0 0 +27 1783784016779084100 DEPTH 25 1 0.59193203852978371 0 3 11 3 11 0 0 158 29 2566 23664898 81600 861.48191833496094 5.8863000000000003 1041.5364 120960 50200 1 0 5898240 4423680 4423680 4426497 4492800 216 150 158 424 1618 1 0 0 0 28 0 0 0 0 0 +28 1783784017824545600 DEPTH 25 1 0.59097458614593334 0 3 11 3 11 0 0 159 32 2572 23664820 81600 860.38636779785156 5.9064999999999994 1044.2805000000001 120960 40447 1 0 5898240 4423680 4423680 4426419 4492800 215 150 156 448 1603 2 0 0 0 30 0 0 0 0 0 +29 1783784018866155000 DEPTH 25 1 0.5899849458388764 0 3 11 3 11 0 0 159 26 2569 23664797 81600 859.43067932128906 5.9176000000000002 1039.9339 120960 27384 1 0 5898240 4423680 4423680 4426397 4492800 218 150 157 549 1495 1 0 0 0 25 0 0 0 0 0 +30 1783784019050084100 REFRESH 25 0 0.58896914177851922 0 3 11 3 11 0 0 159 6 420 3943924 55200 152.38963317871094 0.97960000000000003 182.66589999999999 20160 12868 0 0 983040 737280 737280 737524 748800 87 25 64 140 104 0 0 0 0 6 0 0 0 0 0 +31 1783784020105082700 DEPTH 25 1 0.58393252374742466 0 3 11 3 11 0 0 161 29 2565 23664774 81600 873.97883605957031 5.8778000000000006 1053.7974999999999 120960 62218 1 0 5898240 4423680 4423680 4426373 4492800 222 150 159 352 1682 0 0 0 0 29 0 0 0 0 0 +32 1783784021162180800 DEPTH 25 1 0.58327983314823961 0 3 11 3 11 0 0 161 22 2575 23664866 81600 866.83714294433594 5.8960999999999997 1055.961 120960 51755 1 0 5898240 4423680 4423680 4426465 4492800 210 150 150 470 1595 0 0 0 0 22 0 0 0 0 0 +33 1783784022232957300 DEPTH 25 1 0.58257526329189413 0 3 11 3 11 0 0 161 23 2570 23664902 81600 874.7962646484375 5.8891 1069.5336 120960 41557 1 0 5898240 4423680 4423680 4426502 4492800 216 150 156 508 1540 0 0 0 0 23 0 0 0 0 0 +34 1783784023288255100 DEPTH 25 1 0.58182651434000321 0 3 11 3 11 0 0 161 23 2569 23664819 81600 864.691162109375 6.0201000000000002 1054.1121000000001 120960 28922 1 0 5898240 4423680 4423680 4426418 4492800 213 150 156 608 1442 0 0 0 0 23 0 0 0 0 0 +35 1783784023472040300 REFRESH 25 0 0.58104044327874371 0 3 11 3 11 0 0 161 8 422 3943907 55200 152.52070617675781 0.97960000000000003 182.58770000000001 20160 13314 0 0 983040 737280 737280 737506 748800 87 25 63 139 108 0 0 0 0 8 0 0 0 0 0 +36 1783784024546875300 DEPTH 25 1 0.57822314929619045 0 3 11 3 11 0 0 161 20 2567 23664853 81600 871.70361328125 5.8784000000000001 1049.7804000000001 120960 64160 1 0 5898240 4423680 4423680 4426453 4492800 218 150 154 363 1682 0 0 0 0 20 0 0 0 0 0 +37 1783784025594951000 DEPTH 25 1 0.57758005092356024 0 3 11 3 11 0 0 162 23 2580 23664831 81600 864.75271606445312 5.8856000000000002 1046.6833999999999 120960 53430 1 0 5898240 4423680 4423680 4426429 4492800 217 150 153 429 1631 0 0 0 0 23 0 0 0 0 0 +38 1783784026640572900 DEPTH 25 1 0.57689595568510743 0 3 11 3 11 0 0 162 19 2571 23664879 81600 863.09037780761719 5.8781999999999996 1044.4048 120960 42094 1 0 5898240 4423680 4423680 4426478 4492800 217 150 151 498 1555 0 0 0 0 19 0 0 0 0 0 +39 1783784027680662700 DEPTH 25 1 0.57617712294313872 0 3 11 3 11 0 0 162 28 2570 23664937 81600 861.11480712890625 5.8843000000000005 1038.9018000000001 120960 29525 1 0 5898240 4423680 4423680 4426534 4492800 225 150 158 564 1473 0 0 0 0 28 0 0 0 0 0 +40 1783784027869830600 REFRESH 25 0 0.57542912056887885 0 3 11 3 11 0 0 162 7 420 3943911 55200 152.47462463378906 0.98470000000000002 187.45230000000001 20160 13457 0 0 983040 737280 737280 737511 748800 90 25 66 147 92 0 0 0 0 7 0 0 0 0 0 +41 1783784028940117900 DEPTH 25 1 0.57165689601717196 0 3 11 3 11 0 0 162 26 2571 23664867 81600 886.72322082519531 5.8883999999999999 1069.0074 120960 65181 1 0 5898240 4423680 4423680 4426466 4492800 220 150 156 382 1663 0 0 0 0 26 0 0 0 0 0 +42 1783784029989316200 DEPTH 25 1 0.57116484033347548 0 3 11 3 11 0 0 163 24 2561 23664800 81600 869.54153442382812 5.8840999999999992 1047.9692 120960 54024 1 0 5898240 4423680 4423680 4426400 4492800 222 150 158 423 1608 0 0 0 0 24 0 0 0 0 0 +43 1783784031034563100 DEPTH 25 1 0.57062684577539347 0 3 11 3 11 0 0 163 18 2575 23664863 81600 863.66813659667969 5.9276 1044.0114000000001 120960 43784 1 0 5898240 4423680 4423680 4426463 4492800 227 150 161 518 1519 0 0 0 0 18 0 0 0 0 0 +44 1783784032079053400 DEPTH 25 1 0.57004935766810161 0 3 11 3 11 0 0 163 23 2578 23664768 81600 861.11235046386719 5.8838999999999997 1043.2673 120960 29233 1 0 5898240 4423680 4423680 4426367 4492800 216 150 150 531 1531 0 0 0 0 23 0 0 0 0 0 +45 1783784032262844700 REFRESH 25 0 0.56943812105536895 0 3 11 3 11 0 0 163 7 424 3943927 55200 152.87091064453125 0.98140000000000005 182.5915 20160 13394 0 0 983040 737280 737280 737527 748800 88 25 70 145 96 0 0 0 0 7 0 0 0 0 0 +46 1783784033330126400 DEPTH 25 1 0.56579825265515482 0 3 11 3 11 0 0 164 22 2566 23664909 81600 887.75679016113281 5.8892999999999995 1066.0697 120960 65509 1 0 5898240 4423680 4423680 4426507 4492800 216 150 152 362 1686 0 0 0 0 22 0 0 0 0 0 +47 1783784034384926900 DEPTH 25 1 0.56543430558063634 0 3 11 3 11 0 0 164 11 2573 23664850 81600 868.88551330566406 5.9188999999999998 1053.5791999999999 120960 54237 1 0 5898240 4423680 4423680 4426449 4492800 231 150 164 505 1523 0 0 0 0 11 0 0 0 0 0 +48 1783784035434748600 DEPTH 25 1 0.56502032754366638 0 3 11 3 11 0 0 165 29 2572 23664813 81600 865.67430114746094 5.8914 1048.5866000000001 120960 42861 1 0 5898240 4423680 4423680 4426413 4492800 223 150 157 576 1466 0 0 0 0 29 0 0 0 0 0 +49 1783784036480320300 DEPTH 25 1 0.56456291318774809 0 3 11 3 11 0 0 166 23 2578 23664759 81600 862.72807312011719 5.8822999999999999 1044.3897999999999 120960 29607 1 0 5898240 4423680 4423680 4426359 4492800 217 150 152 672 1387 0 0 0 0 23 0 0 0 0 0 +50 1783784036665203800 REFRESH 25 0 0.56406795113434094 0 3 11 3 11 0 0 166 7 420 3943922 55200 153.14743041992188 0.98140000000000005 183.70339999999999 20160 13387 0 0 983040 737280 737280 737522 748800 87 25 69 145 94 0 0 0 0 7 0 0 0 0 0 +51 1783784037722300100 DEPTH 25 1 0.56054069626907865 0 3 11 3 11 0 0 166 23 2564 23664868 81600 875.66432189941406 5.8857999999999997 1055.9402 120960 65230 1 0 5898240 4423680 4423680 4426468 4492800 227 150 168 421 1598 0 0 0 0 23 0 0 0 0 0 +52 1783784038776641400 DEPTH 25 1 0.56028583474273419 0 3 11 3 11 0 0 166 22 2567 23664851 81600 868.41136169433594 5.9035000000000002 1053.1854000000001 120960 54361 1 0 5898240 4423680 4423680 4426451 4492800 216 150 160 498 1543 0 0 0 1 21 0 0 0 0 0 +53 1783784039862444100 DEPTH 25 1 0.55997754241500686 0 3 11 3 11 0 0 168 20 2576 23664877 81600 892.55195617675781 5.8798000000000004 1084.6320000000001 120960 43799 1 0 5898240 4423680 4423680 4426477 4492800 216 150 161 577 1472 1 0 0 0 19 0 0 0 0 0 +54 1783784040949427900 DEPTH 25 1 0.55962253739697387 0 3 11 3 11 0 0 169 28 2562 23664870 81600 897.15097045898438 5.9356999999999989 1085.3905999999999 120960 30458 1 0 5898240 4423680 4423680 4426470 4492800 218 150 159 727 1308 0 0 0 0 28 0 0 0 0 0 +55 1783784041146171100 REFRESH 25 0 0.55922682728290429 0 3 11 3 11 0 0 169 4 420 3943921 55200 165.27360534667969 0.98160000000000003 195.4709 20160 13420 0 0 983040 737280 737280 737521 748800 88 25 67 145 95 0 0 0 0 4 0 0 0 0 0 +56 1783784042227671400 DEPTH 25 1 0.55279578160341658 0 3 11 3 11 0 0 169 22 2559 23664830 81600 898.27815246582031 5.9181999999999997 1080.3121000000001 120960 65239 1 0 5898240 4423680 4423680 4426429 4492800 219 150 182 438 1570 0 0 0 0 22 0 0 0 0 0 +57 1783784043311658800 DEPTH 25 1 0.55293419697901725 0 3 11 3 11 0 0 172 25 2576 23664899 81600 890.85972595214844 5.9046000000000003 1082.3753999999999 120960 55187 1 0 5898240 4423680 4423680 4426498 4492800 218 150 165 483 1560 0 0 0 0 25 0 0 0 0 0 +58 1783784044416473800 DEPTH 25 1 0.55298635570535648 0 3 11 3 11 0 0 172 26 2572 23664839 81600 916.05101013183594 5.9033000000000007 1103.125 120960 44552 1 0 5898240 4423680 4423680 4426439 4492800 224 150 179 652 1367 0 0 0 0 26 0 0 0 0 0 +59 1783784045473488000 DEPTH 25 1 0.55296207842854384 0 3 11 3 11 0 0 173 22 2575 23664827 81600 873.94490051269531 5.8854999999999995 1055.4185 120960 30564 1 0 5898240 4423680 4423680 4426427 4492800 220 150 166 686 1353 0 0 0 0 22 0 0 0 0 0 +60 1783784045657311400 REFRESH 25 0 0.55287017150312956 0 3 11 3 11 0 0 173 3 423 3943941 55200 151.62367248535156 0.97860000000000003 182.22020000000001 20160 13673 0 0 983040 737280 737280 737541 748800 84 25 70 152 92 0 0 0 0 3 0 0 0 0 0 +61 1783784046716169700 DEPTH 25 1 0.54571852956616596 0 3 11 3 11 0 0 175 35 2570 23664848 81600 875.72355651855469 5.8847999999999994 1057.6176 120960 66100 1 0 5898240 4423680 4423680 4426447 4492800 216 150 180 464 1560 0 0 0 0 35 0 0 0 0 0 +62 1783784047767733500 DEPTH 25 1 0.54621422780745055 0 3 11 3 11 0 0 175 18 2575 23665000 81600 867.10578918457031 5.8761000000000001 1050.3418999999999 120960 55099 1 0 5898240 4423680 4423680 4426599 4492800 223 150 181 565 1456 0 0 0 0 18 0 0 0 0 0 +63 1783784048850570300 DEPTH 25 1 0.5465936049680632 0 3 11 3 11 0 0 175 28 2577 23664910 81600 886.55332946777344 5.8942000000000005 1081.2954999999999 120960 43431 1 0 5898240 4423680 4423680 4426510 4492800 225 150 192 700 1310 0 0 0 0 28 0 0 0 0 0 +64 1783784049909406100 DEPTH 25 1 0.54686933799609139 0 3 11 3 11 0 0 175 24 2572 23664835 81600 859.16592407226562 5.8887 1057.5165 120960 29529 1 0 5898240 4423680 4423680 4426434 4492800 225 150 181 717 1299 0 0 0 0 24 0 0 0 0 0 +65 1783784050095201700 REFRESH 25 0 0.54705280919552857 0 3 11 3 11 0 0 175 5 419 3943919 55200 152.91392517089844 0.99050000000000005 184.58969999999999 20160 13423 0 0 983040 737280 737280 737519 748800 84 25 69 149 92 0 0 0 0 5 0 0 0 0 0 +66 1783784051161137700 DEPTH 25 1 0.54215423662070816 0 3 11 3 11 0 0 175 31 2574 23664913 81600 875.4234619140625 5.8923999999999994 1064.7140999999999 120960 65467 1 0 5898240 4423680 4423680 4426511 4492800 226 150 186 501 1511 0 0 0 0 31 0 0 0 0 0 +67 1783784052214790100 DEPTH 25 1 0.54268279139335929 0 3 11 3 11 0 0 176 19 2577 23664784 81600 868.98486328125 5.8853999999999997 1052.461 120960 55185 1 0 5898240 4423680 4423680 4426384 4492800 227 150 195 609 1396 0 0 0 0 19 0 0 0 0 0 +68 1783784053260483200 DEPTH 25 1 0.54309670325161907 0 3 11 3 11 0 0 176 21 2583 23664868 81600 864.63850402832031 5.8683999999999994 1044.5046 120960 43634 1 0 5898240 4423680 4423680 4426466 4492800 216 150 177 673 1367 0 0 0 0 21 0 0 0 0 0 +69 1783784054307779000 DEPTH 25 1 0.54340835550935795 0 3 11 3 11 0 0 176 18 2579 23664767 81600 863.05178833007812 5.8870000000000005 1046.0208 120960 30234 1 0 5898240 4423680 4423680 4426367 4492800 216 150 168 754 1291 0 0 0 0 18 0 0 0 0 0 +70 1783784054506302500 REFRESH 25 0 0.54362887048628505 0 3 11 3 11 0 0 176 6 419 3943928 55200 166.19827270507812 0.98009999999999997 197.31280000000001 20160 13529 0 0 983040 737280 737280 737528 748800 80 25 68 153 93 0 0 0 0 6 0 0 0 0 0 +71 1783784055636698400 DEPTH 25 1 0.53976823636320348 0 3 11 3 11 0 0 177 26 2573 23664767 81600 922.17349243164062 5.8834999999999997 1104.5165999999999 120960 65774 1 0 5898240 4423680 4423680 4426364 4492800 220 150 186 554 1463 0 0 0 0 26 0 0 0 0 0 +72 1783784056722983100 DEPTH 25 1 0.54023542132129432 0 3 11 3 11 0 0 178 25 2575 23664789 81600 896.9093017578125 5.9009 1085.0236 120960 54819 1 0 5898240 4423680 4423680 4426389 4492800 216 150 177 652 1380 0 0 0 0 25 0 0 0 0 0 +73 1783784057822725200 DEPTH 25 1 0.54059847623836488 0 3 11 3 11 0 0 180 30 2574 23664834 81600 913.13972473144531 5.8848000000000003 1098.5556999999999 120960 44156 1 0 5898240 4423680 4423680 4426433 4492800 219 150 170 740 1295 0 0 0 0 30 0 0 0 0 0 +74 1783784058923161800 DEPTH 25 1 0.54086862708765204 0 3 11 3 11 0 0 180 23 2583 23664861 81600 899.66358947753906 5.9772999999999996 1099.2297000000001 120960 30372 1 0 5898240 4423680 4423680 4426461 4492800 219 150 163 827 1224 0 0 0 0 23 0 0 0 0 0 +75 1783784059121557500 REFRESH 25 0 0.54105595807015505 0 3 11 3 11 0 0 180 4 425 3943932 55200 165.44050598144531 0.98070000000000002 196.78729999999999 20160 13458 0 0 983040 737280 737280 737532 748800 84 25 71 153 92 0 0 0 0 4 0 0 0 0 0 +76 1783784060218404900 DEPTH 25 1 0.53516952640832527 0 3 11 3 11 0 0 180 14 2570 23664873 81600 908.53785705566406 5.9178999999999995 1095.7041999999999 120960 66133 1 0 5898240 4423680 4423680 4426472 4492800 224 150 176 508 1512 0 0 0 0 14 0 0 0 0 0 +77 1783784061291529100 DEPTH 25 1 0.53581746563610566 0 3 11 3 11 0 0 181 16 2579 23664800 81600 887.41886901855469 5.9004000000000012 1071.9529 120960 55284 1 0 5898240 4423680 4423680 4426399 4492800 216 150 185 661 1367 0 0 0 0 16 0 0 0 0 0 +78 1783784062381885300 DEPTH 25 1 0.53634707853676211 0 3 11 3 11 0 0 181 18 2567 23664803 81600 898.80986022949219 5.8962000000000003 1088.8505 120960 43964 1 0 5898240 4423680 4423680 4426403 4492800 216 150 192 792 1217 0 0 0 0 18 0 0 0 0 0 +79 1783784063459908300 DEPTH 25 1 0.53677092076475719 0 3 11 3 11 0 0 181 17 2580 23664833 81600 891.483154296875 5.883 1076.6424 120960 30712 1 0 5898240 4423680 4423680 4426433 4492800 225 150 179 811 1215 0 0 0 0 17 0 0 0 0 0 +80 1783784063652297300 REFRESH 25 0 0.53710027608424615 0 3 11 3 11 0 0 181 6 423 3943931 55200 159.77984619140625 0.98450000000000004 190.9838 20160 13550 0 0 983040 737280 737280 737531 748800 83 25 71 156 88 0 0 0 0 6 0 0 0 0 0 +81 1783784064726239300 DEPTH 25 1 0.53334528406346871 0 3 11 3 11 0 0 182 24 2578 23664870 81600 887.44880676269531 5.7969999999999997 1072.2744 120960 65646 1 0 5898240 4423680 4423680 4426470 4492800 220 150 211 555 1442 0 0 0 0 24 0 0 0 0 0 +82 1783784065813468900 DEPTH 25 1 0.53391505498034253 0 3 11 3 11 0 0 182 15 2580 23664944 81600 895.41094970703125 5.8329000000000004 1085.4250999999999 120960 54760 1 0 5898240 4423680 4423680 4426544 4492800 220 150 204 680 1326 0 0 0 0 15 0 0 0 0 0 +83 1783784066913522600 DEPTH 25 1 0.53437777321899016 0 3 11 3 11 0 0 184 23 2572 23664922 81600 902.49740600585938 5.9741 1098.1101000000001 120960 42912 1 0 5898240 4423680 4423680 4426520 4492800 228 150 206 785 1203 0 0 0 0 23 0 0 0 0 0 +84 1783784067978575000 DEPTH 25 1 0.53474479030891953 0 3 11 3 11 0 0 185 23 2578 23664865 81600 875.00160217285156 5.8543000000000003 1063.7067999999999 120960 29640 1 0 5898240 4423680 4423680 4426464 4492800 234 150 204 931 1059 0 0 0 0 23 0 0 0 0 0 +85 1783784068172403700 REFRESH 25 0 0.53502630864336598 0 3 11 3 11 1 0 185 10 429 3943918 55200 152.02735900878906 1.0532999999999999 192.21549999999999 20160 13583 0 0 983040 737280 737280 737518 748800 84 25 74 160 86 0 0 0 0 10 0 0 0 0 1 +86 1783784069247364100 DEPTH 25 1 0.53524059302754745 0 3 11 3 11 0 0 186 15 2580 23664822 81600 883.859130859375 5.8081000000000005 1073.2574999999999 120960 66052 1 0 5898240 4423680 4423680 4426421 4492800 255 150 233 648 1294 0 0 0 0 15 0 0 0 0 0 +87 1783784070320697600 DEPTH 25 1 0.53537677996697053 0 3 11 3 11 1 0 186 21 2577 23664864 81600 882.42755126953125 5.8069999999999995 1071.9829 120960 55405 1 0 5898240 4423680 4423680 4426464 4492800 256 150 221 717 1233 0 0 0 0 21 0 0 0 0 1 +88 1783784071405949400 DEPTH 25 1 0.53545828766903025 0 3 11 3 11 0 0 186 17 2567 23664828 81600 895.37637329101562 5.8386000000000005 1084.0218 120960 44025 1 0 5898240 4423680 4423680 4426427 4492800 228 150 206 852 1131 0 0 0 0 17 0 0 0 0 0 +89 1783784072493819300 DEPTH 25 1 0.53547932546276544 0 3 11 3 11 0 0 186 21 2583 23664863 81600 897.19808959960938 5.9056000000000006 1086.5173 120960 29751 1 0 5898240 4423680 4423680 4426463 4492800 224 150 191 910 1108 0 0 0 0 21 0 0 0 0 0 +90 1783784072688756900 REFRESH 25 0 0.53545242812917015 0 3 11 3 11 0 0 186 5 427 3943913 55200 161.11103820800781 0.9889 193.74789999999999 20160 13520 0 0 983040 737280 737280 737511 748800 82 25 70 154 96 0 0 0 0 5 0 0 0 0 0 +91 1783784073812260600 DEPTH 25 1 0.53038294579110912 0 3 11 3 11 0 0 187 21 2578 23664762 81600 935.92575073242188 5.9038000000000004 1122.3228999999999 120960 65723 1 0 5898240 4423680 4423680 4426362 4492800 236 150 232 633 1327 0 0 0 0 21 0 0 0 0 0 +92 1783784074863816700 DEPTH 25 1 0.53077568219003657 0 3 11 3 11 0 0 187 21 2578 23664749 81600 866.24028015136719 5.8567 1050.364 120960 54823 1 0 5898240 4423680 4423680 4426347 4492800 241 150 215 731 1241 0 0 0 0 21 0 0 0 0 0 +93 1783784075905751200 DEPTH 25 1 0.53108494964548913 0 3 11 3 11 0 0 188 27 2578 23664753 81600 860.6705322265625 5.8822000000000001 1040.7458999999999 120960 43489 1 0 5898240 4423680 4423680 4426351 4492800 226 150 197 812 1193 0 0 0 0 27 0 0 0 0 0 +94 1783784076945997500 DEPTH 25 1 0.5313196185072252 0 3 11 3 11 0 0 188 23 2571 23664892 81600 859.00274658203125 5.8467000000000002 1039.0961 120960 29264 1 0 5898240 4423680 4423680 4426491 4492800 245 150 212 943 1021 0 0 0 0 23 0 0 0 0 0 +95 1783784077130073900 REFRESH 25 0 0.53148766165122074 0 3 11 3 11 0 0 188 4 421 3943890 55200 152.58213806152344 0.9788 182.93389999999999 20160 13545 0 0 983040 737280 737280 737490 748800 78 25 71 152 95 0 0 0 0 4 0 0 0 0 0 +96 1783784078185424600 DEPTH 25 1 0.52559624451559284 0 3 11 3 11 0 0 188 16 2582 23664880 81600 870.21670532226562 5.8802000000000003 1054.145 120960 65903 1 0 5898240 4423680 4423680 4426479 4492800 232 150 225 618 1357 0 0 0 0 16 0 0 0 0 0 +97 1783784079229218200 DEPTH 25 1 0.52625180612289091 0 3 11 3 11 0 0 189 19 2582 23664942 81600 861.9666748046875 5.8994000000000009 1042.6443999999999 120960 55132 1 0 5898240 4423680 4423680 4426542 4492800 232 150 214 707 1279 0 0 0 0 19 0 0 0 0 0 +98 1783784080274054800 DEPTH 25 1 0.52680013199053177 0 3 11 3 11 0 0 189 27 2579 23664944 81600 859.78720092773438 5.9060999999999995 1043.6659999999999 120960 43427 1 0 5898240 4423680 4423680 4426544 4492800 240 150 222 862 1105 0 0 0 0 27 0 0 0 0 0 +99 1783784081313090500 DEPTH 25 1 0.5272524197409606 0 3 11 3 11 0 0 190 25 2580 23664831 81600 858.46809387207031 5.8768999999999991 1037.8721 120960 29732 1 0 5898240 4423680 4423680 4426431 4492800 233 150 207 924 1066 0 0 0 0 25 0 0 0 0 0 +100 1783784081497180100 REFRESH 25 0 0.52761873814193849 0 3 11 3 11 0 0 190 5 424 3943910 55200 152.50431823730469 0.97709999999999997 182.9828 20160 13431 0 0 983040 737280 737280 737510 748800 81 25 71 168 79 0 0 0 0 5 0 0 0 0 0 +101 1783784082550484100 DEPTH 25 1 0.52290814023430521 0 3 11 3 11 0 0 190 21 2569 23664840 81600 872.06607055664062 5.8620000000000001 1052.1756 120960 65926 1 0 5898240 4423680 4423680 4426439 4492800 239 150 233 642 1305 0 0 0 0 21 0 0 0 0 0 +102 1783784083597474300 DEPTH 25 1 0.52362876513881007 0 3 11 3 11 0 0 191 15 2576 23664818 81600 863.01443481445312 5.8642000000000003 1045.6703 120960 54530 1 0 5898240 4423680 4423680 4426417 4492800 230 150 234 772 1190 0 0 0 0 15 0 0 0 0 0 +103 1783784084637301200 DEPTH 25 1 0.52423792967443161 0 3 11 3 11 0 0 192 23 2580 23664884 81600 858.27037048339844 5.8752000000000004 1038.6876999999999 120960 43546 1 0 5898240 4423680 4423680 4426483 4492800 226 150 216 917 1071 0 0 0 0 23 0 0 0 0 0 +104 1783784085703419800 DEPTH 25 1 0.52474721080734854 0 3 11 3 11 0 0 192 22 2576 23664809 81600 857.06411743164062 5.8670999999999998 1035.8054 120960 29852 1 0 5898240 4423680 4423680 4426408 4492800 227 150 201 973 1025 0 0 0 0 22 0 0 0 0 0 +105 1783784085885624600 REFRESH 25 0 0.5251670198477949 0 3 11 3 11 0 0 192 6 425 3943913 55200 150.30784606933594 0.97430000000000005 181.0821 20160 13591 0 0 983040 737280 737280 737513 748800 76 25 68 163 93 0 0 0 0 6 0 0 0 0 0 +106 1783784086937914000 DEPTH 25 1 0.52150671922029423 0 3 11 3 11 0 0 192 14 2569 23664894 81600 869.37431335449219 5.8852000000000002 1051.1165000000001 120960 65652 1 0 5898240 4423680 4423680 4426492 4492800 241 150 240 719 1219 0 0 0 0 14 0 0 0 0 0 +107 1783784087983144600 DEPTH 25 1 0.52217472755020689 0 3 11 3 11 0 0 193 27 2581 23664828 81600 862.9061279296875 5.8487 1044.1107 120960 55627 1 0 5898240 4423680 4423680 4426427 4492800 238 150 228 839 1126 0 0 0 0 27 0 0 0 0 0 +108 1783784089025065800 DEPTH 25 1 0.52273861423521906 0 3 11 3 11 0 0 196 30 2584 23664826 81600 858.86689758300781 5.8683999999999994 1040.7887000000001 120960 44318 1 0 5898240 4423680 4423680 4426426 4492800 232 150 216 919 1067 0 0 0 0 30 0 0 0 0 0 +109 1783784090064215200 DEPTH 25 1 0.52320918455352483 0 3 11 3 11 0 0 196 18 2577 23664828 81600 856.19795227050781 5.8982999999999999 1038.0274999999999 120960 30942 1 0 5898240 4423680 4423680 4426426 4492800 228 150 220 996 983 0 0 0 0 18 0 0 0 0 0 +110 1783784090248740300 REFRESH 25 0 0.52359615625527145 0 3 11 3 11 0 0 196 6 427 3943902 55200 152.17254638671875 0.97950000000000004 183.352 20160 13546 0 0 983040 737280 737280 737502 748800 74 25 73 160 95 0 0 0 0 6 0 0 0 0 0 +111 1783784091303020900 DEPTH 25 1 0.51990826848916527 0 3 11 3 11 0 0 198 29 2580 23664916 81600 873.04060363769531 5.8997999999999999 1053.1248000000001 120960 65959 1 0 5898240 4423680 4423680 4426515 4492800 263 150 289 778 1100 0 0 0 0 29 0 0 0 0 0 +112 1783784092351600400 DEPTH 25 1 0.52055337983094063 0 3 11 3 11 0 0 198 34 2585 23664799 81600 865.12429809570312 5.8729000000000005 1047.4223 120960 54898 1 0 5898240 4423680 4423680 4426398 4492800 238 150 261 845 1091 0 0 0 0 34 0 0 0 0 0 +113 1783784093395156100 DEPTH 25 1 0.52109855650371051 0 3 11 3 11 0 0 200 25 2587 23664769 81600 859.09681701660156 5.9009 1042.4177999999999 120960 43256 1 0 5898240 4423680 4423680 4426368 4492800 237 150 250 918 1032 0 0 0 0 25 0 0 0 0 0 +114 1783784094436787800 DEPTH 25 1 0.52155415177121045 0 3 11 3 11 0 0 201 16 2591 23664929 81600 858.22169494628906 5.8833000000000002 1040.47 120960 29777 1 0 5898240 4423680 4423680 4426528 4492800 252 150 255 1026 908 0 0 0 0 16 0 0 0 0 0 +115 1783784094623643400 REFRESH 25 0 0.52192947738683415 0 3 11 3 11 0 0 201 5 430 3943911 55200 151.99232482910156 0.99790000000000001 185.697 20160 13570 0 0 983040 737280 737280 737511 748800 75 25 73 163 94 0 0 0 0 5 0 0 0 0 0 +116 1783784095681609800 DEPTH 25 1 0.51723290789306353 0 3 11 3 11 0 0 205 27 2594 23664824 81600 871.25636291503906 5.8679000000000006 1056.8612000000001 120960 66384 1 0 5898240 4423680 4423680 4426422 4492800 267 150 301 832 1044 0 0 0 0 27 0 0 0 0 0 +117 1783784096729285100 DEPTH 25 1 0.51797197448642751 0 3 11 3 11 0 0 206 37 2599 23664857 81600 862.59986877441406 5.8738999999999999 1046.5233000000001 120960 55547 1 0 5898240 4423680 4423680 4426456 4492800 275 150 291 944 939 0 0 0 0 37 0 0 0 0 0 +118 1783784097774121800 DEPTH 25 1 0.51860344949160231 0 3 11 3 11 0 0 209 24 2602 23664849 81600 860.35145568847656 5.8742999999999999 1043.6597999999999 120960 44512 1 0 5898240 4423680 4423680 4426449 4492800 257 150 274 1001 920 0 0 0 0 24 0 0 0 0 0 +119 1783784098824582300 DEPTH 25 1 0.51913842238389796 0 3 11 3 11 0 0 213 32 2606 23664869 81600 858.88372802734375 5.882200000000001 1049.3459 120960 30181 1 0 5898240 4423680 4423680 4426466 4492800 263 150 266 1113 814 0 0 0 0 32 0 0 0 0 0 +120 1783784099009240900 REFRESH 25 0 0.51958686820544508 0 3 11 3 11 0 0 213 8 436 3943924 55200 152.56268310546875 0.99119999999999997 183.53229999999999 20160 13489 0 0 983040 737280 737280 737522 748800 79 25 74 173 85 0 0 0 0 8 0 0 0 0 0 +121 1783784100067532300 DEPTH 25 1 0.51795775913585795 0 3 11 3 11 0 0 217 33 2635 23664763 81600 871.05435180664062 5.8700999999999999 1057.0976000000001 120960 65933 1 0 5898240 4423680 4423680 4426357 4492800 345 150 364 994 782 0 0 0 0 33 0 0 0 0 0 +122 1783784101120241200 DEPTH 25 1 0.51845916490206578 0 3 11 3 11 0 0 218 27 2639 23664814 81600 865.44157409667969 5.8741000000000003 1051.5522000000001 120960 54881 1 0 5898240 4423680 4423680 4426406 4492800 333 150 363 1152 641 0 0 0 0 27 0 0 0 0 0 +123 1783784102168668600 DEPTH 25 1 0.51887834314352976 0 3 11 3 11 0 0 218 24 2638 23664785 81600 860.14862060546875 5.8699999999999992 1047.0925999999999 120960 43718 1 0 5898240 4423680 4423680 4426378 4492800 282 150 320 1178 708 0 0 0 0 24 0 0 0 0 0 +124 1783784103220373500 DEPTH 25 1 0.519223820737435 0 3 11 3 11 0 0 220 31 2642 23664841 81600 858.428955078125 5.9027999999999992 1050.5307 120960 30189 1 0 5898240 4423680 4423680 4426433 4492800 287 150 302 1261 642 0 0 0 0 31 0 0 0 0 0 +125 1783784103403853800 REFRESH 25 0 0.51950326698798477 0 3 11 3 11 0 0 220 6 429 3943915 55200 152.01075744628906 0.97909999999999997 182.32859999999999 20160 13570 0 0 983040 737280 737280 737514 748800 80 25 77 171 76 0 0 0 0 6 0 0 0 0 0 +126 1783784104461130300 DEPTH 25 1 0.51572357949350345 0 3 11 3 11 0 0 223 27 2650 23664802 81600 872.63003540039062 5.8755999999999995 1055.9902 120960 66125 1 0 5898240 4423680 4423680 4426396 4492800 367 150 396 1119 618 0 0 0 0 27 0 0 0 0 0 +127 1783784105512373000 DEPTH 25 1 0.51629096142368147 0 3 11 3 11 0 0 223 32 2655 23664909 81600 863.96475219726562 5.835 1050.0826 120960 54620 1 0 5898240 4423680 4423680 4426502 4492800 327 150 369 1249 560 0 0 0 0 32 0 0 0 0 0 +128 1783784106559684300 DEPTH 25 1 0.51677099106605695 0 3 11 3 11 0 0 224 21 2646 23664863 81600 861.25051879882812 5.8452000000000002 1046.1468 120960 43810 1 0 5898240 4423680 4423680 4426456 4492800 290 150 315 1263 628 0 0 0 0 21 0 0 0 0 0 +129 1783784107599929600 DEPTH 25 1 0.51717268441491449 0 3 11 3 11 0 0 225 29 2646 23664893 81600 856.61366271972656 5.8489000000000004 1039.1208999999999 120960 29974 1 0 5898240 4423680 4423680 4426487 4492800 283 150 286 1330 597 0 0 0 0 29 0 0 0 0 0 +130 1783784107784014100 REFRESH 25 0 0.51750415149846041 0 3 11 3 11 0 0 225 8 433 3943901 55200 152.24319458007812 1.0024999999999999 182.9135 20160 13619 0 0 983040 737280 737280 737499 748800 79 25 76 171 82 0 0 0 0 8 0 0 0 0 0 +131 1783784108838863300 DEPTH 25 1 0.51577268707054202 0 3 11 3 11 0 0 228 28 2650 23664947 81600 867.39218139648438 5.8909000000000002 1053.6600000000001 120960 65750 1 0 5898240 4423680 4423680 4426541 4492800 372 150 409 1144 575 0 0 0 0 28 0 0 0 0 0 +132 1783784109881240400 DEPTH 25 1 0.51618485223055011 0 3 11 3 11 0 0 230 27 2644 23664771 81600 858.18470764160156 5.9062000000000001 1041.2329999999999 120960 54776 1 0 5898240 4423680 4423680 4426365 4492800 317 150 357 1235 585 0 0 0 0 27 0 0 0 0 0 +133 1783784110920088300 DEPTH 25 1 0.51652654787877483 0 3 11 3 11 0 0 230 17 2625 23664908 81600 854.72584533691406 5.8685 1037.6539 120960 43707 1 0 5898240 4423680 4423680 4426501 4492800 303 150 328 1275 569 0 0 0 0 17 0 0 0 0 0 +134 1783784111956589000 DEPTH 25 1 0.51680508082375487 0 3 11 3 11 0 0 230 16 2630 23664782 81600 852.44712829589844 5.8514999999999997 1035.3326999999999 120960 30341 1 0 5898240 4423680 4423680 4426379 4492800 287 150 291 1280 622 0 0 0 0 16 0 0 0 0 0 +135 1783784112140951100 REFRESH 25 0 0.51702702327650241 0 3 11 3 11 0 0 230 6 428 3943914 55200 153.00787353515625 0.99780000000000002 183.23650000000001 20160 13551 0 0 983040 737280 737280 737513 748800 78 25 76 174 75 0 0 0 0 6 0 0 0 0 0 +136 1783784113194657000 DEPTH 25 1 0.51319828639299647 0 3 11 3 11 0 0 231 25 2646 23664840 81600 868.4395751953125 5.8620999999999999 1052.5813000000001 120960 66189 1 0 5898240 4423680 4423680 4426440 4492800 353 150 390 1103 650 0 0 0 0 25 0 0 0 0 0 +137 1783784114241743200 DEPTH 25 1 0.51372418646019213 0 3 11 3 11 0 0 232 28 2639 23664783 81600 862.50032043457031 5.8827000000000007 1045.9232 120960 55301 1 0 5898240 4423680 4423680 4426383 4492800 304 150 341 1163 681 0 0 0 0 28 0 0 0 0 0 +138 1783784115284633000 DEPTH 25 1 0.51416950446126797 0 3 11 3 11 1 0 232 19 2636 23664837 81600 860.09115600585938 5.8670999999999998 1041.7420999999999 120960 44758 1 0 5898240 4423680 4423680 4426436 4492800 285 150 312 1167 722 0 0 0 0 19 0 0 0 0 1 +139 1783784116356008400 DEPTH 25 1 0.51458769187627285 0 3 11 3 11 0 0 233 15 2626 23664858 81600 856.87228393554688 5.8681000000000001 1039.2791 120960 30017 1 0 5898240 4423680 4423680 4426456 4492800 277 150 277 1142 780 0 0 0 0 15 0 0 0 0 0 +140 1783784116541856000 REFRESH 25 0 0.51489139493060954 0 3 11 3 11 0 0 233 5 438 3943904 55200 152.22373962402344 0.98140000000000005 184.6634 20160 13568 0 0 983040 737280 737280 737503 748800 72 25 77 172 92 0 0 0 0 5 0 0 0 0 0 +141 1783784117602569600 DEPTH 25 1 0.5101374483568617 0 3 11 3 11 0 0 233 16 2612 23664867 81600 874.02107238769531 5.8879999999999999 1059.5744 120960 66001 1 0 5898240 4423680 4423680 4426463 4492800 302 150 352 968 840 0 0 0 0 16 0 0 0 0 0 +142 1783784118650080700 DEPTH 25 1 0.51083184783839197 0 3 11 3 11 0 0 233 23 2602 23664811 81600 864.029541015625 5.9166999999999996 1046.3687 120960 54927 1 0 5898240 4423680 4423680 4426406 4492800 279 150 304 978 891 0 0 0 0 23 0 0 0 0 0 +143 1783784119699941800 DEPTH 25 1 0.51142998617682023 0 3 11 3 11 0 0 233 16 2603 23664786 81600 861.24888610839844 5.8451999999999993 1048.6559999999999 120960 42786 1 0 5898240 4423680 4423680 4426385 4492800 255 150 289 1045 864 0 0 0 0 16 0 0 0 0 0 +144 1783784120742877700 DEPTH 25 1 0.51194171364696128 0 3 11 3 11 0 0 233 19 2600 23664768 81600 856.62962341308594 5.8662000000000001 1041.8033 120960 28940 1 0 5898240 4423680 4423680 4426365 4492800 262 150 263 1113 812 0 0 0 0 19 0 0 0 0 0 +145 1783784120926754800 REFRESH 25 0 0.51237589231454628 0 3 11 3 11 0 0 233 3 430 3943900 55200 151.68888854980469 0.97809999999999997 182.76910000000001 20160 13555 0 0 983040 737280 737280 737500 748800 70 25 76 170 89 0 0 0 0 3 0 0 0 0 0 +146 1783784121980898200 DEPTH 25 1 0.5057404949205051 0 3 11 3 11 0 0 233 24 2594 23664846 81600 870.88212585449219 5.8563999999999998 1052.9931999999999 120960 65927 1 0 5898240 4423680 4423680 4426446 4492800 266 150 307 830 1041 0 0 0 1 23 0 0 0 0 0 +147 1783784123029902200 DEPTH 25 1 0.5067426938752041 0 3 11 3 11 0 0 233 22 2589 23664796 81600 867.04713439941406 5.8760000000000003 1047.8552 120960 55106 1 0 5898240 4423680 4423680 4426395 4492800 253 150 292 957 937 0 0 0 0 22 0 0 0 0 0 +148 1783784124074077500 DEPTH 25 1 0.50761894135169316 0 3 11 3 11 0 0 233 17 2581 23664819 81600 860.793701171875 5.8660000000000005 1042.9848 120960 43859 1 0 5898240 4423680 4423680 4426418 4492800 250 150 258 1060 863 0 0 0 0 17 0 0 0 0 0 +149 1783784125114601400 DEPTH 25 1 0.50838204136811105 0 3 11 3 11 0 0 233 16 2589 23664807 81600 858.89788818359375 5.8769999999999998 1039.3705 120960 30256 1 0 5898240 4423680 4423680 4426406 4492800 245 150 217 1112 865 0 0 0 0 16 0 0 0 0 0 +150 1783784125298187500 REFRESH 25 0 0.50904351466037834 0 3 11 3 11 0 0 233 1 430 3943902 55200 151.77728271484375 1.0065999999999999 182.31909999999999 20160 13535 0 0 983040 737280 737280 737502 748800 69 25 72 172 92 0 0 0 0 1 0 0 0 0 0 +151 1783784126354682600 DEPTH 25 1 0.50061372706619389 0 3 11 3 11 0 0 233 18 2588 23664848 81600 871.38372802734375 5.8763000000000005 1055.3378 120960 65158 1 0 5898240 4423680 4423680 4426447 4492800 256 150 299 775 1108 0 0 0 0 18 0 0 0 0 0 +152 1783784127402783600 DEPTH 25 1 0.50200200506924864 0 3 11 3 11 0 0 234 25 2570 23664849 81600 864.44821166992188 5.8510000000000009 1046.925 120960 54966 1 0 5898240 4423680 4423680 4426445 4492800 258 150 293 826 1043 0 0 0 0 25 0 0 0 0 0 +153 1783784128449705400 DEPTH 25 1 0.50322673978767563 0 3 11 3 11 0 0 234 12 2586 23664732 81600 863.58981323242188 5.8472999999999997 1045.8117 120960 43717 1 0 5898240 4423680 4423680 4426329 4492800 250 150 279 945 962 0 0 0 0 12 0 0 0 0 0 +154 1783784129492173900 DEPTH 25 1 0.504304480562353 0 3 11 3 11 0 0 234 21 2575 23664867 81600 857.853759765625 5.8765000000000001 1041.3332 120960 29507 1 0 5898240 4423680 4423680 4426467 4492800 240 150 252 1034 899 0 0 0 0 21 0 0 0 0 0 +155 1783784129675566200 REFRESH 25 0 0.50525011918511453 0 3 11 3 11 0 0 234 3 425 3943917 55200 152.04045104980469 0.97399999999999998 182.26599999999999 20160 13601 0 0 983040 737280 737280 737516 748800 69 25 73 173 85 0 0 0 0 3 0 0 0 0 0 +156 1783784130733191400 DEPTH 25 1 0.49907705570291272 0 3 11 3 11 0 0 234 21 2567 23664853 81600 872.88626098632812 5.8825000000000003 1056.4675 120960 65845 1 0 5898240 4423680 4423680 4426451 4492800 248 150 300 835 1034 0 0 0 0 21 0 0 0 0 0 +157 1783784131779493400 DEPTH 25 1 0.50049734764037612 0 3 11 3 11 0 0 234 20 2582 23664857 81600 863.30522155761719 5.8723000000000001 1045.0766000000001 120960 55418 1 0 5898240 4423680 4423680 4426454 4492800 247 150 274 936 975 0 0 0 0 20 0 0 0 0 0 +158 1783784132823571300 DEPTH 25 1 0.50175184429895681 0 3 11 3 11 0 0 234 18 2576 23664883 81600 857.75004577636719 5.8860999999999999 1042.9523999999999 120960 43681 1 0 5898240 4423680 4423680 4426481 4492800 236 150 238 1001 951 0 0 0 0 18 0 0 0 0 0 +159 1783784133868099200 DEPTH 25 1 0.50285730762504166 0 3 11 3 11 0 0 236 19 2579 23664869 81600 860.78440856933594 5.9272999999999998 1043.3139000000001 120960 30004 1 0 5898240 4423680 4423680 4426468 4492800 239 150 224 1087 879 0 0 0 0 19 0 0 0 0 0 +160 1783784134052678300 REFRESH 25 0 0.50382882099016435 0 3 11 3 11 0 0 236 5 425 3943897 55200 152.42034912109375 0.97850000000000004 183.41040000000001 20160 13508 0 0 983040 737280 737280 737497 748800 69 25 75 172 84 0 0 0 0 5 0 0 0 0 0 +161 1783784135106403600 DEPTH 25 1 0.49967995709213903 0 3 11 3 11 0 0 236 17 2569 23664875 81600 871.80059814453125 5.8773 1052.5773999999999 120960 65915 1 0 5898240 4423680 4423680 4426473 4492800 261 150 311 902 945 0 0 0 0 17 0 0 0 0 0 +162 1783784136151124900 DEPTH 25 1 0.5009229290650542 0 3 11 3 11 0 0 236 12 2572 23664824 81600 862.66950988769531 5.8563000000000001 1043.5804000000001 120960 55098 1 0 5898240 4423680 4423680 4426422 4492800 244 150 273 922 983 0 0 0 0 12 0 0 0 0 0 +163 1783784137193311800 DEPTH 25 1 0.50201872647726986 0 3 11 3 11 0 0 236 21 2570 23664809 81600 860.21324157714844 5.8337000000000003 1041.0377000000001 120960 43413 1 0 5898240 4423680 4423680 4426408 4492800 243 150 241 1017 919 0 0 0 0 21 0 0 0 0 0 +164 1783784138232139100 DEPTH 25 1 0.50298223772864581 0 3 11 3 11 0 0 236 19 2573 23664824 81600 856.82119750976562 5.8574000000000002 1037.7182 120960 29684 1 0 5898240 4423680 4423680 4426423 4492800 244 150 221 1090 868 0 0 0 0 19 0 0 0 0 0 +165 1783784138423976400 REFRESH 25 0 0.50382686020710543 0 3 11 3 11 0 0 236 6 424 3943898 55200 151.9288330078125 0.97660000000000002 182.00649999999999 20160 13446 0 0 983040 737280 737280 737498 748800 66 25 71 175 87 0 0 0 0 6 0 0 0 0 0 +166 1783784139481151600 DEPTH 25 1 0.50056464942862899 0 3 11 3 11 0 0 236 20 2579 23664857 81600 874.19709777832031 5.8704000000000001 1055.9838999999999 120960 65755 1 0 5898240 4423680 4423680 4426455 4492800 255 150 287 831 1056 0 0 0 0 20 0 0 0 0 0 +167 1783784140527633800 DEPTH 25 1 0.50160645326235709 0 3 11 3 11 0 0 237 16 2576 23664945 81600 863.83395385742188 5.8727 1045.3434 120960 55481 1 0 5898240 4423680 4423680 4426545 4492800 255 150 286 930 955 0 0 0 0 16 0 0 0 0 0 +168 1783784141571914300 DEPTH 25 1 0.50252203273231966 0 3 11 3 11 0 0 240 25 2578 23664777 81600 860.57847595214844 5.8879999999999999 1043.1375 120960 43965 1 0 5898240 4423680 4423680 4426375 4492800 236 150 248 977 967 0 0 0 0 25 0 0 0 0 0 +169 1783784142613022600 DEPTH 25 1 0.50332417073815172 0 3 11 3 11 0 0 240 20 2574 23664754 81600 857.81169128417969 5.8710000000000004 1039.9654 120960 30186 1 0 5898240 4423680 4423680 4426352 4492800 239 150 223 1092 870 0 0 0 0 20 0 0 0 0 0 +170 1783784142797229000 REFRESH 25 0 0.50402436990291966 0 3 11 3 11 0 0 240 4 430 3943918 55200 152.34867858886719 0.97599999999999998 183.06909999999999 20160 13560 0 0 983040 737280 737280 737518 748800 73 25 74 173 85 0 0 0 0 4 0 0 0 0 0 +171 1783784143853246800 DEPTH 25 1 0.49863298063536976 0 3 11 3 11 0 0 241 21 2574 23664930 81600 871.74606323242188 5.8657000000000004 1054.8382999999999 120960 65928 1 0 5898240 4423680 4423680 4426529 4492800 244 150 309 832 1039 0 0 0 0 21 0 0 0 0 0 +172 1783784144908076500 DEPTH 25 1 0.49975931638517934 0 3 11 3 11 0 0 241 14 2586 23664789 81600 867.48185729980469 5.8667999999999996 1053.6093000000001 120960 55188 1 0 5898240 4423680 4423680 4426388 4492800 258 150 304 967 907 0 0 0 0 14 0 0 0 0 0 +173 1783784145952859500 DEPTH 25 1 0.50075175737192978 0 3 11 3 11 0 0 243 23 2584 23664840 81600 861.75590515136719 5.8525000000000009 1043.6105 120960 44208 1 0 5898240 4423680 4423680 4426439 4492800 243 150 278 1017 896 0 0 0 0 23 0 0 0 0 0 +174 1783784147022196900 DEPTH 25 1 0.50162384394045079 0 3 11 3 11 0 0 243 17 2572 23664845 81600 856.73027038574219 5.8567 1038.8530000000001 120960 30606 1 0 5898240 4423680 4423680 4426444 4492800 239 150 237 1055 891 0 0 0 0 17 0 0 0 0 0 +175 1783784147206059400 REFRESH 25 0 0.50238776057991752 0 3 11 3 11 0 0 243 1 427 3943908 55200 151.15878295898438 0.9708 182.7424 20160 13574 0 0 983040 737280 737280 737508 748800 63 25 72 174 93 0 0 0 0 1 0 0 0 0 0 +176 1783784148265828300 DEPTH 25 1 0.49405447154034615 0 3 11 3 11 1 0 243 12 2574 23664844 81600 873.74766540527344 5.8605000000000009 1058.4598000000001 120960 66299 1 0 5898240 4423680 4423680 4426442 4492800 256 150 305 864 999 0 0 0 0 12 0 0 0 0 1 +177 1783784149318542700 DEPTH 25 1 0.49581628338387884 0 3 11 3 11 0 0 243 24 2576 23664917 81600 861.71517944335938 6.0194000000000001 1046.4861000000001 120960 55448 1 0 5898240 4423680 4423680 4426514 4492800 252 150 273 968 933 0 0 0 0 24 0 0 0 0 0 +178 1783784150361222100 DEPTH 25 1 0.49709894879470784 0 3 11 3 11 0 0 243 20 2567 23664848 81600 860.821533203125 5.8713000000000006 1041.4139 120960 43692 1 0 5898240 4423680 4423680 4426447 4492800 250 150 264 1082 821 0 0 0 0 20 0 0 0 0 0 +179 1783784151398029600 DEPTH 25 1 0.49823296497852171 0 3 11 3 11 0 0 243 14 2582 23664797 81600 855.91192626953125 5.8343999999999996 1035.6469 120960 29860 1 0 5898240 4423680 4423680 4426395 4492800 238 150 208 1123 863 0 0 0 0 14 0 0 0 0 0 +180 1783784151581049700 REFRESH 25 0 0.49923333725022978 0 3 11 3 11 0 0 243 4 423 3943891 55200 151.77215576171875 0.99690000000000001 181.8699 20160 13586 0 0 983040 737280 737280 737491 748800 64 25 73 171 90 0 0 0 0 4 0 0 0 0 0 +181 1783784152634824200 DEPTH 25 1 0.4941135687478852 0 3 11 3 11 0 0 244 20 2571 23664927 81600 872.67532348632812 5.8536999999999999 1052.6262999999999 120960 65886 1 0 5898240 4423680 4423680 4426525 4492800 262 150 321 863 975 0 0 0 0 20 0 0 0 0 0 +182 1783784153681109700 DEPTH 25 1 0.49548581067751002 0 3 11 3 11 0 0 244 13 2563 23664942 81600 866.75534057617188 5.8616000000000001 1045.0785000000001 120960 54751 1 0 5898240 4423680 4423680 4426539 4492800 255 150 292 928 938 0 0 0 0 13 0 0 0 0 0 +183 1783784154721861400 DEPTH 25 1 0.4967009975328624 0 3 11 3 11 0 0 244 21 2563 23664831 81600 859.43894958496094 5.8778000000000006 1039.5816 120960 43785 1 0 5898240 4423680 4423680 4426430 4492800 258 150 276 1041 838 0 0 0 0 21 0 0 0 0 0 +184 1783784155761384300 DEPTH 25 1 0.49777496879266664 0 3 11 3 11 0 0 245 18 2580 23664837 81600 858.20686340332031 5.8770000000000007 1038.3765000000001 120960 30256 1 0 5898240 4423680 4423680 4426435 4492800 254 150 230 1063 883 0 0 0 0 18 0 0 0 0 0 +185 1783784155944746700 REFRESH 25 0 0.49872197844757471 0 3 11 3 11 0 0 246 8 420 3943885 55200 151.8170166015625 0.9829 182.23859999999999 20160 13658 0 0 983040 737280 737280 737485 748800 66 25 74 170 85 1 0 0 0 7 0 0 0 0 0 +186 1783784156996956300 DEPTH 25 1 0.49755485357389906 0 3 11 3 11 0 0 246 18 2578 23664813 81600 869.69841003417969 5.8678999999999997 1051.0422000000001 120960 66060 1 0 5898240 4423680 4423680 4426411 4492800 266 150 321 848 993 1 0 0 0 17 0 0 0 0 0 +187 1783784158041023000 DEPTH 25 1 0.4984851370494543 0 3 11 3 11 0 0 246 19 2565 23664834 81600 861.75823974609375 5.8521000000000001 1042.9114999999999 120960 54766 1 0 5898240 4423680 4423680 4426434 4492800 271 150 306 1050 788 0 0 0 0 19 0 0 0 0 0 +188 1783784159080262900 DEPTH 25 1 0.4993032159973092 0 3 11 3 11 0 0 246 14 2582 23664884 81600 859.14913940429688 5.8732999999999995 1038.0610999999999 120960 43908 1 0 5898240 4423680 4423680 4426481 4492800 248 150 236 1048 900 0 0 0 0 14 0 0 0 0 0 +189 1783784160117880600 DEPTH 25 1 0.5000204373846705 0 3 11 3 11 0 0 246 15 2579 23664914 81600 857.29586791992188 5.8660000000000005 1036.4749999999999 120960 29643 1 0 5898240 4423680 4423680 4426514 4492800 258 150 218 1155 798 0 0 0 0 15 0 0 0 0 0 +190 1783784160300818400 REFRESH 25 0 0.50064701206139894 0 3 11 3 11 0 0 246 4 423 3943917 55200 151.8182373046875 0.97999999999999998 181.81020000000001 20160 13701 0 0 983040 737280 737280 737517 748800 64 25 73 171 90 0 0 0 0 4 0 0 0 0 0 +191 1783784161352000100 DEPTH 25 1 0.4951921283942049 0 3 11 3 11 0 0 246 16 2572 23664811 81600 870.42054748535156 5.8574999999999999 1050.0074999999999 120960 66353 1 0 5898240 4423680 4423680 4426410 4492800 258 150 335 897 932 0 0 0 0 16 0 0 0 0 0 +192 1783784162395147200 DEPTH 25 1 0.49626405453696815 0 3 11 3 11 0 0 246 18 2577 23664812 81600 861.02293395996094 5.8377999999999997 1042.0405000000001 120960 54836 1 0 5898240 4423680 4423680 4426411 4492800 268 150 303 978 878 0 0 0 0 18 0 0 0 0 0 +193 1783784163439729500 DEPTH 25 1 0.49721023047358021 0 3 11 3 11 0 0 246 12 2576 23664877 81600 858.50912475585938 5.9310999999999989 1043.4273000000001 120960 43723 1 0 5898240 4423680 4423680 4426474 4492800 266 150 260 1053 847 0 0 0 0 12 0 0 0 0 0 +194 1783784164477559900 DEPTH 25 1 0.4980433508560686 0 3 11 3 11 0 0 246 12 2567 23664819 81600 856.78706359863281 5.8847999999999994 1036.7312999999999 120960 29507 1 0 5898240 4423680 4423680 4426417 4492800 265 150 228 1096 828 0 0 0 0 12 0 0 0 0 0 +195 1783784164660835800 REFRESH 25 0 0.49877483955848445 0 3 11 3 11 0 0 246 1 421 3943908 55200 152.18278503417969 0.98009999999999997 182.1259 20160 13643 0 0 983040 737280 737280 737507 748800 66 25 73 172 85 0 0 0 0 1 0 0 0 0 0 +196 1783784165713624700 DEPTH 25 1 0.49041497677498885 0 3 11 3 11 0 0 246 16 2567 23664798 81600 869.94941711425781 5.8389000000000006 1051.6510000000001 120960 66748 1 0 5898240 4423680 4423680 4426397 4492800 277 150 339 891 910 0 0 0 0 16 0 0 0 0 0 +197 1783784166757331900 DEPTH 25 1 0.49187301340772654 0 3 11 3 11 0 0 246 7 2579 23664876 81600 864.04986572265625 5.8597999999999999 1042.5435 120960 55325 1 0 5898240 4423680 4423680 4426472 4492800 266 150 303 972 888 0 0 0 0 7 0 0 0 0 0 +198 1783784167795886700 DEPTH 25 1 0.49016727401551952 0 3 11 3 11 0 0 246 14 2575 23664853 81600 858.26040649414062 5.8715000000000002 1037.4521 120960 44266 1 0 5898240 4423680 4423680 4426452 4492800 265 150 252 1033 875 0 0 0 0 14 0 0 0 0 0 +199 1783784168833783200 DEPTH 25 1 0.49161424946730686 0 3 11 3 11 0 0 247 9 2575 23664802 81600 856.27078247070312 5.8737000000000004 1036.7784999999999 120960 30355 1 0 5898240 4423680 4423680 4426399 4492800 252 150 225 1138 810 0 0 0 0 9 0 0 0 0 0 +200 1783784169017313600 REFRESH 25 0 0.49189878032986606 0 3 11 3 11 0 0 247 5 423 3943876 55200 152.05914306640625 0.98260000000000003 182.44399999999999 20160 13461 0 0 983040 737280 737280 737476 748800 68 25 74 175 81 0 0 0 0 5 0 0 0 0 0 +201 1783784170069008600 DEPTH 25 1 0.48813722191639641 0 3 11 3 11 0 0 247 13 2568 23664858 81600 871.82315063476562 5.9131999999999989 1050.5351000000001 120960 65929 1 0 5898240 4423680 4423680 4426455 4492800 262 150 338 866 952 0 0 0 0 13 0 0 0 0 0 +202 1783784171112175100 DEPTH 25 1 0.48973429282988695 0 3 11 3 11 0 0 248 12 2574 23664797 81600 862.24385070800781 5.8754 1042.0549000000001 120960 55233 1 0 5898240 4423680 4423680 4426395 4492800 254 150 300 958 912 0 0 0 0 12 0 0 0 0 0 +203 1783784172148961600 DEPTH 25 1 0.49115423865179902 0 3 11 3 11 0 0 248 12 2573 23664896 81600 857.00285339355469 5.8512000000000004 1035.6315 120960 44069 1 0 5898240 4423680 4423680 4426495 4492800 264 150 272 1001 886 0 0 0 0 12 0 0 0 0 0 +204 1783784173183098500 DEPTH 25 1 0.49241487926154026 0 3 11 3 11 0 0 248 20 2575 23664871 81600 855.31236267089844 5.8877000000000006 1032.7717 120960 29774 1 0 5898240 4423680 4423680 4426468 4492800 260 150 244 1103 818 0 0 0 0 20 0 0 0 0 0 +205 1783784173366088200 REFRESH 25 0 0.49353225142365875 0 3 11 3 11 0 0 248 3 421 3943912 55200 152.04031372070312 0.97660000000000002 181.8434 20160 13615 0 0 983040 737280 737280 737512 748800 64 25 74 166 92 0 0 0 0 3 0 0 0 0 0 +206 1783784174417551400 DEPTH 25 1 0.48752078711599312 0 3 11 3 11 0 0 250 18 2575 23664914 81600 871.548828125 5.8678999999999997 1050.2992999999999 120960 65641 1 0 5898240 4423680 4423680 4426509 4492800 265 150 332 896 932 0 0 0 0 18 0 0 0 0 0 +207 1783784175462553700 DEPTH 25 1 0.48909347402469072 0 3 11 3 11 0 0 250 24 2575 23664894 81600 863.25741577148438 5.875 1043.8656000000001 120960 54819 1 0 5898240 4423680 4423680 4426493 4492800 252 150 291 1000 882 0 0 0 0 24 0 0 0 0 0 +208 1783784176503696300 DEPTH 25 1 0.49049199998941423 0 3 11 3 11 0 0 252 19 2576 23664820 81600 858.223388671875 5.8879000000000001 1039.8621000000001 120960 43624 1 0 5898240 4423680 4423680 4426420 4492800 253 150 244 1085 844 0 0 0 0 19 0 0 0 0 0 +209 1783784177571246600 DEPTH 25 1 0.491733883003725 0 3 11 3 11 0 0 252 14 2592 23664920 81600 853.90107727050781 5.8653999999999993 1038.1666 120960 30044 1 0 5898240 4423680 4423680 4426518 4492800 252 150 214 1168 808 0 0 0 0 14 0 0 0 0 0 +210 1783784177754394400 REFRESH 25 0 0.49283488821513255 0 3 11 3 11 0 0 252 4 429 3943917 55200 151.73426818847656 0.97619999999999996 182.0386 20160 13552 0 0 983040 737280 737280 737516 748800 70 25 74 174 86 0 0 0 0 4 0 0 0 0 0 +211 1783784178803928600 DEPTH 25 1 0.48780920322485055 0 3 11 3 11 0 0 252 17 2579 23664831 81600 868.54960632324219 5.8812999999999995 1048.3792000000001 120960 66008 1 0 5898240 4423680 4423680 4426430 4492800 282 150 342 850 955 0 0 0 0 17 0 0 0 0 0 +212 1783784179850127300 DEPTH 25 1 0.4892695958572944 0 3 11 3 11 0 0 252 15 2577 23664849 81600 862.26483154296875 5.8538999999999994 1045.0626999999999 120960 54889 1 0 5898240 4423680 4423680 4426448 4492800 280 150 340 982 825 0 0 0 0 15 0 0 0 0 0 +213 1783784180894849000 DEPTH 25 1 0.49056755615235415 0 3 11 3 11 0 0 254 21 2581 23664827 81600 859.1644287109375 5.8848000000000003 1043.5664999999999 120960 44396 1 0 5898240 4423680 4423680 4426425 4492800 275 150 295 979 882 0 0 0 0 21 0 0 0 0 0 +214 1783784181930854100 DEPTH 25 1 0.49171942415816949 0 3 11 3 11 0 0 254 19 2584 23664922 81600 855.26411437988281 5.8839000000000006 1034.8827000000001 120960 30228 1 0 5898240 4423680 4423680 4426521 4492800 260 150 260 1061 853 0 0 0 1 18 0 0 0 0 0 +215 1783784182115415800 REFRESH 25 0 0.49273990494436487 0 3 11 3 11 0 0 254 4 423 3943915 55200 153.27728271484375 0.98050000000000004 183.43020000000001 20160 13630 0 0 983040 737280 737280 737515 748800 64 25 72 168 94 0 0 0 0 4 0 0 0 0 0 +216 1783784183171548900 DEPTH 25 1 0.48764223211370261 0 3 11 3 11 0 0 254 15 2580 23664785 81600 872.96652221679688 5.8654999999999999 1054.9549999999999 120960 66208 1 0 5898240 4423680 4423680 4426383 4492800 275 150 342 903 910 0 0 0 0 15 0 0 0 0 0 +217 1783784184217002700 DEPTH 25 1 0.48903831496231942 0 3 11 3 11 0 0 254 13 2576 23664842 81600 864.14988708496094 5.8474000000000004 1044.2874999999999 120960 55127 1 0 5898240 4423680 4423680 4426442 4492800 263 150 300 1013 850 0 0 0 0 13 0 0 0 0 0 +218 1783784185254746900 DEPTH 25 1 0.4902788709236931 0 3 11 3 11 0 0 255 20 2582 23664831 81600 857.31074523925781 5.8614999999999995 1036.6090999999999 120960 43651 1 0 5898240 4423680 4423680 4426428 4492800 252 150 247 1070 863 0 0 0 0 20 0 0 0 0 0 +219 1783784186293092600 DEPTH 25 1 0.49137954476797124 0 3 11 3 11 0 0 256 18 2584 23664917 81600 857.71150207519531 5.8726000000000003 1037.2175 120960 29442 1 0 5898240 4423680 4423680 4426515 4492800 252 150 194 1053 935 0 0 0 0 18 0 0 0 0 0 +220 1783784186476652800 REFRESH 25 0 0.49235441588113249 0 3 11 3 11 0 0 256 6 425 3943887 55200 151.9288330078125 0.98260000000000003 182.45240000000001 20160 13570 0 0 983040 737280 737280 737485 748800 65 25 71 168 96 0 0 0 0 6 0 0 0 0 0 +221 1783784187529940600 DEPTH 25 1 0.48921615481600061 0 3 11 3 11 0 0 258 23 2577 23664891 81600 870.40684509277344 5.8467000000000002 1052.1822 120960 66387 1 0 5898240 4423680 4423680 4426490 4492800 263 150 307 889 968 0 0 0 0 23 0 0 0 0 0 +222 1783784188575249800 DEPTH 25 1 0.49037616418793251 0 3 11 3 11 0 0 258 21 2578 23664842 81600 864.77471923828125 5.8527999999999993 1044.1484 120960 55508 1 0 5898240 4423680 4423680 4426439 4492800 252 150 276 930 970 0 0 0 0 21 0 0 0 0 0 +223 1783784189617546100 DEPTH 25 1 0.4914047054807168 0 3 11 3 11 0 0 259 24 2579 23664844 81600 861.21607971191406 5.8649000000000004 1041.1567 120960 44580 1 0 5898240 4423680 4423680 4426442 4492800 252 150 242 1039 896 0 0 0 0 24 0 0 0 0 0 +224 1783784190655710300 DEPTH 25 1 0.49231501317166737 0 3 11 3 11 0 0 260 19 2583 23664837 81600 855.41239929199219 5.8734999999999999 1036.9997000000001 120960 30364 1 0 5898240 4423680 4423680 4426436 4492800 252 150 205 1020 956 0 0 0 0 19 0 0 0 0 0 +225 1783784190838288300 REFRESH 25 0 0.49311899744399612 0 3 11 3 11 0 0 260 3 422 3943899 55200 151.25910949707031 0.999 181.42660000000001 20160 13562 0 0 983040 737280 737280 737499 748800 67 25 73 173 84 0 0 0 0 3 0 0 0 0 0 +226 1783784191890514000 DEPTH 25 1 0.486827376627743 0 3 11 3 11 0 0 260 14 2584 23664874 81600 870.19638061523438 5.8616999999999999 1051.0786000000001 120960 65776 1 0 5898240 4423680 4423680 4426473 4492800 258 150 323 830 1023 0 0 0 0 14 0 0 0 0 0 +227 1783784192935778500 DEPTH 25 1 0.48814979639641032 0 3 11 3 11 0 0 260 12 2583 23664883 81600 862.01820373535156 5.9195000000000002 1043.8703 120960 54912 1 0 5898240 4423680 4423680 4426481 4492800 258 150 287 958 930 0 0 0 0 12 0 0 0 0 0 +228 1783784193979165100 DEPTH 25 1 0.4893249370437367 0 3 11 3 11 0 0 260 17 2590 23664900 81600 859.73565673828125 5.8715000000000011 1042.1149 120960 43491 1 0 5898240 4423680 4423680 4426498 4492800 258 150 230 968 984 0 0 0 0 17 0 0 0 0 0 +229 1783784195021792100 DEPTH 25 1 0.49036761003259993 0 3 11 3 11 0 0 260 20 2587 23664867 81600 862.11422729492188 5.8483000000000001 1041.4930999999999 120960 29253 1 0 5898240 4423680 4423680 4426465 4492800 258 150 223 1020 936 0 0 0 0 20 0 0 0 0 0 +230 1783784195205252900 REFRESH 25 0 0.4912911448888404 0 3 11 3 11 0 0 260 4 422 3943909 55200 152.163330078125 0.98580000000000001 182.3228 20160 13497 0 0 983040 737280 737280 737509 748800 66 25 75 171 85 0 0 0 0 4 0 0 0 0 0 +231 1783784196254820500 DEPTH 25 1 0.48610753740551699 0 3 11 2 11 1 0 260 14 2576 23664794 81600 870.87060546875 5.8597000000000001 1048.3864000000001 120960 66186 1 0 5898240 4423680 4423680 4426393 4492800 260 150 304 811 1051 2 0 0 0 12 2 0 0 0 0 +232 1783784197300298800 DEPTH 25 1 0.58742758302655607 0 2 11 2 11 1 0 260 21 2584 23664863 81600 863.95487976074219 5.8563000000000009 1044.3269 120960 55016 1 0 5898240 4423680 4423680 4426462 4492800 264 150 309 942 919 3 0 0 0 18 3 0 0 0 0 +233 1783784198349737600 DEPTH 25 1 0.57890904601128879 0 2 11 1 10 1 0 260 45 2593 23664821 81600 861.18084716796875 5.8430999999999997 1048.2309 120960 43496 1 0 5898240 4423680 4423680 4426419 4492800 264 150 248 932 999 0 0 0 0 45 0 0 0 0 3 +234 1783784199403610300 DEPTH 25 1 0.77091976608520651 0 1 10 1 10 0 0 260 37 2607 23664851 81600 856.13125610351562 5.8772000000000011 1052.7184 120960 30117 1 0 5898240 4423680 4423680 4426450 4492800 253 150 194 849 1161 0 0 0 0 37 0 0 0 0 0 +235 1783784199588868700 REFRESH 25 0 0.74371494561977936 0 1 10 1 10 0 0 260 11 425 3943924 55200 152.61798095703125 0.97640000000000005 184.11439999999999 20160 13517 0 0 983040 737280 737280 737524 748800 53 25 72 168 107 0 0 0 0 11 0 0 0 0 0 +236 1783784200656983200 DEPTH 25 1 0.71921621689981741 0 1 10 2 9 1 0 260 46 2591 23664712 81600 870.43763732910156 5.8582000000000001 1066.9718 120960 65969 1 0 5898240 4423680 4423680 4426305 4492800 261 150 262 741 1177 0 0 0 0 46 0 0 0 0 1 +237 1783784201747362000 DEPTH 25 1 0.74715304826108664 0 2 9 2 9 0 0 261 62 2606 23664744 81600 858.94284057617188 5.8849000000000009 1089.2353000000001 120960 54956 1 0 5898240 4423680 4423680 4426342 4492800 241 150 183 606 1426 0 0 0 0 62 0 0 0 0 0 +238 1783784202897082600 DEPTH 25 1 0.72228196049457316 0 2 9 2 9 1 0 261 50 2608 23664870 81600 855.08937072753906 5.8635000000000002 1148.6398999999999 120960 44310 1 0 5898240 4423680 4423680 4426467 4492800 165 150 158 355 1780 0 0 0 0 50 0 0 0 0 1 +239 1783784204056349200 DEPTH 25 1 0.70075647457121859 0 2 9 2 9 0 0 261 44 2591 23664844 81600 851.02330017089844 5.8641000000000005 1158.144 120960 29870 1 0 5898240 4423680 4423680 4426441 4492800 174 150 158 370 1739 0 0 0 0 44 0 0 0 0 0 +240 1783784204245133200 REFRESH 25 0 0.68049679978875488 0 2 9 2 9 0 0 261 3 414 3943909 55200 151.31546020507812 0.97829999999999995 187.64150000000001 20160 13695 0 0 983040 737280 737280 737509 748800 44 25 64 135 146 0 0 0 0 3 0 0 0 0 0 +241 1783784205437054700 DEPTH 25 1 0.65524908271425319 0 2 9 2 9 0 0 261 35 2604 23664906 81600 865.22383117675781 5.8574000000000002 1190.7572 120960 66262 1 0 5898240 4423680 4423680 4426505 4492800 158 150 154 183 1959 0 0 0 0 35 0 0 0 0 0 +242 1783784206579941700 DEPTH 25 1 0.63951220162172318 0 2 9 2 9 0 0 262 25 2599 23664799 81600 858.49784851074219 5.8622000000000005 1141.7367999999999 120960 55125 1 0 5898240 4423680 4423680 4426399 4492800 189 150 162 392 1706 0 0 0 0 25 0 0 0 0 0 +243 1783784207801866900 DEPTH 25 1 0.62533514629108078 0 2 9 2 9 0 0 262 35 2600 23664859 81600 854.21728515625 5.8488000000000007 1187.0041000000001 120960 43933 1 0 5898240 4423680 4423680 4426458 4492800 157 150 152 218 1923 0 0 0 0 35 0 0 0 0 0 +244 1783784208974203400 DEPTH 25 1 0.61256200686602491 0 2 9 2 9 0 0 262 24 2591 23664798 81600 851.94076538085938 5.8663999999999996 1171.1794 120960 30270 1 0 5898240 4423680 4423680 4426397 4492800 156 150 155 291 1839 0 0 0 0 24 0 0 0 0 0 +245 1783784209163290800 REFRESH 25 0 0.60105246382598665 0 2 9 2 9 0 0 262 5 411 3943883 55200 152.11929321289062 0.97430000000000005 187.84020000000001 20160 13548 0 0 983040 737280 737280 737483 748800 47 25 68 136 135 0 0 0 0 5 0 0 0 0 0 +246 1783784210373582100 DEPTH 25 1 0.58568022896074778 0 2 9 2 9 0 0 262 30 2601 23664855 81600 865.12922668457031 5.8841999999999999 1209.1686999999999 120960 66545 1 0 5898240 4423680 4423680 4426453 4492800 156 150 152 167 1976 0 0 0 0 30 0 0 0 0 0 +247 1783784211582155600 DEPTH 25 1 0.57683164224746553 0 2 9 2 9 0 0 263 21 2599 23664902 81600 857.4212646484375 5.8592000000000004 1207.4539 120960 55103 1 0 5898240 4423680 4423680 4426501 4492800 172 150 165 249 1863 0 0 0 0 21 0 0 0 0 0 +248 1783784212803747700 DEPTH 25 1 0.56885440903986306 0 2 9 2 9 1 0 264 29 2589 23664834 81600 853.47708129882812 5.8646000000000003 1220.4540999999999 120960 43667 1 0 5898240 4423680 4423680 4426430 4492800 156 150 151 169 1963 0 0 0 0 29 0 0 0 0 1 +249 1783784214014529100 DEPTH 25 1 0.56182096933946335 0 2 9 2 9 0 0 265 25 2585 23664771 81600 852.01388549804688 5.8788 1209.6690000000001 120960 30376 1 0 5898240 4423680 4423680 4426366 4492800 156 150 152 188 1939 0 0 0 0 25 0 0 0 0 0 +250 1783784214209622600 REFRESH 25 0 0.55531800113412833 0 2 9 2 9 0 0 265 3 416 3943925 55200 151.18438720703125 0.9859 194.02539999999999 20160 13567 0 0 983040 737280 737280 737524 748800 43 25 49 101 198 0 0 0 0 3 0 0 0 0 0 +251 1783784215452843600 DEPTH 25 1 0.54245203141351195 0 2 9 2 9 0 0 265 21 2590 23664891 81600 863.87362670898438 5.8797000000000006 1242.0777 120960 66138 1 0 5898240 4423680 4423680 4426491 4492800 156 150 151 153 1980 0 0 0 0 21 0 0 0 0 0 +252 1783784216692040300 DEPTH 25 1 0.53785942807195675 0 2 9 2 9 0 0 265 22 2584 23664838 81600 856.58616638183594 5.8727 1238.069 120960 55246 1 0 5898240 4423680 4423680 4426436 4492800 156 150 151 152 1975 0 0 0 0 22 0 0 0 0 0 +253 1783784217934257600 DEPTH 25 1 0.53371292162642892 0 2 9 2 9 0 0 265 16 2580 23664843 81600 852.80891418457031 5.8838999999999997 1241.0603000000001 120960 43385 1 0 5898240 4423680 4423680 4426439 4492800 156 150 150 150 1974 0 0 0 0 16 0 0 0 0 0 +254 1783784219171660800 DEPTH 25 1 0.52996796896145382 0 2 9 2 9 0 0 265 18 2561 23664796 81600 849.34819030761719 5.8645000000000005 1236.1601000000001 120960 30444 1 0 5898240 4423680 4423680 4426395 4492800 156 150 150 150 1955 0 0 0 0 18 0 0 0 0 0 +255 1783784219367816800 REFRESH 25 0 0.52658448069944497 0 2 9 2 9 0 0 265 3 413 3943912 55200 150.866943359375 0.98309999999999997 194.9402 20160 13612 0 0 983040 737280 737280 737512 748800 43 25 47 100 198 0 0 0 0 3 0 0 0 0 0 +256 1783784220616764500 DEPTH 25 1 0.5165263758338885 0 2 9 2 9 0 0 265 19 2582 23664854 81600 865.89302062988281 5.8662999999999998 1247.8145 120960 66201 1 0 5898240 4423680 4423680 4426452 4492800 156 150 150 150 1976 0 0 0 0 19 0 0 0 0 0 +257 1783784221858903300 DEPTH 25 1 0.5144611808991002 0 2 9 2 9 0 0 265 14 2566 23664789 81600 855.57003784179688 5.8539000000000003 1241.0060000000001 120960 54968 1 0 5898240 4423680 4423680 4426386 4492800 156 150 150 150 1960 0 0 0 0 14 0 0 0 0 0 +258 1783784223109255400 DEPTH 25 1 0.51258966922289984 0 2 9 2 9 0 0 265 20 2570 23664757 81600 851.70733642578125 5.8956 1249.2068999999999 120960 43849 1 0 5898240 4423680 4423680 4426355 4492800 156 150 150 150 1964 0 0 0 0 20 0 0 0 0 0 +259 1783784224319030100 DEPTH 25 1 0.51089253625391218 0 2 9 2 9 1 0 265 27 2591 23664855 81600 850.83522033691406 5.8662999999999998 1208.6503 120960 30362 1 0 5898240 4423680 4423680 4426454 4492800 156 150 151 179 1955 0 0 0 0 27 0 0 0 0 1 +260 1783784224510051400 REFRESH 25 0 0.50941170473265196 0 2 9 2 9 0 0 265 8 414 3943931 55200 152.12016296386719 0.97889999999999999 189.8536 20160 13527 0 0 983040 737280 737280 737530 748800 45 25 50 112 182 0 0 0 0 8 0 0 0 0 0 +261 1783784225758477300 DEPTH 25 1 0.50600701246231716 0 2 9 2 9 1 0 266 27 2600 23664889 81600 864.39630126953125 5.8549999999999995 1247.3092999999999 120960 65873 1 0 5898240 4423680 4423680 4426485 4492800 156 150 150 150 1994 0 0 0 0 27 0 0 0 0 1 +262 1783784226981442900 DEPTH 25 1 0.50803632699864032 0 2 9 2 9 0 0 266 34 2584 23664792 81600 855.93478393554688 5.8597000000000001 1221.8262999999999 120960 55115 1 0 5898240 4423680 4423680 4426391 4492800 156 150 151 171 1956 0 0 0 0 34 0 0 0 0 0 +263 1783784228192337900 DEPTH 25 1 0.50674406545412765 0 2 9 2 9 0 0 266 26 2600 23664861 81600 854.44569396972656 5.9179000000000004 1209.6696999999999 120960 43990 1 0 5898240 4423680 4423680 4426457 4492800 156 150 151 201 1942 0 0 0 0 26 0 0 0 0 0 +264 1783784229397202900 DEPTH 25 1 0.5055685685055934 0 2 9 2 9 0 0 266 22 2609 23664816 81600 850.44378662109375 5.8704000000000001 1203.6704 120960 30484 1 0 5898240 4423680 4423680 4426415 4492800 156 150 152 198 1953 0 0 0 0 22 0 0 0 0 0 +265 1783784229584873900 REFRESH 25 0 0.50449822032349734 0 2 9 2 9 0 0 266 6 423 3943884 55200 151.64723205566406 0.98399999999999999 186.52440000000001 20160 13534 0 0 983040 737280 737280 737484 748800 48 25 68 148 134 0 0 0 0 6 0 0 0 0 0 +266 1783784230783893600 DEPTH 25 1 0.49952256615862345 0 2 9 2 9 1 0 266 27 2616 23664816 81600 867.06149291992188 5.8714000000000004 1197.827 120960 66126 1 0 5898240 4423680 4423680 4426413 4492800 169 150 154 258 1885 0 0 0 0 27 0 0 0 0 1 +267 1783784231982611500 DEPTH 25 1 0.50065892223543051 0 2 9 2 8 1 0 266 36 2596 23664847 81600 856.91801452636719 5.8587999999999996 1197.5509999999999 120960 55218 1 0 5898240 4423680 4423680 4426446 4492800 156 150 153 230 1907 0 0 0 0 36 0 0 0 0 1 +268 1783784233196822500 DEPTH 25 1 0.60004269467845961 0 2 8 2 8 0 0 267 22 2605 23664798 81600 854.1427001953125 5.8592000000000004 1213.0030999999999 120960 44562 1 0 5898240 4423680 4423680 4426398 4492800 156 150 151 176 1972 0 0 0 0 22 0 0 0 0 0 +269 1783784234407661000 DEPTH 25 1 0.58947592650105396 0 2 8 2 8 0 0 267 26 2618 23664846 81600 852.15107727050781 5.8633000000000006 1209.7276999999999 120960 30616 1 0 5898240 4423680 4423680 4426445 4492800 156 150 152 214 1946 0 0 0 0 26 0 0 0 0 0 +270 1783784234593675400 REFRESH 25 0 0.5799537299400801 0 2 8 2 8 0 0 267 3 422 3943893 55200 151.66044616699219 0.97960000000000003 184.8338 20160 13572 0 0 983040 737280 737280 737492 748800 51 25 70 154 122 0 0 0 0 3 0 0 0 0 0 +271 1783784235819864800 DEPTH 25 1 0.56437170553461513 0 2 8 2 8 1 0 267 21 2592 23664817 81600 863.78659057617188 5.8529 1225.0075999999999 120960 65869 1 0 5898240 4423680 4423680 4426415 4492800 156 150 151 170 1965 0 0 0 0 21 0 0 0 0 1 +272 1783784237054169500 DEPTH 25 1 0.55778348431749381 0 2 8 2 8 0 0 267 29 2611 23664858 81600 858.22126770019531 5.8828999999999994 1233.1152999999999 120960 55356 1 0 5898240 4423680 4423680 4426458 4492800 156 150 150 162 1993 0 0 0 0 29 0 0 0 0 0 +273 1783784238304879600 DEPTH 25 1 0.55139456070603687 0 2 8 2 8 0 0 267 22 2626 23664828 81600 854.265869140625 5.907 1221.3024 120960 43834 1 0 5898240 4423680 4423680 4426426 4492800 157 150 150 188 1981 0 0 0 0 22 0 0 0 0 0 +274 1783784239502719700 DEPTH 25 1 0.54563265226679558 0 2 8 2 8 0 0 268 31 2615 23664904 81600 851.57273864746094 5.8645000000000005 1196.6103000000001 120960 29880 1 0 5898240 4423680 4423680 4426503 4492800 156 150 150 235 1924 0 0 0 0 31 0 0 0 0 0 +275 1783784239692638200 REFRESH 25 0 0.54043511334057559 0 2 8 2 8 0 0 268 7 423 3943914 55200 152.3558349609375 0.9829 188.7697 20160 13626 0 0 983040 737280 737280 737514 748800 47 25 67 143 141 0 0 0 0 7 0 0 0 0 0 +276 1783784240925440100 DEPTH 25 1 0.53274556238646498 0 2 8 2 8 0 0 268 28 2610 23664789 81600 864.58277893066406 5.8933 1231.6510000000001 120960 66056 1 0 5898240 4423680 4423680 4426388 4492800 156 150 150 150 2004 0 0 0 0 28 0 0 0 0 0 +277 1783784242153594900 DEPTH 25 1 0.52881325557506964 0 2 8 2 8 0 0 268 20 2611 23664850 81600 856.23210144042969 5.8457999999999997 1227.0082 120960 55198 1 0 5898240 4423680 4423680 4426449 4492800 156 150 150 150 2005 0 0 0 0 20 0 0 0 0 0 +278 1783784243374070800 DEPTH 25 1 0.52526252302234877 0 2 8 2 8 0 0 268 27 2609 23664815 81600 854.63188171386719 5.8511999999999995 1219.3413 120960 43690 1 0 5898240 4423680 4423680 4426411 4492800 156 150 151 160 1992 0 0 0 0 27 0 0 0 0 0 +279 1783784244655765600 DEPTH 25 1 0.52205526139999625 0 2 8 2 8 0 0 268 24 2610 23664685 81600 913.88337707519531 5.8632999999999997 1280.5788 120960 30378 1 0 5898240 4423680 4423680 4426282 4492800 156 150 150 150 2004 0 0 0 0 24 0 0 0 0 0 +280 1783784244845374200 REFRESH 25 0 0.51915717728471211 0 2 8 2 8 0 0 268 5 421 3943914 55200 152.52685546875 0.97640000000000005 188.49270000000001 20160 13574 0 0 983040 737280 737280 737513 748800 48 25 66 143 139 0 0 0 0 5 0 0 0 0 0 +281 1783784246072841500 DEPTH 25 1 0.51153740617247623 0 2 8 2 8 0 0 268 26 2613 23664710 81600 867.42559814453125 5.914299999999999 1226.3322000000001 120960 65911 1 0 5898240 4423680 4423680 4426308 4492800 156 150 150 167 1990 0 0 0 0 26 0 0 0 0 0 +282 1783784247297566200 DEPTH 25 1 0.5096681695913271 0 2 8 2 8 0 0 268 22 2614 23664846 81600 857.15101623535156 5.8624999999999998 1223.6162999999999 120960 55032 1 0 5898240 4423680 4423680 4426445 4492800 156 150 150 159 1999 0 0 0 0 22 0 0 0 0 0 +283 1783784248535096200 DEPTH 25 1 0.50797446650279476 0 2 8 2 8 0 0 268 37 2613 23664808 81600 854.14469909667969 5.8459000000000003 1236.4197999999999 120960 43815 1 0 5898240 4423680 4423680 4426408 4492800 156 150 150 150 2007 0 0 0 0 37 0 0 0 0 0 +284 1783784249766793000 DEPTH 25 1 0.50643879556312299 0 2 8 2 8 0 0 270 40 2624 23664800 81600 852.69132995605469 5.8973000000000004 1230.5693000000001 120960 30320 1 0 5898240 4423680 4423680 4426398 4492800 156 150 150 150 2018 0 0 0 0 40 0 0 0 0 0 +285 1783784249954821300 REFRESH 25 0 0.50504540515830654 0 2 8 2 8 0 0 271 4 421 3943886 55200 151.699462890625 0.97470000000000001 186.8997 20160 13479 0 0 983040 737280 737280 737486 748800 51 25 68 147 130 0 0 0 0 4 0 0 0 0 0 +286 1783784251203901400 DEPTH 25 1 0.49778011843555808 0 2 8 2 8 0 0 271 23 2619 23664844 81600 866.88363647460938 5.8424999999999994 1247.9257 120960 65899 1 0 5898240 4423680 4423680 4426442 4492800 156 150 150 150 2013 0 0 0 0 23 0 0 0 0 0 +287 1783784252038269900 DEPTH 25 1 0.49723017583156737 0 2 8 2 8 0 0 271 16 1745 15776490 58560 578.49012756347656 3.9203000000000001 833.18110000000001 80640 37886 0 0 3932160 2949120 2949120 2950889 2995200 104 100 100 100 1341 0 0 0 0 16 0 0 0 0 0 diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/run.tsv b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/run.tsv new file mode 100644 index 00000000..20484e1d --- /dev/null +++ b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/run.tsv @@ -0,0 +1,32 @@ +format szilassi-global-search-v4 +run_id 57c61b5d-1127-4457-8dec-a70aea8fcadd +node_id LOOKICH +seed 1901799391 +topology_from 25 +topology_to 25 +backend cuda-fp32 +objective_version 4 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 1 +algorithm hybrid-quality-diversity-v1 +control_baseline_fraction 0.25 +strategy_weights baseline:4,replica:3,adaptive:3,pbt:3,injected:3 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +spsa adam:6,cpu-double,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000001_977bba6f.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000001_977bba6f.szar new file mode 100644 index 00000000..6a57c52b Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000001_977bba6f.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000002_3e37be7b.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000002_3e37be7b.szar new file mode 100644 index 00000000..b8a59463 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000002_3e37be7b.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000003_a708962d.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000003_a708962d.szar new file mode 100644 index 00000000..cb2f2f38 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000003_a708962d.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000004_ae045f80.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000004_ae045f80.szar new file mode 100644 index 00000000..a9366ad7 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000004_ae045f80.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000005_76156727.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000005_76156727.szar new file mode 100644 index 00000000..9a012086 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000005_76156727.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000006_dcfadff3.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000006_dcfadff3.szar new file mode 100644 index 00000000..366c29cc Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000006_dcfadff3.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000007_5999b1e4.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000007_5999b1e4.szar new file mode 100644 index 00000000..e6e282c9 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000007_5999b1e4.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000008_ec3c9937.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000008_ec3c9937.szar new file mode 100644 index 00000000..3fc8b6a7 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000008_ec3c9937.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000009_e11956e3.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000009_e11956e3.szar new file mode 100644 index 00000000..df77fbf1 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000009_e11956e3.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000010_9e8ae877.szar b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000010_9e8ae877.szar new file mode 100644 index 00000000..f36f0cb8 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/archive/delta_00000000000000000010_9e8ae877.szar differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000001_72bf8397.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000001_72bf8397.szcp new file mode 100644 index 00000000..d225d013 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000001_72bf8397.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000002_462c0116.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000002_462c0116.szcp new file mode 100644 index 00000000..dd9fc07c Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000002_462c0116.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000003_e9e9734c.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000003_e9e9734c.szcp new file mode 100644 index 00000000..b9fd3917 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000003_e9e9734c.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000004_f15f6ce5.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000004_f15f6ce5.szcp new file mode 100644 index 00000000..7fbc490f Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000004_f15f6ce5.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000005_5369d2d7.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000005_5369d2d7.szcp new file mode 100644 index 00000000..fa2bb741 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000005_5369d2d7.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000006_9c00eeeb.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000006_9c00eeeb.szcp new file mode 100644 index 00000000..33595244 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000006_9c00eeeb.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000007_92964a2e.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000007_92964a2e.szcp new file mode 100644 index 00000000..72e6de97 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000007_92964a2e.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000008_93ca3fcb.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000008_93ca3fcb.szcp new file mode 100644 index 00000000..d1bb6c9f Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000008_93ca3fcb.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000009_d9637a69.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000009_d9637a69.szcp new file mode 100644 index 00000000..1c342492 Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000009_d9637a69.szcp differ diff --git a/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000010_115ccfcd.szcp b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000010_115ccfcd.szcp new file mode 100644 index 00000000..aa3d48eb Binary files /dev/null and b/results/search/runs/57c61b5d-1127-4457-8dec-a70aea8fcadd/topology_025/checkpoints/checkpoint_00000000000000000010_115ccfcd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/metrics.tsv b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/metrics.tsv new file mode 100644 index 00000000..1834a31e --- /dev/null +++ b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/metrics.tsv @@ -0,0 +1,762 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted best_crossing_loss best_intersection_loss neural_replay neural_positive neural_samples neural_train_steps neural_seeds weight_baseline weight_replica weight_adaptive weight_pbt weight_injected steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783794648613889600 DEPTH 42 1 0.81643558783371195 0 0 4 0 4 0 0 4096 139 2575 23732891 209280 1380.90087890625 6.3978999999999999 2237.1032 40320 21800 1 0 0 0.0046509286747522987 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705049 8985600 166 161 170 157 1921 27 20 24 11 57 0 0 0 0 0 +2 1783794650433090100 DEPTH 8 1 0.60152048513770873 0.26575809199318562 2 5 2 5 1 0 1932 114 2529 23732950 209280 1289.8377532958984 6.5429000000000013 1755.4797000000001 40320 19995 1 0 0.030045788118710247 0.98125883011467763 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705108 8985600 190 188 161 175 1815 19 2 8 15 70 0 0 0 0 1 +3 1783794652382527400 DEPTH 56 1 0.61160518943045372 0.26575809199318562 2 5 2 5 0 0 2839 200 2534 23732953 209280 1256.6693420410156 6.6280999999999999 1866.1683 40320 21800 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705111 8985600 173 170 180 184 1827 47 36 33 23 61 0 0 0 0 0 +4 1783794654399700100 DEPTH 48 1 0.62168970155977021 0.27342419080068137 1 6 1 6 1 0 1493 88 2578 23732907 209280 1247.9866790771484 7.1752000000000002 1927.0177000000001 40320 21209 1 0 0.0014882864575936298 0.12244760518611926 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705064 8985600 150 168 150 150 1960 16 9 22 10 31 1 0 0 0 0 +5 1783794656415481200 DEPTH 13 1 0.63177402236797597 0.27342419080068137 1 6 1 6 0 0 2343 174 2565 23732891 209280 1255.2797393798828 6.5579999999999998 1926.5019 40320 21324 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705047 8985600 153 173 151 152 1936 35 20 30 22 67 0 0 0 0 0 +6 1783794658372484200 DEPTH 17 1 0.64185815269192936 0.28109028960817717 0 7 0 7 1 0 2183 178 2563 23732885 209280 1251.7724151611328 6.0868999999999991 1876.3728000000001 40320 22305 1 0 0 0.16424126902321717 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705041 8985600 169 177 166 166 1885 36 27 26 32 57 0 0 0 0 1 +7 1783794660322593500 DEPTH 20 1 0.63694209336307728 0.3594548551959113 2 6 2 6 0 0 1352 95 2612 23732885 209280 1248.9164886474609 6.0876000000000001 1880.7936 40320 21253 1 0 0.0011161438591734034 0.2468489254585437 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705044 8985600 152 151 169 152 1988 18 12 16 6 43 0 0 0 0 0 +8 1783794662198645800 DEPTH 31 1 0.64702584520750073 0.3594548551959113 2 6 2 6 0 0 1587 138 2541 23732868 209280 1250.1942749023438 6.0845000000000002 1809.7554 40320 21419 1 1 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705022 8985600 158 169 152 157 1905 34 24 22 15 42 0 0 0 0 0 +9 1783794664150737900 DEPTH 9 1 0.65710940904596038 0.3594548551959113 2 6 2 6 0 0 1027 102 2538 23732908 209280 1261.6313781738281 6.2773000000000003 1859.1018999999999 40320 20084 1 1 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705068 8985600 176 175 155 156 1876 13 19 13 10 46 0 0 0 0 0 +10 1783794665907014300 DEPTH 16 1 0.66719278569394269 0.3594548551959113 2 6 2 6 0 0 1899 136 2535 23732887 209280 1293.5894927978516 6.1356000000000011 1685.1967 40320 20034 1 0 0.0081653651119550068 0.66296309876384929 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705046 8985600 193 174 165 178 1825 25 3 8 0 100 0 0 0 0 0 +11 1783794667806809800 DEPTH 33 1 0.67727597596170408 0.36712095400340705 1 7 1 7 0 0 2178 120 2547 23732884 209280 1280.2303924560547 6.0666000000000002 1830.2863 40320 21062 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705044 8985600 181 155 166 175 1870 19 10 15 18 58 0 0 0 0 0 +12 1783794669730054500 DEPTH 1 1 0.68735898065431511 0.36712095400340705 1 7 1 7 0 0 1779 147 2582 23732866 209280 1258.925048828125 6.1304000000000007 1856.2824000000001 40320 20579 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705026 8985600 161 160 157 159 1945 27 20 18 29 53 0 0 0 0 0 +13 1783794671676497500 DEPTH 52 1 0.6974418005717048 0.36712095400340705 1 7 1 7 0 0 1261 128 2548 23732950 209280 1231.2063903808594 7.1246000000000009 1877.6193000000001 40320 21631 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705105 8985600 183 155 153 163 1894 14 22 22 19 51 0 0 0 0 0 +14 1783794673702308600 DEPTH 44 1 0.70752443650870411 0.36712095400340705 1 7 1 7 0 0 1310 101 2600 23732914 209280 1261.2995452880859 6.2525999999999993 1933.3756000000001 40320 21827 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705069 8985600 161 159 150 166 1964 5 8 11 9 68 0 0 0 0 0 +15 1783794675670631800 DEPTH 53 1 0.71760688925508853 0.37478705281090291 0 8 0 8 0 0 2849 187 2531 23732915 209280 1282.2312927246094 6.3728999999999996 1882.2755 40320 22231 1 0 0 0.33584910447626048 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705070 8985600 171 177 172 179 1832 27 7 22 21 110 0 0 0 0 0 +16 1783794677648585600 DEPTH 46 1 0.72768915959562042 0.37478705281090291 0 8 0 8 0 0 2092 84 2581 23732905 209280 1275.3387451171875 6.2600999999999996 1901.3263999999999 40320 21307 1 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705063 8985600 152 169 160 150 1950 12 10 13 7 42 0 0 0 0 0 +17 1783794679609480800 DEPTH 11 1 0.73777124831009155 0.37478705281090291 0 8 0 8 1 0 1367 154 2566 23732861 209280 1249.1344299316406 6.079699999999999 1885.8361 40320 20596 1 1 0 0.74854017698866293 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705021 8985600 167 161 156 167 1915 26 31 15 12 69 0 0 0 0 2 +18 1783794681551265500 DEPTH 2 1 0.73785315617336478 0.45315161839863699 2 7 2 7 0 0 1755 155 2575 23732895 209280 1267.1868133544922 6.1034000000000006 1854.6017999999999 40320 21223 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705053 8985600 171 156 177 161 1910 18 13 18 18 88 0 0 0 0 0 +19 1783794683514267400 DEPTH 45 1 0.74793488395541474 0.45315161839863699 2 7 2 7 0 0 1332 95 2573 23732894 209280 1285.5510864257812 6.4694000000000003 1878.0246999999999 40320 20323 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705053 8985600 162 150 156 173 1932 19 10 17 16 33 0 0 0 0 0 +20 1783794685404628900 DEPTH 54 1 0.75801643242136851 0.4608177172061329 1 8 1 8 0 0 760 78 2549 23732903 209280 1248.3747406005859 6.3604000000000003 1820.1723 40320 22767 1 0 0.0031512833875022282 1.0765649547531979 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705061 8985600 175 160 155 174 1885 14 10 9 5 40 0 0 0 0 0 +21 1783794687315932700 DEPTH 32 1 0.76809780233154701 0.4608177172061329 1 8 1 8 0 0 1653 165 2558 23732891 209280 1274.7438201904297 6.1716999999999995 1839.1161999999999 40320 21176 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705048 8985600 156 154 153 152 1943 29 12 14 26 84 0 0 0 0 0 +22 1783794689243293800 DEPTH 30 1 0.77817899444150351 0.4608177172061329 1 8 1 8 0 0 1754 97 2527 23732898 209280 1273.0880126953125 6.2513999999999994 1860.2170000000001 40320 22294 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705051 8985600 191 163 156 167 1850 23 9 11 10 44 0 0 0 0 0 +23 1783794691162412400 DEPTH 25 1 0.78826000950206421 0.4608177172061329 1 8 1 8 1 0 1770 122 2558 23732885 209280 1284.2649383544922 6.1048999999999989 1853.1489999999999 40320 20947 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705044 8985600 180 167 161 165 1885 16 12 17 24 53 0 0 0 0 1 +24 1783794692888566100 DEPTH 38 1 0.79119799111650946 0.55451448040885853 1 9 1 9 0 0 1367 116 2538 23732863 209280 1262.0165100097656 6.4360999999999997 1666.3135 40320 20932 1 0 0.13433027919204674 2.3057515358806704 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705021 8985600 187 151 167 178 1855 29 9 14 16 48 0 0 0 0 0 +25 1783794694826468300 DEPTH 41 1 0.79127865431204192 0.55451448040885853 1 9 1 9 0 0 1269 156 2554 23732902 209280 1241.6296997070312 6.7207999999999997 1871.5310999999999 40320 21058 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705059 8985600 176 172 167 159 1880 22 18 39 17 60 0 0 0 0 0 +26 1783794696786759800 DEPTH 21 1 0.79135914268268093 0.56218057921635434 0 10 0 10 0 0 1678 147 2556 23732911 209280 1264.0841674804688 6.6356999999999999 1895.1043 40320 21432 1 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705069 8985600 163 159 176 162 1896 40 9 35 24 39 0 0 0 0 0 +27 1783794698459110400 DEPTH 12 1 0.78608231410358675 0.63287904599659284 3 8 3 8 0 0 1061 61 2582 23732958 209280 1255.6442413330078 6.5526 1614.9924000000001 40320 21218 1 0 0.0015102624860077482 0.9394486955269914 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705117 8985600 169 155 159 163 1936 12 7 7 4 31 0 0 0 0 0 +28 1783794700533183000 DEPTH 39 1 0.78616245501681248 0.63287904599659284 3 8 3 8 0 0 1072 127 2611 23732883 209280 1298.0513916015625 7.0367000000000006 2010.2574999999999 40320 20124 1 0 0.033915050234405199 0.89795211255192564 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705041 8985600 150 154 153 155 1999 14 20 27 11 55 0 0 0 0 0 +29 1783794702430293000 DEPTH 3 1 0.7862424232884837 0.64054514480408853 2 9 2 9 0 0 811 90 2547 23732907 209280 1224.1183166503906 6.2896000000000001 1834.6306 40320 21997 1 0 0.0051976686044791515 0.23811695999084281 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705063 8985600 169 168 164 156 1890 26 8 8 8 40 0 0 0 0 0 +30 1783794704360529100 DEPTH 50 1 0.786322219637407 0.64054514480408853 2 9 2 9 0 0 747 98 2577 23732848 209280 1247.4081268310547 6.9232000000000005 1865.8733 40320 21707 1 0 0.061518444399238342 2.0460364460936478 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705005 8985600 168 156 170 162 1921 16 7 22 10 43 0 0 0 0 0 +31 1783794706420179600 DEPTH 42 1 1.0332998475074435 0 0 4 0 4 0 0 4096 78 2574 23733014 147840 1243.5015716552734 6.7002000000000006 1980.6356000000001 40320 14454 1 0 0 0.0046509286747522987 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950932 8985600 158 161 174 187 1894 2 8 0 0 68 0 0 0 0 0 +32 1783794708429418200 DEPTH 48 1 0.8084527416413928 0.27342419080068137 1 6 1 6 0 0 1506 52 2578 23733046 147840 1255.9871978759766 6.3327 1933.1405999999999 40320 15356 1 0 0.0014882864575936298 0.12244760518611926 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950962 8985600 150 172 150 153 1953 0 11 0 2 39 0 0 0 0 0 +33 1783794710410828500 DEPTH 17 1 0.80846415409728845 0.28109028960817717 0 7 0 7 0 0 2239 106 2563 23733063 147840 1253.927001953125 6.3845999999999989 1914.04 40320 15663 1 1 0 0.16424126902321717 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950980 8985600 162 175 168 168 1890 5 27 6 4 63 0 0 0 0 0 +34 1783794712232486700 DEPTH 8 1 0.80852713129925258 0.26575809199318562 2 5 2 5 0 0 1942 67 2553 23733031 147840 1288.5585784912109 6.079299999999999 1762.1097 40320 16469 1 0 0.030045788118710247 0.98125883011467763 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950948 8985600 207 185 160 188 1813 4 0 1 15 47 0 0 0 0 0 +35 1783794714165690500 DEPTH 56 1 0.80860039285543817 0.26575809199318562 2 5 2 5 0 0 2874 90 2560 23733038 147840 1258.1795806884766 6.0693000000000001 1867.4407000000001 40320 15999 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950955 8985600 186 169 188 275 1742 6 18 4 2 60 0 0 0 0 0 +36 1783794716069657300 DEPTH 13 1 0.80867512980503709 0.27342419080068137 1 6 1 6 0 0 2375 117 2549 23733057 147840 1259.1218566894531 6.1936 1836.7750000000001 40320 15401 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950974 8985600 166 178 159 158 1888 3 7 17 16 74 0 0 0 0 0 +37 1783794717997892900 DEPTH 40 1 0.7868760397022817 0.64821124361158422 1 10 1 10 0 0 1199 92 2607 23732889 209280 1244.8124847412109 6.4867000000000008 1852.2172 40320 21912 1 0 0.082507730782525893 1.7328178304633115 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705048 8985600 162 150 150 156 1989 8 12 17 5 50 0 0 0 0 0 +38 1783794719683390800 DEPTH 10 1 0.78695448602264872 0.64821124361158422 1 10 1 10 0 0 787 152 2548 23732910 209280 1254.5650482177734 6.3156999999999996 1619.6087 40320 20115 1 0 0.0039242093083006356 3.0189305589665416 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705069 8985600 160 161 167 180 1880 20 23 22 11 76 0 0 0 0 0 +39 1783794721540827100 DEPTH 14 1 0.78703276669461864 0.65587734241908002 0 11 0 11 0 0 1144 123 2533 23732875 209280 1304.5545043945312 6.8635000000000002 1789.9227000000001 40320 19627 1 0 1.3571465294132778e-05 0.80803712605457367 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705030 8985600 226 174 189 174 1770 23 1 8 9 82 0 0 0 0 0 +40 1783794723518625300 DEPTH 20 1 0.79397249965177052 0.3594548551959113 2 6 2 5 1 0 1367 51 2609 23733046 147840 1255.7169952392578 6.6780000000000008 1915.3634999999999 40320 14661 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950962 8985600 170 150 176 209 1904 0 2 4 0 45 0 0 0 0 1 +41 1783794725226846100 DEPTH 23 1 0.78302216712713202 0.74190800681430991 1 11 1 11 0 0 3065 61 2534 23732915 209280 1294.3646697998047 6.3623000000000012 1645.4791 40320 20491 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705073 8985600 182 175 174 165 1838 12 2 2 1 44 0 0 0 0 0 +42 1783794726911687500 DEPTH 49 1 0.77976662156105359 0.82027257240204421 3 10 3 10 1 0 800 88 2553 23732874 209280 1254.1481018066406 6.8389000000000006 1612.0912000000001 40320 21586 1 0 0.097515570886403474 0.37638300769236044 4056 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705032 8985600 174 172 171 155 1881 13 4 6 6 59 0 0 0 0 1 +43 1783794728551813600 DEPTH 36 1 0.77984424636006611 0.82027257240204421 3 10 3 10 1 0 882 84 2591 23732856 209280 1265.3373260498047 6.8984999999999994 1578.6894 40320 22508 1 0 0.063856168107744679 0.17242192002112078 3962 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705016 8985600 174 152 161 155 1949 17 8 8 7 44 1 0 0 0 0 +44 1783794730198731000 DEPTH 29 1 0.77992170885083312 0.82027257240204421 3 10 3 10 1 0 927 123 2569 23732810 209280 1264.162841796875 6.2080000000000002 1575.2551000000001 40320 21310 1 0 0.20230562546642367 1.1954751606558145 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2704970 8985600 166 154 166 160 1923 30 11 11 13 58 0 0 0 0 1 +45 1783794731861904500 DEPTH 19 1 0.77999900968939861 0.8279386712095399 2 11 2 11 0 0 656 88 2557 23732820 209280 1270.9519500732422 6.4377000000000004 1601.7473 40320 21782 1 0 0.026098001124384564 0.38970274678601297 3948 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2704979 8985600 160 150 157 159 1931 23 7 6 13 39 0 0 0 0 0 +46 1783794733455975500 DEPTH 5 1 0.78007614952788495 0.8279386712095399 2 11 2 11 1 0 606 93 2575 23732857 209280 1232.2314453125 6.1749999999999998 1533.3764000000001 40320 21612 1 0 0.019454585654798004 0.53250212661114849 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705012 8985600 171 155 159 171 1919 7 11 12 19 44 0 0 0 0 2 +47 1783794735345052600 DEPTH 42 1 0.93140552727183434 0 0 4 0 4 0 0 4096 77 2577 23732975 147840 1236.9848327636719 6.1128999999999998 1887.4448 47040 18147 1 1 0 0.0046509286747522987 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950894 8985600 169 159 180 311 1758 0 2 0 0 74 0 0 0 0 0 +48 1783794737315420600 DEPTH 11 1 0.79457250787381539 0.37478705281090291 0 8 0 8 0 0 1406 70 2560 23733088 147840 1252.6941375732422 6.0401000000000007 1840.1335999999999 40320 14872 1 0 0 0.74854017698866293 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951005 8985600 167 163 162 181 1887 0 15 0 1 54 0 0 0 0 0 +49 1783794739205941300 DEPTH 31 1 0.79463252434254339 0.3594548551959113 2 6 2 6 0 0 1610 76 2552 23733043 147840 1253.7140502929688 6.0555000000000003 1820.0327 40320 15787 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950959 8985600 183 168 152 235 1814 10 10 8 6 42 0 0 0 0 0 +50 1783794741150736700 DEPTH 9 1 0.79470510077977585 0.3594548551959113 2 6 2 6 0 0 1043 57 2536 23733003 147840 1267.5012359619141 6.0621 1876.7152000000001 40320 15053 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950920 8985600 196 172 176 207 1785 0 12 8 0 37 0 0 0 0 0 +51 1783794742861405800 DEPTH 16 1 0.79477752751742314 0.3594548551959113 2 6 2 6 0 0 1912 81 2505 23732989 147840 1294.2571716308594 6.0713000000000008 1650.1458 40320 16327 1 0 0.0081653651119550068 0.66296309876384929 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950907 8985600 194 179 168 173 1791 4 0 5 2 70 0 0 0 0 0 +52 1783794744771858400 DEPTH 33 1 0.79484980515242754 0.36712095400340705 1 7 1 7 0 0 2188 66 2540 23733107 147840 1280.3288726806641 6.0903999999999989 1845.1667 40320 15894 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951027 8985600 167 158 162 185 1868 2 1 17 3 43 0 0 0 0 0 +53 1783794746673890400 DEPTH 1 1 0.79492193427821123 0.36712095400340705 1 7 1 7 0 0 1815 103 2584 23733032 147840 1263.9888000488281 6.0335000000000001 1838.8986 40320 15361 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950951 8985600 178 158 154 196 1898 6 12 18 8 59 0 0 0 0 0 +54 1783794748580563300 DEPTH 52 1 0.79499391548470288 0.36712095400340705 1 7 1 7 0 0 1285 85 2552 23733089 147840 1242.8114166259766 6.2996000000000008 1845.7737999999999 40320 14705 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951004 8985600 225 156 156 201 1814 0 14 7 4 60 0 0 0 0 0 +55 1783794750497845000 DEPTH 42 1 0.84077371203612028 0 0 4 0 4 0 0 4096 61 2565 23733015 147840 1240.9477844238281 6.3793999999999995 1914.9602 80640 20776 1 1 0 0.0046509286747522987 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950930 8985600 156 158 190 352 1709 0 0 0 0 60 0 0 0 0 0 +56 1783794752427569000 DEPTH 20 1 0.80702577043585377 0.26575809199318562 2 5 2 5 0 0 1383 41 2605 23733040 147840 1251.8809509277344 6.5202999999999989 1927.9338 47040 18580 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950960 8985600 207 151 198 480 1569 1 2 0 1 37 0 0 0 0 0 +57 1783794754450879300 DEPTH 44 1 0.7952089774358877 0.36712095400340705 1 7 1 7 0 0 1333 66 2600 23733024 147840 1267.3147125244141 6.0858999999999996 1894.4549 40320 15598 1 1 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950943 8985600 192 165 161 227 1855 0 1 0 0 64 0 0 0 0 0 +58 1783794756368190800 DEPTH 53 1 0.79528037279558439 0.37478705281090291 0 8 0 8 1 0 2895 159 2529 23733043 147840 1278.6812133789062 6.1148999999999987 1839.2372 40320 16637 1 0 0 0.4585527723785856 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950962 8985600 170 182 174 178 1825 19 10 25 13 92 0 0 0 0 2 +59 1783794758311127400 DEPTH 46 1 0.79535162313417973 0.37478705281090291 0 8 0 8 0 0 2115 69 2570 23733113 147840 1276.2624053955078 6.0557999999999996 1879.8262 40320 15608 1 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951032 8985600 150 168 156 150 1946 6 11 3 10 39 0 0 0 0 0 +60 1783794760276628700 DEPTH 25 1 0.78622416889985902 0.4608177172061329 1 8 1 8 0 0 1786 68 2549 23733009 147840 1279.2647705078125 6.5534999999999997 1902.8153 40320 15896 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950926 8985600 185 166 161 171 1866 1 4 11 11 41 0 0 0 0 0 +61 1783794762214082900 DEPTH 2 1 0.78549369102288524 0.45315161839863699 2 7 2 7 0 0 1790 127 2572 23733100 147840 1267.4375762939453 6.3174999999999999 1864.8879999999999 40320 15872 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951016 8985600 181 153 164 150 1924 10 3 25 2 87 0 0 0 0 0 +62 1783794764198341600 DEPTH 45 1 0.78556450970216041 0.45315161839863699 2 7 2 7 0 0 1342 44 2576 23733023 147840 1275.8007354736328 6.2794000000000008 1913.3904 40320 15701 1 1 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950938 8985600 175 150 153 200 1898 2 1 4 1 35 0 0 0 0 0 +63 1783794764534241500 REFRESH 45 0 0.53250035561632736 0.45315161839863699 2 7 2 7 0 0 1370 58 411 3955354 56640 222.24589538574219 1.4683999999999999 333.63479999999998 6720 4740 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 34 26 31 39 281 6 0 3 11 38 0 0 0 0 0 +64 1783794764901828900 REFRESH 15 0 0.77871058362220014 0.91396933560476989 3 11 3 11 0 0 275 11 416 3955266 118080 222.67289733886719 1.1842999999999999 290.0924 6720 5085 0 0 0.13215737202774189 0.95319511763653475 3008 1462 64 1 16 6 1 2 1 6 1474560 245760 491520 245825 1497600 27 25 25 26 313 1 0 0 0 10 0 0 0 0 0 +65 1783794765239163100 REFRESH 28 0 0.78151205609284347 0.8356047700170357 1 12 1 12 0 0 495 18 413 3955267 118080 223.87199401855469 1.0253000000000001 277.661 6720 5050 0 0 0.0009805011020631194 1.5592710289540244 4028 1980 64 1 16 6 1 2 1 6 1474560 245760 491520 245827 1497600 26 25 26 26 310 2 0 0 0 16 0 0 0 0 0 +66 1783794765589330400 REFRESH 24 0 0.77658610710062526 1 4 11 4 11 0 0 460 14 410 3955272 118080 223.48390197753906 1.0436000000000001 280.69479999999999 6720 4832 0 0 0.049718034260125263 1.3802885951242663 3392 1497 64 1 16 6 1 2 1 6 1474560 245760 491520 245832 1497600 28 29 25 25 303 2 1 0 0 11 0 0 0 0 0 +67 1783794765914604100 REFRESH 49 0 0.76594577981241851 0.82027257240204421 3 10 3 10 1 0 805 23 410 3955346 56640 222.20303344726562 1.0092000000000001 263.28710000000001 6720 4980 0 0 0.098285830630282678 0.37286654073391595 4088 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 27 26 27 31 299 0 0 0 0 23 0 0 0 0 1 +68 1783794766260151200 REFRESH 51 0 0.77900649248477594 0.91396933560476989 3 11 3 11 0 0 436 25 412 3955269 118080 223.19821166992188 1.0258 282.78530000000001 6720 5034 0 0 0.069293080568095286 0.28191027568999133 3776 1903 64 1 16 6 1 2 1 6 1474560 245760 491520 245828 1497600 28 28 26 26 304 1 1 0 0 23 0 0 0 0 0 +69 1783794766549054500 REFRESH 9 0 0.72290184767176591 0.3594548551959113 2 6 2 6 0 0 1062 53 417 3955370 56640 221.93562316894531 1.016 287.3272 6720 4721 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491690 1497600 32 25 29 36 295 5 0 5 3 40 0 0 0 0 0 +70 1783794766874712500 REFRESH 5 0 0.75615227511902572 0.8279386712095399 2 11 2 11 0 0 610 19 416 3955344 56640 221.085693359375 1.0076000000000001 265.41860000000003 6720 5044 0 0 0.019454585654798004 0.53250212661114849 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 27 26 44 30 289 4 0 0 1 14 0 0 0 0 0 +71 1783794767268823000 REFRESH 44 0 0.67303461310466572 0.36712095400340705 1 7 1 7 0 0 1336 18 425 3955348 56640 223.85664367675781 1.0203 324.57499999999999 6720 4743 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 31 25 46 42 281 0 2 2 3 11 0 0 0 0 0 +72 1783794767586081100 REFRESH 20 0 0.78686841403199625 0.26575809199318562 2 5 2 5 0 0 1394 31 424 3955363 56640 222.02265930175781 1.0134000000000001 315.43049999999999 13440 8724 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 40 25 45 68 246 3 6 1 2 19 0 0 0 0 0 +73 1783794767915464200 REFRESH 3 0 0.77383421368490479 0.64054514480408853 2 9 2 9 0 0 821 32 406 3955347 56640 220.2767333984375 1.0553999999999999 266.9323 6720 5013 0 0 0.0051976686044791515 0.23811695999084281 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 28 26 33 36 283 1 0 2 3 26 0 0 0 0 0 +74 1783794768269051600 REFRESH 39 0 0.77390335524342324 0.63287904599659284 3 8 3 8 0 0 1095 47 421 3955367 56640 224.53759765625 1.2492000000000001 290.86619999999999 6720 4994 0 0 0.033915050234405199 0.89795211255192564 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 28 26 26 27 314 5 1 7 6 28 0 0 0 0 0 +75 1783794768616341800 REFRESH 50 0 0.77397236051016483 0.64054514480408853 2 9 2 9 0 0 751 16 421 3955323 56640 221.93254089355469 1.0278 288.53149999999999 6720 5024 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491643 1497600 26 26 29 26 314 3 0 3 5 5 0 0 0 0 0 +76 1783794768895002700 REFRESH 31 0 0.78336423504251118 0.3594548551959113 2 6 2 6 0 0 1643 60 416 3955351 56640 221.24954223632812 1.0054000000000001 276.85050000000001 6720 4741 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 38 26 27 32 293 11 0 1 10 38 0 0 0 0 0 +77 1783794769295550300 REFRESH 8 0 0.79843124160802925 0.26575809199318562 2 5 2 5 0 0 1945 24 411 3955352 56640 224.63591003417969 1.0123 274.18619999999999 6720 4707 0 0 0.030045788118710247 0.98125883011467763 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 27 26 32 27 299 0 0 0 0 24 0 0 0 0 0 +78 1783794769687966800 REFRESH 11 0 0.78350661686340894 0.37478705281090291 0 8 0 8 0 0 1416 34 417 3955370 56640 221.45330810546875 1.0031000000000001 326.22230000000002 6720 4727 0 0 0 0.74854017698866293 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 40 26 35 44 272 3 2 3 3 23 0 0 0 0 0 +79 1783794770011417300 REFRESH 4 0 0.78253549312569337 0.8356047700170357 1 12 1 12 0 0 211 17 424 3955265 118080 220.6053466796875 1.0248999999999999 271.31540000000001 6720 5124 0 0 0.040034988002707217 1.6325146921702258 3008 1665 64 1 16 6 1 2 1 6 1474560 245760 491520 245825 1497600 27 26 26 25 320 3 4 1 2 7 0 0 0 0 0 +80 1783794770362712700 REFRESH 7 0 0.78260752089567209 0.8356047700170357 1 12 1 12 0 0 670 30 412 3955278 118080 222.81727600097656 1.0490999999999999 285.97379999999998 6720 5055 0 0 0.00036830025183520201 0.88322933222718147 4061 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245836 1497600 29 29 25 25 304 2 1 0 0 27 0 0 0 0 0 +81 1783794770672542800 REFRESH 25 0 0.7344119287020161 0.4608177172061329 1 8 1 8 0 0 1806 41 409 3955360 56640 223.02925109863281 1.0037 297.91699999999997 6720 4764 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 28 26 27 28 300 5 0 1 7 28 0 0 0 0 0 +82 1783794771036919200 REFRESH 48 0 0.79882529598011709 0.27342419080068137 1 6 1 6 0 0 1525 44 421 3955377 56640 222.12300109863281 1.0291999999999999 301.02620000000002 6720 4722 0 0 0.0014882864575936298 0.12244760518611926 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491697 1497600 30 26 47 51 267 5 0 8 3 28 0 0 0 0 0 +83 1783794771474801300 REFRESH 54 0 0.78701955787265265 0.4608177172061329 1 8 1 8 0 0 769 31 413 3955366 56640 221.66220092773438 1.0081 294.8125 6720 4985 0 0 0.0031512833875022282 1.0765649547531979 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 27 26 32 41 287 3 1 3 3 21 0 0 0 0 0 +84 1783794771812635000 REFRESH 14 0 0.77458735954475066 0.65587734241908002 0 11 0 11 0 0 1153 34 411 3955349 56640 224.19456481933594 1.0051000000000001 273.87450000000001 6720 4993 0 0 1.3571465294132778e-05 0.80803712605457367 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 27 25 28 26 305 0 0 0 0 34 0 0 0 0 0 +85 1783794772146403100 REFRESH 35 0 0.78296556392585404 0.8279386712095399 2 11 2 11 0 0 850 21 409 3955289 118080 223.0875244140625 1.0322 276.86250000000001 6720 5024 0 0 0.1466617951208353 1.1358384512012472 4040 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245847 1497600 29 25 26 26 303 2 0 1 0 18 0 0 0 0 0 +86 1783794772450157300 REFRESH 46 0 0.78401386695510678 0.37478705281090291 0 8 0 8 0 0 2123 27 415 3955363 56640 222.75788879394531 1.0044 301.71010000000001 6720 4819 0 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 27 26 28 31 303 2 0 5 0 20 0 0 0 0 0 +87 1783794772775374600 REFRESH 19 0 0.76728997916806396 0.8279386712095399 2 11 2 11 0 0 667 31 415 3955370 56640 222.32269287109375 1.0048999999999999 263.21690000000001 6720 5045 0 0 0.026098001124384564 0.38970274678601297 3976 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491690 1497600 27 25 30 27 306 0 0 1 2 28 0 0 0 0 0 +88 1783794773151316900 REFRESH 40 0 0.7748572588730761 0.64821124361158422 1 10 1 10 0 0 1209 21 412 3955340 56640 221.13996887207031 1.0174000000000001 303.95400000000001 6720 4997 0 0 0.082507730782525893 1.7328178304633115 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 28 25 26 27 306 3 2 6 2 8 0 0 0 0 0 +89 1783794773489311600 REFRESH 18 0 0.78052224192301234 0.9293015332197615 1 13 1 13 0 0 391 10 411 3955260 118080 223.80032348632812 1.0371999999999999 279.74439999999998 6720 4983 0 0 0.0011581510151287512 1.5340829913578353 3753 1705 64 1 16 6 1 2 1 6 1474560 245760 491520 245819 1497600 28 26 25 25 307 1 0 0 0 9 0 0 0 0 0 +90 1783794773832412700 REFRESH 43 0 0.78332016165219098 0.8279386712095399 2 11 2 11 0 0 659 28 417 3955275 118080 222.71078491210938 1.0475000000000001 277.94049999999999 6720 5102 0 0 0.010328634301928093 1.9556417763712328 4059 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245834 1497600 26 25 26 25 315 4 0 1 1 22 0 0 0 0 0 +91 1783794774175904400 REFRESH 27 0 0.78066340066658568 0.93696763202725719 0 14 0 14 0 0 705 26 415 3955294 118080 223.44090270996094 1.0374000000000001 278.90269999999998 6720 4951 0 0 1.7077624166593704e-05 0.81246312151568389 4059 2011 64 1 16 6 1 2 1 6 1474560 245760 491520 245854 1497600 29 25 26 26 309 1 0 0 1 24 0 0 0 0 0 +92 1783794774499364900 REFRESH 42 0 1.0032949151531168 0 0 4 0 4 0 0 4096 56 413 3955337 56640 220.75187683105469 1.0166999999999999 321.64640000000003 13440 8180 0 0 0 0.0046509286747522987 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491655 1497600 29 27 42 84 231 3 11 1 7 34 0 0 0 0 0 +93 1783794774806824400 REFRESH 52 0 0.78446119165614037 0.36712095400340705 1 7 1 7 0 0 1298 41 423 3955348 56640 221.21676635742188 1.0023 305.77339999999998 6720 4808 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 28 26 35 49 285 6 0 5 2 28 0 0 0 0 0 +94 1783794775138383800 REFRESH 16 0 0.78452460759216858 0.3594548551959113 2 6 2 6 0 0 1929 34 410 3955361 56640 224.673828125 1.0086999999999999 272.01519999999999 6720 4822 0 0 0.0081653651119550068 0.66296309876384929 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 26 26 27 26 305 0 0 1 0 33 0 0 0 0 0 +95 1783794775471097300 REFRESH 37 0 0.78367137773437756 0.8356047700170357 1 12 1 12 0 0 728 37 409 3955296 118080 221.44000244140625 1.0446 274.30059999999997 6720 4949 0 0 0.0081873318915288776 0.8849919723752806 3840 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245856 1497600 26 25 27 26 305 1 0 1 2 33 0 0 0 0 0 +96 1783794775852683200 REFRESH 17 0 0.79966342003396707 0.28109028960817717 0 7 0 7 0 0 2271 53 416 3955347 56640 221.23213195800781 1.0026999999999999 315.01029999999997 6720 4768 0 0 0 0.16424126902321717 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 31 26 29 37 293 3 0 8 6 36 0 0 0 0 0 +97 1783794776193309900 REFRESH 26 0 0.78381093123625634 0.8356047700170357 1 12 1 12 0 0 817 37 416 3955271 118080 221.62637329101562 1.0368999999999999 283.14870000000002 6720 5018 0 0 0.0014892873034217948 0.54264217573899354 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245831 1497600 27 26 26 26 311 2 0 0 2 33 0 0 0 0 0 +98 1783794776524694400 REFRESH 47 0 0.78388051002816173 0.8279386712095399 2 11 2 11 0 0 486 23 417 3955272 118080 222.14553833007812 1.0256000000000001 276.24040000000002 6720 5103 0 0 0.068787934381682569 1.4082378301417173 3832 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245832 1497600 26 25 26 25 315 2 0 0 0 21 0 0 0 0 0 +99 1783794776874194300 REFRESH 1 0 0.78483988784906478 0.36712095400340705 1 7 1 7 0 0 1863 85 414 3955359 56640 222.30528259277344 1.0054000000000001 290.05059999999997 6720 4730 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 33 26 27 33 295 13 0 7 7 58 0 0 0 0 0 +100 1783794777204786100 REFRESH 10 0 0.77565466723825949 0.64821124361158422 1 10 1 10 0 0 802 33 424 3955365 56640 223.23097229003906 1.0378000000000001 267.71269999999998 6720 4954 0 0 0.0039242093083006356 3.0189305589665416 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 30 25 25 29 315 3 0 4 10 16 0 0 0 0 0 +101 1783794777546703600 REFRESH 32 0 0.78822030306910262 0.4608177172061329 1 8 1 8 0 0 1684 56 412 3955349 56640 222.73945617675781 1.0062 275.12740000000002 6720 4957 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 26 25 31 26 304 2 0 3 5 46 0 0 0 0 0 +102 1783794777871628600 REFRESH 6 0 0.78143024395961946 0.91396933560476989 3 11 3 11 0 0 353 7 418 3955273 118080 221.29971313476562 1.0233000000000001 271.9923 6720 5070 0 0 0.078922789110012742 0.14595314801462497 3008 1316 64 1 16 6 1 2 1 6 1474560 245760 491520 245831 1497600 27 26 26 26 313 1 0 1 0 5 0 0 0 0 0 +103 1783794778241512300 REFRESH 56 0 0.80008997894659106 0.26575809199318562 2 5 2 5 0 0 2934 88 413 3955378 56640 222.11276245117188 1.0339 298.23309999999998 6720 4791 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491698 1497600 33 26 33 36 285 15 0 9 13 51 0 0 0 0 0 +104 1783794778582913500 REFRESH 34 0 0.78429524156026298 0.8356047700170357 1 12 1 12 0 0 512 19 417 3955273 118080 221.54240417480469 1.0273000000000001 274.84230000000002 6720 5082 0 0 0.0002328195389260269 2.0515969003527372 4066 2018 64 1 16 6 1 2 1 6 1474560 245760 491520 245833 1497600 26 25 26 26 314 5 0 1 0 13 0 0 0 0 0 +105 1783794778993422000 REFRESH 58 0 0.78163663830016694 0.92163543441226559 2 12 2 12 0 0 434 19 410 3955272 118080 223.70985412597656 1.0297000000000001 282.07010000000002 6720 5093 0 0 0.012937344408152321 1.9164160603669584 4007 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245831 1497600 28 26 25 26 305 2 0 0 0 17 0 0 0 0 0 +106 1783794779318499700 REFRESH 23 0 0.77187997598442104 0.74190800681430991 1 11 1 11 0 0 3069 16 409 3955361 56640 225.18681335449219 1.0088999999999999 269.25 6720 4975 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 41 26 28 31 283 1 0 1 1 13 0 0 0 0 0 +107 1783794779665412200 REFRESH 30 0 0.78861154575235304 0.4608177172061329 1 8 1 8 0 0 1806 103 412 3955345 56640 222.6483154296875 1.0388999999999999 279.95749999999998 6720 4999 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 29 27 40 34 282 4 0 8 1 90 0 0 0 0 0 +108 1783794780011350000 REFRESH 0 0 0.78456915311389819 0.8279386712095399 2 11 2 11 0 0 613 41 414 3955279 118080 221.52490234375 1.1271 279.83909999999997 6720 4995 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245839 1497600 26 25 26 26 311 7 1 0 0 33 0 0 0 0 0 +109 1783794780345280800 REFRESH 41 0 0.78159813349647778 0.55451448040885853 1 9 1 9 0 0 1293 57 412 3955366 56640 221.82400512695312 1.0143 274.92169999999999 6720 5047 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 25 26 30 27 304 4 0 4 2 47 0 0 0 0 0 +110 1783794780626034400 REFRESH 53 0 0.78555008911591162 0.37478705281090291 0 8 0 8 0 0 2954 91 413 3955359 56640 223.70407104492188 1.0097 278.81060000000002 6720 4816 0 0 0 0.4585527723785856 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 29 26 29 31 298 2 0 1 0 88 0 0 0 0 0 +111 1783794780951305100 REFRESH 12 0 0.77636995664983632 0.63287904599659284 3 8 3 8 0 0 1064 18 420 3955362 56640 221.88543701171875 1.0960000000000001 267.80880000000002 6720 4965 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 30 26 25 31 308 2 1 1 1 13 0 0 0 0 0 +112 1783794781287472800 REFRESH 55 0 0.78484103823805196 0.8279386712095399 2 11 2 11 0 0 740 15 412 3955284 118080 225.13868713378906 1.0341 280.8107 6720 5028 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245843 1497600 29 29 25 26 303 2 1 0 0 12 0 0 0 0 0 +113 1783794781565976900 REFRESH 2 0 0.77570709971666885 0.45315161839863699 2 7 2 7 0 0 1858 106 416 3955349 56640 222.21720886230469 1.0061 276.35090000000002 6720 4790 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 33 25 30 39 289 5 1 3 5 92 0 0 0 0 0 +114 1783794781926184500 REFRESH 13 0 0.80076818619694479 0.27342419080068137 1 6 1 6 0 0 2423 86 412 3955364 56640 221.67039489746094 1.0105999999999999 289.98390000000001 6720 4739 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 27 26 32 31 296 5 0 10 7 64 0 0 0 0 0 +115 1783794782273975800 REFRESH 33 0 0.78582916055263796 0.36712095400340705 1 7 1 7 0 0 2223 59 412 3955351 56640 223.76141357421875 1.0055000000000001 287.79809999999998 6720 4713 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 26 25 31 27 303 1 0 4 1 53 0 0 0 0 0 +116 1783794782617223200 REFRESH 22 0 0.78238365305642421 0.91396933560476989 3 11 3 11 0 0 408 12 424 3955268 118080 224.15461730957031 1.0251999999999999 282.69619999999998 6720 4846 0 0 0.009329877122371287 0.77501744926021621 3776 1775 64 1 16 6 1 2 1 6 1474560 245760 491520 245828 1497600 26 25 26 25 322 1 0 0 0 11 0 0 0 0 0 +117 1783794782958566600 REFRESH 29 0 0.76969981254257314 0.82027257240204421 3 10 3 10 0 0 938 32 420 3955334 56640 223.43904113769531 1.0152000000000001 282.1576 6720 4951 0 0 0.20230562546642367 1.1954751606558145 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491653 1497600 27 25 27 28 313 5 0 1 2 24 0 0 0 0 0 +118 1783794783297045600 REFRESH 57 0 0.7852451293147158 0.8279386712095399 2 11 2 11 0 0 923 37 410 3955301 118080 222.65650939941406 1.0363 280.7731 6720 5131 0 0 0.00037278843749701852 1.4951103476088821 4054 2006 64 1 16 6 1 2 1 6 1474560 245760 491520 245861 1497600 28 26 25 26 305 3 0 0 0 34 0 0 0 0 0 +119 1783794783619852100 REFRESH 38 0 0.78223824266795539 0.55451448040885853 1 9 1 9 0 0 1394 55 419 3955351 56640 222.27250671386719 1.0084 264.78250000000003 6720 5023 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 29 25 28 29 308 2 0 1 1 51 0 0 0 0 0 +120 1783794783974325400 REFRESH 21 0 0.78230161134532772 0.56218057921635434 0 10 0 10 0 0 1718 82 409 3955344 56640 221.94586181640625 1.0253000000000001 281.38549999999998 6720 4953 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 29 26 28 40 286 2 0 5 13 62 0 0 0 0 0 +121 1783794784305041800 REFRESH 36 0 0.76952129611211506 0.82027257240204421 3 10 3 10 0 0 890 34 400 3955338 56640 223.50131225585938 1.0059 270.78859999999997 6720 4999 0 0 0.063856168107744679 0.17242192002112078 3992 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 27 25 27 29 292 4 0 3 1 26 0 0 0 0 0 +122 1783794786377246900 DEPTH 42 1 0.99626235351166648 0 0 4 0 4 0 0 4096 69 2568 23732986 147840 1283.9618377685547 6.6976999999999993 1938.4232999999999 80640 40580 1 1 0 0.0046509286747522987 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950901 8985600 150 155 168 245 1850 6 0 1 0 61 0 0 0 0 0 +123 1783794788398710300 DEPTH 20 1 0.86105674551272915 0.26575809199318562 2 5 2 5 0 0 1410 42 2599 23733079 147840 1289.1271667480469 6.1410999999999998 1899.6008999999999 80640 43710 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950997 8985600 169 150 182 217 1881 0 0 0 0 42 0 0 0 0 0 +124 1783794790375700800 DEPTH 48 1 0.79006404851889012 0.27342419080068137 1 6 1 6 0 0 1541 58 2571 23733033 147840 1286.8823089599609 6.0889999999999995 1920.2555 53760 32608 1 1 0.0014882864575936298 0.12244760518611926 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950949 8985600 156 151 150 158 1956 9 3 0 0 45 0 0 0 0 0 +125 1783794792391085500 DEPTH 17 1 0.79006969310529374 0.28109028960817717 0 7 0 7 0 0 2314 85 2560 23733085 147840 1284.0581970214844 6.0541 1942.6498999999999 53760 32405 1 0 0 0.16424126902321717 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951003 8985600 154 158 156 156 1936 22 0 14 3 46 0 0 0 0 0 +126 1783794794121591700 DEPTH 8 1 0.79011713180556498 0.26575809199318562 2 5 2 5 0 0 1953 55 2531 23733085 147840 1302.0835723876953 6.0926 1728.9375 53760 33023 1 0 0.030045788118710247 0.98125883011467763 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951002 8985600 154 163 163 156 1895 0 1 0 4 50 0 0 0 0 0 +127 1783794796067655500 DEPTH 54 1 0.77655224995997729 0.4608177172061329 1 8 1 8 0 0 782 67 2545 23733065 147840 1286.9048309326172 6.1002999999999989 1884.2164 40320 23017 1 0 0.0031512833875022282 1.0765649547531979 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950981 8985600 156 150 161 180 1898 8 0 6 0 53 0 0 0 0 0 +128 1783794798042278300 DEPTH 11 1 0.7752402395533402 0.37478705281090291 0 8 0 8 1 0 1441 69 2560 23733061 147840 1283.493896484375 6.0662000000000011 1893.3694 53760 32401 1 0 0 0.72081964466269544 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950979 8985600 155 158 153 167 1927 1 1 3 2 62 0 0 0 0 2 +129 1783794800068716500 DEPTH 31 1 0.77528685895319205 0.3594548551959113 2 6 2 6 0 0 1661 60 2541 23733052 147840 1284.6869964599609 6.0816000000000008 1826.7044000000001 53760 32498 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950971 8985600 193 161 150 162 1875 13 4 8 1 34 0 0 0 0 0 +130 1783794802104933100 DEPTH 42 1 0.81883295637122744 0 0 4 0 4 0 0 4096 53 2562 23733102 147840 1277.7697296142578 6.0250000000000004 1896.5319999999999 80640 33735 1 0 0 0.0046509286747522987 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951019 8985600 150 156 172 343 1741 4 2 0 0 47 0 0 0 0 0 +131 1783794804034514500 DEPTH 56 1 0.79040038322826556 0.26575809199318562 2 5 2 5 0 0 2993 145 2515 23733000 147840 1287.4475555419922 6.7120999999999995 1928.0208 53760 32344 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950917 8985600 175 154 181 187 1818 18 9 16 16 86 0 0 0 0 0 +132 1783794805939191000 DEPTH 32 1 0.77684894739036359 0.4608177172061329 1 8 1 8 0 0 1718 106 2542 23732993 147840 1293.8731384277344 6.0739000000000001 1836.4306999999999 40320 23007 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950912 8985600 152 150 156 154 1930 16 0 9 20 61 0 0 0 0 0 +133 1783794807983296900 DEPTH 9 1 0.77551350296504262 0.3594548551959113 2 6 2 6 0 0 1080 52 2542 23733040 147840 1290.8175506591797 6.1733000000000002 1894.6443999999999 53760 32486 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950960 8985600 167 162 152 181 1880 2 1 5 1 43 0 0 0 0 0 +134 1783794809779079200 DEPTH 16 1 0.77556991200284764 0.3594548551959113 2 6 2 6 1 0 1944 92 2523 23732955 147840 1304.9623260498047 6.0717000000000008 1639.1583000000001 53760 32750 1 0 0.0065222383558636368 0.4122441165289854 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950873 8985600 157 164 156 156 1890 0 0 0 1 91 0 0 0 0 2 +135 1783794811743903200 DEPTH 1 1 0.775626220948058 0.36712095400340705 1 7 1 7 0 0 1898 110 2577 23733075 147840 1289.312255859375 6.964599999999999 1893.9064000000001 53760 32411 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950993 8985600 153 154 154 176 1940 29 2 22 12 45 0 0 0 0 0 +136 1783794813692089600 DEPTH 52 1 0.77568243014431948 0.36712095400340705 1 7 1 7 0 0 1330 78 2549 23733006 147840 1283.2041015625 6.6937999999999995 1875.4005 53760 32296 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950923 8985600 155 163 184 229 1818 15 0 9 1 53 0 0 0 0 0 +137 1783794815659717800 DEPTH 44 1 0.77573853993353192 0.36712095400340705 1 7 1 7 0 0 1353 63 2596 23733011 147840 1292.8347930908203 6.6692999999999998 1965.806 53760 32297 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950928 8985600 166 152 177 176 1925 6 0 1 0 56 0 0 0 0 0 +138 1783794817773084800 DEPTH 42 1 0.81209093536977484 0 0 4 0 4 0 0 4096 58 2566 23713799 128640 1269.7159729003906 6.5461999999999989 1974.0256999999999 80640 26946 1 0 0 0.0046509286747522987 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950917 7737600 150 150 183 856 1227 2 0 1 0 55 0 0 0 0 0 +139 1783794819772701700 DEPTH 13 1 0.79085046264975012 0.27342419080068137 1 6 1 6 0 0 2442 120 2542 23733077 147840 1286.1859893798828 6.6289999999999996 1930.9774 53760 32137 1 0 0.020987993032565287 0.62660479193559504 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950996 8985600 156 157 153 156 1920 11 5 13 12 79 0 0 0 0 0 +140 1783794821732542600 DEPTH 30 1 0.77731820793150774 0.4608177172061329 1 8 1 8 0 0 1833 97 2530 23733018 147840 1292.2891235351562 6.6085000000000003 1898.3616 40320 23030 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950937 8985600 166 156 179 182 1847 17 0 13 8 59 0 0 0 0 0 +141 1783794823681406800 DEPTH 53 1 0.7759862248379894 0.37478705281090291 0 8 0 8 1 0 2997 132 2522 23733106 147840 1297.2605438232422 6.5888 1878.1181999999999 53760 32734 1 0 0 0.48154447778710197 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951024 8985600 156 158 158 156 1894 8 0 16 6 102 0 0 0 0 2 +142 1783794825664216900 DEPTH 46 1 0.77601760961961364 0.37478705281090291 0 8 0 8 0 0 2143 56 2568 23733032 147840 1296.1003570556641 6.5907 1914.7867000000001 53760 32764 1 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950948 8985600 150 156 152 150 1960 6 0 5 4 41 0 0 0 0 0 +143 1783794827375606800 DEPTH 55 1 0.77087097093420676 0.8279386712095399 2 11 2 11 0 0 795 166 2527 23733049 147840 1310.3370208740234 6.6334999999999997 1649.7009 40320 22472 1 0 0.028658969471304477 0.6343466619252468 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950965 8985600 154 183 153 160 1877 0 1 3 0 162 0 0 0 0 0 +144 1783794829154685300 DEPTH 35 1 0.77093168419287372 0.8279386712095399 2 11 2 11 0 0 868 91 2500 23733047 147840 1298.9603881835938 6.7580999999999998 1637.3005000000001 40320 21196 1 0 0.1466617951208353 1.1358384512012472 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950966 8985600 157 167 151 164 1861 1 3 1 0 86 0 0 0 0 0 +145 1783794830873917800 DEPTH 43 1 0.77099229148550485 0.8279386712095399 2 11 2 11 0 0 666 78 2582 23733033 147840 1295.6948394775391 7.2169000000000008 1654.8087 40320 20814 1 0 0.010328634301928093 1.9556417763712328 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950950 8985600 150 179 150 157 1946 4 6 7 13 48 0 0 0 0 0 +146 1783794832836321800 DEPTH 20 1 0.82541481489665092 0.26575809199318562 2 5 2 5 0 0 1425 48 2593 23733037 147840 1282.8159942626953 6.8778000000000006 1960.5119 80640 36745 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950957 8985600 181 150 200 310 1752 0 1 2 0 45 0 0 0 0 0 +147 1783794834833362900 DEPTH 42 1 0.81595025109773867 0 0 4 0 4 0 0 4096 51 2589 23706215 121920 1267.1805419921875 6.8506999999999998 1995.3364999999999 80640 18294 1 1 0 0.0046509286747522987 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196775 7238400 150 150 171 1456 662 1 2 0 0 47 0 0 0 0 0 +148 1783794836806161000 DEPTH 33 1 0.7763492828201366 0.36712095400340705 1 7 1 7 0 0 2239 99 2547 23732988 147840 1299.8932342529297 6.7229999999999999 1902.0103999999999 53760 32691 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950907 8985600 150 150 163 156 1928 0 1 15 10 73 0 0 0 0 0 +149 1783794838501584900 DEPTH 47 1 0.77123366812662897 0.8279386712095399 2 11 2 11 0 0 486 35 2588 23733099 147840 1296.2509918212891 7.0827999999999989 1623.0610999999999 40320 21304 1 0 0.068787934381682569 1.4082378301417173 3992 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951014 8985600 150 156 150 156 1976 4 1 0 1 29 0 0 0 0 0 +150 1783794840233723600 DEPTH 0 1 0.77129375092177155 0.8279386712095399 2 11 2 11 0 0 629 81 2573 23733055 147840 1289.9727325439453 6.8788999999999989 1633.6873000000001 40320 20131 1 0 0.00017817385236690964 2.3450496297959931 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950973 8985600 151 178 150 168 1926 7 4 6 9 55 0 0 0 0 0 +151 1783794841878540500 DEPTH 57 1 0.771353729871598 0.8279386712095399 2 11 2 11 0 0 931 75 2543 23733058 147840 1289.2315216064453 6.0899000000000001 1582.3387 40320 20579 1 0 0.00037278843749701852 1.4951103476088821 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950978 8985600 150 183 158 161 1891 2 1 0 1 71 0 0 0 0 0 +152 1783794843507528400 DEPTH 26 1 0.7714136053234375 0.8356047700170357 1 12 1 12 0 0 836 76 2557 23733053 147840 1288.3907928466797 6.0785000000000009 1559.2945999999999 40320 20233 1 0 0.0014892873034217948 0.54264217573899354 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950972 8985600 150 171 150 162 1924 4 6 2 10 54 0 0 0 0 0 +153 1783794845145994700 DEPTH 37 1 0.77147337762289991 0.8356047700170357 1 12 1 12 1 0 731 46 2578 23733002 147840 1293.3058776855469 6.0150000000000006 1568.6161 40320 21371 1 0 0.0080382756420861595 0.88392846964391758 3998 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950921 8985600 150 150 150 162 1966 0 1 0 5 40 0 0 0 0 1 +154 1783794845505826200 REFRESH 50 0 0.76562374590852667 0.64054514480408853 2 9 2 9 0 0 757 25 422 3955363 56640 221.7205810546875 1.0208999999999999 288.92970000000003 6720 4937 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 26 26 32 28 310 2 0 6 2 15 0 0 0 0 0 +155 1783794845824827400 REFRESH 42 0 0.80021589199191556 0 0 4 0 4 0 0 4096 7 426 3947771 55680 222.26943969726562 0.99909999999999999 317.04390000000001 13440 9210 0 0 0 0.0046509286747522987 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737531 998400 25 25 27 266 83 0 0 0 0 7 0 0 0 0 0 +156 1783794846132379400 REFRESH 46 0 0.65682681843580604 0.37478705281090291 0 8 0 8 0 0 2153 20 415 3955352 56640 223.91603088378906 0.99209999999999998 306.01929999999999 13440 9302 0 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 29 42 293 0 0 3 0 17 0 0 0 0 0 +157 1783794846417579400 REFRESH 53 0 0.67690719372754071 0.37478705281090291 0 8 0 8 1 0 3061 94 409 3955366 56640 223.599609375 1.0414000000000001 283.67270000000002 13440 9263 0 0 0 0.46774262152164531 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 32 29 297 0 0 0 0 94 0 0 0 0 1 +158 1783794846746572700 REFRESH 38 0 0.77120748553637775 0.55451448040885853 1 9 1 9 0 0 1423 52 417 3955350 56640 221.92947387695312 1.0083 267.29379999999998 6720 4908 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 29 25 27 28 308 1 0 0 1 50 0 0 0 0 0 +159 1783794847097012300 REFRESH 21 0 0.77126389290579067 0.56218057921635434 0 10 0 10 0 0 1741 62 411 3955353 56640 221.56314086914062 1.0326 280.36779999999999 6720 4902 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 29 25 28 39 290 2 0 6 2 52 0 0 0 0 0 +160 1783794847365848300 REFRESH 57 0 0.59846306132780513 0.8279386712095399 2 11 2 11 0 0 942 30 408 3955367 56640 221.94277954101562 1.0057 267.02280000000002 6720 5018 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 25 26 25 27 305 0 0 0 0 30 0 0 0 0 0 +161 1783794847860407200 REFRESH 48 0 0.78214276584366438 0.27342419080068137 1 6 1 6 0 0 1553 29 415 3955348 56640 221.71955871582031 1.0049999999999999 310.05130000000003 13440 9273 0 0 0.0014882864575936298 0.12244760518611926 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 44 39 281 1 0 0 3 25 0 0 0 0 0 +162 1783794848193065000 REFRESH 18 0 0.7692794699228036 0.9293015332197615 1 13 1 13 0 0 393 12 412 3955360 56640 224.65228271484375 1.0248999999999999 273.79820000000001 6720 4987 0 0 0.0011581510151287512 1.5340829913578353 3779 1731 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 25 25 25 25 312 0 0 0 0 12 0 0 0 0 0 +163 1783794848554052500 REFRESH 2 0 0.7671635827925366 0.45315161839863699 2 7 2 7 0 0 1909 84 417 3955349 56640 222.10252380371094 1.0116000000000001 281.27300000000002 6720 4686 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 36 25 31 41 284 4 0 3 0 77 0 0 0 0 0 +164 1783794848892490900 REFRESH 27 0 0.76939688928973082 0.93696763202725719 0 14 0 14 1 0 711 37 409 3955340 56640 223.41632080078125 1.0124 266.53539999999998 6720 5120 0 0 1.707762172066554e-05 0.79948440399427378 4091 2043 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 25 26 25 26 307 0 0 0 0 37 0 0 0 0 1 +165 1783794849237056200 REFRESH 10 0 0.76624318740358877 0.64821124361158422 1 10 1 10 0 0 811 30 418 3955337 56640 222.129150390625 1.0037 270.05290000000002 6720 4888 0 0 0.0039242093083006356 3.0189305589665416 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 30 25 25 30 308 2 0 5 5 18 0 0 0 0 0 +166 1783794849618237600 REFRESH 44 0 0.76734349840559513 0.36712095400340705 1 7 1 7 0 0 1356 16 430 3955349 56640 222.45274353027344 0.99660000000000004 316.51479999999998 13440 9394 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 53 54 273 0 1 1 3 11 0 0 0 0 0 +167 1783794849884027600 REFRESH 37 0 0.64885808714959192 0.8356047700170357 1 12 1 12 0 0 744 34 409 3955364 56640 222.31858825683594 1.0037 264.07339999999999 6720 4912 0 0 0.0080382756420861595 0.88392846964391758 4029 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 25 25 30 304 0 0 0 0 34 0 0 0 0 0 +168 1783794850243048300 REFRESH 31 0 0.76744578869162816 0.3594548551959113 2 6 2 6 0 0 1684 56 414 3955350 56640 221.97453308105469 1.1052 284.98869999999999 13440 9333 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 27 37 299 0 1 0 8 47 0 0 0 0 0 +169 1783794850597387000 REFRESH 39 0 0.76646559054390007 0.63287904599659284 3 8 3 8 0 0 1124 57 420 3955396 56640 223.22073364257812 1.0122 282.07409999999999 6720 4893 0 0 0.033915050234405199 0.89795211255192564 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491716 1497600 29 26 27 29 309 3 0 4 5 45 0 0 0 0 0 +170 1783794850914128200 REFRESH 20 0 0.82140431318371432 0.26575809199318562 2 5 2 5 0 0 1428 15 425 3955359 56640 222.27352905273438 1.0145 315.05020000000002 13440 7967 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 53 25 53 87 207 0 0 0 1 14 0 0 0 0 0 +171 1783794851284924800 REFRESH 45 0 0.767589457062403 0.45315161839863699 2 7 2 7 0 0 1391 50 419 3955349 56640 222.84492492675781 1.0041 291.96629999999999 6720 4814 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 36 26 32 40 285 0 0 1 3 46 0 0 0 0 0 +172 1783794851662468000 REFRESH 54 0 0.76764229025585407 0.4608177172061329 1 8 1 8 0 0 784 20 416 3955361 56640 221.33247375488281 1.0092000000000001 306.62909999999999 6720 4680 0 0 0.0031512833875022282 1.0765649547531979 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 31 26 34 65 260 2 0 0 3 15 0 0 0 0 0 +173 1783794851941787100 REFRESH 33 0 0.76770001745054395 0.36712095400340705 1 7 1 7 0 0 2273 56 417 3955338 56640 223.86790466308594 1.0156000000000001 277.22230000000002 13440 9277 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 25 35 31 301 0 0 2 1 53 0 0 0 0 0 +174 1783794852297027200 REFRESH 13 0 0.78275060879407099 0.27342419080068137 1 6 1 6 0 0 2481 59 413 3955332 56640 222.09651184082031 1.0044 288.35759999999999 13440 9300 0 0 0.020987993032565287 0.62660479193559504 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491652 1497600 25 26 33 34 295 0 0 1 2 56 0 0 0 0 0 +175 1783794852629390000 REFRESH 3 0 0.76679641148511513 0.64054514480408853 2 9 2 9 0 0 834 41 412 3955336 56640 220.45286560058594 1.0077 274.03059999999999 6720 4908 0 0 0.0051976686044791515 0.23811695999084281 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491656 1497600 29 26 37 36 284 1 0 0 1 39 0 0 0 0 0 +176 1783794852965900500 REFRESH 14 0 0.76685122737609734 0.65587734241908002 0 11 0 11 1 0 1172 42 414 3955354 56640 224.48025512695312 1.0072000000000001 274.37560000000002 6720 4933 0 0 1.6953654948229438e-05 0.77026571700920166 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 28 25 29 26 306 1 0 0 0 41 0 0 0 0 1 +177 1783794853330255400 REFRESH 56 0 0.78290187892161212 0.26575809199318562 2 5 2 5 0 0 3056 94 417 3955350 56640 222.44454956054688 1.0017 294.36930000000001 13440 9388 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 27 58 47 260 0 0 16 6 72 0 0 0 0 0 +178 1783794853653969300 REFRESH 51 0 0.77020786486317883 0.91396933560476989 3 11 3 11 0 0 440 20 406 3955341 56640 222.46604919433594 1.0011000000000001 264.10860000000002 6720 5009 0 0 0.069293080568095286 0.28191027568999133 3840 1934 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 25 26 25 26 304 0 0 0 0 20 0 0 0 0 0 +179 1783794854107749100 REFRESH 11 0 0.7680314781246268 0.37478705281090291 0 8 0 8 0 0 1454 30 411 3955355 56640 221.82707214355469 1.0172000000000001 317.7928 13440 9330 0 0 0 0.72081964466269544 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 27 51 54 254 0 3 1 3 23 0 0 0 0 0 +180 1783794854429142800 REFRESH 15 0 0.77032218297467858 0.91396933560476989 3 11 3 11 0 0 276 12 415 3955345 56640 223.10707092285156 1.0088999999999999 264.89879999999999 6720 5049 0 0 0.13215737202774189 0.95319511763653475 3072 1491 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 27 25 27 311 0 0 0 0 12 0 0 0 0 0 +181 1783794854763028000 REFRESH 49 0 0.75965320553249094 0.82027257240204421 3 10 3 10 1 0 812 31 415 3955365 56640 222.3267822265625 1.0153000000000001 269.76920000000001 6720 4909 0 0 0.098283277247078984 0.35019711147317473 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 27 26 27 34 301 0 0 0 1 30 0 0 0 0 1 +182 1783794855088281000 REFRESH 36 0 0.75969044047475132 0.82027257240204421 3 10 3 10 0 0 898 40 411 3955342 56640 222.70771789550781 1.0094000000000001 264.91480000000001 6720 4894 0 0 0.063856168107744679 0.17242192002112078 4018 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 27 25 30 31 298 2 0 3 2 33 0 0 0 0 0 +183 1783794855446779200 REFRESH 1 0 0.76820217574442218 0.36712095400340705 1 7 1 7 0 0 1924 49 412 3955357 56640 222.28274536132812 1.2158 283.75790000000001 13440 9256 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 27 34 46 280 0 0 2 4 43 0 0 0 0 0 +184 1783794855863252600 REFRESH 25 0 0.76891865816910776 0.4608177172061329 1 8 1 8 0 0 1815 34 411 3955346 56640 223.10502624511719 1.0009999999999999 296.39330000000001 6720 4682 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 28 26 27 30 300 3 0 0 3 28 0 0 0 0 0 +185 1783794856211082000 REFRESH 30 0 0.76832120069162535 0.4608177172061329 1 8 1 8 0 0 1863 81 413 3955347 56640 222.54182434082031 1.0076000000000001 281.21890000000002 6720 4667 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 39 27 75 42 230 5 0 19 4 53 0 0 0 0 0 +186 1783794856545732300 REFRESH 16 0 0.76850809751335381 0.3594548551959113 2 6 2 6 0 0 1962 37 409 3955371 56640 223.95289611816406 1.0027999999999999 273.98270000000002 13440 9304 0 0 0.0065222383558636368 0.4122441165289854 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 26 27 26 305 0 0 0 0 37 0 0 0 0 0 +187 1783794856902102200 REFRESH 9 0 0.76840073467972925 0.3594548551959113 2 6 2 6 0 0 1091 37 416 3955340 56640 223.06816101074219 1.0045999999999999 288.01760000000002 13440 9363 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 25 31 36 299 0 0 1 4 32 0 0 0 0 0 +188 1783794857217120900 REFRESH 4 0 0.77350298678980323 0.8356047700170357 1 12 1 12 0 0 211 12 424 3955333 56640 221.94380187988281 1.0024999999999999 263.20530000000002 6720 5060 0 0 0.040034988002707217 1.6325146921702258 3072 1698 64 1 16 5 1 2 2 6 1228800 245760 491520 491653 1497600 25 25 25 26 323 0 1 0 3 8 0 0 0 0 0 +189 1783794857547342200 REFRESH 55 0 0.76005566614586917 0.8279386712095399 2 11 2 11 0 0 797 16 407 3955350 56640 224.13311767578125 1.0219 271.9495 6720 4996 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 26 25 26 305 0 0 0 0 16 0 0 0 0 0 +190 1783794857878972000 REFRESH 29 0 0.76051045275879192 0.82027257240204421 3 10 3 10 0 0 941 21 421 3955365 56640 223.56080627441406 1.0170999999999999 274.72179999999997 6720 4865 0 0 0.20230562546642367 1.1954751606558145 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 27 25 27 28 314 2 0 0 2 17 0 0 0 0 0 +191 1783794858211407300 REFRESH 8 0 0.78359919329964545 0.26575809199318562 2 5 2 5 0 0 1960 16 408 3955347 56640 224.35942077636719 1.0088999999999999 275.74450000000002 13440 9279 0 0 0.030045788118710247 0.98125883011467763 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 36 29 292 0 0 0 0 16 0 0 0 0 0 +192 1783794858536684200 REFRESH 6 0 0.76800026779901431 0.91396933560476989 3 11 3 11 0 0 353 5 417 3955349 56640 222.21414184570312 1.0302 271.18459999999999 6720 5095 0 0 0.078922789110012742 0.14595314801462497 3072 1346 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 27 314 0 0 0 0 5 0 0 0 0 0 +193 1783794858860313800 REFRESH 19 0 0.76026942249272966 0.8279386712095399 2 11 2 11 0 0 674 32 411 3955360 56640 221.71034240722656 1.0135000000000001 264.59140000000002 6720 4934 0 0 0.026098001124384564 0.38970274678601297 4001 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 28 25 30 26 302 0 0 2 1 29 0 0 0 0 0 +194 1783794859199229300 REFRESH 43 0 0.76032264557560458 0.8279386712095399 2 11 2 11 0 0 669 25 422 3955361 56640 223.65286254882812 1.3971 276.22219999999999 6720 4986 0 0 0.010328634301928093 1.9556417763712328 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 25 26 25 36 310 0 0 0 4 21 0 0 0 0 0 +195 1783794859562144400 REFRESH 40 0 0.76787578279761115 0.64821124361158422 1 10 1 10 1 0 1216 34 419 3955360 56640 221.14714050292969 1.0089999999999999 306.39940000000001 6720 4949 0 0 0.026057262580586663 1.7587319459860904 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 28 25 26 31 309 1 0 5 1 27 0 0 0 0 1 +196 1783794859894320900 REFRESH 5 0 0.76045251261682478 0.8279386712095399 2 11 2 11 0 0 617 22 418 3955349 56640 221.52601623535156 1.0106999999999999 262.37209999999999 6720 4899 0 0 0.019454585654798004 0.53250212661114849 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 28 26 54 35 275 3 0 1 0 18 0 0 0 0 0 +197 1783794860168305600 REFRESH 47 0 0.76048180073035132 0.8279386712095399 2 11 2 11 0 0 487 22 413 3955364 56640 223.30880737304688 1.0065 271.92219999999998 6720 4978 0 0 0.068787934381682569 1.4082378301417173 4020 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 26 25 26 311 0 0 0 0 22 0 0 0 0 0 +198 1783794860509281300 REFRESH 23 0 0.76386801530699366 0.74190800681430991 1 11 1 11 0 0 3077 17 410 3955353 56640 225.19807434082031 1.0185 277.93079999999998 6720 4886 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 42 26 28 34 280 0 0 0 1 16 0 0 0 0 0 +199 1783794860924539200 REFRESH 52 0 0.76898872482401481 0.36712095400340705 1 7 1 7 0 0 1344 34 420 3955344 56640 221.66426086425781 1.0128999999999999 303.98469999999998 13440 9283 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 27 43 83 242 0 0 3 11 20 0 0 0 0 0 +200 1783794861250057000 REFRESH 12 0 0.7681401903363998 0.63287904599659284 3 8 3 8 0 0 1066 33 426 3955352 56640 222.67085266113281 1.0057 265.97050000000002 6720 4855 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 33 26 25 46 296 1 0 1 4 27 0 0 0 0 0 +201 1783794861515026000 REFRESH 0 0 0.76069281798108124 0.8279386712095399 2 11 2 11 0 0 649 41 413 3955349 56640 222.0052490234375 1.0470999999999999 263.37630000000001 6720 4945 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 54 283 0 0 0 4 37 0 0 0 0 0 +202 1783794861849311100 REFRESH 28 0 0.77428262086452271 0.8356047700170357 1 12 2 11 1 0 498 20 408 3955371 56640 224.616455078125 1.0250999999999999 274.21980000000002 6720 5065 0 0 0.00017781511379253443 2.0677017543935525 4057 2009 64 1 16 5 1 2 2 6 1228800 245760 491520 491691 1497600 25 25 25 26 307 0 0 0 0 20 0 0 0 0 1 +203 1783794862186689100 REFRESH 58 0 0.77161036852885212 0.92163543441226559 2 12 2 12 0 0 436 14 414 3955351 56640 225.11001586914062 1.1591 268.45890000000003 6720 5091 0 0 0.012937344408152321 1.9164160603669584 4040 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 28 25 26 310 0 0 0 0 14 0 0 0 0 0 +204 1783794862540113900 REFRESH 41 0 0.77370734075177494 0.55451448040885853 1 9 1 9 0 0 1308 48 412 3955347 56640 221.24134826660156 1.2849999999999999 292.86799999999999 6720 4987 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 25 26 29 27 305 1 0 3 2 42 0 0 0 0 0 +205 1783794862874161900 REFRESH 7 0 0.77444741960903685 0.8356047700170357 1 12 1 12 0 0 674 22 408 3955355 56640 222.86029052734375 1.0165999999999999 272.21140000000003 6720 5023 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 29 25 25 304 1 0 0 0 21 0 0 0 0 0 +206 1783794863142712100 REFRESH 26 0 0.76095470123468822 0.8356047700170357 1 12 1 12 1 0 845 34 413 3955347 56640 222.21414184570312 1.004 266.59899999999999 6720 4937 0 0 0.0010574846130516756 0.54302670673312381 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 25 26 25 26 311 1 0 0 1 32 0 0 0 0 1 +207 1783794863473059000 REFRESH 24 0 0.76955684984749251 1 4 11 4 11 0 0 460 10 409 3955327 56640 224.34098815917969 1.0203 270.2473 6720 5009 0 0 0.049718034260125263 1.3802885951242663 3456 1524 64 1 16 5 1 2 2 6 1228800 245760 491520 491647 1497600 25 25 25 25 309 0 0 0 0 10 0 0 0 0 0 +208 1783794863809913000 REFRESH 35 0 0.76105887368030412 0.8279386712095399 2 11 2 11 1 0 869 13 410 3955363 56640 222.82138061523438 1.0072000000000001 269.40550000000002 6720 4958 0 0 0.14666183617900122 1.133023708788703 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 25 26 25 34 300 0 0 0 0 13 0 0 0 0 1 +209 1783794864164688400 REFRESH 32 0 0.76953744160649862 0.4608177172061329 1 8 1 8 0 0 1739 52 411 3955351 56640 222.70669555664062 0.99839999999999995 270.72649999999999 6720 4784 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 27 25 31 29 299 4 0 4 4 40 0 0 0 0 0 +210 1783794864493543900 REFRESH 22 0 0.77199307442616416 0.91396933560476989 3 11 3 11 0 0 409 15 415 3955354 56640 225.64044189453125 0.99299999999999999 267.05009999999999 6720 5006 0 0 0.009329877122371287 0.77501744926021621 3840 1801 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 27 312 0 0 0 0 15 0 0 0 0 0 +211 1783794864877450400 REFRESH 17 0 0.78457551266447645 0.28109028960817717 0 7 0 7 0 0 2329 38 410 3955367 56640 221.96429443359375 1.0075000000000001 314.17489999999998 13440 9239 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 26 33 40 286 0 1 5 4 28 0 0 0 0 0 +212 1783794865204186700 REFRESH 34 0 0.77482891639983698 0.8356047700170357 1 12 1 12 0 0 512 7 419 3955342 56640 223.15008544921875 1.0126999999999999 263.94060000000002 6720 5135 0 0 0.0002328195389260269 2.0515969003527372 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 25 25 25 27 317 0 2 0 0 5 0 0 0 0 0 +213 1783794867225296400 DEPTH 42 1 0.96390330961879389 0 0 4 0 4 1 0 4096 60 2584 23687829 103680 1294.3904724121094 6.3171999999999997 1953.4952000000001 80640 44332 1 0 0 0.011551513488580488 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426388 5990400 150 150 159 1426 699 0 0 0 0 60 0 0 0 0 1 +214 1783794869245345900 DEPTH 20 1 0.81959578498901497 0.26575809199318562 2 5 2 5 0 0 1443 44 2601 23733062 147840 1291.9244842529297 6.5150999999999994 1957.5228999999999 80640 41218 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950980 8985600 195 150 214 278 1764 0 4 1 0 39 0 0 0 0 0 +215 1783794871243082400 DEPTH 48 1 0.77589417755632573 0.27342419080068137 1 6 1 6 1 0 1576 63 2567 23733042 147840 1291.8058166503906 7.0104000000000006 1936.6134999999999 80640 44850 1 0 0.0015487523281342034 0.087658865399518185 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950957 8985600 150 152 150 163 1952 0 0 0 2 61 0 0 0 0 1 +216 1783794873213730800 DEPTH 56 1 0.7758888748720798 0.26575809199318562 2 5 2 5 0 0 3087 92 2534 23733057 147840 1289.5979461669922 6.7501999999999995 1910.9055000000001 80640 44844 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950977 8985600 150 155 212 199 1818 2 0 17 2 71 0 0 0 0 0 +217 1783794875250327400 DEPTH 13 1 0.77593435986553594 0.27342419080068137 1 6 1 6 1 0 2490 72 2550 23733031 147840 1290.5318450927734 6.9140000000000006 1903.5879 80640 44833 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950948 8985600 150 155 157 157 1931 0 0 6 4 62 0 0 0 0 1 +218 1783794876999329800 DEPTH 38 1 0.76283883666828933 0.55451448040885853 1 9 1 9 0 0 1442 85 2535 23733057 147840 1287.0392150878906 6.585 1686.7234000000001 40320 23343 1 0 0.13433027919204674 2.3057515358806704 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950975 8985600 152 150 163 176 1894 6 0 7 12 60 0 0 0 0 0 +219 1783794879134426200 DEPTH 21 1 0.76288781313018916 0.56218057921635434 0 10 0 10 0 0 1755 82 2565 23733023 147840 1293.4031372070312 7.3058000000000005 1923.9924000000001 40320 23367 1 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950942 8985600 151 150 156 156 1952 14 0 13 1 54 0 0 0 0 0 +220 1783794880707078700 DEPTH 4 1 0.76167707172579935 0.8356047700170357 1 12 1 12 1 0 226 63 2568 23733081 147840 1289.3246765136719 6.0838000000000001 1570.8359 40320 20626 1 0 0.040411785743191188 1.4510951908289993 3456 1914 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951001 8985600 150 150 150 150 1968 8 0 0 3 52 0 0 0 0 5 +221 1783794882702676100 DEPTH 42 1 0.78908896881475188 0 0 4 0 4 0 0 4096 48 2594 23687879 103680 1285.718017578125 6.0440999999999994 1918.6610000000001 80640 36870 1 1 0 0.011551513488580488 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426439 5990400 150 150 156 1559 579 0 0 0 0 47 0 0 0 0 0 +222 1783794884518807600 DEPTH 8 1 0.77616179787754469 0.26575809199318562 2 5 2 5 0 0 1973 63 2541 23732985 147840 1302.3488006591797 6.1027999999999993 1747.125 80640 45339 1 0 0.030045788118710247 0.98125883011467763 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950900 8985600 150 155 166 155 1915 0 0 4 1 58 0 0 0 0 0 +223 1783794886186720800 DEPTH 16 1 0.76134698096489795 0.3594548551959113 2 6 2 6 0 0 1989 96 2532 23733084 147840 1305.5344848632812 6.0957999999999997 1666.0771 80640 45079 1 0 0.0065222383558636368 0.4122441165289854 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951003 8985600 150 156 156 159 1911 0 0 0 0 96 0 0 0 0 0 +224 1783794888224363100 DEPTH 53 1 0.7613097959507088 0.37478705281090291 0 8 0 8 1 0 3084 107 2525 23733020 147840 1296.5849761962891 6.0930999999999997 1833.3190999999999 80640 44588 1 0 0 0.31793884783069526 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950938 8985600 150 156 156 156 1907 0 0 8 9 90 0 0 0 0 1 +225 1783794890298463800 DEPTH 11 1 0.76132195771695232 0.37478705281090291 0 8 0 8 0 0 1474 43 2570 23733016 147840 1284.3389129638672 6.1882999999999999 1871.3082999999999 80640 44800 1 0 0 0.72081964466269544 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950934 8985600 150 156 153 181 1930 1 0 0 0 42 0 0 0 0 0 +226 1783794892169985900 DEPTH 31 1 0.76134055946098789 0.3594548551959113 2 6 2 6 0 0 1691 38 2562 23733031 147840 1287.17822265625 6.1470999999999991 1807.6249 80640 45310 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950949 8985600 150 150 150 168 1944 0 0 7 0 31 0 0 0 0 0 +227 1783794894078194500 DEPTH 9 1 0.76138534489884568 0.3594548551959113 2 6 2 6 0 0 1101 45 2548 23733079 147840 1293.2208557128906 6.0761999999999992 1849.9023999999999 80640 44826 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950997 8985600 150 150 155 190 1903 0 0 8 3 34 0 0 0 0 0 +228 1783794895903007600 DEPTH 33 1 0.76143006152728177 0.36712095400340705 1 7 1 7 0 0 2285 72 2527 23733072 147840 1300.8488311767578 6.0905000000000005 1823.1468 80640 44925 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950991 8985600 150 150 163 160 1904 0 0 11 9 52 0 0 0 0 0 +229 1783794897704297600 DEPTH 28 1 0.81213320540632328 0.8279386712095399 2 11 2 11 0 0 502 51 2548 23732956 147840 1302.6344909667969 7.3149999999999995 1662.4404 40320 22571 1 0 0.00017781511379253443 2.0677017543935525 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950872 8985600 150 150 150 156 1942 0 0 0 2 49 0 0 0 0 0 +230 1783794899635649900 DEPTH 42 1 0.79455618901867209 0 0 4 0 4 0 0 4096 58 2599 23668776 84480 1284.3192291259766 6.1403999999999996 1929.5971999999999 114240 40798 1 0 0 0.011551513488580488 4096 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426535 4742400 150 150 381 1391 527 0 5 0 0 53 0 0 0 0 0 +231 1783794901482685000 DEPTH 41 1 0.76346965754499385 0.55451448040885853 1 9 1 9 0 0 1326 89 2553 23733117 147840 1285.5470886230469 6.0203000000000007 1781.8929000000001 40320 23607 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951036 8985600 153 150 156 156 1938 9 0 7 15 58 0 0 0 0 0 +232 1783794903398427300 DEPTH 1 1 0.76160824402756555 0.36712095400340705 1 7 1 7 0 0 1947 96 2561 23733023 147840 1291.9706573486328 5.9843000000000011 1826.7106000000001 80640 44869 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950942 8985600 150 152 166 179 1914 0 0 13 4 79 0 0 0 0 0 +233 1783794905313878300 DEPTH 52 1 0.76165261966162656 0.36712095400340705 1 7 1 7 0 0 1359 68 2558 23733096 147840 1286.123779296875 6.0369999999999999 1848.9540999999999 80640 44875 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951014 8985600 150 160 204 273 1771 0 0 13 3 52 0 0 0 0 0 +234 1783794907297647400 DEPTH 44 1 0.7616969277011213 0.36712095400340705 1 7 1 7 0 0 1383 72 2610 23733030 147840 1293.5721435546875 6.0598999999999998 1913.3735999999999 80640 45128 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950948 8985600 150 150 186 210 1914 1 0 0 2 69 0 0 0 0 0 +235 1783794909229781200 DEPTH 46 1 0.76174116834543049 0.37478705281090291 0 8 0 8 0 0 2166 48 2569 23733059 147840 1295.4972076416016 6.0331999999999999 1870.4550999999999 80640 45327 1 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950979 8985600 150 156 162 168 1933 0 0 7 2 39 0 0 0 0 0 +236 1783794911222683900 DEPTH 25 1 0.76131719483256977 0.4608177172061329 1 8 1 8 0 0 1836 86 2542 23733087 147840 1296.8703918457031 7.9170000000000007 1931.671 60480 35187 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2951003 8985600 156 156 156 170 1904 12 5 5 14 50 0 0 0 0 0 +237 1783794913195329600 DEPTH 20 1 0.78796349510861785 0.26575809199318562 2 5 2 5 0 0 1456 42 2601 23733110 147840 1284.2537078857422 6.0686000000000009 1902.5482999999999 80640 34117 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951026 8985600 228 150 219 411 1593 0 1 0 1 40 0 0 0 0 0 +238 1783794915143626700 DEPTH 17 1 0.77688248504335711 0.28109028960817717 0 7 0 7 0 0 2363 65 2562 23733026 147840 1286.5269775390625 6.008700000000001 1881.9088999999999 80640 44772 1 0 0 0.16424126902321717 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950943 8985600 150 156 156 156 1944 0 0 1 4 60 0 0 0 0 0 +239 1783794917085418000 DEPTH 42 1 0.79023354975437421 0 0 4 0 4 0 0 4096 45 2584 23664809 81600 1280.6195220947266 6.1965000000000003 1940.1936000000001 120960 29689 1 0 0 0.011551513488580488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426409 4492800 150 150 238 1542 504 0 7 0 0 38 0 0 0 0 0 +240 1783794918775426200 DEPTH 7 1 0.76268222968176136 0.8356047700170357 1 12 1 12 0 0 676 50 2525 23733022 147840 1298.8426055908203 6.8215999999999992 1622.4344000000001 40320 21361 1 0 0.00036830025183520201 0.88322933222718147 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950939 8985600 150 156 150 150 1919 0 0 0 0 50 0 0 0 0 0 +241 1783794920777398600 DEPTH 2 1 0.76096111107440234 0.45315161839863699 2 7 2 7 0 0 1939 115 2561 23733074 147840 1289.9626617431641 6.0451000000000006 1857.4662000000001 60480 35241 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950992 8985600 153 150 156 151 1951 5 7 12 0 91 0 0 0 0 0 +242 1783794922730647200 DEPTH 45 1 0.76100653790384742 0.45315161839863699 2 7 2 7 0 0 1405 66 2591 23733081 147840 1291.5160980224609 6.0666000000000002 1884.3045 60480 35349 1 1 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950997 8985600 166 150 155 184 1936 10 0 10 3 42 0 0 0 0 0 +243 1783794924663905400 DEPTH 54 1 0.76105189641716875 0.4608177172061329 1 8 1 8 1 0 790 41 2555 23733048 147840 1287.99853515625 6.1833 1874.8050000000001 60480 35030 1 0 0.00048066728228539129 1.077131482152623 4096 2048 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950966 8985600 153 157 164 244 1837 1 1 2 0 37 0 0 0 0 2 +244 1783794926562448800 DEPTH 32 1 0.76109718681332683 0.4608177172061329 1 8 1 8 0 0 1761 118 2557 23733028 147840 1295.0262451171875 6.0736999999999997 1833.3407999999999 60480 35201 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950943 8985600 153 153 156 156 1939 13 4 15 21 65 0 0 0 0 0 +245 1783794926899629400 REFRESH 50 0 0.75877799030506543 0.64054514480408853 2 9 2 9 0 0 761 22 422 3955348 56640 222.55718994140625 1.0093000000000001 281.4375 6720 4849 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 26 26 33 28 309 4 0 2 2 14 0 0 0 0 0 +246 1783794927227071000 REFRESH 23 0 0.75465832219779538 0.74190800681430991 1 11 1 11 0 0 3086 19 410 3955316 56640 224.38604736328125 0.99680000000000002 267.43540000000002 6720 4833 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491635 1497600 48 26 28 36 272 0 0 0 2 17 0 0 0 0 0 +247 1783794927621719600 REFRESH 9 0 0.70422478288873647 0.3594548551959113 2 6 2 6 0 0 1112 26 419 3955356 56640 222.58790588378906 1.4388000000000001 331.3331 13440 8723 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 34 39 296 0 0 2 1 23 0 0 0 0 0 +248 1783794927910049300 REFRESH 41 0 0.67413481403275444 0.55451448040885853 1 9 1 9 0 0 1339 40 410 3955355 56640 221.14816284179688 1.0185 286.26580000000001 6720 4631 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 29 26 32 29 294 2 0 3 3 32 0 0 0 0 0 +249 1783794928186973300 REFRESH 32 0 0.55235357048309908 0.4608177172061329 1 8 1 8 0 0 1777 44 410 3955359 56640 223.37638854980469 1.0067999999999999 275.31189999999998 13440 9258 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 25 33 31 296 0 0 4 5 35 0 0 0 0 0 +250 1783794928543819100 REFRESH 13 0 0.76953759142104594 0.27342419080068137 1 6 1 6 0 0 2519 61 414 3955354 56640 222.59814453125 1.0075000000000001 287.61349999999999 13440 8666 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 34 34 295 0 0 0 4 57 0 0 0 0 0 +251 1783794928854862900 REFRESH 46 0 0.66439205359770381 0.37478705281090291 0 8 0 8 0 0 2169 23 416 3955363 56640 222.45887756347656 1.0130999999999999 309.29020000000003 13440 8765 0 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 26 29 48 288 0 0 0 1 22 0 0 0 0 0 +252 1783794929166572000 REFRESH 54 0 0.59250396294013963 0.4608177172061329 1 8 1 8 0 0 792 9 420 3955367 56640 223.03846740722656 1.0104 310.09469999999999 13440 9125 0 0 0.00048066728228539129 1.077131482152623 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 26 39 80 250 0 0 1 0 8 0 0 0 0 0 +253 1783794929494743900 REFRESH 37 0 0.75165518208299953 0.8356047700170357 1 12 1 12 0 0 760 47 406 3955355 56640 222.5111083984375 1.0105 263.42790000000002 6720 4840 0 0 0.0080382756420861595 0.88392846964391758 4058 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 25 25 25 32 299 0 0 0 0 47 0 0 0 0 0 +254 1783794929828653500 REFRESH 36 0 0.75170945914916298 0.82027257240204421 3 10 3 10 0 0 906 36 413 3955347 56640 221.91615295410156 1.0056 263.2122 6720 4881 0 0 0.063856168107744679 0.17242192002112078 4049 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 27 25 30 34 297 2 0 5 1 28 0 0 0 0 0 +255 1783794930185552900 REFRESH 53 0 0.754616380588637 0.37478705281090291 0 8 0 8 0 0 3148 106 405 3955359 56640 223.28218078613281 0.99860000000000004 288.84690000000001 13440 8618 0 0 0 0.31793884783069526 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 26 32 34 288 0 0 3 5 98 0 0 0 0 0 +256 1783794930573559200 REFRESH 40 0 0.75948208904922387 0.64821124361158422 1 10 1 10 0 0 1219 17 418 3955346 56640 221.49734497070312 1.0092000000000001 316.30669999999998 6720 4839 0 0 0.026057262580586663 1.7587319459860904 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 28 25 26 27 312 0 0 4 0 13 0 0 0 0 0 +257 1783794930951163200 REFRESH 11 0 0.75466473181267302 0.37478705281090291 0 8 0 8 0 0 1482 19 412 3955351 56640 221.00889587402344 1.0006999999999999 310.18099999999998 13440 8681 0 0 0 0.72081964466269544 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 52 61 248 1 0 3 1 14 0 0 0 0 0 +258 1783794931282402200 REFRESH 29 0 0.75224464276639624 0.82027257240204421 3 10 3 10 0 0 951 48 419 3955351 56640 223.29962158203125 1.0104 269.32679999999999 6720 4871 0 0 0.20230562546642367 1.1954751606558145 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 33 25 28 30 303 2 0 1 0 45 0 0 0 0 0 +259 1783794931724245400 REFRESH 0 0 0.75192964763922754 0.8279386712095399 2 11 2 11 0 0 651 11 417 3955379 56640 222.24589538574219 1.0035000000000001 263.48419999999999 6720 4862 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491699 1497600 25 26 25 29 312 0 0 0 1 10 0 0 0 0 0 +260 1783794932050846800 REFRESH 4 0 0.75224169689359699 0.8356047700170357 1 12 1 12 0 0 227 7 419 3955343 56640 221.53010559082031 1.0041 263.61509999999998 6720 4992 0 0 0.040411785743191188 1.4510951908289993 3520 1947 64 1 16 5 1 2 2 6 1228800 245760 491520 491663 1497600 25 25 25 34 310 0 0 0 0 7 0 0 0 0 0 +261 1783794932319938400 REFRESH 7 0 0.71202164575173843 0.8356047700170357 1 12 1 12 0 0 682 23 407 3955339 56640 223.02925109863281 1.0115000000000001 267.36750000000001 6720 4946 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 26 25 26 305 0 0 0 0 23 0 0 0 0 0 +262 1783794932660458200 REFRESH 10 0 0.75956754373368074 0.64821124361158422 1 10 1 10 1 0 816 28 421 3955360 56640 222.65753173828125 1.0228999999999999 275.64519999999999 6720 4839 0 0 0.0039242051253438525 2.9590146042384387 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 32 25 25 29 310 1 0 6 2 19 0 0 0 0 1 +263 1783794932988649600 REFRESH 20 0 0.79743953991790562 0.26575809199318562 2 5 2 5 0 0 1457 7 428 3955338 56640 222.27558898925781 1.0108999999999999 317.99779999999998 13440 9232 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491658 1497600 91 25 59 101 152 1 0 0 0 6 0 0 0 0 0 +264 1783794933321626800 REFRESH 38 0 0.75484613195324957 0.55451448040885853 1 9 1 9 0 0 1452 41 416 3955339 56640 221.71647644042969 1.0072000000000001 270.01400000000001 6720 4643 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 32 25 33 34 292 3 0 1 1 36 0 0 0 0 0 +265 1783794933705021300 REFRESH 48 0 0.77010067671702531 0.27342419080068137 1 6 1 6 0 0 1579 17 414 3955344 56640 222.42713928222656 1.0078 321.24509999999998 13440 8719 0 0 0.0015487523281342034 0.087658865399518185 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 48 42 273 0 0 2 1 14 0 0 0 0 0 +266 1783794934021871500 REFRESH 17 0 0.77001867856606354 0.28109028960817717 0 7 0 7 0 0 2382 39 409 3955369 56640 221.50143432617188 1.0089999999999999 315.28199999999998 13440 8625 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 26 35 41 282 0 0 6 3 30 0 0 0 0 0 +267 1783794934368151100 REFRESH 33 0 0.75505133501747623 0.36712095400340705 1 7 1 7 0 0 2308 56 416 3955356 56640 223.06405639648438 1.0021 287.09109999999998 13440 8602 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 37 32 297 0 0 3 3 50 0 0 0 0 0 +268 1783794934696956900 REFRESH 42 0 0.94676084105646363 0 0 4 0 4 0 0 4096 15 425 3943904 55200 223.09170532226562 1.0039 326.85469999999998 20160 12189 0 0 0 0.011551513488580488 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 42 25 31 248 79 0 0 3 0 12 0 0 0 0 0 +269 1783794935019150800 REFRESH 5 0 0.75240827098737317 0.8279386712095399 2 11 2 11 0 0 619 10 418 3955349 56640 220.57267761230469 1.0139 264.1318 6720 4845 0 0 0.019454585654798004 0.53250212661114849 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 28 26 53 33 278 0 0 1 1 8 0 0 0 0 0 +270 1783794935363541900 REFRESH 3 0 0.75993232685437606 0.64054514480408853 2 9 2 9 0 0 846 31 409 3955338 56640 220.57369995117188 1.0178 277.99119999999999 6720 4871 0 0 0.0051976686044791515 0.23811695999084281 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 27 26 34 34 288 0 0 1 2 28 0 0 0 0 0 +271 1783794935686025400 REFRESH 26 0 0.75247988590508552 0.8356047700170357 1 12 1 12 0 0 848 35 414 3955362 56640 221.91001892089844 1.0037 263.0763 6720 4918 0 0 0.0010574846130516756 0.54302670673312381 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 25 26 25 28 310 1 0 0 4 30 0 0 0 0 0 +272 1783794936039826300 REFRESH 1 0 0.75525421982716678 0.36712095400340705 1 7 1 7 0 0 1976 56 415 3955372 56640 222.06156921386719 1.0083 291.6524 13440 8660 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491692 1497600 25 27 34 46 283 0 0 3 2 51 0 0 0 0 0 +273 1783794936360801600 REFRESH 24 0 0.75927618543607112 1 4 11 4 11 0 0 462 9 409 3955349 56640 224.24371337890625 1.0084 267.7756 6720 4901 0 0 0.049718034260125263 1.3802885951242663 3520 1554 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 25 25 25 309 0 0 0 0 9 0 0 0 0 0 +274 1783794936706922900 REFRESH 18 0 0.76159602315985109 0.9293015332197615 1 13 1 13 0 0 393 11 416 3955370 56640 237.64378356933594 1.0243 290.17989999999998 6720 4902 0 0 0.0011581510151287512 1.5340829913578353 3809 1761 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 25 25 25 25 316 0 0 0 0 11 0 0 0 0 0 +275 1783794937040989600 REFRESH 43 0 0.75265817727793338 0.8279386712095399 2 11 2 11 0 0 670 16 418 3955337 56640 233.52627563476562 1.0098 276.79360000000003 6720 4920 0 0 0.010328634301928093 1.9556417763712328 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 25 26 25 38 304 0 0 0 1 15 0 0 0 0 0 +276 1783794937359009500 REFRESH 19 0 0.7527031524860619 0.8279386712095399 2 11 2 11 0 0 680 17 414 3955350 56640 222.40972900390625 1.0093000000000001 261.52289999999999 6720 4913 0 0 0.026098001124384564 0.38970274678601297 4028 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 28 25 32 28 301 0 0 0 1 16 0 0 0 0 0 +277 1783794937718090800 REFRESH 21 0 0.75541195245835302 0.56218057921635434 0 10 0 10 0 0 1774 55 411 3955372 56640 222.80294799804688 1.0075000000000001 291.44760000000002 6720 4691 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491692 1497600 30 25 30 51 275 7 0 4 10 34 0 0 0 0 0 +278 1783794938072244400 REFRESH 39 0 0.7602929094712233 0.63287904599659284 3 8 3 8 0 0 1135 29 424 3955359 56640 223.025146484375 1.0054000000000001 289.65710000000001 6720 4890 0 0 0.033915050234405199 0.89795211255192564 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 29 26 26 28 315 5 0 1 3 20 0 0 0 0 0 +279 1783794938407215900 REFRESH 22 0 0.76183056242827707 0.91396933560476989 3 11 3 11 1 0 411 19 409 3955361 56640 224.63591003417969 1.0338000000000001 276.49950000000001 6720 4923 0 0 0.0093067356531577831 0.77392305453988841 3879 1831 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 25 25 25 26 308 0 0 0 0 19 0 0 0 0 2 +280 1783794938737179000 REFRESH 47 0 0.75288240974044363 0.8279386712095399 2 11 2 11 0 0 488 25 412 3955339 56640 222.64627075195312 0.99790000000000001 262.46929999999998 6720 4867 0 0 0.068787934381682569 1.4082378301417173 4047 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 26 25 26 310 0 0 0 0 25 0 0 0 0 0 +281 1783794939061998800 REFRESH 12 0 0.76042706405089266 0.63287904599659284 3 8 3 8 0 0 1073 25 426 3955344 56640 221.92025756835938 1.0051000000000001 263.5401 6720 4908 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 31 26 26 35 308 1 0 4 1 19 0 0 0 0 0 +282 1783794939454518600 REFRESH 14 0 0.76054080468678531 0.65587734241908002 0 11 0 11 0 0 1190 44 415 3955359 56640 224.42495727539062 1.0046999999999999 273.8784 6720 4817 0 0 1.6953654948229438e-05 0.77026571700920166 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 29 25 29 26 306 1 0 0 0 43 0 0 0 0 0 +283 1783794939785579500 REFRESH 55 0 0.75301618190573216 0.8279386712095399 2 11 2 11 0 0 798 14 409 3955342 56640 224.43519592285156 1.0082 268.29520000000002 6720 4937 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 25 26 25 26 307 0 0 0 0 14 0 0 0 0 0 +284 1783794940117331200 REFRESH 35 0 0.75306466259022076 0.8279386712095399 2 11 2 11 0 0 872 16 408 3955374 56640 222.70771789550781 1.0173000000000001 269.84019999999998 6720 4855 0 0 0.14666183617900122 1.133023708788703 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 25 26 25 35 297 0 0 0 0 16 0 0 0 0 0 +285 1783794940486911500 REFRESH 56 0 0.77077494097876409 0.26575809199318562 2 5 2 5 0 0 3158 110 418 3955339 56640 221.5782470703125 0.99560000000000004 303.19569999999999 13440 8614 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 27 58 48 260 0 0 8 7 95 0 0 0 0 0 +286 1783794940808025000 REFRESH 51 0 0.76215611493168234 0.91396933560476989 3 11 3 11 0 0 444 19 410 3955363 56640 222.65242004394531 1.0111000000000001 264.42410000000001 6720 4845 0 0 0.069293080568095286 0.28191027568999133 3904 1966 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 26 25 27 307 0 0 0 0 19 0 0 0 0 0 +287 1783794941091967500 REFRESH 2 0 0.75395347629670417 0.45315161839863699 2 7 2 7 0 0 1976 73 416 3955352 56640 222.93402099609375 1.0201 282.15499999999997 13440 9264 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 25 32 45 289 0 0 2 3 68 0 0 0 0 0 +288 1783794941427363500 REFRESH 8 0 0.77089470870404941 0.26575809199318562 2 5 2 5 1 0 1975 14 406 3955359 56640 223.49516296386719 1.0036 273.49990000000003 13440 8637 0 0 0.030027438172638667 0.98090445620705224 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 37 29 289 0 0 0 0 14 0 0 0 0 1 +289 1783794941759735100 REFRESH 34 0 0.76202192301603466 0.8356047700170357 1 12 1 12 0 0 517 21 418 3955355 56640 222.88383483886719 1.0168999999999999 265.29000000000002 6720 4906 0 0 0.0002328195389260269 2.0515969003527372 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 25 25 27 316 0 0 0 1 20 0 0 0 0 0 +290 1783794942093671200 REFRESH 28 0 0.79832610965578177 0.8279386712095399 2 11 2 11 0 0 502 17 404 3955376 56640 223.91807556152344 1.0105 267.18779999999998 6720 4973 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 25 25 25 33 296 0 0 0 0 17 0 0 0 0 0 +291 1783794942456626500 REFRESH 25 0 0.75464268590818995 0.4608177172061329 1 8 1 8 0 0 1839 11 415 3955323 56640 223.44601440429688 0.99980000000000002 302.20299999999997 13440 9311 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491642 1497600 25 26 27 32 305 0 0 0 0 11 0 0 0 0 0 +292 1783794942788722100 REFRESH 16 0 0.75617843938223894 0.3594548551959113 2 6 2 6 0 0 1996 19 411 3955340 56640 224.32461547851562 1.0093000000000001 271.37959999999998 13440 8659 0 0 0.0065222383558636368 0.4122441165289854 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 26 27 26 307 0 0 0 0 19 0 0 0 0 0 +293 1783794943125147700 REFRESH 27 0 0.76257061952234761 0.93696763202725719 0 14 0 14 0 0 717 23 420 3955359 56640 224.29490661621094 1.0182 268.43920000000003 6720 4936 0 0 1.707762172066554e-05 0.79948440399427378 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 25 26 25 26 318 0 0 0 0 23 0 0 0 0 0 +294 1783794943522254200 REFRESH 49 0 0.75356094621246095 0.82027257240204421 3 10 3 10 0 0 822 40 412 3955330 56640 222.09330749511719 1.0230999999999999 269.76130000000001 6720 4946 0 0 0.098283277247078984 0.35019711147317473 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491650 1497600 27 26 29 34 296 0 0 0 1 39 0 0 0 0 0 +295 1783794943808417200 REFRESH 45 0 0.75427932884257687 0.45315161839863699 2 7 2 7 0 0 1415 35 415 3955355 56640 222.66061401367188 0.99509999999999998 284.57119999999998 13440 9247 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 28 35 48 279 0 1 0 5 29 0 0 0 0 0 +296 1783794944147842300 REFRESH 15 0 0.76261563164305046 0.91396933560476989 3 11 3 11 0 0 277 10 409 3955378 56640 223.23712158203125 1.0062 274.03919999999999 6720 4878 0 0 0.13215737202774189 0.95319511763653475 3136 1520 64 1 16 5 1 2 2 6 1228800 245760 491520 491698 1497600 25 26 25 27 306 0 1 1 0 8 0 0 0 0 0 +297 1783794944491566400 REFRESH 31 0 0.75624715222811956 0.3594548551959113 2 6 2 6 0 0 1708 53 419 3955366 56640 222.01139831542969 1.0029999999999999 277.19709999999998 13440 8669 0 0 0.03563315390945998 1.0424632346471612 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 29 41 298 0 0 1 6 46 0 0 0 0 0 +298 1783794944843611700 REFRESH 30 0 0.76344690984214691 0.4608177172061329 1 8 1 8 0 0 1901 80 416 3955339 56640 222.2530517578125 1.0034000000000001 276.89530000000002 6720 4747 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 39 27 81 43 226 4 0 8 2 66 0 0 0 0 0 +299 1783794945278720600 REFRESH 52 0 0.75632508429410128 0.36712095400340705 1 7 1 7 0 0 1362 17 426 3955350 56640 222.80805969238281 1.0069999999999999 304.88029999999998 13440 8669 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 27 41 73 260 0 0 2 1 14 0 0 0 0 0 +300 1783794945663601200 REFRESH 44 0 0.75636396896244051 0.36712095400340705 1 7 1 7 0 0 1386 11 425 3955357 56640 226.25587463378906 1.0162 316.31200000000001 13440 8628 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 61 55 259 0 0 3 0 8 0 0 0 0 0 +301 1783794945993891300 REFRESH 6 0 0.75514298647494793 0.91396933560476989 3 11 3 11 0 0 353 9 416 3955360 56640 222.7271728515625 0.99639999999999995 263.33249999999998 6720 4939 0 0 0.078922789110012742 0.14595314801462497 3136 1373 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 25 26 25 27 313 0 0 0 1 8 0 0 0 0 0 +302 1783794946324774300 REFRESH 58 0 0.76288826792566866 0.92163543441226559 2 12 2 12 0 0 439 20 411 3955363 56640 224.3583984375 1.0042 266.79649999999998 6720 4901 0 0 0.012937344408152321 1.9164160603669584 4073 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 25 26 25 26 309 0 0 0 0 20 0 0 0 0 0 +303 1783794946652719900 REFRESH 57 0 0.75389366110711165 0.8279386712095399 2 11 2 11 0 0 951 35 408 3955344 56640 222.1844482421875 1.0355000000000001 269.3064 6720 4822 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 26 25 27 305 0 0 0 1 34 0 0 0 0 0 +304 1783794948586807300 DEPTH 42 1 0.94360193658809699 0 0 4 0 4 0 0 4096 56 2585 23664893 81600 1298.7946319580078 6.0538999999999996 1932.3885 120960 60220 1 0 0 0.011551513488580488 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426493 4492800 170 150 176 1290 799 0 2 1 0 53 0 0 0 0 0 +305 1783794950653530500 DEPTH 20 1 0.7853231433548129 0.26575809199318562 2 5 2 5 0 0 1471 47 2602 23717697 132480 1290.6291198730469 7.3903999999999996 1994.1946 80640 44491 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3932160 2950976 7987200 322 150 275 489 1366 0 0 0 1 46 0 0 0 0 0 +306 1783794952631848900 DEPTH 13 1 0.76438567579611938 0.27342419080068137 1 6 1 6 0 0 2536 81 2556 23733049 147840 1291.6674499511719 6.1910000000000007 1838.3169 80640 43051 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 150 155 160 158 1933 2 0 10 9 60 0 0 0 0 0 +307 1783794954579052300 DEPTH 48 1 0.7643722443929537 0.27342419080068137 1 6 1 6 0 0 1594 47 2572 23733019 147840 1292.1313323974609 6.0913999999999993 1877.0856000000001 80640 43065 1 0 0.0015487523281342034 0.087658865399518185 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950936 8985600 150 151 150 176 1945 0 1 1 1 44 0 0 0 0 0 +308 1783794956541747500 DEPTH 17 1 0.76429894930457942 0.28109028960817717 0 7 0 7 0 0 2401 58 2551 23733060 147840 1288.9467010498047 6.1778999999999993 1896.9608000000001 80640 42596 1 0 0 0.16424126902321717 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950975 8985600 150 156 156 156 1933 0 0 1 3 54 0 0 0 0 0 +309 1783794958433050100 DEPTH 40 1 0.75157568345348391 0.64821124361158422 1 10 1 10 0 0 1238 60 2588 23732999 147840 1285.1886138916016 6.0022000000000002 1831.8009 40320 23498 1 0 0.026057262580586663 1.7587319459860904 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950919 8985600 151 150 156 152 1979 2 0 3 0 55 0 0 0 0 0 +310 1783794960102515900 DEPTH 10 1 0.75153567397758858 0.64821124361158422 1 10 1 10 0 0 828 80 2551 23733078 147840 1293.7277526855469 6.0623000000000005 1593.0672 40320 23274 1 0 0.0039242051253438525 2.9590146042384387 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950996 8985600 159 150 152 164 1926 2 0 15 3 60 0 0 0 0 0 +311 1783794961887441000 DEPTH 22 1 0.75151148320125016 0.91396933560476989 3 11 3 11 1 0 417 47 2581 23733003 147840 1308.7068176269531 8.2221999999999991 1712.7654 40320 23110 1 0 0.009243002877679091 0.73146239571728844 4062 2014 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950920 8985600 150 150 150 150 1981 0 0 1 0 46 0 0 0 0 1 +312 1783794963944785300 DEPTH 42 1 0.76969230958919044 0 0 4 0 4 1 0 4096 47 2589 23664695 81600 1291.1976623535156 6.0461999999999998 1911.4303 120960 48835 1 0 0 0.011564006525895294 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426295 4492800 172 150 169 1406 692 0 0 3 0 44 0 0 0 0 1 +313 1783794965895024200 DEPTH 56 1 0.76447707192090564 0.26575809199318562 2 5 2 5 0 0 3201 89 2532 23733065 147840 1291.7657470703125 7.6009000000000002 1948.0454999999999 80640 42260 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950984 8985600 150 155 227 230 1770 0 0 9 7 73 0 0 0 0 0 +314 1783794967592721800 DEPTH 28 1 0.77460924371351192 0.8279386712095399 2 11 2 11 0 0 503 42 2556 23733011 147840 1300.4523620605469 7.5213999999999999 1696.1815999999999 40320 23306 1 0 0.00017781511379253443 2.0677017543935525 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950926 8985600 150 150 150 171 1935 0 0 0 1 41 0 0 0 0 0 +315 1783794969461878100 DEPTH 8 1 0.76455268697990686 0.26575809199318562 2 5 2 5 0 0 1978 56 2526 23733088 147840 1301.4702758789062 7.1762000000000006 1802.9389000000001 80640 43173 1 0 0.030027438172638667 0.98090445620705224 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951007 8985600 150 155 168 158 1895 0 0 3 1 52 0 0 0 0 0 +316 1783794971313464100 DEPTH 14 1 0.7517532511449504 0.65587734241908002 0 11 0 11 1 0 1196 84 2532 23733077 147840 1308.1589813232422 6.0396999999999998 1721.1282000000001 40320 23492 1 0 2.2270317250263632e-05 0.76920455978714175 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950995 8985600 167 150 173 159 1883 3 0 1 0 80 0 0 0 0 1 +317 1783794973220855500 DEPTH 51 1 0.75176627702935039 0.91396933560476989 3 11 3 11 1 0 446 35 2572 23732982 147840 1294.1281585693359 9.2262000000000004 1721.3179 40320 22876 1 0 0.069664032765697381 0.30086069734652521 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950898 8985600 150 156 150 156 1960 0 1 0 0 34 0 0 0 0 1 +318 1783794974940202500 DEPTH 18 1 0.75180868809061863 0.9293015332197615 1 13 1 13 1 0 398 70 2516 23733031 147840 1307.7760925292969 6.0523999999999996 1599.7180000000001 40320 22963 1 0 0.0012047658074714103 1.5360264306134574 3971 1923 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950949 8985600 150 150 150 150 1916 0 0 0 0 70 0 0 0 0 1 +319 1783794976718829600 DEPTH 12 1 0.75181325800463794 0.63287904599659284 3 8 3 8 0 0 1080 44 2591 23733042 147840 1288.7725982666016 8.6911999999999985 1661.7197000000001 40320 23169 1 0 0.0015102624860077482 0.9394486955269914 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950958 8985600 156 156 155 169 1955 0 0 10 1 33 0 0 0 0 0 +320 1783794978677254600 DEPTH 42 1 0.76591931025112914 0 0 4 0 4 1 0 4096 47 2586 23664852 81600 1292.8350524902344 6.0867999999999993 1956.7855 120960 38835 1 0 0 0.011741551040571795 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426451 4492800 155 150 166 1508 607 0 1 0 0 46 0 0 0 0 1 +321 1783794980441407600 DEPTH 27 1 0.75201852482800235 0.93696763202725719 0 14 0 14 1 0 721 79 2511 23733018 147840 1297.5433654785156 8.0427999999999997 1697.7819999999999 40320 22789 1 0 9.5919585659512732e-07 0.96376183425862771 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950935 8985600 150 156 150 156 1899 0 0 1 0 78 0 0 0 0 1 +322 1783794982079512400 DEPTH 34 1 0.75200503062368507 0.8356047700170357 1 12 1 12 0 0 523 63 2560 23733094 147840 1291.58349609375 6.3238000000000003 1569.8145999999999 40320 23034 1 0 0.0002328195389260269 2.0515969003527372 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951013 8985600 150 150 150 151 1959 0 0 0 6 57 0 0 0 0 0 +323 1783794984177337000 DEPTH 39 1 0.75197547512755014 0.63287904599659284 3 8 3 8 0 0 1161 98 2615 23733045 147840 1298.1627044677734 6.8773 1951.3109999999999 40320 23309 1 0 0.033915050234405199 0.89795211255192564 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950962 8985600 150 150 154 151 2010 5 0 14 8 71 0 0 0 0 0 +324 1783794986034103800 DEPTH 3 1 0.75201589251596102 0.64054514480408853 2 9 2 9 0 0 852 49 2534 23733123 147840 1280.0976104736328 5.9832999999999998 1789.6557 40320 23375 1 0 0.0051976686044791515 0.23811695999084281 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951040 8985600 152 156 172 185 1869 0 0 6 2 41 0 0 0 0 0 +325 1783794988010621800 DEPTH 50 1 0.75205625543386667 0.64054514480408853 2 9 2 9 0 0 774 48 2582 23732984 147840 1290.8544006347656 7.5591000000000008 1909.0037 40320 23495 1 0 0.061518444399238342 2.0460364460936478 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950900 8985600 156 156 173 183 1914 15 0 3 1 29 0 0 0 0 0 +326 1783794989850607600 DEPTH 16 1 0.75006763252215292 0.3594548551959113 2 6 2 6 1 0 2008 84 2523 23733036 147840 1304.4050140380859 7.5190999999999999 1777.3607999999999 80640 42319 1 0 0.0065221633305199561 0.41177125977130297 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950953 8985600 150 156 156 156 1905 0 0 0 0 84 0 0 0 0 1 +327 1783794991766448600 DEPTH 53 1 0.75004179413028393 0.37478705281090291 0 8 0 8 0 0 3175 126 2520 23733047 147840 1296.0010223388672 6.0453000000000001 1839.2705000000001 80640 42059 1 0 0 0.31793884783069526 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950959 8985600 150 156 157 156 1901 0 0 20 9 97 0 0 0 0 0 +328 1783794993670849500 DEPTH 42 1 0.76239795919871889 0 0 4 0 4 0 0 4096 45 2579 23664845 81600 1287.3003387451172 6.0869999999999997 1902.8733999999999 120960 26497 1 1 0 0.011741551040571795 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 169 150 161 1530 569 0 0 0 0 44 0 0 0 0 0 +329 1783794995571285000 DEPTH 20 1 0.76660184151454147 0.26575809199318562 2 5 2 5 0 0 1486 44 2613 23706272 121920 1280.0245666503906 6.0839999999999996 1899.095 80640 37151 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196831 7238400 292 150 253 872 1046 0 1 3 0 40 0 0 0 0 0 +330 1783794997491793900 DEPTH 30 1 0.75566326660531369 0.4608177172061329 1 8 1 8 0 0 1929 103 2537 23732997 147840 1293.3687438964844 6.0195000000000007 1843.7647999999999 67200 37788 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 4 2 2 2 6 6389760 2457600 2949120 2950914 8985600 180 162 238 196 1761 6 0 15 2 80 0 0 0 0 0 +331 1783794999131653200 DEPTH 15 1 0.75235484530353547 0.91396933560476989 3 11 3 11 0 0 280 31 2497 23733060 147840 1300.5424499511719 6.0583 1582.3637000000001 40320 22947 1 0 0.13215737202774189 0.95319511763653475 3520 1714 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950979 8985600 150 156 150 171 1870 1 0 0 2 28 0 0 0 0 0 +332 1783795000788059800 DEPTH 58 1 0.75239646361105672 0.92163543441226559 2 12 2 12 0 0 440 25 2557 23733033 147840 1302.5146942138672 6.0728 1591.3809000000001 40320 23097 1 0 0.012937344408152321 1.9164160603669584 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950952 8985600 150 150 150 151 1956 0 0 0 0 25 0 0 0 0 0 +333 1783795002711901100 DEPTH 11 1 0.75022750628608659 0.37478705281090291 0 8 0 8 0 0 1501 48 2554 23733128 147840 1286.4911346435547 6.0077000000000007 1854.6832999999999 80640 42011 1 0 0 0.72081964466269544 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951047 8985600 150 156 151 180 1917 0 5 0 0 43 0 0 0 0 0 +334 1783795004777034900 DEPTH 31 1 0.75024218805363296 0.3594548551959113 2 6 2 6 0 0 1723 50 2555 23733073 147840 1288.1101684570312 9.5561000000000007 1992.9595999999999 80640 43230 1 0 0.03563315390945998 1.0424632346471612 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950988 8985600 150 150 150 187 1918 0 0 8 0 42 0 0 0 0 0 +335 1783795006751936700 DEPTH 9 1 0.75027808667643381 0.3594548551959113 2 6 2 6 0 0 1128 59 2551 23732943 147840 1294.988525390625 6.011000000000001 1844.8128999999999 80640 42414 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950861 8985600 150 150 165 215 1871 0 1 3 2 53 0 0 0 0 0 +336 1783795007082274800 REFRESH 29 0 0.74532167884634304 0.82027257240204421 3 10 3 10 0 0 954 25 423 3955362 56640 223.34381103515625 1.0374000000000001 271.9153 6720 4827 0 0 0.20230562546642367 1.1954751606558145 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 30 25 28 30 310 1 0 1 2 21 0 0 0 0 0 +337 1783795007419994400 REFRESH 57 0 0.74503641297972356 0.8279386712095399 2 11 2 11 0 0 962 35 408 3955339 56640 221.71955871582031 1.0044 263.58179999999999 6720 4838 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 25 26 25 27 305 0 0 0 1 34 0 0 0 0 0 +338 1783795007787415600 REFRESH 1 0 0.75038549674260646 0.36712095400340705 1 7 1 7 0 0 1992 32 416 3955337 56640 221.97453308105469 0.99739999999999995 296.06020000000001 13440 8658 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 27 31 37 296 0 0 2 0 30 0 0 0 0 0 +339 1783795008143579000 REFRESH 25 0 0.74831294260982206 0.4608177172061329 1 8 1 8 0 0 1849 28 404 3955371 56640 223.34364318847656 1.0185999999999999 285.96510000000001 13440 9058 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491690 1497600 25 26 28 34 291 0 0 0 2 26 0 0 0 0 0 +340 1783795008486153900 REFRESH 47 0 0.7451552581731915 0.8279386712095399 2 11 2 11 0 0 493 26 412 3955371 56640 222.90226745605469 1.0274000000000001 268.57339999999999 6720 4877 0 0 0.068787934381682569 1.4082378301417173 4080 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 25 26 25 26 310 0 0 0 0 26 0 0 0 0 0 +341 1783795008765516300 REFRESH 31 0 0.5636811205171508 0.3594548551959113 2 6 2 6 1 0 1740 52 411 3955345 56640 222.08927917480469 0.995 277.83390000000003 13440 8689 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 26 28 42 290 0 0 3 5 44 0 0 0 0 1 +342 1783795009090011700 REFRESH 19 0 0.74523422678189088 0.8279386712095399 2 11 2 11 0 0 694 31 414 3955351 56640 222.44966125488281 1.0091000000000001 266.22550000000001 6720 4806 0 0 0.026098001124384564 0.38970274678601297 4059 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 28 25 31 28 302 0 0 1 2 28 0 0 0 0 0 +343 1783795009430425200 REFRESH 8 0 0.75875171062477342 0.26575809199318562 2 5 2 5 0 0 1984 18 409 3955352 56640 223.88327026367188 1.0142 272.00400000000002 13440 8267 0 0 0.030027438172638667 0.98090445620705224 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 36 31 291 0 0 0 1 17 0 0 0 0 0 +344 1783795009774782600 REFRESH 26 0 0.74531502001913708 0.8356047700170357 1 12 1 12 0 0 852 20 415 3955350 56640 221.8946533203125 1.0138 268.20030000000003 6720 4806 0 0 0.0010574846130516756 0.54302670673312381 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 26 25 27 312 0 0 0 3 17 0 0 0 0 0 +345 1783795010044266300 REFRESH 3 0 0.70373665394169937 0.64054514480408853 2 9 2 9 0 0 862 33 411 3955359 56640 221.14022827148438 0.99719999999999998 267.87020000000001 6720 4604 0 0 0.0051976686044791515 0.23811695999084281 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 32 26 48 41 264 0 0 3 2 28 0 0 0 0 0 +346 1783795010370786300 REFRESH 38 0 0.74913162007417955 0.55451448040885853 1 9 1 9 0 0 1474 53 410 3955357 56640 222.08717346191406 1.0107999999999999 265.72949999999997 6720 4604 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 33 25 43 38 271 1 0 2 1 49 0 0 0 0 0 +347 1783795010718154300 REFRESH 14 0 0.74388286811435878 0.65587734241908002 0 11 0 11 0 0 1204 45 418 3955359 56640 225.32710266113281 1.0130999999999999 276.81029999999998 6720 4548 0 0 2.2270317250263632e-05 0.76920455978714175 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 31 25 29 26 307 1 0 1 0 43 0 0 0 0 0 +348 1783795011102482300 REFRESH 56 0 0.75892170640340018 0.26575809199318562 2 5 2 5 0 0 3246 85 417 3955354 56640 222.82444763183594 1.0033000000000001 301.78680000000003 13440 8445 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 27 68 52 245 0 0 18 8 59 0 0 0 0 0 +349 1783795011369281200 REFRESH 34 0 0.74307898609407874 0.8356047700170357 1 12 1 12 0 0 526 17 418 3955347 56640 221.8946533203125 1.0011000000000001 265.04070000000002 6720 4961 0 0 0.0002328195389260269 2.0515969003527372 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 25 25 25 37 306 0 0 0 2 15 0 0 0 0 0 +350 1783795011664440200 REFRESH 30 0 0.69824218379187264 0.4608177172061329 1 8 1 8 0 0 1966 74 414 3955360 56640 222.69964599609375 1.028 293.28339999999997 13440 9178 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 27 103 44 215 0 0 19 9 46 0 0 0 0 0 +351 1783795012043282600 REFRESH 46 0 0.75084605779366298 0.37478705281090291 0 8 0 8 0 0 2174 23 418 3955342 56640 222.92991638183594 1.0041 307.34980000000002 13440 8670 0 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 26 29 47 291 0 0 2 0 21 0 0 0 0 0 +352 1783795012459521800 REFRESH 27 0 0.7429878971502426 0.93696763202725719 0 14 0 14 0 0 724 27 408 3955358 56640 222.8275146484375 1.0108999999999999 273.9479 6720 4922 0 0 9.5919585659512732e-07 0.96376183425862771 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 25 26 25 26 306 0 0 0 0 27 0 0 0 0 0 +353 1783795012848287600 REFRESH 17 0 0.75909876680333188 0.28109028960817717 0 7 0 7 0 0 2422 37 414 3955359 56640 222.17625427246094 1.0193000000000001 321.04230000000001 13440 8633 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 37 45 281 0 0 1 3 33 0 0 0 0 0 +354 1783795013148630600 REFRESH 39 0 0.74407528863170302 0.63287904599659284 3 8 3 8 0 0 1173 34 426 3955358 56640 222.28889465332031 1.0076000000000001 298.62619999999998 6720 4573 0 0 0.033915050234405199 0.89795211255192564 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 27 25 27 29 318 1 0 1 3 29 0 0 0 0 0 +355 1783795013441221900 REFRESH 50 0 0.74411267007544324 0.64054514480408853 2 9 2 9 0 0 778 19 425 3955367 56640 221.69190979003906 1.0097 291.2561 6720 4557 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 26 26 38 29 306 2 0 2 1 14 0 0 0 0 0 +356 1783795013782398500 REFRESH 5 0 0.74580042205448105 0.8279386712095399 2 11 2 11 0 0 623 24 420 3955366 56640 221.54853820800781 1.0187999999999999 265.87670000000003 6720 4896 0 0 0.019454585654798004 0.53250212661114849 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 28 26 68 39 259 2 0 2 2 18 0 0 0 0 0 +357 1783795014183097200 REFRESH 16 0 0.74433158427974577 0.3594548551959113 2 6 2 6 0 0 2030 41 409 3955369 56640 224.99449157714844 1.0054000000000001 272.27109999999999 13440 8326 0 0 0.0065221633305199561 0.41177125977130297 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 26 27 26 305 0 0 0 0 41 0 0 0 0 0 +358 1783795014520017400 REFRESH 6 0 0.74552946037187318 0.91396933560476989 3 11 3 11 1 0 354 7 418 3955367 56640 221.96429443359375 1.0056 269.5693 6720 4922 0 0 0.078490995891016657 0.16637572843653256 3200 1400 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 25 26 25 27 315 0 0 0 0 7 0 0 0 0 1 +359 1783795014855879700 REFRESH 13 0 0.75944703413484382 0.27342419080068137 1 6 1 6 0 0 2579 77 411 3955357 56640 221.98066711425781 1.0026999999999999 276.90629999999999 13440 8590 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 51 44 265 1 0 7 6 63 0 0 0 0 0 +360 1783795015181604200 REFRESH 12 0 0.74429885260099837 0.63287904599659284 3 8 3 8 0 0 1083 21 429 3955343 56640 221.97042846679688 1.0056 267.64479999999998 6720 4604 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 35 26 27 57 284 0 0 1 1 19 0 0 0 0 0 +361 1783795015521343200 REFRESH 10 0 0.74441752772212255 0.64821124361158422 1 10 1 10 0 0 833 15 417 3955360 56640 222.82240295410156 1.0004999999999999 268.28870000000001 6720 4663 0 0 0.0039242051253438525 2.9590146042384387 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 35 25 26 34 297 1 0 1 2 11 0 0 0 0 0 +362 1783795015789622100 REFRESH 15 0 0.74328537415720453 0.91396933560476989 3 11 3 11 0 0 281 10 412 3955359 56640 223.01490783691406 1.0253000000000001 266.65089999999998 6720 4929 0 0 0.13215737202774189 0.95319511763653475 3584 1747 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 25 26 25 30 306 0 0 0 0 10 0 0 0 0 0 +363 1783795016228334300 REFRESH 40 0 0.74456465364640234 0.64821124361158422 1 10 1 10 0 0 1240 15 415 3955361 56640 222.12197875976562 1.0175000000000001 317.81369999999998 6720 4620 0 0 0.026057262580586663 1.7587319459860904 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 30 25 29 33 298 0 0 0 1 14 0 0 0 0 0 +364 1783795016518674200 REFRESH 53 0 0.74451045838601226 0.37478705281090291 0 8 0 8 0 0 3222 84 408 3955368 56640 222.72306823730469 1.0093000000000001 288.31529999999998 13440 8247 0 0 0 0.31793884783069526 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 26 31 33 293 0 0 2 3 79 0 0 0 0 0 +365 1783795016858588400 REFRESH 7 0 0.7461276799875618 0.8356047700170357 1 12 1 12 0 0 684 21 411 3955346 56640 223.109375 1.012 269.62900000000002 6720 4852 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 26 25 27 308 0 0 0 0 21 0 0 0 0 0 +366 1783795017193747900 REFRESH 43 0 0.74616592606922638 0.8279386712095399 2 11 2 11 0 0 672 17 423 3955327 56640 223.18284606933594 0.99650000000000005 264.81330000000003 6720 4914 0 0 0.010328634301928093 1.9556417763712328 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491647 1497600 25 26 25 41 306 1 0 0 0 16 0 0 0 0 0 +367 1783795017521175000 REFRESH 4 0 0.74344353800975993 0.8356047700170357 1 12 1 12 0 0 228 6 423 3955367 56640 221.98477172851562 1.0238 265.40460000000002 6720 4793 0 0 0.040411785743191188 1.4510951908289993 3584 1981 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 25 25 25 34 314 0 0 0 0 6 0 0 0 0 0 +368 1783795017852195300 REFRESH 23 0 0.74957560486842678 0.74190800681430991 1 11 1 11 0 0 3091 19 407 3955340 56640 224.41471862792969 1.0061 268.82429999999999 6720 4933 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 64 26 28 44 245 0 0 0 1 18 0 0 0 0 0 +369 1783795018310478700 REFRESH 33 0 0.75147102965057089 0.36712095400340705 1 7 1 7 0 0 2330 52 415 3955368 56640 223.85868835449219 0.99529999999999996 279.2131 13440 8599 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 25 37 32 296 0 0 0 3 49 0 0 0 0 0 +370 1783795018648736400 REFRESH 28 0 0.77361764215377316 0.8279386712095399 2 11 2 11 0 0 506 18 403 3955354 56640 223.21253967285156 1.0501 269.65620000000001 6720 4622 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 25 25 25 37 291 0 0 0 0 18 0 0 0 0 0 +371 1783795018976917700 REFRESH 35 0 0.74636003991452793 0.8279386712095399 2 11 2 11 0 0 872 16 403 3955349 56640 222.68006896972656 1.0051000000000001 266.4545 6720 4874 0 0 0.14666183617900122 1.133023708788703 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 37 290 0 0 0 0 16 0 0 0 0 0 +372 1783795019363022200 REFRESH 54 0 0.74804883338515882 0.4608177172061329 1 8 1 8 0 0 795 13 419 3955358 56640 221.98988342285156 1.0061 314.90969999999999 13440 9075 0 0 0.00048066728228539129 1.077131482152623 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 26 33 77 258 0 0 1 0 12 0 0 0 0 0 +373 1783795019702313800 REFRESH 0 0 0.74643228509738757 0.8279386712095399 2 11 2 11 0 0 662 33 416 3955381 56640 222.50700378417969 0.99529999999999996 265.96629999999999 6720 4835 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491700 1497600 25 26 25 37 303 0 0 0 1 32 0 0 0 0 0 +374 1783795020143600700 REFRESH 44 0 0.75164208770625596 0.36712095400340705 1 7 1 7 0 0 1391 18 429 3955344 56640 222.94221496582031 1.2030000000000001 323.77609999999999 13440 8578 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491664 1497600 25 25 62 55 262 0 0 0 0 18 0 0 0 0 0 +375 1783795020498251500 REFRESH 21 0 0.75020742144210573 0.56218057921635434 0 10 0 10 0 0 1792 53 410 3955355 56640 221.62637329101562 1.02 283.86720000000003 6720 4661 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 31 25 30 55 269 3 0 5 5 40 0 0 0 0 0 +376 1783795020850476800 REFRESH 2 0 0.7491709761175529 0.45315161839863699 2 7 2 7 0 0 2006 58 414 3955346 56640 222.94221496582031 0.99750000000000005 278.33609999999999 13440 9091 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 25 33 43 288 0 0 3 1 54 0 0 0 0 0 +377 1783795021184759700 REFRESH 18 0 0.74389940884332484 0.9293015332197615 1 13 1 13 0 0 398 13 411 3955342 56640 224.71168518066406 1.0234000000000001 273.19229999999999 6720 4889 0 0 0.0012047658074714103 1.5360264306134574 3999 1951 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 25 25 25 26 310 0 0 0 0 13 0 0 0 0 0 +378 1783795021509750900 REFRESH 24 0 0.75098038838918191 1 4 11 4 11 0 0 462 10 412 3955337 56640 224.62258911132812 1.0005999999999999 267.77539999999999 6720 4900 0 0 0.049718034260125263 1.3802885951242663 3584 1584 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 25 25 25 26 311 0 0 0 0 10 0 0 0 0 0 +379 1783795021924854600 REFRESH 55 0 0.74665871536282524 0.8279386712095399 2 11 2 11 0 0 799 9 410 3955351 56640 224.04914855957031 1.0087999999999999 273.43079999999998 6720 4766 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 26 25 26 308 0 0 0 0 9 0 0 0 0 0 +380 1783795022269218800 REFRESH 41 0 0.75038890480038789 0.55451448040885853 1 9 1 9 0 0 1358 42 414 3955366 56640 221.85165405273438 1.0225 278.87 6720 4724 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 29 26 36 29 294 4 0 3 2 33 0 0 0 0 0 +381 1783795022585519100 REFRESH 20 0 0.76936118231222339 0.26575809199318562 2 5 2 5 0 0 1491 11 431 3947750 55680 223.35693359375 1.0037 314.74700000000001 13440 8489 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737509 998400 131 25 28 142 105 0 0 3 1 7 0 0 0 0 0 +382 1783795022936162800 REFRESH 32 0 0.74938097406928361 0.4608177172061329 1 8 1 8 0 0 1811 59 414 3955369 56640 223.16645812988281 1.0024 275.7928 13440 9240 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 25 34 36 294 0 0 3 3 53 0 0 0 0 0 +383 1783795023252830100 REFRESH 11 0 0.74511161781652524 0.37478705281090291 0 8 0 8 0 0 1506 23 414 3955332 56640 222.18751525878906 0.99919999999999998 315.16570000000002 13440 8630 0 0 0 0.72081964466269544 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491652 1497600 25 26 61 66 236 0 0 2 3 18 0 0 0 0 0 +384 1783795023579414600 REFRESH 51 0 0.74413091849331969 0.91396933560476989 3 11 3 11 0 0 448 13 401 3955351 56640 222.92889404296875 1.0068999999999999 269.209 6720 4814 0 0 0.069664032765697381 0.30086069734652521 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 26 25 32 293 0 0 0 1 12 0 0 0 0 0 +385 1783795023939876600 REFRESH 45 0 0.74948538027648337 0.45315161839863699 2 7 2 7 0 0 1424 39 420 3955373 56640 222.49984741210938 1.0190999999999999 290.3066 13440 9168 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491693 1497600 25 28 34 49 284 0 0 0 2 37 0 0 0 0 0 +386 1783795024279037300 REFRESH 36 0 0.74693062467861215 0.82027257240204421 3 10 3 10 0 0 914 29 413 3955368 56640 222.55206298828125 1.0065999999999999 272.2758 6720 4885 0 0 0.063856168107744679 0.17242192002112078 4078 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 27 25 31 35 295 2 0 3 0 24 0 0 0 0 0 +387 1783795024617093600 REFRESH 49 0 0.74701116673326717 0.82027257240204421 3 10 3 10 0 0 830 28 409 3955355 56640 222.11276245117188 1.0087999999999999 265.15230000000003 6720 4809 0 0 0.098283277247078984 0.35019711147317473 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 28 26 29 35 291 0 0 0 0 28 0 0 0 0 0 +388 1783795024943785300 REFRESH 42 0 0.93021474163760032 0 0 4 0 4 0 0 4096 11 426 3943918 55200 223.97235107421875 1.0152000000000001 324.78489999999999 20160 12693 0 0 0 0.011741551040571795 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 51 25 30 244 76 0 0 0 0 11 0 0 0 0 0 +389 1783795025223402600 REFRESH 58 0 0.74430504689260846 0.92163543441226559 2 12 2 12 0 0 444 22 412 3955317 56640 223.77676391601562 1.0451999999999999 271.63529999999997 6720 4890 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491637 1497600 25 26 25 29 307 0 0 0 0 22 0 0 0 0 0 +390 1783795025550839800 REFRESH 37 0 0.74707226766103929 0.8356047700170357 1 12 1 12 0 0 765 33 409 3955343 56640 223.75013732910156 1.0087999999999999 266.9511 6720 4871 0 0 0.0080382756420861595 0.88392846964391758 4085 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 25 25 25 32 302 0 0 0 0 33 0 0 0 0 0 +391 1783795025923899100 REFRESH 52 0 0.75221567569236569 0.36712095400340705 1 7 1 7 0 0 1369 15 424 3955366 56640 221.43898010253906 1.0044 311.12540000000001 13440 8619 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 25 27 45 76 251 0 0 3 0 12 0 0 0 0 0 +392 1783795026292013300 REFRESH 48 0 0.76049126743721451 0.27342419080068137 1 6 1 6 0 0 1599 24 418 3955364 56640 222.76095581054688 1.1237999999999999 306.41039999999998 13440 8723 0 0 0.0015487523281342034 0.087658865399518185 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 26 54 49 264 0 0 0 1 23 0 0 0 0 0 +393 1783795026641275900 REFRESH 22 0 0.74450744942888769 0.91396933560476989 3 11 3 11 0 0 418 11 416 3955332 56640 224.74240112304688 1.0059 274.05779999999999 6720 4868 0 0 0.009243002877679091 0.73146239571728844 4091 2043 64 1 16 5 1 2 2 6 1228800 245760 491520 491651 1497600 25 25 25 26 315 0 0 0 0 11 0 0 0 0 0 +394 1783795026932760700 REFRESH 9 0 0.74544984294749284 0.3594548551959113 2 6 2 6 0 0 1134 24 415 3955359 56640 222.57254028320312 0.99380000000000002 289.63490000000002 13440 8464 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 25 36 42 287 0 0 2 0 22 0 0 0 0 0 +395 1783795028608278100 DEPTH 28 1 0.76263559046063978 0.8279386712095399 2 11 2 11 0 0 509 47 2506 23732996 147840 1302.2517395019531 6.0293000000000001 1593.2092 73920 41188 1 0 0.00017781511379253443 2.0677017543935525 4096 2048 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950913 8985600 150 150 150 189 1867 0 0 0 2 45 0 0 0 0 0 +396 1783795030604145900 DEPTH 13 1 0.75428964387223385 0.27342419080068137 1 6 1 6 0 0 2588 87 2551 23725377 140160 1293.3870391845703 7.4584999999999999 1932.9073000000001 80640 41509 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950975 8486400 150 153 163 368 1717 1 0 8 6 72 0 0 0 0 0 +397 1783795032541445900 DEPTH 17 1 0.75419029275004801 0.28109028960817717 0 7 0 7 0 0 2446 61 2550 23725378 140160 1288.8862609863281 6.0261999999999993 1876.7841000000001 80640 41673 1 1 0 0.16424126902321717 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950973 8486400 150 156 156 351 1737 2 1 0 0 57 0 0 0 0 0 +398 1783795034352681500 DEPTH 8 1 0.75421707367835444 0.26575809199318562 2 5 2 5 0 0 1993 43 2529 23725315 140160 1302.7819366455078 6.0461 1736.1075000000001 80640 40934 1 0 0.030027438172638667 0.98090445620705224 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950912 8486400 150 155 171 350 1703 0 0 3 3 37 0 0 0 0 0 +399 1783795036352105000 DEPTH 56 1 0.75424679397187244 0.26575809199318562 2 5 2 5 0 0 3281 95 2539 23725353 140160 1291.9238739013672 7.4624000000000006 1938.3384000000001 80640 40413 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950951 8486400 150 154 256 406 1573 0 0 6 9 80 0 0 0 0 0 +400 1783795038520619200 DEPTH 42 1 0.7968399561466849 0 0 4 0 4 1 0 4096 50 2580 23664873 81600 1304.1500854492188 7.2790999999999997 2018.0903000000001 120960 60167 1 0 0 0.011776586526091383 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 251 150 170 1344 665 0 0 0 0 50 0 0 0 0 1 +401 1783795040537559800 DEPTH 33 1 0.74567472989342787 0.36712095400340705 1 7 1 7 0 0 2345 90 2536 23733113 147840 1302.9734954833984 6.8971999999999998 1948.6794 80640 42562 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951028 8985600 150 150 164 156 1916 0 0 2 8 80 0 0 0 0 0 +402 1783795042632507100 DEPTH 1 1 0.74570669863812422 0.36712095400340705 1 7 1 7 0 0 2013 72 2574 23733029 147840 1293.4799194335938 6.0937000000000001 1924.7733000000001 80640 42743 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950946 8985600 150 151 171 202 1900 0 1 11 1 59 0 0 0 0 0 +403 1783795044741560500 DEPTH 44 1 0.74573862817449121 0.36712095400340705 1 7 1 7 0 0 1407 68 2595 23733020 147840 1295.978515625 6.5619000000000005 1948.2166 80640 42161 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950935 8985600 150 150 228 219 1848 0 1 0 0 67 0 0 0 0 0 +404 1783795046877946400 DEPTH 46 1 0.74577051859574528 0.37478705281090291 0 8 0 8 0 0 2183 41 2565 23733002 147840 1298.2630310058594 6.5364000000000004 1975.3978 80640 42706 1 1 1.0331752390810502e-06 0.42485638801396142 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950920 8985600 150 156 168 167 1924 0 0 3 0 37 0 0 0 0 0 +405 1783795048988752800 DEPTH 25 1 0.74310493259572485 0.4608177172061329 1 8 1 8 0 0 1865 64 2544 23732980 147840 1298.3480224609375 7.3556000000000008 1885.3632 80640 44671 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950898 8985600 150 156 161 189 1888 0 0 4 15 45 0 0 0 0 0 +406 1783795050843890500 DEPTH 38 1 0.74306256565894846 0.55451448040885853 1 9 1 9 0 0 1491 96 2519 23733080 147840 1285.8839111328125 6.7930000000000001 1713.9513999999999 73920 39718 1 0 0.13433027919204674 2.3057515358806704 4096 2048 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950996 8985600 157 150 168 202 1842 8 1 9 7 71 0 0 0 0 0 +407 1783795052855674800 DEPTH 21 1 0.74309639127318006 0.56218057921635434 0 10 0 10 0 0 1815 72 2560 23733010 147840 1288.7584381103516 6.6093999999999999 1932.3656000000001 73920 39443 1 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950928 8985600 150 150 162 167 1931 11 1 19 4 37 0 0 0 0 0 +408 1783795054842955900 DEPTH 2 1 0.74277726921036025 0.45315161839863699 2 7 2 7 0 0 2019 94 2553 23733070 147840 1292.0403900146484 6.5084 1909.5259000000001 80640 44728 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950986 8985600 150 150 162 152 1939 0 0 17 2 75 0 0 0 0 0 +409 1783795056764496200 DEPTH 30 1 0.74280994093899322 0.4608177172061329 1 8 1 8 0 0 1992 100 2536 23733120 147840 1296.4312438964844 6.6082000000000001 1919.9634000000001 80640 44722 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951033 8985600 150 156 264 216 1750 0 0 4 5 91 0 0 0 0 0 +410 1783795058810777800 DEPTH 54 1 0.74195944201579889 0.4608177172061329 1 8 1 8 1 0 802 40 2560 23732993 147840 1289.2724761962891 6.5336000000000007 1911.0862 80640 44440 1 0 0.00048075780660540818 1.0574138131173132 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950911 8985600 150 150 182 293 1785 0 0 1 1 38 0 0 0 0 1 +411 1783795060737158700 DEPTH 42 1 0.78354271398360253 0 0 4 0 4 0 0 4096 40 2587 23664823 81600 1295.1347198486328 6.0152000000000001 1924.4525000000001 120960 49170 1 0 0 0.011776586526091383 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426421 4492800 243 150 164 1420 610 0 0 0 0 40 0 0 0 0 0 +412 1783795062641880200 DEPTH 20 1 0.76199738249816118 0.26575809199318562 2 5 2 5 0 0 1510 48 2608 23687987 103680 1301.0167388916016 6.1189 1903.0863999999999 80640 41797 1 1 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426546 5990400 600 150 159 539 1160 0 0 1 0 46 0 0 0 0 0 +413 1783795064499684000 DEPTH 41 1 0.7432984821565829 0.55451448040885853 1 9 1 9 0 0 1391 113 2554 23733082 147840 1284.5579528808594 5.9588999999999999 1780.7041999999999 73920 39729 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 4 2 2 2 6 6144000 2703360 2949120 2950997 8985600 158 150 165 164 1917 18 2 5 17 71 0 0 0 0 0 +414 1783795066438347900 DEPTH 45 1 0.74297270521011827 0.45315161839863699 2 7 2 7 0 0 1434 57 2574 23733099 147840 1294.0359802246094 6.0182000000000002 1870.0400999999999 80640 45058 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951017 8985600 150 150 160 206 1908 0 0 12 4 41 0 0 0 0 0 +415 1783795068414751500 DEPTH 32 1 0.74300513984161454 0.4608177172061329 1 8 1 8 0 0 1832 91 2548 23733002 147840 1291.3418273925781 6.4649999999999999 1891.3599999999999 80640 44717 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950922 8985600 150 150 156 161 1931 3 0 15 6 67 0 0 0 0 0 +416 1783795070225471700 DEPTH 23 1 0.74213897353945346 0.74190800681430991 1 11 1 11 0 0 3111 66 2526 23733050 147840 1309.5086669921875 7.0781999999999998 1689.5365999999999 40320 23532 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950969 8985600 167 156 156 175 1872 0 0 3 5 58 0 0 0 0 0 +417 1783795071870552100 DEPTH 24 1 0.74215414925886769 1 4 11 4 11 0 0 470 77 2511 23733044 147840 1302.3774719238281 6.0407000000000002 1581.8859 40320 23099 1 0 0.049718034260125263 1.3802885951242663 3817 1769 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950960 8985600 150 150 150 150 1911 2 0 0 0 75 0 0 0 0 0 +418 1783795073635952600 DEPTH 16 1 0.73992547463328395 0.3594548551959113 2 6 2 6 0 0 2039 60 2531 23729259 144000 1303.8673858642578 6.8668000000000005 1697.6637000000001 80640 40113 1 0 0.0065221633305199561 0.41177125977130297 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2951019 8736000 150 156 157 209 1859 0 0 2 1 57 0 0 0 0 0 +419 1783795075653424200 DEPTH 48 1 0.75495794500433022 0.27342419080068137 1 6 1 6 0 0 1607 57 2571 23725310 140160 1290.2167053222656 6.1031999999999993 1876.0165999999999 80640 42482 1 0 0.0015487523281342034 0.087658865399518185 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950907 8486400 150 152 152 355 1762 1 0 1 1 54 0 0 0 0 0 +420 1783795077716272000 DEPTH 42 1 0.76029112576670299 0 0 4 0 4 1 0 4096 49 2598 23664866 81600 1291.1360015869141 6.5402999999999993 2061.1561000000002 120960 39005 1 0 0 0.0094987199188757837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426465 4492800 223 150 159 1509 557 0 0 2 0 47 0 0 0 0 1 +421 1783795079620000100 DEPTH 52 1 0.74630675990437056 0.36712095400340705 1 7 1 7 0 0 1389 65 2563 23733101 147840 1286.7102661132812 6.0633999999999997 1844.8905 80640 42417 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951020 8985600 150 160 231 308 1714 0 0 4 3 58 0 0 0 0 0 +422 1783795081307970300 DEPTH 28 1 0.75275559000891923 0.8279386712095399 2 11 2 11 0 0 512 38 2523 23733017 147840 1294.0780029296875 6.3365 1627.9888000000001 80640 35846 1 0 0.00017781511379253443 2.0677017543935525 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950933 8985600 150 150 150 196 1877 0 0 0 1 37 0 0 0 0 0 +423 1783795083187197100 DEPTH 31 1 0.74004124622489109 0.3594548551959113 2 6 2 6 0 0 1749 45 2538 23729240 144000 1291.3756256103516 6.0157000000000007 1803.5898999999999 80640 42124 1 0 0.03771404607834776 0.98138218302019542 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950994 8736000 150 150 150 202 1886 0 0 4 0 41 0 0 0 0 0 +424 1783795085171638200 DEPTH 53 1 0.74005644371324486 0.37478705281090291 0 8 0 8 0 0 3243 110 2522 23733069 147840 1298.0717620849609 6.9271999999999991 1898.9812999999999 80640 40008 1 0 0 0.31793884783069526 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950985 8985600 150 156 170 156 1890 0 0 6 12 92 0 0 0 0 0 +425 1783795087183223500 DEPTH 11 1 0.74006156538949908 0.37478705281090291 0 8 0 8 0 0 1526 56 2567 23729138 144000 1284.0776672363281 6.4683999999999999 1921.6958 80640 41593 1 0 0 0.72081964466269544 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950897 8736000 150 156 161 246 1854 3 0 0 0 53 0 0 0 0 0 +426 1783795089151801300 DEPTH 9 1 0.74007451890767384 0.3594548551959113 2 6 2 6 0 0 1153 64 2551 23725341 140160 1304.5780639648438 6.7764000000000006 1894.0233000000001 80640 41327 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3440640 2950938 8486400 150 150 192 380 1679 2 0 5 1 56 0 0 0 0 0 +427 1783795089477294400 REFRESH 22 0 0.73650542017849097 0.91396933560476989 3 11 3 11 1 0 419 15 420 3955359 56640 223.92320251464844 1.0002 265.13080000000002 6720 4840 0 0 0.0091859509153024484 0.74789747325263956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 25 25 25 26 319 0 0 0 0 15 0 0 0 0 1 +428 1783795089797229500 REFRESH 43 0 0.73921799374058406 0.8279386712095399 2 11 2 11 1 0 672 22 419 3955344 56640 222.62681579589844 1.0137 262.1354 6720 4826 0 0 0.0098917603558251466 1.2583434584708781 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 26 25 38 305 1 0 0 1 20 0 0 0 0 1 +429 1783795090119054500 REFRESH 37 0 0.73925464956173359 0.8356047700170357 1 12 1 12 0 0 778 41 411 3955366 56640 223.12448120117188 1.0027999999999999 264.15440000000001 6720 4873 0 0 0.0080382756420861595 0.88392846964391758 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 25 25 25 33 303 0 0 0 1 40 0 0 0 0 0 +430 1783795090490546000 REFRESH 15 0 0.73655887309569357 0.91396933560476989 3 11 3 11 0 0 281 8 410 3955347 56640 222.6903076171875 1.1369 293.1234 6720 4827 0 0 0.13215737202774189 0.95319511763653475 3648 1776 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 25 26 25 31 303 0 0 0 0 8 0 0 0 0 0 +431 1783795090849461200 REFRESH 4 0 0.73283563444491862 0.8356047700170357 1 12 1 12 0 0 230 10 421 3955368 56640 221.49530029296875 1.6032999999999999 300.21589999999998 6720 4845 0 0 0.040411785743191188 1.4510951908289993 3648 2016 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 25 25 25 37 309 1 0 0 0 9 0 0 0 0 0 +432 1783795091229609100 REFRESH 39 0 0.73857173176416802 0.63287904599659284 3 8 1 9 1 0 1177 18 434 3955344 56640 223.0067138671875 1.002 306.88810000000001 6720 4552 0 0 0.00014764898786445011 2.5917218480173916 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 25 27 26 331 1 0 1 1 15 0 0 0 0 1 +433 1783795091565967300 REFRESH 21 0 0.73643949199999681 0.56218057921635434 0 10 0 10 0 0 1827 42 412 3955349 56640 221.07034301757812 1.0017 279.2482 13440 9099 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 31 72 259 0 0 1 9 32 0 0 0 0 0 +434 1783795091892570400 REFRESH 42 0 0.80725284793519025 0 0 4 0 4 0 0 4096 14 425 3943928 55200 224.45158386230469 1.0189999999999999 325.04750000000001 20160 12269 0 0 0 0.0094987199188757837 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 52 25 29 245 74 0 0 0 0 14 0 0 0 0 0 +435 1783795092245032400 REFRESH 2 0 0.73674021433708248 0.45315161839863699 2 7 2 7 0 0 2063 75 412 3955363 56640 223.06303405761719 1.0049999999999999 279.59840000000003 13440 8606 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491683 1497600 25 25 34 46 282 0 0 2 3 70 0 0 0 0 0 +436 1783795092585577900 REFRESH 30 0 0.73677090039710991 0.4608177172061329 1 8 1 8 0 0 2011 65 416 3955360 56640 223.79827880859375 1.0105999999999999 283.33210000000003 13440 8652 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 27 114 45 205 0 0 16 6 43 0 0 0 0 0 +437 1783795092893630600 REFRESH 48 0 0.67951853936068207 0.27342419080068137 1 6 1 6 0 0 1617 36 424 3951514 56160 222.23362731933594 1.0084 306.30610000000001 13440 8563 0 0 0.0015487523281342034 0.087658865399518185 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 26 25 157 191 1 0 5 11 19 0 0 0 0 0 +438 1783795093220995500 REFRESH 0 0 0.73955714313743526 0.8279386712095399 2 11 2 11 0 0 671 26 413 3955351 56640 222.65855407714844 1.0044 264.67939999999999 6720 4842 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 26 25 43 294 0 0 0 0 26 0 0 0 0 0 +439 1783795093548049900 REFRESH 12 0 0.73880040764200516 0.63287904599659284 3 8 3 8 0 0 1084 16 425 3955353 56640 221.46969604492188 1.0072000000000001 264.22710000000001 6720 4560 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 30 26 26 42 301 0 0 0 0 16 0 0 0 0 0 +440 1783795093858854400 REFRESH 11 0 0.63453492283305057 0.37478705281090291 0 8 0 8 0 0 1541 28 419 3951498 56160 222.41792297363281 0.996 309.2407 13440 8393 0 0 0 0.72081964466269544 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491657 1248000 25 26 28 94 246 0 0 9 3 16 0 0 0 0 0 +441 1783795094204604500 REFRESH 33 0 0.7405229121091419 0.36712095400340705 1 7 1 7 0 0 2373 46 413 3955349 56640 223.92236328125 1.0119 283.71910000000003 13440 8381 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 37 32 294 0 0 3 3 40 0 0 0 0 0 +442 1783795094548796300 REFRESH 14 0 0.73896139097843161 0.65587734241908002 0 11 0 11 0 0 1208 26 417 3955364 56640 224.49253845214844 1.0081 275.47809999999998 6720 4570 0 0 2.2270317250263632e-05 0.76920455978714175 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 31 25 29 27 305 0 0 0 0 26 0 0 0 0 0 +443 1783795094889050200 REFRESH 7 0 0.73972522243654726 0.8356047700170357 1 12 1 12 0 0 691 21 411 3955334 56640 223.14189147949219 1.0145999999999999 268.86649999999997 6720 4879 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491654 1497600 25 26 25 27 308 0 0 0 0 21 0 0 0 0 0 +444 1783795095217631900 REFRESH 6 0 0.73618331236328549 0.91396933560476989 3 11 3 11 0 0 354 9 420 3955349 56640 222.5428466796875 0.99890000000000001 264.75220000000002 6720 4930 0 0 0.078490995891016657 0.16637572843653256 3264 1429 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 26 25 27 317 0 0 0 0 9 0 0 0 0 0 +445 1783795095545617400 REFRESH 10 0 0.7390683455103596 0.64821124361158422 1 10 1 10 0 0 840 22 421 3955340 56640 221.81478881835938 1.0104 263.99639999999999 6720 4586 0 0 0.0039242051253438525 2.9590146042384387 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 48 25 26 35 287 1 0 0 2 19 0 0 0 0 0 +446 1783795095923146900 REFRESH 54 0 0.73632069681492618 0.4608177172061329 1 8 1 8 0 0 804 13 420 3955348 56640 222.18751525878906 1.0073000000000001 308.18880000000001 13440 8570 0 0 0.00048075780660540818 1.0574138131173132 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 41 97 231 0 0 1 2 10 0 0 0 0 0 +447 1783795096293646800 REFRESH 25 0 0.7374894012097295 0.4608177172061329 1 8 1 8 0 0 1869 16 409 3955346 56640 223.43190002441406 1.0158 298.16019999999997 13440 8565 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 28 35 295 0 0 0 3 13 0 0 0 0 0 +448 1783795096653962700 REFRESH 45 0 0.73713633189549121 0.45315161839863699 2 7 2 7 0 0 1447 51 417 3955337 56640 222.82138061523438 1.0097 288.41430000000003 13440 8677 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 28 35 60 269 0 0 4 6 41 0 0 0 0 0 +449 1783795097031643200 REFRESH 46 0 0.74075883671616727 0.37478705281090291 0 8 0 8 0 0 2192 29 416 3955341 56640 222.86029052734375 1.0095000000000001 306.58359999999999 13440 8626 0 0 1.0331752390810502e-06 0.42485638801396142 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 26 30 62 273 0 0 3 2 24 0 0 0 0 0 +450 1783795097365665600 REFRESH 19 0 0.7399588864260388 0.8279386712095399 2 11 2 11 0 0 697 19 414 3955340 56640 222.28070068359375 1.0041 266.02449999999999 6720 4749 0 0 0.026098001124384564 0.38970274678601297 4091 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 27 25 29 26 307 0 0 2 0 17 0 0 0 0 0 +451 1783795097651533300 REFRESH 31 0 0.73488661509960662 0.3594548551959113 2 6 2 6 0 0 1759 33 418 3951506 56160 223.32313537597656 1.0075000000000001 283.79930000000002 13440 8553 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491665 1248000 25 26 26 130 211 0 0 3 6 24 0 0 0 0 0 +452 1783795097977617400 REFRESH 5 0 0.74004255974865807 0.8279386712095399 2 11 2 11 1 0 625 14 414 3955364 56640 220.7139892578125 1.0157 262.31220000000002 6720 4873 0 0 0.019475020421760351 0.49687381493586974 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 30 26 63 39 256 1 0 1 0 12 0 0 0 0 1 +453 1783795098368341700 REFRESH 17 0 0.74989723684575749 0.28109028960817717 0 7 0 7 0 0 2455 23 419 3951504 56160 222.73023986816406 1.0085999999999999 312.10590000000002 13440 8550 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 26 27 213 128 0 0 6 2 15 0 0 0 0 0 +454 1783795098710702100 REFRESH 18 0 0.73740321053747993 0.9293015332197615 1 13 1 13 0 0 399 16 413 3955348 56640 224.4874267578125 1.0045999999999999 273.95850000000002 6720 4826 0 0 0.0012047658074714103 1.5360264306134574 4025 1977 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 25 25 26 312 0 0 0 0 16 0 0 0 0 0 +455 1783795099043896900 REFRESH 32 0 0.73734714792775424 0.4608177172061329 1 8 1 8 0 0 1865 59 414 3955337 56640 222.28291320800781 1.0064 270.82999999999998 13440 8670 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 25 39 46 279 0 0 6 10 43 0 0 0 0 0 +456 1783795099361738700 REFRESH 20 0 0.755458495511249 0.26575809199318562 2 5 2 5 0 0 1512 9 430 3947759 55680 224.92979431152344 1.0117 316.00470000000001 13440 8714 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737519 998400 137 25 28 159 81 0 0 1 0 8 0 0 0 0 0 +457 1783795099703204100 REFRESH 58 0 0.73746338350538077 0.92163543441226559 2 12 2 12 0 0 448 22 410 3955345 56640 222.99647521972656 1.0205 268.82569999999998 6720 4808 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 26 25 29 305 0 0 0 0 22 0 0 0 0 0 +458 1783795100038884900 REFRESH 51 0 0.73750722018982473 0.91396933560476989 3 11 3 11 0 0 452 15 400 3955355 56640 222.5296630859375 1.0102 263.6164 6720 4817 0 0 0.069664032765697381 0.30086069734652521 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 26 25 33 291 0 0 0 0 15 0 0 0 0 0 +459 1783795100429181400 REFRESH 57 0 0.74025653242294176 0.8279386712095399 2 11 2 11 0 0 971 23 402 3955345 56640 222.67085266113281 1.0271999999999999 266.14019999999999 6720 4799 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 26 25 28 298 0 0 0 0 23 0 0 0 0 0 +460 1783795100767561600 REFRESH 34 0 0.73810241365256057 0.8356047700170357 1 12 1 12 0 0 528 11 418 3955365 56640 221.84037780761719 0.99990000000000001 261.98689999999999 6720 4900 0 0 0.0002328195389260269 2.0515969003527372 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 25 25 39 304 0 0 0 0 11 0 0 0 0 0 +461 1783795101041667700 REFRESH 16 0 0.7352024328877661 0.3594548551959113 2 6 2 6 0 0 2068 58 416 3951511 56160 223.95494079589844 1.0016 272.26459999999997 13440 8031 0 0 0.0065221633305199561 0.41177125977130297 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491671 1248000 25 26 25 101 239 0 0 0 20 38 0 0 0 0 0 +462 1783795101396453500 REFRESH 13 0 0.75026940072403137 0.27342419080068137 1 6 1 6 0 0 2638 81 413 3951508 56160 222.74671936035156 1.0016 283.28750000000002 13440 8485 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 26 27 98 237 0 0 5 29 47 0 0 0 0 0 +463 1783795101665330700 REFRESH 28 0 0.7441580508115162 0.8279386712095399 2 11 2 11 0 0 514 19 407 3955352 56640 223.56889343261719 1.0135000000000001 267.29610000000002 13440 8702 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 25 42 290 0 0 0 0 19 0 0 0 0 0 +464 1783795102014435400 REFRESH 50 0 0.73960199655581149 0.64054514480408853 2 9 2 9 0 0 813 55 411 3955332 56640 221.40518188476562 1.0729 276.83609999999999 6720 4571 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491652 1497600 36 26 53 43 253 3 0 6 2 44 0 0 0 0 0 +465 1783795102342749600 REFRESH 27 0 0.737806260444833 0.93696763202725719 0 14 0 14 1 0 728 21 412 3955358 56640 223.32118225097656 0.99909999999999999 266.26999999999998 6720 4776 0 0 2.4181422297834506e-07 1.0604728054421013 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491678 1497600 25 26 25 26 310 0 0 0 0 21 0 0 0 0 1 +466 1783795102673268400 REFRESH 26 0 0.74048773955844838 0.8356047700170357 1 12 1 12 0 0 860 29 414 3955369 56640 222.56025695800781 1.0358000000000001 267.26580000000001 6720 4850 0 0 0.0010574846130516756 0.54302670673312381 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 25 26 25 27 311 0 0 1 3 25 0 0 0 0 0 +467 1783795103009322000 REFRESH 29 0 0.74081101609714028 0.82027257240204421 3 10 3 10 0 0 957 24 419 3955340 56640 222.80703735351562 1.0106999999999999 266.88049999999998 6720 4866 0 0 0.20230562546642367 1.1954751606558145 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 31 25 28 30 305 1 0 0 2 21 0 0 0 0 0 +468 1783795103364227300 REFRESH 8 0 0.75031614018543047 0.26575809199318562 2 5 2 5 0 0 1999 19 414 3951534 56160 224.10649108886719 1.0192000000000001 280.6979 13440 8029 0 0 0.030027438172638667 0.98090445620705224 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491694 1248000 25 26 27 102 234 0 0 0 4 15 0 0 0 0 0 +469 1783795103771327500 REFRESH 38 0 0.73755785763869375 0.55451448040885853 1 9 1 9 0 0 1507 41 414 3955348 56640 221.85165405273438 1.0056 267.29680000000002 13440 9095 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 25 46 39 279 0 0 2 0 39 0 0 0 0 0 +470 1783795104096416000 REFRESH 55 0 0.73961616089344073 0.8279386712095399 2 11 2 11 0 0 800 17 407 3955361 56640 223.71430969238281 1.0101 265.77640000000002 6720 4788 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 25 26 25 26 305 0 0 0 0 17 0 0 0 0 0 +471 1783795104435097300 REFRESH 49 0 0.74069650580393687 0.82027257240204421 3 10 3 10 0 0 841 31 410 3955347 56640 222.023681640625 1.0262 268.3843 6720 4772 0 0 0.098283277247078984 0.35019711147317473 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 27 26 28 34 295 0 0 0 0 31 0 0 0 0 0 +472 1783795104798647600 REFRESH 1 0 0.74142507355940324 0.36712095400340705 1 7 1 7 0 0 2034 48 418 3955352 56640 222.50802612304688 0.99370000000000003 293.60050000000001 13440 8482 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 27 32 40 294 0 0 1 3 44 0 0 0 0 0 +473 1783795105128526300 REFRESH 3 0 0.73988496388722014 0.64054514480408853 2 9 2 9 0 0 870 32 411 3955345 56640 220.75820922851562 1.0054000000000001 270.34859999999998 6720 4538 0 0 0.0051976686044791515 0.23811695999084281 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 33 26 48 41 263 0 0 0 0 32 0 0 0 0 0 +474 1783795105489126800 REFRESH 41 0 0.73770955022941509 0.55451448040885853 1 9 1 9 0 0 1415 52 414 3955366 56640 221.84857177734375 1.0565 285.50259999999997 13440 9055 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 39 32 292 1 0 3 7 41 0 0 0 0 0 +475 1783795105977174100 REFRESH 23 0 0.73578078656653434 0.74190800681430991 1 11 1 11 0 0 3121 26 409 3955345 56640 223.39891052246094 1.0038 267.70490000000001 6720 4530 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 85 26 31 52 215 1 0 0 3 22 0 0 0 0 0 +476 1783795106350166000 REFRESH 56 0 0.75053742257775125 0.26575809199318562 2 5 2 5 0 0 3298 36 419 3951501 56160 223.13984680175781 1.0042 309.71010000000001 13440 8361 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491661 1248000 25 26 27 193 148 0 0 2 4 30 0 0 0 0 0 +477 1783795106693978000 REFRESH 24 0 0.73503267943768991 1 4 11 4 11 0 0 473 13 400 3955366 56640 223.68870544433594 1.0033000000000001 268.40480000000002 6720 4924 0 0 0.049718034260125263 1.3802885951242663 3845 1797 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 25 25 26 299 0 0 0 0 13 0 0 0 0 0 +478 1783795107084912300 REFRESH 44 0 0.74159601456486701 0.36712095400340705 1 7 1 7 0 0 1409 9 433 3955379 56640 223.42349243164062 1.0219 321.47219999999999 13440 8803 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491697 1497600 25 25 70 60 253 0 0 1 0 8 0 0 0 0 0 +479 1783795107452014700 REFRESH 40 0 0.74021120891642966 0.64821124361158422 1 10 1 10 0 0 1244 12 415 3955343 56640 221.127685546875 1.0057 306.36270000000002 6720 4552 0 0 0.026057262580586663 1.7587319459860904 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 31 25 30 35 294 2 0 1 0 9 0 0 0 0 0 +480 1783795107785703000 REFRESH 35 0 0.74094246477028414 0.8279386712095399 2 11 2 11 0 0 874 16 408 3955345 56640 222.42509460449219 1.0182 268.59780000000001 6720 4800 0 0 0.14666183617900122 1.133023708788703 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 26 25 36 296 0 0 0 0 16 0 0 0 0 0 +481 1783795108119065200 REFRESH 47 0 0.74097131598155075 0.8279386712095399 2 11 2 11 0 0 496 18 412 3955350 56640 223.13165283203125 1.0004 264.42759999999998 6720 4931 0 0 0.068787934381682569 1.4082378301417173 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 26 25 26 310 0 0 0 0 18 0 0 0 0 0 +482 1783795108424403800 REFRESH 9 0 0.7357030543817078 0.3594548551959113 2 6 2 6 0 0 1162 20 420 3951520 56160 226.14649963378906 1.0179 303.7835 13440 8439 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491679 1248000 25 25 27 143 200 0 1 1 3 15 0 0 0 0 0 +483 1783795108730257100 REFRESH 52 0 0.74173758382092037 0.36712095400340705 1 7 1 7 0 0 1395 23 426 3955369 56640 222.1763916015625 1.0032000000000001 304.05860000000001 13440 8749 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 27 48 92 234 0 0 1 6 16 0 0 0 0 0 +484 1783795109066506700 REFRESH 36 0 0.74107632016493197 0.82027257240204421 3 10 3 10 0 0 921 40 413 3955361 56640 222.23052978515625 1.0053000000000001 268.85140000000001 6720 4792 0 0 0.063856168107744679 0.17242192002112078 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 29 25 35 35 289 1 0 2 1 36 0 0 0 0 0 +485 1783795109352619300 REFRESH 53 0 0.73582353718224469 0.37478705281090291 0 8 0 8 0 0 3291 88 410 3951504 56160 224.53555297851562 1.0141 283.95460000000003 13440 8153 0 0 0 0.31793884783069526 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 26 28 89 242 0 0 0 15 73 0 0 0 0 0 +486 1783795111419773800 DEPTH 42 1 0.91509408403799009 0 0 4 0 4 0 0 4096 47 2600 23664878 81600 1307.8602142333984 6.1537000000000006 1945.9103 120960 59219 1 0 0 0.0094987199188757837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 273 150 165 1421 591 0 0 0 0 47 0 0 0 0 0 +487 1783795113334957300 DEPTH 39 1 0.83809996385275076 0.55451448040885853 1 9 1 9 0 0 1201 104 2615 23733060 147840 1290.8789825439453 6.1318999999999999 1837.6188 80640 40682 1 0 0.00014764898786445011 2.5917218480173916 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950977 8985600 150 150 151 151 2013 0 3 15 9 77 0 0 0 0 0 +488 1783795115405934900 DEPTH 20 1 0.74802476514392324 0.26575809199318562 2 5 2 5 0 0 1520 40 2614 23676408 92160 1303.1343536376953 6.9232999999999993 2001.1958999999999 100800 53055 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 3 3 3 3 5898240 3686400 4423680 4426488 5241600 554 150 191 854 865 0 3 2 1 34 0 0 0 0 0 +489 1783795117421291300 DEPTH 48 1 0.74532425458885609 0.27342419080068137 1 6 2 5 1 0 1628 58 2561 23721554 137280 1293.7730712890625 6.0947999999999993 1922.3324 80640 41049 1 1 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 3686400 2950993 8236800 150 150 150 313 1798 3 0 1 0 53 0 0 0 0 1 +490 1783795119401506300 DEPTH 17 1 0.74527832712500497 0.28109028960817717 0 7 0 7 0 0 2482 62 2557 23710044 125760 1291.5600891113281 6.3782999999999994 1897.0135 80640 40557 1 1 0 0.16424126902321717 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951003 7488000 150 156 150 746 1355 0 0 0 0 61 0 0 0 0 0 +491 1783795121343664300 DEPTH 33 1 0.73594942028547883 0.36712095400340705 1 7 1 7 0 0 2382 62 2532 23721506 136320 1300.9756164550781 6.3325999999999993 1867.8478 80640 40732 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950946 8236800 150 150 165 417 1650 0 0 4 5 53 0 0 0 0 0 +492 1783795123254772100 DEPTH 46 1 0.73597664184608003 0.37478705281090291 0 8 0 8 1 0 2201 41 2571 23721487 136320 1298.912353515625 6.8198999999999987 1909.5135 80640 41494 1 0 1.0307618192465855e-06 0.39662428417482792 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950924 8236800 150 156 166 380 1719 0 0 3 0 38 0 0 0 0 1 +493 1783795125218835500 DEPTH 13 1 0.74546371902182718 0.27342419080068137 1 6 1 6 0 0 2652 70 2545 23709941 125760 1295.4542083740234 6.6452999999999998 1891.2355 80640 40379 1 1 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950901 7488000 150 156 150 259 1830 0 0 2 4 63 0 0 0 0 0 +494 1783795127059068500 DEPTH 8 1 0.7453808007245124 0.26575809199318562 2 5 2 5 1 0 2002 42 2555 23710037 125760 1305.1372222900391 6.0449000000000002 1767.463 80640 38821 1 0 0.030027468725572132 0.98118440589511424 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950994 7488000 150 152 156 540 1557 0 0 0 0 42 0 0 0 0 1 +495 1783795129050691100 DEPTH 42 1 0.7520812649202987 0 0 4 0 4 0 0 4096 55 2595 23664949 81600 1296.060546875 5.9672000000000001 1916.6158 120960 48697 1 0 0 0.0094987199188757837 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426549 4492800 235 150 164 1494 552 0 2 0 0 53 0 0 0 0 0 +496 1783795130765645100 DEPTH 28 1 0.73601682293313553 0.8279386712095399 2 11 2 11 0 0 518 41 2517 23733081 147840 1303.1669616699219 6.8975 1642.7399 80640 42596 1 0 0.00017781511379253443 2.0677017543935525 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950995 8985600 150 150 150 222 1845 3 0 0 1 37 0 0 0 0 0 +497 1783795132486220700 DEPTH 43 1 0.73410686593322683 0.8279386712095399 2 11 2 11 0 0 679 58 2582 23733018 147840 1299.6660919189453 6.0190000000000001 1584.162 40320 23267 1 0 0.0098917603558251466 1.2583434584708781 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950933 8985600 150 156 150 168 1958 3 0 0 6 49 0 0 0 0 0 +498 1783795134256443500 DEPTH 29 1 0.73341931745671751 0.82027257240204421 3 10 3 10 0 0 966 46 2573 23733153 147840 1297.0198974609375 10.438800000000001 1637.1604 40320 23579 1 0 0.20230562546642367 1.1954751606558145 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951072 8985600 150 150 159 150 1964 2 0 12 2 30 0 0 0 0 0 +499 1783795136028366300 DEPTH 5 1 0.73325408923782076 0.8279386712095399 2 11 2 11 0 0 633 44 2567 23733069 147840 1284.6919403076172 6.0141999999999998 1557.9869000000001 40320 23558 1 1 0.019475020421760351 0.49687381493586974 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950987 8985600 164 156 207 215 1825 6 0 0 1 36 0 0 0 0 0 +500 1783795137659817200 DEPTH 37 1 0.73321914898463902 0.8356047700170357 1 12 1 12 1 0 782 58 2575 23733001 147840 1293.2610473632812 5.9917000000000007 1564.3145 40320 23487 1 0 0.0067801791030663505 0.5087152412729733 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950920 8985600 150 150 150 156 1969 0 0 1 7 50 0 0 0 0 2 +501 1783795139370673400 DEPTH 26 1 0.73324882496121524 0.8356047700170357 1 12 1 12 1 0 869 74 2562 23733057 147840 1291.5855407714844 7.4620999999999995 1644.7585999999999 40320 23481 1 0 0.0010338891191440914 0.57075811793420606 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950976 8985600 150 156 150 157 1949 0 0 2 11 61 0 0 0 0 1 +502 1783795141304210000 DEPTH 56 1 0.74559035184079558 0.26575809199318562 2 5 2 5 0 0 3329 80 2561 23710034 125760 1296.6739959716797 6.0566000000000004 1859.7316000000001 80640 39390 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950992 7488000 150 150 150 1133 978 0 0 0 1 79 0 0 0 0 0 +503 1783795143346903300 DEPTH 1 1 0.7362740971119095 0.36712095400340705 1 7 1 7 0 0 2048 65 2589 23721557 136320 1291.8691864013672 6.6851000000000003 1925.1836000000001 80640 41342 1 1 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950995 8236800 150 150 173 547 1569 0 0 8 3 53 0 0 0 0 0 +504 1783795145030723800 DEPTH 49 1 0.73338106527313196 0.82027257240204421 3 10 3 10 0 0 849 39 2551 23733024 147840 1288.9333648681641 8.1159999999999997 1626.9396999999999 40320 23634 1 0 0.098283277247078984 0.35019711147317473 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950943 8985600 150 156 156 171 1918 2 0 2 1 34 0 0 0 0 0 +505 1783795146668100900 DEPTH 19 1 0.73336817789678832 0.8279386712095399 2 11 2 11 1 0 703 39 2557 23733050 147840 1291.9060516357422 6.0659000000000001 1579.5573999999999 40320 23368 1 0 0.026162283138524579 0.38449384479445964 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950966 8985600 156 150 156 161 1934 1 0 3 4 31 0 0 0 0 1 +506 1783795148353336900 DEPTH 0 1 0.73339834479602894 0.8279386712095399 2 11 2 11 0 0 681 51 2556 23733040 147840 1292.0094604492188 6.3711000000000002 1623.9001000000001 40320 23467 1 1 0.00017817385236690964 2.3450496297959931 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950958 8985600 150 156 150 162 1938 1 0 0 0 49 0 0 0 0 0 +507 1783795149981095600 DEPTH 57 1 0.73342847866210159 0.8279386712095399 2 11 2 11 0 0 974 54 2541 23733043 147840 1293.0909729003906 6.0335000000000001 1565.4639999999999 40320 23199 1 1 0.00037278843749701852 1.4951103476088821 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950959 8985600 150 156 150 167 1918 0 0 0 1 52 0 0 0 0 0 +508 1783795151698944100 DEPTH 7 1 0.7334585795651607 0.8356047700170357 1 12 1 12 0 0 700 60 2533 23733070 147840 1295.0037384033203 7.0013999999999994 1653.4967999999999 40320 23809 1 0 0.00036830025183520201 0.88322933222718147 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950987 8985600 150 156 150 156 1921 0 0 0 2 58 0 0 0 0 0 +509 1783795153365326900 DEPTH 10 1 0.73345685683892026 0.64821124361158422 1 10 1 10 1 0 862 70 2548 23733027 147840 1292.9700012207031 6.0458999999999996 1599.1494 80640 41355 1 0 0.0040407710321612731 2.9277816338853699 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950947 8985600 151 165 155 178 1899 8 1 4 2 55 0 0 0 0 1 +510 1783795155339301100 DEPTH 42 1 0.80926885801549153 0 0 4 0 4 1 0 4096 43 2589 23664907 81600 1290.6690673828125 6.8975 1972.5367000000001 120960 38863 1 1 0 0.011821627183430182 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426506 4492800 216 150 157 1554 512 0 1 0 0 41 0 0 0 0 1 +511 1783795157287991400 DEPTH 39 1 0.81183177350394242 0.55451448040885853 1 9 1 9 0 0 1219 80 2610 23733059 147840 1282.1524658203125 6.9169 1880.6925000000001 80640 33619 1 0 0.00014764898786445011 2.5917218480173916 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950979 8985600 150 150 150 150 2010 1 2 3 2 72 0 0 0 0 0 +512 1783795159130678900 DEPTH 48 1 0.77057008351514755 0.26575809199318562 2 5 2 5 0 0 1639 49 2574 23729159 144000 1292.5995483398438 6.0276000000000005 1840.7743 80640 33482 1 0 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3194880 2950916 8736000 150 153 156 312 1803 4 0 0 1 44 0 0 0 0 0 +513 1783795161098126600 DEPTH 52 1 0.73654140700439608 0.36712095400340705 1 7 1 7 0 0 1416 57 2569 23721498 136320 1285.8337249755859 6.9568999999999992 1898.6232 80640 42342 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950935 8236800 150 156 209 681 1373 0 0 0 4 53 0 0 0 0 0 +514 1783795163046132100 DEPTH 44 1 0.73556797792625983 0.36712095400340705 1 7 1 7 0 0 1430 55 2595 23721506 136320 1292.4170227050781 6.0198999999999998 1879.9857 80640 41583 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 3686400 2950945 8236800 150 150 263 507 1525 0 0 3 0 52 0 0 0 0 0 +515 1783795165061300200 DEPTH 40 1 0.73369006936403802 0.64821124361158422 1 10 1 10 0 0 1268 57 2583 23733028 147840 1289.1752319335938 7.1345000000000001 1952.8132000000001 80640 41491 1 0 0.026057262580586663 1.7587319459860904 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950946 8985600 152 150 157 160 1964 6 1 0 0 50 0 0 0 0 0 +516 1783795166843282100 DEPTH 36 1 0.73370622382041784 0.82027257240204421 3 10 3 10 0 0 928 48 2575 23733084 147840 1292.5287017822266 6.6638000000000002 1599.3880999999999 40320 23557 1 0 0.063856168107744679 0.17242192002112078 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951001 8985600 150 150 150 150 1975 1 1 5 1 40 0 0 0 0 0 +517 1783795168483629400 DEPTH 35 1 0.73373094406342754 0.8279386712095399 2 11 2 11 1 0 883 90 2490 23733012 147840 1299.6507263183594 6.0711999999999993 1571.7653 40320 23301 1 0 0.1028419317429516 1.4626817315812888 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950928 8985600 150 150 150 177 1863 0 0 0 1 89 0 0 0 0 2 +518 1783795168846066900 REFRESH 33 0 0.73100631476462852 0.36712095400340705 1 7 1 7 0 0 2392 30 421 3951528 56160 223.6180419921875 0.99460000000000004 289.90249999999997 13440 8115 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491688 1248000 25 25 25 198 148 0 0 0 11 19 0 0 0 0 0 +519 1783795169194561500 REFRESH 13 0 0.74077656679282911 0.27342419080068137 1 6 1 6 0 0 2672 48 415 3951494 56160 223.21868896484375 0.995 287.79559999999998 13440 8396 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491654 1248000 25 26 25 163 176 0 0 0 30 18 0 0 0 0 0 +520 1783795169470911300 REFRESH 49 0 0.63624771611448294 0.82027257240204421 3 10 3 10 0 0 858 31 414 3955341 56640 222.29299926757812 1.0051000000000001 272.80169999999998 13440 9416 0 0 0.098283277247078984 0.35019711147317473 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 26 30 37 296 0 0 0 0 31 0 0 0 0 0 +521 1783795169903594200 REFRESH 17 0 0.74073154455135648 0.28109028960817717 0 7 0 7 0 0 2484 13 421 3951503 56160 222.96064758300781 1.5687 359.90280000000001 13440 8487 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491663 1248000 25 26 25 268 77 0 0 0 1 12 0 0 0 0 0 +522 1783795170171495700 REFRESH 19 0 0.64627384727728521 0.8279386712095399 2 11 2 11 0 0 707 20 415 3955364 56640 222.79270935058594 1.1414 266.37310000000002 13440 9293 0 0 0.026162283138524579 0.38449384479445964 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 25 27 28 310 0 0 0 0 20 0 0 0 0 0 +523 1783795170487432700 REFRESH 44 0 0.57023482746067911 0.36712095400340705 1 7 1 7 0 0 1432 13 430 3951520 56160 224.18649291992188 1.0053000000000001 313.47919999999999 13440 8470 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491680 1248000 25 25 30 173 177 0 0 3 1 9 0 0 0 0 0 +524 1783795170843222500 REFRESH 32 0 0.73286932794311643 0.4608177172061329 1 8 1 8 0 0 1878 38 413 3955363 56640 222.51519775390625 1.0046999999999999 279.4092 13440 8581 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 25 35 36 292 0 0 4 2 32 0 0 0 0 0 +525 1783795171155313100 REFRESH 1 0 0.70118603893198173 0.36712095400340705 1 7 1 7 0 0 2064 37 421 3951508 56160 223.50335693359375 1.0145 310.34339999999997 13440 8303 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 26 26 190 154 0 0 4 9 24 0 0 0 0 0 +526 1783795171500949400 REFRESH 34 0 0.73202653781799509 0.8356047700170357 1 12 1 12 1 0 531 22 415 3955371 56640 221.68063354492188 1.0086999999999999 263.78980000000001 6720 4850 0 0 0.00023389262282222514 2.0462461448044298 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491691 1497600 25 25 25 37 303 0 0 0 1 21 0 0 0 0 1 +527 1783795171839859800 REFRESH 24 0 0.72829532546490672 1 4 11 4 11 0 0 473 8 408 3955364 56640 223.74911499023438 0.99570000000000003 268.19240000000002 6720 4796 0 0 0.049718034260125263 1.3802885951242663 3871 1823 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 25 25 26 307 0 0 0 0 8 0 0 0 0 0 +528 1783795172173130900 REFRESH 51 0 0.73133630042472209 0.91396933560476989 3 11 3 11 0 0 454 25 400 3955354 56640 222.77427673339844 1.0088999999999999 263.88490000000002 6720 4781 0 0 0.069664032765697381 0.30086069734652521 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 26 25 33 291 0 0 0 0 25 0 0 0 0 0 +529 1783795172548830300 REFRESH 11 0 0.73130208427548038 0.37478705281090291 0 8 0 8 0 0 1548 28 421 3951512 56160 222.86848449707031 1.0141 311.94650000000001 13440 8364 0 0 0 0.72081964466269544 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491671 1248000 25 26 28 109 233 0 0 1 2 25 0 0 0 0 0 +530 1783795172897641600 REFRESH 14 0 0.73405211319445907 0.65587734241908002 0 11 0 11 0 0 1212 33 413 3955346 56640 224.60723876953125 1.0172000000000001 274.70389999999998 13440 9482 0 0 2.2270317250263632e-05 0.76920455978714175 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 31 26 306 1 0 0 0 32 0 0 0 0 0 +531 1783795173235172500 REFRESH 15 0 0.72941468793039355 0.91396933560476989 3 11 3 11 0 0 283 11 411 3955327 56640 223.54432678222656 0.99219999999999997 265.55119999999999 6720 4785 0 0 0.13215737202774189 0.95319511763653475 3712 1807 64 1 16 5 1 2 2 6 1228800 245760 491520 491647 1497600 25 26 25 31 304 0 0 0 0 11 0 0 0 0 0 +532 1783795173619581200 REFRESH 4 0 0.72833521692091452 0.8356047700170357 1 12 1 12 0 0 231 6 416 3955354 56640 221.36933898925781 1.0037 267.98059999999998 6720 4816 0 0 0.040411785743191188 1.4510951908289993 3709 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 25 25 25 34 307 1 0 0 0 5 0 0 0 0 0 +533 1783795173970988000 REFRESH 3 0 0.73408011006820684 0.64054514480408853 2 9 2 9 0 0 885 36 411 3955350 56640 220.86253356933594 1.0521 277.16629999999998 13440 9512 0 0 0.0051976686044791515 0.23811695999084281 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 50 41 269 0 0 2 2 32 0 0 0 0 0 +534 1783795174269545500 REFRESH 48 0 0.75102192973854942 0.26575809199318562 2 5 2 5 0 0 1654 39 415 3951494 56160 223.68666076660156 1.0019 296.87139999999999 13440 8352 0 0 0.0046043101471456684 0.20405439432789962 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491653 1248000 25 26 28 40 296 0 0 3 3 33 0 0 0 0 0 +535 1783795174619807300 REFRESH 53 0 0.73147473284485831 0.37478705281090291 0 8 0 8 1 0 3330 73 416 3951512 56160 223.6416015625 1.0157 287.44040000000001 13440 8134 0 0 0 0.28495677958193905 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491670 1248000 25 26 27 113 225 0 0 0 12 61 0 0 0 0 1 +536 1783795174959236400 REFRESH 27 0 0.73180039055522972 0.93696763202725719 0 14 0 14 0 0 734 28 414 3955353 56640 223.05177307128906 1.0247999999999999 267.2518 6720 4765 0 0 2.4181422297834506e-07 1.0604728054421013 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 25 26 25 26 312 0 0 0 0 28 0 0 0 0 0 +537 1783795175386496300 REFRESH 38 0 0.73255392524387264 0.55451448040885853 1 9 1 9 0 0 1523 39 410 3955325 56640 222.27763366699219 1.0103 272.95949999999999 13440 9038 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491645 1497600 25 25 45 39 276 0 0 2 0 37 0 0 0 0 0 +538 1783795175729870500 REFRESH 37 0 0.72696687950659178 0.8356047700170357 1 12 1 12 0 0 788 38 408 3955340 56640 222.25509643554688 1.0047999999999999 263.76319999999998 13440 9482 0 0 0.0067801791030663505 0.5087152412729733 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 25 25 37 296 0 0 0 1 37 0 0 0 0 0 +539 1783795176052591600 REFRESH 42 0 0.90682701814871769 0 0 4 0 4 0 0 4096 10 422 3943901 55200 224.27238464355469 1.0091000000000001 321.20209999999997 20160 12761 0 0 0 0.011821627183430182 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 52 25 29 240 76 0 0 1 0 9 0 0 0 0 0 +540 1783795176363184600 REFRESH 52 0 0.73156665192413395 0.36712095400340705 1 7 1 7 0 0 1423 18 429 3951513 56160 222.12307739257812 1.0687 308.89519999999999 13440 8635 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491673 1248000 25 27 30 183 164 0 0 10 0 8 0 0 0 0 0 +541 1783795176743231700 REFRESH 39 0 0.80718116830822184 0.55451448040885853 1 9 1 9 0 0 1223 16 419 3955346 56640 222.17216491699219 1.0112000000000001 317.14370000000002 13440 8736 0 0 0.00014764898786445011 2.5917218480173916 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 27 31 311 0 0 1 2 13 0 0 0 0 0 +542 1783795177089686400 REFRESH 8 0 0.7412495407574482 0.26575809199318562 2 5 2 5 0 0 2009 28 420 3951513 56160 225.28924560546875 0.99680000000000002 282.4348 13440 8030 0 0 0.030027468725572132 0.98118440589511424 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491671 1248000 25 26 27 156 186 0 0 0 9 19 0 0 0 0 0 +543 1783795177356662100 REFRESH 57 0 0.72686214438869701 0.8279386712095399 2 11 2 11 0 0 982 33 409 3955371 56640 222.37901306152344 1.0097 265.32569999999998 13440 9436 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 26 25 30 303 0 0 0 0 33 0 0 0 0 0 +544 1783795177700255500 REFRESH 23 0 0.73022351730865342 0.74190800681430991 1 11 1 11 0 0 3126 11 410 3955358 56640 224.55398559570312 1.0185999999999999 268.25450000000001 13440 9587 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 31 57 271 0 0 0 0 11 0 0 0 0 0 +545 1783795177967689300 REFRESH 35 0 0.72703013354603951 0.8279386712095399 2 11 2 11 0 0 884 15 408 3955367 56640 222.86540222167969 0.99170000000000003 265.846 13440 9352 0 0 0.1028419317429516 1.4626817315812888 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 26 25 37 295 0 0 0 0 15 0 0 0 0 0 +546 1783795178297079100 REFRESH 29 0 0.7271830894214244 0.82027257240204421 3 10 3 10 0 0 969 20 422 3955346 56640 223.48287963867188 1.0190999999999999 269.70240000000001 13440 9347 0 0 0.20230562546642367 1.1954751606558145 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 29 38 305 0 0 2 0 18 0 0 0 0 0 +547 1783795178652349500 REFRESH 50 0 0.73447412569997783 0.64054514480408853 2 9 2 9 0 0 829 28 419 3955353 56640 222.08633422851562 1.0092000000000001 277.11419999999998 13440 9544 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 47 39 282 1 0 0 0 27 0 0 0 0 0 +548 1783795179028838500 REFRESH 54 0 0.73282930570972615 0.4608177172061329 1 8 1 8 0 0 809 17 425 3955361 56640 222.15065002441406 1.0069999999999999 308.98239999999998 13440 8504 0 0 0.00048075780660540818 1.0574138131173132 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491680 1497600 25 26 44 102 228 0 0 1 0 16 0 0 0 0 0 +549 1783795179354625800 REFRESH 22 0 0.73200318563972999 0.91396933560476989 3 11 3 11 0 0 419 14 419 3955354 56640 223.97235107421875 1.0085999999999999 266.84570000000002 6720 4803 0 0 0.0091859509153024484 0.74789747325263956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 25 25 26 318 0 0 0 0 14 0 0 0 0 0 +550 1783795179711923500 REFRESH 2 0 0.73356145003471662 0.45315161839863699 2 7 2 7 0 0 2095 62 411 3955342 56640 222.53669738769531 1.01 287.21899999999999 13440 8458 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 25 35 49 277 0 0 2 2 58 0 0 0 0 0 +551 1783795180125585600 REFRESH 58 0 0.73199542334025081 0.92163543441226559 2 12 2 12 0 0 448 21 410 3955342 56640 222.8828125 1.0065999999999999 265.46269999999998 6720 4770 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 25 26 25 29 305 0 0 0 0 21 0 0 0 0 0 +552 1783795180461754700 REFRESH 0 0 0.72711344205875783 0.8279386712095399 2 11 2 11 0 0 686 26 416 3955346 56640 222.02983093261719 1.0001 261.90190000000001 13440 9475 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 25 56 284 0 0 0 3 23 0 0 0 0 0 +553 1783795180796081400 REFRESH 18 0 0.73208786109995649 0.9293015332197615 1 13 1 13 0 0 399 8 416 3955359 56640 223.83308410644531 1.0093000000000001 271.88940000000002 6720 4742 0 0 0.0012047658074714103 1.5360264306134574 4051 2003 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 25 25 25 26 315 0 0 0 0 8 0 0 0 0 0 +554 1783795181066453200 REFRESH 10 0 0.72776264571051064 0.64821124361158422 1 10 1 10 0 0 866 19 422 3955353 56640 223.45216369628906 1.0169999999999999 269.0206 13440 9081 0 0 0.0040407710321612731 2.9277816338853699 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 28 35 308 0 2 2 1 14 0 0 0 0 0 +555 1783795181405733700 REFRESH 12 0 0.73469668258205933 0.63287904599659284 3 8 3 8 0 0 1086 17 425 3955356 56640 222.36466979980469 1.0082 267.95850000000002 13440 9479 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 27 66 281 0 0 0 1 16 0 0 0 0 0 +556 1783795181745030500 REFRESH 16 0 0.73204168455909246 0.3594548551959113 2 6 2 6 0 0 2093 50 416 3951516 56160 224.10137939453125 1.0044999999999999 269.80919999999998 13440 8005 0 0 0.0065221633305199561 0.41177125977130297 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491676 1248000 25 26 25 89 251 0 0 0 8 42 0 0 0 0 0 +557 1783795182123865600 REFRESH 20 0 0.74291764493261514 0.26575809199318562 2 5 2 5 0 0 1521 8 431 3943926 55200 223.71839904785156 1.0227999999999999 321.1995 20160 14935 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737526 748800 155 25 25 137 89 0 1 1 1 5 0 0 0 0 0 +558 1783795182466783200 REFRESH 26 0 0.72728268910182647 0.8356047700170357 1 12 1 12 1 0 871 30 412 3955354 56640 221.93766784667969 1.0586 266.89659999999998 13440 9451 0 0 0.001032232847272985 0.57953836901289701 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 25 28 308 0 0 0 2 28 0 0 0 0 1 +559 1783795182788254200 REFRESH 7 0 0.72730726573298876 0.8356047700170357 1 12 1 12 0 0 709 27 407 3955357 56640 222.81932067871094 0.99709999999999999 263.24630000000002 13440 9443 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 25 29 302 0 0 0 0 27 0 0 0 0 0 +560 1783795183155170300 REFRESH 31 0 0.73211130995879237 0.3594548551959113 2 6 2 6 0 0 1762 30 421 3951510 56160 223.45523071289062 1.0313000000000001 295.92540000000002 13440 8433 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491669 1248000 25 26 26 162 182 0 0 0 13 17 0 0 0 0 0 +561 1783795183540194800 REFRESH 40 0 0.7279586589951843 0.64821124361158422 1 10 1 10 0 0 1272 10 413 3955341 56640 221.29458618164062 1.01 311.07229999999998 13440 9106 0 0 0.026057262580586663 1.7587319459860904 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 25 32 40 291 0 0 0 0 10 0 0 0 0 0 +562 1783795183920392400 REFRESH 56 0 0.74173298851183356 0.26575809199318562 2 5 2 5 0 0 3334 13 426 3951540 56160 223.025146484375 1.0034000000000001 311.74709999999999 13440 8151 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491700 1248000 25 25 25 269 82 0 0 1 0 12 0 0 0 0 0 +563 1783795184265491300 REFRESH 45 0 0.73390047209886367 0.45315161839863699 2 7 2 7 0 0 1466 51 415 3955367 56640 223.95187377929688 1.0033000000000001 282.73309999999998 13440 8524 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 28 37 60 265 0 0 3 3 45 0 0 0 0 0 +564 1783795184613060100 REFRESH 41 0 0.7332830525978693 0.55451448040885853 1 9 1 9 0 0 1434 54 416 3955360 56640 222.060546875 1.0096000000000001 276.32380000000001 13440 8966 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 26 52 36 277 1 0 8 0 45 0 0 0 0 0 +565 1783795184950004300 REFRESH 55 0 0.7342220209669742 0.8279386712095399 2 11 2 11 0 0 805 22 407 3955375 56640 224.05632019042969 1.0016 269.85719999999998 6720 4798 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 25 26 25 26 305 0 0 0 0 22 0 0 0 0 0 +566 1783795185271708000 REFRESH 47 0 0.73515032291853744 0.8279386712095399 2 11 2 11 0 0 498 19 409 3955352 56640 223.22892761230469 1.0105 265.49869999999999 6720 4811 0 0 0.068787934381682569 1.4082378301417173 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 25 26 25 26 307 0 0 0 1 18 0 0 0 0 0 +567 1783795185626757100 REFRESH 25 0 0.73434886330162619 0.4608177172061329 1 8 1 8 0 0 1876 22 413 3955362 56640 223.08761596679688 1.0076000000000001 294.25830000000002 13440 8503 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 28 35 299 0 0 0 3 19 0 0 0 0 0 +568 1783795185891685500 REFRESH 36 0 0.72756162067033026 0.82027257240204421 3 10 3 10 0 0 933 26 411 3955369 56640 222.8143310546875 1.0125999999999999 263.33710000000002 13440 9495 0 0 0.063856168107744679 0.17242192002112078 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 25 37 39 285 0 0 0 3 23 0 0 0 0 0 +569 1783795186259645200 REFRESH 21 0 0.73341584106936908 0.56218057921635434 0 10 0 10 0 0 1844 42 411 3955350 56640 222.45887756347656 1.0044 287.14859999999999 13440 9007 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 25 31 66 264 0 0 3 3 36 0 0 0 0 0 +570 1783795186607418600 REFRESH 9 0 0.73231007145030991 0.3594548551959113 2 6 2 6 0 0 1167 17 420 3951533 56160 224.77824401855469 1.0079 284.92380000000003 13440 8373 0 0 0.00070963728228684944 0.18426345536054398 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491692 1248000 25 25 28 183 159 0 0 0 1 16 0 0 0 0 0 +571 1783795186928406600 REFRESH 6 0 0.73090757762144576 0.91396933560476989 3 11 3 11 0 0 356 10 421 3955360 56640 222.06259155273438 1.0141 266.80739999999997 6720 4980 0 0 0.078490995891016657 0.16637572843653256 3328 1455 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 25 26 25 27 318 0 0 1 1 8 0 0 0 0 0 +572 1783795187356301300 REFRESH 46 0 0.73240043541134203 0.37478705281090291 0 8 0 8 0 0 2207 18 415 3951515 56160 224.36863708496094 1.0277000000000001 312.86919999999998 13440 8394 0 0 1.0307618192465855e-06 0.39662428417482792 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491673 1248000 25 26 25 149 190 0 0 0 5 13 0 0 0 0 0 +573 1783795187685871500 REFRESH 5 0 0.72775156906944227 0.8279386712095399 2 11 2 11 0 0 637 22 421 3955391 56640 221.89875793457031 1.0277000000000001 267.4973 13440 9430 0 0 0.019475020421760351 0.49687381493586974 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491709 1497600 25 26 86 50 234 1 0 4 1 16 0 0 0 0 0 +574 1783795188009157300 REFRESH 28 0 0.72963487764848334 0.8279386712095399 2 11 2 11 0 0 521 14 405 3955350 56640 223.9764404296875 1.0223 268.2319 13440 8312 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 25 44 286 0 0 0 0 14 0 0 0 0 0 +575 1783795188357196700 REFRESH 30 0 0.73420939203785163 0.4608177172061329 1 8 1 8 0 0 2031 51 413 3955379 56640 222.83792114257812 1.0062 285.58569999999997 13440 8483 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491698 1497600 25 27 112 43 206 0 0 9 4 38 0 0 0 0 0 +576 1783795188688732300 REFRESH 43 0 0.72865527142022812 0.8279386712095399 2 11 2 11 0 0 680 10 418 3955351 56640 222.65548706054688 1.0183 267.19299999999998 13440 9495 0 0 0.0098917603558251466 1.2583434584708781 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 26 25 49 293 0 0 0 0 10 0 0 0 0 0 +577 1783795190674702800 DEPTH 42 1 0.90456068894134734 0 0 4 0 4 0 0 4096 49 2579 23664877 81600 1304.5064239501953 6.2721999999999998 1982.9052999999999 120960 61027 1 1 0 0.011821627183430182 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 263 150 169 1425 572 0 0 1 0 47 0 0 0 0 0 +578 1783795192577946900 DEPTH 39 1 0.79396816903172229 0.55451448040885853 1 9 1 9 0 0 1238 50 2599 23733062 147840 1291.3973693847656 6.0607999999999995 1829.3967 80640 43263 1 0 0.00014764898786445011 2.5917218480173916 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950979 8985600 150 150 151 150 1998 0 0 4 1 45 0 0 0 0 0 +579 1783795194489840300 DEPTH 48 1 0.77270205028542183 0.26575809199318562 2 5 2 5 0 0 1667 52 2563 23709958 125760 1295.2524871826172 6.0152999999999999 1844.6333999999999 80640 40289 1 0 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950917 7488000 150 154 157 200 1902 3 0 3 2 44 0 0 0 0 0 +580 1783795196472999500 DEPTH 13 1 0.73713359774519249 0.27342419080068137 1 6 1 6 0 0 2681 71 2534 23687865 103680 1293.4983673095703 7.531200000000001 1918.5844 80640 40394 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426424 5990400 150 156 150 635 1443 1 0 0 12 58 0 0 0 0 0 +581 1783795198729488800 DEPTH 17 1 0.73707091691787818 0.28109028960817717 0 7 0 7 0 0 2499 49 2573 23687835 103680 1288.6229858398438 6.6852 1953.962 80640 40949 1 0 0 0.16424126902321717 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426395 5990400 150 156 150 1093 1024 0 1 0 1 47 0 0 0 0 0 +582 1783795200785324900 DEPTH 8 1 0.73709157949512583 0.26575809199318562 2 5 2 5 0 0 2011 28 2600 23695276 110400 1302.582275390625 6.6368999999999998 1896.3875 80640 38712 1 0 0.030027468725572132 0.98118440589511424 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934633 6489600 150 150 154 1129 1017 0 0 0 1 27 0 0 0 0 0 +583 1783795202541547800 DEPTH 14 1 0.7284783829769782 0.65587734241908002 0 11 0 11 1 0 1223 91 2531 23733040 147840 1309.8065948486328 6.8032000000000004 1754.1754000000001 80640 45127 1 0 2.2353254002056914e-05 0.76450442680366426 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950958 8985600 150 150 180 156 1895 0 0 0 0 91 0 0 0 0 1 +584 1783795204526538700 DEPTH 3 1 0.72845300287499914 0.64054514480408853 2 9 2 9 1 0 888 47 2537 23733124 147840 1284.4148864746094 6.1965000000000003 1823.7873 80640 45409 1 0 0.0052083034923221822 0.23781392261076176 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951042 8985600 150 156 190 189 1852 0 0 3 4 40 0 0 0 0 1 +585 1783795206438632700 DEPTH 20 1 0.73519319606088485 0.26575809199318562 2 5 2 5 0 0 1534 42 2602 23664800 81600 1304.3251037597656 6.1322999999999999 1910.4219000000001 120960 69980 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426399 4492800 722 150 150 703 877 0 0 3 0 39 0 0 0 0 0 +586 1783795208503843000 DEPTH 42 1 0.74183242095184532 0 0 4 0 4 0 0 4096 38 2585 23664922 81600 1295.8873748779297 6.2754000000000003 1994.6902 120960 49662 1 0 0 0.011821627183430182 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426521 4492800 235 150 160 1514 526 0 0 2 0 36 0 0 0 0 0 +587 1783795210071219700 DEPTH 12 1 0.72853114391177576 0.63287904599659284 3 8 3 8 0 0 1089 39 2593 23733075 147840 1288.6519012451172 5.9998000000000005 1565.4558 80640 45409 1 0 0.0015102624860077482 0.9394486955269914 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950993 8985600 150 156 156 167 1964 0 0 9 0 30 0 0 0 0 0 +588 1783795212061716500 DEPTH 50 1 0.7285571382621282 0.64054514480408853 2 9 2 9 0 0 837 50 2574 23733065 147840 1288.0343017578125 7.1009000000000002 1847.7452000000001 80640 45228 1 0 0.061518444399238342 2.0460364460936478 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950983 8985600 150 156 219 192 1857 0 0 1 3 46 0 0 0 0 0 +589 1783795214061183200 DEPTH 2 1 0.7284825967094013 0.45315161839863699 2 7 2 7 0 0 2114 81 2552 23733014 147840 1293.5691223144531 6.0108999999999995 1841.4779000000001 80640 42143 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950930 8985600 150 150 165 174 1913 0 0 10 0 71 0 0 0 0 0 +590 1783795216038254600 DEPTH 32 1 0.72850713530150535 0.4608177172061329 1 8 1 8 0 0 1894 70 2553 23733104 147840 1294.7128448486328 7.6414 1893.5666000000001 80640 42567 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951019 8985600 150 150 156 161 1936 1 0 7 7 55 0 0 0 0 0 +591 1783795218075041100 DEPTH 54 1 0.72792002952828838 0.4608177172061329 1 8 1 8 1 0 818 49 2562 23733080 147840 1291.7708740234375 6.6336000000000004 1894.3444999999999 80640 42719 1 0 0.00047943035387544786 1.0818619638605727 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950999 8985600 150 150 188 361 1713 0 4 4 1 40 0 0 0 0 1 +592 1783795220002916200 DEPTH 53 1 0.72753487851384291 0.37478705281090291 0 8 0 8 0 0 3351 80 2536 23709985 125760 1300.9244232177734 6.0075999999999992 1847.8071 80640 38290 1 0 0 0.28495677958193905 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950944 7488000 150 156 150 633 1447 0 0 0 11 69 0 0 0 0 0 +593 1783795222022143400 DEPTH 56 1 0.73734138952508088 0.26575809199318562 2 5 2 5 0 0 3357 73 2581 23687837 103680 1292.6313018798828 7.3837000000000002 1938.4069999999999 80640 39551 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426397 5990400 150 150 150 1480 651 0 1 4 14 54 0 0 0 0 0 +594 1783795224025724800 DEPTH 25 1 0.72891553710171109 0.4608177172061329 1 8 1 8 0 0 1885 56 2543 23733109 147840 1300.4442749023438 6.5159000000000002 1926.3434 80640 42136 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951025 8985600 150 156 162 185 1890 1 0 6 5 44 0 0 0 0 0 +595 1783795226033191900 DEPTH 45 1 0.72862945830586034 0.45315161839863699 2 7 2 7 0 0 1471 61 2589 23733013 147840 1298.2756042480469 6.9967000000000006 1921.1670999999999 80640 42434 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950931 8985600 150 150 156 230 1903 0 0 4 3 54 0 0 0 0 0 +596 1783795227759167900 DEPTH 47 1 0.728308891178435 0.8279386712095399 2 11 2 11 0 0 500 26 2586 23733024 147840 1294.1660614013672 6.6503000000000005 1667.4386 47040 29021 1 0 0.068787934381682569 1.4082378301417173 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950941 8985600 150 156 150 150 1980 0 0 0 4 22 0 0 0 0 0 +597 1783795229551984900 DEPTH 16 1 0.72762640985883109 0.3594548551959113 2 6 2 6 0 0 2106 62 2537 23709976 125760 1306.4970245361328 6.0343 1661.0953 80640 38380 1 0 0.0065221633305199561 0.41177125977130297 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950934 7488000 150 156 150 349 1732 0 0 0 1 61 0 0 0 0 0 +598 1783795231323684800 DEPTH 38 1 0.72764817336103582 0.55451448040885853 1 9 1 9 0 0 1537 79 2538 23733029 147840 1302.5731506347656 6.6164000000000005 1712.2412999999999 80640 43893 1 0 0.13433027919204674 2.3057515358806704 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950947 8985600 150 150 168 212 1858 0 0 10 2 67 0 0 0 0 0 +599 1783795233222244300 DEPTH 41 1 0.72767315749294048 0.55451448040885853 1 9 1 9 0 0 1454 74 2563 23733029 147840 1287.4292907714844 6.1148999999999996 1812.9675999999999 80640 43852 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950945 8985600 150 150 170 170 1923 6 0 2 8 58 0 0 0 0 0 +600 1783795235141802400 DEPTH 31 1 0.72766954003929074 0.3594548551959113 2 6 2 6 0 0 1777 43 2549 23710057 125760 1292.78466796875 6.6433 1859.866 80640 40624 1 0 0.03771404607834776 0.98138218302019542 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2951014 7488000 150 150 154 631 1464 0 0 0 0 43 0 0 0 0 0 +601 1783795237062468500 DEPTH 42 1 0.79927794351957038 0 0 4 0 4 1 0 4096 44 2584 23664758 81600 1293.1072082519531 6.0366 1919.2417 120960 39568 1 0 0 0.011828696037746998 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426357 4492800 209 150 156 1547 522 0 0 0 0 44 0 0 0 0 1 +602 1783795238969721800 DEPTH 39 1 0.77154534314991452 0.55451448040885853 1 9 1 9 0 0 1259 58 2600 23733054 147840 1282.3654327392578 6.7957999999999998 1905.6313 80640 36165 1 0 0.00014764898786445011 2.5917218480173916 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950973 8985600 150 150 150 150 2000 0 0 5 0 53 0 0 0 0 0 +603 1783795240861207300 DEPTH 48 1 0.75450870816828841 0.26575809199318562 2 5 2 5 0 0 1686 52 2577 23687935 103680 1291.4842987060547 5.9554999999999998 1820.4793999999999 80640 32688 1 0 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426494 5990400 150 150 156 1113 1008 0 0 3 0 49 0 0 0 0 0 +604 1783795242851429500 DEPTH 30 1 0.72884810095228136 0.4608177172061329 1 8 1 8 0 0 2044 80 2547 23732994 147840 1295.6313629150391 6.0355000000000008 1910.6014 80640 42792 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950910 8985600 150 156 278 218 1745 0 0 6 6 68 0 0 0 0 0 +605 1783795244829698900 DEPTH 21 1 0.72782253973442312 0.56218057921635434 0 10 0 10 0 0 1856 72 2553 23733047 147840 1290.5411224365234 6.8667999999999996 1898.664 80640 44385 1 1 1.6658830342893631e-05 0.82446517782255058 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950967 8985600 150 150 163 182 1908 0 0 9 3 59 0 0 0 0 0 +606 1783795246844402100 DEPTH 46 1 0.72780333933160368 0.37478705281090291 0 8 0 8 0 0 2217 47 2571 23709984 125760 1299.5737609863281 6.7352000000000007 1938.4629 80640 40394 1 0 1.0307618192465855e-06 0.39662428417482792 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950943 7488000 150 156 150 508 1607 0 1 0 0 46 0 0 0 0 0 +607 1783795248985171600 DEPTH 11 1 0.72780138480400347 0.37478705281090291 0 8 0 8 1 0 1568 54 2563 23710020 125760 1290.8206176757812 6.9119999999999999 1987.7761 80640 39981 1 0 0 0.7245092082209259 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950979 7488000 150 156 150 534 1573 0 1 3 0 50 0 0 0 0 1 +608 1783795250986785500 DEPTH 9 1 0.7278117526209491 0.3594548551959113 2 6 2 6 0 0 1185 65 2560 23710010 125760 1315.7104339599609 6.5697999999999999 1918.3430000000001 80640 40114 1 0 0.00070963728228684944 0.18426345536054398 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4423680 2950968 7488000 150 150 162 569 1529 0 0 0 0 65 0 0 0 0 0 +609 1783795251321166700 REFRESH 58 0 0.72592474597647638 0.92163543441226559 2 12 2 12 0 0 451 22 407 3955346 56640 222.99545288085938 0.99709999999999999 263.9239 6720 4785 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491666 1497600 25 26 25 29 302 0 0 0 0 22 0 0 0 0 0 +610 1783795251663268700 REFRESH 2 0 0.6832664054122769 0.45315161839863699 2 7 2 7 0 0 2144 70 420 3955349 56640 222.21209716796875 0.99419999999999997 280.65640000000002 13440 8316 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 38 55 277 0 0 2 3 65 0 0 0 0 0 +611 1783795251997020300 REFRESH 14 0 0.72266871939757849 0.65587734241908002 0 11 0 11 0 0 1231 28 412 3955355 56640 224.99650573730469 1.0169999999999999 275.91379999999998 13440 8947 0 0 2.2353254002056914e-05 0.76450442680366426 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 25 34 26 302 0 0 0 0 28 0 0 0 0 0 +612 1783795252408047800 REFRESH 23 0 0.72500657892101383 0.74190800681430991 1 11 1 11 0 0 3129 13 412 3955356 56640 224.70144653320312 1.2418 312.37049999999999 13440 9352 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 31 64 266 0 0 0 0 13 0 0 0 0 0 +613 1783795252744013500 REFRESH 10 0 0.72275713896753291 0.64821124361158422 1 10 1 10 0 0 869 10 421 3955354 56640 222.73330688476562 1.0052000000000001 267.44999999999999 13440 8979 0 0 0.0040407710321612731 2.9277816338853699 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 27 36 307 0 0 1 0 9 0 0 0 0 0 +614 1783795253082691200 REFRESH 43 0 0.72251871615670893 0.8279386712095399 2 11 2 11 0 0 682 16 422 3955351 56640 222.77734375 1.0064 264.58390000000003 13440 9290 0 0 0.0098917603558251466 1.2583434584708781 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 25 48 298 1 0 0 0 15 0 0 0 0 0 +615 1783795253415296800 REFRESH 42 0 0.78679781374955893 0 0 4 0 4 0 0 4096 12 424 3943931 55200 224.37785339355469 1.0084 330.60640000000001 20160 12742 0 0 0 0.011828696037746998 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 53 25 28 241 77 0 0 0 0 12 0 0 0 0 0 +616 1783795253738846800 REFRESH 6 0 0.72472376271444805 0.91396933560476989 3 11 3 11 0 0 356 9 417 3955356 56640 222.40972900390625 1.0168999999999999 263.42590000000001 6720 4906 0 0 0.078490995891016657 0.16637572843653256 3392 1481 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 26 25 27 314 0 0 0 3 6 0 0 0 0 0 +617 1783795254127312300 REFRESH 20 0 0.73007296102517305 0.26575809199318562 2 5 2 5 0 0 1535 6 428 3943929 55200 223.15621948242188 1.0041 315.07209999999998 20160 13863 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 149 25 25 152 77 0 0 0 0 6 0 0 0 0 0 +618 1783795254465820200 REFRESH 7 0 0.72182499138493494 0.8356047700170357 1 12 1 12 0 0 715 21 405 3955382 56640 222.51213073730469 1.042 268.16500000000002 13440 9222 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491702 1497600 25 26 25 27 302 0 0 0 0 21 0 0 0 0 0 +619 1783795254807021300 REFRESH 3 0 0.72281099836208607 0.64054514480408853 2 9 2 9 0 0 894 23 410 3955363 56640 222.77545166015625 1.0471999999999999 277.64659999999998 13440 9018 0 0 0.0052083034923221822 0.23781392261076176 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 55 50 254 0 0 2 2 19 0 0 0 0 0 +620 1783795255089988300 REFRESH 41 0 0.68208915037312157 0.55451448040885853 1 9 1 9 0 0 1470 49 419 3955357 56640 223.01593017578125 1.0166999999999999 281.02449999999999 13440 8613 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 26 44 34 290 0 0 2 3 44 0 0 0 0 0 +621 1783795255427505700 REFRESH 5 0 0.72195529372661704 0.8279386712095399 2 11 2 11 0 0 639 9 418 3955344 56640 226.28147888183594 1.0193000000000001 271.34230000000002 13440 9277 0 0 0.019475020421760351 0.49687381493586974 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 26 93 55 219 1 0 0 0 8 0 0 0 0 0 +622 1783795255762300200 REFRESH 51 0 0.72627229649309832 0.91396933560476989 3 11 3 11 1 0 456 20 403 3955349 56640 235.40940856933594 1.0033000000000001 278.34530000000001 6720 4746 0 0 0.069490736143882334 0.29124129273896787 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 25 31 296 1 0 0 1 18 0 0 0 0 1 +623 1783795256051158400 REFRESH 9 0 0.62301302465104558 0.3594548551959113 2 6 3 5 1 0 1198 27 413 3947740 55680 231.48236083984375 1.0066999999999999 287.6848 13440 8312 0 0 0.32959855865505855 0.58609325389517064 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737499 998400 25 25 29 55 279 0 0 0 2 25 0 0 0 0 1 +624 1783795256380156600 REFRESH 15 0 0.72451521487679249 0.91396933560476989 3 11 3 11 0 0 283 4 412 3955353 56640 224.05119323730469 1.0007999999999999 262.93299999999999 6720 4680 0 0 0.13215737202774189 0.95319511763653475 3776 1836 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 26 25 31 305 0 0 0 0 4 0 0 0 0 0 +625 1783795256703176900 REFRESH 12 0 0.72295697894666544 0.63287904599659284 3 8 3 8 0 0 1089 16 424 3955346 56640 221.591552734375 1.0011000000000001 262.36790000000002 13440 9041 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 26 26 64 283 0 0 0 0 16 0 0 0 0 0 +626 1783795257001750600 REFRESH 31 0 0.72311674222277 0.3594548551959113 2 6 2 6 0 0 1783 38 428 3951514 56160 224.14950561523438 1 293.79820000000001 13440 8332 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 25 26 243 109 0 1 0 18 19 0 0 0 0 0 +627 1783795257267793000 REFRESH 47 0 0.72205094156818284 0.8279386712095399 2 11 2 11 0 0 505 22 412 3955342 56640 223.23609924316406 1.0107999999999999 264.1105 13440 9352 0 0 0.068787934381682569 1.4082378301417173 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 25 26 310 1 0 0 1 20 0 0 0 0 0 +628 1783795257640090000 REFRESH 17 0 0.73322701227045672 0.28109028960817717 0 7 0 7 0 0 2507 23 410 3947784 55680 223.12550354003906 1.0016 308.7047 13440 8333 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737544 998400 25 26 27 162 170 0 0 0 6 17 0 0 0 0 0 +629 1783795257992265000 REFRESH 48 0 0.75692129435509803 0.26575809199318562 2 5 2 5 0 0 1704 50 414 3947765 55680 224.11161804199219 1.0005999999999999 292.7672 13440 8595 0 0 0.0046043101471456684 0.20405439432789962 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737525 998400 25 26 28 145 190 0 0 1 13 36 0 0 0 0 0 +630 1783795258273606500 REFRESH 30 0 0.72373047547056213 0.4608177172061329 1 8 1 8 0 0 2059 43 420 3955334 56640 223.05587768554688 1.0016 280.05689999999998 13440 8591 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491654 1497600 25 27 132 53 183 0 0 13 2 28 0 0 0 0 0 +631 1783795258652697400 REFRESH 44 0 0.72752283217255775 0.36712095400340705 1 7 1 7 0 0 1435 12 430 3951517 56160 224.19558715820312 1.0025999999999999 309.0247 13440 8450 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 25 29 180 171 0 0 0 0 12 0 0 0 0 0 +632 1783795259022626900 REFRESH 53 0 0.72329408409411799 0.37478705281090291 0 8 0 8 0 0 3365 38 420 3951528 56160 223.92643737792969 1.0008999999999999 309.77620000000002 13440 8247 0 0 0 0.28495677958193905 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491687 1248000 25 26 25 205 139 2 0 0 13 23 0 0 0 0 0 +633 1783795259354640300 REFRESH 22 0 0.72660551753482117 0.91396933560476989 3 11 3 11 0 0 421 14 419 3955355 56640 224.37478637695312 1.0783 267.41910000000001 6720 4698 0 0 0.0091859509153024484 0.74789747325263956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 25 25 25 26 318 0 0 0 0 14 0 0 0 0 0 +634 1783795259722211500 REFRESH 21 0 0.72242016123649622 0.56218057921635434 0 10 0 10 0 0 1868 51 413 3955356 56640 221.74105834960938 1.0533999999999999 282.2165 13440 8609 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 33 78 252 0 0 3 14 34 0 0 0 0 0 +635 1783795260039794700 REFRESH 19 0 0.72225685105406034 0.8279386712095399 2 11 2 11 0 0 715 34 413 3955348 56640 223.21562194824219 1.0003 260.8184 13440 9238 0 0 0.026162283138524579 0.38449384479445964 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 25 33 30 300 0 0 0 1 33 0 0 0 0 0 +636 1783795260383898500 REFRESH 33 0 0.72844457105267302 0.36712095400340705 1 7 1 7 0 0 2398 20 419 3951523 56160 224.13414001464844 0.99919999999999998 288.23129999999998 13440 8148 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491683 1248000 25 25 25 219 125 0 0 0 5 15 0 0 0 0 0 +637 1783795260753110100 REFRESH 52 0 0.72846685405790934 0.36712095400340705 1 7 1 7 0 0 1428 13 423 3951507 56160 222.91661071777344 1.002 301.48169999999999 13440 8606 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491667 1248000 25 27 29 190 152 0 0 0 1 12 0 0 0 0 0 +638 1783795261111760100 REFRESH 25 0 0.72419302942067398 0.4608177172061329 1 8 1 8 0 0 1891 23 410 3955368 56640 224.4454345703125 1.0018 293.38990000000001 13440 8330 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 25 26 28 36 295 0 0 1 2 20 0 0 0 0 0 +639 1783795261431965400 REFRESH 55 0 0.72861727744454574 0.8279386712095399 2 11 2 11 0 0 807 18 412 3955338 56640 224.03596496582031 1.002 265.88580000000002 6720 4774 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 26 25 26 310 0 0 0 0 18 0 0 0 0 0 +640 1783795261756399500 REFRESH 29 0 0.72258706459831989 0.82027257240204421 3 10 3 10 1 0 973 35 421 3955354 56640 223.59654235839844 1.0098 266.8032 13440 9339 0 0 0.19917226132637073 1.1311402855078416 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 25 29 39 303 0 0 1 2 32 0 0 0 0 1 +641 1783795262122393400 REFRESH 1 0 0.72855577152225171 0.36712095400340705 1 7 1 7 0 0 2068 17 422 3951512 56160 223.02528381347656 1.0007999999999999 300.58260000000001 13440 8260 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491672 1248000 25 26 26 203 142 0 0 0 0 17 0 0 0 0 0 +642 1783795262462567200 REFRESH 13 0 0.73360266362639037 0.27342419080068137 1 6 1 6 0 0 2727 80 415 3947769 55680 224.07781982421875 1.0004999999999999 278.48869999999999 13440 8304 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737528 998400 25 27 27 88 248 0 0 0 15 65 0 0 0 0 0 +643 1783795262780950600 REFRESH 18 0 0.7248332073663829 0.9293015332197615 1 13 1 13 0 0 400 16 410 3955365 56640 225.24620056152344 1.0021 266.23140000000001 6720 4731 0 0 0.0012047658074714103 1.5360264306134574 4077 2029 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 25 25 26 309 0 0 0 0 16 0 0 0 0 0 +644 1783795263142767900 REFRESH 40 0 0.72351665272763932 0.64821124361158422 1 10 1 10 1 0 1274 11 411 3955366 56640 221.66220092773438 1.0270999999999999 302.65260000000001 13440 8925 0 0 0.026057215024178938 1.7176440476922248 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 25 25 32 38 291 0 1 0 0 10 0 0 0 0 1 +645 1783795263506587000 REFRESH 46 0 0.72352686861308335 0.37478705281090291 0 8 0 8 0 0 2220 15 425 3951505 56160 225.26976013183594 1.0002 308.9513 13440 8359 0 0 1.0307618192465855e-06 0.39662428417482792 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491664 1248000 25 26 25 192 157 0 0 0 1 14 0 0 0 0 0 +646 1783795263812284100 REFRESH 39 0 0.77057258145463259 0.55451448040885853 1 9 1 9 0 0 1266 18 424 3955353 56640 222.82342529296875 1.0045999999999999 304.3621 13440 8555 0 0 0.00014764898786445011 2.5917218480173916 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 25 27 27 320 0 0 1 1 16 0 0 0 0 0 +647 1783795264138064200 REFRESH 26 0 0.72255212080275166 0.8356047700170357 1 12 1 12 0 0 876 18 416 3955368 56640 223.56480407714844 1.0042 266.1155 13440 9349 0 0 0.001032232847272985 0.57953836901289701 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 26 25 28 312 0 0 0 1 17 0 0 0 0 0 +648 1783795264460555200 REFRESH 57 0 0.72257054675971699 0.8279386712095399 2 11 2 11 0 0 994 35 411 3955352 56640 223.40095520019531 1.0005999999999999 262.27929999999998 13440 9328 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 26 25 29 306 0 0 0 1 34 0 0 0 0 0 +649 1783795264777322000 REFRESH 37 0 0.72281586969681089 0.8356047700170357 1 12 1 12 0 0 794 38 408 3955336 56640 223.63853454589844 0.99990000000000001 263.14670000000001 13440 9292 0 0 0.0067801791030663505 0.5087152412729733 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491655 1497600 25 25 25 40 293 0 0 0 0 38 0 0 0 0 0 +650 1783795265107157900 REFRESH 50 0 0.72355813665861057 0.64054514480408853 2 9 2 9 0 0 838 16 426 3955355 56640 222.69439697265625 1.0705 276.69040000000001 13440 9079 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 49 37 289 0 0 2 2 12 0 0 0 0 0 +651 1783795265477001300 REFRESH 34 0 0.72796756072114732 0.8356047700170357 1 12 1 12 0 0 533 17 415 3955364 56640 222.70669555664062 1.0224 263.41629999999998 6720 4798 0 0 0.00023389262282222514 2.0462461448044298 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 25 25 36 304 0 0 0 0 17 0 0 0 0 0 +652 1783795265788445500 REFRESH 11 0 0.72366921237742288 0.37478705281090291 0 8 0 8 0 0 1576 26 431 3951524 56160 223.61907958984375 1.0006999999999999 310.24290000000002 13440 8394 0 0 0 0.7245092082209259 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491681 1248000 25 26 25 193 162 0 0 0 6 20 0 0 0 0 0 +653 1783795266102770300 REFRESH 24 0 0.7221253305634745 1 4 11 4 11 0 0 473 13 403 3955338 56640 223.88327026367188 1.0027999999999999 264.10669999999999 6720 4748 0 0 0.049718034260125263 1.3802885951242663 3898 1850 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 25 25 26 302 0 0 0 0 13 0 0 0 0 0 +654 1783795266425239400 REFRESH 36 0 0.72272358404794701 0.82027257240204421 3 10 3 10 0 0 938 20 402 3955358 56640 222.98623657226562 1.0017 260.73880000000003 13440 9381 0 0 0.063856168107744679 0.17242192002112078 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 25 38 40 274 0 0 2 1 17 0 0 0 0 0 +655 1783795266765264500 REFRESH 45 0 0.72429804545207055 0.45315161839863699 2 7 2 7 0 0 1484 30 418 3955325 56640 223.34361267089844 1.008 284.07260000000002 13440 8524 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491644 1497600 25 28 35 64 266 0 0 2 3 25 0 0 0 0 0 +656 1783795267083879900 REFRESH 35 0 0.72286649983471141 0.8279386712095399 2 11 2 11 0 0 888 18 408 3955330 56640 223.6549072265625 1.002 262.21420000000001 13440 9248 0 0 0.1028419317429516 1.4626817315812888 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491649 1497600 25 26 25 37 295 0 0 0 0 18 0 0 0 0 0 +657 1783795267397894000 REFRESH 4 0 0.72062928465348153 0.8356047700170357 1 12 1 12 0 0 232 10 423 3955354 56640 222.56845092773438 1.0036 263.50549999999998 6720 4826 0 0 0.040411785743191188 1.4510951908289993 3740 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 25 25 25 30 318 1 0 0 0 9 0 0 0 0 0 +658 1783795267722007200 REFRESH 28 0 0.72373627131527696 0.8279386712095399 2 11 2 11 0 0 524 14 410 3955364 56640 224.44953918457031 1.0033000000000001 264.52969999999999 13440 8290 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 25 25 37 298 0 0 0 0 14 0 0 0 0 0 +659 1783795268051992700 REFRESH 32 0 0.72438760491576715 0.4608177172061329 1 8 1 8 0 0 1915 44 408 3955358 56640 223.83616638183594 1.0017 269.87349999999998 13440 8189 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 25 38 49 271 0 0 7 7 30 0 0 0 0 0 +660 1783795268408413500 REFRESH 54 0 0.72388772618714192 0.4608177172061329 1 8 1 8 0 0 822 19 421 3955344 56640 223.06214904785156 0.99819999999999998 303.56110000000001 13440 8830 0 0 0.00047943035387544786 1.0818619638605727 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 41 121 208 0 0 1 3 15 0 0 0 0 0 +661 1783795268737240500 REFRESH 49 0 0.72292190879890494 0.82027257240204421 3 10 3 10 0 0 870 38 408 3955356 56640 222.78143310546875 1.0012000000000001 262.05200000000002 13440 9375 0 0 0.098283277247078984 0.35019711147317473 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491675 1497600 25 26 29 38 290 1 0 1 1 35 0 0 0 0 0 +662 1783795269059859700 REFRESH 27 0 0.72749477289490638 0.93696763202725719 0 14 0 14 0 0 739 27 408 3955357 56640 223.77574157714844 1.0019 265.45639999999997 6720 4727 0 0 2.4181422297834506e-07 1.0604728054421013 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 26 25 26 306 0 0 0 0 27 0 0 0 0 0 +663 1783795269388108300 REFRESH 38 0 0.72309178595403978 0.55451448040885853 1 9 1 9 0 0 1557 44 414 3955352 56640 221.43487548828125 1.0056 263.4717 13440 8553 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491672 1497600 25 25 38 40 286 0 0 2 3 39 0 0 0 0 0 +664 1783795269744400300 REFRESH 56 0 0.73398314773394202 0.26575809199318562 2 5 2 5 0 0 3405 77 418 3947744 55680 223.68870544433594 1.0047999999999999 295.16520000000003 13440 8258 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737504 998400 25 26 27 130 210 0 0 1 25 51 0 0 0 0 0 +665 1783795270078115200 REFRESH 16 0 0.7239822132296978 0.3594548551959113 2 6 2 6 0 0 2119 53 416 3951517 56160 224.79461669921875 1.0025999999999999 271.84089999999998 13440 8177 0 0 0.0065221633305199561 0.41177125977130297 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491677 1248000 25 26 25 156 184 0 0 0 19 34 0 0 0 0 0 +666 1783795270412978100 REFRESH 8 0 0.73402598195635793 0.26575809199318562 2 5 2 5 0 0 2014 18 411 3947779 55680 224.83251953125 1.0022 273.44110000000001 13440 8222 0 0 0.030027468725572132 0.98118440589511424 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737539 998400 25 26 28 86 246 0 0 0 3 15 0 0 0 0 0 +667 1783795270732728500 REFRESH 0 0 0.72303175889906035 0.8279386712095399 2 11 2 11 0 0 690 17 414 3955362 56640 222.29302978515625 1.0002 260.9203 13440 9330 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 25 51 287 0 0 0 0 17 0 0 0 0 0 +668 1783795272743857200 DEPTH 42 1 0.89496688210604414 0 0 4 0 4 0 0 4096 44 2587 23664881 81600 1306.689697265625 6.0048999999999992 1925.0516 120960 61063 1 0 0 0.011828696037746998 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426480 4492800 261 150 164 1470 542 0 0 1 0 43 0 0 0 0 0 +669 1783795274677983900 DEPTH 9 1 0.7690866091735491 0.35178875638841556 3 5 3 5 1 0 1212 63 2545 23733064 147840 1317.3514709472656 6.2738999999999994 1867.5097000000001 80640 40078 1 0 0.10006880902151041 0.53421551850914784 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950984 8985600 150 150 150 172 1923 0 0 0 4 59 0 0 0 0 1 +670 1783795276654174900 DEPTH 48 1 0.75013264493312704 0.26575809199318562 2 5 2 5 0 0 1726 56 2563 23680147 96000 1303.720947265625 6.8984000000000005 1901.6570999999999 94080 46725 1 0 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 3 3 3 3 5898240 3440640 4423680 4426386 5491200 150 151 184 546 1532 1 0 2 2 51 0 0 0 0 0 +671 1783795278584540900 DEPTH 39 1 0.76004894533186185 0.55451448040885853 1 9 1 9 0 0 1285 68 2597 23733043 147840 1290.1324768066406 6.5476000000000001 1866.5041000000001 80640 41750 1 0 0.00014764898786445011 2.5917218480173916 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950963 8985600 150 150 150 150 1997 0 0 7 0 61 0 0 0 0 0 +672 1783795280609358000 DEPTH 13 1 0.72951789374255216 0.27342419080068137 1 6 1 6 0 0 2743 81 2540 23687831 103680 1298.0728302001953 6.9216000000000006 1896.8058000000001 80640 39621 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426391 5990400 150 156 150 278 1806 0 0 0 1 80 0 0 0 0 0 +673 1783795282568064700 DEPTH 17 1 0.72946862463982198 0.28109028960817717 0 7 0 7 0 0 2533 61 2559 23687846 103680 1295.2086334228516 6.4135999999999997 1891.9852000000001 80640 39594 1 0 0 0.16424126902321717 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426406 5990400 150 156 150 420 1683 0 0 2 1 58 0 0 0 0 0 +674 1783795284377881500 DEPTH 33 1 0.7241108184238525 0.36712095400340705 1 7 1 7 0 0 2404 26 2553 23706413 121920 1306.1736297607422 6.0030000000000001 1808.5710999999999 80640 39431 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196969 7238400 150 150 150 872 1231 0 1 0 1 24 0 0 0 0 0 +675 1783795286294856500 DEPTH 1 1 0.7241318177927758 0.36712095400340705 1 7 1 7 0 0 2073 40 2582 23706248 121920 1302.0981597900391 6.4753999999999996 1915.5415 80640 39831 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196808 7238400 150 150 156 876 1250 0 0 0 1 39 0 0 0 0 0 +676 1783795288151890000 DEPTH 52 1 0.7241527975806048 0.36712095400340705 1 7 1 7 0 0 1440 43 2569 23706359 121920 1294.845947265625 6.0165999999999995 1789.1114 80640 41146 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196917 7238400 150 156 158 1100 1005 0 0 1 3 39 0 0 0 0 0 +677 1783795290125299900 DEPTH 44 1 0.7234447578227764 0.36712095400340705 1 7 1 7 0 0 1454 49 2613 23706313 121920 1301.9770812988281 6.0396000000000001 1849.0237999999999 80640 40677 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196872 7238400 150 150 156 923 1234 0 0 1 1 47 0 0 0 0 0 +678 1783795292033839800 DEPTH 55 1 0.72256602859330543 0.8279386712095399 2 11 2 11 0 0 821 80 2526 23733021 147840 1307.8466644287109 8.1416000000000004 1737.3803 53760 33109 1 0 0.028658969471304477 0.6343466619252468 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950937 8985600 150 156 150 161 1909 0 0 0 0 80 0 0 0 0 0 +679 1783795294160139400 DEPTH 42 1 0.752521894837478 0 0 4 0 4 1 0 4096 58 2584 23664826 81600 1299.8881378173828 6.8331 1976.3475000000001 120960 50233 1 0 0 0.0022558207226077618 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426424 4492800 215 150 160 1549 510 0 0 0 1 57 0 0 0 1 0 +680 1783795296152722900 DEPTH 20 1 0.72180244126115056 0.26575809199318562 2 5 2 5 0 0 1542 35 2619 23664869 81600 1304.3733673095703 6.5408999999999988 1933.5589 120960 69019 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 742 150 150 812 765 0 0 0 0 35 0 0 0 0 0 +681 1783795297773478300 DEPTH 34 1 0.72177915229101219 0.8356047700170357 1 12 1 12 1 0 539 48 2566 23733036 147840 1290.7489471435547 6.6436999999999999 1552.4632999999999 53760 33013 1 0 0.000234275528390493 1.8261277566632423 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950953 8985600 150 150 150 151 1965 2 0 0 0 46 0 0 0 0 1 +682 1783795299405120800 DEPTH 22 1 0.72071570462068735 0.91396933560476989 3 11 3 11 1 0 425 49 2585 23733010 147840 1306.4028167724609 6.1242999999999999 1566.7772 53760 32890 1 0 0.0084510069687565564 0.67421194247655503 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950929 8985600 150 150 150 150 1985 0 0 0 0 49 0 0 0 0 3 +683 1783795301107720300 DEPTH 51 1 0.72073101569620823 0.91396933560476989 3 11 3 11 0 0 458 39 2562 23732990 147840 1293.3560485839844 7.5922000000000001 1638.5532000000001 53760 33021 1 0 0.069490736143882334 0.29124129273896787 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950908 8985600 150 156 150 164 1942 2 0 3 2 32 0 0 0 0 0 +684 1783795302806741700 DEPTH 58 1 0.72071022418273867 0.92163543441226559 2 12 2 12 0 0 452 36 2552 23733060 147840 1295.9907836914062 6.0129999999999999 1556.4755 53760 33214 1 0 0.012937344408152321 1.9164160603669584 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950978 8985600 150 150 150 152 1950 4 0 0 0 32 0 0 0 0 0 +685 1783795304593608800 DEPTH 23 1 0.7202094325074897 0.74190800681430991 1 11 1 11 0 0 3142 41 2537 23733058 147840 1316.1882629394531 6.5358999999999998 1720.3444 80640 45112 1 0 0.0048975926347459018 0.91658580308916837 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950977 8985600 150 156 156 168 1907 0 0 0 1 40 0 0 0 0 0 +686 1783795306604101800 DEPTH 25 1 0.71978465306184036 0.4608177172061329 1 8 1 8 0 0 1899 46 2568 23713693 128640 1362.1014251708984 6.1164000000000005 1924.7456 80640 40852 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950812 7737600 150 156 163 851 1248 0 0 3 1 42 0 0 0 0 0 +687 1783795308679110500 DEPTH 2 1 0.7195544081450751 0.45315161839863699 2 7 2 7 0 0 2167 88 2565 23713809 128640 1338.1222686767578 6.6633999999999993 1980.9286 80640 40722 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950929 7737600 150 150 163 823 1279 0 0 6 3 79 0 0 0 0 0 +688 1783795310777296900 DEPTH 45 1 0.71957564394137141 0.45315161839863699 2 7 2 7 0 0 1492 61 2594 23713827 128640 1305.0042419433594 7.6963000000000008 2020.4501 80640 40953 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950944 7737600 150 150 163 872 1259 0 0 4 5 52 0 0 0 0 0 +689 1783795312962069100 DEPTH 32 1 0.7195968601598044 0.4608177172061329 1 8 1 8 0 0 1930 68 2568 23713850 128640 1358.3075561523438 7.1156000000000006 2106.2669000000001 80640 40239 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950970 7737600 150 150 156 841 1271 0 0 8 13 47 0 0 0 0 0 +690 1783795315172191800 DEPTH 30 1 0.71961805683540581 0.4608177172061329 1 8 1 8 0 0 2068 71 2545 23713837 128640 1363.5379028320312 7.4361000000000006 2129.7505000000001 80640 41740 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950953 7737600 150 154 309 836 1096 3 0 3 9 56 0 0 0 0 0 +691 1783795317137270900 DEPTH 53 1 0.71961121221600743 0.37478705281090291 0 8 0 8 0 0 3379 66 2566 23695272 110400 1270.7008361816406 7.1189999999999998 1889.8931 80640 38523 1 0 0 0.28495677958193905 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3934630 6489600 150 156 150 1239 871 1 0 0 12 53 0 0 0 0 0 +692 1783795319116574900 DEPTH 42 1 0.77021537728661127 0 0 4 0 4 0 0 4096 43 2587 23664897 81600 1260.4078063964844 6.5420999999999996 1977.6311000000001 120960 39876 1 0 0 0.0022558207226077618 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426494 4492800 202 150 160 1573 502 0 0 0 0 43 0 0 0 0 0 +693 1783795321154827800 DEPTH 9 1 0.7509626900546833 0.35178875638841556 3 5 3 5 0 0 1239 85 2547 23713868 128640 1274.8080291748047 7.2736999999999998 1883.4068 80640 32511 1 0 0.10006880902151041 0.53421551850914784 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950987 7737600 150 150 164 620 1463 0 0 5 11 69 0 0 0 0 0 +694 1783795322931608800 DEPTH 8 1 0.72988544734914917 0.26575809199318562 2 5 2 5 0 0 2021 50 2524 23687790 103680 1274.8126831054688 6.0261000000000005 1693.0101999999999 80640 38940 1 0 0.030027468725572132 0.98118440589511424 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426349 5990400 150 155 156 413 1650 0 0 0 0 50 0 0 0 0 0 +695 1783795324860502500 DEPTH 56 1 0.72990393195559333 0.26575809199318562 2 5 2 5 0 0 3423 72 2553 23687943 103680 1265.0484771728516 6.4686999999999992 1857.1164000000001 80640 39452 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426501 5990400 150 152 150 682 1419 0 1 2 0 69 0 0 0 0 0 +696 1783795326660387700 DEPTH 27 1 0.72118668659957819 0.93696763202725719 0 14 0 14 1 0 746 99 2508 23733033 147840 1313.0598297119141 8.1667999999999985 1742.5482 53760 32980 1 0 8.0397889587065732e-09 1.0603171007975938 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950951 8985600 150 156 150 158 1894 0 0 0 0 99 0 0 0 0 1 +697 1783795328397572300 DEPTH 16 1 0.71971231971182736 0.3594548551959113 2 6 2 6 0 0 2137 98 2533 23687829 103680 1314.2856903076172 6.0312999999999999 1669.2789 80640 38987 1 0 0.0065221633305199561 0.41177125977130297 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426389 5990400 150 156 150 757 1320 0 0 0 8 90 0 0 0 0 0 +698 1783795330314889800 DEPTH 31 1 0.71971115317843526 0.3594548551959113 2 6 2 6 0 0 1795 50 2590 23687931 103680 1259.383544921875 6.7935999999999996 1851.8359 80640 40337 1 1 0.03771404607834776 0.98138218302019542 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426489 5990400 150 150 152 1205 933 1 1 0 0 47 0 0 0 0 0 +699 1783795332252896000 DEPTH 46 1 0.71972770584683143 0.37478705281090291 0 8 0 8 1 0 2225 31 2569 23687729 103680 1265.3711395263672 7.4500999999999991 1861.7665999999999 80640 40195 1 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426286 5990400 150 156 150 900 1213 0 0 0 0 31 0 0 0 0 1 +700 1783795332565332100 REFRESH 42 0 0.7178443481129656 0 0 4 0 4 0 0 4096 13 426 3943919 55200 219.25479125976562 1.0006999999999999 311.15820000000002 20160 12675 0 0 0 0.0022558207226077618 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737519 748800 52 25 28 243 78 0 0 1 0 12 0 0 0 0 0 +701 1783795332880054500 REFRESH 6 0 0.7190630330910539 0.91396933560476989 3 11 3 11 0 0 357 13 417 3955361 56640 216.66508483886719 1.0183 253.77699999999999 6720 4929 0 0 0.078490995891016657 0.16637572843653256 3456 1505 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 25 26 25 27 314 0 0 0 1 12 0 0 0 0 0 +702 1783795333266794700 REFRESH 54 0 0.71940091115721683 0.4608177172061329 1 8 1 8 0 0 826 18 423 3955339 56640 216.55244445800781 1.0072000000000001 295.07760000000002 13440 8865 0 0 0.00047943035387544786 1.0818619638605727 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 26 42 125 205 0 0 2 2 14 0 0 0 0 0 +703 1783795333595378400 REFRESH 22 0 0.67469753543687661 0.91396933560476989 3 11 3 11 0 0 427 18 415 3955379 56640 219.46981811523438 1.0212000000000001 274.15980000000002 13440 9279 0 0 0.0084510069687565564 0.67421194247655503 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491697 1497600 25 25 25 26 314 0 0 1 0 17 0 0 0 0 0 +704 1783795333934863400 REFRESH 21 0 0.71822954704448083 0.56218057921635434 0 10 0 10 0 0 1880 39 412 3955345 56640 216.6507568359375 1.0053000000000001 274.07960000000003 13440 8599 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 25 33 80 249 0 0 0 1 38 0 0 0 0 0 +705 1783795334292060400 REFRESH 52 0 0.71981750586631299 0.36712095400340705 1 7 1 7 0 0 1458 30 424 3947756 55680 217.52525329589844 1.0015000000000001 285.60590000000002 13440 8537 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737515 998400 25 27 31 63 278 0 0 0 7 23 0 0 0 0 0 +706 1783795334605615100 REFRESH 34 0 0.71618229286535917 0.8356047700170357 1 12 1 12 0 0 543 18 418 3955346 56640 216.81561279296875 1.0068999999999999 255.63050000000001 13440 9297 0 0 0.000234275528390493 1.8261277566632423 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491666 1497600 25 25 25 39 304 0 0 0 2 16 0 0 0 0 0 +707 1783795334924135800 REFRESH 23 0 0.68455270199018403 0.74190800681430991 1 11 1 11 0 0 3155 32 411 3955359 56640 218.86566162109375 1.0084 262.70999999999998 13440 8940 0 0 0.0048975926347459018 0.91658580308916837 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 32 52 276 0 0 0 2 30 0 0 0 0 0 +708 1783795335189769900 REFRESH 16 0 0.57520850934299506 0.3594548551959113 2 6 2 6 0 0 2178 63 414 3947746 55680 219.35513305664062 1.0087999999999999 264.48320000000001 13440 8138 0 0 0.0065221633305199561 0.41177125977130297 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737506 998400 25 26 25 70 268 0 0 0 9 54 0 0 0 0 0 +709 1783795335509848800 REFRESH 4 0 0.71569549736051752 0.8356047700170357 1 12 1 12 0 0 233 9 423 3955331 56640 217.44026184082031 1.0038 256.66770000000002 6720 4650 0 0 0.040411785743191188 1.4510951908289993 3770 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491650 1497600 25 25 25 36 312 1 0 0 0 8 0 0 0 0 0 +710 1783795335781795500 REFRESH 8 0 0.63567563623224554 0.26575809199318562 2 5 2 5 0 0 2026 19 414 3947759 55680 218.79705810546875 1.0074000000000001 270.71600000000001 13440 8102 0 0 0.030027468725572132 0.98118440589511424 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737519 998400 25 26 28 117 218 0 0 0 3 16 0 0 0 0 0 +711 1783795336061162200 REFRESH 53 0 0.66528484004652855 0.37478705281090291 0 8 0 8 0 0 3413 77 415 3947744 55680 218.39564514160156 1.0114000000000001 278.04289999999997 13440 8227 0 0 0 0.28495677958193905 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737503 998400 25 26 28 190 146 0 0 0 37 40 0 0 0 0 0 +712 1783795336391080000 REFRESH 29 0 0.71776293704027883 0.82027257240204421 3 10 3 10 0 0 978 25 422 3955349 56640 217.54573059082031 1.0101 262.41550000000001 13440 9212 0 0 0.19917226132637073 1.1311402855078416 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 29 39 304 0 0 1 0 24 0 0 0 0 0 +713 1783795336668040200 REFRESH 32 0 0.70491560044698987 0.4608177172061329 1 8 1 8 0 0 1934 17 422 3951533 56160 217.89286804199219 1.0216000000000001 275.81099999999998 13440 8165 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491693 1248000 25 25 25 216 131 0 0 0 5 12 0 0 0 0 0 +714 1783795336927540900 REFRESH 27 0 0.6449816205701947 0.93696763202725719 0 14 0 14 0 0 752 28 410 3955375 56640 217.3173828125 1.0059 258.19720000000001 13440 9232 0 0 8.0397889587065732e-09 1.0603171007975938 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491695 1497600 25 26 25 26 308 0 0 0 0 28 0 0 0 0 0 +715 1783795337241050400 REFRESH 28 0 0.71757564490828896 0.8279386712095399 2 11 2 11 0 0 525 10 410 3955368 56640 219.19232177734375 1.008 259.3886 13440 8197 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491688 1497600 25 25 25 43 292 0 0 0 0 10 0 0 0 0 0 +716 1783795337579929900 REFRESH 33 0 0.72003607268288627 0.36712095400340705 1 7 1 7 0 0 2456 92 414 3947745 55680 219.45344543457031 1.0012000000000001 270.36340000000001 13440 8304 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737505 998400 25 25 25 82 257 0 0 0 16 76 0 0 0 0 0 +717 1783795337895936300 REFRESH 49 0 0.71763251866836697 0.82027257240204421 3 10 3 10 0 0 881 24 412 3955350 56640 216.63334655761719 1.0052000000000001 255.91130000000001 13440 9258 0 0 0.098283277247078984 0.35019711147317473 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 29 38 294 1 0 1 1 21 0 0 0 0 0 +718 1783795338206637400 REFRESH 35 0 0.7177140979366573 0.8279386712095399 2 11 2 11 0 0 891 23 406 3955350 56640 217.82127380371094 1.0051000000000001 257.52820000000003 13440 9163 0 0 0.1028419317429516 1.4626817315812888 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491668 1497600 25 26 25 40 290 0 0 0 0 23 0 0 0 0 0 +719 1783795338529360200 REFRESH 5 0 0.71669501378589673 0.8279386712095399 2 11 2 11 0 0 644 18 420 3955354 56640 216.1029052734375 1.1262000000000001 258.8254 13440 9208 0 0 0.019475020421760351 0.49687381493586974 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 26 93 58 218 0 0 1 0 17 0 0 0 0 0 +720 1783795338877887300 REFRESH 43 0 0.71838331473592842 0.8279386712095399 2 11 2 11 0 0 684 18 421 3955340 56640 217.87033081054688 1.0046999999999999 257.447 13440 9207 0 0 0.0098917603558251466 1.2583434584708781 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 26 25 47 298 0 0 0 0 18 0 0 0 0 0 +721 1783795339159572000 REFRESH 9 0 0.75237163184931544 0.35178875638841556 3 5 3 5 0 0 1282 71 417 3951512 56160 220.47027587890625 1.0049999999999999 280.55009999999999 13440 8198 0 0 0.10006880902151041 0.53421551850914784 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491672 1248000 25 25 29 153 185 0 0 0 48 23 0 0 0 0 0 +722 1783795339436844500 REFRESH 56 0 0.72590207745542146 0.26575809199318562 2 5 2 5 0 0 3473 87 411 3943924 55200 217.90412902832031 1.0054000000000001 275.96539999999999 20160 14881 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 25 25 26 55 280 0 0 0 6 81 0 0 0 0 0 +723 1783795339757225100 REFRESH 14 0 0.71911708209160219 0.65587734241908002 0 11 0 11 0 0 1237 20 414 3955349 56640 219.54867553710938 1.0086999999999999 266.3349 13440 8849 0 0 2.2353254002056914e-05 0.76450442680366426 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 32 26 306 0 0 0 0 20 0 0 0 0 0 +724 1783795340083524900 REFRESH 51 0 0.71506968106455271 0.91396933560476989 3 11 3 11 0 0 460 15 398 3955347 56640 217.49043273925781 1.0052000000000001 256.75760000000002 13440 9226 0 0 0.069490736143882334 0.29124129273896787 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 25 35 287 0 0 1 0 14 0 0 0 0 0 +725 1783795340412999000 REFRESH 3 0 0.71911136309688861 0.64054514480408853 2 9 2 9 0 0 896 24 413 3955340 56640 215.5653076171875 1.0062 263.64229999999998 13440 8840 0 0 0.0052083034923221822 0.23781392261076176 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 26 63 54 245 0 0 1 0 23 0 0 0 0 0 +726 1783795340789605300 REFRESH 20 0 0.71781262460927797 0.26575809199318562 2 5 2 5 0 0 1542 6 428 3943936 55200 218.90150451660156 1.0109999999999999 313.5224 20160 12697 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737536 748800 151 25 25 147 80 0 0 0 0 6 0 0 0 0 0 +727 1783795341120307900 REFRESH 26 0 0.71782887108551496 0.8356047700170357 1 12 1 12 1 0 881 24 417 3955362 56640 216.71731567382812 1.0068999999999999 256.5865 13440 9157 0 0 0.0010469388999968196 0.56610389887600931 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 26 25 27 314 0 0 0 2 22 0 0 0 0 1 +728 1783795341431356500 REFRESH 0 0 0.71784551919220307 0.8279386712095399 2 11 2 11 0 0 691 20 423 3955341 56640 216.1817626953125 1.0044 255.8374 13440 9206 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 26 25 63 284 0 0 0 1 19 0 0 0 0 0 +729 1783795341783202100 REFRESH 39 0 0.75097843766087169 0.55451448040885853 1 9 1 9 0 0 1286 16 421 3955339 56640 216.92518615722656 1.0172000000000001 295.79469999999998 13440 8285 0 0 0.00014764898786445011 2.5917218480173916 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 25 27 27 317 0 0 2 1 13 0 0 0 0 0 +730 1783795342126736300 REFRESH 2 0 0.71525757682930879 0.45315161839863699 2 7 2 7 0 0 2178 39 419 3951506 56160 217.8682861328125 1.0068999999999999 279.39670000000001 13440 8171 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491666 1248000 25 25 26 216 127 0 0 0 17 22 0 0 0 0 0 +731 1783795342451457100 REFRESH 50 0 0.71924005389447032 0.64054514480408853 2 9 2 9 0 0 843 22 423 3955368 56640 216.16639709472656 1.002 268.0258 13440 8882 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 25 26 52 36 284 0 0 3 0 19 0 0 0 0 0 +732 1783795342806537900 REFRESH 11 0 0.72037301994894154 0.37478705281090291 0 8 0 8 0 0 1582 17 426 3951508 56160 217.28976440429688 1.0027999999999999 301.41329999999999 13440 8413 0 0 0 0.7245092082209259 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 26 25 186 164 0 0 2 2 13 0 0 0 0 0 +733 1783795343187534600 REFRESH 13 0 0.72617383694668947 0.27342419080068137 1 6 1 6 0 0 2794 76 414 3943901 55200 218.10687255859375 1.0025999999999999 276.41289999999998 20160 14916 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737501 748800 25 25 27 65 272 0 0 2 6 68 0 0 0 0 0 +734 1783795343547133800 REFRESH 25 0 0.71556364037383768 0.4608177172061329 1 8 1 8 0 0 1899 4 427 3951515 56160 218.10380554199219 1.0068999999999999 302.59410000000003 13440 8191 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491674 1248000 25 26 25 256 95 0 0 0 0 4 0 0 0 0 0 +735 1783795343874527300 REFRESH 41 0 0.7188847916100205 0.55451448040885853 1 9 1 9 0 0 1488 46 411 3955361 56640 217.1146240234375 1.0047999999999999 269.42680000000001 13440 8378 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 26 42 36 282 0 0 0 5 41 0 0 0 0 0 +736 1783795344189385000 REFRESH 58 0 0.71529449963519398 0.92163543441226559 2 12 2 12 0 0 453 16 409 3955341 56640 217.62559509277344 1.0066999999999999 257.49329999999998 13440 9193 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 26 25 29 304 0 0 0 0 16 0 0 0 0 0 +737 1783795344530584200 REFRESH 10 0 0.71945304089800644 0.64821124361158422 1 10 1 10 0 0 870 14 421 3955339 56640 216.89036560058594 1.0061 261.15699999999998 13440 9029 0 0 0.0040407710321612731 2.9277816338853699 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491659 1497600 25 26 28 37 305 1 0 1 0 12 0 0 0 0 0 +738 1783795344857978600 REFRESH 38 0 0.71894724485975559 0.55451448040885853 1 9 1 9 0 0 1575 33 403 3955354 56640 216.53114318847656 1.0044 259.06299999999999 13440 8460 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491674 1497600 25 25 59 44 250 0 0 0 0 33 0 0 0 0 0 +739 1783795345234962000 REFRESH 17 0 0.72622313550821316 0.28109028960817717 0 7 0 7 0 0 2556 40 410 3943917 55200 217.88262939453125 1.0076000000000001 304.82470000000001 20160 14950 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737517 748800 25 25 29 121 210 0 0 1 6 33 0 0 0 0 0 +740 1783795345553475300 REFRESH 19 0 0.71811548068647835 0.8279386712095399 2 11 2 11 0 0 729 37 417 3955352 56640 217.11576843261719 1.0116000000000001 261.4837 13440 9182 0 0 0.026162283138524579 0.38449384479445964 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491671 1497600 25 25 34 34 299 0 0 1 0 36 0 0 0 0 0 +741 1783795345867919400 REFRESH 47 0 0.71813129777284301 0.8279386712095399 2 11 2 11 1 0 507 20 415 3955343 56640 216.54733276367188 1.0072000000000001 255.37129999999999 13440 9260 0 0 0.031374216798943186 1.3938937060236263 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 25 26 313 0 0 0 0 20 0 0 0 0 1 +742 1783795346214985700 REFRESH 30 0 0.71549587166645834 0.4608177172061329 1 8 1 8 0 0 2085 53 417 3951508 56160 218.51344299316406 1.0029999999999999 276.02890000000002 13440 8374 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491668 1248000 25 27 26 203 136 0 0 0 18 35 0 0 0 0 0 +743 1783795346559990700 REFRESH 1 0 0.72056350547409465 0.36712095400340705 1 7 1 7 0 0 2094 52 418 3947759 55680 218.86566162109375 1.0068999999999999 276.07900000000001 13440 8466 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737519 998400 25 27 26 112 228 0 0 0 18 34 0 0 0 0 0 +744 1783795346922275400 REFRESH 44 0 0.71992669857034031 0.36712095400340705 1 7 1 7 0 0 1464 23 427 3947757 55680 218.23898315429688 1.0046999999999999 305.27699999999999 13440 8372 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737516 998400 25 25 30 73 274 0 0 1 1 21 0 0 0 0 0 +745 1783795347316353600 REFRESH 37 0 0.71841732749229537 0.8356047700170357 1 12 1 12 0 0 799 26 408 3955367 56640 217.62661743164062 1.0044 257.21199999999999 13440 9260 0 0 0.0067801791030663505 0.5087152412729733 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491687 1497600 25 25 25 37 296 0 0 0 2 24 0 0 0 0 0 +746 1783795347635893100 REFRESH 24 0 0.71747446835143491 1 4 11 4 11 0 0 473 11 400 3955349 56640 218.32089233398438 1.0185 258.6884 6720 4782 0 0 0.049718034260125263 1.3802885951242663 3923 1875 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 25 25 26 299 0 0 0 0 11 0 0 0 0 0 +747 1783795347951096300 REFRESH 36 0 0.71826793585400339 0.82027257240204421 3 10 3 10 0 0 951 37 410 3955357 56640 217.07160949707031 1.0088999999999999 260.43360000000001 13440 9239 0 0 0.063856168107744679 0.17242192002112078 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 41 44 275 0 0 2 1 34 0 0 0 0 0 +748 1783795348281192700 REFRESH 18 0 0.72041080746717501 0.9293015332197615 1 13 1 13 0 0 401 9 408 3955367 56640 219.33772277832031 1.006 262.01729999999998 6720 4702 0 0 0.0012047658074714103 1.5360264306134574 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 25 25 25 26 307 0 0 0 0 9 0 0 0 0 0 +749 1783795348631966000 REFRESH 45 0 0.71563371641378803 0.45315161839863699 2 7 2 7 0 0 1499 19 424 3951524 56160 217.62867736816406 1.0008999999999999 294.84949999999998 13440 8269 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 2 3 2 5 983040 491520 737280 491684 1248000 25 25 26 211 137 0 0 0 5 14 0 0 0 0 0 +750 1783795348947222800 REFRESH 55 0 0.71767113215289013 0.8279386712095399 2 11 2 11 0 0 826 24 407 3955381 56640 218.43557739257812 1.1200000000000001 260.0831 13440 9316 0 0 0.028658969471304477 0.6343466619252468 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491701 1497600 25 26 25 26 305 0 0 0 0 24 0 0 0 0 0 +751 1783795349271128000 REFRESH 15 0 0.71462939904131817 0.91396933560476989 3 11 3 11 0 0 284 8 414 3955340 56640 217.9287109375 1.0051000000000001 260.4008 6720 4616 0 0 0.13215737202774189 0.95319511763653475 3840 1864 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 25 26 25 33 305 0 0 0 0 8 0 0 0 0 0 +752 1783795349567116700 REFRESH 46 0 0.71604940535297934 0.37478705281090291 0 8 0 8 0 0 2229 23 416 3947724 55680 218.48371887207031 1.0015000000000001 294.72829999999999 13440 8316 0 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737483 998400 25 26 26 104 235 0 0 0 5 18 0 0 0 0 0 +753 1783795349930813000 REFRESH 40 0 0.71987424803985745 0.64821124361158422 1 10 1 10 0 0 1281 18 414 3955343 56640 215.71481323242188 1.0061 293.3263 13440 8955 0 0 0.026057215024178938 1.7176440476922248 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 25 33 40 291 0 1 0 0 17 0 0 0 0 0 +754 1783795350276729500 REFRESH 48 0 0.74454603583200196 0.26575809199318562 2 5 2 5 0 0 1743 42 413 3943903 55200 218.22566223144531 1.0069999999999999 284.9008 20160 14984 0 0 0.0046043101471456684 0.20405439432789962 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737503 748800 25 25 26 43 294 0 0 0 3 39 0 0 0 0 0 +755 1783795350553385600 REFRESH 31 0 0.7160866440740461 0.3594548551959113 2 6 2 6 0 0 1814 42 412 3947750 55680 216.72242736816406 1.0247999999999999 275.43340000000001 13440 8301 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737510 998400 25 26 27 107 227 0 0 0 7 35 0 0 0 0 0 +756 1783795350878873700 REFRESH 12 0 0.71977075017364878 0.63287904599659284 3 8 3 8 0 0 1090 8 428 3955361 56640 216.4981689453125 1.0058 255.19280000000001 13440 9030 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 25 26 27 66 284 0 0 0 0 8 0 0 0 0 0 +757 1783795351339184700 REFRESH 7 0 0.71847856157526191 0.8356047700170357 1 12 1 12 0 0 722 29 406 3955364 56640 217.62355041503906 1.0045999999999999 258.74700000000001 13440 9272 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 26 25 27 303 0 0 0 1 28 0 0 0 0 0 +758 1783795351654763400 REFRESH 57 0 0.71850010479400206 0.8279386712095399 2 11 2 11 0 0 1000 25 407 3955349 56640 217.17607116699219 1.0043 260.19999999999999 13440 9330 0 0 0.00037278843749701852 1.4951103476088821 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 25 29 302 0 0 0 1 24 0 0 0 0 0 +759 1783795353577830600 DEPTH 42 1 0.88624370811420805 0 0 4 0 4 0 0 4096 46 2590 23664981 81600 1274.9598388671875 6.0561999999999996 1858.4685999999999 120960 61695 1 1 0 0.0022558207226077618 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426579 4492800 260 150 163 1463 554 0 0 0 0 45 0 0 0 0 0 +760 1783795355620406400 DEPTH 9 1 0.74458264898065518 0.35178875638841556 3 5 3 5 0 0 1323 115 2572 23691512 106560 1278.5264587402344 7.5365000000000002 1967.3212000000001 80640 39434 1 0 0.10006880902151041 0.53421551850914784 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4180472 6240000 150 150 154 725 1393 0 0 0 13 102 0 0 0 0 0 +761 1783795357186467000 DEPTH 39 1 0.74207191287519514 0.55451448040885853 1 9 1 9 0 0 1300 54 2163 19762216 109440 1050.9679565429688 5.5467999999999993 1511.8773000000001 67200 34146 0 0 0.00014764898786445011 2.5917218480173916 4096 2048 320 10 80 4 2 3 2 5 4915200 2457600 3440640 2459175 6489600 125 125 127 630 1156 0 0 5 3 46 0 0 0 0 0 diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/run.tsv b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/run.tsv new file mode 100644 index 00000000..a3334a4d --- /dev/null +++ b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/run.tsv @@ -0,0 +1,36 @@ +format szilassi-global-search-v5 +run_id 863901b7-d3d9-4797-8121-bd5426b2014e +node_id LOOKICH +seed 389145880 +topology_from 0 +topology_to 58 +backend cuda-fp32 +objective_version 5 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 59 +algorithm hybrid-quality-diversity-neural-v2 +control_baseline_min_fraction 0.25 +strategy_weights adaptive-total:16,floors:baseline4/replica1/adaptive1/pbt1/injected3,max6 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8,crossing-face-mask:12,intersection-face-mask:12 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +intersection_loss segment-depth-times-boundary-depth,weight:0.01,cap:4 +repair injected-quarter,offending-face-biased,neural-policy-with-exploration +neural per-topology-ensemble:5,residual-mlp:44-128-128-128,value-policy,online-adamw,replay:4096 +neural_safety baseline-floor:25%,policy-exploration:25%,exact-cuda-plus-cpu-dd-authoritative +spsa adam:6,cpu-double,c-plus-i-smooth-loss,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000001_93497698.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000001_93497698.szar new file mode 100644 index 00000000..64c9f070 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000001_93497698.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000002_9698acaa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000002_9698acaa.szar new file mode 100644 index 00000000..8daf0392 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000002_9698acaa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000003_1c9cc180.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000003_1c9cc180.szar new file mode 100644 index 00000000..25d9b683 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000003_1c9cc180.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000004_eb79b7ff.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000004_eb79b7ff.szar new file mode 100644 index 00000000..014f0e9b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000004_eb79b7ff.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000005_669ba37b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000005_669ba37b.szar new file mode 100644 index 00000000..d1403083 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000005_669ba37b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000006_4a36a2e4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000006_4a36a2e4.szar new file mode 100644 index 00000000..59bbe2d0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000006_4a36a2e4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000007_f3d08b9f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000007_f3d08b9f.szar new file mode 100644 index 00000000..d6b8567d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000007_f3d08b9f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000008_631fef3d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000008_631fef3d.szar new file mode 100644 index 00000000..549ae74a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000008_631fef3d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000009_dd29f3a8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000009_dd29f3a8.szar new file mode 100644 index 00000000..7670604b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000009_dd29f3a8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000010_629ce0dc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000010_629ce0dc.szar new file mode 100644 index 00000000..358f5607 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/archive/delta_00000000000000000010_629ce0dc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000001_41110070.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000001_41110070.szcp new file mode 100644 index 00000000..9f7ddb5a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000001_41110070.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000002_94f640a6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000002_94f640a6.szcp new file mode 100644 index 00000000..1b0b93da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000002_94f640a6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000003_5b1fa712.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000003_5b1fa712.szcp new file mode 100644 index 00000000..c4c20ce7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000003_5b1fa712.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000004_18d6d804.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000004_18d6d804.szcp new file mode 100644 index 00000000..fe6b4e00 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000004_18d6d804.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000005_259ad6d5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000005_259ad6d5.szcp new file mode 100644 index 00000000..80c0db61 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000005_259ad6d5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000006_a85c585f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000006_a85c585f.szcp new file mode 100644 index 00000000..751842dc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000006_a85c585f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000007_726791c9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000007_726791c9.szcp new file mode 100644 index 00000000..13d77d08 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000007_726791c9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000008_5c4af716.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000008_5c4af716.szcp new file mode 100644 index 00000000..788815e0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000008_5c4af716.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000009_430f5e89.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000009_430f5e89.szcp new file mode 100644 index 00000000..13ed6094 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000009_430f5e89.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000010_a9613640.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000010_a9613640.szcp new file mode 100644 index 00000000..9d4fd4f6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_000/checkpoints/checkpoint_00000000000000000010_a9613640.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000001_01aef51c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000001_01aef51c.szar new file mode 100644 index 00000000..5e76b7b4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000001_01aef51c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000002_c8aa3c20.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000002_c8aa3c20.szar new file mode 100644 index 00000000..dff3b702 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000002_c8aa3c20.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000003_158ed8e0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000003_158ed8e0.szar new file mode 100644 index 00000000..961f1f4f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000003_158ed8e0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000004_ae137c6d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000004_ae137c6d.szar new file mode 100644 index 00000000..f4c19d93 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000004_ae137c6d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000005_49867bdf.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000005_49867bdf.szar new file mode 100644 index 00000000..f7f311ae Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000005_49867bdf.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000006_dc0d5f59.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000006_dc0d5f59.szar new file mode 100644 index 00000000..55b5c0d1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000006_dc0d5f59.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000007_a5325427.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000007_a5325427.szar new file mode 100644 index 00000000..7b8761d9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000007_a5325427.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000008_278775a0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000008_278775a0.szar new file mode 100644 index 00000000..956333b1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000008_278775a0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000009_852648ab.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000009_852648ab.szar new file mode 100644 index 00000000..ddc890d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000009_852648ab.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000010_d5f7614b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000010_d5f7614b.szar new file mode 100644 index 00000000..a435a7fe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000010_d5f7614b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000011_f7eed372.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000011_f7eed372.szar new file mode 100644 index 00000000..88028b34 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000011_f7eed372.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000012_adc5562c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000012_adc5562c.szar new file mode 100644 index 00000000..439004d9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000012_adc5562c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000013_88abb8c5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000013_88abb8c5.szar new file mode 100644 index 00000000..140fbcae Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000013_88abb8c5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000014_9990d8c4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000014_9990d8c4.szar new file mode 100644 index 00000000..3a4507aa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000014_9990d8c4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000015_d0b24a45.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000015_d0b24a45.szar new file mode 100644 index 00000000..d8b6c19b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/archive/delta_00000000000000000015_d0b24a45.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000001_826a27af.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000001_826a27af.szcp new file mode 100644 index 00000000..b8027ac4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000001_826a27af.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000002_2ddda2e3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000002_2ddda2e3.szcp new file mode 100644 index 00000000..19cae262 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000002_2ddda2e3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000003_a2acf74c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000003_a2acf74c.szcp new file mode 100644 index 00000000..4027ae17 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000003_a2acf74c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000004_136ebce0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000004_136ebce0.szcp new file mode 100644 index 00000000..9d225155 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000004_136ebce0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000005_e14d06ad.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000005_e14d06ad.szcp new file mode 100644 index 00000000..ed35782f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000005_e14d06ad.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000006_2df94f90.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000006_2df94f90.szcp new file mode 100644 index 00000000..f98e44b2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000006_2df94f90.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000007_b56d03bd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000007_b56d03bd.szcp new file mode 100644 index 00000000..996d12b6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000007_b56d03bd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000008_99e1d7df.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000008_99e1d7df.szcp new file mode 100644 index 00000000..1d1d2ec4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000008_99e1d7df.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000009_cdfa8f20.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000009_cdfa8f20.szcp new file mode 100644 index 00000000..1a2d1ddf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000009_cdfa8f20.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000010_737f8f65.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000010_737f8f65.szcp new file mode 100644 index 00000000..31ac8e87 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000010_737f8f65.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000011_5338028b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000011_5338028b.szcp new file mode 100644 index 00000000..823bcb99 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000011_5338028b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000012_7aba0129.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000012_7aba0129.szcp new file mode 100644 index 00000000..e2e5fe36 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000012_7aba0129.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000013_b974423d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000013_b974423d.szcp new file mode 100644 index 00000000..2cee3301 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000013_b974423d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000014_a27dd8b9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000014_a27dd8b9.szcp new file mode 100644 index 00000000..fcc478ce Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000014_a27dd8b9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000015_1d32eb8a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000015_1d32eb8a.szcp new file mode 100644 index 00000000..4b0f9336 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_001/checkpoints/checkpoint_00000000000000000015_1d32eb8a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000001_1d3e3e03.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000001_1d3e3e03.szar new file mode 100644 index 00000000..2cbd65e3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000001_1d3e3e03.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000002_dec6e40b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000002_dec6e40b.szar new file mode 100644 index 00000000..9409c40f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000002_dec6e40b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000003_a7c9f705.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000003_a7c9f705.szar new file mode 100644 index 00000000..3ed1d74d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000003_a7c9f705.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000004_1e6ef746.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000004_1e6ef746.szar new file mode 100644 index 00000000..c2007633 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000004_1e6ef746.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000005_45962dab.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000005_45962dab.szar new file mode 100644 index 00000000..dffdd76d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000005_45962dab.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000006_9a9492b4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000006_9a9492b4.szar new file mode 100644 index 00000000..cb7c291c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000006_9a9492b4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000007_b7e80293.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000007_b7e80293.szar new file mode 100644 index 00000000..e50c784b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000007_b7e80293.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000008_215490c8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000008_215490c8.szar new file mode 100644 index 00000000..d47af3be Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000008_215490c8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000009_3d4b3c1f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000009_3d4b3c1f.szar new file mode 100644 index 00000000..f01cbdcc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000009_3d4b3c1f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000010_dc4dd6cd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000010_dc4dd6cd.szar new file mode 100644 index 00000000..079bb777 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000010_dc4dd6cd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000011_bf678a85.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000011_bf678a85.szar new file mode 100644 index 00000000..97966410 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000011_bf678a85.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000012_568b431c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000012_568b431c.szar new file mode 100644 index 00000000..49e676e6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000012_568b431c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000013_476c38bc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000013_476c38bc.szar new file mode 100644 index 00000000..905d33b9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000013_476c38bc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000014_e2af7e6f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000014_e2af7e6f.szar new file mode 100644 index 00000000..949f43be Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/archive/delta_00000000000000000014_e2af7e6f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000001_0cbceaf4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000001_0cbceaf4.szcp new file mode 100644 index 00000000..aaa41e6b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000001_0cbceaf4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000002_d9e81f06.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000002_d9e81f06.szcp new file mode 100644 index 00000000..b40d3526 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000002_d9e81f06.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000003_6f42b298.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000003_6f42b298.szcp new file mode 100644 index 00000000..d39f5fed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000003_6f42b298.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000004_7af5eaad.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000004_7af5eaad.szcp new file mode 100644 index 00000000..aef96afe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000004_7af5eaad.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000005_cd198439.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000005_cd198439.szcp new file mode 100644 index 00000000..acd0ef1c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000005_cd198439.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000006_0fd80d79.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000006_0fd80d79.szcp new file mode 100644 index 00000000..d8b342d7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000006_0fd80d79.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000007_5e1edfe1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000007_5e1edfe1.szcp new file mode 100644 index 00000000..9588ea14 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000007_5e1edfe1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000008_51261232.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000008_51261232.szcp new file mode 100644 index 00000000..bbdf45b5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000008_51261232.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000009_aed5364a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000009_aed5364a.szcp new file mode 100644 index 00000000..2e8f2e12 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000009_aed5364a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000010_ca8d6ecf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000010_ca8d6ecf.szcp new file mode 100644 index 00000000..e3bc6f28 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000010_ca8d6ecf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000011_ef6f0d2d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000011_ef6f0d2d.szcp new file mode 100644 index 00000000..1781c61d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000011_ef6f0d2d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000012_042d4769.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000012_042d4769.szcp new file mode 100644 index 00000000..bada44e0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000012_042d4769.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000013_41967cca.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000013_41967cca.szcp new file mode 100644 index 00000000..6be8efbe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000013_41967cca.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000014_b5f8ec93.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000014_b5f8ec93.szcp new file mode 100644 index 00000000..1ac36234 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_002/checkpoints/checkpoint_00000000000000000014_b5f8ec93.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000001_57287dfe.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000001_57287dfe.szar new file mode 100644 index 00000000..360330ad Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000001_57287dfe.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000002_59447cbf.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000002_59447cbf.szar new file mode 100644 index 00000000..f56850d0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000002_59447cbf.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000003_932a02ba.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000003_932a02ba.szar new file mode 100644 index 00000000..b0ff086b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000003_932a02ba.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000004_71eb2e66.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000004_71eb2e66.szar new file mode 100644 index 00000000..747895e2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000004_71eb2e66.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000005_2e86a37d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000005_2e86a37d.szar new file mode 100644 index 00000000..d51ce700 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000005_2e86a37d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000006_1ef759ba.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000006_1ef759ba.szar new file mode 100644 index 00000000..39323932 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000006_1ef759ba.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000007_2f5c6f56.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000007_2f5c6f56.szar new file mode 100644 index 00000000..c6519699 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000007_2f5c6f56.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000008_0dc67e70.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000008_0dc67e70.szar new file mode 100644 index 00000000..1748745c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000008_0dc67e70.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000009_46ce20e7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000009_46ce20e7.szar new file mode 100644 index 00000000..9826fc2a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000009_46ce20e7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000010_e29e54be.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000010_e29e54be.szar new file mode 100644 index 00000000..355cd63c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000010_e29e54be.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000011_39b17a6a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000011_39b17a6a.szar new file mode 100644 index 00000000..400844b8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/archive/delta_00000000000000000011_39b17a6a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000001_38cc47ad.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000001_38cc47ad.szcp new file mode 100644 index 00000000..60d5f471 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000001_38cc47ad.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000002_88fa8f25.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000002_88fa8f25.szcp new file mode 100644 index 00000000..21fed63e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000002_88fa8f25.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000003_9402910b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000003_9402910b.szcp new file mode 100644 index 00000000..f85275ec Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000003_9402910b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000004_95ea3de7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000004_95ea3de7.szcp new file mode 100644 index 00000000..252dcf11 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000004_95ea3de7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000005_10cc2a46.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000005_10cc2a46.szcp new file mode 100644 index 00000000..baebfaed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000005_10cc2a46.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000006_41a5acde.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000006_41a5acde.szcp new file mode 100644 index 00000000..70996278 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000006_41a5acde.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000007_180584f4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000007_180584f4.szcp new file mode 100644 index 00000000..106027f5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000007_180584f4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000008_08150a25.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000008_08150a25.szcp new file mode 100644 index 00000000..ba8dbad5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000008_08150a25.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000009_e8cdacb6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000009_e8cdacb6.szcp new file mode 100644 index 00000000..8e8d5812 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000009_e8cdacb6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000010_3e56fe6d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000010_3e56fe6d.szcp new file mode 100644 index 00000000..de41087b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000010_3e56fe6d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000011_b9184955.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000011_b9184955.szcp new file mode 100644 index 00000000..d868555e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_003/checkpoints/checkpoint_00000000000000000011_b9184955.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000001_a04fee12.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000001_a04fee12.szar new file mode 100644 index 00000000..b944478b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000001_a04fee12.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000002_a4cf14eb.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000002_a4cf14eb.szar new file mode 100644 index 00000000..37cd0ce2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000002_a4cf14eb.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000003_0ca61e15.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000003_0ca61e15.szar new file mode 100644 index 00000000..53985e06 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000003_0ca61e15.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000004_318eda08.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000004_318eda08.szar new file mode 100644 index 00000000..f4f981fa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000004_318eda08.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000005_683d1644.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000005_683d1644.szar new file mode 100644 index 00000000..a926edda Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000005_683d1644.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000006_1e072884.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000006_1e072884.szar new file mode 100644 index 00000000..4f4b18bb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000006_1e072884.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000007_a2bc9f42.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000007_a2bc9f42.szar new file mode 100644 index 00000000..9e458c18 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000007_a2bc9f42.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000008_2130822d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000008_2130822d.szar new file mode 100644 index 00000000..1925c982 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000008_2130822d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000009_efef9b22.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000009_efef9b22.szar new file mode 100644 index 00000000..3269b1be Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/archive/delta_00000000000000000009_efef9b22.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000001_0b3dd373.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000001_0b3dd373.szcp new file mode 100644 index 00000000..217b7622 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000001_0b3dd373.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000002_b6d6046f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000002_b6d6046f.szcp new file mode 100644 index 00000000..3d915b07 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000002_b6d6046f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000003_4f62e700.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000003_4f62e700.szcp new file mode 100644 index 00000000..e2f134e7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000003_4f62e700.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000004_30b1181a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000004_30b1181a.szcp new file mode 100644 index 00000000..f3fa73b2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000004_30b1181a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000005_7ca5549c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000005_7ca5549c.szcp new file mode 100644 index 00000000..afc824ec Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000005_7ca5549c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000006_43244aea.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000006_43244aea.szcp new file mode 100644 index 00000000..626c16e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000006_43244aea.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000007_6a9264d8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000007_6a9264d8.szcp new file mode 100644 index 00000000..86c13412 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000007_6a9264d8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000008_2282d3ec.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000008_2282d3ec.szcp new file mode 100644 index 00000000..a552c82a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000008_2282d3ec.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000009_f5ccaa03.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000009_f5ccaa03.szcp new file mode 100644 index 00000000..085c16af Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_004/checkpoints/checkpoint_00000000000000000009_f5ccaa03.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000001_38cd2b9a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000001_38cd2b9a.szar new file mode 100644 index 00000000..5e369cbd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000001_38cd2b9a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000002_6ff85a3d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000002_6ff85a3d.szar new file mode 100644 index 00000000..90638cf5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000002_6ff85a3d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000003_bb063f24.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000003_bb063f24.szar new file mode 100644 index 00000000..d85f9701 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000003_bb063f24.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000004_856a20a0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000004_856a20a0.szar new file mode 100644 index 00000000..6dbdae60 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000004_856a20a0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000005_5dd003c6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000005_5dd003c6.szar new file mode 100644 index 00000000..9e37f010 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000005_5dd003c6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000006_3ffac6f9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000006_3ffac6f9.szar new file mode 100644 index 00000000..06e94c55 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000006_3ffac6f9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000007_d39636e8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000007_d39636e8.szar new file mode 100644 index 00000000..ddf50eda Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000007_d39636e8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000008_919e0153.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000008_919e0153.szar new file mode 100644 index 00000000..06749e20 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000008_919e0153.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000009_e9e3d0ea.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000009_e9e3d0ea.szar new file mode 100644 index 00000000..2e045056 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000009_e9e3d0ea.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000010_7c98203e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000010_7c98203e.szar new file mode 100644 index 00000000..dd62fb2b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/archive/delta_00000000000000000010_7c98203e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000001_92000f0b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000001_92000f0b.szcp new file mode 100644 index 00000000..d7e047c8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000001_92000f0b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000002_d351da76.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000002_d351da76.szcp new file mode 100644 index 00000000..ac331fc5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000002_d351da76.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000003_456402a9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000003_456402a9.szcp new file mode 100644 index 00000000..05af1015 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000003_456402a9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000004_f2198d23.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000004_f2198d23.szcp new file mode 100644 index 00000000..9d80b74c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000004_f2198d23.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000005_9d11dde9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000005_9d11dde9.szcp new file mode 100644 index 00000000..af5620fe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000005_9d11dde9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000006_68723884.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000006_68723884.szcp new file mode 100644 index 00000000..dbf60a5f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000006_68723884.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000007_735d0636.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000007_735d0636.szcp new file mode 100644 index 00000000..6fca15f6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000007_735d0636.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000008_7352e239.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000008_7352e239.szcp new file mode 100644 index 00000000..71e0af76 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000008_7352e239.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000009_4cff9c0b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000009_4cff9c0b.szcp new file mode 100644 index 00000000..aa7e81d0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000009_4cff9c0b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000010_4a720ba2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000010_4a720ba2.szcp new file mode 100644 index 00000000..d9142c60 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_005/checkpoints/checkpoint_00000000000000000010_4a720ba2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000001_3e6d74cb.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000001_3e6d74cb.szar new file mode 100644 index 00000000..64922cc4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000001_3e6d74cb.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000002_7544bc9b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000002_7544bc9b.szar new file mode 100644 index 00000000..c023e6ac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000002_7544bc9b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000003_b13a3e68.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000003_b13a3e68.szar new file mode 100644 index 00000000..c28e13fb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000003_b13a3e68.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000004_aec0ce44.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000004_aec0ce44.szar new file mode 100644 index 00000000..cf85cb5e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000004_aec0ce44.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000005_4a247492.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000005_4a247492.szar new file mode 100644 index 00000000..eb2700b0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000005_4a247492.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000006_ba43f49d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000006_ba43f49d.szar new file mode 100644 index 00000000..2401ff9a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000006_ba43f49d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000007_29a28983.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000007_29a28983.szar new file mode 100644 index 00000000..ff5917a4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000007_29a28983.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000008_02636146.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000008_02636146.szar new file mode 100644 index 00000000..b3610589 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/archive/delta_00000000000000000008_02636146.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000001_094c6eb8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000001_094c6eb8.szcp new file mode 100644 index 00000000..50827a6c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000001_094c6eb8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000002_2ba3a80a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000002_2ba3a80a.szcp new file mode 100644 index 00000000..7c4807e1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000002_2ba3a80a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000003_2cf1d0cc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000003_2cf1d0cc.szcp new file mode 100644 index 00000000..f789cce8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000003_2cf1d0cc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000004_244e3ac7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000004_244e3ac7.szcp new file mode 100644 index 00000000..57ca5003 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000004_244e3ac7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000005_86b1ff68.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000005_86b1ff68.szcp new file mode 100644 index 00000000..23f00585 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000005_86b1ff68.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000006_9c476bd8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000006_9c476bd8.szcp new file mode 100644 index 00000000..8290fdb6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000006_9c476bd8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000007_73d922ef.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000007_73d922ef.szcp new file mode 100644 index 00000000..c0e8946c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000007_73d922ef.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000008_01ff6ff2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000008_01ff6ff2.szcp new file mode 100644 index 00000000..16ff4747 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_006/checkpoints/checkpoint_00000000000000000008_01ff6ff2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000001_f00cfb9c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000001_f00cfb9c.szar new file mode 100644 index 00000000..e71aeb2b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000001_f00cfb9c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000002_96ca27be.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000002_96ca27be.szar new file mode 100644 index 00000000..e42f0cde Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000002_96ca27be.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000003_fb0e76bc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000003_fb0e76bc.szar new file mode 100644 index 00000000..b5c8e52f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000003_fb0e76bc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000004_46e7778c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000004_46e7778c.szar new file mode 100644 index 00000000..6a502a59 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000004_46e7778c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000005_3d9cb5bc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000005_3d9cb5bc.szar new file mode 100644 index 00000000..d390751e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000005_3d9cb5bc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000006_de0ba943.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000006_de0ba943.szar new file mode 100644 index 00000000..d60d3b4f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000006_de0ba943.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000007_1735b745.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000007_1735b745.szar new file mode 100644 index 00000000..ccc8bc0f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000007_1735b745.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000008_5c305a08.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000008_5c305a08.szar new file mode 100644 index 00000000..9075dbdb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000008_5c305a08.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000009_ea650b78.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000009_ea650b78.szar new file mode 100644 index 00000000..71d20b96 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000009_ea650b78.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000010_93e8d310.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000010_93e8d310.szar new file mode 100644 index 00000000..4cfc8a04 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/archive/delta_00000000000000000010_93e8d310.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000001_8451b0a8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000001_8451b0a8.szcp new file mode 100644 index 00000000..66939163 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000001_8451b0a8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000002_b635d0e9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000002_b635d0e9.szcp new file mode 100644 index 00000000..8f6c2e1b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000002_b635d0e9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000003_32d81988.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000003_32d81988.szcp new file mode 100644 index 00000000..8fca5965 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000003_32d81988.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000004_3e85a04f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000004_3e85a04f.szcp new file mode 100644 index 00000000..7f347ca1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000004_3e85a04f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000005_02cca8a6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000005_02cca8a6.szcp new file mode 100644 index 00000000..7e8f35ee Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000005_02cca8a6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000006_c4743628.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000006_c4743628.szcp new file mode 100644 index 00000000..3c5b869e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000006_c4743628.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000007_7711f87c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000007_7711f87c.szcp new file mode 100644 index 00000000..e8f52bea Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000007_7711f87c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000008_0e4f48ac.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000008_0e4f48ac.szcp new file mode 100644 index 00000000..9a797a36 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000008_0e4f48ac.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000009_c7a061d6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000009_c7a061d6.szcp new file mode 100644 index 00000000..2443e339 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000009_c7a061d6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000010_f6ba0983.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000010_f6ba0983.szcp new file mode 100644 index 00000000..29640be6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_007/checkpoints/checkpoint_00000000000000000010_f6ba0983.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000001_d1cd5486.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000001_d1cd5486.szar new file mode 100644 index 00000000..b1bcddaf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000001_d1cd5486.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000002_0de1c4ee.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000002_0de1c4ee.szar new file mode 100644 index 00000000..a7b6a16e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000002_0de1c4ee.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000003_de089bc4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000003_de089bc4.szar new file mode 100644 index 00000000..f6b7f14c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000003_de089bc4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000004_ee272ad3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000004_ee272ad3.szar new file mode 100644 index 00000000..448a1436 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000004_ee272ad3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000005_2fc9bb92.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000005_2fc9bb92.szar new file mode 100644 index 00000000..25ea6fe0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000005_2fc9bb92.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000006_d25cdba3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000006_d25cdba3.szar new file mode 100644 index 00000000..4ba4263e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000006_d25cdba3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000007_bdf5296a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000007_bdf5296a.szar new file mode 100644 index 00000000..8ddd4999 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000007_bdf5296a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000008_8c2e06da.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000008_8c2e06da.szar new file mode 100644 index 00000000..688e426c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000008_8c2e06da.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000009_a0bddcec.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000009_a0bddcec.szar new file mode 100644 index 00000000..dcaa147f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000009_a0bddcec.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000010_0ef3b4e5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000010_0ef3b4e5.szar new file mode 100644 index 00000000..6170b871 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000010_0ef3b4e5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000011_dcfff47d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000011_dcfff47d.szar new file mode 100644 index 00000000..2add131d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000011_dcfff47d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000012_a56229bc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000012_a56229bc.szar new file mode 100644 index 00000000..f0a91300 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000012_a56229bc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000013_1432410f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000013_1432410f.szar new file mode 100644 index 00000000..af741e9d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000013_1432410f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000014_da9e5f16.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000014_da9e5f16.szar new file mode 100644 index 00000000..86d0b464 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000014_da9e5f16.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000015_f1d08edd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000015_f1d08edd.szar new file mode 100644 index 00000000..43a97673 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000015_f1d08edd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000016_e9ac7069.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000016_e9ac7069.szar new file mode 100644 index 00000000..b61d9e83 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000016_e9ac7069.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000017_c8e9e881.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000017_c8e9e881.szar new file mode 100644 index 00000000..f2455dfd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/archive/delta_00000000000000000017_c8e9e881.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000001_3495ed5c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000001_3495ed5c.szcp new file mode 100644 index 00000000..29483aa7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000001_3495ed5c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000002_a237b9d5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000002_a237b9d5.szcp new file mode 100644 index 00000000..9709c237 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000002_a237b9d5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000003_dbe8bbd2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000003_dbe8bbd2.szcp new file mode 100644 index 00000000..28498d41 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000003_dbe8bbd2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000004_38dac3b2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000004_38dac3b2.szcp new file mode 100644 index 00000000..cd268044 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000004_38dac3b2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000005_f56653c0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000005_f56653c0.szcp new file mode 100644 index 00000000..a4695323 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000005_f56653c0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000006_865f28d9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000006_865f28d9.szcp new file mode 100644 index 00000000..a40f7a1d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000006_865f28d9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000007_e7fd97e6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000007_e7fd97e6.szcp new file mode 100644 index 00000000..674817da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000007_e7fd97e6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000008_465335c6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000008_465335c6.szcp new file mode 100644 index 00000000..e5c28e0d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000008_465335c6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000009_be8d9baf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000009_be8d9baf.szcp new file mode 100644 index 00000000..dfb003ce Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000009_be8d9baf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000010_fa1cde69.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000010_fa1cde69.szcp new file mode 100644 index 00000000..8142896a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000010_fa1cde69.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000011_0adb1439.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000011_0adb1439.szcp new file mode 100644 index 00000000..be4da39c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000011_0adb1439.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000012_16528628.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000012_16528628.szcp new file mode 100644 index 00000000..bd8839d6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000012_16528628.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000013_3cb2c0f9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000013_3cb2c0f9.szcp new file mode 100644 index 00000000..298fcf0c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000013_3cb2c0f9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000014_248963bd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000014_248963bd.szcp new file mode 100644 index 00000000..890b509b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000014_248963bd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000015_2e80bef3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000015_2e80bef3.szcp new file mode 100644 index 00000000..b4dc7513 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000015_2e80bef3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000016_92dfa8f0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000016_92dfa8f0.szcp new file mode 100644 index 00000000..411a8179 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000016_92dfa8f0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000017_f0933102.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000017_f0933102.szcp new file mode 100644 index 00000000..ee8a42a5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_008/checkpoints/checkpoint_00000000000000000017_f0933102.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000001_eb7d3823.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000001_eb7d3823.szar new file mode 100644 index 00000000..92c07cb5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000001_eb7d3823.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000002_0a6e6517.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000002_0a6e6517.szar new file mode 100644 index 00000000..af48daac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000002_0a6e6517.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000003_5345e904.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000003_5345e904.szar new file mode 100644 index 00000000..3d27c0a3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000003_5345e904.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000004_a5213ad8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000004_a5213ad8.szar new file mode 100644 index 00000000..6f6a8d20 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000004_a5213ad8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000005_90aaf4dc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000005_90aaf4dc.szar new file mode 100644 index 00000000..e26263e3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000005_90aaf4dc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000006_b321c6f5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000006_b321c6f5.szar new file mode 100644 index 00000000..63a2c81d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000006_b321c6f5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000007_dacc6510.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000007_dacc6510.szar new file mode 100644 index 00000000..8bebd11d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000007_dacc6510.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000008_22455505.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000008_22455505.szar new file mode 100644 index 00000000..2a9980f8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000008_22455505.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000009_26148034.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000009_26148034.szar new file mode 100644 index 00000000..066e19a8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000009_26148034.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000010_d2c523fd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000010_d2c523fd.szar new file mode 100644 index 00000000..20710f3a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000010_d2c523fd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000011_da7a2cf8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000011_da7a2cf8.szar new file mode 100644 index 00000000..2114c74d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000011_da7a2cf8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000012_538079ec.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000012_538079ec.szar new file mode 100644 index 00000000..70a5a161 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000012_538079ec.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000013_8e046dd3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000013_8e046dd3.szar new file mode 100644 index 00000000..8e6681c7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000013_8e046dd3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000014_9398175a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000014_9398175a.szar new file mode 100644 index 00000000..0ab67fb4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000014_9398175a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000015_4b91fc41.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000015_4b91fc41.szar new file mode 100644 index 00000000..2a46ab30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000015_4b91fc41.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000016_6592e6d6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000016_6592e6d6.szar new file mode 100644 index 00000000..c455c0b9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000016_6592e6d6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000017_99efa427.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000017_99efa427.szar new file mode 100644 index 00000000..526c9078 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/archive/delta_00000000000000000017_99efa427.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000001_86a13cef.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000001_86a13cef.szcp new file mode 100644 index 00000000..6643b272 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000001_86a13cef.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000002_fb5cbdd5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000002_fb5cbdd5.szcp new file mode 100644 index 00000000..195a1137 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000002_fb5cbdd5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000003_44847528.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000003_44847528.szcp new file mode 100644 index 00000000..6ce2b362 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000003_44847528.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000004_c76c8a40.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000004_c76c8a40.szcp new file mode 100644 index 00000000..71998734 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000004_c76c8a40.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000005_a9911871.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000005_a9911871.szcp new file mode 100644 index 00000000..c204b213 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000005_a9911871.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000006_6661fcfa.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000006_6661fcfa.szcp new file mode 100644 index 00000000..50ab0442 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000006_6661fcfa.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000007_4bb4033e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000007_4bb4033e.szcp new file mode 100644 index 00000000..f5cb6cb3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000007_4bb4033e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000008_3fc40cce.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000008_3fc40cce.szcp new file mode 100644 index 00000000..fcf9c056 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000008_3fc40cce.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000009_b9154692.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000009_b9154692.szcp new file mode 100644 index 00000000..8fd0a87b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000009_b9154692.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000010_ff6726ce.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000010_ff6726ce.szcp new file mode 100644 index 00000000..da9795c8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000010_ff6726ce.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000011_bbafa694.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000011_bbafa694.szcp new file mode 100644 index 00000000..c5d74b30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000011_bbafa694.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000012_f26ee422.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000012_f26ee422.szcp new file mode 100644 index 00000000..e46c043c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000012_f26ee422.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000013_78a9a8b6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000013_78a9a8b6.szcp new file mode 100644 index 00000000..90e34734 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000013_78a9a8b6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000014_c24d27f3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000014_c24d27f3.szcp new file mode 100644 index 00000000..aaa77b55 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000014_c24d27f3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000015_aa169cff.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000015_aa169cff.szcp new file mode 100644 index 00000000..e821351e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000015_aa169cff.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000016_8d4af9b2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000016_8d4af9b2.szcp new file mode 100644 index 00000000..0370ffdd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000016_8d4af9b2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000017_3a1213d6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000017_3a1213d6.szcp new file mode 100644 index 00000000..e1fb2be2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_009/checkpoints/checkpoint_00000000000000000017_3a1213d6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000001_332c4e51.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000001_332c4e51.szar new file mode 100644 index 00000000..bba8489b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000001_332c4e51.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000002_175ed9c8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000002_175ed9c8.szar new file mode 100644 index 00000000..543ea0ae Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000002_175ed9c8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000003_2dddc90f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000003_2dddc90f.szar new file mode 100644 index 00000000..698d1666 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000003_2dddc90f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000004_da2fb296.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000004_da2fb296.szar new file mode 100644 index 00000000..7016f90c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000004_da2fb296.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000005_fa424e9d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000005_fa424e9d.szar new file mode 100644 index 00000000..100b5d4a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000005_fa424e9d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000006_beb0015e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000006_beb0015e.szar new file mode 100644 index 00000000..ac23f01e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000006_beb0015e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000007_fbde7304.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000007_fbde7304.szar new file mode 100644 index 00000000..93186873 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000007_fbde7304.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000008_82cab9d4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000008_82cab9d4.szar new file mode 100644 index 00000000..b72bcbf1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000008_82cab9d4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000009_268be9e1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000009_268be9e1.szar new file mode 100644 index 00000000..048ece15 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000009_268be9e1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000010_fc9f3792.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000010_fc9f3792.szar new file mode 100644 index 00000000..fd603653 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000010_fc9f3792.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000011_2e1d5574.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000011_2e1d5574.szar new file mode 100644 index 00000000..e2effc9a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/archive/delta_00000000000000000011_2e1d5574.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000001_1a452ef0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000001_1a452ef0.szcp new file mode 100644 index 00000000..eb8bfb9c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000001_1a452ef0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000002_2d4d906f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000002_2d4d906f.szcp new file mode 100644 index 00000000..4f7d25c6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000002_2d4d906f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000003_4dbac6f4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000003_4dbac6f4.szcp new file mode 100644 index 00000000..72bf6554 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000003_4dbac6f4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000004_1336625a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000004_1336625a.szcp new file mode 100644 index 00000000..e13b198e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000004_1336625a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000005_a73d5652.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000005_a73d5652.szcp new file mode 100644 index 00000000..3b8eaf8f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000005_a73d5652.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000006_fb12d3a4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000006_fb12d3a4.szcp new file mode 100644 index 00000000..4e9eca91 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000006_fb12d3a4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000007_cd15e64e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000007_cd15e64e.szcp new file mode 100644 index 00000000..64fc8f17 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000007_cd15e64e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000008_ac8fbc5f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000008_ac8fbc5f.szcp new file mode 100644 index 00000000..60910a68 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000008_ac8fbc5f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000009_6a8e9597.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000009_6a8e9597.szcp new file mode 100644 index 00000000..ceeaad21 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000009_6a8e9597.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000010_8f04361e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000010_8f04361e.szcp new file mode 100644 index 00000000..49f1966d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000010_8f04361e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000011_20cdfeb2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000011_20cdfeb2.szcp new file mode 100644 index 00000000..41e65793 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_010/checkpoints/checkpoint_00000000000000000011_20cdfeb2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000001_5acce8ac.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000001_5acce8ac.szar new file mode 100644 index 00000000..00899319 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000001_5acce8ac.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000002_a5e79d0a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000002_a5e79d0a.szar new file mode 100644 index 00000000..71dab09d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000002_a5e79d0a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000003_3d379a22.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000003_3d379a22.szar new file mode 100644 index 00000000..e806f0a0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000003_3d379a22.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000004_e94fe467.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000004_e94fe467.szar new file mode 100644 index 00000000..96183f58 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000004_e94fe467.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000005_047bd46f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000005_047bd46f.szar new file mode 100644 index 00000000..4dff5c1a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000005_047bd46f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000006_4d852fdc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000006_4d852fdc.szar new file mode 100644 index 00000000..678b2dd4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000006_4d852fdc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000007_2a40f1c9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000007_2a40f1c9.szar new file mode 100644 index 00000000..f90b4e7a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000007_2a40f1c9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000008_814bdd13.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000008_814bdd13.szar new file mode 100644 index 00000000..81545a24 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000008_814bdd13.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000009_10d654c0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000009_10d654c0.szar new file mode 100644 index 00000000..b2589329 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000009_10d654c0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000010_2c375b28.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000010_2c375b28.szar new file mode 100644 index 00000000..c12138d9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000010_2c375b28.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000011_25cf950e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000011_25cf950e.szar new file mode 100644 index 00000000..74955f4d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000011_25cf950e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000012_d78b9c90.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000012_d78b9c90.szar new file mode 100644 index 00000000..b4e3f2be Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000012_d78b9c90.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000013_48a7faa3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000013_48a7faa3.szar new file mode 100644 index 00000000..34f13aed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000013_48a7faa3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000014_a746ed63.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000014_a746ed63.szar new file mode 100644 index 00000000..ba5103fb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000014_a746ed63.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000015_5ea99e35.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000015_5ea99e35.szar new file mode 100644 index 00000000..ec08da17 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/archive/delta_00000000000000000015_5ea99e35.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000001_e5e89561.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000001_e5e89561.szcp new file mode 100644 index 00000000..b7a4996f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000001_e5e89561.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000002_21d46e62.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000002_21d46e62.szcp new file mode 100644 index 00000000..96ba4b0f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000002_21d46e62.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000003_db357754.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000003_db357754.szcp new file mode 100644 index 00000000..33479903 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000003_db357754.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000004_d0428e38.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000004_d0428e38.szcp new file mode 100644 index 00000000..0ed25cbe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000004_d0428e38.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000005_1466ddf0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000005_1466ddf0.szcp new file mode 100644 index 00000000..20bbed13 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000005_1466ddf0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000006_bf842ccb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000006_bf842ccb.szcp new file mode 100644 index 00000000..9fd91976 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000006_bf842ccb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000007_c948a060.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000007_c948a060.szcp new file mode 100644 index 00000000..7501978a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000007_c948a060.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000008_17af97e9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000008_17af97e9.szcp new file mode 100644 index 00000000..5ddcce3d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000008_17af97e9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000009_9b07c5ca.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000009_9b07c5ca.szcp new file mode 100644 index 00000000..f5f6bd78 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000009_9b07c5ca.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000010_3d43b362.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000010_3d43b362.szcp new file mode 100644 index 00000000..112bb628 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000010_3d43b362.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000011_23ba952b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000011_23ba952b.szcp new file mode 100644 index 00000000..83021753 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000011_23ba952b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000012_279dda78.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000012_279dda78.szcp new file mode 100644 index 00000000..d08f96bd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000012_279dda78.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000013_5e2b3dae.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000013_5e2b3dae.szcp new file mode 100644 index 00000000..b2771acf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000013_5e2b3dae.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000014_dd8d9843.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000014_dd8d9843.szcp new file mode 100644 index 00000000..206e392d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000014_dd8d9843.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000015_1c3a2759.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000015_1c3a2759.szcp new file mode 100644 index 00000000..26317ba3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_011/checkpoints/checkpoint_00000000000000000015_1c3a2759.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000001_d8fe551b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000001_d8fe551b.szar new file mode 100644 index 00000000..a5ffc231 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000001_d8fe551b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000002_d3b5fa79.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000002_d3b5fa79.szar new file mode 100644 index 00000000..b78554b1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000002_d3b5fa79.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000003_fa351706.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000003_fa351706.szar new file mode 100644 index 00000000..1ea974cc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000003_fa351706.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000004_94fb1dc5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000004_94fb1dc5.szar new file mode 100644 index 00000000..caf9464a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000004_94fb1dc5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000005_04fae371.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000005_04fae371.szar new file mode 100644 index 00000000..a0ec4605 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000005_04fae371.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000006_bd775d2e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000006_bd775d2e.szar new file mode 100644 index 00000000..a9077316 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000006_bd775d2e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000007_5a61fe4c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000007_5a61fe4c.szar new file mode 100644 index 00000000..c27961ae Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000007_5a61fe4c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000008_1fc41701.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000008_1fc41701.szar new file mode 100644 index 00000000..6a3de9c2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000008_1fc41701.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000009_705ea211.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000009_705ea211.szar new file mode 100644 index 00000000..bdd62d7c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000009_705ea211.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000010_d57bd1cc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000010_d57bd1cc.szar new file mode 100644 index 00000000..1bccf8d2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000010_d57bd1cc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000011_739bf8f3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000011_739bf8f3.szar new file mode 100644 index 00000000..c155700a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/archive/delta_00000000000000000011_739bf8f3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000001_8bf0f493.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000001_8bf0f493.szcp new file mode 100644 index 00000000..c8f5b5f5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000001_8bf0f493.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000002_032192b1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000002_032192b1.szcp new file mode 100644 index 00000000..9e02ba92 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000002_032192b1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000003_df268b71.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000003_df268b71.szcp new file mode 100644 index 00000000..168b48ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000003_df268b71.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000004_4e4ef608.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000004_4e4ef608.szcp new file mode 100644 index 00000000..99e66e64 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000004_4e4ef608.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000005_52f5901f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000005_52f5901f.szcp new file mode 100644 index 00000000..656d58ba Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000005_52f5901f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000006_05075362.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000006_05075362.szcp new file mode 100644 index 00000000..0f4778cb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000006_05075362.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000007_941d90ed.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000007_941d90ed.szcp new file mode 100644 index 00000000..3f26caa1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000007_941d90ed.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000008_7d688ceb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000008_7d688ceb.szcp new file mode 100644 index 00000000..f557059b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000008_7d688ceb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000009_0a23a287.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000009_0a23a287.szcp new file mode 100644 index 00000000..2b474813 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000009_0a23a287.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000010_d2292900.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000010_d2292900.szcp new file mode 100644 index 00000000..d5883c15 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000010_d2292900.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000011_788dc711.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000011_788dc711.szcp new file mode 100644 index 00000000..8d17dde5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_012/checkpoints/checkpoint_00000000000000000011_788dc711.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000001_3163ae68.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000001_3163ae68.szar new file mode 100644 index 00000000..7f00d21f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000001_3163ae68.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000002_0e01abf6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000002_0e01abf6.szar new file mode 100644 index 00000000..e54620f5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000002_0e01abf6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000003_0aa223f7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000003_0aa223f7.szar new file mode 100644 index 00000000..d0438a14 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000003_0aa223f7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000004_87969975.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000004_87969975.szar new file mode 100644 index 00000000..4932ff7d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000004_87969975.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000005_b6ffaa1f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000005_b6ffaa1f.szar new file mode 100644 index 00000000..4daffa8d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000005_b6ffaa1f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000006_c8410708.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000006_c8410708.szar new file mode 100644 index 00000000..d0223d32 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000006_c8410708.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000007_96355a87.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000007_96355a87.szar new file mode 100644 index 00000000..923164f5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000007_96355a87.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000008_250aef73.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000008_250aef73.szar new file mode 100644 index 00000000..b81efe90 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000008_250aef73.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000009_fc4cc348.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000009_fc4cc348.szar new file mode 100644 index 00000000..f55e7253 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000009_fc4cc348.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000010_1cf9ba86.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000010_1cf9ba86.szar new file mode 100644 index 00000000..5f146b4f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000010_1cf9ba86.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000011_14a06dea.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000011_14a06dea.szar new file mode 100644 index 00000000..9dedaa94 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000011_14a06dea.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000012_cc24e70e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000012_cc24e70e.szar new file mode 100644 index 00000000..9648d265 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000012_cc24e70e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000013_660b9fe8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000013_660b9fe8.szar new file mode 100644 index 00000000..20db2ed5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000013_660b9fe8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000014_916cd314.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000014_916cd314.szar new file mode 100644 index 00000000..9d3da9dd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000014_916cd314.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000015_0c51c948.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000015_0c51c948.szar new file mode 100644 index 00000000..0e853421 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000015_0c51c948.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000016_1ea9074e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000016_1ea9074e.szar new file mode 100644 index 00000000..f6b14253 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000016_1ea9074e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000017_d2463132.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000017_d2463132.szar new file mode 100644 index 00000000..cc24f69c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/archive/delta_00000000000000000017_d2463132.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000001_a0684ade.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000001_a0684ade.szcp new file mode 100644 index 00000000..1422ceaa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000001_a0684ade.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000002_588dd23a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000002_588dd23a.szcp new file mode 100644 index 00000000..59afe8d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000002_588dd23a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000003_c7a50b9e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000003_c7a50b9e.szcp new file mode 100644 index 00000000..2f5efcd5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000003_c7a50b9e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000004_ee017ff2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000004_ee017ff2.szcp new file mode 100644 index 00000000..dde0fd15 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000004_ee017ff2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000005_3e06430d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000005_3e06430d.szcp new file mode 100644 index 00000000..28ee3d01 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000005_3e06430d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000006_1c5c6f71.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000006_1c5c6f71.szcp new file mode 100644 index 00000000..d2870be5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000006_1c5c6f71.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000007_afc457a6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000007_afc457a6.szcp new file mode 100644 index 00000000..cb1109f9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000007_afc457a6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000008_f0eeb3cd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000008_f0eeb3cd.szcp new file mode 100644 index 00000000..9871d6c1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000008_f0eeb3cd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000009_357c02b8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000009_357c02b8.szcp new file mode 100644 index 00000000..fe03eafd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000009_357c02b8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000010_30b3f62c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000010_30b3f62c.szcp new file mode 100644 index 00000000..e4ca4a4e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000010_30b3f62c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000011_9692a268.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000011_9692a268.szcp new file mode 100644 index 00000000..2aff5eea Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000011_9692a268.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000012_f5f8815c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000012_f5f8815c.szcp new file mode 100644 index 00000000..9d432f70 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000012_f5f8815c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000013_d1f92b5c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000013_d1f92b5c.szcp new file mode 100644 index 00000000..3b1349ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000013_d1f92b5c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000014_fd1560d7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000014_fd1560d7.szcp new file mode 100644 index 00000000..6627b917 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000014_fd1560d7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000015_a0c46d96.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000015_a0c46d96.szcp new file mode 100644 index 00000000..9e723f8b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000015_a0c46d96.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000016_c9a1720c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000016_c9a1720c.szcp new file mode 100644 index 00000000..a333f114 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000016_c9a1720c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000017_8b5ac59c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000017_8b5ac59c.szcp new file mode 100644 index 00000000..94706940 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_013/checkpoints/checkpoint_00000000000000000017_8b5ac59c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000001_c14178ed.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000001_c14178ed.szar new file mode 100644 index 00000000..bea040a2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000001_c14178ed.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000002_3e37d067.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000002_3e37d067.szar new file mode 100644 index 00000000..4779d788 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000002_3e37d067.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000003_c860fa16.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000003_c860fa16.szar new file mode 100644 index 00000000..cb7a85ec Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000003_c860fa16.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000004_8b44460c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000004_8b44460c.szar new file mode 100644 index 00000000..cc3b66a6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000004_8b44460c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000005_b43f5555.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000005_b43f5555.szar new file mode 100644 index 00000000..fabb171c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000005_b43f5555.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000006_ab52ffc7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000006_ab52ffc7.szar new file mode 100644 index 00000000..2b045847 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000006_ab52ffc7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000007_2855c881.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000007_2855c881.szar new file mode 100644 index 00000000..71cdd353 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000007_2855c881.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000008_b07426ed.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000008_b07426ed.szar new file mode 100644 index 00000000..fea56ab3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000008_b07426ed.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000009_bfe17799.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000009_bfe17799.szar new file mode 100644 index 00000000..a2bf7283 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000009_bfe17799.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000010_35aded0f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000010_35aded0f.szar new file mode 100644 index 00000000..9c743e0f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000010_35aded0f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000011_0d83f77f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000011_0d83f77f.szar new file mode 100644 index 00000000..6efc02e2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/archive/delta_00000000000000000011_0d83f77f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000001_c5508aaf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000001_c5508aaf.szcp new file mode 100644 index 00000000..619c7ce0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000001_c5508aaf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000002_0a4ae4c3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000002_0a4ae4c3.szcp new file mode 100644 index 00000000..4d0abb81 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000002_0a4ae4c3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000003_0fa1e3e0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000003_0fa1e3e0.szcp new file mode 100644 index 00000000..ecc735a3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000003_0fa1e3e0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000004_30a692db.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000004_30a692db.szcp new file mode 100644 index 00000000..bdbfc1a1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000004_30a692db.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000005_961c0dd1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000005_961c0dd1.szcp new file mode 100644 index 00000000..77114c2e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000005_961c0dd1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000006_5fdd6c2c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000006_5fdd6c2c.szcp new file mode 100644 index 00000000..4c993a90 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000006_5fdd6c2c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000007_a6bde8d0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000007_a6bde8d0.szcp new file mode 100644 index 00000000..e9c2b2f7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000007_a6bde8d0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000008_bc4ae6bf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000008_bc4ae6bf.szcp new file mode 100644 index 00000000..2a9a0211 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000008_bc4ae6bf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000009_1a0ddb3e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000009_1a0ddb3e.szcp new file mode 100644 index 00000000..7fccfcbf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000009_1a0ddb3e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000010_fd492eb5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000010_fd492eb5.szcp new file mode 100644 index 00000000..55479c5e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000010_fd492eb5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000011_2a84733b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000011_2a84733b.szcp new file mode 100644 index 00000000..af6c05e0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_014/checkpoints/checkpoint_00000000000000000011_2a84733b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000001_fd60e1f5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000001_fd60e1f5.szar new file mode 100644 index 00000000..1cdbf3b8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000001_fd60e1f5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000002_6333078b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000002_6333078b.szar new file mode 100644 index 00000000..d4411ab6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000002_6333078b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000003_70b30aeb.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000003_70b30aeb.szar new file mode 100644 index 00000000..da50f6ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000003_70b30aeb.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000004_a9761f98.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000004_a9761f98.szar new file mode 100644 index 00000000..536686f8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000004_a9761f98.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000005_11b77dc6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000005_11b77dc6.szar new file mode 100644 index 00000000..4660ef43 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000005_11b77dc6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000006_ea2ef1de.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000006_ea2ef1de.szar new file mode 100644 index 00000000..2b465866 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000006_ea2ef1de.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000007_7c61b632.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000007_7c61b632.szar new file mode 100644 index 00000000..14b196d7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000007_7c61b632.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000008_4ffd05c6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000008_4ffd05c6.szar new file mode 100644 index 00000000..69380121 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000008_4ffd05c6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000009_2e984a28.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000009_2e984a28.szar new file mode 100644 index 00000000..79072a2e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/archive/delta_00000000000000000009_2e984a28.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000001_48537132.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000001_48537132.szcp new file mode 100644 index 00000000..f8b26fc2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000001_48537132.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000002_6a763a1a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000002_6a763a1a.szcp new file mode 100644 index 00000000..65e5a40a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000002_6a763a1a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000003_b1c138a9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000003_b1c138a9.szcp new file mode 100644 index 00000000..baa32fb5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000003_b1c138a9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000004_4a4dd622.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000004_4a4dd622.szcp new file mode 100644 index 00000000..0b9da74f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000004_4a4dd622.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000005_42f032b0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000005_42f032b0.szcp new file mode 100644 index 00000000..cbba7431 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000005_42f032b0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000006_ff76c918.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000006_ff76c918.szcp new file mode 100644 index 00000000..4bb3e510 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000006_ff76c918.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000007_dfb008d6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000007_dfb008d6.szcp new file mode 100644 index 00000000..c016937d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000007_dfb008d6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000008_2d080ca3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000008_2d080ca3.szcp new file mode 100644 index 00000000..d6aa7285 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000008_2d080ca3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000009_a7f419a0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000009_a7f419a0.szcp new file mode 100644 index 00000000..0dfd0f59 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_015/checkpoints/checkpoint_00000000000000000009_a7f419a0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000001_2354ca88.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000001_2354ca88.szar new file mode 100644 index 00000000..a2947252 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000001_2354ca88.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000002_ae556d83.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000002_ae556d83.szar new file mode 100644 index 00000000..6575e0bd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000002_ae556d83.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000003_3b35c3c6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000003_3b35c3c6.szar new file mode 100644 index 00000000..4c0ec8ca Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000003_3b35c3c6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000004_75e39031.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000004_75e39031.szar new file mode 100644 index 00000000..81417e04 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000004_75e39031.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000005_82283b20.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000005_82283b20.szar new file mode 100644 index 00000000..2e2fe530 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000005_82283b20.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000006_98a53d1f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000006_98a53d1f.szar new file mode 100644 index 00000000..a2a5d365 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000006_98a53d1f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000007_9f6c202d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000007_9f6c202d.szar new file mode 100644 index 00000000..d5bd2cf2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000007_9f6c202d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000008_ab12433b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000008_ab12433b.szar new file mode 100644 index 00000000..34b88396 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000008_ab12433b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000009_1b1744f8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000009_1b1744f8.szar new file mode 100644 index 00000000..2b9a65cd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000009_1b1744f8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000010_4b42bc73.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000010_4b42bc73.szar new file mode 100644 index 00000000..7c80659c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000010_4b42bc73.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000011_045e3313.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000011_045e3313.szar new file mode 100644 index 00000000..b8e15de4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000011_045e3313.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000012_ea4c106f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000012_ea4c106f.szar new file mode 100644 index 00000000..1f5b767c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000012_ea4c106f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000013_3d1687f7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000013_3d1687f7.szar new file mode 100644 index 00000000..5b76259b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000013_3d1687f7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000014_91428ee8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000014_91428ee8.szar new file mode 100644 index 00000000..bc3e9f3a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000014_91428ee8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000015_23a180fa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000015_23a180fa.szar new file mode 100644 index 00000000..6ce7b1ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000015_23a180fa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000016_33844b3b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000016_33844b3b.szar new file mode 100644 index 00000000..5718e69f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/archive/delta_00000000000000000016_33844b3b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000001_90375e90.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000001_90375e90.szcp new file mode 100644 index 00000000..2dc2c82a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000001_90375e90.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000002_0c37f52f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000002_0c37f52f.szcp new file mode 100644 index 00000000..33ce3dac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000002_0c37f52f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000003_3b27abbc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000003_3b27abbc.szcp new file mode 100644 index 00000000..0e1bdb38 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000003_3b27abbc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000004_24466737.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000004_24466737.szcp new file mode 100644 index 00000000..33e5b0e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000004_24466737.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000005_53adc9df.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000005_53adc9df.szcp new file mode 100644 index 00000000..95638992 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000005_53adc9df.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000006_b9eeb2de.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000006_b9eeb2de.szcp new file mode 100644 index 00000000..97b83244 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000006_b9eeb2de.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000007_210fb616.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000007_210fb616.szcp new file mode 100644 index 00000000..8584cfd5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000007_210fb616.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000008_1ad79055.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000008_1ad79055.szcp new file mode 100644 index 00000000..a1513356 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000008_1ad79055.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000009_ddb4112a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000009_ddb4112a.szcp new file mode 100644 index 00000000..6df36854 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000009_ddb4112a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000010_fb5ce007.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000010_fb5ce007.szcp new file mode 100644 index 00000000..0fd65fd5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000010_fb5ce007.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000011_fcd13200.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000011_fcd13200.szcp new file mode 100644 index 00000000..b619dcf8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000011_fcd13200.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000012_d14d7690.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000012_d14d7690.szcp new file mode 100644 index 00000000..d7669b8c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000012_d14d7690.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000013_bc99bc1c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000013_bc99bc1c.szcp new file mode 100644 index 00000000..c3b436ce Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000013_bc99bc1c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000014_8c95b10a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000014_8c95b10a.szcp new file mode 100644 index 00000000..421493ef Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000014_8c95b10a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000015_d55dbc16.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000015_d55dbc16.szcp new file mode 100644 index 00000000..59187c9a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000015_d55dbc16.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000016_3c94bf81.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000016_3c94bf81.szcp new file mode 100644 index 00000000..8c0e22e4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_016/checkpoints/checkpoint_00000000000000000016_3c94bf81.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000001_3cf028f1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000001_3cf028f1.szar new file mode 100644 index 00000000..51031e92 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000001_3cf028f1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000002_94dbc20b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000002_94dbc20b.szar new file mode 100644 index 00000000..0d4a0474 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000002_94dbc20b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000003_99df4729.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000003_99df4729.szar new file mode 100644 index 00000000..b8527aaf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000003_99df4729.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000004_fa1e001c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000004_fa1e001c.szar new file mode 100644 index 00000000..48b42276 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000004_fa1e001c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000005_29a94323.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000005_29a94323.szar new file mode 100644 index 00000000..d2a9752f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000005_29a94323.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000006_436144c4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000006_436144c4.szar new file mode 100644 index 00000000..ccf31bf4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000006_436144c4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000007_da6f8b25.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000007_da6f8b25.szar new file mode 100644 index 00000000..2700383e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000007_da6f8b25.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000008_ff7bb672.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000008_ff7bb672.szar new file mode 100644 index 00000000..a46cb96c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000008_ff7bb672.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000009_a48e5e05.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000009_a48e5e05.szar new file mode 100644 index 00000000..bce77b8f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000009_a48e5e05.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000010_5c634544.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000010_5c634544.szar new file mode 100644 index 00000000..f1e12c4b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000010_5c634544.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000011_b9b30410.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000011_b9b30410.szar new file mode 100644 index 00000000..fc554e5e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000011_b9b30410.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000012_492c1fd9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000012_492c1fd9.szar new file mode 100644 index 00000000..c1062771 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000012_492c1fd9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000013_ec3bfb3b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000013_ec3bfb3b.szar new file mode 100644 index 00000000..33585d82 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000013_ec3bfb3b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000014_f2f6d649.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000014_f2f6d649.szar new file mode 100644 index 00000000..47efbae3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000014_f2f6d649.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000015_c0ed80ce.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000015_c0ed80ce.szar new file mode 100644 index 00000000..f5b859b8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000015_c0ed80ce.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000016_294ef008.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000016_294ef008.szar new file mode 100644 index 00000000..08bf0c1a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000016_294ef008.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000017_ab410afe.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000017_ab410afe.szar new file mode 100644 index 00000000..d2f1f32e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/archive/delta_00000000000000000017_ab410afe.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000001_051b9754.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000001_051b9754.szcp new file mode 100644 index 00000000..0ec93446 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000001_051b9754.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000002_937a8e00.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000002_937a8e00.szcp new file mode 100644 index 00000000..f6ef4f18 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000002_937a8e00.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000003_f994d9ce.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000003_f994d9ce.szcp new file mode 100644 index 00000000..2aa642e0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000003_f994d9ce.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000004_81e19da7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000004_81e19da7.szcp new file mode 100644 index 00000000..f5a5ba66 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000004_81e19da7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000005_d814c4c8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000005_d814c4c8.szcp new file mode 100644 index 00000000..7c9b4081 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000005_d814c4c8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000006_06f172e8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000006_06f172e8.szcp new file mode 100644 index 00000000..acc2b03e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000006_06f172e8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000007_afe968db.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000007_afe968db.szcp new file mode 100644 index 00000000..8b19133a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000007_afe968db.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000008_9f1941ea.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000008_9f1941ea.szcp new file mode 100644 index 00000000..077db71e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000008_9f1941ea.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000009_2dad18f4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000009_2dad18f4.szcp new file mode 100644 index 00000000..4596c278 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000009_2dad18f4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000010_d79f313f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000010_d79f313f.szcp new file mode 100644 index 00000000..3bdd1216 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000010_d79f313f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000011_bf8b36af.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000011_bf8b36af.szcp new file mode 100644 index 00000000..cb044964 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000011_bf8b36af.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000012_b7e61b37.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000012_b7e61b37.szcp new file mode 100644 index 00000000..57a99e84 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000012_b7e61b37.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000013_5a3a2a9a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000013_5a3a2a9a.szcp new file mode 100644 index 00000000..80ca50b2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000013_5a3a2a9a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000014_fe3f0c0f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000014_fe3f0c0f.szcp new file mode 100644 index 00000000..73676251 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000014_fe3f0c0f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000015_2d3e0790.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000015_2d3e0790.szcp new file mode 100644 index 00000000..b02500c3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000015_2d3e0790.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000016_1005c08b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000016_1005c08b.szcp new file mode 100644 index 00000000..3dd481e3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000016_1005c08b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000017_e09bde67.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000017_e09bde67.szcp new file mode 100644 index 00000000..faff7be9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_017/checkpoints/checkpoint_00000000000000000017_e09bde67.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000001_cdee26e2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000001_cdee26e2.szar new file mode 100644 index 00000000..eb420c0e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000001_cdee26e2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000002_9587a628.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000002_9587a628.szar new file mode 100644 index 00000000..75144bc2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000002_9587a628.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000003_b78ca460.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000003_b78ca460.szar new file mode 100644 index 00000000..86d687e2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000003_b78ca460.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000004_4aaff108.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000004_4aaff108.szar new file mode 100644 index 00000000..626d20ac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000004_4aaff108.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000005_7d5e5974.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000005_7d5e5974.szar new file mode 100644 index 00000000..0be1211c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000005_7d5e5974.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000006_c57ef638.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000006_c57ef638.szar new file mode 100644 index 00000000..9d60a7a1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000006_c57ef638.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000007_97e584c5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000007_97e584c5.szar new file mode 100644 index 00000000..fd624115 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000007_97e584c5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000008_3aafa45b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000008_3aafa45b.szar new file mode 100644 index 00000000..ad7e21ec Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000008_3aafa45b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000009_6514b422.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000009_6514b422.szar new file mode 100644 index 00000000..c38075da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/archive/delta_00000000000000000009_6514b422.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000001_bda23e17.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000001_bda23e17.szcp new file mode 100644 index 00000000..db7bca34 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000001_bda23e17.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000002_0a3c606a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000002_0a3c606a.szcp new file mode 100644 index 00000000..1813eada Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000002_0a3c606a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000003_f825c0d5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000003_f825c0d5.szcp new file mode 100644 index 00000000..de38ec84 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000003_f825c0d5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000004_cc3c4828.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000004_cc3c4828.szcp new file mode 100644 index 00000000..519f9a19 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000004_cc3c4828.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000005_91d7beef.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000005_91d7beef.szcp new file mode 100644 index 00000000..79a36a48 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000005_91d7beef.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000006_448ed142.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000006_448ed142.szcp new file mode 100644 index 00000000..5872e6a6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000006_448ed142.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000007_2b2d8c68.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000007_2b2d8c68.szcp new file mode 100644 index 00000000..9e0e4f2f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000007_2b2d8c68.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000008_5e019d54.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000008_5e019d54.szcp new file mode 100644 index 00000000..6fa583df Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000008_5e019d54.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000009_52151ef8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000009_52151ef8.szcp new file mode 100644 index 00000000..3434a05b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_018/checkpoints/checkpoint_00000000000000000009_52151ef8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000001_c3793c2e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000001_c3793c2e.szar new file mode 100644 index 00000000..73ef678f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000001_c3793c2e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000002_e7504e07.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000002_e7504e07.szar new file mode 100644 index 00000000..c76d05b0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000002_e7504e07.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000003_9877dfd0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000003_9877dfd0.szar new file mode 100644 index 00000000..c41074fa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000003_9877dfd0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000004_2aac37e6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000004_2aac37e6.szar new file mode 100644 index 00000000..8b580d4a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000004_2aac37e6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000005_c9f496cc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000005_c9f496cc.szar new file mode 100644 index 00000000..a883a232 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000005_c9f496cc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000006_e2dacf7f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000006_e2dacf7f.szar new file mode 100644 index 00000000..d08332b3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000006_e2dacf7f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000007_17c95022.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000007_17c95022.szar new file mode 100644 index 00000000..0b202e91 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000007_17c95022.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000008_3a3349b5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000008_3a3349b5.szar new file mode 100644 index 00000000..857bb0dd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000008_3a3349b5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000009_6d641632.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000009_6d641632.szar new file mode 100644 index 00000000..740057a4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000009_6d641632.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000010_9dcdf9d2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000010_9dcdf9d2.szar new file mode 100644 index 00000000..e10620c7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/archive/delta_00000000000000000010_9dcdf9d2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000001_06de7e90.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000001_06de7e90.szcp new file mode 100644 index 00000000..5ac0c3ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000001_06de7e90.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000002_9ec534e1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000002_9ec534e1.szcp new file mode 100644 index 00000000..d6708048 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000002_9ec534e1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000003_5754bc8d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000003_5754bc8d.szcp new file mode 100644 index 00000000..efc7c2ad Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000003_5754bc8d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000004_b500a599.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000004_b500a599.szcp new file mode 100644 index 00000000..9f72e549 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000004_b500a599.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000005_8a447cd9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000005_8a447cd9.szcp new file mode 100644 index 00000000..d75614ce Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000005_8a447cd9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000006_0aa1ebc8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000006_0aa1ebc8.szcp new file mode 100644 index 00000000..a269a038 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000006_0aa1ebc8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000007_3e2a74ff.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000007_3e2a74ff.szcp new file mode 100644 index 00000000..9f6f183e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000007_3e2a74ff.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000008_4e7bb2d4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000008_4e7bb2d4.szcp new file mode 100644 index 00000000..e7e4e34b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000008_4e7bb2d4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000009_6c7d65cd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000009_6c7d65cd.szcp new file mode 100644 index 00000000..0773fe06 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000009_6c7d65cd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000010_91039f9f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000010_91039f9f.szcp new file mode 100644 index 00000000..87e4d721 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_019/checkpoints/checkpoint_00000000000000000010_91039f9f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000001_7c61bc16.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000001_7c61bc16.szar new file mode 100644 index 00000000..5e364d1f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000001_7c61bc16.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000002_5c07f328.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000002_5c07f328.szar new file mode 100644 index 00000000..a7a8747e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000002_5c07f328.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000003_759ca3ea.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000003_759ca3ea.szar new file mode 100644 index 00000000..ba926eca Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000003_759ca3ea.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000004_4b6976a2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000004_4b6976a2.szar new file mode 100644 index 00000000..c3b9f68e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000004_4b6976a2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000005_a32b3b2f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000005_a32b3b2f.szar new file mode 100644 index 00000000..a9d7a3a2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000005_a32b3b2f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000006_2f3818a3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000006_2f3818a3.szar new file mode 100644 index 00000000..2ac9d9a4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000006_2f3818a3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000007_8722e2ba.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000007_8722e2ba.szar new file mode 100644 index 00000000..a4bb0e8f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000007_8722e2ba.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000008_c6759878.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000008_c6759878.szar new file mode 100644 index 00000000..f30f3e0b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000008_c6759878.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000009_72369dc8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000009_72369dc8.szar new file mode 100644 index 00000000..f94f5923 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000009_72369dc8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000010_6b930707.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000010_6b930707.szar new file mode 100644 index 00000000..6305447c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000010_6b930707.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000011_e2167250.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000011_e2167250.szar new file mode 100644 index 00000000..6ad5fb27 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000011_e2167250.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000012_3f67e45e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000012_3f67e45e.szar new file mode 100644 index 00000000..b20d13a1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000012_3f67e45e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000013_cdd0ee9b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000013_cdd0ee9b.szar new file mode 100644 index 00000000..b11ca466 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000013_cdd0ee9b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000014_8c5f1a93.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000014_8c5f1a93.szar new file mode 100644 index 00000000..f9867bf9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000014_8c5f1a93.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000015_8c98e4df.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000015_8c98e4df.szar new file mode 100644 index 00000000..766569bc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000015_8c98e4df.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000016_497864a4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000016_497864a4.szar new file mode 100644 index 00000000..efe1d83c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000016_497864a4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000017_15b7a22a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000017_15b7a22a.szar new file mode 100644 index 00000000..93036677 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000017_15b7a22a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000018_5a5915a3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000018_5a5915a3.szar new file mode 100644 index 00000000..d68f6b78 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000018_5a5915a3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000019_62225051.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000019_62225051.szar new file mode 100644 index 00000000..6ad8871d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000019_62225051.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000020_ef41d424.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000020_ef41d424.szar new file mode 100644 index 00000000..8a4b7f10 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/archive/delta_00000000000000000020_ef41d424.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000001_fc3b77ae.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000001_fc3b77ae.szcp new file mode 100644 index 00000000..ab7644d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000001_fc3b77ae.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000002_81cf10d7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000002_81cf10d7.szcp new file mode 100644 index 00000000..ed44179a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000002_81cf10d7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000003_a233817d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000003_a233817d.szcp new file mode 100644 index 00000000..b54ca2c3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000003_a233817d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000004_bed09d11.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000004_bed09d11.szcp new file mode 100644 index 00000000..8d2ed502 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000004_bed09d11.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000005_8d770e2a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000005_8d770e2a.szcp new file mode 100644 index 00000000..7eb1a6a0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000005_8d770e2a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000006_816ef51b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000006_816ef51b.szcp new file mode 100644 index 00000000..0db2f80f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000006_816ef51b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000007_a52f4b27.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000007_a52f4b27.szcp new file mode 100644 index 00000000..63257736 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000007_a52f4b27.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000008_f261f4ef.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000008_f261f4ef.szcp new file mode 100644 index 00000000..00da5117 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000008_f261f4ef.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000009_11d310fc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000009_11d310fc.szcp new file mode 100644 index 00000000..90fc635f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000009_11d310fc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000010_382262d5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000010_382262d5.szcp new file mode 100644 index 00000000..fac2e7c7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000010_382262d5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000011_89cb458c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000011_89cb458c.szcp new file mode 100644 index 00000000..af590340 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000011_89cb458c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000012_130867eb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000012_130867eb.szcp new file mode 100644 index 00000000..ccf1662b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000012_130867eb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000013_16acca77.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000013_16acca77.szcp new file mode 100644 index 00000000..2dcd0ff7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000013_16acca77.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000014_3e942fa0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000014_3e942fa0.szcp new file mode 100644 index 00000000..213857fd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000014_3e942fa0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000015_96dec348.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000015_96dec348.szcp new file mode 100644 index 00000000..c15eb93d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000015_96dec348.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000016_48ac0a5c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000016_48ac0a5c.szcp new file mode 100644 index 00000000..99ea666d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000016_48ac0a5c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000017_4b76169c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000017_4b76169c.szcp new file mode 100644 index 00000000..eb5ed4e4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000017_4b76169c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000018_4751b679.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000018_4751b679.szcp new file mode 100644 index 00000000..8f03ced7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000018_4751b679.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000019_ccb1f856.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000019_ccb1f856.szcp new file mode 100644 index 00000000..876ab8b8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000019_ccb1f856.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000020_5150b7f0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000020_5150b7f0.szcp new file mode 100644 index 00000000..fc955bbc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_020/checkpoints/checkpoint_00000000000000000020_5150b7f0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000001_5dee0dee.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000001_5dee0dee.szar new file mode 100644 index 00000000..762ba6b3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000001_5dee0dee.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000002_fdd7c074.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000002_fdd7c074.szar new file mode 100644 index 00000000..0fff2199 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000002_fdd7c074.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000003_2ca7b188.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000003_2ca7b188.szar new file mode 100644 index 00000000..ce4faf4e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000003_2ca7b188.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000004_9dfe99ed.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000004_9dfe99ed.szar new file mode 100644 index 00000000..e0162093 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000004_9dfe99ed.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000005_cbcbddf8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000005_cbcbddf8.szar new file mode 100644 index 00000000..a5e5dd78 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000005_cbcbddf8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000006_3b5174ad.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000006_3b5174ad.szar new file mode 100644 index 00000000..337b8a0d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000006_3b5174ad.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000007_2f89137a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000007_2f89137a.szar new file mode 100644 index 00000000..604198b1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000007_2f89137a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000008_b48a64cf.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000008_b48a64cf.szar new file mode 100644 index 00000000..4309a31d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000008_b48a64cf.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000009_8f09c4bb.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000009_8f09c4bb.szar new file mode 100644 index 00000000..848503d6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000009_8f09c4bb.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000010_85f8119a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000010_85f8119a.szar new file mode 100644 index 00000000..92775992 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000010_85f8119a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000011_c3616756.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000011_c3616756.szar new file mode 100644 index 00000000..9ee547d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000011_c3616756.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000012_c83bb029.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000012_c83bb029.szar new file mode 100644 index 00000000..b9e15bb0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/archive/delta_00000000000000000012_c83bb029.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000001_fdbfa69f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000001_fdbfa69f.szcp new file mode 100644 index 00000000..78b1c176 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000001_fdbfa69f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000002_d10a8bf8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000002_d10a8bf8.szcp new file mode 100644 index 00000000..682c8abb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000002_d10a8bf8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000003_3529cb44.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000003_3529cb44.szcp new file mode 100644 index 00000000..ff62869d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000003_3529cb44.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000004_a62512c3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000004_a62512c3.szcp new file mode 100644 index 00000000..be595151 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000004_a62512c3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000005_fdb8948f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000005_fdb8948f.szcp new file mode 100644 index 00000000..7bd34b14 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000005_fdb8948f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000006_62318aee.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000006_62318aee.szcp new file mode 100644 index 00000000..f5a45408 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000006_62318aee.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000007_7df2e86d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000007_7df2e86d.szcp new file mode 100644 index 00000000..f8044da1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000007_7df2e86d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000008_5ed17efc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000008_5ed17efc.szcp new file mode 100644 index 00000000..8b81c816 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000008_5ed17efc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000009_fccdc913.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000009_fccdc913.szcp new file mode 100644 index 00000000..e11bb4f8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000009_fccdc913.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000010_2717a43b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000010_2717a43b.szcp new file mode 100644 index 00000000..bf1095d6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000010_2717a43b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000011_cf9e8c7b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000011_cf9e8c7b.szcp new file mode 100644 index 00000000..7c114bd7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000011_cf9e8c7b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000012_0f974c40.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000012_0f974c40.szcp new file mode 100644 index 00000000..590bc48a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_021/checkpoints/checkpoint_00000000000000000012_0f974c40.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000001_6797193a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000001_6797193a.szar new file mode 100644 index 00000000..861cb8c4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000001_6797193a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000002_c697b2ea.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000002_c697b2ea.szar new file mode 100644 index 00000000..fcd9dcf3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000002_c697b2ea.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000003_75707d9d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000003_75707d9d.szar new file mode 100644 index 00000000..ac539f1b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000003_75707d9d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000004_70465bef.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000004_70465bef.szar new file mode 100644 index 00000000..27d329d8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000004_70465bef.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000005_e4c234ed.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000005_e4c234ed.szar new file mode 100644 index 00000000..f163eb31 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000005_e4c234ed.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000006_68892ab7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000006_68892ab7.szar new file mode 100644 index 00000000..ac5ff0fc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000006_68892ab7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000007_272a442b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000007_272a442b.szar new file mode 100644 index 00000000..c7a59422 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000007_272a442b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000008_533e347d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000008_533e347d.szar new file mode 100644 index 00000000..17978429 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000008_533e347d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000009_f91fc4f7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000009_f91fc4f7.szar new file mode 100644 index 00000000..6a376409 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000009_f91fc4f7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000010_b1f189ae.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000010_b1f189ae.szar new file mode 100644 index 00000000..22f5bbe8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/archive/delta_00000000000000000010_b1f189ae.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000001_b98598a3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000001_b98598a3.szcp new file mode 100644 index 00000000..e1e57185 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000001_b98598a3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000002_7690118e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000002_7690118e.szcp new file mode 100644 index 00000000..f8840eb6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000002_7690118e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000003_da6d344a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000003_da6d344a.szcp new file mode 100644 index 00000000..b1a819cd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000003_da6d344a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000004_ee496884.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000004_ee496884.szcp new file mode 100644 index 00000000..540e9a28 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000004_ee496884.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000005_5c019117.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000005_5c019117.szcp new file mode 100644 index 00000000..0f093036 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000005_5c019117.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000006_96ae97b0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000006_96ae97b0.szcp new file mode 100644 index 00000000..e40a7aaa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000006_96ae97b0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000007_9f22e3af.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000007_9f22e3af.szcp new file mode 100644 index 00000000..d463cfd3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000007_9f22e3af.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000008_b6a13450.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000008_b6a13450.szcp new file mode 100644 index 00000000..bb9c45cf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000008_b6a13450.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000009_0da49462.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000009_0da49462.szcp new file mode 100644 index 00000000..2b730e50 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000009_0da49462.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000010_155cc15b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000010_155cc15b.szcp new file mode 100644 index 00000000..5e1d47a4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_022/checkpoints/checkpoint_00000000000000000010_155cc15b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000001_c4fb9456.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000001_c4fb9456.szar new file mode 100644 index 00000000..c3222de6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000001_c4fb9456.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000002_48d42f5a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000002_48d42f5a.szar new file mode 100644 index 00000000..2cc7612e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000002_48d42f5a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000003_c28f4f13.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000003_c28f4f13.szar new file mode 100644 index 00000000..3a6752be Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000003_c28f4f13.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000004_cb9f0031.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000004_cb9f0031.szar new file mode 100644 index 00000000..3ed07282 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000004_cb9f0031.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000005_41176b14.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000005_41176b14.szar new file mode 100644 index 00000000..58fa8886 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000005_41176b14.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000006_adf6750c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000006_adf6750c.szar new file mode 100644 index 00000000..64a59d50 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000006_adf6750c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000007_e6f22855.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000007_e6f22855.szar new file mode 100644 index 00000000..44be806b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000007_e6f22855.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000008_8c137b30.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000008_8c137b30.szar new file mode 100644 index 00000000..92a07080 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000008_8c137b30.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000009_62b96c1e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000009_62b96c1e.szar new file mode 100644 index 00000000..08238ea4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000009_62b96c1e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000010_4c28f3a9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000010_4c28f3a9.szar new file mode 100644 index 00000000..4d5eca5f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000010_4c28f3a9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000011_e36657d3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000011_e36657d3.szar new file mode 100644 index 00000000..e57d2ddd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/archive/delta_00000000000000000011_e36657d3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000001_3e323151.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000001_3e323151.szcp new file mode 100644 index 00000000..e1df7a96 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000001_3e323151.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000002_5bb94115.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000002_5bb94115.szcp new file mode 100644 index 00000000..1c4a21e6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000002_5bb94115.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000003_dde2294a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000003_dde2294a.szcp new file mode 100644 index 00000000..bee44d99 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000003_dde2294a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000004_428cc9af.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000004_428cc9af.szcp new file mode 100644 index 00000000..66cc75d8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000004_428cc9af.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000005_3107a838.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000005_3107a838.szcp new file mode 100644 index 00000000..84b45566 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000005_3107a838.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000006_133aee20.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000006_133aee20.szcp new file mode 100644 index 00000000..b290b4ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000006_133aee20.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000007_b58cb5e6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000007_b58cb5e6.szcp new file mode 100644 index 00000000..7d00a303 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000007_b58cb5e6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000008_c8264828.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000008_c8264828.szcp new file mode 100644 index 00000000..e2a72efa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000008_c8264828.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000009_443d3729.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000009_443d3729.szcp new file mode 100644 index 00000000..505c51cf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000009_443d3729.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000010_58764a2c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000010_58764a2c.szcp new file mode 100644 index 00000000..d48cf5f8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000010_58764a2c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000011_a836ee7a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000011_a836ee7a.szcp new file mode 100644 index 00000000..85641a6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_023/checkpoints/checkpoint_00000000000000000011_a836ee7a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000001_f2574758.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000001_f2574758.szar new file mode 100644 index 00000000..c0d242fa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000001_f2574758.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000002_361a5f74.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000002_361a5f74.szar new file mode 100644 index 00000000..c0bae6ac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000002_361a5f74.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000003_facea8b1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000003_facea8b1.szar new file mode 100644 index 00000000..8b3c5562 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000003_facea8b1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000004_12fe3003.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000004_12fe3003.szar new file mode 100644 index 00000000..7d249bf4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000004_12fe3003.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000005_a54bf0b3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000005_a54bf0b3.szar new file mode 100644 index 00000000..213a7501 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000005_a54bf0b3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000006_d68e48ef.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000006_d68e48ef.szar new file mode 100644 index 00000000..f5cc908a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000006_d68e48ef.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000007_f779d4c7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000007_f779d4c7.szar new file mode 100644 index 00000000..2e8d2b60 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000007_f779d4c7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000008_7734b477.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000008_7734b477.szar new file mode 100644 index 00000000..271b04b8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000008_7734b477.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000009_e2e55b68.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000009_e2e55b68.szar new file mode 100644 index 00000000..dc0a7a8b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/archive/delta_00000000000000000009_e2e55b68.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000001_19dba4e4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000001_19dba4e4.szcp new file mode 100644 index 00000000..7361cb2a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000001_19dba4e4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000002_d21ad246.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000002_d21ad246.szcp new file mode 100644 index 00000000..bbe0d1ac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000002_d21ad246.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000003_83a32464.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000003_83a32464.szcp new file mode 100644 index 00000000..81e8c7a5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000003_83a32464.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000004_c562cc7f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000004_c562cc7f.szcp new file mode 100644 index 00000000..5c528438 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000004_c562cc7f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000005_bd7e3361.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000005_bd7e3361.szcp new file mode 100644 index 00000000..74db2919 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000005_bd7e3361.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000006_80afcf99.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000006_80afcf99.szcp new file mode 100644 index 00000000..9e1614fa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000006_80afcf99.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000007_2e68ba11.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000007_2e68ba11.szcp new file mode 100644 index 00000000..5781cdff Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000007_2e68ba11.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000008_4ae27c11.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000008_4ae27c11.szcp new file mode 100644 index 00000000..c35d8881 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000008_4ae27c11.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000009_f6b1cc85.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000009_f6b1cc85.szcp new file mode 100644 index 00000000..94f34b58 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_024/checkpoints/checkpoint_00000000000000000009_f6b1cc85.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000001_97fc8381.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000001_97fc8381.szar new file mode 100644 index 00000000..20fbb155 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000001_97fc8381.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000002_2385bc9d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000002_2385bc9d.szar new file mode 100644 index 00000000..7f891c36 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000002_2385bc9d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000003_ae6b5c3d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000003_ae6b5c3d.szar new file mode 100644 index 00000000..16e7b6dd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000003_ae6b5c3d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000004_52e6346e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000004_52e6346e.szar new file mode 100644 index 00000000..9992d493 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000004_52e6346e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000005_84c28f0c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000005_84c28f0c.szar new file mode 100644 index 00000000..5e885cf7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000005_84c28f0c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000006_d3e44be9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000006_d3e44be9.szar new file mode 100644 index 00000000..4f1f14c6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000006_d3e44be9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000007_d70f955c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000007_d70f955c.szar new file mode 100644 index 00000000..d2ec91f0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000007_d70f955c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000008_3a266213.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000008_3a266213.szar new file mode 100644 index 00000000..314964e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000008_3a266213.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000009_4cb7c2f0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000009_4cb7c2f0.szar new file mode 100644 index 00000000..2dce9bbe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000009_4cb7c2f0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000010_6266cbc0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000010_6266cbc0.szar new file mode 100644 index 00000000..9a998a5b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000010_6266cbc0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000011_f48d3c3d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000011_f48d3c3d.szar new file mode 100644 index 00000000..85a6cf70 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000011_f48d3c3d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000012_874ba9bc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000012_874ba9bc.szar new file mode 100644 index 00000000..601bddf2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000012_874ba9bc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000013_62436839.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000013_62436839.szar new file mode 100644 index 00000000..9a478d38 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000013_62436839.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000014_f8fd99ee.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000014_f8fd99ee.szar new file mode 100644 index 00000000..82979cfb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/archive/delta_00000000000000000014_f8fd99ee.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000001_8c95a427.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000001_8c95a427.szcp new file mode 100644 index 00000000..039455c5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000001_8c95a427.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000002_d4051c7d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000002_d4051c7d.szcp new file mode 100644 index 00000000..5679bd6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000002_d4051c7d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000003_1d718acb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000003_1d718acb.szcp new file mode 100644 index 00000000..6c29e855 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000003_1d718acb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000004_07b7ae4e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000004_07b7ae4e.szcp new file mode 100644 index 00000000..a61a22c8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000004_07b7ae4e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000005_060346e6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000005_060346e6.szcp new file mode 100644 index 00000000..7a63bebe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000005_060346e6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000006_fecc784f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000006_fecc784f.szcp new file mode 100644 index 00000000..d6a6aa10 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000006_fecc784f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000007_e2c7a911.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000007_e2c7a911.szcp new file mode 100644 index 00000000..c20b1af4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000007_e2c7a911.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000008_ffd35efc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000008_ffd35efc.szcp new file mode 100644 index 00000000..494adba4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000008_ffd35efc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000009_9bfab56d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000009_9bfab56d.szcp new file mode 100644 index 00000000..53c491d1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000009_9bfab56d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000010_31af17c3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000010_31af17c3.szcp new file mode 100644 index 00000000..d7e364d7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000010_31af17c3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000011_231f0aa2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000011_231f0aa2.szcp new file mode 100644 index 00000000..039204d7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000011_231f0aa2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000012_aec399a0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000012_aec399a0.szcp new file mode 100644 index 00000000..4db24e34 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000012_aec399a0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000013_b8e2fef2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000013_b8e2fef2.szcp new file mode 100644 index 00000000..eb2f20da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000013_b8e2fef2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000014_c04f106a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000014_c04f106a.szcp new file mode 100644 index 00000000..e3602068 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_025/checkpoints/checkpoint_00000000000000000014_c04f106a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000001_db236350.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000001_db236350.szar new file mode 100644 index 00000000..e3d3ad60 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000001_db236350.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000002_2e607da7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000002_2e607da7.szar new file mode 100644 index 00000000..5b45103b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000002_2e607da7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000003_a78f9e73.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000003_a78f9e73.szar new file mode 100644 index 00000000..97a4a7e0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000003_a78f9e73.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000004_1b167f99.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000004_1b167f99.szar new file mode 100644 index 00000000..694f0858 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000004_1b167f99.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000005_392744be.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000005_392744be.szar new file mode 100644 index 00000000..4499d2d5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000005_392744be.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000006_67620cfe.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000006_67620cfe.szar new file mode 100644 index 00000000..72249300 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000006_67620cfe.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000007_d8b7bb27.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000007_d8b7bb27.szar new file mode 100644 index 00000000..f5a14bbe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000007_d8b7bb27.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000008_c99d7623.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000008_c99d7623.szar new file mode 100644 index 00000000..a4ed76d7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000008_c99d7623.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000009_37114572.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000009_37114572.szar new file mode 100644 index 00000000..2dc0151c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000009_37114572.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000010_e40cdb9c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000010_e40cdb9c.szar new file mode 100644 index 00000000..c302efe0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/archive/delta_00000000000000000010_e40cdb9c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000001_af8c6908.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000001_af8c6908.szcp new file mode 100644 index 00000000..9735a6da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000001_af8c6908.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000002_2ff225d6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000002_2ff225d6.szcp new file mode 100644 index 00000000..84e3d4a5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000002_2ff225d6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000003_789db569.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000003_789db569.szcp new file mode 100644 index 00000000..ecb179cf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000003_789db569.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000004_0d8f250b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000004_0d8f250b.szcp new file mode 100644 index 00000000..5c7d8207 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000004_0d8f250b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000005_907ac993.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000005_907ac993.szcp new file mode 100644 index 00000000..2e1d77a6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000005_907ac993.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000006_b3e462a6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000006_b3e462a6.szcp new file mode 100644 index 00000000..2f1c5eff Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000006_b3e462a6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000007_e70d6fad.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000007_e70d6fad.szcp new file mode 100644 index 00000000..79c01468 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000007_e70d6fad.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000008_9bcb839e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000008_9bcb839e.szcp new file mode 100644 index 00000000..eb81e149 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000008_9bcb839e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000009_26b59a84.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000009_26b59a84.szcp new file mode 100644 index 00000000..3b55ad82 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000009_26b59a84.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000010_83eed3f3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000010_83eed3f3.szcp new file mode 100644 index 00000000..4727051c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_026/checkpoints/checkpoint_00000000000000000010_83eed3f3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000001_e64c650f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000001_e64c650f.szar new file mode 100644 index 00000000..d3cce597 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000001_e64c650f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000002_1c8166c8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000002_1c8166c8.szar new file mode 100644 index 00000000..9b842a59 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000002_1c8166c8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000003_05d9f439.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000003_05d9f439.szar new file mode 100644 index 00000000..734bf677 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000003_05d9f439.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000004_af372f79.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000004_af372f79.szar new file mode 100644 index 00000000..091b7c75 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000004_af372f79.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000005_968a7de0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000005_968a7de0.szar new file mode 100644 index 00000000..bd1918a6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000005_968a7de0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000006_01f8f3b4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000006_01f8f3b4.szar new file mode 100644 index 00000000..f44be2ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000006_01f8f3b4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000007_ba6256ac.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000007_ba6256ac.szar new file mode 100644 index 00000000..c3b3461d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000007_ba6256ac.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000008_d9f9557f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000008_d9f9557f.szar new file mode 100644 index 00000000..778e3f09 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000008_d9f9557f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000009_64de4f4e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000009_64de4f4e.szar new file mode 100644 index 00000000..bae23728 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000009_64de4f4e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000010_55f29958.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000010_55f29958.szar new file mode 100644 index 00000000..01e08cc8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/archive/delta_00000000000000000010_55f29958.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000001_225cf0fa.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000001_225cf0fa.szcp new file mode 100644 index 00000000..7c8513e5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000001_225cf0fa.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000002_09c4d2b8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000002_09c4d2b8.szcp new file mode 100644 index 00000000..91698272 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000002_09c4d2b8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000003_db4aa709.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000003_db4aa709.szcp new file mode 100644 index 00000000..c2abf5fd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000003_db4aa709.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000004_8e5730e4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000004_8e5730e4.szcp new file mode 100644 index 00000000..b303001c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000004_8e5730e4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000005_f5b42a04.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000005_f5b42a04.szcp new file mode 100644 index 00000000..5b63fbeb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000005_f5b42a04.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000006_b2bf55f6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000006_b2bf55f6.szcp new file mode 100644 index 00000000..fc8c78c3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000006_b2bf55f6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000007_0c8353fc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000007_0c8353fc.szcp new file mode 100644 index 00000000..d6edb401 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000007_0c8353fc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000008_d7789b2b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000008_d7789b2b.szcp new file mode 100644 index 00000000..1e8e01d2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000008_d7789b2b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000009_e2b1566a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000009_e2b1566a.szcp new file mode 100644 index 00000000..43ce24a7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000009_e2b1566a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000010_1f97fdaa.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000010_1f97fdaa.szcp new file mode 100644 index 00000000..1e035e05 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_027/checkpoints/checkpoint_00000000000000000010_1f97fdaa.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000001_59cd7fbd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000001_59cd7fbd.szar new file mode 100644 index 00000000..d35bb8fa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000001_59cd7fbd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000002_9f2764ac.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000002_9f2764ac.szar new file mode 100644 index 00000000..cf99da14 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000002_9f2764ac.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000003_02468d9c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000003_02468d9c.szar new file mode 100644 index 00000000..902917c1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000003_02468d9c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000004_322d1c87.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000004_322d1c87.szar new file mode 100644 index 00000000..e45e2fa9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000004_322d1c87.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000005_e65bb10b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000005_e65bb10b.szar new file mode 100644 index 00000000..532ba30c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000005_e65bb10b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000006_a64d6ee9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000006_a64d6ee9.szar new file mode 100644 index 00000000..a98e6bfa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000006_a64d6ee9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000007_d394ea6b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000007_d394ea6b.szar new file mode 100644 index 00000000..89ed4d30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000007_d394ea6b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000008_86b8480f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000008_86b8480f.szar new file mode 100644 index 00000000..b73e1e19 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000008_86b8480f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000009_360b5144.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000009_360b5144.szar new file mode 100644 index 00000000..c5cab630 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000009_360b5144.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000010_2ac70586.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000010_2ac70586.szar new file mode 100644 index 00000000..d0d42045 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000010_2ac70586.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000011_5a5a5a04.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000011_5a5a5a04.szar new file mode 100644 index 00000000..a405287d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000011_5a5a5a04.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000012_2508a3d2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000012_2508a3d2.szar new file mode 100644 index 00000000..59148f86 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000012_2508a3d2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000013_a96372ad.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000013_a96372ad.szar new file mode 100644 index 00000000..3dd4ff41 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/archive/delta_00000000000000000013_a96372ad.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000001_02a5bd7d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000001_02a5bd7d.szcp new file mode 100644 index 00000000..b6f69e9f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000001_02a5bd7d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000002_d46db55a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000002_d46db55a.szcp new file mode 100644 index 00000000..22eb265a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000002_d46db55a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000003_2b996c0b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000003_2b996c0b.szcp new file mode 100644 index 00000000..28f9e44b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000003_2b996c0b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000004_bc21bdde.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000004_bc21bdde.szcp new file mode 100644 index 00000000..6557378d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000004_bc21bdde.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000005_322da87c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000005_322da87c.szcp new file mode 100644 index 00000000..a18c6a8a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000005_322da87c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000006_86d880e4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000006_86d880e4.szcp new file mode 100644 index 00000000..d30ed9a0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000006_86d880e4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000007_21427ddf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000007_21427ddf.szcp new file mode 100644 index 00000000..8202c2f3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000007_21427ddf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000008_0965fce0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000008_0965fce0.szcp new file mode 100644 index 00000000..5e8051b1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000008_0965fce0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000009_9c2cb98b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000009_9c2cb98b.szcp new file mode 100644 index 00000000..41ca09ef Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000009_9c2cb98b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000010_0977b818.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000010_0977b818.szcp new file mode 100644 index 00000000..73619c40 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000010_0977b818.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000011_e27362fc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000011_e27362fc.szcp new file mode 100644 index 00000000..574e40e2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000011_e27362fc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000012_f0353a68.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000012_f0353a68.szcp new file mode 100644 index 00000000..533e2604 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000012_f0353a68.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000013_7cc714eb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000013_7cc714eb.szcp new file mode 100644 index 00000000..f8121864 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_028/checkpoints/checkpoint_00000000000000000013_7cc714eb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000001_82ac781f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000001_82ac781f.szar new file mode 100644 index 00000000..4727d1bd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000001_82ac781f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000002_9dfa6d25.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000002_9dfa6d25.szar new file mode 100644 index 00000000..0d4106cf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000002_9dfa6d25.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000003_d878400c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000003_d878400c.szar new file mode 100644 index 00000000..879fe55b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000003_d878400c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000004_97f19ef6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000004_97f19ef6.szar new file mode 100644 index 00000000..09b1dd30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000004_97f19ef6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000005_166a5a81.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000005_166a5a81.szar new file mode 100644 index 00000000..605e16bc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000005_166a5a81.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000006_7efca3e1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000006_7efca3e1.szar new file mode 100644 index 00000000..d28055ae Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000006_7efca3e1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000007_933e2478.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000007_933e2478.szar new file mode 100644 index 00000000..22b40cc0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000007_933e2478.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000008_c3a5575d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000008_c3a5575d.szar new file mode 100644 index 00000000..a1826d94 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000008_c3a5575d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000009_062f272d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000009_062f272d.szar new file mode 100644 index 00000000..469fe6f9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000009_062f272d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000010_aee0b33c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000010_aee0b33c.szar new file mode 100644 index 00000000..8a78db67 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/archive/delta_00000000000000000010_aee0b33c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000001_4477873a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000001_4477873a.szcp new file mode 100644 index 00000000..c9448ad8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000001_4477873a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000002_af5d81fc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000002_af5d81fc.szcp new file mode 100644 index 00000000..7e99b7aa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000002_af5d81fc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000003_ef47ac79.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000003_ef47ac79.szcp new file mode 100644 index 00000000..4181c029 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000003_ef47ac79.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000004_d1304aa6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000004_d1304aa6.szcp new file mode 100644 index 00000000..e1f62e65 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000004_d1304aa6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000005_c88537ed.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000005_c88537ed.szcp new file mode 100644 index 00000000..58acd9b8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000005_c88537ed.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000006_febf99b5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000006_febf99b5.szcp new file mode 100644 index 00000000..c83f5abe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000006_febf99b5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000007_f0d01d57.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000007_f0d01d57.szcp new file mode 100644 index 00000000..2ba28152 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000007_f0d01d57.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000008_7527fe32.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000008_7527fe32.szcp new file mode 100644 index 00000000..c9faa24b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000008_7527fe32.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000009_cea8ac82.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000009_cea8ac82.szcp new file mode 100644 index 00000000..23ac2715 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000009_cea8ac82.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000010_7d42dbc6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000010_7d42dbc6.szcp new file mode 100644 index 00000000..da7641b4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_029/checkpoints/checkpoint_00000000000000000010_7d42dbc6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000001_b86700e4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000001_b86700e4.szar new file mode 100644 index 00000000..42ee27eb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000001_b86700e4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000002_fd30197c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000002_fd30197c.szar new file mode 100644 index 00000000..38cce2e3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000002_fd30197c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000003_9af262aa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000003_9af262aa.szar new file mode 100644 index 00000000..61c2de01 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000003_9af262aa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000004_24bed0ba.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000004_24bed0ba.szar new file mode 100644 index 00000000..1c026f34 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000004_24bed0ba.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000005_5502f9ea.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000005_5502f9ea.szar new file mode 100644 index 00000000..e7f4d334 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000005_5502f9ea.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000006_e9ac2852.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000006_e9ac2852.szar new file mode 100644 index 00000000..59637716 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000006_e9ac2852.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000007_b00aa414.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000007_b00aa414.szar new file mode 100644 index 00000000..3f43137d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000007_b00aa414.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000008_bed8a304.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000008_bed8a304.szar new file mode 100644 index 00000000..5fdbfa7e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000008_bed8a304.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000009_b175e19b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000009_b175e19b.szar new file mode 100644 index 00000000..a87a4c6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000009_b175e19b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000010_022f1312.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000010_022f1312.szar new file mode 100644 index 00000000..1e27d3a8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000010_022f1312.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000011_f46d6f5e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000011_f46d6f5e.szar new file mode 100644 index 00000000..49bb5e52 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000011_f46d6f5e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000012_7099d0a7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000012_7099d0a7.szar new file mode 100644 index 00000000..69096e18 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000012_7099d0a7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000013_6759c8ff.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000013_6759c8ff.szar new file mode 100644 index 00000000..ddc9a592 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000013_6759c8ff.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000014_6f3090b0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000014_6f3090b0.szar new file mode 100644 index 00000000..c62831ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/archive/delta_00000000000000000014_6f3090b0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000001_9f9f78bf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000001_9f9f78bf.szcp new file mode 100644 index 00000000..88f1e486 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000001_9f9f78bf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000002_19632d21.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000002_19632d21.szcp new file mode 100644 index 00000000..1c35e8a2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000002_19632d21.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000003_d92c2cf2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000003_d92c2cf2.szcp new file mode 100644 index 00000000..d2553c2a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000003_d92c2cf2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000004_1d72bbee.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000004_1d72bbee.szcp new file mode 100644 index 00000000..13dd7a54 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000004_1d72bbee.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000005_f1c7fe48.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000005_f1c7fe48.szcp new file mode 100644 index 00000000..60ef5a4d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000005_f1c7fe48.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000006_94f2e3a0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000006_94f2e3a0.szcp new file mode 100644 index 00000000..5a664e68 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000006_94f2e3a0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000007_6aa70b44.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000007_6aa70b44.szcp new file mode 100644 index 00000000..b72eb179 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000007_6aa70b44.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000008_91e61813.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000008_91e61813.szcp new file mode 100644 index 00000000..8ff91b82 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000008_91e61813.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000009_505be795.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000009_505be795.szcp new file mode 100644 index 00000000..4d933a1f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000009_505be795.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000010_ae54723f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000010_ae54723f.szcp new file mode 100644 index 00000000..37080c0d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000010_ae54723f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000011_0c12791e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000011_0c12791e.szcp new file mode 100644 index 00000000..5450ef1b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000011_0c12791e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000012_b4a0b1ec.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000012_b4a0b1ec.szcp new file mode 100644 index 00000000..3c8d7050 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000012_b4a0b1ec.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000013_b92e5581.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000013_b92e5581.szcp new file mode 100644 index 00000000..e146e6d2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000013_b92e5581.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000014_75d12240.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000014_75d12240.szcp new file mode 100644 index 00000000..54fc4a40 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_030/checkpoints/checkpoint_00000000000000000014_75d12240.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000001_5f3698bf.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000001_5f3698bf.szar new file mode 100644 index 00000000..34671ace Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000001_5f3698bf.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000002_abb3fe2a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000002_abb3fe2a.szar new file mode 100644 index 00000000..ddd4e31b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000002_abb3fe2a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000003_68c16261.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000003_68c16261.szar new file mode 100644 index 00000000..eb352173 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000003_68c16261.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000004_7591e2b9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000004_7591e2b9.szar new file mode 100644 index 00000000..ebb9a11a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000004_7591e2b9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000005_78f6a55f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000005_78f6a55f.szar new file mode 100644 index 00000000..02952686 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000005_78f6a55f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000006_1239f927.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000006_1239f927.szar new file mode 100644 index 00000000..193b6299 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000006_1239f927.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000007_d8225055.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000007_d8225055.szar new file mode 100644 index 00000000..65510c71 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000007_d8225055.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000008_09b5423c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000008_09b5423c.szar new file mode 100644 index 00000000..9064d247 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000008_09b5423c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000009_bccdfa8b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000009_bccdfa8b.szar new file mode 100644 index 00000000..c0aed7c0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000009_bccdfa8b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000010_24433103.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000010_24433103.szar new file mode 100644 index 00000000..6998d42a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000010_24433103.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000011_7fda7a8c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000011_7fda7a8c.szar new file mode 100644 index 00000000..6e7f573a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000011_7fda7a8c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000012_85243e3f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000012_85243e3f.szar new file mode 100644 index 00000000..e3befe67 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000012_85243e3f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000013_ec4dddb7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000013_ec4dddb7.szar new file mode 100644 index 00000000..b28043bf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000013_ec4dddb7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000014_b8f5bcfd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000014_b8f5bcfd.szar new file mode 100644 index 00000000..5bca99b0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000014_b8f5bcfd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000015_d001f0cc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000015_d001f0cc.szar new file mode 100644 index 00000000..61139963 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000015_d001f0cc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000016_b1cf48c3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000016_b1cf48c3.szar new file mode 100644 index 00000000..a7cc34ab Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/archive/delta_00000000000000000016_b1cf48c3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000001_7fca3d76.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000001_7fca3d76.szcp new file mode 100644 index 00000000..b7268a38 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000001_7fca3d76.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000002_c93b838c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000002_c93b838c.szcp new file mode 100644 index 00000000..2c4a68c9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000002_c93b838c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000003_40a19fe3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000003_40a19fe3.szcp new file mode 100644 index 00000000..01141dcd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000003_40a19fe3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000004_7b96237f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000004_7b96237f.szcp new file mode 100644 index 00000000..c05b0811 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000004_7b96237f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000005_9318a9ee.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000005_9318a9ee.szcp new file mode 100644 index 00000000..6fbb82ba Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000005_9318a9ee.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000006_b8c9cb3d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000006_b8c9cb3d.szcp new file mode 100644 index 00000000..8f8074e4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000006_b8c9cb3d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000007_98774dac.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000007_98774dac.szcp new file mode 100644 index 00000000..41a94b9c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000007_98774dac.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000008_a5bdbbc9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000008_a5bdbbc9.szcp new file mode 100644 index 00000000..b66e7103 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000008_a5bdbbc9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000009_7cd04ab6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000009_7cd04ab6.szcp new file mode 100644 index 00000000..32bb17ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000009_7cd04ab6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000010_99da5fcc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000010_99da5fcc.szcp new file mode 100644 index 00000000..448e8e23 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000010_99da5fcc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000011_9c28d6ce.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000011_9c28d6ce.szcp new file mode 100644 index 00000000..912bf6ef Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000011_9c28d6ce.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000012_087fd1ff.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000012_087fd1ff.szcp new file mode 100644 index 00000000..ff1217d7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000012_087fd1ff.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000013_9a9f9172.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000013_9a9f9172.szcp new file mode 100644 index 00000000..b5d165e4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000013_9a9f9172.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000014_ad10338c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000014_ad10338c.szcp new file mode 100644 index 00000000..437b79ce Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000014_ad10338c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000015_8297f1f0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000015_8297f1f0.szcp new file mode 100644 index 00000000..5d2ea56c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000015_8297f1f0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000016_c6195436.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000016_c6195436.szcp new file mode 100644 index 00000000..66d816a6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_031/checkpoints/checkpoint_00000000000000000016_c6195436.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000001_58054f7e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000001_58054f7e.szar new file mode 100644 index 00000000..76a5d7dd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000001_58054f7e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000002_f67d480f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000002_f67d480f.szar new file mode 100644 index 00000000..505f93c6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000002_f67d480f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000003_8351be92.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000003_8351be92.szar new file mode 100644 index 00000000..d84b2229 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000003_8351be92.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000004_2822bcda.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000004_2822bcda.szar new file mode 100644 index 00000000..fa430d19 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000004_2822bcda.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000005_8d620a42.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000005_8d620a42.szar new file mode 100644 index 00000000..48ab6ed4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000005_8d620a42.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000006_ef04da89.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000006_ef04da89.szar new file mode 100644 index 00000000..507c02e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000006_ef04da89.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000007_a6951238.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000007_a6951238.szar new file mode 100644 index 00000000..6c4d6a9e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000007_a6951238.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000008_73f8494b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000008_73f8494b.szar new file mode 100644 index 00000000..a64d86a6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000008_73f8494b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000009_d24c92c5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000009_d24c92c5.szar new file mode 100644 index 00000000..df294c71 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000009_d24c92c5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000010_717ca806.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000010_717ca806.szar new file mode 100644 index 00000000..04e0a5e0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000010_717ca806.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000011_590bf54d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000011_590bf54d.szar new file mode 100644 index 00000000..75cc2cd7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000011_590bf54d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000012_fe8905a4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000012_fe8905a4.szar new file mode 100644 index 00000000..dc753fdf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000012_fe8905a4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000013_35095c75.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000013_35095c75.szar new file mode 100644 index 00000000..9a97e5aa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000013_35095c75.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000014_f087f7c5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000014_f087f7c5.szar new file mode 100644 index 00000000..2e7cd519 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/archive/delta_00000000000000000014_f087f7c5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000001_19ffdc5b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000001_19ffdc5b.szcp new file mode 100644 index 00000000..32f22e24 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000001_19ffdc5b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000002_da80c678.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000002_da80c678.szcp new file mode 100644 index 00000000..1c9587d0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000002_da80c678.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000003_3164e2ab.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000003_3164e2ab.szcp new file mode 100644 index 00000000..0e0c1efc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000003_3164e2ab.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000004_a32fca6a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000004_a32fca6a.szcp new file mode 100644 index 00000000..b1917103 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000004_a32fca6a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000005_d29b7733.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000005_d29b7733.szcp new file mode 100644 index 00000000..ab0e6983 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000005_d29b7733.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000006_dd3fa35f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000006_dd3fa35f.szcp new file mode 100644 index 00000000..e5507723 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000006_dd3fa35f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000007_ebfde87d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000007_ebfde87d.szcp new file mode 100644 index 00000000..e49688ef Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000007_ebfde87d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000008_42993308.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000008_42993308.szcp new file mode 100644 index 00000000..6504ff05 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000008_42993308.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000009_fb2c9b54.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000009_fb2c9b54.szcp new file mode 100644 index 00000000..688e7342 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000009_fb2c9b54.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000010_c1d69d11.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000010_c1d69d11.szcp new file mode 100644 index 00000000..f3f1e85e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000010_c1d69d11.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000011_775fe230.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000011_775fe230.szcp new file mode 100644 index 00000000..fc50e7bf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000011_775fe230.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000012_ef24bfdc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000012_ef24bfdc.szcp new file mode 100644 index 00000000..80fd5af4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000012_ef24bfdc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000013_3fc09968.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000013_3fc09968.szcp new file mode 100644 index 00000000..85c6f23a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000013_3fc09968.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000014_43e3661f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000014_43e3661f.szcp new file mode 100644 index 00000000..186dd0fd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_032/checkpoints/checkpoint_00000000000000000014_43e3661f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000001_e9e0792a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000001_e9e0792a.szar new file mode 100644 index 00000000..0ef7c7e6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000001_e9e0792a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000002_3bf67d42.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000002_3bf67d42.szar new file mode 100644 index 00000000..86e3a6ab Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000002_3bf67d42.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000003_3dd4b2b2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000003_3dd4b2b2.szar new file mode 100644 index 00000000..0d17eca9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000003_3dd4b2b2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000004_3c9b3198.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000004_3c9b3198.szar new file mode 100644 index 00000000..1142b23b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000004_3c9b3198.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000005_1274fbfa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000005_1274fbfa.szar new file mode 100644 index 00000000..f81314a0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000005_1274fbfa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000006_792b6afe.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000006_792b6afe.szar new file mode 100644 index 00000000..00d039da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000006_792b6afe.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000007_0acc30d7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000007_0acc30d7.szar new file mode 100644 index 00000000..b1d2a06e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000007_0acc30d7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000008_b4e05a8d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000008_b4e05a8d.szar new file mode 100644 index 00000000..e06465d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000008_b4e05a8d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000009_fc6aac69.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000009_fc6aac69.szar new file mode 100644 index 00000000..261e1726 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000009_fc6aac69.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000010_9ceb2c77.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000010_9ceb2c77.szar new file mode 100644 index 00000000..3822e849 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000010_9ceb2c77.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000011_27634ad1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000011_27634ad1.szar new file mode 100644 index 00000000..4082b381 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000011_27634ad1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000012_29fe718c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000012_29fe718c.szar new file mode 100644 index 00000000..30fb2a14 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000012_29fe718c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000013_f3c3c581.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000013_f3c3c581.szar new file mode 100644 index 00000000..d9931e01 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000013_f3c3c581.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000014_62295829.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000014_62295829.szar new file mode 100644 index 00000000..53ef2542 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000014_62295829.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000015_ca046290.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000015_ca046290.szar new file mode 100644 index 00000000..92483670 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/archive/delta_00000000000000000015_ca046290.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000001_733de5b1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000001_733de5b1.szcp new file mode 100644 index 00000000..65f4ca05 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000001_733de5b1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000002_e2b3464a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000002_e2b3464a.szcp new file mode 100644 index 00000000..26c7455a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000002_e2b3464a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000003_b3e4ceb5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000003_b3e4ceb5.szcp new file mode 100644 index 00000000..2716d26b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000003_b3e4ceb5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000004_fde509bc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000004_fde509bc.szcp new file mode 100644 index 00000000..c6c76460 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000004_fde509bc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000005_41db07b5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000005_41db07b5.szcp new file mode 100644 index 00000000..66bf8ff8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000005_41db07b5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000006_7c43c224.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000006_7c43c224.szcp new file mode 100644 index 00000000..8055cd12 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000006_7c43c224.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000007_f912440d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000007_f912440d.szcp new file mode 100644 index 00000000..26d0834a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000007_f912440d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000008_9207c37b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000008_9207c37b.szcp new file mode 100644 index 00000000..a804d711 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000008_9207c37b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000009_d15b3026.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000009_d15b3026.szcp new file mode 100644 index 00000000..64a23b27 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000009_d15b3026.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000010_bbfb9784.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000010_bbfb9784.szcp new file mode 100644 index 00000000..14668362 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000010_bbfb9784.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000011_a58ac218.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000011_a58ac218.szcp new file mode 100644 index 00000000..542d6d9d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000011_a58ac218.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000012_ffd20166.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000012_ffd20166.szcp new file mode 100644 index 00000000..ff479ca9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000012_ffd20166.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000013_e35b6095.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000013_e35b6095.szcp new file mode 100644 index 00000000..3b2cdcd2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000013_e35b6095.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000014_80225e28.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000014_80225e28.szcp new file mode 100644 index 00000000..54e50717 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000014_80225e28.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000015_458f592d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000015_458f592d.szcp new file mode 100644 index 00000000..d897ca20 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_033/checkpoints/checkpoint_00000000000000000015_458f592d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000001_4ddfa9f4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000001_4ddfa9f4.szar new file mode 100644 index 00000000..38b11dd7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000001_4ddfa9f4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000002_16d1ba55.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000002_16d1ba55.szar new file mode 100644 index 00000000..69e7b37d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000002_16d1ba55.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000003_961bd012.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000003_961bd012.szar new file mode 100644 index 00000000..2ceb908b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000003_961bd012.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000004_b72e3961.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000004_b72e3961.szar new file mode 100644 index 00000000..c0387c46 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000004_b72e3961.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000005_a2436f17.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000005_a2436f17.szar new file mode 100644 index 00000000..de14f82e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000005_a2436f17.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000006_0d902e4c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000006_0d902e4c.szar new file mode 100644 index 00000000..74a8641b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000006_0d902e4c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000007_9e99891c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000007_9e99891c.szar new file mode 100644 index 00000000..19be41f6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000007_9e99891c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000008_859e22c6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000008_859e22c6.szar new file mode 100644 index 00000000..cef939b6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000008_859e22c6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000009_f3d82a5c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000009_f3d82a5c.szar new file mode 100644 index 00000000..3a20cc8c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000009_f3d82a5c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000010_0263b78f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000010_0263b78f.szar new file mode 100644 index 00000000..0ea3a710 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/archive/delta_00000000000000000010_0263b78f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000001_a554f994.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000001_a554f994.szcp new file mode 100644 index 00000000..bc9db83a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000001_a554f994.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000002_afb03c61.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000002_afb03c61.szcp new file mode 100644 index 00000000..cb541e43 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000002_afb03c61.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000003_62b861c6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000003_62b861c6.szcp new file mode 100644 index 00000000..075239b0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000003_62b861c6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000004_23f0bfe7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000004_23f0bfe7.szcp new file mode 100644 index 00000000..e1b7febd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000004_23f0bfe7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000005_788f3ecc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000005_788f3ecc.szcp new file mode 100644 index 00000000..1cb2be72 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000005_788f3ecc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000006_e2add6dd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000006_e2add6dd.szcp new file mode 100644 index 00000000..faf9d08d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000006_e2add6dd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000007_4eca9288.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000007_4eca9288.szcp new file mode 100644 index 00000000..42dc0173 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000007_4eca9288.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000008_6b14146d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000008_6b14146d.szcp new file mode 100644 index 00000000..e4f28730 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000008_6b14146d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000009_670ad393.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000009_670ad393.szcp new file mode 100644 index 00000000..8c0092d1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000009_670ad393.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000010_b3e792ae.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000010_b3e792ae.szcp new file mode 100644 index 00000000..b375934c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_034/checkpoints/checkpoint_00000000000000000010_b3e792ae.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000001_e167baad.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000001_e167baad.szar new file mode 100644 index 00000000..9a680d58 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000001_e167baad.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000002_4355eb52.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000002_4355eb52.szar new file mode 100644 index 00000000..73ff01f3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000002_4355eb52.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000003_ea1a015c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000003_ea1a015c.szar new file mode 100644 index 00000000..4c4eec69 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000003_ea1a015c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000004_5d9db934.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000004_5d9db934.szar new file mode 100644 index 00000000..fa4b13ac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000004_5d9db934.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000005_3ecfedfb.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000005_3ecfedfb.szar new file mode 100644 index 00000000..44836fd2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000005_3ecfedfb.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000006_c2c0d659.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000006_c2c0d659.szar new file mode 100644 index 00000000..05b4542e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000006_c2c0d659.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000007_c9d788d9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000007_c9d788d9.szar new file mode 100644 index 00000000..e508d649 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000007_c9d788d9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000008_cc11563a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000008_cc11563a.szar new file mode 100644 index 00000000..0bbe81c7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000008_cc11563a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000009_7a4f4777.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000009_7a4f4777.szar new file mode 100644 index 00000000..a60636a8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000009_7a4f4777.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000010_ea6c7fa8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000010_ea6c7fa8.szar new file mode 100644 index 00000000..fd2d0650 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/archive/delta_00000000000000000010_ea6c7fa8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000001_db2d1b0e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000001_db2d1b0e.szcp new file mode 100644 index 00000000..632f32b1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000001_db2d1b0e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000002_175d3651.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000002_175d3651.szcp new file mode 100644 index 00000000..563199cb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000002_175d3651.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000003_818d17c0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000003_818d17c0.szcp new file mode 100644 index 00000000..fedba7c6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000003_818d17c0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000004_28e3efa3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000004_28e3efa3.szcp new file mode 100644 index 00000000..4d5127f0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000004_28e3efa3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000005_b13bcfd5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000005_b13bcfd5.szcp new file mode 100644 index 00000000..e4f59d85 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000005_b13bcfd5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000006_ad131d2b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000006_ad131d2b.szcp new file mode 100644 index 00000000..4e0876a5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000006_ad131d2b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000007_decd3845.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000007_decd3845.szcp new file mode 100644 index 00000000..10633081 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000007_decd3845.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000008_dd21ad59.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000008_dd21ad59.szcp new file mode 100644 index 00000000..12096e63 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000008_dd21ad59.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000009_934ba9bb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000009_934ba9bb.szcp new file mode 100644 index 00000000..a1f9f4db Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000009_934ba9bb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000010_59063d2d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000010_59063d2d.szcp new file mode 100644 index 00000000..45eadfa0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_035/checkpoints/checkpoint_00000000000000000010_59063d2d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000001_5370acd3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000001_5370acd3.szar new file mode 100644 index 00000000..6fc021ac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000001_5370acd3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000002_e3adb834.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000002_e3adb834.szar new file mode 100644 index 00000000..0a5cf5ad Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000002_e3adb834.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000003_8c679b3f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000003_8c679b3f.szar new file mode 100644 index 00000000..5c321b6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000003_8c679b3f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000004_cbed5c14.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000004_cbed5c14.szar new file mode 100644 index 00000000..aa3651a2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000004_cbed5c14.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000005_c4eec0e8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000005_c4eec0e8.szar new file mode 100644 index 00000000..2cb1a804 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000005_c4eec0e8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000006_5617bbfc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000006_5617bbfc.szar new file mode 100644 index 00000000..2bb014dd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000006_5617bbfc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000007_fcb3eeb1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000007_fcb3eeb1.szar new file mode 100644 index 00000000..c7826397 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000007_fcb3eeb1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000008_f4ebe1b3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000008_f4ebe1b3.szar new file mode 100644 index 00000000..b2a15363 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000008_f4ebe1b3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000009_46b593e1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000009_46b593e1.szar new file mode 100644 index 00000000..a18fda13 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000009_46b593e1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000010_8e689f8e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000010_8e689f8e.szar new file mode 100644 index 00000000..cd68f923 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/archive/delta_00000000000000000010_8e689f8e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000001_eac0808b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000001_eac0808b.szcp new file mode 100644 index 00000000..706ae52d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000001_eac0808b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000002_1b4f8436.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000002_1b4f8436.szcp new file mode 100644 index 00000000..f2b1fdcc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000002_1b4f8436.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000003_f2173d4d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000003_f2173d4d.szcp new file mode 100644 index 00000000..d189b1f9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000003_f2173d4d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000004_ca3ac3d5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000004_ca3ac3d5.szcp new file mode 100644 index 00000000..f790e26d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000004_ca3ac3d5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000005_e5347642.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000005_e5347642.szcp new file mode 100644 index 00000000..1bb8fc0e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000005_e5347642.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000006_1dc895a7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000006_1dc895a7.szcp new file mode 100644 index 00000000..623dc849 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000006_1dc895a7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000007_b69d3905.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000007_b69d3905.szcp new file mode 100644 index 00000000..a400daf2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000007_b69d3905.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000008_ff406c30.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000008_ff406c30.szcp new file mode 100644 index 00000000..3338a370 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000008_ff406c30.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000009_dba523a8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000009_dba523a8.szcp new file mode 100644 index 00000000..21acbfcd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000009_dba523a8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000010_0e704cab.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000010_0e704cab.szcp new file mode 100644 index 00000000..85d86b4a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_036/checkpoints/checkpoint_00000000000000000010_0e704cab.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000001_f5f1c445.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000001_f5f1c445.szar new file mode 100644 index 00000000..d4dca4bf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000001_f5f1c445.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000002_4cdaf217.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000002_4cdaf217.szar new file mode 100644 index 00000000..92dacab6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000002_4cdaf217.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000003_58608165.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000003_58608165.szar new file mode 100644 index 00000000..6b6ebf30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000003_58608165.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000004_70e015d6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000004_70e015d6.szar new file mode 100644 index 00000000..65df7840 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000004_70e015d6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000005_279081e9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000005_279081e9.szar new file mode 100644 index 00000000..6baeb091 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000005_279081e9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000006_3dabc2ec.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000006_3dabc2ec.szar new file mode 100644 index 00000000..98bf0533 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000006_3dabc2ec.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000007_c8145762.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000007_c8145762.szar new file mode 100644 index 00000000..1d608ff0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000007_c8145762.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000008_f3a16639.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000008_f3a16639.szar new file mode 100644 index 00000000..c293fae4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000008_f3a16639.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000009_63db80cd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000009_63db80cd.szar new file mode 100644 index 00000000..a8803e00 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000009_63db80cd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000010_a78d2caf.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000010_a78d2caf.szar new file mode 100644 index 00000000..68232096 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/archive/delta_00000000000000000010_a78d2caf.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000001_3125d806.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000001_3125d806.szcp new file mode 100644 index 00000000..efca8cb8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000001_3125d806.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000002_07b49a87.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000002_07b49a87.szcp new file mode 100644 index 00000000..6486fe23 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000002_07b49a87.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000003_889e8af5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000003_889e8af5.szcp new file mode 100644 index 00000000..57ebf08f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000003_889e8af5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000004_ff41c9d2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000004_ff41c9d2.szcp new file mode 100644 index 00000000..ae4b0847 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000004_ff41c9d2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000005_6ba0b3df.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000005_6ba0b3df.szcp new file mode 100644 index 00000000..96fe5106 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000005_6ba0b3df.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000006_21603eba.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000006_21603eba.szcp new file mode 100644 index 00000000..eb0d1332 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000006_21603eba.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000007_0e14878c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000007_0e14878c.szcp new file mode 100644 index 00000000..4f81d4bc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000007_0e14878c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000008_f053a41e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000008_f053a41e.szcp new file mode 100644 index 00000000..44433d56 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000008_f053a41e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000009_f17c8a22.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000009_f17c8a22.szcp new file mode 100644 index 00000000..81dcccaa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000009_f17c8a22.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000010_9617f8ce.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000010_9617f8ce.szcp new file mode 100644 index 00000000..33c02419 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_037/checkpoints/checkpoint_00000000000000000010_9617f8ce.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000001_7dd16e57.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000001_7dd16e57.szar new file mode 100644 index 00000000..c5bfbad2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000001_7dd16e57.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000002_93f54782.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000002_93f54782.szar new file mode 100644 index 00000000..afe4bb71 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000002_93f54782.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000003_b12f4779.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000003_b12f4779.szar new file mode 100644 index 00000000..f141a3f1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000003_b12f4779.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000004_5a031663.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000004_5a031663.szar new file mode 100644 index 00000000..d2117692 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000004_5a031663.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000005_59a5162f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000005_59a5162f.szar new file mode 100644 index 00000000..16217293 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000005_59a5162f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000006_a57a82fe.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000006_a57a82fe.szar new file mode 100644 index 00000000..507a8edd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000006_a57a82fe.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000007_186b152a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000007_186b152a.szar new file mode 100644 index 00000000..af365bf2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000007_186b152a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000008_7046b40e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000008_7046b40e.szar new file mode 100644 index 00000000..980e31db Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000008_7046b40e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000009_27512596.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000009_27512596.szar new file mode 100644 index 00000000..30ef7364 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000009_27512596.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000010_86261b57.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000010_86261b57.szar new file mode 100644 index 00000000..da7a217f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000010_86261b57.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000011_bb1ec75d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000011_bb1ec75d.szar new file mode 100644 index 00000000..c479e95c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000011_bb1ec75d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000012_039310df.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000012_039310df.szar new file mode 100644 index 00000000..eeab8b6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/archive/delta_00000000000000000012_039310df.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000001_2be714d5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000001_2be714d5.szcp new file mode 100644 index 00000000..6ae942ef Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000001_2be714d5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000002_1fbda120.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000002_1fbda120.szcp new file mode 100644 index 00000000..0d1ff70a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000002_1fbda120.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000003_e04adece.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000003_e04adece.szcp new file mode 100644 index 00000000..50a2024c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000003_e04adece.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000004_c5f5be83.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000004_c5f5be83.szcp new file mode 100644 index 00000000..734901f1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000004_c5f5be83.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000005_95078f7b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000005_95078f7b.szcp new file mode 100644 index 00000000..c6f682d0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000005_95078f7b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000006_f7da3f26.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000006_f7da3f26.szcp new file mode 100644 index 00000000..ab29efae Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000006_f7da3f26.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000007_7c0ed2a9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000007_7c0ed2a9.szcp new file mode 100644 index 00000000..c60d7242 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000007_7c0ed2a9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000008_c4bdbd2d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000008_c4bdbd2d.szcp new file mode 100644 index 00000000..fbec718b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000008_c4bdbd2d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000009_6032015b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000009_6032015b.szcp new file mode 100644 index 00000000..11a08422 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000009_6032015b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000010_68540c01.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000010_68540c01.szcp new file mode 100644 index 00000000..d0428a84 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000010_68540c01.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000011_0e2d3948.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000011_0e2d3948.szcp new file mode 100644 index 00000000..77f7266f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000011_0e2d3948.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000012_eb87661e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000012_eb87661e.szcp new file mode 100644 index 00000000..b71c6a59 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_038/checkpoints/checkpoint_00000000000000000012_eb87661e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000001_d2507728.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000001_d2507728.szar new file mode 100644 index 00000000..14d96932 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000001_d2507728.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000002_51fed316.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000002_51fed316.szar new file mode 100644 index 00000000..5a4f2ef7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000002_51fed316.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000003_97427af7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000003_97427af7.szar new file mode 100644 index 00000000..a0d0fea8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000003_97427af7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000004_6785d043.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000004_6785d043.szar new file mode 100644 index 00000000..157d8efc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000004_6785d043.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000005_c67ae193.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000005_c67ae193.szar new file mode 100644 index 00000000..b0fb195f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000005_c67ae193.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000006_fe48a1d9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000006_fe48a1d9.szar new file mode 100644 index 00000000..e2888b2f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000006_fe48a1d9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000007_b9a96e6e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000007_b9a96e6e.szar new file mode 100644 index 00000000..00fe231e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000007_b9a96e6e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000008_0115005f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000008_0115005f.szar new file mode 100644 index 00000000..9fc3202d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000008_0115005f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000009_633bc981.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000009_633bc981.szar new file mode 100644 index 00000000..51bc42ae Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000009_633bc981.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000010_e3ec4cd6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000010_e3ec4cd6.szar new file mode 100644 index 00000000..4d984ba9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000010_e3ec4cd6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000011_174e3bd1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000011_174e3bd1.szar new file mode 100644 index 00000000..f1482489 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000011_174e3bd1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000012_2859e692.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000012_2859e692.szar new file mode 100644 index 00000000..49bb030b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000012_2859e692.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000013_973c116b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000013_973c116b.szar new file mode 100644 index 00000000..99bc2a98 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000013_973c116b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000014_e571d7d6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000014_e571d7d6.szar new file mode 100644 index 00000000..1bc13863 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000014_e571d7d6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000015_9502159f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000015_9502159f.szar new file mode 100644 index 00000000..a092a890 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/archive/delta_00000000000000000015_9502159f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000001_d00d1e26.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000001_d00d1e26.szcp new file mode 100644 index 00000000..a82a0502 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000001_d00d1e26.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000002_aab8f87d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000002_aab8f87d.szcp new file mode 100644 index 00000000..f1d08f2e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000002_aab8f87d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000003_e37cc828.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000003_e37cc828.szcp new file mode 100644 index 00000000..8301124a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000003_e37cc828.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000004_7e381f71.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000004_7e381f71.szcp new file mode 100644 index 00000000..ae11c52c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000004_7e381f71.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000005_f005cd14.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000005_f005cd14.szcp new file mode 100644 index 00000000..3e6f6f1d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000005_f005cd14.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000006_1704d6e4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000006_1704d6e4.szcp new file mode 100644 index 00000000..e693cdc0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000006_1704d6e4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000007_9a6454c4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000007_9a6454c4.szcp new file mode 100644 index 00000000..7101daf0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000007_9a6454c4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000008_8ff7578f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000008_8ff7578f.szcp new file mode 100644 index 00000000..a829ddf8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000008_8ff7578f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000009_4de2659b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000009_4de2659b.szcp new file mode 100644 index 00000000..9ce46054 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000009_4de2659b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000010_9ed6ede5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000010_9ed6ede5.szcp new file mode 100644 index 00000000..0380d1e1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000010_9ed6ede5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000011_f64d6651.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000011_f64d6651.szcp new file mode 100644 index 00000000..94f5ecf9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000011_f64d6651.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000012_fe7f3ea0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000012_fe7f3ea0.szcp new file mode 100644 index 00000000..52ee8805 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000012_fe7f3ea0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000013_da7fd929.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000013_da7fd929.szcp new file mode 100644 index 00000000..291877f4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000013_da7fd929.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000014_268be131.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000014_268be131.szcp new file mode 100644 index 00000000..f133249c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000014_268be131.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000015_b0815e22.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000015_b0815e22.szcp new file mode 100644 index 00000000..d0889ccf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_039/checkpoints/checkpoint_00000000000000000015_b0815e22.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000001_532b46e4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000001_532b46e4.szar new file mode 100644 index 00000000..d20bc012 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000001_532b46e4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000002_a06b25dc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000002_a06b25dc.szar new file mode 100644 index 00000000..0a2f51c5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000002_a06b25dc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000003_f9be7d60.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000003_f9be7d60.szar new file mode 100644 index 00000000..3869791b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000003_f9be7d60.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000004_9d8da360.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000004_9d8da360.szar new file mode 100644 index 00000000..9d652986 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000004_9d8da360.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000005_08855fd9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000005_08855fd9.szar new file mode 100644 index 00000000..e0c830a4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000005_08855fd9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000006_a91f226e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000006_a91f226e.szar new file mode 100644 index 00000000..18d46887 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000006_a91f226e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000007_95efb1da.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000007_95efb1da.szar new file mode 100644 index 00000000..ab8e6596 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000007_95efb1da.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000008_ebdd0173.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000008_ebdd0173.szar new file mode 100644 index 00000000..8c6e68a3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000008_ebdd0173.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000009_1cfbb55b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000009_1cfbb55b.szar new file mode 100644 index 00000000..2582a6b3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000009_1cfbb55b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000010_6c867591.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000010_6c867591.szar new file mode 100644 index 00000000..d83141f3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000010_6c867591.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000011_e5d2ab85.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000011_e5d2ab85.szar new file mode 100644 index 00000000..7b6fd094 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/archive/delta_00000000000000000011_e5d2ab85.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000001_76750275.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000001_76750275.szcp new file mode 100644 index 00000000..1cd2a1b7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000001_76750275.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000002_c591145a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000002_c591145a.szcp new file mode 100644 index 00000000..16f2a8a4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000002_c591145a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000003_bb5fa465.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000003_bb5fa465.szcp new file mode 100644 index 00000000..6e59d97e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000003_bb5fa465.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000004_a0957bfa.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000004_a0957bfa.szcp new file mode 100644 index 00000000..c98d9cf0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000004_a0957bfa.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000005_2c1b4a9c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000005_2c1b4a9c.szcp new file mode 100644 index 00000000..92a72e4f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000005_2c1b4a9c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000006_9516f695.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000006_9516f695.szcp new file mode 100644 index 00000000..f0f1bb60 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000006_9516f695.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000007_bba87f69.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000007_bba87f69.szcp new file mode 100644 index 00000000..18c6e0c9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000007_bba87f69.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000008_8fe9579f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000008_8fe9579f.szcp new file mode 100644 index 00000000..70774cd8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000008_8fe9579f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000009_282cadb1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000009_282cadb1.szcp new file mode 100644 index 00000000..a325d6da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000009_282cadb1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000010_d23ad20d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000010_d23ad20d.szcp new file mode 100644 index 00000000..b6a0c1e0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000010_d23ad20d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000011_5f7f353c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000011_5f7f353c.szcp new file mode 100644 index 00000000..26d3ed0d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_040/checkpoints/checkpoint_00000000000000000011_5f7f353c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000001_1b344c32.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000001_1b344c32.szar new file mode 100644 index 00000000..159959da Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000001_1b344c32.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000002_b3313d59.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000002_b3313d59.szar new file mode 100644 index 00000000..54e457d7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000002_b3313d59.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000003_3d36028c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000003_3d36028c.szar new file mode 100644 index 00000000..c446e4bb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000003_3d36028c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000004_9d2b1d09.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000004_9d2b1d09.szar new file mode 100644 index 00000000..af499e01 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000004_9d2b1d09.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000005_82415802.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000005_82415802.szar new file mode 100644 index 00000000..5247f34f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000005_82415802.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000006_582e0f96.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000006_582e0f96.szar new file mode 100644 index 00000000..3302403b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000006_582e0f96.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000007_c5b40366.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000007_c5b40366.szar new file mode 100644 index 00000000..7d23d181 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000007_c5b40366.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000008_399bb81c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000008_399bb81c.szar new file mode 100644 index 00000000..e681b50e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000008_399bb81c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000009_69dbb83f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000009_69dbb83f.szar new file mode 100644 index 00000000..df807761 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000009_69dbb83f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000010_e4b0b5df.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000010_e4b0b5df.szar new file mode 100644 index 00000000..761f9539 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000010_e4b0b5df.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000011_f3d1732a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000011_f3d1732a.szar new file mode 100644 index 00000000..2768058c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000011_f3d1732a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000012_f41fe45b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000012_f41fe45b.szar new file mode 100644 index 00000000..47b79d50 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/archive/delta_00000000000000000012_f41fe45b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000001_5a791d3b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000001_5a791d3b.szcp new file mode 100644 index 00000000..35d53c89 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000001_5a791d3b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000002_c3199cd0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000002_c3199cd0.szcp new file mode 100644 index 00000000..b6919d31 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000002_c3199cd0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000003_b49a1b6c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000003_b49a1b6c.szcp new file mode 100644 index 00000000..aa97b443 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000003_b49a1b6c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000004_d701e202.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000004_d701e202.szcp new file mode 100644 index 00000000..8fda25ac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000004_d701e202.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000005_501cb203.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000005_501cb203.szcp new file mode 100644 index 00000000..2a3043b4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000005_501cb203.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000006_5a35fb89.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000006_5a35fb89.szcp new file mode 100644 index 00000000..96f95337 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000006_5a35fb89.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000007_fce3f007.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000007_fce3f007.szcp new file mode 100644 index 00000000..a6d0bafd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000007_fce3f007.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000008_e100dc89.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000008_e100dc89.szcp new file mode 100644 index 00000000..17322107 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000008_e100dc89.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000009_5da0c6cf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000009_5da0c6cf.szcp new file mode 100644 index 00000000..567bd3d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000009_5da0c6cf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000010_cc0bd616.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000010_cc0bd616.szcp new file mode 100644 index 00000000..fa87a409 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000010_cc0bd616.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000011_e0343c74.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000011_e0343c74.szcp new file mode 100644 index 00000000..fa662e86 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000011_e0343c74.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000012_a81baf52.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000012_a81baf52.szcp new file mode 100644 index 00000000..19a99eaa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_041/checkpoints/checkpoint_00000000000000000012_a81baf52.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000001_0e548c8a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000001_0e548c8a.szar new file mode 100644 index 00000000..4a056097 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000001_0e548c8a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000002_ae6d4198.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000002_ae6d4198.szar new file mode 100644 index 00000000..6e11c147 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000002_ae6d4198.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000003_e7adc05b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000003_e7adc05b.szar new file mode 100644 index 00000000..d988c40b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000003_e7adc05b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000004_0d70b819.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000004_0d70b819.szar new file mode 100644 index 00000000..77fc8b90 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000004_0d70b819.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000005_e473e203.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000005_e473e203.szar new file mode 100644 index 00000000..42daa2bd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000005_e473e203.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000006_e6d7c70a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000006_e6d7c70a.szar new file mode 100644 index 00000000..a0188d22 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000006_e6d7c70a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000007_7222b6e3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000007_7222b6e3.szar new file mode 100644 index 00000000..6d7018ca Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000007_7222b6e3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000008_d2dd8c12.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000008_d2dd8c12.szar new file mode 100644 index 00000000..15daf788 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000008_d2dd8c12.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000009_0e67f5d1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000009_0e67f5d1.szar new file mode 100644 index 00000000..d66c88b5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000009_0e67f5d1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000010_793af81a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000010_793af81a.szar new file mode 100644 index 00000000..488e826a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000010_793af81a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000011_5b5a747e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000011_5b5a747e.szar new file mode 100644 index 00000000..09d0443c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000011_5b5a747e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000012_edca8eba.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000012_edca8eba.szar new file mode 100644 index 00000000..adf50e36 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000012_edca8eba.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000013_99081204.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000013_99081204.szar new file mode 100644 index 00000000..e6c7227c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000013_99081204.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000014_987a88a5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000014_987a88a5.szar new file mode 100644 index 00000000..2832c2c9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000014_987a88a5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000015_c840debc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000015_c840debc.szar new file mode 100644 index 00000000..779d8288 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000015_c840debc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000016_87d1d793.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000016_87d1d793.szar new file mode 100644 index 00000000..16b277a2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000016_87d1d793.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000017_edad893a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000017_edad893a.szar new file mode 100644 index 00000000..4c448d6c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000017_edad893a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000018_ef9d8289.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000018_ef9d8289.szar new file mode 100644 index 00000000..23427807 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000018_ef9d8289.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000019_a4d83665.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000019_a4d83665.szar new file mode 100644 index 00000000..9f70dd12 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000019_a4d83665.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000020_ea4dc191.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000020_ea4dc191.szar new file mode 100644 index 00000000..c06490df Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000020_ea4dc191.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000021_a7b62137.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000021_a7b62137.szar new file mode 100644 index 00000000..cf260f0f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000021_a7b62137.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000022_cff2ade3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000022_cff2ade3.szar new file mode 100644 index 00000000..cc2d15ba Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000022_cff2ade3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000023_62a156be.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000023_62a156be.szar new file mode 100644 index 00000000..c3329366 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000023_62a156be.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000024_cb5b552b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000024_cb5b552b.szar new file mode 100644 index 00000000..a10b5776 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/archive/delta_00000000000000000024_cb5b552b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000001_184b959b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000001_184b959b.szcp new file mode 100644 index 00000000..7f3da68d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000001_184b959b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000002_f4a3939b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000002_f4a3939b.szcp new file mode 100644 index 00000000..19e53b7c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000002_f4a3939b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000003_44061282.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000003_44061282.szcp new file mode 100644 index 00000000..c5f00f76 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000003_44061282.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000004_89ace625.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000004_89ace625.szcp new file mode 100644 index 00000000..4aec1234 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000004_89ace625.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000005_2cb1f2de.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000005_2cb1f2de.szcp new file mode 100644 index 00000000..38f676af Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000005_2cb1f2de.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000006_3d3fc541.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000006_3d3fc541.szcp new file mode 100644 index 00000000..174072a9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000006_3d3fc541.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000007_862540f7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000007_862540f7.szcp new file mode 100644 index 00000000..84bf231f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000007_862540f7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000008_67a122a1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000008_67a122a1.szcp new file mode 100644 index 00000000..56007819 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000008_67a122a1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000009_4314e4fc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000009_4314e4fc.szcp new file mode 100644 index 00000000..8bed9d6b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000009_4314e4fc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000010_322e049e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000010_322e049e.szcp new file mode 100644 index 00000000..56002950 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000010_322e049e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000011_1ae2518d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000011_1ae2518d.szcp new file mode 100644 index 00000000..b462ef61 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000011_1ae2518d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000012_143ad8e0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000012_143ad8e0.szcp new file mode 100644 index 00000000..d865d65e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000012_143ad8e0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000013_ac0811eb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000013_ac0811eb.szcp new file mode 100644 index 00000000..92fb8d91 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000013_ac0811eb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000014_83963091.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000014_83963091.szcp new file mode 100644 index 00000000..e56ef687 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000014_83963091.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000015_efd042aa.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000015_efd042aa.szcp new file mode 100644 index 00000000..e7ac7e21 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000015_efd042aa.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000016_14cf8f50.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000016_14cf8f50.szcp new file mode 100644 index 00000000..09f7da68 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000016_14cf8f50.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000017_f9e97177.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000017_f9e97177.szcp new file mode 100644 index 00000000..e256e2e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000017_f9e97177.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000018_c1a85091.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000018_c1a85091.szcp new file mode 100644 index 00000000..24acdc4a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000018_c1a85091.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000019_9c0f7329.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000019_9c0f7329.szcp new file mode 100644 index 00000000..adf5f2dd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000019_9c0f7329.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000020_0777e0cd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000020_0777e0cd.szcp new file mode 100644 index 00000000..883a74db Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000020_0777e0cd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000021_78c43a00.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000021_78c43a00.szcp new file mode 100644 index 00000000..68deef00 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000021_78c43a00.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000022_4ac0f9ee.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000022_4ac0f9ee.szcp new file mode 100644 index 00000000..e1f84be1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000022_4ac0f9ee.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000023_b70cd7b1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000023_b70cd7b1.szcp new file mode 100644 index 00000000..079ba43d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000023_b70cd7b1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000024_c8bb07b5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000024_c8bb07b5.szcp new file mode 100644 index 00000000..3667114c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_042/checkpoints/checkpoint_00000000000000000024_c8bb07b5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000001_67447cfa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000001_67447cfa.szar new file mode 100644 index 00000000..9ba423e5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000001_67447cfa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000002_4f2870c8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000002_4f2870c8.szar new file mode 100644 index 00000000..41d5c2c9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000002_4f2870c8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000003_193068c7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000003_193068c7.szar new file mode 100644 index 00000000..fd5db358 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000003_193068c7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000004_4a3eef0f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000004_4a3eef0f.szar new file mode 100644 index 00000000..5e1da961 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000004_4a3eef0f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000005_2b9f0be3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000005_2b9f0be3.szar new file mode 100644 index 00000000..e101886e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000005_2b9f0be3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000006_e8339300.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000006_e8339300.szar new file mode 100644 index 00000000..a2654f68 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000006_e8339300.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000007_54c448c4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000007_54c448c4.szar new file mode 100644 index 00000000..14e2cec2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000007_54c448c4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000008_745a1a7a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000008_745a1a7a.szar new file mode 100644 index 00000000..4b5c6328 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000008_745a1a7a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000009_c3febffe.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000009_c3febffe.szar new file mode 100644 index 00000000..0492fdd8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000009_c3febffe.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000010_2f658004.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000010_2f658004.szar new file mode 100644 index 00000000..d35ee349 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/archive/delta_00000000000000000010_2f658004.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000001_3f7e0210.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000001_3f7e0210.szcp new file mode 100644 index 00000000..d2a6a4a7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000001_3f7e0210.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000002_3e395429.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000002_3e395429.szcp new file mode 100644 index 00000000..15e27d31 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000002_3e395429.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000003_6f91cd54.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000003_6f91cd54.szcp new file mode 100644 index 00000000..b234a7fa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000003_6f91cd54.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000004_039bf18d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000004_039bf18d.szcp new file mode 100644 index 00000000..bdfdedef Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000004_039bf18d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000005_c441496f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000005_c441496f.szcp new file mode 100644 index 00000000..760163d0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000005_c441496f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000006_93cb38c4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000006_93cb38c4.szcp new file mode 100644 index 00000000..cb69da31 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000006_93cb38c4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000007_51456402.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000007_51456402.szcp new file mode 100644 index 00000000..f5117b6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000007_51456402.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000008_dc3b7fd6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000008_dc3b7fd6.szcp new file mode 100644 index 00000000..fced4cb2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000008_dc3b7fd6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000009_4d893ba3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000009_4d893ba3.szcp new file mode 100644 index 00000000..fa2fb7ee Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000009_4d893ba3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000010_121f93d8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000010_121f93d8.szcp new file mode 100644 index 00000000..8d04787a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_043/checkpoints/checkpoint_00000000000000000010_121f93d8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000001_e51d73d0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000001_e51d73d0.szar new file mode 100644 index 00000000..9c49b84b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000001_e51d73d0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000002_5613ea58.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000002_5613ea58.szar new file mode 100644 index 00000000..93a70df6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000002_5613ea58.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000003_dd3d2ee7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000003_dd3d2ee7.szar new file mode 100644 index 00000000..47d1bdbf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000003_dd3d2ee7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000004_a49fd426.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000004_a49fd426.szar new file mode 100644 index 00000000..11080da1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000004_a49fd426.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000005_34806fb9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000005_34806fb9.szar new file mode 100644 index 00000000..4183549c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000005_34806fb9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000006_6e22d625.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000006_6e22d625.szar new file mode 100644 index 00000000..0fd48a83 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000006_6e22d625.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000007_a3aa3696.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000007_a3aa3696.szar new file mode 100644 index 00000000..c1768dab Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000007_a3aa3696.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000008_b0286770.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000008_b0286770.szar new file mode 100644 index 00000000..817aad98 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000008_b0286770.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000009_a42b58a2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000009_a42b58a2.szar new file mode 100644 index 00000000..e54c0f7f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000009_a42b58a2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000010_10edecbc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000010_10edecbc.szar new file mode 100644 index 00000000..05544fde Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000010_10edecbc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000011_ac4b9b2c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000011_ac4b9b2c.szar new file mode 100644 index 00000000..eba80742 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000011_ac4b9b2c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000012_12479224.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000012_12479224.szar new file mode 100644 index 00000000..562b6384 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000012_12479224.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000013_c8817222.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000013_c8817222.szar new file mode 100644 index 00000000..bc981434 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000013_c8817222.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000014_ce741a5c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000014_ce741a5c.szar new file mode 100644 index 00000000..5f81416c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000014_ce741a5c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000015_0e30f051.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000015_0e30f051.szar new file mode 100644 index 00000000..6232aad5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/archive/delta_00000000000000000015_0e30f051.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000001_1d1a69da.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000001_1d1a69da.szcp new file mode 100644 index 00000000..35cb608c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000001_1d1a69da.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000002_da1e7410.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000002_da1e7410.szcp new file mode 100644 index 00000000..f80d766d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000002_da1e7410.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000003_1ebe328a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000003_1ebe328a.szcp new file mode 100644 index 00000000..d529d328 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000003_1ebe328a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000004_6b1b8aa3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000004_6b1b8aa3.szcp new file mode 100644 index 00000000..4c6482cc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000004_6b1b8aa3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000005_f01b0f71.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000005_f01b0f71.szcp new file mode 100644 index 00000000..a2294666 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000005_f01b0f71.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000006_d0845e18.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000006_d0845e18.szcp new file mode 100644 index 00000000..7d34b707 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000006_d0845e18.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000007_cf90fe43.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000007_cf90fe43.szcp new file mode 100644 index 00000000..12e5685b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000007_cf90fe43.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000008_b7c088ae.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000008_b7c088ae.szcp new file mode 100644 index 00000000..e917a94a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000008_b7c088ae.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000009_457c18d1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000009_457c18d1.szcp new file mode 100644 index 00000000..383e28e8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000009_457c18d1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000010_474b354e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000010_474b354e.szcp new file mode 100644 index 00000000..d39ac08c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000010_474b354e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000011_81de8697.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000011_81de8697.szcp new file mode 100644 index 00000000..6882eab8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000011_81de8697.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000012_35d8549b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000012_35d8549b.szcp new file mode 100644 index 00000000..40b5da46 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000012_35d8549b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000013_f07fe06d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000013_f07fe06d.szcp new file mode 100644 index 00000000..f915439f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000013_f07fe06d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000014_10cfeae3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000014_10cfeae3.szcp new file mode 100644 index 00000000..686c9b66 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000014_10cfeae3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000015_f250d76a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000015_f250d76a.szcp new file mode 100644 index 00000000..7edfa20d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_044/checkpoints/checkpoint_00000000000000000015_f250d76a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000001_7e101249.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000001_7e101249.szar new file mode 100644 index 00000000..4dc7fd5c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000001_7e101249.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000002_ca24fedc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000002_ca24fedc.szar new file mode 100644 index 00000000..a04d27c9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000002_ca24fedc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000003_849e3153.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000003_849e3153.szar new file mode 100644 index 00000000..e9dd9145 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000003_849e3153.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000004_8fd1989e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000004_8fd1989e.szar new file mode 100644 index 00000000..76a4e895 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000004_8fd1989e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000005_722571a0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000005_722571a0.szar new file mode 100644 index 00000000..d4d1f3d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000005_722571a0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000006_048f270b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000006_048f270b.szar new file mode 100644 index 00000000..6cb803c1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000006_048f270b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000007_2f3577ca.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000007_2f3577ca.szar new file mode 100644 index 00000000..2d57b096 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000007_2f3577ca.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000008_39551a0e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000008_39551a0e.szar new file mode 100644 index 00000000..b3474f70 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000008_39551a0e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000009_36b5d448.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000009_36b5d448.szar new file mode 100644 index 00000000..135826a1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000009_36b5d448.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000010_ebcc75ae.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000010_ebcc75ae.szar new file mode 100644 index 00000000..6e3756e4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000010_ebcc75ae.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000011_4cf7cfb5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000011_4cf7cfb5.szar new file mode 100644 index 00000000..b8635229 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000011_4cf7cfb5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000012_0e32968c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000012_0e32968c.szar new file mode 100644 index 00000000..2ae0b7e8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000012_0e32968c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000013_5b4ba6a8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000013_5b4ba6a8.szar new file mode 100644 index 00000000..2a1d3f8f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000013_5b4ba6a8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000014_73c4062e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000014_73c4062e.szar new file mode 100644 index 00000000..97010410 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/archive/delta_00000000000000000014_73c4062e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000001_6722efe3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000001_6722efe3.szcp new file mode 100644 index 00000000..335f25f6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000001_6722efe3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000002_c23c0a32.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000002_c23c0a32.szcp new file mode 100644 index 00000000..38456d3c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000002_c23c0a32.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000003_e71cf3c7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000003_e71cf3c7.szcp new file mode 100644 index 00000000..6c7ebd17 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000003_e71cf3c7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000004_c2088637.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000004_c2088637.szcp new file mode 100644 index 00000000..2ae7fd8d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000004_c2088637.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000005_25481aac.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000005_25481aac.szcp new file mode 100644 index 00000000..b8f2b249 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000005_25481aac.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000006_944eca28.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000006_944eca28.szcp new file mode 100644 index 00000000..c7fd9942 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000006_944eca28.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000007_dadba7f4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000007_dadba7f4.szcp new file mode 100644 index 00000000..4d610860 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000007_dadba7f4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000008_bd1a64a8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000008_bd1a64a8.szcp new file mode 100644 index 00000000..4b8f30db Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000008_bd1a64a8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000009_1a843a54.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000009_1a843a54.szcp new file mode 100644 index 00000000..e00bb81b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000009_1a843a54.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000010_0e158376.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000010_0e158376.szcp new file mode 100644 index 00000000..84642fe8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000010_0e158376.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000011_036141e6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000011_036141e6.szcp new file mode 100644 index 00000000..bf7725f9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000011_036141e6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000012_1da9abca.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000012_1da9abca.szcp new file mode 100644 index 00000000..25c5a18b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000012_1da9abca.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000013_49517813.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000013_49517813.szcp new file mode 100644 index 00000000..c3ebffb6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000013_49517813.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000014_da9f2e85.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000014_da9f2e85.szcp new file mode 100644 index 00000000..d545a18a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_045/checkpoints/checkpoint_00000000000000000014_da9f2e85.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000001_21feed0b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000001_21feed0b.szar new file mode 100644 index 00000000..280d0f39 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000001_21feed0b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000002_9824b970.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000002_9824b970.szar new file mode 100644 index 00000000..ea69128e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000002_9824b970.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000003_36af789b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000003_36af789b.szar new file mode 100644 index 00000000..e4fd0079 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000003_36af789b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000004_7ff1e08a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000004_7ff1e08a.szar new file mode 100644 index 00000000..584c51ef Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000004_7ff1e08a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000005_602a9291.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000005_602a9291.szar new file mode 100644 index 00000000..0694bb9f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000005_602a9291.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000006_6bc4898b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000006_6bc4898b.szar new file mode 100644 index 00000000..58b25715 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000006_6bc4898b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000007_fb58d2f1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000007_fb58d2f1.szar new file mode 100644 index 00000000..1e3fd951 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000007_fb58d2f1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000008_00f6f20b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000008_00f6f20b.szar new file mode 100644 index 00000000..43aa2976 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000008_00f6f20b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000009_5d0e1800.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000009_5d0e1800.szar new file mode 100644 index 00000000..10814da1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000009_5d0e1800.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000010_aab6ad06.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000010_aab6ad06.szar new file mode 100644 index 00000000..7656790d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000010_aab6ad06.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000011_ad8205f7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000011_ad8205f7.szar new file mode 100644 index 00000000..3c6a42df Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000011_ad8205f7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000012_83dbc8b7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000012_83dbc8b7.szar new file mode 100644 index 00000000..6a01404f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000012_83dbc8b7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000013_5ab5e260.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000013_5ab5e260.szar new file mode 100644 index 00000000..71881859 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000013_5ab5e260.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000014_1c11c525.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000014_1c11c525.szar new file mode 100644 index 00000000..9431bbf3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000014_1c11c525.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000015_f8431ab3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000015_f8431ab3.szar new file mode 100644 index 00000000..8e43dd77 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000015_f8431ab3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000016_1c2a6fbd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000016_1c2a6fbd.szar new file mode 100644 index 00000000..3d2de7c9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/archive/delta_00000000000000000016_1c2a6fbd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000001_c9a88f49.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000001_c9a88f49.szcp new file mode 100644 index 00000000..6fc6845d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000001_c9a88f49.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000002_953656ff.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000002_953656ff.szcp new file mode 100644 index 00000000..a265091d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000002_953656ff.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000003_3f80e1c2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000003_3f80e1c2.szcp new file mode 100644 index 00000000..251db967 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000003_3f80e1c2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000004_d7e17f43.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000004_d7e17f43.szcp new file mode 100644 index 00000000..53e5352e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000004_d7e17f43.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000005_f893d26c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000005_f893d26c.szcp new file mode 100644 index 00000000..bbeed7e8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000005_f893d26c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000006_37e155ab.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000006_37e155ab.szcp new file mode 100644 index 00000000..1328d5a5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000006_37e155ab.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000007_61b95858.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000007_61b95858.szcp new file mode 100644 index 00000000..974571bb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000007_61b95858.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000008_b821d1cc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000008_b821d1cc.szcp new file mode 100644 index 00000000..32fb2564 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000008_b821d1cc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000009_a3c25ebe.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000009_a3c25ebe.szcp new file mode 100644 index 00000000..8e628699 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000009_a3c25ebe.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000010_1d163ef0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000010_1d163ef0.szcp new file mode 100644 index 00000000..753e1959 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000010_1d163ef0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000011_e84b0cd8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000011_e84b0cd8.szcp new file mode 100644 index 00000000..bf3c5927 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000011_e84b0cd8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000012_dd85ad9f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000012_dd85ad9f.szcp new file mode 100644 index 00000000..6bb3a14b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000012_dd85ad9f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000013_ead6a0e9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000013_ead6a0e9.szcp new file mode 100644 index 00000000..d20baaf0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000013_ead6a0e9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000014_54af192f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000014_54af192f.szcp new file mode 100644 index 00000000..0182c785 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000014_54af192f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000015_d2365568.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000015_d2365568.szcp new file mode 100644 index 00000000..067cbea4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000015_d2365568.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000016_89887e38.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000016_89887e38.szcp new file mode 100644 index 00000000..127fba9d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_046/checkpoints/checkpoint_00000000000000000016_89887e38.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000001_91d8a8d5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000001_91d8a8d5.szar new file mode 100644 index 00000000..648f55bc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000001_91d8a8d5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000002_17a25395.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000002_17a25395.szar new file mode 100644 index 00000000..f1ab7d61 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000002_17a25395.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000003_00af588c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000003_00af588c.szar new file mode 100644 index 00000000..1d40f7ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000003_00af588c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000004_99d551d3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000004_99d551d3.szar new file mode 100644 index 00000000..317e976a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000004_99d551d3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000005_812cedaf.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000005_812cedaf.szar new file mode 100644 index 00000000..90e704b5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000005_812cedaf.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000006_9c4ab47f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000006_9c4ab47f.szar new file mode 100644 index 00000000..e6982d36 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000006_9c4ab47f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000007_9febb6d5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000007_9febb6d5.szar new file mode 100644 index 00000000..b9bd0456 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000007_9febb6d5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000008_5a3c0fae.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000008_5a3c0fae.szar new file mode 100644 index 00000000..38b8e5f9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000008_5a3c0fae.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000009_de9be48a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000009_de9be48a.szar new file mode 100644 index 00000000..43798adc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000009_de9be48a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000010_ca80a75f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000010_ca80a75f.szar new file mode 100644 index 00000000..5ce6933f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/archive/delta_00000000000000000010_ca80a75f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000001_b36fa06a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000001_b36fa06a.szcp new file mode 100644 index 00000000..7fce7c5d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000001_b36fa06a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000002_491df5c8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000002_491df5c8.szcp new file mode 100644 index 00000000..3539bb61 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000002_491df5c8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000003_9c73645b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000003_9c73645b.szcp new file mode 100644 index 00000000..adaf3275 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000003_9c73645b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000004_0d2ec860.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000004_0d2ec860.szcp new file mode 100644 index 00000000..dab83c4e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000004_0d2ec860.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000005_63e4d8a6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000005_63e4d8a6.szcp new file mode 100644 index 00000000..adb5560a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000005_63e4d8a6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000006_9b17c7fb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000006_9b17c7fb.szcp new file mode 100644 index 00000000..5e7f1aa0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000006_9b17c7fb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000007_cb69cadb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000007_cb69cadb.szcp new file mode 100644 index 00000000..51dee13b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000007_cb69cadb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000008_12ca66aa.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000008_12ca66aa.szcp new file mode 100644 index 00000000..5e93b788 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000008_12ca66aa.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000009_bb170ef7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000009_bb170ef7.szcp new file mode 100644 index 00000000..1b62c752 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000009_bb170ef7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000010_30eb5b21.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000010_30eb5b21.szcp new file mode 100644 index 00000000..8c447a30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_047/checkpoints/checkpoint_00000000000000000010_30eb5b21.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000001_75714161.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000001_75714161.szar new file mode 100644 index 00000000..75ca50d5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000001_75714161.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000002_c0b3d116.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000002_c0b3d116.szar new file mode 100644 index 00000000..9ec97066 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000002_c0b3d116.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000003_e7f37779.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000003_e7f37779.szar new file mode 100644 index 00000000..6704b74a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000003_e7f37779.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000004_8110a4d7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000004_8110a4d7.szar new file mode 100644 index 00000000..e00e95f1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000004_8110a4d7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000005_92f2a7ff.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000005_92f2a7ff.szar new file mode 100644 index 00000000..7d7b49d2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000005_92f2a7ff.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000006_1796aa58.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000006_1796aa58.szar new file mode 100644 index 00000000..bd52364d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000006_1796aa58.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000007_faa3e5ba.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000007_faa3e5ba.szar new file mode 100644 index 00000000..249bd3c6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000007_faa3e5ba.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000008_9559d8de.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000008_9559d8de.szar new file mode 100644 index 00000000..cd2cf8e3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000008_9559d8de.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000009_98908d91.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000009_98908d91.szar new file mode 100644 index 00000000..e9b69223 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000009_98908d91.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000010_d1b0c4ff.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000010_d1b0c4ff.szar new file mode 100644 index 00000000..2fe1586e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000010_d1b0c4ff.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000011_d2a5fdb7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000011_d2a5fdb7.szar new file mode 100644 index 00000000..e385e7c5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000011_d2a5fdb7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000012_52b8827f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000012_52b8827f.szar new file mode 100644 index 00000000..751c1a9e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000012_52b8827f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000013_fb14ecf0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000013_fb14ecf0.szar new file mode 100644 index 00000000..ecea4f06 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000013_fb14ecf0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000014_ae09163d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000014_ae09163d.szar new file mode 100644 index 00000000..1e1973f8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000014_ae09163d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000015_d969709e.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000015_d969709e.szar new file mode 100644 index 00000000..bf2cc0bf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000015_d969709e.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000016_6831bfec.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000016_6831bfec.szar new file mode 100644 index 00000000..35585e4b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000016_6831bfec.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000017_201fc43b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000017_201fc43b.szar new file mode 100644 index 00000000..7aae0e5d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000017_201fc43b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000018_eefc8d6c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000018_eefc8d6c.szar new file mode 100644 index 00000000..bc75988b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/archive/delta_00000000000000000018_eefc8d6c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000001_b2789a6a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000001_b2789a6a.szcp new file mode 100644 index 00000000..0f8e41cf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000001_b2789a6a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000002_03e112ad.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000002_03e112ad.szcp new file mode 100644 index 00000000..8ac751bd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000002_03e112ad.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000003_e2a58c88.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000003_e2a58c88.szcp new file mode 100644 index 00000000..d09b168f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000003_e2a58c88.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000004_abc1ee5a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000004_abc1ee5a.szcp new file mode 100644 index 00000000..6c29003f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000004_abc1ee5a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000005_c1565c3e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000005_c1565c3e.szcp new file mode 100644 index 00000000..52a5bc5c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000005_c1565c3e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000006_8e9e35b2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000006_8e9e35b2.szcp new file mode 100644 index 00000000..e6d31754 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000006_8e9e35b2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000007_f46c1982.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000007_f46c1982.szcp new file mode 100644 index 00000000..2b1a9836 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000007_f46c1982.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000008_c8ce967e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000008_c8ce967e.szcp new file mode 100644 index 00000000..0973b4dc Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000008_c8ce967e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000009_ae45e124.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000009_ae45e124.szcp new file mode 100644 index 00000000..67a86aaa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000009_ae45e124.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000010_7bf4f708.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000010_7bf4f708.szcp new file mode 100644 index 00000000..6b53f75e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000010_7bf4f708.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000011_a402640a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000011_a402640a.szcp new file mode 100644 index 00000000..847cdb73 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000011_a402640a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000012_6aa6a899.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000012_6aa6a899.szcp new file mode 100644 index 00000000..a2ff7a7d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000012_6aa6a899.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000013_c8503afc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000013_c8503afc.szcp new file mode 100644 index 00000000..159b995f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000013_c8503afc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000014_47465edd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000014_47465edd.szcp new file mode 100644 index 00000000..ab696d09 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000014_47465edd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000015_9d458a48.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000015_9d458a48.szcp new file mode 100644 index 00000000..0ffdb7ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000015_9d458a48.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000016_a6ad6f8c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000016_a6ad6f8c.szcp new file mode 100644 index 00000000..838b3be3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000016_a6ad6f8c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000017_d9815f80.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000017_d9815f80.szcp new file mode 100644 index 00000000..87b1210b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000017_d9815f80.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000018_be4f54a5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000018_be4f54a5.szcp new file mode 100644 index 00000000..545c6c6d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_048/checkpoints/checkpoint_00000000000000000018_be4f54a5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000001_0a9a5b10.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000001_0a9a5b10.szar new file mode 100644 index 00000000..a1f9578d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000001_0a9a5b10.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000002_2ae42b2c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000002_2ae42b2c.szar new file mode 100644 index 00000000..2acfee7a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000002_2ae42b2c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000003_158db875.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000003_158db875.szar new file mode 100644 index 00000000..d12d7fee Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000003_158db875.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000004_b3048b91.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000004_b3048b91.szar new file mode 100644 index 00000000..97501e9c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000004_b3048b91.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000005_bb1e7cd0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000005_bb1e7cd0.szar new file mode 100644 index 00000000..43c4a2e5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000005_bb1e7cd0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000006_6284ec98.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000006_6284ec98.szar new file mode 100644 index 00000000..48190315 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000006_6284ec98.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000007_c3ba7a6d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000007_c3ba7a6d.szar new file mode 100644 index 00000000..d61837ff Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000007_c3ba7a6d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000008_0dc9366a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000008_0dc9366a.szar new file mode 100644 index 00000000..0df5ab6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000008_0dc9366a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000009_90731fcc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000009_90731fcc.szar new file mode 100644 index 00000000..4d267654 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000009_90731fcc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000010_70dea5e5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000010_70dea5e5.szar new file mode 100644 index 00000000..bbc0b4f5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/archive/delta_00000000000000000010_70dea5e5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000001_1a1beb71.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000001_1a1beb71.szcp new file mode 100644 index 00000000..ff7dae97 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000001_1a1beb71.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000002_4e631cec.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000002_4e631cec.szcp new file mode 100644 index 00000000..6133f80c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000002_4e631cec.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000003_eb3f7ddf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000003_eb3f7ddf.szcp new file mode 100644 index 00000000..0ed703e3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000003_eb3f7ddf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000004_eaed7a06.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000004_eaed7a06.szcp new file mode 100644 index 00000000..77aaf943 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000004_eaed7a06.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000005_28a8f59a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000005_28a8f59a.szcp new file mode 100644 index 00000000..cee564db Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000005_28a8f59a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000006_7d5991dd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000006_7d5991dd.szcp new file mode 100644 index 00000000..53b8d169 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000006_7d5991dd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000007_51484a59.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000007_51484a59.szcp new file mode 100644 index 00000000..f901a541 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000007_51484a59.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000008_3388da03.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000008_3388da03.szcp new file mode 100644 index 00000000..1c4e14be Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000008_3388da03.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000009_32993116.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000009_32993116.szcp new file mode 100644 index 00000000..099539af Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000009_32993116.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000010_a2359c30.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000010_a2359c30.szcp new file mode 100644 index 00000000..d08c9c6c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_049/checkpoints/checkpoint_00000000000000000010_a2359c30.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000001_2e297c11.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000001_2e297c11.szar new file mode 100644 index 00000000..22cb3757 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000001_2e297c11.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000002_ec63e521.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000002_ec63e521.szar new file mode 100644 index 00000000..56d4cbd5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000002_ec63e521.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000003_2146cd42.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000003_2146cd42.szar new file mode 100644 index 00000000..696afcc3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000003_2146cd42.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000004_ce4425cc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000004_ce4425cc.szar new file mode 100644 index 00000000..ec35b3b4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000004_ce4425cc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000005_b6ef3b63.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000005_b6ef3b63.szar new file mode 100644 index 00000000..a83ce4c2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000005_b6ef3b63.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000006_f0876077.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000006_f0876077.szar new file mode 100644 index 00000000..3da170c8 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000006_f0876077.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000007_54e61db1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000007_54e61db1.szar new file mode 100644 index 00000000..f06c62c0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000007_54e61db1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000008_68f57366.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000008_68f57366.szar new file mode 100644 index 00000000..8e182e19 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000008_68f57366.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000009_f2925f6b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000009_f2925f6b.szar new file mode 100644 index 00000000..e1bb8e44 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000009_f2925f6b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000010_2128a1e9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000010_2128a1e9.szar new file mode 100644 index 00000000..aa0443cd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000010_2128a1e9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000011_86058167.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000011_86058167.szar new file mode 100644 index 00000000..bf6f36b1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/archive/delta_00000000000000000011_86058167.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000001_8761d503.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000001_8761d503.szcp new file mode 100644 index 00000000..f6819d9f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000001_8761d503.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000002_3cdb0f8b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000002_3cdb0f8b.szcp new file mode 100644 index 00000000..3dda2a2a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000002_3cdb0f8b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000003_f80409ac.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000003_f80409ac.szcp new file mode 100644 index 00000000..92768fac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000003_f80409ac.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000004_9a829f6c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000004_9a829f6c.szcp new file mode 100644 index 00000000..4bc4623b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000004_9a829f6c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000005_d2d1ec63.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000005_d2d1ec63.szcp new file mode 100644 index 00000000..80e522c1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000005_d2d1ec63.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000006_a5f1d87c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000006_a5f1d87c.szcp new file mode 100644 index 00000000..371f6001 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000006_a5f1d87c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000007_1e75a6f3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000007_1e75a6f3.szcp new file mode 100644 index 00000000..0d4db26d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000007_1e75a6f3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000008_d909c820.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000008_d909c820.szcp new file mode 100644 index 00000000..5b123c62 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000008_d909c820.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000009_cff70ce8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000009_cff70ce8.szcp new file mode 100644 index 00000000..36111968 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000009_cff70ce8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000010_93bfb7ee.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000010_93bfb7ee.szcp new file mode 100644 index 00000000..16745287 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000010_93bfb7ee.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000011_57e054dd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000011_57e054dd.szcp new file mode 100644 index 00000000..352425b6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_050/checkpoints/checkpoint_00000000000000000011_57e054dd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000001_bd4ddbbb.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000001_bd4ddbbb.szar new file mode 100644 index 00000000..e97f6d52 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000001_bd4ddbbb.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000002_8668ba5f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000002_8668ba5f.szar new file mode 100644 index 00000000..01b0570f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000002_8668ba5f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000003_dcedd2b1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000003_dcedd2b1.szar new file mode 100644 index 00000000..3a53b827 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000003_dcedd2b1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000004_7a071ff8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000004_7a071ff8.szar new file mode 100644 index 00000000..38194a98 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000004_7a071ff8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000005_0a6aeb7a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000005_0a6aeb7a.szar new file mode 100644 index 00000000..fdd0af4d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000005_0a6aeb7a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000006_a871c4e1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000006_a871c4e1.szar new file mode 100644 index 00000000..72284a86 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000006_a871c4e1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000007_d1320ea3.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000007_d1320ea3.szar new file mode 100644 index 00000000..d29011e6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000007_d1320ea3.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000008_9b62c242.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000008_9b62c242.szar new file mode 100644 index 00000000..8bf311e4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000008_9b62c242.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000009_8929e956.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000009_8929e956.szar new file mode 100644 index 00000000..73b0a834 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000009_8929e956.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000010_8e64a032.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000010_8e64a032.szar new file mode 100644 index 00000000..75dc6aee Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/archive/delta_00000000000000000010_8e64a032.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000001_c617d7fd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000001_c617d7fd.szcp new file mode 100644 index 00000000..f75185c6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000001_c617d7fd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000002_b0686f65.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000002_b0686f65.szcp new file mode 100644 index 00000000..63b5a1b0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000002_b0686f65.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000003_2b184e34.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000003_2b184e34.szcp new file mode 100644 index 00000000..b9d45730 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000003_2b184e34.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000004_f2cf54b6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000004_f2cf54b6.szcp new file mode 100644 index 00000000..51423c45 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000004_f2cf54b6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000005_94433a07.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000005_94433a07.szcp new file mode 100644 index 00000000..a0bc7e3e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000005_94433a07.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000006_16e2795e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000006_16e2795e.szcp new file mode 100644 index 00000000..ddc0df74 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000006_16e2795e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000007_6ffa5deb.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000007_6ffa5deb.szcp new file mode 100644 index 00000000..ea6ac549 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000007_6ffa5deb.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000008_31b71061.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000008_31b71061.szcp new file mode 100644 index 00000000..354e8b06 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000008_31b71061.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000009_3deaac8a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000009_3deaac8a.szcp new file mode 100644 index 00000000..55cb9687 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000009_3deaac8a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000010_5bb2faab.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000010_5bb2faab.szcp new file mode 100644 index 00000000..23540443 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_051/checkpoints/checkpoint_00000000000000000010_5bb2faab.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000001_5abea031.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000001_5abea031.szar new file mode 100644 index 00000000..8878ca55 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000001_5abea031.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000002_0a166748.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000002_0a166748.szar new file mode 100644 index 00000000..18f00fcf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000002_0a166748.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000003_d774c5eb.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000003_d774c5eb.szar new file mode 100644 index 00000000..4261956c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000003_d774c5eb.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000004_f56f5a36.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000004_f56f5a36.szar new file mode 100644 index 00000000..1b6e0c28 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000004_f56f5a36.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000005_46019a26.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000005_46019a26.szar new file mode 100644 index 00000000..f8eff736 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000005_46019a26.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000006_20523b81.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000006_20523b81.szar new file mode 100644 index 00000000..913091ba Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000006_20523b81.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000007_416fe086.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000007_416fe086.szar new file mode 100644 index 00000000..3f8f75ff Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000007_416fe086.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000008_0571d1b6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000008_0571d1b6.szar new file mode 100644 index 00000000..e88c3760 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000008_0571d1b6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000009_5b1b5cdf.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000009_5b1b5cdf.szar new file mode 100644 index 00000000..c6c99f0b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000009_5b1b5cdf.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000010_4cc54a23.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000010_4cc54a23.szar new file mode 100644 index 00000000..6782bf90 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000010_4cc54a23.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000011_c1adfede.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000011_c1adfede.szar new file mode 100644 index 00000000..eb470eac Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000011_c1adfede.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000012_41f72ffa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000012_41f72ffa.szar new file mode 100644 index 00000000..7c3e4ba9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000012_41f72ffa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000013_ee421dd8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000013_ee421dd8.szar new file mode 100644 index 00000000..3d4f2b5f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000013_ee421dd8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000014_bf3cbac5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000014_bf3cbac5.szar new file mode 100644 index 00000000..1d32c611 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000014_bf3cbac5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000015_c6403b63.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000015_c6403b63.szar new file mode 100644 index 00000000..d75cfd3b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/archive/delta_00000000000000000015_c6403b63.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000001_d6d6aa6c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000001_d6d6aa6c.szcp new file mode 100644 index 00000000..f58a856b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000001_d6d6aa6c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000002_a329450c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000002_a329450c.szcp new file mode 100644 index 00000000..81612832 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000002_a329450c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000003_4e473371.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000003_4e473371.szcp new file mode 100644 index 00000000..88646937 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000003_4e473371.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000004_a669b0dc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000004_a669b0dc.szcp new file mode 100644 index 00000000..840ba370 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000004_a669b0dc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000005_3f5f2f39.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000005_3f5f2f39.szcp new file mode 100644 index 00000000..2c193a64 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000005_3f5f2f39.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000006_6ff70bcc.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000006_6ff70bcc.szcp new file mode 100644 index 00000000..17c147bf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000006_6ff70bcc.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000007_82512697.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000007_82512697.szcp new file mode 100644 index 00000000..1ad4f23f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000007_82512697.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000008_0d92d6b6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000008_0d92d6b6.szcp new file mode 100644 index 00000000..63cfca6c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000008_0d92d6b6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000009_786ccce0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000009_786ccce0.szcp new file mode 100644 index 00000000..2eadcc9f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000009_786ccce0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000010_d6d51649.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000010_d6d51649.szcp new file mode 100644 index 00000000..a7fa4adf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000010_d6d51649.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000011_81002fa7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000011_81002fa7.szcp new file mode 100644 index 00000000..d0ff96f6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000011_81002fa7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000012_12f594d0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000012_12f594d0.szcp new file mode 100644 index 00000000..8546781d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000012_12f594d0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000013_966981f7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000013_966981f7.szcp new file mode 100644 index 00000000..0599a812 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000013_966981f7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000014_dcb7c2b1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000014_dcb7c2b1.szcp new file mode 100644 index 00000000..7d804f27 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000014_dcb7c2b1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000015_ec00e0f0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000015_ec00e0f0.szcp new file mode 100644 index 00000000..e5baea7d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_052/checkpoints/checkpoint_00000000000000000015_ec00e0f0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000001_a8302781.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000001_a8302781.szar new file mode 100644 index 00000000..f152b429 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000001_a8302781.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000002_21574aab.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000002_21574aab.szar new file mode 100644 index 00000000..09dca139 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000002_21574aab.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000003_8cd2e5be.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000003_8cd2e5be.szar new file mode 100644 index 00000000..7fe15131 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000003_8cd2e5be.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000004_977d6fb6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000004_977d6fb6.szar new file mode 100644 index 00000000..2ad482f1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000004_977d6fb6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000005_4f9a1210.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000005_4f9a1210.szar new file mode 100644 index 00000000..09cadbcd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000005_4f9a1210.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000006_856b7e71.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000006_856b7e71.szar new file mode 100644 index 00000000..49718f44 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000006_856b7e71.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000007_6ec95464.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000007_6ec95464.szar new file mode 100644 index 00000000..b95c6e1a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000007_6ec95464.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000008_461ef5ac.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000008_461ef5ac.szar new file mode 100644 index 00000000..357ad189 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000008_461ef5ac.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000009_a5e192f8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000009_a5e192f8.szar new file mode 100644 index 00000000..8039b134 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000009_a5e192f8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000010_f2f05699.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000010_f2f05699.szar new file mode 100644 index 00000000..99f9598f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000010_f2f05699.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000011_a73eeb46.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000011_a73eeb46.szar new file mode 100644 index 00000000..335e4d6a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000011_a73eeb46.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000012_4fd174a5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000012_4fd174a5.szar new file mode 100644 index 00000000..f5000bfb Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000012_4fd174a5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000013_eb6c4c54.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000013_eb6c4c54.szar new file mode 100644 index 00000000..ee88c6b2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000013_eb6c4c54.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000014_1d51f3a0.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000014_1d51f3a0.szar new file mode 100644 index 00000000..0937c3d0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000014_1d51f3a0.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000015_e7cc5e7b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000015_e7cc5e7b.szar new file mode 100644 index 00000000..b23f5056 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000015_e7cc5e7b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000016_aa841388.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000016_aa841388.szar new file mode 100644 index 00000000..e03cad30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/archive/delta_00000000000000000016_aa841388.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000001_02e50eab.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000001_02e50eab.szcp new file mode 100644 index 00000000..e97b8cbe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000001_02e50eab.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000002_3f3972a9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000002_3f3972a9.szcp new file mode 100644 index 00000000..8506ed9d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000002_3f3972a9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000003_9fcfe56e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000003_9fcfe56e.szcp new file mode 100644 index 00000000..fa453577 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000003_9fcfe56e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000004_2863459f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000004_2863459f.szcp new file mode 100644 index 00000000..e29ec5f4 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000004_2863459f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000005_7b3b8a93.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000005_7b3b8a93.szcp new file mode 100644 index 00000000..2be2ef3c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000005_7b3b8a93.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000006_897f3bf5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000006_897f3bf5.szcp new file mode 100644 index 00000000..3b1ad794 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000006_897f3bf5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000007_a106a39c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000007_a106a39c.szcp new file mode 100644 index 00000000..5fb0cab1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000007_a106a39c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000008_fcfc9833.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000008_fcfc9833.szcp new file mode 100644 index 00000000..0ca6f449 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000008_fcfc9833.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000009_b6b6b8f7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000009_b6b6b8f7.szcp new file mode 100644 index 00000000..d6128174 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000009_b6b6b8f7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000010_c9d1549c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000010_c9d1549c.szcp new file mode 100644 index 00000000..483d3689 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000010_c9d1549c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000011_c971e857.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000011_c971e857.szcp new file mode 100644 index 00000000..16df2b20 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000011_c971e857.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000012_acecd092.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000012_acecd092.szcp new file mode 100644 index 00000000..32958481 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000012_acecd092.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000013_b287789e.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000013_b287789e.szcp new file mode 100644 index 00000000..8ebde49e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000013_b287789e.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000014_9f727862.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000014_9f727862.szcp new file mode 100644 index 00000000..3f003387 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000014_9f727862.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000015_fdc4eba0.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000015_fdc4eba0.szcp new file mode 100644 index 00000000..796ccc1c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000015_fdc4eba0.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000016_3cdf1953.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000016_3cdf1953.szcp new file mode 100644 index 00000000..99b9545c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_053/checkpoints/checkpoint_00000000000000000016_3cdf1953.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000001_e153fdfa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000001_e153fdfa.szar new file mode 100644 index 00000000..99f2bcff Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000001_e153fdfa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000002_96940394.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000002_96940394.szar new file mode 100644 index 00000000..2477c9c5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000002_96940394.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000003_9da5b5fa.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000003_9da5b5fa.szar new file mode 100644 index 00000000..35f0144b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000003_9da5b5fa.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000004_12e8daac.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000004_12e8daac.szar new file mode 100644 index 00000000..bd79e296 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000004_12e8daac.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000005_62e28ba9.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000005_62e28ba9.szar new file mode 100644 index 00000000..c165dc5e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000005_62e28ba9.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000006_59a84834.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000006_59a84834.szar new file mode 100644 index 00000000..ebc34008 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000006_59a84834.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000007_8e3e4e56.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000007_8e3e4e56.szar new file mode 100644 index 00000000..ab3616e6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000007_8e3e4e56.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000008_45520889.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000008_45520889.szar new file mode 100644 index 00000000..ff271141 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000008_45520889.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000009_b433ca04.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000009_b433ca04.szar new file mode 100644 index 00000000..98221fa2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000009_b433ca04.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000010_c228cd5b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000010_c228cd5b.szar new file mode 100644 index 00000000..6fdb376a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000010_c228cd5b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000011_162205f4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000011_162205f4.szar new file mode 100644 index 00000000..698b22fd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000011_162205f4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000012_afedc87f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000012_afedc87f.szar new file mode 100644 index 00000000..8ad28edd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000012_afedc87f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000013_227f645c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000013_227f645c.szar new file mode 100644 index 00000000..191e3db7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/archive/delta_00000000000000000013_227f645c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000001_1624800f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000001_1624800f.szcp new file mode 100644 index 00000000..6ed2433d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000001_1624800f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000002_63b33b48.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000002_63b33b48.szcp new file mode 100644 index 00000000..feaa2401 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000002_63b33b48.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000003_e7bca006.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000003_e7bca006.szcp new file mode 100644 index 00000000..d7162d8b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000003_e7bca006.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000004_ca896e11.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000004_ca896e11.szcp new file mode 100644 index 00000000..bc1a2a1b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000004_ca896e11.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000005_c6fc2efa.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000005_c6fc2efa.szcp new file mode 100644 index 00000000..09c5fd06 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000005_c6fc2efa.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000006_0f117ee5.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000006_0f117ee5.szcp new file mode 100644 index 00000000..c5a1f7bf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000006_0f117ee5.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000007_5fd94796.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000007_5fd94796.szcp new file mode 100644 index 00000000..3d1811b0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000007_5fd94796.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000008_2ede24a7.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000008_2ede24a7.szcp new file mode 100644 index 00000000..d0911df3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000008_2ede24a7.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000009_3ad74613.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000009_3ad74613.szcp new file mode 100644 index 00000000..ab22f714 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000009_3ad74613.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000010_9d80ee3f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000010_9d80ee3f.szcp new file mode 100644 index 00000000..0efa28f0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000010_9d80ee3f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000011_345f83dd.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000011_345f83dd.szcp new file mode 100644 index 00000000..c0b82b42 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000011_345f83dd.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000012_5fcc26db.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000012_5fcc26db.szcp new file mode 100644 index 00000000..332788fe Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000012_5fcc26db.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000013_9a08cebe.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000013_9a08cebe.szcp new file mode 100644 index 00000000..47f5f066 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_054/checkpoints/checkpoint_00000000000000000013_9a08cebe.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000001_91bf34c4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000001_91bf34c4.szar new file mode 100644 index 00000000..40729689 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000001_91bf34c4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000002_c00ec8ca.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000002_c00ec8ca.szar new file mode 100644 index 00000000..3aee2932 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000002_c00ec8ca.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000003_e192b850.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000003_e192b850.szar new file mode 100644 index 00000000..7250c77b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000003_e192b850.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000004_094c00dd.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000004_094c00dd.szar new file mode 100644 index 00000000..8d2b937b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000004_094c00dd.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000005_4aa401d7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000005_4aa401d7.szar new file mode 100644 index 00000000..3db74d29 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000005_4aa401d7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000006_e178312a.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000006_e178312a.szar new file mode 100644 index 00000000..fb21b2fa Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000006_e178312a.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000007_0a7393b5.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000007_0a7393b5.szar new file mode 100644 index 00000000..f86e8c3b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000007_0a7393b5.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000008_4fa637c2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000008_4fa637c2.szar new file mode 100644 index 00000000..26cd06c5 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000008_4fa637c2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000009_636da4ff.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000009_636da4ff.szar new file mode 100644 index 00000000..a4899743 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000009_636da4ff.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000010_165a7ef8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000010_165a7ef8.szar new file mode 100644 index 00000000..93625d37 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/archive/delta_00000000000000000010_165a7ef8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000001_66be6153.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000001_66be6153.szcp new file mode 100644 index 00000000..3c8ed08d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000001_66be6153.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000002_09a5b0f1.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000002_09a5b0f1.szcp new file mode 100644 index 00000000..e5cc93a9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000002_09a5b0f1.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000003_f7ce790d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000003_f7ce790d.szcp new file mode 100644 index 00000000..1081cfc0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000003_f7ce790d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000004_b901b87b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000004_b901b87b.szcp new file mode 100644 index 00000000..55618d72 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000004_b901b87b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000005_915f8835.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000005_915f8835.szcp new file mode 100644 index 00000000..68d2151e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000005_915f8835.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000006_8065ef85.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000006_8065ef85.szcp new file mode 100644 index 00000000..5b3ecbab Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000006_8065ef85.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000007_1544367c.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000007_1544367c.szcp new file mode 100644 index 00000000..45d79a94 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000007_1544367c.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000008_a0b88421.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000008_a0b88421.szcp new file mode 100644 index 00000000..89fe1c8d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000008_a0b88421.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000009_fd2c2696.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000009_fd2c2696.szcp new file mode 100644 index 00000000..9393487d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000009_fd2c2696.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000010_49dae745.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000010_49dae745.szcp new file mode 100644 index 00000000..9b8d555f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_055/checkpoints/checkpoint_00000000000000000010_49dae745.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000001_574c4690.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000001_574c4690.szar new file mode 100644 index 00000000..463864b0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000001_574c4690.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000002_58f96324.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000002_58f96324.szar new file mode 100644 index 00000000..f7a04707 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000002_58f96324.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000003_1f52a539.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000003_1f52a539.szar new file mode 100644 index 00000000..d6408327 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000003_1f52a539.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000004_a42f24d8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000004_a42f24d8.szar new file mode 100644 index 00000000..38a01733 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000004_a42f24d8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000005_8cb0edc8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000005_8cb0edc8.szar new file mode 100644 index 00000000..785a8a21 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000005_8cb0edc8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000006_881ea943.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000006_881ea943.szar new file mode 100644 index 00000000..92e9887a Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000006_881ea943.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000007_f26ed402.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000007_f26ed402.szar new file mode 100644 index 00000000..91a31001 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000007_f26ed402.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000008_c662078d.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000008_c662078d.szar new file mode 100644 index 00000000..c78c9983 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000008_c662078d.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000009_27633990.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000009_27633990.szar new file mode 100644 index 00000000..c4d11637 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000009_27633990.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000010_b389a71f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000010_b389a71f.szar new file mode 100644 index 00000000..99dc1400 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000010_b389a71f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000011_5697fc82.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000011_5697fc82.szar new file mode 100644 index 00000000..a445c6a2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000011_5697fc82.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000012_48b542e8.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000012_48b542e8.szar new file mode 100644 index 00000000..54babbb0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000012_48b542e8.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000013_858933ca.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000013_858933ca.szar new file mode 100644 index 00000000..824c0ed0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000013_858933ca.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000014_4ba71152.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000014_4ba71152.szar new file mode 100644 index 00000000..2a693604 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000014_4ba71152.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000015_308a448b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000015_308a448b.szar new file mode 100644 index 00000000..997dbe6e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000015_308a448b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000016_1a19f0de.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000016_1a19f0de.szar new file mode 100644 index 00000000..2c06fced Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000016_1a19f0de.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000017_1e52aad6.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000017_1e52aad6.szar new file mode 100644 index 00000000..f5ee0c00 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/archive/delta_00000000000000000017_1e52aad6.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000001_07d72516.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000001_07d72516.szcp new file mode 100644 index 00000000..c5af281d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000001_07d72516.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000002_c1934a32.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000002_c1934a32.szcp new file mode 100644 index 00000000..a7310f1c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000002_c1934a32.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000003_e76a4c4d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000003_e76a4c4d.szcp new file mode 100644 index 00000000..761d2c4c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000003_e76a4c4d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000004_608eff24.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000004_608eff24.szcp new file mode 100644 index 00000000..d89443a0 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000004_608eff24.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000005_2d97fc05.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000005_2d97fc05.szcp new file mode 100644 index 00000000..bce97166 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000005_2d97fc05.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000006_b45612f6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000006_b45612f6.szcp new file mode 100644 index 00000000..b21883cf Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000006_b45612f6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000007_564d1e62.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000007_564d1e62.szcp new file mode 100644 index 00000000..19622e9c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000007_564d1e62.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000008_e3365472.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000008_e3365472.szcp new file mode 100644 index 00000000..6d5d9128 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000008_e3365472.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000009_dc90fece.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000009_dc90fece.szcp new file mode 100644 index 00000000..a572a6e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000009_dc90fece.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000010_f12daf0f.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000010_f12daf0f.szcp new file mode 100644 index 00000000..9bf0d415 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000010_f12daf0f.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000011_4dcf2fa4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000011_4dcf2fa4.szcp new file mode 100644 index 00000000..528ead9b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000011_4dcf2fa4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000012_1e0ccc15.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000012_1e0ccc15.szcp new file mode 100644 index 00000000..61b92ce1 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000012_1e0ccc15.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000013_8860f58b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000013_8860f58b.szcp new file mode 100644 index 00000000..8f588d72 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000013_8860f58b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000014_f5eabc71.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000014_f5eabc71.szcp new file mode 100644 index 00000000..5842d6c2 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000014_f5eabc71.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000015_6513af90.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000015_6513af90.szcp new file mode 100644 index 00000000..81596e54 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000015_6513af90.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000016_0b9fa02d.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000016_0b9fa02d.szcp new file mode 100644 index 00000000..d7313c89 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000016_0b9fa02d.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000017_3f4425c3.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000017_3f4425c3.szcp new file mode 100644 index 00000000..b3426d81 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_056/checkpoints/checkpoint_00000000000000000017_3f4425c3.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000001_f8b40a1c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000001_f8b40a1c.szar new file mode 100644 index 00000000..e451e6de Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000001_f8b40a1c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000002_52fa5560.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000002_52fa5560.szar new file mode 100644 index 00000000..4f61a60f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000002_52fa5560.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000003_f1b99e4f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000003_f1b99e4f.szar new file mode 100644 index 00000000..43c1ed29 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000003_f1b99e4f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000004_9575cf10.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000004_9575cf10.szar new file mode 100644 index 00000000..df2df3ed Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000004_9575cf10.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000005_96f5e3d4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000005_96f5e3d4.szar new file mode 100644 index 00000000..a74fbcce Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000005_96f5e3d4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000006_b90e72c4.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000006_b90e72c4.szar new file mode 100644 index 00000000..83a2e8db Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000006_b90e72c4.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000007_869ef433.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000007_869ef433.szar new file mode 100644 index 00000000..5a3e7dca Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000007_869ef433.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000008_f8b64c05.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000008_f8b64c05.szar new file mode 100644 index 00000000..6c49e8e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000008_f8b64c05.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000009_4a214de7.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000009_4a214de7.szar new file mode 100644 index 00000000..4941326e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000009_4a214de7.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000010_9455e1f1.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000010_9455e1f1.szar new file mode 100644 index 00000000..a7e74946 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/archive/delta_00000000000000000010_9455e1f1.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000001_16efb3d2.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000001_16efb3d2.szcp new file mode 100644 index 00000000..716f3532 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000001_16efb3d2.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000002_3c3c51a6.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000002_3c3c51a6.szcp new file mode 100644 index 00000000..c3edb9cd Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000002_3c3c51a6.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000003_13a69f93.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000003_13a69f93.szcp new file mode 100644 index 00000000..00c8d24d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000003_13a69f93.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000004_8e594f0a.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000004_8e594f0a.szcp new file mode 100644 index 00000000..801f2c89 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000004_8e594f0a.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000005_f1eb2e53.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000005_f1eb2e53.szcp new file mode 100644 index 00000000..0f652d2e Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000005_f1eb2e53.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000006_b9038c2b.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000006_b9038c2b.szcp new file mode 100644 index 00000000..0816aa33 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000006_b9038c2b.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000007_8c82f4d8.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000007_8c82f4d8.szcp new file mode 100644 index 00000000..83cf4988 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000007_8c82f4d8.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000008_28870702.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000008_28870702.szcp new file mode 100644 index 00000000..ec1037e9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000008_28870702.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000009_d63d66d4.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000009_d63d66d4.szcp new file mode 100644 index 00000000..8c0d168f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000009_d63d66d4.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000010_1ffc1a21.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000010_1ffc1a21.szcp new file mode 100644 index 00000000..204e0e5b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_057/checkpoints/checkpoint_00000000000000000010_1ffc1a21.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000001_f32aab5f.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000001_f32aab5f.szar new file mode 100644 index 00000000..9f787af9 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000001_f32aab5f.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000002_79c1c6b2.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000002_79c1c6b2.szar new file mode 100644 index 00000000..5f94b86d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000002_79c1c6b2.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000003_f8d1f19b.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000003_f8d1f19b.szar new file mode 100644 index 00000000..84609b4d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000003_f8d1f19b.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000004_fee283bc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000004_fee283bc.szar new file mode 100644 index 00000000..04bde38f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000004_fee283bc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000005_32cf2efc.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000005_32cf2efc.szar new file mode 100644 index 00000000..9ec98255 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000005_32cf2efc.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000006_a145c993.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000006_a145c993.szar new file mode 100644 index 00000000..36d06e59 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000006_a145c993.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000007_128d8ded.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000007_128d8ded.szar new file mode 100644 index 00000000..49c0f20b Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000007_128d8ded.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000008_14640245.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000008_14640245.szar new file mode 100644 index 00000000..0db8bd5d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000008_14640245.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000009_1e6f092c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000009_1e6f092c.szar new file mode 100644 index 00000000..b9ce7590 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000009_1e6f092c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000010_1330669c.szar b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000010_1330669c.szar new file mode 100644 index 00000000..c7e5a432 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/archive/delta_00000000000000000010_1330669c.szar differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000001_d8995103.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000001_d8995103.szcp new file mode 100644 index 00000000..378b52a7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000001_d8995103.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000002_c1972150.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000002_c1972150.szcp new file mode 100644 index 00000000..bf75ac84 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000002_c1972150.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000003_9fef5172.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000003_9fef5172.szcp new file mode 100644 index 00000000..57328f30 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000003_9fef5172.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000004_3127fad9.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000004_3127fad9.szcp new file mode 100644 index 00000000..948edcd6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000004_3127fad9.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000005_3cecfd33.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000005_3cecfd33.szcp new file mode 100644 index 00000000..4add3c0d Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000005_3cecfd33.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000006_7e5e1253.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000006_7e5e1253.szcp new file mode 100644 index 00000000..baacca2f Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000006_7e5e1253.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000007_d4d81118.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000007_d4d81118.szcp new file mode 100644 index 00000000..3820d9f6 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000007_d4d81118.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000008_22af93cf.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000008_22af93cf.szcp new file mode 100644 index 00000000..dcaea53c Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000008_22af93cf.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000009_3a4ca8ab.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000009_3a4ca8ab.szcp new file mode 100644 index 00000000..5c2418d3 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000009_3a4ca8ab.szcp differ diff --git a/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000010_55589344.szcp b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000010_55589344.szcp new file mode 100644 index 00000000..af6eced7 Binary files /dev/null and b/results/search/runs/863901b7-d3d9-4797-8121-bd5426b2014e/topology_058/checkpoints/checkpoint_00000000000000000010_55589344.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/metrics.tsv b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/metrics.tsv new file mode 100644 index 00000000..1a8f5381 --- /dev/null +++ b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/metrics.tsv @@ -0,0 +1,204 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted best_crossing_loss best_intersection_loss neural_replay neural_positive neural_samples neural_train_steps neural_seeds weight_baseline weight_replica weight_adaptive weight_pbt weight_injected steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783796047377212800 DEPTH 42 1 0.62348542587702926 0 0 4 0 4 0 0 4096 102 2558 23732942 209280 1487.604736328125 6.9515000000000002 2360.8209000000002 40320 21003 1 0 0 0.0033956769230491374 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705100 8985600 179 151 166 162 1900 19 15 23 15 30 0 0 0 0 0 +2 1783796049335103400 DEPTH 42 1 0.61380985317164116 0 0 4 0 4 0 0 4096 55 2559 23733034 147840 1254.6775207519531 7.2218999999999998 1956.5242000000001 40320 14310 1 1 0 0.0033956769230491374 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950953 8985600 170 150 167 172 1900 3 7 2 0 42 0 0 0 0 0 +3 1783796051369126400 DEPTH 42 1 0.61417401289287477 0 0 4 0 4 0 0 4096 43 2551 23733011 147840 1248.9154510498047 6.9676999999999989 2032.7011 47040 17931 1 0 0 0.0033956769230491374 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950927 8985600 199 151 177 285 1739 0 0 1 0 42 0 0 0 0 0 +4 1783796053388717500 DEPTH 42 1 0.61449589168523411 0 0 4 0 4 0 0 4096 31 2544 23733037 147840 1257.6790313720703 6.9798 2018.2230999999999 80640 20250 1 1 0 0.0033956769230491374 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950954 8985600 200 159 201 414 1570 0 0 0 0 30 0 0 0 0 0 +5 1783796053708406900 REFRESH 42 0 0.61472606416707642 0 0 4 0 4 0 0 4096 35 415 3955353 56640 223.61907958984375 0.99760000000000004 318.3494 13440 8115 0 0 0 0.0033956769230491374 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 42 27 51 76 219 4 4 4 10 13 0 0 0 0 0 +6 1783796055750164500 DEPTH 42 1 0.61483653692798534 0 0 4 0 4 0 0 4096 41 2565 23733122 147840 1296.3462982177734 6.7926000000000002 2040.4807000000001 80640 40475 1 0 0 0.0033956769230491374 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951040 8985600 167 150 195 223 1830 0 0 3 0 38 0 0 0 0 0 +7 1783796057814941300 DEPTH 42 1 0.61481351150575647 0 0 4 0 4 0 0 4096 37 2563 23733001 147840 1289.0992889404297 6.3552 2063.1922 80640 33223 1 0 0 0.0033956769230491374 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950916 8985600 170 150 200 265 1778 3 1 0 0 33 0 0 0 0 0 +8 1783796059746826100 DEPTH 42 1 0.61465258708349124 0 0 4 0 4 0 0 4096 45 2560 23713801 128640 1287.5970306396484 6.0400999999999998 1930.5060000000001 80640 26098 1 1 0 0.0033956769230491374 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950917 7737600 165 150 194 726 1325 0 2 0 1 41 0 0 0 0 0 +9 1783796061655562000 DEPTH 42 1 0.61435552741369981 0 0 4 0 4 0 0 4096 30 2576 23706337 121920 1273.1352081298828 6.0280999999999993 1907.4031 80640 18735 1 0 0 0.0033956769230491374 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196897 7238400 157 150 168 1396 705 0 0 0 0 30 0 0 0 0 0 +10 1783796061979195500 REFRESH 42 0 0.61392805552847884 0 0 4 0 4 0 0 4096 16 422 3947740 55680 224.64614868164062 1.0095000000000001 322.26119999999997 13440 9253 0 0 0 0.0033956769230491374 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737500 998400 36 25 29 247 85 0 0 1 2 13 0 0 0 0 0 +11 1783796064010420600 DEPTH 42 1 0.6133783376548172 0 0 4 0 4 1 0 4096 35 2567 23688029 103680 1310.6943664550781 6.9923000000000002 2029.7851000000001 80640 44607 1 0 0 0.0069468518143746055 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426585 5990400 163 150 158 1259 837 0 0 0 0 35 0 0 0 0 1 +12 1783796066068107100 DEPTH 42 1 0.61272490717780648 0 0 4 0 4 0 0 4096 36 2578 23687809 103680 1295.8904266357422 7.0266999999999999 2056.3416000000002 80640 36959 1 0 0 0.0069468518143746055 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426368 5990400 162 150 156 1485 625 0 0 0 0 36 0 0 0 0 0 +13 1783796068235523500 DEPTH 42 1 0.61195916624075175 0 0 4 0 4 0 0 4096 43 2595 23668591 84480 1300.9684295654297 6.1717000000000004 2165.8793000000001 114240 40472 1 1 0 0.0069468518143746055 4096 2048 384 12 96 4 3 3 3 3 5898240 4177920 4423680 4426349 4742400 158 150 326 1383 578 0 4 0 0 38 0 0 0 0 0 +14 1783796070178618600 DEPTH 42 1 0.61110149267889247 0 0 4 0 4 0 0 4096 40 2586 23664843 81600 1294.0431365966797 6.0826000000000002 1932.1762000000001 120960 29323 1 1 0 0.0069468518143746055 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 156 150 210 1570 500 0 4 0 0 35 0 0 0 0 0 +15 1783796070581704900 REFRESH 42 0 0.61016214628412446 0 0 4 0 4 0 0 4096 12 424 3943900 55200 227.07200622558594 2.0324 400.00020000000001 20160 12095 0 0 0 0.0069468518143746055 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737500 748800 48 25 28 250 73 0 0 1 1 10 0 0 0 0 0 +16 1783796072505901100 DEPTH 42 1 0.60915101464799526 0 0 4 0 4 1 0 4096 37 2583 23664845 81600 1310.3964080810547 6.0461999999999998 1922.7809999999999 120960 59881 1 0 0 0.006940581815596876 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426442 4492800 195 150 159 1364 715 0 0 0 0 37 0 0 0 0 1 +17 1783796074422609000 DEPTH 42 1 0.60807750763384871 0 0 4 0 4 0 0 4096 32 2581 23664845 81600 1299.6710662841797 6.2017999999999995 1915.3308999999999 120960 48736 1 0 0 0.006940581815596876 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 189 150 157 1502 583 0 0 0 0 32 0 0 0 0 0 +18 1783796076344814200 DEPTH 42 1 0.60695033153336553 0 0 4 0 4 0 0 4096 47 2590 23664826 81600 1301.7284240722656 6.080000000000001 1920.7447999999999 120960 39020 1 1 0 0.006940581815596876 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426425 4492800 188 150 158 1538 556 0 0 0 1 45 0 0 0 0 0 +19 1783796078500086200 DEPTH 42 1 0.60577766615059814 0 0 4 0 4 1 0 4096 26 2599 23664840 81600 1302.3539276123047 7.1608999999999998 1998.0724 120960 27096 1 1 0 0.0058983999407492401 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 175 150 153 1613 508 0 0 0 0 25 0 0 0 0 1 +20 1783796078821752900 REFRESH 42 0 0.60457199541704543 0 0 4 0 4 0 0 4096 8 430 3943890 55200 225.49095153808594 1.0001 320.29590000000002 20160 12632 0 0 0 0.0058983999407492401 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737490 748800 46 25 27 251 81 0 0 0 0 8 0 0 0 0 0 +21 1783796080947562600 DEPTH 42 1 0.60132967167582274 0 0 4 0 4 1 0 4096 33 2585 23664887 81600 1320.5455322265625 6.3780000000000001 2122.9915000000001 120960 59539 1 0 0 0.0058963467479538952 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 258 150 158 1494 525 0 0 0 1 32 0 0 0 0 1 +22 1783796082870471600 DEPTH 42 1 0.60026250164090533 0 0 4 0 4 0 0 4096 33 2593 23664846 81600 1306.1068878173828 6.1516999999999999 1921.3371 120960 48558 1 0 0 0.0058963467479538952 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 220 150 153 1552 518 0 0 0 0 33 0 0 0 0 0 +23 1783796085035267300 DEPTH 42 1 0.59915599543141029 0 0 4 0 4 0 0 4096 27 2595 23664960 81600 1313.4530487060547 7.9983999999999993 2163.3795 120960 38982 1 0 0 0.0058963467479538952 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426557 4492800 210 150 150 1584 501 0 0 0 1 26 0 0 0 0 0 +24 1783796087056942400 DEPTH 42 1 0.59801725004901862 0 0 4 0 4 0 0 4096 31 2593 23664844 81600 1299.1150207519531 6.7189999999999994 2020.3110999999999 120960 26565 1 0 0 0.0058963467479538952 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 207 150 153 1588 495 0 0 0 4 27 0 0 0 0 0 +25 1783796087382000800 REFRESH 42 0 0.59685258040227329 0 0 4 0 4 0 0 4096 11 425 3943893 55200 226.32652282714844 1.0017 323.77089999999998 20160 12417 0 0 0 0.0058963467479538952 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737493 748800 43 25 27 254 76 0 0 0 0 11 0 0 0 0 0 +26 1783796089412534400 DEPTH 42 1 0.59566762989900823 0 0 4 0 4 0 0 4096 46 2579 23664853 81600 1325.2517700195312 6.6173999999999999 2029.1344999999999 120960 59809 1 0 0 0.0058963467479538952 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426450 4492800 242 150 156 1524 507 0 0 0 0 46 0 0 0 0 0 +27 1783796091421955800 DEPTH 42 1 0.59446742632398109 0 0 4 0 4 0 0 4096 42 2585 23664816 81600 1305.8631744384766 6.7929000000000004 2008.1973 120960 48665 1 1 0 0.0058963467479538952 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 221 150 162 1569 483 0 0 0 1 40 0 0 0 0 0 +28 1783796093663608100 DEPTH 42 1 0.59325643516071103 0 0 4 0 4 0 0 4096 38 2578 23664734 81600 1337.0040283203125 6.9096000000000002 2240.3388 120960 39761 1 0 0 0.0058963467479538952 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426332 4492800 206 150 162 1582 478 0 0 0 1 37 0 0 0 0 0 +29 1783796095792178800 DEPTH 42 1 0.59203860995217616 0 0 4 0 4 1 0 4096 42 2586 23664809 81600 1366.9826354980469 6.4730000000000008 2127.1855999999998 120960 27489 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426408 4492800 193 150 162 1603 478 0 0 0 0 42 0 0 0 0 1 +30 1783796096142670400 REFRESH 42 0 0.59081744992726282 0 0 4 0 4 0 0 4096 12 428 3943944 55200 237.26797485351562 1.0287999999999999 348.8116 20160 12326 0 0 0 0.005892281318992219 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737543 748800 43 25 28 255 77 0 0 0 0 12 0 0 0 0 0 +31 1783796098052419100 DEPTH 42 1 0.58959600108129395 0 0 4 0 4 0 0 4096 34 2593 23664871 81600 1290.4325714111328 6.1795 1908.3575000000001 120960 60321 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 243 150 163 1542 495 0 0 1 1 32 0 0 0 0 0 +32 1783796099976931300 DEPTH 42 1 0.58837696274872187 0 0 4 0 4 0 0 4096 32 2593 23664789 81600 1280.0502014160156 6.1002000000000001 1923.0922 120960 49428 1 1 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 224 150 162 1574 483 0 0 0 0 31 0 0 0 0 0 +33 1783796101923442800 DEPTH 42 1 0.58716267993232818 0 0 4 0 4 0 0 4096 36 2586 23664893 81600 1270.0955200195312 6.1657000000000002 1944.8077000000001 120960 39999 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426492 4492800 196 150 162 1599 479 0 0 0 0 36 0 0 0 0 0 +34 1783796103830941500 DEPTH 42 1 0.5859551893163939 0 0 4 0 4 0 0 4096 39 2601 23664888 81600 1260.1190490722656 6.1912000000000003 1906.2265 120960 27179 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426486 4492800 182 150 166 1616 487 0 0 2 2 35 0 0 0 0 0 +35 1783796104154914600 REFRESH 42 0 0.58475625075749527 0 0 4 0 4 0 0 4096 7 425 3943934 55200 219.55584716796875 1.0206 322.52159999999998 20160 12864 0 0 0 0.005892281318992219 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737533 748800 41 25 28 255 76 0 0 0 0 7 0 0 0 0 0 +36 1783796106201659100 DEPTH 42 1 0.58056737602706687 0 0 4 0 4 0 0 4096 34 2594 23664806 81600 1275.0171966552734 7.0173999999999994 2045.3064999999999 120960 62127 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426405 4492800 224 150 168 1561 491 0 0 1 1 32 0 0 0 0 0 +37 1783796108076468300 DEPTH 42 1 0.57968985498134906 0 0 4 0 4 0 0 4096 31 2594 23664981 81600 1266.9440002441406 6.0514999999999999 1872.9445000000001 120960 51451 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426581 4492800 192 150 168 1605 479 0 0 0 0 31 0 0 0 0 0 +38 1783796110110943500 DEPTH 42 1 0.57879477933711732 0 0 4 0 4 0 0 4096 23 2601 23664939 81600 1262.7599334716797 6.0702000000000007 1888.4780000000001 120960 40765 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426538 4492800 180 150 168 1621 482 0 0 0 0 23 0 0 0 0 0 +39 1783796112027933300 DEPTH 42 1 0.5778860642299477 0 0 4 0 4 0 0 4096 26 2594 23664865 81600 1258.9845123291016 6.1083999999999996 1915.4594999999999 120960 28015 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426462 4492800 178 150 168 1620 478 0 1 0 0 25 0 0 0 0 0 +40 1783796112343987000 REFRESH 42 0 0.57696716772700696 0 0 4 0 4 0 0 4096 6 428 3943937 55200 219.51385498046875 1.0078 314.42200000000003 20160 13174 0 0 0 0.005892281318992219 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737537 748800 41 25 28 259 75 0 0 0 0 6 0 0 0 0 0 +41 1783796114236435400 DEPTH 42 1 0.57204113845948723 0 0 4 0 4 0 0 4096 34 2593 23664911 81600 1276.8532562255859 6.1231999999999998 1891.0331000000001 120960 64116 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426509 4492800 212 150 168 1584 479 0 0 0 0 34 0 0 0 0 0 +42 1783796116114450600 DEPTH 42 1 0.57151065853155925 0 0 4 0 4 0 0 4096 36 2589 23664895 81600 1267.8798065185547 6.0912000000000006 1876.6077 120960 53325 1 1 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426495 4492800 186 150 168 1611 474 0 0 0 0 35 0 0 0 0 0 +43 1783796118015634500 DEPTH 42 1 0.57093808215366881 0 0 4 0 4 0 0 4096 27 2603 23664887 81600 1263.6417236328125 6.1258999999999997 1899.7692 120960 42099 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426484 4492800 180 150 168 1616 489 0 0 0 0 27 0 0 0 0 0 +44 1783796119919481300 DEPTH 42 1 0.57032947040854953 0 0 4 0 4 0 0 4096 36 2603 23664814 81600 1262.0276489257812 6.0754000000000001 1902.1812 120960 28284 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 177 150 168 1621 487 0 0 0 0 36 0 0 0 0 0 +45 1783796120233180000 REFRESH 42 0 0.56969022252177215 0 0 4 0 4 0 0 4096 7 430 3943936 55200 219.78111267089844 1.0049999999999999 311.95339999999999 20160 13428 0 0 0 0.005892281318992219 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737536 748800 39 25 28 260 78 0 0 0 0 7 0 0 0 0 0 +46 1783796122103200200 DEPTH 42 1 0.56602514397491754 0 0 4 0 4 0 0 4096 25 2603 23664845 81600 1279.4252014160156 6.0413999999999994 1868.6433 120960 65131 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 201 150 168 1594 490 0 0 0 0 25 0 0 0 0 0 +47 1783796124003002200 DEPTH 42 1 0.56563850776842273 0 0 4 0 4 0 0 4096 40 2604 23664812 81600 1270.3498229980469 6.0168999999999997 1897.9871000000001 120960 54530 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426411 4492800 181 150 168 1620 485 0 0 0 0 40 0 0 0 0 0 +48 1783796125861665400 DEPTH 42 1 0.56520410951267419 0 0 4 0 4 0 0 4096 28 2599 23664883 81600 1268.4069061279297 6.0559000000000003 1857.239 120960 43786 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426483 4492800 179 150 168 1621 481 0 0 0 0 28 0 0 0 0 0 +49 1783796127716668700 DEPTH 42 1 0.56472831695985515 0 0 4 0 4 0 0 4096 29 2597 23664807 81600 1261.7143707275391 6.1003999999999996 1853.4702 120960 30042 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426407 4492800 178 150 168 1623 478 0 0 0 0 29 0 0 0 0 0 +50 1783796128032055300 REFRESH 42 0 0.56421681452923722 0 0 4 0 4 0 0 4096 9 431 3943932 55200 219.86714172363281 1.0066999999999999 314.11739999999998 20160 13369 0 0 0 0.005892281318992219 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737531 748800 39 25 28 262 77 0 0 0 0 9 0 0 0 0 0 +51 1783796129937640600 DEPTH 42 1 0.56267467332448529 0 0 4 0 4 0 0 4096 27 2598 23664828 81600 1279.8248443603516 6.0573000000000006 1903.6378999999999 120960 64954 1 0 0 0.005892281318992219 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426427 4492800 201 150 168 1603 476 0 0 0 0 27 0 0 0 0 0 +52 1783796131806391400 DEPTH 42 1 0.56220641409260019 0 0 4 0 4 1 0 4096 30 2596 23664834 81600 1273.977783203125 6.0114999999999998 1867.2516000000001 120960 54322 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 181 150 168 1617 480 0 0 0 1 29 0 0 0 1 0 +53 1783796133670780400 DEPTH 42 1 0.56188695019069068 0 0 4 0 4 0 0 4096 36 2597 23664825 81600 1270.3694610595703 6.1032999999999999 1863.0156999999999 120960 44280 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426423 4492800 179 150 168 1624 476 0 0 0 0 36 0 0 0 0 0 +54 1783796135539719700 DEPTH 42 1 0.56134100439508916 0 0 4 0 4 0 0 4096 26 2594 23664896 81600 1264.1207275390625 6.0693000000000001 1867.6784 120960 30409 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426492 4492800 175 150 168 1620 481 0 0 0 0 26 0 0 0 0 0 +55 1783796135867602600 REFRESH 42 0 0.56077344758120806 0 0 4 0 4 0 0 4096 7 426 3943860 55200 220.19584655761719 1.0059 326.17660000000001 20160 13264 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737459 748800 38 25 28 260 75 0 0 0 0 7 0 0 0 0 0 +56 1783796137753821000 DEPTH 42 1 0.55718773987189008 0 0 4 0 4 0 0 4096 23 2598 23664909 81600 1278.1719360351562 6.0634999999999994 1884.7086999999999 120960 65067 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426509 4492800 188 150 168 1616 476 0 0 0 0 23 0 0 0 0 0 +57 1783796139617063200 DEPTH 42 1 0.55688695942064337 0 0 4 0 4 0 0 4096 34 2604 23664787 81600 1274.1059417724609 6.0282000000000009 1861.3652999999999 120960 54535 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426386 4492800 180 150 168 1620 486 0 0 0 0 34 0 0 0 0 0 +58 1783796141649684500 DEPTH 42 1 0.55654384190282002 0 0 4 0 4 0 0 4096 20 2596 23664868 81600 1272.6125946044922 6.0608000000000013 1883.7443000000001 120960 43034 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 176 150 168 1623 479 0 0 0 0 20 0 0 0 0 0 +59 1783796143539566200 DEPTH 42 1 0.55616381600626097 0 0 4 0 4 0 0 4096 29 2596 23664883 81600 1262.2451629638672 6.3941999999999997 1887.6613 120960 29866 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426483 4492800 174 150 168 1629 475 0 0 0 0 29 0 0 0 0 0 +60 1783796143862073000 REFRESH 42 0 0.55575173532307498 0 0 4 0 4 0 0 4096 5 427 3943888 55200 220.48664855957031 1.0077 320.93029999999999 20160 13346 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737487 748800 36 25 28 262 76 0 0 0 0 5 0 0 0 0 0 +61 1783796145906140500 DEPTH 42 1 0.55031193700411685 0 0 4 0 4 0 0 4096 30 2600 23664738 81600 1277.6680908203125 6.5451000000000006 2042.0762999999999 120960 65678 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426337 4492800 187 150 168 1613 482 0 0 0 0 30 0 0 0 0 0 +62 1783796147909710600 DEPTH 42 1 0.55034829450160627 0 0 4 0 4 0 0 4096 23 2596 23664812 81600 1268.8434295654297 6.5903 2002.1493 120960 54578 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426412 4492800 180 150 168 1620 478 0 0 0 0 23 0 0 0 0 0 +63 1783796149860529200 DEPTH 42 1 0.55031426499280345 0 0 4 0 4 0 0 4096 25 2596 23664856 81600 1266.4729766845703 6.7980999999999998 1949.5055 120960 42976 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426455 4492800 177 150 168 1620 481 0 0 0 0 25 0 0 0 0 0 +64 1783796151890908200 DEPTH 42 1 0.55021793201835756 0 0 4 0 4 0 0 4096 24 2599 23664775 81600 1262.3327484130859 7.3163999999999989 2029.0552 120960 29571 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426374 4492800 174 150 168 1627 480 0 0 0 0 24 0 0 0 0 0 +65 1783796152286194200 REFRESH 42 0 0.55006654381556819 0 0 4 0 4 0 0 4096 5 432 3943882 55200 219.94802856445312 1.6002000000000001 392.3485 20160 13498 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737482 748800 35 25 28 267 77 0 0 0 0 5 0 0 0 0 0 +66 1783796154220132600 DEPTH 42 1 0.5448665977787438 0 0 4 0 4 0 0 4096 35 2595 23664866 81600 1278.5671539306641 6.0902000000000003 1932.0284999999999 120960 66090 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426465 4492800 182 150 168 1610 485 0 0 0 0 35 0 0 0 0 0 +67 1783796156306869000 DEPTH 42 1 0.54512391643559133 0 0 4 0 4 0 0 4096 38 2601 23664803 81600 1270.2780303955078 7.4089 2084.8899000000001 120960 54577 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 178 150 168 1617 488 0 0 0 0 38 0 0 0 0 0 +68 1783796158210747400 DEPTH 42 1 0.54529371578962793 0 0 4 0 4 0 0 4096 31 2594 23664868 81600 1266.029296875 6.0565999999999995 1897.7852 120960 43963 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426464 4492800 174 150 168 1621 481 0 0 0 0 31 0 0 0 0 0 +69 1783796160117464000 DEPTH 42 1 0.54538566679356593 0 0 4 0 4 0 0 4096 35 2597 23664940 81600 1266.9798278808594 6.0450000000000008 1904.6504 120960 29534 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426540 4492800 174 150 168 1623 482 0 0 0 0 35 0 0 0 0 0 +70 1783796160433980900 REFRESH 42 0 0.54540845064207222 0 0 4 0 4 0 0 4096 8 427 3943930 55200 220.11698913574219 1.0053000000000001 314.7441 20160 13594 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 34 25 28 263 77 0 0 0 0 8 0 0 0 0 0 +71 1783796162347601300 DEPTH 42 1 0.54336985850341191 0 0 4 0 4 0 0 4096 26 2595 23664833 81600 1278.4873352050781 6.0624000000000002 1911.5597 120960 65864 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 185 150 168 1608 484 0 0 0 0 26 0 0 0 0 0 +72 1783796164237048800 DEPTH 42 1 0.54347688124748195 0 0 4 0 4 0 0 4096 37 2601 23664868 81600 1269.279541015625 6.1391 1887.7982999999999 120960 54812 1 1 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 178 150 168 1626 479 0 0 0 0 36 0 0 0 0 0 +73 1783796166157748800 DEPTH 42 1 0.54351579017193374 0 0 4 0 4 0 0 4096 20 2595 23664838 81600 1266.9702606201172 6.0667000000000009 1918.866 120960 44165 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426435 4492800 175 150 168 1626 476 0 0 0 0 20 0 0 0 0 0 +74 1783796168145117600 DEPTH 42 1 0.54349420962786399 0 0 4 0 4 0 0 4096 26 2598 23664766 81600 1262.0101470947266 6.5494000000000003 1985.6041 120960 30258 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426365 4492800 174 150 168 1630 476 0 0 0 0 26 0 0 0 0 0 +75 1783796168463265000 REFRESH 42 0 0.54341898235634578 0 0 4 0 4 0 0 4096 11 429 3943908 55200 218.86668395996094 1.0073000000000001 316.6651 20160 13468 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 34 25 28 264 78 0 0 0 0 11 0 0 0 0 0 +76 1783796170488546600 DEPTH 42 1 0.54329624826589695 0 0 4 0 4 0 0 4096 29 2597 23664915 81600 1278.4158630371094 7.2453000000000003 2023.8896 120960 65691 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426513 4492800 179 150 168 1614 486 0 0 0 0 29 0 0 0 0 0 +77 1783796172492358900 DEPTH 42 1 0.54313151530792014 0 0 4 0 4 0 0 4096 29 2599 23664820 81600 1269.5110626220703 6.0981999999999994 1882.2262000000001 120960 54756 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426419 4492800 175 150 168 1620 486 0 0 0 0 29 0 0 0 0 0 +78 1783796174381402800 DEPTH 42 1 0.5429297232413951 0 0 4 0 4 0 0 4096 27 2587 23664840 81600 1266.0364990234375 6.0534000000000008 1887.6179 120960 44027 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426439 4492800 174 150 168 1617 478 0 0 0 0 27 0 0 0 0 0 +79 1783796176413549100 DEPTH 42 1 0.54269530099892693 0 0 4 0 4 0 0 4096 30 2600 23664775 81600 1262.8150787353516 6.9681999999999995 2030.2266 120960 30703 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426375 4492800 174 150 168 1625 483 0 0 0 0 30 0 0 0 0 0 +80 1783796176743393100 REFRESH 42 0 0.54243221829499888 0 0 4 0 4 0 0 4096 7 428 3943911 55200 219.76063537597656 1.0093000000000001 327.76089999999999 20160 13378 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737511 748800 33 25 29 266 75 0 0 0 0 7 0 0 0 0 0 +81 1783796178668021400 DEPTH 42 1 0.5391440320531462 0 0 4 0 4 0 0 4096 23 2594 23664817 81600 1276.4682006835938 6.0746000000000002 1922.7280000000001 120960 65979 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 183 150 174 1598 489 0 0 0 0 23 0 0 0 0 0 +82 1783796180576821900 DEPTH 42 1 0.53913392817105221 0 0 4 0 4 0 0 4096 34 2587 23664774 81600 1270.2269744873047 6.0712000000000002 1907.3074999999999 120960 55095 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 178 150 174 1611 474 0 0 1 0 33 0 0 0 0 0 +83 1783796182445760200 DEPTH 42 1 0.53907475909062885 0 0 4 0 4 0 0 4096 33 2597 23664812 81600 1264.9820251464844 6.0293000000000001 1867.3615 120960 43865 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426411 4492800 174 150 174 1607 492 0 0 1 0 32 0 0 0 0 0 +84 1783796184389386200 DEPTH 42 1 0.53897207759339438 0 0 4 0 4 0 0 4096 33 2591 23664945 81600 1264.6871032714844 6.1046999999999993 1941.8449000000001 120960 30251 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426543 4492800 174 150 174 1614 479 0 0 0 0 33 0 0 0 0 0 +85 1783796184735268300 REFRESH 42 0 0.53883086719939344 0 0 4 0 4 0 0 4096 12 432 3943927 55200 219.62751770019531 1.0164 343.7679 20160 13589 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737527 748800 33 25 29 264 81 0 0 0 0 12 0 0 0 0 0 +86 1783796186662699600 DEPTH 42 1 0.53865559951004338 0 0 4 0 4 0 0 4096 22 2600 23664815 81600 1275.9109191894531 6.0550000000000006 1925.3674000000001 120960 65713 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 178 150 174 1607 491 0 0 0 0 22 0 0 0 0 0 +87 1783796188685966300 DEPTH 42 1 0.53845028580121679 0 0 4 0 4 0 0 4096 27 2597 23664855 81600 1268.8722076416016 6.9704000000000006 2021.9126000000001 120960 54948 1 1 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 174 150 174 1615 484 0 0 0 0 26 0 0 0 0 0 +88 1783796190674174400 DEPTH 42 1 0.53821852344220678 0 0 4 0 4 0 0 4096 31 2595 23664762 81600 1266.7572784423828 6.8888999999999996 1986.8728000000001 120960 43387 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426359 4492800 174 150 173 1617 481 0 0 0 0 31 0 0 0 0 0 +89 1783796192583209700 DEPTH 42 1 0.53796353765862448 0 0 4 0 4 0 0 4096 31 2597 23664831 81600 1263.1413726806641 6.0561999999999987 1907.6016 120960 29646 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 174 150 169 1622 482 0 0 0 0 31 0 0 0 0 0 +90 1783796192899479400 REFRESH 42 0 0.53768821910544307 0 0 4 0 4 0 0 4096 7 425 3943902 55200 220.7508544921875 1.0058 314.96850000000001 20160 13600 0 0 0 0.0036841294160135153 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 30 25 29 268 73 0 0 0 0 7 0 0 0 0 0 +91 1783796194794853800 DEPTH 42 1 0.53439515766975487 0 0 4 0 4 0 0 4096 36 2591 23664868 81600 1279.5386657714844 6.0437000000000003 1893.5813000000001 120960 65974 1 0 0 0.0036841294160135153 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426467 4492800 180 150 174 1601 486 0 0 0 0 36 0 0 0 0 0 +92 1783796196757179700 DEPTH 42 1 0.53438667288081776 0 0 4 0 4 1 0 4096 32 2602 23664771 81600 1322.9362487792969 6.0915000000000008 1960.4655 120960 55371 1 1 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426370 4492800 177 150 174 1617 484 0 0 0 0 31 0 0 0 0 1 +93 1783796198853735200 DEPTH 42 1 0.53433761248973166 0 0 4 0 4 0 0 4096 27 2591 23664873 81600 1368.34765625 6.1938000000000004 2094.9780000000001 120960 44015 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 174 150 174 1613 480 0 0 0 0 27 0 0 0 0 0 +94 1783796200800527100 DEPTH 42 1 0.53424701506704353 0 0 4 0 4 0 0 4096 26 2596 23664816 81600 1272.375244140625 6.0689000000000002 1945.1891000000001 120960 30233 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 174 150 172 1618 482 0 0 0 0 26 0 0 0 0 0 +95 1783796201127184800 REFRESH 42 0 0.53412231855505721 0 0 4 0 4 0 0 4096 4 431 3943908 55200 219.67768859863281 1.0448999999999999 324.82159999999999 20160 13579 0 0 0 0.0037127958479560275 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737508 748800 30 25 29 271 76 0 0 0 0 4 0 0 0 0 0 +96 1783796203187249300 DEPTH 42 1 0.5279674357290457 0 0 4 0 4 0 0 4096 30 2594 23664817 81600 1300.8713531494141 6.1204000000000001 1924.0537999999999 120960 66074 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426417 4492800 180 150 174 1609 481 0 0 0 0 30 0 0 0 0 0 +97 1783796205231395900 DEPTH 42 1 0.52838587821499838 0 0 4 0 4 0 0 4096 22 2599 23664856 81600 1280.9325103759766 6.6420000000000003 2042.5192 120960 55460 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 175 150 174 1615 485 0 0 0 0 22 0 0 0 0 0 +98 1783796207252442800 DEPTH 42 1 0.52872079687342866 0 0 4 0 4 0 0 4096 29 2597 23664794 81600 1277.3423614501953 7.0983000000000001 2019.3262999999999 120960 43288 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426392 4492800 174 150 174 1625 474 0 0 0 0 29 0 0 0 0 0 +99 1783796209280222600 DEPTH 42 1 0.52898101813556775 0 0 4 0 4 0 0 4096 16 2597 23664773 81600 1266.3056945800781 8.5159000000000002 2026.1486 120960 30046 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426370 4492800 174 150 172 1619 482 0 0 0 0 16 0 0 0 0 0 +100 1783796209593801700 REFRESH 42 0 0.52917447669708495 0 0 4 0 4 0 0 4096 5 427 3943905 55200 219.40428161621094 1.0062 312.0376 20160 13476 0 0 0 0.0037127958479560275 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737505 748800 30 25 29 267 76 0 0 0 0 5 0 0 0 0 0 +101 1783796211678555700 DEPTH 42 1 0.52430830493393699 0 0 4 0 4 0 0 4096 29 2593 23664839 81600 1296.0478515625 6.9711999999999996 2083.1095 120960 65696 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426437 4492800 178 150 174 1602 489 0 0 0 0 29 0 0 0 0 0 +102 1783796213768096200 DEPTH 42 1 0.52488891336847865 0 0 4 0 4 0 0 4096 31 2591 23664821 81600 1301.8572692871094 7.4304999999999986 2087.0689000000002 120960 54548 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426420 4492800 176 150 174 1610 481 0 0 0 0 31 0 0 0 0 0 +103 1783796215782098500 DEPTH 42 1 0.52537206308113338 0 0 4 0 4 0 0 4096 26 2598 23664871 81600 1265.6808166503906 6.8565000000000005 2011.0793000000001 120960 44326 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 174 150 174 1619 481 0 0 0 0 26 0 0 0 0 0 +104 1783796217799352600 DEPTH 42 1 0.52576793087338014 0 0 4 0 4 0 0 4096 25 2601 23664908 81600 1266.8464202880859 6.6585000000000001 2015.2943 120960 30240 1 0 0 0.0037127958479560275 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426507 4492800 174 150 174 1615 488 0 0 0 0 25 0 0 0 0 0 +105 1783796218125352600 REFRESH 42 0 0.52608566790722333 0 0 4 0 4 1 0 4096 7 427 3943930 55200 220.6351318359375 1.0105999999999999 324.06349999999998 20160 13374 0 0 0 0.0039359602879413206 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 30 25 29 267 76 0 0 0 0 7 0 0 0 0 1 +106 1783796220081340700 DEPTH 42 1 0.52334852253063624 0 0 4 0 4 0 0 4096 24 2600 23664802 81600 1279.0180969238281 6.0691999999999995 1953.8915999999999 120960 66090 1 0 0 0.0039359602879413206 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 179 150 174 1609 488 0 0 0 0 24 0 0 0 0 0 +107 1783796222142831900 DEPTH 42 1 0.52383235052951482 0 0 4 0 4 1 0 4096 27 2594 23664873 81600 1276.5383148193359 8.7248999999999999 2058.4719 120960 55027 1 0 0 0.0039481430005112537 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426473 4492800 175 150 174 1604 491 0 0 0 0 27 0 0 0 0 1 +108 1783796224132954800 DEPTH 42 1 0.52423050881013145 0 0 4 0 4 0 0 4096 24 2606 23664814 81600 1307.620361328125 6.1109999999999998 1987.8276000000001 120960 44183 1 0 0 0.0039481430005112537 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 174 150 171 1622 489 0 0 0 0 24 0 0 0 0 0 +109 1783796226086050800 DEPTH 42 1 0.52455188967094601 0 0 4 0 4 1 0 4096 35 2595 23664882 81600 1275.1565246582031 6.1669999999999998 1951.3118999999999 120960 30599 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426482 4492800 174 150 168 1618 485 0 0 0 0 35 0 0 0 0 1 +110 1783796226410826000 REFRESH 42 0 0.52480459993912931 0 0 4 0 4 0 0 4096 11 428 3943913 55200 221.75027465820312 1.0221 322.79500000000002 20160 13519 0 0 0 0.0039466784606157056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 30 25 29 267 77 0 0 0 0 11 0 0 0 0 0 +111 1783796228459384600 DEPTH 42 1 0.52499586780463736 0 0 4 0 4 0 0 4096 22 2603 23664854 81600 1298.7147216796875 7.3308999999999997 2047.1198999999999 120960 66584 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 178 150 174 1612 489 0 0 0 0 22 0 0 0 0 0 +112 1783796230506398500 DEPTH 42 1 0.52513221921486553 0 0 4 0 4 0 0 4096 27 2595 23664899 81600 1289.1033630371094 7.4898000000000007 2044.4484 120960 55278 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426498 4492800 175 150 174 1611 485 0 0 0 0 27 0 0 0 0 0 +113 1783796232506560800 DEPTH 42 1 0.52521951194924288 0 0 4 0 4 0 0 4096 25 2593 23664829 81600 1271.6339263916016 6.5336000000000007 1998.8031000000001 120960 43790 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 174 150 174 1612 483 0 0 0 0 25 0 0 0 0 0 +114 1783796234659394400 DEPTH 42 1 0.52526301167218969 0 0 4 0 4 0 0 4096 26 2599 23664804 81600 1267.0269470214844 28.645600000000002 2033.7547999999999 120960 30232 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426402 4492800 174 150 171 1623 481 0 0 0 0 26 0 0 0 0 0 +115 1783796235068081000 REFRESH 42 0 0.52526745129771535 0 0 4 0 4 0 0 4096 4 430 3943924 55200 219.177978515625 1.8151999999999999 406.08440000000002 20160 13560 0 0 0 0.0039466784606157056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737524 748800 30 25 29 268 78 0 0 0 0 4 0 0 0 0 0 +116 1783796237051784700 DEPTH 42 1 0.51923708441285665 0 0 4 0 4 0 0 4096 20 2595 23664909 81600 1290.7171936035156 6.0664999999999996 1981.9786999999999 120960 66255 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426507 4492800 177 150 174 1616 478 0 0 0 0 20 0 0 0 0 0 +117 1783796239076326700 DEPTH 42 1 0.51977573335424143 0 0 4 0 4 0 0 4096 33 2599 23664776 81600 1304.2034912109375 6.4796000000000005 2022.5423000000001 120960 55511 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426376 4492800 174 150 174 1621 480 0 0 0 0 33 0 0 0 0 0 +118 1783796241207145000 DEPTH 42 1 0.52022683247263479 0 0 4 0 4 0 0 4096 25 2600 23664776 81600 1284.1891784667969 7.3804999999999996 2129.2217999999998 120960 44249 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426373 4492800 174 150 170 1611 495 0 0 0 0 25 0 0 0 0 0 +119 1783796243271121100 DEPTH 42 1 0.52059946706682725 0 0 4 0 4 0 0 4096 22 2600 23664870 81600 1279.5228118896484 7.0187000000000008 2062.2953000000002 120960 30628 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426469 4492800 174 150 168 1623 485 0 0 0 0 22 0 0 0 0 0 +120 1783796243594835300 REFRESH 42 0 0.52090180842008138 0 0 4 0 4 0 0 4096 4 426 3943929 55200 220.45695495605469 1.0165 322.19569999999999 20160 13635 0 0 0 0.0039466784606157056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 30 25 29 269 73 0 0 0 0 4 0 0 0 0 0 +121 1783796245695706200 DEPTH 42 1 0.51514120532903063 0 0 4 0 4 0 0 4096 26 2593 23664892 81600 1277.7229614257812 7.1462000000000003 2099.2530000000002 120960 66362 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426489 4492800 176 150 174 1608 485 0 0 0 0 26 0 0 0 0 0 +122 1783796247690965100 DEPTH 42 1 0.51592426647592116 0 0 4 0 4 0 0 4096 27 2593 23664812 81600 1280.6950073242188 7.1944999999999997 1993.8704 120960 55063 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426410 4492800 174 150 174 1614 481 0 0 0 0 27 0 0 0 0 0 +123 1783796249719015100 DEPTH 42 1 0.51659693455999967 0 0 4 0 4 0 0 4096 20 2591 23664894 81600 1265.9863128662109 7.4862999999999991 2026.5904 120960 43925 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 174 150 171 1610 486 0 0 0 0 20 0 0 0 0 0 +124 1783796251674218400 DEPTH 42 1 0.51717055301225789 0 0 4 0 4 0 0 4096 28 2593 23664933 81600 1262.6297912597656 6.7785999999999991 1953.9308000000001 120960 30346 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426528 4492800 174 150 168 1611 490 0 0 0 0 28 0 0 0 0 0 +125 1783796252063477700 REFRESH 42 0 0.51765532603532538 0 0 4 0 4 0 0 4096 7 429 3943930 55200 219.15647888183594 2.0415000000000001 386.03250000000003 20160 13535 0 0 0 0.0039466784606157056 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737530 748800 30 25 29 270 75 0 0 0 0 7 0 0 0 0 0 +126 1783796253950657900 DEPTH 42 1 0.51506043263611001 0 0 4 0 4 0 0 4096 25 2597 23664906 81600 1279.2596588134766 6.2750999999999992 1885.5942 120960 66021 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426506 4492800 176 150 174 1608 489 0 0 0 0 25 0 0 0 0 0 +127 1783796255795932600 DEPTH 42 1 0.5156941292520274 0 0 4 0 4 0 0 4096 29 2596 23664816 81600 1271.8322448730469 6.0240000000000009 1843.9512 120960 55461 1 0 0 0.0039466784606157056 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 174 150 173 1609 490 0 0 0 0 29 0 0 0 0 0 +128 1783796257640585700 DEPTH 42 1 0.5162338421115682 0 0 4 0 4 1 0 4096 46 2597 23664856 81600 1265.8593292236328 6.0173000000000005 1843.4100000000001 120960 44472 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426454 4492800 174 150 169 1620 484 0 0 0 0 46 0 0 0 0 1 +129 1783796259491800700 DEPTH 42 1 0.51669102780163256 0 0 4 0 4 0 0 4096 24 2598 23664800 81600 1264.9618988037109 6.0353999999999992 1849.8977 120960 30609 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 174 150 168 1625 481 0 0 0 0 24 0 0 0 0 0 +130 1783796259804288000 REFRESH 42 0 0.51707066054650663 0 0 4 0 4 0 0 4096 12 426 3943935 55200 219.71968078613281 1.0001 311.22840000000002 20160 13451 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737535 748800 30 25 29 264 78 0 0 0 0 12 0 0 0 0 0 +131 1783796261662982600 DEPTH 42 1 0.51738254521378357 0 0 4 0 4 0 0 4096 25 2595 23664842 81600 1279.0975036621094 6.0107999999999997 1857.4111 120960 66171 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 177 150 174 1603 491 0 0 0 0 25 0 0 0 0 0 +132 1783796263509177500 DEPTH 42 1 0.51763372455946755 0 0 4 0 4 0 0 4096 28 2590 23664906 81600 1270.7041015625 6.0026000000000002 1844.9065000000001 120960 54599 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426504 4492800 174 150 174 1602 490 0 0 0 0 28 0 0 0 0 0 +133 1783796265473502900 DEPTH 42 1 0.51783053297480053 0 0 4 0 4 0 0 4096 25 2597 23664837 81600 1266.7431030273438 6.0207999999999995 1843.683 120960 43479 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426434 4492800 174 150 173 1607 493 0 0 0 0 25 0 0 0 0 0 +134 1783796267332319200 DEPTH 42 1 0.51797866741017806 0 0 4 0 4 0 0 4096 28 2595 23664893 81600 1261.6764526367188 6.0357000000000003 1857.5734 120960 29876 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426488 4492800 174 150 170 1616 485 0 0 0 0 28 0 0 0 0 0 +135 1783796267645143300 REFRESH 42 0 0.51808325120428322 0 0 4 0 4 0 0 4096 11 426 3943929 55200 220.37094116210938 1.0024999999999999 311.5917 20160 13604 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737529 748800 30 25 29 265 77 0 0 0 0 11 0 0 0 0 0 +136 1783796269689223700 DEPTH 42 1 0.51814889152799926 0 0 4 0 4 0 0 4096 30 2596 23664902 81600 1277.5614776611328 6.9108999999999998 2042.8197 120960 66134 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426501 4492800 175 150 174 1608 489 0 0 0 0 30 0 0 0 0 0 +137 1783796271553652100 DEPTH 42 1 0.51817973108169457 0 0 4 0 4 0 0 4096 25 2600 23664832 81600 1275.0779418945312 6.0274999999999999 1863.1541999999999 120960 55144 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 174 150 172 1620 484 0 0 0 0 25 0 0 0 0 0 +138 1783796273411181500 DEPTH 42 1 0.51817949462062018 0 0 4 0 4 0 0 4096 29 2602 23664885 81600 1266.2924652099609 6.0316000000000001 1856.2364 120960 43640 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426483 4492800 174 150 170 1621 487 0 0 0 0 29 0 0 0 0 0 +139 1783796275262227900 DEPTH 42 1 0.518151530825675 0 0 4 0 4 0 0 4096 23 2610 23664830 81600 1265.7804718017578 6.0503 1849.7021999999999 120960 30167 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426430 4492800 174 150 168 1629 489 0 0 0 0 23 0 0 0 0 0 +140 1783796275578550000 REFRESH 42 0 0.5180988499850715 0 0 4 0 4 0 0 4096 10 428 3943892 55200 219.82925415039062 1.0069999999999999 314.97469999999998 20160 13620 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737491 748800 30 25 29 266 78 0 0 0 0 10 0 0 0 0 0 +141 1783796277452598700 DEPTH 42 1 0.51802415790587741 0 0 4 0 4 0 0 4096 17 2606 23664738 81600 1282.7197570800781 6.0377999999999998 1872.8303000000001 120960 66612 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426336 4492800 175 150 174 1618 489 0 0 0 0 17 0 0 0 0 0 +142 1783796279316012500 DEPTH 42 1 0.51792988643250615 0 0 4 0 4 0 0 4096 25 2597 23664760 81600 1269.7611389160156 6.0524000000000004 1862.0065 120960 55623 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426360 4492800 174 150 172 1608 493 0 0 0 0 25 0 0 0 0 0 +143 1783796281291213700 DEPTH 42 1 0.51781822091152296 0 0 4 0 4 0 0 4096 22 2598 23664834 81600 1266.6611633300781 6.5903999999999989 1973.6130000000001 120960 43891 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426430 4492800 174 150 169 1615 490 0 0 0 0 22 0 0 0 0 0 +144 1783796283260742400 DEPTH 42 1 0.51769112490819369 0 0 4 0 4 0 0 4096 34 2595 23664808 81600 1264.7982940673828 7.0999999999999996 1967.7143000000001 120960 30640 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426404 4492800 174 150 168 1621 482 0 0 0 0 34 0 0 0 0 0 +145 1783796283576521100 REFRESH 42 0 0.51755036244965547 0 0 4 0 4 0 0 4096 5 432 3943902 55200 219.64595031738281 1.0046999999999999 314.41820000000001 20160 13598 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 30 25 29 266 82 0 0 0 0 5 0 0 0 0 0 +146 1783796285588221000 DEPTH 42 1 0.51239751804210343 0 0 4 0 4 0 0 4096 25 2600 23664904 81600 1283.2381286621094 6.6154000000000002 2009.8666000000001 120960 66582 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426503 4492800 175 150 174 1618 483 0 0 0 0 25 0 0 0 0 0 +147 1783796287538374900 DEPTH 42 1 0.51273401468464264 0 0 4 0 4 0 0 4096 17 2593 23664901 81600 1270.7604064941406 7.0046999999999997 1948.8172 120960 54937 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426501 4492800 174 150 172 1613 484 0 0 0 0 17 0 0 0 0 0 +148 1783796289524328300 DEPTH 42 1 0.51301113008018784 0 0 4 0 4 0 0 4096 31 2596 23664805 81600 1268.7821502685547 7.0986000000000002 1984.5632000000001 120960 43814 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426404 4492800 174 150 169 1616 487 0 0 0 0 31 0 0 0 0 0 +149 1783796291500293500 DEPTH 42 1 0.51323501122375625 0 0 4 0 4 0 0 4096 31 2595 23664817 81600 1267.0873565673828 7.1026999999999996 1974.6735000000001 120960 29834 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426415 4492800 174 150 168 1621 482 0 0 0 0 31 0 0 0 0 0 +150 1783796291813847100 REFRESH 42 0 0.513411187530459 0 0 4 0 4 0 0 4096 9 430 3943907 55200 219.74528503417969 1.0049999999999999 312.37599999999998 20160 13430 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 30 25 29 269 77 0 0 0 0 9 0 0 0 0 0 +151 1783796293773781300 DEPTH 42 1 0.51254463264926653 0 0 4 0 4 0 0 4096 27 2592 23664736 81600 1277.8137512207031 6.8836999999999993 1958.6895999999999 120960 65755 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426334 4492800 175 150 174 1604 489 0 0 0 0 27 0 0 0 0 0 +152 1783796295904434200 DEPTH 42 1 0.51273982009401409 0 0 4 0 4 0 0 4096 29 2601 23664817 81600 1287.776123046875 7.1406000000000009 2013.9672 120960 55327 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426414 4492800 174 150 173 1615 489 0 0 0 0 29 0 0 0 0 0 +153 1783796297835247600 DEPTH 42 1 0.51289077330996435 0 0 4 0 4 0 0 4096 23 2597 23664790 81600 1266.9737854003906 6.1974 1929.1832999999999 120960 44084 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426387 4492800 174 150 170 1610 493 0 0 0 0 23 0 0 0 0 0 +154 1783796299896147600 DEPTH 42 1 0.51300211073241286 0 0 4 0 4 0 0 4096 18 2592 23664909 81600 1281.3936462402344 7.5261000000000005 2059.0698000000002 120960 30006 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426506 4492800 174 150 168 1621 479 0 0 0 0 18 0 0 0 0 0 +155 1783796300223228200 REFRESH 42 0 0.51307798633816848 0 0 4 0 4 0 0 4096 5 425 3943946 55200 221.23724365234375 1.0095000000000001 325.4452 20160 13707 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737546 748800 30 25 29 265 76 0 0 0 0 5 0 0 0 0 0 +156 1783796302321457000 DEPTH 42 1 0.50812213614066126 0 0 4 0 4 0 0 4096 24 2594 23664793 81600 1307.4708404541016 8.6362000000000005 2096.9259999999999 120960 66080 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426389 4492800 174 150 174 1604 492 0 0 0 0 24 0 0 0 0 0 +157 1783796304385659500 DEPTH 42 1 0.50863792003434982 0 0 4 0 4 0 0 4096 21 2601 23664842 81600 1277.4636383056641 7.2331000000000003 2062.8443000000002 120960 55164 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426441 4492800 174 150 172 1620 485 0 0 0 0 21 0 0 0 0 0 +158 1783796306507810800 DEPTH 42 1 0.50907835945353319 0 0 4 0 4 0 0 4096 19 2598 23664829 81600 1274.0965423583984 8.4628999999999994 2120.0156000000002 120960 44687 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426426 4492800 174 150 168 1623 483 0 0 0 0 19 0 0 0 0 0 +159 1783796308447545400 DEPTH 42 1 0.5094511712641604 0 0 4 0 4 0 0 4096 22 2599 23664793 81600 1267.4631652832031 6.0549999999999997 1938.1212 120960 30560 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426393 4492800 174 150 168 1618 489 0 0 0 0 22 0 0 0 0 0 +160 1783796308775833300 REFRESH 42 0 0.50976329826537115 0 0 4 0 4 0 0 4096 3 433 3943902 55200 220.43647766113281 1.0056 326.99630000000002 20160 13532 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737502 748800 30 25 29 271 78 0 0 0 0 3 0 0 0 0 0 +161 1783796310692107200 DEPTH 42 1 0.50302098663982509 0 0 4 0 4 0 0 4096 22 2600 23664801 81600 1283.5867767333984 6.0819000000000001 1914.8575000000001 120960 65950 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426398 4492800 175 150 173 1608 494 0 0 0 0 22 0 0 0 0 0 +162 1783796312586989700 DEPTH 42 1 0.50392985565797177 0 0 4 0 4 0 0 4096 28 2600 23664884 81600 1272.8200073242188 6.0857999999999999 1893.5845999999999 120960 55773 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426481 4492800 174 150 171 1614 491 0 0 0 0 28 0 0 0 0 0 +163 1783796314819586400 DEPTH 42 1 0.50472496041089565 0 0 4 0 4 0 0 4096 23 2597 23664876 81600 1360.8816680908203 6.1930999999999994 2223.9254999999998 120960 44044 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426475 4492800 174 150 168 1623 482 0 0 0 0 23 0 0 0 0 0 +164 1783796316832553100 DEPTH 42 1 0.50541784826890901 0 0 4 0 4 0 0 4096 23 2599 23664818 81600 1362.3942718505859 6.1334 2011.0272 120960 30253 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426413 4492800 174 150 168 1628 479 0 0 0 0 23 0 0 0 0 0 +165 1783796317255672700 REFRESH 42 0 0.50601890969334229 0 0 4 0 4 0 0 4096 4 431 3943905 55200 236.52761840820312 1.6007 420.33199999999999 20160 13576 0 0 0 0.0039454081562426083 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737504 748800 30 25 29 270 77 0 0 0 0 4 0 0 0 0 0 +166 1783796319410635300 DEPTH 42 1 0.50053749396624214 0 0 4 0 4 0 0 4096 28 2596 23664884 81600 1387.4300079345703 6.4513999999999996 2152.9123 120960 66733 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426478 4492800 174 150 174 1617 481 0 0 0 0 28 0 0 0 0 0 +167 1783796321415176800 DEPTH 42 1 0.50158201334620889 0 0 4 0 4 0 0 4096 21 2599 23664872 81600 1366.2197875976562 6.041199999999999 2003.1377 120960 55096 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 174 150 170 1622 483 0 0 0 0 21 0 0 0 0 0 +168 1783796323458143100 DEPTH 42 1 0.50250003680778632 0 0 4 0 4 0 0 4096 21 2601 23664872 81600 1364.1164703369141 6.1284000000000001 2039.2969000000001 120960 44851 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426470 4492800 174 150 168 1625 484 0 0 0 0 21 0 0 0 0 0 +169 1783796325492816100 DEPTH 42 1 0.50330437440607179 0 0 4 0 4 0 0 4096 31 2593 23664892 81600 1357.9367065429688 6.1759000000000004 2032.3444999999999 120960 30128 1 0 0 0.0039454081562426083 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426491 4492800 174 150 168 1617 484 0 0 0 0 31 0 0 0 0 0 +170 1783796325950760600 REFRESH 42 0 0.50400655320404764 0 0 4 0 4 1 0 4096 5 426 3943915 55200 237.0303955078125 1.0546 346.40019999999998 20160 13642 0 0 0 0.0039368239797356571 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737515 748800 30 25 29 268 74 0 0 0 0 5 0 0 0 0 1 +171 1783796328010800900 DEPTH 42 1 0.49962673539678309 0 0 4 0 4 0 0 4096 21 2601 23664923 81600 1377.2175445556641 6.2996999999999996 2058.5675999999999 120960 66572 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426523 4492800 174 150 174 1611 492 0 0 0 0 21 0 0 0 0 0 +172 1783796330025491100 DEPTH 42 1 0.50065369567045137 0 0 4 0 4 0 0 4096 18 2596 23664854 81600 1367.0329437255859 6.0590000000000002 2012.4495999999999 120960 55083 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426452 4492800 174 150 171 1617 484 0 0 0 0 18 0 0 0 0 0 +173 1783796332210704600 DEPTH 42 1 0.50155669872867459 0 0 4 0 4 0 0 4096 24 2599 23664879 81600 1378.9053802490234 8.1082000000000001 2182.8002999999999 120960 43630 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426477 4492800 174 150 168 1622 485 0 0 0 0 24 0 0 0 0 0 +174 1783796334297921000 DEPTH 42 1 0.50234829116152102 0 0 4 0 4 0 0 4096 24 2592 23664781 81600 1367.7189178466797 6.0781000000000009 2085.5599000000002 120960 30189 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426381 4492800 174 150 168 1620 480 0 0 0 0 24 0 0 0 0 0 +175 1783796334644228500 REFRESH 42 0 0.50303976307888087 0 0 4 0 4 0 0 4096 9 426 3943934 55200 237.76374816894531 1.0306999999999999 344.90699999999998 20160 13458 0 0 0 0.0039368239797356571 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737533 748800 30 25 29 271 71 0 0 0 0 9 0 0 0 0 0 +176 1783796336677346300 DEPTH 42 1 0.50264127378941303 0 0 4 0 4 0 0 4096 24 2595 23664766 81600 1375.7061309814453 6.218 2031.6284000000001 120960 65678 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426363 4492800 174 150 172 1617 482 0 0 0 0 24 0 0 0 0 0 +177 1783796338712367100 DEPTH 42 1 0.50326196491092368 0 0 4 0 4 0 0 4096 25 2598 23664875 81600 1368.4787139892578 6.2416 2033.6623999999999 120960 55225 1 1 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426471 4492800 174 150 169 1624 481 0 0 0 0 24 0 0 0 0 0 +178 1783796340892598400 DEPTH 42 1 0.50380006216904816 0 0 4 0 4 0 0 4096 20 2597 23664753 81600 1372.585205078125 7.1491000000000007 2178.2118999999998 120960 44298 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426353 4492800 174 150 168 1628 477 0 0 0 0 20 0 0 0 0 0 +179 1783796342964958000 DEPTH 42 1 0.50426396701542797 0 0 4 0 4 0 0 4096 20 2599 23664831 81600 1366.0254516601562 6.2685000000000004 2070.3784999999998 120960 30225 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 174 150 168 1628 479 0 0 0 0 20 0 0 0 0 0 +180 1783796343314055100 REFRESH 42 0 0.5046612390834454 0 0 4 0 4 0 0 4096 9 426 3943933 55200 238.35238647460938 1.0257000000000001 347.44499999999999 20160 13445 0 0 0 0.0039368239797356571 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737533 748800 29 25 29 269 74 0 0 0 0 9 0 0 0 0 0 +181 1783796345378297100 DEPTH 42 1 0.50399868039777929 0 0 4 0 4 0 0 4096 19 2600 23664833 81600 1382.002685546875 6.2551000000000005 2062.7082999999998 120960 66015 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426431 4492800 174 150 173 1621 482 0 0 0 0 19 0 0 0 0 0 +182 1783796347670103000 DEPTH 42 1 0.50438241116241467 0 0 4 0 4 0 0 4096 24 2599 23664845 81600 1382.0876770019531 7.2071999999999994 2281.8771999999999 120960 55148 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426444 4492800 174 150 170 1615 490 0 0 0 0 24 0 0 0 0 0 +183 1783796349799106300 DEPTH 42 1 0.5047079379692766 0 0 4 0 4 0 0 4096 27 2604 23664903 81600 1376.542724609375 18.411999999999999 2127.1498000000001 120960 43989 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426502 4492800 174 150 168 1626 486 0 0 0 0 27 0 0 0 0 0 +184 1783796351839803100 DEPTH 42 1 0.50498121518543937 0 0 4 0 4 0 0 4096 25 2588 23664962 81600 1357.0293731689453 6.0627999999999993 2038.8897999999999 120960 29702 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426560 4492800 174 150 168 1625 471 0 0 0 0 25 0 0 0 0 0 +185 1783796352199522800 REFRESH 42 0 0.50520760020107014 0 0 4 0 4 0 0 4096 4 426 3943890 55200 237.55775451660156 1.008 357.82369999999997 20160 13619 0 0 0 0.0039368239797356571 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737489 748800 29 25 29 266 77 0 0 0 0 4 0 0 0 0 0 +186 1783796354263723200 DEPTH 42 1 0.49939191315204501 0 0 4 0 4 0 0 4096 24 2603 23664869 81600 1387.4186706542969 8.8064999999999998 2062.6477 120960 66411 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426468 4492800 174 150 173 1621 485 0 0 0 0 24 0 0 0 0 0 +187 1783796356599528500 DEPTH 42 1 0.50013849066978566 0 0 4 0 4 0 0 4096 18 2600 23664893 81600 1385.1320190429688 7.3703000000000003 2212.8560000000002 120960 55135 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426492 4492800 174 150 170 1620 486 0 0 0 0 18 0 0 0 0 0 +188 1783796358929360700 DEPTH 42 1 0.50079123425560745 0 0 4 0 4 0 0 4096 31 2605 23664831 81600 1400.1807403564453 6.3622999999999994 2327.8935999999999 120960 44284 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426429 4492800 174 150 168 1627 486 0 0 0 0 31 0 0 0 0 0 +189 1783796361225979700 DEPTH 42 1 0.50135965381713887 0 0 4 0 4 0 0 4096 23 2598 23664816 81600 1355.6152038574219 6.8527000000000005 2294.4079999999999 120960 30211 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426416 4492800 174 150 168 1618 488 0 0 0 0 23 0 0 0 0 0 +190 1783796361549041400 REFRESH 42 0 0.50185230685062054 0 0 4 0 4 0 0 4096 10 428 3943921 55200 223.73683166503906 1.0053000000000001 321.68119999999999 20160 13577 0 0 0 0.0039368239797356571 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737520 748800 29 25 29 271 74 0 0 0 0 10 0 0 0 0 0 +191 1783796363518003600 DEPTH 42 1 0.50227689370450435 0 0 4 0 4 0 0 4096 26 2594 23664839 81600 1281.6769866943359 7.0233000000000008 1965.4663 120960 66021 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426438 4492800 174 150 172 1614 484 0 0 0 0 26 0 0 0 0 0 +192 1783796365430973100 DEPTH 42 1 0.50264034331623764 0 0 4 0 4 0 0 4096 19 2601 23664816 81600 1271.56201171875 6.0469000000000008 1910.8610000000001 120960 55994 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426416 4492800 174 150 171 1617 489 0 0 0 0 19 0 0 0 0 0 +193 1783796367319824100 DEPTH 42 1 0.50294889037492274 0 0 4 0 4 0 0 4096 16 2599 23664777 81600 1267.5560302734375 6.0832000000000006 1887.3835999999999 120960 44173 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426370 4492800 174 150 168 1620 487 0 0 0 0 16 0 0 0 0 0 +194 1783796369323579100 DEPTH 42 1 0.50320814476727682 0 0 4 0 4 0 0 4096 26 2600 23664848 81600 1266.6654205322266 6.5869999999999997 2002.2302999999999 120960 30141 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426445 4492800 174 150 168 1629 479 0 0 0 0 26 0 0 0 0 0 +195 1783796369781604600 REFRESH 42 0 0.50342315407857186 0 0 4 0 4 0 0 4096 7 425 3943913 55200 219.54867553710938 1.3285 455.41050000000001 20160 13553 0 0 0 0.0039368239797356571 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737513 748800 29 25 29 268 74 0 0 0 0 7 0 0 0 0 0 +196 1783796371749901600 DEPTH 42 1 0.5005984598430675 0 0 4 0 4 0 0 4096 24 2596 23664804 81600 1281.0723724365234 6.0728999999999997 1966.5162 120960 66792 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426401 4492800 174 150 172 1615 485 0 0 0 0 24 0 0 0 0 0 +197 1783796373743286600 DEPTH 42 1 0.50103814816899739 0 0 4 0 4 0 0 4096 19 2598 23664904 81600 1323.1800384521484 6.1112000000000011 1991.9831999999999 120960 55839 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426503 4492800 174 150 168 1621 485 0 0 0 0 19 0 0 0 0 0 +198 1783796375724704000 DEPTH 42 1 0.50141589530066322 0 0 4 0 4 0 0 4096 25 2600 23664791 81600 1280.0727844238281 6.0945999999999998 1978.4744000000001 120960 43935 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426389 4492800 174 150 168 1625 483 0 0 0 0 25 0 0 0 0 0 +199 1783796377800492100 DEPTH 42 1 0.50173800862393625 0 0 4 0 4 0 0 4096 16 2597 23664916 81600 1287.1024475097656 6.6537999999999995 2073.6579000000002 120960 30480 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426514 4492800 170 150 168 1632 477 0 0 0 0 16 0 0 0 0 0 +200 1783796378122569700 REFRESH 42 0 0.5020101635708325 0 0 4 0 4 0 0 4096 4 428 3943907 55200 219.931640625 1.0056 320.34629999999999 20160 13532 0 0 0 0.0039368239797356571 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 29 25 29 269 76 0 0 0 0 4 0 0 0 0 0 +201 1783796380130429400 DEPTH 42 1 0.49623746683326619 0 0 4 0 4 0 0 4096 31 2594 23664942 81600 1318.6470031738281 6.2302999999999997 2006.4606000000001 120960 66092 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426541 4492800 174 150 172 1619 479 0 0 0 0 31 0 0 0 0 0 +202 1783796382021005100 DEPTH 42 1 0.49702451325506974 0 0 4 0 4 0 0 4096 32 2602 23664792 81600 1280.7670135498047 6.0474999999999994 1889.1274000000001 120960 55087 1 0 0 0.0039368239797356571 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426391 4492800 174 150 168 1627 483 0 0 0 0 32 0 0 0 0 0 +203 1783796383370977600 DEPTH 42 1 0.49771543703446358 0 0 4 0 4 0 0 4096 16 1742 15776553 58560 848.620361328125 4.8574000000000002 1348.5189 80640 29451 0 0 0 0.0039368239797356571 4096 2048 256 8 64 4 3 3 3 3 3932160 2949120 2949120 2950951 2995200 116 100 112 1093 321 0 0 0 0 16 0 0 0 0 0 diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/run.tsv b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/run.tsv new file mode 100644 index 00000000..d1d623df --- /dev/null +++ b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/run.tsv @@ -0,0 +1,36 @@ +format szilassi-global-search-v5 +run_id a14507ff-1ea0-4dab-b405-305864903668 +node_id LOOKICH +seed 762004748 +topology_from 42 +topology_to 42 +backend cuda-fp32 +objective_version 5 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 1 +algorithm hybrid-quality-diversity-neural-v2 +control_baseline_min_fraction 0.25 +strategy_weights adaptive-total:16,floors:baseline4/replica1/adaptive1/pbt1/injected3,max6 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8,crossing-face-mask:12,intersection-face-mask:12 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +intersection_loss segment-depth-times-boundary-depth,weight:0.01,cap:4 +repair injected-quarter,offending-face-biased,neural-policy-with-exploration +neural per-topology-ensemble:5,residual-mlp:44-128-128-128,value-policy,online-adamw,replay:4096 +neural_safety baseline-floor:25%,policy-exploration:25%,exact-cuda-plus-cpu-dd-authoritative +spsa adam:6,cpu-double,c-plus-i-smooth-loss,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000001_183fe4cc.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000001_183fe4cc.szar new file mode 100644 index 00000000..355bb362 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000001_183fe4cc.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000002_b71a6c1d.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000002_b71a6c1d.szar new file mode 100644 index 00000000..36c5f5b9 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000002_b71a6c1d.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000003_d13879dd.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000003_d13879dd.szar new file mode 100644 index 00000000..8e46b2e8 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000003_d13879dd.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000004_7965782f.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000004_7965782f.szar new file mode 100644 index 00000000..0554aba8 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000004_7965782f.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000005_d96c3912.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000005_d96c3912.szar new file mode 100644 index 00000000..4879600a Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000005_d96c3912.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000006_238029ba.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000006_238029ba.szar new file mode 100644 index 00000000..6ea6ccb0 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000006_238029ba.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000007_3181fbf1.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000007_3181fbf1.szar new file mode 100644 index 00000000..245ce18a Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000007_3181fbf1.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000008_779d6652.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000008_779d6652.szar new file mode 100644 index 00000000..b5d8c5ee Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000008_779d6652.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000009_6e1916fa.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000009_6e1916fa.szar new file mode 100644 index 00000000..17f837e8 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000009_6e1916fa.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000010_e1ab4d73.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000010_e1ab4d73.szar new file mode 100644 index 00000000..0f90250a Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000010_e1ab4d73.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000011_985f95e3.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000011_985f95e3.szar new file mode 100644 index 00000000..198b770c Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000011_985f95e3.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000012_4f315217.szar b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000012_4f315217.szar new file mode 100644 index 00000000..c868256d Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/archive/delta_00000000000000000012_4f315217.szar differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000001_265fe555.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000001_265fe555.szcp new file mode 100644 index 00000000..925ec596 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000001_265fe555.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000002_a797e095.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000002_a797e095.szcp new file mode 100644 index 00000000..ff5348fa Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000002_a797e095.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000003_6a96b061.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000003_6a96b061.szcp new file mode 100644 index 00000000..566bc665 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000003_6a96b061.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000004_18818ce8.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000004_18818ce8.szcp new file mode 100644 index 00000000..a59e9046 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000004_18818ce8.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000005_0c05a032.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000005_0c05a032.szcp new file mode 100644 index 00000000..41818b15 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000005_0c05a032.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000006_719216f1.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000006_719216f1.szcp new file mode 100644 index 00000000..c1b0eb6e Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000006_719216f1.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000007_ec3dabf9.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000007_ec3dabf9.szcp new file mode 100644 index 00000000..eb1a8d59 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000007_ec3dabf9.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000008_0f7b9a73.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000008_0f7b9a73.szcp new file mode 100644 index 00000000..a90c4eaa Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000008_0f7b9a73.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000009_4ee0ee38.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000009_4ee0ee38.szcp new file mode 100644 index 00000000..2843cefc Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000009_4ee0ee38.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000010_d0c33868.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000010_d0c33868.szcp new file mode 100644 index 00000000..4a790b93 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000010_d0c33868.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000011_e6640330.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000011_e6640330.szcp new file mode 100644 index 00000000..27b29a11 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000011_e6640330.szcp differ diff --git a/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000012_7314c0d7.szcp b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000012_7314c0d7.szcp new file mode 100644 index 00000000..8ec212c6 Binary files /dev/null and b/results/search/runs/a14507ff-1ea0-4dab-b405-305864903668/topology_042/checkpoints/checkpoint_00000000000000000012_7314c0d7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/metrics.tsv b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/metrics.tsv new file mode 100644 index 00000000..dd7e7eec --- /dev/null +++ b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/metrics.tsv @@ -0,0 +1,513 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783760083097775800 DEPTH 56 1 0.81643558783371195 0 2 5 2 5 0 0 226 23 2545 23664831 143040 880.21998596191406 5.9022000000000006 1443.4925000000001 120960 57641 1 0 5898240 4423680 4423680 4426430 4492800 162 196 174 166 1847 2 2 2 0 17 0 0 0 0 0 +2 1783760084216869600 DEPTH 8 1 0.82652048513770882 0 2 5 2 5 0 0 234 20 2557 23664871 143040 852.15312194824219 5.8788 1092.6243999999999 120960 64528 1 0 5898240 4423680 4423680 4426470 4492800 178 202 169 171 1837 1 0 3 1 15 0 0 0 0 0 +3 1783760085455709500 DEPTH 13 1 0.8366051894304537 0.0090909090909090783 1 6 1 6 0 0 187 25 2503 23664886 143040 824.88388061523438 6.0737000000000005 1209.9436000000001 120960 59012 1 0 5898240 4423680 4423680 4426485 4492800 197 205 175 187 1739 3 2 1 2 17 0 0 0 0 0 +4 1783760086752701300 DEPTH 17 1 0.8466897015597703 0.018181818181818247 0 7 0 7 0 0 204 29 2517 23664882 143040 818.93955993652344 5.9199999999999999 1266.7352000000001 120960 56729 1 0 5898240 4423680 4423680 4426482 4492800 172 172 155 177 1841 2 2 2 2 21 0 0 0 0 0 +5 1783760088024563800 DEPTH 42 1 0.70677402236797593 0.11111111111111109 2 6 2 6 0 0 149 16 2572 23664868 143040 830.98373413085938 5.8978000000000002 1254.3394000000001 120960 58467 1 0 5898240 4423680 4423680 4426467 4492800 167 208 170 187 1840 2 0 1 3 10 0 0 0 0 0 +6 1783760089241279200 DEPTH 31 1 0.71685815269192932 0.11111111111111109 2 6 2 6 0 0 141 40 2550 23664781 143040 817.06500244140625 5.9139999999999997 1198.9338 120960 56734 1 0 5898240 4423680 4423680 4426379 4492800 174 177 173 158 1868 2 3 1 2 32 0 0 0 0 0 +7 1783760090367964000 DEPTH 16 1 0.72694209336307736 0.11111111111111109 2 6 2 6 0 0 195 33 2528 23664924 143040 849.12382507324219 5.8921999999999999 1108.9824000000001 120960 66588 1 0 5898240 4423680 4423680 4426524 4492800 185 189 187 191 1776 3 1 1 1 27 0 0 0 0 0 +8 1783760091663688200 DEPTH 9 1 0.7370258452075007 0.11111111111111109 2 6 2 6 0 0 142 29 2599 23664849 143040 848.09603881835938 5.9089999999999998 1268.4142999999999 120960 57348 1 0 5898240 4423680 4423680 4426448 4492800 157 174 168 171 1929 2 4 6 1 16 0 0 0 0 0 +9 1783760092896379800 DEPTH 33 1 0.74710940904596035 0.12020202020202017 1 7 1 7 0 0 187 25 2543 23664827 143040 842.88934326171875 5.8745999999999992 1203.8717999999999 120960 61002 1 0 5898240 4423680 4423680 4426424 4492800 189 181 180 186 1807 2 1 1 0 21 0 0 0 0 0 +10 1783760094190275700 DEPTH 1 1 0.75719278569394266 0.12020202020202017 1 7 1 7 0 0 134 25 2562 23664853 143040 855.97700500488281 5.9100999999999999 1273.9585999999999 120960 60038 1 0 5898240 4423680 4423680 4426453 4492800 162 180 156 192 1872 0 4 0 3 18 0 0 0 0 0 +11 1783760095500406100 DEPTH 11 1 0.76727597596170405 0.12929292929292943 0 8 0 8 0 0 109 16 2581 23664774 143040 836.12875366210938 5.9032 1283.2285999999999 120960 57415 1 0 5898240 4423680 4423680 4426373 4492800 176 191 175 256 1783 5 1 0 1 9 0 0 0 0 0 +12 1783760096775847800 DEPTH 53 1 0.77735898065431508 0.12929292929292943 0 8 0 8 0 0 156 31 2520 23664792 143040 861.15304565429688 5.9050000000000002 1245.6569 120960 64263 1 0 5898240 4423680 4423680 4426390 4492800 221 222 198 200 1679 0 1 1 1 28 0 0 0 0 0 +13 1783760098027806400 DEPTH 46 1 0.73744180057170472 0.22222222222222218 2 7 2 7 0 0 331 32 2579 23664735 143040 852.95590209960938 5.9198000000000004 1223.8072999999999 120960 62549 1 0 5898240 4423680 4423680 4426333 4492800 171 187 176 190 1855 5 2 3 2 20 0 0 0 0 0 +14 1783760099280578500 DEPTH 45 1 0.74752443650870415 0.22222222222222218 2 7 2 7 0 0 161 35 2616 23664833 143040 855.67771911621094 5.8717000000000006 1224.7337 120960 64537 1 0 5898240 4423680 4423680 4426433 4492800 162 160 167 186 1941 2 1 5 0 27 0 0 0 0 0 +15 1783760100573182400 DEPTH 44 1 0.75760688925508846 0.22222222222222218 2 7 2 7 0 0 170 18 2588 23664843 143040 837.86808776855469 5.8917000000000002 1271.6011000000001 120960 59001 1 0 5898240 4423680 4423680 4426441 4492800 169 188 180 184 1867 1 2 4 0 11 0 0 0 0 0 +16 1783760101869558200 DEPTH 54 1 0.76768915959562045 0.23131313131313144 1 8 1 8 0 0 122 38 2555 23664892 143040 845.83622741699219 5.9066999999999998 1266.5754999999999 120960 57271 1 0 5898240 4423680 4423680 4426492 4492800 185 193 172 174 1831 3 1 3 5 26 0 0 0 0 0 +17 1783760103166544800 DEPTH 32 1 0.77777124831009159 0.23131313131313144 1 8 1 8 1 0 136 50 2573 23664810 143040 917.0953369140625 5.8925999999999998 1266.5223000000001 120960 57661 1 0 5898240 4423680 4423680 4426409 4492800 183 199 171 179 1841 1 4 4 4 37 0 0 0 0 1 +18 1783760104429545500 DEPTH 52 1 0.78785315617336482 0.23131313131313144 1 8 1 8 0 0 114 38 2572 23664860 143040 811.83357238769531 5.8597000000000001 1241.7995000000001 120960 54226 1 0 5898240 4423680 4423680 4426456 4492800 174 209 183 197 1809 5 1 5 8 19 0 0 0 0 0 +19 1783760105673889100 DEPTH 30 1 0.79793488395541479 0.23131313131313144 1 8 1 8 0 0 152 36 2530 23664801 143040 843.75141906738281 5.8992000000000004 1225.2388000000001 120960 60196 1 0 5898240 4423680 4423680 4426400 4492800 170 157 194 183 1826 4 1 1 2 28 0 0 0 0 0 +20 1783760106983793100 DEPTH 2 1 0.78301643242136854 0.33333333333333343 2 8 2 8 0 0 149 39 2552 23664865 143040 898.52825927734375 5.8715999999999999 1291.2571 120960 58498 1 0 5898240 4423680 4423680 4426461 4492800 186 193 178 181 1814 3 2 3 4 27 0 0 0 0 0 +21 1783760108328530600 DEPTH 21 1 0.79309780233154703 0.35151515151515161 0 10 0 10 1 0 184 56 2539 23664838 143040 911.28024291992188 5.8948 1322.7141999999999 120960 60333 1 0 5898240 4423680 4423680 4426437 4492800 169 195 158 180 1837 1 0 7 4 44 0 0 0 0 1 +22 1783760109388584800 DEPTH 12 1 0.78817899444150352 0.43535353535353549 3 8 3 8 0 0 194 62 2514 23664907 143040 859.40632629394531 5.9045999999999994 1033.7968000000001 120960 58855 1 0 5898240 4423680 4423680 4426507 4492800 188 203 175 184 1764 4 4 6 2 46 0 0 0 0 0 +23 1783760110432325400 DEPTH 39 1 0.79826000950206422 0.43535353535353549 3 8 3 8 0 0 179 49 2542 23664789 143040 851.48580932617188 5.8933999999999997 1026.9731999999999 120960 63736 1 0 5898240 4423680 4423680 4426389 4492800 181 178 164 178 1841 10 1 4 3 31 0 0 0 0 0 +24 1783760111675712700 DEPTH 3 1 0.80834084825936658 0.44444444444444453 2 9 2 9 0 0 150 62 2541 23664821 143040 831.51692199707031 5.9143000000000008 1221.7375 120960 56636 1 0 5898240 4423680 4423680 4426419 4492800 199 181 172 196 1793 9 5 5 3 40 0 0 0 0 0 +25 1783760112950015400 DEPTH 48 1 0.80842151145489916 0.44444444444444453 2 9 2 9 0 0 176 46 2568 23664919 143040 811.16659545898438 5.8775999999999993 1243.7926 120960 55255 1 0 5898240 4423680 4423680 4426518 4492800 190 186 181 184 1827 1 4 2 5 34 0 0 0 0 0 +26 1783760114194867900 DEPTH 50 1 0.80850199982553805 0.44444444444444453 2 9 2 9 0 0 143 48 2631 23664802 143040 814.95652770996094 5.8760000000000003 1214.076 120960 55626 1 0 5898240 4423680 4423680 4426398 4492800 156 151 161 166 1997 3 1 4 6 34 0 0 0 0 0 +27 1783760115441789300 DEPTH 41 1 0.80858231410358683 0.45353535353535362 1 10 1 10 0 0 114 32 2552 23664829 143040 816.6031494140625 5.8855000000000004 1228.1661999999999 120960 56819 1 0 5898240 4423680 4423680 4426425 4492800 184 192 173 181 1822 2 2 2 5 21 0 0 0 0 0 +28 1783760116484832000 DEPTH 10 1 0.80866245501681244 0.45353535353535362 1 10 1 10 0 0 121 17 2560 23664949 143040 825.54362487792969 5.8973000000000004 1015.1804 120960 55323 1 0 5898240 4423680 4423680 4426549 4492800 172 160 171 181 1876 2 0 3 4 8 0 0 0 0 0 +29 1783760117509686500 DEPTH 38 1 0.79874242328848377 0.55555555555555558 2 10 2 10 0 0 128 61 2540 23664836 143040 826.83901977539062 5.8681000000000001 997.22000000000003 120960 56863 1 0 5898240 4423680 4423680 4426432 4492800 167 172 174 176 1851 3 4 7 6 41 0 0 0 0 0 +30 1783760118782109200 DEPTH 14 1 0.79882221963740707 0.57373737373737377 0 12 0 12 1 0 127 32 2574 23664810 143040 843.77824401855469 5.8803000000000001 1243.4828 120960 60713 1 0 5898240 4423680 4423680 4426408 4492800 166 183 156 163 1906 2 2 4 4 20 0 1 0 0 0 +31 1783760120080937500 DEPTH 56 1 1.0332998475074435 0 2 5 2 5 0 0 226 17 2549 23664837 81600 823.46905517578125 5.8825000000000003 1271.9761000000001 120960 47120 1 0 5898240 4423680 4423680 4426436 4492800 174 194 197 336 1648 1 0 0 0 16 0 0 0 0 0 +32 1783760121182130900 DEPTH 8 1 1.0333752247994321 0 2 5 2 5 0 0 234 20 2564 23664806 81600 850.30892944335938 5.8838000000000008 1074.6614 120960 53739 1 0 5898240 4423680 4423680 4426405 4492800 181 199 206 185 1793 0 1 0 0 19 0 0 0 0 0 +33 1783760122425190900 DEPTH 13 1 1.0334504410118854 0.0090909090909090783 1 6 1 6 0 0 187 25 2494 23664859 81600 822.74099731445312 5.8583000000000007 1214.4421 120960 47818 1 0 5898240 4423680 4423680 4426456 4492800 198 198 191 213 1694 1 0 3 0 21 0 0 0 0 0 +34 1783760123732235700 DEPTH 17 1 1.0335254968101322 0.018181818181818247 0 7 0 7 0 0 204 14 2526 23664892 81600 819.31880187988281 5.9169 1280.0534 120960 46549 1 0 5898240 4423680 4423680 4426489 4492800 180 180 157 256 1753 0 0 0 0 14 0 0 0 0 0 +35 1783760125031663700 DEPTH 42 1 0.88360039285543812 0.11111111111111109 2 6 2 6 1 0 149 24 2582 23664869 81600 830.60736083984375 5.8478000000000003 1272.6489999999999 120960 47599 1 0 5898240 4423680 4423680 4426469 4492800 174 198 190 215 1805 1 1 0 0 22 0 0 0 0 1 +36 1783760126421708400 DEPTH 31 1 0.88367512980503715 0.11111111111111109 2 6 2 6 0 0 141 36 2563 23664902 81600 973.70417785644531 5.9456999999999995 1371.3829000000001 120960 47279 1 0 5898240 4423680 4423680 4426499 4492800 187 179 206 284 1707 1 0 0 0 35 0 0 0 0 0 +37 1783760127553716400 DEPTH 16 1 0.88374970831216493 0.11111111111111109 2 6 2 6 0 0 195 23 2532 23664918 81600 848.08882141113281 5.8996999999999993 1115.0106000000001 120960 55093 1 0 5898240 4423680 4423680 4426518 4492800 183 171 184 196 1798 2 0 0 0 21 0 0 0 0 0 +38 1783760128839382400 DEPTH 9 1 0.88382412902609064 0.11111111111111109 2 6 2 6 0 0 144 15 2582 23664784 81600 823.64530944824219 5.9158999999999997 1269.9181000000001 120960 47170 1 0 5898240 4423680 4423680 4426383 4492800 192 176 197 220 1797 0 0 0 0 15 0 0 0 0 0 +39 1783760130069244800 DEPTH 33 1 0.88389839259214864 0.12020202020202017 1 7 1 7 0 0 187 21 2550 23664929 81600 835.40478515625 5.8609999999999998 1202.6116999999999 120960 50198 1 0 5898240 4423680 4423680 4426528 4492800 186 176 184 234 1770 1 0 0 1 19 0 0 0 0 0 +40 1783760131355926000 DEPTH 1 1 0.8839724996517706 0.12020202020202017 1 7 1 7 0 0 134 11 2568 23664835 81600 828.84811401367188 5.8554000000000004 1261.6158 120960 48531 1 0 5898240 4423680 4423680 4426434 4492800 183 188 168 233 1796 0 0 0 0 11 0 0 0 0 0 +41 1783760132646735800 DEPTH 11 1 0.88404645084251599 0.12929292929292943 0 8 0 8 0 0 109 11 2580 23664968 81600 814.92195129394531 5.8687000000000005 1266.4735000000001 120960 45996 1 0 5898240 4423680 4423680 4426566 4492800 184 180 244 580 1392 1 0 0 0 10 0 0 0 0 0 +42 1783760133876230400 DEPTH 53 1 0.88412024679810342 0.12929292929292943 0 8 0 8 0 0 156 27 2518 23664913 81600 839.42195129394531 5.8517999999999999 1210.7494999999999 120960 53225 1 0 5898240 4423680 4423680 4426511 4492800 216 214 198 198 1692 0 0 0 0 27 0 0 0 0 0 +43 1783760134907504600 DEPTH 49 1 0.79270138921720901 0.6575757575757577 3 10 3 10 0 0 136 45 2573 23664893 143040 831.19795227050781 5.8849999999999998 1004.2977 120960 58269 1 0 5898240 4423680 4423680 4426493 4492800 178 193 177 187 1838 0 3 5 1 36 0 0 0 0 0 +44 1783760135957789000 DEPTH 36 1 0.79277885170797591 0.6575757575757577 3 10 3 10 1 0 129 54 2583 23664880 143040 850.83955383300781 5.9015000000000004 1025.6976999999999 120960 61540 1 0 5898240 4423680 4423680 4426479 4492800 184 175 153 182 1889 7 1 3 3 40 0 0 0 0 1 +45 1783760136953832000 DEPTH 5 1 0.7928561525465414 0.66666666666666674 2 11 2 11 0 0 98 35 2595 23664854 143040 802.44439697265625 5.9016000000000002 971.73829999999998 120960 55529 1 0 5898240 4423680 4423680 4426454 4492800 172 182 203 177 1861 4 1 1 1 28 0 0 0 0 0 +46 1783760137993136700 DEPTH 19 1 0.79293329238502774 0.66666666666666674 2 11 2 11 1 0 138 45 2602 23664872 143040 843.12165832519531 5.9075000000000006 1012.3397 120960 61436 1 0 5898240 4423680 4423680 4426470 4492800 172 190 150 155 1935 3 1 3 4 34 0 0 0 0 1 +47 1783760139260475100 DEPTH 56 1 0.93140552727183434 0 2 5 2 5 0 0 226 20 2550 23664924 81600 819.09965515136719 5.8513000000000002 1266.0825 120960 40978 1 0 5898240 4423680 4423680 4426523 4492800 235 191 243 456 1425 0 0 1 0 19 0 0 0 0 0 +48 1783760140335090300 DEPTH 8 1 0.93147501337655125 0 2 5 2 5 0 0 235 18 2568 23664757 81600 846.74169921875 5.9069000000000003 1073.5183 120960 45481 1 0 5898240 4423680 4423680 4426357 4492800 181 198 223 192 1774 0 0 1 0 17 0 0 0 0 0 +49 1783760141564302900 DEPTH 13 1 0.93154435559981297 0.0090909090909090783 1 6 1 6 0 0 187 21 2500 23664891 81600 818.65625 5.883 1228.0703000000001 120960 40917 1 0 5898240 4423680 4423680 4426489 4492800 192 188 178 201 1741 0 0 0 0 21 0 0 0 0 0 +50 1783760142841291000 DEPTH 17 1 0.9316135545175751 0.018181818181818247 0 7 0 7 0 0 205 22 2522 23664958 81600 815.38046264648438 5.8601000000000001 1275.8770999999999 120960 39531 1 0 5898240 4423680 4423680 4426557 4492800 179 172 165 376 1630 3 0 0 0 19 0 0 0 0 0 +51 1783760144047223500 DEPTH 32 1 0.83481673426284242 0.23131313131313144 1 8 1 8 0 0 139 44 2579 23664842 81600 826.2471923828125 5.8697000000000008 1176.4938 120960 47926 1 0 5898240 4423680 4423680 4426440 4492800 192 203 175 193 1816 0 0 0 0 44 0 0 0 0 0 +52 1783760145302080200 DEPTH 46 1 0.83484980515242757 0.22222222222222218 2 7 2 7 0 0 331 18 2589 23664915 81600 842.66197204589844 5.8784000000000001 1237.2135000000001 120960 52136 1 0 5898240 4423680 4423680 4426513 4492800 187 184 190 263 1765 1 0 0 0 17 0 0 0 0 0 +53 1783760146558150000 DEPTH 45 1 0.83492193427821126 0.22222222222222218 2 7 2 7 0 0 162 20 2628 23664779 81600 844.76618957519531 5.9106000000000005 1241.9136000000001 120960 52678 1 0 5898240 4423680 4423680 4426379 4492800 207 152 187 278 1804 0 0 0 0 20 0 0 0 0 0 +54 1783760147863230600 DEPTH 44 1 0.83499391548470292 0.22222222222222218 2 7 2 7 0 0 171 22 2597 23664854 81600 831.94474792480469 6.2625999999999999 1280.0657000000001 120960 48598 1 0 5898240 4423680 4423680 4426450 4492800 170 172 178 243 1834 0 0 0 0 22 0 0 0 0 0 +55 1783760149131728000 DEPTH 56 1 0.84077371203612028 0 2 5 2 5 0 0 226 14 2544 23664752 81600 813.73182678222656 5.8648999999999996 1267.2836 120960 29771 1 0 5898240 4423680 4423680 4426351 4492800 253 183 224 407 1477 0 0 0 0 14 0 0 0 0 0 +56 1783760150422547100 DEPTH 54 1 0.83513743648222327 0.23131313131313144 1 8 1 8 0 0 123 22 2553 23664925 81600 820.72474670410156 5.8822999999999999 1244.6279999999999 120960 46297 1 0 5898240 4423680 4423680 4426523 4492800 209 178 200 322 1644 0 0 2 0 20 0 0 0 0 0 +57 1783760151694685300 DEPTH 52 1 0.83520897743588773 0.23131313131313144 1 8 1 7 1 0 114 26 2565 23664837 81600 804.852783203125 6.3403999999999989 1239.1466 120960 44364 1 0 5898240 4423680 4423680 4426437 4492800 176 204 194 335 1656 4 0 1 1 20 0 0 0 1 0 +58 1783760152966495100 DEPTH 30 1 0.83528037279558442 0.23131313131313144 1 8 1 8 0 0 152 27 2540 23664731 81600 823.94534301757812 5.8913000000000002 1227.3766000000001 120960 49921 1 0 5898240 4423680 4423680 4426330 4492800 196 168 265 298 1613 0 0 0 1 26 0 0 0 0 0 +59 1783760154049061000 DEPTH 8 1 0.87103467789547462 0 2 5 2 5 0 0 235 23 2572 23664800 81600 842.79093933105469 5.9135999999999997 1064.1969999999999 120960 33459 1 0 5898240 4423680 4423680 4426397 4492800 184 192 238 207 1751 0 0 1 0 22 0 0 0 0 0 +60 1783760155352422800 DEPTH 42 1 0.87268310210129885 0.11111111111111109 2 6 2 6 1 0 149 25 2576 23664767 81600 826.81465148925781 5.8565000000000005 1275.5265999999999 120960 41473 1 0 5898240 4423680 4423680 4426367 4492800 189 198 202 287 1700 0 0 0 1 24 0 0 0 0 1 +61 1783760156585248100 DEPTH 13 1 0.8811643675410431 0.0090909090909090783 1 6 1 6 1 0 187 20 2506 23664892 81600 815.23826599121094 5.8777999999999997 1231.6679999999999 120960 30272 1 0 5898240 4423680 4423680 4426491 4492800 194 188 181 213 1730 3 0 0 0 17 0 0 0 0 1 +62 1783760157856605400 DEPTH 31 1 0.8724329687739325 0.11111111111111109 2 6 2 6 0 0 141 18 2574 23664922 81600 817.36190795898438 5.9093 1245.0197000000001 120960 40656 1 0 5898240 4423680 4423680 4426519 4492800 194 169 241 510 1460 0 0 0 2 16 0 0 0 0 0 +63 1783760158054745800 REFRESH 57 0 0.78886350729070021 0.77777777777777779 2 12 2 12 0 0 143 15 415 3943940 116640 148.58444213867188 1.0003 181.53489999999999 20160 15211 0 0 983040 737280 737280 737539 748800 27 29 26 26 307 1 1 0 0 13 0 0 0 0 0 +64 1783760158255471300 REFRESH 27 0 0.78893785634947289 0.7959595959595962 0 14 0 14 0 0 161 9 412 3943889 116640 149.71391296386719 0.99350000000000005 184.77269999999999 20160 14902 0 0 983040 737280 737280 737489 748800 27 25 25 26 309 1 1 0 0 7 0 0 0 0 0 +65 1783760158443019600 REFRESH 31 0 0.64142218088056879 0.11111111111111109 2 6 2 6 0 0 142 6 423 3943891 55200 149.00531005859375 0.995 186.35810000000001 20160 13145 0 0 983040 737280 737280 737491 748800 53 25 35 88 222 0 0 1 0 5 0 0 0 0 0 +66 1783760158653294100 REFRESH 18 0 0.78158610710062526 1 2 14 2 14 1 0 132 11 418 3943934 116640 149.9183349609375 1.431 184.6302 20160 14688 0 0 983040 737280 737280 737534 748800 27 25 26 26 314 1 1 0 1 8 0 0 0 0 1 +67 1783760158847026700 REFRESH 16 0 0.87276855236212403 0.11111111111111109 2 6 2 6 0 0 196 8 410 3943915 55200 150.0078125 0.99919999999999998 181.58949999999999 20160 14186 0 0 983040 737280 737280 737515 748800 46 26 27 38 273 0 0 0 0 8 0 0 0 0 0 +68 1783760159044646600 REFRESH 58 0 0.78923376521204869 0.77777777777777779 2 12 2 12 0 0 135 14 417 3943947 116640 150.00679016113281 0.99450000000000005 181.5257 20160 14982 0 0 983040 737280 737280 737547 748800 27 28 26 27 309 1 0 0 2 11 0 0 0 0 0 +69 1783760159250262600 REFRESH 41 0 0.79605627403892831 0.45353535353535362 1 10 1 10 0 0 114 5 414 3943928 55200 148.53939819335938 0.97399999999999998 188.55289999999999 20160 14965 0 0 983040 737280 737280 737528 748800 30 26 32 29 297 0 0 0 0 5 0 0 0 0 0 +70 1783760159459466600 REFRESH 24 0 0.78521416858943016 0.87070707070707098 4 11 4 11 0 0 154 7 413 3943907 116640 150.41011047363281 0.99570000000000003 183.60679999999999 20160 14539 0 0 983040 737280 737280 737507 748800 27 29 26 26 305 0 0 1 0 6 0 0 0 0 0 +71 1783760159659274900 REFRESH 29 0 0.79481129402459527 0.67575757575757578 1 12 1 12 0 0 130 5 417 3943908 116640 149.42105102539062 0.98519999999999996 183.76329999999999 20160 14761 0 0 983040 737280 737280 737508 748800 28 28 26 26 309 0 1 0 1 3 0 0 0 0 0 +72 1783760159857127600 REFRESH 15 0 0.7895273217530393 0.76868686868686875 3 11 3 11 0 0 107 7 417 3943915 116640 149.38111877441406 0.99039999999999995 181.27670000000001 20160 15060 0 0 983040 737280 737280 737515 748800 30 25 26 26 310 0 0 0 1 6 0 0 0 0 0 +73 1783760160055299500 REFRESH 7 0 0.79495749042702468 0.67575757575757578 1 12 1 12 0 0 139 8 417 3943924 116640 149.98191833496094 1.0068999999999999 182.99260000000001 20160 15053 0 0 983040 737280 737280 737523 748800 27 26 26 26 312 0 0 1 0 7 0 0 0 0 0 +74 1783760160235342100 REFRESH 49 0 0.77926049810056608 0.6575757575757577 3 10 3 10 0 0 137 7 418 3943901 55200 149.74566650390625 0.97740000000000005 178.78790000000001 20160 14885 0 0 983040 737280 737280 737500 748800 27 26 28 63 274 0 0 1 0 6 0 0 0 0 0 +75 1783760160443384000 REFRESH 37 0 0.79510310996680578 0.67575757575757578 1 12 1 12 0 0 144 7 417 3943902 116640 149.50569152832031 0.99060000000000004 182.33189999999999 20160 15208 0 0 983040 737280 737280 737502 748800 27 28 26 27 309 0 1 0 0 6 0 0 0 0 0 +76 1783760160648602200 REFRESH 35 0 0.79517570478809629 0.66666666666666674 2 11 2 11 0 0 173 17 413 3943928 116640 149.95558166503906 1.0012000000000001 182.49950000000001 20160 14968 0 0 983040 737280 737280 737528 748800 27 29 28 26 303 1 0 1 1 14 0 0 0 0 0 +77 1783760160847649900 REFRESH 51 0 0.78989101418025043 0.76868686868686875 3 11 3 11 0 0 107 9 413 3943894 116640 149.77615356445312 1.0004999999999999 182.59399999999999 20160 15023 0 0 983040 737280 737280 737493 748800 27 26 25 25 310 0 0 1 1 7 0 0 0 0 0 +78 1783760161068339700 REFRESH 17 0 1.0122460033995342 0.018181818181818247 0 7 0 7 0 0 205 2 410 3943901 55200 149.07801818847656 0.97309999999999997 219.43690000000001 20160 13141 0 0 983040 737280 737280 737501 748800 32 26 33 71 248 0 0 0 0 2 0 0 0 0 0 +79 1783760161273199500 REFRESH 55 0 0.79539263598283616 0.67575757575757578 1 12 1 12 0 0 157 11 416 3943888 116640 150.37440490722656 1 183.3972 20160 14740 0 0 983040 737280 737280 737487 748800 27 26 25 26 312 0 1 1 0 9 0 0 0 0 0 +80 1783760161462472500 REFRESH 54 0 0.81362560826045149 0.23131313131313144 1 8 1 8 0 0 123 5 418 3943896 55200 149.66476440429688 0.97550000000000003 187.97720000000001 20160 14355 0 0 983040 737280 737280 737496 748800 52 26 59 82 199 0 0 1 0 4 0 0 0 0 0 +81 1783760161658119500 REFRESH 26 0 0.79553655109851029 0.67575757575757578 1 12 1 12 0 0 109 10 418 3943904 116640 149.47407531738281 1.0003 180.62299999999999 20160 15028 0 0 983040 737280 737280 737504 748800 26 29 26 25 312 0 0 0 1 9 0 0 0 0 0 +82 1783760161853331100 REFRESH 25 0 0.79025115569221449 0.76868686868686875 3 11 3 11 0 0 125 6 419 3943916 116640 150.14588928222656 0.99970000000000003 182.81129999999999 20160 14895 0 0 983040 737280 737280 737516 748800 27 25 26 26 315 0 1 0 0 5 0 0 0 0 0 +83 1783760162064429100 REFRESH 9 0 0.87382030277004707 0.11111111111111109 2 6 2 6 0 0 145 4 420 3943911 55200 149.28486633300781 1.0002 199.33539999999999 20160 14285 0 0 983040 737280 737280 737511 748800 68 26 73 61 192 0 0 0 0 4 0 0 0 0 0 +84 1783760162270207300 REFRESH 56 0 1.0028232945987396 0 2 5 2 5 0 0 226 3 412 3943897 55200 148.88140869140625 0.98909999999999998 204.5633 20160 12168 0 0 983040 737280 737280 737497 748800 44 26 68 99 175 0 0 0 0 3 0 0 0 0 0 +85 1783760162473001900 REFRESH 0 0 0.79582270678299682 0.67575757575757578 1 12 1 12 0 0 96 4 423 3943939 116640 148.85273742675781 0.99109999999999998 180.37809999999999 20160 15228 0 0 983040 737280 737280 737539 748800 27 26 25 26 319 0 0 1 1 2 0 0 0 0 0 +86 1783760162666105300 REFRESH 47 0 0.79589389989006976 0.66666666666666674 2 11 2 11 0 0 120 11 419 3943910 116640 149.18925476074219 1.0016 180.56970000000001 20160 15153 0 0 983040 737280 737280 737509 748800 27 26 26 26 314 2 0 0 0 9 0 0 0 0 0 +87 1783760162864054100 REFRESH 21 0 0.81228998739969793 0.35151515151515161 0 10 0 10 0 0 184 8 414 3943889 55200 149.62380981445312 0.98089999999999999 185.37610000000001 20160 14883 0 0 983040 737280 737280 737489 748800 30 26 28 53 277 0 0 0 0 8 0 0 0 0 0 +88 1783760163051804800 REFRESH 30 0 0.82414228804030165 0.23131313131313144 1 8 1 8 0 0 152 4 415 3943900 55200 149.31047058105469 1.0001 186.57249999999999 20160 14382 0 0 983040 737280 737280 737500 748800 30 26 63 63 233 0 0 0 0 4 0 0 0 0 0 +89 1783760163254146700 REFRESH 43 0 0.79074951465028509 0.76868686868686875 3 11 3 11 0 0 147 14 413 3943895 116640 149.53984069824219 0.98629999999999995 180.08529999999999 20160 15288 0 0 983040 737280 737280 737494 748800 28 29 26 28 302 1 1 0 1 11 0 0 0 0 0 +90 1783760163431174900 REFRESH 5 0 0.78034857378866107 0.66666666666666674 2 11 2 11 0 0 98 8 409 3943895 55200 148.98074340820312 0.97570000000000001 175.83430000000001 20160 14935 0 0 983040 737280 737280 737494 748800 30 25 28 30 296 0 0 0 0 8 0 0 0 0 0 +91 1783760163637193300 REFRESH 3 0 0.79755832424315476 0.44444444444444453 2 9 2 9 0 0 150 12 417 3943900 55200 149.26130676269531 0.98009999999999997 183.59039999999999 20160 14921 0 0 983040 737280 737280 737500 748800 35 26 29 31 296 1 0 0 0 11 0 0 0 0 0 +92 1783760163832585400 REFRESH 28 0 0.79631819323329422 0.67575757575757578 1 12 1 12 0 0 152 12 415 3943893 116640 150.48396301269531 1.0107999999999999 183.04810000000001 20160 14824 0 0 983040 737280 737280 737492 748800 27 27 26 26 309 0 1 1 0 10 0 0 0 0 0 +93 1783760164015425000 REFRESH 32 0 0.82449647772701762 0.23131313131313144 1 8 1 8 0 0 139 9 421 3943915 55200 149.32479858398438 1.0028999999999999 181.5299 20160 14379 0 0 983040 737280 737280 737515 748800 48 26 27 47 273 0 0 0 0 9 0 0 0 0 0 +94 1783760164211260900 REFRESH 4 0 0.79110140205236723 0.78686868686868705 1 13 1 13 0 0 67 3 419 3943903 116640 148.31513977050781 1.0034000000000001 178.8732 20160 15254 0 0 983040 737280 737280 737503 748800 29 26 25 26 313 1 0 1 0 1 0 0 0 0 0 +95 1783760164402596800 REFRESH 12 0 0.79782462376269536 0.43535353535353549 3 8 3 8 0 0 194 7 412 3943888 55200 149.3780517578125 0.99860000000000004 179.4393 20160 15017 0 0 983040 737280 737280 737488 748800 28 25 35 62 262 0 0 0 0 7 0 0 0 0 0 +96 1783760164613228000 REFRESH 52 0 0.97465107825710429 0.12020202020202017 1 7 1 7 0 0 114 8 421 3943924 55200 148.63154602050781 0.96999999999999997 209.3886 20160 14292 0 0 983040 737280 737280 737524 748800 29 26 63 52 251 0 0 0 0 8 0 0 0 0 0 +97 1783760164818133200 REFRESH 50 0 0.79795701583911227 0.44444444444444453 2 9 2 9 0 0 143 6 419 3943900 55200 149.42002868652344 0.97609999999999997 183.0265 20160 14994 0 0 983040 737280 737280 737500 748800 27 26 27 28 311 0 0 0 0 6 0 0 0 0 0 +98 1783760165017807000 REFRESH 38 0 0.78802302407689151 0.55555555555555558 2 10 2 10 0 0 129 14 413 3943900 55200 148.93363952636719 0.97809999999999997 177.3682 20160 14989 0 0 983040 737280 737280 737500 748800 31 25 35 51 271 0 1 0 0 13 0 0 0 0 0 +99 1783760165208942700 REFRESH 34 0 0.7914499574910111 0.78686868686868705 1 13 1 13 0 0 114 6 422 3943939 116640 148.76339721679688 0.99980000000000002 178.82409999999999 20160 15133 0 0 983040 737280 737280 737538 748800 26 25 26 26 319 1 0 0 0 5 0 0 0 0 0 +100 1783760165426636600 REFRESH 42 0 0.86394109495860394 0.11111111111111109 2 6 2 6 0 0 149 3 424 3943912 55200 149.83270263671875 0.9788 216.52029999999999 20160 13088 0 0 983040 737280 737280 737512 748800 73 26 29 99 197 0 0 0 0 3 0 0 0 0 0 +101 1783760165617138200 REFRESH 39 0 0.79822030306910263 0.43535353535353549 3 8 3 8 0 0 179 10 409 3943911 55200 149.47532653808594 0.9748 178.93690000000001 20160 14908 0 0 983040 737280 737280 737511 748800 27 26 27 26 303 0 0 0 0 10 0 0 0 0 0 +102 1783760165811786400 REFRESH 23 0 0.78415751668689226 0.99090909090909129 3 13 3 13 0 0 128 8 409 3943911 116640 149.38937377929688 1.0022 182.5754 20160 15030 0 0 983040 737280 737280 737511 748800 27 26 26 27 303 0 0 0 0 8 0 0 0 0 0 +103 1783760166018627100 REFRESH 48 0 0.79835120548092275 0.44444444444444453 2 9 2 9 0 0 176 10 417 3943896 55200 148.91725158691406 0.9748 193.36080000000001 20160 14823 0 0 983040 737280 737280 737496 748800 27 27 33 36 294 0 0 0 0 10 0 0 0 0 0 +104 1783760166211593400 REFRESH 20 0 0.79715238441740577 0.66666666666666674 2 11 2 11 0 0 125 10 415 3943929 116640 148.85580444335938 1.0001 180.6215 20160 15057 0 0 983040 737280 737280 737529 748800 27 28 27 26 307 1 1 0 1 7 0 0 0 0 0 +105 1783760166408408300 REFRESH 53 0 0.87521432291114865 0.12929292929292943 0 8 0 8 0 0 156 4 415 3943891 55200 149.74981689453125 0.97909999999999997 184.75739999999999 20160 14246 0 0 983040 737280 737280 737491 748800 32 26 31 27 299 0 0 0 0 4 0 0 0 0 0 +106 1783760166610404300 REFRESH 1 0 0.87527632097689123 0.12020202020202017 1 7 1 7 0 0 134 5 414 3943896 55200 149.48760986328125 0.97209999999999996 189.6962 20160 14447 0 0 983040 737280 737280 737496 748800 34 26 33 36 285 0 0 0 0 5 0 0 0 0 0 +107 1783760166819440400 REFRESH 44 0 0.82533820365587385 0.22222222222222218 2 7 2 7 0 0 171 7 420 3943919 55200 149.4599609375 0.98109999999999997 207.79750000000001 20160 14109 0 0 983040 737280 737280 737519 748800 26 26 26 77 265 0 0 0 0 7 0 0 0 0 0 +108 1783760167016521400 REFRESH 46 0 0.82539997136350474 0.22222222222222218 2 7 2 7 0 0 331 3 416 3943916 55200 150.16140747070312 0.97650000000000003 185.90899999999999 20160 14290 0 0 983040 737280 737280 737516 748800 38 26 29 35 288 0 0 0 0 3 0 0 0 0 0 +109 1783760167205352600 REFRESH 13 0 1.0047791907498822 0.0090909090909090783 1 6 1 6 0 0 187 3 414 3943905 55200 149.46099853515625 0.98370000000000002 187.66999999999999 20160 12242 0 0 983040 737280 737280 737505 748800 85 26 37 63 203 0 0 0 0 3 0 0 0 0 0 +110 1783760167450143300 REFRESH 11 0 0.87552316351529869 0.12929292929292943 0 8 0 8 0 0 109 4 411 3943906 55200 149.15692138671875 1.0074000000000001 223.4374 20160 14260 0 0 983040 737280 737280 737506 748800 30 26 44 86 225 0 0 0 0 4 0 0 0 0 0 +111 1783760167640649500 REFRESH 36 0 0.78172731037346233 0.6575757575757577 3 10 3 10 0 0 129 8 420 3943927 55200 149.46406555175781 0.97760000000000002 179.02979999999999 20160 14944 0 0 983040 737280 737280 737527 748800 58 26 25 30 281 0 0 0 0 8 0 0 0 0 0 +112 1783760167832831800 REFRESH 6 0 0.79234103823805191 0.76868686868686875 3 11 3 11 0 0 123 8 424 3943911 116640 149.02476501464844 1.0022 179.7473 20160 15117 0 0 983040 737280 737280 737511 748800 26 25 25 27 321 1 1 0 0 6 0 0 0 0 0 +113 1783760168028803900 REFRESH 22 0 0.79240869628387312 0.76868686868686875 3 11 3 11 0 0 138 8 418 3943913 116640 150.44709777832031 0.99909999999999999 183.40049999999999 20160 14737 0 0 983040 737280 737280 737513 748800 26 28 26 25 313 1 1 0 0 6 0 0 0 0 0 +114 1783760168222032000 REFRESH 40 0 0.79783337278596222 0.67575757575757578 1 12 1 12 1 0 131 8 416 3943934 116640 149.62387084960938 0.98870000000000002 180.9119 20160 15105 0 0 983040 737280 737280 737534 748800 26 29 26 26 309 0 0 0 1 7 0 0 0 0 1 +115 1783760168417452900 REFRESH 33 0 0.87582916055263793 0.12020202020202017 1 7 1 7 0 0 187 4 415 3943890 55200 150.29452514648438 0.97609999999999997 183.51400000000001 20160 14336 0 0 983040 737280 737280 737490 748800 48 26 28 76 237 0 0 1 0 3 0 0 0 0 0 +116 1783760168612287100 REFRESH 10 0 0.79919029895382598 0.45353535353535362 1 10 1 10 0 0 122 4 420 3943899 55200 149.31251525878906 0.97250000000000003 179.2022 20160 14920 0 0 983040 737280 737280 737498 748800 26 25 27 32 310 0 0 0 0 4 0 0 0 0 0 +117 1783760168813406400 REFRESH 14 0 0.7892542840289084 0.57373737373737377 0 12 0 12 0 0 127 7 417 3943908 55200 149.59922790527344 0.97799999999999998 183.6404 20160 14978 0 0 983040 737280 737280 737508 748800 30 26 26 27 308 0 0 0 0 7 0 0 0 0 0 +118 1783760169005926900 REFRESH 19 0 0.78217525444881908 0.66666666666666674 2 11 2 11 0 0 138 10 419 3943911 55200 149.67706298828125 0.97709999999999997 177.607 20160 14975 0 0 983040 737280 737280 737511 748800 27 26 25 31 310 0 0 0 0 10 0 0 0 0 0 +119 1783760169188117100 REFRESH 8 0 1.0048350378932964 0 2 5 2 5 0 0 235 4 415 3943900 55200 150.18701171875 0.97789999999999999 180.9186 20160 12144 0 0 983040 737280 737280 737500 748800 48 26 26 77 238 0 0 0 0 4 0 0 0 0 0 +120 1783760169400178400 REFRESH 2 0 0.81444446848818486 0.33333333333333343 2 8 2 8 0 0 149 8 418 3943925 55200 150.20259094238281 0.97370000000000001 186.3177 20160 14925 0 0 983040 737280 737280 737524 748800 36 26 28 29 299 0 0 0 0 8 0 0 0 0 0 +121 1783760169586830300 REFRESH 45 0 0.8261926742205733 0.22222222222222218 2 7 2 7 0 0 162 6 421 3943916 55200 150.30067443847656 0.9768 185.40719999999999 20160 14300 0 0 983040 737280 737280 737515 748800 29 26 26 42 298 0 0 0 0 6 0 0 0 0 0 +122 1783760170894216200 DEPTH 17 1 0.99700146935571232 0.018181818181818247 0 7 0 7 0 0 205 23 2520 23664863 81600 855.76976013183594 5.9493 1306.1152999999999 120960 64980 1 0 5898240 4423680 4423680 4426460 4492800 161 150 162 202 1845 0 0 0 0 23 0 0 0 0 0 +123 1783760172207803200 DEPTH 56 1 0.9893156189493677 0 2 5 2 5 0 0 226 19 2539 23664854 81600 854.98284912109375 5.9317000000000002 1312.1595 120960 59767 1 0 5898240 4423680 4423680 4426452 4492800 161 151 168 258 1801 0 0 0 0 19 0 0 0 0 0 +124 1783760173474980300 DEPTH 52 1 0.9530012598769021 0.12020202020202017 1 7 1 7 0 0 115 22 2553 23664843 81600 851.56468200683594 5.8493000000000004 1265.9538 120960 68929 1 1 5898240 4423680 4423680 4426440 4492800 159 156 204 175 1859 0 0 0 0 21 0 0 0 0 0 +125 1783760174730091400 DEPTH 13 1 0.89987687049431486 0.0090909090909090783 1 6 1 6 0 0 187 26 2492 23664776 81600 857.17094421386719 5.8453999999999997 1229.8982000000001 120960 60025 1 0 5898240 4423680 4423680 4426375 4492800 172 155 156 167 1842 0 0 0 0 26 0 0 0 0 0 +126 1783760175843880100 DEPTH 16 1 0.86311580786937758 0.11111111111111109 2 6 2 6 0 0 196 35 2530 23664960 81600 862.88984680175781 5.8918999999999997 1098.4874 120960 69364 1 0 5898240 4423680 4423680 4426558 4492800 156 150 150 156 1918 0 0 0 0 35 0 0 0 0 0 +127 1783760177150767400 DEPTH 9 1 0.85917292732658612 0.11111111111111109 2 6 2 6 0 0 145 8 2587 23664781 81600 857.48147583007812 5.8955000000000002 1281.644 120960 68402 1 0 5898240 4423680 4423680 4426379 4492800 186 150 161 166 1924 0 0 0 0 8 0 0 0 0 0 +128 1783760178412169100 DEPTH 31 1 0.8513316345832167 0.11111111111111109 2 6 2 6 1 0 143 28 2545 23664903 81600 853.7181396484375 5.8498999999999999 1235.3341 120960 65571 1 0 5898240 4423680 4423680 4426502 4492800 155 150 168 206 1866 0 0 0 0 28 0 0 0 0 1 +129 1783760179700151400 DEPTH 42 1 0.84869915610353541 0.11111111111111109 2 6 2 6 0 0 150 16 2579 23664864 81600 858.07420349121094 5.8874000000000004 1286.7755999999999 120960 65642 1 0 5898240 4423680 4423680 4426460 4492800 172 156 156 213 1882 0 0 0 0 16 0 0 0 0 0 +130 1783760180943619600 DEPTH 53 1 0.85934367183316585 0.12929292929292943 0 8 0 8 0 0 158 24 2515 23664844 81600 857.5364990234375 5.8875999999999991 1211.5391 120960 68619 1 0 5898240 4423680 4423680 4426441 4492800 162 156 151 156 1890 0 0 1 0 23 0 0 0 0 0 +131 1783760182066706200 DEPTH 8 1 0.86073830453074029 0 2 5 2 5 0 0 235 23 2549 23664882 81600 864.568115234375 5.8769 1088.3621000000001 120960 60999 1 0 5898240 4423680 4423680 4426481 4492800 159 150 151 175 1914 0 0 0 0 23 0 0 0 0 0 +132 1783760183346483200 DEPTH 1 1 0.86045699348923954 0.12020202020202017 1 7 1 7 0 0 134 21 2558 23664875 81600 858.30674743652344 5.9211 1245.2965999999999 120960 69271 1 0 5898240 4423680 4423680 4426474 4492800 160 150 153 181 1914 0 0 0 0 21 0 0 0 0 0 +133 1783760184658393900 DEPTH 17 1 0.84964303305672961 0.018181818181818247 0 7 0 7 0 0 205 17 2517 23664828 81600 844.99661254882812 5.8395000000000001 1284.0078000000001 120960 53174 1 0 5898240 4423680 4423680 4426428 4492800 162 150 162 319 1724 0 0 0 0 17 0 0 0 0 0 +134 1783760185895832200 DEPTH 32 1 0.81460166946663726 0.23131313131313144 1 8 1 8 0 0 140 41 2564 23664786 81600 855.48544311523438 5.9095000000000004 1218.296 120960 69262 1 0 5898240 4423680 4423680 4426384 4492800 158 156 150 162 1938 0 0 0 0 41 0 0 0 0 0 +135 1783760187153293500 DEPTH 54 1 0.81062622094805803 0.23131313131313144 1 8 1 8 0 0 125 30 2537 23664854 81600 853.61875915527344 5.8540000000000001 1255.9347 120960 69320 1 0 5898240 4423680 4423680 4426452 4492800 169 150 186 179 1853 0 0 0 0 30 0 0 0 0 0 +136 1783760188480482300 DEPTH 11 1 0.85968243014431944 0.12929292929292943 0 8 0 8 0 0 109 14 2570 23664819 81600 851.31880187988281 5.9048999999999996 1298.8228999999999 120960 69190 1 0 5898240 4423680 4423680 4426418 4492800 159 150 180 292 1789 0 0 0 0 14 0 0 0 0 0 +137 1783760189709690800 DEPTH 30 1 0.80973853993353195 0.23131313131313144 1 8 1 8 0 0 153 32 2525 23664899 81600 855.25299072265625 5.8514000000000008 1201.039 120960 69469 1 0 5898240 4423680 4423680 4426498 4492800 173 150 186 203 1813 0 0 0 1 31 0 0 0 0 0 +138 1783760190991414500 DEPTH 56 1 0.88293623465009208 0 2 5 2 5 0 0 226 17 2541 23664898 81600 844.13645935058594 5.8611000000000004 1280.4875 120960 48809 1 0 5898240 4423680 4423680 4426497 4492800 162 150 170 350 1709 0 0 0 0 17 0 0 0 0 0 +139 1783760192228035100 DEPTH 13 1 0.87339575210604592 0.0090909090909090783 1 6 1 6 0 0 187 22 2491 23664851 81600 848.62677001953125 5.8754000000000008 1222.1894 120960 49436 1 0 5898240 4423680 4423680 4426447 4492800 171 155 155 165 1845 0 0 0 0 22 0 0 0 0 0 +140 1783760193415490800 DEPTH 33 1 0.85990627625193139 0.12020202020202017 1 7 1 7 0 0 187 22 2526 23664890 81600 861.90408325195312 5.8422999999999998 1186.2784999999999 120960 69473 1 0 5898240 4423680 4423680 4426488 4492800 167 156 150 156 1897 0 0 1 0 21 0 0 0 0 0 +141 1783760194672089500 DEPTH 52 1 0.85523496313048197 0.12020202020202017 1 7 1 7 0 0 115 22 2566 23664872 81600 840.35379028320312 5.8570000000000002 1255.1489999999999 120960 56978 1 0 5898240 4423680 4423680 4426472 4492800 158 156 221 189 1842 0 0 0 0 22 0 0 0 0 0 +142 1783760195938313600 DEPTH 44 1 0.81301760961961356 0.22222222222222218 2 7 2 7 0 0 171 17 2593 23664921 81600 857.41693115234375 5.8774999999999995 1264.912 120960 68882 1 0 5898240 4423680 4423680 4426519 4492800 156 151 150 208 1928 0 0 0 0 17 0 0 0 0 0 +143 1783760197190340200 DEPTH 46 1 0.80907313005012682 0.22222222222222218 2 7 2 7 0 0 331 23 2573 23664883 81600 862.82955932617188 5.8423000000000007 1210.8975 120960 69870 1 0 5898240 4423680 4423680 4426482 4492800 197 156 160 182 1878 0 0 0 0 23 0 0 0 0 0 +144 1783760198282666000 DEPTH 8 1 0.86413497580329424 0 2 5 2 5 0 0 235 25 2561 23664880 81600 857.31622314453125 5.8460000000000001 1065.2929999999999 120960 49353 1 0 5898240 4423680 4423680 4426479 4492800 162 150 152 176 1921 0 0 0 0 25 0 0 0 0 0 +145 1783760199581702700 DEPTH 21 1 0.8006081630554106 0.35151515151515161 0 10 0 10 0 0 185 35 2547 23664813 81600 859.98182678222656 5.8475999999999999 1253.3339000000001 120960 69595 1 0 5898240 4423680 4423680 4426413 4492800 162 150 151 188 1896 0 0 0 0 35 0 0 0 0 0 +146 1783760200866645600 DEPTH 17 1 0.86315386086902623 0.018181818181818247 0 7 0 7 0 0 205 17 2516 23664756 81600 842.85560607910156 5.8848000000000003 1283.8189 120960 41937 1 0 5898240 4423680 4423680 4426356 4492800 163 151 162 345 1695 0 0 0 0 17 0 0 0 0 0 +147 1783760202090810000 DEPTH 45 1 0.81229424443083742 0.22222222222222218 2 7 2 7 0 0 162 24 2620 23664731 81600 861.29067993164062 5.8745000000000003 1222.9228000000001 120960 69598 1 0 5898240 4423680 4423680 4426328 4492800 152 152 151 201 1964 0 0 0 0 24 0 0 0 0 0 +148 1783760203371615500 DEPTH 56 1 0.82690134751633393 0 2 5 2 5 0 0 227 18 2532 23664937 81600 839.96876525878906 5.8472999999999997 1279.5286000000001 120960 39232 1 0 5898240 4423680 4423680 4426537 4492800 162 150 181 418 1621 0 0 0 0 18 0 0 0 0 0 +149 1783760204470544000 DEPTH 16 1 0.83465984779099733 0.11111111111111109 2 6 2 6 0 0 196 25 2526 23664769 81600 855.40394592285156 5.8438000000000008 1097.7782 120960 57712 1 0 5898240 4423680 4423680 4426368 4492800 157 150 151 159 1909 0 0 0 0 25 0 0 0 0 0 +150 1783760205742456000 DEPTH 2 1 0.80089558594159549 0.33333333333333343 2 8 2 8 0 0 149 29 2548 23664863 81600 857.64198303222656 5.8508000000000004 1226.9282000000001 120960 69633 1 0 5898240 4423680 4423680 4426462 4492800 182 156 156 156 1898 0 0 0 0 29 0 0 0 0 0 +151 1783760206993618700 DEPTH 13 1 0.8474124040764045 0.0090909090909090783 1 6 1 6 1 0 187 15 2495 23664867 81600 843.0439453125 5.8586999999999998 1235.2727 120960 39493 1 0 5898240 4423680 4423680 4426465 4492800 172 155 157 166 1845 0 0 0 0 15 0 0 0 0 1 +152 1783760208297326300 DEPTH 9 1 0.84921766315242997 0.11111111111111109 2 6 2 6 0 0 145 15 2588 23664826 81600 850.31626892089844 5.8790000000000004 1276.1478 120960 57320 1 0 5898240 4423680 4423680 4426426 4492800 221 150 179 222 1816 0 0 0 0 15 0 0 0 0 0 +153 1783760209358464800 DEPTH 39 1 0.78806685328115089 0.43535353535353549 3 8 3 8 0 0 180 46 2539 23664865 81600 859.22508239746094 5.8732000000000006 1027.9988000000001 120960 69520 1 0 5898240 4423680 4423680 4426463 4492800 161 150 150 150 1928 0 0 0 0 46 0 0 0 0 0 +154 1783760209546232000 REFRESH 21 0 0.62987752681508002 0.35151515151515161 0 10 0 10 0 0 185 7 419 3943939 55200 150.14810180664062 0.98240000000000005 186.65530000000001 20160 14197 0 0 983040 737280 737280 737539 748800 32 26 35 81 245 0 0 0 0 7 0 0 0 0 0 +155 1783760209734433500 REFRESH 46 0 0.67047466426929914 0.22222222222222218 2 7 2 7 0 0 331 1 413 3943905 55200 150.39077758789062 0.97709999999999997 186.93520000000001 20160 13055 0 0 983040 737280 737280 737504 748800 72 26 32 41 242 0 0 0 0 1 0 0 0 0 0 +156 1783760209951864000 REFRESH 52 0 0.81930130389744016 0.12020202020202017 1 7 1 7 0 0 115 3 415 3943933 55200 148.69503784179688 0.98309999999999997 216.24690000000001 20160 11970 0 0 983040 737280 737280 737533 748800 36 26 60 43 250 0 0 0 0 3 0 0 0 0 0 +157 1783760210151381200 REFRESH 50 0 0.78429383890121906 0.44444444444444453 2 9 2 9 0 0 143 6 421 3943898 55200 149.60639953613281 0.98309999999999997 183.7903 20160 14691 0 0 983040 737280 737280 737497 748800 27 26 26 27 315 0 0 0 0 6 0 0 0 0 0 +158 1783760210366618100 REFRESH 48 0 0.78835034267923487 0.44444444444444453 2 9 2 9 0 0 176 6 418 3943899 55200 149.25106811523438 0.97850000000000004 197.84049999999999 20160 14733 0 0 983040 737280 737280 737499 748800 27 27 42 34 288 0 0 0 0 6 0 0 0 0 0 +159 1783760210559560500 REFRESH 51 0 0.77832986436011498 0.76868686868686875 3 11 3 11 1 0 107 11 413 3943896 55200 149.31149291992188 0.97789999999999999 177.59909999999999 20160 14792 0 0 983040 737280 737280 737496 748800 27 25 25 25 311 0 0 0 0 11 0 0 0 0 1 +160 1783760210755662200 REFRESH 54 0 0.80253454532165258 0.23131313131313144 1 8 1 8 0 0 125 9 421 3943907 55200 149.396484375 0.97440000000000004 194.87799999999999 20160 12886 0 0 983040 737280 737280 737507 748800 78 26 61 87 169 0 0 0 0 9 0 0 0 0 0 +161 1783760210992469700 REFRESH 18 0 0.77198301709135797 1 2 14 2 14 0 0 132 7 418 3943902 55200 149.6944580078125 0.98680000000000001 178.37039999999999 20160 14644 0 0 983040 737280 737280 737502 748800 27 25 27 27 312 0 0 0 0 7 0 0 0 0 0 +162 1783760211186363100 REFRESH 29 0 0.77986388550721919 0.67575757575757578 1 12 1 12 0 0 130 13 412 3943904 55200 149.79685974121094 0.97789999999999999 178.68119999999999 20160 14743 0 0 983040 737280 737280 737504 748800 28 26 26 26 306 0 0 0 1 12 0 0 0 0 0 +163 1783760211378916800 REFRESH 19 0 0.77148901103157841 0.66666666666666674 2 11 2 11 0 0 138 10 415 3943908 55200 149.66886901855469 0.9859 177.40280000000001 20160 14697 0 0 983040 737280 737280 737508 748800 27 26 25 31 306 0 0 0 0 10 0 0 0 0 0 +164 1783760211568430300 REFRESH 13 0 0.85198162151344248 0.0090909090909090783 1 6 1 6 0 0 187 7 413 3943921 55200 149.76921081542969 0.97519999999999996 188.39099999999999 20160 12301 0 0 983040 737280 737280 737521 748800 135 26 33 67 152 0 0 0 0 7 0 0 0 0 0 +165 1783760211756752400 REFRESH 30 0 0.80189222383358805 0.23131313131313144 1 8 1 8 0 0 153 9 414 3943895 55200 149.38029479980469 0.97589999999999999 187.17670000000001 20160 12977 0 0 983040 737280 737280 737495 748800 38 26 80 68 202 0 0 0 0 9 0 0 0 0 0 +166 1783760211958715100 REFRESH 14 0 0.7757991704578785 0.57373737373737377 0 12 0 12 0 0 127 8 414 3943912 55200 149.99778747558594 0.98340000000000005 185.98089999999999 20160 14846 0 0 983040 737280 737280 737512 748800 29 26 26 27 306 0 0 0 0 8 0 0 0 0 0 +167 1783760212182108200 REFRESH 4 0 0.77279954836049125 0.78686868686868705 1 13 1 13 0 0 67 1 415 3943899 55200 149.22547912597656 0.98209999999999997 176.95840000000001 20160 14762 0 0 983040 737280 737280 737499 748800 29 26 25 27 308 0 0 0 0 1 0 0 0 0 0 +168 1783760212376077700 REFRESH 40 0 0.78321564413850864 0.67575757575757578 1 12 1 12 0 0 132 10 418 3943900 55200 149.50810241699219 0.97740000000000005 177.85050000000001 20160 14725 0 0 983040 737280 737280 737500 748800 27 26 26 26 313 0 0 1 0 9 0 0 0 0 0 +169 1783760212570669600 REFRESH 58 0 0.77991598121625139 0.77777777777777779 2 12 2 12 0 0 136 6 420 3943921 55200 150.044677734375 0.97699999999999998 178.5522 20160 14701 0 0 983040 737280 737280 737521 748800 27 26 26 27 314 0 0 0 0 6 0 0 0 0 0 +170 1783760212756451700 REFRESH 45 0 0.78394773570452447 0.22222222222222218 2 7 2 7 0 0 163 6 424 3943864 55200 149.78070068359375 0.97770000000000001 184.56469999999999 20160 12916 0 0 983040 737280 737280 737464 748800 31 26 29 48 290 0 0 0 0 6 0 0 0 0 0 +171 1783760212951007000 REFRESH 7 0 0.78338916680970572 0.67575757575757578 1 12 1 12 0 0 139 8 421 3943887 55200 149.88697814941406 0.97950000000000004 179.00839999999999 20160 14755 0 0 983040 737280 737280 737487 748800 27 26 26 26 316 0 0 0 0 8 0 0 0 0 0 +172 1783760213149703800 REFRESH 37 0 0.78244704267338205 0.67575757575757578 1 12 1 12 0 0 144 5 415 3943933 55200 150.13580322265625 0.98340000000000005 183.54329999999999 20160 14735 0 0 983040 737280 737280 737532 748800 27 26 26 28 308 0 0 0 0 5 0 0 0 0 0 +173 1783760213381933000 REFRESH 22 0 0.77814767909539739 0.76868686868686875 3 11 3 11 0 0 139 11 418 3943909 55200 150.98060607910156 0.97699999999999998 181.08510000000001 20160 14742 0 0 983040 737280 737280 737509 748800 26 26 27 27 312 0 0 0 0 11 0 0 0 0 0 +174 1783760213576115600 REFRESH 15 0 0.77720536210200986 0.76868686868686875 3 11 3 11 0 0 109 12 415 3943912 55200 150.31295776367188 0.9768 178.2903 20160 14780 0 0 983040 737280 737280 737512 748800 28 25 26 26 310 0 1 0 0 11 0 0 0 0 0 +175 1783760213770236700 REFRESH 23 0 0.77076294914655774 0.99090909090909129 3 13 3 13 0 0 128 9 412 3943901 55200 150.26278686523438 0.97699999999999998 179.23249999999999 20160 14754 0 0 983040 737280 737280 737501 748800 28 26 26 29 303 0 0 0 0 9 0 0 0 0 0 +176 1783760213959905400 REFRESH 1 0 0.8533515392592409 0.12020202020202017 1 7 1 7 0 0 134 4 417 3943912 55200 149.80120849609375 0.97689999999999999 188.52510000000001 20160 13050 0 0 983040 737280 737280 737512 748800 63 26 48 48 232 0 0 0 0 4 0 0 0 0 0 +177 1783760214154898400 REFRESH 6 0 0.77837783658398374 0.76868686868686875 3 11 3 11 0 0 123 6 421 3943922 55200 150.22285461425781 0.9819 179.2655 20160 14785 0 0 983040 737280 737280 737521 748800 26 25 27 28 315 0 0 1 0 5 0 0 0 0 0 +178 1783760214347812600 REFRESH 20 0 0.78579228044759442 0.66666666666666674 2 11 2 11 0 0 125 8 411 3943936 55200 150.14707946777344 0.9768 177.584 20160 14647 0 0 983040 737280 737280 737536 748800 27 26 26 26 306 0 0 0 0 8 0 0 0 0 0 +179 1783760214542409700 REFRESH 12 0 0.78651513076451041 0.43535353535353549 3 8 3 8 0 0 195 12 415 3943922 55200 149.53266906738281 0.9788 178.60929999999999 20160 14680 0 0 983040 737280 737280 737522 748800 30 25 36 63 261 0 0 0 0 12 0 0 0 0 0 +180 1783760214773381800 REFRESH 56 0 0.97233229940517552 0 2 5 2 5 0 0 227 3 414 3943911 55200 150.01087951660156 0.97460000000000002 215.8339 20160 12246 0 0 983040 737280 737280 737510 748800 67 26 65 114 142 0 0 0 0 3 0 0 0 0 0 +181 1783760214998034900 REFRESH 17 0 0.97826751208827578 0.018181818181818247 0 7 0 7 0 0 205 3 411 3943905 55200 149.36793518066406 0.98029999999999995 223.54400000000001 20160 12546 0 0 983040 737280 737280 737505 748800 62 26 38 101 184 0 0 0 0 3 0 0 0 0 0 +182 1783760215199809000 REFRESH 49 0 0.76953536666799038 0.6575757575757577 3 10 3 10 0 0 138 6 416 3943898 55200 149.2490234375 0.99880000000000002 177.1541 20160 14592 0 0 983040 737280 737280 737498 748800 27 26 29 58 276 0 0 0 0 6 0 0 0 0 0 +183 1783760215394800400 REFRESH 55 0 0.78607737049872983 0.67575757575757578 1 12 1 12 1 0 157 10 416 3943904 55200 150.23616027832031 0.97829999999999995 181.0677 20160 14695 0 0 983040 737280 737280 737504 748800 27 26 25 26 312 0 0 1 0 9 0 0 0 0 1 +184 1783760215590861200 REFRESH 35 0 0.78613410761487468 0.66666666666666674 2 11 2 11 0 0 174 12 413 3943938 55200 150.80252075195312 0.97819999999999996 180.04220000000001 20160 14670 0 0 983040 737280 737280 737537 748800 27 26 28 26 306 1 0 2 0 9 0 0 0 0 0 +185 1783760215782745200 REFRESH 34 0 0.77683360893663433 0.78686868686868705 1 13 1 13 0 0 114 10 421 3943910 55200 148.67059326171875 0.97589999999999999 175.8552 20160 14751 0 0 983040 737280 737280 737510 748800 26 25 26 30 314 0 0 0 0 10 0 0 0 0 0 +186 1783760215985993300 REFRESH 36 0 0.77075176665738454 0.6575757575757577 3 10 3 10 0 0 129 8 417 3943913 55200 149.78150939941406 0.9738 184.2713 20160 14756 0 0 983040 737280 737280 737513 748800 51 26 25 31 284 0 0 0 0 8 0 0 0 0 0 +187 1783760216170577600 REFRESH 39 0 0.77842436489572397 0.43535353535353549 3 8 3 8 0 0 180 8 407 3943909 55200 149.60025024414062 1.0733999999999999 183.3467 20160 14274 0 0 983040 737280 737280 737509 748800 30 26 28 27 296 0 0 0 0 8 0 0 0 0 0 +188 1783760216353481000 REFRESH 32 0 0.80757875364030818 0.23131313131313144 1 8 1 8 0 0 140 8 421 3943897 55200 149.54290771484375 0.97360000000000002 181.73429999999999 20160 12964 0 0 983040 737280 737280 737497 748800 67 26 27 57 244 0 0 0 0 8 0 0 0 0 0 +189 1783760216561873800 REFRESH 3 0 0.79005566614586908 0.44444444444444453 2 9 2 9 0 0 150 10 418 3943910 55200 149.97708129882812 0.99990000000000001 183.49080000000001 20160 14599 0 0 983040 737280 737280 737510 748800 56 26 40 48 248 0 0 0 0 10 0 0 0 0 0 +190 1783760216755114800 REFRESH 26 0 0.78647258889530558 0.67575757575757578 1 12 1 12 0 0 109 10 418 3943919 55200 149.78048706054688 0.9728 177.7413 20160 14743 0 0 983040 737280 737280 737519 748800 28 26 26 25 313 0 0 0 0 10 0 0 0 0 0 +191 1783760216941602300 REFRESH 33 0 0.85319800175707672 0.12020202020202017 1 7 1 7 0 0 187 8 417 3943949 55200 150.12351989746094 0.97370000000000001 185.0026 20160 13013 0 0 983040 737280 737280 737548 748800 88 26 29 87 187 0 0 0 0 8 0 0 0 0 0 +192 1783760217148986300 REFRESH 44 0 0.80594711857824608 0.22222222222222218 2 7 2 7 0 0 171 9 422 3943910 55200 150.59455871582031 0.97450000000000003 206.12049999999999 20160 12917 0 0 983040 737280 737280 737509 748800 27 26 26 110 233 0 0 0 0 9 0 0 0 0 0 +193 1783760217353109800 REFRESH 9 0 0.8431626425721036 0.11111111111111109 2 6 2 6 0 0 145 2 425 3943917 55200 149.78866577148438 0.98529999999999995 203.08590000000001 20160 12052 0 0 983040 737280 737280 737517 748800 91 25 63 69 177 0 0 0 0 2 0 0 0 0 0 +194 1783760217578136500 REFRESH 11 0 0.85334511403772562 0.12929292929292943 0 8 0 8 0 0 109 2 412 3943892 55200 149.19679260253906 0.98509999999999998 223.94669999999999 20160 13014 0 0 983040 737280 737280 737492 748800 51 26 58 116 161 0 0 0 0 2 0 0 0 0 0 +195 1783760217787159700 REFRESH 10 0 0.78437578279761111 0.45353535353535362 1 10 1 10 0 0 122 5 418 3943924 55200 149.11795043945312 1.0004 182.5975 20160 14749 0 0 983040 737280 737280 737524 748800 26 26 29 32 305 0 0 0 0 5 0 0 0 0 0 +196 1783760217979010400 REFRESH 25 0 0.77745064434776423 0.76868686868686875 3 11 3 11 0 0 125 6 417 3943911 55200 150.21267700195312 0.99790000000000001 179.13229999999999 20160 14730 0 0 983040 737280 737280 737511 748800 26 25 27 26 313 0 0 0 0 6 0 0 0 0 0 +197 1783760218178288400 REFRESH 27 0 0.78050619587548709 0.7959595959595962 0 14 0 14 0 0 161 8 413 3943900 55200 150.508544921875 0.97619999999999996 179.22149999999999 20160 14746 0 0 983040 737280 737280 737499 748800 27 25 25 26 310 0 0 0 0 8 0 0 0 0 0 +198 1783760218384221100 REFRESH 41 0 0.78553468197366028 0.45353535353535362 1 10 1 10 0 0 114 5 411 3943907 55200 148.96640014648438 0.97819999999999996 188.31649999999999 20160 14673 0 0 983040 737280 737280 737507 748800 31 26 30 29 295 0 0 0 0 5 0 0 0 0 0 +199 1783760218576781700 REFRESH 43 0 0.78161703157277307 0.76868686868686875 3 11 3 11 0 0 147 12 409 3943926 55200 149.42002868652344 0.98740000000000006 176.73249999999999 20160 14676 0 0 983040 737280 737280 737526 748800 30 26 26 33 294 0 0 0 0 12 0 0 0 0 0 +200 1783760218769066600 REFRESH 47 0 0.78702945915291189 0.66666666666666674 2 11 2 11 0 0 120 8 418 3943893 55200 149.86854553222656 0.97160000000000002 177.51910000000001 20160 14791 0 0 983040 737280 737280 737492 748800 28 26 26 26 312 0 0 0 0 8 0 0 0 0 0 +201 1783760218955186300 REFRESH 53 0 0.85368562312577112 0.12929292929292943 0 8 0 8 1 0 158 8 414 3943904 55200 149.28384399414062 0.97740000000000005 184.8526 20160 13109 0 0 983040 737280 737280 737504 748800 38 26 31 28 291 0 0 0 0 8 0 0 0 0 1 +202 1783760219157082500 REFRESH 28 0 0.78713976372166561 0.67575757575757578 1 12 1 12 0 0 152 11 413 3943879 55200 150.81575012207031 0.97850000000000004 179.8451 20160 14878 0 0 983040 737280 737280 737479 748800 27 26 26 26 308 0 0 0 0 11 0 0 0 0 0 +203 1783760219339452300 REFRESH 8 0 0.98021283573072271 0 2 5 2 5 0 0 235 7 414 3943915 55200 149.74566650390625 0.97850000000000004 181.23150000000001 20160 11868 0 0 983040 737280 737280 737515 748800 70 26 26 81 211 0 0 0 0 7 0 0 0 0 0 +204 1783760219534471000 REFRESH 24 0 0.77472590741435898 0.87070707070707098 4 11 4 11 0 0 155 11 412 3943904 55200 150.46759033203125 0.97619999999999996 180.01759999999999 20160 14805 0 0 983040 737280 737280 737503 748800 30 26 26 27 303 0 0 0 0 11 0 0 0 0 0 +205 1783760219737996000 REFRESH 0 0 0.78130456246617974 0.67575757575757578 1 12 1 12 0 0 97 5 421 3943918 55200 149.1619873046875 0.97440000000000004 176.75299999999999 20160 14707 0 0 983040 737280 737280 737518 748800 27 26 25 26 317 0 0 0 0 5 0 0 0 0 0 +206 1783760219933763500 REFRESH 57 0 0.78200217810873984 0.77777777777777779 2 12 2 12 0 0 144 14 415 3943895 55200 149.93305969238281 0.97940000000000005 179.15110000000001 20160 14685 0 0 983040 737280 737280 737494 748800 27 26 26 26 310 0 0 0 0 14 0 0 0 0 0 +207 1783760220122999400 REFRESH 2 0 0.79263786175852557 0.33333333333333343 2 8 2 8 0 0 149 8 415 3943919 55200 149.89823913574219 0.98460000000000003 188.09970000000001 20160 14188 0 0 983040 737280 737280 737518 748800 52 26 27 31 279 0 0 0 0 8 0 0 0 0 0 +208 1783760220332772000 REFRESH 31 0 0.84708369392684357 0.11111111111111109 2 6 2 6 0 0 143 3 420 3943936 55200 148.68377685546875 0.98299999999999998 186.08349999999999 20160 12299 0 0 983040 737280 737280 737536 748800 71 25 35 84 205 0 0 0 0 3 0 0 0 0 0 +209 1783760220580144300 REFRESH 42 0 0.8445500319969691 0.11111111111111109 2 6 2 6 0 0 150 8 420 3943897 55200 149.59513854980469 0.97799999999999998 221.38669999999999 20160 12133 0 0 983040 737280 737280 737497 748800 82 26 29 90 193 0 0 0 0 8 0 0 0 0 0 +210 1783760220763560300 REFRESH 16 0 0.84899446375021081 0.11111111111111109 2 6 2 6 0 0 196 6 415 3943896 55200 149.70573425292969 0.97199999999999998 182.30289999999999 20160 12245 0 0 983040 737280 737280 737496 748800 75 26 28 39 247 0 0 0 0 6 0 0 0 0 0 +211 1783760220964656200 REFRESH 5 0 0.77207165920446885 0.66666666666666674 2 11 2 11 0 0 98 11 408 3943917 55200 148.67558288574219 0.97399999999999998 176.0641 20160 14680 0 0 983040 737280 737280 737517 748800 34 25 30 31 288 0 0 0 0 11 0 0 0 0 0 +212 1783760221158623100 REFRESH 38 0 0.78126623397172335 0.55555555555555558 2 10 2 10 0 0 129 10 415 3943948 55200 149.40261840820312 0.97909999999999997 177.81639999999999 20160 14663 0 0 983040 737280 737280 737547 748800 37 25 40 83 230 0 0 0 0 10 0 0 0 0 0 +213 1783760222483966800 DEPTH 17 1 0.96659281976763023 0.018181818181818247 0 7 0 7 0 0 205 25 2518 23664746 81600 855.79981994628906 5.8608000000000002 1298.9236000000001 120960 59016 1 0 5898240 4423680 4423680 4426345 4492800 169 150 162 290 1747 0 0 0 0 25 0 0 0 0 0 +214 1783760223727968800 DEPTH 13 1 0.96543914902162431 0.0090909090909090783 1 6 1 6 0 0 187 20 2493 23664760 81600 857.43104553222656 5.8878999999999992 1242.9553000000001 120960 57747 1 0 5898240 4423680 4423680 4426357 4492800 181 156 156 160 1840 0 0 0 0 20 0 0 0 0 0 +215 1783760225017724900 DEPTH 56 1 0.96115629768160882 0 2 5 2 5 0 0 227 13 2542 23664804 81600 855.76496887207031 5.8483000000000001 1288.5159000000001 120960 57997 1 0 5898240 4423680 4423680 4426404 4492800 165 150 186 408 1633 0 0 0 0 13 0 0 0 0 0 +216 1783760226294860800 DEPTH 52 1 0.9000455124869049 0.12020202020202017 1 7 1 7 0 0 117 18 2556 23664875 81600 851.6075439453125 5.8459000000000003 1275.5048999999999 120960 59393 1 0 5898240 4423680 4423680 4426473 4492800 159 156 245 201 1795 0 0 0 0 18 0 0 0 0 0 +217 1783760227579616800 DEPTH 1 1 0.84088435986553589 0.12020202020202017 1 7 1 7 0 0 134 21 2556 23664785 81600 858.62910461425781 5.9297000000000004 1250.7254 120960 65743 1 0 5898240 4423680 4423680 4426385 4492800 160 150 151 174 1921 0 0 0 0 21 0 0 0 0 0 +218 1783760228680183100 DEPTH 8 1 0.87167432825460367 0 2 5 2 5 0 0 235 17 2557 23664896 81600 865.37107849121094 5.8555000000000001 1080.2726 120960 56745 1 0 5898240 4423680 4423680 4426493 4492800 167 150 153 172 1915 0 0 0 0 17 0 0 0 0 0 +219 1783760229915752100 DEPTH 33 1 0.84416511734451483 0.12020202020202017 1 7 1 7 0 0 187 20 2533 23664731 81600 861.57618713378906 5.8493000000000004 1201.0435 120960 65131 1 0 5898240 4423680 4423680 4426331 4492800 177 155 150 156 1895 0 0 0 0 20 0 0 0 0 0 +220 1783760231142575400 DEPTH 32 1 0.79828611380280334 0.23131313131313144 1 8 1 8 0 0 140 26 2561 23664853 81600 856.28825378417969 5.9170999999999996 1225.1700000000001 120960 65105 1 0 5898240 4423680 4423680 4426452 4492800 162 156 150 180 1913 0 0 0 0 26 0 0 0 0 0 +221 1783760232440655100 DEPTH 11 1 0.83825559290164853 0.12929292929292943 0 8 0 8 0 0 109 9 2568 23664846 81600 850.07878112792969 5.8872999999999998 1296.8448000000001 120960 64688 1 0 5898240 4423680 4423680 4426445 4492800 164 150 178 348 1728 0 0 0 0 9 0 0 0 0 0 +222 1783760233731875800 DEPTH 9 1 0.82916214513436148 0.11111111111111109 2 6 2 6 0 0 145 12 2577 23664841 81600 858.96005249023438 5.8732999999999995 1290.1531 120960 60218 1 0 5898240 4423680 4423680 4426440 4492800 257 150 186 211 1773 0 0 0 0 12 0 0 0 0 0 +223 1783760234999407700 DEPTH 44 1 0.79777578823012196 0.22222222222222218 2 7 2 7 0 0 171 17 2595 23664793 81600 857.474365234375 5.8747999999999996 1266.2654 120960 64481 1 0 5898240 4423680 4423680 4426392 4492800 156 151 150 212 1926 0 0 0 0 17 0 0 0 0 0 +224 1783760236306306600 DEPTH 54 1 0.79620078133361649 0.23131313131313144 1 8 1 8 0 0 125 29 2542 23664914 81600 854.47203063964844 6.0570000000000004 1271.8661 120960 64775 1 0 5898240 4423680 4423680 4426512 4492800 179 150 186 202 1825 0 0 0 0 29 0 0 0 0 0 +225 1783760237559963400 DEPTH 30 1 0.79543570500808858 0.23131313131313144 1 8 1 8 0 0 153 35 2539 23664830 81600 857.05830383300781 5.8744999999999994 1230.2295999999999 120960 65570 1 0 5898240 4423680 4423680 4426428 4492800 182 150 204 252 1751 0 0 0 1 34 0 0 0 0 0 +226 1783760238793462900 DEPTH 53 1 0.84448319769828795 0.12929292929292943 0 8 0 8 0 0 158 23 2512 23664763 81600 856.89756774902344 5.8902000000000001 1212.5400999999999 120960 65444 1 0 5898240 4423680 4423680 4426361 4492800 162 156 152 162 1880 0 0 0 0 23 0 0 0 0 0 +227 1783760240053172000 DEPTH 45 1 0.7941453448988457 0.22222222222222218 2 7 2 7 0 0 163 27 2618 23664731 81600 860.83174133300781 5.8586 1224.796 120960 65346 1 0 5898240 4423680 4423680 4426328 4492800 150 150 156 195 1967 0 0 0 0 27 0 0 0 0 0 +228 1783760241376152300 DEPTH 17 1 0.86224253616678959 0.018181818181818247 0 7 0 7 0 0 205 13 2514 23664910 81600 847.42654418945312 5.8948999999999998 1286.6768 120960 47598 1 0 5898240 4423680 4423680 4426508 4492800 172 151 162 310 1719 0 0 0 0 13 0 0 0 0 0 +229 1783760242654936500 DEPTH 13 1 0.86098103842874185 0.0090909090909090783 1 6 1 6 0 0 187 22 2496 23664808 81600 847.17886352539062 5.8603999999999994 1244.5979 120960 46611 1 0 5898240 4423680 4423680 4426408 4492800 181 155 155 168 1837 0 0 0 0 22 0 0 0 0 0 +230 1783760243976768900 DEPTH 56 1 0.85712852348252644 0 2 5 2 5 0 0 227 19 2555 23664843 81600 846.30429077148438 5.8362999999999996 1281.4603 120960 47470 1 0 5898240 4423680 4423680 4426442 4492800 170 150 185 421 1629 0 0 0 0 19 0 0 0 0 0 +231 1783760245074459600 DEPTH 8 1 0.84674780294128815 0 2 5 2 5 0 0 235 28 2556 23664872 81600 859.67155456542969 5.8677999999999999 1071.3855000000001 120960 45931 1 0 5898240 4423680 4423680 4426470 4492800 175 150 152 161 1918 0 0 0 0 28 0 0 0 0 0 +232 1783760246306532100 DEPTH 31 1 0.82349363901932093 0.11111111111111109 2 6 2 6 0 0 144 25 2549 23664896 81600 857.88568115234375 5.8624999999999998 1230.9016999999999 120960 60094 1 0 5898240 4423680 4423680 4426494 4492800 168 150 169 227 1835 0 0 0 0 25 0 0 0 0 0 +233 1783760247520422700 DEPTH 46 1 0.78698261966162653 0.22222222222222218 2 7 2 7 0 0 331 25 2582 23664828 81600 862.76300048828125 5.8725999999999994 1212.0160000000001 120960 65430 1 0 5898240 4423680 4423680 4426426 4492800 228 156 159 182 1857 0 0 0 0 25 0 0 0 0 0 +234 1783760248825844400 DEPTH 42 1 0.83625756578449117 0.11111111111111109 2 6 2 6 0 0 150 19 2579 23664777 81600 858.5615234375 5.8943000000000003 1304.2727 120960 60754 1 0 5898240 4423680 4423680 4426376 4492800 203 156 163 243 1814 0 0 0 0 19 0 0 0 0 0 +235 1783760250093935400 DEPTH 21 1 0.78106711020886965 0.35151515151515161 0 10 0 10 0 0 185 37 2543 23664857 81600 858.89845275878906 5.8541000000000007 1256.3976 120960 69356 1 0 5898240 4423680 4423680 4426457 4492800 162 150 155 213 1863 0 0 0 0 37 0 0 0 0 0 +236 1783760251348199400 DEPTH 3 1 0.78085180652698627 0.44444444444444453 2 9 2 9 0 0 150 44 2540 23664868 81600 856.30580139160156 5.8524000000000003 1203.4774 120960 70372 1 0 5898240 4423680 4423680 4426465 4492800 165 150 157 161 1907 0 0 0 0 44 0 0 0 0 0 +237 1783760252629556000 DEPTH 52 1 0.8479487052324125 0.12020202020202017 1 7 1 7 0 0 117 22 2564 23664863 81600 842.21951293945312 5.8519999999999994 1258.9301 120960 49585 1 0 5898240 4423680 4423680 4426462 4492800 174 156 240 225 1769 0 0 0 0 22 0 0 0 0 0 +238 1783760253739229800 DEPTH 16 1 0.8383867390311216 0.11111111111111109 2 6 2 6 0 0 196 32 2543 23664904 81600 863.52793884277344 5.8556999999999997 1108.5234 120960 60610 1 0 5898240 4423680 4423680 4426502 4492800 159 150 150 159 1925 0 0 0 0 32 0 0 0 0 0 +239 1783760255028361400 DEPTH 17 1 0.81798221415546857 0.018181818181818247 0 7 0 7 0 0 205 10 2518 23664805 81600 843.61235046386719 5.8681000000000001 1288.0244 120960 38033 1 0 5898240 4423680 4423680 4426405 4492800 174 152 162 346 1684 0 0 0 0 10 0 0 0 0 0 +240 1783760256283124300 DEPTH 13 1 0.8166065021043204 0.0090909090909090783 1 6 1 6 0 0 187 24 2496 23664864 81600 843.93692016601562 5.8445 1253.6633999999999 120960 37631 1 0 5898240 4423680 4423680 4426462 4492800 189 155 155 174 1823 0 0 0 0 24 0 0 0 0 0 +241 1783760257537963300 DEPTH 1 1 0.82492699271867853 0.12020202020202017 1 7 1 7 0 0 134 19 2559 23664866 81600 850.81813049316406 5.8508000000000004 1253.6903 120960 53877 1 0 5898240 4423680 4423680 4426466 4492800 164 150 156 204 1885 0 0 0 0 19 0 0 0 0 0 +242 1783760258816386200 DEPTH 2 1 0.78238653790384738 0.33333333333333343 2 8 2 8 0 0 151 33 2551 23664766 81600 856.95518493652344 5.9188000000000001 1231.0274999999999 120960 69489 1 0 5898240 4423680 4423680 4426363 4492800 221 156 160 159 1855 0 0 0 0 33 0 0 0 0 0 +243 1783760259867369600 DEPTH 12 1 0.77848378151968056 0.43535353535353549 3 8 3 8 0 0 197 41 2528 23664852 81600 857.81666564941406 5.8504000000000005 1028.8697999999999 120960 70138 1 0 5898240 4423680 4423680 4426452 4492800 168 150 165 179 1866 2 0 0 0 39 0 0 0 0 0 +244 1783760261155947400 DEPTH 48 1 0.77723092125857285 0.44444444444444453 2 9 2 9 0 0 177 23 2569 23664803 81600 854.36213684082031 5.9085000000000001 1258.2986000000001 120960 70180 1 0 5898240 4423680 4423680 4426403 4492800 156 150 156 179 1928 0 0 1 0 22 0 0 0 0 0 +245 1783760261353566400 REFRESH 50 0 0.77367799030506545 0.44444444444444453 2 9 2 9 0 0 143 6 418 3943874 55200 148.90803527832031 0.97460000000000002 185.2234 20160 14730 0 0 983040 737280 737280 737474 748800 26 26 26 27 313 0 0 0 0 6 0 0 0 0 0 +246 1783760261543454400 REFRESH 29 0 0.7713350115279719 0.67575757575757578 1 12 1 12 0 0 130 7 416 3943896 55200 149.23989868164062 0.97729999999999995 178.5883 20160 14738 0 0 983040 737280 737280 737496 748800 28 26 27 27 308 0 0 0 0 7 0 0 0 0 0 +247 1783760261737179400 REFRESH 23 0 0.76022688365728786 0.99090909090909129 3 13 3 13 0 0 128 6 408 3943920 55200 149.64326477050781 0.98229999999999995 178.48609999999999 20160 14742 0 0 983040 737280 737280 737520 748800 34 26 26 30 292 0 0 0 0 6 0 0 0 0 0 +248 1783760261917230400 REFRESH 12 0 0.56884767117561164 0.43535353535353549 3 8 3 8 0 0 197 10 411 3943894 55200 149.63328552246094 0.98099999999999998 178.37739999999999 20160 13950 0 0 983040 737280 737280 737493 748800 32 25 42 68 244 0 0 0 0 10 0 0 0 0 0 +249 1783760262111617600 REFRESH 28 0 0.77598183711323465 0.67575757575757578 1 12 1 12 0 0 153 9 413 3943920 55200 150.52902221679688 0.97499999999999998 179.9683 20160 14827 0 0 983040 737280 737280 737520 748800 27 26 26 26 308 0 0 0 0 9 0 0 0 0 0 +250 1783760262305163100 REFRESH 55 0 0.77603177238696575 0.67575757575757578 1 12 1 12 0 0 158 13 415 3943942 55200 150.00473022460938 0.97460000000000002 178.9744 20160 14700 0 0 983040 737280 737280 737542 748800 27 26 25 26 311 0 0 0 0 13 0 0 0 0 0 +251 1783760262489175200 REFRESH 8 0 0.91237935766839895 0 2 5 2 5 0 0 235 5 415 3943898 55200 150.85568237304688 0.97709999999999997 182.9049 20160 12007 0 0 983040 737280 737280 737498 748800 92 26 26 89 182 0 0 0 0 5 0 0 0 0 0 +252 1783760262692141000 REFRESH 57 0 0.77077086488068802 0.77777777777777779 2 12 2 12 0 0 144 8 412 3943922 55200 149.59820556640625 0.97460000000000002 178.5317 20160 14655 0 0 983040 737280 737280 737522 748800 27 26 26 27 306 0 0 0 0 8 0 0 0 0 0 +253 1783760262882954800 REFRESH 31 0 0.78807828944358038 0.11111111111111109 2 6 2 6 0 0 144 5 420 3943921 55200 149.6678466796875 0.97699999999999998 189.7012 20160 12712 0 0 983040 737280 737280 737520 748800 90 25 35 79 191 0 0 0 0 5 0 0 0 0 0 +254 1783760263062360800 REFRESH 39 0 0.76954638749508519 0.43535353535353549 3 8 3 8 0 0 181 11 409 3943929 55200 149.40876770019531 0.97719999999999996 178.13200000000001 20160 13738 0 0 983040 737280 737280 737529 748800 31 26 29 27 296 1 0 0 0 10 0 0 0 0 0 +255 1783760263275286800 REFRESH 44 0 0.79147133292783667 0.22222222222222218 2 7 2 7 0 0 171 3 417 3943913 55200 150.02316284179688 0.97319999999999995 211.72720000000001 20160 12057 0 0 983040 737280 737280 737512 748800 28 26 26 115 222 0 0 0 1 2 0 0 0 0 0 +256 1783760263479590900 REFRESH 47 0 0.77432189281847952 0.66666666666666674 2 11 2 11 0 0 120 7 417 3943900 55200 149.61766052246094 0.97470000000000001 178.3681 20160 14700 0 0 983040 737280 737280 737500 748800 28 26 26 26 311 0 0 0 0 7 0 0 0 0 0 +257 1783760263685857900 REFRESH 9 0 0.82472957797772761 0.11111111111111109 2 6 2 6 0 0 145 3 424 3943881 55200 149.16607666015625 1.0012000000000001 205.07300000000001 20160 12547 0 0 983040 737280 737280 737481 748800 92 25 65 70 172 0 0 0 0 3 0 0 0 0 0 +258 1783760263909208800 REFRESH 42 0 0.82068922108425502 0.11111111111111109 2 6 2 6 0 0 150 5 421 3943919 55200 150.17575073242188 0.97789999999999999 222.1754 20160 12356 0 0 983040 737280 737280 737519 748800 117 26 32 91 155 0 0 0 0 5 0 0 0 0 0 +259 1783760264111208600 REFRESH 49 0 0.7580867904963704 0.6575757575757577 3 10 3 10 0 0 138 5 416 3943893 55200 149.51321411132812 0.97719999999999996 177.57210000000001 20160 14591 0 0 983040 737280 737280 737493 748800 27 26 28 65 270 0 0 0 0 5 0 0 0 0 0 +260 1783760264310270300 REFRESH 14 0 0.76727589799684848 0.57373737373737377 0 12 0 12 0 0 127 3 416 3943903 55200 149.9525146484375 0.97629999999999995 183.8579 20160 14666 0 0 983040 737280 737280 737503 748800 31 26 27 28 304 0 0 0 0 3 0 0 0 0 0 +261 1783760264505247100 REFRESH 24 0 0.76433883639181721 0.87070707070707098 4 11 4 11 0 0 155 5 415 3943890 55200 150.15423583984375 0.97430000000000005 179.00989999999999 20160 14894 0 0 983040 737280 737280 737490 748800 30 26 29 27 303 0 0 0 0 5 0 0 0 0 0 +262 1783760264698998300 REFRESH 19 0 0.76492508834226458 0.66666666666666674 2 11 2 11 0 0 139 7 419 3943948 55200 149.99346923828125 0.9728 178.50450000000001 20160 14625 0 0 983040 737280 737280 737548 748800 27 26 25 31 310 0 0 0 0 7 0 0 0 0 0 +263 1783760264904097500 REFRESH 54 0 0.79034296258980319 0.23131313131313144 1 8 1 8 0 0 125 4 419 3943898 55200 149.49491882324219 0.97519999999999996 203.87370000000001 20160 12043 0 0 983040 737280 737280 737497 748800 91 26 56 78 168 0 0 0 0 4 0 0 0 0 0 +264 1783760265088396200 REFRESH 32 0 0.79242304627183413 0.23131313131313144 1 8 1 8 0 0 140 8 419 3943916 55200 149.84211730957031 0.97629999999999995 183.15180000000001 20160 12096 0 0 983040 737280 737280 737516 748800 77 26 27 63 226 0 0 0 1 7 0 0 0 0 0 +265 1783760265279732200 REFRESH 1 0 0.81950190503868192 0.12020202020202017 1 7 1 7 0 0 134 3 417 3943944 55200 150.08457946777344 0.97829999999999995 190.20570000000001 20160 12522 0 0 983040 737280 737280 737544 748800 78 26 36 41 236 0 0 0 0 3 0 0 0 0 0 +266 1783760265469526200 REFRESH 30 0 0.78973658112626388 0.23131313131313144 1 8 1 8 0 0 153 5 416 3943897 55200 149.23674011230469 0.97460000000000002 188.4641 20160 12009 0 0 983040 737280 737280 737497 748800 62 26 92 80 156 0 0 0 0 5 0 0 0 0 0 +267 1783760265672080900 REFRESH 37 0 0.76914923145370828 0.67575757575757578 1 12 1 12 0 0 144 5 413 3943917 55200 149.52140808105469 0.97209999999999996 177.78360000000001 20160 14794 0 0 983040 737280 737280 737517 748800 27 26 26 35 299 0 0 0 0 5 0 0 0 0 0 +268 1783760265866363300 REFRESH 18 0 0.76107123003961608 1 2 14 2 14 0 0 132 14 420 3943917 55200 150.40103149414062 0.98019999999999996 178.8759 20160 14822 0 0 983040 737280 737280 737517 748800 27 25 27 28 313 0 0 0 1 13 0 0 0 0 0 +269 1783760266057863400 REFRESH 13 0 0.95306280418511813 0.0090909090909090783 1 6 1 6 0 0 187 5 415 3943912 55200 149.91769409179688 0.98280000000000001 190.38659999999999 20160 12290 0 0 983040 737280 737280 737512 748800 187 26 34 50 118 0 0 0 0 5 0 0 0 0 0 +270 1783760266257606900 REFRESH 5 0 0.76348946971151888 0.66666666666666674 2 11 2 11 0 0 98 6 411 3943900 55200 148.75546264648438 0.97609999999999997 175.2406 20160 14582 0 0 983040 737280 737280 737500 748800 35 25 29 33 289 0 0 0 0 6 0 0 0 0 0 +271 1783760266481217700 REFRESH 38 0 0.7724776274634737 0.55555555555555558 2 10 2 10 0 0 129 5 417 3943923 55200 149.31047058105469 0.99760000000000004 178.3783 20160 14687 0 0 983040 737280 737280 737523 748800 34 25 34 52 272 0 0 0 0 5 0 0 0 0 0 +272 1783760266675419800 REFRESH 6 0 0.76592900701176103 0.76868686868686875 3 11 3 11 0 0 123 8 423 3943922 55200 149.60844421386719 0.97399999999999998 179.1276 20160 14770 0 0 983040 737280 737280 737521 748800 25 25 26 32 315 0 0 1 0 7 0 0 0 0 0 +273 1783760266870388500 REFRESH 51 0 0.77088518418624008 0.76868686868686875 3 11 3 11 0 0 108 7 412 3943905 55200 150.06413269042969 0.98050000000000004 179.02680000000001 20160 14732 0 0 983040 737280 737280 737505 748800 28 26 32 25 301 0 0 0 0 7 0 0 0 0 0 +274 1783760267063315700 REFRESH 20 0 0.77518043874426668 0.66666666666666674 2 11 2 11 0 0 125 7 414 3943900 55200 149.74156188964844 0.97640000000000005 177.971 20160 14750 0 0 983040 737280 737280 737500 748800 28 26 28 27 305 0 0 0 1 6 0 0 0 0 0 +275 1783760267256483600 REFRESH 58 0 0.76787033855461551 0.77777777777777779 2 12 2 12 0 0 136 6 420 3943938 55200 149.94125366210938 0.97629999999999995 177.80969999999999 20160 14826 0 0 983040 737280 737280 737538 748800 27 25 26 27 315 0 0 0 0 6 0 0 0 0 0 +276 1783760267447204200 REFRESH 46 0 0.7822124759788156 0.22222222222222218 2 7 2 7 0 0 331 5 416 3943925 55200 150.23001098632812 0.97570000000000001 189.50200000000001 20160 12015 0 0 983040 737280 737280 737525 748800 68 26 31 42 249 0 0 0 0 5 0 0 0 0 0 +277 1783760267659322400 REFRESH 16 0 0.83320065384160991 0.11111111111111109 2 6 2 6 0 0 196 3 415 3943895 55200 150.47065734863281 0.97689999999999999 183.62029999999999 20160 11823 0 0 983040 737280 737280 737495 748800 87 26 28 39 235 0 0 0 0 3 0 0 0 0 0 +278 1783760267848489600 REFRESH 0 0 0.76696820459809634 0.67575757575757578 1 12 1 12 0 0 97 7 427 3943889 55200 149.55110168457031 0.98280000000000001 177.16480000000001 20160 14707 0 0 983040 737280 737280 737488 748800 27 26 25 27 322 0 0 0 0 7 0 0 0 0 0 +279 1783760268043286900 REFRESH 10 0 0.77243769160628006 0.45353535353535362 1 10 1 10 0 0 122 7 417 3943934 55200 149.02169799804688 0.97540000000000004 179.80269999999999 20160 14597 0 0 983040 737280 737280 737534 748800 26 25 30 33 303 0 0 0 0 7 0 0 0 0 0 +280 1783760268264309400 REFRESH 56 0 0.9545304231823899 0 2 5 2 5 0 0 227 3 411 3943919 55200 149.21113586425781 0.97689999999999999 219.77549999999999 20160 12115 0 0 983040 737280 737280 737519 748800 80 26 67 117 121 0 0 0 0 3 0 0 0 0 0 +281 1783760268467600900 REFRESH 22 0 0.77035118162954086 0.76868686868686875 3 11 3 11 0 0 140 12 418 3943902 55200 150.80038452148438 0.9748 179.55240000000001 20160 14719 0 0 983040 737280 737280 737501 748800 26 26 27 28 311 0 0 0 0 12 0 0 0 0 0 +282 1783760268690760600 REFRESH 17 0 0.95506026384171427 0.018181818181818247 0 7 0 7 0 0 205 4 412 3943894 55200 149.70162963867188 0.97489999999999999 222.07509999999999 20160 12153 0 0 983040 737280 737280 737494 748800 94 26 35 107 150 0 0 0 0 4 0 0 0 0 0 +283 1783760268908268300 REFRESH 15 0 0.76954426219318639 0.76868686868686875 3 11 3 11 0 0 109 6 420 3943910 55200 150.25459289550781 0.97909999999999997 178.6456 20160 14804 0 0 983040 737280 737280 737510 748800 31 25 26 27 311 0 0 0 0 6 0 0 0 0 0 +284 1783760269099374700 REFRESH 7 0 0.77384784607416424 0.67575757575757578 1 12 1 12 0 0 139 11 416 3943903 55200 149.76614379882812 0.98419999999999996 179.44309999999999 20160 14726 0 0 983040 737280 737280 737503 748800 29 26 27 27 307 0 0 0 0 11 0 0 0 0 0 +285 1783760269287632400 REFRESH 45 0 0.78925894097876415 0.22222222222222218 2 7 2 7 0 0 163 9 427 3943909 55200 149.44767761230469 0.99829999999999997 187.11160000000001 20160 12153 0 0 983040 737280 737280 737509 748800 32 26 28 46 295 0 0 0 0 9 0 0 0 0 0 +286 1783760269481255500 REFRESH 27 0 0.76948338765895508 0.7959595959595962 0 14 0 14 0 0 162 10 412 3943904 55200 150.34675598144531 0.98570000000000002 179.11799999999999 20160 14770 0 0 983040 737280 737280 737502 748800 27 25 25 26 309 0 0 0 0 10 0 0 0 0 0 +287 1783760269670981000 REFRESH 2 0 0.7756954762967041 0.33333333333333343 2 8 2 8 0 0 151 6 414 3943878 55200 149.05548095703125 0.97809999999999997 188.39859999999999 20160 12784 0 0 983040 737280 737280 737478 748800 91 26 28 35 234 0 0 0 0 6 0 0 0 0 0 +288 1783760269894323100 REFRESH 11 0 0.83331974355456873 0.12929292929292943 0 8 0 8 0 0 109 6 425 3943893 55200 148.98892211914062 0.98809999999999998 222.1644 20160 12057 0 0 983040 737280 737280 737493 748800 70 25 54 95 181 0 0 0 0 6 0 0 0 0 0 +289 1783760270113314200 REFRESH 25 0 0.76492192301603468 0.76868686868686875 3 11 3 11 1 0 127 6 419 3943883 55200 150.35597229003906 0.98260000000000003 179.2662 20160 14794 0 0 983040 737280 737280 737483 748800 28 26 28 29 308 0 0 0 0 6 0 0 0 0 1 +290 1783760270319037400 REFRESH 41 0 0.77382610965578169 0.45353535353535362 1 10 1 10 0 0 114 6 416 3943938 55200 149.243896484375 1.0006999999999999 189.64959999999999 20160 14628 0 0 983040 737280 737280 737537 748800 32 26 29 28 301 0 0 0 0 6 0 0 0 0 0 +291 1783760270519041700 REFRESH 33 0 0.83983804355787695 0.12020202020202017 1 7 1 7 0 0 187 4 421 3943917 55200 149.69036865234375 0.9718 186.5403 20160 12105 0 0 983040 737280 737280 737517 748800 83 26 28 60 224 0 0 0 0 4 0 0 0 0 0 +292 1783760270713311800 REFRESH 35 0 0.77801701595742201 0.66666666666666674 2 11 2 11 0 0 174 9 417 3943890 55200 150.21363830566406 0.97330000000000005 179.8509 20160 14762 0 0 983040 737280 737280 737490 748800 28 26 33 26 304 1 0 0 0 8 0 0 0 0 0 +293 1783760270896755500 REFRESH 3 0 0.77323689585576338 0.44444444444444453 2 9 2 9 0 0 150 8 418 3943911 55200 149.46917724609375 0.9778 182.34110000000001 20160 14006 0 0 983040 737280 737280 737511 748800 78 26 59 61 194 0 0 0 0 8 0 0 0 0 0 +294 1783760271088573300 REFRESH 21 0 0.77508080278140112 0.35151515151515161 0 10 0 10 0 0 185 5 416 3943939 55200 150.21363830566406 0.9788 190.7022 20160 12857 0 0 983040 737280 737280 737539 748800 36 26 33 79 242 0 0 0 0 5 0 0 0 0 0 +295 1783760271306221600 REFRESH 52 0 0.8783357455274925 0.12020202020202017 1 7 1 7 0 0 117 8 420 3943920 55200 149.28282165527344 0.97470000000000001 216.42760000000001 20160 13500 0 0 983040 737280 737280 737520 748800 69 26 87 60 178 0 0 1 0 7 0 0 0 0 0 +296 1783760271534469100 REFRESH 26 0 0.77820004722746605 0.67575757575757578 1 12 1 12 0 0 110 4 424 3943942 55200 150.18290710449219 0.98009999999999997 178.24770000000001 20160 14795 0 0 983040 737280 737280 737542 748800 26 26 26 25 321 0 0 0 0 4 0 0 0 0 0 +297 1783760271725207300 REFRESH 4 0 0.75758850225040952 0.78686868686868705 1 13 1 13 0 0 67 6 420 3943926 55200 148.210693359375 0.9768 175.54519999999999 20160 14790 0 0 983040 737280 737280 737526 748800 28 26 27 29 310 0 0 0 0 6 0 0 0 0 0 +298 1783760271918007400 REFRESH 43 0 0.77293403650197656 0.76868686868686875 3 11 3 11 0 0 147 7 416 3943923 55200 149.54598999023438 0.98060000000000003 177.69659999999999 20160 14680 0 0 983040 737280 737280 737523 748800 32 26 28 49 281 0 0 0 0 7 0 0 0 0 0 +299 1783760272118419500 REFRESH 48 0 0.76988873689010795 0.44444444444444453 2 9 2 9 0 0 177 3 416 3943915 55200 149.49784851074219 0.99819999999999998 199.19370000000001 20160 14002 0 0 983040 737280 737280 737514 748800 28 27 54 60 247 0 0 0 0 3 0 0 0 0 0 +300 1783760272321527500 REFRESH 40 0 0.77658267647635992 0.67575757575757578 1 12 1 12 1 0 133 10 418 3943907 55200 150.38053894042969 0.98370000000000002 178.65209999999999 20160 14831 0 0 983040 737280 737280 737506 748800 27 26 27 26 312 0 0 0 0 10 0 0 0 0 1 +301 1783760272506641800 REFRESH 53 0 0.84023117399627678 0.12929292929292943 0 8 0 8 0 0 158 3 417 3943912 55200 149.61561584472656 0.97619999999999996 183.8853 20160 11977 0 0 983040 737280 737280 737511 748800 66 26 31 28 266 0 0 0 0 3 0 0 0 0 0 +302 1783760272741126300 REFRESH 36 0 0.7629076811804999 0.6575757575757577 3 10 3 10 0 0 129 11 417 3943916 55200 150.27098083496094 0.97729999999999995 179.05430000000001 20160 14653 0 0 983040 737280 737280 737516 748800 52 26 25 29 285 0 0 0 0 11 0 0 0 0 0 +303 1783760272935065400 REFRESH 34 0 0.76956075932834267 0.78686868686868705 1 13 1 13 0 0 114 12 424 3943900 55200 148.75955200195312 0.98329999999999995 177.93190000000001 20160 14766 0 0 983040 737280 737280 737499 748800 26 25 27 30 316 0 0 0 0 12 0 0 0 0 0 +304 1783760274061574700 DEPTH 8 1 0.95436166475960327 0 2 5 2 5 0 0 235 18 2557 23664825 81600 867.97735595703125 5.9123000000000001 1091.0727999999999 120960 57093 1 0 5898240 4423680 4423680 4426424 4492800 181 150 151 182 1893 0 0 0 0 18 0 0 0 0 0 +305 1783760275342163300 DEPTH 13 1 0.94485455484212366 0.0090909090909090783 1 6 1 6 0 0 187 25 2489 23664865 81600 856.59649658203125 5.8868 1254.1719000000001 120960 58097 1 0 5898240 4423680 4423680 4426464 4492800 193 158 155 168 1815 0 0 0 0 25 0 0 0 0 0 +306 1783760276647351100 DEPTH 56 1 0.94414813862112767 0 2 5 2 5 0 0 227 13 2537 23664814 81600 856.51356506347656 5.8727 1303.9512 120960 57163 1 0 5898240 4423680 4423680 4426414 4492800 216 150 191 440 1540 0 0 0 0 13 0 0 0 0 0 +307 1783760277957481100 DEPTH 17 1 0.94559532559732151 0.018181818181818247 0 7 0 7 0 0 205 21 2521 23664841 81600 859.03974914550781 5.8900000000000006 1308.9502 120960 57564 1 0 5898240 4423680 4423680 4426439 4492800 187 151 162 355 1666 0 0 0 0 21 0 0 0 0 0 +308 1783760279252925600 DEPTH 42 1 0.82150870898967798 0.11111111111111109 2 6 2 6 1 0 150 26 2577 23664810 81600 858.819580078125 5.8624000000000001 1294.2502999999999 120960 58234 1 0 5898240 4423680 4423680 4426410 4492800 219 156 160 230 1812 0 0 0 0 26 0 0 0 0 1 +309 1783760280387245200 DEPTH 16 1 0.82113124864743126 0.11111111111111109 2 6 2 6 0 0 198 30 2524 23664819 81600 863.19308471679688 5.8740999999999994 1104.8975 120960 56610 1 0 5898240 4423680 4423680 4426419 4492800 163 150 156 158 1897 0 0 0 0 30 0 0 0 0 0 +310 1783760281675564900 DEPTH 31 1 0.81941142424805946 0.11111111111111109 2 6 2 6 0 0 147 20 2544 23664833 81600 855.39633178710938 5.8474000000000004 1239.8332 120960 59704 1 0 5898240 4423680 4423680 4426432 4492800 187 150 168 223 1816 0 0 0 0 20 0 0 0 0 0 +311 1783760282953085600 DEPTH 1 1 0.81829777758056355 0.12020202020202017 1 7 1 7 0 0 134 21 2558 23664806 81600 859.30009460449219 5.8848000000000003 1256.3335999999999 120960 59074 1 0 5898240 4423680 4423680 4426405 4492800 179 150 163 198 1868 0 0 0 0 21 0 0 0 0 0 +312 1783760284251695500 DEPTH 9 1 0.81432501303892146 0.11111111111111109 2 6 2 6 0 0 145 7 2584 23664906 81600 859.07785034179688 5.9212000000000007 1297.4703999999999 120960 59401 1 0 5898240 4423680 4423680 4426504 4492800 301 150 189 221 1723 0 0 0 0 7 0 0 0 0 0 +313 1783760285542497900 DEPTH 11 1 0.82416047192090569 0.12929292929292943 0 8 0 8 0 0 109 9 2559 23664851 81600 852.35301208496094 5.8778000000000006 1289.7538 120960 58927 1 0 5898240 4423680 4423680 4426448 4492800 174 150 191 375 1669 0 0 0 0 9 0 0 0 0 0 +314 1783760286757676000 DEPTH 33 1 0.80795740181566844 0.12020202020202017 1 7 1 7 0 0 188 20 2535 23664909 81600 863.05184936523438 5.8762000000000008 1213.9902 120960 60007 1 0 5898240 4423680 4423680 4426508 4492800 192 155 150 161 1877 0 0 0 0 20 0 0 0 0 0 +315 1783760288024768800 DEPTH 52 1 0.81614766425618912 0.12020202020202017 1 7 1 7 0 0 117 17 2557 23664858 81600 851.57490539550781 5.8541999999999996 1264.9384 120960 63159 1 0 5898240 4423680 4423680 4426457 4492800 180 156 259 207 1755 0 0 0 0 17 0 0 0 0 0 +316 1783760289273553200 DEPTH 32 1 0.78533244658342038 0.23131313131313144 1 8 1 8 0 0 141 42 2558 23664912 81600 857.44844055175781 5.8499999999999996 1201.3722 120960 60047 1 0 5898240 4423680 4423680 4426511 4492800 162 156 150 173 1917 0 0 1 0 41 0 0 0 0 0 +317 1783760290525974400 DEPTH 45 1 0.78276008957853294 0.22222222222222218 2 7 2 7 0 0 163 25 2607 23664881 81600 862.86447143554688 5.8623000000000003 1227.5170000000001 120960 59504 1 0 5898240 4423680 4423680 4426480 4492800 151 151 156 194 1955 0 0 0 0 25 0 0 0 0 0 +318 1783760291669116500 DEPTH 8 1 0.84064875922372317 0 2 5 2 5 0 0 235 15 2569 23664823 81600 860.56471252441406 5.9184000000000001 1104.8425999999999 120960 45953 1 0 5898240 4423680 4423680 4426421 4492800 163 150 151 161 1944 0 0 0 0 15 0 0 0 0 0 +319 1783760292897020600 DEPTH 30 1 0.77995129781256411 0.23131313131313144 1 8 1 8 0 0 153 25 2535 23664824 81600 856.6663818359375 5.8475999999999999 1226.7650000000001 120960 59223 1 0 5898240 4423680 4423680 4426423 4492800 193 150 225 263 1704 0 0 0 0 25 0 0 0 0 0 +320 1783760294151714800 DEPTH 13 1 0.84158147878139344 0.0090909090909090783 1 6 1 6 0 0 187 23 2495 23664891 81600 848.82882690429688 5.8552 1253.5547999999999 120960 46777 1 0 5898240 4423680 4423680 4426489 4492800 218 162 156 173 1786 0 0 0 0 23 0 0 0 0 0 +321 1783760295430742000 DEPTH 56 1 0.84122244161566451 0 2 5 2 5 0 0 227 20 2551 23664841 81600 846.92787170410156 5.8593999999999999 1277.8005000000001 120960 46630 1 0 5898240 4423680 4423680 4426440 4492800 229 150 190 486 1496 0 0 0 0 20 0 0 0 0 0 +322 1783760296761304900 DEPTH 17 1 0.84252677134062559 0.018181818181818247 0 7 0 7 0 0 205 13 2527 23664886 81600 846.57562255859375 5.8679000000000006 1289.0063 120960 47159 1 0 5898240 4423680 4423680 4426483 4492800 192 150 162 337 1686 0 0 0 0 13 0 0 0 0 0 +323 1783760298036938900 DEPTH 44 1 0.78006581835116862 0.22222222222222218 2 7 2 7 0 0 172 19 2583 23664821 81600 856.88525390625 5.9672000000000001 1274.4322999999999 120960 59498 1 0 5898240 4423680 4423680 4426421 4492800 156 151 151 218 1907 0 0 0 0 19 0 0 0 0 0 +324 1783760299328323100 DEPTH 54 1 0.77979005009275248 0.23131313131313144 1 8 1 8 0 0 128 25 2539 23664800 81600 855.05946350097656 5.8632999999999997 1273.6093000000001 120960 59684 1 0 5898240 4423680 4423680 4426397 4492800 215 150 194 230 1750 1 0 0 0 24 0 0 0 0 0 +325 1783760300611712600 DEPTH 46 1 0.77303423273528671 0.22222222222222218 2 7 2 7 0 0 331 20 2593 23664873 81600 860.66194152832031 5.8591000000000006 1233.6808000000001 120960 59790 1 0 5898240 4423680 4423680 4426473 4492800 261 156 154 208 1814 0 0 0 0 20 0 0 0 0 0 +326 1783760301709724100 DEPTH 55 1 0.76773135670962001 0.67575757575757578 1 12 1 12 1 0 161 42 2559 23664963 81600 867.08613586425781 5.8748000000000005 1042.1528000000001 120960 68876 1 0 5898240 4423680 4423680 4426562 4492800 152 150 150 156 1951 0 0 0 0 42 0 0 0 0 1 +327 1783760302959002900 DEPTH 53 1 0.82743508820777678 0.12929292929292943 0 8 0 8 0 0 158 26 2508 23664850 81600 858.38746643066406 5.8843999999999994 1215.6143 120960 58863 1 0 5898240 4423680 4423680 4426447 4492800 162 156 151 157 1882 0 0 0 0 26 0 0 0 0 0 +328 1783760304026293100 DEPTH 8 1 0.7969413309090857 0 2 5 2 5 0 0 235 22 2544 23664930 81600 856.01071166992188 5.8856000000000002 1066.1913 120960 36314 1 0 5898240 4423680 4423680 4426530 4492800 194 150 152 189 1859 0 0 0 0 22 0 0 0 0 0 +329 1783760305327816500 DEPTH 13 1 0.77820973663731696 0.0090909090909090783 1 6 1 6 0 0 189 24 2499 23664828 81600 846.16703796386719 5.8801999999999994 1254.0431000000001 120960 37046 1 0 5898240 4423680 4423680 4426428 4492800 220 158 156 177 1788 0 1 0 0 23 0 0 0 0 0 +330 1783760306654750300 DEPTH 42 1 0.78717367142705097 0.11111111111111109 2 6 2 6 0 0 150 12 2580 23664875 81600 851.84718322753906 5.8765000000000001 1297.8415 120960 47731 1 0 5898240 4423680 4423680 4426475 4492800 270 156 163 285 1706 0 0 0 0 12 0 0 0 0 0 +331 1783760307710411500 DEPTH 35 1 0.76693926088795106 0.66666666666666674 2 11 2 11 0 0 175 49 2516 23664881 81600 863.05784606933594 5.9014000000000006 1038.4300000000001 120960 69069 1 0 5898240 4423680 4423680 4426479 4492800 159 155 156 161 1885 0 0 0 2 47 0 0 0 0 0 +332 1783760308764480900 DEPTH 28 1 0.76698087919547231 0.67575757575757578 1 12 1 12 0 0 154 39 2530 23664836 81600 862.77583312988281 5.9095999999999993 1038.6994999999999 120960 68846 1 0 5898240 4423680 4423680 4426436 4492800 156 151 153 154 1916 0 0 0 0 39 0 0 0 0 0 +333 1783760309821554900 DEPTH 40 1 0.76640299905198195 0.67575757575757578 1 12 1 12 0 0 134 53 2597 23664868 81600 858.87245178222656 5.8719999999999999 1031.3044 120960 69303 1 0 5898240 4423680 4423680 4426468 4492800 151 151 150 159 1986 1 1 0 0 51 0 0 0 0 0 +334 1783760311065746200 DEPTH 2 1 0.76572261222217508 0.33333333333333343 2 8 2 8 0 0 151 20 2553 23664769 81600 856.96612548828125 5.8530999999999995 1243.0899999999999 120960 65138 1 0 5898240 4423680 4423680 4426366 4492800 270 156 162 164 1801 0 0 0 0 20 0 0 0 0 0 +335 1783760312138890800 DEPTH 7 1 0.7646854015345953 0.67575757575757578 1 12 1 12 1 0 141 46 2558 23664883 81600 863.19410705566406 5.8660999999999994 1032.4875999999999 120960 68641 1 0 5898240 4423680 4423680 4426480 4492800 156 150 150 150 1952 0 0 0 1 45 0 0 0 0 1 +336 1783760312335092300 REFRESH 33 0 0.79310696827950689 0.12020202020202017 1 7 1 7 0 0 188 11 418 3943893 55200 150.20851135253906 0.97770000000000001 195.0292 20160 12349 0 0 983040 737280 737280 737492 748800 121 26 32 77 162 0 0 0 0 11 0 0 0 0 0 +337 1783760312557288700 REFRESH 11 0 0.8087577025966286 0.12929292929292943 0 8 0 8 0 0 109 6 425 3943920 55200 149.34835815429688 0.97430000000000005 221.0763 20160 12512 0 0 983040 737280 737280 737519 748800 85 25 56 117 142 0 0 0 0 6 0 0 0 0 0 +338 1783760312750649700 REFRESH 39 0 0.76417049175237106 0.43535353535353549 3 8 3 8 0 0 181 3 412 3943932 55200 149.970947265625 0.97230000000000005 178.44810000000001 20160 13604 0 0 983040 737280 737280 737531 748800 31 26 29 27 299 0 0 0 0 3 0 0 0 0 0 +339 1783760312929765600 REFRESH 40 0 0.56651533977183077 0.67575757575757578 1 12 1 12 1 0 134 14 415 3943914 55200 149.67706298828125 0.97750000000000004 177.9263 20160 14660 0 0 983040 737280 737280 737514 748800 32 26 50 29 278 0 0 0 0 14 0 0 0 0 1 +340 1783760313172578200 REFRESH 52 0 0.85714576444340762 0.12020202020202017 1 7 1 7 0 0 117 3 419 3943899 55200 149.72416687011719 0.9748 217.55850000000001 20160 13161 0 0 983040 737280 737280 737499 748800 92 26 76 67 158 0 0 0 0 3 0 0 0 0 0 +341 1783760313396049000 REFRESH 42 0 0.67263751040995712 0.11111111111111109 2 6 2 6 1 0 150 6 422 3943922 55200 150.14912414550781 0.97789999999999999 222.30459999999999 20160 12391 0 0 983040 737280 737280 737521 748800 137 26 31 91 137 0 0 0 0 6 0 0 0 0 1 +342 1783760313588303600 REFRESH 1 0 0.81451133271327614 0.12020202020202017 1 7 1 7 0 0 134 3 415 3943912 55200 149.54701232910156 0.97709999999999997 191.1568 20160 12571 0 0 983040 737280 737280 737512 748800 104 26 41 39 205 0 0 0 0 3 0 0 0 0 0 +343 1783760313787921800 REFRESH 4 0 0.74530790430401717 0.78686868686868705 1 13 1 13 0 0 67 3 418 3943896 55200 148.95820617675781 0.97299999999999998 175.7861 20160 14657 0 0 983040 737280 737280 737496 748800 28 26 28 28 308 0 0 0 0 3 0 0 0 0 0 +344 1783760313979586700 REFRESH 46 0 0.70859006993003848 0.22222222222222218 2 7 2 7 0 0 331 4 415 3943929 55200 150.91813659667969 0.97450000000000003 190.4358 20160 12035 0 0 983040 737280 737280 737527 748800 102 26 32 48 207 0 0 0 0 4 0 0 0 0 0 +345 1783760314160976300 REFRESH 28 0 0.63730943294196329 0.67575757575757578 1 12 1 12 0 0 154 6 404 3943917 55200 150.69509887695312 0.98229999999999995 179.99950000000001 20160 14733 0 0 983040 737280 737280 737517 748800 27 26 27 27 297 0 0 0 0 6 0 0 0 0 0 +346 1783760314383109800 REFRESH 56 0 0.93863884915576556 0 2 5 2 5 0 0 227 2 414 3943933 55200 149.52867126464844 0.97940000000000005 220.55850000000001 20160 12474 0 0 983040 737280 737280 737533 748800 95 26 63 117 113 0 0 0 0 2 0 0 0 0 0 +347 1783760314585975700 REFRESH 19 0 0.75528824518977267 0.66666666666666674 2 11 2 11 0 0 139 6 416 3943906 55200 150.16140747070312 0.97750000000000004 178.053 20160 14527 0 0 983040 737280 737280 737506 748800 27 26 25 31 307 0 0 0 0 6 0 0 0 0 0 +348 1783760314766748000 REFRESH 55 0 0.72832795467607758 0.67575757575757578 1 12 1 12 0 0 161 13 416 3943932 55200 150.5269775390625 0.97919999999999996 179.50489999999999 20160 14643 0 0 983040 737280 737280 737531 748800 28 26 25 29 308 0 0 0 0 13 0 0 0 0 0 +349 1783760314979793500 REFRESH 41 0 0.76295898609407886 0.45353535353535362 1 10 1 10 0 0 114 6 411 3943904 55200 149.22137451171875 0.98209999999999997 187.1386 20160 14546 0 0 983040 737280 737280 737502 748800 35 26 36 30 284 0 0 0 0 6 0 0 0 0 0 +350 1783760315172613600 REFRESH 26 0 0.76272065075446738 0.67575757575757578 1 12 1 12 1 0 110 8 422 3943913 55200 150.34367370605469 0.98209999999999997 178.2568 20160 14694 0 0 983040 737280 737280 737512 748800 28 26 28 25 315 0 0 0 0 8 0 0 0 0 1 +351 1783760315373166500 REFRESH 47 0 0.76396123808944372 0.66666666666666674 2 11 2 11 0 0 120 8 418 3943933 55200 149.77229309082031 1.0707 185.2542 20160 14823 0 0 983040 737280 737280 737533 748800 28 26 27 26 311 0 0 0 0 8 0 0 0 0 0 +352 1783760315581546400 REFRESH 54 0 0.7749767464559254 0.23131313131313144 1 8 1 8 0 0 128 7 417 3943894 55200 148.79641723632812 0.97819999999999996 206.64959999999999 20160 12797 0 0 983040 737280 737280 737494 748800 98 26 54 72 167 0 0 0 0 7 0 0 0 0 0 +353 1783760315783468600 REFRESH 10 0 0.76330486492130345 0.45353535353535362 1 10 1 10 0 0 122 8 417 3943896 55200 149.06582641601562 0.97119999999999995 177.71719999999999 20160 14665 0 0 983040 737280 737280 737496 748800 26 25 30 34 302 0 0 0 0 8 0 0 0 0 0 +354 1783760315964322600 REFRESH 35 0 0.7376608507675515 0.66666666666666674 2 11 2 11 0 0 175 7 413 3943919 55200 150.74919128417969 0.9768 179.67509999999999 20160 14633 0 0 983040 737280 737280 737518 748800 34 26 46 28 279 0 0 0 0 7 0 0 0 0 0 +355 1783760316173967700 REFRESH 3 0 0.7646126700754432 0.44444444444444453 2 9 2 9 0 0 150 7 419 3943891 55200 149.46485900878906 0.97619999999999996 184.21809999999999 20160 13796 0 0 983040 737280 737280 737491 748800 55 26 47 58 233 0 0 0 0 7 0 0 0 0 0 +356 1783760316368035000 REFRESH 29 0 0.76191338407663733 0.67575757575757578 1 12 1 12 0 0 130 6 416 3943914 55200 149.79685974121094 0.9768 178.87909999999999 20160 14617 0 0 983040 737280 737280 737514 748800 27 26 27 26 310 0 0 0 0 6 0 0 0 0 0 +357 1783760316557807300 REFRESH 5 0 0.75305707765221408 0.66666666666666674 2 11 2 11 0 0 98 9 405 3943922 55200 148.83328247070312 0.97719999999999996 175.4931 20160 14546 0 0 983040 737280 737280 737521 748800 39 25 33 35 273 0 0 0 0 9 0 0 0 0 0 +358 1783760316741657700 REFRESH 8 0 0.94394149845288999 0 2 5 2 5 0 0 235 3 416 3943914 55200 151.08709716796875 0.98299999999999998 182.72229999999999 20160 12189 0 0 983040 737280 737280 737513 748800 122 26 26 96 146 1 0 0 0 2 0 0 0 0 0 +359 1783760316928385300 REFRESH 53 0 0.82299633509920345 0.12929292929292943 0 8 0 8 0 0 158 4 416 3943882 55200 150.27200317382812 0.97540000000000004 185.4992 20160 12024 0 0 983040 737280 737280 737482 748800 76 26 31 32 251 0 0 0 1 3 0 0 0 0 0 +360 1783760317133857000 REFRESH 22 0 0.76214701711613386 0.76868686868686875 3 11 3 11 0 0 142 12 419 3943930 55200 151.67385864257812 0.97919999999999996 181.59209999999999 20160 14739 0 0 983040 737280 737280 737529 748800 26 26 27 29 311 0 0 0 0 12 0 0 0 0 0 +361 1783760317331971500 REFRESH 16 0 0.81775511527419464 0.11111111111111109 2 6 2 6 0 0 199 4 414 3943896 55200 150.2689208984375 0.9788 182.96809999999999 20160 11891 0 0 983040 737280 737280 737496 748800 111 26 27 40 210 0 0 0 0 4 0 0 0 0 0 +362 1783760317525067700 REFRESH 18 0 0.75367555256084073 1 2 14 2 14 0 0 132 10 417 3943938 55200 149.92997741699219 0.9778 177.92420000000001 20160 14786 0 0 983040 737280 737280 737538 748800 27 25 27 30 308 0 0 0 1 9 0 0 0 0 0 +363 1783760317712417100 REFRESH 45 0 0.77825194863969915 0.22222222222222218 2 7 2 7 0 0 163 8 421 3943899 55200 149.89106750488281 0.97219999999999995 186.1275 20160 12232 0 0 983040 737280 737280 737499 748800 48 26 32 66 249 0 0 0 0 8 0 0 0 0 0 +364 1783760317925198300 REFRESH 44 0 0.77566296978076399 0.22222222222222218 2 7 2 7 0 0 172 2 418 3943926 55200 150.15834045410156 0.97340000000000004 211.32400000000001 20160 12353 0 0 983040 737280 737280 737526 748800 30 26 26 139 197 0 0 0 0 2 0 0 0 0 0 +365 1783760318109043400 REFRESH 32 0 0.78066719037672783 0.23131313131313144 1 8 1 8 0 0 141 2 422 3943909 55200 149.94432067871094 0.98319999999999996 182.7148 20160 12641 0 0 983040 737280 737280 737509 748800 89 26 26 60 221 0 0 0 0 2 0 0 0 0 0 +366 1783760318307895500 REFRESH 51 0 0.76020473121830756 0.76868686868686875 3 11 3 11 0 0 109 10 413 3943886 55200 149.73542785644531 1.0234000000000001 184.5009 20160 14736 0 0 983040 737280 737280 737486 748800 29 26 32 27 299 0 0 0 0 10 0 0 0 0 0 +367 1783760318500649900 REFRESH 38 0 0.76120412321128039 0.55555555555555558 2 10 2 10 0 0 129 4 417 3943892 55200 148.62130737304688 0.97350000000000003 177.85380000000001 20160 14527 0 0 983040 737280 737280 737492 748800 35 25 37 62 258 0 0 0 0 4 0 0 0 0 0 +368 1783760318696797800 REFRESH 48 0 0.75685426152611202 0.44444444444444453 2 9 2 9 0 0 178 10 414 3943927 55200 148.94694519042969 0.9919 194.94589999999999 20160 13845 0 0 983040 737280 737280 737527 748800 28 27 58 70 231 0 0 0 0 10 0 0 0 0 0 +369 1783760318905558400 REFRESH 14 0 0.75505056695299499 0.57373737373737377 0 12 0 12 0 0 128 7 417 3943881 55200 150.70719909667969 0.97119999999999995 184.23220000000001 20160 14490 0 0 983040 737280 737280 737480 748800 32 26 27 29 303 0 0 0 0 7 0 0 0 0 0 +370 1783760319098855400 REFRESH 37 0 0.75759249821724584 0.67575757575757578 1 12 1 12 0 0 144 4 417 3943920 55200 149.65043640136719 0.97750000000000004 178.25620000000001 20160 14782 0 0 983040 737280 737280 737520 748800 27 26 26 38 300 0 0 0 0 4 0 0 0 0 0 +371 1783760319337946100 REFRESH 27 0 0.7615949097128264 0.7959595959595962 0 14 0 14 0 0 163 5 412 3943918 55200 150.13069152832031 0.9798 179.23929999999999 20160 14723 0 0 983040 737280 737280 737518 748800 27 25 25 26 309 0 0 0 0 5 0 0 0 0 0 +372 1783760319532870100 REFRESH 57 0 0.76224441375459695 0.77777777777777779 2 12 2 12 0 0 144 10 416 3943888 55200 149.53779602050781 0.99990000000000001 179.6978 20160 14761 0 0 983040 737280 737280 737487 748800 27 26 26 26 311 0 0 0 0 10 0 0 0 0 0 +373 1783760319724631400 REFRESH 34 0 0.76104386760944254 0.78686868686868705 1 13 1 13 0 0 114 10 418 3943913 55200 148.62232971191406 0.97450000000000003 176.625 20160 14720 0 0 983040 737280 737280 737513 748800 27 25 27 31 308 0 0 0 0 10 0 0 0 0 0 +374 1783760319916262000 REFRESH 30 0 0.77602446315999407 0.23131313131313144 1 8 1 8 0 0 153 6 416 3943912 55200 149.85011291503906 0.97209999999999996 190.4931 20160 12112 0 0 983040 737280 737280 737511 748800 71 26 91 90 138 0 0 0 0 6 0 0 0 0 0 +375 1783760320106678200 REFRESH 21 0 0.76539362638177677 0.35151515151515161 0 10 0 10 0 0 185 7 416 3943921 55200 150.36723327636719 0.97889999999999999 189.30009999999999 20160 12824 0 0 983040 737280 737280 737521 748800 36 26 40 109 205 0 0 0 0 7 0 0 0 0 0 +376 1783760320308820800 REFRESH 15 0 0.75797192928592516 0.76868686868686875 3 11 3 11 0 0 109 5 417 3943905 55200 150.22285461425781 0.98099999999999998 178.22620000000001 20160 14761 0 0 983040 737280 737280 737504 748800 29 25 25 26 312 0 0 0 0 5 0 0 0 0 0 +377 1783760320502986000 REFRESH 25 0 0.75360123598412621 0.76868686868686875 3 11 3 11 0 0 127 3 419 3943908 55200 149.72006225585938 0.97770000000000001 179.59700000000001 20160 14713 0 0 983040 737280 737280 737508 748800 29 25 27 28 310 0 0 0 0 3 0 0 0 0 0 +378 1783760320695875000 REFRESH 49 0 0.74844823901239455 0.6575757575757577 3 10 3 10 0 0 139 14 415 3943907 55200 149.32479858398438 0.97819999999999996 177.41 20160 14529 0 0 983040 737280 737280 737507 748800 28 26 33 70 258 0 0 1 0 13 0 0 0 0 0 +379 1783760320898691000 REFRESH 20 0 0.76507668655899119 0.66666666666666674 2 11 2 11 0 0 125 10 414 3943892 55200 149.69856262207031 1.0203 183.49090000000001 20160 14758 0 0 983040 737280 737280 737492 748800 28 26 29 29 302 0 0 0 0 10 0 0 0 0 0 +380 1783760321109968700 REFRESH 9 0 0.80914602412520886 0.11111111111111109 2 6 2 6 0 0 145 5 426 3943914 55200 150.17369079589844 0.99839999999999995 210.13130000000001 20160 12611 0 0 983040 737280 737280 737513 748800 100 25 69 67 165 0 0 0 0 5 0 0 0 0 0 +381 1783760321316841200 REFRESH 50 0 0.7658938117057984 0.44444444444444453 2 9 2 9 0 0 143 7 419 3943912 55200 149.21830749511719 1.0005999999999999 185.45599999999999 20160 14574 0 0 983040 737280 737280 737512 748800 27 26 26 27 313 0 0 0 0 7 0 0 0 0 0 +382 1783760321541164400 REFRESH 17 0 0.94082201552952627 0.018181818181818247 0 7 0 7 0 0 205 4 410 3943923 55200 149.80422973632812 0.98219999999999996 223.1738 20160 12628 0 0 983040 737280 737280 737521 748800 105 26 37 105 137 0 0 0 0 4 0 0 0 0 0 +383 1783760321773140700 REFRESH 12 0 0.76545310433585401 0.43535353535353549 3 8 3 8 0 0 197 5 410 3943888 55200 149.1435546875 0.97750000000000004 178.64529999999999 20160 13829 0 0 983040 737280 737280 737488 748800 52 25 57 92 184 0 0 0 0 5 0 0 0 0 0 +384 1783760321965641600 REFRESH 6 0 0.75749458269859848 0.76868686868686875 3 11 3 11 0 0 123 6 420 3943930 55200 149.46202087402344 0.98029999999999995 176.92089999999999 20160 14730 0 0 983040 737280 737280 737529 748800 25 25 29 30 311 0 0 1 0 5 0 0 0 0 0 +385 1783760322158875700 REFRESH 0 0 0.75775058667895656 0.67575757575757578 1 12 1 12 0 0 97 6 424 3943925 55200 149.27667236328125 0.9798 177.83879999999999 20160 14727 0 0 983040 737280 737280 737525 748800 27 26 28 29 314 0 0 0 0 6 0 0 0 0 0 +386 1783760322350825000 REFRESH 2 0 0.76080926056884579 0.33333333333333343 2 8 2 8 0 0 151 5 416 3943930 55200 149.76307678222656 0.97670000000000001 190.87219999999999 20160 11841 0 0 983040 737280 737280 737529 748800 109 26 27 35 219 0 0 0 0 5 0 0 0 0 0 +387 1783760322544732800 REFRESH 24 0 0.75323435367447622 0.87070707070707098 4 11 4 11 0 0 155 5 411 3943893 55200 150.13069152832031 1.0008999999999999 178.63839999999999 20160 14700 0 0 983040 737280 737280 737493 748800 31 26 33 27 294 0 0 0 0 5 0 0 0 0 0 +388 1783760322752870000 REFRESH 31 0 0.81704250529563227 0.11111111111111109 2 6 2 6 0 0 147 4 421 3943928 55200 149.25209045410156 0.97299999999999998 191.178 20160 12780 0 0 983040 737280 737280 737528 748800 96 25 35 74 191 0 0 0 0 4 0 0 0 0 0 +389 1783760322946527100 REFRESH 23 0 0.75088840334143303 0.99090909090909129 3 13 3 13 0 0 128 6 412 3943890 55200 149.53575134277344 0.97350000000000003 178.71430000000001 20160 14773 0 0 983040 737280 737280 737490 748800 28 26 26 29 303 0 0 0 0 6 0 0 0 0 0 +390 1783760323140269900 REFRESH 13 0 0.93635733629670814 0.0090909090909090783 1 6 1 6 0 0 189 4 415 3943948 55200 150.11225891113281 0.97760000000000002 192.62119999999999 20160 12434 0 0 983040 737280 737280 737547 748800 180 26 35 52 122 0 0 0 0 4 0 0 0 0 0 +391 1783760323342747500 REFRESH 36 0 0.75654377835140207 0.6575757575757577 3 10 3 10 0 0 129 10 421 3943925 55200 149.93817138671875 0.97650000000000003 179.26140000000001 20160 14531 0 0 983040 737280 737280 737525 748800 66 26 25 31 273 0 0 0 0 10 0 0 0 0 0 +392 1783760323533652200 REFRESH 43 0 0.76202411703632877 0.76868686868686875 3 11 3 11 0 0 147 7 414 3943901 55200 149.28179931640625 1.0014000000000001 176.08969999999999 20160 14734 0 0 983040 737280 737280 737500 748800 35 26 30 45 278 0 0 0 0 7 0 0 0 0 0 +393 1783760323727049900 REFRESH 58 0 0.75746259251670722 0.77777777777777779 2 12 2 12 0 0 137 11 413 3943927 55200 149.98121643066406 0.9778 178.46350000000001 20160 14816 0 0 983040 737280 737280 737527 748800 27 26 26 29 305 0 0 0 0 11 0 0 0 0 0 +394 1783760323907243800 REFRESH 7 0 0.75699795774968814 0.67575757575757578 1 12 1 12 0 0 142 6 421 3943899 55200 150.12966918945312 0.97250000000000003 179.0581 20160 14714 0 0 983040 737280 737280 737499 748800 33 26 29 36 297 0 0 0 0 6 0 0 0 0 0 +395 1783760324988269200 DEPTH 8 1 0.93418289076417227 0 2 5 2 5 0 0 235 20 2557 23664852 81600 868.21376037597656 5.8789000000000007 1079.8802000000001 120960 57859 1 0 5898240 4423680 4423680 4426451 4492800 205 151 152 218 1831 0 0 0 0 20 0 0 0 0 0 +396 1783760326287333100 DEPTH 56 1 0.9287536213874984 0 2 5 2 5 0 0 227 14 2540 23664835 81600 858.36189270019531 5.8709000000000007 1297.8226 120960 58317 1 0 5898240 4423680 4423680 4426435 4492800 256 150 196 451 1487 0 0 0 0 14 0 0 0 0 0 +397 1783760327620830500 DEPTH 52 1 0.84279229209761852 0.12020202020202017 1 7 1 7 0 0 117 21 2568 23664842 81600 852.9141845703125 5.9611999999999998 1301.5217 120960 62873 1 0 5898240 4423680 4423680 4426439 4492800 203 156 269 209 1731 0 0 0 0 21 0 0 0 0 0 +398 1783760328824385500 DEPTH 33 1 0.8198547650787672 0.12020202020202017 1 7 1 7 0 0 188 18 2531 23664840 81600 862.94435119628906 5.9147999999999996 1202.355 120960 58384 1 0 5898240 4423680 4423680 4426440 4492800 208 156 150 162 1855 0 0 0 0 18 0 0 0 0 0 +399 1783760330069089800 DEPTH 53 1 0.813077678919365 0.12929292929292943 0 8 0 8 0 0 158 36 2513 23664804 81600 859.96238708496094 5.9015000000000004 1227.0413000000001 120960 56475 1 0 5898240 4423680 4423680 4426401 4492800 165 156 152 158 1882 0 0 0 0 36 0 0 0 0 0 +400 1783760331467372500 DEPTH 11 1 0.8119714924876309 0.12929292929292943 0 8 0 8 1 0 109 9 2576 23664913 81600 853.84454345703125 5.9208999999999996 1360.2303999999999 120960 59143 1 0 5898240 4423680 4423680 4426513 4492800 224 150 210 340 1652 0 0 0 0 9 0 0 0 0 1 +401 1783760332873700700 DEPTH 17 1 0.87191992068530055 0.018181818181818247 0 7 0 7 0 0 206 15 2520 23664846 81600 857.53269958496094 5.9282000000000004 1362.7209 120960 59569 1 0 5898240 4423680 4423680 4426445 4492800 228 151 162 301 1678 0 0 0 0 15 0 0 0 0 0 +402 1783760334086867700 DEPTH 16 1 0.80814603032740573 0.11111111111111109 2 6 2 6 0 0 200 35 2534 23664895 81600 864.68812561035156 5.9246000000000008 1181.7077999999999 120960 56272 1 0 5898240 4423680 4423680 4426494 4492800 162 150 156 156 1910 0 0 0 0 35 0 0 0 0 0 +403 1783760335467919500 DEPTH 13 1 0.80720167939206511 0.0090909090909090783 1 6 1 6 0 0 189 16 2503 23664966 81600 859.8826904296875 6.0679999999999996 1352.9816000000001 120960 58596 1 0 5898240 4423680 4423680 4426565 4492800 212 153 156 163 1819 0 0 0 0 16 0 0 0 0 0 +404 1783760337001924600 DEPTH 42 1 0.80591491385790026 0.11111111111111109 2 6 2 6 0 0 150 16 2580 23664861 81600 913.88006591796875 5.9931000000000001 1516.8015 120960 59303 1 0 5898240 4423680 4423680 4426459 4492800 303 156 159 307 1655 0 0 0 0 16 0 0 0 0 0 +405 1783760338352799000 DEPTH 1 1 0.80488309567099969 0.12020202020202017 1 7 1 7 0 0 134 20 2570 23664882 81600 863.19923400878906 5.9710999999999999 1336.8458000000001 120960 59589 1 0 5898240 4423680 4423680 4426482 4492800 208 150 165 204 1843 0 0 0 0 20 0 0 0 0 0 +406 1783760339702048300 DEPTH 9 1 0.80096614835447244 0.11111111111111109 2 6 2 6 0 0 145 11 2587 23664747 81600 860.18685913085938 5.9193999999999996 1337.8097 120960 59236 1 0 5898240 4423680 4423680 4426346 4492800 393 150 233 249 1562 0 0 0 0 11 0 0 0 0 0 +407 1783760340938235400 DEPTH 45 1 0.77193471918238232 0.22222222222222218 2 7 2 7 0 0 163 30 2609 23664892 81600 865.87934875488281 5.8830999999999998 1224.4906000000001 120960 58236 1 0 5898240 4423680 4423680 4426492 4492800 152 152 158 203 1944 0 0 0 0 30 0 0 0 0 0 +408 1783760342257278500 DEPTH 54 1 0.76835241894840389 0.23131313131313144 1 8 1 8 0 0 129 30 2548 23664924 81600 856.86273193359375 5.9127999999999998 1286.2185999999999 120960 60175 1 0 5898240 4423680 4423680 4426523 4492800 221 150 201 240 1736 0 0 0 0 30 0 0 0 0 0 +409 1783760343488378300 DEPTH 32 1 0.76810976336787695 0.23131313131313144 1 8 1 8 0 0 141 41 2559 23664819 81600 858.28509521484375 5.8605999999999998 1209.5007000000001 120960 59351 1 0 5898240 4423680 4423680 4426419 4492800 162 156 150 172 1919 0 0 1 0 40 0 0 0 0 0 +410 1783760344754653500 DEPTH 30 1 0.76769254687455801 0.23131313131313144 1 8 1 8 0 0 153 28 2533 23664770 81600 859.88458251953125 5.8845999999999998 1265.1139000000001 120960 57691 1 0 5898240 4423680 4423680 4426365 4492800 220 150 229 244 1690 0 0 1 0 27 0 0 0 0 0 +411 1783760345853669900 DEPTH 8 1 0.84160696709820859 0 2 5 2 5 0 0 235 22 2552 23664869 81600 875.15391540527344 5.8818999999999999 1097.8530000000001 120960 47455 1 0 5898240 4423680 4423680 4426465 4492800 190 150 151 168 1893 0 0 0 0 22 0 0 0 0 0 +412 1783760347146377100 DEPTH 56 1 0.83672227204102179 0 2 5 2 5 0 0 228 14 2550 23664845 81600 852.40855407714844 5.8768000000000002 1291.5026 120960 47136 1 0 5898240 4423680 4423680 4426442 4492800 220 150 203 521 1456 0 0 0 0 14 0 0 0 0 0 +413 1783760348426081500 DEPTH 31 1 0.80705399791429988 0.11111111111111109 2 6 2 6 0 0 148 23 2546 23664908 81600 872.31256103515625 5.8835999999999995 1261.6255000000001 120960 59688 1 0 5898240 4423680 4423680 4426505 4492800 238 150 170 232 1756 0 0 0 0 23 0 0 0 0 0 +414 1783760349859380900 DEPTH 17 1 0.80950240751772828 0.018181818181818247 0 7 0 7 0 0 206 21 2526 23664754 81600 937.6123046875 5.8906000000000001 1384.5679 120960 47773 1 0 5898240 4423680 4423680 4426351 4492800 233 150 162 334 1647 0 0 0 0 21 0 0 0 0 0 +415 1783760351227518100 DEPTH 44 1 0.76382013943986149 0.22222222222222218 2 7 2 7 0 0 172 17 2591 23664834 81600 927.70919799804688 5.9218999999999991 1366.5364 120960 57753 1 0 5898240 4423680 4423680 4426434 4492800 158 152 151 255 1875 0 0 0 0 17 0 0 0 0 0 +416 1783760352500585200 DEPTH 46 1 0.76009611815325506 0.22222222222222218 2 7 2 7 1 0 332 24 2599 23664854 81600 903.57862854003906 5.8754999999999997 1271.4005 120960 57318 1 0 5898240 4423680 4423680 4426453 4492800 335 156 157 242 1709 0 0 0 0 24 0 0 0 0 1 +417 1783760353870414800 DEPTH 21 1 0.75720191599545672 0.35151515151515161 0 10 0 10 0 0 187 45 2545 23664871 81600 919.9281005859375 5.9214000000000002 1332.4001000000001 120960 64237 1 0 5898240 4423680 4423680 4426471 4492800 168 150 156 233 1838 0 0 0 0 45 0 0 0 0 0 +418 1783760354939972300 DEPTH 20 1 0.75662714497571915 0.66666666666666674 2 11 2 11 0 0 127 24 2553 23664839 81600 872.42291259765625 5.8651999999999997 1043.1414 120960 69529 1 0 5898240 4423680 4423680 4426439 4492800 156 150 166 175 1906 0 0 0 0 24 0 0 0 0 0 +419 1783760356220788600 DEPTH 13 1 0.8347860550464784 0.0090909090909090783 1 6 1 6 0 0 190 21 2498 23664877 81600 874.39801025390625 5.8710000000000004 1279.6697999999999 120960 47619 1 0 5898240 4423680 4423680 4426475 4492800 228 153 154 166 1797 0 0 0 0 21 0 0 0 0 0 +420 1783760357523025700 DEPTH 52 1 0.81566161517275915 0.12020202020202017 1 7 1 7 0 0 117 19 2568 23664824 81600 881.62303161621094 5.8967000000000009 1301.0126 120960 51431 1 0 5898240 4423680 4423680 4426422 4492800 248 156 283 326 1555 0 0 0 0 19 0 0 0 0 0 +421 1783760358764026000 DEPTH 33 1 0.79553986386122921 0.12020202020202017 1 7 1 7 0 0 189 19 2547 23664824 81600 866.07156372070312 5.8687000000000005 1212.0091 120960 47300 1 0 5898240 4423680 4423680 4426423 4492800 230 154 154 170 1839 0 0 0 0 19 0 0 0 0 0 +422 1783760359974296200 DEPTH 53 1 0.78944193577770527 0.12929292929292943 0 8 0 8 0 0 158 27 2510 23664811 81600 853.74156188964844 5.8847999999999994 1208.6548 120960 45596 1 0 5898240 4423680 4423680 4426408 4492800 168 156 153 162 1871 0 0 0 0 27 0 0 0 0 0 +423 1783760361120871200 DEPTH 8 1 0.79893728959624699 0 2 5 2 5 0 0 235 21 2556 23664835 81600 904.75213623046875 5.8796999999999997 1128.8918000000001 120960 36989 1 0 5898240 4423680 4423680 4426433 4492800 203 150 152 197 1854 0 0 0 0 21 0 0 0 0 0 +424 1783760362427425900 DEPTH 50 1 0.75632520104313095 0.44444444444444453 2 9 2 9 1 0 143 36 2613 23664830 81600 880.04812622070312 5.8892000000000007 1234.0246 120960 70077 1 0 5898240 4423680 4423680 4426427 4492800 150 150 150 152 2011 0 0 0 0 36 0 0 0 0 1 +425 1783760363729944600 DEPTH 3 1 0.75604114928424404 0.44444444444444453 2 9 2 9 0 0 152 56 2538 23664856 81600 903.9554443359375 5.9119999999999999 1241.3686 120960 68632 1 0 5898240 4423680 4423680 4426454 4492800 179 150 182 167 1860 0 0 0 0 56 0 0 0 0 0 +426 1783760364819105000 DEPTH 10 1 0.756025679065498 0.45353535353535362 1 10 1 10 0 0 123 17 2554 23664872 81600 857.72628784179688 5.8594999999999997 1034.4419 120960 70377 1 0 5898240 4423680 4423680 4426472 4492800 150 150 158 161 1935 0 0 3 1 13 0 0 0 0 0 +427 1783760365012079600 REFRESH 37 0 0.74453088986184457 0.67575757575757578 1 12 1 12 0 0 144 7 416 3943911 55200 149.22444152832031 0.9798 177.4622 20160 14743 0 0 983040 737280 737280 737511 748800 27 26 26 35 302 0 0 0 0 7 0 0 0 0 0 +428 1783760365238914200 REFRESH 42 0 0.79250997842844051 0.11111111111111109 2 6 2 6 0 0 150 2 421 3943920 55200 151.08828735351562 0.97729999999999995 225.67760000000001 20160 12110 0 0 983040 737280 737280 737520 748800 128 26 32 89 146 0 0 0 0 2 0 0 0 0 0 +429 1783760365431945000 REFRESH 1 0 0.79185075944891559 0.12020202020202017 1 7 1 7 0 0 134 5 417 3943967 55200 150.77069091796875 0.98099999999999998 191.92160000000001 20160 12489 0 0 983040 737280 737280 737567 748800 139 26 52 45 155 0 0 0 0 5 0 0 0 0 0 +430 1783760365652425100 REFRESH 20 0 0.61825528868010915 0.66666666666666674 2 11 2 11 0 0 127 11 416 3943917 55200 150.21157836914062 0.98470000000000002 178.1028 20160 14667 0 0 983040 737280 737280 737517 748800 41 26 47 58 244 0 0 1 0 10 0 0 0 0 0 +431 1783760365846645200 REFRESH 50 0 0.56956252543284092 0.44444444444444453 2 9 2 9 0 0 143 6 416 3943920 55200 150.08563232421875 1.3646 192.79220000000001 20160 13608 0 0 983040 737280 737280 737520 748800 27 26 27 28 308 0 0 0 0 6 0 0 0 0 0 +432 1783760366048759300 REFRESH 8 0 0.76620958962176877 0 2 5 2 5 0 0 235 5 413 3943939 55200 168.03634643554688 0.98709999999999998 200.90209999999999 20160 12249 0 0 983040 737280 737280 737538 748800 108 26 26 80 173 0 0 0 0 5 0 0 0 0 0 +433 1783760366236601800 REFRESH 16 0 0.80498261666509197 0.11111111111111109 2 6 2 6 0 0 200 7 417 3943905 55200 151.85101318359375 0.98280000000000001 186.7234 20160 11967 0 0 983040 737280 737280 737505 748800 118 26 27 41 205 0 0 0 0 7 0 0 0 0 0 +434 1783760366435909000 REFRESH 5 0 0.74622110805932551 0.66666666666666674 2 11 2 11 0 0 98 7 412 3943891 55200 148.28953552246094 0.98750000000000004 176.84649999999999 20160 14528 0 0 983040 737280 737280 737491 748800 42 25 33 37 275 0 0 0 0 7 0 0 0 0 0 +435 1783760366656117700 REFRESH 52 0 0.72878611958786754 0.12020202020202017 1 7 1 7 0 0 117 4 424 3943898 55200 148.59263610839844 0.98560000000000003 218.9958 20160 12008 0 0 983040 737280 737280 737498 748800 118 26 70 67 143 0 0 0 0 4 0 0 0 0 0 +436 1783760366849424000 REFRESH 30 0 0.76369838681461455 0.23131313131313144 1 8 1 8 0 0 153 4 415 3943915 55200 149.09455871582031 0.98780000000000001 191.9606 20160 12074 0 0 983040 737280 737280 737515 748800 82 26 90 88 129 0 0 0 1 3 0 0 0 0 0 +437 1783760367092495000 REFRESH 44 0 0.73010426936614836 0.22222222222222218 2 7 2 7 0 0 172 3 419 3943920 55200 149.71495056152344 0.98529999999999995 215.00479999999999 20160 12345 0 0 983040 737280 737280 737520 748800 31 26 26 142 194 0 0 0 0 3 0 0 0 0 0 +438 1783760367300647600 REFRESH 41 0 0.75426214313743523 0.45353535353535362 1 10 1 10 0 0 115 7 408 3943877 55200 148.99098205566406 0.99609999999999999 192.22049999999999 20160 14566 0 0 983040 737280 737280 737476 748800 34 26 31 30 287 0 0 0 0 7 0 0 0 0 0 +439 1783760367495576100 REFRESH 57 0 0.7545330914689925 0.77777777777777779 2 12 2 12 0 0 145 11 415 3943898 55200 148.80767822265625 0.98919999999999997 181.17089999999999 20160 14825 0 0 983040 737280 737280 737498 748800 27 26 26 26 310 0 0 0 1 10 0 0 0 0 0 +440 1783760367682839900 REFRESH 53 0 0.73580933329231213 0.12929292929292943 0 8 0 8 0 0 158 4 413 3943902 55200 149.32585144042969 0.98899999999999999 186.03890000000001 20160 12040 0 0 983040 737280 737280 737502 748800 97 26 31 33 226 0 0 0 0 4 0 0 0 0 0 +441 1783760367892354800 REFRESH 26 0 0.75436008598554172 0.67575757575757578 1 12 1 12 0 0 110 12 422 3943899 55200 149.64019775390625 0.99570000000000003 183.44319999999999 20160 14721 0 0 983040 737280 737280 737498 748800 28 26 28 25 315 0 0 0 0 12 0 0 0 0 0 +442 1783760368086062800 REFRESH 23 0 0.73906974576114337 0.99090909090909129 3 13 3 13 0 0 128 4 411 3943910 55200 149.85626220703125 0.98360000000000003 178.97020000000001 20160 14633 0 0 983040 737280 737280 737510 748800 29 26 26 31 299 0 0 0 0 4 0 0 0 0 0 +443 1783760368276880000 REFRESH 29 0 0.75148469156006725 0.67575757575757578 1 12 1 12 0 0 131 9 416 3943909 55200 148.83021545410156 0.9768 177.74789999999999 20160 14876 0 0 983040 737280 737280 737509 748800 30 26 34 28 298 0 0 0 0 9 0 0 0 0 0 +444 1783760368470512300 REFRESH 15 0 0.74572031088858526 0.76868686868686875 3 11 3 11 0 0 109 11 418 3943922 55200 150.18392944335938 0.98409999999999997 178.48079999999999 20160 14760 0 0 983040 737280 737280 737522 748800 30 25 25 27 311 0 0 0 0 11 0 0 0 0 0 +445 1783760368665683500 REFRESH 22 0 0.75508403241066435 0.76868686868686875 3 11 3 11 0 0 142 10 420 3943901 55200 149.65145874023438 0.98740000000000006 178.9117 20160 14782 0 0 983040 737280 737280 737501 748800 26 26 27 36 305 0 0 0 0 10 0 0 0 0 0 +446 1783760368857535400 REFRESH 49 0 0.74275574087016971 0.6575757575757577 3 10 3 10 0 0 139 9 419 3943873 55200 148.96025085449219 0.97719999999999996 177.18879999999999 20160 14490 0 0 983040 737280 737280 737473 748800 27 26 30 68 268 0 0 0 0 9 0 0 0 0 0 +447 1783760369051652000 REFRESH 25 0 0.73985540095650171 0.76868686868686875 3 11 3 11 0 0 127 7 419 3943920 55200 149.54495239257812 0.97819999999999996 179.02670000000001 20160 14759 0 0 983040 737280 737280 737520 748800 32 26 28 30 303 0 0 0 0 7 0 0 0 0 0 +448 1783760369230580000 REFRESH 40 0 0.75143803042418611 0.67575757575757578 1 12 1 12 1 0 134 7 417 3943913 55200 149.60946655273438 0.97619999999999996 177.7165 20160 14523 0 0 983040 737280 737280 737513 748800 34 26 63 33 261 0 0 0 0 7 0 0 0 0 1 +449 1783760369440254100 REFRESH 14 0 0.74681879873733736 0.57373737373737377 0 12 0 12 0 0 128 6 416 3943894 55200 149.75692749023438 0.98129999999999995 184.30840000000001 20160 14538 0 0 983040 737280 737280 737494 748800 31 26 27 28 304 0 0 0 0 6 0 0 0 0 0 +450 1783760369652373700 REFRESH 9 0 0.79888977270619643 0.11111111111111109 2 6 2 6 0 0 145 7 431 3943910 55200 149.48147583007812 0.98370000000000002 210.98689999999999 20160 12502 0 0 983040 737280 737280 737510 748800 119 25 72 70 145 0 0 0 0 7 0 0 0 0 0 +451 1783760369843991400 REFRESH 21 0 0.75244571340672273 0.35151515151515161 0 10 0 10 0 0 187 7 416 3943910 55200 150.01167297363281 0.97870000000000001 190.47450000000001 20160 11953 0 0 983040 737280 737280 737510 748800 40 26 39 98 213 0 0 0 0 7 0 0 0 0 0 +452 1783760370045181100 REFRESH 19 0 0.74618276662400729 0.66666666666666674 2 11 2 11 0 0 139 7 419 3943943 55200 150.00140380859375 0.98009999999999997 177.8948 20160 14576 0 0 983040 737280 737280 737542 748800 26 26 25 30 312 0 0 0 0 7 0 0 0 0 0 +453 1783760370234071600 REFRESH 45 0 0.76808777651550497 0.22222222222222218 2 7 2 7 0 0 163 4 423 3943881 55200 150.35197448730469 0.97609999999999997 187.02109999999999 20160 12412 0 0 983040 737280 737280 737481 748800 51 26 31 57 258 0 0 0 0 4 0 0 0 0 0 +454 1783760370437090800 REFRESH 38 0 0.7495915563432074 0.55555555555555558 2 10 2 10 0 0 129 6 424 3943933 55200 149.16093444824219 0.97819999999999996 177.91380000000001 20160 14530 0 0 983040 737280 737280 737533 748800 36 25 37 72 254 0 0 1 0 5 0 0 0 0 0 +455 1783760370629273700 REFRESH 6 0 0.74638903127218914 0.76868686868686875 3 11 3 11 0 0 123 14 415 3943933 55200 149.08723449707031 0.98340000000000005 177.28620000000001 20160 14808 0 0 983040 737280 737280 737533 748800 26 25 48 41 275 0 0 0 1 13 0 0 0 0 0 +456 1783760370809823600 REFRESH 7 0 0.74624589534401287 0.67575757575757578 1 12 1 12 0 0 143 9 419 3943921 55200 149.54393005371094 0.97919999999999996 179.42320000000001 20160 14441 0 0 983040 737280 737280 737521 748800 35 26 31 39 288 0 0 0 0 9 0 0 0 0 0 +457 1783760371027323000 REFRESH 55 0 0.75304862960278041 0.67575757575757578 1 12 1 12 0 0 161 11 418 3943937 55200 150.19622802734375 0.98409999999999997 179.18340000000001 20160 14492 0 0 983040 737280 737280 737537 748800 29 26 25 27 311 0 0 0 0 11 0 0 0 0 0 +458 1783760371245605600 REFRESH 48 0 0.75269572659017459 0.44444444444444453 2 9 2 9 0 0 179 8 419 3943908 55200 149.24697875976562 0.98129999999999995 200.39840000000001 20160 13532 0 0 983040 737280 737280 737508 748800 28 27 54 67 243 0 0 0 0 8 0 0 0 0 0 +459 1783760371437255200 REFRESH 58 0 0.75018391513301474 0.77777777777777779 2 12 2 12 0 0 137 5 416 3943902 55200 149.07289123535156 0.98119999999999996 177.08430000000001 20160 14798 0 0 983040 737280 737280 737502 748800 27 26 27 29 307 0 0 0 0 5 0 0 0 0 0 +460 1783760371631592700 REFRESH 51 0 0.75363632658523183 0.76868686868686875 3 11 3 11 0 0 110 10 412 3943881 55200 149.05471801757812 0.98260000000000003 178.18119999999999 20160 14706 0 0 983040 737280 737280 737481 748800 30 26 36 29 291 0 0 0 0 10 0 0 0 0 0 +461 1783760371823411200 REFRESH 0 0 0.74732526369494601 0.67575757575757578 1 12 1 12 0 0 97 6 422 3943912 55200 148.46771240234375 0.97609999999999997 177.14699999999999 20160 14783 0 0 983040 737280 737280 737512 748800 27 26 27 32 310 0 0 0 0 6 0 0 0 0 0 +462 1783760372007949000 REFRESH 3 0 0.75016688740783199 0.44444444444444453 2 9 2 9 0 0 152 6 415 3943891 55200 148.65510559082031 0.98450000000000004 183.39320000000001 20160 12533 0 0 983040 737280 737280 737490 748800 93 26 65 69 162 0 0 0 0 6 0 0 0 0 0 +463 1783760372204484400 REFRESH 18 0 0.7472557824207452 1 2 14 2 14 0 0 133 15 419 3943900 55200 150.71023559570312 0.98240000000000005 179.3135 20160 14755 0 0 983040 737280 737280 737499 748800 27 25 29 30 308 0 0 0 1 14 0 0 0 0 0 +464 1783760372412338800 REFRESH 10 0 0.75029039655581153 0.45353535353535362 1 10 1 10 0 0 123 8 418 3943933 55200 149.38931274414062 0.98250000000000004 178.9769 20160 13539 0 0 983040 737280 737280 737533 748800 26 25 32 36 299 0 0 1 0 7 0 0 0 0 0 +465 1783760372604207000 REFRESH 43 0 0.75152806329919675 0.76868686868686875 3 11 3 11 0 0 147 10 417 3943920 55200 148.39193725585938 0.98199999999999998 176.5692 20160 14734 0 0 983040 737280 737280 737518 748800 35 26 31 71 254 0 0 0 0 10 0 0 0 0 0 +466 1783760372827643200 REFRESH 11 0 0.80868330789048415 0.12929292929292943 0 8 0 8 0 0 109 6 417 3943943 55200 149.32890319824219 0.97570000000000001 222.27420000000001 20160 12586 0 0 983040 737280 737280 737542 748800 105 25 48 104 135 0 0 0 0 6 0 0 0 0 0 +467 1783760373021357000 REFRESH 46 0 0.75757977424708023 0.22222222222222218 2 7 2 7 0 0 332 4 416 3943903 55200 150.43891906738281 0.98199999999999998 192.50290000000001 20160 12047 0 0 983040 737280 737280 737503 748800 116 26 34 48 192 0 0 0 0 4 0 0 0 0 0 +468 1783760373225673200 REFRESH 35 0 0.7495982526769176 0.66666666666666674 2 11 2 11 0 0 175 8 413 3943923 55200 149.89312744140625 0.97729999999999995 179.5573 20160 14538 0 0 983040 737280 737280 737523 748800 41 26 59 28 259 0 0 0 0 8 0 0 0 0 0 +469 1783760373419710400 REFRESH 13 0 0.92316461705400754 0.0090909090909090783 1 6 1 6 0 0 190 2 416 3943918 55200 150.03443908691406 0.97750000000000004 192.8879 20160 12415 0 0 983040 737280 737280 737517 748800 189 26 37 60 104 0 0 0 0 2 0 0 0 0 0 +470 1783760373668155200 REFRESH 17 0 0.92812447948021082 0.018181818181818247 0 7 0 7 0 0 206 8 414 3943899 55200 149.61459350585938 0.98250000000000004 223.12880000000001 20160 12289 0 0 983040 737280 737280 737499 748800 110 26 38 104 136 0 0 0 0 8 0 0 0 0 0 +471 1783760373862396400 REFRESH 36 0 0.75042791214488114 0.6575757575757577 3 10 3 10 0 0 130 7 422 3943909 55200 149.64224243164062 0.98129999999999995 179.13079999999999 20160 14348 0 0 983040 737280 737280 737509 748800 68 26 25 29 274 0 0 0 0 7 0 0 0 0 0 +472 1783760374054367200 REFRESH 34 0 0.75454847247176637 0.78686868686868705 1 13 1 13 0 0 114 10 419 3943907 55200 148.16461181640625 0.98029999999999995 176.3229 20160 14784 0 0 983040 737280 737280 737507 748800 27 25 29 31 307 0 0 0 0 10 0 0 0 0 0 +473 1783760374241324500 REFRESH 33 0 0.81223512643025531 0.12020202020202017 1 7 1 7 0 0 190 4 418 3943913 55200 149.70982360839844 0.98180000000000001 185.75139999999999 20160 12290 0 0 983040 737280 737280 737513 748800 128 26 30 55 179 0 0 0 0 4 0 0 0 0 0 +474 1783760374427600000 REFRESH 32 0 0.76517987477244742 0.23131313131313144 1 8 1 8 0 0 141 7 416 3943887 55200 150.44915771484375 0.97789999999999999 185.09440000000001 20160 12541 0 0 983040 737280 737280 737487 748800 94 26 26 54 216 0 0 0 0 7 0 0 0 0 0 +475 1783760374630638200 REFRESH 47 0 0.75660235893972028 0.66666666666666674 2 11 2 11 0 0 120 7 422 3943894 55200 149.87980651855469 0.98640000000000005 178.6542 20160 14708 0 0 983040 737280 737280 737494 748800 28 26 26 28 314 0 0 0 0 7 0 0 0 0 0 +476 1783760374825920800 REFRESH 27 0 0.7502497212894178 0.7959595959595962 0 14 0 14 0 0 164 11 408 3943917 55200 153.44741821289062 0.98360000000000003 182.624 20160 14717 0 0 983040 737280 737280 737517 748800 28 25 25 27 303 0 0 1 0 10 0 0 0 0 0 +477 1783760375029346300 REFRESH 12 0 0.75554150128811792 0.43535353535353549 3 8 3 8 0 0 197 7 412 3943911 55200 158.41690063476562 0.97960000000000003 187.5976 20160 13545 0 0 983040 737280 737280 737511 748800 40 25 45 73 229 0 0 0 0 7 0 0 0 0 0 +478 1783760375217940500 REFRESH 4 0 0.73467261820773522 0.78686868686868705 1 13 1 13 0 0 67 3 423 3943902 55200 148.42778015136719 0.97709999999999997 176.29249999999999 20160 14604 0 0 983040 737280 737280 737502 748800 34 26 30 39 294 0 0 0 0 3 0 0 0 0 0 +479 1783760375435188700 REFRESH 54 0 0.76556440397991943 0.23131313131313144 1 8 1 8 0 0 129 6 416 3943909 55200 155.25068664550781 0.97989999999999999 216.06630000000001 20160 12874 0 0 983040 737280 737280 737508 748800 114 26 58 73 145 0 0 0 0 6 0 0 0 0 0 +480 1783760375636578400 REFRESH 39 0 0.75398305980238334 0.43535353535353549 3 8 3 8 0 0 182 11 411 3943895 55200 156.61875915527344 0.98160000000000003 186.31530000000001 20160 13657 0 0 983040 737280 737280 737494 748800 34 26 29 27 295 0 0 0 0 11 0 0 0 0 0 +481 1783760375836508700 REFRESH 28 0 0.74901845883869367 0.67575757575757578 1 12 1 12 0 0 154 6 395 3943915 55200 155.90605163574219 0.98229999999999995 184.86009999999999 20160 14372 0 0 983040 737280 737280 737514 748800 28 26 29 27 285 0 0 0 0 6 0 0 0 0 0 +482 1783760376034873800 REFRESH 24 0 0.74194529370968243 0.87070707070707098 4 11 4 11 0 0 155 11 415 3943938 55200 150.51058959960938 1.024 182.57380000000001 20160 14685 0 0 983040 737280 737280 737538 748800 31 26 33 27 298 0 0 0 0 11 0 0 0 0 0 +483 1783760376256060800 REFRESH 56 0 0.92597679852658443 0 2 5 2 5 0 0 229 1 415 3943905 55200 148.79026794433594 0.9788 220.0273 20160 12233 0 0 983040 737280 737280 737505 748800 107 26 66 122 94 0 0 0 0 1 0 0 0 0 0 +484 1783760376448316800 REFRESH 31 0 0.8051076426229602 0.11111111111111109 2 6 2 6 0 0 148 5 421 3943921 55200 149.41389465332031 0.9788 191.0908 20160 12608 0 0 983040 737280 737280 737521 748800 121 25 35 85 155 0 0 0 0 5 0 0 0 0 0 +485 1783760376665019900 REFRESH 2 0 0.75261663471043794 0.33333333333333343 2 8 2 8 0 0 152 7 422 3943922 55200 149.49385070800781 0.9819 190.6182 20160 12009 0 0 983040 737280 737280 737522 748800 118 26 27 36 215 0 0 0 0 7 0 0 0 0 0 +486 1783760377738925300 DEPTH 8 1 0.9195447471197804 0 2 5 2 5 0 0 236 27 2552 23664788 81600 862.78451538085938 5.8707999999999991 1072.761 120960 58257 1 0 5898240 4423680 4423680 4426384 4492800 225 150 152 173 1852 0 0 0 0 27 0 0 0 0 0 +487 1783760379054104000 DEPTH 17 1 0.84374435803901171 0.018181818181818247 0 7 0 7 0 0 206 14 2527 23664903 81600 855.66917419433594 5.8452999999999999 1297.8299999999999 120960 59304 1 0 5898240 4423680 4423680 4426502 4492800 240 153 162 295 1677 0 0 0 0 14 0 0 0 0 0 +488 1783760380366866400 DEPTH 13 1 0.85278463345392819 0.0090909090909090783 1 6 1 6 0 0 190 19 2505 23664835 81600 853.89593505859375 5.8601999999999999 1256.8463999999999 120960 58828 1 0 5898240 4423680 4423680 4426433 4492800 226 153 154 157 1815 0 0 0 0 19 0 0 0 0 0 +489 1783760381636075300 DEPTH 52 1 0.81733610314201388 0.12020202020202017 1 7 1 7 0 0 117 19 2564 23664851 81600 849.63090515136719 5.8646000000000003 1267.9576999999999 120960 59294 1 0 5898240 4423680 4423680 4426448 4492800 318 156 300 264 1526 0 0 1 0 18 0 0 0 0 0 +490 1783760382741428100 DEPTH 16 1 0.79958349631619496 0.11111111111111109 2 6 2 6 0 0 200 20 2532 23664795 81600 858.34495544433594 5.8421000000000003 1104.1960999999999 120960 56067 1 0 5898240 4423680 4423680 4426394 4492800 176 150 156 158 1892 0 0 0 0 20 0 0 0 0 0 +491 1783760383980690300 DEPTH 53 1 0.79717543812025038 0.12929292929292943 0 8 0 8 0 0 158 24 2517 23664843 81600 854.38761901855469 5.8439000000000005 1199.6105 120960 56152 1 0 5898240 4423680 4423680 4426442 4492800 171 156 152 161 1877 1 0 0 0 23 0 0 0 0 0 +492 1783760385255233100 DEPTH 1 1 0.79491903201743963 0.12020202020202017 1 7 1 7 0 0 136 18 2561 23664854 81600 855.0328369140625 5.8437000000000001 1259.3199 120960 58895 1 0 5898240 4423680 4423680 4426454 4492800 222 150 172 211 1806 0 0 0 0 18 0 0 0 0 0 +493 1783760386545926900 DEPTH 9 1 0.79374779460911471 0.11111111111111109 2 6 2 6 0 0 145 11 2600 23664862 81600 851.88711547851562 5.867799999999999 1289.5726999999999 120960 59320 1 0 5898240 4423680 4423680 4426462 4492800 499 150 236 288 1427 0 0 0 0 11 0 0 0 0 0 +494 1783760387836544300 DEPTH 11 1 0.80146162197230786 0.12929292929292943 0 8 0 8 1 0 109 17 2580 23664803 81600 850.42762756347656 5.8731999999999998 1289.4725000000001 120960 59086 1 0 5898240 4423680 4423680 4426401 4492800 263 150 237 431 1499 0 0 0 0 17 0 0 0 0 1 +495 1783760389146130300 DEPTH 42 1 0.79231262530284174 0.11111111111111109 2 6 2 6 1 0 150 14 2593 23664784 81600 854.78195190429688 5.8441999999999998 1293.6310000000001 120960 57937 1 0 5898240 4423680 4423680 4426383 4492800 312 156 158 335 1632 0 0 0 0 14 0 0 0 0 1 +496 1783760390428181100 DEPTH 56 1 0.79474007993419493 0 2 5 2 5 0 0 229 18 2547 23664771 81600 850.59089660644531 5.8517999999999999 1280.7943 120960 58372 1 0 5898240 4423680 4423680 4426371 4492800 274 151 203 487 1432 0 0 0 0 18 0 0 0 0 0 +497 1783760391686785900 DEPTH 33 1 0.7922935931862376 0.12020202020202017 1 7 1 7 0 0 190 26 2533 23664889 81600 875.34181213378906 5.8799999999999999 1227.6806999999999 120960 58239 1 0 5898240 4423680 4423680 4426489 4492800 262 156 158 156 1801 0 0 0 0 26 0 0 0 0 0 +498 1783760393055448900 DEPTH 45 1 0.75836148389649438 0.22222222222222218 2 7 2 7 0 0 163 23 2611 23664761 81600 916.39913940429688 5.8910999999999998 1299.2312999999999 120960 58897 1 0 5898240 4423680 4423680 4426359 4492800 151 151 158 216 1935 0 0 0 0 23 0 0 0 0 0 +499 1783760394353227000 DEPTH 30 1 0.75487679974791022 0.23131313131313144 1 8 1 8 1 0 153 27 2540 23664736 81600 857.87033081054688 5.8899999999999997 1253.7201 120960 56997 1 0 5898240 4423680 4423680 4426335 4492800 252 150 232 275 1631 0 0 1 1 25 0 0 0 0 1 +500 1783760395718520700 DEPTH 44 1 0.75064229961105422 0.22222222222222218 2 7 2 7 0 0 172 11 2592 23664785 81600 857.06582641601562 5.8646000000000003 1277.8128999999999 120960 58430 1 0 5898240 4423680 4423680 4426385 4492800 164 150 150 245 1883 0 0 0 0 11 0 0 0 0 0 +501 1783760396969753400 DEPTH 46 1 0.74862773764102908 0.22222222222222218 2 7 2 7 0 0 332 17 2600 23664761 81600 860.97816467285156 5.8674999999999997 1249.9972 120960 56846 1 0 5898240 4423680 4423680 4426360 4492800 346 156 155 253 1690 0 0 0 0 17 0 0 0 0 0 +502 1783760398079415100 DEPTH 8 1 0.82748551428039641 0 2 5 2 5 0 0 236 21 2555 23664890 81600 858.67826843261719 5.9254000000000007 1081.9621999999999 120960 47798 1 0 5898240 4423680 4423680 4426486 4492800 221 150 151 189 1844 0 0 0 0 21 0 0 0 0 0 +503 1783760399380488400 DEPTH 17 1 0.83153358687597823 0.018181818181818247 0 7 0 7 0 0 209 18 2519 23664863 81600 857.1658935546875 5.8715000000000002 1299.9452000000001 120960 47837 1 0 5898240 4423680 4423680 4426462 4492800 230 153 162 323 1651 0 1 0 0 17 0 0 0 0 0 +504 1783760400642758500 DEPTH 13 1 0.82114224643835521 0.0090909090909090783 1 6 1 6 0 0 190 19 2502 23664891 81600 849.44566345214844 5.9533999999999994 1261.0921000000001 120960 48090 1 0 5898240 4423680 4423680 4426490 4492800 247 155 155 173 1772 0 0 0 0 19 0 0 0 0 0 +505 1783760401867132000 DEPTH 32 1 0.75839702133673215 0.23131313131313144 1 8 1 8 0 0 142 41 2564 23664833 81600 856.03636169433594 5.8859000000000004 1223.0762999999999 120960 59363 1 0 5898240 4423680 4423680 4426433 4492800 166 156 150 172 1920 0 0 0 0 41 0 0 0 0 0 +506 1783760402924308700 DEPTH 26 1 0.74795958924622008 0.67575757575757578 1 12 1 12 1 0 112 14 2596 23664800 81600 856.31575012207031 5.8577999999999992 1027.0273 120960 69839 1 0 5898240 4423680 4423680 4426398 4492800 155 156 150 151 1984 0 0 0 1 13 0 0 0 0 1 +507 1783760403996584800 DEPTH 22 1 0.74798140086158971 0.76868686868686875 3 11 3 11 1 0 142 25 2585 23664833 81600 860.03070068359375 5.9166999999999996 1036.0966000000001 120960 69594 1 0 5898240 4423680 4423680 4426433 4492800 151 151 157 159 1967 0 0 0 0 25 0 0 0 0 1 +508 1783760405040388800 DEPTH 57 1 0.74770475825634897 0.77777777777777779 2 12 2 12 1 0 147 83 2505 23664859 81600 853.95661926269531 5.8786999999999994 1026.5277000000001 120960 69200 1 0 5898240 4423680 4423680 4426456 4492800 155 156 158 160 1876 1 0 0 1 81 0 0 0 0 5 +509 1783760406072013000 DEPTH 34 1 0.74673148160353553 0.78686868686868705 1 13 1 13 0 0 116 23 2593 23664854 81600 849.09136962890625 5.8751999999999995 1016.0244 120960 69857 1 0 5898240 4423680 4423680 4426450 4492800 154 150 161 163 1965 0 0 0 4 19 0 0 0 0 0 +510 1783760407360208100 DEPTH 56 1 0.80339915949270846 0 2 5 2 5 0 0 229 9 2558 23664893 81600 854.40380859375 5.8693999999999997 1286.8876 120960 46725 1 0 5898240 4423680 4423680 4426492 4492800 252 150 203 528 1425 0 0 0 0 9 0 0 0 0 0 +511 1783760408711433000 DEPTH 31 1 0.79696986689564508 0.11111111111111109 2 6 2 6 0 0 148 22 2555 23664808 81600 952.53097534179688 5.8805000000000005 1350.0391 120960 60253 1 0 5898240 4423680 4423680 4426407 4492800 284 150 167 250 1704 0 0 0 0 22 0 0 0 0 0 +512 1783760409362052100 DEPTH 52 1 0.79203973103717473 0.12020202020202017 1 7 1 7 0 0 117 12 1289 11832449 47040 424.45516967773438 2.9634999999999998 633.34299999999996 60480 26250 0 0 2949120 2211840 2211840 2213249 2246400 177 78 141 153 740 0 0 0 0 12 0 0 0 0 0 diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/run.tsv b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/run.tsv new file mode 100644 index 00000000..0f6712bf --- /dev/null +++ b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/run.tsv @@ -0,0 +1,32 @@ +format szilassi-global-search-v4 +run_id bc02f56a-c1fb-4892-8480-fff1b626c97c +node_id LOOKICH +seed 122908388 +topology_from 0 +topology_to 58 +backend cuda-fp32 +objective_version 4 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 59 +algorithm hybrid-quality-diversity-v1 +control_baseline_fraction 0.25 +strategy_weights baseline:4,replica:3,adaptive:3,pbt:3,injected:3 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +spsa adam:6,cpu-double,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000001_baf234ba.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000001_baf234ba.szar new file mode 100644 index 00000000..36ac341f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000001_baf234ba.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000002_5f4eded6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000002_5f4eded6.szar new file mode 100644 index 00000000..ba81b3ac Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000002_5f4eded6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000003_4dbbd6b1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000003_4dbbd6b1.szar new file mode 100644 index 00000000..71177492 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000003_4dbbd6b1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000004_f659d226.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000004_f659d226.szar new file mode 100644 index 00000000..52c0dae6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000004_f659d226.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000005_cc8af725.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000005_cc8af725.szar new file mode 100644 index 00000000..8c019619 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/archive/delta_00000000000000000005_cc8af725.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000001_eb5abadd.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000001_eb5abadd.szcp new file mode 100644 index 00000000..ba2efcf8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000001_eb5abadd.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000002_eb3f3848.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000002_eb3f3848.szcp new file mode 100644 index 00000000..5fe23120 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000002_eb3f3848.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000003_3c2ae797.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000003_3c2ae797.szcp new file mode 100644 index 00000000..8358cf5c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000003_3c2ae797.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000004_d46dc516.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000004_d46dc516.szcp new file mode 100644 index 00000000..32ed11e5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000004_d46dc516.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000005_1ac04348.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000005_1ac04348.szcp new file mode 100644 index 00000000..24a3af85 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_000/checkpoints/checkpoint_00000000000000000005_1ac04348.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000001_9ed394af.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000001_9ed394af.szar new file mode 100644 index 00000000..798d8607 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000001_9ed394af.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000002_d0e545a6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000002_d0e545a6.szar new file mode 100644 index 00000000..76d6e1c7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000002_d0e545a6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000003_cc86cd9c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000003_cc86cd9c.szar new file mode 100644 index 00000000..e3a41e97 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000003_cc86cd9c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000004_6bdb032a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000004_6bdb032a.szar new file mode 100644 index 00000000..aace2426 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000004_6bdb032a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000005_681b0abf.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000005_681b0abf.szar new file mode 100644 index 00000000..486387a9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000005_681b0abf.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000006_b1f442e4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000006_b1f442e4.szar new file mode 100644 index 00000000..9153de30 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000006_b1f442e4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000007_32ed371c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000007_32ed371c.szar new file mode 100644 index 00000000..b7f55ace Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000007_32ed371c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000008_3368a13c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000008_3368a13c.szar new file mode 100644 index 00000000..5c72198f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000008_3368a13c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000009_31699ab4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000009_31699ab4.szar new file mode 100644 index 00000000..641725c2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000009_31699ab4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000010_05ed3cff.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000010_05ed3cff.szar new file mode 100644 index 00000000..de406e7f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000010_05ed3cff.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000011_9e4bbcd7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000011_9e4bbcd7.szar new file mode 100644 index 00000000..0d2b56eb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/archive/delta_00000000000000000011_9e4bbcd7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000001_611ac9be.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000001_611ac9be.szcp new file mode 100644 index 00000000..db75d722 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000001_611ac9be.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000002_56ec774b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000002_56ec774b.szcp new file mode 100644 index 00000000..04cea786 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000002_56ec774b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000003_412ad9b0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000003_412ad9b0.szcp new file mode 100644 index 00000000..e656146d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000003_412ad9b0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000004_dd8d04c3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000004_dd8d04c3.szcp new file mode 100644 index 00000000..bb2dcfd3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000004_dd8d04c3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000005_7fa88dd3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000005_7fa88dd3.szcp new file mode 100644 index 00000000..cd7257a5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000005_7fa88dd3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000006_4233ce3b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000006_4233ce3b.szcp new file mode 100644 index 00000000..7109222a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000006_4233ce3b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000007_5ef81fd1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000007_5ef81fd1.szcp new file mode 100644 index 00000000..8245dd0a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000007_5ef81fd1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000008_b33f5c00.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000008_b33f5c00.szcp new file mode 100644 index 00000000..53efa530 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000008_b33f5c00.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000009_f61dabd7.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000009_f61dabd7.szcp new file mode 100644 index 00000000..b6514340 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000009_f61dabd7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000010_5d825165.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000010_5d825165.szcp new file mode 100644 index 00000000..a1fa1ebd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000010_5d825165.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000011_4df7b602.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000011_4df7b602.szcp new file mode 100644 index 00000000..3b82cd72 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_001/checkpoints/checkpoint_00000000000000000011_4df7b602.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000001_f008accc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000001_f008accc.szar new file mode 100644 index 00000000..8d2c4afb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000001_f008accc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000002_30b66603.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000002_30b66603.szar new file mode 100644 index 00000000..c010882c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000002_30b66603.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000003_594c3d75.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000003_594c3d75.szar new file mode 100644 index 00000000..a9b63398 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000003_594c3d75.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000004_8f92ed93.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000004_8f92ed93.szar new file mode 100644 index 00000000..f54d2a6b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000004_8f92ed93.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000005_525f0819.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000005_525f0819.szar new file mode 100644 index 00000000..fae33a4f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000005_525f0819.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000006_1b318ed4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000006_1b318ed4.szar new file mode 100644 index 00000000..8cbaf258 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000006_1b318ed4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000007_de9d4b98.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000007_de9d4b98.szar new file mode 100644 index 00000000..ac3de2ca Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000007_de9d4b98.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000008_66f513f6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000008_66f513f6.szar new file mode 100644 index 00000000..1dee2e8f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/archive/delta_00000000000000000008_66f513f6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000001_44c1901e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000001_44c1901e.szcp new file mode 100644 index 00000000..e20f9d5c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000001_44c1901e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000002_73a8fdcf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000002_73a8fdcf.szcp new file mode 100644 index 00000000..ec587fd2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000002_73a8fdcf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000003_9b42aa89.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000003_9b42aa89.szcp new file mode 100644 index 00000000..1f385e61 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000003_9b42aa89.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000004_d16399a5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000004_d16399a5.szcp new file mode 100644 index 00000000..ca671b77 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000004_d16399a5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000005_8d6bffc4.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000005_8d6bffc4.szcp new file mode 100644 index 00000000..6fc901fc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000005_8d6bffc4.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000006_84c40cca.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000006_84c40cca.szcp new file mode 100644 index 00000000..a93a6362 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000006_84c40cca.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000007_dbab2793.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000007_dbab2793.szcp new file mode 100644 index 00000000..aef69842 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000007_dbab2793.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000008_5969de66.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000008_5969de66.szcp new file mode 100644 index 00000000..baa07b41 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_002/checkpoints/checkpoint_00000000000000000008_5969de66.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000001_e320c99a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000001_e320c99a.szar new file mode 100644 index 00000000..f70cb71b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000001_e320c99a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000002_3c1e35b5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000002_3c1e35b5.szar new file mode 100644 index 00000000..7924f5b6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000002_3c1e35b5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000003_f3059603.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000003_f3059603.szar new file mode 100644 index 00000000..521eaaf7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000003_f3059603.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000004_83b84ad5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000004_83b84ad5.szar new file mode 100644 index 00000000..92ad98f8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000004_83b84ad5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000005_bd7b0e3a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000005_bd7b0e3a.szar new file mode 100644 index 00000000..3de4d592 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000005_bd7b0e3a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000006_35e54c08.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000006_35e54c08.szar new file mode 100644 index 00000000..aa855c73 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000006_35e54c08.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000007_300d5435.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000007_300d5435.szar new file mode 100644 index 00000000..7aef37a0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000007_300d5435.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000008_67d6bef7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000008_67d6bef7.szar new file mode 100644 index 00000000..7e71b211 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/archive/delta_00000000000000000008_67d6bef7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000001_5587c188.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000001_5587c188.szcp new file mode 100644 index 00000000..5bcc3178 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000001_5587c188.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000002_5286fe51.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000002_5286fe51.szcp new file mode 100644 index 00000000..70a0e790 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000002_5286fe51.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000003_e96fbe97.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000003_e96fbe97.szcp new file mode 100644 index 00000000..c5779405 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000003_e96fbe97.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000004_e3dbc72b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000004_e3dbc72b.szcp new file mode 100644 index 00000000..ec9b70ed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000004_e3dbc72b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000005_0f7122d7.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000005_0f7122d7.szcp new file mode 100644 index 00000000..00c71b2e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000005_0f7122d7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000006_5d5918cd.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000006_5d5918cd.szcp new file mode 100644 index 00000000..d3b4973a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000006_5d5918cd.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000007_579dcf68.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000007_579dcf68.szcp new file mode 100644 index 00000000..b9055785 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000007_579dcf68.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000008_d8b6a157.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000008_d8b6a157.szcp new file mode 100644 index 00000000..9f831265 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_003/checkpoints/checkpoint_00000000000000000008_d8b6a157.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000001_e02a15ca.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000001_e02a15ca.szar new file mode 100644 index 00000000..a423a976 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000001_e02a15ca.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000002_157ab1d4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000002_157ab1d4.szar new file mode 100644 index 00000000..4fe14126 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000002_157ab1d4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000003_63e6ef39.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000003_63e6ef39.szar new file mode 100644 index 00000000..7092bed3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000003_63e6ef39.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000004_7d059905.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000004_7d059905.szar new file mode 100644 index 00000000..78d1c5b6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000004_7d059905.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000005_9a89894b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000005_9a89894b.szar new file mode 100644 index 00000000..b55cfd75 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/archive/delta_00000000000000000005_9a89894b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000001_c28d891b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000001_c28d891b.szcp new file mode 100644 index 00000000..bc28e287 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000001_c28d891b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000002_4ccbd623.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000002_4ccbd623.szcp new file mode 100644 index 00000000..164cc8ae Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000002_4ccbd623.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000003_c3de5311.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000003_c3de5311.szcp new file mode 100644 index 00000000..32f33789 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000003_c3de5311.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000004_4785ee6d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000004_4785ee6d.szcp new file mode 100644 index 00000000..d10f6565 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000004_4785ee6d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000005_ef107146.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000005_ef107146.szcp new file mode 100644 index 00000000..fcade409 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_004/checkpoints/checkpoint_00000000000000000005_ef107146.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000001_298f948c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000001_298f948c.szar new file mode 100644 index 00000000..c694d3a1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000001_298f948c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000002_f25e250e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000002_f25e250e.szar new file mode 100644 index 00000000..35a3efdb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000002_f25e250e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000003_983e1b0a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000003_983e1b0a.szar new file mode 100644 index 00000000..cd814a47 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000003_983e1b0a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000004_a371aee1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000004_a371aee1.szar new file mode 100644 index 00000000..50f94af0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000004_a371aee1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000005_cbb07b7b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000005_cbb07b7b.szar new file mode 100644 index 00000000..f52dba37 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000005_cbb07b7b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000006_36a4940a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000006_36a4940a.szar new file mode 100644 index 00000000..4231c87a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/archive/delta_00000000000000000006_36a4940a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000001_c601357d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000001_c601357d.szcp new file mode 100644 index 00000000..a5aa7bb8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000001_c601357d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000002_cce9ebef.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000002_cce9ebef.szcp new file mode 100644 index 00000000..9f457481 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000002_cce9ebef.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000003_6e9d2a75.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000003_6e9d2a75.szcp new file mode 100644 index 00000000..2546130b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000003_6e9d2a75.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000004_e5cc3d11.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000004_e5cc3d11.szcp new file mode 100644 index 00000000..6943fee9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000004_e5cc3d11.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000005_058600e2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000005_058600e2.szcp new file mode 100644 index 00000000..ae54cb2e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000005_058600e2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000006_e548d97a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000006_e548d97a.szcp new file mode 100644 index 00000000..561c46cd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_005/checkpoints/checkpoint_00000000000000000006_e548d97a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000001_9ab5b38e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000001_9ab5b38e.szar new file mode 100644 index 00000000..c81c4535 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000001_9ab5b38e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000002_23106cba.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000002_23106cba.szar new file mode 100644 index 00000000..582b3208 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000002_23106cba.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000003_43a948c7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000003_43a948c7.szar new file mode 100644 index 00000000..0251d469 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000003_43a948c7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000004_52915195.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000004_52915195.szar new file mode 100644 index 00000000..3b937387 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000004_52915195.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000005_67771e5d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000005_67771e5d.szar new file mode 100644 index 00000000..ab00f6c4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/archive/delta_00000000000000000005_67771e5d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000001_726ebd62.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000001_726ebd62.szcp new file mode 100644 index 00000000..1720ae47 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000001_726ebd62.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000002_5e9b30d3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000002_5e9b30d3.szcp new file mode 100644 index 00000000..d9e0d311 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000002_5e9b30d3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000003_5518d002.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000003_5518d002.szcp new file mode 100644 index 00000000..e4a3bb25 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000003_5518d002.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000004_d08315e1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000004_d08315e1.szcp new file mode 100644 index 00000000..ef61cf48 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000004_d08315e1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000005_c9a89eef.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000005_c9a89eef.szcp new file mode 100644 index 00000000..38ce71be Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_006/checkpoints/checkpoint_00000000000000000005_c9a89eef.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000001_27280bfb.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000001_27280bfb.szar new file mode 100644 index 00000000..7c74f792 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000001_27280bfb.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000002_e3053aa4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000002_e3053aa4.szar new file mode 100644 index 00000000..70c894b7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000002_e3053aa4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000003_25ad7ea3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000003_25ad7ea3.szar new file mode 100644 index 00000000..bb0f983c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000003_25ad7ea3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000004_f1bd6395.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000004_f1bd6395.szar new file mode 100644 index 00000000..18ef7dc7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000004_f1bd6395.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000005_dcfd449b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000005_dcfd449b.szar new file mode 100644 index 00000000..d622c935 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000005_dcfd449b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000006_a8ea703f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000006_a8ea703f.szar new file mode 100644 index 00000000..70861960 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/archive/delta_00000000000000000006_a8ea703f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000001_9b57facb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000001_9b57facb.szcp new file mode 100644 index 00000000..edfe8356 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000001_9b57facb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000002_4d19666d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000002_4d19666d.szcp new file mode 100644 index 00000000..3385d0a5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000002_4d19666d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000003_f9367561.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000003_f9367561.szcp new file mode 100644 index 00000000..ba41f5c4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000003_f9367561.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000004_221d3673.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000004_221d3673.szcp new file mode 100644 index 00000000..0d2a888e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000004_221d3673.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000005_d1318d7a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000005_d1318d7a.szcp new file mode 100644 index 00000000..05d97e63 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000005_d1318d7a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000006_15d1e885.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000006_15d1e885.szcp new file mode 100644 index 00000000..fd514345 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_007/checkpoints/checkpoint_00000000000000000006_15d1e885.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000001_de8bd840.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000001_de8bd840.szar new file mode 100644 index 00000000..ef4a1b7e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000001_de8bd840.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000002_312cfa1c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000002_312cfa1c.szar new file mode 100644 index 00000000..611e3e61 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000002_312cfa1c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000003_33e1ef8b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000003_33e1ef8b.szar new file mode 100644 index 00000000..3982a708 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000003_33e1ef8b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000004_b4b0d647.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000004_b4b0d647.szar new file mode 100644 index 00000000..4ed54803 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000004_b4b0d647.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000005_b7fd2430.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000005_b7fd2430.szar new file mode 100644 index 00000000..96eac3a9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000005_b7fd2430.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000006_80b1036f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000006_80b1036f.szar new file mode 100644 index 00000000..e039337c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000006_80b1036f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000007_45a5defa.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000007_45a5defa.szar new file mode 100644 index 00000000..becbd1c8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000007_45a5defa.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000008_7f40214a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000008_7f40214a.szar new file mode 100644 index 00000000..9d8c00bf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000008_7f40214a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000009_45d7b2c2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000009_45d7b2c2.szar new file mode 100644 index 00000000..dd7dc881 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000009_45d7b2c2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000010_9dac6ce9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000010_9dac6ce9.szar new file mode 100644 index 00000000..317259a3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000010_9dac6ce9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000011_f713dd95.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000011_f713dd95.szar new file mode 100644 index 00000000..4b830358 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000011_f713dd95.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000012_63b6b1cf.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000012_63b6b1cf.szar new file mode 100644 index 00000000..5b1a8082 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/archive/delta_00000000000000000012_63b6b1cf.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000001_44864dd8.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000001_44864dd8.szcp new file mode 100644 index 00000000..4c8d17d0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000001_44864dd8.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000002_ee9bf474.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000002_ee9bf474.szcp new file mode 100644 index 00000000..2d4c6bf7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000002_ee9bf474.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000003_a1b22546.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000003_a1b22546.szcp new file mode 100644 index 00000000..b469c74e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000003_a1b22546.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000004_924056a7.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000004_924056a7.szcp new file mode 100644 index 00000000..3cb2d924 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000004_924056a7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000005_5952cded.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000005_5952cded.szcp new file mode 100644 index 00000000..0fb46952 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000005_5952cded.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000006_9bcba2fd.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000006_9bcba2fd.szcp new file mode 100644 index 00000000..705e5c12 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000006_9bcba2fd.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000007_fe988e88.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000007_fe988e88.szcp new file mode 100644 index 00000000..fe24c836 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000007_fe988e88.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000008_28598b84.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000008_28598b84.szcp new file mode 100644 index 00000000..f55e3fee Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000008_28598b84.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000009_1a24ddb7.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000009_1a24ddb7.szcp new file mode 100644 index 00000000..0b7db2d5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000009_1a24ddb7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000010_b0d1ad56.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000010_b0d1ad56.szcp new file mode 100644 index 00000000..98644e70 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000010_b0d1ad56.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000011_0d7f2512.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000011_0d7f2512.szcp new file mode 100644 index 00000000..0c46bb42 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000011_0d7f2512.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000012_821c8478.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000012_821c8478.szcp new file mode 100644 index 00000000..ab0b3084 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_008/checkpoints/checkpoint_00000000000000000012_821c8478.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000001_984e5e4d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000001_984e5e4d.szar new file mode 100644 index 00000000..2a36eeac Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000001_984e5e4d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000002_dfe6902b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000002_dfe6902b.szar new file mode 100644 index 00000000..4b05118e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000002_dfe6902b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000003_621f82da.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000003_621f82da.szar new file mode 100644 index 00000000..4dc22703 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000003_621f82da.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000004_79da7c3d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000004_79da7c3d.szar new file mode 100644 index 00000000..0c3795b1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000004_79da7c3d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000005_4ad837eb.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000005_4ad837eb.szar new file mode 100644 index 00000000..d9461c80 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000005_4ad837eb.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000006_58ebe5e5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000006_58ebe5e5.szar new file mode 100644 index 00000000..5ba9eff9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000006_58ebe5e5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000007_71bafb8f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000007_71bafb8f.szar new file mode 100644 index 00000000..b7866487 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000007_71bafb8f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000008_6c0d85e1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000008_6c0d85e1.szar new file mode 100644 index 00000000..f65478bf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000008_6c0d85e1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000009_dc66ea5a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000009_dc66ea5a.szar new file mode 100644 index 00000000..5583a8cf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000009_dc66ea5a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000010_5e0373c8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000010_5e0373c8.szar new file mode 100644 index 00000000..da1eab06 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000010_5e0373c8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000011_5c0a9c3d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000011_5c0a9c3d.szar new file mode 100644 index 00000000..4a5aa724 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/archive/delta_00000000000000000011_5c0a9c3d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000001_329943c2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000001_329943c2.szcp new file mode 100644 index 00000000..94643a8f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000001_329943c2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000002_410fb040.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000002_410fb040.szcp new file mode 100644 index 00000000..b6939159 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000002_410fb040.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000003_bc877bf6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000003_bc877bf6.szcp new file mode 100644 index 00000000..a334a4e6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000003_bc877bf6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000004_1cff6200.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000004_1cff6200.szcp new file mode 100644 index 00000000..e38f9eed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000004_1cff6200.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000005_2d76fb2e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000005_2d76fb2e.szcp new file mode 100644 index 00000000..1df2e776 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000005_2d76fb2e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000006_d3cfc2fa.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000006_d3cfc2fa.szcp new file mode 100644 index 00000000..82683ec3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000006_d3cfc2fa.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000007_da6a5ac6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000007_da6a5ac6.szcp new file mode 100644 index 00000000..bab34b6e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000007_da6a5ac6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000008_6a5773f9.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000008_6a5773f9.szcp new file mode 100644 index 00000000..fd0e244e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000008_6a5773f9.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000009_0934fa38.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000009_0934fa38.szcp new file mode 100644 index 00000000..cabec641 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000009_0934fa38.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000010_49f5dff6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000010_49f5dff6.szcp new file mode 100644 index 00000000..d592b71f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000010_49f5dff6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000011_a32044de.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000011_a32044de.szcp new file mode 100644 index 00000000..80a42bb6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_009/checkpoints/checkpoint_00000000000000000011_a32044de.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000001_a70541df.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000001_a70541df.szar new file mode 100644 index 00000000..4bfecaff Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000001_a70541df.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000002_f4f63630.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000002_f4f63630.szar new file mode 100644 index 00000000..1d84501f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000002_f4f63630.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000003_6e17ac3b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000003_6e17ac3b.szar new file mode 100644 index 00000000..f04ec99f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000003_6e17ac3b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000004_afd75047.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000004_afd75047.szar new file mode 100644 index 00000000..402695ad Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000004_afd75047.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000005_66a285ec.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000005_66a285ec.szar new file mode 100644 index 00000000..e10895b9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000005_66a285ec.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000006_9a9cfd01.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000006_9a9cfd01.szar new file mode 100644 index 00000000..54957fd0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000006_9a9cfd01.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000007_574af338.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000007_574af338.szar new file mode 100644 index 00000000..601258c9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/archive/delta_00000000000000000007_574af338.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000001_db8f585b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000001_db8f585b.szcp new file mode 100644 index 00000000..06f49615 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000001_db8f585b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000002_c2b4d41c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000002_c2b4d41c.szcp new file mode 100644 index 00000000..84bab951 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000002_c2b4d41c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000003_6546794f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000003_6546794f.szcp new file mode 100644 index 00000000..9a344b76 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000003_6546794f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000004_c8ef4966.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000004_c8ef4966.szcp new file mode 100644 index 00000000..491b81de Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000004_c8ef4966.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000005_d32b4929.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000005_d32b4929.szcp new file mode 100644 index 00000000..2e073041 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000005_d32b4929.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000006_d05ef3b2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000006_d05ef3b2.szcp new file mode 100644 index 00000000..6609743d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000006_d05ef3b2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000007_74d31843.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000007_74d31843.szcp new file mode 100644 index 00000000..edb02c39 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_010/checkpoints/checkpoint_00000000000000000007_74d31843.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000001_a3c7bf61.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000001_a3c7bf61.szar new file mode 100644 index 00000000..842c66d8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000001_a3c7bf61.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000002_e43c6675.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000002_e43c6675.szar new file mode 100644 index 00000000..7add61ea Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000002_e43c6675.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000003_c0b835bf.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000003_c0b835bf.szar new file mode 100644 index 00000000..0d861714 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000003_c0b835bf.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000004_7d09a7a7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000004_7d09a7a7.szar new file mode 100644 index 00000000..bcd39573 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000004_7d09a7a7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000005_4f780e66.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000005_4f780e66.szar new file mode 100644 index 00000000..490b0e85 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000005_4f780e66.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000006_f0efcb0e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000006_f0efcb0e.szar new file mode 100644 index 00000000..9675d1de Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000006_f0efcb0e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000007_e8f99ebd.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000007_e8f99ebd.szar new file mode 100644 index 00000000..e9ea86db Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000007_e8f99ebd.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000008_48bb0c5c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000008_48bb0c5c.szar new file mode 100644 index 00000000..51182919 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000008_48bb0c5c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000009_8197b4d5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000009_8197b4d5.szar new file mode 100644 index 00000000..f1de924f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000009_8197b4d5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000010_0b107dbf.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000010_0b107dbf.szar new file mode 100644 index 00000000..b8111e7a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000010_0b107dbf.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000011_19da3a9e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000011_19da3a9e.szar new file mode 100644 index 00000000..8a4eba08 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/archive/delta_00000000000000000011_19da3a9e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000001_17338212.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000001_17338212.szcp new file mode 100644 index 00000000..b0165257 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000001_17338212.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000002_616fc015.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000002_616fc015.szcp new file mode 100644 index 00000000..e45f6c1a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000002_616fc015.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000003_67451621.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000003_67451621.szcp new file mode 100644 index 00000000..732adead Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000003_67451621.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000004_72d77948.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000004_72d77948.szcp new file mode 100644 index 00000000..00e4c624 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000004_72d77948.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000005_6e9d2cba.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000005_6e9d2cba.szcp new file mode 100644 index 00000000..5aacc5a7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000005_6e9d2cba.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000006_84bf3bc6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000006_84bf3bc6.szcp new file mode 100644 index 00000000..3bbac4e5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000006_84bf3bc6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000007_f47c3e7e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000007_f47c3e7e.szcp new file mode 100644 index 00000000..fbae3bf3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000007_f47c3e7e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000008_09dbcdc6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000008_09dbcdc6.szcp new file mode 100644 index 00000000..d5f4393c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000008_09dbcdc6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000009_88686c9d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000009_88686c9d.szcp new file mode 100644 index 00000000..7165c4ce Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000009_88686c9d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000010_7a4c8fba.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000010_7a4c8fba.szcp new file mode 100644 index 00000000..5ec55fcc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000010_7a4c8fba.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000011_dc171cd9.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000011_dc171cd9.szcp new file mode 100644 index 00000000..de375f8b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_011/checkpoints/checkpoint_00000000000000000011_dc171cd9.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000001_c94ae932.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000001_c94ae932.szar new file mode 100644 index 00000000..597d8678 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000001_c94ae932.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000002_62210a37.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000002_62210a37.szar new file mode 100644 index 00000000..af409743 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000002_62210a37.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000003_57bf474a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000003_57bf474a.szar new file mode 100644 index 00000000..eacfb1c4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000003_57bf474a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000004_6bb273c1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000004_6bb273c1.szar new file mode 100644 index 00000000..cca18fda Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000004_6bb273c1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000005_334b58bb.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000005_334b58bb.szar new file mode 100644 index 00000000..598d5f0c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000005_334b58bb.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000006_5c271b7b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000006_5c271b7b.szar new file mode 100644 index 00000000..b4114407 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000006_5c271b7b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000007_bda6e8f1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000007_bda6e8f1.szar new file mode 100644 index 00000000..c9e1fab6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/archive/delta_00000000000000000007_bda6e8f1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000001_85164cd0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000001_85164cd0.szcp new file mode 100644 index 00000000..61a50d31 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000001_85164cd0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000002_95bb54b7.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000002_95bb54b7.szcp new file mode 100644 index 00000000..c469bd51 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000002_95bb54b7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000003_f50ec9bb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000003_f50ec9bb.szcp new file mode 100644 index 00000000..2fdce00c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000003_f50ec9bb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000004_591d3f7b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000004_591d3f7b.szcp new file mode 100644 index 00000000..bff42abd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000004_591d3f7b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000005_3cd622b4.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000005_3cd622b4.szcp new file mode 100644 index 00000000..f288d695 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000005_3cd622b4.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000006_7b5aa93a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000006_7b5aa93a.szcp new file mode 100644 index 00000000..0191eadc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000006_7b5aa93a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000007_79662670.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000007_79662670.szcp new file mode 100644 index 00000000..a7850075 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_012/checkpoints/checkpoint_00000000000000000007_79662670.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000001_adac3b32.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000001_adac3b32.szar new file mode 100644 index 00000000..405384dd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000001_adac3b32.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000002_7899d03e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000002_7899d03e.szar new file mode 100644 index 00000000..b9a48341 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000002_7899d03e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000003_bed06962.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000003_bed06962.szar new file mode 100644 index 00000000..c2e219f8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000003_bed06962.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000004_6e3094bd.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000004_6e3094bd.szar new file mode 100644 index 00000000..56db05b3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000004_6e3094bd.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000005_81d613d8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000005_81d613d8.szar new file mode 100644 index 00000000..a0b035f2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000005_81d613d8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000006_1047befa.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000006_1047befa.szar new file mode 100644 index 00000000..ef824c69 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000006_1047befa.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000007_cd0276ba.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000007_cd0276ba.szar new file mode 100644 index 00000000..314405c6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000007_cd0276ba.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000008_57d8fb20.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000008_57d8fb20.szar new file mode 100644 index 00000000..92243a21 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000008_57d8fb20.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000009_c4400d6e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000009_c4400d6e.szar new file mode 100644 index 00000000..931c31f6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000009_c4400d6e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000010_4ea62b43.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000010_4ea62b43.szar new file mode 100644 index 00000000..588f229a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000010_4ea62b43.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000011_ff935536.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000011_ff935536.szar new file mode 100644 index 00000000..353c18db Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000011_ff935536.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000012_73b1d38f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000012_73b1d38f.szar new file mode 100644 index 00000000..4d357231 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/archive/delta_00000000000000000012_73b1d38f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000001_3138439e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000001_3138439e.szcp new file mode 100644 index 00000000..5462f26c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000001_3138439e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000002_582f336b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000002_582f336b.szcp new file mode 100644 index 00000000..bd0484be Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000002_582f336b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000003_5182074e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000003_5182074e.szcp new file mode 100644 index 00000000..8ea1fa1c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000003_5182074e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000004_e4d14b24.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000004_e4d14b24.szcp new file mode 100644 index 00000000..ce695e5a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000004_e4d14b24.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000005_351ed08a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000005_351ed08a.szcp new file mode 100644 index 00000000..d761488a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000005_351ed08a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000006_1a57db34.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000006_1a57db34.szcp new file mode 100644 index 00000000..7fbdfa26 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000006_1a57db34.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000007_4aaf95fe.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000007_4aaf95fe.szcp new file mode 100644 index 00000000..ee065609 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000007_4aaf95fe.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000008_e5872884.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000008_e5872884.szcp new file mode 100644 index 00000000..e5eb73d8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000008_e5872884.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000009_a7a3241a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000009_a7a3241a.szcp new file mode 100644 index 00000000..b77696bf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000009_a7a3241a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000010_bd326c01.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000010_bd326c01.szcp new file mode 100644 index 00000000..09589450 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000010_bd326c01.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000011_77acee26.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000011_77acee26.szcp new file mode 100644 index 00000000..7f1fc3d2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000011_77acee26.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000012_ad0eda53.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000012_ad0eda53.szcp new file mode 100644 index 00000000..ef3a9455 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_013/checkpoints/checkpoint_00000000000000000012_ad0eda53.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000001_7cd51050.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000001_7cd51050.szar new file mode 100644 index 00000000..1584224a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000001_7cd51050.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000002_40239cbf.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000002_40239cbf.szar new file mode 100644 index 00000000..19eb938d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000002_40239cbf.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000003_46cb9d9c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000003_46cb9d9c.szar new file mode 100644 index 00000000..cb37c0ed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000003_46cb9d9c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000004_f0cb6d40.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000004_f0cb6d40.szar new file mode 100644 index 00000000..72c18520 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000004_f0cb6d40.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000005_326a78dd.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000005_326a78dd.szar new file mode 100644 index 00000000..25eca78e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000005_326a78dd.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000006_84459cfd.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000006_84459cfd.szar new file mode 100644 index 00000000..d0189e43 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/archive/delta_00000000000000000006_84459cfd.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000001_0bc8df0c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000001_0bc8df0c.szcp new file mode 100644 index 00000000..9c50f363 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000001_0bc8df0c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000002_2edb3d19.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000002_2edb3d19.szcp new file mode 100644 index 00000000..bd68d4b9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000002_2edb3d19.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000003_e0417ce8.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000003_e0417ce8.szcp new file mode 100644 index 00000000..1fc94d82 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000003_e0417ce8.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000004_97035e2c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000004_97035e2c.szcp new file mode 100644 index 00000000..c0ca70eb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000004_97035e2c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000005_f5bb184e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000005_f5bb184e.szcp new file mode 100644 index 00000000..7ee6a995 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000005_f5bb184e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000006_a4a9ef81.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000006_a4a9ef81.szcp new file mode 100644 index 00000000..f8cd9b82 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_014/checkpoints/checkpoint_00000000000000000006_a4a9ef81.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000001_dec27b19.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000001_dec27b19.szar new file mode 100644 index 00000000..03b4f54c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000001_dec27b19.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000002_da83a67a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000002_da83a67a.szar new file mode 100644 index 00000000..47c9af4c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000002_da83a67a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000003_f13538de.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000003_f13538de.szar new file mode 100644 index 00000000..20f0c296 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000003_f13538de.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000004_bbd13367.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000004_bbd13367.szar new file mode 100644 index 00000000..38b47f35 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000004_bbd13367.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000005_a6bc4dab.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000005_a6bc4dab.szar new file mode 100644 index 00000000..a76fa376 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/archive/delta_00000000000000000005_a6bc4dab.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000001_10abb103.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000001_10abb103.szcp new file mode 100644 index 00000000..341e1276 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000001_10abb103.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000002_60e49e3c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000002_60e49e3c.szcp new file mode 100644 index 00000000..fa52e19b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000002_60e49e3c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000003_e96e214e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000003_e96e214e.szcp new file mode 100644 index 00000000..6af0c91b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000003_e96e214e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000004_f479af2d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000004_f479af2d.szcp new file mode 100644 index 00000000..bd9e7390 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000004_f479af2d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000005_e6d1f9cb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000005_e6d1f9cb.szcp new file mode 100644 index 00000000..39c559a5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_015/checkpoints/checkpoint_00000000000000000005_e6d1f9cb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000001_20235ca5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000001_20235ca5.szar new file mode 100644 index 00000000..d35c19dc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000001_20235ca5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000002_c17b8c77.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000002_c17b8c77.szar new file mode 100644 index 00000000..ff03cb42 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000002_c17b8c77.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000003_b5084cb2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000003_b5084cb2.szar new file mode 100644 index 00000000..781c4d51 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000003_b5084cb2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000004_b1a245e6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000004_b1a245e6.szar new file mode 100644 index 00000000..87aa21e2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000004_b1a245e6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000005_8e3dfad4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000005_8e3dfad4.szar new file mode 100644 index 00000000..62d73fc0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000005_8e3dfad4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000006_003785d4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000006_003785d4.szar new file mode 100644 index 00000000..a4afac60 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000006_003785d4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000007_d8ecf499.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000007_d8ecf499.szar new file mode 100644 index 00000000..0b6275c2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000007_d8ecf499.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000008_5c877d32.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000008_5c877d32.szar new file mode 100644 index 00000000..a7d46861 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000008_5c877d32.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000009_1ec71b9c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000009_1ec71b9c.szar new file mode 100644 index 00000000..06d0a7ea Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000009_1ec71b9c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000010_3af204fc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000010_3af204fc.szar new file mode 100644 index 00000000..5cc76bd1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000010_3af204fc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000011_a9d79721.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000011_a9d79721.szar new file mode 100644 index 00000000..6c29c85e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/archive/delta_00000000000000000011_a9d79721.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000001_281c9f2e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000001_281c9f2e.szcp new file mode 100644 index 00000000..937276bc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000001_281c9f2e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000002_957131f9.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000002_957131f9.szcp new file mode 100644 index 00000000..cfbfe592 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000002_957131f9.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000003_29f5451f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000003_29f5451f.szcp new file mode 100644 index 00000000..9527fd66 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000003_29f5451f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000004_5d2d580e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000004_5d2d580e.szcp new file mode 100644 index 00000000..59e6c70c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000004_5d2d580e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000005_3d2bad83.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000005_3d2bad83.szcp new file mode 100644 index 00000000..587b9c8d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000005_3d2bad83.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000006_6536e8e2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000006_6536e8e2.szcp new file mode 100644 index 00000000..10fcb05e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000006_6536e8e2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000007_6f3bc25d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000007_6f3bc25d.szcp new file mode 100644 index 00000000..37f0f58f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000007_6f3bc25d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000008_03bec643.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000008_03bec643.szcp new file mode 100644 index 00000000..16cd0969 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000008_03bec643.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000009_bd348fe8.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000009_bd348fe8.szcp new file mode 100644 index 00000000..3135b2f2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000009_bd348fe8.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000010_13272248.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000010_13272248.szcp new file mode 100644 index 00000000..d4b38217 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000010_13272248.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000011_c1d4ec32.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000011_c1d4ec32.szcp new file mode 100644 index 00000000..2c1b1c3f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_016/checkpoints/checkpoint_00000000000000000011_c1d4ec32.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000001_1404b353.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000001_1404b353.szar new file mode 100644 index 00000000..fa7a8d15 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000001_1404b353.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000002_e82b5442.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000002_e82b5442.szar new file mode 100644 index 00000000..92d95f84 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000002_e82b5442.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000003_8e21f478.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000003_8e21f478.szar new file mode 100644 index 00000000..127060e4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000003_8e21f478.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000004_4cc5bf29.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000004_4cc5bf29.szar new file mode 100644 index 00000000..a2677acf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000004_4cc5bf29.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000005_d978829c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000005_d978829c.szar new file mode 100644 index 00000000..d392a89b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000005_d978829c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000006_4b4da9be.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000006_4b4da9be.szar new file mode 100644 index 00000000..4eb6c63c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000006_4b4da9be.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000007_9dfb341a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000007_9dfb341a.szar new file mode 100644 index 00000000..43b9d752 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000007_9dfb341a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000008_821999cb.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000008_821999cb.szar new file mode 100644 index 00000000..e5706715 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000008_821999cb.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000009_ef097f61.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000009_ef097f61.szar new file mode 100644 index 00000000..4c484b1c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000009_ef097f61.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000010_0271dbee.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000010_0271dbee.szar new file mode 100644 index 00000000..cd885a6f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000010_0271dbee.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000011_d6eb4c29.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000011_d6eb4c29.szar new file mode 100644 index 00000000..65ac43c4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000011_d6eb4c29.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000012_5032626f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000012_5032626f.szar new file mode 100644 index 00000000..f3b782e1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/archive/delta_00000000000000000012_5032626f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000001_e90678bf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000001_e90678bf.szcp new file mode 100644 index 00000000..dd1be31a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000001_e90678bf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000002_42e55803.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000002_42e55803.szcp new file mode 100644 index 00000000..53ae4111 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000002_42e55803.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000003_af462a9a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000003_af462a9a.szcp new file mode 100644 index 00000000..6a6fc218 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000003_af462a9a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000004_bf2cd063.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000004_bf2cd063.szcp new file mode 100644 index 00000000..262c8d81 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000004_bf2cd063.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000005_f82deb84.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000005_f82deb84.szcp new file mode 100644 index 00000000..9ff3dd91 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000005_f82deb84.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000006_93f0e72f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000006_93f0e72f.szcp new file mode 100644 index 00000000..fbf34052 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000006_93f0e72f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000007_e5d49c4f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000007_e5d49c4f.szcp new file mode 100644 index 00000000..8912024f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000007_e5d49c4f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000008_e39ee96b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000008_e39ee96b.szcp new file mode 100644 index 00000000..e4719fe8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000008_e39ee96b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000009_90ee713f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000009_90ee713f.szcp new file mode 100644 index 00000000..dd95f529 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000009_90ee713f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000010_7dc716af.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000010_7dc716af.szcp new file mode 100644 index 00000000..ad3a13ea Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000010_7dc716af.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000011_ef3c6ee2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000011_ef3c6ee2.szcp new file mode 100644 index 00000000..810837f1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000011_ef3c6ee2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000012_f0b479b5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000012_f0b479b5.szcp new file mode 100644 index 00000000..96f7e3a8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_017/checkpoints/checkpoint_00000000000000000012_f0b479b5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000001_47c21ecf.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000001_47c21ecf.szar new file mode 100644 index 00000000..68c9d5c4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000001_47c21ecf.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000002_247d4387.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000002_247d4387.szar new file mode 100644 index 00000000..26e98db4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000002_247d4387.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000003_ba32f5be.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000003_ba32f5be.szar new file mode 100644 index 00000000..92fd0d8d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000003_ba32f5be.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000004_acf59259.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000004_acf59259.szar new file mode 100644 index 00000000..855d9fbb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000004_acf59259.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000005_b7ccb0a6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000005_b7ccb0a6.szar new file mode 100644 index 00000000..cf475c0b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/archive/delta_00000000000000000005_b7ccb0a6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000001_5896bd83.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000001_5896bd83.szcp new file mode 100644 index 00000000..c2f2a273 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000001_5896bd83.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000002_6c9a978a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000002_6c9a978a.szcp new file mode 100644 index 00000000..dac70809 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000002_6c9a978a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000003_86487b58.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000003_86487b58.szcp new file mode 100644 index 00000000..74d4dc16 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000003_86487b58.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000004_74c3b760.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000004_74c3b760.szcp new file mode 100644 index 00000000..ae3b1ca9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000004_74c3b760.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000005_197ab7d6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000005_197ab7d6.szcp new file mode 100644 index 00000000..56cdf2e8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_018/checkpoints/checkpoint_00000000000000000005_197ab7d6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000001_6062ccde.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000001_6062ccde.szar new file mode 100644 index 00000000..a4112cda Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000001_6062ccde.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000002_bad5e1f2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000002_bad5e1f2.szar new file mode 100644 index 00000000..76e27815 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000002_bad5e1f2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000003_7cd32ff7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000003_7cd32ff7.szar new file mode 100644 index 00000000..2fd5a4b3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000003_7cd32ff7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000004_4cad0a65.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000004_4cad0a65.szar new file mode 100644 index 00000000..df4b07b0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000004_4cad0a65.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000005_c1e7186d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000005_c1e7186d.szar new file mode 100644 index 00000000..10c2346b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000005_c1e7186d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000006_596e7033.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000006_596e7033.szar new file mode 100644 index 00000000..af21b366 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/archive/delta_00000000000000000006_596e7033.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000001_a3f708c2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000001_a3f708c2.szcp new file mode 100644 index 00000000..d7effe27 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000001_a3f708c2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000002_1f061ddb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000002_1f061ddb.szcp new file mode 100644 index 00000000..dec55e16 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000002_1f061ddb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000003_0318fabc.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000003_0318fabc.szcp new file mode 100644 index 00000000..7d288a10 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000003_0318fabc.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000004_9cfbb936.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000004_9cfbb936.szcp new file mode 100644 index 00000000..d129063c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000004_9cfbb936.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000005_abd81aad.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000005_abd81aad.szcp new file mode 100644 index 00000000..6323b2a3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000005_abd81aad.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000006_bf2b7825.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000006_bf2b7825.szcp new file mode 100644 index 00000000..65ecd871 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_019/checkpoints/checkpoint_00000000000000000006_bf2b7825.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000001_4b8ff1a6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000001_4b8ff1a6.szar new file mode 100644 index 00000000..a78cef64 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000001_4b8ff1a6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000002_862b9f44.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000002_862b9f44.szar new file mode 100644 index 00000000..0b351eed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000002_862b9f44.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000003_1577b825.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000003_1577b825.szar new file mode 100644 index 00000000..7b5edf0d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000003_1577b825.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000004_e9afccf6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000004_e9afccf6.szar new file mode 100644 index 00000000..d9c6c0bf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000004_e9afccf6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000005_7827e915.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000005_7827e915.szar new file mode 100644 index 00000000..15fc0f13 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000005_7827e915.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000006_995309e6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000006_995309e6.szar new file mode 100644 index 00000000..8ce2b74d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/archive/delta_00000000000000000006_995309e6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000001_3ce4c069.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000001_3ce4c069.szcp new file mode 100644 index 00000000..aac5cbca Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000001_3ce4c069.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000002_02db910e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000002_02db910e.szcp new file mode 100644 index 00000000..e10170f9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000002_02db910e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000003_4ecadfb8.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000003_4ecadfb8.szcp new file mode 100644 index 00000000..ff10c98e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000003_4ecadfb8.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000004_81456790.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000004_81456790.szcp new file mode 100644 index 00000000..784b7072 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000004_81456790.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000005_f0412d63.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000005_f0412d63.szcp new file mode 100644 index 00000000..b6c2efa8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000005_f0412d63.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000006_a4fc6a2e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000006_a4fc6a2e.szcp new file mode 100644 index 00000000..28e96b97 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_020/checkpoints/checkpoint_00000000000000000006_a4fc6a2e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000001_d21588f2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000001_d21588f2.szar new file mode 100644 index 00000000..55f9d72f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000001_d21588f2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000002_e2067b5b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000002_e2067b5b.szar new file mode 100644 index 00000000..afd2a1f0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000002_e2067b5b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000003_b67b6c74.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000003_b67b6c74.szar new file mode 100644 index 00000000..916c5f28 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000003_b67b6c74.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000004_f7ec6f20.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000004_f7ec6f20.szar new file mode 100644 index 00000000..2bde9860 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000004_f7ec6f20.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000005_a1347879.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000005_a1347879.szar new file mode 100644 index 00000000..60e5e3ab Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000005_a1347879.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000006_b32d117e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000006_b32d117e.szar new file mode 100644 index 00000000..2bfa5074 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000006_b32d117e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000007_8afe5e93.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000007_8afe5e93.szar new file mode 100644 index 00000000..f434a705 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000007_8afe5e93.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000008_ffdbe6d3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000008_ffdbe6d3.szar new file mode 100644 index 00000000..8d435fe8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000008_ffdbe6d3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000009_46631367.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000009_46631367.szar new file mode 100644 index 00000000..151d3a41 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/archive/delta_00000000000000000009_46631367.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000001_054cd77a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000001_054cd77a.szcp new file mode 100644 index 00000000..12168253 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000001_054cd77a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000002_89965f43.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000002_89965f43.szcp new file mode 100644 index 00000000..cbd95a3c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000002_89965f43.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000003_9e30c849.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000003_9e30c849.szcp new file mode 100644 index 00000000..0f886974 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000003_9e30c849.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000004_fd873a96.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000004_fd873a96.szcp new file mode 100644 index 00000000..f39dfab7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000004_fd873a96.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000005_add57fe4.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000005_add57fe4.szcp new file mode 100644 index 00000000..4bbaf2f7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000005_add57fe4.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000006_d78a18c9.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000006_d78a18c9.szcp new file mode 100644 index 00000000..015286ec Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000006_d78a18c9.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000007_1fb675d3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000007_1fb675d3.szcp new file mode 100644 index 00000000..46eb32da Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000007_1fb675d3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000008_56f81fec.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000008_56f81fec.szcp new file mode 100644 index 00000000..7768665b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000008_56f81fec.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000009_13215994.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000009_13215994.szcp new file mode 100644 index 00000000..8434c669 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_021/checkpoints/checkpoint_00000000000000000009_13215994.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000001_bb3f2f79.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000001_bb3f2f79.szar new file mode 100644 index 00000000..f4d2613e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000001_bb3f2f79.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000002_fbb1d289.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000002_fbb1d289.szar new file mode 100644 index 00000000..7d173681 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000002_fbb1d289.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000003_4afcab07.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000003_4afcab07.szar new file mode 100644 index 00000000..978118bd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000003_4afcab07.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000004_a50eeca9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000004_a50eeca9.szar new file mode 100644 index 00000000..dae3c58e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000004_a50eeca9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000005_ec97ac2f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000005_ec97ac2f.szar new file mode 100644 index 00000000..b6af2515 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000005_ec97ac2f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000006_3af3b7e1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000006_3af3b7e1.szar new file mode 100644 index 00000000..a9694840 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/archive/delta_00000000000000000006_3af3b7e1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000001_4f69e0e3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000001_4f69e0e3.szcp new file mode 100644 index 00000000..fbfdf3f3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000001_4f69e0e3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000002_83a2516d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000002_83a2516d.szcp new file mode 100644 index 00000000..839a5696 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000002_83a2516d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000003_becec06d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000003_becec06d.szcp new file mode 100644 index 00000000..deb1b9f0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000003_becec06d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000004_68bfed8d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000004_68bfed8d.szcp new file mode 100644 index 00000000..2793dbe0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000004_68bfed8d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000005_05348c55.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000005_05348c55.szcp new file mode 100644 index 00000000..832e9379 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000005_05348c55.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000006_60316c14.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000006_60316c14.szcp new file mode 100644 index 00000000..a0f43185 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_022/checkpoints/checkpoint_00000000000000000006_60316c14.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000001_01abc1fb.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000001_01abc1fb.szar new file mode 100644 index 00000000..c575e880 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000001_01abc1fb.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000002_38e05b10.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000002_38e05b10.szar new file mode 100644 index 00000000..46c8c49e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000002_38e05b10.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000003_7baafe62.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000003_7baafe62.szar new file mode 100644 index 00000000..bb4dc8df Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000003_7baafe62.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000004_83d5d926.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000004_83d5d926.szar new file mode 100644 index 00000000..d4726483 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000004_83d5d926.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000005_5fe8f697.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000005_5fe8f697.szar new file mode 100644 index 00000000..e224e882 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/archive/delta_00000000000000000005_5fe8f697.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000001_814d6e0b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000001_814d6e0b.szcp new file mode 100644 index 00000000..58d9add4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000001_814d6e0b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000002_eabf451e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000002_eabf451e.szcp new file mode 100644 index 00000000..59e6aa85 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000002_eabf451e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000003_4910cd05.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000003_4910cd05.szcp new file mode 100644 index 00000000..b420197b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000003_4910cd05.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000004_675306ea.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000004_675306ea.szcp new file mode 100644 index 00000000..1f66d814 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000004_675306ea.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000005_4360fe96.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000005_4360fe96.szcp new file mode 100644 index 00000000..5471eaaa Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_023/checkpoints/checkpoint_00000000000000000005_4360fe96.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000001_50602ed7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000001_50602ed7.szar new file mode 100644 index 00000000..5bc2af47 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000001_50602ed7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000002_eb0aa468.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000002_eb0aa468.szar new file mode 100644 index 00000000..d00b4211 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000002_eb0aa468.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000003_5dc86606.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000003_5dc86606.szar new file mode 100644 index 00000000..905e23c7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000003_5dc86606.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000004_95e58063.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000004_95e58063.szar new file mode 100644 index 00000000..7d3c8bca Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000004_95e58063.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000005_ee98e7e4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000005_ee98e7e4.szar new file mode 100644 index 00000000..4423d010 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/archive/delta_00000000000000000005_ee98e7e4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000001_31c65bf3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000001_31c65bf3.szcp new file mode 100644 index 00000000..3fa89d8d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000001_31c65bf3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000002_5b34a149.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000002_5b34a149.szcp new file mode 100644 index 00000000..7dd63c38 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000002_5b34a149.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000003_fcea6be3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000003_fcea6be3.szcp new file mode 100644 index 00000000..1e69eed8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000003_fcea6be3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000004_a481fe8a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000004_a481fe8a.szcp new file mode 100644 index 00000000..9a50a9f3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000004_a481fe8a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000005_77b08201.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000005_77b08201.szcp new file mode 100644 index 00000000..f98bbda3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_024/checkpoints/checkpoint_00000000000000000005_77b08201.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000001_c1eb6273.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000001_c1eb6273.szar new file mode 100644 index 00000000..c93a2e92 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000001_c1eb6273.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000002_63b8bbe5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000002_63b8bbe5.szar new file mode 100644 index 00000000..97100ac6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000002_63b8bbe5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000003_76f52b55.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000003_76f52b55.szar new file mode 100644 index 00000000..1b2454c3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000003_76f52b55.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000004_8a28af3f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000004_8a28af3f.szar new file mode 100644 index 00000000..5ce82200 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000004_8a28af3f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000005_66be7b5e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000005_66be7b5e.szar new file mode 100644 index 00000000..0de9f2e8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/archive/delta_00000000000000000005_66be7b5e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000001_bc7fa7c0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000001_bc7fa7c0.szcp new file mode 100644 index 00000000..ec2d203b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000001_bc7fa7c0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000002_e796662b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000002_e796662b.szcp new file mode 100644 index 00000000..13266c44 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000002_e796662b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000003_890da187.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000003_890da187.szcp new file mode 100644 index 00000000..32c51187 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000003_890da187.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000004_280aac4e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000004_280aac4e.szcp new file mode 100644 index 00000000..bc763f76 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000004_280aac4e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000005_27c79b97.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000005_27c79b97.szcp new file mode 100644 index 00000000..cce75bfc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_025/checkpoints/checkpoint_00000000000000000005_27c79b97.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000001_802fcf40.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000001_802fcf40.szar new file mode 100644 index 00000000..a19bbe75 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000001_802fcf40.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000002_3787f24f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000002_3787f24f.szar new file mode 100644 index 00000000..b019fb18 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000002_3787f24f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000003_31e807d8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000003_31e807d8.szar new file mode 100644 index 00000000..10785a32 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000003_31e807d8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000004_bad9bb78.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000004_bad9bb78.szar new file mode 100644 index 00000000..f89526bb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000004_bad9bb78.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000005_718fc13f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000005_718fc13f.szar new file mode 100644 index 00000000..1f341414 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000005_718fc13f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000006_97b29ba7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000006_97b29ba7.szar new file mode 100644 index 00000000..6717f7a6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/archive/delta_00000000000000000006_97b29ba7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000001_492383ea.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000001_492383ea.szcp new file mode 100644 index 00000000..a41b25fa Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000001_492383ea.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000002_fd68ab93.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000002_fd68ab93.szcp new file mode 100644 index 00000000..9e71bc0e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000002_fd68ab93.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000003_5291546d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000003_5291546d.szcp new file mode 100644 index 00000000..75f33eed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000003_5291546d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000004_5ab1a502.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000004_5ab1a502.szcp new file mode 100644 index 00000000..f4224f2d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000004_5ab1a502.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000005_1172faf9.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000005_1172faf9.szcp new file mode 100644 index 00000000..609b4208 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000005_1172faf9.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000006_7e00797b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000006_7e00797b.szcp new file mode 100644 index 00000000..7b3dcf9a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_026/checkpoints/checkpoint_00000000000000000006_7e00797b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000001_652d318a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000001_652d318a.szar new file mode 100644 index 00000000..30ae1d0f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000001_652d318a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000002_f814bcda.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000002_f814bcda.szar new file mode 100644 index 00000000..ca593e91 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000002_f814bcda.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000003_68dae9d4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000003_68dae9d4.szar new file mode 100644 index 00000000..06d26616 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000003_68dae9d4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000004_53320313.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000004_53320313.szar new file mode 100644 index 00000000..55eb62e8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000004_53320313.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000005_b960cea9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000005_b960cea9.szar new file mode 100644 index 00000000..717110c0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/archive/delta_00000000000000000005_b960cea9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000001_e41d5173.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000001_e41d5173.szcp new file mode 100644 index 00000000..3c5e0c68 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000001_e41d5173.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000002_61a230a8.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000002_61a230a8.szcp new file mode 100644 index 00000000..a45675af Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000002_61a230a8.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000003_e85b20c0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000003_e85b20c0.szcp new file mode 100644 index 00000000..e7b48ef1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000003_e85b20c0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000004_06e219d6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000004_06e219d6.szcp new file mode 100644 index 00000000..c1a76546 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000004_06e219d6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000005_69ddff55.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000005_69ddff55.szcp new file mode 100644 index 00000000..3bf20970 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_027/checkpoints/checkpoint_00000000000000000005_69ddff55.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000001_a3bbcf19.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000001_a3bbcf19.szar new file mode 100644 index 00000000..8e3ebd77 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000001_a3bbcf19.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000002_28e1c383.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000002_28e1c383.szar new file mode 100644 index 00000000..7598cb6c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000002_28e1c383.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000003_150eabd2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000003_150eabd2.szar new file mode 100644 index 00000000..901a9787 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000003_150eabd2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000004_1bc50c51.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000004_1bc50c51.szar new file mode 100644 index 00000000..489b7855 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000004_1bc50c51.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000005_b68fa9f3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000005_b68fa9f3.szar new file mode 100644 index 00000000..6252b81d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000005_b68fa9f3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000006_f222d33f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000006_f222d33f.szar new file mode 100644 index 00000000..b10c8158 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/archive/delta_00000000000000000006_f222d33f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000001_fb82d14c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000001_fb82d14c.szcp new file mode 100644 index 00000000..68828a89 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000001_fb82d14c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000002_2954e389.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000002_2954e389.szcp new file mode 100644 index 00000000..0fc3f15d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000002_2954e389.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000003_a117109e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000003_a117109e.szcp new file mode 100644 index 00000000..a75f304c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000003_a117109e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000004_4ae61471.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000004_4ae61471.szcp new file mode 100644 index 00000000..8db142f8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000004_4ae61471.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000005_b2bd2330.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000005_b2bd2330.szcp new file mode 100644 index 00000000..244f61a4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000005_b2bd2330.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000006_e9ac58cf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000006_e9ac58cf.szcp new file mode 100644 index 00000000..2cc65da9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_028/checkpoints/checkpoint_00000000000000000006_e9ac58cf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000001_b386a4c6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000001_b386a4c6.szar new file mode 100644 index 00000000..8330d1ff Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000001_b386a4c6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000002_dcaad12a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000002_dcaad12a.szar new file mode 100644 index 00000000..9d6a9efa Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000002_dcaad12a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000003_003f6381.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000003_003f6381.szar new file mode 100644 index 00000000..b7373b18 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000003_003f6381.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000004_8d99fcd3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000004_8d99fcd3.szar new file mode 100644 index 00000000..af2488a2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000004_8d99fcd3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000005_ed4f93e8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000005_ed4f93e8.szar new file mode 100644 index 00000000..0d46c31d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/archive/delta_00000000000000000005_ed4f93e8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000001_ef8372a2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000001_ef8372a2.szcp new file mode 100644 index 00000000..d99dbe8e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000001_ef8372a2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000002_1ce5c651.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000002_1ce5c651.szcp new file mode 100644 index 00000000..0b86a112 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000002_1ce5c651.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000003_030d6a6b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000003_030d6a6b.szcp new file mode 100644 index 00000000..38d2b206 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000003_030d6a6b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000004_b61febb3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000004_b61febb3.szcp new file mode 100644 index 00000000..57343b41 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000004_b61febb3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000005_601917f3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000005_601917f3.szcp new file mode 100644 index 00000000..64bf1447 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_029/checkpoints/checkpoint_00000000000000000005_601917f3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000001_5548ae3d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000001_5548ae3d.szar new file mode 100644 index 00000000..9d0733c6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000001_5548ae3d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000002_17feb566.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000002_17feb566.szar new file mode 100644 index 00000000..4afdb84a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000002_17feb566.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000003_08eaf137.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000003_08eaf137.szar new file mode 100644 index 00000000..e6a2904c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000003_08eaf137.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000004_801c7be8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000004_801c7be8.szar new file mode 100644 index 00000000..2ae7fc6f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000004_801c7be8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000005_e6ad39dd.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000005_e6ad39dd.szar new file mode 100644 index 00000000..437322b6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000005_e6ad39dd.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000006_f33b43e0.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000006_f33b43e0.szar new file mode 100644 index 00000000..5006ed2f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000006_f33b43e0.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000007_0f0843e4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000007_0f0843e4.szar new file mode 100644 index 00000000..a01363e6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000007_0f0843e4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000008_614dc77a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000008_614dc77a.szar new file mode 100644 index 00000000..77db5bba Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000008_614dc77a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000009_64aaf116.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000009_64aaf116.szar new file mode 100644 index 00000000..b24ff550 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000009_64aaf116.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000010_e17920e6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000010_e17920e6.szar new file mode 100644 index 00000000..0ccb4cc2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/archive/delta_00000000000000000010_e17920e6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000001_71515f0c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000001_71515f0c.szcp new file mode 100644 index 00000000..a7b616f5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000001_71515f0c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000002_e3203d4e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000002_e3203d4e.szcp new file mode 100644 index 00000000..ae9faab5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000002_e3203d4e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000003_46524f8c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000003_46524f8c.szcp new file mode 100644 index 00000000..0d2b02d6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000003_46524f8c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000004_54f48109.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000004_54f48109.szcp new file mode 100644 index 00000000..6c01c43b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000004_54f48109.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000005_0d0d06ab.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000005_0d0d06ab.szcp new file mode 100644 index 00000000..130a0a0e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000005_0d0d06ab.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000006_f8078094.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000006_f8078094.szcp new file mode 100644 index 00000000..a68d652b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000006_f8078094.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000007_f7dd2572.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000007_f7dd2572.szcp new file mode 100644 index 00000000..12d20949 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000007_f7dd2572.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000008_a44bc1a2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000008_a44bc1a2.szcp new file mode 100644 index 00000000..632ed4e7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000008_a44bc1a2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000009_da9b9cc6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000009_da9b9cc6.szcp new file mode 100644 index 00000000..248f987b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000009_da9b9cc6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000010_1f5168ee.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000010_1f5168ee.szcp new file mode 100644 index 00000000..9d718aa8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_030/checkpoints/checkpoint_00000000000000000010_1f5168ee.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000001_33b6bd75.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000001_33b6bd75.szar new file mode 100644 index 00000000..821e1cd9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000001_33b6bd75.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000002_582ef090.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000002_582ef090.szar new file mode 100644 index 00000000..13fdaaa8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000002_582ef090.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000003_8b4f6519.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000003_8b4f6519.szar new file mode 100644 index 00000000..3fed48d6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000003_8b4f6519.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000004_828fe605.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000004_828fe605.szar new file mode 100644 index 00000000..70b8268d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000004_828fe605.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000005_f09766d4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000005_f09766d4.szar new file mode 100644 index 00000000..2cf1510f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000005_f09766d4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000006_b7f50675.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000006_b7f50675.szar new file mode 100644 index 00000000..91df9c94 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000006_b7f50675.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000007_367393b7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000007_367393b7.szar new file mode 100644 index 00000000..8ac55900 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000007_367393b7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000008_88762852.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000008_88762852.szar new file mode 100644 index 00000000..dd81ce03 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000008_88762852.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000009_900b1be4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000009_900b1be4.szar new file mode 100644 index 00000000..587461bd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000009_900b1be4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000010_0925dcfb.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000010_0925dcfb.szar new file mode 100644 index 00000000..25a6b4ce Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000010_0925dcfb.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000011_0cbab78c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000011_0cbab78c.szar new file mode 100644 index 00000000..f349e06f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/archive/delta_00000000000000000011_0cbab78c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000001_b60e8869.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000001_b60e8869.szcp new file mode 100644 index 00000000..fe6906da Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000001_b60e8869.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000002_af1ea291.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000002_af1ea291.szcp new file mode 100644 index 00000000..4aacb92d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000002_af1ea291.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000003_bde460b0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000003_bde460b0.szcp new file mode 100644 index 00000000..f2c4e7ea Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000003_bde460b0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000004_c2d49652.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000004_c2d49652.szcp new file mode 100644 index 00000000..d10b175f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000004_c2d49652.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000005_1da055bd.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000005_1da055bd.szcp new file mode 100644 index 00000000..4b70262e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000005_1da055bd.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000006_7c304d57.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000006_7c304d57.szcp new file mode 100644 index 00000000..b6e9effa Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000006_7c304d57.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000007_df85928f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000007_df85928f.szcp new file mode 100644 index 00000000..f1ccec7f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000007_df85928f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000008_9fe9100e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000008_9fe9100e.szcp new file mode 100644 index 00000000..6e7d5509 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000008_9fe9100e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000009_604b906a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000009_604b906a.szcp new file mode 100644 index 00000000..7e29a965 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000009_604b906a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000010_a3b92d47.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000010_a3b92d47.szcp new file mode 100644 index 00000000..4fb3b8ec Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000010_a3b92d47.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000011_37fdb4b4.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000011_37fdb4b4.szcp new file mode 100644 index 00000000..f722417b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_031/checkpoints/checkpoint_00000000000000000011_37fdb4b4.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000001_48894c66.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000001_48894c66.szar new file mode 100644 index 00000000..0b9bae38 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000001_48894c66.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000002_91b02bf1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000002_91b02bf1.szar new file mode 100644 index 00000000..b752fc3c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000002_91b02bf1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000003_74b41ced.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000003_74b41ced.szar new file mode 100644 index 00000000..4d6990ff Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000003_74b41ced.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000004_33ab07e6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000004_33ab07e6.szar new file mode 100644 index 00000000..9a6c713b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000004_33ab07e6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000005_323c8302.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000005_323c8302.szar new file mode 100644 index 00000000..e6629e14 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000005_323c8302.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000006_0e6a9033.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000006_0e6a9033.szar new file mode 100644 index 00000000..09827ca1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000006_0e6a9033.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000007_6fb62cef.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000007_6fb62cef.szar new file mode 100644 index 00000000..d7b11c80 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000007_6fb62cef.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000008_c76dc184.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000008_c76dc184.szar new file mode 100644 index 00000000..5b71bede Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000008_c76dc184.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000009_29d64779.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000009_29d64779.szar new file mode 100644 index 00000000..f34257ea Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000009_29d64779.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000010_784718d2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000010_784718d2.szar new file mode 100644 index 00000000..59795cb8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000010_784718d2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000011_63d032ab.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000011_63d032ab.szar new file mode 100644 index 00000000..425c26e3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/archive/delta_00000000000000000011_63d032ab.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000001_957f4a8e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000001_957f4a8e.szcp new file mode 100644 index 00000000..d82a9f1e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000001_957f4a8e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000002_ff760d36.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000002_ff760d36.szcp new file mode 100644 index 00000000..c178e04f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000002_ff760d36.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000003_cdd85ca6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000003_cdd85ca6.szcp new file mode 100644 index 00000000..708f151d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000003_cdd85ca6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000004_caace568.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000004_caace568.szcp new file mode 100644 index 00000000..f1f02e5f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000004_caace568.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000005_1a6f24e5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000005_1a6f24e5.szcp new file mode 100644 index 00000000..d11b885a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000005_1a6f24e5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000006_7896225a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000006_7896225a.szcp new file mode 100644 index 00000000..3e22d9a9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000006_7896225a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000007_49b72126.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000007_49b72126.szcp new file mode 100644 index 00000000..10635636 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000007_49b72126.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000008_5ff57b96.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000008_5ff57b96.szcp new file mode 100644 index 00000000..7c1882a1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000008_5ff57b96.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000009_d5a54dbf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000009_d5a54dbf.szcp new file mode 100644 index 00000000..6504efd1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000009_d5a54dbf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000010_92cdcb3e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000010_92cdcb3e.szcp new file mode 100644 index 00000000..ad6b1d90 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000010_92cdcb3e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000011_7ddcf4a1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000011_7ddcf4a1.szcp new file mode 100644 index 00000000..bd9b2469 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_032/checkpoints/checkpoint_00000000000000000011_7ddcf4a1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000001_cce39185.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000001_cce39185.szar new file mode 100644 index 00000000..4fd25ec6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000001_cce39185.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000002_203514bc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000002_203514bc.szar new file mode 100644 index 00000000..a092d7f2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000002_203514bc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000003_7390e592.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000003_7390e592.szar new file mode 100644 index 00000000..5bf406ba Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000003_7390e592.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000004_dd686b79.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000004_dd686b79.szar new file mode 100644 index 00000000..f9107757 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000004_dd686b79.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000005_59e9442b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000005_59e9442b.szar new file mode 100644 index 00000000..a7d6a855 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000005_59e9442b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000006_97d1dffb.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000006_97d1dffb.szar new file mode 100644 index 00000000..7dffe5d6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000006_97d1dffb.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000007_6eb4f79c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000007_6eb4f79c.szar new file mode 100644 index 00000000..8a28fceb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000007_6eb4f79c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000008_74c91527.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000008_74c91527.szar new file mode 100644 index 00000000..bc7df05f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000008_74c91527.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000009_08aef085.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000009_08aef085.szar new file mode 100644 index 00000000..1b952c3b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000009_08aef085.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000010_764545a4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000010_764545a4.szar new file mode 100644 index 00000000..1c4b5615 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/archive/delta_00000000000000000010_764545a4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000001_634386db.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000001_634386db.szcp new file mode 100644 index 00000000..dc611aa3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000001_634386db.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000002_f2b87ad3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000002_f2b87ad3.szcp new file mode 100644 index 00000000..2093fa2c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000002_f2b87ad3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000003_a337f351.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000003_a337f351.szcp new file mode 100644 index 00000000..be1a6996 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000003_a337f351.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000004_151c800d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000004_151c800d.szcp new file mode 100644 index 00000000..f6d9f676 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000004_151c800d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000005_1c1ab06f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000005_1c1ab06f.szcp new file mode 100644 index 00000000..bca8067f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000005_1c1ab06f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000006_668f96b5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000006_668f96b5.szcp new file mode 100644 index 00000000..3caef0c2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000006_668f96b5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000007_6c30766d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000007_6c30766d.szcp new file mode 100644 index 00000000..2ec5a7dd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000007_6c30766d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000008_04cc3c63.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000008_04cc3c63.szcp new file mode 100644 index 00000000..c2e7084f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000008_04cc3c63.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000009_4c237d03.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000009_4c237d03.szcp new file mode 100644 index 00000000..46030e05 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000009_4c237d03.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000010_6ca7b0ad.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000010_6ca7b0ad.szcp new file mode 100644 index 00000000..f17b7564 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_033/checkpoints/checkpoint_00000000000000000010_6ca7b0ad.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000001_c5cc29d9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000001_c5cc29d9.szar new file mode 100644 index 00000000..4da2aa08 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000001_c5cc29d9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000002_5a9e970c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000002_5a9e970c.szar new file mode 100644 index 00000000..59107e4e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000002_5a9e970c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000003_833877f3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000003_833877f3.szar new file mode 100644 index 00000000..59671215 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000003_833877f3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000004_15509a97.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000004_15509a97.szar new file mode 100644 index 00000000..a8ce4300 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000004_15509a97.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000005_2cd9a703.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000005_2cd9a703.szar new file mode 100644 index 00000000..8af69f05 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000005_2cd9a703.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000006_3714ae30.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000006_3714ae30.szar new file mode 100644 index 00000000..43d43901 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/archive/delta_00000000000000000006_3714ae30.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000001_94d4ebed.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000001_94d4ebed.szcp new file mode 100644 index 00000000..a38a258e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000001_94d4ebed.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000002_356f1449.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000002_356f1449.szcp new file mode 100644 index 00000000..0c644d40 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000002_356f1449.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000003_57532106.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000003_57532106.szcp new file mode 100644 index 00000000..3610d384 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000003_57532106.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000004_2a7b2d44.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000004_2a7b2d44.szcp new file mode 100644 index 00000000..78a09ea7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000004_2a7b2d44.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000005_1280d31f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000005_1280d31f.szcp new file mode 100644 index 00000000..69f7ad91 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000005_1280d31f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000006_abb45d91.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000006_abb45d91.szcp new file mode 100644 index 00000000..b0c63432 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_034/checkpoints/checkpoint_00000000000000000006_abb45d91.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000001_7c4b36e2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000001_7c4b36e2.szar new file mode 100644 index 00000000..0b12c03e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000001_7c4b36e2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000002_fe41fab9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000002_fe41fab9.szar new file mode 100644 index 00000000..5f1e48cf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000002_fe41fab9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000003_1b229ba8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000003_1b229ba8.szar new file mode 100644 index 00000000..ba55f99f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000003_1b229ba8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000004_6a645715.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000004_6a645715.szar new file mode 100644 index 00000000..cdb3fb16 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000004_6a645715.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000005_557a18ae.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000005_557a18ae.szar new file mode 100644 index 00000000..8c25c2f7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000005_557a18ae.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000006_0dd5860f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000006_0dd5860f.szar new file mode 100644 index 00000000..15ca15bc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/archive/delta_00000000000000000006_0dd5860f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000001_b041387c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000001_b041387c.szcp new file mode 100644 index 00000000..bc40e02b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000001_b041387c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000002_bf9aaf82.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000002_bf9aaf82.szcp new file mode 100644 index 00000000..d268aefb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000002_bf9aaf82.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000003_75845d7b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000003_75845d7b.szcp new file mode 100644 index 00000000..65187457 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000003_75845d7b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000004_3170abb4.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000004_3170abb4.szcp new file mode 100644 index 00000000..fe2bde82 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000004_3170abb4.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000005_32fe5a4e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000005_32fe5a4e.szcp new file mode 100644 index 00000000..0f3f03ce Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000005_32fe5a4e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000006_f240cc7c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000006_f240cc7c.szcp new file mode 100644 index 00000000..19632f49 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_035/checkpoints/checkpoint_00000000000000000006_f240cc7c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000001_5267b7e3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000001_5267b7e3.szar new file mode 100644 index 00000000..7e8b6f07 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000001_5267b7e3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000002_628c5ab2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000002_628c5ab2.szar new file mode 100644 index 00000000..58a3c6ca Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000002_628c5ab2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000003_33816621.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000003_33816621.szar new file mode 100644 index 00000000..a75b4b18 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000003_33816621.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000004_64119e6e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000004_64119e6e.szar new file mode 100644 index 00000000..8b5a9734 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000004_64119e6e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000005_ff833d2f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000005_ff833d2f.szar new file mode 100644 index 00000000..e7d236c9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000005_ff833d2f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000006_5a0d262b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000006_5a0d262b.szar new file mode 100644 index 00000000..7b75ce35 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/archive/delta_00000000000000000006_5a0d262b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000001_aef9a942.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000001_aef9a942.szcp new file mode 100644 index 00000000..66ee9ef7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000001_aef9a942.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000002_09b0cc23.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000002_09b0cc23.szcp new file mode 100644 index 00000000..48e8ce13 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000002_09b0cc23.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000003_80be4b5d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000003_80be4b5d.szcp new file mode 100644 index 00000000..210baa0d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000003_80be4b5d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000004_0478c10a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000004_0478c10a.szcp new file mode 100644 index 00000000..d3cb9ecd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000004_0478c10a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000005_3a2248e2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000005_3a2248e2.szcp new file mode 100644 index 00000000..1e18420d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000005_3a2248e2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000006_48a1de37.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000006_48a1de37.szcp new file mode 100644 index 00000000..87882f7e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_036/checkpoints/checkpoint_00000000000000000006_48a1de37.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000001_e8e77ab4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000001_e8e77ab4.szar new file mode 100644 index 00000000..8f4cc7e0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000001_e8e77ab4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000002_c5f04cf2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000002_c5f04cf2.szar new file mode 100644 index 00000000..6f912ff4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000002_c5f04cf2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000003_1ebf103c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000003_1ebf103c.szar new file mode 100644 index 00000000..56b166d9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000003_1ebf103c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000004_eeb8e2c0.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000004_eeb8e2c0.szar new file mode 100644 index 00000000..8767f672 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000004_eeb8e2c0.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000005_d25edeef.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000005_d25edeef.szar new file mode 100644 index 00000000..0ddee1c6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/archive/delta_00000000000000000005_d25edeef.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000001_023ff567.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000001_023ff567.szcp new file mode 100644 index 00000000..0bf4c826 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000001_023ff567.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000002_8a8d855b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000002_8a8d855b.szcp new file mode 100644 index 00000000..43d0bd18 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000002_8a8d855b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000003_f15b6c99.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000003_f15b6c99.szcp new file mode 100644 index 00000000..ccd27fdc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000003_f15b6c99.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000004_ce876e1b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000004_ce876e1b.szcp new file mode 100644 index 00000000..8b23080e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000004_ce876e1b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000005_23367aca.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000005_23367aca.szcp new file mode 100644 index 00000000..0c04c2d2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_037/checkpoints/checkpoint_00000000000000000005_23367aca.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000001_79951bfa.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000001_79951bfa.szar new file mode 100644 index 00000000..e9e73dd6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000001_79951bfa.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000002_6f716675.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000002_6f716675.szar new file mode 100644 index 00000000..5b4c6b24 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000002_6f716675.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000003_88f85374.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000003_88f85374.szar new file mode 100644 index 00000000..54c61c05 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000003_88f85374.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000004_b1a5f64f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000004_b1a5f64f.szar new file mode 100644 index 00000000..a73fafef Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000004_b1a5f64f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000005_ebe1601a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000005_ebe1601a.szar new file mode 100644 index 00000000..005a0265 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000005_ebe1601a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000006_84705910.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000006_84705910.szar new file mode 100644 index 00000000..c5a5324c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/archive/delta_00000000000000000006_84705910.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000001_b33a8af9.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000001_b33a8af9.szcp new file mode 100644 index 00000000..92614785 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000001_b33a8af9.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000002_91258ac5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000002_91258ac5.szcp new file mode 100644 index 00000000..d3753877 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000002_91258ac5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000003_93b3febb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000003_93b3febb.szcp new file mode 100644 index 00000000..cce50673 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000003_93b3febb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000004_5a1bcde8.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000004_5a1bcde8.szcp new file mode 100644 index 00000000..39b2fca3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000004_5a1bcde8.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000005_844903bf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000005_844903bf.szcp new file mode 100644 index 00000000..67e7f484 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000005_844903bf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000006_55ea5ee3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000006_55ea5ee3.szcp new file mode 100644 index 00000000..21b51ab6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_038/checkpoints/checkpoint_00000000000000000006_55ea5ee3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000001_218f5cdf.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000001_218f5cdf.szar new file mode 100644 index 00000000..318440da Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000001_218f5cdf.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000002_0e5102a3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000002_0e5102a3.szar new file mode 100644 index 00000000..1da9611a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000002_0e5102a3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000003_a80acf58.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000003_a80acf58.szar new file mode 100644 index 00000000..3bedbbb1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000003_a80acf58.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000004_f4a2298a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000004_f4a2298a.szar new file mode 100644 index 00000000..3cb642ab Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000004_f4a2298a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000005_5076d7fc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000005_5076d7fc.szar new file mode 100644 index 00000000..4e58c75a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000005_5076d7fc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000006_4b5cbe8f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000006_4b5cbe8f.szar new file mode 100644 index 00000000..d6ee27c0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000006_4b5cbe8f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000007_52f95cf1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000007_52f95cf1.szar new file mode 100644 index 00000000..7c32f8d7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/archive/delta_00000000000000000007_52f95cf1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000001_cd7a7596.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000001_cd7a7596.szcp new file mode 100644 index 00000000..3091a34b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000001_cd7a7596.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000002_73364e6c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000002_73364e6c.szcp new file mode 100644 index 00000000..1d146cde Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000002_73364e6c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000003_54a282e5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000003_54a282e5.szcp new file mode 100644 index 00000000..1e04ba6b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000003_54a282e5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000004_db105cce.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000004_db105cce.szcp new file mode 100644 index 00000000..6df35fd5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000004_db105cce.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000005_6f8098a1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000005_6f8098a1.szcp new file mode 100644 index 00000000..8f1d99bc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000005_6f8098a1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000006_0281e5dc.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000006_0281e5dc.szcp new file mode 100644 index 00000000..d948eac9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000006_0281e5dc.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000007_a759b036.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000007_a759b036.szcp new file mode 100644 index 00000000..8adb9d93 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_039/checkpoints/checkpoint_00000000000000000007_a759b036.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000001_40defcb4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000001_40defcb4.szar new file mode 100644 index 00000000..9a031403 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000001_40defcb4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000002_1452ce2a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000002_1452ce2a.szar new file mode 100644 index 00000000..fd1a5dfb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000002_1452ce2a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000003_80692555.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000003_80692555.szar new file mode 100644 index 00000000..d39b6517 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000003_80692555.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000004_e8d15f49.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000004_e8d15f49.szar new file mode 100644 index 00000000..0cbf99db Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000004_e8d15f49.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000005_1a3e1de6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000005_1a3e1de6.szar new file mode 100644 index 00000000..4329474c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000005_1a3e1de6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000006_399f1b78.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000006_399f1b78.szar new file mode 100644 index 00000000..fa5d7f44 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/archive/delta_00000000000000000006_399f1b78.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000001_2120b41e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000001_2120b41e.szcp new file mode 100644 index 00000000..3015ec55 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000001_2120b41e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000002_d75db58f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000002_d75db58f.szcp new file mode 100644 index 00000000..3244b2c7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000002_d75db58f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000003_4e256339.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000003_4e256339.szcp new file mode 100644 index 00000000..2fb30acd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000003_4e256339.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000004_87bcc313.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000004_87bcc313.szcp new file mode 100644 index 00000000..fb5a3834 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000004_87bcc313.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000005_3f123da2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000005_3f123da2.szcp new file mode 100644 index 00000000..0eb27c00 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000005_3f123da2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000006_a2562e69.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000006_a2562e69.szcp new file mode 100644 index 00000000..e352d78c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_040/checkpoints/checkpoint_00000000000000000006_a2562e69.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000001_95129237.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000001_95129237.szar new file mode 100644 index 00000000..849d22e3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000001_95129237.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000002_87efa054.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000002_87efa054.szar new file mode 100644 index 00000000..d03302ff Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000002_87efa054.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000003_710f0343.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000003_710f0343.szar new file mode 100644 index 00000000..5ae9d03b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000003_710f0343.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000004_ab039d9a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000004_ab039d9a.szar new file mode 100644 index 00000000..cb85a20f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000004_ab039d9a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000005_1ce65057.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000005_1ce65057.szar new file mode 100644 index 00000000..a3591324 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000005_1ce65057.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000006_6c89df44.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000006_6c89df44.szar new file mode 100644 index 00000000..8804227a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/archive/delta_00000000000000000006_6c89df44.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000001_7f4b15d1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000001_7f4b15d1.szcp new file mode 100644 index 00000000..ea5d0230 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000001_7f4b15d1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000002_7fd81770.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000002_7fd81770.szcp new file mode 100644 index 00000000..680472f5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000002_7fd81770.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000003_d8704d50.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000003_d8704d50.szcp new file mode 100644 index 00000000..949a18fd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000003_d8704d50.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000004_4fa99188.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000004_4fa99188.szcp new file mode 100644 index 00000000..b0db7544 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000004_4fa99188.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000005_6cc7f71c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000005_6cc7f71c.szcp new file mode 100644 index 00000000..bd773bc0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000005_6cc7f71c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000006_fc4f2026.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000006_fc4f2026.szcp new file mode 100644 index 00000000..f02acf59 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_041/checkpoints/checkpoint_00000000000000000006_fc4f2026.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000001_805fd638.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000001_805fd638.szar new file mode 100644 index 00000000..dcf385c4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000001_805fd638.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000002_4019c85f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000002_4019c85f.szar new file mode 100644 index 00000000..11c85c3f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000002_4019c85f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000003_be07342a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000003_be07342a.szar new file mode 100644 index 00000000..1157d8eb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000003_be07342a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000004_4974711c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000004_4974711c.szar new file mode 100644 index 00000000..54a61dc3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000004_4974711c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000005_242b2acc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000005_242b2acc.szar new file mode 100644 index 00000000..6aebac40 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000005_242b2acc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000006_2514b9b2.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000006_2514b9b2.szar new file mode 100644 index 00000000..153a242e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000006_2514b9b2.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000007_8ea348a0.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000007_8ea348a0.szar new file mode 100644 index 00000000..c076e14f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000007_8ea348a0.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000008_8e8c046e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000008_8e8c046e.szar new file mode 100644 index 00000000..4969583b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000008_8e8c046e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000009_e2f70913.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000009_e2f70913.szar new file mode 100644 index 00000000..c93fc5de Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000009_e2f70913.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000010_427c5990.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000010_427c5990.szar new file mode 100644 index 00000000..838e1562 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000010_427c5990.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000011_c1122195.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000011_c1122195.szar new file mode 100644 index 00000000..d34b4646 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/archive/delta_00000000000000000011_c1122195.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000001_3f97a418.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000001_3f97a418.szcp new file mode 100644 index 00000000..7500f9be Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000001_3f97a418.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000002_6d7c0903.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000002_6d7c0903.szcp new file mode 100644 index 00000000..8f0a5926 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000002_6d7c0903.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000003_5e301d4c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000003_5e301d4c.szcp new file mode 100644 index 00000000..c881dfc2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000003_5e301d4c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000004_32f68ddf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000004_32f68ddf.szcp new file mode 100644 index 00000000..63a630c7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000004_32f68ddf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000005_c69fb4fa.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000005_c69fb4fa.szcp new file mode 100644 index 00000000..a7c2a8bd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000005_c69fb4fa.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000006_3c286702.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000006_3c286702.szcp new file mode 100644 index 00000000..1b5583f5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000006_3c286702.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000007_68ea3cd5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000007_68ea3cd5.szcp new file mode 100644 index 00000000..a80a7c9d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000007_68ea3cd5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000008_0c18fe3a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000008_0c18fe3a.szcp new file mode 100644 index 00000000..ca710aed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000008_0c18fe3a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000009_487e7402.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000009_487e7402.szcp new file mode 100644 index 00000000..2dc957a1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000009_487e7402.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000010_6e4df617.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000010_6e4df617.szcp new file mode 100644 index 00000000..6c013fe1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000010_6e4df617.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000011_7299d2a2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000011_7299d2a2.szcp new file mode 100644 index 00000000..e3c32418 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_042/checkpoints/checkpoint_00000000000000000011_7299d2a2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000001_622d2156.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000001_622d2156.szar new file mode 100644 index 00000000..94423666 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000001_622d2156.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000002_3b1377be.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000002_3b1377be.szar new file mode 100644 index 00000000..97b71c75 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000002_3b1377be.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000003_22989a27.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000003_22989a27.szar new file mode 100644 index 00000000..7eb048fa Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000003_22989a27.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000004_b0a28c88.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000004_b0a28c88.szar new file mode 100644 index 00000000..d682e2ed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000004_b0a28c88.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000005_95f70499.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000005_95f70499.szar new file mode 100644 index 00000000..26e647e7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/archive/delta_00000000000000000005_95f70499.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000001_c639fc1e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000001_c639fc1e.szcp new file mode 100644 index 00000000..07d1882f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000001_c639fc1e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000002_848e8fbc.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000002_848e8fbc.szcp new file mode 100644 index 00000000..bc509004 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000002_848e8fbc.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000003_552f86aa.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000003_552f86aa.szcp new file mode 100644 index 00000000..bf620c9d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000003_552f86aa.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000004_0e06bccd.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000004_0e06bccd.szcp new file mode 100644 index 00000000..9a0a4ee8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000004_0e06bccd.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000005_d5af1225.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000005_d5af1225.szcp new file mode 100644 index 00000000..fc55b566 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_043/checkpoints/checkpoint_00000000000000000005_d5af1225.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000001_9336b7c6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000001_9336b7c6.szar new file mode 100644 index 00000000..f44698cf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000001_9336b7c6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000002_7fbd6fbe.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000002_7fbd6fbe.szar new file mode 100644 index 00000000..9d4de270 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000002_7fbd6fbe.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000003_6c8fb111.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000003_6c8fb111.szar new file mode 100644 index 00000000..d71eefb6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000003_6c8fb111.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000004_711ef9c1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000004_711ef9c1.szar new file mode 100644 index 00000000..cc1aac50 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000004_711ef9c1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000005_8847aec6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000005_8847aec6.szar new file mode 100644 index 00000000..a975f5c3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000005_8847aec6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000006_2d5df263.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000006_2d5df263.szar new file mode 100644 index 00000000..b202d08d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000006_2d5df263.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000007_3c4ea508.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000007_3c4ea508.szar new file mode 100644 index 00000000..955d0d3e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000007_3c4ea508.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000008_8b6425b8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000008_8b6425b8.szar new file mode 100644 index 00000000..a0e443a3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000008_8b6425b8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000009_88a78dd5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000009_88a78dd5.szar new file mode 100644 index 00000000..e64821ae Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000009_88a78dd5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000010_44b8d288.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000010_44b8d288.szar new file mode 100644 index 00000000..1478a50d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000010_44b8d288.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000011_ad4912d1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000011_ad4912d1.szar new file mode 100644 index 00000000..e7a718e9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/archive/delta_00000000000000000011_ad4912d1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000001_f84c8ad0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000001_f84c8ad0.szcp new file mode 100644 index 00000000..c2925e01 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000001_f84c8ad0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000002_692c0fc0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000002_692c0fc0.szcp new file mode 100644 index 00000000..23cd470e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000002_692c0fc0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000003_6b86b18f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000003_6b86b18f.szcp new file mode 100644 index 00000000..7b7f1d16 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000003_6b86b18f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000004_7f969c51.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000004_7f969c51.szcp new file mode 100644 index 00000000..2416ca7e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000004_7f969c51.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000005_6c50c938.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000005_6c50c938.szcp new file mode 100644 index 00000000..143038e5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000005_6c50c938.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000006_5582081c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000006_5582081c.szcp new file mode 100644 index 00000000..f446c9ee Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000006_5582081c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000007_69051f9a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000007_69051f9a.szcp new file mode 100644 index 00000000..d12b9e48 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000007_69051f9a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000008_27534a45.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000008_27534a45.szcp new file mode 100644 index 00000000..17e55bad Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000008_27534a45.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000009_947473df.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000009_947473df.szcp new file mode 100644 index 00000000..bc4b853f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000009_947473df.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000010_980a1e54.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000010_980a1e54.szcp new file mode 100644 index 00000000..affc9684 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000010_980a1e54.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000011_fe1e22e1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000011_fe1e22e1.szcp new file mode 100644 index 00000000..85e3e570 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_044/checkpoints/checkpoint_00000000000000000011_fe1e22e1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000001_f0513c93.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000001_f0513c93.szar new file mode 100644 index 00000000..958fc003 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000001_f0513c93.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000002_7e89a4b5.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000002_7e89a4b5.szar new file mode 100644 index 00000000..80a1b3fd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000002_7e89a4b5.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000003_f37e766a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000003_f37e766a.szar new file mode 100644 index 00000000..2e42ab12 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000003_f37e766a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000004_05979e5c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000004_05979e5c.szar new file mode 100644 index 00000000..64da1aff Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000004_05979e5c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000005_4f293b1f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000005_4f293b1f.szar new file mode 100644 index 00000000..a17fbd7e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000005_4f293b1f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000006_86cd50c8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000006_86cd50c8.szar new file mode 100644 index 00000000..e6cdd2ca Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000006_86cd50c8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000007_b62aecfe.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000007_b62aecfe.szar new file mode 100644 index 00000000..dca442f1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000007_b62aecfe.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000008_7a0bfe55.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000008_7a0bfe55.szar new file mode 100644 index 00000000..609d1607 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000008_7a0bfe55.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000009_4b722f13.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000009_4b722f13.szar new file mode 100644 index 00000000..440a2e35 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000009_4b722f13.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000010_01c24d57.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000010_01c24d57.szar new file mode 100644 index 00000000..f0662b9a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000010_01c24d57.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000011_21654150.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000011_21654150.szar new file mode 100644 index 00000000..07ed752d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/archive/delta_00000000000000000011_21654150.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000001_7e607878.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000001_7e607878.szcp new file mode 100644 index 00000000..e5fd13a0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000001_7e607878.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000002_23a2ab01.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000002_23a2ab01.szcp new file mode 100644 index 00000000..d28629a5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000002_23a2ab01.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000003_2c779c50.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000003_2c779c50.szcp new file mode 100644 index 00000000..e55c8c3a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000003_2c779c50.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000004_cbcf4ae2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000004_cbcf4ae2.szcp new file mode 100644 index 00000000..49f278ba Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000004_cbcf4ae2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000005_2dc7a8a3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000005_2dc7a8a3.szcp new file mode 100644 index 00000000..dd888507 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000005_2dc7a8a3.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000006_98f5d6cb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000006_98f5d6cb.szcp new file mode 100644 index 00000000..6d062eb5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000006_98f5d6cb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000007_b94a11cb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000007_b94a11cb.szcp new file mode 100644 index 00000000..3e9f5278 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000007_b94a11cb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000008_0ae5e62b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000008_0ae5e62b.szcp new file mode 100644 index 00000000..e28fe182 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000008_0ae5e62b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000009_9c29e7ef.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000009_9c29e7ef.szcp new file mode 100644 index 00000000..b0e7a349 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000009_9c29e7ef.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000010_6d3d6ced.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000010_6d3d6ced.szcp new file mode 100644 index 00000000..8e035f8a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000010_6d3d6ced.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000011_14118950.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000011_14118950.szcp new file mode 100644 index 00000000..fe470af4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_045/checkpoints/checkpoint_00000000000000000011_14118950.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000001_96ebed58.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000001_96ebed58.szar new file mode 100644 index 00000000..596943f4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000001_96ebed58.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000002_1da4a8aa.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000002_1da4a8aa.szar new file mode 100644 index 00000000..c767b570 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000002_1da4a8aa.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000003_09eaeeda.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000003_09eaeeda.szar new file mode 100644 index 00000000..4b927624 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000003_09eaeeda.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000004_32b80690.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000004_32b80690.szar new file mode 100644 index 00000000..bed86167 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000004_32b80690.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000005_fb1bea56.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000005_fb1bea56.szar new file mode 100644 index 00000000..9c24472b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000005_fb1bea56.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000006_813104e0.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000006_813104e0.szar new file mode 100644 index 00000000..1f9206a4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000006_813104e0.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000007_16b5ee44.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000007_16b5ee44.szar new file mode 100644 index 00000000..f1cd9155 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000007_16b5ee44.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000008_c5e3ee4e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000008_c5e3ee4e.szar new file mode 100644 index 00000000..5a94d62c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000008_c5e3ee4e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000009_84ecfcee.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000009_84ecfcee.szar new file mode 100644 index 00000000..b5b0be59 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000009_84ecfcee.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000010_3d6abe35.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000010_3d6abe35.szar new file mode 100644 index 00000000..a7622356 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000010_3d6abe35.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000011_194a057b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000011_194a057b.szar new file mode 100644 index 00000000..27cbf4bd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/archive/delta_00000000000000000011_194a057b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000001_8cba2b70.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000001_8cba2b70.szcp new file mode 100644 index 00000000..737a15c0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000001_8cba2b70.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000002_5eadba91.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000002_5eadba91.szcp new file mode 100644 index 00000000..36046661 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000002_5eadba91.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000003_82e152ec.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000003_82e152ec.szcp new file mode 100644 index 00000000..d6870642 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000003_82e152ec.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000004_b857a966.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000004_b857a966.szcp new file mode 100644 index 00000000..72b2f287 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000004_b857a966.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000005_00b0d0b1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000005_00b0d0b1.szcp new file mode 100644 index 00000000..59263083 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000005_00b0d0b1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000006_00c70182.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000006_00c70182.szcp new file mode 100644 index 00000000..605e27fc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000006_00c70182.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000007_524a4919.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000007_524a4919.szcp new file mode 100644 index 00000000..79251236 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000007_524a4919.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000008_7f8e8013.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000008_7f8e8013.szcp new file mode 100644 index 00000000..2764cd24 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000008_7f8e8013.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000009_e43048a6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000009_e43048a6.szcp new file mode 100644 index 00000000..6bd1bb90 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000009_e43048a6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000010_13c68522.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000010_13c68522.szcp new file mode 100644 index 00000000..d01519a9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000010_13c68522.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000011_09c4cd34.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000011_09c4cd34.szcp new file mode 100644 index 00000000..ab1bfac1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_046/checkpoints/checkpoint_00000000000000000011_09c4cd34.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000001_e03f0291.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000001_e03f0291.szar new file mode 100644 index 00000000..03ede1a5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000001_e03f0291.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000002_9fd1098f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000002_9fd1098f.szar new file mode 100644 index 00000000..9b498e86 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000002_9fd1098f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000003_11ed475b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000003_11ed475b.szar new file mode 100644 index 00000000..760ef651 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000003_11ed475b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000004_eabe851b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000004_eabe851b.szar new file mode 100644 index 00000000..f2d8ec7c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000004_eabe851b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000005_eb4ab265.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000005_eb4ab265.szar new file mode 100644 index 00000000..8fa0408b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/archive/delta_00000000000000000005_eb4ab265.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000001_6a764d0f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000001_6a764d0f.szcp new file mode 100644 index 00000000..fc3a6da1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000001_6a764d0f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000002_96cacf86.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000002_96cacf86.szcp new file mode 100644 index 00000000..cc555b83 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000002_96cacf86.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000003_e7a6e49c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000003_e7a6e49c.szcp new file mode 100644 index 00000000..3138e401 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000003_e7a6e49c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000004_12087325.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000004_12087325.szcp new file mode 100644 index 00000000..81945752 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000004_12087325.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000005_8c3329e1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000005_8c3329e1.szcp new file mode 100644 index 00000000..f6a50163 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_047/checkpoints/checkpoint_00000000000000000005_8c3329e1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000001_8e3e76b8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000001_8e3e76b8.szar new file mode 100644 index 00000000..42231fd8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000001_8e3e76b8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000002_1ec7dd35.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000002_1ec7dd35.szar new file mode 100644 index 00000000..d3022f84 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000002_1ec7dd35.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000003_f884ab23.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000003_f884ab23.szar new file mode 100644 index 00000000..288ca7e5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000003_f884ab23.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000004_89c8afd6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000004_89c8afd6.szar new file mode 100644 index 00000000..f7cd180d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000004_89c8afd6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000005_c77e2e6b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000005_c77e2e6b.szar new file mode 100644 index 00000000..d79000ba Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000005_c77e2e6b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000006_757802c9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000006_757802c9.szar new file mode 100644 index 00000000..56ca227d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000006_757802c9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000007_cfab5570.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000007_cfab5570.szar new file mode 100644 index 00000000..af000440 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/archive/delta_00000000000000000007_cfab5570.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000001_86289290.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000001_86289290.szcp new file mode 100644 index 00000000..94500bf4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000001_86289290.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000002_55d59d50.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000002_55d59d50.szcp new file mode 100644 index 00000000..d5e253e1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000002_55d59d50.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000003_181629c2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000003_181629c2.szcp new file mode 100644 index 00000000..a566edf5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000003_181629c2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000004_ff58e29b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000004_ff58e29b.szcp new file mode 100644 index 00000000..7b9de44f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000004_ff58e29b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000005_f3287a8e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000005_f3287a8e.szcp new file mode 100644 index 00000000..055a4520 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000005_f3287a8e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000006_61bd4633.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000006_61bd4633.szcp new file mode 100644 index 00000000..6460dfdb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000006_61bd4633.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000007_d4f96ed7.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000007_d4f96ed7.szcp new file mode 100644 index 00000000..ddb0138b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_048/checkpoints/checkpoint_00000000000000000007_d4f96ed7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000001_d6dba184.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000001_d6dba184.szar new file mode 100644 index 00000000..7e59ac4c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000001_d6dba184.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000002_529ab360.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000002_529ab360.szar new file mode 100644 index 00000000..6ad11994 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000002_529ab360.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000003_8bd9d199.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000003_8bd9d199.szar new file mode 100644 index 00000000..cdae1a0f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000003_8bd9d199.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000004_fe885b92.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000004_fe885b92.szar new file mode 100644 index 00000000..d006de72 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000004_fe885b92.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000005_5ebd5125.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000005_5ebd5125.szar new file mode 100644 index 00000000..a350533d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000005_5ebd5125.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000006_7487d511.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000006_7487d511.szar new file mode 100644 index 00000000..d026545a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/archive/delta_00000000000000000006_7487d511.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000001_ce8c19c7.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000001_ce8c19c7.szcp new file mode 100644 index 00000000..00d5d6c1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000001_ce8c19c7.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000002_f2552ecf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000002_f2552ecf.szcp new file mode 100644 index 00000000..a2d7208a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000002_f2552ecf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000003_3d550077.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000003_3d550077.szcp new file mode 100644 index 00000000..910f61e5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000003_3d550077.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000004_c4a7bffc.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000004_c4a7bffc.szcp new file mode 100644 index 00000000..bd93df6e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000004_c4a7bffc.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000005_fc234f20.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000005_fc234f20.szcp new file mode 100644 index 00000000..31001806 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000005_fc234f20.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000006_80fee600.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000006_80fee600.szcp new file mode 100644 index 00000000..ebbd975e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_049/checkpoints/checkpoint_00000000000000000006_80fee600.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000001_541ba55e.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000001_541ba55e.szar new file mode 100644 index 00000000..3f2c5ea2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000001_541ba55e.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000002_8ca5691c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000002_8ca5691c.szar new file mode 100644 index 00000000..bff404f7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000002_8ca5691c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000003_4ed90a8b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000003_4ed90a8b.szar new file mode 100644 index 00000000..afb54ded Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000003_4ed90a8b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000004_d8d13a46.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000004_d8d13a46.szar new file mode 100644 index 00000000..26aa093c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000004_d8d13a46.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000005_8a6a6852.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000005_8a6a6852.szar new file mode 100644 index 00000000..fcfadaf1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000005_8a6a6852.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000006_2a28a7c4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000006_2a28a7c4.szar new file mode 100644 index 00000000..e23a2603 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000006_2a28a7c4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000007_7f2508d6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000007_7f2508d6.szar new file mode 100644 index 00000000..ab396f32 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/archive/delta_00000000000000000007_7f2508d6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000001_19fc1816.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000001_19fc1816.szcp new file mode 100644 index 00000000..cc66b84d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000001_19fc1816.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000002_66c1a0be.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000002_66c1a0be.szcp new file mode 100644 index 00000000..73c2bba8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000002_66c1a0be.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000003_37a974f9.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000003_37a974f9.szcp new file mode 100644 index 00000000..85a2ba7b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000003_37a974f9.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000004_44f6dd3f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000004_44f6dd3f.szcp new file mode 100644 index 00000000..2b169a41 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000004_44f6dd3f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000005_7e16e030.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000005_7e16e030.szcp new file mode 100644 index 00000000..268b53b5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000005_7e16e030.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000006_fd5b267e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000006_fd5b267e.szcp new file mode 100644 index 00000000..27b77067 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000006_fd5b267e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000007_85a1c942.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000007_85a1c942.szcp new file mode 100644 index 00000000..ad96b07e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_050/checkpoints/checkpoint_00000000000000000007_85a1c942.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000001_c68cd9cc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000001_c68cd9cc.szar new file mode 100644 index 00000000..e376cd8e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000001_c68cd9cc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000002_414d24db.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000002_414d24db.szar new file mode 100644 index 00000000..888165f0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000002_414d24db.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000003_4d6efb18.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000003_4d6efb18.szar new file mode 100644 index 00000000..8ad65e97 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000003_4d6efb18.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000004_22b95d6f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000004_22b95d6f.szar new file mode 100644 index 00000000..93d548dd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000004_22b95d6f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000005_6ac7863a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000005_6ac7863a.szar new file mode 100644 index 00000000..18e36efc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/archive/delta_00000000000000000005_6ac7863a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000001_ec6b18e8.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000001_ec6b18e8.szcp new file mode 100644 index 00000000..a32f9f01 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000001_ec6b18e8.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000002_75283a50.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000002_75283a50.szcp new file mode 100644 index 00000000..c68366fd Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000002_75283a50.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000003_3be35117.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000003_3be35117.szcp new file mode 100644 index 00000000..d1bcaf45 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000003_3be35117.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000004_2a0efcc5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000004_2a0efcc5.szcp new file mode 100644 index 00000000..528211ed Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000004_2a0efcc5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000005_09fc372c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000005_09fc372c.szcp new file mode 100644 index 00000000..2c697ce7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_051/checkpoints/checkpoint_00000000000000000005_09fc372c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000001_2f5d7584.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000001_2f5d7584.szar new file mode 100644 index 00000000..ed165d3f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000001_2f5d7584.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000002_bd16eafc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000002_bd16eafc.szar new file mode 100644 index 00000000..d2abceca Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000002_bd16eafc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000003_2d9bbd42.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000003_2d9bbd42.szar new file mode 100644 index 00000000..01f7627e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000003_2d9bbd42.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000004_369e3c5c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000004_369e3c5c.szar new file mode 100644 index 00000000..2260322b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000004_369e3c5c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000005_a6804f60.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000005_a6804f60.szar new file mode 100644 index 00000000..8bf2a477 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000005_a6804f60.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000006_7f0b0b01.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000006_7f0b0b01.szar new file mode 100644 index 00000000..3f8023de Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000006_7f0b0b01.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000007_801e642f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000007_801e642f.szar new file mode 100644 index 00000000..804f6fbc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000007_801e642f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000008_b19a2e14.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000008_b19a2e14.szar new file mode 100644 index 00000000..f3d61727 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000008_b19a2e14.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000009_475dc5fc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000009_475dc5fc.szar new file mode 100644 index 00000000..b6084a03 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000009_475dc5fc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000010_c61b9890.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000010_c61b9890.szar new file mode 100644 index 00000000..71bb993b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000010_c61b9890.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000011_01d0e740.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000011_01d0e740.szar new file mode 100644 index 00000000..5cfafb17 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/archive/delta_00000000000000000011_01d0e740.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000001_eedf9a87.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000001_eedf9a87.szcp new file mode 100644 index 00000000..dda49d2a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000001_eedf9a87.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000002_c76e26f0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000002_c76e26f0.szcp new file mode 100644 index 00000000..46d89d4c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000002_c76e26f0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000003_c0c08d9d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000003_c0c08d9d.szcp new file mode 100644 index 00000000..0b304987 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000003_c0c08d9d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000004_9a8eb1e6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000004_9a8eb1e6.szcp new file mode 100644 index 00000000..7c209cc6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000004_9a8eb1e6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000005_6769df4c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000005_6769df4c.szcp new file mode 100644 index 00000000..5b7ff68a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000005_6769df4c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000006_997f229c.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000006_997f229c.szcp new file mode 100644 index 00000000..eeebb3fb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000006_997f229c.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000007_a1493e2d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000007_a1493e2d.szcp new file mode 100644 index 00000000..0febe02a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000007_a1493e2d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000008_863d665d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000008_863d665d.szcp new file mode 100644 index 00000000..5b20a711 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000008_863d665d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000009_b4093aa0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000009_b4093aa0.szcp new file mode 100644 index 00000000..23712e5e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000009_b4093aa0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000010_28e4aff5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000010_28e4aff5.szcp new file mode 100644 index 00000000..39c102d1 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000010_28e4aff5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000011_25c1ae71.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000011_25c1ae71.szcp new file mode 100644 index 00000000..70ee54c0 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_052/checkpoints/checkpoint_00000000000000000011_25c1ae71.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000001_04047bfe.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000001_04047bfe.szar new file mode 100644 index 00000000..4ab23f21 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000001_04047bfe.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000002_dce1c819.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000002_dce1c819.szar new file mode 100644 index 00000000..f57c670f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000002_dce1c819.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000003_752e7ef9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000003_752e7ef9.szar new file mode 100644 index 00000000..1070878a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000003_752e7ef9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000004_b0cb0819.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000004_b0cb0819.szar new file mode 100644 index 00000000..2b2c7599 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000004_b0cb0819.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000005_a22f1393.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000005_a22f1393.szar new file mode 100644 index 00000000..bda1a4ff Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000005_a22f1393.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000006_37719ffc.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000006_37719ffc.szar new file mode 100644 index 00000000..70d35a08 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000006_37719ffc.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000007_500b9b84.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000007_500b9b84.szar new file mode 100644 index 00000000..69675213 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000007_500b9b84.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000008_036511a7.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000008_036511a7.szar new file mode 100644 index 00000000..54733d6e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000008_036511a7.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000009_784d704f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000009_784d704f.szar new file mode 100644 index 00000000..fe75c672 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000009_784d704f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000010_6f80db9c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000010_6f80db9c.szar new file mode 100644 index 00000000..62c9a2ec Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000010_6f80db9c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000011_7989b462.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000011_7989b462.szar new file mode 100644 index 00000000..73932bd6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/archive/delta_00000000000000000011_7989b462.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000001_6720c52e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000001_6720c52e.szcp new file mode 100644 index 00000000..997ac7e9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000001_6720c52e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000002_6c99c176.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000002_6c99c176.szcp new file mode 100644 index 00000000..346c4ef6 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000002_6c99c176.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000003_c36ad3b2.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000003_c36ad3b2.szcp new file mode 100644 index 00000000..f6582cce Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000003_c36ad3b2.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000004_1c7f646d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000004_1c7f646d.szcp new file mode 100644 index 00000000..0083fc0b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000004_1c7f646d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000005_6ebd0180.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000005_6ebd0180.szcp new file mode 100644 index 00000000..aeed0e02 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000005_6ebd0180.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000006_72923f78.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000006_72923f78.szcp new file mode 100644 index 00000000..03fa7d46 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000006_72923f78.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000007_b48f372b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000007_b48f372b.szcp new file mode 100644 index 00000000..66c3ad79 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000007_b48f372b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000008_ff159249.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000008_ff159249.szcp new file mode 100644 index 00000000..1c78f19f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000008_ff159249.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000009_a1120812.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000009_a1120812.szcp new file mode 100644 index 00000000..3d08ed82 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000009_a1120812.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000010_41a07733.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000010_41a07733.szcp new file mode 100644 index 00000000..270b6b23 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000010_41a07733.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000011_de844320.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000011_de844320.szcp new file mode 100644 index 00000000..41e82508 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_053/checkpoints/checkpoint_00000000000000000011_de844320.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000001_d9fb3108.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000001_d9fb3108.szar new file mode 100644 index 00000000..c823bd6e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000001_d9fb3108.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000002_1173d2ff.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000002_1173d2ff.szar new file mode 100644 index 00000000..f9ca5256 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000002_1173d2ff.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000003_cb46424d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000003_cb46424d.szar new file mode 100644 index 00000000..7d6cbc9c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000003_cb46424d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000004_c5dcbd7d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000004_c5dcbd7d.szar new file mode 100644 index 00000000..a34975bc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000004_c5dcbd7d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000005_b975fda9.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000005_b975fda9.szar new file mode 100644 index 00000000..1fe68742 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000005_b975fda9.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000006_74d83bff.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000006_74d83bff.szar new file mode 100644 index 00000000..d4d51bf8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000006_74d83bff.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000007_e8f1a05f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000007_e8f1a05f.szar new file mode 100644 index 00000000..b1b4f825 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000007_e8f1a05f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000008_d6689127.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000008_d6689127.szar new file mode 100644 index 00000000..2791e927 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000008_d6689127.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000009_db2e18c6.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000009_db2e18c6.szar new file mode 100644 index 00000000..c7766543 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000009_db2e18c6.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000010_edb58043.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000010_edb58043.szar new file mode 100644 index 00000000..c1381e61 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/archive/delta_00000000000000000010_edb58043.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000001_36c92bcf.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000001_36c92bcf.szcp new file mode 100644 index 00000000..25ba3b41 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000001_36c92bcf.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000002_649b51ee.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000002_649b51ee.szcp new file mode 100644 index 00000000..13be8202 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000002_649b51ee.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000003_2240041b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000003_2240041b.szcp new file mode 100644 index 00000000..57bcc75a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000003_2240041b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000004_689810ba.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000004_689810ba.szcp new file mode 100644 index 00000000..8014c5dc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000004_689810ba.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000005_881dded0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000005_881dded0.szcp new file mode 100644 index 00000000..0d04f28d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000005_881dded0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000006_0f7238a6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000006_0f7238a6.szcp new file mode 100644 index 00000000..2fa59fe9 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000006_0f7238a6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000007_6734e84f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000007_6734e84f.szcp new file mode 100644 index 00000000..55c3c9e7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000007_6734e84f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000008_a5de2f18.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000008_a5de2f18.szcp new file mode 100644 index 00000000..feb71aa5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000008_a5de2f18.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000009_59a7dfc1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000009_59a7dfc1.szcp new file mode 100644 index 00000000..c9362166 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000009_59a7dfc1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000010_b99b5992.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000010_b99b5992.szcp new file mode 100644 index 00000000..ceb9b9af Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_054/checkpoints/checkpoint_00000000000000000010_b99b5992.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000001_ecb2291a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000001_ecb2291a.szar new file mode 100644 index 00000000..25e4f241 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000001_ecb2291a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000002_95dc1dd1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000002_95dc1dd1.szar new file mode 100644 index 00000000..94375f86 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000002_95dc1dd1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000003_cef3f53a.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000003_cef3f53a.szar new file mode 100644 index 00000000..f371daa8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000003_cef3f53a.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000004_f12c45ab.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000004_f12c45ab.szar new file mode 100644 index 00000000..dda0fc0e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000004_f12c45ab.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000005_6157ee09.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000005_6157ee09.szar new file mode 100644 index 00000000..1159b8ad Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000005_6157ee09.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000006_450a628c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000006_450a628c.szar new file mode 100644 index 00000000..b0a1570f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/archive/delta_00000000000000000006_450a628c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000001_5a836bbb.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000001_5a836bbb.szcp new file mode 100644 index 00000000..ad6b03d7 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000001_5a836bbb.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000002_7adfa4bc.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000002_7adfa4bc.szcp new file mode 100644 index 00000000..478f5c05 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000002_7adfa4bc.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000003_8553e7d0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000003_8553e7d0.szcp new file mode 100644 index 00000000..55ac54d4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000003_8553e7d0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000004_cc3d7d81.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000004_cc3d7d81.szcp new file mode 100644 index 00000000..777967c2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000004_cc3d7d81.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000005_b12c8f63.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000005_b12c8f63.szcp new file mode 100644 index 00000000..675d7ed2 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000005_b12c8f63.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000006_eb1a4a68.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000006_eb1a4a68.szcp new file mode 100644 index 00000000..3cd7237e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_055/checkpoints/checkpoint_00000000000000000006_eb1a4a68.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000001_469108a4.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000001_469108a4.szar new file mode 100644 index 00000000..9817708e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000001_469108a4.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000002_a5cb8f26.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000002_a5cb8f26.szar new file mode 100644 index 00000000..236dce7c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000002_a5cb8f26.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000003_772a8db3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000003_772a8db3.szar new file mode 100644 index 00000000..898e138d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000003_772a8db3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000004_8a4f2c5c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000004_8a4f2c5c.szar new file mode 100644 index 00000000..063bdd47 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000004_8a4f2c5c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000005_8a1d9bb0.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000005_8a1d9bb0.szar new file mode 100644 index 00000000..dd0875e8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000005_8a1d9bb0.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000006_75ea63c8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000006_75ea63c8.szar new file mode 100644 index 00000000..6d0d897a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000006_75ea63c8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000007_0196212f.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000007_0196212f.szar new file mode 100644 index 00000000..e5506750 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000007_0196212f.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000008_31d68977.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000008_31d68977.szar new file mode 100644 index 00000000..bd165afb Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000008_31d68977.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000009_d054e0d3.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000009_d054e0d3.szar new file mode 100644 index 00000000..511bce99 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000009_d054e0d3.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000010_a4e493d0.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000010_a4e493d0.szar new file mode 100644 index 00000000..86ff5221 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000010_a4e493d0.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000011_cf222f16.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000011_cf222f16.szar new file mode 100644 index 00000000..ce9f3e92 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000011_cf222f16.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000012_dd692e66.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000012_dd692e66.szar new file mode 100644 index 00000000..49fef7b4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/archive/delta_00000000000000000012_dd692e66.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000001_6ee52ff1.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000001_6ee52ff1.szcp new file mode 100644 index 00000000..757f27fc Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000001_6ee52ff1.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000002_fae85052.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000002_fae85052.szcp new file mode 100644 index 00000000..5bc9cc07 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000002_fae85052.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000003_c67df877.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000003_c67df877.szcp new file mode 100644 index 00000000..242e2b6f Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000003_c67df877.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000004_a318ac2a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000004_a318ac2a.szcp new file mode 100644 index 00000000..f8113364 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000004_a318ac2a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000005_3bdda09f.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000005_3bdda09f.szcp new file mode 100644 index 00000000..c599c24a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000005_3bdda09f.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000006_c54d355e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000006_c54d355e.szcp new file mode 100644 index 00000000..a33d5f7a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000006_c54d355e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000007_b578ed00.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000007_b578ed00.szcp new file mode 100644 index 00000000..0779c56a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000007_b578ed00.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000008_fc2b0e46.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000008_fc2b0e46.szcp new file mode 100644 index 00000000..35b1a99a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000008_fc2b0e46.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000009_5e964b1d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000009_5e964b1d.szcp new file mode 100644 index 00000000..93958396 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000009_5e964b1d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000010_0326f0af.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000010_0326f0af.szcp new file mode 100644 index 00000000..4ed2048d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000010_0326f0af.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000011_f0e3ee1d.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000011_f0e3ee1d.szcp new file mode 100644 index 00000000..e56d098b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000011_f0e3ee1d.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000012_573f0f6e.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000012_573f0f6e.szcp new file mode 100644 index 00000000..4fff0947 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_056/checkpoints/checkpoint_00000000000000000012_573f0f6e.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000001_a8d3c3f1.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000001_a8d3c3f1.szar new file mode 100644 index 00000000..4e4caa63 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000001_a8d3c3f1.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000002_5b2dcf1c.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000002_5b2dcf1c.szar new file mode 100644 index 00000000..60bed713 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000002_5b2dcf1c.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000003_fad9f53d.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000003_fad9f53d.szar new file mode 100644 index 00000000..becd5e7c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000003_fad9f53d.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000004_1bbc2ace.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000004_1bbc2ace.szar new file mode 100644 index 00000000..002ac825 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000004_1bbc2ace.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000005_49353656.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000005_49353656.szar new file mode 100644 index 00000000..d00275bf Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000005_49353656.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000006_7f0344c8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000006_7f0344c8.szar new file mode 100644 index 00000000..89be38b5 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/archive/delta_00000000000000000006_7f0344c8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000001_8eec2050.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000001_8eec2050.szcp new file mode 100644 index 00000000..af22981a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000001_8eec2050.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000002_b5b44b4a.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000002_b5b44b4a.szcp new file mode 100644 index 00000000..16ab473e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000002_b5b44b4a.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000003_95b6afa6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000003_95b6afa6.szcp new file mode 100644 index 00000000..72882919 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000003_95b6afa6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000004_87a8f4e5.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000004_87a8f4e5.szcp new file mode 100644 index 00000000..253b0e6b Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000004_87a8f4e5.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000005_54e97893.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000005_54e97893.szcp new file mode 100644 index 00000000..6fbeba44 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000005_54e97893.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000006_875b25f6.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000006_875b25f6.szcp new file mode 100644 index 00000000..3c9d7553 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_057/checkpoints/checkpoint_00000000000000000006_875b25f6.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000001_fecd5b54.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000001_fecd5b54.szar new file mode 100644 index 00000000..4562285d Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000001_fecd5b54.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000002_1829b01b.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000002_1829b01b.szar new file mode 100644 index 00000000..241d6b98 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000002_1829b01b.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000003_29216203.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000003_29216203.szar new file mode 100644 index 00000000..ba75661a Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000003_29216203.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000004_84457ea8.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000004_84457ea8.szar new file mode 100644 index 00000000..9306cdb4 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000004_84457ea8.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000005_a6a7fd47.szar b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000005_a6a7fd47.szar new file mode 100644 index 00000000..393789d3 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/archive/delta_00000000000000000005_a6a7fd47.szar differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000001_3111dadd.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000001_3111dadd.szcp new file mode 100644 index 00000000..9933dd4e Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000001_3111dadd.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000002_7c09af1b.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000002_7c09af1b.szcp new file mode 100644 index 00000000..b12fc2db Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000002_7c09af1b.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000003_4937f911.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000003_4937f911.szcp new file mode 100644 index 00000000..5477a4d8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000003_4937f911.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000004_5f51acd0.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000004_5f51acd0.szcp new file mode 100644 index 00000000..691b5b9c Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000004_5f51acd0.szcp differ diff --git a/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000005_8b5ba8c3.szcp b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000005_8b5ba8c3.szcp new file mode 100644 index 00000000..96f3e6c8 Binary files /dev/null and b/results/search/runs/bc02f56a-c1fb-4892-8480-fff1b626c97c/topology_058/checkpoints/checkpoint_00000000000000000005_8b5ba8c3.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/metrics.tsv b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/metrics.tsv new file mode 100644 index 00000000..80b4f330 --- /dev/null +++ b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/metrics.tsv @@ -0,0 +1,317 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted best_crossing_loss best_intersection_loss neural_replay neural_positive neural_samples neural_train_steps neural_seeds weight_baseline weight_replica weight_adaptive weight_pbt weight_injected steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783795673416615800 DEPTH 42 1 0.81643558783371195 0 0 4 0 4 0 0 4096 121 2569 23732925 209280 1286.8670043945312 6.0608000000000004 2093.9540999999999 40320 20713 1 0 0 0.0022558207226077618 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705084 8985600 165 152 156 163 1933 28 17 25 12 39 0 0 0 0 0 +2 1783795675193938200 DEPTH 8 1 0.60152048513770873 0.26575809199318562 2 5 2 5 0 0 2034 68 2547 23732877 209280 1264.3092803955078 6.2328999999999999 1717.0958000000001 40320 20697 1 0 0.030027468725572132 0.98118440589511424 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705033 8985600 191 164 181 160 1851 14 4 1 3 46 0 0 0 0 0 +3 1783795677139124300 DEPTH 56 1 0.61160518943045372 0.26575809199318562 2 5 2 5 0 0 3572 209 2530 23732911 209280 1226.0003814697266 6.3950000000000005 1854.2492999999999 40320 21801 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705069 8985600 182 151 186 181 1830 17 33 29 43 87 0 0 0 0 0 +4 1783795679008774600 DEPTH 48 1 0.62168970155977021 0.26575809199318562 2 5 2 5 0 0 1769 84 2571 23732856 209280 1218.0285491943359 6.0466000000000006 1798.6990000000001 40320 20357 1 1 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705015 8985600 152 167 153 156 1943 17 11 11 11 33 0 0 0 0 0 +5 1783795680860750200 DEPTH 20 1 0.63177402236797597 0.26575809199318562 2 5 2 5 0 0 1575 73 2592 23732931 209280 1216.3699493408203 6.0446999999999997 1789.9246000000001 40320 20765 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705089 8985600 177 157 169 163 1926 6 13 13 16 25 0 0 0 0 0 +6 1783795682805331900 DEPTH 13 1 0.64185815269192936 0.27342419080068137 1 6 1 6 0 0 2844 158 2555 23732910 209280 1219.2296905517578 6.7621000000000011 1881.0210999999999 40320 22105 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705070 8985600 161 152 174 153 1915 49 10 26 14 59 0 0 0 0 0 +7 1783795684749752200 DEPTH 57 1 0.65194209336307729 0.27342419080068137 1 6 1 6 0 0 3240 124 2543 23732925 209280 1242.8668212890625 6.2230999999999996 1852.4843000000001 40320 21066 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705080 8985600 180 168 179 174 1842 10 2 9 14 89 0 0 0 0 0 +8 1783795686706085300 DEPTH 17 1 0.66202584520750063 0.28109028960817717 0 7 0 7 0 0 2624 148 2567 23732909 209280 1216.2272338867188 6.0831000000000008 1883.3251 40320 21684 1 1 0 0.16424126902321717 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705068 8985600 162 151 166 161 1927 21 23 27 25 51 0 0 0 0 0 +9 1783795688580748600 DEPTH 9 1 0.65710940904596038 0.35178875638841556 3 5 1 6 1 0 1353 106 2588 23732877 209280 1263.0750579833984 6.0484 1810.1098999999999 40320 21377 1 0 0.0005470169769977352 1.2625473156196876 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705035 8985600 152 150 152 150 1984 14 7 5 16 64 0 0 0 0 2 +10 1783795690365768600 DEPTH 31 1 0.66719278569394269 0.3594548551959113 2 6 2 6 0 0 1853 115 2540 23733025 209280 1218.3055419921875 6.0538999999999996 1724.066 40320 20705 1 0 0.03771404607834776 0.98138218302019542 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705182 8985600 168 160 154 198 1860 23 16 22 19 35 0 0 0 0 0 +11 1783795692035240000 DEPTH 16 1 0.67727597596170408 0.3594548551959113 2 6 2 6 0 0 2208 140 2538 23732953 209280 1261.7435760498047 6.1116000000000001 1611.1759 40320 19235 1 0 0.0065221633305199561 0.41177125977130297 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705109 8985600 185 171 169 198 1815 25 6 8 15 86 0 0 0 0 0 +12 1783795693910833700 DEPTH 33 1 0.68735898065431511 0.36712095400340705 1 7 1 7 0 0 2475 78 2537 23732955 209280 1261.7768859863281 6.0443999999999996 1819.0453 40320 20618 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705112 8985600 170 177 162 172 1856 16 9 10 3 40 0 0 0 0 0 +13 1783795695813555900 DEPTH 1 1 0.6974418005717048 0.36712095400340705 1 7 1 7 0 0 2142 134 2561 23732851 209280 1228.2168884277344 7.1823999999999995 1822.6587999999999 40320 21704 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705008 8985600 161 150 158 157 1935 29 14 15 24 52 0 0 0 0 0 +14 1783795697689576200 DEPTH 52 1 0.70752443650870411 0.36712095400340705 1 7 1 7 0 0 1488 94 2544 23732859 209280 1198.0308380126953 6.4607000000000001 1817.1856 40320 21919 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705016 8985600 191 159 180 169 1845 10 5 19 12 48 0 0 0 0 0 +15 1783795699696282300 DEPTH 44 1 0.71760688925508853 0.36712095400340705 1 7 1 7 0 0 1515 128 2598 23732880 209280 1233.7260131835938 6.5732999999999997 1910.8336999999999 40320 22629 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705036 8985600 159 158 158 151 1972 8 24 17 13 66 0 0 0 0 0 +16 1783795701631025500 DEPTH 53 1 0.72768915959562042 0.37478705281090291 0 8 0 8 0 0 3452 141 2529 23732810 209280 1244.5030059814453 6.3613999999999997 1846.6832999999999 40320 21779 1 0 0 0.28495677958193905 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2704963 8985600 164 164 160 178 1863 31 4 15 22 69 0 0 0 0 0 +17 1783795703780831400 DEPTH 46 1 0.73777124831009155 0.37478705281090291 0 8 0 8 0 0 2253 76 2573 23732982 209280 1336.2810974121094 9.2151999999999994 2085.2076999999999 40320 22118 1 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705138 8985600 163 155 151 155 1949 16 2 12 16 30 0 0 0 0 0 +18 1783795705758437400 DEPTH 11 1 0.74785315617336479 0.37478705281090291 0 8 0 8 0 0 1643 149 2571 23732917 209280 1267.3200378417969 6.1840999999999999 1902.7308 40320 22322 1 0 0 0.7245092082209259 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705076 8985600 169 155 157 161 1929 26 18 23 16 66 0 0 0 0 0 +19 1783795707681724200 DEPTH 2 1 0.74793488395541474 0.45315161839863699 2 7 2 7 0 0 2221 155 2559 23732930 209280 1288.1611328125 6.0580999999999996 1851.0016000000001 40320 21826 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705087 8985600 165 156 172 160 1906 15 5 14 22 99 0 0 0 0 0 +20 1783795709622596500 DEPTH 45 1 0.75801643242136851 0.45315161839863699 2 7 2 7 0 0 1520 103 2560 23732889 209280 1320.7113494873047 6.1766000000000005 1880.0237999999999 40320 20512 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705049 8985600 158 154 159 161 1928 19 16 15 10 43 0 0 0 0 0 +21 1783795711494443700 DEPTH 54 1 0.76809780233154701 0.4608177172061329 1 8 1 8 0 0 855 96 2551 23732868 209280 1235.6052093505859 6.0876999999999999 1800.1601000000001 40320 21711 1 0 0.00047943035387544786 1.0818619638605727 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705026 8985600 165 173 182 177 1854 20 13 18 8 37 0 0 0 0 0 +22 1783795713334469100 DEPTH 32 1 0.77817899444150351 0.4608177172061329 1 8 1 8 0 0 1963 114 2544 23732892 209280 1241.4423065185547 6.1055999999999999 1777.1515999999999 40320 21552 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705051 8985600 162 150 159 152 1921 27 8 27 5 47 0 0 0 0 0 +23 1783795715247930100 DEPTH 30 1 0.78826000950206421 0.4608177172061329 1 8 1 8 0 0 2129 142 2544 23732940 209280 1246.8012237548828 6.5555000000000003 1836.2893999999999 40320 21697 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705099 8985600 186 154 157 170 1877 27 8 17 7 83 0 0 0 0 0 +24 1783795717253170000 DEPTH 25 1 0.79834084825936669 0.4608177172061329 1 8 1 8 0 0 1933 99 2572 23732852 209280 1269.9570922851562 7.7866000000000009 1944.5271 40320 20462 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705006 8985600 172 180 172 181 1867 13 12 20 15 39 0 0 0 0 0 +25 1783795718997970000 DEPTH 38 1 0.79127865431204192 0.55451448040885853 1 9 1 9 0 0 1586 85 2533 23732833 209280 1233.3053131103516 7.0130999999999997 1686.4855 40320 20759 1 0 0.13433027919204674 2.3057515358806704 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2704990 8985600 172 168 165 171 1857 24 1 10 7 43 0 0 0 0 0 +26 1783795720888571400 DEPTH 39 1 0.79135914268268093 0.55451448040885853 1 9 1 9 1 0 1331 104 2591 23732922 209280 1218.4923400878906 6.7866999999999997 1830.8018 40320 22703 1 0 0.00015470615706036938 2.4323419755060103 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705081 8985600 160 150 150 157 1974 9 13 17 7 58 0 0 0 1 0 +27 1783795722723233000 DEPTH 41 1 0.79143945696072959 0.55451448040885853 1 9 1 9 0 0 1523 108 2572 23732924 209280 1208.3669891357422 6.2316000000000003 1773.2716 40320 21810 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705081 8985600 161 158 162 168 1923 8 7 24 15 54 0 0 0 0 0 +28 1783795724626445100 DEPTH 21 1 0.79151959787395532 0.56218057921635434 0 10 0 10 0 0 1915 123 2553 23732879 209280 1230.4240112304688 6.5194000000000001 1842.0177000000001 40320 20544 1 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705039 8985600 165 159 164 164 1901 37 11 18 15 42 0 0 0 0 0 +29 1783795726261566700 DEPTH 12 1 0.7862424232884837 0.63287904599659284 3 8 3 8 0 0 1098 81 2598 23732862 209280 1227.0299224853516 6.3380999999999998 1569.9894999999999 40320 21505 1 0 0.0015102624860077482 0.9394486955269914 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705020 8985600 162 150 156 167 1963 17 6 10 8 40 0 0 0 0 0 +30 1783795728095362200 DEPTH 3 1 0.786322219637407 0.64054514480408853 2 9 2 9 1 0 905 73 2539 23732894 209280 1190.5341186523438 6.7699000000000007 1774.4184 40320 22353 1 0 0.007965590736004927 0.25743155512270188 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705052 8985600 177 178 179 165 1840 14 8 3 7 41 0 0 0 0 3 +31 1783795730057633600 DEPTH 42 1 1.0332998475074435 0 0 4 0 4 0 0 4096 49 2566 23733064 147840 1210.7295532226562 6.1790000000000003 1894.7213999999999 40320 14426 1 0 0 0.0022558207226077618 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950982 8985600 170 150 164 180 1902 1 4 5 0 39 0 0 0 0 0 +32 1783795732054994600 DEPTH 9 1 0.88837522479943209 0.27342419080068137 1 6 1 6 1 0 1382 97 2580 23733061 147840 1264.7507019042969 14.579699999999999 1908.3511000000001 40320 16051 1 0 0.00054916239965274217 1.2061611757926149 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950980 8985600 154 150 155 150 1971 8 7 13 10 59 0 0 0 0 1 +33 1783795733908083000 DEPTH 8 1 0.80845044101188535 0.26575809199318562 2 5 2 5 0 0 2039 44 2535 23733013 147840 1256.5684814453125 6.9893999999999998 1763.6285 40320 16810 1 0 0.030027468725572132 0.98118440589511424 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950928 8985600 195 162 164 171 1843 1 0 2 2 39 0 0 0 0 0 +34 1783795735858246700 DEPTH 56 1 0.80852549681013219 0.26575809199318562 2 5 2 5 0 0 3634 142 2544 23733039 147840 1228.904541015625 6.4456000000000007 1879.6307999999999 40320 16153 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950958 8985600 213 150 224 202 1755 4 36 12 7 83 0 0 0 0 0 +35 1783795737755130200 DEPTH 48 1 0.80860039285543817 0.26575809199318562 2 5 2 5 0 0 1785 51 2578 23732998 147840 1225.2456512451172 6.0482000000000014 1833.9561000000001 40320 15196 1 1 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950914 8985600 150 164 159 159 1946 3 9 4 2 32 0 0 0 0 0 +36 1783795739599151800 DEPTH 20 1 0.80867512980503709 0.26575809199318562 2 5 2 5 0 0 1592 42 2602 23732980 147840 1222.75390625 6.1563999999999997 1787.5749000000001 40320 14883 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950898 8985600 205 151 177 190 1879 3 1 0 1 37 0 0 0 0 0 +37 1783795741449211800 DEPTH 13 1 0.80874970831216497 0.27342419080068137 1 6 1 6 0 0 2871 105 2566 23732995 147840 1224.5236053466797 6.0544999999999991 1787.6721 40320 15646 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950914 8985600 162 150 167 156 1931 13 3 20 10 59 0 0 0 0 0 +38 1783795743364314100 DEPTH 57 1 0.80882412902609058 0.27342419080068137 1 6 1 6 0 0 3255 81 2548 23733044 147840 1244.2518920898438 6.2538999999999998 1832.3784000000001 40320 16293 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950962 8985600 168 168 176 181 1855 5 3 8 11 54 0 0 0 0 0 +39 1783795745268435100 DEPTH 17 1 0.80889839259214869 0.28109028960817717 0 7 0 7 0 0 2679 95 2557 23733050 147840 1221.8110504150391 6.0472999999999999 1831.3797 40320 15626 1 1 0 0.16424126902321717 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950967 8985600 162 150 168 162 1915 1 15 12 1 65 0 0 0 0 0 +40 1783795747055357600 DEPTH 50 1 0.7871108823943197 0.64054514480408853 2 9 2 9 0 0 862 93 2575 23732892 209280 1216.6470489501953 6.1196999999999999 1724.5672999999999 40320 20559 1 0 0.061518444399238342 2.0460364460936478 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705045 8985600 168 151 150 156 1950 15 14 7 14 43 0 0 0 0 0 +41 1783795748892812800 DEPTH 40 1 0.78718883379379867 0.64821124361158422 1 10 1 10 0 0 1335 117 2603 23732950 209280 1214.2739562988281 6.1189999999999998 1769.5369000000001 40320 21315 1 0 0.026057215024178938 1.7176440476922248 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705110 8985600 157 150 152 172 1972 12 22 12 9 62 0 0 0 0 0 +42 1783795750504760300 DEPTH 10 1 0.78726662156105365 0.64821124361158422 1 10 1 10 0 0 892 106 2555 23732897 209280 1225.109375 6.0705999999999989 1540.3901000000001 40320 20514 1 0 0.0040407710321612731 2.9277816338853699 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705055 8985600 162 152 171 165 1905 14 9 24 3 56 0 0 0 0 0 +43 1783795752308453600 DEPTH 14 1 0.78734424636006617 0.65587734241908002 0 11 0 11 1 0 1249 125 2524 23732897 209280 1271.4534606933594 6.5342000000000002 1731.8579999999999 40320 19718 1 0 1.8238972069088211e-05 0.75092953070495261 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705052 8985600 206 186 164 174 1794 21 4 5 11 84 0 0 0 0 1 +44 1783795753989314600 DEPTH 23 1 0.78325504218416642 0.74190800681430991 1 11 1 11 1 0 3176 62 2525 23732786 209280 1260.6566467285156 7.3814000000000002 1609.4758999999999 40320 21642 1 0 0.019300902708780661 0.82338470662554231 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2704944 8985600 181 163 170 186 1825 8 5 4 0 45 0 0 0 0 1 +45 1783795755663054400 DEPTH 49 1 0.77999900968939861 0.82027257240204421 3 10 3 10 1 0 895 78 2557 23732888 209280 1223.5653076171875 8.1188000000000002 1614.4269999999999 40320 22351 1 0 0.11390296728247497 0.2604955383597074 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705045 8985600 176 150 160 172 1899 15 2 10 5 46 0 0 0 0 1 +46 1783795757262591600 DEPTH 36 1 0.78007614952788495 0.82027257240204421 3 10 3 10 0 0 966 83 2589 23732902 209280 1234.8323822021484 6.1213000000000006 1533.5752 40320 22243 1 0 0.063856168107744679 0.17242192002112078 4096 2048 384 12 96 5 1 2 2 6 7618560 1474560 2949120 2705060 8985600 152 188 156 165 1928 23 4 9 10 37 0 0 0 0 0 +47 1783795759154557500 DEPTH 42 1 0.93140552727183434 0 0 4 0 4 0 0 4096 42 2557 23732985 147840 1206.7325897216797 6.0582999999999991 1890.5273 47040 17968 1 0 0 0.0022558207226077618 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2950903 8985600 193 151 175 304 1734 0 3 1 0 38 0 0 0 0 0 +48 1783795760996940300 DEPTH 31 1 0.79455979760523454 0.3594548551959113 2 6 2 6 0 0 1872 61 2548 23733059 147840 1222.4430236816406 6.4129000000000005 1725.3639000000001 40320 15402 1 0 0.03771404607834776 0.98138218302019542 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950976 8985600 187 156 161 293 1751 2 6 6 8 39 0 0 0 0 0 +49 1783795762684512900 DEPTH 16 1 0.79463252434254339 0.3594548551959113 2 6 2 6 0 0 2223 91 2533 23733088 147840 1257.3661804199219 7.0583999999999998 1632.9940999999999 40320 15968 1 0 0.0065221633305199561 0.41177125977130297 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951008 8985600 175 158 156 233 1811 6 1 8 12 64 0 0 0 0 0 +50 1783795764611103100 DEPTH 33 1 0.79470510077977585 0.36712095400340705 1 7 1 7 0 0 2493 89 2551 23733095 147840 1248.4595794677734 6.6011999999999995 1869.3304000000001 40320 16424 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951014 8985600 196 180 163 178 1834 9 4 13 8 55 0 0 0 0 0 +51 1783795766482443700 DEPTH 1 1 0.79477752751742314 0.36712095400340705 1 7 1 7 0 0 2159 89 2570 23732964 147840 1234.6275329589844 6.6465999999999994 1813.4914000000001 40320 15143 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950880 8985600 160 151 169 176 1914 5 11 11 7 55 0 0 0 0 0 +52 1783795768395230700 DEPTH 52 1 0.79484980515242754 0.36712095400340705 1 7 1 7 0 0 1505 54 2547 23733048 147840 1209.8621063232422 6.7705000000000002 1856.6448 40320 15028 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950966 8985600 193 158 194 260 1742 0 0 4 4 46 0 0 0 0 0 +53 1783795770395433800 DEPTH 44 1 0.79492193427821123 0.36712095400340705 1 7 1 7 0 0 1546 98 2608 23732921 147840 1247.7134094238281 7.2553000000000001 1922.9038 40320 16264 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950841 8985600 174 159 196 165 1914 0 3 15 8 72 0 0 0 0 0 +54 1783795772335185000 DEPTH 53 1 0.79499391548470288 0.37478705281090291 0 8 0 8 0 0 3495 125 2535 23733017 147840 1244.1118774414062 7.0977999999999994 1852.0885000000001 40320 16608 1 0 0 0.28495677958193905 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950932 8985600 158 162 156 188 1871 11 3 11 11 89 0 0 0 0 0 +55 1783795774305212400 DEPTH 9 1 0.86722427490394249 0.27342419080068137 1 6 1 6 1 0 1397 75 2586 23733119 147840 1253.1795349121094 6.4431999999999992 1889.3413 47040 19419 1 0 0.00054810825658716152 1.1179446265925634 4096 2048 384 12 96 4 2 2 2 6 7127040 1720320 2949120 2951037 8985600 152 150 160 150 1974 2 2 6 4 61 0 0 0 0 1 +56 1783795776199521300 DEPTH 42 1 0.85083915312748626 0 0 4 0 4 0 0 4096 43 2557 23733033 147840 1211.7495269775391 6.3105000000000002 1892.1017999999999 80640 20050 1 1 0 0.0022558207226077618 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950949 8985600 196 156 180 407 1618 0 0 1 0 41 0 0 0 0 0 +57 1783795778113962600 DEPTH 46 1 0.7952089774358877 0.37478705281090291 0 8 0 8 0 0 2260 36 2570 23733059 147840 1240.1141662597656 6.1147 1848.7958000000001 40320 15172 1 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950976 8985600 156 156 150 166 1942 1 1 2 0 32 0 0 0 0 0 +58 1783795779971488700 DEPTH 11 1 0.79528037279558439 0.37478705281090291 0 8 0 8 0 0 1669 67 2565 23733021 147840 1217.4042816162109 6.1001999999999992 1799.7203 40320 14981 1 0 0 0.7245092082209259 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950936 8985600 167 156 156 175 1911 0 9 4 0 54 0 0 0 0 0 +59 1783795781833482800 DEPTH 2 1 0.78535162313417972 0.45315161839863699 2 7 2 7 0 0 2246 118 2565 23733048 147840 1232.8306274414062 6.1370000000000005 1797.9204 40320 15906 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950967 8985600 165 156 165 167 1912 5 3 8 11 91 0 0 0 0 0 +60 1783795783765247400 DEPTH 45 1 0.78542272902120525 0.45315161839863699 2 7 2 7 0 0 1525 49 2566 23733033 147840 1243.4447784423828 6.8497000000000003 1848.1460999999999 40320 15694 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950953 8985600 172 150 156 220 1868 4 5 7 0 33 0 0 0 0 0 +61 1783795785628956300 DEPTH 54 1 0.78549369102288524 0.4608177172061329 1 8 1 8 0 0 868 48 2554 23733068 147840 1221.4723663330078 6.0682999999999998 1803.4639 40320 14970 1 0 0.00047943035387544786 1.0818619638605727 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950986 8985600 174 168 188 250 1774 0 1 4 0 43 0 0 0 0 0 +62 1783795787459839600 DEPTH 32 1 0.78556450970216041 0.4608177172061329 1 8 1 8 0 0 1983 78 2552 23733067 147840 1239.8478851318359 6.0985000000000014 1773.3598999999999 40320 15871 1 0 0.00028269938399440856 1.6059909260581056 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950984 8985600 176 150 162 160 1904 11 1 20 3 43 0 0 0 0 0 +63 1783795787821897900 REFRESH 24 0 0.77636350729070025 1 4 11 4 11 0 0 474 10 409 3955278 118080 217.69619750976562 1.0251999999999999 279.01870000000002 6720 4886 0 0 0.049718034260125263 1.3802885951242663 3947 1899 64 1 16 6 1 2 1 6 1474560 245760 491520 245838 1497600 29 27 26 26 301 1 0 0 0 9 0 0 0 0 0 +64 1783795788255239600 REFRESH 17 0 0.7975676068703631 0.28109028960817717 0 7 0 7 0 0 2706 48 406 3955371 56640 216.848388671875 1.242 360.29700000000003 6720 4758 0 0 0 0.16424126902321717 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491691 1497600 38 25 27 31 285 3 0 11 7 27 0 0 0 0 0 +65 1783795788582697500 REFRESH 38 0 0.7786332542433958 0.55451448040885853 1 9 1 9 0 0 1608 49 413 3955349 56640 216.85964965820312 1.0127999999999999 262.0455 6720 4987 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 27 26 34 29 297 0 0 0 0 49 0 0 0 0 0 +66 1783795788918878200 REFRESH 21 0 0.77870350519768228 0.56218057921635434 0 10 0 10 0 0 1939 56 411 3955374 56640 216.33535766601562 1.0063 272.99799999999999 6720 5032 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 30 26 30 32 293 3 0 5 7 41 0 0 0 0 0 +67 1783795789249572200 REFRESH 35 0 0.78166000994930107 0.8279386712095399 2 11 2 11 0 0 894 17 407 3955276 118080 217.16645812988281 1.0660000000000001 272.55399999999997 6720 5023 0 0 0.1028419317429516 1.4626817315812888 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245836 1497600 29 29 25 26 298 0 1 0 0 16 0 0 0 0 0 +68 1783795789514121000 REFRESH 16 0 0.72283526650744623 0.3594548551959113 2 6 2 6 1 0 2253 54 414 3955354 56640 218.08639526367188 1.0024 262.99529999999999 6720 4766 0 0 0.0083694639206441448 0.49109794333233792 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 26 26 29 27 306 2 0 2 0 50 0 0 0 0 1 +69 1783795789832233900 REFRESH 23 0 0.76962097432728804 0.74190800681430991 1 11 1 11 0 0 3190 29 412 3955351 56640 218.82777404785156 1.0083 261.28030000000001 6720 4987 0 0 0.019300902708780661 0.82338470662554231 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 32 26 55 26 273 1 0 1 0 27 0 0 0 0 0 +70 1783795790166096500 REFRESH 25 0 0.78612596601910056 0.4608177172061329 1 8 1 8 0 0 1947 30 417 3955360 56640 218.12736511230469 1.1206 279.13510000000002 6720 4975 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 32 26 25 34 300 2 0 1 4 23 0 0 0 0 0 +71 1783795790506412000 REFRESH 29 0 0.78195415116745248 0.82027257240204421 3 10 3 10 0 0 987 27 417 3955280 118080 216.04730224609375 1.1315 283.78149999999999 6720 5088 0 0 0.19917226132637073 1.1311402855078416 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245840 1497600 27 25 26 26 313 1 1 1 0 24 0 0 0 0 0 +72 1783795790846749100 REFRESH 13 0 0.79810079838959735 0.27342419080068137 1 6 1 6 0 0 2915 81 413 3955384 56640 216.12031555175781 1.0039 276.1669 6720 4761 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491704 1497600 27 26 44 32 284 0 0 14 7 60 0 0 0 0 0 +73 1783795791268517600 REFRESH 20 0 0.79816685272627264 0.26575809199318562 2 5 2 5 0 0 1601 26 418 3955377 56640 216.25856018066406 1.0146999999999999 302.93790000000001 6720 4814 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491696 1497600 32 25 46 37 278 4 0 5 3 14 0 0 0 0 0 +74 1783795791584831400 REFRESH 10 0 0.77390335524342324 0.64821124361158422 1 10 1 10 0 0 899 22 422 3955374 56640 217.10643005371094 1.0172000000000001 261.25170000000003 6720 4965 0 0 0.0040407710321612731 2.9277816338853699 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 27 25 34 28 308 6 0 3 4 9 0 0 0 0 0 +75 1783795791852880200 REFRESH 32 0 0.65329857055598117 0.4608177172061329 1 8 1 8 0 0 2015 55 413 3955347 56640 216.7142333984375 1.0082 266.40039999999999 6720 4795 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 29 26 29 29 300 7 0 4 8 36 0 0 0 0 0 +76 1783795792178781100 REFRESH 43 0 0.7823185619309535 0.8279386712095399 2 11 2 11 0 0 684 21 412 3955269 118080 217.66143798828125 1.0283 269.05099999999999 6720 5094 0 0 0.0098917603558251466 1.2583434584708781 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245829 1497600 26 26 25 26 309 3 1 0 0 17 0 0 0 0 0 +77 1783795792449451400 REFRESH 33 0 0.78342977056782093 0.36712095400340705 1 7 1 7 0 0 2532 64 419 3955345 56640 218.0341796875 1.0075000000000001 269.25959999999998 6720 4711 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 36 26 26 31 300 3 0 1 2 58 0 0 0 0 0 +78 1783795792860858300 REFRESH 58 0 0.77973605167174898 0.92163543441226559 2 12 2 12 0 0 454 18 413 3955260 118080 218.07411193847656 1.0250999999999999 275.68459999999999 6720 5125 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245820 1497600 29 26 25 27 306 1 1 0 0 16 0 0 0 0 0 +79 1783795793232095200 REFRESH 48 0 0.79856045669113185 0.26575809199318562 2 5 2 5 0 0 1800 37 423 3955368 56640 216.65895080566406 1.0059 294.73520000000002 6720 4759 0 0 0.0046043101471456684 0.20405439432789962 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 30 26 30 28 309 4 0 5 8 20 0 0 0 0 0 +80 1783795793564119600 REFRESH 30 0 0.7868153605482987 0.4608177172061329 1 8 1 8 0 0 2158 68 411 3955353 56640 216.79411315917969 1.0054000000000001 266.709 6720 5006 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 30 26 35 29 291 1 0 2 2 63 0 0 0 0 0 +81 1783795793876525600 REFRESH 3 0 0.7743992319624875 0.64054514480408853 2 9 2 9 1 0 910 28 412 3955352 56640 215.20384216308594 1.0057 260.78199999999998 6720 5020 0 0 0.0079645596763189292 0.25257872062332654 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 26 26 35 30 295 0 0 2 0 26 0 0 0 0 1 +82 1783795794204935800 REFRESH 34 0 0.78275115569221454 0.8356047700170357 1 12 1 12 0 0 544 20 419 3955269 118080 216.40089416503906 1.0238 268.13580000000002 6720 5083 0 0 0.000234275528390493 1.8261277566632423 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245828 1497600 27 26 26 26 314 4 0 4 0 12 0 0 0 0 0 +83 1783795794543477900 REFRESH 56 0 0.79882030277004701 0.26575809199318562 2 5 2 5 0 0 3711 120 410 3955354 56640 216.11724853515625 1.0064 280.42309999999998 6720 4789 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 39 26 33 35 277 15 0 15 13 77 0 0 0 0 0 +84 1783795794912414800 REFRESH 14 0 0.7745975597835042 0.65587734241908002 0 11 0 11 0 0 1252 26 409 3955348 56640 218.97727966308594 1.0071000000000001 265.161 6720 5014 0 0 1.8238972069088211e-05 0.75092953070495261 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 27 26 34 26 296 1 0 0 0 25 0 0 0 0 0 +85 1783795795234459800 REFRESH 47 0 0.78296556392585404 0.8279386712095399 2 11 2 11 0 0 508 16 409 3955273 118080 216.99174499511719 1.0262 267.52789999999999 6720 5053 0 0 0.031374216798943186 1.3938937060236263 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245833 1497600 26 26 25 26 306 1 1 0 0 14 0 0 0 0 0 +86 1783795795550889300 REFRESH 50 0 0.77472256970263209 0.64054514480408853 2 9 2 9 0 0 880 45 417 3955359 56640 216.01382446289062 1.0054000000000001 263.12520000000001 6720 5005 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 27 26 29 26 309 4 0 2 0 39 0 0 0 0 0 +87 1783795795876534700 REFRESH 7 0 0.78310781284846676 0.8356047700170357 1 12 1 12 0 0 725 23 411 3955268 118080 216.51554870605469 1.026 267.08940000000001 6720 5071 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245828 1497600 28 25 26 26 306 1 0 0 1 21 0 0 0 0 0 +88 1783795796177777800 REFRESH 54 0 0.77414228804030172 0.4608177172061329 1 8 1 8 0 0 877 28 420 3955364 56640 217.25286865234375 1.0084 298.9769 6720 4738 0 0 0.00047943035387544786 1.0818619638605727 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 33 26 38 64 259 0 1 3 5 19 0 0 0 0 0 +89 1783795796559690500 REFRESH 1 0 0.78420631346094338 0.36712095400340705 1 7 1 7 0 0 2209 82 416 3955339 56640 237.99090576171875 1.0229999999999999 316.84500000000003 6720 4729 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 33 26 33 32 292 2 0 7 8 65 0 0 0 0 0 +90 1783795796902500300 REFRESH 31 0 0.78427021607854819 0.3594548551959113 2 6 2 6 0 0 1899 65 416 3955341 56640 221.20346069335938 1.0345 287.4699 6720 4760 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 35 26 43 33 279 7 0 6 8 44 0 0 0 0 0 +91 1783795797214978200 REFRESH 44 0 0.78433399634866441 0.36712095400340705 1 7 1 7 0 0 1554 26 431 3955345 56640 218.33319091796875 1.0076000000000001 310.613 6720 4794 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 40 25 34 25 307 1 0 7 10 8 0 0 0 0 0 +92 1783795797540385200 REFRESH 57 0 0.79939765472433977 0.27342419080068137 1 6 1 6 0 0 3268 29 405 3955344 56640 217.55186462402344 1.0482 270.56119999999999 6720 4784 0 0 0.00071209568247507184 0.65747376470015229 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 32 25 32 32 284 0 0 0 1 28 0 0 0 0 0 +93 1783795797824960400 REFRESH 45 0 0.77446119165614036 0.45315161839863699 2 7 2 7 0 0 1534 39 415 3955357 56640 216.14387512207031 1.0067999999999999 282.7672 6720 4843 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 34 25 27 40 289 3 0 1 6 29 0 0 0 0 0 +94 1783795798156008600 REFRESH 0 0 0.78360140205236728 0.8279386712095399 2 11 2 11 0 0 699 31 418 3955268 118080 216.77261352539062 1.0317000000000001 268.93259999999998 6720 5107 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245828 1497600 25 27 26 25 315 4 0 0 1 26 0 0 0 0 0 +95 1783795798498838300 REFRESH 22 0 0.78094410500710476 0.91396933560476989 3 11 3 11 0 0 430 14 416 3955263 118080 217.99014282226562 1.0258 271.93709999999999 6720 4804 0 0 0.0084510069687565564 0.67421194247655503 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245823 1497600 29 26 26 26 309 4 0 0 0 10 0 0 0 0 0 +96 1783795798778227400 REFRESH 9 0 0.8705672272976035 0.27342419080068137 1 6 1 6 0 0 1446 78 417 3955359 56640 217.02963256835938 1.0031000000000001 277.90620000000001 13440 8611 0 0 0.00054810825658716152 1.1179446265925634 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491679 1497600 27 26 27 28 309 4 2 4 4 64 0 0 0 0 0 +97 1783795799147960100 REFRESH 51 0 0.78108365850898354 0.91396933560476989 3 11 3 11 0 0 462 13 410 3955260 118080 216.77261352539062 1.0652999999999999 279.25099999999998 6720 5102 0 0 0.069490736143882334 0.29124129273896787 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245820 1497600 27 26 25 26 306 1 0 0 0 12 0 0 0 0 0 +98 1783795799434623900 REFRESH 2 0 0.77477707025536113 0.45315161839863699 2 7 2 7 0 0 2273 63 417 3955366 56640 217.1094970703125 1.0214000000000001 284.8433 6720 4787 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 38 26 48 36 269 4 0 4 8 47 0 0 0 0 0 +99 1783795799759678800 REFRESH 27 0 0.78122268476373835 0.93696763202725719 0 14 0 14 0 0 754 31 413 3955268 118080 217.55894470214844 1.0254000000000001 269.72309999999999 6720 5061 0 0 8.0397889587065732e-09 1.0603171007975938 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245827 1497600 25 26 25 26 311 2 0 0 1 28 0 0 0 0 0 +100 1783795800084730100 REFRESH 26 0 0.78401927410426442 0.8356047700170357 1 12 1 12 1 0 882 20 417 3955289 118080 215.69229125976562 1.0184 268.21159999999998 6720 4960 0 0 0.00092356068782854372 0.55406203956430244 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245849 1497600 26 25 26 26 314 0 1 0 0 19 0 0 0 0 1 +101 1783795800469605100 REFRESH 5 0 0.78408846034479174 0.8279386712095399 2 11 2 11 0 0 649 28 415 3955282 118080 215.8602294921875 1.1385000000000001 266.54000000000002 6720 5092 0 0 0.019475020421760351 0.49687381493586974 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245842 1497600 26 25 25 26 313 4 0 2 1 21 0 0 0 0 0 +102 1783795800809305100 REFRESH 19 0 0.78415751668689226 0.8279386712095399 2 11 2 11 0 0 734 20 413 3955282 118080 216.85760498046875 1.0345 276.39260000000002 6720 5036 0 0 0.026162283138524579 0.38449384479445964 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245842 1497600 25 26 26 26 310 1 1 1 1 16 0 0 0 0 0 +103 1783795801138379800 REFRESH 4 0 0.7842264436023122 0.8356047700170357 1 12 1 12 0 0 235 11 424 3955280 118080 215.7445068359375 1.0225 268.33659999999998 6720 5041 0 0 0.040411785743191188 1.4510951908289993 3793 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245837 1497600 26 25 26 25 322 1 0 2 1 7 0 0 0 0 0 +104 1783795801501086900 REFRESH 39 0 0.78230310146903304 0.55451448040885853 1 9 1 9 1 0 1334 14 425 3955362 56640 216.24627685546875 1.0066999999999999 296.23349999999999 6720 4987 0 0 0.00014963185028910229 2.3910225067321957 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 26 25 25 35 314 2 0 0 0 12 0 0 0 0 1 +105 1783795801870951700 REFRESH 40 0 0.77598161853116743 0.64821124361158422 1 10 1 10 0 0 1343 23 419 3955366 56640 215.75578308105469 1.0124 302.02679999999998 6720 5029 0 0 0.026057215024178938 1.7176440476922248 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 27 25 27 28 312 2 0 2 0 19 0 0 0 0 0 +106 1783795802149762700 REFRESH 53 0 0.78527632097689126 0.37478705281090291 0 8 0 8 0 0 3541 86 413 3955343 56640 217.55186462402344 1.0046999999999999 277.13490000000002 6720 4752 0 0 0 0.28495677958193905 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491663 1497600 38 25 30 35 285 12 0 6 8 60 0 0 0 0 0 +107 1783795802537760600 REFRESH 8 0 0.80033820365587383 0.26575809199318562 2 5 2 5 0 0 2042 19 412 3955366 56640 218.31782531738281 1.3125 267.91730000000001 6720 4806 0 0 0.030027468725572132 0.98118440589511424 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491685 1497600 27 26 27 31 301 0 0 0 0 19 0 0 0 0 0 +108 1783795802863434000 REFRESH 6 0 0.78184188038662539 0.91396933560476989 3 11 3 11 0 0 358 5 422 3955279 118080 215.50370788574219 1.0248999999999999 264.86540000000002 6720 5050 0 0 0.078490995891016657 0.16637572843653256 3520 1533 64 1 16 6 1 2 1 6 1474560 245760 491520 245839 1497600 25 25 25 26 321 1 0 0 0 4 0 0 0 0 0 +109 1783795803171607400 REFRESH 11 0 0.78546162451298018 0.37478705281090291 0 8 0 8 0 0 1678 30 412 3955342 56640 216.32511901855469 1.0024 306.3655 6720 4755 0 0 0 0.7245092082209259 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 33 26 29 40 284 7 0 2 5 16 0 0 0 0 0 +110 1783795803497659100 REFRESH 15 0 0.78197807443483103 0.91396933560476989 3 11 3 11 0 0 286 16 412 3955278 118080 216.96614074707031 1.0303 268.19420000000002 6720 5038 0 0 0.13215737202774189 0.95319511763653475 3904 1892 64 1 16 6 1 2 1 6 1474560 245760 491520 245838 1497600 27 25 25 25 310 0 2 0 1 13 0 0 0 0 0 +111 1783795803827864800 REFRESH 28 0 0.78477325534652587 0.8279386712095399 2 11 2 11 0 0 525 4 408 3955277 118080 217.39007568359375 1.0474000000000001 270.17360000000002 6720 4924 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245837 1497600 28 25 25 25 305 0 0 0 0 4 0 0 0 0 0 +112 1783795804151012300 REFRESH 41 0 0.78179140400406355 0.55451448040885853 1 9 1 9 0 0 1546 47 409 3955362 56640 216.30157470703125 1.0071000000000001 267.94540000000001 6720 4992 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 25 26 29 31 298 5 0 4 4 34 0 0 0 0 0 +113 1783795804532965600 REFRESH 42 0 1.0044994293567335 0 0 4 0 4 0 0 4096 33 420 3955368 56640 215.91654968261719 1.0067999999999999 312.09109999999998 13440 8241 0 0 0 0.0022558207226077618 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 39 26 38 96 221 2 4 1 6 20 0 0 0 0 0 +114 1783795804898241500 REFRESH 52 0 0.78576818619694477 0.36712095400340705 1 7 1 7 0 0 1518 38 417 3955354 56640 215.55203247070312 1.0241 302.0772 6720 4668 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491674 1497600 30 26 41 45 275 3 1 2 7 25 0 0 0 0 0 +115 1783795805249499000 REFRESH 18 0 0.78231636688810247 0.9293015332197615 1 13 1 13 0 0 402 11 413 3955275 118080 218.52243041992188 1.0286999999999999 275.01389999999998 6720 4972 0 0 0.0012047658074714103 1.5360264306134574 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245834 1497600 28 27 26 26 306 1 0 0 0 10 0 0 0 0 0 +116 1783795805595337500 REFRESH 55 0 0.78511092578369701 0.8279386712095399 2 11 2 11 1 0 827 14 408 3955275 118080 218.7325439453125 1.0318000000000001 272.86779999999999 6720 4990 0 0 0.06000989007139422 0.36611514884752205 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245835 1497600 29 29 26 25 299 1 0 0 0 13 0 0 0 0 1 +117 1783795805906558000 REFRESH 46 0 0.78595077448072859 0.37478705281090291 0 8 0 8 0 0 2273 37 421 3955338 56640 217.51910400390625 1.1015999999999999 309.6293 6720 4766 0 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 34 26 27 35 299 0 0 5 3 29 0 0 0 0 0 +118 1783795806222375600 REFRESH 49 0 0.76935055577569511 0.82027257240204421 3 10 3 10 0 0 906 27 410 3955349 56640 216.96409606933594 1.0066999999999999 260.1019 6720 4952 0 0 0.11390296728247497 0.2604955383597074 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 26 25 28 27 304 0 0 0 0 27 0 0 0 0 0 +119 1783795806548466500 REFRESH 12 0 0.77688109981081255 0.63287904599659284 3 8 3 8 0 0 1104 19 424 3955359 56640 216.84736633300781 1.0038 257.0367 6720 4997 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 27 25 52 30 290 3 0 1 3 12 0 0 0 0 0 +120 1783795806862084800 REFRESH 36 0 0.76944446848818493 0.82027257240204421 3 10 3 10 0 0 969 26 401 3955339 56640 217.00505065917969 1.0055000000000001 258.34370000000001 6720 4923 0 0 0.063856168107744679 0.17242192002112078 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 27 26 27 29 292 4 0 1 2 19 0 0 0 0 0 +121 1783795807189934200 REFRESH 37 0 0.78544551909627791 0.8356047700170357 1 12 1 12 0 0 803 29 413 3955266 118080 217.22213745117188 1.0291999999999999 270.50060000000002 6720 5030 0 0 0.0067801791030663505 0.5087152412729733 4096 2048 64 1 16 6 1 2 1 6 1474560 245760 491520 245824 1497600 27 25 26 26 309 3 1 0 0 25 0 0 0 0 0 +122 1783795809141027500 DEPTH 9 1 0.85399454932197472 0.27342419080068137 1 6 1 6 0 0 1471 80 2572 23733084 147840 1263.8646697998047 6.5311000000000003 1871.2515000000001 80640 43291 1 0 0.00054810825658716152 1.1179446265925634 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951002 8985600 150 150 156 150 1966 14 0 2 3 61 0 0 0 0 0 +123 1783795811094684300 DEPTH 42 1 0.8463156189493678 0 0 4 0 4 1 0 4096 45 2544 23733030 147840 1247.5424499511719 6.3214000000000006 1882.2998 80640 40635 1 1 0 0.0022559902490392634 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950946 8985600 161 150 150 217 1866 0 0 3 0 41 0 0 0 0 1 +124 1783795812968812400 DEPTH 56 1 0.79000125987690195 0.26575809199318562 2 5 2 5 0 0 3772 147 2537 23733008 147840 1254.84033203125 7.3015999999999996 1807.4413999999999 53760 32463 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950928 8985600 187 151 201 190 1808 25 14 27 13 68 0 0 0 0 0 +125 1783795814876572200 DEPTH 48 1 0.79005858550611718 0.26575809199318562 2 5 2 5 0 0 1819 67 2569 23733041 147840 1254.4814300537109 6.6329000000000002 1837.5748000000001 53760 32480 1 0 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950961 8985600 150 151 156 156 1956 2 2 17 5 41 0 0 0 0 0 +126 1783795816827917500 DEPTH 20 1 0.79011580786937752 0.26575809199318562 2 5 2 5 0 0 1619 53 2593 23733084 147840 1253.1323699951172 6.1893000000000002 1886.8485000000001 53760 32446 1 1 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951002 8985600 156 150 184 178 1925 3 0 1 3 45 0 0 0 0 0 +127 1783795818717133900 DEPTH 13 1 0.79017292732658606 0.27342419080068137 1 6 1 6 0 0 2925 76 2556 23733067 147840 1253.0920562744141 6.0733000000000006 1817.6723 53760 32508 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950987 8985600 150 150 150 153 1953 4 2 2 20 48 0 0 0 0 0 +128 1783795820533776200 DEPTH 57 1 0.79022994423578974 0.27342419080068137 1 6 1 6 0 0 3280 63 2556 23733063 147840 1262.7977447509766 6.141 1815.1801 53760 32543 1 0 0.00071209568247507184 0.65747376470015229 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950979 8985600 156 150 162 163 1925 1 0 1 3 58 0 0 0 0 0 +129 1783795822602878000 DEPTH 17 1 0.79028685895319206 0.28109028960817717 0 7 0 7 0 0 2745 75 2563 23733038 147840 1251.6062774658203 7.8543000000000003 1846.9422 53760 32361 1 1 0 0.16424126902321717 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950953 8985600 154 152 156 156 1945 1 1 17 3 52 0 0 0 0 0 +130 1783795824688953600 DEPTH 42 1 0.80883762413877802 0 0 4 0 4 0 0 4096 66 2564 23733078 147840 1245.7854309082031 7.3353999999999999 1966.7465 80640 33950 1 0 0 0.0022559902490392634 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950993 8985600 173 150 150 328 1763 1 2 3 0 60 0 0 0 0 0 +131 1783795826583652600 DEPTH 30 1 0.77678981990116314 0.4608177172061329 1 8 1 8 0 0 2229 206 2520 23733079 147840 1261.7472534179688 7.4814000000000007 1804.306 40320 22935 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950993 8985600 168 150 189 160 1853 9 0 29 8 160 0 0 0 0 0 +132 1783795828611737800 DEPTH 25 1 0.77684894739036359 0.4608177172061329 1 8 1 8 0 0 1971 82 2545 23733041 147840 1264.8761901855469 7.1649000000000012 1869.7573 40320 22896 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950958 8985600 157 156 150 167 1915 22 0 5 11 44 0 0 0 0 0 +133 1783795830340304100 DEPTH 16 1 0.77576123734958502 0.3594548551959113 2 6 2 6 0 0 2275 93 2526 23733064 147840 1267.6956176757812 6.3297000000000008 1668.1103000000001 53760 32700 1 0 0.0083694639206441448 0.49109794333233792 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950981 8985600 154 158 156 163 1895 5 0 13 0 75 0 0 0 0 0 +134 1783795832183268200 DEPTH 31 1 0.77556991200284764 0.3594548551959113 2 6 2 6 0 0 1921 71 2547 23733067 147840 1253.10986328125 6.0843000000000007 1772.9184 53760 32162 1 0 0.03771404607834776 0.98138218302019542 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950983 8985600 164 166 185 189 1843 16 3 9 3 40 0 0 0 0 0 +135 1783795834027298900 DEPTH 33 1 0.775626220948058 0.36712095400340705 1 7 1 7 0 0 2554 82 2538 23733105 147840 1266.9488525390625 6.0345999999999993 1780.1773000000001 53760 32449 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951021 8985600 173 158 156 167 1884 6 2 4 0 70 0 0 0 0 0 +136 1783795835972755800 DEPTH 1 1 0.77568243014431948 0.36712095400340705 1 7 1 7 0 0 2217 47 2574 23732974 147840 1258.7530059814453 6.0713999999999988 1810.5646999999999 53760 32492 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950893 8985600 155 150 159 160 1950 1 1 2 1 42 0 0 0 0 0 +137 1783795837877146300 DEPTH 44 1 0.77573853993353192 0.36712095400340705 1 7 1 7 0 0 1579 78 2606 23733020 147840 1266.0323181152344 6.1206000000000014 1845.4583 53760 32533 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950936 8985600 180 156 183 150 1937 1 0 6 22 49 0 0 0 0 0 +138 1783795839814032100 DEPTH 42 1 0.8120951363605704 0 0 4 0 4 0 0 4096 33 2567 23713793 128640 1241.9264373779297 7.3331 1935.2245 80640 26454 1 0 0 0.0022559902490392634 4096 2048 384 12 96 4 2 3 2 5 5898240 2949120 4177920 2950913 7737600 163 150 166 787 1301 0 0 1 0 32 0 0 0 0 0 +139 1783795841637675000 DEPTH 8 1 0.79085046264975012 0.26575809199318562 2 5 2 5 1 0 2048 34 2520 23733067 147840 1282.4177856445312 7.0362 1769.0650000000001 53760 33069 1 0 0.029776883191578171 0.9762867416660691 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950986 8985600 154 156 154 161 1895 0 0 0 0 34 0 0 0 0 1 +140 1783795843541281300 DEPTH 53 1 0.77590627625193143 0.37478705281090291 0 8 0 8 1 0 3576 127 2526 23733152 147840 1261.6195831298828 7.3905999999999992 1840.5898999999999 53760 32303 1 0 0 0.26169538596442754 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2951069 8985600 154 150 160 164 1898 9 3 14 12 89 0 0 0 0 2 +141 1783795845507025200 DEPTH 11 1 0.77596199179743763 0.37478705281090291 0 8 0 8 0 0 1694 59 2561 23733075 147840 1268.2373352050781 7.2484999999999999 1907.3753999999999 53760 32197 1 1 0 0.7245092082209259 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950992 8985600 156 156 156 156 1937 1 2 6 0 49 0 0 0 0 0 +142 1783795847441811300 DEPTH 39 1 0.7714341797888904 0.55451448040885853 1 9 1 9 0 0 1347 42 2589 23733033 147840 1255.9523162841797 6.2397999999999989 1829.4751000000001 40320 22849 1 1 0.00014963185028910229 2.3910225067321957 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950951 8985600 156 150 150 162 1971 3 0 4 0 34 0 0 0 0 0 +143 1783795849088171500 DEPTH 26 1 0.77088919327014194 0.8356047700170357 1 12 1 12 1 0 896 75 2559 23733048 147840 1259.7368927001953 6.7138999999999998 1591.3802000000001 40320 20334 1 0 0.00095608200241023913 0.46793588624263099 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950966 8985600 150 150 150 168 1941 11 3 7 1 53 0 0 0 0 2 +144 1783795850771011100 DEPTH 29 1 0.77093168419287372 0.82027257240204421 3 10 3 10 0 0 991 53 2566 23733053 147840 1265.3588409423828 7.9619999999999997 1629.6257000000001 40320 22118 1 0 0.19917226132637073 1.1311402855078416 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950973 8985600 150 158 150 162 1946 1 0 1 3 48 0 0 0 0 0 +145 1783795852556111600 DEPTH 5 1 0.77099229148550485 0.8279386712095399 2 11 2 11 1 0 670 70 2553 23733073 147840 1252.4098052978516 7.6661000000000001 1643.9839999999999 40320 19660 1 0 0.019504805107449341 0.46911845289564141 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950991 8985600 150 150 150 172 1931 10 5 6 8 41 0 0 0 0 2 +146 1783795854464698800 DEPTH 9 1 0.82910858686628708 0.27342419080068137 1 6 1 6 0 0 1505 116 2564 23733052 147840 1258.3616638183594 7.4470999999999998 1907.3194000000001 80640 36049 1 0 0.00054810825658716152 1.1179446265925634 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950972 8985600 150 150 156 156 1952 14 0 14 10 78 0 0 0 0 0 +147 1783795856480615800 DEPTH 42 1 0.8159540319894546 0 0 4 0 4 0 0 4096 31 2583 23706296 121920 1240.3577423095703 7.7381000000000002 2014.4335000000001 80640 18410 1 0 0 0.0022559902490392634 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 3196856 7238400 150 150 152 1399 732 0 1 0 0 30 0 0 0 0 0 +148 1783795858477649000 DEPTH 52 1 0.7763492828201366 0.36712095400340705 1 7 1 7 0 0 1537 60 2553 23732989 147840 1253.4002227783203 7.7929000000000004 1931.9825000000001 53760 32460 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950907 8985600 166 152 191 192 1852 8 0 2 0 50 0 0 0 0 0 +149 1783795860549136500 DEPTH 46 1 0.77640422577318258 0.37478705281090291 0 8 0 8 0 0 2286 61 2578 23733063 147840 1268.2856597900391 7.9549999999999992 2014.8272999999999 53760 32913 1 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 384 12 96 4 2 2 2 6 6881280 1966080 2949120 2950979 8985600 151 156 150 156 1965 3 0 5 4 49 0 0 0 0 0 +150 1783795862424445700 DEPTH 55 1 0.77132489349430489 0.8279386712095399 2 11 2 11 0 0 848 121 2542 23733115 147840 1280.3626251220703 9.152000000000001 1802.3978 40320 23007 1 0 0.06000989007139422 0.36611514884752205 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951032 8985600 150 169 168 156 1899 3 1 0 0 117 0 0 0 0 0 +151 1783795864081367900 DEPTH 19 1 0.771353729871598 0.8279386712095399 2 11 2 11 0 0 737 31 2563 23733052 147840 1262.7900848388672 6.3844000000000003 1605.1999000000001 40320 20631 1 0 0.026162283138524579 0.38449384479445964 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950971 8985600 150 150 151 156 1956 1 2 0 3 25 0 0 0 0 0 +152 1783795865754004600 DEPTH 35 1 0.7714136053234375 0.8279386712095399 2 11 2 11 0 0 914 116 2501 23733066 147840 1266.4719390869141 6.3791000000000002 1607.8006 40320 21440 1 0 0.1028419317429516 1.4626817315812888 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950983 8985600 156 187 168 159 1831 0 1 0 0 115 0 0 0 0 0 +153 1783795867491664600 DEPTH 43 1 0.77147337762289991 0.8279386712095399 2 11 2 11 0 0 686 47 2581 23733022 147840 1268.6192626953125 6.9306999999999999 1616.8235999999999 40320 20189 1 0 0.0098917603558251466 1.2583434584708781 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950935 8985600 150 150 160 156 1965 1 5 7 7 27 0 0 0 0 0 +154 1783795867858709500 REFRESH 40 0 0.76562374590852667 0.64821124361158422 1 10 1 10 0 0 1347 17 418 3955338 56640 216.06501770019531 1.0085 295.56110000000001 6720 4919 0 0 0.026057215024178938 1.7176440476922248 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 27 25 27 28 311 1 0 5 0 11 0 0 0 0 0 +155 1783795868190741400 REFRESH 13 0 0.78177466426929909 0.27342419080068137 1 6 1 6 0 0 2966 73 413 3955350 56640 217.23033142089844 1.0058 275.28059999999999 13440 9211 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 26 63 33 266 0 0 13 4 56 0 0 0 0 0 +156 1783795868551767700 REFRESH 38 0 0.77109438125182928 0.55451448040885853 1 9 1 9 0 0 1618 40 415 3955361 56640 235.79750061035156 1.0065 290.0967 6720 4920 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 27 26 34 29 299 0 0 2 0 38 0 0 0 0 0 +157 1783795868975769600 REFRESH 4 0 0.77171144214963461 0.8356047700170357 1 12 1 12 0 0 238 13 420 3955334 56640 242.50982666015625 1.4610000000000001 357.54750000000001 6720 5082 0 0 0.040411785743191188 1.4510951908289993 3823 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491654 1497600 25 26 25 27 317 0 0 0 1 12 0 0 0 0 0 +158 1783795869324001500 REFRESH 18 0 0.76904343108470008 0.9293015332197615 1 13 1 13 0 0 404 20 411 3955349 56640 234.01881408691406 1.0270999999999999 281.09559999999999 6720 5144 0 0 0.0012047658074714103 1.5360264306134574 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 25 25 26 310 0 0 0 0 20 0 0 0 0 0 +159 1783795869716563700 REFRESH 20 0 0.78198274647865695 0.26575809199318562 2 5 2 5 0 0 1628 21 425 3955362 56640 231.41273498535156 1.0027999999999999 331.18619999999999 13440 9334 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 61 46 267 1 0 1 2 17 0 0 0 0 0 +160 1783795870066602200 REFRESH 2 0 0.76700238992795355 0.45315161839863699 2 7 2 7 0 0 2307 59 417 3955349 56640 232.56370544433594 0.99960000000000004 287.6404 6720 4677 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 37 26 48 35 271 3 0 1 3 52 0 0 0 0 0 +161 1783795870454625500 REFRESH 54 0 0.76705621217698106 0.4608177172061329 1 8 1 8 0 0 877 6 418 3955350 56640 232.2135009765625 1.0293000000000001 324.26350000000002 6720 4698 0 0 0.00047943035387544786 1.0818619638605727 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 32 26 38 62 260 0 0 0 1 5 0 0 0 0 0 +162 1783795870785790400 REFRESH 28 0 0.76600674265007629 0.8279386712095399 2 11 2 11 0 0 528 16 410 3955325 56640 234.74893188476562 1.0054000000000001 274.96289999999999 6720 5013 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491644 1497600 25 25 25 25 310 0 0 0 0 16 0 0 0 0 0 +163 1783795871133401200 REFRESH 49 0 0.7586610679400525 0.82027257240204421 3 10 3 10 0 0 911 20 411 3955333 56640 233.13510131835938 0.999 277.7801 6720 4938 0 0 0.11390296728247497 0.2604955383597074 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491653 1497600 26 26 28 26 305 0 0 0 0 20 0 0 0 0 0 +164 1783795871479070400 REFRESH 31 0 0.7672408625986944 0.3594548551959113 2 6 2 6 0 0 1932 34 414 3955362 56640 231.2489013671875 1 288.59629999999999 13440 9338 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491681 1497600 25 26 53 35 275 0 1 6 0 27 0 0 0 0 0 +165 1783795871809722900 REFRESH 22 0 0.76945545010755934 0.91396933560476989 3 11 3 11 0 0 431 11 415 3955364 56640 234.43455505371094 1.0022 276.52949999999998 6720 5012 0 0 0.0084510069687565564 0.67421194247655503 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 29 25 26 310 0 0 0 0 11 0 0 0 0 0 +166 1783795872142386600 REFRESH 27 0 0.76951391211449416 0.93696763202725719 0 14 0 14 0 0 760 21 412 3955348 56640 234.54515075683594 0.99990000000000001 277.58280000000002 6720 5040 0 0 8.0397889587065732e-09 1.0603171007975938 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 25 25 25 26 311 0 0 0 0 21 0 0 0 0 0 +167 1783795872499344200 REFRESH 56 0 0.78239468659772715 0.26575809199318562 2 5 2 5 0 0 3820 76 411 3955362 56640 232.01075744628906 1.0404 296.77350000000001 13440 9245 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 37 46 277 0 1 2 10 63 0 0 0 0 0 +168 1783795872881418700 REFRESH 17 0 0.78244578869162806 0.28109028960817717 0 7 0 7 0 0 2757 34 409 3955345 56640 232.07014465332031 0.99890000000000001 319.60890000000001 13440 9387 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 27 28 35 294 0 1 3 4 26 0 0 0 0 0 +169 1783795873241226200 REFRESH 25 0 0.76748352502188233 0.4608177172061329 1 8 1 8 0 0 1978 27 414 3955368 56640 234.01881408691406 0.99939999999999996 303.62689999999998 6720 4717 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 37 26 26 36 289 3 0 0 1 23 0 0 0 0 0 +170 1783795873522330500 REFRESH 55 0 0.70904898640756109 0.8279386712095399 2 11 2 11 0 0 851 16 408 3955357 56640 234.40281677246094 1.0024 278.92720000000003 6720 4943 0 0 0.06000989007139422 0.36611514884752205 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 26 25 25 307 0 0 0 0 16 0 0 0 0 0 +171 1783795873798573100 REFRESH 35 0 0.69907623295172683 0.8279386712095399 2 11 2 11 0 0 915 13 404 3955346 56640 234.59635925292969 1.0016 274.96350000000001 6720 4955 0 0 0.1028419317429516 1.4626817315812888 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 26 25 27 301 0 0 0 0 13 0 0 0 0 0 +172 1783795874088277600 REFRESH 5 0 0.75919059011993684 0.8279386712095399 2 11 2 11 0 0 678 19 415 3955358 56640 232.37222290039062 2.5874999999999999 288.10239999999999 6720 4991 0 0 0.019504805107449341 0.46911845289564141 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 25 25 25 34 306 1 0 1 0 17 0 0 0 0 0 +173 1783795874458445900 REFRESH 1 0 0.76770001745054395 0.36712095400340705 1 7 1 7 0 0 2234 41 416 3955350 56640 233.09004211425781 1.0270999999999999 308.2473 13440 9280 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 38 35 292 0 0 2 4 35 0 0 0 0 0 +174 1783795874809865400 REFRESH 33 0 0.76775060879407109 0.36712095400340705 1 7 1 7 0 0 2582 52 413 3955358 56640 235.58143615722656 1.0099 292.98840000000001 13440 9363 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491677 1497600 25 26 28 37 297 0 0 1 2 49 0 0 0 0 0 +175 1783795875162724400 REFRESH 10 0 0.76679641148511513 0.64821124361158422 1 10 1 10 0 0 905 23 416 3955330 56640 234.313720703125 1.0313000000000001 287.84530000000001 6720 4932 0 0 0.0040407710321612731 2.9277816338853699 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491649 1497600 29 25 34 31 297 2 0 5 2 14 0 0 0 0 0 +176 1783795875495444400 REFRESH 46 0 0.76785153925924088 0.37478705281090291 0 8 0 8 0 0 2296 24 416 3955369 56640 234.80216979980469 1.014 330.43009999999998 13440 9358 0 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491689 1497600 25 26 27 43 295 0 1 2 2 19 0 0 0 0 0 +177 1783795875826730600 REFRESH 58 0 0.77015056385671099 0.92163543441226559 2 12 2 12 0 0 455 14 411 3955356 56640 234.99468994140625 1.0042 276.7638 6720 5072 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 29 25 27 305 0 0 0 1 13 0 0 0 0 0 +178 1783795876109543800 REFRESH 29 0 0.75946058672466843 0.82027257240204421 3 10 3 10 0 0 997 27 419 3955359 56640 235.44422912597656 1.0353000000000001 280.94799999999998 6720 4902 0 0 0.19917226132637073 1.1311402855078416 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 25 26 25 26 317 0 0 0 1 26 0 0 0 0 0 +179 1783795876456350000 REFRESH 42 0 0.97126259173171214 0 0 4 0 4 0 0 4096 13 422 3947757 55680 234.2318115234375 1.0021 345.2878 13440 9250 0 0 0 0.0022559902490392634 4096 2048 64 1 16 4 2 3 3 4 983040 491520 737280 737517 998400 41 25 28 222 106 0 0 1 4 8 0 0 0 0 0 +180 1783795876784870700 REFRESH 51 0 0.77032218297467858 0.91396933560476989 3 11 3 11 0 0 463 18 404 3955323 56640 233.03578186035156 1.004 274.97800000000001 6720 5118 0 0 0.069490736143882334 0.29124129273896787 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491643 1497600 25 27 25 26 301 0 0 0 0 18 0 0 0 0 0 +181 1783795877143757400 REFRESH 53 0 0.76815928271257805 0.37478705281090291 0 8 0 8 0 0 3627 90 409 3955356 56640 233.50682067871094 1.0108999999999999 297.33539999999999 13440 9393 0 0 0 0.26169538596442754 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 33 43 283 0 0 3 7 80 0 0 0 0 0 +182 1783795877425814000 REFRESH 26 0 0.7597868325214846 0.8356047700170357 1 12 1 12 0 0 898 24 414 3955350 56640 233.63081359863281 1.0029999999999999 280.51519999999999 6720 4891 0 0 0.00095608200241023913 0.46793588624263099 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 25 25 28 311 0 0 0 1 23 0 0 0 0 0 +183 1783795877769994100 REFRESH 47 0 0.77322022764158704 0.8279386712095399 2 11 2 11 0 0 510 18 407 3955376 56640 233.89491271972656 1.0283 282.59530000000001 6720 5089 0 0 0.031374216798943186 1.3938937060236263 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491696 1497600 25 26 25 26 305 0 0 0 0 18 0 0 0 0 0 +184 1783795878121642000 REFRESH 23 0 0.76332806973351486 0.74190800681430991 1 11 1 11 0 0 3196 15 410 3955345 56640 234.96806335449219 1.0215000000000001 288.12490000000003 6720 4952 0 0 0.019300902708780661 0.82338470662554231 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 38 26 78 27 241 0 0 1 0 14 0 0 0 0 0 +185 1783795878463070300 REFRESH 15 0 0.77060633620936159 0.91396933560476989 3 11 3 11 0 0 286 10 411 3955345 56640 232.7193603515625 1.0054000000000001 275.5376 6720 5129 0 0 0.13215737202774189 0.95319511763653475 3968 1922 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 25 26 25 25 310 0 0 0 0 10 0 0 0 0 0 +186 1783795878827271000 REFRESH 45 0 0.76837282494515247 0.45315161839863699 2 7 2 7 0 0 1566 55 411 3955330 56640 232.07731628417969 1.0169999999999999 300.7045 6720 4689 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491650 1497600 40 25 28 47 271 0 0 1 4 50 0 0 0 0 0 +187 1783795879217485500 REFRESH 24 0 0.76844661966005823 1 4 11 4 11 0 0 474 11 407 3955350 56640 234.603515625 1.0164 283.42759999999998 6720 5086 0 0 0.049718034260125263 1.3802885951242663 3975 1927 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 28 25 26 303 0 0 0 0 11 0 0 0 0 0 +188 1783795879591631100 REFRESH 11 0 0.76845017192289755 0.37478705281090291 0 8 0 8 0 0 1702 34 412 3955342 56640 231.42819213867188 1.0041 317.42829999999998 13440 9286 0 0 0 0.7245092082209259 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 36 64 261 0 0 0 5 29 0 0 0 0 0 +189 1783795879945780200 REFRESH 32 0 0.76852719295271132 0.4608177172061329 1 8 1 8 0 0 2033 46 414 3955383 56640 232.69171142578125 1.0092000000000001 282.58030000000002 6720 4715 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491703 1497600 29 26 29 32 298 2 0 2 4 38 0 0 0 0 0 +190 1783795880296903700 REFRESH 21 0 0.77296637823585146 0.56218057921635434 0 10 0 10 0 0 1953 42 417 3955373 56640 233.07673645019531 1.4502999999999999 294.9778 6720 4929 0 0 1.6658830342893631e-05 0.82446517782255058 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491692 1497600 31 26 31 34 295 1 0 2 4 35 0 0 0 0 0 +191 1783795880630059200 REFRESH 8 0 0.78361099828664282 0.26575809199318562 2 5 2 5 0 0 2048 11 409 3955328 56640 235.02642822265625 1.0005999999999999 280.4742 13440 9284 0 0 0.029776883191578171 0.9762867416660691 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491648 1497600 25 26 27 33 298 0 0 0 0 11 0 0 0 0 0 +192 1783795881089812200 REFRESH 39 0 0.76256624282621266 0.55451448040885853 1 9 1 9 1 0 1349 14 419 3955352 56640 233.41465759277344 1.0063 315.21480000000003 6720 4719 0 0 0.0002364106398193384 1.9973231187044838 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 28 25 25 52 289 0 0 1 0 13 0 0 0 0 1 +193 1783795881387521600 REFRESH 9 0 0.82679782899571674 0.27342419080068137 1 6 1 6 0 0 1548 74 408 3955377 56640 234.67315673828125 1.091 296.51549999999997 13440 7987 0 0 0.00054810825658716152 1.1179446265925634 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491695 1497600 33 26 32 36 281 5 0 1 4 64 0 0 0 0 0 +194 1783795881779112200 REFRESH 44 0 0.7687451140377255 0.36712095400340705 1 7 1 7 0 0 1582 15 434 3955365 56640 234.48063659667969 0.99929999999999997 321.22000000000003 13440 9362 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491684 1497600 25 27 42 25 315 0 0 3 4 8 0 0 0 0 0 +195 1783795882172170600 REFRESH 48 0 0.78379399317279608 0.26575809199318562 2 5 2 5 0 0 1837 40 417 3955365 56640 231.70150756835938 1.0257000000000001 318.31330000000003 13440 9376 0 0 0.0046043101471456684 0.20405439432789962 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491685 1497600 25 26 35 29 302 0 0 3 1 36 0 0 0 0 0 +196 1783795882651843800 REFRESH 16 0 0.76906575452009895 0.3594548551959113 2 6 2 6 0 0 2285 26 410 3955375 56640 234.4478759765625 1.0871999999999999 283.49400000000003 13440 9314 0 0 0.0083694639206441448 0.49109794333233792 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491695 1497600 25 26 41 28 290 0 0 4 0 22 0 0 0 0 0 +197 1783795882988793900 REFRESH 57 0 0.78389151548688474 0.27342419080068137 1 6 1 6 1 0 3294 33 404 3955356 56640 233.64505004882812 0.99890000000000001 283.11290000000002 13440 9258 0 0 0.00072138714773995318 0.49269898043698712 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 39 37 278 0 0 1 1 31 0 0 0 0 1 +198 1783795883337413900 REFRESH 36 0 0.76053468197366025 0.82027257240204421 3 10 3 10 0 0 974 31 408 3955367 56640 232.36505126953125 1.0121 283.4785 6720 4874 0 0 0.063856168107744679 0.17242192002112078 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491687 1497600 29 26 27 30 296 2 0 0 2 27 0 0 0 0 0 +199 1783795883706658100 REFRESH 3 0 0.76810993421657558 0.64054514480408853 2 9 2 9 0 0 921 44 408 3955364 56640 232.24217224121094 1.0072000000000001 292.8159 6720 4861 0 0 0.0079645596763189292 0.25257872062332654 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 27 26 35 31 289 0 0 0 0 44 0 0 0 0 0 +200 1783795884014762100 REFRESH 52 0 0.76903721273366354 0.36712095400340705 1 7 1 7 0 0 1549 30 425 3955345 56640 232.77670288085938 1.0031000000000001 306.68340000000001 13440 9287 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 26 54 68 252 0 1 3 3 23 0 0 0 0 0 +201 1783795884362627700 REFRESH 30 0 0.76913721939150015 0.4608177172061329 1 8 1 8 0 0 2263 69 413 3955332 56640 232.37222290039062 1.002 284.45249999999999 6720 4768 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491652 1497600 32 26 56 35 264 3 0 5 3 58 0 0 0 0 0 +202 1783795884691194500 REFRESH 6 0 0.76655534813725001 0.91396933560476989 3 11 3 11 0 0 359 12 420 3955365 56640 233.16403198242188 1.0042 275.64229999999998 6720 5127 0 0 0.078490995891016657 0.16637572843653256 3584 1560 64 1 16 5 1 2 2 6 1228800 245760 491520 491684 1497600 25 25 25 26 319 0 0 0 4 8 0 0 0 0 0 +203 1783795885033481200 REFRESH 7 0 0.77433764125612481 0.8356047700170357 1 12 1 12 0 0 733 17 411 3955350 56640 233.38496398925781 1.0005999999999999 277.79649999999998 6720 5053 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491670 1497600 25 26 25 26 309 0 0 0 0 17 0 0 0 0 0 +204 1783795885305772200 REFRESH 19 0 0.76085019789463215 0.8279386712095399 2 11 2 11 0 0 739 18 415 3955343 56640 232.48179626464844 1.0025999999999999 271.06700000000001 6720 4927 0 0 0.026162283138524579 0.38449384479445964 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491663 1497600 25 25 25 27 313 0 0 0 2 16 0 0 0 0 0 +205 1783795885651632200 REFRESH 41 0 0.77375963391092106 0.55451448040885853 1 9 1 9 0 0 1560 43 409 3955349 56640 232.75418090820312 1.0202 288.33240000000001 6720 4895 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 26 29 29 300 2 0 3 4 34 0 0 0 0 0 +206 1783795885980611100 REFRESH 12 0 0.76845470123468818 0.63287904599659284 3 8 3 8 0 0 1104 12 423 3955368 56640 232.33842468261719 1.0099 272.89170000000001 6720 4916 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 28 25 58 29 283 0 0 0 0 12 0 0 0 0 0 +207 1783795886329705800 REFRESH 14 0 0.7685160089071561 0.65587734241908002 0 11 0 11 0 0 1255 21 415 3955340 56640 235.08992004394531 1.0568 287.72219999999999 6720 4863 0 0 1.8238972069088211e-05 0.75092953070495261 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 27 26 31 26 305 0 0 2 0 19 0 0 0 0 0 +208 1783795886605120200 REFRESH 43 0 0.76105887368030412 0.8279386712095399 2 11 2 11 0 0 688 18 414 3955353 56640 233.98297119140625 0.99950000000000006 274.08949999999999 6720 4989 0 0 0.0098917603558251466 1.2583434584708781 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 25 25 25 35 304 0 0 0 2 16 0 0 0 0 0 +209 1783795886955057200 REFRESH 0 0 0.77466593410550799 0.8279386712095399 2 11 2 11 0 0 704 18 412 3955355 56640 233.13612365722656 1.0047999999999999 294.48050000000001 6720 5099 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491675 1497600 25 28 25 25 309 0 1 0 1 16 0 0 0 0 0 +210 1783795887301915800 REFRESH 50 0 0.76866271725693835 0.64054514480408853 2 9 2 9 0 0 893 29 413 3955344 56640 232.61593627929688 1.0002 280.15969999999999 6720 4838 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 26 26 30 26 305 0 0 3 0 26 0 0 0 0 0 +211 1783795887634142100 REFRESH 37 0 0.77477467449776272 0.8356047700170357 1 12 1 12 0 0 806 26 413 3955363 56640 232.89651489257812 1.0078 277.71609999999998 6720 5099 0 0 0.0067801791030663505 0.5087152412729733 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491683 1497600 25 26 25 26 311 0 0 0 0 26 0 0 0 0 0 +212 1783795887967302800 REFRESH 34 0 0.77482891639983698 0.8356047700170357 1 12 1 12 0 0 547 13 420 3955339 56640 233.93402099609375 1.0156000000000001 276.83280000000002 6720 5113 0 0 0.000234275528390493 1.8261277566632423 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491658 1497600 25 28 25 26 316 0 0 0 0 13 0 0 0 0 0 +213 1783795890035285600 DEPTH 42 1 0.96690637214108377 0 0 4 0 4 0 0 4096 39 2575 23687818 103680 1355.9807891845703 6.0568000000000008 2001.7759000000001 80640 44791 1 0 0 0.0022559902490392634 4096 2048 384 12 96 4 2 3 3 4 5898240 2949120 4423680 4426375 5990400 156 150 151 1162 956 0 0 0 1 38 0 0 0 0 0 +214 1783795892125819400 DEPTH 56 1 0.7757976913022866 0.26575809199318562 2 5 2 5 0 0 3851 108 2539 23733057 147840 1356.9650421142578 6.716800000000001 2010.8157000000001 80640 44741 1 0 0.064707843960638695 0.50396939975484667 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950974 8985600 150 150 212 179 1848 0 0 21 7 80 0 0 0 0 0 +215 1783795894211592100 DEPTH 20 1 0.7758433187563154 0.26575809199318562 2 5 2 5 0 0 1643 46 2594 23733000 147840 1352.2524261474609 6.1752999999999991 1976.0161000000001 80640 45141 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950920 8985600 150 150 203 193 1898 1 2 0 0 43 0 0 0 0 0 +216 1783795896221716100 DEPTH 13 1 0.7758888748720798 0.27342419080068137 1 6 1 6 0 0 2983 74 2556 23733026 147840 1338.9119720458984 6.1360999999999999 1940.8892000000001 80640 44437 1 0 0.022599323978104609 0.20716376792356078 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950946 8985600 150 150 150 158 1948 2 0 3 13 56 0 0 0 0 0 +217 1783795898346147800 DEPTH 17 1 0.77593435986553594 0.28109028960817717 0 7 0 7 0 0 2784 68 2559 23733018 147840 1336.2208404541016 6.2073 1947.0209 80640 44924 1 0 0 0.16424126902321717 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950932 8985600 150 150 156 161 1942 0 1 18 2 47 0 0 0 0 0 +218 1783795900444332400 DEPTH 9 1 0.81465806300693966 0.27342419080068137 1 6 1 6 1 0 1584 114 2548 23733039 147840 1358.9104614257812 6.5643999999999991 2032.8857 80640 39243 1 0 0.00054802656991393296 1.1153431598164851 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950956 8985600 150 150 156 151 1941 16 0 7 8 83 0 0 0 0 1 +219 1783795902394248100 DEPTH 38 1 0.76288781313018916 0.55451448040885853 1 9 1 9 0 0 1630 60 2542 23733080 147840 1347.8451995849609 6.5040999999999993 1875.8074999999999 40320 23164 1 0 0.13433027919204674 2.3057515358806704 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950998 8985600 162 156 165 172 1887 0 0 9 1 50 0 0 0 0 0 +220 1783795904288493500 DEPTH 47 1 0.76167707172579935 0.8279386712095399 2 11 2 11 0 0 512 28 2579 23732962 147840 1365.6309661865234 6.7172000000000001 1728.7337 40320 21029 1 0 0.031374216798943186 1.3938937060236263 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950879 8985600 150 156 150 156 1967 0 0 0 6 22 0 0 0 0 0 +221 1783795906418942400 DEPTH 42 1 0.79179001584149233 0 0 4 0 4 0 0 4096 35 2569 23683952 99840 1355.7780456542969 6.5228000000000002 2128.4971999999998 87360 42232 1 1 0 0.0022559902490392634 4096 2048 384 12 96 4 3 3 3 3 5898240 3194880 4423680 4426350 5740800 154 150 202 1324 739 0 0 0 0 34 0 0 0 0 0 +222 1783795908439141000 DEPTH 8 1 0.77617242236584238 0.26575809199318562 2 5 2 5 1 0 2055 47 2532 23733134 147840 1371.1156158447266 7.9261999999999997 1955.8631 80640 45280 1 0 0.029777514209826789 0.97385828270584285 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951053 8985600 150 152 155 163 1912 0 0 0 0 47 0 0 0 0 1 +223 1783795910404084400 DEPTH 48 1 0.77620578823012198 0.26575809199318562 2 5 2 5 0 0 1851 45 2567 23732985 147840 1344.1996612548828 6.4102000000000006 1963.0401999999999 80640 45201 1 0 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950905 8985600 150 154 156 156 1951 0 0 3 2 40 0 0 0 0 0 +224 1783795912685958400 DEPTH 57 1 0.77660615460441551 0.27342419080068137 1 6 1 6 0 0 3307 71 2553 23733084 147840 1359.3978881835938 9.0818999999999992 2069.3831 80640 44867 1 0 0.00072138714773995318 0.49269898043698712 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951002 8985600 150 150 162 170 1921 0 0 4 5 62 0 0 0 0 0 +225 1783795914773212600 DEPTH 21 1 0.76318008121082415 0.56218057921635434 0 10 0 10 1 0 1973 93 2560 23733002 147840 1340.3678741455078 6.0979999999999999 1944.8942999999999 40320 23301 1 0 6.2079999714948167e-05 1.0104283259367368 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950916 8985600 156 156 160 161 1927 15 0 14 8 56 0 0 0 0 1 +226 1783795916440450700 DEPTH 4 1 0.76198186369389254 0.8356047700170357 1 12 1 12 0 0 247 44 2559 23732984 147840 1338.8033447265625 6.0339 1616.9576 40320 20580 1 0 0.040411785743191188 1.4510951908289993 3991 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950903 8985600 150 150 150 152 1957 3 0 0 3 38 0 0 0 0 0 +227 1783795918382466200 DEPTH 16 1 0.76158600975032509 0.3594548551959113 2 6 2 6 0 0 2310 107 2538 23733079 147840 1369.0872039794922 7.1959999999999997 1878.9893 80640 44890 1 0 0.0083694639206441448 0.49109794333233792 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950997 8985600 150 156 157 166 1909 0 0 15 0 92 0 0 0 0 0 +228 1783795920574861800 DEPTH 53 1 0.761481249952081 0.37478705281090291 0 8 0 8 0 0 3654 105 2530 23732999 147840 1364.7637023925781 7.4427000000000003 2131.0412000000001 80640 44543 1 0 0 0.26169538596442754 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950915 8985600 150 150 166 165 1899 0 0 15 7 83 0 0 0 0 0 +229 1783795922758562800 DEPTH 42 1 0.78695073223312018 0 0 4 0 4 1 0 4096 41 2569 23664866 81600 1352.6783905029297 7.1931999999999992 2181.5855000000001 120960 39697 1 1 0 0.0033956769230491374 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426465 4492800 156 150 276 1436 551 0 2 0 0 38 0 0 0 0 1 +230 1783795924543894800 DEPTH 7 1 0.76218349800364704 0.8356047700170357 1 12 1 12 0 0 737 64 2518 23733035 147840 1363.2092437744141 6.8925000000000001 1733.1323 40320 21691 1 0 0.00036830025183520201 0.88322933222718147 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950951 8985600 150 150 150 150 1918 0 0 1 0 63 0 0 0 0 0 +231 1783795926495848400 DEPTH 31 1 0.76156380059868145 0.3594548551959113 2 6 2 6 0 0 1948 44 2545 23733058 147840 1338.0528411865234 6.0728999999999989 1893.702 80640 45058 1 0 0.03771404607834776 0.98138218302019542 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950973 8985600 150 150 217 196 1832 0 0 2 5 37 0 0 0 0 0 +232 1783795928513235700 DEPTH 33 1 0.76160824402756555 0.36712095400340705 1 7 1 7 0 0 2589 58 2533 23733029 147840 1351.78955078125 6.2961999999999998 1889.4095 80640 45169 1 0 0.00022909943434649548 0.33853363476221826 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950948 8985600 150 156 158 163 1906 0 0 1 2 55 0 0 0 0 0 +233 1783795930684779200 DEPTH 1 1 0.76165261966162656 0.36712095400340705 1 7 1 7 0 0 2248 59 2583 23733008 147840 1364.6714782714844 6.8507000000000007 2112.4609 80640 45210 1 0 0.018868487484411969 1.7904474179529384 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950928 8985600 150 150 168 168 1947 0 0 6 0 53 0 0 0 0 0 +234 1783795932717627600 DEPTH 52 1 0.7616969277011213 0.36712095400340705 1 7 1 7 0 0 1564 54 2569 23733007 147840 1329.7141723632812 7.4997999999999996 1975.7761 80640 44669 1 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950922 8985600 150 150 237 245 1787 0 0 8 3 43 0 0 0 0 0 +235 1783795934739134900 DEPTH 44 1 0.76174116834543049 0.36712095400340705 1 7 1 7 0 0 1598 71 2602 23733026 147840 1306.6997833251953 6.7125000000000004 1963.2342000000001 80640 44972 1 0 0.058086188671880992 1.6339388773258507 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950941 8985600 150 155 183 150 1964 0 0 8 10 53 0 0 0 0 0 +236 1783795936764574100 DEPTH 46 1 0.76178534179306434 0.37478705281090291 0 8 0 8 0 0 2306 57 2565 23733011 147840 1314.1925811767578 7.3057999999999996 1964.7440999999999 80640 45429 1 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950931 8985600 150 156 150 161 1948 0 0 9 1 47 0 0 0 0 0 +237 1783795938811933100 DEPTH 42 1 0.7823996134856398 0 0 4 0 4 0 0 4096 38 2583 23664887 81600 1292.6936187744141 7.4200999999999997 2045.8351 120960 29912 1 0 0 0.0033956769230491374 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426487 4492800 151 150 218 1570 494 0 2 0 0 36 0 0 0 0 0 +238 1783795940872331300 DEPTH 41 1 0.7638041580482976 0.55451448040885853 1 9 1 9 0 0 1583 78 2547 23733096 147840 1305.4935302734375 6.7977999999999996 1995.6077 40320 23430 1 0 0.00047546691312138533 1.497358551665477 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951011 8985600 150 156 156 156 1929 11 0 9 5 53 0 0 0 0 0 +239 1783795942694546500 DEPTH 0 1 0.76263269632410047 0.8279386712095399 2 11 2 11 0 0 712 57 2562 23733035 147840 1305.5150146484375 10.6927 1697.0649000000001 40320 21186 1 0 0.00017817385236690964 2.3450496297959931 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950953 8985600 150 150 150 152 1960 1 2 0 9 45 0 0 0 0 0 +240 1783795944334148700 DEPTH 37 1 0.76268222968176136 0.8356047700170357 1 12 1 12 0 0 811 49 2569 23733103 147840 1313.4839935302734 6.0229999999999997 1584.5534 40320 21295 1 0 0.0067801791030663505 0.5087152412729733 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951021 8985600 150 150 150 159 1960 0 0 0 0 49 0 0 0 0 0 +241 1783795946131687000 DEPTH 34 1 0.76273168833656091 0.8356047700170357 1 12 1 12 1 0 558 55 2569 23733086 147840 1301.4886322021484 7.6981000000000002 1741.4858999999999 40320 20666 1 0 0.00024166908971304853 1.8243527249293958 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951003 8985600 150 156 150 164 1949 0 5 1 6 43 0 0 0 0 1 +242 1783795948154170800 DEPTH 11 1 0.76204898235681706 0.37478705281090291 0 8 0 8 0 0 1724 61 2555 23733028 147840 1300.10009765625 7.0935000000000006 1957.6188 80640 44532 1 0 0 0.7245092082209259 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950946 8985600 150 156 160 164 1925 0 0 6 0 55 0 0 0 0 0 +243 1783795950135476100 DEPTH 2 1 0.76105189641716875 0.45315161839863699 2 7 2 7 0 0 2331 108 2564 23733033 147840 1299.2153472900391 6.966899999999999 1912.251 60480 34960 1 0 0.27768796280696073 2.131664922996019 4096 2048 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950952 8985600 163 159 168 158 1916 4 4 4 9 87 0 0 0 0 0 +244 1783795952055716400 DEPTH 45 1 0.76109718681332683 0.45315161839863699 2 7 2 7 0 0 1580 62 2559 23733061 147840 1306.1662750244141 6.0324 1864.7221999999999 60480 35130 1 0 0.2309103244036371 1.4859222174523592 4096 2048 384 12 96 4 2 2 2 6 6635520 2211840 2949120 2950981 8985600 159 162 153 183 1902 10 0 10 1 41 0 0 0 0 0 +245 1783795952448657100 REFRESH 20 0 0.7691407721725475 0.26575809199318562 2 5 2 5 0 0 1648 19 422 3955357 56640 223.17683410644531 1.002 318.10879999999997 13440 8642 0 0 0.001771835568079596 0.77081764157800148 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491676 1497600 25 25 67 42 263 0 0 2 2 15 0 0 0 0 0 +246 1783795952896131100 REFRESH 54 0 0.75718756404571019 0.4608177172061329 1 8 1 8 0 0 879 15 420 3955360 56640 227.23890686035156 1.5202 359.33670000000001 6720 4676 0 0 0.00047943035387544786 1.0818619638605727 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 32 26 40 60 262 0 0 1 1 13 0 0 0 0 0 +247 1783795953230964900 REFRESH 24 0 0.75802688365728788 1 4 11 4 11 0 0 475 13 405 3955368 56640 226.64089965820312 1.0045999999999999 274.40170000000001 6720 4914 0 0 0.049718034260125263 1.3802885951242663 4000 1952 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 25 26 25 26 303 0 0 0 0 13 0 0 0 0 0 +248 1783795953559910400 REFRESH 18 0 0.7603485527212086 0.9293015332197615 1 13 1 13 0 0 404 12 414 3955335 56640 226.2528076171875 1.0031000000000001 270.6003 6720 4916 0 0 0.0012047658074714103 1.5360264306134574 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491654 1497600 25 25 25 26 313 0 0 0 0 12 0 0 0 0 0 +249 1783795953825386700 REFRESH 34 0 0.58146722426383757 0.8356047700170357 1 12 1 12 0 0 559 13 426 3955348 56640 223.599609375 1.0064 264.22410000000002 6720 4973 0 0 0.00024166908971304853 1.8243527249293958 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491667 1497600 25 26 25 34 316 1 0 0 1 11 0 0 0 0 0 +250 1783795954091560200 REFRESH 7 0 0.70151228230637708 0.8356047700170357 1 12 1 12 0 0 742 20 408 3955361 56640 224.3973388671875 1.0038 265.00560000000002 6720 4929 0 0 0.00036830025183520201 0.88322933222718147 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 25 26 25 26 306 0 0 0 0 20 0 0 0 0 0 +251 1783795954416266300 REFRESH 55 0 0.75158415696288361 0.8279386712095399 2 11 2 11 0 0 851 18 405 3955352 56640 225.17657470703125 1.0053000000000001 269.43860000000001 6720 4956 0 0 0.06000989007139422 0.36611514884752205 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 25 26 25 25 304 0 0 0 0 18 0 0 0 0 0 +252 1783795954787412000 REFRESH 19 0 0.75160551137825082 0.8279386712095399 2 11 2 11 0 0 739 17 415 3955361 56640 224.20172119140625 1.0006999999999999 264.27760000000001 6720 4879 0 0 0.026162283138524579 0.38449384479445964 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 25 25 25 29 311 0 0 0 0 17 0 0 0 0 0 +253 1783795955125548700 REFRESH 57 0 0.76979515241604768 0.27342419080068137 1 6 1 6 0 0 3316 30 405 3955350 56640 227.16415405273438 1.0006999999999999 284.52379999999999 13440 8669 0 0 0.00072138714773995318 0.49269898043698712 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491669 1497600 25 25 31 34 290 0 0 0 1 29 0 0 0 0 0 +254 1783795955447199700 REFRESH 42 0 0.86830899211848023 0 0 4 0 4 0 0 4096 11 427 3943907 55200 226.51596069335938 1.0004999999999999 320.27609999999999 20160 12088 0 0 0 0.0033956769230491374 4096 2048 64 1 16 4 3 3 3 3 983040 737280 737280 737507 748800 41 25 31 254 76 0 0 2 0 9 0 0 0 0 0 +255 1783795955715861800 REFRESH 0 0 0.66174483742184687 0.8279386712095399 2 11 2 11 0 0 714 16 418 3955337 56640 226.37362670898438 1.0021 267.38630000000001 6720 4827 0 0 0.00017817385236690964 2.3450496297959931 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 25 25 25 26 317 0 0 0 3 13 0 0 0 0 0 +256 1783795956061802900 REFRESH 53 0 0.75464581877198023 0.37478705281090291 0 8 0 8 0 0 3674 60 411 3955343 56640 225.01785278320312 1.1218999999999999 286.85520000000002 13440 8705 0 0 0 0.26169538596442754 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491663 1497600 25 25 36 43 282 0 0 6 5 49 0 0 0 0 0 +257 1783795956346227900 REFRESH 9 0 0.80416068353068171 0.27342419080068137 1 6 1 6 0 0 1638 90 405 3955366 56640 224.20480346679688 1.0035000000000001 283.18639999999999 13440 8623 0 0 0.00054802656991393296 1.1153431598164851 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491686 1497600 35 26 30 38 276 5 0 1 4 80 0 0 0 0 0 +258 1783795956630662200 REFRESH 41 0 0.704581352320516 0.55451448040885853 1 9 1 9 0 0 1597 38 413 3955374 56640 222.87770080566406 0.99939999999999996 282.85120000000001 6720 4680 0 0 0.00047546691312138533 1.497358551665477 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491694 1497600 25 26 34 33 295 2 0 5 3 28 0 0 0 0 0 +259 1783795956939260300 REFRESH 46 0 0.73472363221143666 0.37478705281090291 0 8 0 8 0 0 2312 27 420 3955358 56640 223.33644104003906 1.0035000000000001 307.23610000000002 13440 8722 0 0 2.6527484381931631e-06 0.39347997731948514 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 26 28 53 288 0 0 1 0 26 0 0 0 0 0 +260 1783795957249023200 REFRESH 52 0 0.75476480520982259 0.36712095400340705 1 7 1 7 0 0 1570 17 422 3955337 56640 223.57196044921875 1.0003 308.38159999999999 13440 8674 0 0 7.3524768624344791e-05 1.4580422119253347 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491657 1497600 25 26 53 65 253 0 0 1 2 14 0 0 0 0 0 +261 1783795957600121000 REFRESH 21 0 0.7548076558050093 0.56218057921635434 0 10 0 10 0 0 1999 59 408 3955346 56640 223.30674743652344 1.0105999999999999 286.01170000000002 6720 4685 0 0 6.2079999714948167e-05 1.0104283259367368 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491665 1497600 35 26 34 39 274 4 0 3 3 49 0 0 0 0 0 +262 1783795957923772200 REFRESH 10 0 0.75956754373368074 0.64821124361158422 1 10 1 10 0 0 911 21 419 3955360 56640 223.59347534179688 1.0143 268.91129999999998 6720 4871 0 0 0.0040407710321612731 2.9277816338853699 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491680 1497600 29 25 35 33 297 1 0 2 3 15 0 0 0 0 0 +263 1783795958255153000 REFRESH 8 0 0.76990430783965225 0.26575809199318562 2 5 2 5 0 0 2056 18 411 3955345 56640 225.52883911132812 1.0086999999999999 274.6465 13440 8650 0 0 0.029777514209826789 0.97385828270584285 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491665 1497600 25 26 27 34 299 0 0 0 0 18 0 0 0 0 0 +264 1783795958638684900 REFRESH 58 0 0.76112183682707413 0.92163543441226559 2 12 2 12 0 0 456 14 412 3955341 56640 224.63795471191406 1.0023 265.38490000000002 6720 4872 0 0 0.012937344408152321 1.9164160603669584 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 25 26 25 26 310 0 0 0 0 14 0 0 0 0 0 +265 1783795958974264500 REFRESH 27 0 0.76116956596200913 0.93696763202725719 0 14 0 14 0 0 763 20 419 3955349 56640 225.54623413085938 1.0046999999999999 267.84030000000001 6720 4960 0 0 8.0397889587065732e-09 1.0603171007975938 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491669 1497600 25 25 25 26 318 0 0 0 0 20 0 0 0 0 0 +266 1783795959300730400 REFRESH 49 0 0.75227714781953547 0.82027257240204421 3 10 3 10 0 0 922 33 408 3955326 56640 226.19648742675781 1.0023 268.2081 6720 4877 0 0 0.11390296728247497 0.2604955383597074 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491646 1497600 26 26 28 26 302 0 0 0 0 33 0 0 0 0 0 +267 1783795959629741000 REFRESH 22 0 0.76126481586929273 0.91396933560476989 3 11 3 11 0 0 432 12 416 3955356 56640 228.33561706542969 1.0375000000000001 271.31189999999998 6720 4895 0 0 0.0084510069687565564 0.67421194247655503 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 26 25 26 314 0 0 0 0 12 0 0 0 0 0 +268 1783795959962170000 REFRESH 28 0 0.75863960976034472 0.8279386712095399 2 11 2 11 0 0 530 13 408 3955359 56640 226.58253479003906 1.0104 272.82409999999999 6720 4950 0 0 0.00017781511379253443 2.0677017543935525 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491679 1497600 25 25 25 25 308 0 0 0 0 13 0 0 0 0 0 +269 1783795960325790900 REFRESH 48 0 0.77013266537304703 0.26575809199318562 2 5 2 5 0 0 1862 36 418 3955342 56640 224.45164489746094 1.1453 299.86040000000003 13440 8618 0 0 0.0046043101471456684 0.20405439432789962 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491658 1497600 25 26 35 30 302 0 0 2 3 31 0 0 0 0 0 +270 1783795960671018400 REFRESH 30 0 0.7622514599734892 0.4608177172061329 1 8 1 8 0 0 2319 98 413 3955342 56640 224.34918212890625 1.0044999999999999 277.8134 6720 4725 0 0 0.001086221762956746 1.7155418191579956 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 31 25 45 35 277 1 0 3 2 92 0 0 0 0 0 +271 1783795961044433500 REFRESH 39 0 0.75796718841092159 0.55451448040885853 1 9 1 9 1 0 1352 12 427 3955348 56640 223.12141418457031 1.0017 310.94119999999998 6720 4647 0 0 0.00023655070751461515 1.9517678233069873 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491668 1497600 27 25 25 47 303 1 0 2 0 9 0 0 0 0 1 +272 1783795961382685000 REFRESH 4 0 0.75252286262762347 0.8356047700170357 1 12 1 12 0 0 248 9 414 3955335 56640 223.00466918945312 1.0037 266.45229999999998 6720 4908 0 0 0.040411785743191188 1.4510951908289993 4024 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491655 1497600 25 26 25 31 307 0 0 0 0 9 0 0 0 0 0 +273 1783795961701556500 REFRESH 44 0 0.75529462101603062 0.36712095400340705 1 7 1 7 0 0 1604 17 424 3955371 56640 224.42906188964844 1.0046999999999999 317.32479999999998 13440 8751 0 0 0.058086188671880992 1.6339388773258507 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491691 1497600 25 27 43 26 303 0 0 0 6 11 0 0 0 0 0 +274 1783795962027503700 REFRESH 12 0 0.76011313735285579 0.63287904599659284 3 8 3 8 0 0 1105 14 423 3955369 56640 225.23187255859375 1.0044 268.3066 6720 4805 0 0 0.0015102624860077482 0.9394486955269914 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491688 1497600 27 25 53 29 289 1 0 0 0 13 0 0 0 0 0 +275 1783795962355220200 REFRESH 47 0 0.75265817727793338 0.8279386712095399 2 11 2 11 0 0 513 12 418 3955340 56640 227.4703369140625 1.0025999999999999 270.0256 6720 4881 0 0 0.031374216798943186 1.3938937060236263 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491660 1497600 25 26 25 27 315 0 0 0 0 12 0 0 0 0 0 +276 1783795962685414500 REFRESH 6 0 0.75719004090018549 0.91396933560476989 3 11 3 11 0 0 359 11 422 3955358 56640 225.38648986816406 1.2073 268.7122 6720 4899 0 0 0.078490995891016657 0.16637572843653256 3636 1588 64 1 16 5 1 2 2 6 1228800 245760 491520 491677 1497600 25 25 25 28 319 0 0 0 3 8 0 0 0 0 0 +277 1783795963069276900 REFRESH 23 0 0.75626880372426952 0.74190800681430991 1 11 1 11 0 0 3203 13 412 3955362 56640 227.44268798828125 1.1116999999999999 272.40019999999998 6720 4901 0 0 0.019300902708780661 0.82338470662554231 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491681 1497600 44 26 81 29 232 0 0 1 0 12 0 0 0 0 0 +278 1783795963403253500 REFRESH 38 0 0.75545503940301162 0.55451448040885853 1 9 1 9 0 0 1655 56 411 3955353 56640 226.93682861328125 1.0187999999999999 274.13549999999998 6720 4646 0 0 0.13433027919204674 2.3057515358806704 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491673 1497600 28 26 46 30 281 0 0 1 0 55 0 0 0 0 0 +279 1783795963693367300 REFRESH 45 0 0.75362391411531304 0.45315161839863699 2 7 2 7 0 0 1600 40 417 3955353 56640 224.82637023925781 1.004 288.74180000000001 13440 9278 0 0 0.2309103244036371 1.4859222174523592 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 25 28 47 292 0 0 1 6 33 0 0 0 0 0 +280 1783795964022274300 REFRESH 3 0 0.76040261995622194 0.64054514480408853 2 9 2 9 0 0 928 23 416 3955339 56640 222.64218139648438 1.0024999999999999 270.24529999999999 6720 4823 0 0 0.0079645596763189292 0.25257872062332654 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491659 1497600 27 26 34 30 299 1 0 0 0 22 0 0 0 0 0 +281 1783795964363944100 REFRESH 15 0 0.76192390890226813 0.91396933560476989 3 11 3 11 0 0 289 11 411 3955352 56640 228.19328308105469 1.0104 272.84519999999998 6720 4901 0 0 0.13215737202774189 0.95319511763653475 4003 1955 64 1 16 5 1 2 2 6 1228800 245760 491520 491672 1497600 25 26 25 25 310 1 0 1 0 9 0 0 0 0 0 +282 1783795964647043000 REFRESH 2 0 0.75374793985314104 0.45315161839863699 2 7 2 7 0 0 2355 69 419 3955358 56640 225.01171875 1.0013000000000001 281.86290000000002 13440 9319 0 0 0.27768796280696073 2.131664922996019 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491678 1497600 25 26 56 36 276 0 0 10 6 53 0 0 0 0 0 +283 1783795965062475100 REFRESH 25 0 0.76281240976226972 0.4608177172061329 1 8 1 8 0 0 1981 25 412 3955362 56640 224.79154968261719 1.0017 296.17070000000001 6720 4678 0 0 0.00017541758499956933 1.6205906158567636 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491682 1497600 38 26 27 38 283 3 0 1 4 17 0 0 0 0 0 +284 1783795965424591700 REFRESH 1 0 0.75573522772017498 0.36712095400340705 1 7 1 7 0 0 2266 51 415 3955351 56640 227.20329284667969 1.0051000000000001 293.48439999999999 13440 8658 0 0 0.018868487484411969 1.7904474179529384 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491670 1497600 25 26 40 40 284 0 0 1 3 47 0 0 0 0 0 +285 1783795965756402700 REFRESH 50 0 0.76060504657377048 0.64054514480408853 2 9 2 9 0 0 902 31 418 3955341 56640 226.75251770019531 1.0015000000000001 272.64299999999997 6720 4906 0 0 0.061518444399238342 2.0460364460936478 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491661 1497600 26 26 30 26 310 1 0 3 0 27 0 0 0 0 0 +286 1783795966117740000 REFRESH 40 0 0.76064938439803831 0.64821124361158422 1 10 1 10 0 0 1364 33 415 3955366 56640 224.56013488769531 1.0027999999999999 296.45319999999998 6720 4786 0 0 0.026057215024178938 1.7176440476922248 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491686 1497600 28 25 29 29 304 4 0 3 0 26 0 0 0 0 0 +287 1783795966443590100 REFRESH 35 0 0.75319365944654637 0.8279386712095399 2 11 2 11 0 0 916 15 406 3955342 56640 224.11264038085938 1.0108999999999999 267.97329999999999 6720 4928 0 0 0.1028419317429516 1.4626817315812888 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491662 1497600 25 26 25 28 302 0 0 0 0 15 0 0 0 0 0 +288 1783795966841941500 REFRESH 26 0 0.75333561973104435 0.8356047700170357 1 12 1 12 0 0 902 28 412 3955377 56640 223.98054504394531 1.0009999999999999 266.71350000000001 6720 4799 0 0 0.00095608200241023913 0.46793588624263099 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491697 1497600 25 25 25 26 311 0 0 0 3 25 0 0 0 0 0 +289 1783795967174950300 REFRESH 36 0 0.75328202190428895 0.82027257240204421 3 10 3 10 0 0 980 24 409 3955344 56640 223.90272521972656 1.0022 266.9785 6720 4946 0 0 0.063856168107744679 0.17242192002112078 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 28 26 28 30 297 1 0 0 1 22 0 0 0 0 0 +290 1783795967508758400 REFRESH 32 0 0.76311017871284015 0.4608177172061329 1 8 1 8 0 0 2064 68 415 3955369 56640 225.32505798339844 1.0271999999999999 275.60230000000001 6720 4580 0 0 0.00028269938399440856 1.6059909260581056 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491689 1497600 30 26 29 36 294 2 0 4 6 56 0 0 0 0 0 +291 1783795967835451400 REFRESH 5 0 0.75342339254367574 0.8279386712095399 2 11 2 11 1 0 685 24 413 3955352 56640 225.97938537597656 1.0831 268.86020000000002 6720 4822 0 0 0.013882409877838182 0.46729441044295411 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491671 1497600 25 25 25 34 304 0 0 0 3 21 0 0 0 0 1 +292 1783795968208754000 REFRESH 17 0 0.77105136592094059 0.28109028960817717 0 7 0 7 0 0 2795 35 411 3955340 56640 223.10604858398438 1.0147999999999999 311.74919999999997 13440 8567 0 0 0 0.16424126902321717 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491660 1497600 25 27 28 37 294 0 1 1 3 30 0 0 0 0 0 +293 1783795968544072100 REFRESH 14 0 0.76096626323315864 0.65587734241908002 0 11 0 11 0 0 1263 24 411 3955371 56640 227.08837890625 1.0035000000000001 277.94830000000002 6720 4864 0 0 1.8238972069088211e-05 0.75092953070495261 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491690 1497600 27 26 30 26 302 0 0 0 0 24 0 0 0 0 0 +294 1783795968881404000 REFRESH 16 0 0.75631044346269527 0.3594548551959113 2 6 2 6 0 0 2321 32 417 3955353 56640 226.6746826171875 1.0323 277.77249999999998 13440 8622 0 0 0.0083694639206441448 0.49109794333233792 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491673 1497600 25 26 36 27 303 0 0 2 0 30 0 0 0 0 0 +295 1783795969222530000 REFRESH 31 0 0.75616900220871064 0.3594548551959113 2 6 2 6 0 0 1961 33 415 3955347 56640 224.24575805664062 1.0038 282.85719999999998 13440 8722 0 0 0.03771404607834776 0.98138218302019542 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 66 37 261 0 0 6 2 25 0 0 0 0 0 +296 1783795969566198500 REFRESH 33 0 0.75620810453646614 0.36712095400340705 1 7 1 7 0 0 2605 44 414 3955362 56640 228.06629943847656 1.0011000000000001 287.31119999999999 13440 8722 0 0 0.00022909943434649548 0.33853363476221826 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491682 1497600 25 26 28 32 303 0 0 1 1 42 0 0 0 0 0 +297 1783795969884989900 REFRESH 11 0 0.75624715222811956 0.37478705281090291 0 8 0 8 0 0 1727 19 415 3955342 56640 226.38592529296875 1.0091000000000001 317.22539999999998 13440 8703 0 0 0 0.7245092082209259 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491662 1497600 25 26 38 71 255 0 0 0 5 14 0 0 0 0 0 +298 1783795970222789800 REFRESH 51 0 0.76270676377470381 0.91396933560476989 3 11 3 11 0 0 466 16 409 3955337 56640 225.11308288574219 1.0477000000000001 271.2568 6720 4914 0 0 0.069490736143882334 0.29124129273896787 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491657 1497600 25 26 25 26 307 0 0 0 0 16 0 0 0 0 0 +299 1783795970572503500 REFRESH 56 0 0.77132508429410129 0.26575809199318562 2 5 2 5 0 0 3907 101 412 3955342 56640 223.56582641601562 1.0011000000000001 287.35860000000002 13440 8611 0 0 0.064707843960638695 0.50396939975484667 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491661 1497600 25 26 41 43 277 0 0 2 9 90 0 0 0 0 0 +300 1783795970951323700 REFRESH 29 0 0.75376359987984543 0.82027257240204421 3 10 3 10 1 0 1007 47 416 3955356 56640 225.27693176269531 1.0279 268.95800000000003 6720 4825 0 0 0.19917884497934765 1.0177350439861224 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491676 1497600 25 26 25 26 314 0 0 0 0 47 0 0 0 0 1 +301 1783795971296263300 REFRESH 13 0 0.77140279958270663 0.27342419080068137 1 6 1 6 0 0 3001 56 414 3955347 56640 223.59449768066406 1.0032000000000001 280.91449999999998 13440 8639 0 0 0.022599323978104609 0.20716376792356078 4096 2048 64 1 16 4 2 2 2 6 983040 491520 491520 491667 1497600 25 26 60 33 270 0 0 12 2 42 0 0 0 0 0 +302 1783795971623079300 REFRESH 43 0 0.75385036752150569 0.8279386712095399 2 11 2 11 0 0 693 25 423 3955344 56640 224.61030578613281 1.0321 268.96379999999999 6720 4779 0 0 0.0098917603558251466 1.2583434584708781 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491664 1497600 25 26 25 35 312 0 0 0 2 23 0 0 0 0 0 +303 1783795971892886200 REFRESH 37 0 0.75389366110711165 0.8356047700170357 1 12 1 12 0 0 818 29 412 3955337 56640 224.13824462890625 1.0087999999999999 268.471 6720 4955 0 0 0.0067801791030663505 0.5087152412729733 4096 2048 64 1 16 5 1 2 2 6 1228800 245760 491520 491656 1497600 25 26 25 29 307 0 0 0 0 29 0 0 0 0 0 +304 1783795973967374000 DEPTH 42 1 0.94541331817704855 0 0 4 0 4 0 0 4096 40 2595 23664843 81600 1316.6520233154297 6.1646000000000001 1945.3744999999999 120960 60255 1 0 0 0.0033956769230491374 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426440 4492800 179 150 168 1479 619 0 0 0 0 40 0 0 0 0 0 +305 1783795975973577800 DEPTH 9 1 0.79483194050801098 0.27342419080068137 1 6 1 6 1 0 1671 108 2549 23733098 147840 1312.2590484619141 7.1344999999999992 1944.1558 80640 40333 1 0 0.00054804119793530441 1.0950413264477723 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2951013 8985600 160 150 156 153 1930 13 0 10 13 72 0 0 0 0 1 +306 1783795978013187100 DEPTH 57 1 0.7645049922447642 0.27342419080068137 1 6 1 6 0 0 3335 93 2547 23732997 147840 1317.1875762939453 6.9324000000000003 1989.0074999999999 80640 42529 1 0 0.00072138714773995318 0.49269898043698712 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950917 8985600 150 150 162 172 1913 0 0 3 14 76 0 0 0 0 0 +307 1783795979943229000 DEPTH 8 1 0.7642691371554946 0.26575809199318562 2 5 2 5 0 0 2062 47 2535 23732972 147840 1315.9833831787109 6.8076999999999996 1867.941 80640 43039 1 0 0.029777514209826789 0.97385828270584285 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950891 8985600 150 153 155 173 1904 0 0 0 0 47 0 0 0 0 0 +308 1783795982035968900 DEPTH 48 1 0.76429166160875961 0.26575809199318562 2 5 2 5 0 0 1872 45 2571 23733001 147840 1315.0126190185547 6.9096000000000002 2036.6457 80640 43001 1 0 0.0046043101471456684 0.20405439432789962 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950916 8985600 150 153 160 156 1952 0 0 1 0 44 0 0 0 0 0 +309 1783795984159819500 DEPTH 20 1 0.7643288455668521 0.26575809199318562 2 5 2 5 0 0 1657 36 2590 23733037 147840 1300.3438110351562 6.9865999999999993 2009.444 80640 43248 1 0 0.001771835568079596 0.77081764157800148 4096 2048 384 12 96 4 2 2 2 6 5898240 2949120 2949120 2950956 8985600 150 150 224 199 1867 0 0 0 0 36 0 0 0 0 0 +310 1783795986260269200 DEPTH 30 1 0.75488058084305398 0.4608177172061329 1 8 1 8 0 0 2359 134 2527 23733085 147840 1313.5060424804688 7.1886000000000001 2037.4930999999999 67200 37778 1 0 0.001086221762956746 1.7155418191579956 4096 2048 384 12 96 4 2 2 2 6 6389760 2457600 2949120 2951001 8985600 165 154 215 164 1829 12 0 10 5 107 0 0 0 0 0 +311 1783795987962380100 DEPTH 22 1 0.75151059260120989 0.91396933560476989 3 11 3 11 0 0 434 48 2547 23733037 147840 1317.3023071289062 7.2284999999999995 1700.8027999999999 40320 23055 1 0 0.0084510069687565564 0.67421194247655503 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2950957 8985600 150 156 150 156 1935 0 0 0 0 48 0 0 0 0 0 +312 1783795990229182600 DEPTH 42 1 0.77132255301924679 0 0 4 0 4 0 0 4096 39 2582 23664868 81600 1308.2300109863281 6.7260000000000009 2083.1686 120960 48723 1 0 0 0.0033956769230491374 4096 2048 384 12 96 4 3 3 3 3 5898240 4423680 4423680 4426466 4492800 166 150 152 1573 541 0 0 0 0 39 0 0 0 0 0 +313 1783795992365559100 DEPTH 25 1 0.75499934476824382 0.4608177172061329 1 8 1 8 0 0 1995 68 2528 23733066 147840 1306.2494506835938 7.3525999999999998 1995.5307 67200 37404 1 0 0.00017541758499956933 1.6205906158567636 4096 2048 383 12 96 4 2 2 2 6 6389760 2457600 2949120 2950980 8985600 160 159 150 181 1878 5 3 7 2 51 0 0 0 0 0 +314 1783795993965523400 DEPTH 15 1 0.75163869675008654 0.91396933560476989 3 11 3 11 0 0 290 37 2515 23733127 147840 1317.781494140625 6.1825999999999999 1598.5816 40320 22951 1 0 0.13215737202774189 0.95319511763653475 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951047 8985600 150 156 150 151 1908 0 0 0 2 35 0 0 0 0 0 +315 1783795995971398600 DEPTH 58 1 0.75168128151212077 0.92163543441226559 2 12 2 12 0 0 457 20 2565 23733085 147840 1315.9548034667969 8.5747999999999998 1811.0905 40320 22884 1 0 0.012937344408152321 1.9164160603669584 4096 2048 384 12 96 5 1 2 2 6 7372800 1474560 2949120 2951005 8985600 150 150 150 156 1959 0 0 1 0 19 0 0 0 0 0 +316 1783795997357939900 DEPTH 18 1 0.75172380822076323 0.9293015332197615 1 13 1 13 0 0 412 70 2096 19777553 124800 1099.4534301757812 5.0183999999999997 1327.7312999999999 33600 19921 0 0 0.0012047658074714103 1.5360264306134574 4096 2048 320 10 80 5 1 2 2 6 6144000 1228800 2457600 2459152 7488000 125 125 125 131 1590 1 0 0 0 69 0 0 0 0 0 diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/run.tsv b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/run.tsv new file mode 100644 index 00000000..e30ce5c4 --- /dev/null +++ b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/run.tsv @@ -0,0 +1,36 @@ +format szilassi-global-search-v5 +run_id e74dd96d-6456-4be3-bcfc-260d3e104899 +node_id LOOKICH +seed 1544248403 +topology_from 0 +topology_to 58 +backend cuda-fp32 +objective_version 5 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 59 +algorithm hybrid-quality-diversity-neural-v2 +control_baseline_min_fraction 0.25 +strategy_weights adaptive-total:16,floors:baseline4/replica1/adaptive1/pbt1/injected3,max6 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8,crossing-face-mask:12,intersection-face-mask:12 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +intersection_loss segment-depth-times-boundary-depth,weight:0.01,cap:4 +repair injected-quarter,offending-face-biased,neural-policy-with-exploration +neural per-topology-ensemble:5,residual-mlp:44-128-128-128,value-policy,online-adamw,replay:4096 +neural_safety baseline-floor:25%,policy-exploration:25%,exact-cuda-plus-cpu-dd-authoritative +spsa adam:6,cpu-double,c-plus-i-smooth-loss,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000001_118e8f42.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000001_118e8f42.szar new file mode 100644 index 00000000..046b321e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000001_118e8f42.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000002_9c7cf725.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000002_9c7cf725.szar new file mode 100644 index 00000000..d7907cbb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000002_9c7cf725.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000003_9055d18b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000003_9055d18b.szar new file mode 100644 index 00000000..862a8ef1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000003_9055d18b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000004_136507b4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000004_136507b4.szar new file mode 100644 index 00000000..75f20929 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/archive/delta_00000000000000000004_136507b4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000001_e7f8e103.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000001_e7f8e103.szcp new file mode 100644 index 00000000..90055b9d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000001_e7f8e103.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000002_3ceb9b6f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000002_3ceb9b6f.szcp new file mode 100644 index 00000000..147d69bd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000002_3ceb9b6f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000003_8d86be29.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000003_8d86be29.szcp new file mode 100644 index 00000000..c7861c43 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000003_8d86be29.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000004_5cd37987.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000004_5cd37987.szcp new file mode 100644 index 00000000..ad449a8c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_000/checkpoints/checkpoint_00000000000000000004_5cd37987.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000001_1e73c999.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000001_1e73c999.szar new file mode 100644 index 00000000..e3508fbb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000001_1e73c999.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000002_5ecb3526.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000002_5ecb3526.szar new file mode 100644 index 00000000..8dcf1da8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000002_5ecb3526.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000003_729330f4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000003_729330f4.szar new file mode 100644 index 00000000..52c90377 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000003_729330f4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000004_a8013a68.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000004_a8013a68.szar new file mode 100644 index 00000000..c79c231d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000004_a8013a68.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000005_ad0d8791.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000005_ad0d8791.szar new file mode 100644 index 00000000..a80645b2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000005_ad0d8791.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000006_3c18d477.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000006_3c18d477.szar new file mode 100644 index 00000000..e642ee0f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000006_3c18d477.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000007_f816f93e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000007_f816f93e.szar new file mode 100644 index 00000000..03d0a97d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/archive/delta_00000000000000000007_f816f93e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000001_65f607ac.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000001_65f607ac.szcp new file mode 100644 index 00000000..f1e6c045 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000001_65f607ac.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000002_aeefebe6.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000002_aeefebe6.szcp new file mode 100644 index 00000000..22436f4d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000002_aeefebe6.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000003_6c97d7bf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000003_6c97d7bf.szcp new file mode 100644 index 00000000..1c5fb01e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000003_6c97d7bf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000004_ddba3cf7.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000004_ddba3cf7.szcp new file mode 100644 index 00000000..a3608d7a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000004_ddba3cf7.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000005_79e5a381.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000005_79e5a381.szcp new file mode 100644 index 00000000..a0f6c926 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000005_79e5a381.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000006_de258bf3.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000006_de258bf3.szcp new file mode 100644 index 00000000..af8531a9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000006_de258bf3.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000007_58bc642b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000007_58bc642b.szcp new file mode 100644 index 00000000..8696776f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_001/checkpoints/checkpoint_00000000000000000007_58bc642b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000001_ed0df06a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000001_ed0df06a.szar new file mode 100644 index 00000000..74ea8e2b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000001_ed0df06a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000002_3f18e8cb.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000002_3f18e8cb.szar new file mode 100644 index 00000000..c96e80de Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000002_3f18e8cb.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000003_0f79ac47.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000003_0f79ac47.szar new file mode 100644 index 00000000..9904bbf9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000003_0f79ac47.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000004_5b80516a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000004_5b80516a.szar new file mode 100644 index 00000000..d762dc6e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000004_5b80516a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000005_8f876e10.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000005_8f876e10.szar new file mode 100644 index 00000000..61d63921 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000005_8f876e10.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000006_5c71ebf7.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000006_5c71ebf7.szar new file mode 100644 index 00000000..61088ef1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/archive/delta_00000000000000000006_5c71ebf7.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000001_8aa19557.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000001_8aa19557.szcp new file mode 100644 index 00000000..0046fc60 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000001_8aa19557.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000002_ddbbeba2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000002_ddbbeba2.szcp new file mode 100644 index 00000000..754ab395 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000002_ddbbeba2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000003_c7176400.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000003_c7176400.szcp new file mode 100644 index 00000000..5df18157 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000003_c7176400.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000004_bd2b98b5.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000004_bd2b98b5.szcp new file mode 100644 index 00000000..17ae3c34 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000004_bd2b98b5.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000005_6bf2820c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000005_6bf2820c.szcp new file mode 100644 index 00000000..4124aac4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000005_6bf2820c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000006_d06c998f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000006_d06c998f.szcp new file mode 100644 index 00000000..a4b4c2d3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_002/checkpoints/checkpoint_00000000000000000006_d06c998f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000001_767ff60a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000001_767ff60a.szar new file mode 100644 index 00000000..89edfd1e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000001_767ff60a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000002_0c1e93d9.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000002_0c1e93d9.szar new file mode 100644 index 00000000..6cece594 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000002_0c1e93d9.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000003_f7ae808c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000003_f7ae808c.szar new file mode 100644 index 00000000..d44a8cb8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000003_f7ae808c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000004_40af8d1b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000004_40af8d1b.szar new file mode 100644 index 00000000..a7480e47 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/archive/delta_00000000000000000004_40af8d1b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000001_ef255006.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000001_ef255006.szcp new file mode 100644 index 00000000..d514386e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000001_ef255006.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000002_ee9fa52f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000002_ee9fa52f.szcp new file mode 100644 index 00000000..7462a3f1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000002_ee9fa52f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000003_c7000e8c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000003_c7000e8c.szcp new file mode 100644 index 00000000..761b5b3b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000003_c7000e8c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000004_c9e1e136.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000004_c9e1e136.szcp new file mode 100644 index 00000000..9c30ec1d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_003/checkpoints/checkpoint_00000000000000000004_c9e1e136.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000001_5df3320c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000001_5df3320c.szar new file mode 100644 index 00000000..33793f61 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000001_5df3320c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000002_e2cdd74f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000002_e2cdd74f.szar new file mode 100644 index 00000000..a4df6b11 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000002_e2cdd74f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000003_dcd84df4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000003_dcd84df4.szar new file mode 100644 index 00000000..93550863 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000003_dcd84df4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000004_2eca5816.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000004_2eca5816.szar new file mode 100644 index 00000000..c590fdc6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/archive/delta_00000000000000000004_2eca5816.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000001_94c2d476.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000001_94c2d476.szcp new file mode 100644 index 00000000..04c37101 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000001_94c2d476.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000002_c6cdc3b4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000002_c6cdc3b4.szcp new file mode 100644 index 00000000..5ff3e0d2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000002_c6cdc3b4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000003_6984d798.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000003_6984d798.szcp new file mode 100644 index 00000000..d1aa3dde Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000003_6984d798.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000004_bc350dfc.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000004_bc350dfc.szcp new file mode 100644 index 00000000..ef194a0e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_004/checkpoints/checkpoint_00000000000000000004_bc350dfc.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000001_69f28675.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000001_69f28675.szar new file mode 100644 index 00000000..608e74dd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000001_69f28675.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000002_20991ebb.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000002_20991ebb.szar new file mode 100644 index 00000000..2ba55613 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000002_20991ebb.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000003_f65700ec.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000003_f65700ec.szar new file mode 100644 index 00000000..aa1b0a92 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000003_f65700ec.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000004_02136e77.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000004_02136e77.szar new file mode 100644 index 00000000..4014b6e1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/archive/delta_00000000000000000004_02136e77.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000001_a81af291.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000001_a81af291.szcp new file mode 100644 index 00000000..a80e41f6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000001_a81af291.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000002_73d9a8cd.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000002_73d9a8cd.szcp new file mode 100644 index 00000000..eb0739c0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000002_73d9a8cd.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000003_fa8a94a0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000003_fa8a94a0.szcp new file mode 100644 index 00000000..c3fc3a22 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000003_fa8a94a0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000004_2ca3868a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000004_2ca3868a.szcp new file mode 100644 index 00000000..1948c79e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_005/checkpoints/checkpoint_00000000000000000004_2ca3868a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000001_f96035be.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000001_f96035be.szar new file mode 100644 index 00000000..9893d5a9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000001_f96035be.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000002_31c90be5.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000002_31c90be5.szar new file mode 100644 index 00000000..b4b7f6d8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000002_31c90be5.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000003_8386063b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000003_8386063b.szar new file mode 100644 index 00000000..40708046 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/archive/delta_00000000000000000003_8386063b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000001_e3c39945.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000001_e3c39945.szcp new file mode 100644 index 00000000..1c4bf2b3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000001_e3c39945.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000002_e1c91906.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000002_e1c91906.szcp new file mode 100644 index 00000000..62bf4184 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000002_e1c91906.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000003_3dbde59f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000003_3dbde59f.szcp new file mode 100644 index 00000000..0701c7d4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_006/checkpoints/checkpoint_00000000000000000003_3dbde59f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000001_8980d67f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000001_8980d67f.szar new file mode 100644 index 00000000..2a92c894 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000001_8980d67f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000002_8c0a507b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000002_8c0a507b.szar new file mode 100644 index 00000000..798d752f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000002_8c0a507b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000003_32058b79.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000003_32058b79.szar new file mode 100644 index 00000000..89402b7c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000003_32058b79.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000004_1b391394.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000004_1b391394.szar new file mode 100644 index 00000000..87becfd4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/archive/delta_00000000000000000004_1b391394.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000001_a26fb2ac.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000001_a26fb2ac.szcp new file mode 100644 index 00000000..d8a434db Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000001_a26fb2ac.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000002_12788fab.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000002_12788fab.szcp new file mode 100644 index 00000000..01d7f27f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000002_12788fab.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000003_27ce7e0f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000003_27ce7e0f.szcp new file mode 100644 index 00000000..d3728ce6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000003_27ce7e0f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000004_050144bb.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000004_050144bb.szcp new file mode 100644 index 00000000..e2660c6d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_007/checkpoints/checkpoint_00000000000000000004_050144bb.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000001_e39a2db6.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000001_e39a2db6.szar new file mode 100644 index 00000000..0e04c79b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000001_e39a2db6.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000002_460c9c63.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000002_460c9c63.szar new file mode 100644 index 00000000..3c116e10 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000002_460c9c63.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000003_e227132b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000003_e227132b.szar new file mode 100644 index 00000000..4c63d4b6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000003_e227132b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000004_e24d5cc6.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000004_e24d5cc6.szar new file mode 100644 index 00000000..ee673ae2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000004_e24d5cc6.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000005_3e15cb5b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000005_3e15cb5b.szar new file mode 100644 index 00000000..441e9d75 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000005_3e15cb5b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000006_af4935cf.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000006_af4935cf.szar new file mode 100644 index 00000000..229336af Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000006_af4935cf.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000007_97c1e50b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000007_97c1e50b.szar new file mode 100644 index 00000000..58b509ab Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000007_97c1e50b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000008_07d6b9ce.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000008_07d6b9ce.szar new file mode 100644 index 00000000..6823b6a3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/archive/delta_00000000000000000008_07d6b9ce.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000001_c0d300b2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000001_c0d300b2.szcp new file mode 100644 index 00000000..34eff34e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000001_c0d300b2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000002_a9263efa.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000002_a9263efa.szcp new file mode 100644 index 00000000..8a389cd6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000002_a9263efa.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000003_92258e56.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000003_92258e56.szcp new file mode 100644 index 00000000..ec80b41e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000003_92258e56.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000004_067ed5ef.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000004_067ed5ef.szcp new file mode 100644 index 00000000..999c0870 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000004_067ed5ef.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000005_d507e6ef.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000005_d507e6ef.szcp new file mode 100644 index 00000000..9cb2e0f7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000005_d507e6ef.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000006_3b0a5383.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000006_3b0a5383.szcp new file mode 100644 index 00000000..ad57b6e8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000006_3b0a5383.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000007_c647d854.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000007_c647d854.szcp new file mode 100644 index 00000000..3752b11a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000007_c647d854.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000008_ff5a52bf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000008_ff5a52bf.szcp new file mode 100644 index 00000000..7abb0904 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_008/checkpoints/checkpoint_00000000000000000008_ff5a52bf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000001_0856bc45.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000001_0856bc45.szar new file mode 100644 index 00000000..cea7dfd2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000001_0856bc45.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000002_20c0aa26.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000002_20c0aa26.szar new file mode 100644 index 00000000..b57b8467 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000002_20c0aa26.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000003_79cff1a4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000003_79cff1a4.szar new file mode 100644 index 00000000..1d5a1254 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000003_79cff1a4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000004_24445dd5.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000004_24445dd5.szar new file mode 100644 index 00000000..912ac88c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000004_24445dd5.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000005_316d76d5.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000005_316d76d5.szar new file mode 100644 index 00000000..71639132 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000005_316d76d5.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000006_a81cd1b8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000006_a81cd1b8.szar new file mode 100644 index 00000000..873bc294 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000006_a81cd1b8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000007_535ea684.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000007_535ea684.szar new file mode 100644 index 00000000..d487434a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000007_535ea684.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000008_5c3a814f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000008_5c3a814f.szar new file mode 100644 index 00000000..2c1f541c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000008_5c3a814f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000009_ecc1afd5.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000009_ecc1afd5.szar new file mode 100644 index 00000000..d3c2fcee Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000009_ecc1afd5.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000010_83b61536.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000010_83b61536.szar new file mode 100644 index 00000000..33b0ffc4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/archive/delta_00000000000000000010_83b61536.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000001_9aa17fcb.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000001_9aa17fcb.szcp new file mode 100644 index 00000000..c8dc488b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000001_9aa17fcb.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000002_7f7afcd6.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000002_7f7afcd6.szcp new file mode 100644 index 00000000..e8beaf34 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000002_7f7afcd6.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000003_3aa5441f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000003_3aa5441f.szcp new file mode 100644 index 00000000..097a47b6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000003_3aa5441f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000004_0129ebf4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000004_0129ebf4.szcp new file mode 100644 index 00000000..d5ce670c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000004_0129ebf4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000005_fe939ce9.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000005_fe939ce9.szcp new file mode 100644 index 00000000..e3bdd723 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000005_fe939ce9.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000006_c39a4a4d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000006_c39a4a4d.szcp new file mode 100644 index 00000000..a137092b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000006_c39a4a4d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000007_d7050bc2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000007_d7050bc2.szcp new file mode 100644 index 00000000..b739e2ab Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000007_d7050bc2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000008_d4737a6e.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000008_d4737a6e.szcp new file mode 100644 index 00000000..a5fb3b09 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000008_d4737a6e.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000009_c131bf18.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000009_c131bf18.szcp new file mode 100644 index 00000000..496f9dbc Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000009_c131bf18.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000010_0662757a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000010_0662757a.szcp new file mode 100644 index 00000000..ad4a678c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_009/checkpoints/checkpoint_00000000000000000010_0662757a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000001_896d2c11.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000001_896d2c11.szar new file mode 100644 index 00000000..c5b496f6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000001_896d2c11.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000002_ed6469cb.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000002_ed6469cb.szar new file mode 100644 index 00000000..1baff357 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000002_ed6469cb.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000003_a8377f26.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000003_a8377f26.szar new file mode 100644 index 00000000..0e7afc00 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000003_a8377f26.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000004_0d106cf6.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000004_0d106cf6.szar new file mode 100644 index 00000000..48017f05 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/archive/delta_00000000000000000004_0d106cf6.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000001_89cb0693.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000001_89cb0693.szcp new file mode 100644 index 00000000..c9648cfd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000001_89cb0693.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000002_4613cacb.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000002_4613cacb.szcp new file mode 100644 index 00000000..155d000f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000002_4613cacb.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000003_7d4fd717.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000003_7d4fd717.szcp new file mode 100644 index 00000000..e5f77cc6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000003_7d4fd717.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000004_6035b4ce.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000004_6035b4ce.szcp new file mode 100644 index 00000000..ee5ef446 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_010/checkpoints/checkpoint_00000000000000000004_6035b4ce.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000001_efc2829f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000001_efc2829f.szar new file mode 100644 index 00000000..0128754e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000001_efc2829f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000002_3dd2cb8c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000002_3dd2cb8c.szar new file mode 100644 index 00000000..6119133a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000002_3dd2cb8c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000003_73a45039.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000003_73a45039.szar new file mode 100644 index 00000000..c6d0cfd9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000003_73a45039.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000004_ffc4ab00.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000004_ffc4ab00.szar new file mode 100644 index 00000000..32a97f84 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000004_ffc4ab00.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000005_7be94f23.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000005_7be94f23.szar new file mode 100644 index 00000000..80dfbaa0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000005_7be94f23.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000006_b0d94029.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000006_b0d94029.szar new file mode 100644 index 00000000..45cb24b8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000006_b0d94029.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000007_a65627c1.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000007_a65627c1.szar new file mode 100644 index 00000000..2c633ad8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/archive/delta_00000000000000000007_a65627c1.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000001_3726c5ea.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000001_3726c5ea.szcp new file mode 100644 index 00000000..993fa486 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000001_3726c5ea.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000002_bff9f900.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000002_bff9f900.szcp new file mode 100644 index 00000000..54f6be0d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000002_bff9f900.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000003_8f839dac.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000003_8f839dac.szcp new file mode 100644 index 00000000..1a7b0944 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000003_8f839dac.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000004_9c8c00f2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000004_9c8c00f2.szcp new file mode 100644 index 00000000..8b1cc2d0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000004_9c8c00f2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000005_6dda33ee.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000005_6dda33ee.szcp new file mode 100644 index 00000000..d6eb1786 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000005_6dda33ee.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000006_02816665.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000006_02816665.szcp new file mode 100644 index 00000000..80504dba Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000006_02816665.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000007_f8c2f9bd.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000007_f8c2f9bd.szcp new file mode 100644 index 00000000..668d195f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_011/checkpoints/checkpoint_00000000000000000007_f8c2f9bd.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000001_04563244.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000001_04563244.szar new file mode 100644 index 00000000..4d8fb976 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000001_04563244.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000002_eab78825.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000002_eab78825.szar new file mode 100644 index 00000000..4a65e196 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000002_eab78825.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000003_644d5067.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000003_644d5067.szar new file mode 100644 index 00000000..99a61846 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000003_644d5067.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000004_b2f46c2e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000004_b2f46c2e.szar new file mode 100644 index 00000000..0ef187ea Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/archive/delta_00000000000000000004_b2f46c2e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000001_26dda360.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000001_26dda360.szcp new file mode 100644 index 00000000..0ec4fd8c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000001_26dda360.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000002_1faa1394.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000002_1faa1394.szcp new file mode 100644 index 00000000..58f19d0e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000002_1faa1394.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000003_27142a3b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000003_27142a3b.szcp new file mode 100644 index 00000000..b4bfb5ab Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000003_27142a3b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000004_f25f52dc.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000004_f25f52dc.szcp new file mode 100644 index 00000000..3689d072 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_012/checkpoints/checkpoint_00000000000000000004_f25f52dc.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000001_d37498d1.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000001_d37498d1.szar new file mode 100644 index 00000000..4f98fc92 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000001_d37498d1.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000002_5682034d.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000002_5682034d.szar new file mode 100644 index 00000000..4a6e9f7e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000002_5682034d.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000003_e38cdae4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000003_e38cdae4.szar new file mode 100644 index 00000000..4a83b758 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000003_e38cdae4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000004_e06a12a1.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000004_e06a12a1.szar new file mode 100644 index 00000000..4ffa16e1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000004_e06a12a1.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000005_b87cd18f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000005_b87cd18f.szar new file mode 100644 index 00000000..791262da Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000005_b87cd18f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000006_22779465.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000006_22779465.szar new file mode 100644 index 00000000..da2d301a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000006_22779465.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000007_8141b207.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000007_8141b207.szar new file mode 100644 index 00000000..b6905549 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/archive/delta_00000000000000000007_8141b207.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000001_9cc109c4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000001_9cc109c4.szcp new file mode 100644 index 00000000..02e357f5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000001_9cc109c4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000002_5908c5c8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000002_5908c5c8.szcp new file mode 100644 index 00000000..281a6006 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000002_5908c5c8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000003_392bbbdd.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000003_392bbbdd.szcp new file mode 100644 index 00000000..715d4e4a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000003_392bbbdd.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000004_5fb9f712.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000004_5fb9f712.szcp new file mode 100644 index 00000000..ecf2dce5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000004_5fb9f712.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000005_d54e5727.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000005_d54e5727.szcp new file mode 100644 index 00000000..1b0e92a3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000005_d54e5727.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000006_98ca5e88.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000006_98ca5e88.szcp new file mode 100644 index 00000000..f92cc1a0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000006_98ca5e88.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000007_36818abf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000007_36818abf.szcp new file mode 100644 index 00000000..e2a394f1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_013/checkpoints/checkpoint_00000000000000000007_36818abf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000001_7de70528.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000001_7de70528.szar new file mode 100644 index 00000000..16702c27 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000001_7de70528.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000002_93d268f9.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000002_93d268f9.szar new file mode 100644 index 00000000..c9f19932 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000002_93d268f9.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000003_a06a633e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000003_a06a633e.szar new file mode 100644 index 00000000..00d943d0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000003_a06a633e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000004_baa87209.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000004_baa87209.szar new file mode 100644 index 00000000..24f56918 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/archive/delta_00000000000000000004_baa87209.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000001_b5b8b2bb.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000001_b5b8b2bb.szcp new file mode 100644 index 00000000..d05553b4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000001_b5b8b2bb.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000002_163a3e40.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000002_163a3e40.szcp new file mode 100644 index 00000000..a3cdd041 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000002_163a3e40.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000003_8c6f2cc9.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000003_8c6f2cc9.szcp new file mode 100644 index 00000000..2cb1a1a0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000003_8c6f2cc9.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000004_a9d6605c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000004_a9d6605c.szcp new file mode 100644 index 00000000..f7fc77b4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_014/checkpoints/checkpoint_00000000000000000004_a9d6605c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000001_cd7e1c73.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000001_cd7e1c73.szar new file mode 100644 index 00000000..d9aaf139 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000001_cd7e1c73.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000002_0050f7ca.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000002_0050f7ca.szar new file mode 100644 index 00000000..e9575c67 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000002_0050f7ca.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000003_9b2d682d.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000003_9b2d682d.szar new file mode 100644 index 00000000..ecd10013 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000003_9b2d682d.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000004_6181ee4d.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000004_6181ee4d.szar new file mode 100644 index 00000000..d8431b23 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/archive/delta_00000000000000000004_6181ee4d.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000001_560327c2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000001_560327c2.szcp new file mode 100644 index 00000000..bce21c1a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000001_560327c2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000002_ed5f4f78.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000002_ed5f4f78.szcp new file mode 100644 index 00000000..49292ffd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000002_ed5f4f78.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000003_5972de56.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000003_5972de56.szcp new file mode 100644 index 00000000..ca070b56 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000003_5972de56.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000004_d7a13620.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000004_d7a13620.szcp new file mode 100644 index 00000000..04835a47 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_015/checkpoints/checkpoint_00000000000000000004_d7a13620.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000001_a2c2182f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000001_a2c2182f.szar new file mode 100644 index 00000000..a8f511f4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000001_a2c2182f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000002_2d9ec0a3.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000002_2d9ec0a3.szar new file mode 100644 index 00000000..32a07526 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000002_2d9ec0a3.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000003_780881dd.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000003_780881dd.szar new file mode 100644 index 00000000..eac511d2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000003_780881dd.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000004_66418566.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000004_66418566.szar new file mode 100644 index 00000000..aeb10404 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000004_66418566.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000005_a4bca12d.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000005_a4bca12d.szar new file mode 100644 index 00000000..db990ae9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000005_a4bca12d.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000006_281ff046.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000006_281ff046.szar new file mode 100644 index 00000000..bc3dc639 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000006_281ff046.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000007_34baea32.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000007_34baea32.szar new file mode 100644 index 00000000..3d790c04 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/archive/delta_00000000000000000007_34baea32.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000001_f49e41e7.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000001_f49e41e7.szcp new file mode 100644 index 00000000..5c67e363 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000001_f49e41e7.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000002_5f22ed50.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000002_5f22ed50.szcp new file mode 100644 index 00000000..f3b0a777 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000002_5f22ed50.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000003_1cf8906d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000003_1cf8906d.szcp new file mode 100644 index 00000000..9f8273af Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000003_1cf8906d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000004_9a7ee6a5.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000004_9a7ee6a5.szcp new file mode 100644 index 00000000..ad464d86 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000004_9a7ee6a5.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000005_04630a00.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000005_04630a00.szcp new file mode 100644 index 00000000..3eb29756 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000005_04630a00.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000006_3ae83bc7.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000006_3ae83bc7.szcp new file mode 100644 index 00000000..80978573 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000006_3ae83bc7.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000007_f677874f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000007_f677874f.szcp new file mode 100644 index 00000000..b59ceae5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_016/checkpoints/checkpoint_00000000000000000007_f677874f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000001_108471ae.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000001_108471ae.szar new file mode 100644 index 00000000..191bf866 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000001_108471ae.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000002_a3bc7b1f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000002_a3bc7b1f.szar new file mode 100644 index 00000000..d00786f1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000002_a3bc7b1f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000003_fa6f8b95.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000003_fa6f8b95.szar new file mode 100644 index 00000000..22e31b2a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000003_fa6f8b95.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000004_d486b8c3.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000004_d486b8c3.szar new file mode 100644 index 00000000..dc02113a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000004_d486b8c3.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000005_e0b70e43.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000005_e0b70e43.szar new file mode 100644 index 00000000..c8911b60 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000005_e0b70e43.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000006_0d256b8a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000006_0d256b8a.szar new file mode 100644 index 00000000..cd45c283 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000006_0d256b8a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000007_c9125832.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000007_c9125832.szar new file mode 100644 index 00000000..ffb52c27 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/archive/delta_00000000000000000007_c9125832.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000001_2289213b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000001_2289213b.szcp new file mode 100644 index 00000000..68a74590 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000001_2289213b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000002_654fafed.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000002_654fafed.szcp new file mode 100644 index 00000000..6964087e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000002_654fafed.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000003_141c8305.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000003_141c8305.szcp new file mode 100644 index 00000000..4ddb89b4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000003_141c8305.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000004_f8f077fb.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000004_f8f077fb.szcp new file mode 100644 index 00000000..f932ed68 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000004_f8f077fb.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000005_a5feaf3a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000005_a5feaf3a.szcp new file mode 100644 index 00000000..10beb92a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000005_a5feaf3a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000006_db342fb5.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000006_db342fb5.szcp new file mode 100644 index 00000000..472332a8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000006_db342fb5.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000007_cb36c3c2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000007_cb36c3c2.szcp new file mode 100644 index 00000000..bd2e1551 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_017/checkpoints/checkpoint_00000000000000000007_cb36c3c2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000001_9b1f40c8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000001_9b1f40c8.szar new file mode 100644 index 00000000..44953505 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000001_9b1f40c8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000002_45eef695.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000002_45eef695.szar new file mode 100644 index 00000000..ce0ae168 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000002_45eef695.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000003_cdc04832.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000003_cdc04832.szar new file mode 100644 index 00000000..83b5e595 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000003_cdc04832.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000004_a8f98699.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000004_a8f98699.szar new file mode 100644 index 00000000..95ab3a14 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/archive/delta_00000000000000000004_a8f98699.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000001_787d857a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000001_787d857a.szcp new file mode 100644 index 00000000..9bae3cde Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000001_787d857a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000002_e0cdf7c1.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000002_e0cdf7c1.szcp new file mode 100644 index 00000000..7b8e69e6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000002_e0cdf7c1.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000003_01f75012.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000003_01f75012.szcp new file mode 100644 index 00000000..ea83bc2d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000003_01f75012.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000004_a2cc540d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000004_a2cc540d.szcp new file mode 100644 index 00000000..e5e4a23b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_018/checkpoints/checkpoint_00000000000000000004_a2cc540d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000001_6746fd35.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000001_6746fd35.szar new file mode 100644 index 00000000..4623ced2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000001_6746fd35.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000002_a5e2137b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000002_a5e2137b.szar new file mode 100644 index 00000000..34031b7f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000002_a5e2137b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000003_6d96a180.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000003_6d96a180.szar new file mode 100644 index 00000000..6ac0ea3d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000003_6d96a180.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000004_41c2daec.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000004_41c2daec.szar new file mode 100644 index 00000000..2e6a1ddb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/archive/delta_00000000000000000004_41c2daec.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000001_11b723d4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000001_11b723d4.szcp new file mode 100644 index 00000000..df644e31 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000001_11b723d4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000002_d94bfbb2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000002_d94bfbb2.szcp new file mode 100644 index 00000000..7c819c2d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000002_d94bfbb2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000003_ef2a2aec.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000003_ef2a2aec.szcp new file mode 100644 index 00000000..6e322869 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000003_ef2a2aec.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000004_9d969404.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000004_9d969404.szcp new file mode 100644 index 00000000..fdf514bd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_019/checkpoints/checkpoint_00000000000000000004_9d969404.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000001_7348f128.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000001_7348f128.szar new file mode 100644 index 00000000..96451cfa Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000001_7348f128.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000002_dfa344d7.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000002_dfa344d7.szar new file mode 100644 index 00000000..8e73472c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000002_dfa344d7.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000003_f033d4b6.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000003_f033d4b6.szar new file mode 100644 index 00000000..be2e93e4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000003_f033d4b6.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000004_9404e51e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000004_9404e51e.szar new file mode 100644 index 00000000..48ae6c63 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000004_9404e51e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000005_984c38ea.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000005_984c38ea.szar new file mode 100644 index 00000000..eaf157b5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000005_984c38ea.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000006_626d2640.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000006_626d2640.szar new file mode 100644 index 00000000..2c798ebf Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000006_626d2640.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000007_c8e5b427.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000007_c8e5b427.szar new file mode 100644 index 00000000..98b3d263 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000007_c8e5b427.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000008_ae4ee740.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000008_ae4ee740.szar new file mode 100644 index 00000000..5051783b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/archive/delta_00000000000000000008_ae4ee740.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000001_832c63d4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000001_832c63d4.szcp new file mode 100644 index 00000000..32d34140 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000001_832c63d4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000002_233af3e8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000002_233af3e8.szcp new file mode 100644 index 00000000..9f555fb8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000002_233af3e8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000003_69b917f8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000003_69b917f8.szcp new file mode 100644 index 00000000..37c7bf8e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000003_69b917f8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000004_2d5dc0ff.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000004_2d5dc0ff.szcp new file mode 100644 index 00000000..ea150d5d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000004_2d5dc0ff.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000005_6adc71ef.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000005_6adc71ef.szcp new file mode 100644 index 00000000..8b38a0c3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000005_6adc71ef.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000006_652eb2a8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000006_652eb2a8.szcp new file mode 100644 index 00000000..adb0b483 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000006_652eb2a8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000007_3e3c1d2f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000007_3e3c1d2f.szcp new file mode 100644 index 00000000..20211e71 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000007_3e3c1d2f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000008_f246811e.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000008_f246811e.szcp new file mode 100644 index 00000000..70a20519 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_020/checkpoints/checkpoint_00000000000000000008_f246811e.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000001_37d871f8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000001_37d871f8.szar new file mode 100644 index 00000000..1f9deaf3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000001_37d871f8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000002_59d00932.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000002_59d00932.szar new file mode 100644 index 00000000..a54cf6fb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000002_59d00932.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000003_f311fa4e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000003_f311fa4e.szar new file mode 100644 index 00000000..9d3a3f81 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000003_f311fa4e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000004_cc20cfae.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000004_cc20cfae.szar new file mode 100644 index 00000000..dd2dad6d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000004_cc20cfae.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000005_9bcdc937.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000005_9bcdc937.szar new file mode 100644 index 00000000..5d2646d2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/archive/delta_00000000000000000005_9bcdc937.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000001_8f8ddb31.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000001_8f8ddb31.szcp new file mode 100644 index 00000000..2f6688bb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000001_8f8ddb31.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000002_addd63c4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000002_addd63c4.szcp new file mode 100644 index 00000000..ce23eaca Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000002_addd63c4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000003_1de760be.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000003_1de760be.szcp new file mode 100644 index 00000000..11186152 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000003_1de760be.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000004_41265c26.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000004_41265c26.szcp new file mode 100644 index 00000000..e201863a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000004_41265c26.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000005_bf28f341.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000005_bf28f341.szcp new file mode 100644 index 00000000..00f618c0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_021/checkpoints/checkpoint_00000000000000000005_bf28f341.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000001_1b91a71b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000001_1b91a71b.szar new file mode 100644 index 00000000..69444ab1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000001_1b91a71b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000002_20a6ccb2.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000002_20a6ccb2.szar new file mode 100644 index 00000000..aded7faa Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000002_20a6ccb2.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000003_79990a4f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000003_79990a4f.szar new file mode 100644 index 00000000..bbbcb284 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000003_79990a4f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000004_7794a55a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000004_7794a55a.szar new file mode 100644 index 00000000..798fac3b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/archive/delta_00000000000000000004_7794a55a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000001_07075c43.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000001_07075c43.szcp new file mode 100644 index 00000000..55ded720 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000001_07075c43.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000002_fb85d75a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000002_fb85d75a.szcp new file mode 100644 index 00000000..5d80c9fa Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000002_fb85d75a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000003_9f7ec5c1.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000003_9f7ec5c1.szcp new file mode 100644 index 00000000..c56842db Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000003_9f7ec5c1.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000004_2a6f3ef0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000004_2a6f3ef0.szcp new file mode 100644 index 00000000..c04ab36e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_022/checkpoints/checkpoint_00000000000000000004_2a6f3ef0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000001_1545f36e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000001_1545f36e.szar new file mode 100644 index 00000000..c459d48e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000001_1545f36e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000002_044ad742.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000002_044ad742.szar new file mode 100644 index 00000000..5050a631 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000002_044ad742.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000003_06eb0f32.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000003_06eb0f32.szar new file mode 100644 index 00000000..c1a3543f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000003_06eb0f32.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000004_e32ddffc.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000004_e32ddffc.szar new file mode 100644 index 00000000..683d03b8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/archive/delta_00000000000000000004_e32ddffc.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000001_5b027bae.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000001_5b027bae.szcp new file mode 100644 index 00000000..a8b71e13 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000001_5b027bae.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000002_8beea1bf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000002_8beea1bf.szcp new file mode 100644 index 00000000..f1407419 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000002_8beea1bf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000003_01c97761.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000003_01c97761.szcp new file mode 100644 index 00000000..1fc012db Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000003_01c97761.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000004_868c8ced.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000004_868c8ced.szcp new file mode 100644 index 00000000..336376e4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_023/checkpoints/checkpoint_00000000000000000004_868c8ced.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000001_df71ec26.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000001_df71ec26.szar new file mode 100644 index 00000000..c65e488f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000001_df71ec26.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000002_5d10e0e0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000002_5d10e0e0.szar new file mode 100644 index 00000000..8367f63c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000002_5d10e0e0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000003_05178e30.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000003_05178e30.szar new file mode 100644 index 00000000..9fd4b28f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/archive/delta_00000000000000000003_05178e30.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000001_86be22e0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000001_86be22e0.szcp new file mode 100644 index 00000000..3b70e81b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000001_86be22e0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000002_7ae5dbe2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000002_7ae5dbe2.szcp new file mode 100644 index 00000000..1b781803 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000002_7ae5dbe2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000003_03e86a29.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000003_03e86a29.szcp new file mode 100644 index 00000000..cf6bf58a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_024/checkpoints/checkpoint_00000000000000000003_03e86a29.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000001_f8cdecb9.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000001_f8cdecb9.szar new file mode 100644 index 00000000..3a4e3bd9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000001_f8cdecb9.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000002_f38a7e8a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000002_f38a7e8a.szar new file mode 100644 index 00000000..baa7a7d2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000002_f38a7e8a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000003_5d506a18.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000003_5d506a18.szar new file mode 100644 index 00000000..6739bf77 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000003_5d506a18.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000004_654b6fd8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000004_654b6fd8.szar new file mode 100644 index 00000000..9fa73c58 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000004_654b6fd8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000005_15f5defb.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000005_15f5defb.szar new file mode 100644 index 00000000..eebba987 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000005_15f5defb.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000006_e692f57c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000006_e692f57c.szar new file mode 100644 index 00000000..fc9c4284 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/archive/delta_00000000000000000006_e692f57c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000001_507c911d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000001_507c911d.szcp new file mode 100644 index 00000000..e33941b4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000001_507c911d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000002_ca5af3be.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000002_ca5af3be.szcp new file mode 100644 index 00000000..595be34d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000002_ca5af3be.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000003_d5131d5e.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000003_d5131d5e.szcp new file mode 100644 index 00000000..d17a2c7a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000003_d5131d5e.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000004_a393fe20.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000004_a393fe20.szcp new file mode 100644 index 00000000..0d1bfa04 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000004_a393fe20.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000005_919abea6.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000005_919abea6.szcp new file mode 100644 index 00000000..b3c59bb5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000005_919abea6.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000006_4e8fe8ed.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000006_4e8fe8ed.szcp new file mode 100644 index 00000000..a1208a10 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_025/checkpoints/checkpoint_00000000000000000006_4e8fe8ed.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000001_1b9fdd19.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000001_1b9fdd19.szar new file mode 100644 index 00000000..d025eb53 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000001_1b9fdd19.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000002_68a5e758.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000002_68a5e758.szar new file mode 100644 index 00000000..e759e4f9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000002_68a5e758.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000003_caa4f948.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000003_caa4f948.szar new file mode 100644 index 00000000..4a5f54b8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000003_caa4f948.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000004_407f84ed.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000004_407f84ed.szar new file mode 100644 index 00000000..3f138f15 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/archive/delta_00000000000000000004_407f84ed.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000001_7b62b39c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000001_7b62b39c.szcp new file mode 100644 index 00000000..943a3dc0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000001_7b62b39c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000002_788238de.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000002_788238de.szcp new file mode 100644 index 00000000..263e712d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000002_788238de.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000003_14c95002.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000003_14c95002.szcp new file mode 100644 index 00000000..38c6ba10 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000003_14c95002.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000004_e5ffd1e4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000004_e5ffd1e4.szcp new file mode 100644 index 00000000..6f7c2a11 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_026/checkpoints/checkpoint_00000000000000000004_e5ffd1e4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000001_3da26f5b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000001_3da26f5b.szar new file mode 100644 index 00000000..4ebd66c9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000001_3da26f5b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000002_c9853256.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000002_c9853256.szar new file mode 100644 index 00000000..722388ac Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000002_c9853256.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000003_58839a12.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000003_58839a12.szar new file mode 100644 index 00000000..ed0c4f03 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/archive/delta_00000000000000000003_58839a12.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000001_5dcf1e6a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000001_5dcf1e6a.szcp new file mode 100644 index 00000000..4cdf5f8b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000001_5dcf1e6a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000002_b985b2b2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000002_b985b2b2.szcp new file mode 100644 index 00000000..444f3670 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000002_b985b2b2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000003_7db503ab.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000003_7db503ab.szcp new file mode 100644 index 00000000..874d3479 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_027/checkpoints/checkpoint_00000000000000000003_7db503ab.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000001_c6c35e9f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000001_c6c35e9f.szar new file mode 100644 index 00000000..454a004d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000001_c6c35e9f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000002_c39cea5f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000002_c39cea5f.szar new file mode 100644 index 00000000..c3f8fa23 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000002_c39cea5f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000003_82cb146c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000003_82cb146c.szar new file mode 100644 index 00000000..75f2dfc0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/archive/delta_00000000000000000003_82cb146c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000001_730d8379.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000001_730d8379.szcp new file mode 100644 index 00000000..e17cf8d9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000001_730d8379.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000002_ee7bf032.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000002_ee7bf032.szcp new file mode 100644 index 00000000..af3dfc26 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000002_ee7bf032.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000003_8cc7d73e.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000003_8cc7d73e.szcp new file mode 100644 index 00000000..c7446b6f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_028/checkpoints/checkpoint_00000000000000000003_8cc7d73e.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000001_56676a04.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000001_56676a04.szar new file mode 100644 index 00000000..44f698e8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000001_56676a04.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000002_d0e8e160.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000002_d0e8e160.szar new file mode 100644 index 00000000..a592282a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000002_d0e8e160.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000003_76ae495b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000003_76ae495b.szar new file mode 100644 index 00000000..47ce80d5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000003_76ae495b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000004_d514a6de.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000004_d514a6de.szar new file mode 100644 index 00000000..c649625b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/archive/delta_00000000000000000004_d514a6de.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000001_cfa58781.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000001_cfa58781.szcp new file mode 100644 index 00000000..dcd97d43 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000001_cfa58781.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000002_67dd8a4b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000002_67dd8a4b.szcp new file mode 100644 index 00000000..337f1b5d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000002_67dd8a4b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000003_2c5739bb.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000003_2c5739bb.szcp new file mode 100644 index 00000000..c2e7100d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000003_2c5739bb.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000004_70d35e10.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000004_70d35e10.szcp new file mode 100644 index 00000000..7f756cf8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_029/checkpoints/checkpoint_00000000000000000004_70d35e10.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000001_1d690e25.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000001_1d690e25.szar new file mode 100644 index 00000000..2114b41f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000001_1d690e25.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000002_28dcfc42.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000002_28dcfc42.szar new file mode 100644 index 00000000..7b9f65a2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000002_28dcfc42.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000003_9768d5a6.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000003_9768d5a6.szar new file mode 100644 index 00000000..03b988f8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000003_9768d5a6.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000004_35a181a8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000004_35a181a8.szar new file mode 100644 index 00000000..a725539d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000004_35a181a8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000005_7b60ea74.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000005_7b60ea74.szar new file mode 100644 index 00000000..0aaca71c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000005_7b60ea74.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000006_6364a5c6.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000006_6364a5c6.szar new file mode 100644 index 00000000..795791aa Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/archive/delta_00000000000000000006_6364a5c6.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000001_ebde71f4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000001_ebde71f4.szcp new file mode 100644 index 00000000..1f8b2788 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000001_ebde71f4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000002_ffe55038.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000002_ffe55038.szcp new file mode 100644 index 00000000..1fc400a8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000002_ffe55038.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000003_b2da9b8b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000003_b2da9b8b.szcp new file mode 100644 index 00000000..50b40db4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000003_b2da9b8b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000004_912ce01c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000004_912ce01c.szcp new file mode 100644 index 00000000..57742acf Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000004_912ce01c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000005_0fd49aa9.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000005_0fd49aa9.szcp new file mode 100644 index 00000000..354af4d3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000005_0fd49aa9.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000006_a4e5c5d0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000006_a4e5c5d0.szcp new file mode 100644 index 00000000..67b369df Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_030/checkpoints/checkpoint_00000000000000000006_a4e5c5d0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000001_ac9dd6c3.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000001_ac9dd6c3.szar new file mode 100644 index 00000000..031d78b7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000001_ac9dd6c3.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000002_9e3daf12.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000002_9e3daf12.szar new file mode 100644 index 00000000..6b8ba3d8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000002_9e3daf12.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000003_8f7e8350.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000003_8f7e8350.szar new file mode 100644 index 00000000..a80ff7a2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000003_8f7e8350.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000004_69501951.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000004_69501951.szar new file mode 100644 index 00000000..87aa7304 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000004_69501951.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000005_01cf1e0b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000005_01cf1e0b.szar new file mode 100644 index 00000000..8353f48b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000005_01cf1e0b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000006_d8e2d490.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000006_d8e2d490.szar new file mode 100644 index 00000000..78a45c43 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000006_d8e2d490.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000007_e1294fb9.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000007_e1294fb9.szar new file mode 100644 index 00000000..9e26cc0b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/archive/delta_00000000000000000007_e1294fb9.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000001_2a45f3df.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000001_2a45f3df.szcp new file mode 100644 index 00000000..c656e677 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000001_2a45f3df.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000002_3bffa26a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000002_3bffa26a.szcp new file mode 100644 index 00000000..1ca9b0d7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000002_3bffa26a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000003_7fb0841c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000003_7fb0841c.szcp new file mode 100644 index 00000000..d9bc2a22 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000003_7fb0841c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000004_172cd035.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000004_172cd035.szcp new file mode 100644 index 00000000..c0f10305 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000004_172cd035.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000005_2e831419.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000005_2e831419.szcp new file mode 100644 index 00000000..fe11bb49 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000005_2e831419.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000006_a1ae8fa6.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000006_a1ae8fa6.szcp new file mode 100644 index 00000000..0bbf8c9e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000006_a1ae8fa6.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000007_f097bc47.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000007_f097bc47.szcp new file mode 100644 index 00000000..7c024b98 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_031/checkpoints/checkpoint_00000000000000000007_f097bc47.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000001_4c447477.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000001_4c447477.szar new file mode 100644 index 00000000..12ceabc9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000001_4c447477.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000002_b3ce3647.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000002_b3ce3647.szar new file mode 100644 index 00000000..edf8e465 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000002_b3ce3647.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000003_59ed9409.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000003_59ed9409.szar new file mode 100644 index 00000000..3b8a58af Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000003_59ed9409.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000004_33dafb21.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000004_33dafb21.szar new file mode 100644 index 00000000..71ff23f2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000004_33dafb21.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000005_cebc8b4f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000005_cebc8b4f.szar new file mode 100644 index 00000000..1f3d671e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/archive/delta_00000000000000000005_cebc8b4f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000001_01ad3c17.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000001_01ad3c17.szcp new file mode 100644 index 00000000..7229fd39 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000001_01ad3c17.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000002_5f0995c3.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000002_5f0995c3.szcp new file mode 100644 index 00000000..03fc1a99 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000002_5f0995c3.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000003_73def07a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000003_73def07a.szcp new file mode 100644 index 00000000..cdefaf10 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000003_73def07a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000004_f8184b5a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000004_f8184b5a.szcp new file mode 100644 index 00000000..75af13ac Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000004_f8184b5a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000005_26f39a57.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000005_26f39a57.szcp new file mode 100644 index 00000000..fd06dd7d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_032/checkpoints/checkpoint_00000000000000000005_26f39a57.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000001_0ac84b0f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000001_0ac84b0f.szar new file mode 100644 index 00000000..5bcc3806 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000001_0ac84b0f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000002_91550094.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000002_91550094.szar new file mode 100644 index 00000000..69df22d3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000002_91550094.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000003_d32c1143.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000003_d32c1143.szar new file mode 100644 index 00000000..2e3ca3bf Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000003_d32c1143.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000004_c6f2343a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000004_c6f2343a.szar new file mode 100644 index 00000000..998238cf Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000004_c6f2343a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000005_c863f25b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000005_c863f25b.szar new file mode 100644 index 00000000..d6a49979 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000005_c863f25b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000006_85ef7b76.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000006_85ef7b76.szar new file mode 100644 index 00000000..99784e74 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000006_85ef7b76.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000007_8ba0cfbd.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000007_8ba0cfbd.szar new file mode 100644 index 00000000..ef6234ca Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/archive/delta_00000000000000000007_8ba0cfbd.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000001_a28545bf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000001_a28545bf.szcp new file mode 100644 index 00000000..8810f508 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000001_a28545bf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000002_ef36ea7c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000002_ef36ea7c.szcp new file mode 100644 index 00000000..ecd4ec20 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000002_ef36ea7c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000003_5cdf99f4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000003_5cdf99f4.szcp new file mode 100644 index 00000000..a2802dd9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000003_5cdf99f4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000004_315d2e72.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000004_315d2e72.szcp new file mode 100644 index 00000000..0af926ed Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000004_315d2e72.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000005_379ce181.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000005_379ce181.szcp new file mode 100644 index 00000000..cd219def Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000005_379ce181.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000006_d23e423a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000006_d23e423a.szcp new file mode 100644 index 00000000..cf16fc1c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000006_d23e423a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000007_9eeedce3.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000007_9eeedce3.szcp new file mode 100644 index 00000000..e3f3d7ad Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_033/checkpoints/checkpoint_00000000000000000007_9eeedce3.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000001_4aecef28.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000001_4aecef28.szar new file mode 100644 index 00000000..3c6473eb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000001_4aecef28.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000002_0cc39b35.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000002_0cc39b35.szar new file mode 100644 index 00000000..59cccb66 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000002_0cc39b35.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000003_c864f743.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000003_c864f743.szar new file mode 100644 index 00000000..45fbf81d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000003_c864f743.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000004_d62fc1fc.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000004_d62fc1fc.szar new file mode 100644 index 00000000..795f9208 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/archive/delta_00000000000000000004_d62fc1fc.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000001_1fac0aed.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000001_1fac0aed.szcp new file mode 100644 index 00000000..6334099d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000001_1fac0aed.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000002_d3af50c9.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000002_d3af50c9.szcp new file mode 100644 index 00000000..954de89a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000002_d3af50c9.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000003_9bf42283.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000003_9bf42283.szcp new file mode 100644 index 00000000..f31523a2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000003_9bf42283.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000004_a9f67eca.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000004_a9f67eca.szcp new file mode 100644 index 00000000..12ab3085 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_034/checkpoints/checkpoint_00000000000000000004_a9f67eca.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000001_e915408f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000001_e915408f.szar new file mode 100644 index 00000000..ebba9677 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000001_e915408f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000002_c91c6687.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000002_c91c6687.szar new file mode 100644 index 00000000..5b797b40 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000002_c91c6687.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000003_94c60fbb.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000003_94c60fbb.szar new file mode 100644 index 00000000..71b61635 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000003_94c60fbb.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000004_77b16d49.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000004_77b16d49.szar new file mode 100644 index 00000000..0ceb03c2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/archive/delta_00000000000000000004_77b16d49.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000001_03332a23.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000001_03332a23.szcp new file mode 100644 index 00000000..20ca8f23 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000001_03332a23.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000002_909b172a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000002_909b172a.szcp new file mode 100644 index 00000000..5532f302 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000002_909b172a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000003_2cdf230d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000003_2cdf230d.szcp new file mode 100644 index 00000000..83ba0428 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000003_2cdf230d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000004_5875b711.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000004_5875b711.szcp new file mode 100644 index 00000000..5d7b165e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_035/checkpoints/checkpoint_00000000000000000004_5875b711.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000001_49360dfd.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000001_49360dfd.szar new file mode 100644 index 00000000..5fffec76 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000001_49360dfd.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000002_027aba07.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000002_027aba07.szar new file mode 100644 index 00000000..afc7acd8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000002_027aba07.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000003_64230780.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000003_64230780.szar new file mode 100644 index 00000000..9c1c5981 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000003_64230780.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000004_15c7097e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000004_15c7097e.szar new file mode 100644 index 00000000..ce341881 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/archive/delta_00000000000000000004_15c7097e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000001_c56ca214.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000001_c56ca214.szcp new file mode 100644 index 00000000..14ca3ba1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000001_c56ca214.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000002_5b38404e.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000002_5b38404e.szcp new file mode 100644 index 00000000..f81ab1ea Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000002_5b38404e.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000003_f1dc0db2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000003_f1dc0db2.szcp new file mode 100644 index 00000000..99d0fc91 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000003_f1dc0db2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000004_33502a2e.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000004_33502a2e.szcp new file mode 100644 index 00000000..e311deab Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_036/checkpoints/checkpoint_00000000000000000004_33502a2e.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000001_9d24a23d.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000001_9d24a23d.szar new file mode 100644 index 00000000..362a6584 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000001_9d24a23d.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000002_b4553aac.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000002_b4553aac.szar new file mode 100644 index 00000000..e9196c2e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000002_b4553aac.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000003_e525195c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000003_e525195c.szar new file mode 100644 index 00000000..42a40a02 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000003_e525195c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000004_3a28c324.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000004_3a28c324.szar new file mode 100644 index 00000000..a32cdcb7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/archive/delta_00000000000000000004_3a28c324.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000001_00efbb3d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000001_00efbb3d.szcp new file mode 100644 index 00000000..e595efdb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000001_00efbb3d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000002_71fe62a7.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000002_71fe62a7.szcp new file mode 100644 index 00000000..18392da0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000002_71fe62a7.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000003_9e1ae61a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000003_9e1ae61a.szcp new file mode 100644 index 00000000..17eaeb5d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000003_9e1ae61a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000004_4fa88b0f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000004_4fa88b0f.szcp new file mode 100644 index 00000000..8ad762be Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_037/checkpoints/checkpoint_00000000000000000004_4fa88b0f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000001_9b183583.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000001_9b183583.szar new file mode 100644 index 00000000..23b63919 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000001_9b183583.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000002_9b71c73b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000002_9b71c73b.szar new file mode 100644 index 00000000..42a139b1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000002_9b71c73b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000003_48e2b7f3.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000003_48e2b7f3.szar new file mode 100644 index 00000000..0377e4a7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000003_48e2b7f3.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000004_31725aa4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000004_31725aa4.szar new file mode 100644 index 00000000..882a0ac8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000004_31725aa4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000005_b1203880.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000005_b1203880.szar new file mode 100644 index 00000000..01b00b22 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/archive/delta_00000000000000000005_b1203880.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000001_e3249f68.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000001_e3249f68.szcp new file mode 100644 index 00000000..e5d4adc1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000001_e3249f68.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000002_3fea0048.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000002_3fea0048.szcp new file mode 100644 index 00000000..db4c1159 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000002_3fea0048.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000003_7cddf84d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000003_7cddf84d.szcp new file mode 100644 index 00000000..62d5aeef Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000003_7cddf84d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000004_c5e552a1.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000004_c5e552a1.szcp new file mode 100644 index 00000000..981d0dc5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000004_c5e552a1.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000005_4c5e514a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000005_4c5e514a.szcp new file mode 100644 index 00000000..fd524b93 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_038/checkpoints/checkpoint_00000000000000000005_4c5e514a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000001_8975e378.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000001_8975e378.szar new file mode 100644 index 00000000..bf9d8952 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000001_8975e378.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000002_e57f605f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000002_e57f605f.szar new file mode 100644 index 00000000..a9662fcb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000002_e57f605f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000003_2678f205.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000003_2678f205.szar new file mode 100644 index 00000000..0f3548b7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000003_2678f205.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000004_1a60f395.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000004_1a60f395.szar new file mode 100644 index 00000000..07d88229 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000004_1a60f395.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000005_1bb07ec5.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000005_1bb07ec5.szar new file mode 100644 index 00000000..f5fd3473 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/archive/delta_00000000000000000005_1bb07ec5.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000001_edd8d758.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000001_edd8d758.szcp new file mode 100644 index 00000000..3c02b956 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000001_edd8d758.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000002_e3fd42b4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000002_e3fd42b4.szcp new file mode 100644 index 00000000..3722d2af Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000002_e3fd42b4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000003_4be7417f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000003_4be7417f.szcp new file mode 100644 index 00000000..98f80a1f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000003_4be7417f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000004_d4703ff1.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000004_d4703ff1.szcp new file mode 100644 index 00000000..d8fe21b2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000004_d4703ff1.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000005_ec8c2a6c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000005_ec8c2a6c.szcp new file mode 100644 index 00000000..05635841 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_039/checkpoints/checkpoint_00000000000000000005_ec8c2a6c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000001_30a58d9b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000001_30a58d9b.szar new file mode 100644 index 00000000..c493708b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000001_30a58d9b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000002_92fe3471.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000002_92fe3471.szar new file mode 100644 index 00000000..b4c6b7ca Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000002_92fe3471.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000003_b4c391ca.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000003_b4c391ca.szar new file mode 100644 index 00000000..61455866 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000003_b4c391ca.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000004_b96e82e4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000004_b96e82e4.szar new file mode 100644 index 00000000..1a792549 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/archive/delta_00000000000000000004_b96e82e4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000001_8a6d3d23.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000001_8a6d3d23.szcp new file mode 100644 index 00000000..bba87659 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000001_8a6d3d23.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000002_ec8e0723.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000002_ec8e0723.szcp new file mode 100644 index 00000000..a6a1f3c8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000002_ec8e0723.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000003_dd26bfa6.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000003_dd26bfa6.szcp new file mode 100644 index 00000000..2461f53e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000003_dd26bfa6.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000004_c8891130.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000004_c8891130.szcp new file mode 100644 index 00000000..24902644 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_040/checkpoints/checkpoint_00000000000000000004_c8891130.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000001_8b39160c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000001_8b39160c.szar new file mode 100644 index 00000000..c5e04d37 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000001_8b39160c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000002_70d9c8a0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000002_70d9c8a0.szar new file mode 100644 index 00000000..52b3e53e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000002_70d9c8a0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000003_a1cfd1f8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000003_a1cfd1f8.szar new file mode 100644 index 00000000..92537eba Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000003_a1cfd1f8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000004_784b67f5.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000004_784b67f5.szar new file mode 100644 index 00000000..135a9314 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000004_784b67f5.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000005_990871e5.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000005_990871e5.szar new file mode 100644 index 00000000..22db64f3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/archive/delta_00000000000000000005_990871e5.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000001_d41222e0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000001_d41222e0.szcp new file mode 100644 index 00000000..e85dc451 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000001_d41222e0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000002_131fff8b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000002_131fff8b.szcp new file mode 100644 index 00000000..c31eef1d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000002_131fff8b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000003_754e3247.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000003_754e3247.szcp new file mode 100644 index 00000000..ebe96f14 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000003_754e3247.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000004_efa378ea.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000004_efa378ea.szcp new file mode 100644 index 00000000..d68f4fdd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000004_efa378ea.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000005_cba6aad5.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000005_cba6aad5.szcp new file mode 100644 index 00000000..a084aea3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_041/checkpoints/checkpoint_00000000000000000005_cba6aad5.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000001_7f745d5b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000001_7f745d5b.szar new file mode 100644 index 00000000..bf71d42c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000001_7f745d5b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000002_4bfbe1ec.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000002_4bfbe1ec.szar new file mode 100644 index 00000000..efe9cd95 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000002_4bfbe1ec.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000003_538e8efb.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000003_538e8efb.szar new file mode 100644 index 00000000..a7c19b63 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000003_538e8efb.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000004_fdaf8b84.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000004_fdaf8b84.szar new file mode 100644 index 00000000..f51cc20a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000004_fdaf8b84.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000005_f1b86b46.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000005_f1b86b46.szar new file mode 100644 index 00000000..0effdd4e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000005_f1b86b46.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000006_7cef0819.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000006_7cef0819.szar new file mode 100644 index 00000000..1dcb31a7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000006_7cef0819.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000007_503254f1.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000007_503254f1.szar new file mode 100644 index 00000000..77fb605c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000007_503254f1.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000008_560a8f86.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000008_560a8f86.szar new file mode 100644 index 00000000..5057e07c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000008_560a8f86.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000009_514c88db.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000009_514c88db.szar new file mode 100644 index 00000000..a1724108 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000009_514c88db.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000010_6a89e801.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000010_6a89e801.szar new file mode 100644 index 00000000..4ef66488 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000010_6a89e801.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000011_c792161e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000011_c792161e.szar new file mode 100644 index 00000000..b97d8457 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/archive/delta_00000000000000000011_c792161e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000001_3e17711a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000001_3e17711a.szcp new file mode 100644 index 00000000..d369cacd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000001_3e17711a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000002_bbd77d4f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000002_bbd77d4f.szcp new file mode 100644 index 00000000..64f0f1dd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000002_bbd77d4f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000003_ecc99640.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000003_ecc99640.szcp new file mode 100644 index 00000000..620ebba6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000003_ecc99640.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000004_e0a1889b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000004_e0a1889b.szcp new file mode 100644 index 00000000..33fb54b0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000004_e0a1889b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000005_c406ce53.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000005_c406ce53.szcp new file mode 100644 index 00000000..ff92b354 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000005_c406ce53.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000006_c477e6e8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000006_c477e6e8.szcp new file mode 100644 index 00000000..933c40a4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000006_c477e6e8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000007_5b1a940b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000007_5b1a940b.szcp new file mode 100644 index 00000000..e896cc11 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000007_5b1a940b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000008_87b042f5.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000008_87b042f5.szcp new file mode 100644 index 00000000..0d9591f1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000008_87b042f5.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000009_01fcb252.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000009_01fcb252.szcp new file mode 100644 index 00000000..8dd51316 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000009_01fcb252.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000010_f22798f3.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000010_f22798f3.szcp new file mode 100644 index 00000000..a182d95a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000010_f22798f3.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000011_67901081.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000011_67901081.szcp new file mode 100644 index 00000000..d92a1f8a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_042/checkpoints/checkpoint_00000000000000000011_67901081.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000001_c8cf53c8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000001_c8cf53c8.szar new file mode 100644 index 00000000..9d494062 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000001_c8cf53c8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000002_eafe9b05.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000002_eafe9b05.szar new file mode 100644 index 00000000..27e4db78 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000002_eafe9b05.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000003_5a2441e8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000003_5a2441e8.szar new file mode 100644 index 00000000..5fb751aa Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000003_5a2441e8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000004_5bb56e9e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000004_5bb56e9e.szar new file mode 100644 index 00000000..0e4b56a4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/archive/delta_00000000000000000004_5bb56e9e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000001_3155ed07.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000001_3155ed07.szcp new file mode 100644 index 00000000..eec355ee Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000001_3155ed07.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000002_cb10fff9.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000002_cb10fff9.szcp new file mode 100644 index 00000000..4bac221b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000002_cb10fff9.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000003_81e0f698.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000003_81e0f698.szcp new file mode 100644 index 00000000..e51cf59f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000003_81e0f698.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000004_f7bc6b0a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000004_f7bc6b0a.szcp new file mode 100644 index 00000000..0a4f9644 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_043/checkpoints/checkpoint_00000000000000000004_f7bc6b0a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000001_c2f7e07e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000001_c2f7e07e.szar new file mode 100644 index 00000000..7a6d8f7b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000001_c2f7e07e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000002_28ddb283.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000002_28ddb283.szar new file mode 100644 index 00000000..88559646 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000002_28ddb283.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000003_17785df0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000003_17785df0.szar new file mode 100644 index 00000000..f2b53806 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000003_17785df0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000004_261f4650.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000004_261f4650.szar new file mode 100644 index 00000000..120460a7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000004_261f4650.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000005_e1e0a5f4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000005_e1e0a5f4.szar new file mode 100644 index 00000000..fd3ff79d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000005_e1e0a5f4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000006_6a57b7a6.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000006_6a57b7a6.szar new file mode 100644 index 00000000..41a1bb85 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000006_6a57b7a6.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000007_8a2b2223.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000007_8a2b2223.szar new file mode 100644 index 00000000..5d395709 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/archive/delta_00000000000000000007_8a2b2223.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000001_53e7acbd.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000001_53e7acbd.szcp new file mode 100644 index 00000000..1c42a114 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000001_53e7acbd.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000002_1832c5b2.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000002_1832c5b2.szcp new file mode 100644 index 00000000..48521339 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000002_1832c5b2.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000003_c95717cf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000003_c95717cf.szcp new file mode 100644 index 00000000..6bf786fb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000003_c95717cf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000004_2ed8970a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000004_2ed8970a.szcp new file mode 100644 index 00000000..151255ef Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000004_2ed8970a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000005_cb3ea9f8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000005_cb3ea9f8.szcp new file mode 100644 index 00000000..24f02aad Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000005_cb3ea9f8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000006_5f020263.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000006_5f020263.szcp new file mode 100644 index 00000000..f48d4ba1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000006_5f020263.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000007_4fa15644.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000007_4fa15644.szcp new file mode 100644 index 00000000..af0d8aeb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_044/checkpoints/checkpoint_00000000000000000007_4fa15644.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000001_83dd7071.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000001_83dd7071.szar new file mode 100644 index 00000000..fcdc625c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000001_83dd7071.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000002_2492e138.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000002_2492e138.szar new file mode 100644 index 00000000..aed01af5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000002_2492e138.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000003_3ecd1417.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000003_3ecd1417.szar new file mode 100644 index 00000000..2bdd4915 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000003_3ecd1417.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000004_b0c100ab.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000004_b0c100ab.szar new file mode 100644 index 00000000..0a7cd5f2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000004_b0c100ab.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000005_2fc98cfd.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000005_2fc98cfd.szar new file mode 100644 index 00000000..f0fff153 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000005_2fc98cfd.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000006_c41dba1f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000006_c41dba1f.szar new file mode 100644 index 00000000..90029f1f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/archive/delta_00000000000000000006_c41dba1f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000001_1db30dc0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000001_1db30dc0.szcp new file mode 100644 index 00000000..9165c055 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000001_1db30dc0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000002_08873a5d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000002_08873a5d.szcp new file mode 100644 index 00000000..1ba2ff7c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000002_08873a5d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000003_a217dec3.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000003_a217dec3.szcp new file mode 100644 index 00000000..dc4d482a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000003_a217dec3.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000004_dc7c2e2c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000004_dc7c2e2c.szcp new file mode 100644 index 00000000..b47c03c9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000004_dc7c2e2c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000005_cd874636.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000005_cd874636.szcp new file mode 100644 index 00000000..7f8b092c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000005_cd874636.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000006_93263d46.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000006_93263d46.szcp new file mode 100644 index 00000000..4f5dd2a1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_045/checkpoints/checkpoint_00000000000000000006_93263d46.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000001_b27d5b0d.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000001_b27d5b0d.szar new file mode 100644 index 00000000..22eb2e6a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000001_b27d5b0d.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000002_cff6602f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000002_cff6602f.szar new file mode 100644 index 00000000..f4751b7e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000002_cff6602f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000003_55f60f83.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000003_55f60f83.szar new file mode 100644 index 00000000..d9189b9b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000003_55f60f83.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000004_8c617b48.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000004_8c617b48.szar new file mode 100644 index 00000000..7bae3076 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000004_8c617b48.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000005_458d3519.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000005_458d3519.szar new file mode 100644 index 00000000..d573379b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000005_458d3519.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000006_9d379a0b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000006_9d379a0b.szar new file mode 100644 index 00000000..8107fd5e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000006_9d379a0b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000007_5d969652.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000007_5d969652.szar new file mode 100644 index 00000000..da169d2e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/archive/delta_00000000000000000007_5d969652.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000001_becf837f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000001_becf837f.szcp new file mode 100644 index 00000000..3ec9ecee Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000001_becf837f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000002_a5e57fe8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000002_a5e57fe8.szcp new file mode 100644 index 00000000..7cdbcd37 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000002_a5e57fe8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000003_6189d543.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000003_6189d543.szcp new file mode 100644 index 00000000..09e62e5e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000003_6189d543.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000004_87ecfb40.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000004_87ecfb40.szcp new file mode 100644 index 00000000..df39e02e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000004_87ecfb40.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000005_ec52d4ee.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000005_ec52d4ee.szcp new file mode 100644 index 00000000..5c1ef1eb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000005_ec52d4ee.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000006_537bbf0a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000006_537bbf0a.szcp new file mode 100644 index 00000000..640536d5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000006_537bbf0a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000007_f45ac2bf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000007_f45ac2bf.szcp new file mode 100644 index 00000000..ca0b3ccd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_046/checkpoints/checkpoint_00000000000000000007_f45ac2bf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000001_51fd92c0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000001_51fd92c0.szar new file mode 100644 index 00000000..49a2c03d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000001_51fd92c0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000002_80976449.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000002_80976449.szar new file mode 100644 index 00000000..26efe67b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000002_80976449.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000003_ca41c83f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000003_ca41c83f.szar new file mode 100644 index 00000000..e7cc0ff1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000003_ca41c83f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000004_92c409aa.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000004_92c409aa.szar new file mode 100644 index 00000000..a1fb5d2c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/archive/delta_00000000000000000004_92c409aa.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000001_b1cd5f13.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000001_b1cd5f13.szcp new file mode 100644 index 00000000..fca5bf5d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000001_b1cd5f13.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000002_a6b516ea.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000002_a6b516ea.szcp new file mode 100644 index 00000000..d96317d7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000002_a6b516ea.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000003_b2b77876.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000003_b2b77876.szcp new file mode 100644 index 00000000..ac53fa4b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000003_b2b77876.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000004_a553637f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000004_a553637f.szcp new file mode 100644 index 00000000..7f037376 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_047/checkpoints/checkpoint_00000000000000000004_a553637f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000001_4ba554d0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000001_4ba554d0.szar new file mode 100644 index 00000000..1b8c3100 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000001_4ba554d0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000002_42b9c22c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000002_42b9c22c.szar new file mode 100644 index 00000000..a6269a20 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000002_42b9c22c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000003_272cbd7f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000003_272cbd7f.szar new file mode 100644 index 00000000..b250809e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000003_272cbd7f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000004_e9d5760b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000004_e9d5760b.szar new file mode 100644 index 00000000..3bea8fe2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000004_e9d5760b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000005_7f707b49.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000005_7f707b49.szar new file mode 100644 index 00000000..a80bdb17 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000005_7f707b49.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000006_21ffdf8a.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000006_21ffdf8a.szar new file mode 100644 index 00000000..82fc966a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000006_21ffdf8a.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000007_a10e1e01.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000007_a10e1e01.szar new file mode 100644 index 00000000..957b5d19 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000007_a10e1e01.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000008_3e730a31.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000008_3e730a31.szar new file mode 100644 index 00000000..33bbdd16 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/archive/delta_00000000000000000008_3e730a31.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000001_20cf4696.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000001_20cf4696.szcp new file mode 100644 index 00000000..5b7d0d1f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000001_20cf4696.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000002_111b48aa.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000002_111b48aa.szcp new file mode 100644 index 00000000..b7f5e029 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000002_111b48aa.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000003_96573aaa.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000003_96573aaa.szcp new file mode 100644 index 00000000..a4f423bb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000003_96573aaa.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000004_ec63293c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000004_ec63293c.szcp new file mode 100644 index 00000000..99ba9d32 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000004_ec63293c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000005_8665e763.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000005_8665e763.szcp new file mode 100644 index 00000000..f9ab8aa8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000005_8665e763.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000006_45091f77.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000006_45091f77.szcp new file mode 100644 index 00000000..c25def7a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000006_45091f77.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000007_bd489b64.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000007_bd489b64.szcp new file mode 100644 index 00000000..112685e1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000007_bd489b64.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000008_ebc1fbf0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000008_ebc1fbf0.szcp new file mode 100644 index 00000000..ba40e199 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_048/checkpoints/checkpoint_00000000000000000008_ebc1fbf0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000001_4b51b5b8.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000001_4b51b5b8.szar new file mode 100644 index 00000000..973067f7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000001_4b51b5b8.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000002_677c6cc4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000002_677c6cc4.szar new file mode 100644 index 00000000..67bb8551 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000002_677c6cc4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000003_3979b5e0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000003_3979b5e0.szar new file mode 100644 index 00000000..a0b03fb9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000003_3979b5e0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000004_275d4001.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000004_275d4001.szar new file mode 100644 index 00000000..95330555 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/archive/delta_00000000000000000004_275d4001.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000001_b58b6238.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000001_b58b6238.szcp new file mode 100644 index 00000000..445e261e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000001_b58b6238.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000002_9e062181.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000002_9e062181.szcp new file mode 100644 index 00000000..ef503117 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000002_9e062181.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000003_1e2a91e0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000003_1e2a91e0.szcp new file mode 100644 index 00000000..8e24e38f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000003_1e2a91e0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000004_453059c8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000004_453059c8.szcp new file mode 100644 index 00000000..02f68e2e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_049/checkpoints/checkpoint_00000000000000000004_453059c8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000001_823091f1.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000001_823091f1.szar new file mode 100644 index 00000000..15111048 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000001_823091f1.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000002_93239d8f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000002_93239d8f.szar new file mode 100644 index 00000000..116b8607 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000002_93239d8f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000003_521d30ca.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000003_521d30ca.szar new file mode 100644 index 00000000..c9d4794d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000003_521d30ca.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000004_eb5ebf2f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000004_eb5ebf2f.szar new file mode 100644 index 00000000..6651198c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/archive/delta_00000000000000000004_eb5ebf2f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000001_751e6085.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000001_751e6085.szcp new file mode 100644 index 00000000..bb9abf7d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000001_751e6085.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000002_11f8ec2a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000002_11f8ec2a.szcp new file mode 100644 index 00000000..228afc5e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000002_11f8ec2a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000003_770eb730.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000003_770eb730.szcp new file mode 100644 index 00000000..74802ace Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000003_770eb730.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000004_efbc84be.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000004_efbc84be.szcp new file mode 100644 index 00000000..151bcf50 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_050/checkpoints/checkpoint_00000000000000000004_efbc84be.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000001_92da3e13.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000001_92da3e13.szar new file mode 100644 index 00000000..91088e15 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000001_92da3e13.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000002_69f9b7d1.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000002_69f9b7d1.szar new file mode 100644 index 00000000..6a5f533f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000002_69f9b7d1.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000003_7921949f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000003_7921949f.szar new file mode 100644 index 00000000..b99c2032 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/archive/delta_00000000000000000003_7921949f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000001_e26a878f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000001_e26a878f.szcp new file mode 100644 index 00000000..4e8c91a4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000001_e26a878f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000002_d786946b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000002_d786946b.szcp new file mode 100644 index 00000000..54a3b677 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000002_d786946b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000003_4dd43804.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000003_4dd43804.szcp new file mode 100644 index 00000000..635ba2d7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_051/checkpoints/checkpoint_00000000000000000003_4dd43804.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000001_d068bf18.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000001_d068bf18.szar new file mode 100644 index 00000000..bb2709b1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000001_d068bf18.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000002_dd259faa.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000002_dd259faa.szar new file mode 100644 index 00000000..c31c2e1d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000002_dd259faa.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000003_6b6de908.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000003_6b6de908.szar new file mode 100644 index 00000000..0fb613c5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000003_6b6de908.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000004_96f85134.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000004_96f85134.szar new file mode 100644 index 00000000..b3d763ac Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000004_96f85134.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000005_31cdddb3.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000005_31cdddb3.szar new file mode 100644 index 00000000..2212d9d8 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000005_31cdddb3.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000006_2d4df215.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000006_2d4df215.szar new file mode 100644 index 00000000..89a40e1e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000006_2d4df215.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000007_54019e4b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000007_54019e4b.szar new file mode 100644 index 00000000..76918dd2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/archive/delta_00000000000000000007_54019e4b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000001_fcaea724.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000001_fcaea724.szcp new file mode 100644 index 00000000..ac080197 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000001_fcaea724.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000002_d266ee43.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000002_d266ee43.szcp new file mode 100644 index 00000000..d57f8b65 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000002_d266ee43.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000003_46a511f4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000003_46a511f4.szcp new file mode 100644 index 00000000..afc28b14 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000003_46a511f4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000004_0f1510df.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000004_0f1510df.szcp new file mode 100644 index 00000000..8749c977 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000004_0f1510df.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000005_05549a10.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000005_05549a10.szcp new file mode 100644 index 00000000..9d50e2a3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000005_05549a10.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000006_5affbebf.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000006_5affbebf.szcp new file mode 100644 index 00000000..ee390e56 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000006_5affbebf.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000007_3a6559e8.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000007_3a6559e8.szcp new file mode 100644 index 00000000..bbd7c367 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_052/checkpoints/checkpoint_00000000000000000007_3a6559e8.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000001_8dc6190e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000001_8dc6190e.szar new file mode 100644 index 00000000..71b40be0 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000001_8dc6190e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000002_5b5bd885.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000002_5b5bd885.szar new file mode 100644 index 00000000..b093911b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000002_5b5bd885.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000003_6495b8d0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000003_6495b8d0.szar new file mode 100644 index 00000000..fd80d099 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000003_6495b8d0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000004_f9f28103.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000004_f9f28103.szar new file mode 100644 index 00000000..9f02cb32 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000004_f9f28103.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000005_aa2a33eb.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000005_aa2a33eb.szar new file mode 100644 index 00000000..b171b1c7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000005_aa2a33eb.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000006_0ed35655.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000006_0ed35655.szar new file mode 100644 index 00000000..63cdf33c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000006_0ed35655.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000007_0755209b.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000007_0755209b.szar new file mode 100644 index 00000000..08a1946e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/archive/delta_00000000000000000007_0755209b.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000001_57c0c5f4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000001_57c0c5f4.szcp new file mode 100644 index 00000000..67fb7cdc Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000001_57c0c5f4.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000002_4a51f945.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000002_4a51f945.szcp new file mode 100644 index 00000000..f35a5d15 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000002_4a51f945.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000003_f98172a0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000003_f98172a0.szcp new file mode 100644 index 00000000..e5398c08 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000003_f98172a0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000004_2c225103.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000004_2c225103.szcp new file mode 100644 index 00000000..b6e3c2ec Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000004_2c225103.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000005_b51690b0.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000005_b51690b0.szcp new file mode 100644 index 00000000..19792d10 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000005_b51690b0.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000006_db025252.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000006_db025252.szcp new file mode 100644 index 00000000..faf854f9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000006_db025252.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000007_ae4cb7cc.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000007_ae4cb7cc.szcp new file mode 100644 index 00000000..2f370b63 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_053/checkpoints/checkpoint_00000000000000000007_ae4cb7cc.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000001_9662045e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000001_9662045e.szar new file mode 100644 index 00000000..6c66bbaf Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000001_9662045e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000002_9a2ac20e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000002_9a2ac20e.szar new file mode 100644 index 00000000..81ffe171 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000002_9a2ac20e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000003_dbcfcd75.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000003_dbcfcd75.szar new file mode 100644 index 00000000..86312173 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000003_dbcfcd75.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000004_2af8571f.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000004_2af8571f.szar new file mode 100644 index 00000000..c9efacc4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000004_2af8571f.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000005_30f9de22.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000005_30f9de22.szar new file mode 100644 index 00000000..a0f60da9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/archive/delta_00000000000000000005_30f9de22.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000001_b204bd86.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000001_b204bd86.szcp new file mode 100644 index 00000000..e845af43 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000001_b204bd86.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000002_6754d334.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000002_6754d334.szcp new file mode 100644 index 00000000..7be3c512 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000002_6754d334.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000003_f1185ce5.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000003_f1185ce5.szcp new file mode 100644 index 00000000..e861f58e Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000003_f1185ce5.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000004_ec2341ca.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000004_ec2341ca.szcp new file mode 100644 index 00000000..d62e26dc Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000004_ec2341ca.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000005_0cd1c8bc.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000005_0cd1c8bc.szcp new file mode 100644 index 00000000..1779eae6 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_054/checkpoints/checkpoint_00000000000000000005_0cd1c8bc.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000001_da4ca350.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000001_da4ca350.szar new file mode 100644 index 00000000..88ca45a3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000001_da4ca350.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000002_f73fb32e.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000002_f73fb32e.szar new file mode 100644 index 00000000..963e7a95 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000002_f73fb32e.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000003_2d3f0b6c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000003_2d3f0b6c.szar new file mode 100644 index 00000000..5ee5d68b Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000003_2d3f0b6c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000004_f1293983.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000004_f1293983.szar new file mode 100644 index 00000000..002f1c40 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/archive/delta_00000000000000000004_f1293983.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000001_15cd1faa.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000001_15cd1faa.szcp new file mode 100644 index 00000000..f56d2623 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000001_15cd1faa.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000002_586fe5de.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000002_586fe5de.szcp new file mode 100644 index 00000000..ff77616a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000002_586fe5de.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000003_09228fec.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000003_09228fec.szcp new file mode 100644 index 00000000..e417b377 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000003_09228fec.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000004_486306a7.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000004_486306a7.szcp new file mode 100644 index 00000000..46e786d2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_055/checkpoints/checkpoint_00000000000000000004_486306a7.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000001_0c637886.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000001_0c637886.szar new file mode 100644 index 00000000..7edba18f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000001_0c637886.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000002_83a329a4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000002_83a329a4.szar new file mode 100644 index 00000000..342f2c8f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000002_83a329a4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000003_ef25fa6d.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000003_ef25fa6d.szar new file mode 100644 index 00000000..250c6071 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000003_ef25fa6d.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000004_e5da47e7.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000004_e5da47e7.szar new file mode 100644 index 00000000..c8c2a687 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000004_e5da47e7.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000005_5fff8418.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000005_5fff8418.szar new file mode 100644 index 00000000..8aed030a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000005_5fff8418.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000006_db87ae1c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000006_db87ae1c.szar new file mode 100644 index 00000000..cbc59348 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000006_db87ae1c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000007_4545ca76.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000007_4545ca76.szar new file mode 100644 index 00000000..37eddcd3 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/archive/delta_00000000000000000007_4545ca76.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000001_dcb34079.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000001_dcb34079.szcp new file mode 100644 index 00000000..83128683 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000001_dcb34079.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000002_6c0f8f52.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000002_6c0f8f52.szcp new file mode 100644 index 00000000..8cc480cb Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000002_6c0f8f52.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000003_5376b39e.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000003_5376b39e.szcp new file mode 100644 index 00000000..4a72f19a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000003_5376b39e.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000004_29a12fe7.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000004_29a12fe7.szcp new file mode 100644 index 00000000..968e76e9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000004_29a12fe7.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000005_9756927f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000005_9756927f.szcp new file mode 100644 index 00000000..792b4337 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000005_9756927f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000006_8652fff6.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000006_8652fff6.szcp new file mode 100644 index 00000000..0292a2f2 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000006_8652fff6.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000007_3de0e004.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000007_3de0e004.szcp new file mode 100644 index 00000000..d7d190e5 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_056/checkpoints/checkpoint_00000000000000000007_3de0e004.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000001_c1952b76.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000001_c1952b76.szar new file mode 100644 index 00000000..1c51aa5f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000001_c1952b76.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000002_3d671a5c.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000002_3d671a5c.szar new file mode 100644 index 00000000..3b0c28b9 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000002_3d671a5c.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000003_1f64c3e3.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000003_1f64c3e3.szar new file mode 100644 index 00000000..e0186d83 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000003_1f64c3e3.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000004_a0be9977.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000004_a0be9977.szar new file mode 100644 index 00000000..c32e0f6f Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000004_a0be9977.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000005_8c7bd629.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000005_8c7bd629.szar new file mode 100644 index 00000000..90ba188d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000005_8c7bd629.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000006_8d3918a4.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000006_8d3918a4.szar new file mode 100644 index 00000000..b3b0b42c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000006_8d3918a4.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000007_c22dcec0.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000007_c22dcec0.szar new file mode 100644 index 00000000..33e8bd7c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000007_c22dcec0.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000008_3be3e2c7.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000008_3be3e2c7.szar new file mode 100644 index 00000000..66dd4143 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/archive/delta_00000000000000000008_3be3e2c7.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000001_35a2430c.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000001_35a2430c.szcp new file mode 100644 index 00000000..ed3d1ec4 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000001_35a2430c.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000002_b42822ab.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000002_b42822ab.szcp new file mode 100644 index 00000000..ae7fe67d Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000002_b42822ab.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000003_f64f810d.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000003_f64f810d.szcp new file mode 100644 index 00000000..e5c0e6cd Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000003_f64f810d.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000004_419c9f7a.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000004_419c9f7a.szcp new file mode 100644 index 00000000..039fbe65 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000004_419c9f7a.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000005_8bdd9b4b.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000005_8bdd9b4b.szcp new file mode 100644 index 00000000..455365c7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000005_8bdd9b4b.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000006_0e426220.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000006_0e426220.szcp new file mode 100644 index 00000000..f8875560 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000006_0e426220.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000007_8da0c601.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000007_8da0c601.szcp new file mode 100644 index 00000000..25022780 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000007_8da0c601.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000008_96137525.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000008_96137525.szcp new file mode 100644 index 00000000..f3adaf92 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_057/checkpoints/checkpoint_00000000000000000008_96137525.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000001_8ccadffc.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000001_8ccadffc.szar new file mode 100644 index 00000000..16699d4c Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000001_8ccadffc.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000002_4ab4c422.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000002_4ab4c422.szar new file mode 100644 index 00000000..15394568 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000002_4ab4c422.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000003_5c8cc586.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000003_5c8cc586.szar new file mode 100644 index 00000000..c1ddb494 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000003_5c8cc586.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000004_437f4e53.szar b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000004_437f4e53.szar new file mode 100644 index 00000000..442f82a1 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/archive/delta_00000000000000000004_437f4e53.szar differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000001_8e27827f.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000001_8e27827f.szcp new file mode 100644 index 00000000..94d6e834 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000001_8e27827f.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000002_06e33de9.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000002_06e33de9.szcp new file mode 100644 index 00000000..4b80fbe7 Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000002_06e33de9.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000003_4ad1d6aa.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000003_4ad1d6aa.szcp new file mode 100644 index 00000000..861c4dee Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000003_4ad1d6aa.szcp differ diff --git a/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000004_9e7288b4.szcp b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000004_9e7288b4.szcp new file mode 100644 index 00000000..01fa2e5a Binary files /dev/null and b/results/search/runs/e74dd96d-6456-4be3-bcfc-260d3e104899/topology_058/checkpoints/checkpoint_00000000000000000004_9e7288b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/metrics.tsv b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/metrics.tsv new file mode 100644 index 00000000..aa3c3c8f --- /dev/null +++ b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/metrics.tsv @@ -0,0 +1,4966 @@ +round unix_ns phase topology depth bandit_score worstness before_C before_I after_C after_I improved backend_error archive_cells archive_improvements verified accounted_fp32_steps new_trials kernel_ms transfer_ms wall_ms rex_attempts rex_accepts spsa_attempted spsa_accepted steps_baseline steps_replica steps_adaptive steps_pbt steps_injected verified_baseline verified_replica verified_adaptive verified_pbt verified_injected archive_baseline archive_replica archive_adaptive archive_pbt archive_injected global_baseline global_replica global_adaptive global_pbt global_injected +1 1783781017392689000 DEPTH 56 1 0.81643558783371195 0 2 5 2 5 0 0 229 31 2543 23664858 143040 1024.7570037841797 5.8380999999999998 1554.3637000000001 120960 57541 1 0 5898240 4423680 4423680 4426458 4492800 165 175 159 174 1870 2 4 2 3 20 0 0 0 0 0 +2 1783781018521983400 DEPTH 8 1 0.82652048513770882 0 2 5 2 5 0 0 236 39 2550 23664827 143040 864.55294799804688 5.8150999999999993 1103.9341999999999 120960 61614 1 0 5898240 4423680 4423680 4426425 4492800 198 203 170 205 1774 5 0 4 3 27 0 0 0 0 0 +3 1783781019788810000 DEPTH 13 1 0.8366051894304537 0.0090909090909090783 1 6 1 6 0 0 190 19 2496 23664793 143040 826.39462280273438 5.8564999999999996 1242.8525 120960 58287 1 0 5898240 4423680 4423680 4426391 4492800 198 168 186 190 1754 0 1 0 1 17 0 0 0 0 0 +4 1783781021120949800 DEPTH 17 1 0.8466897015597703 0.018181818181818247 0 7 0 7 0 0 211 27 2522 23664869 143040 828.14054870605469 5.8170999999999999 1306.9674 120960 59235 1 0 5898240 4423680 4423680 4426469 4492800 178 190 165 164 1825 2 2 0 1 22 0 0 0 0 0 +5 1783781022447466700 DEPTH 42 1 0.70677402236797593 0.11111111111111109 2 6 2 6 1 0 150 25 2582 23664816 143040 841.9356689453125 5.8270000000000008 1301.3842 120960 57747 1 0 5898240 4423680 4423680 4426416 4492800 170 176 170 163 1903 2 1 2 1 19 0 0 0 0 1 +6 1783781023694341800 DEPTH 31 1 0.71685815269192932 0.11111111111111109 2 6 2 6 0 0 149 39 2548 23664843 143040 828.52247619628906 5.8295000000000003 1229.6786 120960 57078 1 0 5898240 4423680 4423680 4426442 4492800 184 188 176 208 1792 3 2 1 1 32 0 0 0 0 0 +7 1783781024885204800 DEPTH 16 1 0.72694209336307736 0.11111111111111109 2 6 2 6 0 0 200 46 2535 23664782 143040 885.97593688964844 5.8567 1172.3293000000001 120960 65871 1 0 5898240 4423680 4423680 4426382 4492800 198 205 178 179 1775 4 2 4 5 31 0 0 0 0 0 +8 1783781026205998200 DEPTH 9 1 0.7370258452075007 0.11111111111111109 2 6 2 6 0 0 145 18 2588 23664779 143040 853.45799255371094 5.8354999999999997 1292.1984 120960 59748 1 0 5898240 4423680 4423680 4426378 4492800 162 177 152 198 1899 3 0 3 1 11 0 0 0 0 0 +9 1783781027466020200 DEPTH 33 1 0.74710940904596035 0.12020202020202017 1 7 1 7 0 0 190 29 2527 23664839 143040 847.53915405273438 5.8099000000000007 1232.4009000000001 120960 60459 1 0 5898240 4423680 4423680 4426439 4492800 167 171 165 178 1846 4 1 4 0 20 0 0 0 0 0 +10 1783781028767662400 DEPTH 1 1 0.75719278569394266 0.12020202020202017 1 7 1 7 0 0 136 27 2561 23664794 143040 837.85215759277344 5.8236999999999997 1272.0269000000001 120960 59202 1 0 5898240 4423680 4423680 4426394 4492800 164 177 178 167 1875 2 2 0 0 23 0 0 0 0 0 +11 1783781030074546800 DEPTH 52 1 0.76727597596170405 0.12020202020202017 1 7 1 7 0 0 117 33 2563 23664809 143040 814.06178283691406 5.8576000000000006 1277.7489 120960 56015 1 0 5898240 4423680 4423680 4426409 4492800 189 186 176 187 1825 1 1 1 3 27 0 0 0 0 0 +12 1783781031404620700 DEPTH 11 1 0.77735898065431508 0.12929292929292943 0 8 0 8 1 0 109 20 2579 23664896 143040 827.42167663574219 5.827 1312.0948000000001 120960 57544 1 0 5898240 4423680 4423680 4426496 4492800 178 198 256 259 1688 3 1 4 1 11 0 0 0 0 1 +13 1783781032678728500 DEPTH 53 1 0.78744180057170476 0.12929292929292943 0 8 0 8 0 0 160 48 2513 23664850 143040 855.39329528808594 5.8142999999999994 1244.1304 120960 63967 1 0 5898240 4423680 4423680 4426450 4492800 210 210 198 191 1704 3 1 3 2 39 0 0 0 0 0 +14 1783781033949066600 DEPTH 46 1 0.74752443650870415 0.22222222222222218 2 7 2 7 0 0 332 31 2578 23664834 143040 855.82554626464844 5.8248999999999995 1241.0897 120960 61783 1 0 5898240 4423680 4423680 4426432 4492800 158 186 167 160 1907 4 2 1 1 23 0 0 0 0 0 +15 1783781035236948500 DEPTH 45 1 0.75760688925508846 0.22222222222222218 2 7 2 7 0 0 163 33 2610 23664791 143040 858.33015441894531 5.8525 1260.7034000000001 120960 59542 1 0 5898240 4423680 4423680 4426391 4492800 150 187 165 154 1954 5 0 3 3 22 0 0 0 0 0 +16 1783781036568946300 DEPTH 44 1 0.76768915959562045 0.22222222222222218 2 7 2 7 0 0 172 40 2582 23664860 143040 844.48483276367188 5.8219000000000003 1310.8318999999999 120960 57918 1 0 5898240 4423680 4423680 4426459 4492800 166 192 183 165 1876 6 2 4 5 23 0 0 0 0 0 +17 1783781037857743600 DEPTH 54 1 0.77777124831009159 0.23131313131313144 1 8 1 8 1 0 130 40 2544 23664923 143040 827.67070007324219 5.8266 1265.4367999999999 120960 56412 1 0 5898240 4423680 4423680 4426523 4492800 178 184 174 190 1818 2 2 1 3 32 0 0 0 1 0 +18 1783781039113832700 DEPTH 32 1 0.78785315617336482 0.23131313131313144 1 8 1 8 0 0 143 47 2567 23664905 143040 840.50112915039062 5.8494999999999999 1227.1124 120960 57090 1 0 5898240 4423680 4423680 4426502 4492800 183 196 172 180 1836 5 2 2 11 27 0 0 0 0 0 +19 1783781040370637500 DEPTH 30 1 0.79793488395541479 0.23131313131313144 1 8 1 8 0 0 154 33 2530 23664750 143040 835.36199951171875 5.8356000000000003 1227.3280999999999 120960 61387 1 0 5898240 4423680 4423680 4426348 4492800 175 181 185 200 1789 1 2 2 0 28 0 0 0 0 0 +20 1783781041657191400 DEPTH 2 1 0.78301643242136854 0.33333333333333343 2 8 2 8 0 0 152 32 2543 23664860 143040 841.00505065917969 5.8224 1257.9432999999999 120960 58513 1 0 5898240 4423680 4423680 4426458 4492800 171 170 171 195 1836 1 4 3 1 23 0 0 0 0 0 +21 1783781042995215600 DEPTH 21 1 0.79309780233154703 0.35151515151515161 0 10 0 10 0 0 188 54 2555 23664849 143040 848.83172607421875 5.8546999999999993 1305.2864999999999 120960 59474 1 0 5898240 4423680 4423680 4426448 4492800 169 160 181 151 1894 7 1 3 4 39 0 0 0 0 0 +22 1783781044029315500 DEPTH 12 1 0.78817899444150352 0.43535353535353549 3 8 3 8 0 0 198 58 2533 23664788 143040 838.00987243652344 5.8071999999999999 1017.5723 120960 59599 1 0 5898240 4423680 4423680 4426387 4492800 194 202 168 195 1774 0 0 6 7 45 0 0 0 0 0 +23 1783781045120452900 DEPTH 39 1 0.79826000950206422 0.43535353535353549 3 8 3 8 0 0 183 61 2541 23664863 143040 882.46778869628906 5.8342000000000009 1063.0056 120960 64803 1 0 5898240 4423680 4423680 4426463 4492800 172 199 160 160 1850 5 1 4 2 49 0 0 0 0 0 +24 1783781046395863200 DEPTH 3 1 0.80834084825936658 0.44444444444444453 2 9 2 9 1 0 152 70 2549 23664840 143040 853.89920043945312 5.859 1243.5612000000001 120960 55758 1 0 5898240 4423680 4423680 4426439 4492800 194 181 190 203 1781 5 5 2 4 54 0 0 0 0 1 +25 1783781047678424900 DEPTH 48 1 0.80842151145489916 0.44444444444444453 2 9 2 9 0 0 180 43 2568 23664807 143040 817.43769836425781 5.8097999999999992 1262.192 120960 55919 1 0 5898240 4423680 4423680 4426405 4492800 190 216 188 192 1782 7 1 6 7 22 0 0 0 0 0 +26 1783781048925234400 DEPTH 50 1 0.80850199982553805 0.44444444444444453 2 9 2 9 0 0 143 41 2607 23664849 143040 818.93704223632812 5.8204000000000002 1216.5477000000001 120960 57434 1 0 5898240 4423680 4423680 4426444 4492800 157 168 162 170 1950 4 1 4 2 30 0 0 0 0 0 +27 1783781050193998700 DEPTH 41 1 0.80858231410358683 0.45353535353535362 1 10 1 10 0 0 115 52 2558 23664806 143040 822.68159484863281 5.8537999999999997 1238.3878 120960 56008 1 0 5898240 4423680 4423680 4426403 4492800 183 197 183 166 1829 1 1 6 7 37 0 0 0 0 0 +28 1783781051254218200 DEPTH 10 1 0.80866245501681244 0.45353535353535362 1 10 1 10 0 0 124 24 2562 23664890 143040 831.98886108398438 5.8294999999999995 1033.1565000000001 120960 56467 1 0 5898240 4423680 4423680 4426488 4492800 184 185 178 173 1842 4 3 4 0 13 0 0 0 0 0 +29 1783781052286800000 DEPTH 38 1 0.79874242328848377 0.55555555555555558 2 10 2 10 0 0 130 55 2544 23664827 143040 832.64100646972656 5.8129999999999997 1014.5918 120960 57821 1 0 5898240 4423680 4423680 4426425 4492800 180 199 191 196 1778 9 1 2 2 41 0 0 0 0 0 +30 1783781053577449500 DEPTH 14 1 0.79882221963740707 0.57373737373737377 0 12 0 12 0 0 130 39 2579 23664837 143040 846.79379272460938 5.8149999999999995 1272.2095999999999 120960 59799 1 0 5898240 4423680 4423680 4426436 4492800 167 172 164 175 1901 3 1 6 4 25 0 0 0 0 0 +31 1783781054897369700 DEPTH 56 1 1.0332998475074435 0 2 5 2 5 0 0 229 10 2540 23664960 81600 825.5989990234375 5.8319999999999999 1304.0835999999999 120960 47793 1 0 5898240 4423680 4423680 4426559 4492800 176 175 176 293 1720 1 0 0 0 9 0 0 0 0 0 +32 1783781056024610200 DEPTH 8 1 1.0333752247994321 0 2 5 2 5 0 0 236 13 2565 23664953 81600 857.52728271484375 5.8289000000000009 1100.8167000000001 120960 53043 1 0 5898240 4423680 4423680 4426550 4492800 205 185 169 243 1763 0 0 1 0 12 0 0 0 0 0 +33 1783781057293616800 DEPTH 13 1 1.0334504410118854 0.0090909090909090783 1 6 1 6 0 0 191 19 2505 23664862 81600 824.02201843261719 5.8383000000000003 1241.5488 120960 47171 1 0 5898240 4423680 4423680 4426460 4492800 205 176 189 199 1736 0 0 0 0 19 0 0 0 0 0 +34 1783781058624555100 DEPTH 17 1 1.0335254968101322 0.018181818181818247 0 7 0 7 0 0 212 14 2525 23664860 81600 825.49554443359375 5.8109999999999999 1304.7797 120960 47265 1 0 5898240 4423680 4423680 4426460 4492800 193 186 172 178 1796 0 0 0 0 14 0 0 0 0 0 +35 1783781059975520800 DEPTH 42 1 0.88374989802737314 0.11111111111111109 2 6 2 6 0 0 150 14 2582 23664847 81600 835.02934265136719 5.8323 1324.2497000000001 120960 46464 1 0 5898240 4423680 4423680 4426447 4492800 177 162 219 176 1848 0 0 1 0 13 0 0 0 0 0 +36 1783781061260272300 DEPTH 31 1 0.88367512980503715 0.11111111111111109 2 6 2 6 0 0 149 15 2559 23664799 81600 824.3558349609375 5.8745999999999992 1262.8266000000001 120960 47336 1 0 5898240 4423680 4423680 4426398 4492800 193 188 244 349 1585 0 0 0 0 15 0 0 0 0 0 +37 1783781062429828800 DEPTH 16 1 0.88374970831216493 0.11111111111111109 2 6 2 6 0 0 200 30 2536 23664803 81600 853.52345275878906 5.8098000000000001 1140.6984 120960 54602 1 0 5898240 4423680 4423680 4426403 4492800 205 194 187 176 1774 1 0 0 0 29 0 0 0 0 0 +38 1783781063754572900 DEPTH 9 1 0.88382412902609064 0.11111111111111109 2 6 2 6 0 0 145 14 2586 23664792 81600 830.05958557128906 5.8066000000000004 1299.3803 120960 48330 1 0 5898240 4423680 4423680 4426391 4492800 207 174 193 456 1556 2 0 0 1 11 0 0 0 0 0 +39 1783781064988612400 DEPTH 33 1 0.88389839259214864 0.12020202020202017 1 7 1 7 0 0 191 14 2529 23664780 81600 852.62130737304688 5.8072999999999997 1207.5008 120960 50605 1 0 5898240 4423680 4423680 4426377 4492800 175 175 171 212 1796 0 1 0 1 12 0 0 0 0 0 +40 1783781066328284100 DEPTH 1 1 0.8839724996517706 0.12020202020202017 1 7 1 7 0 0 136 24 2565 23664854 81600 862.61766052246094 5.8308999999999997 1310.8639000000001 120960 47866 1 0 5898240 4423680 4423680 4426454 4492800 171 175 201 186 1832 0 0 0 0 24 0 0 0 0 0 +41 1783781067632474600 DEPTH 52 1 0.88404645084251599 0.12020202020202017 1 7 1 7 0 0 118 18 2576 23664951 81600 810.58816528320312 5.9085000000000001 1279.0596 120960 45137 1 0 5898240 4423680 4423680 4426550 4492800 207 180 237 233 1719 0 0 0 0 18 0 0 0 0 0 +42 1783781068953736000 DEPTH 11 1 0.88412288681790707 0.12929292929292943 0 8 0 8 1 0 109 9 2586 23664857 81600 821.02375793457031 5.8277999999999999 1295.5769 120960 46061 1 0 5898240 4423680 4423680 4426454 4492800 225 186 408 539 1228 0 0 0 0 9 0 0 0 0 1 +43 1783781070211676800 DEPTH 53 1 0.88419388814844102 0.12929292929292943 0 8 0 8 0 0 160 33 2523 23664843 81600 846.79591369628906 5.8312999999999997 1230.8288 120960 52868 1 0 5898240 4423680 4423680 4426439 4492800 214 198 199 204 1708 0 0 1 0 32 0 0 0 0 0 +44 1783781071253949900 DEPTH 49 1 0.79277885170797591 0.6575757575757577 3 10 3 10 0 0 139 43 2576 23664999 143040 842.68586730957031 5.8193999999999999 1025.7511 120960 57587 1 0 5898240 4423680 4423680 4426597 4492800 174 195 158 167 1882 2 0 3 2 36 0 0 0 0 0 +45 1783781072314900200 DEPTH 36 1 0.7928561525465414 0.6575757575757577 3 10 3 10 0 0 132 44 2582 23664890 143040 855.99183654785156 5.8384999999999998 1044.9511 120960 61322 1 0 5898240 4423680 4423680 4426490 4492800 165 185 161 186 1885 1 3 1 3 36 0 0 0 0 0 +46 1783781073328471500 DEPTH 5 1 0.79293329238502774 0.66666666666666674 2 11 2 11 1 0 98 45 2589 23664840 143040 808.20083618164062 5.8948999999999998 991.69770000000005 120960 55409 1 0 5898240 4423680 4423680 4426439 4492800 166 168 188 205 1862 5 3 4 1 32 0 0 0 0 2 +47 1783781074627082200 DEPTH 56 1 0.93140552727183434 0 2 5 2 5 0 0 229 17 2542 23664811 81600 824.16447448730469 5.8237000000000005 1297.2902999999999 120960 40121 1 0 5898240 4423680 4423680 4426411 4492800 196 172 178 425 1571 0 0 0 0 17 0 0 0 0 0 +48 1783781075727514900 DEPTH 8 1 0.93147501337655125 0 2 5 2 5 0 0 236 21 2571 23664765 81600 853.48970031738281 5.8033999999999999 1099.2738999999999 120960 45109 1 0 5898240 4423680 4423680 4426364 4492800 203 180 168 350 1670 0 0 0 0 21 0 0 0 0 0 +49 1783781076979009800 DEPTH 13 1 0.93154435559981297 0.0090909090909090783 1 6 1 6 0 0 191 25 2499 23664820 81600 823.31869506835938 5.8076000000000008 1250.2973 120960 39859 1 0 5898240 4423680 4423680 4426419 4492800 208 177 201 196 1717 0 0 0 0 25 0 0 0 0 0 +50 1783781078275244700 DEPTH 17 1 0.9316135545175751 0.018181818181818247 0 7 0 7 0 0 212 19 2527 23664884 81600 821.02784729003906 5.8239999999999998 1295.0183 120960 39916 1 0 5898240 4423680 4423680 4426483 4492800 237 185 190 210 1705 0 0 0 1 18 0 0 0 0 0 +51 1783781079587575400 DEPTH 54 1 0.83498645040688879 0.23131313131313144 1 8 1 8 1 0 130 33 2558 23664758 81600 822.00299072265625 5.8178000000000001 1292.3253 120960 46052 1 0 5898240 4423680 4423680 4426356 4492800 180 183 201 261 1733 0 0 0 0 33 0 0 0 0 1 +52 1783781080829940900 DEPTH 46 1 0.83484980515242757 0.22222222222222218 2 7 2 7 0 0 332 23 2578 23664786 81600 848.85215759277344 5.8155000000000001 1224.4266 120960 51650 1 0 5898240 4423680 4423680 4426385 4492800 191 198 198 187 1804 0 1 0 0 22 0 0 0 0 0 +53 1783781082109876800 DEPTH 45 1 0.83492193427821126 0.22222222222222218 2 7 2 7 0 0 164 33 2610 23664826 81600 850.16073608398438 5.8351000000000006 1251.2163 120960 51150 1 0 5898240 4423680 4423680 4426423 4492800 152 181 186 162 1929 0 0 1 0 32 0 0 0 0 0 +54 1783781083458889600 DEPTH 44 1 0.83499391548470292 0.22222222222222218 2 7 2 7 0 0 172 17 2602 23664874 81600 839.2254638671875 5.8161000000000005 1323.7868000000001 120960 48232 1 0 5898240 4423680 4423680 4426473 4492800 175 180 185 192 1870 0 0 1 3 13 0 0 0 0 0 +55 1783781084760827200 DEPTH 56 1 0.84077371203612028 0 2 5 2 5 0 0 229 16 2546 23664862 81600 819.39865112304688 5.8090999999999999 1300.1928 120960 30334 1 0 5898240 4423680 4423680 4426462 4492800 280 172 181 549 1364 0 0 0 0 16 0 0 0 0 0 +56 1783781086094598300 DEPTH 32 1 0.83513743648222327 0.23131313131313144 1 8 1 8 1 0 144 33 2559 23664793 81600 872.16441345214844 5.8375000000000004 1270.1949999999999 120960 46762 1 0 5898240 4423680 4423680 4426393 4492800 189 189 176 185 1820 0 0 5 0 28 0 0 0 0 1 +57 1783781087389010800 DEPTH 30 1 0.83520897743588773 0.23131313131313144 1 8 1 8 1 0 154 26 2545 23664818 81600 833.14686584472656 5.8338000000000001 1249.6705999999999 120960 50190 1 0 5898240 4423680 4423680 4426414 4492800 200 153 223 288 1681 0 0 0 0 26 0 0 0 0 1 +58 1783781088478101700 DEPTH 8 1 0.86096963553267725 0 2 5 2 5 0 0 236 12 2567 23664884 81600 850.33258056640625 5.8169000000000004 1087.5327 120960 33499 1 0 5898240 4423680 4423680 4426484 4492800 228 180 168 575 1416 0 0 0 0 12 0 0 0 0 0 +59 1783781089824157800 DEPTH 42 1 0.86236454405035146 0.11111111111111109 2 6 2 6 1 0 150 14 2584 23664939 81600 834.54769897460938 5.8424999999999994 1319.3757000000001 120960 39792 1 0 5898240 4423680 4423680 4426538 4492800 181 162 265 182 1794 0 0 0 0 14 0 0 0 0 1 +60 1783781091113025700 DEPTH 13 1 0.87109958839263357 0.0090909090909090783 1 6 1 6 0 0 191 21 2505 23664856 81600 820.72576904296875 5.8136999999999999 1271.4513999999999 120960 29670 1 0 5898240 4423680 4423680 4426456 4492800 211 173 206 229 1686 0 0 0 0 21 0 0 0 0 0 +61 1783781092403087500 DEPTH 31 1 0.87236544581262376 0.11111111111111109 2 6 2 6 0 0 149 12 2573 23664773 81600 823.05453491210938 5.8228 1263.876 120960 40069 1 0 5898240 4423680 4423680 4426373 4492800 215 174 363 641 1180 0 0 0 0 12 0 0 0 0 0 +62 1783781093699174500 DEPTH 17 1 0.88122901585459612 0.018181818181818247 0 7 0 7 0 0 213 17 2534 23664793 81600 817.11618041992188 5.8184000000000005 1294.5793000000001 120960 29833 1 0 5898240 4423680 4423680 4426391 4492800 314 182 178 253 1607 0 0 0 0 17 0 0 0 0 0 +63 1783781093908205700 REFRESH 7 0 0.79422065014784304 0.67575757575757578 1 12 1 12 0 0 144 7 422 3943908 116640 150.50982666015625 0.97650000000000003 183.90000000000001 20160 15064 0 0 983040 737280 737280 737507 748800 26 28 26 26 316 2 0 0 0 5 0 0 0 0 0 +64 1783781094109284100 REFRESH 43 0 0.78893785634947289 0.76868686868686875 3 11 3 11 0 0 148 9 410 3943915 116640 149.83987426757812 0.98040000000000005 184.99119999999999 20160 15312 0 0 983040 737280 737280 737515 748800 27 26 28 26 303 0 1 0 1 7 0 0 0 0 0 +65 1783781094305452100 REFRESH 1 0 0.87263472306353618 0.12020202020202017 1 7 1 7 0 0 136 5 417 3943895 55200 151.37689208984375 0.97409999999999997 195.01779999999999 20160 14317 0 0 983040 737280 737280 737494 748800 31 26 48 65 247 0 0 0 0 5 0 0 0 0 0 +66 1783781094507452700 REFRESH 26 0 0.79444324995776805 0.67575757575757578 1 12 1 12 0 0 112 10 424 3943919 116640 150.92941284179688 0.97760000000000002 184.55109999999999 20160 14957 0 0 983040 737280 737280 737519 748800 26 26 25 26 321 1 0 0 0 9 0 0 0 0 0 +67 1783781094737979500 REFRESH 42 0 0.69167151907925084 0.11111111111111109 2 6 2 6 0 0 150 2 419 3943918 55200 151.46701049804688 0.98340000000000005 229.32329999999999 20160 13209 0 0 983040 737280 737280 737518 748800 50 26 62 56 225 0 0 0 0 2 0 0 0 0 0 +68 1783781094927831700 REFRESH 53 0 0.87283526650744636 0.12929292929292943 0 8 0 8 0 0 160 5 415 3943897 55200 150.93862915039062 0.98509999999999998 188.53960000000001 20160 14193 0 0 983040 737280 737280 737497 748800 34 26 31 28 296 0 0 0 0 5 0 0 0 0 0 +69 1783781095141152500 REFRESH 28 0 0.79466451631590929 0.67575757575757578 1 12 1 12 0 0 154 8 411 3943898 116640 151.82127380371094 0.97919999999999996 187.82429999999999 20160 14763 0 0 983040 737280 737280 737498 748800 27 29 26 26 303 0 0 0 0 8 0 0 0 0 0 +70 1783781095343029400 REFRESH 27 0 0.78938083525609681 0.7959595959595962 0 14 0 14 1 0 164 9 415 3943905 116640 150.85874938964844 0.97709999999999997 185.10560000000001 20160 14899 0 0 983040 737280 737280 737505 748800 27 26 25 25 312 2 0 0 0 7 1 0 0 0 0 +71 1783781095572035100 REFRESH 11 0 0.87204091276953244 0.12929292929292943 0 8 0 8 0 0 109 6 411 3943914 55200 150.44300842285156 0.96609999999999996 227.87260000000001 20160 14431 0 0 983040 737280 737280 737514 748800 59 26 39 72 215 0 0 0 0 6 0 0 0 0 0 +72 1783781095771270900 REFRESH 15 0 0.7895273217530393 0.76868686868686875 3 11 3 11 0 0 110 5 419 3943903 116640 150.79405212402344 0.97870000000000001 184.12819999999999 20160 15093 0 0 983040 737280 737280 737503 748800 27 27 27 26 312 0 0 0 0 5 0 0 0 0 0 +73 1783781095957953100 REFRESH 45 0 0.77316685272627272 0.22222222222222218 2 7 2 7 0 0 164 10 420 3943914 55200 151.1014404296875 0.96650000000000003 185.41300000000001 20160 14287 0 0 983040 737280 737280 737514 748800 27 25 27 30 311 0 0 0 1 9 0 0 0 0 0 +74 1783781096167240300 REFRESH 29 0 0.79503037202898874 0.67575757575757578 1 12 1 12 0 0 132 16 418 3943895 116640 150.20819091796875 0.97840000000000005 184.3826 20160 15017 0 0 983040 737280 737280 737495 748800 26 26 26 28 312 1 0 0 0 15 0 0 0 0 0 +75 1783781096384792300 REFRESH 22 0 0.78974596710966294 0.76868686868686875 3 11 3 11 0 0 146 16 415 3943906 116640 151.53561401367188 0.98540000000000005 186.46709999999999 20160 14538 0 0 983040 737280 737280 737505 748800 28 28 26 26 307 1 1 1 0 13 0 0 0 0 0 +76 1783781096583578700 REFRESH 32 0 0.77339006913485187 0.23131313131313144 1 8 1 8 0 0 144 9 417 3943888 55200 150.297607421875 1.0024999999999999 197.3356 20160 14384 0 0 983040 737280 737280 737488 748800 27 26 55 39 270 0 0 0 1 8 0 0 0 0 0 +77 1783781096793005800 REFRESH 39 0 0.79660996424346253 0.43535353535353549 3 8 3 8 0 0 183 11 415 3943920 55200 150.8167724609375 0.99250000000000005 182.29660000000001 20160 14832 0 0 983040 737280 737280 737520 748800 27 25 61 29 273 0 0 0 0 11 0 0 0 0 0 +78 1783781097011253600 REFRESH 48 0 0.79667856374028911 0.44444444444444453 2 9 2 9 0 0 181 7 416 3943896 55200 150.34880065917969 0.99299999999999999 201.84739999999999 20160 15019 0 0 983040 737280 737280 737496 748800 25 26 35 38 292 0 0 0 0 7 0 0 0 0 0 +79 1783781097211636100 REFRESH 19 0 0.79539263598283616 0.66666666666666674 2 11 2 11 0 0 139 10 418 3943894 116640 151.05946350097656 0.98009999999999997 183.89590000000001 20160 14910 0 0 983040 737280 737280 737494 748800 27 28 25 26 312 1 1 0 0 8 0 0 0 0 0 +80 1783781097402852400 REFRESH 13 0 0.95258473569765778 0.0090909090909090783 1 6 1 6 0 0 191 1 415 3943924 55200 150.29862976074219 0.96589999999999998 189.9794 20160 12286 0 0 983040 737280 737280 737524 748800 71 26 57 58 203 0 0 0 0 1 0 0 0 0 0 +81 1783781097590933900 REFRESH 30 0 0.81369105803635455 0.23131313131313144 1 8 1 8 0 0 155 7 412 3943886 55200 150.5269775390625 0.96789999999999998 186.8356 20160 14319 0 0 983040 737280 737280 737486 748800 34 26 41 89 222 0 0 1 0 6 0 0 0 0 0 +82 1783781097796705200 REFRESH 18 0 0.78275115569221454 1 2 14 2 14 0 0 135 10 420 3943907 116640 150.38873291015625 0.98160000000000003 183.88480000000001 20160 15110 0 0 983040 737280 737280 737507 748800 27 28 27 25 313 1 0 0 1 8 0 0 0 0 0 +83 1783781097998797500 REFRESH 3 0 0.79701995254582081 0.44444444444444453 2 9 2 9 0 0 152 8 416 3943942 55200 150.07437133789062 0.96489999999999998 186.14959999999999 20160 14990 0 0 983040 737280 737280 737541 748800 32 26 33 31 294 0 0 0 0 8 0 0 0 0 0 +84 1783781098203273300 REFRESH 2 0 0.81208735954475064 0.33333333333333343 2 8 2 8 0 0 152 10 413 3943919 55200 150.44915771484375 0.9677 186.99610000000001 20160 14956 0 0 983040 737280 737280 737518 748800 33 25 40 39 276 0 0 0 0 10 0 0 0 0 0 +85 1783781098403823800 REFRESH 23 0 0.78296556392585404 0.99090909090909129 3 13 3 13 1 0 129 10 412 3943903 116640 149.970947265625 0.97850000000000004 183.79050000000001 20160 14793 0 0 983040 737280 737280 737503 748800 29 27 26 26 304 1 1 0 0 8 0 0 0 0 1 +86 1783781098599773400 REFRESH 12 0 0.79722256970263206 0.43535353535353549 3 8 3 8 0 0 198 7 413 3943915 55200 150.4163818359375 0.9667 181.12889999999999 20160 14949 0 0 983040 737280 737280 737515 748800 31 26 30 40 286 0 0 0 0 7 0 0 0 0 0 +87 1783781098800733700 REFRESH 54 0 0.82429942917843568 0.23131313131313144 1 8 1 8 1 0 130 9 415 3943930 55200 150.15321350097656 0.96909999999999996 199.6994 20160 14296 0 0 983040 737280 737280 737529 748800 38 26 58 93 200 0 0 0 0 9 0 0 0 0 1 +88 1783781099024666900 REFRESH 51 0 0.79067873188451421 0.76868686868686875 3 11 3 11 0 0 110 10 413 3943901 116640 150.21875 0.9778 183.82910000000001 20160 15153 0 0 983040 737280 737280 737501 748800 27 27 26 26 307 1 0 0 0 9 0 0 0 0 0 +89 1783781099221280700 REFRESH 4 0 0.79074951465028509 0.78686868686868705 1 13 1 13 0 0 68 7 417 3943902 116640 149.20396423339844 0.97529999999999994 180.77979999999999 20160 15173 0 0 983040 737280 737280 737502 748800 27 26 26 26 312 1 0 0 2 4 0 0 0 0 0 +90 1783781099420336700 REFRESH 6 0 0.79082016165219093 0.76868686868686875 3 11 3 11 0 0 124 9 423 3943918 116640 150.56282043457031 0.97909999999999997 182.61779999999999 20160 15127 0 0 983040 737280 737280 737517 748800 26 25 26 26 320 1 0 0 0 8 0 0 0 0 0 +91 1783781099621961000 REFRESH 37 0 0.79624781625100127 0.67575757575757578 1 12 1 12 0 0 145 7 416 3943922 116640 151.16390991210938 1.0145999999999999 184.82130000000001 20160 14945 0 0 983040 737280 737280 737522 748800 27 29 26 26 308 0 0 0 0 7 0 0 0 0 0 +92 1783781099825271500 REFRESH 55 0 0.79631819323329422 0.67575757575757578 1 12 1 12 0 0 161 4 418 3943928 116640 152.01689147949219 0.98050000000000004 186.95310000000001 20160 14830 0 0 983040 737280 737280 737528 748800 28 26 25 26 313 0 1 0 0 3 0 0 0 0 0 +93 1783781100017032200 REFRESH 31 0 0.86317089142259362 0.11111111111111109 2 6 2 6 0 0 149 7 415 3943915 55200 149.79072570800781 0.9869 188.61240000000001 20160 13145 0 0 983040 737280 737280 737515 748800 30 26 31 84 244 0 0 0 0 7 0 0 0 0 0 +94 1783781100239051800 REFRESH 10 0 0.79775823900190257 0.45353535353535362 1 10 1 10 0 0 124 7 418 3943935 55200 151.29190063476562 0.97199999999999998 182.68539999999999 20160 15084 0 0 983040 737280 737280 737535 748800 28 26 29 29 306 0 0 0 0 7 0 0 0 0 0 +95 1783781100448425800 REFRESH 41 0 0.79782462376269536 0.45353535353535362 1 10 1 10 0 0 115 8 415 3943908 55200 149.77944946289062 0.96679999999999999 193.9178 20160 14933 0 0 983040 737280 737280 737507 748800 33 26 26 29 301 0 0 0 1 7 0 0 0 0 0 +96 1783781100655970400 REFRESH 50 0 0.79789088255432106 0.44444444444444453 2 9 2 9 0 0 143 7 418 3943906 55200 151.05638122558594 0.96840000000000004 190.62459999999999 20160 14871 0 0 983040 737280 737280 737505 748800 28 26 26 26 312 0 0 0 0 7 0 0 0 0 0 +97 1783781100864227500 REFRESH 21 0 0.81295701583911228 0.35151515151515161 0 10 0 10 0 0 188 9 416 3943924 55200 151.077880859375 0.9728 191.57679999999999 20160 14947 0 0 983040 737280 737280 737524 748800 27 26 26 30 307 0 0 0 0 9 0 0 0 0 0 +98 1783781101043797300 REFRESH 5 0 0.78089404418003083 0.66666666666666674 2 11 2 11 0 0 98 10 412 3943896 55200 149.95455932617188 0.9667 178.434 20160 14899 0 0 983040 737280 737280 737496 748800 32 26 30 58 266 0 0 0 0 10 0 0 0 0 0 +99 1783781101254168700 REFRESH 9 0 0.87483988784906475 0.11111111111111109 2 6 2 6 0 0 145 4 415 3943928 55200 150.49626159667969 0.96950000000000003 195.25649999999999 20160 14216 0 0 983040 737280 737280 737528 748800 32 25 26 56 276 0 0 0 0 4 0 0 0 0 0 +100 1783781101452446900 REFRESH 47 0 0.79687641696140721 0.66666666666666674 2 11 2 11 0 0 120 9 417 3943921 116640 150.76454162597656 0.97619999999999996 183.595 20160 15026 0 0 983040 737280 737280 737520 748800 27 28 26 26 310 1 0 0 0 8 0 0 0 0 0 +101 1783781101642673000 REFRESH 46 0 0.82496516839407852 0.22222222222222218 2 7 2 7 0 0 332 6 412 3943882 55200 151.71481323242188 0.96660000000000001 188.98509999999999 20160 14348 0 0 983040 737280 737280 737481 748800 31 26 36 37 282 0 0 0 0 6 0 0 0 0 0 +102 1783781101850882200 REFRESH 34 0 0.79165751668689222 0.78686868686868705 1 13 1 13 0 0 116 6 424 3943902 116640 149.14134216308594 0.97850000000000004 181.62960000000001 20160 15314 0 0 983040 737280 737280 737501 748800 26 28 25 26 319 0 0 1 0 5 0 0 0 0 0 +103 1783781102048952100 REFRESH 38 0 0.78835120548092286 0.55555555555555558 2 10 2 10 0 0 130 7 414 3943917 55200 150.03443908691406 0.97650000000000003 181.66069999999999 20160 14968 0 0 983040 737280 737280 737517 748800 33 26 35 34 286 0 0 0 0 7 0 0 0 0 0 +104 1783781102253004800 REFRESH 35 0 0.79715238441740577 0.66666666666666674 2 11 2 11 0 0 175 13 413 3943930 116640 150.82905578613281 0.98460000000000003 186.89859999999999 20160 14873 0 0 983040 737280 737280 737530 748800 27 28 26 29 303 0 0 0 0 13 0 0 0 0 0 +105 1783781102452503300 REFRESH 49 0 0.78133876138831027 0.6575757575757577 3 10 3 10 1 0 140 11 416 3943914 55200 150.48806762695312 0.96840000000000004 181.77539999999999 20160 15047 0 0 983040 737280 737280 737514 748800 31 26 29 32 298 0 0 0 0 11 0 0 0 0 1 +106 1783781102660283800 REFRESH 44 0 0.8252763209768913 0.22222222222222218 2 7 2 7 0 0 172 4 415 3943897 55200 150.74201965332031 0.99319999999999997 205.8638 20160 14233 0 0 983040 737280 737280 737497 748800 26 26 26 26 311 0 0 0 0 4 0 0 0 0 0 +107 1783781102861995300 REFRESH 24 0 0.78783419967710744 0.87070707070707098 4 11 4 11 0 0 155 6 413 3943894 116640 150.95706176757812 0.98080000000000001 185.30289999999999 20160 14507 0 0 983040 737280 737280 737494 748800 27 27 26 25 308 1 0 1 0 4 0 0 0 0 0 +108 1783781103109439300 REFRESH 52 0 0.87539997136350478 0.12020202020202017 1 7 1 7 0 0 118 4 418 3943955 55200 150.22898864746094 0.96760000000000002 222.4913 20160 14362 0 0 983040 737280 737280 737555 748800 31 26 35 33 293 0 0 0 0 4 0 0 0 0 0 +109 1783781103312895000 REFRESH 14 0 0.78874099063933489 0.57373737373737377 0 12 0 12 0 0 130 4 415 3943916 55200 150.60786437988281 0.97019999999999995 187.24969999999999 20160 14976 0 0 983040 737280 737280 737516 748800 30 25 27 26 307 0 0 0 0 4 0 0 0 0 0 +110 1783781103527832600 REFRESH 25 0 0.79220534716210378 0.76868686868686875 3 11 3 11 0 0 128 6 420 3943923 116640 151.24787902832031 0.97750000000000004 184.77189999999999 20160 14951 0 0 983040 737280 737280 737522 748800 27 25 26 26 316 0 0 0 1 5 0 0 0 0 0 +111 1783781103727405700 REFRESH 0 0 0.79763039820366866 0.67575757575757578 1 12 1 12 0 0 98 6 423 3943912 116640 149.8736572265625 0.97699999999999998 183.08070000000001 20160 15085 0 0 983040 737280 737280 737512 748800 26 25 25 25 322 0 0 0 1 5 0 0 0 0 0 +112 1783781103915093300 REFRESH 8 0 1.0044431344597937 0 2 5 2 5 0 0 236 3 414 3943899 55200 151.29190063476562 0.98950000000000005 185.95949999999999 20160 12242 0 0 983040 737280 737280 737498 748800 27 26 64 90 207 0 0 0 0 3 0 0 0 0 0 +113 1783781104114397900 REFRESH 36 0 0.7818555900621128 0.6575757575757577 3 10 3 10 0 0 132 9 418 3943921 55200 151.86227416992188 0.96730000000000005 182.58840000000001 20160 14996 0 0 983040 737280 737280 737521 748800 32 25 25 27 309 0 0 0 0 9 0 0 0 0 0 +114 1783781104314920700 REFRESH 58 0 0.79247622992881939 0.77777777777777779 2 12 2 12 0 0 138 9 418 3943915 116640 151.19769287109375 1.0367 183.99639999999999 20160 15044 0 0 983040 737280 737280 737514 748800 26 30 26 26 310 1 0 1 0 7 0 0 0 0 0 +115 1783781104514121900 REFRESH 20 0 0.79790078247251806 0.66666666666666674 2 11 2 11 0 0 130 9 415 3943933 116640 150.31465148925781 0.97699999999999998 183.08799999999999 20160 15024 0 0 983040 737280 737280 737533 748800 26 26 25 26 312 0 1 1 0 7 0 0 0 0 0 +116 1783781104714370400 REFRESH 57 0 0.79261092578369696 0.77777777777777779 2 12 2 12 0 0 147 10 411 3943940 116640 150.26264953613281 0.97550000000000003 184.39760000000001 20160 15119 0 0 983040 737280 737280 737540 748800 27 27 26 25 306 0 1 0 0 9 0 0 0 0 0 +117 1783781104916109000 REFRESH 16 0 0.87595077448072867 0.11111111111111109 2 6 2 6 0 0 200 7 415 3943915 55200 150.94989013671875 0.97460000000000002 184.71530000000001 20160 14384 0 0 983040 737280 737280 737515 748800 40 26 26 77 246 0 0 0 0 7 0 0 0 0 0 +118 1783781105119459600 REFRESH 33 0 0.87601141484313805 0.12020202020202017 1 7 1 7 0 0 191 8 417 3943896 55200 151.50489807128906 0.97240000000000004 188.1403 20160 14392 0 0 983040 737280 737280 737496 748800 32 26 76 32 251 0 0 0 0 8 0 0 0 0 0 +119 1783781105337086900 REFRESH 56 0 1.0048350378932964 0 2 5 2 5 0 0 229 4 409 3943899 55200 154.74790954589844 0.98299999999999998 216.3252 20160 12253 0 0 983040 737280 737280 737498 748800 52 26 54 84 193 0 0 0 0 4 0 0 0 0 0 +120 1783781105555700900 REFRESH 40 0 0.79823598685430608 0.67575757575757578 1 12 1 12 0 0 137 12 418 3943891 116640 159.50845336914062 0.98870000000000002 193.4393 20160 15117 0 0 983040 737280 737280 737491 748800 28 25 25 26 314 1 0 2 0 9 0 0 0 0 0 +121 1783781105795477200 REFRESH 17 0 1.0049460929358023 0.018181818181818247 0 7 0 7 0 0 213 4 413 3943898 55200 159.2596435546875 0.97529999999999994 238.62360000000001 20160 12125 0 0 983040 737280 737280 737496 748800 42 26 33 74 238 0 0 0 0 4 0 0 0 0 0 +122 1783781107077348800 DEPTH 13 1 0.98726235351166647 0.0090909090909090783 1 6 1 6 0 0 191 15 2499 23664679 81600 877.9632568359375 5.8518999999999997 1280.6582000000001 120960 60075 1 0 5898240 4423680 4423680 4426278 4492800 162 150 156 176 1855 0 0 0 0 15 0 0 0 0 0 +123 1783781108393363800 DEPTH 11 1 0.86004950031834038 0.12929292929292943 0 8 0 8 0 0 109 8 2563 23664811 81600 856.6292724609375 5.8239999999999998 1314.808 120960 69259 1 0 5898240 4423680 4423680 4426410 4492800 169 150 166 214 1864 0 0 0 0 8 0 0 0 0 0 +124 1783781109706939800 DEPTH 1 1 0.86000125987690201 0.12020202020202017 1 7 1 7 1 0 137 22 2560 23664809 81600 862.9832763671875 5.8373999999999997 1287.1736000000001 120960 69592 1 0 5898240 4423680 4423680 4426408 4492800 156 151 162 202 1889 3 0 0 0 19 0 0 0 0 1 +125 1783781110947200000 DEPTH 53 1 0.86005858550611713 0.12929292929292943 0 8 0 8 0 0 160 36 2517 23664853 81600 862.97293090820312 5.8253000000000004 1226.8163999999999 120960 68690 1 0 5898240 4423680 4423680 4426450 4492800 172 156 156 159 1874 0 0 0 0 36 0 0 0 0 0 +126 1783781112200201200 DEPTH 31 1 0.85222197590940307 0.11111111111111109 2 6 2 6 0 0 150 21 2540 23664840 81600 863.64979553222656 5.8228 1236.3233 120960 65852 1 0 5898240 4423680 4423680 4426440 4492800 165 150 160 251 1814 0 0 2 0 19 0 0 0 0 0 +127 1783781113535910300 DEPTH 42 1 0.84738594026913983 0.11111111111111109 2 6 2 6 0 0 150 23 2576 23664831 81600 863.65695190429688 5.8307000000000002 1321.0713000000001 120960 66141 1 0 5898240 4423680 4423680 4426429 4492800 172 150 188 186 1880 0 0 0 0 23 0 0 0 0 0 +128 1783781114626839300 DEPTH 8 1 0.89958050868572126 0 2 5 2 5 0 0 236 28 2554 23664880 81600 869.05548095703125 5.8018999999999998 1089.7418 120960 61281 1 0 5898240 4423680 4423680 4426479 4492800 156 156 151 277 1814 0 0 0 0 28 0 0 0 0 0 +129 1783781115919584500 DEPTH 9 1 0.85928685895319201 0.11111111111111109 2 6 2 6 0 0 145 10 2572 23664926 81600 861.98988342285156 5.8351999999999995 1291.6112000000001 120960 69009 1 0 5898240 4423680 4423680 4426526 4492800 175 150 150 208 1889 0 0 0 0 10 0 0 0 0 0 +130 1783781117299183900 DEPTH 56 1 0.85068579998127092 0 2 5 2 5 0 0 229 16 2544 23664876 81600 857.64950561523438 5.8330000000000002 1319.6987999999999 120960 59684 1 0 5898240 4423680 4423680 4426473 4492800 159 151 150 197 1887 0 0 0 0 16 0 0 0 0 0 +131 1783781118669533400 DEPTH 17 1 0.84073830453074028 0.018181818181818247 0 7 0 7 0 0 213 21 2524 23664847 81600 858.76844787597656 5.8138000000000005 1328.2212 120960 60351 1 0 5898240 4423680 4423680 4426446 4492800 150 156 154 161 1903 0 0 0 0 21 0 0 0 0 0 +132 1783781120004632400 DEPTH 52 1 0.84945699348923953 0.12020202020202017 1 7 1 7 0 0 119 19 2562 23664863 81600 856.96920776367188 5.8448000000000011 1304.7435 120960 69244 1 0 5898240 4423680 4423680 4426459 4492800 156 156 178 170 1902 0 0 0 0 19 0 0 0 0 0 +133 1783781121295947100 DEPTH 45 1 0.81551350296504255 0.22222222222222218 2 7 2 7 0 0 166 38 2612 23664893 81600 866.24174499511719 5.821200000000001 1262.9734000000001 120960 69073 1 0 5898240 4423680 4423680 4426492 4492800 150 150 150 150 2012 0 0 0 0 38 0 0 0 0 0 +134 1783781122628430500 DEPTH 54 1 0.81476907774464191 0.23131313131313144 1 8 1 8 0 0 132 32 2542 23664832 81600 860.87895202636719 5.8296999999999999 1304.5462 120960 68934 1 0 5898240 4423680 4423680 4426432 4492800 168 150 157 187 1880 0 0 0 0 32 0 0 0 0 0 +135 1783781123875432600 DEPTH 32 1 0.81464947163116452 0.23131313131313144 1 8 1 8 0 0 144 28 2556 23664856 81600 862.00523376464844 5.8178000000000001 1245.77 120960 69629 1 0 5898240 4423680 4423680 4426455 4492800 156 150 164 158 1928 0 0 0 0 28 0 0 0 0 0 +136 1783781125105360600 DEPTH 30 1 0.81268281284693367 0.23131313131313144 1 8 1 8 0 0 155 30 2529 23664789 81600 863.42146301269531 5.8239000000000001 1228.6775 120960 69183 1 0 5898240 4423680 4423680 4426387 4492800 165 150 174 215 1825 0 0 0 0 30 0 0 0 0 0 +137 1783781126409707000 DEPTH 46 1 0.81173853993353196 0.22222222222222218 2 7 2 7 0 0 332 18 2581 23664916 81600 906.97932434082031 5.8267999999999995 1277.2856999999999 120960 69681 1 0 5898240 4423680 4423680 4426516 4492800 159 150 173 175 1924 0 0 0 0 18 0 0 0 0 0 +138 1783781127665148900 DEPTH 13 1 0.89113623465009206 0.0090909090909090783 1 6 1 6 0 0 191 14 2493 23664775 81600 853.70881652832031 5.8286999999999995 1254.2291 120960 49358 1 0 5898240 4423680 4423680 4426374 4492800 164 150 156 183 1840 0 0 0 0 14 0 0 0 0 0 +139 1783781128760730700 DEPTH 8 1 0.84298624385772947 0 2 5 2 5 0 0 236 21 2561 23664766 81600 863.50131225585938 5.8033999999999999 1094.3578 120960 50239 1 0 5898240 4423680 4423680 4426362 4492800 157 156 155 276 1817 0 0 0 0 21 0 0 0 0 0 +140 1783781129907427600 DEPTH 16 1 0.84290627625193137 0.11111111111111109 2 6 2 6 0 0 200 26 2533 23664744 81600 869.12921142578125 5.8637000000000006 1129.0507 120960 69416 1 0 5898240 4423680 4423680 4426344 4492800 162 156 156 170 1889 0 0 0 0 26 0 0 0 0 0 +141 1783781131237196300 DEPTH 56 1 0.84398599856001022 0 2 5 2 5 0 0 230 20 2537 23664824 81600 850.28863525390625 5.8247 1309.5645 120960 48714 1 0 5898240 4423680 4423680 4426424 4492800 190 150 150 307 1740 0 0 0 0 20 0 0 0 0 0 +142 1783781132492283500 DEPTH 33 1 0.85401760961961359 0.12020202020202017 1 7 1 7 0 0 191 26 2517 23664880 81600 866.58662414550781 5.8629999999999995 1238.9567999999999 120960 69394 1 0 5898240 4423680 4423680 4426480 4492800 164 153 150 176 1874 0 0 0 0 26 0 0 0 0 0 +143 1783781133807329500 DEPTH 44 1 0.81007313005012682 0.22222222222222218 2 7 2 7 0 0 172 18 2578 23664845 81600 864.10975646972656 5.8176999999999994 1287.5791999999999 120960 69174 1 0 5898240 4423680 4423680 4426444 4492800 156 156 150 151 1965 0 0 0 1 17 0 0 0 0 0 +144 1783781135171376100 DEPTH 17 1 0.86413497580329424 0.018181818181818247 0 7 0 7 0 0 214 20 2518 23664793 81600 852.73497009277344 5.8080999999999996 1313.3744999999999 120960 48910 1 0 5898240 4423680 4423680 4426392 4492800 150 156 155 194 1863 0 0 0 0 20 0 0 0 0 0 +145 1783781136459245900 DEPTH 2 1 0.8026081556469401 0.33333333333333343 2 8 2 8 1 0 152 32 2551 23664853 81600 863.03231811523438 5.8372999999999999 1261.7856999999999 120960 69591 1 0 5898240 4423680 4423680 4426452 4492800 159 150 165 163 1914 0 0 0 0 32 0 0 0 0 1 +146 1783781137774300200 DEPTH 11 1 0.82989631268832409 0.12929292929292943 0 8 0 8 0 0 110 16 2549 23664830 81600 847.06918334960938 5.8083999999999998 1313.8396 120960 57231 1 0 5898240 4423680 4423680 4426428 4492800 201 150 163 251 1784 0 0 1 0 15 0 0 0 0 0 +147 1783781139065279000 DEPTH 1 1 0.8319055754396959 0.12020202020202017 1 7 1 7 0 0 137 9 2566 23664814 81600 855.20692443847656 5.8220000000000001 1289.8255999999999 120960 58226 1 0 5898240 4423680 4423680 4426412 4492800 155 150 175 211 1875 0 0 0 0 9 0 0 0 0 0 +148 1783781140322600700 DEPTH 53 1 0.83190706030918227 0.12929292929292943 0 8 0 8 0 0 160 28 2512 23664847 81600 853.54743957519531 5.844100000000001 1229.5809999999999 120960 57085 1 0 5898240 4423680 4423680 4426443 4492800 173 156 156 165 1862 0 0 0 0 28 0 0 0 0 0 +149 1783781141603716400 DEPTH 13 1 0.83532892950943072 0.0090909090909090783 1 6 1 6 0 0 191 16 2494 23664817 81600 851.59133911132812 5.8197000000000001 1263.5175999999999 120960 39257 1 0 5898240 4423680 4423680 4426414 4492800 169 152 158 190 1825 0 0 0 0 16 0 0 0 0 0 +150 1783781142927716400 DEPTH 21 1 0.80189558594159549 0.35151515151515161 0 10 0 10 0 0 188 42 2536 23664818 81600 866.68902587890625 5.8251999999999997 1279.7597000000001 120960 70021 1 0 5898240 4423680 4423680 4426418 4492800 155 150 156 151 1924 0 0 0 0 42 0 0 0 0 0 +151 1783781144049085900 DEPTH 8 1 0.84704384665291987 0 2 5 2 5 0 0 236 19 2567 23664847 81600 859.54150390625 5.7976000000000001 1094.2429 120960 39975 1 0 5898240 4423680 4423680 4426444 4492800 157 155 156 324 1775 0 0 0 0 19 0 0 0 0 0 +152 1783781145299794500 DEPTH 31 1 0.8451197568232981 0.11111111111111109 2 6 2 6 0 0 153 25 2547 23664796 81600 852.67662048339844 5.8464 1249.4726000000001 120960 54205 1 0 5898240 4423680 4423680 4426394 4492800 172 150 165 316 1744 0 0 2 0 23 0 0 0 0 0 +153 1783781146390913500 DEPTH 39 1 0.78806685328115089 0.43535353535353549 3 8 3 8 0 0 186 34 2548 23664809 81600 896.8173828125 5.8139000000000003 1074.7482 120960 69124 1 0 5898240 4423680 4423680 4426408 4492800 154 150 150 150 1944 0 1 0 0 33 0 0 0 0 0 +154 1783781146595774200 REFRESH 29 0 0.78439018997103005 0.67575757575757578 1 12 1 12 0 0 132 8 414 3943910 55200 158.41606140136719 0.98060000000000003 189.81139999999999 20160 14694 0 0 983040 737280 737280 737510 748800 26 26 26 29 307 1 0 0 0 7 0 0 0 0 0 +155 1783781146793255500 REFRESH 34 0 0.77509261413860486 0.78686868686868705 1 13 1 13 0 0 116 7 423 3943923 55200 152.86988830566406 0.97319999999999995 181.84049999999999 20160 14821 0 0 983040 737280 737280 737523 748800 26 25 25 25 322 0 0 0 0 7 0 0 0 0 0 +156 1783781147011241400 REFRESH 48 0 0.7852372383946864 0.44444444444444453 2 9 2 9 0 0 182 8 415 3943903 55200 149.98733520507812 0.96609999999999996 200.49969999999999 20160 14748 0 0 983040 737280 737280 737503 748800 26 26 33 37 293 0 0 0 0 8 0 0 0 0 0 +157 1783781147209699800 REFRESH 7 0 0.78156858500677739 0.67575757575757578 1 12 1 12 0 0 144 7 419 3943917 55200 151.67999267578125 0.98340000000000005 182.72149999999999 20160 14760 0 0 983040 737280 737280 737517 748800 26 26 26 26 315 0 0 0 0 7 0 0 0 0 0 +158 1783781147451445000 REFRESH 2 0 0.67192820686038512 0.33333333333333343 2 8 2 8 0 0 152 9 417 3943896 55200 151.06764221191406 0.96870000000000001 192.5309 20160 14152 0 0 983040 737280 737280 737495 748800 35 25 45 36 276 0 0 0 0 9 0 0 0 0 0 +159 1783781147643014500 REFRESH 21 0 0.63104847598281577 0.35151515151515161 0 10 0 10 0 0 188 8 415 3943909 55200 151.36154174804688 0.97240000000000004 190.33240000000001 20160 14215 0 0 983040 737280 737280 737509 748800 27 26 34 40 288 0 0 0 0 8 0 0 0 0 0 +160 1783781147845564900 REFRESH 4 0 0.77638892412794702 0.78686868686868705 1 13 1 13 0 0 68 7 424 3943933 55200 149.71186828613281 0.96889999999999998 178.22790000000001 20160 14740 0 0 983040 737280 737280 737533 748800 27 26 28 26 317 0 0 0 0 7 0 0 0 0 0 +161 1783781148042630500 REFRESH 12 0 0.78551927683349909 0.43535353535353549 3 8 3 8 0 0 198 5 413 3943920 55200 150.60173034667969 0.96630000000000005 181.41800000000001 20160 14661 0 0 983040 737280 737280 737520 748800 31 26 30 41 285 0 0 0 0 5 0 0 0 0 0 +162 1783781148238337100 REFRESH 15 0 0.77450674265007635 0.76868686868686875 3 11 3 11 0 0 110 6 421 3943906 55200 150.91302490234375 0.97299999999999998 180.19999999999999 20160 14621 0 0 983040 737280 737280 737506 748800 27 26 27 27 314 0 0 0 0 6 0 0 0 0 0 +163 1783781148436059300 REFRESH 24 0 0.77139883539736243 0.87070707070707098 4 11 4 11 0 0 155 8 412 3943916 55200 150.92428588867188 0.97089999999999999 181.65010000000001 20160 14827 0 0 983040 737280 737280 737516 748800 27 26 26 25 308 0 0 1 0 7 0 0 0 0 0 +164 1783781148632212600 REFRESH 47 0 0.78398130487414641 0.66666666666666674 2 11 2 11 0 0 121 8 417 3943896 55200 150.29350280761719 1.0882000000000001 180.459 20160 14660 0 0 983040 737280 737280 737496 748800 27 26 26 26 312 0 0 0 0 8 0 0 0 0 0 +165 1783781148856635100 REFRESH 8 0 0.86166754564141168 0 2 5 2 5 0 0 236 2 416 3943937 55200 152.64268493652344 0.97099999999999997 185.3997 20160 11933 0 0 983040 737280 737280 737537 748800 43 26 68 90 189 0 0 0 0 2 0 0 0 0 0 +166 1783781149077922200 REFRESH 56 0 0.97855544140956252 0 2 5 2 5 0 0 230 5 414 3943889 55200 150.24333190917969 0.9667 219.97059999999999 20160 12411 0 0 983040 737280 737280 737489 748800 82 26 54 104 148 0 0 0 0 5 0 0 0 0 0 +167 1783781149284248700 REFRESH 58 0 0.77879954836049126 0.77777777777777779 2 12 2 12 0 0 138 5 419 3943914 55200 151.19769287109375 0.97360000000000002 181.42140000000001 20160 14619 0 0 983040 737280 737280 737514 748800 27 27 26 26 313 0 0 0 0 5 0 0 0 0 0 +168 1783781149482708800 REFRESH 55 0 0.77921495656927098 0.67575757575757578 1 12 1 12 0 0 163 12 416 3943907 55200 151.40966796875 0.97460000000000002 182.87029999999999 20160 14699 0 0 983040 737280 737280 737507 748800 28 26 25 26 311 0 0 0 0 12 0 0 0 0 0 +169 1783781149671784700 REFRESH 46 0 0.80389680496758242 0.22222222222222218 2 7 2 7 0 0 332 5 413 3943918 55200 150.2791748046875 0.96809999999999996 187.82069999999999 20160 13081 0 0 983040 737280 737280 737518 748800 37 26 44 50 256 0 0 0 0 5 0 0 0 0 0 +170 1783781149877683500 REFRESH 20 0 0.78433119404803775 0.66666666666666674 2 11 2 11 0 0 132 15 415 3943914 55200 151.15878295898438 0.97199999999999998 180.63069999999999 20160 14746 0 0 983040 737280 737280 737514 748800 26 26 26 26 311 0 1 1 0 13 0 0 0 0 0 +171 1783781150095488500 REFRESH 10 0 0.78607623295172679 0.45353535353535362 1 10 1 10 0 0 124 8 415 3943867 55200 151.07072448730469 1.0250999999999999 185.31559999999999 20160 14726 0 0 983040 737280 737280 737467 748800 31 26 30 30 298 1 0 0 0 7 0 0 0 0 0 +172 1783781150300305900 REFRESH 50 0 0.78613141542256249 0.44444444444444453 2 9 2 9 0 0 143 7 418 3943917 55200 151.22944641113281 0.96879999999999999 188.7569 20160 14676 0 0 983040 737280 737280 737516 748800 28 26 28 27 309 0 0 0 0 7 0 0 0 0 0 +173 1783781150488410200 REFRESH 33 0 0.85590001745054389 0.12020202020202017 1 7 1 7 0 0 191 3 416 3943885 55200 151.46908569335938 0.96799999999999997 186.89359999999999 20160 12893 0 0 983040 737280 737280 737485 748800 39 26 80 36 235 0 0 0 0 3 0 0 0 0 0 +174 1783781150685710000 REFRESH 1 0 0.84390774543484626 0.12020202020202017 1 7 1 7 0 0 137 6 420 3943905 55200 151.40249633789062 0.96779999999999999 195.67349999999999 20160 12145 0 0 983040 737280 737280 737505 748800 38 26 58 68 230 0 0 0 0 6 0 0 0 0 0 +175 1783781150879558200 REFRESH 0 0 0.78162009200370053 0.67575757575757578 1 12 1 12 0 0 98 2 419 3943916 55200 149.78477478027344 0.96830000000000005 178.83920000000001 20160 14679 0 0 983040 737280 737280 737516 748800 27 25 25 25 317 0 0 0 0 2 0 0 0 0 0 +176 1783781151085969100 REFRESH 44 0 0.80245153925924084 0.22222222222222218 2 7 2 7 0 0 172 3 415 3943905 55200 150.37849426269531 0.99099999999999999 205.15539999999999 20160 13102 0 0 983040 737280 737280 737505 748800 27 26 27 26 309 0 0 0 1 2 0 0 0 0 0 +177 1783781151272496200 REFRESH 32 0 0.80702280453640807 0.23131313131313144 1 8 1 8 0 0 144 8 422 3943917 55200 151.05740356445312 0.96879999999999999 185.3185 20160 13139 0 0 983040 737280 737280 737517 748800 33 26 75 59 229 0 0 0 1 7 0 0 0 0 0 +178 1783781151466045200 REFRESH 45 0 0.80795213522884912 0.22222222222222218 2 7 2 7 0 0 166 7 420 3943921 55200 151.83769226074219 0.96630000000000005 192.29849999999999 20160 13074 0 0 983040 737280 737280 737521 748800 29 25 25 30 311 0 0 0 0 7 0 0 0 0 0 +179 1783781151694240200 REFRESH 11 0 0.84338962687200048 0.12929292929292943 0 8 0 8 0 0 110 6 420 3943879 55200 150.21055603027344 0.97160000000000002 227.03829999999999 20160 12144 0 0 983040 737280 737280 737479 748800 110 25 43 72 170 0 0 0 0 6 0 0 0 0 0 +180 1783781151897785900 REFRESH 18 0 0.77304945570195138 1 2 14 2 14 0 0 136 8 416 3943910 55200 150.77786254882812 0.96799999999999997 180.20679999999999 20160 14722 0 0 983040 737280 737280 737510 748800 28 26 27 25 310 0 0 0 1 7 0 0 0 0 0 +181 1783781152096489500 REFRESH 25 0 0.7766064734118755 0.76868686868686875 3 11 3 11 0 0 129 7 419 3943908 55200 151.7496337890625 0.97199999999999998 182.49350000000001 20160 14766 0 0 983040 737280 737280 737508 748800 28 25 27 26 313 0 0 0 0 7 0 0 0 0 0 +182 1783781152304014900 REFRESH 54 0 0.8074315813983024 0.23131313131313144 1 8 1 8 0 0 133 7 415 3943912 55200 150.35699462890625 0.96789999999999998 204.61879999999999 20160 12784 0 0 983040 737280 737280 737511 748800 52 25 77 99 162 0 0 1 0 6 0 0 0 0 0 +183 1783781152502327900 REFRESH 35 0 0.78607737049872983 0.66666666666666674 2 11 2 11 0 0 175 11 414 3943904 55200 151.03077697753906 0.96640000000000004 182.7491 20160 14639 0 0 983040 737280 737280 737504 748800 27 26 26 29 306 0 0 0 0 11 0 0 0 0 0 +184 1783781152723129000 REFRESH 14 0 0.7737865061406578 0.57373737373737377 0 12 0 12 0 0 130 4 412 3943877 55200 150.84236145019531 0.97330000000000005 187.1602 20160 14701 0 0 983040 737280 737280 737477 748800 35 25 29 26 297 0 0 0 0 4 0 0 0 0 0 +185 1783781152910773500 REFRESH 16 0 0.85560161771848275 0.11111111111111109 2 6 2 6 0 0 200 4 415 3943917 55200 151.05331420898438 0.97050000000000003 186.4427 20160 13043 0 0 983040 737280 737280 737517 748800 64 26 26 95 204 0 0 0 0 4 0 0 0 0 0 +186 1783781153093861800 REFRESH 39 0 0.77837282494515247 0.43535353535353549 3 8 3 8 0 0 186 8 411 3943921 55200 151.20895385742188 0.96760000000000002 181.8485 20160 14196 0 0 983040 737280 737280 737521 748800 29 25 85 29 243 0 0 0 0 8 0 0 0 0 0 +187 1783781153301204000 REFRESH 26 0 0.78630376251720102 0.67575757575757578 1 12 1 12 0 0 112 10 419 3943919 55200 152.08755493164062 0.96799999999999997 181.92410000000001 20160 14662 0 0 983040 737280 737280 737519 748800 26 26 25 27 315 1 0 0 0 9 0 0 0 0 0 +188 1783781153493494600 REFRESH 9 0 0.85305017192289756 0.11111111111111109 2 6 2 6 0 0 145 3 419 3943920 55200 150.4901123046875 0.97350000000000003 191.1164 20160 12998 0 0 983040 737280 737280 737520 748800 44 25 31 82 237 0 0 0 0 3 0 0 0 0 0 +189 1783781153699801400 REFRESH 37 0 0.78341640500991383 0.67575757575757578 1 12 1 12 0 0 145 10 415 3943938 55200 150.92640686035156 0.96650000000000003 180.78389999999999 20160 14690 0 0 983040 737280 737280 737538 748800 28 26 26 27 308 0 0 0 0 10 0 0 0 0 0 +190 1783781153897200800 REFRESH 23 0 0.77361550474219232 0.99090909090909129 3 13 3 13 0 0 129 5 412 3943928 55200 150.74815368652344 0.97230000000000005 181.88 20160 14642 0 0 983040 737280 737280 737528 748800 32 26 26 26 302 0 0 0 0 5 0 0 0 0 0 +191 1783781154091975200 REFRESH 13 0 0.97135141531078295 0.0090909090909090783 1 6 1 6 0 0 191 7 414 3943948 55200 150.92941284179688 0.96779999999999999 193.3511 20160 12467 0 0 983040 737280 737280 737548 748800 116 26 59 56 157 0 0 0 0 7 0 0 0 0 0 +192 1783781154295590500 REFRESH 22 0 0.78122754052628707 0.76868686868686875 3 11 3 11 0 0 147 9 420 3943893 55200 152.14079284667969 0.97309999999999997 182.90379999999999 20160 14684 0 0 983040 737280 737280 737493 748800 30 26 26 26 312 0 0 1 0 8 0 0 0 0 0 +193 1783781154495450900 REFRESH 36 0 0.77212656534987256 0.6575757575757577 3 10 3 10 0 0 132 13 415 3943899 55200 151.54278564453125 0.96830000000000005 183.46080000000001 20160 14755 0 0 983040 737280 737280 737499 748800 38 25 25 27 300 0 0 0 0 13 0 0 0 0 0 +194 1783781154694696900 REFRESH 38 0 0.7773226455756046 0.55555555555555558 2 10 2 10 1 0 130 13 414 3943935 55200 151.76824951171875 0.97389999999999999 182.96299999999999 20160 14589 0 0 983040 737280 737280 737534 748800 32 26 36 34 286 0 0 0 0 13 0 0 0 0 1 +195 1783781154890906700 REFRESH 49 0 0.77323350376269029 0.6575757575757577 3 10 3 10 0 0 140 9 413 3943904 55200 150.55769348144531 0.97119999999999995 180.37129999999999 20160 14617 0 0 983040 737280 737280 737504 748800 29 26 28 29 301 0 0 0 0 9 0 0 0 0 0 +196 1783781155091757600 REFRESH 3 0 0.78842918963274344 0.44444444444444453 2 9 2 9 0 0 153 3 417 3943903 55200 150.47065734863281 0.96619999999999995 185.9068 20160 14660 0 0 983040 737280 737280 737503 748800 30 26 32 31 298 0 0 0 0 3 0 0 0 0 0 +197 1783781155323042400 REFRESH 17 0 0.97995080515003341 0.018181818181818247 0 7 0 7 0 0 214 5 413 3943904 55200 150.329345703125 0.96709999999999996 230.09899999999999 20160 12406 0 0 983040 737280 737280 737504 748800 63 26 41 79 204 0 0 0 0 5 0 0 0 0 0 +198 1783781155527812000 REFRESH 19 0 0.78691880104851464 0.66666666666666674 2 11 2 11 0 0 139 9 419 3943909 55200 150.87309265136719 0.96699999999999997 180.62569999999999 20160 14757 0 0 983040 737280 737280 737509 748800 27 26 25 26 315 0 0 0 0 9 0 0 0 0 0 +199 1783781155723368100 REFRESH 6 0 0.78061703157277307 0.76868686868686875 3 11 3 11 0 0 124 7 426 3943915 55200 150.11943054199219 0.9698 179.79490000000001 20160 14804 0 0 983040 737280 737280 737515 748800 26 25 26 26 323 0 0 0 0 7 0 0 0 0 0 +200 1783781155916348700 REFRESH 31 0 0.83975094083535295 0.11111111111111109 2 6 2 6 0 0 153 8 422 3943931 55200 151.51020812988281 0.98029999999999995 191.63579999999999 20160 12073 0 0 983040 737280 737280 737531 748800 39 26 32 105 220 0 0 0 0 8 0 0 0 0 0 +201 1783781156105354900 REFRESH 53 0 0.84614794256021986 0.12929292929292943 0 8 0 8 0 0 161 5 416 3943904 55200 150.61811828613281 0.96760000000000002 187.7081 20160 12018 0 0 983040 737280 737280 737504 748800 65 26 35 44 246 0 0 0 1 4 0 0 0 0 0 +202 1783781156308306100 REFRESH 43 0 0.78078262086452277 0.76868686868686875 3 11 3 11 0 0 148 13 407 3943916 55200 151.14239501953125 0.96840000000000004 180.81819999999999 20160 14725 0 0 983040 737280 737280 737516 748800 29 26 30 25 297 0 0 0 0 13 0 0 0 0 0 +203 1783781156531311500 REFRESH 41 0 0.78879782150116762 0.45353535353535362 1 10 1 10 0 0 115 5 412 3943941 55200 149.99961853027344 0.96699999999999997 191.3383 20160 14758 0 0 983040 737280 737280 737540 748800 35 26 28 29 294 0 0 0 0 5 0 0 0 0 0 +204 1783781156729493500 REFRESH 28 0 0.78524971693816847 0.67575757575757578 1 12 1 12 0 0 154 7 417 3943942 55200 151.10758972167969 0.96689999999999998 182.9836 20160 14747 0 0 983040 737280 737280 737542 748800 27 26 25 26 313 0 0 0 0 7 0 0 0 0 0 +205 1783781156926370800 REFRESH 51 0 0.78194741960903691 0.76868686868686875 3 11 3 11 0 0 113 13 416 3943905 55200 150.98675537109375 0.96719999999999995 180.88560000000001 20160 14678 0 0 983040 737280 737280 737505 748800 27 26 26 27 310 2 1 0 0 10 0 0 0 0 0 +206 1783781157117758200 REFRESH 30 0 0.80662686511434556 0.23131313131313144 1 8 1 8 0 0 155 3 415 3943896 55200 150.91302490234375 0.96630000000000005 190.15989999999999 20160 12878 0 0 983040 737280 737280 737495 748800 46 26 43 99 201 0 0 0 0 3 0 0 0 0 0 +207 1783781157321931000 REFRESH 40 0 0.78741399270463541 0.67575757575757578 1 12 1 12 0 0 137 6 420 3943919 55200 150.55258178710938 0.97189999999999999 180.19749999999999 20160 14787 0 0 983040 737280 737280 737519 748800 27 25 25 26 317 0 0 0 0 6 0 0 0 0 0 +208 1783781157576483700 REFRESH 42 0 0.8434205934419462 0.11111111111111109 2 6 2 6 0 0 150 6 418 3943900 55200 149.93817138671875 0.97709999999999997 229.25649999999999 20160 12223 0 0 983040 737280 737280 737500 748800 70 26 77 61 184 0 0 0 0 6 0 0 0 0 0 +209 1783781157801348000 REFRESH 52 0 0.85407014419216798 0.12020202020202017 1 7 1 7 0 0 119 6 418 3943910 55200 149.49888610839844 0.96879999999999999 223.5848 20160 13073 0 0 983040 737280 737280 737510 748800 34 26 44 37 277 0 0 0 0 6 0 0 0 0 0 +210 1783781158006907400 REFRESH 57 0 0.78222034715343691 0.77777777777777779 2 12 2 12 0 0 147 6 414 3943928 55200 150.16038513183594 0.96940000000000004 181.4384 20160 14802 0 0 983040 737280 737280 737528 748800 30 26 26 25 307 0 0 0 0 6 0 0 0 0 0 +211 1783781158204305800 REFRESH 27 0 0.78127942226796987 0.7959595959595962 0 14 0 14 0 0 164 8 409 3943924 55200 151.65338134765625 0.97050000000000003 181.99019999999999 20160 14715 0 0 983040 737280 737280 737524 748800 27 26 25 25 306 0 0 0 0 8 0 0 0 0 0 +212 1783781158397846200 REFRESH 5 0 0.77413586635026299 0.66666666666666674 2 11 2 11 0 0 98 10 413 3943906 55200 149.03706359863281 0.97340000000000004 177.8809 20160 14729 0 0 983040 737280 737280 737506 748800 31 26 31 67 258 0 0 0 0 10 0 0 0 0 0 +213 1783781159720576200 DEPTH 56 1 0.96946761976763018 0 2 5 2 5 0 0 230 22 2533 23664848 81600 858.574951171875 5.8130999999999995 1319.6990000000001 120960 58160 1 0 5898240 4423680 4423680 4426448 4492800 265 150 152 252 1714 0 0 0 0 22 0 0 0 0 0 +214 1783781160857704200 DEPTH 8 1 0.96011605804950317 0 2 5 2 5 0 0 236 21 2564 23664804 81600 873.94532775878906 5.8366999999999996 1118.2822000000001 120960 56426 1 0 5898240 4423680 4423680 4426403 4492800 156 156 150 258 1844 0 0 0 0 21 0 0 0 0 0 +215 1783781162153549400 DEPTH 13 1 0.95384409768160872 0.0090909090909090783 1 6 1 6 0 0 191 20 2496 23664872 81600 863.33773803710938 5.8237999999999994 1274.7471 120960 59079 1 0 5898240 4423680 4423680 4426471 4492800 170 150 156 172 1848 0 0 0 0 20 0 0 0 0 0 +216 1783781163495461100 DEPTH 17 1 0.90959183868400073 0.018181818181818247 0 7 0 7 0 0 214 14 2519 23664793 81600 862.50494384765625 5.8233000000000006 1327.1310000000001 120960 58111 1 0 5898240 4423680 4423680 4426392 4492800 162 156 155 156 1890 0 0 0 0 14 0 0 0 0 0 +217 1783781164645452600 DEPTH 16 1 0.84250435986553596 0.11111111111111109 2 6 2 6 0 0 201 25 2530 23664843 81600 868.03047180175781 5.8210000000000006 1132.1387999999999 120960 64815 1 0 5898240 4423680 4423680 4426442 4492800 162 156 156 184 1872 0 0 0 0 25 0 0 0 0 0 +218 1783781165895989500 DEPTH 33 1 0.84235977395167216 0.12020202020202017 1 7 1 7 0 0 191 13 2529 23664869 81600 866.92562866210938 5.8164999999999996 1214.6067 120960 65259 1 0 5898240 4423680 4423680 4426469 4492800 165 155 151 170 1888 0 0 0 0 13 0 0 0 0 0 +219 1783781167254520400 DEPTH 9 1 0.83916511734451482 0.11111111111111109 2 6 2 6 0 0 145 20 2579 23664864 81600 899.41604614257812 5.8522000000000007 1333.0994000000001 120960 65349 1 0 5898240 4423680 4423680 4426464 4492800 178 150 152 200 1899 0 0 0 0 20 0 0 0 0 0 +220 1783781168557996400 DEPTH 1 1 0.83456550239556504 0.12020202020202017 1 7 1 7 1 0 137 15 2563 23664852 81600 866.73100280761719 5.8219000000000003 1302.2828999999999 120960 59891 1 0 5898240 4423680 4423680 4426451 4492800 161 150 185 192 1875 0 0 0 0 15 0 0 0 0 1 +221 1783781169875619200 DEPTH 11 1 0.83392457612246607 0.12929292929292943 0 8 0 8 0 0 110 16 2561 23664867 81600 857.95330810546875 5.8097999999999992 1316.3706999999999 120960 59528 1 0 5898240 4423680 4423680 4426466 4492800 284 150 168 309 1650 0 0 0 0 16 0 0 0 0 0 +222 1783781171117614700 DEPTH 32 1 0.79836955854254921 0.23131313131313144 1 8 1 8 0 0 147 48 2557 23664850 81600 861.20973205566406 5.8464 1215.9972 120960 66018 1 0 5898240 4423680 4423680 4426449 4492800 158 152 174 157 1916 0 0 3 0 45 0 0 0 0 0 +223 1783781172355290700 DEPTH 45 1 0.798205788230122 0.22222222222222218 2 7 2 7 0 0 167 38 2596 23664823 81600 869.68539428710938 5.8260000000000005 1211.0083999999999 120960 65431 1 0 5898240 4423680 4423680 4426423 4492800 160 150 150 152 1984 0 1 0 0 37 0 0 0 0 0 +224 1783781173714845700 DEPTH 54 1 0.79760210558446987 0.23131313131313144 1 8 1 8 0 0 133 28 2548 23664850 81600 859.54396057128906 5.8384 1316.6605999999999 120960 64535 1 0 5898240 4423680 4423680 4426450 4492800 169 150 161 245 1823 0 0 0 0 28 0 0 0 0 0 +225 1783781175056701600 DEPTH 56 1 0.83471136485452113 0 2 5 2 5 0 0 230 18 2531 23664817 81600 852.19432067871094 5.8338000000000001 1320.2892999999999 120960 47236 1 0 5898240 4423680 4423680 4426417 4492800 293 151 156 312 1619 0 0 0 0 18 0 0 0 0 0 +226 1783781176314443300 DEPTH 46 1 0.79310055946098779 0.22222222222222218 2 7 2 7 0 0 332 23 2589 23664783 81600 867.91781616210938 5.8190999999999997 1256.3951999999999 120960 65546 1 0 5898240 4423680 4423680 4426382 4492800 171 150 187 191 1890 2 0 0 0 21 0 0 0 0 0 +227 1783781177636978200 DEPTH 31 1 0.83190948459412251 0.11111111111111109 2 6 2 6 0 0 155 24 2550 23664830 81600 862.60530090332031 5.8327999999999989 1266.8490999999999 120960 59256 1 0 5898240 4423680 4423680 4426427 4492800 189 150 168 285 1758 0 0 0 0 24 0 0 0 0 0 +228 1783781178946505100 DEPTH 44 1 0.78957006152728182 0.22222222222222218 2 7 2 7 0 0 172 21 2573 23664872 81600 862.26637268066406 5.8634000000000004 1283.0053 120960 64631 1 0 5898240 4423680 4423680 4426467 4492800 156 156 150 156 1955 0 0 0 2 19 0 0 0 0 0 +229 1783781180044184500 DEPTH 8 1 0.85619025655383274 0 2 5 2 5 0 0 236 19 2564 23664892 81600 866.10943603515625 5.8338000000000001 1096.4770000000001 120960 45487 1 0 5898240 4423680 4423680 4426490 4492800 156 156 150 314 1788 0 0 0 0 19 0 0 0 0 0 +230 1783781181342558500 DEPTH 13 1 0.85954754348252638 0.0090909090909090783 1 6 1 6 0 0 191 15 2493 23664891 81600 855.26528930664062 5.8266 1273.7465 120960 48008 1 0 5898240 4423680 4423680 4426489 4492800 177 152 158 173 1833 0 0 0 0 15 0 0 0 0 0 +231 1783781182666659500 DEPTH 17 1 0.86494780294128826 0.018181818181818247 0 7 0 7 0 0 214 12 2519 23664787 81600 853.53779602050781 5.8155000000000001 1322.8869 120960 47157 1 0 5898240 4423680 4423680 4426385 4492800 197 156 155 187 1824 0 0 0 0 12 0 0 0 0 0 +232 1783781183907656400 DEPTH 53 1 0.83494348911702032 0.12929292929292943 0 8 0 8 0 0 161 27 2514 23664743 81600 862.55513000488281 5.8032000000000004 1217.1437000000001 120960 59132 1 0 5898240 4423680 4423680 4426341 4492800 176 156 162 156 1864 0 0 0 0 27 0 0 0 0 0 +233 1783781185245562500 DEPTH 42 1 0.83323971951834863 0.11111111111111109 2 6 2 6 0 0 150 14 2586 23664817 81600 866.39923095703125 5.8145000000000007 1336.6682000000001 120960 60809 1 0 5898240 4423680 4423680 4426417 4492800 180 150 192 190 1874 0 0 0 0 14 0 0 0 0 0 +234 1783781186584540300 DEPTH 52 1 0.84283692770112129 0.12020202020202017 1 7 1 7 0 0 121 18 2556 23664805 81600 873.52937316894531 5.8162000000000003 1324.4757 120960 64986 1 0 5898240 4423680 4423680 4426405 4492800 154 156 203 185 1858 0 0 1 0 17 0 0 0 0 0 +235 1783781187897731800 DEPTH 2 1 0.7847174673479187 0.33333333333333343 2 8 2 8 1 0 153 17 2540 23664825 81600 884.66171264648438 5.8260000000000005 1290.5604000000001 120960 69015 1 0 5898240 4423680 4423680 4426422 4492800 167 150 174 189 1860 0 0 0 0 17 0 0 0 0 1 +236 1783781189184043200 DEPTH 21 1 0.78292294516103111 0.35151515151515161 0 10 0 10 0 0 188 33 2523 23664854 81600 865.97325134277344 5.8110999999999997 1285.1001000000001 120960 69322 1 0 5898240 4423680 4423680 4426454 4492800 156 150 156 164 1897 0 0 0 0 33 0 0 0 0 0 +237 1783781190505418600 DEPTH 56 1 0.83023525249890529 0 2 5 2 5 0 0 230 18 2529 23664765 81600 850.42378234863281 5.8795000000000002 1320.0401999999999 120960 37814 1 0 5898240 4423680 4423680 4426364 4492800 319 151 156 357 1546 0 0 0 0 18 0 0 0 0 0 +238 1783781191785793300 DEPTH 30 1 0.79244379787714159 0.23131313131313144 1 8 1 8 1 0 155 26 2527 23664937 81600 865.97529602050781 5.8330000000000002 1257.3124 120960 64631 1 0 5898240 4423680 4423680 4426533 4492800 186 150 178 225 1788 0 0 0 1 25 0 0 0 0 1 +239 1783781192936722400 DEPTH 16 1 0.80630022102377941 0.11111111111111109 2 6 2 6 0 0 201 18 2539 23664736 81600 858.50418090820312 5.8982999999999999 1126.0053 120960 53477 1 0 5898240 4423680 4423680 4426336 4492800 162 156 156 191 1874 0 0 0 0 18 0 0 0 0 0 +240 1783781194047643300 DEPTH 8 1 0.81229479841690211 0 2 5 2 5 0 0 236 19 2569 23664864 81600 863.68972778320312 5.8182999999999998 1096.2675999999999 120960 36537 1 0 5898240 4423680 4423680 4426464 4492800 156 156 150 374 1733 0 0 0 0 19 0 0 0 0 0 +241 1783781195363059200 DEPTH 48 1 0.77638928913903715 0.44444444444444453 2 9 2 9 0 0 182 17 2571 23664820 81600 862.96681213378906 5.8223000000000003 1289.7132999999999 120960 70166 1 0 5898240 4423680 4423680 4426420 4492800 152 156 158 164 1941 1 0 0 0 16 0 0 0 0 0 +242 1783781196449903300 DEPTH 10 1 0.77643657088219697 0.45353535353535362 1 10 1 10 0 0 125 13 2566 23664877 81600 863.03750610351562 5.8211000000000004 1053.1958999999999 120960 70146 1 0 5898240 4423680 4423680 4426476 4492800 162 150 162 156 1936 0 0 0 0 13 0 0 0 0 0 +243 1783781197705358500 DEPTH 33 1 0.83629850927326821 0.12020202020202017 1 7 1 7 0 0 191 14 2530 23664781 81600 861.20549011230469 5.8117000000000001 1228.3759 120960 53621 1 0 5898240 4423680 4423680 4426381 4492800 169 152 150 178 1881 0 0 0 0 14 0 0 0 0 0 +244 1783781198781914500 DEPTH 35 1 0.77573676111796463 0.66666666666666674 2 11 2 11 0 0 177 57 2515 23664898 81600 870.94169616699219 5.8032000000000004 1054.1919 120960 68367 1 0 5898240 4423680 4423680 4426497 4492800 150 154 154 157 1900 3 0 0 0 54 0 0 0 0 0 +245 1783781198975826200 REFRESH 27 0 0.76753305326969712 0.7959595959595962 0 14 0 14 0 0 164 8 412 3943914 55200 151.13728332519531 0.98250000000000004 181.84950000000001 20160 14669 0 0 983040 737280 737280 737514 748800 29 26 26 25 306 0 0 0 0 8 0 0 0 0 0 +246 1783781199171318300 REFRESH 55 0 0.77043501152797189 0.67575757575757578 1 12 1 12 0 0 164 10 416 3943894 55200 151.77932739257812 0.97140000000000004 183.4563 20160 14617 0 0 983040 737280 737280 737493 748800 30 26 25 26 309 0 0 0 0 10 0 0 0 0 0 +247 1783781199371668300 REFRESH 14 0 0.75997191714118395 0.57373737373737377 0 12 0 12 0 0 130 7 417 3943906 55200 151.09635925292969 0.96589999999999998 188.34710000000001 20160 14739 0 0 983040 737280 737280 737506 748800 30 25 26 26 310 0 0 0 0 7 0 0 0 0 0 +248 1783781199575670200 REFRESH 41 0 0.77461877533877455 0.45353535353535362 1 10 1 10 0 0 115 2 416 3943898 55200 150.26585388183594 0.97150000000000003 191.7586 20160 14721 0 0 983040 737280 737280 737498 748800 35 26 29 30 296 0 0 0 0 2 0 0 0 0 0 +249 1783781199772231700 REFRESH 49 0 0.76332322681419018 0.6575757575757577 3 10 3 10 0 0 140 9 414 3943895 55200 150.71128845214844 1.0032000000000001 184.60390000000001 20160 14745 0 0 983040 737280 737280 737495 748800 32 26 30 29 297 0 0 0 0 9 0 0 0 0 0 +250 1783781199966233100 REFRESH 57 0 0.76667349029089571 0.77777777777777779 2 12 2 12 0 0 147 9 411 3943929 55200 150.52799987792969 0.97260000000000002 181.9804 20160 14692 0 0 983040 737280 737280 737529 748800 30 26 26 25 304 0 0 0 0 9 0 0 0 0 0 +251 1783781200161124100 REFRESH 2 0 0.68656734033542566 0.33333333333333343 2 8 2 8 0 0 153 10 418 3943949 55200 151.34719848632812 0.96819999999999995 193.68459999999999 20160 12757 0 0 983040 737280 737280 737549 748800 43 25 70 37 243 0 0 1 0 9 0 0 0 0 0 +252 1783781200356613300 REFRESH 38 0 0.76890675733384628 0.55555555555555558 2 10 2 10 0 0 130 7 419 3943933 55200 149.93305969238281 0.97430000000000005 179.68510000000001 20160 14802 0 0 983040 737280 737280 737533 748800 35 26 37 39 282 0 0 0 0 7 0 0 0 0 0 +253 1783781200578269600 REFRESH 44 0 0.78380131647232854 0.22222222222222218 2 7 2 7 0 0 172 9 416 3943902 55200 150.19314575195312 0.99580000000000002 220.3501 20160 12129 0 0 983040 737280 737280 737502 748800 28 26 27 27 308 0 0 0 1 8 0 0 0 0 0 +254 1783781200777035500 REFRESH 58 0 0.76496795088613501 0.77777777777777779 2 12 2 12 0 0 138 9 416 3943931 55200 151.193603515625 0.97340000000000004 183.52619999999999 20160 14712 0 0 983040 737280 737280 737530 748800 27 27 26 26 310 0 0 0 0 9 0 0 0 0 0 +255 1783781200993704900 REFRESH 54 0 0.79127452475360471 0.23131313131313144 1 8 1 8 0 0 133 2 423 3943925 55200 150.22181701660156 0.98180000000000001 215.38990000000001 20160 12106 0 0 983040 737280 737280 737525 748800 77 25 76 96 149 0 0 1 0 1 0 0 0 0 0 +256 1783781201217242000 REFRESH 0 0 0.76472189281847947 0.67575757575757578 1 12 1 12 0 0 98 5 424 3943920 55200 151.18246459960938 0.9738 180.92089999999999 20160 14818 0 0 983040 737280 737280 737520 748800 27 25 25 25 322 0 0 0 0 5 0 0 0 0 0 +257 1783781201416243000 REFRESH 24 0 0.76124637574649778 0.87070707070707098 4 11 4 11 0 0 155 7 413 3943900 55200 151.77830505371094 0.96750000000000003 183.21190000000001 20160 14673 0 0 983040 737280 737280 737500 748800 27 26 26 25 309 0 0 0 0 7 0 0 0 0 0 +258 1783781201598890100 REFRESH 10 0 0.67749420946337324 0.45353535353535362 1 10 1 10 0 0 125 5 418 3943900 55200 150.21466064453125 1.0056 181.3819 20160 14018 0 0 983040 737280 737280 737500 748800 41 26 28 33 290 0 0 0 0 5 0 0 0 0 0 +259 1783781201795383700 REFRESH 9 0 0.83404963221143669 0.11111111111111109 2 6 2 6 0 0 145 8 422 3943880 55200 150.33753967285156 0.96730000000000005 195.35149999999999 20160 12117 0 0 983040 737280 737280 737480 748800 54 25 29 74 240 0 0 0 0 8 0 0 0 0 0 +260 1783781202001001000 REFRESH 37 0 0.77381463672461448 0.67575757575757578 1 12 1 12 0 0 146 4 415 3943887 55200 150.98777770996094 0.97150000000000003 181.25399999999999 20160 14834 0 0 983040 737280 737280 737486 748800 31 26 28 30 300 0 0 0 0 4 0 0 0 0 0 +261 1783781202189579700 REFRESH 16 0 0.80065545791458625 0.11111111111111109 2 6 2 6 0 0 201 1 413 3943896 55200 151.18130493164062 0.97540000000000004 186.7518 20160 11817 0 0 983040 737280 737280 737496 748800 101 26 26 103 157 0 0 0 0 1 0 0 0 0 0 +262 1783781202444368300 REFRESH 56 0 0.95645567168767309 0 2 5 2 5 0 0 230 2 408 3943935 55200 151.2939453125 0.98870000000000002 227.4177 20160 12186 0 0 983040 737280 737280 737534 748800 107 26 49 112 114 0 0 0 0 2 0 0 0 0 0 +263 1783781202628101900 REFRESH 39 0 0.76994502054772895 0.43535353535353549 3 8 3 8 0 0 186 7 413 3943898 55200 151.299072265625 0.9708 182.5095 20160 14047 0 0 983040 737280 737280 737497 748800 29 25 97 30 232 0 0 0 0 7 0 0 0 0 0 +264 1783781202853497200 REFRESH 52 0 0.83695489508073151 0.12020202020202017 1 7 1 7 0 0 121 4 420 3943918 55200 150.48089599609375 0.98619999999999997 224.13990000000001 20160 12106 0 0 983040 737280 737280 737517 748800 68 26 47 44 235 0 0 0 0 4 0 0 0 0 0 +265 1783781203056029300 REFRESH 4 0 0.76569683868928184 0.78686868686868705 1 13 1 13 0 0 68 6 419 3943912 55200 149.55416870117188 0.96750000000000003 178.5916 20160 14819 0 0 983040 737280 737280 737512 748800 27 26 27 26 313 0 0 0 0 6 0 0 0 0 0 +266 1783781203284671200 REFRESH 11 0 0.82941275219324329 0.12929292929292943 0 8 0 8 0 0 110 2 425 3943916 55200 150.61605834960938 0.97019999999999995 227.50370000000001 20160 13010 0 0 983040 737280 737280 737516 748800 125 25 37 80 158 0 0 0 0 2 0 0 0 0 0 +267 1783781203513365300 REFRESH 42 0 0.82836890560892962 0.11111111111111109 2 6 2 6 0 0 150 6 421 3943924 55200 150.9775390625 0.96499999999999997 227.5273 20160 12751 0 0 983040 737280 737280 737523 748800 75 26 70 68 182 0 0 0 0 6 0 0 0 0 0 +268 1783781203727836900 REFRESH 50 0 0.77664152856498303 0.44444444444444453 2 9 2 9 0 0 143 7 416 3943891 55200 150.19520568847656 0.97560000000000002 183.0463 20160 14571 0 0 983040 737280 737280 737490 748800 39 26 33 60 258 0 0 0 0 7 0 0 0 0 0 +269 1783781203925023800 REFRESH 22 0 0.77058706199047555 0.76868686868686875 3 11 3 11 0 0 147 5 419 3943885 55200 151.43014526367188 0.96660000000000001 181.81200000000001 20160 14779 0 0 983040 737280 737280 737485 748800 28 26 28 26 311 0 0 0 0 5 0 0 0 0 0 +270 1783781204112499800 REFRESH 8 0 0.94921656451887437 0 2 5 2 5 0 0 236 2 413 3943886 55200 151.74758911132812 0.96970000000000001 186.34229999999999 20160 12051 0 0 983040 737280 737280 737486 748800 75 26 100 116 96 0 0 0 0 2 0 0 0 0 0 +271 1783781204296790700 REFRESH 35 0 0.76533477032061648 0.66666666666666674 2 11 2 11 0 0 177 6 414 3943876 55200 151.59706115722656 0.96799999999999997 182.5076 20160 14831 0 0 983040 737280 737280 737476 748800 30 26 29 64 265 0 0 0 0 6 0 0 0 0 0 +272 1783781204488932100 REFRESH 46 0 0.78783821982716673 0.22222222222222218 2 7 2 7 0 0 332 0 414 3943903 55200 151.58988952636719 0.96599999999999997 190.7876 20160 12101 0 0 983040 737280 737280 737502 748800 47 26 49 50 242 0 0 0 0 0 0 0 0 0 0 +273 1783781204691979000 REFRESH 5 0 0.76543641595635925 0.66666666666666674 2 11 2 11 0 0 98 4 415 3943924 55200 149.92486572265625 0.97140000000000004 178.9735 20160 14663 0 0 983040 737280 737280 737524 748800 32 26 33 78 246 0 0 0 0 4 0 0 0 0 0 +274 1783781204886217500 REFRESH 6 0 0.76792329588712382 0.76868686868686875 3 11 3 11 0 0 124 8 423 3943903 55200 150.00985717773438 0.97399999999999998 179.3989 20160 14793 0 0 983040 737280 737280 737503 748800 26 25 27 27 318 0 0 0 0 8 0 0 0 0 0 +275 1783781205098619100 REFRESH 19 0 0.77622748141175835 0.66666666666666674 2 11 2 11 0 0 139 6 419 3943898 55200 152.31181335449219 0.98150000000000004 182.19730000000001 20160 14738 0 0 983040 737280 737280 737497 748800 27 26 25 27 314 0 0 0 0 6 0 0 0 0 0 +276 1783781205303918400 REFRESH 45 0 0.79271547597881564 0.22222222222222218 2 7 2 7 0 0 167 8 419 3943907 55200 151.15058898925781 0.96699999999999997 189.08670000000001 20160 12071 0 0 983040 737280 737280 737507 748800 34 25 26 31 303 0 0 0 0 8 0 0 0 0 0 +277 1783781205496286100 REFRESH 31 0 0.82760424339494887 0.11111111111111109 2 6 2 6 0 0 155 2 421 3943934 55200 150.87922668457031 0.96619999999999995 191.16919999999999 20160 12709 0 0 983040 737280 737280 737532 748800 42 26 33 110 210 0 0 0 0 2 0 0 0 0 0 +278 1783781205689505500 REFRESH 21 0 0.7760534539145667 0.35151515151515161 0 10 0 10 1 0 188 12 416 3943915 55200 151.57554626464844 0.96779999999999999 192.05279999999999 20160 12954 0 0 983040 737280 737280 737515 748800 30 26 35 50 275 0 0 0 0 12 0 0 0 0 1 +279 1783781205887840400 REFRESH 23 0 0.75955788798917645 0.99090909090909129 3 13 3 13 0 0 129 6 416 3943908 55200 151.47212219238281 0.98429999999999995 182.53729999999999 20160 14702 0 0 983040 737280 737280 737508 748800 30 26 27 27 306 0 0 0 0 6 0 0 0 0 0 +280 1783781206085472100 REFRESH 12 0 0.77518240974044361 0.43535353535353549 3 8 3 8 0 0 198 7 412 3943914 55200 150.73893737792969 0.96850000000000003 181.9358 20160 14701 0 0 983040 737280 737280 737514 748800 30 26 29 38 289 0 0 0 0 7 0 0 0 0 0 +281 1783781206283385900 REFRESH 18 0 0.76265118162954093 1 2 14 2 14 0 0 136 11 419 3943919 55200 151.09426879882812 0.98960000000000004 182.01130000000001 20160 14845 0 0 983040 737280 737280 737519 748800 27 26 28 25 313 0 0 0 1 10 0 0 0 0 0 +282 1783781206489084500 REFRESH 7 0 0.77185489791543349 0.67575757575757578 1 12 1 12 0 0 144 8 420 3943906 55200 159.32518005371094 0.97699999999999998 190.24119999999999 20160 14683 0 0 983040 737280 737280 737506 748800 26 26 26 26 316 0 0 0 0 8 0 0 0 0 0 +283 1783781206693927900 REFRESH 20 0 0.77670140505032925 0.66666666666666674 2 11 2 11 0 0 132 3 418 3943904 55200 160.13618469238281 0.97550000000000003 189.74969999999999 20160 14852 0 0 983040 737280 737280 737503 748800 26 26 26 26 314 0 0 0 0 3 0 0 0 0 0 +284 1783781206900781500 REFRESH 40 0 0.77364784607416426 0.67575757575757578 1 12 1 12 0 0 138 6 421 3943906 55200 159.55148315429688 0.9869 191.33760000000001 20160 14770 0 0 983040 737280 737280 737506 748800 28 25 26 27 315 0 0 0 0 6 0 0 0 0 0 +285 1783781207097572900 REFRESH 32 0 0.79326289072674883 0.23131313131313144 1 8 1 8 0 0 147 5 420 3943911 55200 159.60064697265625 0.98109999999999997 195.24639999999999 20160 12084 0 0 983040 737280 737280 737511 748800 37 26 85 58 214 0 0 0 0 5 0 0 0 0 0 +286 1783781207311320900 REFRESH 51 0 0.77238338765895509 0.76868686868686875 3 11 3 11 0 0 113 13 407 3943902 55200 159.55354309082031 0.97640000000000005 189.43260000000001 20160 14803 0 0 983040 737280 737280 737501 748800 27 26 30 28 296 2 0 0 0 11 0 0 0 0 0 +287 1783781207516182200 REFRESH 3 0 0.77439397913181263 0.44444444444444453 2 9 2 9 1 0 154 11 415 3943888 55200 150.62425231933594 0.9677 185.4667 20160 14714 0 0 983040 737280 737280 737487 748800 31 26 33 31 294 0 0 0 0 11 0 0 0 0 1 +288 1783781207772217100 REFRESH 25 0 0.7658758098315841 0.76868686868686875 3 11 3 11 0 0 129 9 417 3943916 55200 150.32730102539062 0.96909999999999996 180.69739999999999 20160 14756 0 0 983040 737280 737280 737516 748800 30 25 28 26 308 0 0 0 0 9 0 0 0 0 0 +289 1783781207970996900 REFRESH 48 0 0.76883782057132843 0.44444444444444453 2 9 2 9 0 0 182 5 416 3943926 55200 150.28633117675781 0.97050000000000003 197.56049999999999 20160 13983 0 0 983040 737280 737280 737525 748800 31 26 47 60 252 0 0 0 0 5 0 0 0 0 0 +290 1783781208178211600 REFRESH 36 0 0.76528325251292451 0.6575757575757577 3 10 3 10 0 0 132 11 423 3943920 55200 151.53561401367188 0.96860000000000002 182.45230000000001 20160 14623 0 0 983040 737280 737280 737520 748800 41 25 25 27 305 0 0 0 0 11 0 0 0 0 0 +291 1783781208374202200 REFRESH 34 0 0.76601395447308884 0.78686868686868705 1 13 1 13 0 0 116 6 421 3943921 55200 150.21160888671875 0.97160000000000002 179.41079999999999 20160 14791 0 0 983040 737280 737280 737521 748800 27 26 25 27 316 0 0 0 0 6 0 0 0 0 0 +292 1783781208572105400 REFRESH 26 0 0.77801701595742201 0.67575757575757578 1 12 1 12 1 0 112 10 419 3943898 55200 151.53868103027344 0.96740000000000004 182.0864 20160 14715 0 0 983040 737280 737280 737498 748800 26 26 25 31 311 0 0 0 0 10 0 0 0 0 1 +293 1783781208769714400 REFRESH 1 0 0.83162429555273698 0.12020202020202017 1 7 1 7 0 0 138 6 416 3943904 55200 150.86592102050781 0.96940000000000004 196.51079999999999 20160 12332 0 0 983040 737280 737280 737504 748800 57 26 68 80 185 0 0 0 0 6 0 0 0 0 0 +294 1783781208996090500 REFRESH 47 0 0.77520865989023047 0.66666666666666674 2 11 2 11 0 0 121 4 419 3943887 55200 151.09324645996094 0.97309999999999997 181.3338 20160 14670 0 0 983040 737280 737280 737487 748800 27 26 26 26 314 0 0 0 0 4 0 0 0 0 0 +295 1783781209192852600 REFRESH 15 0 0.76429724268901522 0.76868686868686875 3 11 3 11 0 0 110 5 415 3943948 55200 151.1751708984375 0.96630000000000005 181.11429999999999 20160 14827 0 0 983040 737280 737280 737547 748800 27 26 28 31 303 0 0 0 0 5 0 0 0 0 0 +296 1783781209384594500 REFRESH 33 0 0.83185921936023788 0.12020202020202017 1 7 1 7 0 0 191 4 418 3943902 55200 151.17823791503906 0.96579999999999999 190.53880000000001 20160 12079 0 0 983040 737280 737280 737502 748800 76 26 115 40 161 0 0 0 0 4 0 0 0 0 0 +297 1783781209591246100 REFRESH 29 0 0.77624564510755234 0.67575757575757578 1 12 1 12 0 0 132 10 416 3943907 55200 150.75634765625 0.97089999999999999 181.60589999999999 20160 14714 0 0 983040 737280 737280 737507 748800 27 26 26 32 305 0 0 0 0 10 0 0 0 0 0 +298 1783781209787076500 REFRESH 28 0 0.77349117935911937 0.67575757575757578 1 12 1 12 0 0 156 6 415 3943905 55200 150.78912353515625 0.96560000000000001 181.203 20160 14707 0 0 983040 737280 737280 737505 748800 27 26 25 26 311 0 0 0 0 6 0 0 0 0 0 +299 1783781209980326100 REFRESH 30 0 0.79218982001078575 0.23131313131313144 1 8 1 8 0 0 155 6 414 3943904 55200 150.86796569824219 0.96560000000000001 192.0308 20160 12089 0 0 983040 737280 737280 737503 748800 46 26 47 93 202 0 0 0 0 6 0 0 0 0 0 +300 1783781210210684400 REFRESH 17 0 0.96251145044840558 0.018181818181818247 0 7 0 7 0 0 214 5 416 3943920 55200 151.69535827636719 0.97219999999999995 229.16460000000001 20160 12094 0 0 983040 737280 737280 737520 748800 83 26 54 90 163 0 0 0 0 5 0 0 0 0 0 +301 1783781210400036400 REFRESH 53 0 0.83124943202815749 0.12929292929292943 0 8 0 8 0 0 162 6 416 3943919 55200 151.34002685546875 0.97060000000000002 188.0222 20160 11831 0 0 983040 737280 737280 737519 748800 64 26 36 32 258 0 0 0 0 6 0 0 0 0 0 +302 1783781210605988000 REFRESH 43 0 0.7722155406529414 0.76868686868686875 3 11 3 11 0 0 148 7 417 3943915 55200 150.89459228515625 0.96789999999999998 180.911 20160 14709 0 0 983040 737280 737280 737515 748800 28 26 34 25 304 0 0 0 0 7 0 0 0 0 0 +303 1783781210800919300 REFRESH 13 0 0.95749085312277682 0.0090909090909090783 1 6 1 6 0 0 191 2 415 3943920 55200 150.66522216796875 0.98540000000000005 193.6694 20160 12159 0 0 983040 737280 737280 737520 748800 131 26 56 59 143 0 0 0 0 2 0 0 0 0 0 +304 1783781212143901700 DEPTH 56 1 0.94538370784344739 0 2 5 2 5 0 0 230 12 2538 23664847 81600 861.66526794433594 5.9319999999999995 1315.4662000000001 120960 57289 1 0 5898240 4423680 4423680 4426447 4492800 385 150 156 341 1506 0 0 0 0 12 0 0 0 0 0 +305 1783781213265713000 DEPTH 8 1 0.93836207485531498 0 2 5 2 5 0 0 236 17 2573 23664833 81600 873.56834411621094 5.8536000000000001 1120.6305 120960 57084 1 0 5898240 4423680 4423680 4426430 4492800 159 156 161 326 1771 0 0 0 0 17 0 0 0 0 0 +306 1783781214594932700 DEPTH 9 1 0.827610539895417 0.11111111111111109 2 6 2 6 0 0 146 16 2572 23664817 81600 864.87654113769531 5.8675999999999995 1302.4226000000001 120960 59952 1 0 5898240 4423680 4423680 4426416 4492800 192 150 157 212 1861 0 0 0 0 16 0 0 0 0 0 +307 1783781215892034600 DEPTH 52 1 0.82607782643063044 0.12020202020202017 1 7 1 7 0 0 121 14 2563 23664888 81600 858.52778625488281 5.8182999999999998 1295.6518000000001 120960 59981 1 0 5898240 4423680 4423680 4426487 4492800 166 156 211 199 1831 0 0 0 0 14 0 0 0 0 0 +308 1783781217240811900 DEPTH 42 1 0.82009892607673551 0.11111111111111109 2 6 2 6 0 0 150 25 2575 23664795 81600 864.98403930664062 5.8147000000000002 1322.0898999999999 120960 60519 1 0 5898240 4423680 4423680 4426394 4492800 190 150 229 204 1802 0 0 0 0 25 0 0 0 0 0 +309 1783781218407914200 DEPTH 16 1 0.81740675864743129 0.11111111111111109 2 6 2 6 0 0 202 18 2533 23664887 81600 867.31468200683594 5.822000000000001 1141.7036000000001 120960 56744 1 0 5898240 4423680 4423680 4426485 4492800 167 156 154 191 1865 0 0 0 0 18 0 0 0 0 0 +310 1783781219724711300 DEPTH 11 1 0.81714599972739232 0.12929292929292943 0 8 0 8 0 0 110 15 2556 23664814 81600 856.29849243164062 5.8138999999999994 1315.6401000000001 120960 60195 1 0 5898240 4423680 4423680 4426412 4492800 327 150 169 336 1574 0 0 3 0 12 0 0 0 0 0 +311 1783781220995418400 DEPTH 31 1 0.81495301934402797 0.11111111111111109 2 6 2 6 0 0 158 18 2556 23664841 81600 865.65580749511719 5.8660000000000005 1269.4544000000001 120960 59058 1 0 5898240 4423680 4423680 4426435 4492800 205 150 168 288 1745 0 0 1 0 17 0 0 0 0 0 +312 1783781222342121100 DEPTH 17 1 0.82316991720223764 0.018181818181818247 0 7 0 7 0 0 215 16 2523 23664811 81600 863.02923583984375 5.8315999999999999 1329.0505000000001 120960 58281 1 0 5898240 4423680 4423680 4426410 4492800 232 156 155 173 1807 0 1 0 0 15 0 0 0 0 0 +313 1783781223650968000 DEPTH 13 1 0.79533443209395538 0.0090909090909090783 1 6 1 6 0 0 191 12 2494 23664865 81600 865.15200805664062 5.8563999999999998 1285.6624999999999 120960 57866 1 0 5898240 4423680 4423680 4426463 4492800 180 151 156 162 1845 0 0 0 0 12 0 0 0 0 0 +314 1783781224921964000 DEPTH 45 1 0.78508400181566851 0.22222222222222218 2 7 2 7 0 0 167 32 2604 23664841 81600 869.59410095214844 5.8167999999999997 1246.2099000000001 120960 58713 1 0 5898240 4423680 4423680 4426441 4492800 153 150 150 150 2001 0 0 0 0 32 0 0 0 0 0 +315 1783781226208507600 DEPTH 32 1 0.78229003607459036 0.23131313131313144 1 8 1 8 0 0 148 36 2557 23664963 81600 862.5377197265625 5.8199000000000005 1245.0323000000001 120960 60504 1 0 5898240 4423680 4423680 4426563 4492800 164 150 171 156 1916 0 0 0 0 36 0 0 0 0 0 +316 1783781227582321900 DEPTH 44 1 0.77898111051142793 0.22222222222222218 2 7 2 7 0 0 173 19 2582 23664908 81600 900.37147521972656 5.8395999999999999 1337.3847000000001 120960 58591 1 0 5898240 4423680 4423680 4426508 4492800 156 156 150 156 1964 0 0 0 0 19 0 0 0 0 0 +317 1783781228939103100 DEPTH 54 1 0.77866906222172416 0.23131313131313144 1 8 1 8 0 0 134 36 2543 23664702 81600 860.19291687011719 5.8101000000000003 1312.1969999999999 120960 59040 1 0 5898240 4423680 4423680 4426300 4492800 179 150 171 221 1822 0 0 0 0 36 0 0 0 0 0 +318 1783781230206050800 DEPTH 46 1 0.77298681863499263 0.22222222222222218 2 7 2 7 0 0 332 23 2584 23664815 81600 867.31680297851562 5.8428000000000004 1265.6596 120960 60057 1 0 5898240 4423680 4423680 4426413 4492800 181 150 188 184 1881 2 0 0 0 21 0 0 0 0 0 +319 1783781231555293300 DEPTH 56 1 0.84233072577351165 0 2 5 2 5 0 0 230 21 2547 23664835 81600 850.71156311035156 5.8117999999999999 1318.9753000000001 120960 46981 1 0 5898240 4423680 4423680 4426434 4492800 372 150 156 362 1507 0 0 0 0 21 0 0 0 0 0 +320 1783781232693076100 DEPTH 8 1 0.83573824679326558 0 2 5 2 5 0 0 237 14 2564 23664883 81600 865.81266784667969 5.8104999999999993 1110.5175999999999 120960 46570 1 0 5898240 4423680 4423680 4426480 4492800 158 156 151 377 1722 0 0 0 0 14 0 0 0 0 0 +321 1783781234036105700 DEPTH 1 1 0.82258824103661943 0.12020202020202017 1 7 1 7 0 0 138 17 2560 23664911 81600 865.98759460449219 5.8269000000000011 1316.9608000000001 120960 58881 1 0 5898240 4423680 4423680 4426509 4492800 172 150 183 194 1861 0 0 0 0 17 0 0 0 0 0 +322 1783781235273990000 DEPTH 33 1 0.82073274493585602 0.12020202020202017 1 7 1 7 0 0 191 25 2526 23664772 81600 866.39822387695312 5.8006000000000011 1209.9385 120960 57357 1 0 5898240 4423680 4423680 4426371 4492800 177 152 155 192 1850 0 0 0 0 25 0 0 0 0 0 +323 1783781236627108600 DEPTH 17 1 0.8094962071844779 0.018181818181818247 0 7 0 7 0 0 215 21 2518 23664872 81600 854.41856384277344 5.8328999999999995 1334.5364 120960 46829 1 0 5898240 4423680 4423680 4426472 4492800 258 156 154 211 1739 0 0 0 0 21 0 0 0 0 0 +324 1783781237957331300 DEPTH 2 1 0.77149590938596879 0.33333333333333343 2 8 2 8 0 0 153 20 2546 23664845 81600 861.75129699707031 5.8128000000000002 1267.6153999999999 120960 64139 1 0 5898240 4423680 4423680 4426444 4492800 204 150 179 205 1808 0 0 0 0 20 0 0 0 0 0 +325 1783781239293994700 DEPTH 21 1 0.77004362723748476 0.35151515151515161 0 10 0 10 0 0 188 41 2547 23664888 81600 865.0108642578125 5.8239999999999998 1297.0213000000001 120960 65115 1 0 5898240 4423680 4423680 4426488 4492800 162 150 156 166 1913 0 0 0 0 41 0 0 0 0 0 +326 1783781240359184000 DEPTH 26 1 0.76779508975946931 0.67575757575757578 1 12 1 12 0 0 112 21 2590 23664822 81600 865.76025390625 5.8562000000000003 1047.5436999999999 120960 68553 1 0 5898240 4423680 4423680 4426422 4492800 156 150 150 171 1963 0 0 0 0 21 0 0 0 0 0 +327 1783781241612588200 DEPTH 3 1 0.7667171063026863 0.44444444444444453 2 9 2 9 0 0 154 46 2540 23664845 81600 865.58207702636719 5.8595999999999995 1224.4860000000001 120960 70435 1 0 5898240 4423680 4423680 4426442 4492800 156 153 156 162 1913 0 0 1 0 45 0 0 0 0 0 +328 1783781242914345200 DEPTH 13 1 0.84230309927908575 0.0090909090909090783 1 6 1 6 0 0 191 8 2492 23664878 81600 854.40728759765625 5.8048000000000002 1282.1388999999999 120960 47015 1 0 5898240 4423680 4423680 4426477 4492800 184 150 156 166 1836 0 0 0 0 8 0 0 0 0 0 +329 1783781244156123600 DEPTH 53 1 0.82226101854423794 0.12929292929292943 0 8 0 8 0 0 162 22 2516 23664911 81600 866.75564575195312 5.8035000000000005 1240.4632999999999 120960 56546 1 0 5898240 4423680 4423680 4426508 4492800 174 156 162 162 1862 0 0 0 0 22 0 0 0 0 0 +330 1783781245469284900 DEPTH 9 1 0.81285258858285103 0.11111111111111109 2 6 2 6 0 0 146 5 2588 23664824 81600 853.89926147460938 6.0198999999999998 1295.5686000000001 120960 49581 1 0 5898240 4423680 4423680 4426424 4492800 203 150 154 248 1833 0 0 0 0 5 0 0 0 0 0 +331 1783781246708215800 DEPTH 30 1 0.78241246680085474 0.23131313131313144 1 8 1 8 0 0 157 40 2539 23664863 81600 866.0950927734375 5.8105000000000002 1237.6224999999999 120960 59077 1 0 5898240 4423680 4423680 4426462 4492800 193 150 180 293 1723 0 0 0 3 37 0 0 0 0 0 +332 1783781248066448100 DEPTH 52 1 0.82150956809982723 0.12020202020202017 1 7 1 7 1 0 123 21 2571 23664856 81600 887.66281127929688 5.8139000000000003 1330.0954999999999 120960 49776 1 0 5898240 4423680 4423680 4426453 4492800 204 156 225 226 1760 0 0 0 0 21 0 0 0 0 1 +333 1783781249368514100 DEPTH 56 1 0.82930581924694957 0 2 5 2 5 0 0 230 13 2544 23664783 81600 847.79319763183594 5.7985999999999995 1300.7630999999999 120960 37946 1 0 5898240 4423680 4423680 4426382 4492800 396 150 156 461 1381 1 0 0 0 12 0 0 0 0 0 +334 1783781250634488800 DEPTH 50 1 0.76678709381168686 0.44444444444444453 2 9 2 9 0 0 144 31 2608 23664864 81600 862.75399780273438 5.8083 1237.0096000000001 120960 70126 1 0 5898240 4423680 4423680 4426461 4492800 151 150 151 150 2006 0 0 0 0 31 0 0 0 0 0 +335 1783781251714128700 DEPTH 29 1 0.76630540153459525 0.67575757575757578 1 12 1 12 0 0 134 31 2559 23664817 81600 870.00105285644531 5.8480999999999996 1053.9367 120960 69092 1 0 5898240 4423680 4423680 4426415 4492800 156 150 150 161 1942 0 1 0 0 30 0 0 0 0 0 +336 1783781251916649900 REFRESH 22 0 0.75688965573934741 0.76868686868686875 3 11 3 11 1 0 148 15 416 3943908 55200 150.78810119628906 0.97150000000000003 185.393 20160 14691 0 0 983040 737280 737280 737508 748800 29 26 30 28 303 0 0 0 0 15 0 0 0 0 1 +337 1783781252117818900 REFRESH 1 0 0.72788328845764194 0.12020202020202017 1 7 1 7 0 0 139 3 416 3943926 55200 151.5653076171875 0.98570000000000002 200.0059 20160 12467 0 0 983040 737280 737280 737526 748800 74 26 72 80 164 0 0 0 1 2 0 0 0 0 0 +338 1783781252316255900 REFRESH 2 0 0.65467863246198399 0.33333333333333343 2 8 2 8 0 0 153 6 416 3943909 55200 151.41888427734375 0.97740000000000005 197.2406 20160 12072 0 0 983040 737280 737280 737509 748800 58 25 65 40 228 0 0 0 0 6 0 0 0 0 0 +339 1783781252510552500 REFRESH 46 0 0.72860501319051796 0.22222222222222218 2 7 2 7 0 0 332 2 416 3943905 55200 151.66770935058594 0.97689999999999999 192.8853 20160 12379 0 0 983040 737280 737280 737505 748800 56 26 43 53 238 0 0 0 0 2 0 0 0 0 0 +340 1783781252705753500 REFRESH 6 0 0.7574446958451917 0.76868686868686875 3 11 3 11 1 0 125 13 418 3943924 55200 150.46861267089844 0.98540000000000005 179.46799999999999 20160 14838 0 0 983040 737280 737280 737523 748800 26 25 27 28 312 0 0 0 0 13 0 0 0 0 1 +341 1783781252901618200 REFRESH 13 0 0.81726803267582981 0.0090909090909090783 1 6 1 6 0 0 191 1 415 3943915 55200 150.59561157226562 0.97089999999999999 194.6936 20160 12574 0 0 983040 737280 737280 737515 748800 144 26 59 54 132 0 0 0 0 1 0 0 0 0 0 +342 1783781253090114500 REFRESH 16 0 0.81377421471327616 0.11111111111111109 2 6 2 6 0 0 203 5 416 3943920 55200 152.70399475097656 0.97160000000000002 187.31389999999999 20160 11817 0 0 983040 737280 737280 737520 748800 110 26 26 107 147 0 0 0 0 5 0 0 0 0 0 +343 1783781253293565000 REFRESH 44 0 0.77420414551412098 0.22222222222222218 2 7 2 7 0 0 174 10 413 3943908 55200 151.61138916015625 0.96840000000000004 202.1669 20160 12402 0 0 983040 737280 737280 737508 748800 31 26 27 43 286 0 0 0 0 10 0 0 0 0 0 +344 1783781253499751200 REFRESH 47 0 0.75986600850919106 0.66666666666666674 2 11 2 11 0 0 121 9 417 3943889 55200 150.81983947753906 0.97219999999999995 181.72309999999999 20160 14747 0 0 983040 737280 737280 737489 748800 27 26 27 27 310 0 0 0 0 9 0 0 0 0 0 +345 1783781253709744000 REFRESH 34 0 0.75321977316081568 0.78686868686868705 1 13 1 13 0 0 116 5 423 3943942 55200 149.89208984375 0.96609999999999996 179.20140000000001 20160 14752 0 0 983040 737280 737280 737540 748800 27 26 25 30 315 0 0 0 0 5 0 0 0 0 0 +346 1783781253900743500 REFRESH 45 0 0.77986619317500194 0.22222222222222218 2 7 2 7 0 0 167 5 419 3943965 55200 151.00314331054688 0.96840000000000004 189.7534 20160 11831 0 0 983040 737280 737280 737565 748800 34 25 27 33 300 0 0 0 0 5 0 0 0 0 0 +347 1783781254083580300 REFRESH 10 0 0.75750525090034471 0.45353535353535362 1 10 1 10 0 0 125 9 417 3943925 55200 151.14035034179688 0.96589999999999998 181.63929999999999 20160 13828 0 0 983040 737280 737280 737525 748800 42 26 32 35 282 0 0 0 0 9 0 0 0 0 0 +348 1783781254336223600 REFRESH 11 0 0.81370738432096168 0.12929292929292943 0 8 0 8 0 0 110 5 419 3943905 55200 150.87513732910156 0.96689999999999998 228.0428 20160 13031 0 0 983040 737280 737280 737505 748800 139 25 35 78 142 0 0 0 1 4 0 0 0 0 0 +349 1783781254532576700 REFRESH 38 0 0.7600801074541147 0.55555555555555558 2 10 2 10 0 0 130 7 415 3943906 55200 150.62016296386719 0.9667 180.6251 20160 14529 0 0 983040 737280 737280 737505 748800 37 26 42 40 270 0 0 0 0 7 0 0 0 0 0 +350 1783781254727141500 REFRESH 50 0 0.66910827565578124 0.44444444444444453 2 9 2 9 0 0 144 11 424 3943908 55200 150.43685913085938 0.97140000000000004 193.28919999999999 20160 13851 0 0 983040 737280 737280 737508 748800 27 26 26 26 319 0 0 0 0 11 0 0 0 0 0 +351 1783781254945664600 REFRESH 31 0 0.81155316066109029 0.11111111111111109 2 6 2 6 0 0 159 7 422 3943916 55200 150.56486511230469 0.96940000000000004 193.21039999999999 20160 12503 0 0 983040 737280 737280 737516 748800 46 26 32 116 202 0 0 0 0 7 0 0 0 0 0 +352 1783781255143893100 REFRESH 23 0 0.74744467722743901 0.99090909090909129 3 13 3 13 0 0 129 3 410 3943902 55200 151.64210510253906 0.96779999999999999 182.8134 20160 14839 0 0 983040 737280 737280 737502 748800 40 26 27 27 290 0 0 0 0 3 0 0 0 0 0 +353 1783781255331000400 REFRESH 8 0 0.93364831593006814 0 2 5 2 5 0 0 237 4 415 3943899 55200 152.2484130859375 0.9657 185.95429999999999 20160 12206 0 0 983040 737280 737280 737499 748800 61 26 81 106 141 0 0 0 0 4 0 0 0 0 0 +354 1783781255514548600 REFRESH 29 0 0.69694085076755141 0.67575757575757578 1 12 1 12 0 0 134 12 409 3943922 55200 150.90380859375 0.96730000000000005 182.38390000000001 20160 14666 0 0 983040 737280 737280 737522 748800 32 26 27 65 259 0 0 0 2 10 0 0 0 0 0 +355 1783781255722672800 REFRESH 15 0 0.75091591700435101 0.76868686868686875 3 11 3 11 0 0 110 1 415 3943920 55200 150.61196899414062 0.97629999999999995 180.09979999999999 20160 14722 0 0 983040 737280 737280 737520 748800 28 26 28 32 301 0 0 0 0 1 0 0 0 0 0 +356 1783781255916248600 REFRESH 39 0 0.7618500030443307 0.43535353535353549 3 8 3 8 0 0 187 5 411 3943889 55200 149.95149230957031 0.97230000000000005 180.86660000000001 20160 13672 0 0 983040 737280 737280 737489 748800 28 25 69 28 261 0 0 0 0 5 0 0 0 0 0 +357 1783781256115701200 REFRESH 27 0 0.75904035890126287 0.7959595959595962 0 14 0 14 0 0 164 10 411 3943926 55200 150.866943359375 0.96789999999999998 181.9734 20160 14745 0 0 983040 737280 737280 737526 748800 27 26 27 25 306 0 0 0 0 10 0 0 0 0 0 +358 1783781256333447500 REFRESH 14 0 0.75259857681714482 0.57373737373737377 0 12 0 12 0 0 130 5 415 3943900 55200 150.52799987792969 0.96819999999999995 187.5385 20160 14555 0 0 983040 737280 737280 737500 748800 31 25 26 26 307 0 0 0 0 5 0 0 0 0 0 +359 1783781256530493600 REFRESH 24 0 0.75152023435868531 0.87070707070707098 4 11 4 11 0 0 155 7 411 3943903 55200 151.37997436523438 0.96699999999999997 182.05439999999999 20160 14775 0 0 983040 737280 737280 737503 748800 28 26 26 26 305 0 0 0 0 7 0 0 0 0 0 +360 1783781256728235500 REFRESH 19 0 0.76422415997327664 0.66666666666666674 2 11 2 11 0 0 141 9 419 3943888 55200 151.30828857421875 0.9677 180.75110000000001 20160 14780 0 0 983040 737280 737280 737488 748800 28 26 25 27 313 0 0 0 0 9 0 0 0 0 0 +361 1783781256909637200 REFRESH 26 0 0.75888962920722136 0.67575757575757578 1 12 1 12 0 0 112 9 423 3943928 55200 150.98371887207031 0.9657 180.16480000000001 20160 14701 0 0 983040 737280 737280 737528 748800 29 26 25 47 296 0 0 0 0 9 0 0 0 0 0 +362 1783781257116542000 REFRESH 49 0 0.75697025800904849 0.6575757575757577 3 10 3 10 0 0 140 8 414 3943915 55200 151.35023498535156 0.96789999999999998 182.02619999999999 20160 14457 0 0 983040 737280 737280 737515 748800 45 26 32 35 276 0 0 0 0 8 0 0 0 0 0 +363 1783781257314059300 REFRESH 28 0 0.76092419852705762 0.67575757575757578 1 12 1 12 0 0 156 4 412 3943888 55200 150.57510375976562 0.9798 181.5814 20160 14740 0 0 983040 737280 737280 737488 748800 27 26 25 26 308 0 0 0 0 4 0 0 0 0 0 +364 1783781257542372500 REFRESH 56 0 0.93681747607386745 0 2 5 2 5 0 0 230 6 412 3943930 55200 150.64268493652344 0.97399999999999998 226.8355 20160 12462 0 0 983040 737280 737280 737530 748800 124 26 47 108 107 0 0 0 0 6 0 0 0 0 0 +365 1783781257771627500 REFRESH 7 0 0.76219396741639145 0.67575757575757578 1 12 1 12 0 0 144 16 420 3943892 55200 150.91813659667969 0.96650000000000003 182.51669999999999 20160 14706 0 0 983040 737280 737280 737492 748800 26 26 27 26 315 0 0 0 0 16 0 0 0 0 0 +366 1783781257965185800 REFRESH 5 0 0.75303318543870057 0.66666666666666674 2 11 2 11 0 0 99 5 411 3943902 55200 149.45484924316406 0.97189999999999999 178.83670000000001 20160 14577 0 0 983040 737280 737280 737502 748800 31 26 33 88 233 0 0 0 0 5 0 0 0 0 0 +367 1783781258211284700 REFRESH 42 0 0.81705388523384903 0.11111111111111109 2 6 2 6 0 0 150 6 420 3943914 55200 151.30419921875 0.9738 229.31469999999999 20160 12876 0 0 983040 737280 737280 737514 748800 93 26 74 77 150 0 0 0 0 6 0 0 0 0 0 +368 1783781258406772000 REFRESH 20 0 0.76163323808055283 0.66666666666666674 2 11 2 11 0 0 133 13 413 3943911 55200 150.18290710449219 0.96760000000000002 180.14760000000001 20160 14749 0 0 983040 737280 737280 737511 748800 26 26 26 30 305 0 0 0 0 13 0 0 0 0 0 +369 1783781258597645900 REFRESH 33 0 0.81723860748096222 0.12020202020202017 1 7 1 7 0 0 191 4 420 3943903 55200 152.4664306640625 0.97289999999999999 189.6686 20160 12201 0 0 983040 737280 737280 737503 748800 86 26 104 41 163 0 0 0 0 4 0 0 0 0 0 +370 1783781258826956900 REFRESH 17 0 0.94702210776028184 0.018181818181818247 0 7 0 7 0 0 216 5 414 3943906 55200 150.80551147460938 0.97040000000000004 228.1086 20160 12457 0 0 983040 737280 737280 737504 748800 90 26 54 95 149 0 0 0 0 5 0 0 0 0 0 +371 1783781259057390900 REFRESH 32 0 0.7781621987471169 0.23131313131313144 1 8 1 8 0 0 148 8 420 3943909 55200 150.36006164550781 0.96850000000000003 184.63929999999999 20160 12505 0 0 983040 737280 737280 737509 748800 41 26 76 54 223 0 0 0 0 8 0 0 0 0 0 +372 1783781259256578900 REFRESH 40 0 0.76200155661173985 0.67575757575757578 1 12 1 12 0 0 138 6 418 3943910 55200 150.75021362304688 0.96819999999999995 182.15039999999999 20160 14625 0 0 983040 737280 737280 737510 748800 27 25 26 28 312 0 0 0 0 6 0 0 0 0 0 +373 1783781259454175600 REFRESH 12 0 0.76650228509738749 0.43535353535353549 3 8 3 8 0 0 198 8 413 3943926 55200 150.6007080078125 0.96530000000000005 181.47149999999999 20160 14466 0 0 983040 737280 737280 737526 748800 45 26 31 47 264 0 0 0 0 8 0 0 0 0 0 +374 1783781259646765400 REFRESH 21 0 0.7645943512435277 0.35151515151515161 0 10 0 10 0 0 188 6 417 3943918 55200 151.18438720703125 0.96719999999999995 191.38990000000001 20160 11993 0 0 983040 737280 737280 737517 748800 44 26 42 64 241 0 0 0 0 6 0 0 0 0 0 +375 1783781259851180300 REFRESH 0 0 0.75427976810934971 0.67575757575757578 1 12 1 12 0 0 98 8 424 3943931 55200 149.92691040039062 0.9677 179.25389999999999 20160 14780 0 0 983040 737280 737280 737531 748800 27 25 25 25 322 0 0 0 0 8 0 0 0 0 0 +376 1783781260074668100 REFRESH 52 0 0.81924296701800015 0.12020202020202017 1 7 1 7 0 0 123 6 418 3943877 55200 149.73747253417969 0.9677 222.22630000000001 20160 13477 0 0 983040 737280 737280 737477 748800 79 26 51 42 220 0 0 0 0 6 0 0 0 0 0 +377 1783781260272757600 REFRESH 9 0 0.81415039348974017 0.11111111111111109 2 6 2 6 0 0 146 6 425 3943892 55200 151.41375732421875 0.97309999999999997 196.88659999999999 20160 12936 0 0 983040 737280 737280 737492 748800 93 25 32 96 179 0 0 0 0 6 0 0 0 0 0 +378 1783781260477680600 REFRESH 58 0 0.75817038838918194 0.77777777777777779 2 12 2 12 0 0 138 10 419 3943914 55200 151.22944641113281 0.96389999999999998 180.28299999999999 20160 14770 0 0 983040 737280 737280 737514 748800 27 27 26 26 313 0 0 0 0 10 0 0 0 0 0 +379 1783781260673795300 REFRESH 25 0 0.75757954370184843 0.76868686868686875 3 11 3 11 0 0 129 8 420 3943907 55200 150.66624450683594 0.97209999999999996 181.8434 20160 14694 0 0 983040 737280 737280 737507 748800 31 25 28 26 310 0 0 0 0 8 0 0 0 0 0 +380 1783781260870961200 REFRESH 51 0 0.76455864968322407 0.76868686868686875 3 11 3 11 0 0 113 10 412 3943940 55200 150.07846069335938 0.97060000000000002 180.55459999999999 20160 14703 0 0 983040 737280 737280 737540 748800 27 26 39 28 292 1 0 0 0 9 0 0 0 0 0 +381 1783781261069429900 REFRESH 18 0 0.75529770645377414 1 2 14 2 14 0 0 136 9 420 3943927 55200 151.87049865722656 0.97160000000000002 182.62870000000001 20160 14793 0 0 983040 737280 737280 737527 748800 29 26 31 25 309 1 0 0 0 8 0 0 0 0 0 +382 1783781261264165100 REFRESH 30 0 0.77811018366006601 0.23131313131313144 1 8 1 8 0 0 157 6 412 3943924 55200 150.77069091796875 0.97309999999999997 193.41999999999999 20160 12346 0 0 983040 737280 737280 737524 748800 53 26 48 106 179 0 0 0 0 6 0 0 0 0 0 +383 1783781261467414200 REFRESH 4 0 0.7555456728420813 0.78686868686868705 1 13 1 13 0 0 68 3 419 3943907 55200 149.6995849609375 0.97070000000000001 178.61490000000001 20160 14753 0 0 983040 737280 737280 737507 748800 27 26 27 26 313 0 0 0 0 3 0 0 0 0 0 +384 1783781261662595300 REFRESH 37 0 0.76164172555574128 0.67575757575757578 1 12 1 12 0 0 146 3 419 3943916 55200 150.37542724609375 0.96879999999999999 180.864 20160 14703 0 0 983040 737280 737280 737516 748800 31 26 29 33 300 0 0 0 0 3 0 0 0 0 0 +385 1783781261860472900 REFRESH 35 0 0.75574058218627715 0.66666666666666674 2 11 2 11 0 0 177 13 415 3943895 55200 151.1751708984375 0.96699999999999997 182.71190000000001 20160 14559 0 0 983040 737280 737280 737493 748800 29 26 29 65 266 1 0 0 0 12 0 0 0 0 0 +386 1783781262078642400 REFRESH 43 0 0.76098225633003458 0.76868686868686875 3 11 3 11 0 0 148 9 415 3943910 55200 150.81881713867188 0.97299999999999998 182.87889999999999 20160 14774 0 0 983040 737280 737280 737510 748800 29 26 52 25 283 0 0 0 0 9 0 0 0 0 0 +387 1783781262293543900 REFRESH 36 0 0.75900511529518977 0.6575757575757577 3 10 3 10 0 0 133 5 414 3943895 55200 150.48806762695312 0.97660000000000002 180.82740000000001 20160 14570 0 0 983040 737280 737280 737495 748800 38 25 25 27 299 0 0 0 0 5 0 0 0 0 0 +388 1783781262490530400 REFRESH 57 0 0.76026973597259673 0.77777777777777779 2 12 2 12 0 0 147 3 413 3943902 55200 150.8536376953125 0.96809999999999996 181.28639999999999 20160 14814 0 0 983040 737280 737280 737501 748800 29 26 27 25 306 0 0 0 0 3 0 0 0 0 0 +389 1783781262722575600 REFRESH 48 0 0.7590485709099839 0.44444444444444453 2 9 2 8 1 0 182 11 417 3943894 55200 150.17266845703125 0.97140000000000004 199.13480000000001 20160 13818 0 0 983040 737280 737280 737494 748800 30 26 53 64 244 1 0 0 0 10 1 0 0 0 0 +390 1783781262921678800 REFRESH 55 0 0.76544416542141247 0.67575757575757578 1 12 1 12 0 0 166 10 416 3943894 55200 150.94685363769531 0.9667 183.15960000000001 20160 14832 0 0 983040 737280 737280 737494 748800 31 26 25 26 308 0 0 0 0 10 0 0 0 0 0 +391 1783781263110239600 REFRESH 3 0 0.76079929443701122 0.44444444444444453 2 9 2 9 0 0 154 14 413 3943910 55200 150.43685913085938 0.97260000000000002 187.40209999999999 20160 13742 0 0 983040 737280 737280 737510 748800 75 26 40 37 235 0 0 0 0 14 0 0 0 0 0 +392 1783781263354322700 REFRESH 54 0 0.77552534664999562 0.23131313131313144 1 8 1 8 0 0 134 8 415 3943907 55200 151.05331420898438 0.97330000000000005 218.54669999999999 20160 12581 0 0 983040 737280 737280 737507 748800 98 25 78 87 127 0 0 1 0 7 0 0 0 0 0 +393 1783781263560622200 REFRESH 41 0 0.76306045978772152 0.45353535353535362 1 10 1 10 0 0 115 5 415 3943899 55200 149.89517211914062 0.97460000000000002 192.94649999999999 20160 14504 0 0 983040 737280 737280 737499 748800 38 26 29 31 291 0 0 0 0 5 0 0 0 0 0 +394 1783781263751309200 REFRESH 53 0 0.81918828889034478 0.12929292929292943 0 8 0 8 0 0 162 7 415 3943903 55200 150.98777770996094 0.9677 189.37430000000001 20160 12022 0 0 983040 737280 737280 737503 748800 82 26 34 30 243 0 0 0 0 7 0 0 0 0 0 +395 1783781265105770100 DEPTH 17 1 0.93892790010828864 0.018181818181818247 0 7 0 7 0 0 216 15 2532 23664793 81600 860.51161193847656 5.8056000000000001 1326.0544 120960 58137 1 0 5898240 4423680 4423680 4426392 4492800 262 156 155 174 1785 0 0 0 0 15 0 0 0 0 0 +396 1783781266455680600 DEPTH 56 1 0.93035520922824566 0 2 5 2 5 0 0 231 15 2545 23664865 81600 864.48333740234375 5.8237999999999994 1328.0977 120960 59068 1 0 5898240 4423680 4423680 4426465 4492800 387 150 156 339 1513 0 0 0 0 15 0 0 0 0 0 +397 1783781267768925000 DEPTH 13 1 0.92668010039540283 0.0090909090909090783 1 6 1 6 0 0 191 21 2492 23664926 81600 865.42170715332031 5.8024999999999993 1288.7062000000001 120960 58750 1 0 5898240 4423680 4423680 4426525 4492800 193 150 156 167 1826 0 0 0 0 21 0 0 0 0 0 +398 1783781268923450400 DEPTH 8 1 0.92583717661147591 0 2 5 2 5 0 0 237 23 2568 23664927 81600 875.74119567871094 5.8007 1105.0916 120960 57476 1 0 5898240 4423680 4423680 4426524 4492800 157 156 150 316 1789 0 0 0 0 23 0 0 0 0 0 +399 1783781270299055800 DEPTH 42 1 0.80924823894121245 0.11111111111111109 2 6 2 6 1 0 150 19 2578 23664839 81600 866.39317321777344 5.8177999999999992 1336.0707 120960 60175 1 0 5898240 4423680 4423680 4426437 4492800 201 150 237 194 1796 0 0 0 0 19 0 0 0 0 1 +400 1783781271646243300 DEPTH 1 1 0.80791814227680647 0.12020202020202017 1 7 1 7 0 0 139 19 2564 23664847 81600 867.60343933105469 5.8375000000000004 1316.2747999999999 120960 58726 1 0 5898240 4423680 4423680 4426447 4492800 192 150 186 207 1829 0 0 0 0 19 0 0 0 0 0 +401 1783781272887160500 DEPTH 33 1 0.80741676092226955 0.12020202020202017 1 7 1 7 0 0 191 21 2529 23664756 81600 871.11578369140625 5.8245999999999993 1239.7246 120960 57361 1 0 5898240 4423680 4423680 4426355 4492800 183 152 156 181 1857 0 0 0 0 21 0 0 0 0 0 +402 1783781274048638700 DEPTH 16 1 0.80612919342740574 0.11111111111111109 2 6 2 6 0 0 203 19 2541 23664866 81600 869.24111938476562 5.8195999999999994 1141.6130000000001 120960 55912 1 0 5898240 4423680 4423680 4426466 4492800 168 156 155 193 1869 0 0 0 0 19 0 0 0 0 0 +403 1783781275352633700 DEPTH 52 1 0.81107817715038788 0.12020202020202017 1 7 1 7 0 0 123 12 2563 23664829 81600 859.43296813964844 5.8578000000000001 1302.6781000000001 120960 63207 1 0 5898240 4423680 4423680 4426427 4492800 234 156 230 218 1725 0 0 0 0 12 0 0 0 0 0 +404 1783781276672214400 DEPTH 9 1 0.80649618036375215 0.11111111111111109 2 6 2 6 0 0 146 19 2577 23664870 81600 865.88758850097656 5.7990000000000004 1303.3652999999999 120960 61065 1 0 5898240 4423680 4423680 4426468 4492800 248 150 164 236 1779 0 0 3 0 16 0 0 0 0 0 +405 1783781278005168700 DEPTH 11 1 0.80597929516015887 0.12929292929292943 0 8 0 8 0 0 110 9 2562 23664795 81600 860.410888671875 5.8071999999999999 1331.7349999999999 120960 61063 1 0 5898240 4423680 4423680 4426390 4492800 398 150 176 329 1509 0 0 0 0 9 0 0 0 0 0 +406 1783781279283534700 DEPTH 31 1 0.80570278304169429 0.11111111111111109 2 6 2 6 0 0 160 20 2557 23664907 81600 864.53863525390625 5.8117999999999999 1251.202 120960 59134 1 0 5898240 4423680 4423680 4426505 4492800 227 150 171 299 1710 0 0 4 0 16 0 0 0 0 0 +407 1783781280533528900 DEPTH 32 1 0.77161359854866318 0.23131313131313144 1 8 1 8 0 0 148 26 2558 23664780 81600 863.82490539550781 5.8170000000000002 1248.7788 120960 58926 1 0 5898240 4423680 4423680 4426379 4492800 168 150 172 157 1911 0 0 1 0 25 0 0 0 0 0 +408 1783781281819874500 DEPTH 45 1 0.77093742394840381 0.22222222222222218 2 7 2 7 0 0 168 28 2599 23664807 81600 873.11563110351562 5.8327999999999998 1255.6431 120960 56759 1 0 5898240 4423680 4423680 4426405 4492800 154 150 150 150 1995 0 0 0 0 28 0 0 0 0 0 +409 1783781283131228600 DEPTH 44 1 0.77096518114956314 0.22222222222222218 2 7 2 7 0 0 174 16 2583 23664740 81600 865.49113464355469 5.8936999999999999 1310.0627999999999 120960 58022 1 0 5898240 4423680 4423680 4426336 4492800 156 156 150 156 1965 0 0 0 0 16 0 0 0 0 0 +410 1783781284487817100 DEPTH 17 1 0.83612939858590329 0.018181818181818247 0 7 0 7 0 0 216 12 2525 23664815 81600 854.01803588867188 5.8094000000000001 1316.3915999999999 120960 47763 1 0 5898240 4423680 4423680 4426414 4492800 259 156 156 209 1745 0 0 0 0 12 0 0 0 0 0 +411 1783781285810794600 DEPTH 48 1 0.83744783936880896 0.33333333333333343 2 8 2 8 1 0 183 25 2576 23664830 81600 859.57325744628906 5.8174000000000001 1295.5458000000001 120960 68332 1 0 5898240 4423680 4423680 4426430 4492800 166 156 162 166 1926 0 0 1 1 23 0 0 0 0 2 +412 1783781287138783300 DEPTH 56 1 0.83788685988206257 0 2 5 2 5 0 0 231 17 2536 23664825 81600 851.96902465820312 5.8125 1309.5189 120960 48073 1 0 5898240 4423680 4423680 4426425 4492800 398 150 156 405 1427 0 0 0 0 17 0 0 0 0 0 +413 1783781288501084400 DEPTH 13 1 0.83485774908237864 0.0090909090909090783 1 6 1 6 0 0 192 26 2494 23664851 81600 897.4202880859375 5.8258000000000001 1320.0359000000001 120960 48385 1 0 5898240 4423680 4423680 4426451 4492800 187 150 156 166 1835 0 0 0 0 26 0 0 0 0 0 +414 1783781289645796400 DEPTH 8 1 0.83382389527038081 0 2 5 2 5 0 0 237 26 2576 23664800 81600 866.37466430664062 5.7960000000000003 1115.827 120960 47582 1 0 5898240 4423680 4423680 4426398 4492800 157 155 150 308 1806 0 0 0 1 25 0 0 0 0 0 +415 1783781290902175700 DEPTH 30 1 0.7694859547773244 0.23131313131313144 1 8 1 8 1 0 158 40 2531 23664816 81600 862.2613525390625 5.8121999999999998 1254.8025 120960 57750 1 0 5898240 4423680 4423680 4426413 4492800 212 150 185 290 1694 0 0 0 1 39 0 0 0 0 1 +416 1783781292159793200 DEPTH 46 1 0.7582648411532551 0.22222222222222218 2 7 2 7 0 0 332 25 2582 23664884 81600 871.08811950683594 5.8878000000000004 1256.3121000000001 120960 59217 1 0 5898240 4423680 4423680 4426483 4492800 211 150 193 219 1809 0 0 0 0 25 0 0 0 0 0 +417 1783781293262857100 DEPTH 12 1 0.75790323058811948 0.43535353535353549 3 8 3 8 0 0 201 48 2513 23664857 81600 863.2490234375 5.8172999999999995 1043.5903000000001 120960 70366 1 0 5898240 4423680 4423680 4426456 4492800 166 156 150 175 1866 0 0 0 0 48 0 0 0 0 0 +418 1783781294569705400 DEPTH 2 1 0.75657675098314203 0.33333333333333343 2 8 2 8 0 0 153 24 2537 23664832 81600 865.56980895996094 5.8074999999999992 1279.8142 120960 59168 1 0 5898240 4423680 4423680 4426430 4492800 216 150 190 212 1769 0 0 0 0 24 0 0 0 0 0 +419 1783781295811908400 DEPTH 53 1 0.81199350615958921 0.12929292929292943 0 8 0 8 0 0 162 37 2520 23664861 81600 867.92912292480469 5.8456000000000001 1240.8354999999999 120960 56187 1 0 5898240 4423680 4423680 4426456 4492800 174 156 162 158 1870 0 0 0 0 37 0 0 0 0 0 +420 1783781297151225200 DEPTH 17 1 0.78322928204697029 0.018181818181818247 0 7 0 7 0 0 216 23 2522 23664896 81600 848.802978515625 5.8286999999999995 1321.827 120960 37431 1 0 5898240 4423680 4423680 4426495 4492800 262 156 155 241 1708 0 0 0 0 23 0 0 0 0 0 +421 1783781298493675900 DEPTH 54 1 0.76904937132356821 0.23131313131313144 1 8 1 8 1 0 134 30 2548 23664852 81600 861.66220092773438 5.7904999999999998 1307.5181 120960 58436 1 0 5898240 4423680 4423680 4426451 4492800 222 150 188 260 1728 0 0 0 0 30 0 0 0 0 1 +422 1783781299626838400 DEPTH 55 1 0.75671612567101998 0.67575757575757578 1 12 1 12 0 0 166 37 2555 23664942 81600 874.44071960449219 5.7920000000000007 1058.6663000000001 120960 69506 1 0 5898240 4423680 4423680 4426541 4492800 152 156 150 158 1939 0 0 3 2 32 0 0 0 0 0 +423 1783781300997861900 DEPTH 42 1 0.79577369316798285 0.11111111111111109 2 6 2 6 0 0 151 17 2586 23664877 81600 857.81922912597656 5.8681999999999999 1331.2254 120960 49815 1 0 5898240 4423680 4423680 4426476 4492800 245 150 261 250 1680 0 0 0 0 17 0 0 0 0 0 +424 1783781302056965500 DEPTH 51 1 0.7558042161180254 0.76868686868686875 3 11 3 11 0 0 116 60 2553 23664864 81600 866.22792053222656 5.8502999999999998 1043.885 120960 69453 1 0 5898240 4423680 4423680 4426463 4492800 150 150 168 164 1921 2 0 0 1 57 0 0 0 0 0 +425 1783781303118026700 DEPTH 19 1 0.75578691171460588 0.66666666666666674 2 11 2 11 1 0 141 30 2595 23664866 81600 866.11363220214844 5.8182999999999998 1045.0601999999999 120960 69000 1 0 5898240 4423680 4423680 4426466 4492800 150 150 150 168 1977 0 0 1 0 29 0 0 0 0 1 +426 1783781304457110000 DEPTH 21 1 0.755619433520338 0.35151515151515161 0 10 0 10 0 0 189 34 2534 23664828 81600 867.84536743164062 5.8103000000000007 1299.4764 120960 59499 1 0 5898240 4423680 4423680 4426428 4492800 162 150 156 165 1901 0 0 0 0 34 0 0 0 0 0 +427 1783781304655213300 REFRESH 46 0 0.61478554296479371 0.22222222222222218 2 7 2 7 0 0 332 10 416 3943908 55200 152.48588562011719 0.97209999999999996 196.7689 20160 12571 0 0 983040 737280 737280 737507 748800 55 25 45 46 245 0 0 0 0 10 0 0 0 0 0 +428 1783781304851417800 REFRESH 37 0 0.7467163154660843 0.67575757575757578 1 12 1 12 0 0 146 8 416 3943900 55200 150.78810119628906 0.96730000000000005 181.0147 20160 14849 0 0 983040 737280 737280 737500 748800 31 26 27 36 296 0 0 0 0 8 0 0 0 0 0 +429 1783781305045933000 REFRESH 5 0 0.74171833777714524 0.66666666666666674 2 11 2 11 0 0 99 6 415 3943905 55200 149.70060729980469 0.9677 179.70249999999999 20160 14469 0 0 983040 737280 737280 737505 748800 35 26 34 99 221 0 0 0 0 6 0 0 0 0 0 +430 1783781305242155300 REFRESH 10 0 0.75207974695284674 0.45353535353535362 1 10 1 10 0 0 125 7 415 3943911 55200 149.63404846191406 0.97219999999999995 180.13669999999999 20160 13657 0 0 983040 737280 737280 737511 748800 41 26 30 33 285 0 0 0 0 7 0 0 0 0 0 +431 1783781305440156900 REFRESH 24 0 0.7416495300490471 0.87070707070707098 4 11 4 11 0 0 156 6 415 3943907 55200 150.95196533203125 0.9909 182.20249999999999 20160 14767 0 0 983040 737280 737280 737507 748800 29 26 26 26 308 0 0 0 0 6 0 0 0 0 0 +432 1783781305635868400 REFRESH 30 0 0.68507139368855241 0.23131313131313144 1 8 1 8 0 0 158 6 414 3943920 55200 151.30316162109375 0.98119999999999996 194.45740000000001 20160 12372 0 0 983040 737280 737280 737518 748800 72 26 55 107 154 0 0 0 1 5 0 0 0 0 0 +433 1783781305832648700 REFRESH 47 0 0.7527308126920591 0.66666666666666674 2 11 2 11 0 0 121 10 423 3943917 55200 150.57817077636719 0.96779999999999999 180.75479999999999 20160 14883 0 0 983040 737280 737280 737517 748800 27 26 26 26 318 0 0 0 0 10 0 0 0 0 0 +434 1783781306029359300 REFRESH 38 0 0.751535974426215 0.55555555555555558 2 10 2 10 0 0 130 8 417 3943912 55200 150.31500244140625 0.97070000000000001 181.25819999999999 20160 14549 0 0 983040 737280 737280 737512 748800 43 26 46 42 260 0 0 0 0 8 0 0 0 0 0 +435 1783781306230354200 REFRESH 48 0 0.84674501834093496 0.33333333333333343 2 8 2 8 0 0 183 8 415 3943889 55200 150.30169677734375 0.97199999999999998 199.7072 20160 12606 0 0 983040 737280 737280 737489 748800 35 26 62 70 222 0 0 0 0 8 0 0 0 0 0 +436 1783781306426205700 REFRESH 13 0 0.90314102335236468 0.0090909090909090783 1 6 1 6 0 0 192 5 416 3943896 55200 151.09228515625 0.97199999999999998 194.70670000000001 20160 12450 0 0 983040 737280 737280 737496 748800 162 26 60 65 103 0 0 0 0 5 0 0 0 0 0 +437 1783781306630630600 REFRESH 14 0 0.74258940846749577 0.57373737373737377 0 12 0 12 0 0 130 5 413 3943922 55200 151.86454772949219 0.97189999999999999 187.95269999999999 20160 14404 0 0 983040 737280 737280 737521 748800 32 25 28 26 302 0 0 0 0 5 0 0 0 0 0 +438 1783781306838247600 REFRESH 0 0 0.74575926742821097 0.67575757575757578 1 12 1 12 0 0 98 6 421 3943918 55200 150.67750549316406 0.96809999999999996 179.75579999999999 20160 14703 0 0 983040 737280 737280 737517 748800 28 25 25 25 318 0 0 0 0 6 0 0 0 0 0 +439 1783781307034180800 REFRESH 36 0 0.74671898094052791 0.6575757575757577 3 10 3 10 0 0 133 9 418 3943898 55200 150.63655090332031 0.96630000000000005 181.33189999999999 20160 14563 0 0 983040 737280 737280 737498 748800 40 25 25 27 301 0 0 0 0 9 0 0 0 0 0 +440 1783781307231248600 REFRESH 40 0 0.75088516009464346 0.67575757575757578 1 12 1 12 1 0 139 13 419 3943915 55200 150.51571655273438 0.96999999999999997 180.87350000000001 20160 14763 0 0 983040 737280 737280 737515 748800 33 25 27 36 298 0 0 0 0 13 0 0 0 0 1 +441 1783781307426701100 REFRESH 26 0 0.75156770629847802 0.67575757575757578 1 12 1 12 0 0 112 6 422 3943915 55200 150.62937927246094 0.96589999999999998 180.0301 20160 14474 0 0 983040 737280 737280 737515 748800 30 26 25 57 284 0 0 0 0 6 0 0 0 0 0 +442 1783781307629025500 REFRESH 25 0 0.74819174576114333 0.76868686868686875 3 11 3 11 0 0 129 1 417 3943890 55200 151.76812744140625 0.96689999999999998 182.5806 20160 14674 0 0 983040 737280 737280 737489 748800 30 25 29 26 307 0 0 0 0 1 0 0 0 0 0 +443 1783781307823318000 REFRESH 31 0 0.80268038552200782 0.11111111111111109 2 6 2 6 0 0 160 6 424 3943914 55200 150.86181640625 0.96679999999999999 193.12200000000001 20160 12297 0 0 983040 737280 737280 737513 748800 60 26 33 128 177 0 0 1 0 5 0 0 0 0 0 +444 1783781308055243300 REFRESH 42 0 0.7623276808774655 0.11111111111111109 2 6 2 6 0 0 151 4 426 3943909 55200 151.43116760253906 0.96799999999999997 230.6225 20160 12325 0 0 983040 737280 737280 737509 748800 110 26 72 78 140 1 0 0 0 3 0 0 0 0 0 +445 1783781308246632000 REFRESH 53 0 0.80832582595265923 0.12929292929292943 0 8 0 8 0 0 162 6 416 3943916 55200 151.57049560546875 0.96799999999999997 190.04920000000001 20160 11992 0 0 983040 737280 737280 737514 748800 101 26 36 36 217 0 0 0 0 6 0 0 0 0 0 +446 1783781308440022600 REFRESH 34 0 0.74263071336138942 0.78686868686868705 1 13 1 13 0 0 116 6 414 3943885 55200 149.93519592285156 0.96899999999999997 178.12899999999999 20160 14766 0 0 983040 737280 737280 737485 748800 27 25 26 30 306 0 0 0 0 6 0 0 0 0 0 +447 1783781308666912100 REFRESH 52 0 0.80798835635452548 0.12020202020202017 1 7 1 7 0 0 123 4 424 3943897 55200 150.45120239257812 0.97209999999999996 225.61529999999999 20160 13024 0 0 983040 737280 737280 737497 748800 112 26 60 50 176 0 0 0 0 4 0 0 0 0 0 +448 1783781308855252800 REFRESH 16 0 0.80358934856893149 0.11111111111111109 2 6 2 6 0 0 203 5 414 3943895 55200 152.25138854980469 0.96750000000000003 187.1825 20160 11944 0 0 983040 737280 737280 737495 748800 120 26 26 95 147 0 0 0 0 5 0 0 0 0 0 +449 1783781309051142200 REFRESH 43 0 0.75225151370307353 0.76868686868686875 3 11 3 11 0 0 148 10 418 3943903 55200 151.0277099609375 0.9667 181.09100000000001 20160 14746 0 0 983040 737280 737280 737503 748800 30 26 49 30 283 1 0 0 0 9 0 0 0 0 0 +450 1783781309240236200 REFRESH 50 0 0.75507067612161882 0.44444444444444453 2 9 2 9 0 0 144 8 418 3943894 55200 150.61299133300781 0.97230000000000005 187.15100000000001 20160 13618 0 0 983040 737280 737280 737494 748800 41 26 30 52 269 0 0 0 0 8 0 0 0 0 0 +451 1783781309429238200 REFRESH 45 0 0.7671055125881302 0.22222222222222218 2 7 2 7 0 0 169 8 422 3943903 55200 150.95500183105469 0.98750000000000004 187.4956 20160 11931 0 0 983040 737280 737280 737503 748800 49 25 33 36 279 0 0 0 0 8 0 0 0 0 0 +452 1783781309656469000 REFRESH 54 0 0.76509571824202549 0.23131313131313144 1 8 1 8 0 0 134 5 416 3943923 55200 151.41580200195312 0.97009999999999996 225.95570000000001 20160 12455 0 0 983040 737280 737280 737523 748800 107 25 82 82 120 0 0 0 0 5 0 0 0 0 0 +453 1783781309838952700 REFRESH 19 0 0.74804678347041964 0.66666666666666674 2 11 2 11 0 0 141 8 421 3943918 55200 151.23455810546875 0.97299999999999998 181.32149999999999 20160 14649 0 0 983040 737280 737280 737518 748800 32 26 27 36 300 0 0 0 0 8 0 0 0 0 0 +454 1783781310043869400 REFRESH 49 0 0.74923912064103582 0.6575757575757577 3 10 3 10 0 0 140 12 416 3943919 55200 150.34060668945312 0.96760000000000002 180.15289999999999 20160 14480 0 0 983040 737280 737280 737519 748800 41 26 32 32 285 0 0 0 0 12 0 0 0 0 0 +455 1783781310246326400 REFRESH 3 0 0.7554011307137658 0.44444444444444453 2 9 2 9 0 0 154 5 421 3943905 55200 150.78297424316406 0.96850000000000003 186.69900000000001 20160 13647 0 0 983040 737280 737280 737505 748800 83 26 49 38 225 0 0 0 0 5 0 0 0 0 0 +456 1783781310429918100 REFRESH 55 0 0.74907820395922486 0.67575757575757578 1 12 1 12 0 0 166 8 417 3943890 55200 151.12704467773438 0.9677 182.32339999999999 20160 14652 0 0 983040 737280 737280 737490 748800 40 26 25 26 300 0 0 1 0 7 0 0 0 0 0 +457 1783781310637083300 REFRESH 28 0 0.7488246950367079 0.67575757575757578 1 12 1 12 0 0 156 5 412 3943924 55200 151.910400390625 0.96719999999999995 182.72800000000001 20160 14758 0 0 983040 737280 737280 737523 748800 27 26 26 26 307 0 0 0 0 5 0 0 0 0 0 +458 1783781310863064100 REFRESH 56 0 0.92614128441880172 0 2 5 2 5 0 0 231 3 415 3943925 55200 150.21363830566406 0.96679999999999999 224.7561 20160 12204 0 0 983040 737280 737280 737525 748800 129 26 48 126 86 0 0 0 0 3 0 0 0 0 0 +459 1783781311061732900 REFRESH 39 0 0.75262352947349331 0.43535353535353549 3 8 3 8 0 0 187 8 416 3943894 55200 151.44960021972656 0.9657 182.60329999999999 20160 13651 0 0 983040 737280 737280 737494 748800 29 25 85 30 247 0 0 0 0 8 0 0 0 0 0 +460 1783781311259757300 REFRESH 35 0 0.74954655650970348 0.66666666666666674 2 11 2 11 0 0 177 9 415 3943904 55200 150.5771484375 0.96740000000000004 181.4751 20160 14604 0 0 983040 737280 737280 737504 748800 28 26 28 71 262 0 0 0 0 9 0 0 0 0 0 +461 1783781311443111000 REFRESH 29 0 0.75172139994177145 0.67575757575757578 1 12 1 12 0 0 135 10 417 3943916 55200 150.57510375976562 0.96779999999999999 182.161 20160 14428 0 0 983040 737280 737280 737516 748800 30 26 27 57 277 0 0 0 0 10 0 0 0 0 0 +462 1783781311653672800 REFRESH 22 0 0.75182816089454674 0.76868686868686875 3 11 3 11 0 0 150 8 418 3943921 55200 151.46803283691406 0.9798 184.58080000000001 20160 14653 0 0 983040 737280 737280 737521 748800 30 26 33 28 301 0 0 0 0 8 0 0 0 0 0 +463 1783781311895995400 REFRESH 41 0 0.75267983089283397 0.45353535353535362 1 10 1 10 0 0 115 3 409 3943906 55200 150.18905639648438 0.98550000000000004 193.62520000000001 20160 14528 0 0 983040 737280 737280 737505 748800 40 26 27 31 285 0 0 0 0 3 0 0 0 0 0 +464 1783781312091124900 REFRESH 4 0 0.74197713608505522 0.78686868686868705 1 13 1 13 1 0 68 7 412 3943928 55200 149.89024353027344 0.98909999999999998 179.39670000000001 20160 14773 0 0 983040 737280 737280 737528 748800 27 26 27 26 306 0 0 0 0 7 0 0 0 0 1 +465 1783781312288239800 REFRESH 2 0 0.75205160432807838 0.33333333333333343 2 8 2 8 0 0 153 3 415 3943907 55200 152.92416381835938 0.9869 195.47319999999999 20160 12345 0 0 983040 737280 737280 737506 748800 73 25 78 45 194 0 0 0 0 3 0 0 0 0 0 +466 1783781312484853300 REFRESH 21 0 0.75099429748315538 0.35151515151515161 0 10 0 10 0 0 189 7 417 3943885 55200 151.62265014648438 0.98089999999999999 195.08080000000001 20160 12302 0 0 983040 737280 737280 737485 748800 49 26 38 61 243 0 0 0 0 7 0 0 0 0 0 +467 1783781312696935200 REFRESH 44 0 0.76755464491042869 0.22222222222222218 2 7 2 7 0 0 174 7 416 3943921 55200 151.61753845214844 0.99370000000000003 210.7885 20160 12449 0 0 983040 737280 737280 737521 748800 30 26 27 33 300 0 0 0 0 7 0 0 0 0 0 +468 1783781312900191100 REFRESH 6 0 0.7523722773549022 0.76868686868686875 3 11 3 11 0 0 125 9 414 3943897 55200 150.28941345214844 0.97219999999999995 179.33869999999999 20160 14718 0 0 983040 737280 737280 737497 748800 27 25 30 29 303 1 0 0 0 8 0 0 0 0 0 +469 1783781313099009700 REFRESH 23 0 0.73521342790862731 0.99090909090909129 3 13 3 13 0 0 129 7 411 3943898 55200 152.01484680175781 0.97199999999999998 183.1403 20160 14791 0 0 983040 737280 737280 737497 748800 42 26 27 27 289 0 0 0 0 7 0 0 0 0 0 +470 1783781313295325900 REFRESH 20 0 0.75572526209137048 0.66666666666666674 2 11 2 11 0 0 133 8 418 3943924 55200 151.67718505859375 0.97550000000000003 181.02010000000001 20160 14768 0 0 983040 737280 737280 737524 748800 26 26 27 34 305 0 0 0 0 8 0 0 0 0 0 +471 1783781313488867200 REFRESH 58 0 0.75175181499215338 0.77777777777777779 2 12 2 12 0 0 138 14 416 3943897 55200 151.47929382324219 0.97319999999999995 181.333 20160 14809 0 0 983040 737280 737280 737497 748800 27 27 26 26 310 0 0 0 1 13 0 0 0 0 0 +472 1783781313686433100 REFRESH 7 0 0.75640461532890924 0.67575757575757578 1 12 1 12 0 0 144 5 414 3943897 55200 151.27655029296875 0.97319999999999995 182.1634 20160 14806 0 0 983040 737280 737280 737497 748800 26 26 28 27 307 0 0 0 0 5 0 0 0 0 0 +473 1783781313917299300 REFRESH 17 0 0.93141036925782883 0.018181818181818247 0 7 0 7 0 0 216 3 415 3943909 55200 151.38713073730469 0.97330000000000005 229.655 20160 12226 0 0 983040 737280 737280 737509 748800 101 26 49 76 163 0 0 0 0 3 0 0 0 0 0 +474 1783781314100812600 REFRESH 12 0 0.75257292626042926 0.43535353535353549 3 8 3 8 0 0 201 6 415 3943904 55200 150.52287292480469 0.96779999999999999 181.96109999999999 20160 13408 0 0 983040 737280 737280 737504 748800 83 26 36 64 206 0 0 0 0 6 0 0 0 0 0 +475 1783781314291990700 REFRESH 33 0 0.80551650763134053 0.12020202020202017 1 7 1 7 0 0 191 3 415 3943917 55200 151.90733337402344 0.98309999999999997 189.7808 20160 12124 0 0 983040 737280 737280 737517 748800 91 26 94 42 162 0 0 0 0 3 0 0 0 0 0 +476 1783781314516980500 REFRESH 27 0 0.7534531824138988 0.7959595959595962 0 14 0 14 0 0 164 6 408 3943884 55200 151.05842590332031 0.97340000000000004 181.36709999999999 20160 14775 0 0 983040 737280 737280 737484 748800 31 26 30 27 294 0 0 0 0 6 0 0 0 0 0 +477 1783781314717608500 REFRESH 9 0 0.80466043379077512 0.11111111111111109 2 6 2 6 0 0 146 7 421 3943906 55200 150.42355346679688 0.96519999999999995 199.482 20160 12646 0 0 983040 737280 737280 737506 748800 99 25 32 97 168 0 0 0 0 7 0 0 0 0 0 +478 1783781314904787900 REFRESH 8 0 0.92290770908492892 0 2 5 2 5 0 0 237 2 414 3943931 55200 151.88890075683594 0.96509999999999996 185.67840000000001 20160 12074 0 0 983040 737280 737280 737531 748800 60 26 76 111 141 0 0 0 0 2 0 0 0 0 0 +479 1783781315158927700 REFRESH 11 0 0.80322199471474143 0.12929292929292943 0 8 0 8 0 0 110 7 428 3943904 55200 150.72358703613281 0.96630000000000005 228.38820000000001 20160 12633 0 0 983040 737280 737280 737504 748800 152 25 43 76 132 0 0 0 1 6 0 0 0 0 0 +480 1783781315354400100 REFRESH 18 0 0.74761236435061218 1 2 14 2 14 0 0 136 6 414 3943908 55200 150.25459289550781 0.97160000000000002 180.4049 20160 14806 0 0 983040 737280 737280 737508 748800 29 26 33 26 300 0 0 0 0 6 0 0 0 0 0 +481 1783781315551336300 REFRESH 15 0 0.73738068108714583 0.76868686868686875 3 11 3 11 0 0 110 8 423 3943923 55200 151.26220703125 0.97189999999999999 181.5121 20160 14798 0 0 983040 737280 737280 737523 748800 28 26 33 38 298 0 0 0 0 8 0 0 0 0 0 +482 1783781315739235600 REFRESH 32 0 0.76860989821136061 0.23131313131313144 1 8 1 8 0 0 148 4 422 3943906 55200 150.46774291992188 0.96560000000000001 186.46039999999999 20160 12637 0 0 983040 737280 737280 737506 748800 44 26 79 57 216 0 0 0 0 4 0 0 0 0 0 +483 1783781315965682600 REFRESH 1 0 0.80621025094319876 0.12020202020202017 1 7 1 7 0 0 139 8 417 3943903 55200 151.19258117675781 0.97140000000000004 199.30779999999999 20160 12317 0 0 983040 737280 737280 737503 748800 86 26 65 76 164 0 0 0 0 8 0 0 0 0 0 +484 1783781316147802400 REFRESH 51 0 0.74856741421694606 0.76868686868686875 3 11 3 11 0 0 116 12 407 3943907 55200 150.61196899414062 0.97160000000000002 180.64080000000001 20160 14643 0 0 983040 737280 737280 737507 748800 35 26 64 33 249 0 0 1 1 10 0 0 0 0 0 +485 1783781316355102300 REFRESH 57 0 0.74675857437488979 0.77777777777777779 2 12 2 12 0 0 147 6 413 3943923 55200 150.82620239257812 0.96779999999999999 182.34049999999999 20160 14727 0 0 983040 737280 737280 737523 748800 30 26 27 25 305 0 0 0 0 6 0 0 0 0 0 +486 1783781317667291900 DEPTH 13 1 0.91698026475748273 0.0090909090909090783 1 6 1 6 0 0 192 11 2493 23664746 81600 865.28512573242188 5.8136000000000001 1295.2003 120960 58534 1 0 5898240 4423680 4423680 4426344 4492800 194 151 156 173 1819 0 0 0 0 11 0 0 0 0 0 +487 1783781319027980300 DEPTH 56 1 0.91694233604125963 0 2 5 2 5 0 0 231 17 2549 23664761 81600 861.01118469238281 5.8199999999999994 1321.8262999999999 120960 57569 1 0 5898240 4423680 4423680 4426361 4492800 437 150 161 343 1458 0 0 0 0 17 0 0 0 0 0 +488 1783781320347485500 DEPTH 48 1 0.84060790080166403 0.33333333333333343 2 8 2 8 0 0 183 27 2575 23664804 81600 860.13455200195312 5.8208000000000002 1297.5082 120960 63243 1 0 5898240 4423680 4423680 4426402 4492800 169 156 165 171 1914 0 0 0 0 27 0 0 0 0 0 +489 1783781321677423600 DEPTH 17 1 0.83168324952487638 0.018181818181818247 0 7 0 7 0 0 216 14 2524 23664767 81600 864.38412475585938 5.8031000000000006 1328.7375999999999 120960 58715 1 0 5898240 4423680 4423680 4426364 4492800 243 156 155 223 1747 0 0 0 0 14 0 0 0 0 0 +490 1783781322912409800 DEPTH 53 1 0.80128809384919497 0.12929292929292943 0 8 0 8 1 0 163 32 2516 23664848 81600 864.9461669921875 5.8412000000000006 1233.6893 120960 56207 1 0 5898240 4423680 4423680 4426445 4492800 185 156 162 156 1857 0 0 0 0 32 0 0 0 0 1 +491 1783781324262359300 DEPTH 52 1 0.79895999306475052 0.12020202020202017 1 7 1 7 0 0 124 17 2562 23664855 81600 858.50447082519531 5.8190999999999997 1297.4177 120960 62659 1 0 5898240 4423680 4423680 4426453 4492800 320 156 222 215 1649 0 0 0 0 17 0 0 0 0 0 +492 1783781325552458500 DEPTH 31 1 0.79601753198654435 0.11111111111111109 2 6 2 6 0 0 162 24 2553 23664815 81600 864.17204284667969 5.8109999999999999 1267.6344999999999 120960 58239 1 0 5898240 4423680 4423680 4426413 4492800 241 150 173 326 1663 0 0 2 0 22 0 0 0 0 0 +493 1783781326688547400 DEPTH 16 1 0.79602753709611473 0.11111111111111109 2 6 2 6 0 0 203 25 2534 23664810 81600 869.16923522949219 5.8148 1134.4016999999999 120960 56455 1 0 5898240 4423680 4423680 4426409 4492800 180 156 155 206 1837 0 0 0 0 25 0 0 0 0 0 +494 1783781327835089800 DEPTH 8 1 0.82276718348367528 0 2 5 2 5 0 0 237 20 2570 23664811 81600 883.73655700683594 5.8834999999999997 1121.3928000000001 120960 58101 1 0 5898240 4423680 4423680 4426410 4492800 157 156 150 394 1713 0 0 0 0 20 0 0 0 0 0 +495 1783781329234589500 DEPTH 42 1 0.79375120639328867 0.11111111111111109 2 6 2 6 0 0 151 18 2588 23664870 81600 894.76506042480469 5.8019999999999996 1362.1732 120960 59383 1 0 5898240 4423680 4423680 4426467 4492800 271 150 265 254 1648 2 0 0 0 16 0 0 0 0 0 +496 1783781330553356700 DEPTH 45 1 0.76147595182939221 0.22222222222222218 2 7 2 7 0 0 169 28 2602 23664812 81600 871.64619445800781 5.8213999999999997 1252.8298 120960 56319 1 0 5898240 4423680 4423680 4426411 4492800 157 150 154 150 1991 0 0 0 0 28 0 0 0 0 0 +497 1783781331912552800 DEPTH 44 1 0.76049987010449271 0.22222222222222218 2 7 2 7 0 0 176 19 2587 23664841 81600 866.17930603027344 5.8264000000000005 1318.9638 120960 58590 1 0 5898240 4423680 4423680 4426440 4492800 156 156 150 156 1969 0 0 0 0 19 0 0 0 0 0 +498 1783781333214188300 DEPTH 30 1 0.75819085833594146 0.23131313131313144 1 8 1 8 0 0 158 34 2542 23664903 81600 864.68504333496094 5.8689 1266.423 120960 58054 1 0 5898240 4423680 4423680 4426498 4492800 242 150 189 302 1659 0 0 0 4 30 0 0 0 0 0 +499 1783781334578539200 DEPTH 54 1 0.75672056754446593 0.23131313131313144 1 8 1 8 0 0 135 29 2552 23664825 81600 863.10299682617188 5.8980999999999995 1324.5227 120960 58982 1 0 5898240 4423680 4423680 4426424 4492800 205 150 192 249 1756 0 0 0 0 29 0 0 0 0 0 +500 1783781335837718200 DEPTH 46 1 0.75311776840105427 0.22222222222222218 2 7 2 7 0 0 332 25 2582 23664868 81600 870.05694580078125 5.8068999999999997 1257.8065999999999 120960 59089 1 0 5898240 4423680 4423680 4426467 4492800 220 150 199 233 1780 0 0 0 0 25 0 0 0 0 0 +501 1783781337112080800 DEPTH 50 1 0.74773020347407138 0.44444444444444453 2 9 2 9 0 0 144 28 2621 23664846 81600 861.51065063476562 5.8369999999999997 1255.7804000000001 120960 67772 1 0 5898240 4423680 4423680 4426444 4492800 150 150 150 150 2021 0 0 0 0 28 0 0 0 0 0 +502 1783781338398498600 DEPTH 13 1 0.82544441691161963 0.0090909090909090783 1 6 1 6 0 0 192 21 2496 23664792 81600 855.99873352050781 5.8041 1285.2402999999999 120960 47612 1 0 5898240 4423680 4423680 4426392 4492800 203 151 158 177 1807 0 0 0 0 21 0 0 0 0 0 +503 1783781339714469200 DEPTH 56 1 0.82514481743028123 0 2 5 2 5 0 0 231 10 2545 23664876 81600 851.99258422851562 5.7957999999999998 1314.6849 120960 47016 1 0 5898240 4423680 4423680 4426474 4492800 454 150 162 436 1343 0 0 0 0 10 0 0 0 0 0 +504 1783781341035769400 DEPTH 17 1 0.81965945334729462 0.018181818181818247 0 7 0 7 0 0 216 16 2522 23664922 81600 857.21934509277344 5.8104999999999993 1320.1017999999999 120960 47640 1 0 5898240 4423680 4423680 4426521 4492800 231 156 155 263 1717 0 0 0 0 16 0 0 0 0 0 +505 1783781342372528600 DEPTH 9 1 0.79858404638175173 0.11111111111111109 2 6 2 6 0 0 146 9 2578 23664826 81600 863.13999938964844 5.8337999999999992 1309.4011 120960 60361 1 0 5898240 4423680 4423680 4426426 4492800 275 150 167 275 1711 0 0 3 0 6 0 0 0 0 0 +506 1783781343609941200 DEPTH 33 1 0.79542860402099691 0.12020202020202017 1 7 1 7 0 0 191 24 2526 23664915 81600 870.26483154296875 5.8323 1236.1691000000001 120960 57291 1 0 5898240 4423680 4423680 4426514 4492800 195 151 156 189 1835 0 0 0 0 24 0 0 0 0 0 +507 1783781344965407600 DEPTH 11 1 0.79729192880533861 0.12929292929292943 0 8 0 8 0 0 111 11 2577 23664815 81600 858.26679992675781 5.8262 1326.9898000000001 120960 60642 1 0 5898240 4423680 4423680 4426414 4492800 462 150 208 342 1415 0 0 0 0 11 0 0 0 0 0 +508 1783781346056680500 DEPTH 47 1 0.74680780111349176 0.66666666666666674 2 11 2 11 0 0 121 22 2601 23664799 81600 865.72236633300781 5.835 1050.4508000000001 120960 69921 1 0 5898240 4423680 4423680 4426399 4492800 150 150 150 154 1997 1 0 0 3 18 0 0 0 0 0 +509 1783781347126384100 DEPTH 20 1 0.74638692446067845 0.66666666666666674 2 11 2 11 0 0 133 30 2559 23664906 81600 866.44322204589844 5.8162000000000003 1046.3108999999999 120960 69826 1 0 5898240 4423680 4423680 4426506 4492800 159 150 166 184 1900 0 0 0 0 30 0 0 0 0 0 +510 1783781348284366000 DEPTH 8 1 0.82139745726883551 0 2 5 2 5 0 0 237 18 2570 23664861 81600 883.96902465820312 5.8335000000000008 1140.3033 120960 47465 1 0 5898240 4423680 4423680 4426460 4492800 156 156 150 424 1684 0 0 0 0 18 0 0 0 0 0 +511 1783781349665515400 DEPTH 1 1 0.80098630777619229 0.12020202020202017 1 7 1 7 0 0 141 17 2564 23664866 81600 884.59263610839844 5.8163999999999998 1332.6568 120960 58927 1 0 5898240 4423680 4423680 4426464 4492800 206 150 196 207 1805 0 0 0 0 17 0 0 0 0 0 +512 1783781350989324300 DEPTH 48 1 0.81710376002842866 0.33333333333333343 2 8 2 7 1 0 184 56 2575 23664928 81600 855.59397888183594 5.8363999999999994 1299.6328000000001 120960 51074 1 0 5898240 4423680 4423680 4426527 4492800 168 156 165 183 1903 3 0 0 0 53 0 0 0 0 3 +513 1783781352245646100 DEPTH 32 1 0.75849326423256347 0.23131313131313144 1 8 1 8 0 0 150 29 2552 23664838 81600 865.16529846191406 5.8381000000000007 1255.0536 120960 59497 1 0 5898240 4423680 4423680 4426438 4492800 174 150 173 159 1896 0 0 0 0 29 0 0 0 0 0 +514 1783781353494395900 DEPTH 53 1 0.78818718465583792 0.12929292929292943 0 8 0 8 1 0 163 26 2514 23664820 81600 857.86521911621094 5.8322000000000003 1247.2720999999999 120960 45051 1 0 5898240 4423680 4423680 4426418 4492800 193 156 162 157 1846 0 0 0 0 26 0 0 0 0 1 +515 1783781354601151500 DEPTH 39 1 0.74567678914298952 0.43535353535353549 3 8 3 8 0 0 187 47 2535 23664834 81600 869.12721252441406 5.8086000000000002 1052.4065000000001 120960 67664 1 0 5898240 4423680 4423680 4426433 4492800 160 150 156 157 1912 0 0 2 0 45 0 0 0 0 0 +516 1783781355668215100 DEPTH 43 1 0.74558669773486108 0.76868686868686875 3 11 3 11 0 0 148 29 2590 23664855 81600 864.73011779785156 5.8353000000000002 1045.9535000000001 120960 69868 1 0 5898240 4423680 4423680 4426454 4492800 159 150 219 166 1896 1 0 0 0 28 0 0 0 0 0 +517 1783781356916304600 DEPTH 3 1 0.74534907201730483 0.44444444444444453 2 9 2 9 0 0 155 47 2547 23664817 81600 862.53056335449219 5.8326000000000002 1218.3016 120960 68131 1 0 5898240 4423680 4423680 4426416 4492800 156 153 164 156 1918 0 0 0 0 47 0 0 0 0 0 +518 1783781357110665700 REFRESH 25 0 0.73321307141959025 0.76868686868686875 3 11 3 11 0 0 129 5 418 3943907 55200 151.70355224609375 0.98480000000000001 182.2184 20160 14667 0 0 983040 737280 737280 737507 748800 29 25 29 26 309 0 0 0 0 5 0 0 0 0 0 +519 1783781357348238300 REFRESH 56 0 0.82328814987598709 0 2 5 2 5 0 0 231 6 415 3943904 55200 150.79116821289062 0.96560000000000001 226.96860000000001 20160 12521 0 0 983040 737280 737280 737504 748800 138 26 45 114 92 0 0 0 0 6 0 0 0 0 0 +520 1783781357540982100 REFRESH 50 0 0.68209280521075066 0.44444444444444453 2 9 2 9 0 0 144 4 419 3943904 55200 150.56690979003906 0.97340000000000004 191.39760000000001 20160 12385 0 0 983040 737280 737280 737503 748800 42 26 26 31 294 0 0 0 0 4 0 0 0 0 0 +521 1783781357734625000 REFRESH 29 0 0.74539186605023222 0.67575757575757578 1 12 1 12 0 0 135 11 414 3943934 55200 150.56690979003906 0.97140000000000004 181.67519999999999 20160 14459 0 0 983040 737280 737280 737534 748800 30 26 27 61 270 0 0 0 0 11 0 0 0 0 0 +522 1783781357929481200 REFRESH 19 0 0.7403517873783082 0.66666666666666674 2 11 2 11 0 0 141 10 413 3943915 55200 150.54541015625 0.96750000000000003 180.27969999999999 20160 14382 0 0 983040 737280 737280 737515 748800 32 26 27 36 292 0 0 0 0 10 0 0 0 0 0 +523 1783781358129837800 REFRESH 14 0 0.73366558458659792 0.57373737373737377 0 12 0 12 0 0 130 7 411 3943923 55200 152.033447265625 0.96779999999999999 187.6318 20160 14501 0 0 983040 737280 737280 737522 748800 41 25 31 26 288 0 0 0 0 7 0 0 0 0 0 +524 1783781358354905600 REFRESH 52 0 0.79631402245789629 0.12020202020202017 1 7 1 7 0 0 124 6 422 3943935 55200 150.64370727539062 0.96689999999999998 223.77959999999999 20160 12338 0 0 983040 737280 737280 737534 748800 151 26 67 59 119 0 0 0 0 6 0 0 0 0 0 +525 1783781358551104400 REFRESH 31 0 0.79338017304154107 0.11111111111111109 2 6 2 6 0 0 162 11 423 3943920 55200 151.28268432617188 0.9718 194.98220000000001 20160 12024 0 0 983040 737280 737280 737519 748800 57 26 34 120 186 0 0 1 0 10 0 0 0 0 0 +526 1783781358749182400 REFRESH 16 0 0.79367700656864537 0.11111111111111109 2 6 2 6 0 0 203 4 414 3943895 55200 151.68205261230469 0.97089999999999999 187.7833 20160 11965 0 0 983040 737280 737280 737495 748800 121 26 27 92 148 0 0 0 0 4 0 0 0 0 0 +527 1783781358934038000 REFRESH 39 0 0.61007221688352664 0.43535353535353549 3 8 3 8 0 0 187 10 419 3943912 55200 151.404541015625 0.96660000000000001 183.55369999999999 20160 12376 0 0 983040 737280 737280 737512 748800 28 25 90 30 246 0 0 1 0 9 0 0 0 0 0 +528 1783781359136666100 REFRESH 7 0 0.74452269365458323 0.67575757575757578 1 12 1 12 0 0 145 5 424 3943891 55200 151.89503479003906 0.96760000000000002 182.19220000000001 20160 14705 0 0 983040 737280 737280 737491 748800 26 26 29 31 312 0 0 0 0 5 0 0 0 0 0 +529 1783781359369616500 REFRESH 1 0 0.72779823406608757 0.12020202020202017 1 7 1 7 0 0 141 6 416 3943913 55200 150.77786254882812 0.96660000000000001 202.5942 20160 12116 0 0 983040 737280 737280 737513 748800 93 26 69 77 151 0 0 0 0 6 0 0 0 0 0 +530 1783781359564875700 REFRESH 21 0 0.74425642906095524 0.35151515151515161 0 10 0 10 0 0 189 3 418 3943916 55200 151.20179748535156 0.97150000000000003 193.3937 20160 12395 0 0 983040 737280 737280 737516 748800 68 26 53 70 201 0 0 0 0 3 0 0 0 0 0 +531 1783781359757430900 REFRESH 57 0 0.73600612489011474 0.77777777777777779 2 12 2 12 0 0 147 5 408 3943910 55200 149.85932922363281 0.98750000000000004 180.0754 20160 14690 0 0 983040 737280 737280 737510 748800 34 26 29 25 294 0 0 0 0 5 0 0 0 0 0 +532 1783781359966350200 REFRESH 41 0 0.74123409093414605 0.45353535353535362 1 10 1 10 0 0 115 6 409 3943901 55200 149.81427001953125 0.97150000000000003 196.2242 20160 14556 0 0 983040 737280 737280 737499 748800 39 26 28 31 285 0 0 0 0 6 0 0 0 0 0 +533 1783781360152112900 REFRESH 55 0 0.74151479278918608 0.67575757575757578 1 12 1 12 0 0 166 7 416 3943907 55200 152.38246154785156 0.98089999999999999 184.16800000000001 20160 14487 0 0 983040 737280 737280 737506 748800 43 26 25 26 296 0 0 1 0 6 0 0 0 0 0 +534 1783781360345615500 REFRESH 58 0 0.74501200698926129 0.77777777777777779 2 12 2 12 0 0 138 13 419 3943922 55200 151.11065673828125 1.0565 180.99940000000001 20160 14749 0 0 983040 737280 737280 737522 748800 27 26 26 26 314 1 0 0 1 11 0 0 0 0 0 +535 1783781360632605400 REFRESH 54 0 0.75366371063028026 0.23131313131313144 1 8 1 8 0 0 135 5 417 3943912 55200 150.80242919921875 0.96540000000000004 225.59360000000001 20160 12427 0 0 983040 737280 737280 737512 748800 131 25 78 79 104 0 0 0 0 5 0 0 0 0 0 +536 1783781360823364600 REFRESH 6 0 0.7447219987261825 0.76868686868686875 3 11 3 11 0 0 126 12 412 3943896 55200 149.823486328125 0.97160000000000002 178.67099999999999 20160 14775 0 0 983040 737280 737280 737496 748800 28 25 32 33 294 0 0 0 1 11 0 0 0 0 0 +537 1783781361021521600 REFRESH 46 0 0.75044686316283316 0.22222222222222218 2 7 2 7 0 0 332 5 416 3943905 55200 151.20793151855469 0.96870000000000001 196.958 20160 12243 0 0 983040 737280 737280 737505 748800 65 25 46 49 231 0 0 0 0 5 0 0 0 0 0 +538 1783781361215576800 REFRESH 24 0 0.73286489869899119 0.87070707070707098 4 11 4 11 0 0 156 4 414 3943898 55200 151.22438049316406 0.97389999999999999 182.39240000000001 20160 14697 0 0 983040 737280 737280 737498 748800 28 26 26 26 308 0 0 0 0 4 0 0 0 0 0 +539 1783781361409074800 REFRESH 37 0 0.74050294270766648 0.67575757575757578 1 12 1 12 0 0 147 9 415 3943915 55200 150.79533386230469 0.97460000000000002 181.55889999999999 20160 14754 0 0 983040 737280 737280 737515 748800 31 26 28 40 290 0 0 1 0 8 0 0 0 0 0 +540 1783781361637886600 REFRESH 11 0 0.79483028459049532 0.12929292929292943 0 8 0 8 1 0 112 8 425 3943895 55200 150.57408142089844 0.97330000000000005 227.2499 20160 12179 0 0 983040 737280 737280 737495 748800 161 25 42 80 117 0 0 0 1 7 0 0 0 0 1 +541 1783781361840558600 REFRESH 36 0 0.74113490646610336 0.6575757575757577 3 10 3 10 0 0 133 8 420 3943897 55200 150.90483093261719 0.96689999999999998 181.87719999999999 20160 14364 0 0 983040 737280 737280 737495 748800 45 25 25 28 297 0 0 0 0 8 0 0 0 0 0 +542 1783781362075146300 REFRESH 48 0 0.93990485202417628 0.22222222222222218 2 7 2 7 0 0 184 11 425 3943907 55200 151.12602233886719 0.97970000000000002 205.31440000000001 20160 13441 0 0 983040 737280 737280 737507 748800 40 26 72 75 212 0 0 0 0 11 0 0 0 0 0 +543 1783781362271595600 REFRESH 30 0 0.75520740136610298 0.23131313131313144 1 8 1 8 0 0 158 4 412 3943921 55200 150.10304260253906 1.038 195.1551 20160 12358 0 0 983040 737280 737280 737521 748800 85 26 53 120 128 0 0 0 0 4 0 0 0 0 0 +544 1783781362473891200 REFRESH 15 0 0.73007779490463875 0.76868686868686875 3 11 3 11 0 0 110 11 417 3943913 55200 151.58988952636719 0.97929999999999995 181.3878 20160 14834 0 0 983040 737280 737280 737512 748800 28 26 33 38 292 0 0 0 0 11 0 0 0 0 0 +545 1783781362665355200 REFRESH 0 0 0.7375049817546464 0.67575757575757578 1 12 1 12 0 0 98 9 418 3943889 55200 150.34367370605469 0.96799999999999997 179.80590000000001 20160 14796 0 0 983040 737280 737280 737489 748800 28 25 25 25 315 0 0 0 1 8 0 0 0 0 0 +546 1783781362851560200 REFRESH 3 0 0.74024600012713182 0.44444444444444453 2 9 2 9 0 0 155 6 416 3943904 55200 150.19520568847656 0.96689999999999998 185.06360000000001 20160 12487 0 0 983040 737280 737280 737504 748800 129 26 50 43 168 0 0 0 0 6 0 0 0 0 0 +547 1783781363062257100 REFRESH 44 0 0.75740697799457501 0.22222222222222218 2 7 2 7 0 0 176 6 419 3943900 55200 151.18745422363281 0.98340000000000005 208.99279999999999 20160 12293 0 0 983040 737280 737280 737500 748800 41 26 28 35 289 0 0 0 0 6 0 0 0 0 0 +548 1783781363311938700 REFRESH 17 0 0.9182041846664839 0.018181818181818247 0 7 0 7 0 0 216 2 413 3943907 55200 151.08709716796875 0.97250000000000003 228.9872 20160 12496 0 0 983040 737280 737280 737507 748800 105 26 54 84 144 0 0 0 0 2 0 0 0 0 0 +549 1783781363502298000 REFRESH 34 0 0.73402230029619464 0.78686868686868705 1 13 1 13 0 0 116 8 422 3943893 55200 149.48970031738281 0.96799999999999997 178.25720000000001 20160 14701 0 0 983040 737280 737280 737492 748800 27 26 27 31 311 0 0 0 0 8 0 0 0 0 0 +550 1783781363694856900 REFRESH 40 0 0.7462083850257778 0.67575757575757578 1 12 1 12 0 0 139 8 417 3943904 55200 150.5587158203125 0.96799999999999997 180.7955 20160 14790 0 0 983040 737280 737280 737504 748800 28 25 26 28 310 0 0 0 0 8 0 0 0 0 0 +551 1783781363890813100 REFRESH 10 0 0.7460519671601239 0.45353535353535362 1 10 1 10 0 0 125 11 418 3943910 55200 150.35392761230469 0.96699999999999997 182.49180000000001 20160 13370 0 0 983040 737280 737280 737510 748800 41 26 32 34 285 0 0 0 0 11 0 0 0 0 0 +552 1783781364073922600 REFRESH 47 0 0.74052186570049372 0.66666666666666674 2 11 2 11 0 0 121 6 419 3943931 55200 151.28781127929688 0.96840000000000004 181.8511 20160 14447 0 0 983040 737280 737280 737530 748800 27 26 29 28 309 0 0 0 1 5 0 0 0 0 0 +553 1783781364273566800 REFRESH 5 0 0.73428543682996983 0.66666666666666674 2 11 2 11 0 0 99 8 415 3943926 55200 150.18701171875 0.96709999999999996 179.3227 20160 14457 0 0 983040 737280 737280 737526 748800 40 26 35 103 211 0 0 0 0 8 0 0 0 0 0 +554 1783781364465599600 REFRESH 53 0 0.79551941841724227 0.12929292929292943 0 8 0 8 0 0 163 5 416 3943920 55200 151.69126892089844 0.97250000000000003 190.78440000000001 20160 12006 0 0 983040 737280 737280 737519 748800 113 26 35 34 208 0 0 0 0 5 0 0 0 0 0 +555 1783781364687509900 REFRESH 8 0 0.91052134641298332 0 2 5 2 5 0 0 237 7 415 3943908 55200 151.76499938964844 0.97060000000000002 187.0951 20160 12472 0 0 983040 737280 737280 737508 748800 65 26 80 109 135 0 0 0 0 7 0 0 0 0 0 +556 1783781364876836000 REFRESH 32 0 0.75544304522639194 0.23131313131313144 1 8 1 8 0 0 150 6 425 3943898 55200 150.87718200683594 0.96940000000000004 188.07749999999999 20160 12180 0 0 983040 737280 737280 737498 748800 61 26 82 68 188 0 0 0 0 6 0 0 0 0 0 +557 1783781365078528900 REFRESH 26 0 0.74289889932245945 0.67575757575757578 1 12 1 12 0 0 112 6 422 3943906 55200 150.77375793457031 0.98160000000000003 180.49109999999999 20160 14398 0 0 983040 737280 737280 737506 748800 30 26 25 49 292 0 0 0 0 6 0 0 0 0 0 +558 1783781365279056200 REFRESH 9 0 0.79546700706695439 0.11111111111111109 2 6 2 6 0 0 146 7 421 3943905 55200 150.4215087890625 0.97550000000000003 199.37819999999999 20160 12181 0 0 983040 737280 737280 737505 748800 121 25 34 108 133 0 0 0 0 7 0 0 0 0 0 +559 1783781365480615200 REFRESH 27 0 0.74313918907080589 0.7959595959595962 0 14 0 14 0 0 165 10 413 3943883 55200 150.68159484863281 0.96519999999999995 180.8407 20160 14623 0 0 983040 737280 737280 737483 748800 28 26 27 26 306 0 0 0 0 10 0 0 0 0 0 +560 1783781365673226400 REFRESH 18 0 0.73704165189943238 1 2 14 2 14 0 0 136 7 417 3943904 55200 150.80140686035156 0.97119999999999995 180.93780000000001 20160 14773 0 0 983040 737280 737280 737504 748800 30 26 39 26 296 0 0 0 0 7 0 0 0 0 0 +561 1783781365855147400 REFRESH 43 0 0.73892103013325472 0.76868686868686875 3 11 3 11 1 0 148 6 419 3943916 55200 150.56997680664062 0.9677 180.68379999999999 20160 14421 0 0 983040 737280 737280 737516 748800 58 26 92 49 194 0 0 0 0 6 0 0 0 0 1 +562 1783781366070719000 REFRESH 2 0 0.74205522285822711 0.33333333333333343 2 8 2 8 0 0 153 11 419 3943898 55200 150.53517150878906 0.97070000000000001 194.0941 20160 12323 0 0 983040 737280 737280 737498 748800 78 25 87 44 185 0 0 0 0 11 0 0 0 0 0 +563 1783781366263748900 REFRESH 38 0 0.74596793757496949 0.55555555555555558 2 10 2 10 0 0 130 7 417 3943911 55200 150.26687622070312 0.96850000000000003 180.82499999999999 20160 14483 0 0 983040 737280 737280 737511 748800 43 26 42 44 262 0 0 0 0 7 0 0 0 0 0 +564 1783781366456876600 REFRESH 51 0 0.74259368977148676 0.76868686868686875 3 11 3 11 0 0 116 9 406 3943900 55200 150.46348571777344 0.96879999999999999 181.35900000000001 20160 14395 0 0 983040 737280 737280 737499 748800 35 26 70 36 239 0 0 1 0 8 0 0 0 0 0 +565 1783781366688756400 REFRESH 42 0 0.79220644969027665 0.11111111111111109 2 6 2 6 0 0 151 6 422 3943917 55200 152.39474487304688 0.97199999999999998 230.68469999999999 20160 12094 0 0 983040 737280 737280 737516 748800 112 25 73 73 139 0 0 0 0 6 0 0 0 0 0 +566 1783781366870560200 REFRESH 20 0 0.74051397577568023 0.66666666666666674 2 11 2 11 0 0 133 6 415 3943910 55200 151.05024719238281 0.98219999999999996 180.64609999999999 20160 14468 0 0 983040 737280 737280 737510 748800 32 26 38 76 243 1 0 0 0 5 0 0 0 0 0 +567 1783781367065600400 REFRESH 35 0 0.74379573854187941 0.66666666666666674 2 11 2 11 0 0 177 4 412 3943922 55200 152.121337890625 0.96809999999999996 183.22739999999999 20160 14407 0 0 983040 737280 737280 737520 748800 28 26 29 73 256 0 0 0 0 4 0 0 0 0 0 +568 1783781367270781000 REFRESH 12 0 0.74469543685246165 0.43535353535353549 3 8 3 8 0 0 201 5 412 3943900 55200 150.39692687988281 0.97140000000000004 181.762 20160 13421 0 0 983040 737280 737280 737500 748800 62 26 33 53 238 0 0 0 0 5 0 0 0 0 0 +569 1783781367465098500 REFRESH 28 0 0.73938152674100466 0.67575757575757578 1 12 1 12 0 0 157 6 410 3943898 55200 151.05946350097656 0.96879999999999999 182.07679999999999 20160 14783 0 0 983040 737280 737280 737498 748800 27 26 27 27 303 0 0 0 0 6 0 0 0 0 0 +570 1783781367665782100 REFRESH 13 0 0.91490134987214544 0.0090909090909090783 1 6 1 6 0 0 192 3 414 3943930 55200 151.73738098144531 0.96830000000000005 199.55009999999999 20160 12723 0 0 983040 737280 737280 737528 748800 160 26 56 51 121 0 0 0 0 3 0 0 0 0 0 +571 1783781367856903900 REFRESH 33 0 0.79390828553246573 0.12020202020202017 1 7 1 7 0 0 191 4 414 3943902 55200 151.71174621582031 0.96909999999999996 189.9117 20160 11997 0 0 983040 737280 737280 737500 748800 118 27 108 41 120 0 0 0 0 4 0 0 0 0 0 +572 1783781368046935400 REFRESH 45 0 0.75891094518527524 0.22222222222222218 2 7 2 7 0 0 169 10 420 3943886 55200 151.8624267578125 0.97909999999999997 188.75800000000001 20160 12051 0 0 983040 737280 737280 737486 748800 74 25 36 50 235 0 0 0 0 10 0 0 0 0 0 +573 1783781368258509000 REFRESH 22 0 0.74451189997066747 0.76868686868686875 3 11 3 11 0 0 150 8 418 3943919 55200 161.10797119140625 0.97460000000000002 191.0977 20160 14681 0 0 983040 737280 737280 737518 748800 31 26 34 27 300 0 0 0 0 8 0 0 0 0 0 +574 1783781368460765000 REFRESH 49 0 0.74489421489444574 0.6575757575757577 3 10 3 10 0 0 140 7 410 3943933 55200 158.95449829101562 0.97050000000000003 190.50460000000001 20160 14370 0 0 983040 737280 737280 737533 748800 44 26 32 33 275 0 0 0 0 7 0 0 0 0 0 +575 1783781368662710000 REFRESH 23 0 0.72765322301203472 0.99090909090909129 3 13 3 13 1 0 129 6 406 3943889 55200 159.44294738769531 0.96730000000000005 189.9255 20160 14759 0 0 983040 737280 737280 737489 748800 46 26 28 27 279 0 0 0 0 6 0 0 0 0 1 +576 1783781368861235800 REFRESH 4 0 0.73467202214389837 0.78686868686868705 1 13 1 13 0 0 69 3 419 3943898 55200 157.88134765625 0.98070000000000002 186.77170000000001 20160 14756 0 0 983040 737280 737280 737498 748800 27 26 34 30 302 0 0 1 0 2 0 0 0 0 0 +577 1783781370175938400 DEPTH 48 1 0.91882418610693206 0.22222222222222218 2 7 2 7 1 0 184 53 2581 23664897 81600 872.9722900390625 5.8244999999999996 1313.4274 120960 63061 1 0 5898240 4423680 4423680 4426496 4492800 164 156 162 161 1938 5 0 0 0 48 0 0 0 0 2 +578 1783781371508647100 DEPTH 17 1 0.90838378656926722 0.018181818181818247 0 7 0 7 0 0 216 13 2519 23664914 81600 862.01458740234375 5.8261000000000003 1331.5038 120960 58520 1 0 5898240 4423680 4423680 4426511 4492800 225 156 156 246 1736 0 0 0 0 13 0 0 0 0 0 +579 1783781372859513000 DEPTH 56 1 0.9082567353539277 0 2 5 2 5 0 0 231 14 2542 23664764 81600 863.12870788574219 5.8957000000000006 1338.5446999999999 120960 59532 1 0 5898240 4423680 4423680 4426363 4492800 476 150 163 377 1376 0 0 0 0 14 0 0 0 0 0 +580 1783781373992077300 DEPTH 8 1 0.90611789860983549 0 2 5 2 5 0 0 237 18 2575 23664836 81600 876.77133178710938 5.8111999999999995 1131.1185 120960 59213 1 0 5898240 4423680 4423680 4426435 4492800 157 156 150 309 1803 0 0 0 0 18 0 0 0 0 0 +581 1783781375338282800 DEPTH 1 1 0.79145474586968678 0.12020202020202017 1 7 1 7 0 0 142 15 2563 23664884 81600 867.42250061035156 5.8595000000000006 1330.1566 120960 57988 1 0 5898240 4423680 4423680 4426483 4492800 229 151 205 211 1767 0 0 0 0 15 0 0 0 0 0 +582 1783781376650625000 DEPTH 31 1 0.79128866332041525 0.11111111111111109 2 6 2 6 0 0 163 15 2566 23664866 81600 866.95840454101562 5.8167 1278.3278 120960 58015 1 0 5898240 4423680 4423680 4426463 4492800 260 150 178 323 1655 0 0 0 0 15 0 0 0 0 0 +583 1783781377987811200 DEPTH 11 1 0.79058996385953373 0.12929292929292943 0 8 0 8 1 0 113 17 2587 23664885 81600 858.84849548339844 5.8189000000000002 1325.4496999999999 120960 58387 1 0 5898240 4423680 4423680 4426484 4492800 543 150 201 337 1356 1 0 0 0 16 0 0 0 0 1 +584 1783781379310679000 DEPTH 52 1 0.79029590910112379 0.12020202020202017 1 7 1 7 0 0 124 7 2570 23664743 81600 859.36434936523438 5.8119000000000005 1309.6439 120960 59703 1 0 5898240 4423680 4423680 4426343 4492800 425 156 236 215 1538 0 0 0 0 7 0 0 0 0 0 +585 1783781380651439000 DEPTH 13 1 0.80614328571509464 0.0090909090909090783 1 6 1 6 0 0 192 20 2496 23664829 81600 865.4940185546875 5.8056999999999999 1295.2270000000001 120960 59457 1 0 5898240 4423680 4423680 4426428 4492800 215 150 156 179 1796 0 0 0 0 20 0 0 0 0 0 +586 1783781381999533900 DEPTH 9 1 0.78984467884798393 0.11111111111111109 2 6 2 6 0 0 146 15 2595 23664796 81600 867.39967346191406 5.8112000000000004 1326.0372 120960 58702 1 0 5898240 4423680 4423680 4426395 4492800 322 150 169 277 1677 0 0 2 0 13 0 0 0 0 0 +587 1783781383258377600 DEPTH 53 1 0.78771068074619444 0.12929292929292943 0 8 0 8 1 0 164 26 2524 23664898 81600 865.155517578125 5.8303000000000003 1257.5944 120960 56340 1 0 5898240 4423680 4423680 4426497 4492800 186 156 162 162 1858 0 0 0 0 26 0 0 0 0 1 +588 1783781384405836200 DEPTH 16 1 0.78596822462030436 0.11111111111111109 2 6 2 6 0 0 203 23 2545 23664851 81600 871.56634521484375 5.8077000000000005 1146.2189000000001 120960 56524 1 0 5898240 4423680 4423680 4426451 4492800 184 156 155 197 1853 0 0 0 0 23 0 0 0 0 0 +589 1783781385789986000 DEPTH 44 1 0.7501835282619842 0.22222222222222218 2 7 2 7 0 0 176 16 2582 23664908 81600 865.65705871582031 5.8003 1325.0721000000001 120960 58393 1 0 5898240 4423680 4423680 4426505 4492800 158 156 150 161 1957 0 0 0 0 16 0 0 0 0 0 +590 1783781387048489900 DEPTH 32 1 0.74824220373807315 0.23131313131313144 1 8 1 8 0 0 151 32 2555 23664804 81600 865.70802307128906 5.8322000000000003 1237.4629 120960 59040 1 0 5898240 4423680 4423680 4426403 4492800 174 151 180 167 1883 0 0 0 0 32 0 0 0 0 0 +591 1783781388340614800 DEPTH 30 1 0.74633746551518354 0.23131313131313144 1 8 1 8 1 0 159 29 2533 23664889 81600 866.16575622558594 5.8198999999999996 1268.0456999999999 120960 58086 1 0 5898240 4423680 4423680 4426486 4492800 265 150 193 311 1614 0 0 0 1 28 0 0 0 0 1 +592 1783781389727836400 DEPTH 54 1 0.74614796318224963 0.23131313131313144 1 8 1 8 0 0 135 30 2558 23664902 81600 898.78324890136719 5.8401000000000005 1350.5301999999999 120960 58179 1 0 5898240 4423680 4423680 4426501 4492800 275 150 199 255 1679 0 0 0 0 30 0 0 0 0 0 +593 1783781391089315400 DEPTH 48 1 0.81051240404307179 0.22222222222222218 2 7 2 7 1 0 184 42 2581 23664796 81600 854.76556396484375 5.8112000000000004 1310.8413 120960 51858 1 0 5898240 4423680 4423680 4426395 4492800 167 156 162 162 1934 0 0 1 0 41 0 0 0 0 1 +594 1783781392444434400 DEPTH 17 1 0.81704987988585132 0.018181818181818247 0 7 0 7 0 0 216 22 2524 23664864 81600 853.75999450683594 5.8281999999999998 1316.6899000000001 120960 47727 1 0 5898240 4423680 4423680 4426463 4492800 223 156 154 271 1720 0 0 0 0 22 0 0 0 0 0 +595 1783781393767543300 DEPTH 56 1 0.81668414859403937 0 2 5 2 5 0 0 231 17 2541 23664835 81600 855.26939392089844 5.8579999999999997 1321.8326999999999 120960 48820 1 0 5898240 4423680 4423680 4426435 4492800 459 150 163 415 1354 0 0 0 0 17 0 0 0 0 0 +596 1783781395149859400 DEPTH 42 1 0.78569742931165487 0.11111111111111109 2 6 2 6 0 0 151 33 2594 23664857 81600 871.73017883300781 5.8218000000000005 1356.3001999999999 120960 59097 1 0 5898240 4423680 4423680 4426455 4492800 312 150 279 256 1597 1 0 0 0 32 0 0 0 0 0 +597 1783781396260796300 DEPTH 8 1 0.82477929981084064 0 2 5 2 5 0 0 237 24 2562 23664821 81600 868.53837585449219 5.8175999999999997 1109.6148000000001 120960 48443 1 0 5898240 4423680 4423680 4426421 4492800 160 156 153 415 1678 0 0 0 0 24 0 0 0 0 0 +598 1783781397512609700 DEPTH 33 1 0.78543508442509391 0.12020202020202017 1 7 1 7 0 0 191 22 2540 23664828 81600 872.25753784179688 5.8046999999999995 1229.2286999999999 120960 57420 1 0 5898240 4423680 4423680 4426426 4492800 200 151 155 206 1828 0 0 0 0 22 0 0 0 0 0 +599 1783781398778594500 DEPTH 46 1 0.7433670639499419 0.22222222222222218 2 7 2 7 0 0 332 16 2585 23664946 81600 874.83390808105469 5.8445999999999998 1264.5153 120960 58804 1 0 5898240 4423680 4423680 4426544 4492800 277 150 216 263 1679 2 0 0 0 14 0 0 0 0 0 +600 1783781399906804000 DEPTH 10 1 0.74143673496192675 0.45353535353535362 1 10 1 10 0 0 127 9 2552 23664779 81600 919.81314086914062 5.8965000000000005 1115.5962 120960 66975 1 0 5898240 4423680 4423680 4426378 4492800 178 150 171 171 1882 1 0 0 0 8 0 0 0 0 0 +601 1783781401255636600 DEPTH 13 1 0.81504279872660801 0.0090909090909090783 1 6 1 6 0 0 192 10 2491 23664781 81600 917.46815490722656 5.9193999999999996 1347.5989 120960 48242 1 0 5898240 4423680 4423680 4426380 4492800 214 150 156 183 1788 0 0 0 0 10 0 0 0 0 0 +602 1783781402593300200 DEPTH 45 1 0.75529020181472961 0.22222222222222218 2 7 2 7 0 0 169 23 2606 23664787 81600 938.07731628417969 5.8904999999999994 1335.9840999999999 120960 56294 1 0 5898240 4423680 4423680 4426386 4492800 153 150 152 150 2001 0 0 0 0 23 0 0 0 0 0 +603 1783781403715827900 DEPTH 29 1 0.74017036712323292 0.67575757575757578 1 12 1 12 0 0 137 44 2569 23664871 81600 918.52389526367188 5.8612000000000002 1099.8610000000001 120960 70380 1 0 5898240 4423680 4423680 4426470 4492800 156 150 150 233 1880 0 0 0 2 42 0 0 0 0 0 +604 1783781404833254100 DEPTH 58 1 0.73910470046084076 0.77777777777777779 2 12 2 12 0 0 139 14 2596 23664789 81600 915.962890625 5.8461999999999996 1096.5060000000001 120960 70303 1 0 5898240 4423680 4423680 4426389 4492800 156 150 150 150 1990 0 0 0 2 12 0 0 0 0 0 +605 1783781406191298200 DEPTH 1 1 0.77888863755774185 0.12020202020202017 1 7 1 7 0 0 144 19 2570 23664828 81600 881.93955993652344 5.8347999999999995 1342.4019000000001 120960 46667 1 0 5898240 4423680 4423680 4426428 4492800 254 150 210 234 1722 0 0 0 0 19 0 0 0 0 0 +606 1783781407276218700 DEPTH 6 1 0.73884363284418364 0.76868686868686875 3 11 3 11 1 0 127 24 2579 23664772 81600 861.21063232421875 5.8231000000000002 1039.1313 120960 69745 1 0 5898240 4423680 4423680 4426369 4492800 150 150 159 159 1961 1 0 0 2 21 0 0 0 0 1 +607 1783781408584965400 DEPTH 2 1 0.73851622995706023 0.33333333333333343 2 8 2 8 0 0 154 28 2551 23664754 81600 866.1739501953125 5.8465000000000007 1282.9076 120960 58895 1 0 5898240 4423680 4423680 4426352 4492800 248 150 196 238 1719 0 0 0 0 28 0 0 0 0 0 +608 1783781409685186600 DEPTH 40 1 0.73839347253912457 0.67575757575757578 1 12 1 12 0 0 140 37 2608 23664839 81600 904.81459045410156 5.8423999999999996 1087.047 120960 70205 1 0 5898240 4423680 4423680 4426438 4492800 156 150 156 150 1996 2 0 0 0 35 0 0 0 0 0 +609 1783781409882506900 REFRESH 35 0 0.73169316156089192 0.66666666666666674 2 11 2 11 0 0 177 7 413 3943914 55200 151.27961730957031 0.96460000000000001 184.0737 20160 14363 0 0 983040 737280 737280 737514 748800 33 26 30 79 245 0 0 0 0 7 0 0 0 0 0 +610 1783781410065509600 REFRESH 40 0 0.5018360541998399 0.67575757575757578 1 12 1 12 0 0 140 9 413 3943924 55200 150.89765930175781 0.96709999999999996 181.80080000000001 20160 14443 0 0 983040 737280 737280 737524 748800 37 25 29 49 273 0 0 0 0 9 0 0 0 0 0 +611 1783781410254386400 REFRESH 8 0 0.79329433257051141 0 2 5 2 5 0 0 237 3 414 3943902 55200 152.47871398925781 0.96940000000000004 187.72550000000001 20160 12580 0 0 983040 737280 737280 737501 748800 65 26 79 112 132 0 0 0 0 3 0 0 0 0 0 +612 1783781410469079800 REFRESH 41 0 0.73408709463127586 0.45353535353535362 1 10 1 9 1 0 115 7 416 3943909 55200 150.27302551269531 0.97430000000000005 192.7448 20160 14337 0 0 983040 737280 737280 737508 748800 39 26 29 31 291 0 0 0 0 7 0 0 0 0 1 +613 1783781410698056100 REFRESH 3 0 0.73243668230775583 0.44444444444444453 2 9 2 9 0 0 155 9 418 3943949 55200 150.13990783691406 0.96789999999999998 187.93960000000001 20160 12291 0 0 983040 737280 737280 737549 748800 97 26 46 40 209 0 0 0 0 9 0 0 0 0 0 +614 1783781410887258000 REFRESH 4 0 0.7219498924633978 0.78686868686868705 1 13 1 13 0 0 69 3 412 3943912 55200 148.99711608886719 0.96819999999999995 177.6953 20160 14709 0 0 983040 737280 737280 737512 748800 27 26 32 28 299 0 0 0 0 3 0 0 0 0 0 +615 1783781411070287900 REFRESH 43 0 0.72908016837607503 0.76868686868686875 3 11 3 11 0 0 148 9 420 3943923 55200 151.4229736328125 0.96689999999999998 181.821 20160 14219 0 0 983040 737280 737280 737523 748800 52 26 90 46 206 0 0 0 0 9 0 0 0 0 0 +616 1783781411302482600 REFRESH 17 0 0.87572861832569537 0.018181818181818247 0 7 0 7 0 0 217 3 415 3943915 55200 151.36972045898438 0.97230000000000005 231.01400000000001 20160 12597 0 0 983040 737280 737280 737515 748800 107 26 54 87 141 0 0 0 0 3 0 0 0 0 0 +617 1783781411504742200 REFRESH 49 0 0.73571336961554445 0.6575757575757577 3 10 3 10 0 0 141 8 421 3943924 55200 150.15936279296875 1.0095000000000001 181.1568 20160 14317 0 0 983040 737280 737280 737524 748800 58 26 33 40 264 0 0 0 0 8 0 0 0 0 0 +618 1783781411696283500 REFRESH 38 0 0.73769933809032295 0.55555555555555558 2 10 2 10 0 0 130 5 414 3943911 55200 149.91462707519531 0.96819999999999995 179.917 20160 14310 0 0 983040 737280 737280 737511 748800 41 26 47 42 258 0 0 0 0 5 0 0 0 0 0 +619 1783781411890055100 REFRESH 51 0 0.73541297031882569 0.76868686868686875 3 11 3 11 0 0 117 11 402 3943907 55200 150.30784606933594 0.97260000000000002 181.08279999999999 20160 14345 0 0 983040 737280 737280 737507 748800 34 26 75 36 231 0 0 1 0 10 0 0 0 0 0 +620 1783781412098906500 REFRESH 7 0 0.73479613590010739 0.67575757575757578 1 12 1 12 0 0 145 7 421 3943937 55200 151.45062255859375 0.96850000000000003 183.1035 20160 14677 0 0 983040 737280 737280 737537 748800 26 26 28 29 312 0 0 0 0 7 0 0 0 0 0 +621 1783781412291635900 REFRESH 33 0 0.76347094519724479 0.12020202020202017 1 7 1 7 0 0 191 4 415 3943914 55200 151.57350158691406 0.96779999999999999 191.50370000000001 20160 12036 0 0 983040 737280 737280 737514 748800 115 26 96 38 140 0 0 0 0 4 0 0 0 0 0 +622 1783781412495335200 REFRESH 25 0 0.7244110351085784 0.76868686868686875 3 11 3 11 0 0 129 7 419 3943936 55200 151.86227416992188 0.96840000000000004 182.62 20160 14757 0 0 983040 737280 737280 737536 748800 33 25 34 26 301 0 0 0 0 7 0 0 0 0 0 +623 1783781412751510700 REFRESH 52 0 0.785168564037387 0.12020202020202017 1 7 1 7 0 0 124 6 425 3943894 55200 149.95660400390625 0.96779999999999999 231.875 20160 12048 0 0 983040 737280 737280 737494 748800 143 26 56 53 147 0 0 0 0 6 0 0 0 0 0 +624 1783781412947106100 REFRESH 23 0 0.71817782157629695 0.99090909090909129 3 13 3 13 0 0 129 7 406 3943908 55200 151.09017944335938 0.97219999999999995 183.62370000000001 20160 14749 0 0 983040 737280 737280 737508 748800 36 26 28 27 289 0 0 0 0 7 0 0 0 0 0 +625 1783781413140746200 REFRESH 18 0 0.72804819709624491 1 2 14 2 14 0 0 136 10 415 3943918 55200 151.7127685546875 0.98740000000000006 181.06540000000001 20160 14809 0 0 983040 737280 737280 737518 748800 29 26 38 29 293 0 0 0 0 10 0 0 0 0 0 +626 1783781413334284600 REFRESH 22 0 0.73620566238311369 0.76868686868686875 3 11 3 11 0 0 150 9 416 3943917 55200 151.16093444824219 0.96909999999999996 181.59649999999999 20160 14799 0 0 983040 737280 737280 737517 748800 32 26 36 31 291 0 0 0 0 9 0 0 0 0 0 +627 1783781413527121400 REFRESH 37 0 0.73506534111566713 0.67575757575757578 1 12 1 12 0 0 147 4 414 3943894 55200 150.80345153808594 0.97230000000000005 181.08949999999999 20160 14624 0 0 983040 737280 737280 737494 748800 32 26 32 52 272 0 0 0 0 4 0 0 0 0 0 +628 1783781413719309400 REFRESH 26 0 0.73363527768179138 0.67575757575757578 1 12 1 12 0 0 112 8 425 3943920 55200 150.36842346191406 0.96699999999999997 180.58770000000001 20160 14212 0 0 983040 737280 737280 737520 748800 32 26 25 50 292 0 0 0 0 8 0 0 0 0 0 +629 1783781413920862200 REFRESH 50 0 0.73313345999919965 0.44444444444444453 2 9 2 9 0 0 144 6 418 3943907 55200 150.45939636230469 0.96619999999999995 188.53100000000001 20160 12329 0 0 983040 737280 737280 737507 748800 53 26 26 42 271 0 0 0 0 6 0 0 0 0 0 +630 1783781414115068000 REFRESH 15 0 0.7260915307410527 0.76868686868686875 3 11 3 11 0 0 110 7 417 3943930 55200 151.11680603027344 0.97009999999999996 182.3005 20160 14661 0 0 983040 737280 737280 737530 748800 28 26 35 37 291 0 0 0 0 7 0 0 0 0 0 +631 1783781414300729800 REFRESH 39 0 0.73718830447510375 0.43535353535353549 3 8 3 8 0 0 188 9 417 3943899 55200 151.79367065429688 0.96970000000000001 184.45490000000001 20160 12278 0 0 983040 737280 737280 737499 748800 28 25 82 29 253 0 0 1 0 8 0 0 0 0 0 +632 1783781414493706700 REFRESH 10 0 0.73568949691863283 0.45353535353535362 1 10 1 10 0 0 128 9 417 3943935 55200 150.87103271484375 0.96650000000000003 182.76689999999999 20160 12304 0 0 983040 737280 737280 737535 748800 52 26 33 36 270 0 0 0 0 9 0 0 0 0 0 +633 1783781414683704600 REFRESH 34 0 0.7275866012814729 0.78686868686868705 1 13 1 13 0 0 116 8 419 3943916 55200 149.36883544921875 0.96679999999999999 177.78710000000001 20160 14641 0 0 983040 737280 737280 737515 748800 27 25 27 32 308 0 0 0 0 8 0 0 0 0 0 +634 1783781414878006400 REFRESH 24 0 0.72245147681184552 0.87070707070707098 4 11 4 11 0 0 156 4 413 3943919 55200 151.32057189941406 0.97319999999999995 182.64240000000001 20160 14727 0 0 983040 737280 737280 737519 748800 28 26 26 26 307 0 0 0 0 4 0 0 0 0 0 +635 1783781415070489200 REFRESH 0 0 0.73241710295483309 0.67575757575757578 1 12 1 12 0 0 99 6 423 3943917 55200 150.92143249511719 0.96879999999999999 180.636 20160 14802 0 0 983040 737280 737280 737517 748800 32 25 25 25 316 0 0 0 0 6 0 0 0 0 0 +636 1783781415260390700 REFRESH 32 0 0.74576678810408492 0.23131313131313144 1 8 1 8 0 0 151 7 424 3943923 55200 151.08198547363281 0.9677 188.71770000000001 20160 12152 0 0 983040 737280 737280 737523 748800 71 26 79 64 184 0 0 0 0 7 0 0 0 0 0 +637 1783781415469690400 REFRESH 9 0 0.7880157893384897 0.11111111111111109 2 6 2 6 0 0 146 7 426 3943874 55200 151.88890075683594 0.9677 208.14060000000001 20160 11946 0 0 983040 737280 737280 737473 748800 120 25 34 96 151 0 0 0 0 7 0 0 0 0 0 +638 1783781415672213300 REFRESH 20 0 0.73151480011920356 0.66666666666666674 2 11 2 11 0 0 134 10 420 3943913 55200 151.19973754882812 0.96909999999999996 181.26849999999999 20160 14294 0 0 983040 737280 737280 737512 748800 32 26 38 79 245 0 0 0 0 10 0 0 0 0 0 +639 1783781415914208600 REFRESH 5 0 0.72826779523917817 0.66666666666666674 2 11 2 11 0 0 99 3 411 3943899 55200 149.70367431640625 0.97219999999999995 178.94759999999999 20160 14275 0 0 983040 737280 737280 737499 748800 33 26 35 92 225 0 0 0 0 3 0 0 0 0 0 +640 1783781416108660400 REFRESH 27 0 0.7377095347122371 0.7959595959595962 0 14 0 14 0 0 165 9 412 3943881 55200 151.12704467773438 0.97250000000000003 182.4323 20160 14715 0 0 983040 737280 737280 737481 748800 30 26 28 26 302 0 0 0 0 9 0 0 0 0 0 +641 1783781416314407300 REFRESH 21 0 0.73502236674961874 0.35151515151515161 0 10 0 10 0 0 189 6 416 3943888 55200 151.25811767578125 0.98470000000000002 192.96369999999999 20160 12335 0 0 983040 737280 737280 737488 748800 60 26 42 62 226 0 0 0 0 6 0 0 0 0 0 +642 1783781416530345400 REFRESH 44 0 0.74766194952800558 0.22222222222222218 2 7 2 7 0 0 176 4 419 3943919 55200 151.552001953125 0.97599999999999998 214.6636 20160 12017 0 0 983040 737280 737280 737519 748800 39 26 27 35 292 0 0 0 0 4 0 0 0 0 0 +643 1783781416726379200 REFRESH 2 0 0.7348883057920288 0.33333333333333343 2 8 2 8 0 0 154 6 417 3943920 55200 150.47065734863281 0.97060000000000002 194.9023 20160 12408 0 0 983040 737280 737280 737520 748800 89 25 67 44 192 0 0 0 0 6 0 0 0 0 0 +644 1783781416929253600 REFRESH 57 0 0.72714892654462648 0.77777777777777779 2 12 2 12 1 0 148 12 406 3943890 55200 150.81791687011719 0.99319999999999997 182.13079999999999 20160 14720 0 0 983040 737280 737280 737488 748800 38 26 29 26 287 0 0 0 0 12 0 0 0 0 1 +645 1783781417133315400 REFRESH 19 0 0.73669304896872112 0.66666666666666674 2 11 2 11 0 0 141 6 418 3943916 55200 151.00108337402344 0.96650000000000003 180.84960000000001 20160 14323 0 0 983040 737280 737280 737516 748800 30 26 27 35 300 0 0 0 0 6 0 0 0 0 0 +646 1783781417323433800 REFRESH 16 0 0.78467342794973449 0.11111111111111109 2 6 2 6 0 0 203 6 416 3943912 55200 151.41990661621094 0.96830000000000005 188.42099999999999 20160 11985 0 0 983040 737280 737280 737512 748800 129 26 27 94 140 0 0 0 0 6 0 0 0 0 0 +647 1783781417517655800 REFRESH 53 0 0.78598282797995045 0.12929292929292943 0 8 0 8 0 0 165 14 418 3943922 55200 151.99026489257812 0.99119999999999997 192.11660000000001 20160 11954 0 0 983040 737280 737280 737522 748800 143 26 37 35 177 0 0 0 0 14 0 0 0 0 0 +648 1783781417747405300 REFRESH 54 0 0.74409514457793968 0.23131313131313144 1 8 1 8 0 0 135 4 418 3943919 55200 151.16493225097656 0.96719999999999995 228.36779999999999 20160 12171 0 0 983040 737280 737280 737519 748800 144 25 69 74 106 0 0 0 0 4 0 0 0 0 0 +649 1783781417944799000 REFRESH 36 0 0.73499738025127781 0.6575757575757577 3 10 3 10 0 0 133 9 419 3943917 55200 150.70310974121094 0.9718 183.45410000000001 20160 14257 0 0 983040 737280 737280 737517 748800 43 25 25 29 297 0 0 0 0 9 0 0 0 0 0 +650 1783781418127768900 REFRESH 58 0 0.73306594819770465 0.77777777777777779 2 12 2 12 0 0 139 11 411 3943921 55200 150.96627807617188 0.99399999999999999 181.71299999999999 20160 14413 0 0 983040 737280 737280 737521 748800 31 25 25 26 304 0 0 0 0 11 0 0 0 0 0 +651 1783781418309863900 REFRESH 29 0 0.73443818478656953 0.67575757575757578 1 12 1 12 0 0 138 9 415 3943913 55200 150.30989074707031 0.97130000000000005 180.63730000000001 20160 13128 0 0 983040 737280 737280 737513 748800 33 25 28 79 250 0 0 0 1 8 0 0 0 0 0 +652 1783781418558884500 REFRESH 56 0 0.90577494170628126 0 2 5 2 5 0 0 231 6 416 3943935 55200 151.53663635253906 0.96630000000000005 227.2107 20160 12412 0 0 983040 737280 737280 737535 748800 136 26 44 120 90 0 0 0 0 6 0 0 0 0 0 +653 1783781418760626000 REFRESH 13 0 0.90447144537792035 0.0090909090909090783 1 6 1 6 0 0 192 2 414 3943937 55200 151.34310913085938 0.97250000000000003 200.48990000000001 20160 12609 0 0 983040 737280 737280 737537 748800 161 26 56 54 117 0 0 0 0 2 0 0 0 0 0 +654 1783781418991384900 REFRESH 11 0 0.78909916756314902 0.12929292929292943 0 8 0 8 0 0 113 5 426 3943909 55200 150.32217407226562 0.96789999999999998 229.6003 20160 12025 0 0 983040 737280 737280 737509 748800 179 25 45 82 95 0 0 0 0 5 0 0 0 0 0 +655 1783781419196786100 REFRESH 55 0 0.73470013540356449 0.67575757575757578 1 12 1 12 0 0 166 12 416 3943906 55200 151.97184753417969 0.97309999999999997 184.3381 20160 14404 0 0 983040 737280 737280 737506 748800 37 26 25 26 302 0 0 1 0 11 0 0 0 0 0 +656 1783781419427133900 REFRESH 42 0 0.78417558641887519 0.11111111111111109 2 6 2 6 0 0 151 7 430 3943891 55200 151.05535888671875 0.97019999999999995 229.16730000000001 20160 12739 0 0 983040 737280 737280 737491 748800 131 25 80 89 105 0 0 0 0 7 0 0 0 0 0 +657 1783781419630104900 REFRESH 12 0 0.7362169779656087 0.43535353535353549 3 8 3 8 0 0 201 9 413 3943931 55200 150.50341796875 0.96909999999999996 182.6591 20160 13248 0 0 983040 737280 737280 737531 748800 75 26 34 60 218 0 0 0 0 9 0 0 0 0 0 +658 1783781419851244800 REFRESH 45 0 0.75232904357903452 0.22222222222222218 2 7 2 7 0 0 170 9 425 3943899 55200 152.05990600585938 0.97240000000000004 188.7114 20160 12045 0 0 983040 737280 737280 737499 748800 67 25 33 36 264 0 0 0 0 9 0 0 0 0 0 +659 1783781420047875600 REFRESH 46 0 0.74167996400625946 0.22222222222222218 2 7 2 7 0 0 332 6 415 3943934 55200 150.98162841796875 0.96909999999999996 195.38550000000001 20160 12097 0 0 983040 737280 737280 737534 748800 82 25 53 58 197 1 0 0 0 5 0 0 0 0 0 +660 1783781420244463500 REFRESH 31 0 0.78956296931604741 0.11111111111111109 2 6 2 6 0 0 163 5 423 3943920 55200 151.05229187011719 0.97260000000000002 195.38849999999999 20160 12611 0 0 983040 737280 737280 737520 748800 63 26 34 122 178 0 0 0 0 5 0 0 0 0 0 +661 1783781420449057500 REFRESH 47 0 0.73246081416850051 0.66666666666666674 2 11 2 11 0 0 121 4 420 3943924 55200 150.73893737792969 0.97450000000000003 180.8784 20160 14256 0 0 983040 737280 737280 737524 748800 27 26 30 27 310 0 0 0 0 4 0 0 0 0 0 +662 1783781420646231700 REFRESH 30 0 0.74458023588004107 0.23131313131313144 1 8 1 8 0 0 159 3 414 3943906 55200 151.22738647460938 0.97230000000000005 195.9049 20160 11943 0 0 983040 737280 737280 737506 748800 86 26 52 117 133 0 0 0 1 2 0 0 0 0 0 +663 1783781420859788000 REFRESH 14 0 0.72881498133358136 0.57373737373737377 0 12 0 12 1 0 130 7 416 3943933 55200 151.01542663574219 0.96719999999999995 188.2567 20160 14354 0 0 983040 737280 737280 737533 748800 33 25 27 26 305 0 0 0 0 7 0 0 0 0 1 +664 1783781421107129300 REFRESH 28 0 0.73122275023350736 0.67575757575757578 1 12 1 12 0 0 157 7 413 3943891 55200 151.89605712890625 0.96699999999999997 183.30240000000001 20160 14714 0 0 983040 737280 737280 737491 748800 29 26 28 28 302 0 0 0 0 7 0 0 0 0 0 +665 1783781421315759900 REFRESH 48 0 0.88366638752321724 0.22222222222222218 2 7 2 7 0 0 184 14 423 3943898 55200 150.7430419921875 0.97189999999999999 207.38419999999999 20160 12803 0 0 983040 737280 737280 737497 748800 54 26 76 75 192 0 0 0 0 14 0 0 0 0 0 +666 1783781421528433700 REFRESH 1 0 0.78707226950716458 0.12020202020202017 1 7 1 7 0 0 144 5 414 3943918 55200 151.34617614746094 0.97130000000000005 206.1549 20160 12467 0 0 983040 737280 737280 737518 748800 98 26 67 73 150 0 0 0 0 5 0 0 0 0 0 +667 1783781421709244700 REFRESH 6 0 0.7332070008908933 0.76868686868686875 3 11 3 11 0 0 127 6 413 3943926 55200 150.64064025878906 0.96799999999999997 179.64359999999999 20160 14295 0 0 983040 737280 737280 737525 748800 29 25 30 37 292 0 0 0 0 6 0 0 0 0 0 +668 1783781423061323200 DEPTH 17 1 0.89784136645464474 0.018181818181818247 0 7 0 7 0 0 217 19 2522 23664792 81600 863.21662902832031 5.8207999999999993 1324.7718 120960 60104 1 0 5898240 4423680 4423680 4426391 4492800 219 156 156 254 1737 0 0 0 0 19 0 0 0 0 0 +669 1783781424190083000 DEPTH 8 1 0.8954977813124414 0 2 5 2 5 0 0 237 15 2569 23664802 81600 875.37562561035156 5.8283000000000005 1127.5522000000001 120960 59823 1 0 5898240 4423680 4423680 4426400 4492800 156 156 150 401 1706 0 0 0 0 15 0 0 0 0 0 +670 1783781425483368400 DEPTH 41 1 0.84292469665389824 0.34242424242424252 1 9 1 9 0 0 115 33 2544 23664831 81600 858.09561157226562 5.891 1265.5306 120960 69940 1 0 5898240 4423680 4423680 4426430 4492800 168 156 157 152 1911 0 0 0 0 33 0 0 0 0 0 +671 1783781426813173600 DEPTH 56 1 0.84010506688712816 0 2 5 2 5 0 0 231 21 2553 23664878 81600 863.37855529785156 5.8329000000000004 1328.3296 120960 59212 1 0 5898240 4423680 4423680 4426478 4492800 479 150 168 436 1320 0 0 0 0 21 0 0 0 0 0 +672 1783781428135116900 DEPTH 13 1 0.83517645012696762 0.0090909090909090783 1 6 1 6 0 0 192 13 2491 23664888 81600 864.72296142578125 5.8319999999999999 1299.9380000000001 120960 59686 1 0 5898240 4423680 4423680 4426486 4492800 234 150 156 171 1780 0 0 0 0 13 0 0 0 0 0 +673 1783781429484915300 DEPTH 9 1 0.78281577910199573 0.11111111111111109 2 6 2 6 0 0 146 10 2594 23664898 81600 895.6151123046875 5.8365999999999998 1348.6146000000001 120960 58289 1 0 5898240 4423680 4423680 4426496 4492800 379 150 175 308 1582 0 0 0 0 10 0 0 0 0 0 +674 1783781430817595400 DEPTH 52 1 0.77953728869956718 0.12020202020202017 1 7 1 7 0 0 124 11 2574 23664772 81600 869.91464233398438 5.8213999999999997 1310.3163 120960 59539 1 0 5898240 4423680 4423680 4426369 4492800 541 156 267 258 1352 0 0 0 0 11 0 0 0 0 0 +675 1783781432056560800 DEPTH 33 1 0.77606718236173122 0.12020202020202017 1 7 1 7 0 0 191 24 2530 23664873 81600 870.43992614746094 5.8251999999999997 1237.7924 120960 57525 1 0 5898240 4423680 4423680 4426471 4492800 216 151 156 196 1811 0 0 0 0 24 0 0 0 0 0 +676 1783781433319949000 DEPTH 53 1 0.78357371017594435 0.12929292929292943 0 8 0 8 0 0 165 24 2523 23664776 81600 866.06460571289062 5.8444000000000003 1262.0654999999999 120960 56861 1 0 5898240 4423680 4423680 4426375 4492800 209 156 162 169 1827 0 0 0 0 24 0 0 0 0 0 +677 1783781434491871300 DEPTH 16 1 0.77871838898052492 0.11111111111111109 2 6 2 6 0 0 204 27 2533 23664900 81600 873.20790100097656 5.8145000000000007 1147.5512000000001 120960 56714 1 0 5898240 4423680 4423680 4426500 4492800 216 156 156 195 1810 0 0 0 0 27 0 0 0 0 0 +678 1783781435840855400 DEPTH 11 1 0.77157305425004075 0.12929292929292943 0 8 0 8 0 0 114 12 2581 23664765 81600 862.40168762207031 5.8425000000000002 1324.5025000000001 120960 58532 1 0 5898240 4423680 4423680 4426365 4492800 476 150 207 357 1391 0 0 0 0 12 0 0 0 0 0 +679 1783781437124486700 DEPTH 32 1 0.74022091357463515 0.23131313131313144 1 8 1 8 0 0 153 38 2557 23664809 81600 864.20610046386719 5.8100000000000005 1255.8518999999999 120960 58212 1 0 5898240 4423680 4423680 4426408 4492800 174 150 180 167 1886 0 0 0 0 38 0 0 0 0 0 +680 1783781438503897400 DEPTH 44 1 0.73883186981814986 0.22222222222222218 2 7 2 7 0 0 177 19 2582 23664834 81600 869.04524230957031 5.8342000000000001 1325.2127 120960 57354 1 0 5898240 4423680 4423680 4426432 4492800 166 156 150 156 1954 0 0 0 0 19 0 0 0 0 0 +681 1783781439855321000 DEPTH 54 1 0.73552769705740506 0.23131313131313144 1 8 1 8 0 0 135 28 2560 23664806 81600 864.62258911132812 5.8197999999999999 1315.1893 120960 57843 1 0 5898240 4423680 4423680 4426404 4492800 268 150 194 257 1691 0 0 0 0 28 0 0 0 0 0 +682 1783781441030430200 DEPTH 39 1 0.73209193801905215 0.43535353535353549 3 8 3 8 0 0 191 78 2567 23664940 81600 870.76997375488281 5.8043000000000005 1102.4928 120960 60942 1 0 5898240 4423680 4423680 4426540 4492800 154 150 156 162 1945 0 0 1 0 77 0 0 0 0 0 +683 1783781442095220600 DEPTH 27 1 0.73076260664752835 0.7959595959595962 0 14 0 14 0 0 167 45 2547 23664816 81600 866.39128112792969 5.8345000000000002 1048.2191 120960 70315 1 0 5898240 4423680 4423680 4426415 4492800 156 156 150 150 1935 0 0 1 0 44 0 0 0 0 0 +684 1783781443436457900 DEPTH 48 1 0.80716501224854453 0.22222222222222218 2 7 2 7 0 0 184 37 2593 23664794 81600 864.26853942871094 5.8440000000000003 1324.7111 120960 61357 1 0 5898240 4423680 4423680 4426393 4492800 166 156 163 163 1945 0 0 0 0 37 0 0 0 0 0 +685 1783781444800489700 DEPTH 17 1 0.81695027716182278 0.018181818181818247 0 7 0 7 0 0 218 21 2530 23664809 81600 890.27195739746094 5.8779000000000003 1362.8218999999999 120960 48889 1 0 5898240 4423680 4423680 4426409 4492800 207 156 156 282 1729 0 0 0 0 21 0 0 0 0 0 +686 1783781446039293400 DEPTH 8 1 0.81460478579434903 0 2 5 2 5 0 0 237 18 2585 23664784 81600 917.40263366699219 5.8818999999999999 1174.5226 120960 49081 1 0 5898240 4423680 4423680 4426382 4492800 156 156 150 454 1669 0 0 0 0 18 0 0 0 0 0 +687 1783781447465940200 DEPTH 42 1 0.778995235605488 0.11111111111111109 2 6 2 6 0 0 151 41 2604 23664856 81600 925.48100280761719 6.0221999999999998 1409.8595 120960 60399 1 0 5898240 4423680 4423680 4426456 4492800 308 150 260 239 1647 0 0 0 0 41 0 0 0 0 0 +688 1783781448811249600 DEPTH 56 1 0.81875372273575098 0 2 5 2 5 0 0 231 22 2557 23664735 81600 860.67916870117188 5.8674999999999997 1323.4994999999999 120960 48640 1 0 5898240 4423680 4423680 4426335 4492800 473 150 168 449 1317 0 0 0 0 22 0 0 0 0 0 +689 1783781450149799200 DEPTH 31 1 0.78181000685911817 0.11111111111111109 2 6 2 6 0 0 163 21 2560 23664872 81600 903.41581726074219 5.851700000000001 1320.4408000000001 120960 59740 1 0 5898240 4423680 4423680 4426469 4492800 303 150 178 353 1576 0 0 0 0 21 0 0 0 0 0 +690 1783781451512324000 DEPTH 13 1 0.82457331357063346 0.0090909090909090783 1 6 1 6 0 0 192 12 2492 23664858 81600 855.30543518066406 5.8079999999999998 1299.7961 120960 48835 1 0 5898240 4423680 4423680 4426457 4492800 234 150 156 169 1783 0 0 0 0 12 0 0 0 0 0 +691 1783781452804960300 DEPTH 45 1 0.74794850133829671 0.22222222222222218 2 7 2 7 0 0 170 36 2591 23664942 81600 892.42829895019531 5.8790999999999993 1263.2707 120960 56884 1 0 5898240 4423680 4423680 4426542 4492800 159 150 154 150 1978 0 0 0 0 36 0 0 0 0 0 +692 1783781454147243300 DEPTH 41 1 0.79937529384921335 0.34242424242424252 1 9 1 9 0 0 115 34 2542 23664830 81600 909.69906616210938 5.9136999999999995 1321.9114 120960 57870 1 0 5898240 4423680 4423680 4426429 4492800 189 156 156 159 1882 0 0 0 0 34 0 0 0 0 0 +693 1783781455587234100 DEPTH 1 1 0.77953694175824095 0.12020202020202017 1 7 1 7 0 0 144 22 2572 23664853 81600 927.752197265625 5.9043999999999999 1413.6215999999999 120960 58464 1 0 5898240 4423680 4423680 4426452 4492800 283 150 216 229 1694 0 0 0 0 22 0 0 0 0 0 +694 1783781456942719700 DEPTH 46 1 0.73540488474942145 0.22222222222222218 2 7 2 7 0 0 332 30 2591 23664830 81600 927.28318786621094 5.9268999999999998 1354.1800000000001 120960 57997 1 0 5898240 4423680 4423680 4426430 4492800 290 150 207 279 1665 3 0 0 0 27 0 0 0 0 0 +695 1783781458321025800 DEPTH 30 1 0.73497868027139668 0.23131313131313144 1 8 1 8 0 0 159 29 2544 23664848 81600 921.59490966796875 5.8864000000000001 1337.0974000000001 120960 57301 1 0 5898240 4423680 4423680 4426448 4492800 295 150 194 329 1576 0 0 0 3 26 0 0 0 0 0 +696 1783781459434030400 DEPTH 12 1 0.73121194905416964 0.43535353535353549 3 8 3 8 0 0 201 49 2510 23664788 81600 912.73727416992188 5.8963999999999999 1093.9991 120960 65915 1 0 5898240 4423680 4423680 4426386 4492800 173 156 156 180 1845 0 0 0 0 49 0 0 0 0 0 +697 1783781460535614100 DEPTH 10 1 0.73105551546604486 0.45353535353535362 1 10 1 10 0 0 128 13 2561 23664799 81600 908.39244079589844 5.8691000000000004 1100.2520999999999 120960 60770 1 0 5898240 4423680 4423680 4426398 4492800 178 150 170 167 1896 0 0 0 0 13 0 0 0 0 0 +698 1783781461649100700 DEPTH 51 1 0.73036686922411476 0.76868686868686875 3 11 3 11 1 0 119 52 2533 23664884 81600 895.59550476074219 5.8384 1072.6552999999999 120960 70285 1 0 5898240 4423680 4423680 4426483 4492800 155 150 203 168 1857 2 0 1 0 49 0 0 0 0 1 +699 1783781462727058800 DEPTH 22 1 0.73013047165876444 0.76868686868686875 3 11 3 11 0 0 150 27 2582 23664799 81600 869.78060913085938 5.8583999999999996 1056.9579000000001 120960 70041 1 0 5898240 4423680 4423680 4426397 4492800 164 150 184 159 1925 2 0 0 0 25 0 0 0 0 0 +700 1783781462908130100 REFRESH 51 0 0.49391225970421476 0.76868686868686875 3 11 3 11 0 0 119 6 407 3943939 55200 149.98118591308594 0.96599999999999997 179.79689999999999 20160 13105 0 0 983040 737280 737280 737539 748800 49 26 82 43 207 0 0 1 0 5 0 0 0 0 0 +701 1783781463103328700 REFRESH 55 0 0.72950426181995731 0.67575757575757578 1 12 1 12 0 0 166 8 416 3943910 55200 152.05683898925781 0.96499999999999997 183.4787 20160 14084 0 0 983040 737280 737280 737510 748800 40 26 25 26 299 0 0 1 0 7 0 0 0 0 0 +702 1783781463304297000 REFRESH 14 0 0.72176665664737827 0.57373737373737377 0 12 0 12 0 0 130 9 413 3943923 55200 151.18348693847656 0.98540000000000005 188.1379 20160 14082 0 0 983040 737280 737280 737523 748800 42 25 29 27 290 0 0 0 0 9 0 0 0 0 0 +703 1783781463498045100 REFRESH 23 0 0.71129952273314956 0.99090909090909129 3 13 3 13 0 0 129 7 406 3943887 55200 151.18438720703125 0.96860000000000002 182.1206 20160 14693 0 0 983040 737280 737280 737487 748800 53 26 28 27 272 0 0 0 0 7 0 0 0 0 0 +704 1783781463713104300 REFRESH 44 0 0.72636311245570284 0.22222222222222218 2 7 2 7 0 0 177 6 422 3943920 55200 151.39225769042969 0.96679999999999999 213.8227 20160 11965 0 0 983040 737280 737280 737519 748800 54 26 27 36 279 0 0 0 0 6 0 0 0 0 0 +705 1783781463907689200 REFRESH 49 0 0.72938283781715008 0.6575757575757577 3 10 3 10 0 0 141 9 421 3943902 55200 150.66213989257812 0.98750000000000004 181.83690000000001 20160 14117 0 0 983040 737280 737280 737502 748800 46 26 32 34 283 0 0 0 1 8 0 0 0 0 0 +706 1783781464101813900 REFRESH 38 0 0.72888430692369111 0.55555555555555558 2 10 2 10 0 0 130 8 420 3943894 55200 150.85693359375 0.96699999999999997 182.42439999999999 20160 14098 0 0 983040 737280 737280 737494 748800 45 26 48 43 258 0 0 0 0 8 0 0 0 0 0 +707 1783781464331556000 REFRESH 11 0 0.77963854282181067 0.12929292929292943 0 8 0 8 0 0 115 6 421 3943916 55200 150.403076171875 0.96619999999999995 228.102 20160 12922 0 0 983040 737280 737280 737515 748800 136 25 39 81 140 0 0 0 1 5 0 0 0 0 0 +708 1783781464515994600 REFRESH 10 0 0.58650879261945355 0.45353535353535362 1 10 1 10 0 0 128 9 416 3943911 55200 152.47769165039062 0.96809999999999996 183.26349999999999 20160 12525 0 0 983040 737280 737280 737510 748800 72 25 32 37 250 0 0 0 0 9 0 0 0 0 0 +709 1783781464717563200 REFRESH 57 0 0.7227912951408757 0.77777777777777779 2 12 2 12 0 0 148 10 411 3943887 55200 150.73997497558594 0.96619999999999995 180.80539999999999 20160 14663 0 0 983040 737280 737280 737487 748800 33 26 28 25 299 0 0 0 0 10 0 0 0 0 0 +710 1783781464949052400 REFRESH 42 0 0.75693631642473758 0.11111111111111109 2 6 2 6 0 0 151 8 426 3943927 55200 151.80184936523438 0.96779999999999999 230.27850000000001 20160 12691 0 0 983040 737280 737280 737527 748800 140 25 77 88 96 0 0 0 0 8 0 0 0 0 0 +711 1783781465152176200 REFRESH 15 0 0.7192193567352152 0.76868686868686875 3 11 3 11 0 0 110 6 419 3943923 55200 151.71481323242188 0.96819999999999995 182.0658 20160 14777 0 0 983040 737280 737280 737522 748800 28 26 38 39 288 0 0 0 0 6 0 0 0 0 0 +712 1783781465345114900 REFRESH 37 0 0.72492704281663012 0.67575757575757578 1 12 1 12 0 0 147 10 416 3943914 55200 150.26995849609375 0.97360000000000002 180.9581 20160 14751 0 0 983040 737280 737280 737514 748800 34 26 32 56 268 0 0 0 0 10 0 0 0 0 0 +713 1783781465534650200 REFRESH 8 0 0.89374824339224301 0 2 5 2 5 0 0 237 3 414 3943914 55200 152.89241027832031 0.97170000000000001 188.38589999999999 20160 12645 0 0 983040 737280 737280 737513 748800 67 26 83 117 121 0 0 0 0 3 0 0 0 0 0 +714 1783781465745211900 REFRESH 9 0 0.78097637604423731 0.11111111111111109 2 6 2 6 0 0 146 7 428 3943926 55200 151.59193420410156 0.97599999999999998 209.40639999999999 20160 12828 0 0 983040 737280 737280 737526 748800 124 25 34 87 158 0 0 0 0 7 0 0 0 0 0 +715 1783781465942206300 REFRESH 41 0 0.79699908347991477 0.34242424242424252 1 9 1 9 0 0 115 3 412 3943916 55200 150.10202026367188 0.96860000000000002 195.7741 20160 12136 0 0 983040 737280 737280 737516 748800 72 26 28 34 252 0 0 0 0 3 0 0 0 0 0 +716 1783781466145167100 REFRESH 0 0 0.72444777214325384 0.67575757575757578 1 12 1 12 0 0 99 3 422 3943876 55200 150.98675537109375 0.97019999999999995 181.40000000000001 20160 14644 0 0 983040 737280 737280 737476 748800 32 25 25 25 315 0 0 0 0 3 0 0 0 0 0 +717 1783781466338919000 REFRESH 33 0 0.7749229758067373 0.12020202020202017 1 7 1 7 0 0 191 3 414 3943929 55200 151.88787841796875 0.97250000000000003 192.02269999999999 20160 12015 0 0 983040 737280 737280 737529 748800 131 26 91 39 127 0 0 0 0 3 0 0 0 0 0 +718 1783781466550976700 REFRESH 1 0 0.77746727771783963 0.12020202020202017 1 7 1 7 0 0 144 2 418 3943907 55200 151.30726623535156 0.97760000000000002 210.9074 20160 12387 0 0 983040 737280 737280 737507 748800 104 26 66 79 143 0 0 0 0 2 0 0 0 0 0 +719 1783781466781018400 REFRESH 56 0 0.89754748384286542 0 2 5 2 5 0 0 231 8 413 3943930 55200 151.43116760253906 0.97640000000000005 228.42269999999999 20160 12742 0 0 983040 737280 737280 737530 748800 140 26 45 114 88 0 0 0 0 8 0 0 0 0 0 +720 1783781467011369400 REFRESH 17 0 0.89622077612014794 0.018181818181818247 0 7 0 7 0 0 218 2 415 3943907 55200 150.93247985839844 0.98160000000000003 229.0412 20160 12566 0 0 983040 737280 737280 737507 748800 108 26 56 94 131 0 0 0 0 2 0 0 0 0 0 +721 1783781467214683700 REFRESH 24 0 0.71266836055186045 0.87070707070707098 4 11 4 11 0 0 156 11 413 3943897 55200 151.43423461914062 0.96970000000000001 182.739 20160 14728 0 0 983040 737280 737280 737497 748800 29 26 27 26 305 0 0 0 0 11 0 0 0 0 0 +722 1783781467408512200 REFRESH 28 0 0.72383505003706761 0.67575757575757578 1 12 1 12 0 0 157 7 410 3943904 55200 151.39736938476562 0.97009999999999996 182.01159999999999 20160 14568 0 0 983040 737280 737280 737503 748800 29 26 28 28 299 0 0 0 0 7 0 0 0 0 0 +723 1783781467589448900 REFRESH 6 0 0.72386317234098208 0.76868686868686875 3 11 3 11 0 0 127 6 420 3943911 55200 150.27200317382812 0.96740000000000004 179.7764 20160 14093 0 0 983040 737280 737280 737510 748800 30 25 33 38 294 0 0 0 0 6 0 0 0 0 0 +724 1783781467797445500 REFRESH 3 0 0.72913548367752545 0.44444444444444453 2 9 2 9 0 0 155 8 418 3943927 55200 150.656005859375 0.96909999999999996 187.08510000000001 20160 12163 0 0 983040 737280 737280 737527 748800 137 26 55 45 155 0 0 0 0 8 0 0 0 0 0 +725 1783781467986306700 REFRESH 16 0 0.77742175117847412 0.11111111111111109 2 6 2 6 0 0 204 4 417 3943912 55200 151.94735717773438 0.97009999999999996 187.66970000000001 20160 12076 0 0 983040 737280 737280 737512 748800 142 26 27 95 127 0 0 0 0 4 0 0 0 0 0 +726 1783781468182665200 REFRESH 35 0 0.72543588966965389 0.66666666666666674 2 11 2 11 0 0 178 4 415 3943945 55200 152.04261779785156 0.97770000000000001 183.95529999999999 20160 14197 0 0 983040 737280 737280 737544 748800 30 26 30 68 261 0 0 0 0 4 0 0 0 0 0 +727 1783781468373796600 REFRESH 34 0 0.72187164888607303 0.78686868686868705 1 13 1 13 0 0 116 7 424 3943929 55200 150.32524108886719 0.96819999999999995 179.45480000000001 20160 14718 0 0 983040 737280 737280 737529 748800 27 26 27 34 310 0 0 0 0 7 0 0 0 0 0 +728 1783781468609462200 REFRESH 26 0 0.72778507168444928 0.67575757575757578 1 12 1 12 0 0 112 3 423 3943914 55200 150.67648315429688 0.9677 180.80090000000001 20160 14116 0 0 983040 737280 737280 737514 748800 34 26 25 54 284 0 0 0 0 3 0 0 0 0 0 +729 1783781468807851700 REFRESH 36 0 0.72955213250507422 0.6575757575757577 3 10 3 10 0 0 133 11 422 3943896 55200 150.59866333007812 0.98819999999999997 182.96180000000001 20160 14227 0 0 983040 737280 737280 737496 748800 42 25 25 28 302 0 0 0 0 11 0 0 0 0 0 +730 1783781469004881000 REFRESH 18 0 0.72379862554236141 1 2 14 2 14 0 0 136 12 419 3943912 55200 150.83929443359375 0.97289999999999999 180.59790000000001 20160 14707 0 0 983040 737280 737280 737512 748800 30 26 49 33 281 0 0 0 0 12 0 0 0 0 0 +731 1783781469208680000 REFRESH 31 0 0.77981694487484832 0.11111111111111109 2 6 2 6 0 0 163 7 418 3943911 55200 154.08639526367188 0.97340000000000004 202.5445 20160 12565 0 0 983040 737280 737280 737510 748800 63 26 33 110 186 0 0 0 0 7 0 0 0 0 0 +732 1783781469447519400 REFRESH 54 0 0.73390142289732641 0.23131313131313144 1 8 1 8 1 0 135 7 416 3943906 55200 159.99385070800781 0.98880000000000001 237.59299999999999 20160 11929 0 0 983040 737280 737280 737506 748800 156 25 62 72 101 0 0 0 0 7 0 0 0 0 1 +733 1783781469647929600 REFRESH 45 0 0.74491980541935532 0.22222222222222218 2 7 2 7 0 0 170 7 425 3943902 55200 160.67481994628906 0.97250000000000003 199.1311 20160 12054 0 0 983040 737280 737280 737502 748800 70 25 34 40 256 0 0 0 0 7 0 0 0 0 0 +734 1783781469855481100 REFRESH 30 0 0.73319448568742329 0.23131313131313144 1 8 1 8 0 0 159 9 419 3943908 55200 160.31642150878906 0.97770000000000001 206.33940000000001 20160 11985 0 0 983040 737280 737280 737508 748800 92 26 49 116 136 0 0 0 1 8 0 0 0 0 0 +735 1783781470082476200 REFRESH 53 0 0.78170050048363127 0.12929292929292943 0 8 0 8 0 0 165 3 416 3943910 55200 160.64614868164062 0.98199999999999998 201.5086 20160 12108 0 0 983040 737280 737280 737510 748800 136 26 34 33 187 0 0 0 0 3 0 0 0 0 0 +736 1783781470270337800 REFRESH 39 0 0.72833291813239098 0.43535353535353549 3 8 3 8 0 0 191 6 420 3943913 55200 153.66963195800781 0.96799999999999997 186.5772 20160 11892 0 0 983040 737280 737280 737513 748800 28 25 62 30 275 0 0 0 0 6 0 0 0 0 0 +737 1783781470477476000 REFRESH 7 0 0.72844111417797652 0.67575757575757578 1 12 1 12 0 0 146 13 424 3943913 55200 150.96934509277344 0.96799999999999997 182.45480000000001 20160 14624 0 0 983040 737280 737280 737513 748800 26 26 31 33 308 0 0 1 0 12 0 0 0 0 0 +738 1783781470677386200 REFRESH 13 0 0.89429156630248974 0.0090909090909090783 1 6 1 6 0 0 192 2 413 3943926 55200 150.88742065429688 0.96589999999999998 198.8066 20160 12552 0 0 983040 737280 737280 737526 748800 163 26 60 53 111 0 0 0 0 2 0 0 0 0 0 +739 1783781470880951900 REFRESH 19 0 0.72839551617033882 0.66666666666666674 2 11 2 11 0 0 142 8 420 3943918 55200 150.403076171875 0.96699999999999997 179.21449999999999 20160 14238 0 0 983040 737280 737280 737518 748800 28 26 25 36 305 0 0 0 0 8 0 0 0 0 0 +740 1783781471159751200 REFRESH 2 0 0.72861571462016506 0.33333333333333343 2 8 2 8 0 0 154 3 419 3943915 55200 150.7379150390625 0.9677 195.33099999999999 20160 12464 0 0 983040 737280 737280 737515 748800 96 25 74 45 179 0 0 0 0 3 0 0 0 0 0 +741 1783781471368404500 REFRESH 29 0 0.7290318468299859 0.67575757575757578 1 12 1 12 1 0 138 6 419 3943906 55200 161.05471801757812 0.97189999999999999 192.06379999999999 20160 13007 0 0 983040 737280 737280 737506 748800 36 26 28 79 250 0 0 0 0 6 0 0 0 0 1 +742 1783781471581625600 REFRESH 21 0 0.72913062438304688 0.35151515151515161 0 10 0 10 1 0 189 3 415 3943910 55200 153.67680358886719 0.97309999999999997 197.28989999999999 20160 12270 0 0 983040 737280 737280 737510 748800 59 26 37 64 229 0 0 0 0 3 0 0 0 0 1 +743 1783781471778816300 REFRESH 40 0 0.72792545077017801 0.67575757575757578 1 12 1 12 0 0 140 10 419 3943910 55200 149.63609313964844 0.98680000000000001 180.13319999999999 20160 14119 0 0 983040 737280 737280 737510 748800 37 25 29 57 271 0 0 0 0 10 0 0 0 0 0 +744 1783781471979234400 REFRESH 25 0 0.71867298059752693 0.76868686868686875 3 11 3 11 0 0 130 9 419 3943902 55200 152.77261352539062 0.9728 184.23689999999999 20160 14739 0 0 983040 737280 737280 737502 748800 30 25 33 26 305 0 0 0 0 9 0 0 0 0 0 +745 1783781472195353300 REFRESH 4 0 0.71267434768365856 0.78686868686868705 1 13 1 13 1 0 69 8 416 3943887 55200 157.74617004394531 0.97840000000000005 186.9315 20160 14792 0 0 983040 737280 737280 737487 748800 27 26 32 30 301 0 0 1 0 7 0 0 0 0 1 +746 1783781472420293700 REFRESH 52 0 0.77859567510662087 0.12020202020202017 1 7 1 7 0 0 124 5 422 3943936 55200 148.50047302246094 0.96609999999999996 223.70060000000001 20160 13480 0 0 983040 737280 737280 737536 748800 152 26 57 53 134 0 0 0 0 5 0 0 0 0 0 +747 1783781472608151200 REFRESH 32 0 0.73843988614344114 0.23131313131313144 1 8 1 8 0 0 153 5 422 3943900 55200 149.02569580078125 0.96719999999999995 186.65649999999999 20160 12036 0 0 983040 737280 737280 737500 748800 70 26 79 64 183 0 0 0 0 5 0 0 0 0 0 +748 1783781472800331100 REFRESH 5 0 0.7181518827695248 0.66666666666666674 2 11 2 11 0 0 99 3 413 3943920 55200 148.05503845214844 0.96809999999999996 179.72 20160 14138 0 0 983040 737280 737280 737520 748800 36 26 34 102 215 0 0 0 0 3 0 0 0 0 0 +749 1783781473008364700 REFRESH 43 0 0.72492618831400368 0.76868686868686875 3 11 3 11 0 0 148 12 427 3943929 55200 161.79200744628906 0.98550000000000004 191.36869999999999 20160 14058 0 0 983040 737280 737280 737529 748800 51 25 94 42 215 0 0 1 1 10 0 0 0 0 0 +750 1783781473200431500 REFRESH 12 0 0.72782025468292844 0.43535353535353549 3 8 3 8 0 0 201 8 413 3943877 55200 158.81011962890625 0.99150000000000005 190.88470000000001 20160 12064 0 0 983040 737280 737280 737477 748800 95 26 36 67 189 0 0 0 0 8 0 0 0 0 0 +751 1783781473407669200 REFRESH 58 0 0.72875067986859077 0.77777777777777779 2 12 2 12 0 0 139 13 422 3943903 55200 159.41325378417969 0.98980000000000001 191.49680000000001 20160 14204 0 0 983040 737280 737280 737503 748800 29 25 25 25 318 0 0 0 0 13 0 0 0 0 0 +752 1783781473632475300 REFRESH 46 0 0.73392908134049473 0.22222222222222218 2 7 2 7 0 0 332 4 418 3943935 55200 159.76960754394531 0.98170000000000002 206.06819999999999 20160 11964 0 0 983040 737280 737280 737535 748800 86 25 51 54 202 0 0 0 0 4 0 0 0 0 0 +753 1783781473855887300 REFRESH 48 0 0.8530125425813605 0.22222222222222218 2 7 2 7 0 0 185 10 422 3943912 55200 164.38169860839844 0.99950000000000006 222.08770000000001 20160 12166 0 0 983040 737280 737280 737512 748800 61 26 73 73 189 0 0 0 0 10 0 0 0 0 0 +754 1783781474053832800 REFRESH 22 0 0.72508944516001683 0.76868686868686875 3 11 3 11 0 0 151 10 421 3943909 55200 164.5137939453125 0.98299999999999998 196.74930000000001 20160 14162 0 0 983040 737280 737280 737509 748800 41 26 46 31 277 0 0 0 0 10 0 0 0 0 0 +755 1783781474249508300 REFRESH 27 0 0.7260298033386523 0.7959595959595962 0 14 0 14 1 0 167 16 413 3943902 55200 162.614501953125 0.98250000000000004 194.02719999999999 20160 14157 0 0 983040 737280 737280 737502 748800 43 26 34 28 282 0 0 0 0 16 0 0 0 0 1 +756 1783781474478142400 REFRESH 50 0 0.72709213484364876 0.44444444444444453 2 9 2 9 0 0 144 7 417 3943903 55200 160.468994140625 0.98709999999999998 210.85489999999999 20160 12281 0 0 983040 737280 737280 737503 748800 32 26 26 26 307 0 0 0 0 7 0 0 0 0 0 +757 1783781474681233700 REFRESH 20 0 0.72829750085574807 0.66666666666666674 2 11 2 11 0 0 134 10 416 3943921 55200 156.94438171386719 0.99660000000000004 187.239 20160 14137 0 0 983040 737280 737280 737521 748800 31 26 36 75 248 1 0 0 1 8 0 0 0 0 0 +758 1783781474877650600 REFRESH 47 0 0.7226491766449481 0.66666666666666674 2 11 2 11 0 0 121 6 417 3943900 55200 149.71699523925781 0.98519999999999996 180.88509999999999 20160 14145 0 0 983040 737280 737280 737500 748800 28 26 33 27 303 0 0 0 0 6 0 0 0 0 0 +759 1783781476256851700 DEPTH 56 1 0.8943970930303522 0 2 5 2 5 0 0 231 13 2543 23664777 81600 884.97663879394531 5.8908000000000005 1331.8175000000001 120960 60802 1 0 5898240 4423680 4423680 4426376 4492800 501 150 169 347 1376 0 0 0 0 13 0 0 0 0 0 +760 1783781477580251200 DEPTH 17 1 0.8874357355131115 0.018181818181818247 0 7 0 7 0 0 218 24 2525 23664898 81600 855.90914916992188 6.0236000000000001 1307.5610999999999 120960 59579 1 0 5898240 4423680 4423680 4426496 4492800 210 156 157 287 1715 0 0 0 0 24 0 0 0 0 0 +761 1783781478684787100 DEPTH 8 1 0.8860931010558285 0 2 5 2 5 0 0 238 18 2567 23664823 81600 863.78215026855469 5.8811999999999998 1103.4576999999999 120960 60875 1 0 5898240 4423680 4423680 4426418 4492800 158 155 150 372 1732 0 0 0 0 18 0 0 0 0 0 +762 1783781479973540000 DEPTH 13 1 0.87547317737401964 0.0090909090909090783 1 6 1 6 0 0 192 17 2494 23664834 81600 857.328125 5.8651999999999997 1265.2429 120960 59974 1 0 5898240 4423680 4423680 4426433 4492800 250 150 156 176 1762 0 0 0 0 17 0 0 0 0 0 +763 1783781481249025100 DEPTH 41 1 0.79914860632898932 0.34242424242424252 1 9 1 9 0 0 115 20 2549 23664807 81600 850.64790344238281 5.8737000000000004 1250.7188000000001 120960 60723 1 0 5898240 4423680 4423680 4426406 4492800 197 156 156 161 1879 0 0 0 0 20 0 0 0 0 0 +764 1783781482593647800 DEPTH 9 1 0.77622832646219786 0.11111111111111109 2 6 2 6 0 0 147 10 2596 23664822 81600 857.68106079101562 5.8704999999999989 1291.6922 120960 60253 1 0 5898240 4423680 4423680 4426421 4492800 435 150 176 345 1490 0 0 0 0 10 0 0 0 0 0 +765 1783781483862745200 DEPTH 31 1 0.77463946881431722 0.11111111111111109 2 6 2 6 0 0 163 17 2556 23664867 81600 854.93632507324219 5.8910999999999998 1247.6253999999999 120960 59711 1 0 5898240 4423680 4423680 4426465 4492800 322 150 177 326 1581 0 0 0 0 17 0 0 0 0 0 +766 1783781485175809600 DEPTH 11 1 0.77417696390403989 0.12929292929292943 0 8 0 8 0 0 116 17 2569 23664895 81600 849.66667175292969 5.8822999999999999 1296.3382999999999 120960 60589 1 0 5898240 4423680 4423680 4426493 4492800 368 150 190 293 1568 0 0 0 0 17 0 0 0 0 0 +767 1783781486509815200 DEPTH 42 1 0.77342469992838792 0.11111111111111109 2 6 2 6 0 0 151 35 2610 23664915 81600 859.5638427734375 5.8746 1306.5654 120960 60899 1 0 5898240 4423680 4423680 4426515 4492800 336 150 260 246 1618 1 0 0 0 34 0 0 0 0 0 +768 1783781487746817700 DEPTH 53 1 0.77232138344123669 0.12929292929292943 0 8 0 8 0 0 165 19 2523 23664808 81600 856.12821960449219 5.8964999999999996 1227.1165000000001 120960 56586 1 0 5898240 4423680 4423680 4426406 4492800 199 156 162 168 1838 0 0 0 0 19 0 0 0 0 0 +769 1783781488903114800 DEPTH 16 1 0.76993291157466826 0.11111111111111109 2 6 2 6 0 0 204 24 2536 23664792 81600 862.12611389160156 5.8849999999999998 1117.6041 120960 56902 1 0 5898240 4423680 4423680 4426392 4492800 233 156 155 195 1797 0 0 0 0 24 0 0 0 0 0 +770 1783781490263058900 DEPTH 1 1 0.76782227002980663 0.12020202020202017 1 7 1 7 0 0 144 9 2568 23664925 81600 894.45173645019531 5.8698000000000006 1335.2138 120960 58225 1 0 5898240 4423680 4423680 4426525 4492800 299 150 221 241 1657 0 0 0 0 9 0 0 0 0 0 +771 1783781491482605200 DEPTH 33 1 0.76685210367965007 0.12020202020202017 1 7 1 7 0 0 191 13 2528 23664811 81600 866.33451843261719 5.9124999999999996 1218.4672 120960 57221 1 0 5898240 4423680 4423680 4426411 4492800 223 151 155 197 1802 0 0 0 0 13 0 0 0 0 0 +772 1783781492771450000 DEPTH 45 1 0.73888672655982812 0.22222222222222218 2 7 2 7 0 0 170 25 2608 23664766 81600 860.21517944335938 5.9142000000000001 1236.7739999999999 120960 56714 1 0 5898240 4423680 4423680 4426366 4492800 152 150 151 150 2005 0 0 0 0 25 0 0 0 0 0 +773 1783781494046987300 DEPTH 52 1 0.77171358774839505 0.12020202020202017 1 7 1 7 0 0 125 13 2576 23664857 81600 849.76412963867188 5.9301000000000004 1274.3076000000001 120960 62355 1 0 5898240 4423680 4423680 4426456 4492800 627 156 279 260 1254 0 0 0 0 13 0 0 0 0 0 +774 1783781495335433600 DEPTH 44 1 0.73071494737540366 0.22222222222222218 2 7 2 7 0 0 178 24 2584 23664870 81600 857.69705200195312 5.9057000000000004 1287.2344000000001 120960 57777 1 0 5898240 4423680 4423680 4426470 4492800 168 156 150 157 1953 0 0 0 1 23 0 0 0 0 0 +775 1783781496619589800 DEPTH 48 1 0.80917316505859371 0.22222222222222218 2 7 2 7 1 0 186 44 2586 23664766 81600 854.81741333007812 5.8879999999999999 1282.9287999999999 120960 58982 1 0 5898240 4423680 4423680 4426365 4492800 166 156 162 156 1946 0 0 0 0 44 0 0 0 0 1 +776 1783781497899345400 DEPTH 56 1 0.81303548127906222 0 2 5 2 5 0 0 231 18 2557 23664887 81600 844.05535888671875 5.8845999999999998 1278.5787 120960 49881 1 0 5898240 4423680 4423680 4426485 4492800 482 150 174 441 1310 0 0 0 0 18 0 0 0 0 0 +777 1783781499219081400 DEPTH 17 1 0.80699343818274893 0.018181818181818247 0 7 0 7 0 0 219 25 2523 23664834 81600 846.58551025390625 5.8861000000000008 1287.3436999999999 120960 48883 1 0 5898240 4423680 4423680 4426433 4492800 205 156 158 288 1716 0 0 0 0 25 0 0 0 0 0 +778 1783781500341031200 DEPTH 8 1 0.80556405954489907 0 2 5 2 5 0 0 238 26 2570 23664783 81600 858.69139099121094 6.0518000000000001 1095.1525999999999 120960 50153 1 0 5898240 4423680 4423680 4426381 4492800 158 156 150 515 1591 0 0 0 0 26 0 0 0 0 0 +779 1783781501672575500 DEPTH 13 1 0.80522932450051854 0.0090909090909090783 1 6 1 6 0 0 192 15 2494 23664883 81600 847.07518005371094 5.8696000000000002 1257.9947 120960 49521 1 0 5898240 4423680 4423680 4426483 4492800 249 150 156 200 1739 0 0 0 0 15 0 0 0 0 0 +780 1783781502908205900 DEPTH 32 1 0.73096203841136398 0.23131313131313144 1 8 1 8 0 0 153 26 2557 23664784 81600 855.27609252929688 5.9082999999999997 1209.4893999999999 120960 58149 1 0 5898240 4423680 4423680 4426382 4492800 178 150 181 201 1847 0 0 0 0 26 0 0 0 0 0 +781 1783781504184156200 DEPTH 30 1 0.73047583844166408 0.23131313131313144 1 8 1 8 1 0 159 30 2542 23664823 81600 855.95744323730469 5.8685000000000009 1249.7707 120960 57587 1 0 5898240 4423680 4423680 4426421 4492800 322 150 202 374 1494 0 0 0 5 25 0 0 0 0 1 +782 1783781505465515700 DEPTH 54 1 0.72921127190550084 0.23131313131313144 1 8 1 8 0 0 135 18 2560 23664884 81600 851.65055847167969 5.8923999999999994 1280.1268 120960 57768 1 0 5898240 4423680 4423680 4426484 4492800 348 150 191 280 1591 0 0 0 0 18 0 0 0 0 0 +783 1783781506734666400 DEPTH 41 1 0.73929845645159942 0.34242424242424252 1 9 1 9 0 0 115 25 2538 23664843 81600 840.24832153320312 5.8780999999999999 1238.9269999999999 120960 49754 1 0 5898240 4423680 4423680 4426443 4492800 204 156 157 161 1860 0 0 0 0 25 0 0 0 0 0 +784 1783781508016762300 DEPTH 46 1 0.72588968086714367 0.22222222222222218 2 7 2 7 0 0 332 24 2594 23664868 81600 858.54988098144531 5.9112 1254.8982000000001 120960 58251 1 0 5898240 4423680 4423680 4426467 4492800 322 150 215 286 1621 0 0 0 0 24 0 0 0 0 0 +785 1783781509073874000 DEPTH 36 1 0.72492414255930915 0.6575757575757577 3 10 3 10 1 0 134 29 2579 23664763 81600 857.06011962890625 5.8816999999999995 1032.1038000000001 120960 69705 1 0 5898240 4423680 4423680 4426363 4492800 184 150 150 150 1945 0 0 0 2 27 0 0 0 0 2 +786 1783781510143741400 DEPTH 49 1 0.72428911565056175 0.6575757575757577 3 10 3 10 0 0 141 32 2570 23664851 81600 854.33540344238281 5.9061999999999992 1025.7237 120960 69418 1 0 5898240 4423680 4423680 4426451 4492800 162 150 157 155 1946 0 0 0 0 32 0 0 0 0 0 +787 1783781511201137300 DEPTH 7 1 0.72401881724279959 0.67575757575757578 1 12 1 12 1 0 146 44 2559 23664882 81600 858.865234375 5.8728000000000007 1031.4006999999999 120960 70039 1 0 5898240 4423680 4423680 4426477 4492800 151 150 152 166 1940 0 0 0 0 44 0 0 0 0 1 +788 1783781512444730900 DEPTH 3 1 0.72389880123755801 0.44444444444444453 2 9 2 9 0 0 155 57 2542 23664837 81600 853.97184753417969 5.8775999999999993 1196.0565999999999 120960 60217 1 0 5898240 4423680 4423680 4426436 4492800 156 152 174 156 1904 0 0 0 0 57 0 0 0 0 0 +789 1783781513538570000 DEPTH 38 1 0.72359681370732765 0.55555555555555558 2 10 2 10 0 0 130 41 2541 23664730 81600 853.58482360839844 5.9062999999999999 1022.0689 120960 69490 1 0 5898240 4423680 4423680 4426326 4492800 166 156 201 168 1850 0 0 0 0 41 0 0 0 0 0 +790 1783781514611040200 DEPTH 55 1 0.72356611124606252 0.67575757575757578 1 12 1 12 0 0 166 26 2552 23664904 81600 860.44248962402344 5.8833000000000002 1039.723 120960 69758 1 0 5898240 4423680 4423680 4426502 4492800 161 156 150 156 1929 0 0 0 0 26 0 0 0 0 0 +791 1783781514807365600 REFRESH 23 0 0.70511479312493019 0.99090909090909129 3 13 3 13 0 0 129 8 409 3943916 55200 149.42515563964844 0.98550000000000004 179.10830000000001 20160 14679 0 0 983040 737280 737280 737516 748800 61 26 29 27 266 0 0 0 0 8 0 0 0 0 0 +792 1783781515026299900 REFRESH 52 0 0.71013629915516741 0.12020202020202017 1 7 1 7 0 0 125 3 424 3943916 55200 148.48204040527344 0.98119999999999996 217.73179999999999 20160 13184 0 0 983040 737280 737280 737515 748800 168 26 59 56 115 0 0 0 0 3 0 0 0 0 0 +793 1783781515244929900 REFRESH 40 0 0.72334323826144287 0.67575757575757578 1 12 1 12 1 0 140 6 413 3943893 55200 149.16505432128906 1.0016 178.6095 20160 13996 0 0 983040 737280 737280 737493 748800 38 25 29 49 272 0 0 0 0 6 0 0 0 0 1 +794 1783781515423949200 REFRESH 51 0 0.71582998260467412 0.76868686868686875 3 11 3 11 0 0 119 9 404 3943912 55200 148.91416931152344 0.97529999999999994 177.6686 20160 12898 0 0 983040 737280 737280 737512 748800 44 26 76 40 218 1 0 0 0 8 0 0 0 0 0 +795 1783781515604544000 REFRESH 12 0 0.72235445640574936 0.43535353535353549 3 8 3 8 0 0 201 10 413 3943912 55200 149.37286376953125 0.9819 179.5067 20160 12147 0 0 983040 737280 737280 737512 748800 98 26 35 71 183 0 0 0 0 10 0 0 0 0 0 +796 1783781515798866500 REFRESH 18 0 0.71889566184614273 1 2 14 2 14 0 0 137 8 418 3943932 55200 150.11430358886719 0.98280000000000001 178.53870000000001 20160 14777 0 0 983040 737280 737280 737532 748800 28 26 40 30 294 0 0 0 0 8 0 0 0 0 0 +797 1783781515985026900 REFRESH 8 0 0.82491756125423676 0 2 5 2 5 0 0 238 4 411 3943904 55200 151.24479675292969 0.98299999999999998 184.73179999999999 20160 12827 0 0 983040 737280 737280 737504 748800 66 26 81 121 117 0 0 0 0 4 0 0 0 0 0 +798 1783781516208859800 REFRESH 17 0 0.84644900628909148 0.018181818181818247 0 7 0 7 0 0 219 5 416 3943907 55200 150.03546142578125 0.98040000000000005 222.65110000000001 20160 12913 0 0 983040 737280 737280 737507 748800 95 26 53 95 147 0 0 0 0 5 0 0 0 0 0 +799 1783781516387998300 REFRESH 38 0 0.56915127548939148 0.55555555555555558 2 10 2 10 0 0 130 4 419 3943878 55200 149.20185852050781 0.97970000000000002 177.9624 20160 12862 0 0 983040 737280 737280 737478 748800 67 26 50 43 233 0 0 0 0 4 0 0 0 0 0 +800 1783781516609060600 REFRESH 27 0 0.72100696913816931 0.7959595959595962 0 14 0 14 0 0 167 6 413 3943912 55200 149.76512145996094 0.98450000000000004 179.58680000000001 20160 14047 0 0 983040 737280 737280 737512 748800 47 26 33 28 279 0 0 0 0 6 0 0 0 0 0 +801 1783781516790247900 REFRESH 7 0 0.6091216554655855 0.67575757575757578 1 12 1 12 0 0 146 7 419 3943911 55200 149.32890319824219 0.98070000000000002 180.15190000000001 20160 13891 0 0 983040 737280 737280 737511 748800 26 26 33 34 300 0 0 0 0 7 0 0 0 0 0 +802 1783781516985829400 REFRESH 31 0 0.77278558566481903 0.11111111111111109 2 6 2 6 0 0 163 4 420 3943907 55200 149.46202087402344 0.98280000000000001 194.44720000000001 20160 12468 0 0 983040 737280 737280 737507 748800 66 26 33 111 184 0 0 0 0 4 0 0 0 0 0 +803 1783781517193069100 REFRESH 1 0 0.76558938115420749 0.12020202020202017 1 7 1 7 0 0 145 7 417 3943936 55200 150.74508666992188 0.9829 206.1474 20160 12225 0 0 983040 737280 737280 737536 748800 117 26 66 90 118 0 0 0 0 7 0 0 0 0 0 +804 1783781517402592200 REFRESH 9 0 0.77454091053632279 0.11111111111111109 2 6 2 6 0 0 147 5 428 3943913 55200 150.67109680175781 0.98299999999999998 208.39850000000001 20160 12549 0 0 983040 737280 737280 737513 748800 134 25 37 94 138 0 0 0 0 5 0 0 0 0 0 +805 1783781517627772900 REFRESH 11 0 0.77267982140002278 0.12929292929292943 0 8 0 8 0 0 117 4 417 3943912 55200 150.27711486816406 0.98140000000000005 224.08949999999999 20160 12912 0 0 983040 737280 737280 737511 748800 131 25 43 77 141 0 0 0 1 3 0 0 0 0 0 +806 1783781517830939300 REFRESH 47 0 0.71456367356149952 0.66666666666666674 2 11 2 11 0 0 121 6 420 3943922 55200 149.42311096191406 0.98399999999999999 178.01050000000001 20160 14115 0 0 983040 737280 737280 737522 748800 28 26 33 27 306 0 0 0 0 6 0 0 0 0 0 +807 1783781518025069900 REFRESH 43 0 0.72027811816631349 0.76868686868686875 3 11 3 11 0 0 148 10 424 3943912 55200 149.40261840820312 0.99980000000000002 178.54409999999999 20160 13907 0 0 983040 737280 737280 737512 748800 60 25 108 51 180 0 0 1 1 8 0 0 0 0 0 +808 1783781518214916100 REFRESH 57 0 0.71944178292692318 0.77777777777777779 2 12 2 12 0 0 149 10 409 3943915 55200 149.0565185546875 0.98440000000000005 177.9512 20160 14616 0 0 983040 737280 737280 737514 748800 35 26 30 25 293 0 0 0 0 10 0 0 0 0 0 +809 1783781518393845100 REFRESH 49 0 0.69931827539993963 0.6575757575757577 3 10 3 10 0 0 141 6 413 3943891 55200 149.09747314453125 0.98009999999999997 177.73009999999999 20160 12875 0 0 983040 737280 737280 737491 748800 69 26 32 35 251 0 0 0 0 6 0 0 0 0 0 +810 1783781518611901300 REFRESH 2 0 0.71916341935187322 0.33333333333333343 2 8 2 8 0 0 154 9 418 3943910 55200 150.28428649902344 0.98129999999999995 192.38290000000001 20160 12266 0 0 983040 737280 737280 737510 748800 95 25 74 46 178 0 0 1 0 8 0 0 0 0 0 +811 1783781518805924000 REFRESH 26 0 0.71689532135534095 0.67575757575757578 1 12 1 12 0 0 112 6 420 3943896 55200 149.29306030273438 1.0064 178.50829999999999 20160 13943 0 0 983040 737280 737280 737496 748800 35 26 25 53 281 0 0 0 0 6 0 0 0 0 0 +812 1783781519025576200 REFRESH 37 0 0.72192014288034634 0.67575757575757578 1 12 1 12 0 0 147 7 414 3943891 55200 149.24800109863281 0.98670000000000002 177.89009999999999 20160 14566 0 0 983040 737280 737280 737490 748800 33 26 29 59 267 0 0 0 0 7 0 0 0 0 0 +813 1783781519226240400 REFRESH 14 0 0.71877280683891465 0.57373737373737377 0 12 0 12 1 0 130 3 416 3943942 55200 149.344482421875 0.97650000000000003 184.77770000000001 20160 13841 0 0 983040 737280 737280 737542 748800 32 25 27 26 306 0 0 0 0 3 0 0 0 0 1 +814 1783781519414923000 REFRESH 32 0 0.72899672321756026 0.23131313131313144 1 8 1 8 0 0 153 7 422 3943932 55200 150.03546142578125 0.9768 187.5189 20160 12526 0 0 983040 737280 737280 737531 748800 73 26 86 66 171 0 0 0 0 7 0 0 0 0 0 +815 1783781519609659800 REFRESH 15 0 0.7123323427924404 0.76868686868686875 3 11 3 11 0 0 110 6 416 3943921 55200 149.98016357421875 0.97719999999999996 179.29249999999999 20160 14611 0 0 983040 737280 737280 737521 748800 28 26 42 40 280 0 0 0 0 6 0 0 0 0 0 +816 1783781519801633100 REFRESH 58 0 0.72386517729080946 0.77777777777777779 2 12 2 12 0 0 139 6 415 3943916 55200 148.60697937011719 0.97870000000000001 177.0318 20160 14005 0 0 983040 737280 737280 737516 748800 33 27 26 30 299 0 0 0 0 6 0 0 0 0 0 +817 1783781519983507400 REFRESH 22 0 0.72053044179261416 0.76868686868686875 3 11 3 11 0 0 152 12 417 3943890 55200 149.75599670410156 0.98160000000000003 180.42439999999999 20160 14034 0 0 983040 737280 737280 737489 748800 39 26 41 30 281 0 0 0 0 12 0 0 0 0 0 +818 1783781520181129800 REFRESH 39 0 0.72123740893725619 0.43535353535353549 3 8 3 8 0 0 191 12 420 3943915 55200 150.29145812988281 0.98509999999999998 181.39189999999999 20160 11900 0 0 983040 737280 737280 737515 748800 28 25 63 32 272 0 0 0 0 12 0 0 0 0 0 +819 1783781520382266600 REFRESH 45 0 0.73633960958676925 0.22222222222222218 2 7 2 7 0 0 170 3 425 3943911 55200 151.00314331054688 0.97660000000000002 186.8937 20160 12016 0 0 983040 737280 737280 737510 748800 68 25 34 35 263 0 0 0 0 3 0 0 0 0 0 +820 1783781520607814300 REFRESH 42 0 0.77195334105563562 0.11111111111111109 2 6 2 6 0 0 151 10 425 3943921 55200 150.42466735839844 0.99770000000000003 224.38800000000001 20160 12377 0 0 983040 737280 737280 737521 748800 135 25 72 85 108 0 0 0 0 10 0 0 0 0 0 +821 1783781520792328600 REFRESH 3 0 0.72035056211746573 0.44444444444444453 2 9 2 9 0 0 155 9 415 3943906 55200 148.6878662109375 0.98450000000000004 183.3896 20160 12499 0 0 983040 737280 737280 737506 748800 120 26 45 40 184 0 0 0 0 9 0 0 0 0 0 +822 1783781520995058400 REFRESH 20 0 0.72399564561610585 0.66666666666666674 2 11 2 11 0 0 135 10 418 3943902 55200 149.36650085449219 0.97870000000000001 177.80459999999999 20160 14080 0 0 983040 737280 737280 737502 748800 33 26 37 76 246 0 0 1 0 9 0 0 0 0 0 +823 1783781521190338500 REFRESH 29 0 0.7207433759830737 0.67575757575757578 1 12 1 12 0 0 139 11 413 3943938 55200 149.15583801269531 0.98429999999999995 178.80930000000001 20160 12894 0 0 983040 737280 737280 737538 748800 53 26 30 90 214 0 0 0 0 11 0 0 0 0 0 +824 1783781521382956300 REFRESH 19 0 0.72248673682482711 0.66666666666666674 2 11 2 11 0 0 142 9 415 3943923 55200 148.96742248535156 0.98409999999999997 177.65010000000001 20160 14062 0 0 983040 737280 737280 737523 748800 32 26 27 38 292 0 0 0 0 9 0 0 0 0 0 +825 1783781521614250000 REFRESH 54 0 0.72757299119754615 0.23131313131313144 1 8 1 8 0 0 135 8 418 3943902 55200 149.81939697265625 0.97660000000000002 221.27860000000001 20160 12541 0 0 983040 737280 737280 737502 748800 162 25 59 66 106 0 0 0 0 8 0 0 0 0 0 +826 1783781521823683700 REFRESH 21 0 0.7201896444448086 0.35151515151515161 0 10 0 10 0 0 189 9 417 3943901 55200 149.49784851074219 0.999 191.8254 20160 12368 0 0 983040 737280 737280 737501 748800 40 26 36 58 257 0 0 0 0 9 0 0 0 0 0 +827 1783781522018166900 REFRESH 41 0 0.78062586024830694 0.34242424242424252 1 9 1 9 0 0 115 7 412 3943884 55200 148.31411743164062 0.98640000000000005 193.34880000000001 20160 13146 0 0 983040 737280 737280 737484 748800 120 26 31 37 198 0 0 0 0 7 0 0 0 0 0 +828 1783781522207085600 REFRESH 16 0 0.76919096244902907 0.11111111111111109 2 6 2 6 0 0 204 9 416 3943918 55200 151.21305847167969 0.98780000000000001 187.73320000000001 20160 12128 0 0 983040 737280 737280 737517 748800 151 26 27 98 114 0 0 0 0 9 0 0 0 0 0 +829 1783781522405203700 REFRESH 30 0 0.72879445237542884 0.23131313131313144 1 8 1 8 0 0 159 7 416 3943915 55200 150.25050354003906 0.98799999999999999 196.97309999999999 20160 12372 0 0 983040 737280 737280 737515 748800 104 26 52 130 104 0 0 0 0 7 0 0 0 0 0 +830 1783781522600828300 REFRESH 6 0 0.71632054026926495 0.76868686868686875 3 11 3 11 0 0 127 4 411 3943945 55200 149.04524230957031 0.98780000000000001 179.8622 20160 14089 0 0 983040 737280 737280 737544 748800 31 25 34 42 279 0 0 0 0 4 0 0 0 0 0 +831 1783781522835925500 REFRESH 44 0 0.72915253020580428 0.22222222222222218 2 7 2 7 0 0 178 7 415 3943916 55200 149.61766052246094 0.98599999999999999 205.21270000000001 20160 12442 0 0 983040 737280 737280 737516 748800 65 26 29 42 253 0 0 0 0 7 0 0 0 0 0 +832 1783781523032267800 REFRESH 13 0 0.88531483845249892 0.0090909090909090783 1 6 1 6 0 0 192 0 415 3943927 55200 149.13740539550781 0.97870000000000001 195.1996 20160 12920 0 0 983040 737280 737280 737527 748800 160 26 69 58 102 0 0 0 0 0 0 0 0 0 0 +833 1783781523213789000 REFRESH 55 0 0.71906890491622144 0.67575757575757578 1 12 1 12 0 0 166 10 415 3943928 55200 149.98016357421875 0.97919999999999996 180.24600000000001 20160 12898 0 0 983040 737280 737280 737528 748800 64 26 25 26 274 0 0 0 0 10 0 0 0 0 0 +834 1783781523414524500 REFRESH 34 0 0.715776937420049 0.78686868686868705 1 13 1 13 0 0 116 10 413 3943902 55200 148.68479919433594 0.97709999999999997 175.98230000000001 20160 14650 0 0 983040 737280 737280 737502 748800 27 25 27 36 298 0 0 0 0 10 0 0 0 0 0 +835 1783781523611315900 REFRESH 24 0 0.71022517564074028 0.87070707070707098 4 11 4 11 0 0 156 10 416 3943899 55200 150.53004455566406 0.99839999999999995 181.5145 20160 14548 0 0 983040 737280 737280 737499 748800 30 26 28 28 304 0 0 0 0 10 0 0 0 0 0 +836 1783781523803194400 REFRESH 53 0 0.77120079407975151 0.12929292929292943 0 8 0 8 0 0 165 4 414 3943935 55200 150.12249755859375 0.99639999999999995 190.60489999999999 20160 12126 0 0 983040 737280 737280 737535 748800 143 27 36 30 178 0 0 0 0 4 0 0 0 0 0 +837 1783781523993022400 REFRESH 5 0 0.70834900976879878 0.66666666666666674 2 11 2 11 0 0 99 4 416 3943881 55200 148.39808654785156 0.97840000000000005 176.60210000000001 20160 14015 0 0 983040 737280 737280 737481 748800 49 26 39 119 183 0 0 0 0 4 0 0 0 0 0 +838 1783781524192139700 REFRESH 50 0 0.72142142352894245 0.44444444444444453 2 9 2 9 0 0 144 6 422 3943924 55200 148.79443359375 0.98760000000000003 183.10149999999999 20160 12168 0 0 983040 737280 737280 737524 748800 58 26 30 49 259 0 0 0 0 6 0 0 0 0 0 +839 1783781524381600200 REFRESH 33 0 0.76656511669712546 0.12020202020202017 1 7 1 7 0 0 191 4 421 3943922 55200 151.46086120605469 0.97729999999999995 188.32079999999999 20160 12247 0 0 983040 737280 737280 737522 748800 138 26 82 41 134 0 0 0 0 4 0 0 0 0 0 +840 1783781524577058700 REFRESH 10 0 0.72354021857989692 0.45353535353535362 1 10 1 10 0 0 128 5 420 3943912 55200 150.40409851074219 0.99790000000000001 180.57409999999999 20160 12930 0 0 983040 737280 737280 737511 748800 92 26 33 40 229 0 0 0 0 5 0 0 0 0 0 +841 1783781524772439000 REFRESH 35 0 0.71643197425614646 0.66666666666666674 2 11 2 11 0 0 178 9 417 3943909 55200 149.60844421386719 0.9819 179.90710000000001 20160 13967 0 0 983040 737280 737280 737509 748800 35 26 31 80 245 0 0 0 0 9 0 0 0 0 0 +842 1783781524952919800 REFRESH 36 0 0.72056334534577082 0.6575757575757577 3 10 3 10 0 0 136 9 422 3943973 55200 148.99813842773438 0.98629999999999995 179.37450000000001 20160 12836 0 0 983040 737280 737280 737573 748800 75 25 25 31 266 0 0 0 0 9 0 0 0 0 0 +843 1783781525176518300 REFRESH 56 0 0.89230664106815638 0 2 5 2 5 0 0 231 7 414 3943906 55200 150.7799072265625 0.99850000000000005 222.43049999999999 20160 12876 0 0 983040 737280 737280 737506 748800 141 26 45 121 81 0 0 0 0 7 0 0 0 0 0 +844 1783781525375941000 REFRESH 4 0 0.70832911557588307 0.78686868686868705 1 13 1 13 0 0 69 5 417 3943931 55200 148.58522033691406 1.0515000000000001 175.89699999999999 20160 14636 0 0 983040 737280 737280 737531 748800 27 26 30 29 305 0 0 0 0 5 0 0 0 0 0 +845 1783781525572770700 REFRESH 46 0 0.72488154531638949 0.22222222222222218 2 7 2 7 0 0 332 1 417 3943914 55200 150.42970275878906 0.98040000000000005 195.62950000000001 20160 12517 0 0 983040 737280 737280 737514 748800 98 25 46 55 193 0 0 0 0 1 0 0 0 0 0 +846 1783781525781055200 REFRESH 48 0 0.82739363787664655 0.22222222222222218 2 7 2 7 1 0 186 13 422 3943885 55200 151.47724914550781 1 207.08070000000001 20160 12407 0 0 983040 737280 737280 737485 748800 73 26 69 68 186 0 0 0 0 13 0 0 0 0 1 +847 1783781525984937300 REFRESH 25 0 0.71481045103878971 0.76868686868686875 3 11 3 11 0 0 130 6 420 3943906 55200 150.30680847167969 0.99919999999999998 179.97380000000001 20160 14581 0 0 983040 737280 737280 737506 748800 31 25 35 26 303 0 0 0 0 6 0 0 0 0 0 +848 1783781526179848900 REFRESH 28 0 0.71847487290433865 0.67575757575757578 1 12 1 12 0 0 158 4 404 3943924 55200 150.17584228515625 0.98250000000000004 179.87039999999999 20160 14546 0 0 983040 737280 737280 737524 748800 29 26 28 28 293 0 0 0 0 4 0 0 0 0 0 +849 1783781526374062600 REFRESH 0 0 0.71517452267647585 0.67575757575757578 1 12 1 12 1 0 99 9 420 3943904 55200 148.95205688476562 0.97889999999999999 177.9862 20160 14642 0 0 983040 737280 737280 737504 748800 32 25 25 25 313 0 0 0 0 9 0 0 0 0 1 +850 1783781527674571300 DEPTH 17 1 0.88118765396973764 0.018181818181818247 0 7 0 7 0 0 220 19 2526 23664837 81600 856.72557067871094 5.8794000000000004 1299.3153 120960 61939 1 0 5898240 4423680 4423680 4426437 4492800 205 156 162 294 1709 0 0 0 0 19 0 0 0 0 0 +851 1783781528789236900 DEPTH 8 1 0.87861733760053329 0 2 5 2 5 0 0 239 22 2575 23664834 81600 867.52430725097656 5.8895 1113.5398 120960 62864 1 0 5898240 4423680 4423680 4426432 4492800 159 154 150 415 1697 0 0 0 0 22 0 0 0 0 0 +852 1783781530100514700 DEPTH 13 1 0.82476187166965698 0.0090909090909090783 1 6 1 6 0 0 192 17 2494 23664837 81600 865.41928100585938 5.9055000000000009 1271.7793999999999 120960 61832 1 0 5898240 4423680 4423680 4426437 4492800 260 150 163 173 1748 0 0 0 0 17 0 0 0 0 0 +853 1783781531468777000 DEPTH 42 1 0.77008365394248102 0.11111111111111109 2 6 2 6 0 0 151 50 2617 23664835 81600 890.876708984375 5.8674999999999997 1342.8117999999999 120960 60222 1 0 5898240 4423680 4423680 4426432 4492800 313 150 234 225 1695 1 0 0 0 49 0 0 0 0 0 +854 1783781532829850900 DEPTH 9 1 0.76793609073913704 0.11111111111111109 2 6 2 6 0 0 148 12 2602 23664904 81600 856.743408203125 5.8744999999999994 1288.1739 120960 60110 1 0 5898240 4423680 4423680 4426503 4492800 520 150 188 392 1352 0 0 0 0 12 0 0 0 0 0 +855 1783781534154071700 DEPTH 11 1 0.76526182521522124 0.12929292929292943 0 8 0 8 1 0 118 14 2543 23664770 81600 849.63876342773438 5.9186999999999994 1299.4028000000001 120960 61226 1 0 5898240 4423680 4423680 4426369 4492800 289 150 166 271 1667 0 0 0 0 14 0 0 0 0 1 +856 1783781535454919400 DEPTH 31 1 0.76514155206696921 0.11111111111111109 2 6 2 6 0 0 163 17 2561 23664768 81600 877.62693786621094 5.8981000000000003 1276.0111999999999 120960 59142 1 0 5898240 4423680 4423680 4426365 4492800 336 150 177 339 1559 0 0 0 0 17 0 0 0 0 0 +857 1783781536765899200 DEPTH 52 1 0.76219904625434876 0.12020202020202017 1 7 1 7 1 0 125 12 2585 23664745 81600 852.76235961914062 5.8916999999999993 1284.2255 120960 63126 1 0 5898240 4423680 4423680 4426342 4492800 687 156 263 301 1178 0 0 0 0 12 0 0 0 0 1 +858 1783781538090083500 DEPTH 56 1 0.78778608205082745 0 2 5 2 5 0 0 231 12 2553 23664917 81600 853.98689270019531 5.9071000000000007 1295.0045 120960 61704 1 0 5898240 4423680 4423680 4426516 4492800 496 150 174 410 1323 0 0 0 0 12 0 0 0 0 0 +859 1783781539365406900 DEPTH 41 1 0.76935509878335007 0.34242424242424252 1 9 1 9 0 0 115 29 2557 23664772 81600 849.3782958984375 5.8864000000000001 1250.5667000000001 120960 62020 1 0 5898240 4423680 4423680 4426369 4492800 217 156 156 158 1870 0 0 0 0 29 0 0 0 0 0 +860 1783781540529415200 DEPTH 16 1 0.76685982516318996 0.11111111111111109 2 6 2 6 0 0 204 20 2548 23664815 81600 860.50114440917969 5.8915999999999995 1124.7882999999999 120960 57170 1 0 5898240 4423680 4423680 4426413 4492800 231 156 154 204 1803 0 0 0 0 20 0 0 0 0 0 +861 1783781541852061800 DEPTH 1 1 0.76172695234061305 0.12020202020202017 1 7 1 7 0 0 145 10 2578 23664721 81600 857.45027160644531 5.8936999999999999 1298.7879 120960 58696 1 0 5898240 4423680 4423680 4426318 4492800 324 150 225 241 1638 0 0 0 0 10 0 0 0 0 0 +862 1783781543107430800 DEPTH 53 1 0.7633142391191845 0.12929292929292943 0 8 0 8 0 0 166 25 2521 23664808 81600 856.45285034179688 5.8704999999999998 1215.4108000000001 120960 57230 1 0 5898240 4423680 4423680 4426406 4492800 224 156 168 163 1810 0 0 1 0 24 0 0 0 0 0 +863 1783781544390336900 DEPTH 45 1 0.72675123219718152 0.22222222222222218 2 7 2 7 0 0 170 20 2602 23664976 81600 863.12120056152344 5.9266000000000005 1223.5429999999999 120960 56847 1 0 5898240 4423680 4423680 4426575 4492800 160 150 154 150 1988 0 0 0 0 20 0 0 0 0 0 +864 1783781545655848200 DEPTH 32 1 0.72423373187407547 0.23131313131313144 1 8 1 8 0 0 154 37 2551 23664839 81600 856.14585876464844 5.9236000000000004 1220.3313000000001 120960 58847 1 0 5898240 4423680 4423680 4426438 4492800 186 151 198 208 1808 0 0 0 0 37 0 0 0 0 0 +865 1783781546988532000 DEPTH 44 1 0.72413504927384398 0.22222222222222218 2 7 2 7 0 0 179 15 2577 23664789 81600 886.84432983398438 5.8959999999999999 1316.6475 120960 57899 1 0 5898240 4423680 4423680 4426388 4492800 170 156 150 160 1941 0 0 0 0 15 0 0 0 0 0 +866 1783781548280397900 DEPTH 17 1 0.79079938474240385 0.018181818181818247 0 7 0 7 0 0 220 15 2524 23664892 81600 847.49806213378906 5.907 1290.6741999999999 120960 51354 1 0 5898240 4423680 4423680 4426490 4492800 214 156 166 307 1681 0 0 0 0 15 0 0 0 0 0 +867 1783781549413336400 DEPTH 8 1 0.78827975852092969 0 2 5 2 5 0 0 240 27 2578 23664835 81600 858.72593688964844 5.9401000000000002 1095.038 120960 51894 1 0 5898240 4423680 4423680 4426432 4492800 162 156 150 508 1602 0 0 0 0 27 0 0 0 0 0 +868 1783781550725315600 DEPTH 48 1 0.7856549076077316 0.22222222222222218 2 7 2 6 1 0 187 35 2594 23664814 81600 881.61305236816406 5.8912999999999993 1310.7298000000001 120960 60384 1 0 5898240 4423680 4423680 4426412 4492800 175 156 164 156 1943 0 0 0 0 35 0 0 0 0 1 +869 1783781552000313100 DEPTH 13 1 0.79503138174300692 0.0090909090909090783 1 6 1 6 0 0 192 13 2494 23664912 81600 861.77339172363281 5.8792999999999997 1273.9015999999999 120960 50801 1 0 5898240 4423680 4423680 4426511 4492800 263 150 165 185 1731 0 0 0 0 13 0 0 0 0 0 +870 1783781553205521600 DEPTH 33 1 0.75949136110751803 0.12020202020202017 1 7 1 7 0 0 191 22 2525 23664887 81600 861.8551025390625 5.9006000000000007 1203.9869000000001 120960 57974 1 0 5898240 4423680 4423680 4426487 4492800 244 152 156 190 1783 0 0 0 0 22 0 0 0 0 0 +871 1783781554468940200 DEPTH 30 1 0.72393708866263351 0.23131313131313144 1 8 1 8 0 0 159 22 2556 23664869 81600 855.25453186035156 5.8871000000000002 1262.2488000000001 120960 58247 1 0 5898240 4423680 4423680 4426468 4492800 342 150 203 395 1466 0 0 0 2 20 0 0 0 0 0 +872 1783781555753864300 DEPTH 54 1 0.72391319294858869 0.23131313131313144 1 8 1 8 0 0 135 24 2574 23664814 81600 853.02320861816406 5.8981000000000003 1283.8223 120960 58605 1 0 5898240 4423680 4423680 4426413 4492800 328 150 215 269 1612 0 0 0 0 24 0 0 0 0 0 +873 1783781556811885300 DEPTH 12 1 0.71979782417400884 0.43535353535353549 3 8 3 8 0 0 204 50 2515 23664788 81600 855.19389343261719 5.8813000000000004 1030.75 120960 59351 1 0 5898240 4423680 4423680 4426388 4492800 179 156 159 188 1833 0 0 0 0 50 0 0 0 0 0 +874 1783781558097540800 DEPTH 56 1 0.79653863847012996 0 2 5 2 5 0 0 231 11 2555 23664879 81600 846.15512084960938 5.8732000000000006 1284.4237000000001 120960 51113 1 0 5898240 4423680 4423680 4426477 4492800 459 150 174 478 1294 0 0 0 0 11 0 0 0 0 0 +875 1783781559380503700 DEPTH 48 1 0.77460218953847448 0.11111111111111109 2 6 2 6 0 0 188 31 2593 23664948 81600 846.2213134765625 5.8895 1281.7355 120960 49098 1 0 5898240 4423680 4423680 4426548 4492800 194 156 168 156 1919 0 0 0 0 31 0 0 0 0 0 +876 1783781560717261800 DEPTH 42 1 0.74801747586426659 0.11111111111111109 2 6 2 6 0 0 152 42 2614 23664810 81600 856.12384033203125 5.8897000000000004 1304.0225 120960 48166 1 0 5898240 4423680 4423680 4426408 4492800 355 150 261 306 1542 0 0 0 0 42 0 0 0 0 0 +877 1783781561780088600 DEPTH 20 1 0.71971057326781085 0.66666666666666674 2 11 2 11 0 0 136 35 2563 23664868 81600 854.47026062011719 5.8951000000000002 1025.1801 120960 69408 1 1 5898240 4423680 4423680 4426467 4492800 174 150 188 252 1799 0 0 1 0 33 0 0 0 0 0 +878 1783781563013364600 DEPTH 39 1 0.71818320606772268 0.43535353535353549 3 8 3 8 0 0 191 59 2601 23664835 81600 880.32861328125 5.8797999999999995 1140.9530999999999 120960 56951 1 0 5898240 4423680 4423680 4426435 4492800 150 150 156 152 1993 0 0 0 1 58 0 0 0 0 0 +879 1783781564062906000 DEPTH 19 1 0.71735381926463648 0.66666666666666674 2 11 2 11 0 0 142 37 2598 23664839 81600 853.36647033691406 5.8819999999999997 1023.7723999999999 120960 69096 1 0 5898240 4423680 4423680 4426439 4492800 150 150 156 170 1972 0 0 0 0 37 0 0 0 0 0 +880 1783781565379326100 DEPTH 21 1 0.71734366495333068 0.35151515151515161 0 10 0 10 0 0 189 40 2542 23664798 81600 856.20811462402344 5.8625999999999996 1270.1683 120960 58598 1 0 5898240 4423680 4423680 4426398 4492800 162 150 156 177 1897 0 0 0 0 40 0 0 0 0 0 +881 1783781566445427900 DEPTH 29 1 0.71656991384773694 0.67575757575757578 1 12 1 12 0 0 140 33 2564 23664868 81600 853.28778076171875 5.8972999999999995 1025.3045 120960 64244 1 0 5898240 4423680 4423680 4426467 4492800 158 150 150 325 1781 0 0 0 0 33 0 0 0 0 0 +882 1783781566640680000 REFRESH 35 0 0.71165194670052423 0.66666666666666674 2 11 2 11 0 0 178 8 414 3943898 55200 149.43539428710938 0.98170000000000002 179.9383 20160 13764 0 0 983040 737280 737280 737498 748800 46 26 32 87 223 0 0 0 0 8 0 0 0 0 0 +883 1783781566876095900 REFRESH 44 0 0.65213075867590331 0.22222222222222218 2 7 2 7 0 0 179 5 420 3943910 55200 150.19743347167969 0.99929999999999997 213.05850000000001 20160 12483 0 0 983040 737280 737280 737510 748800 54 26 30 42 268 0 0 0 0 5 0 0 0 0 0 +884 1783781567061522400 REFRESH 3 0 0.71643949967520482 0.44444444444444453 2 9 2 9 0 0 155 9 417 3943921 55200 149.50399780273438 0.98170000000000002 184.3115 20160 12552 0 0 983040 737280 737280 737520 748800 84 26 42 40 225 0 0 0 0 9 0 0 0 0 0 +885 1783781567242940900 REFRESH 55 0 0.71495877591356949 0.67575757575757578 1 12 1 12 0 0 166 7 417 3943891 55200 150.48793029785156 1 180.18950000000001 20160 12836 0 0 983040 737280 737280 737491 748800 58 26 25 27 281 0 0 0 0 7 0 0 0 0 0 +886 1783781567436439700 REFRESH 15 0 0.7052339642393658 0.76868686868686875 3 11 3 11 0 0 110 9 419 3943903 55200 150.26246643066406 0.9839 178.8219 20160 14595 0 0 983040 737280 737280 737503 748800 28 26 36 41 288 0 0 0 1 8 0 0 0 0 0 +887 1783781567623461800 REFRESH 8 0 0.82784006687663969 0 2 5 2 5 0 0 240 6 415 3943920 55200 151.40762329101562 0.98699999999999999 185.87889999999999 20160 13043 0 0 983040 737280 737280 737520 748800 55 26 65 114 155 0 0 0 0 6 0 0 0 0 0 +888 1783781567827523800 REFRESH 10 0 0.71505960742639574 0.45353535353535362 1 10 1 10 0 0 128 10 419 3943936 55200 149.36480712890625 0.98329999999999995 179.29329999999999 20160 12918 0 0 983040 737280 737280 737536 748800 71 25 31 36 256 0 0 0 0 10 0 0 0 0 0 +889 1783781568045494100 REFRESH 50 0 0.71449382767649183 0.44444444444444453 2 9 2 9 0 0 144 7 418 3943916 55200 161.12435913085938 0.98280000000000001 202.9016 20160 12065 0 0 983040 737280 737280 737516 748800 27 26 27 26 312 0 0 0 0 7 0 0 0 0 0 +890 1783781568240899000 REFRESH 31 0 0.76373518744895874 0.11111111111111109 2 6 2 6 0 0 163 4 422 3943893 55200 149.41696166992188 0.98470000000000002 194.26679999999999 20160 12183 0 0 983040 737280 737280 737493 748800 71 26 34 131 160 0 0 0 0 4 0 0 0 0 0 +891 1783781568431520000 REFRESH 36 0 0.71525508648868674 0.6575757575757577 3 10 3 10 0 0 136 7 423 3943903 55200 158.47013854980469 0.98699999999999999 189.0829 20160 12920 0 0 983040 737280 737280 737503 748800 64 25 25 28 281 0 0 0 0 7 0 0 0 0 0 +892 1783781568640852800 REFRESH 51 0 0.71133825096956049 0.76868686868686875 3 11 3 11 0 0 120 14 407 3943920 55200 163.95468139648438 0.99680000000000002 194.34219999999999 20160 12920 0 0 983040 737280 737280 737520 748800 48 26 83 46 204 0 0 0 0 14 0 0 0 0 0 +893 1783781568854010400 REFRESH 18 0 0.71289004718667914 1 2 14 2 14 0 0 137 9 418 3943940 55200 161.82374572753906 1.0511999999999999 196.37299999999999 20160 14570 0 0 983040 737280 737280 737540 748800 30 26 46 35 281 0 0 0 0 9 0 0 0 0 0 +894 1783781569062970200 REFRESH 21 0 0.60486450338402054 0.35151515151515161 0 10 0 10 0 0 189 8 416 3943884 55200 165.03500366210938 0.9869 207.6942 20160 12364 0 0 983040 737280 737280 737484 748800 76 26 42 69 203 0 0 0 0 8 0 0 0 0 0 +895 1783781569297043500 REFRESH 2 0 0.71663482511497523 0.33333333333333343 2 8 2 8 0 0 154 5 424 3943893 55200 163.84819030761719 0.98109999999999997 208.39920000000001 20160 12393 0 0 983040 737280 737280 737493 748800 84 25 51 45 219 0 0 0 0 5 0 0 0 0 0 +896 1783781569518719500 REFRESH 57 0 0.71595880101762754 0.77777777777777779 2 12 2 12 0 0 149 10 408 3943909 55200 161.24415588378906 0.98870000000000002 192.44069999999999 20160 14664 0 0 983040 737280 737280 737509 748800 33 26 29 26 294 0 0 0 0 10 0 0 0 0 0 +897 1783781569724555500 REFRESH 5 0 0.69973173928751986 0.66666666666666674 2 11 2 11 0 0 99 8 416 3943902 55200 161.80326843261719 0.98419999999999996 190.7645 20160 13878 0 0 983040 737280 737280 737502 748800 42 25 37 106 206 0 0 0 0 8 0 0 0 0 0 +898 1783781569928728000 REFRESH 16 0 0.76561033518108546 0.11111111111111109 2 6 2 6 0 0 204 5 415 3943889 55200 165.91474914550781 0.98119999999999996 202.93020000000001 20160 12067 0 0 983040 737280 737280 737489 748800 160 26 26 103 100 0 0 0 0 5 0 0 0 0 0 +899 1783781570137475900 REFRESH 25 0 0.70711477181084426 0.76868686868686875 3 11 3 11 0 0 130 5 421 3943928 55200 163.43049621582031 0.98040000000000005 194.1003 20160 14560 0 0 983040 737280 737280 737528 748800 30 25 34 26 306 0 0 0 0 5 0 0 0 0 0 +900 1783781570345821800 REFRESH 43 0 0.71653898542420058 0.76868686868686875 3 11 3 11 0 0 148 12 425 3943924 55200 162.02444458007812 0.98340000000000005 191.9111 20160 13676 0 0 983040 737280 737280 737524 748800 62 25 112 51 175 0 0 0 2 10 0 0 0 0 0 +901 1783781570577477900 REFRESH 30 0 0.7221409401425436 0.23131313131313144 1 8 1 8 0 0 159 2 414 3943920 55200 161.20217895507812 0.98029999999999995 211.17920000000001 20160 12329 0 0 983040 737280 737280 737520 748800 101 25 49 117 122 0 0 0 0 2 0 0 0 0 0 +902 1783781570780575600 REFRESH 45 0 0.72480227216640958 0.22222222222222218 2 7 2 7 0 0 170 8 423 3943936 55200 161.55238342285156 1.0027999999999999 201.5488 20160 12057 0 0 983040 737280 737280 737536 748800 76 25 34 36 252 0 0 0 0 8 0 0 0 0 0 +903 1783781570984407200 REFRESH 32 0 0.72253735743842606 0.23131313131313144 1 8 1 8 0 0 154 4 419 3943906 55200 163.36589050292969 0.98580000000000001 202.44569999999999 20160 12420 0 0 983040 737280 737280 737506 748800 86 26 94 72 141 0 0 0 0 4 0 0 0 0 0 +904 1783781571187841200 REFRESH 33 0 0.75892803599535419 0.12020202020202017 1 7 1 7 0 0 191 5 421 3943883 55200 160.35122680664062 0.98089999999999999 202.19829999999999 20160 12134 0 0 983040 737280 737280 737483 748800 104 26 58 40 193 0 0 0 0 5 0 0 0 0 0 +905 1783781571405648100 REFRESH 49 0 0.71197737420449569 0.6575757575757577 3 10 3 10 0 0 141 8 415 3943938 55200 161.21139526367188 0.9929 192.9271 20160 12842 0 0 983040 737280 737280 737537 748800 88 26 33 40 228 0 0 0 0 8 0 0 0 0 0 +906 1783781571628051500 REFRESH 9 0 0.76678185797606624 0.11111111111111109 2 6 2 6 0 0 148 3 428 3943935 55200 159.59858703613281 0.97699999999999998 221.24809999999999 20160 12490 0 0 983040 737280 737280 737535 748800 148 25 35 102 118 0 0 0 0 3 0 0 0 0 0 +907 1783781571831243900 REFRESH 0 0 0.71109829271772451 0.67575757575757578 1 12 1 12 0 0 100 7 426 3943919 55200 150.60890197753906 0.97299999999999998 180.44409999999999 20160 14647 0 0 983040 737280 737280 737519 748800 33 25 25 25 318 0 0 0 0 7 0 0 0 0 0 +908 1783781572027913700 REFRESH 58 0 0.71574940748601157 0.77777777777777779 2 12 2 12 0 0 140 17 410 3943883 55200 150.64076232910156 0.96779999999999999 180.5438 20160 13891 0 0 983040 737280 737280 737483 748800 33 27 26 30 294 0 0 0 0 17 0 0 0 0 0 +909 1783781572242144000 REFRESH 1 0 0.76087054887186256 0.12020202020202017 1 7 1 7 0 0 145 7 418 3943903 55200 151.1751708984375 0.97199999999999998 213.0061 20160 12147 0 0 983040 737280 737280 737503 748800 126 26 72 89 105 0 0 0 0 7 0 0 0 0 0 +910 1783781572446007400 REFRESH 34 0 0.71243650758830568 0.78686868686868705 1 13 1 13 0 0 116 9 423 3943923 55200 149.41311645507812 0.97199999999999998 178.86859999999999 20160 14585 0 0 983040 737280 737280 737523 748800 26 25 27 35 310 0 0 0 0 9 0 0 0 0 0 +911 1783781572672289800 REFRESH 54 0 0.72225554525097835 0.23131313131313144 1 8 1 8 0 0 135 3 416 3943908 55200 150.49626159667969 0.96679999999999999 224.9417 20160 12389 0 0 983040 737280 737280 737508 748800 159 25 59 70 103 0 0 0 0 3 0 0 0 0 0 +912 1783781572854578800 REFRESH 20 0 0.71526226847008756 0.66666666666666674 2 11 2 11 0 0 137 6 422 3943929 55200 150.86489868164062 0.97089999999999999 181.024 20160 12546 0 0 983040 737280 737280 737529 748800 42 26 48 87 219 0 0 0 1 5 0 0 0 0 0 +913 1783781573050563500 REFRESH 4 0 0.7006041584886824 0.78686868686868705 1 13 1 13 0 0 69 6 413 3943910 55200 150.98367309570312 0.97860000000000003 180.20169999999999 20160 14508 0 0 983040 737280 737280 737510 748800 27 26 32 29 299 0 0 0 0 6 0 0 0 0 0 +914 1783781573276922900 REFRESH 23 0 0.70098527096094543 0.99090909090909129 3 13 3 13 1 0 129 9 408 3943888 55200 150.63655090332031 0.9738 181.6172 20160 14604 0 0 983040 737280 737280 737488 748800 53 26 30 27 272 0 0 0 0 9 0 0 0 0 1 +915 1783781573474070900 REFRESH 7 0 0.71342380757349078 0.67575757575757578 1 12 1 12 0 0 146 4 416 3943923 55200 150.75840759277344 0.98099999999999998 181.7653 20160 13796 0 0 983040 737280 737280 737523 748800 27 26 37 40 286 0 0 0 0 4 0 0 0 0 0 +916 1783781573708007600 REFRESH 17 0 0.88069058703154979 0.018181818181818247 0 7 0 7 0 0 220 3 416 3943912 55200 151.75680541992188 0.97570000000000001 232.74000000000001 20160 12957 0 0 983040 737280 737280 737512 748800 101 26 55 99 135 0 0 0 0 3 0 0 0 0 0 +917 1783781573923811600 REFRESH 46 0 0.71488864880509539 0.22222222222222218 2 7 2 7 0 0 332 8 421 3943892 55200 151.69229125976562 0.9728 199.5275 20160 12451 0 0 983040 737280 737280 737492 748800 115 25 58 66 157 0 0 0 0 8 0 0 0 0 0 +918 1783781574152322800 REFRESH 11 0 0.76454231147533736 0.12929292929292943 0 8 0 8 0 0 118 1 413 3943892 55200 150.36416625976562 0.97499999999999998 227.24510000000001 20160 12463 0 0 983040 737280 737280 737492 748800 92 25 39 57 200 0 0 0 0 1 0 0 0 0 0 +919 1783781574386295200 REFRESH 6 0 0.70690544844183356 0.76868686868686875 3 11 3 11 0 0 127 7 415 3943961 55200 151.38406372070312 0.98839999999999995 182.3706 20160 13756 0 0 983040 737280 737280 737561 748800 31 25 36 41 282 0 0 0 0 7 0 0 0 0 0 +920 1783781574615911000 REFRESH 52 0 0.7622162634406775 0.12020202020202017 1 7 1 7 0 0 125 5 423 3943911 55200 151.04512023925781 0.97940000000000005 228.26349999999999 20160 12531 0 0 983040 737280 737280 737510 748800 164 26 60 62 111 0 0 0 0 5 0 0 0 0 0 +921 1783781574811444500 REFRESH 37 0 0.71612459667105921 0.67575757575757578 1 12 1 12 0 0 147 7 416 3943932 55200 150.74418640136719 1.0167999999999999 181.61709999999999 20160 14630 0 0 983040 737280 737280 737532 748800 35 26 34 68 253 0 0 0 0 7 0 0 0 0 0 +922 1783781575003853300 REFRESH 38 0 0.71102853358531481 0.55555555555555558 2 10 2 10 0 0 130 8 422 3943914 55200 149.9842529296875 0.97219999999999995 180.2688 20160 12727 0 0 983040 737280 737280 737514 748800 85 26 63 61 187 0 0 0 0 8 0 0 0 0 0 +923 1783781575205299200 REFRESH 41 0 0.76248101036253302 0.34242424242424252 1 9 1 9 0 0 115 5 416 3943924 55200 151.03692626953125 0.97270000000000001 200.20230000000001 20160 12763 0 0 983040 737280 737280 737522 748800 124 26 31 33 202 0 0 0 0 5 0 0 0 0 0 +924 1783781575387469400 REFRESH 29 0 0.71230454776666652 0.67575757575757578 1 12 1 12 0 0 140 7 420 3943935 55200 150.12760925292969 0.96499999999999997 180.7576 20160 12052 0 0 983040 737280 737280 737535 748800 53 25 26 75 241 0 0 0 0 7 0 0 0 0 0 +925 1783781575587849800 REFRESH 14 0 0.70978470852861553 0.57373737373737377 0 12 0 12 0 0 130 7 412 3943911 55200 151.58271789550781 0.97099999999999997 188.221 20160 13699 0 0 983040 737280 737280 737511 748800 44 25 27 26 290 0 0 0 0 7 0 0 0 0 0 +926 1783781575813639800 REFRESH 26 0 0.71043599239520083 0.67575757575757578 1 12 1 12 0 0 113 4 423 3943910 55200 151.17106628417969 0.9677 180.66030000000001 20160 13828 0 0 983040 737280 737280 737510 748800 36 26 25 56 280 0 0 0 0 4 0 0 0 0 0 +927 1783781576007575200 REFRESH 28 0 0.70946109707660721 0.67575757575757578 1 12 1 12 0 0 158 7 408 3943911 55200 150.70413208007812 0.96689999999999998 181.87010000000001 20160 14598 0 0 983040 737280 737280 737511 748800 29 26 30 28 295 0 0 0 0 7 0 0 0 0 0 +928 1783781576200777800 REFRESH 47 0 0.70846686142691362 0.66666666666666674 2 11 2 11 0 0 121 6 420 3943926 55200 150.60890197753906 0.96830000000000005 181.18549999999999 20160 13755 0 0 983040 737280 737280 737526 748800 28 26 36 27 303 0 0 0 0 6 0 0 0 0 0 +929 1783781576386594800 REFRESH 39 0 0.71502294765502694 0.43535353535353549 3 8 3 8 0 0 191 10 421 3943930 55200 150.41944885253906 0.96730000000000005 184.5812 20160 11985 0 0 983040 737280 737280 737528 748800 27 25 36 28 305 0 0 0 0 10 0 0 0 0 0 +930 1783781576607050600 REFRESH 48 0 0.93511559592259585 0.11111111111111109 2 6 2 6 0 0 188 7 427 3943909 55200 152.37324523925781 0.96930000000000005 210.66319999999999 20160 12970 0 0 983040 737280 737280 737509 748800 89 26 71 63 178 0 0 0 0 7 0 0 0 0 0 +931 1783781576800657400 REFRESH 27 0 0.71389670405970895 0.7959595959595962 0 14 0 14 0 0 168 5 411 3943941 55200 150.43788146972656 0.97370000000000001 181.41890000000001 20160 14024 0 0 983040 737280 737280 737541 748800 51 26 37 28 269 0 0 0 0 5 0 0 0 0 0 +932 1783781577044302700 REFRESH 56 0 0.88575155913392267 0 2 5 2 5 0 0 231 4 413 3943912 55200 151.61856079101562 0.98070000000000002 227.91679999999999 20160 12768 0 0 983040 737280 737280 737511 748800 133 26 44 115 95 0 0 0 0 4 0 0 0 0 0 +933 1783781577239687100 REFRESH 24 0 0.70743799707568811 0.87070707070707098 4 11 4 11 0 0 156 9 412 3943876 55200 150.77580261230469 0.96860000000000002 182.65809999999999 20160 14538 0 0 983040 737280 737280 737476 748800 29 26 26 26 305 0 0 0 0 9 0 0 0 0 0 +934 1783781577433590300 REFRESH 22 0 0.7172067959365076 0.76868686868686875 3 11 3 11 0 0 152 4 416 3943909 55200 151.37075805664062 0.97030000000000005 182.00909999999999 20160 13788 0 0 983040 737280 737280 737509 748800 39 26 41 32 278 0 0 0 0 4 0 0 0 0 0 +935 1783781577628219100 REFRESH 53 0 0.76265855696948659 0.12929292929292943 0 8 0 8 0 0 166 3 414 3943914 55200 151.762939453125 0.96599999999999997 193.39089999999999 20160 12124 0 0 983040 737280 737280 737513 748800 141 27 35 30 181 0 0 0 0 3 0 0 0 0 0 +936 1783781577812263100 REFRESH 12 0 0.71697040197656892 0.43535353535353549 3 8 3 8 0 0 204 10 413 3943926 55200 150.89561462402344 0.97089999999999999 182.839 20160 12290 0 0 983040 737280 737280 737526 748800 111 26 33 71 172 0 0 0 0 10 0 0 0 0 0 +937 1783781577995573400 REFRESH 19 0 0.71355296440258198 0.66666666666666674 2 11 2 11 0 0 142 11 419 3943912 55200 150.99288940429688 0.97709999999999997 182.12880000000001 20160 12696 0 0 983040 737280 737280 737512 748800 45 26 29 42 277 0 0 0 0 11 0 0 0 0 0 +938 1783781578229083600 REFRESH 42 0 0.7664759856023502 0.11111111111111109 2 6 2 6 0 0 152 6 423 3943894 55200 153.37779235839844 0.96840000000000004 232.28960000000001 20160 12157 0 0 983040 737280 737280 737494 748800 135 25 75 81 107 0 0 0 0 6 0 0 0 0 0 +939 1783781578431819700 REFRESH 13 0 0.87574965668556204 0.0090909090909090783 1 6 1 6 0 0 192 4 415 3943899 55200 152.04045104980469 0.97109999999999996 201.54920000000001 20160 13061 0 0 983040 737280 737280 737498 748800 155 26 69 61 104 0 0 0 0 4 0 0 0 0 0 +940 1783781578635572200 REFRESH 40 0 0.71682996134257082 0.67575757575757578 1 12 1 12 1 0 140 8 417 3943898 55200 151.15469360351562 1.4251 183.45079999999999 20160 13794 0 0 983040 737280 737280 737498 748800 39 25 29 47 277 1 0 0 0 7 0 0 0 0 1 +941 1783781579790963000 DEPTH 8 1 0.87367827653648455 0 2 5 2 5 1 0 240 26 2570 23664810 81600 879.41529846191406 5.8166000000000002 1127.0826999999999 120960 63617 1 0 5898240 4423680 4423680 4426407 4492800 161 155 150 428 1676 0 0 0 0 26 0 0 0 0 1 +942 1783781581131948900 DEPTH 17 1 0.87312842673694657 0.018181818181818247 0 7 0 7 0 0 220 18 2527 23664821 81600 866.693115234375 5.8383000000000003 1339.7697000000001 120960 61942 1 0 5898240 4423680 4423680 4426421 4492800 220 156 174 275 1702 0 0 0 0 18 0 0 0 0 0 +943 1783781582460813500 DEPTH 48 1 0.79374301298045791 0.11111111111111109 2 6 2 6 0 0 191 34 2590 23664987 81600 867.43966674804688 5.8111999999999995 1327.5728999999999 120960 62269 1 0 5898240 4423680 4423680 4426585 4492800 189 156 168 156 1921 0 0 0 0 34 0 0 0 0 0 +944 1783781583608174500 DEPTH 16 1 0.75936401906157946 0.11111111111111109 2 6 2 6 0 0 205 23 2538 23664804 81600 872.1131591796875 5.8198999999999996 1146.1378 120960 57166 1 0 5898240 4423680 4423680 4426404 4492800 262 156 155 198 1767 0 0 0 0 23 0 0 0 0 0 +945 1783781584930146900 DEPTH 9 1 0.75832580715269116 0.11111111111111109 2 6 2 6 0 0 148 6 2613 23664861 81600 867.11296081542969 5.8102999999999998 1320.7834 120960 59704 1 0 5898240 4423680 4423680 4426461 4492800 582 150 187 348 1346 0 0 0 0 6 0 0 0 0 0 +946 1783781586261001100 DEPTH 1 1 0.75671887328216936 0.12020202020202017 1 7 1 7 0 0 145 22 2596 23664909 81600 868.60917663574219 5.8090999999999999 1329.7059999999999 120960 58013 1 0 5898240 4423680 4423680 4426508 4492800 349 150 233 266 1598 1 0 0 0 21 0 0 0 0 0 +947 1783781587559485600 DEPTH 31 1 0.7565606804208368 0.11111111111111109 2 6 2 6 0 0 164 16 2573 23664836 81600 867.71403503417969 5.8085000000000004 1277.6298999999999 120960 58432 1 0 5898240 4423680 4423680 4426432 4492800 349 150 173 378 1523 0 0 2 0 14 0 0 0 0 0 +948 1783781588805459300 DEPTH 33 1 0.75332624693151307 0.12020202020202017 1 7 1 7 0 0 192 26 2535 23664921 81600 873.62794494628906 5.8094999999999999 1244.6515999999999 120960 57638 1 0 5898240 4423680 4423680 4426520 4492800 252 151 158 193 1781 0 0 0 0 26 0 0 0 0 0 +949 1783781590152098400 DEPTH 56 1 0.79839010741888872 0 2 5 2 5 0 0 231 16 2549 23664839 81600 865.44302368164062 5.8638000000000003 1345.1366 120960 62108 1 0 5898240 4423680 4423680 4426439 4492800 500 150 174 389 1336 0 0 0 0 16 0 0 0 0 0 +950 1783781591492534200 DEPTH 52 1 0.75610203621924865 0.12020202020202017 1 7 1 7 0 0 125 11 2583 23664830 81600 859.37254333496094 5.8216999999999999 1307.0927999999999 120960 60459 1 0 5898240 4423680 4423680 4426429 4492800 744 156 267 295 1121 0 0 0 0 11 0 0 0 0 0 +951 1783781592860790900 DEPTH 11 1 0.75423585169499119 0.12929292929292943 0 8 0 8 0 0 118 15 2552 23664786 81600 858.84109497070312 5.8428000000000004 1336.7083 120960 59951 1 0 5898240 4423680 4423680 4426386 4492800 294 150 173 259 1676 0 0 0 0 15 0 0 0 0 0 +952 1783781594231691400 DEPTH 41 1 0.75048985428028392 0.34242424242424252 1 9 1 9 0 0 115 30 2544 23664744 81600 860.39141845703125 5.8256000000000006 1285.6878999999999 120960 61707 1 0 5898240 4423680 4423680 4426342 4492800 246 156 156 160 1826 0 0 0 0 30 0 0 0 0 0 +953 1783781595533686400 DEPTH 45 1 0.72097981572599268 0.22222222222222218 2 7 2 7 0 0 171 31 2601 23664825 81600 872.24319458007812 5.9272 1273.0606 120960 57221 1 0 5898240 4423680 4423680 4426424 4492800 175 150 156 154 1966 0 0 0 0 31 0 0 0 0 0 +954 1783781596860132000 DEPTH 13 1 0.76956939319476103 0.0090909090909090783 1 6 1 6 0 0 192 16 2494 23664862 81600 867.76115417480469 5.8347999999999995 1301.6196 120960 62416 1 0 5898240 4423680 4423680 4426461 4492800 267 150 163 180 1734 0 0 0 0 16 0 0 0 0 0 +955 1783781598223876400 DEPTH 44 1 0.71586358702615793 0.22222222222222218 2 7 2 7 0 0 179 15 2579 23664859 81600 869.572021484375 5.8178000000000001 1333.5741 120960 58582 1 0 5898240 4423680 4423680 4426457 4492800 176 156 150 164 1933 0 0 0 0 15 0 0 0 0 0 +956 1783781599493443400 DEPTH 32 1 0.71497054295319229 0.23131313131313144 1 8 1 8 0 0 154 26 2546 23664781 81600 868.09523010253906 5.8320000000000007 1268.2563 120960 59482 1 0 5898240 4423680 4423680 4426380 4492800 192 150 203 219 1782 0 0 0 0 26 0 0 0 0 0 +957 1783781600640909200 DEPTH 8 1 0.79166930739032193 0 2 5 2 5 1 0 240 13 2574 23664933 81600 868.85580444335938 5.8314000000000004 1124.0641000000001 120960 52704 1 0 5898240 4423680 4423680 4426532 4492800 156 155 150 465 1648 0 0 0 0 13 0 0 0 0 2 +958 1783781601961346500 DEPTH 48 1 0.79728832742844113 0.11111111111111109 2 6 2 6 0 0 192 33 2607 23664925 81600 856.99174499511719 5.8105999999999991 1319.1487999999999 120960 51468 1 0 5898240 4423680 4423680 4426524 4492800 183 156 171 156 1941 1 0 0 0 32 0 0 0 0 0 +959 1783781603284084100 DEPTH 17 1 0.79303852041168998 0.018181818181818247 0 7 0 7 0 0 220 24 2528 23664754 81600 859.81388854980469 5.8278999999999987 1321.5458000000001 120960 51154 1 0 5898240 4423680 4423680 4426351 4492800 216 156 180 288 1688 0 0 0 0 24 0 0 0 0 0 +960 1783781604590653700 DEPTH 53 1 0.75418538474743213 0.12929292929292943 0 8 0 8 0 0 167 31 2527 23664939 81600 867.56248474121094 5.9817000000000009 1249.2293 120960 57553 1 0 5898240 4423680 4423680 4426539 4492800 238 156 169 164 1800 0 0 0 0 31 0 0 0 0 0 +961 1783781605967923500 DEPTH 54 1 0.71367978570296964 0.23131313131313144 1 8 1 8 0 0 137 28 2578 23664880 81600 866.12889099121094 5.8195999999999994 1326.1804 120960 58656 1 0 5898240 4423680 4423680 4426477 4492800 356 150 207 317 1548 0 0 0 0 28 0 0 0 0 0 +962 1783781607216030800 DEPTH 3 1 0.71289884325780806 0.44444444444444453 2 9 2 9 0 0 155 39 2548 23664873 81600 861.38981628417969 5.8048000000000002 1207.2252000000001 120960 59101 1 0 5898240 4423680 4423680 4426472 4492800 156 152 174 156 1910 0 0 0 0 39 0 0 0 0 0 +963 1783781608502332700 DEPTH 30 1 0.71274018123861638 0.23131313131313144 1 8 1 8 0 0 159 29 2558 23664836 81600 867.60452270507812 5.8216000000000001 1285.0736999999999 120960 58396 1 0 5898240 4423680 4423680 4426433 4492800 384 150 209 398 1417 0 0 0 2 27 0 0 0 0 0 +964 1783781609573214600 DEPTH 10 1 0.7126261734655206 0.45353535353535362 1 10 1 10 0 0 128 8 2563 23664916 81600 861.61408996582031 5.8220999999999998 1050.0232000000001 120960 61171 1 0 5898240 4423680 4423680 4426515 4492800 229 150 171 169 1844 1 0 1 0 6 0 0 0 0 0 +965 1783781610947557100 DEPTH 56 1 0.78757476779819535 0 2 5 2 5 0 0 231 10 2563 23664857 81600 860.56753540039062 5.8258000000000001 1336.0917999999999 120960 51365 1 0 5898240 4423680 4423680 4426457 4492800 471 150 174 437 1331 0 0 0 0 10 0 0 0 0 0 +966 1783781612340692100 DEPTH 42 1 0.76041133231335056 0.11111111111111109 2 6 2 6 0 0 152 46 2619 23664925 81600 904.46034240722656 5.9097 1391.9248 120960 60279 1 0 5898240 4423680 4423680 4426524 4492800 290 150 229 236 1714 0 0 0 0 46 0 0 0 0 0 +967 1783781613648733900 DEPTH 13 1 0.7497993366844421 0.0090909090909090783 1 6 1 6 0 0 192 25 2497 23664831 81600 861.74821472167969 5.8405000000000005 1306.877 120960 50877 1 0 5898240 4423680 4423680 4426429 4492800 265 150 163 205 1714 0 0 0 0 25 0 0 0 0 0 +968 1783781614790081200 DEPTH 16 1 0.74821506831354612 0.11111111111111109 2 6 2 6 0 0 206 21 2540 23664859 81600 864.40756225585938 5.8428000000000004 1140.1786 120960 46698 1 0 5898240 4423680 4423680 4426459 4492800 272 156 155 222 1735 0 0 0 0 21 0 0 0 0 0 +969 1783781615834299300 DEPTH 12 1 0.71368460579279547 0.43535353535353549 3 8 3 8 0 0 205 43 2523 23664821 81600 864.64924621582031 5.8356000000000003 1043.048 120960 58016 1 0 5898240 4423680 4423680 4426420 4492800 180 156 159 199 1829 0 0 0 0 43 0 0 0 0 0 +970 1783781616892051000 DEPTH 43 1 0.71250436921355376 0.76868686868686875 3 11 3 11 0 0 149 35 2588 23664882 81600 864.11355590820312 5.8218000000000005 1041.4029 120960 68402 1 0 5898240 4423680 4423680 4426482 4492800 255 150 373 184 1626 0 0 2 2 31 0 0 0 0 0 +971 1783781618235472100 DEPTH 46 1 0.71238635184202526 0.22222222222222218 2 7 2 7 0 0 332 24 2595 23664811 81600 871.01235961914062 5.8036000000000003 1296.4472000000001 120960 59170 1 0 5898240 4423680 4423680 4426410 4492800 360 150 217 278 1590 1 0 0 0 23 0 0 0 0 0 +972 1783781619290105400 DEPTH 57 1 0.71236243730349535 0.77777777777777779 2 12 2 12 1 0 150 72 2501 23664814 81600 862.48664855957031 5.8027000000000006 1037.6388999999999 120960 70299 1 0 5898240 4423680 4423680 4426413 4492800 156 156 155 152 1882 0 0 0 0 72 0 0 0 0 2 +973 1783781619477984500 REFRESH 8 0 0.79039754106010129 0 2 5 2 5 0 0 240 6 413 3943908 55200 152.47871398925781 0.9657 186.7099 20160 13139 0 0 983040 737280 737280 737508 748800 58 26 74 118 137 0 0 0 0 6 0 0 0 0 0 +974 1783781619676067500 REFRESH 40 0 0.71070967988978273 0.67575757575757578 1 12 1 12 0 0 141 8 415 3943899 55200 151.33718872070312 0.97260000000000002 182.6662 20160 13723 0 0 983040 737280 737280 737499 748800 47 25 30 67 246 0 0 0 0 8 0 0 0 0 0 +975 1783781619867182700 REFRESH 45 0 0.68890866231397674 0.22222222222222218 2 7 2 7 0 0 171 7 421 3943893 55200 151.97491455078125 0.99139999999999995 189.9145 20160 12097 0 0 983040 737280 737280 737492 748800 85 25 36 42 233 0 0 0 0 7 0 0 0 0 0 +976 1783781620050158200 REFRESH 20 0 0.70750704839544909 0.66666666666666674 2 11 2 11 0 0 137 6 417 3943901 55200 151.90631103515625 0.9698 181.81129999999999 20160 12552 0 0 983040 737280 737280 737501 748800 41 26 46 87 217 0 0 0 0 6 0 0 0 0 0 +977 1783781620270248000 REFRESH 9 0 0.75339038870840402 0.11111111111111109 2 6 2 6 0 0 148 6 428 3943928 55200 151.00323486328125 0.97060000000000002 218.89410000000001 20160 12190 0 0 983040 737280 737280 737528 748800 145 25 34 98 126 0 0 0 0 6 0 0 0 0 0 +978 1783781620455158900 REFRESH 12 0 0.550094816496002 0.43535353535353549 3 8 3 8 0 0 205 9 412 3943893 55200 151.7998046875 0.96779999999999999 183.74039999999999 20160 12409 0 0 983040 737280 737280 737493 748800 138 26 33 76 139 0 0 0 0 9 0 0 0 0 0 +979 1783781620656945100 REFRESH 14 0 0.70441455474424286 0.57373737373737377 0 12 0 12 0 0 130 6 414 3943919 55200 150.84748840332031 0.97189999999999999 185.8732 20160 13600 0 0 983040 737280 737280 737519 748800 50 25 31 29 279 0 0 0 0 6 0 0 0 0 0 +980 1783781620844199100 REFRESH 3 0 0.63952048756428492 0.44444444444444453 2 9 2 9 0 0 155 4 419 3943914 55200 150.41535949707031 0.9677 186.08959999999999 20160 12484 0 0 983040 737280 737280 737514 748800 119 26 45 36 193 0 0 0 0 4 0 0 0 0 0 +981 1783781621026539300 REFRESH 29 0 0.70544283847340761 0.67575757575757578 1 12 1 12 0 0 141 8 419 3943924 55200 149.78150939941406 0.96660000000000001 180.779 20160 11899 0 0 983040 737280 737280 737524 748800 65 25 29 86 214 0 0 0 0 8 0 0 0 0 0 +982 1783781621211060500 REFRESH 10 0 0.63727721736765663 0.45353535353535362 1 10 1 10 0 0 128 5 419 3943881 55200 151.2437744140625 0.9859 183.20519999999999 20160 13095 0 0 983040 737280 737280 737481 748800 89 25 32 37 236 0 0 0 0 5 0 0 0 0 0 +983 1783781621416636100 REFRESH 21 0 0.71154406959369876 0.35151515151515161 0 10 0 10 0 0 189 10 414 3943897 55200 150.94886779785156 0.96930000000000005 195.4332 20160 12182 0 0 983040 737280 737280 737497 748800 79 26 39 69 201 0 0 0 0 10 0 0 0 0 0 +984 1783781621628331000 REFRESH 43 0 0.59770319724500764 0.76868686868686875 3 11 3 11 0 0 149 9 428 3943913 55200 150.59968566894531 0.96830000000000005 180.3246 20160 12499 0 0 983040 737280 737280 737513 748800 77 25 108 44 174 0 0 0 0 9 0 0 0 0 0 +985 1783781621858870900 REFRESH 42 0 0.69861267519359083 0.11111111111111109 2 6 2 6 0 0 152 3 427 3943918 55200 151.88479614257812 0.97640000000000005 229.2193 20160 12998 0 0 983040 737280 737280 737518 748800 125 25 75 79 123 0 0 0 0 3 0 0 0 0 0 +986 1783781622056577900 REFRESH 35 0 0.70722016009485478 0.66666666666666674 2 11 2 11 0 0 178 11 411 3943914 55200 151.14854431152344 0.96689999999999998 181.80289999999999 20160 13640 0 0 983040 737280 737280 737514 748800 40 26 32 77 236 0 0 0 0 11 0 0 0 0 0 +987 1783781622250057700 REFRESH 4 0 0.69451453257074802 0.78686868686868705 1 13 1 13 0 0 69 5 414 3943907 55200 149.791748046875 0.96840000000000004 178.10210000000001 20160 14458 0 0 983040 737280 737280 737507 748800 27 26 34 36 291 0 0 0 1 4 0 0 0 0 0 +988 1783781622476937100 REFRESH 56 0 0.85674561316719577 0 2 5 2 5 0 0 231 5 415 3943909 55200 150.95706176757812 0.96630000000000005 225.6276 20160 13241 0 0 983040 737280 737280 737509 748800 137 26 48 119 85 0 0 0 0 5 0 0 0 0 0 +989 1783781622702142600 REFRESH 54 0 0.71242843796839939 0.23131313131313144 1 8 1 8 0 0 137 11 416 3943896 55200 150.64064025878906 0.9708 223.9922 20160 12257 0 0 983040 737280 737280 737496 748800 162 25 57 71 101 0 0 0 0 11 0 0 0 0 0 +990 1783781622935049700 REFRESH 26 0 0.70145755012204636 0.67575757575757578 1 12 1 12 0 0 113 8 419 3943896 55200 151.12294006347656 0.96660000000000001 180.5437 20160 13571 0 0 983040 737280 737280 737496 748800 38 26 25 57 273 0 0 0 0 8 0 0 0 0 0 +991 1783781623125393700 REFRESH 32 0 0.71368127734938691 0.23131313131313144 1 8 1 8 0 0 154 5 424 3943926 55200 151.07891845703125 0.98529999999999995 189.1361 20160 12352 0 0 983040 737280 737280 737526 748800 93 26 95 77 133 0 0 0 0 5 0 0 0 0 0 +992 1783781623322752700 REFRESH 22 0 0.70691829503273151 0.76868686868686875 3 11 3 11 0 0 152 6 417 3943896 55200 151.09529113769531 0.97589999999999999 181.149 20160 13834 0 0 983040 737280 737280 737496 748800 52 26 51 33 255 0 0 0 0 6 0 0 0 0 0 +993 1783781623523350300 REFRESH 41 0 0.74461738953621959 0.34242424242424252 1 9 1 9 0 0 115 5 415 3943916 55200 150.36927795410156 0.97119999999999995 199.34690000000001 20160 12203 0 0 983040 737280 737280 737516 748800 151 26 31 34 173 0 0 0 0 5 0 0 0 0 0 +994 1783781623729568500 REFRESH 18 0 0.70828785632563362 1 2 14 2 14 0 0 137 10 425 3943899 55200 150.75225830078125 0.98399999999999999 180.91319999999999 20160 14400 0 0 983040 737280 737280 737499 748800 30 26 59 36 274 0 0 0 0 10 0 0 0 0 0 +995 1783781623925332000 REFRESH 15 0 0.70228645550474633 0.76868686868686875 3 11 3 11 0 0 110 7 420 3943888 55200 150.55769348144531 0.96730000000000005 180.58330000000001 20160 14527 0 0 983040 737280 737280 737488 748800 29 26 44 48 273 0 0 0 1 6 0 0 0 0 0 +996 1783781624128771900 REFRESH 30 0 0.71165263277255608 0.23131313131313144 1 8 1 8 0 0 159 8 419 3943898 55200 151.38406372070312 0.97060000000000002 202.20519999999999 20160 12244 0 0 983040 737280 737280 737498 748800 106 25 46 119 123 0 0 0 1 7 0 0 0 0 0 +997 1783781624377997200 REFRESH 34 0 0.70838892329543524 0.78686868686868705 1 13 1 13 0 0 116 7 418 3943894 55200 149.61561584472656 0.96689999999999998 177.9933 20160 14460 0 0 983040 737280 737280 737494 748800 29 25 27 48 289 0 0 1 0 6 0 0 0 0 0 +998 1783781624573652200 REFRESH 38 0 0.70661497675838914 0.55555555555555558 2 10 2 10 0 0 130 6 414 3943921 55200 150.30271911621094 0.96830000000000005 179.64660000000001 20160 12605 0 0 983040 737280 737280 737521 748800 75 26 54 49 210 0 0 0 0 6 0 0 0 0 0 +999 1783781624773749600 REFRESH 19 0 0.70994927257164608 0.66666666666666674 2 11 2 11 0 0 142 12 419 3943917 55200 150.91917419433594 0.98299999999999998 181.7236 20160 12607 0 0 983040 737280 737280 737517 748800 33 26 28 41 291 0 0 0 0 12 0 0 0 0 0 +1000 1783781624968223200 REFRESH 0 0 0.70582359117564075 0.67575757575757578 1 12 1 12 0 0 101 6 425 3943926 55200 149.52041625976562 0.99350000000000005 179.15440000000001 20160 14459 0 0 983040 737280 737280 737526 748800 32 25 25 25 318 0 0 0 0 6 0 0 0 0 0 +1001 1783781625162362200 REFRESH 33 0 0.75317524302964356 0.12020202020202017 1 7 1 7 0 0 192 4 419 3943911 55200 151.947265625 0.96830000000000005 192.94929999999999 20160 12217 0 0 983040 737280 737280 737511 748800 132 26 82 41 138 0 0 0 0 4 0 0 0 0 0 +1002 1783781625393723900 REFRESH 17 0 0.87307700551695366 0.018181818181818247 0 7 0 7 0 0 220 3 413 3943905 55200 151.92985534667969 0.98729999999999996 230.1902 20160 13199 0 0 983040 737280 737280 737505 748800 99 26 56 103 129 0 0 0 0 3 0 0 0 0 0 +1003 1783781625651795100 REFRESH 1 0 0.75602097406285784 0.12020202020202017 1 7 1 7 0 0 145 5 420 3943910 55200 151.84489440917969 0.96789999999999998 215.44909999999999 20160 12404 0 0 983040 737280 737280 737510 748800 124 26 64 89 117 0 0 0 0 5 0 0 0 0 0 +1004 1783781625851228200 REFRESH 23 0 0.69738615179422092 0.99090909090909129 3 13 3 13 0 0 129 12 407 3943916 55200 149.84501647949219 1.0064 183.15000000000001 20160 14511 0 0 983040 737280 737280 737516 748800 64 26 30 27 260 0 0 0 0 12 0 0 0 0 0 +1005 1783781626048185100 REFRESH 24 0 0.70322179682633323 0.87070707070707098 4 11 4 11 0 0 156 5 414 3943913 55200 151.18643188476562 0.96830000000000005 182.54390000000001 20160 14495 0 0 983040 737280 737280 737512 748800 30 26 26 26 306 0 0 0 0 5 0 0 0 0 0 +1006 1783781626243157900 REFRESH 53 0 0.75360620375162313 0.12929292929292943 0 8 0 8 0 0 167 1 418 3943916 55200 151.10450744628906 0.97189999999999999 193.66890000000001 20160 12213 0 0 983040 737280 737280 737516 748800 126 27 33 31 201 0 0 0 0 1 0 0 0 0 0 +1007 1783781626424568100 REFRESH 57 0 0.70833161353450502 0.77777777777777779 2 12 2 12 0 0 150 7 406 3943915 55200 150.08256530761719 0.96860000000000002 180.13470000000001 20160 13523 0 0 983040 737280 737280 737513 748800 60 26 34 31 255 0 0 0 0 7 0 0 0 0 0 +1008 1783781626628831000 REFRESH 13 0 0.87014462407754256 0.0090909090909090783 1 6 1 6 0 0 192 1 414 3943900 55200 153.85087585449219 0.98509999999999998 203.05629999999999 20160 13154 0 0 983040 737280 737280 737500 748800 152 26 68 67 101 0 0 0 0 1 0 0 0 0 0 +1009 1783781626835717200 REFRESH 37 0 0.7102636339713877 0.67575757575757578 1 12 1 12 0 0 149 8 413 3943923 55200 150.72869873046875 0.97619999999999996 180.89250000000001 20160 14597 0 0 983040 737280 737280 737522 748800 36 26 35 77 239 1 0 0 0 7 0 0 0 0 0 +1010 1783781627044328500 REFRESH 6 0 0.70119704324882159 0.76868686868686875 3 11 3 11 0 0 127 7 419 3943900 55200 150.09893798828125 0.97640000000000005 179.17140000000001 20160 13737 0 0 983040 737280 737280 737499 748800 33 25 39 45 277 0 0 0 0 7 0 0 0 0 0 +1011 1783781627241126700 REFRESH 55 0 0.70925481977026816 0.67575757575757578 1 12 1 12 0 0 166 10 415 3943905 55200 151.32467651367188 0.97309999999999997 181.8946 20160 12669 0 0 983040 737280 737280 737505 748800 70 26 25 27 267 0 0 0 0 10 0 0 0 0 0 +1012 1783781627458953500 REFRESH 48 0 0.88276086954988775 0.11111111111111109 2 6 2 6 0 0 192 12 423 3943886 55200 152.0025634765625 0.97250000000000003 216.61660000000001 20160 12088 0 0 983040 737280 737280 737485 748800 89 26 63 42 203 0 0 0 0 12 0 0 0 0 0 +1013 1783781627666199500 REFRESH 25 0 0.70006417764456264 0.76868686868686875 3 11 3 11 0 0 130 9 418 3943904 55200 151.81721496582031 0.96830000000000005 183.33629999999999 20160 14602 0 0 983040 737280 737280 737504 748800 32 25 34 26 301 0 0 0 0 9 0 0 0 0 0 +1014 1783781627862060200 REFRESH 36 0 0.70947133812121987 0.6575757575757577 3 10 3 10 0 0 136 7 420 3943909 55200 150.67340087890625 0.9728 180.8135 20160 12700 0 0 983040 737280 737280 737509 748800 74 25 25 30 266 0 0 0 0 7 0 0 0 0 0 +1015 1783781628061042200 REFRESH 28 0 0.70426781735205823 0.67575757575757578 1 12 1 12 0 0 158 4 406 3943914 55200 151.25302124023438 0.97999999999999998 183.18209999999999 20160 14403 0 0 983040 737280 737280 737514 748800 29 26 32 30 289 0 0 0 0 4 0 0 0 0 0 +1016 1783781628276426600 REFRESH 39 0 0.71247333610073615 0.43535353535353549 3 8 3 8 0 0 191 4 415 3943924 55200 150.40716552734375 0.97350000000000003 183.3905 20160 12114 0 0 983040 737280 737280 737524 748800 28 25 57 31 274 0 0 0 0 4 0 0 0 0 0 +1017 1783781628507429600 REFRESH 11 0 0.75416782961887796 0.12929292929292943 0 8 0 8 0 0 118 5 419 3943916 55200 150.58432006835938 0.97209999999999996 229.4066 20160 12281 0 0 983040 737280 737280 737516 748800 114 25 45 64 171 0 0 0 0 5 0 0 0 0 0 +1018 1783781628713870000 REFRESH 27 0 0.70542514158679559 0.7959595959595962 0 14 0 14 0 0 168 3 412 3943890 55200 151.02464294433594 0.96830000000000005 181.95959999999999 20160 13575 0 0 983040 737280 737280 737490 748800 55 26 35 28 268 0 0 0 0 3 0 0 0 0 0 +1019 1783781628932858000 REFRESH 44 0 0.71487567369004767 0.22222222222222218 2 7 2 7 0 0 179 5 419 3943908 55200 151.69842529296875 0.97929999999999995 217.5429 20160 12286 0 0 983040 737280 737280 737508 748800 66 26 31 43 253 0 0 0 0 5 0 0 0 0 0 +1020 1783781629153773800 REFRESH 2 0 0.71067978903680762 0.33333333333333343 2 8 2 8 0 0 154 3 418 3943899 55200 151.56349182128906 0.96809999999999996 195.41149999999999 20160 12445 0 0 983040 737280 737280 737499 748800 103 25 75 46 169 0 0 0 0 3 0 0 0 0 0 +1021 1783781629348999800 REFRESH 47 0 0.70217309700494113 0.66666666666666674 2 11 2 11 0 0 121 6 418 3943933 55200 151.43423461914062 0.96909999999999996 181.80709999999999 20160 13624 0 0 983040 737280 737280 737532 748800 28 26 36 27 301 0 0 0 0 6 0 0 0 0 0 +1022 1783781629543278300 REFRESH 5 0 0.69684341105977343 0.66666666666666674 2 11 2 11 0 0 99 10 410 3943925 55200 150.01394653320312 0.9738 178.7723 20160 13587 0 0 983040 737280 737280 737525 748800 56 26 39 116 173 0 0 0 0 10 0 0 0 0 0 +1023 1783781629743868100 REFRESH 46 0 0.71186616547858272 0.22222222222222218 2 7 2 7 0 0 332 3 420 3943868 55200 151.65644836425781 0.97219999999999995 199.33799999999999 20160 12536 0 0 983040 737280 737280 737468 748800 114 25 53 60 168 0 0 0 0 3 0 0 0 0 0 +1024 1783781629950194700 REFRESH 51 0 0.70855631493223914 0.76868686868686875 3 11 3 11 0 0 120 8 408 3943942 55200 150.69593811035156 0.9698 180.4127 20160 12556 0 0 983040 737280 737280 737542 748800 56 26 94 49 183 0 0 0 0 8 0 0 0 0 0 +1025 1783781630146546100 REFRESH 58 0 0.71258906325460747 0.77777777777777779 2 12 2 12 0 0 140 5 415 3943912 55200 151.0830078125 0.98419999999999996 182.44239999999999 20160 13597 0 0 983040 737280 737280 737512 748800 31 25 25 29 305 0 0 0 0 5 0 0 0 0 0 +1026 1783781630344780800 REFRESH 7 0 0.70493184473143167 0.67575757575757578 1 12 1 12 0 0 146 9 419 3943939 55200 151.12704467773438 0.9718 182.05869999999999 20160 13575 0 0 983040 737280 737280 737538 748800 26 26 36 38 293 0 0 0 0 9 0 0 0 0 0 +1027 1783781630545239500 REFRESH 31 0 0.75617776981627727 0.11111111111111109 2 6 2 6 0 0 164 6 420 3943922 55200 151.76806640625 0.97189999999999999 199.2801 20160 12593 0 0 983040 737280 737280 737522 748800 70 26 31 118 175 0 0 0 0 6 0 0 0 0 0 +1028 1783781630760459700 REFRESH 16 0 0.7574196397211308 0.11111111111111109 2 6 2 6 0 0 206 2 419 3943902 55200 152.39987182617188 0.96409999999999996 189.65600000000001 20160 12259 0 0 983040 737280 737280 737502 748800 160 26 27 107 99 0 0 0 0 2 0 0 0 0 0 +1029 1783781631013160100 REFRESH 52 0 0.75601737245553813 0.12020202020202017 1 7 1 7 0 0 125 6 423 3943890 55200 150.51263427734375 0.97060000000000002 226.57640000000001 20160 12265 0 0 983040 737280 737280 737490 748800 163 26 59 65 110 0 0 0 0 6 0 0 0 0 0 +1030 1783781631220225600 REFRESH 49 0 0.7075511495529998 0.6575757575757577 3 10 3 10 0 0 141 5 421 3943917 55200 159.65388488769531 0.97399999999999998 191.226 20160 12534 0 0 983040 737280 737280 737516 748800 79 26 32 36 248 0 0 0 0 5 0 0 0 0 0 +1031 1783781631432160600 REFRESH 50 0 0.71048390186592925 0.44444444444444453 2 9 2 9 0 0 144 6 416 3943927 55200 159.21971130371094 0.96879999999999999 195.35550000000001 20160 11944 0 0 983040 737280 737280 737526 748800 74 26 34 54 228 0 0 0 0 6 0 0 0 0 0 +1032 1783781632571981900 DEPTH 8 1 0.87550297496531471 0 2 5 2 5 0 0 240 27 2567 23664755 81600 904.34048461914062 5.8545999999999996 1138.6434999999999 120960 64428 1 0 5898240 4423680 4423680 4426353 4492800 166 156 152 453 1640 0 0 0 0 27 0 0 0 0 0 +1033 1783781633900756100 DEPTH 56 1 0.87107317248166316 0 2 5 2 5 0 0 231 14 2548 23664815 81600 867.26679992675781 5.8121 1327.2804000000001 120960 63329 1 0 5898240 4423680 4423680 4426415 4492800 482 150 174 380 1362 0 0 0 0 14 0 0 0 0 0 +1034 1783781635282112200 DEPTH 17 1 0.86582749985369811 0.018181818181818247 0 7 0 7 0 0 220 14 2527 23664858 81600 869.17221069335938 5.8418000000000001 1334.0603000000001 120960 63615 1 0 5898240 4423680 4423680 4426456 4492800 220 156 183 302 1666 0 0 0 0 14 0 0 0 0 0 +1035 1783781636634037700 DEPTH 13 1 0.86113815819456185 0.0090909090909090783 1 6 1 6 1 0 192 18 2493 23664892 81600 869.14302062988281 5.8077999999999994 1301.0232000000001 120960 63399 1 0 5898240 4423680 4423680 4426491 4492800 269 151 163 190 1720 0 0 0 0 18 0 0 0 0 1 +1036 1783781638013854700 DEPTH 48 1 0.85908172105908343 0.11111111111111109 2 6 2 6 0 0 194 28 2606 23664840 81600 870.00164794921875 5.8334999999999999 1338.0654 120960 59199 1 0 5898240 4423680 4423680 4426439 4492800 206 156 173 156 1915 0 0 0 0 28 0 0 0 0 0 +1037 1783781639356904300 DEPTH 42 1 0.75018561156974206 0.11111111111111109 2 6 2 6 0 0 152 37 2632 23664771 81600 873.67176818847656 5.8299000000000003 1341.8635999999999 120960 60916 1 0 5898240 4423680 4423680 4426371 4492800 240 150 219 198 1825 0 0 0 0 37 0 0 0 0 0 +1038 1783781640705446500 DEPTH 1 1 0.74989904937672791 0.12020202020202017 1 7 1 7 0 0 145 11 2591 23664964 81600 869.26333618164062 5.8317999999999994 1333.9029 120960 58535 1 0 5898240 4423680 4423680 4426563 4492800 365 150 239 293 1544 0 0 0 0 11 0 0 0 0 0 +1039 1783781642077754800 DEPTH 9 1 0.74910822208994321 0.11111111111111109 2 6 2 6 0 0 148 6 2609 23664843 81600 871.40890502929688 5.8093000000000004 1331.1636000000001 120960 58418 1 0 5898240 4423680 4423680 4426442 4492800 623 150 184 449 1203 0 0 0 0 6 0 0 0 0 0 +1040 1783781643318756600 DEPTH 33 1 0.74663710139674477 0.12020202020202017 1 7 1 7 0 0 193 21 2542 23664813 81600 871.30215454101562 5.8459000000000003 1239.7683 120960 58139 1 0 5898240 4423680 4423680 4426409 4492800 252 151 160 183 1796 0 0 0 0 21 0 0 0 0 0 +1041 1783781644574484800 DEPTH 53 1 0.74372814440444768 0.12929292929292943 0 8 0 8 0 0 167 28 2517 23664824 81600 867.78266906738281 5.8352000000000004 1244.5327 120960 57441 1 0 5898240 4423680 4423680 4426424 4492800 238 156 169 180 1774 0 0 0 0 28 0 0 0 0 0 +1042 1783781645867084300 DEPTH 41 1 0.73419022289439539 0.34242424242424252 1 9 1 9 0 0 115 24 2539 23664929 81600 859.64389038085938 5.8320999999999996 1291.3862999999999 120960 59659 1 0 5898240 4423680 4423680 4426527 4492800 298 156 157 161 1767 0 0 0 0 24 0 0 0 0 0 +1043 1783781647219420700 DEPTH 11 1 0.74837794856048701 0.12929292929292943 0 8 0 8 0 0 118 16 2543 23664820 81600 864.92366027832031 5.8125999999999998 1328.5663999999999 120960 59078 1 0 5898240 4423680 4423680 4426419 4492800 251 150 172 214 1756 0 0 0 0 16 0 0 0 0 0 +1044 1783781648512117700 DEPTH 45 1 0.71442487920223208 0.22222222222222218 2 7 2 7 0 0 171 28 2607 23664901 81600 873.31739807128906 5.8169000000000004 1260.4195 120960 57426 1 0 5898240 4423680 4423680 4426501 4492800 173 150 156 153 1975 0 0 0 0 28 0 0 0 0 0 +1045 1783781649867545700 DEPTH 54 1 0.71143268660804537 0.23131313131313144 1 8 1 8 0 0 137 17 2581 23664865 81600 866.24359130859375 5.8209 1329.9110000000001 120960 58771 1 0 5898240 4423680 4423680 4426465 4492800 364 150 220 288 1559 1 0 0 0 16 0 0 0 0 0 +1046 1783781651184726800 DEPTH 21 1 0.70990818052935301 0.35151515151515161 0 10 0 10 1 0 190 39 2547 23664837 81600 868.63973999023438 5.8261000000000003 1315.9808 120960 58260 1 0 5898240 4423680 4423680 4426436 4492800 164 150 156 192 1885 0 0 0 0 39 0 0 0 0 1 +1047 1783781652568130400 DEPTH 30 1 0.70867447079653934 0.23131313131313144 1 8 1 8 0 0 159 26 2566 23664961 81600 906.17755126953125 5.8363000000000005 1342.3295000000001 120960 58604 1 0 5898240 4423680 4423680 4426561 4492800 424 150 218 426 1348 0 0 0 1 25 0 0 0 0 0 +1048 1783781653720964000 DEPTH 8 1 0.78449341721034338 0 2 5 2 5 0 0 240 15 2575 23664849 81600 871.68099975585938 5.8130999999999995 1136.4152999999999 120960 52979 1 0 5898240 4423680 4423680 4426449 4492800 156 155 150 427 1687 0 0 0 0 15 0 0 0 0 0 +1049 1783781655098681600 DEPTH 56 1 0.7805074443033081 0 2 5 2 5 0 0 231 11 2563 23664804 81600 858.27810668945312 5.8319999999999999 1323.7204999999999 120960 52345 1 0 5898240 4423680 4423680 4426404 4492800 492 150 182 442 1297 0 0 0 0 11 0 0 0 0 0 +1050 1783781656485555200 DEPTH 17 1 0.77596862384743293 0.018181818181818247 0 7 0 7 0 0 220 13 2528 23664845 81600 860.75497436523438 5.8300999999999998 1335.3067000000001 120960 52541 1 0 5898240 4423680 4423680 4426444 4492800 224 156 185 301 1662 0 0 0 0 13 0 0 0 0 0 +1051 1783781657777747500 DEPTH 13 1 0.77182446955366968 0.0090909090909090783 1 6 1 6 0 0 192 13 2492 23664873 81600 859.91845703125 5.8228999999999997 1291.0313000000001 120960 52247 1 0 5898240 4423680 4423680 4426471 4492800 258 151 164 202 1717 0 0 0 0 13 0 0 0 0 0 +1052 1783781659121286000 DEPTH 48 1 0.76644460946173698 0.11111111111111109 2 6 2 6 0 0 194 24 2589 23664758 81600 858.36799621582031 5.8117999999999999 1316.2801999999999 120960 48680 1 0 5898240 4423680 4423680 4426357 4492800 245 156 174 160 1854 0 0 0 0 24 0 0 0 0 0 +1053 1783781660408314100 DEPTH 31 1 0.750947458193994 0.11111111111111109 2 6 2 6 0 0 164 14 2566 23664893 81600 863.52079772949219 5.8185000000000002 1285.7922000000001 120960 59491 1 0 5898240 4423680 4423680 4426490 4492800 366 150 171 375 1504 0 0 0 0 14 0 0 0 0 0 +1054 1783781661758440300 DEPTH 44 1 0.70838638235077267 0.22222222222222218 2 7 2 7 0 0 179 19 2581 23664876 81600 868.04071044921875 5.8127000000000004 1325.8779999999999 120960 57816 1 0 5898240 4423680 4423680 4426476 4492800 180 156 150 164 1931 0 0 0 0 19 0 0 0 0 0 +1055 1783781663027122600 DEPTH 32 1 0.70766431611463965 0.23131313131313144 1 8 1 8 0 0 154 31 2552 23664860 81600 867.74578857421875 5.8319000000000001 1267.4425000000001 120960 58613 1 0 5898240 4423680 4423680 4426457 4492800 198 150 208 218 1778 0 0 0 0 31 0 0 0 0 0 +1056 1783781664357380700 DEPTH 52 1 0.75106566038461153 0.12020202020202017 1 7 1 7 0 0 125 13 2583 23664949 81600 861.53216552734375 5.8296000000000001 1315.2090000000001 120960 58839 1 0 5898240 4423680 4423680 4426549 4492800 820 156 281 308 1018 1 0 0 0 12 0 0 0 0 0 +1057 1783781665570126400 DEPTH 16 1 0.7481032996557645 0.11111111111111109 2 6 2 6 0 0 206 21 2555 23664794 81600 872.49305725097656 5.8386000000000005 1163.0455999999999 120960 57917 1 0 5898240 4423680 4423680 4426393 4492800 314 155 155 225 1706 0 0 0 0 21 0 0 0 0 0 +1058 1783781666665999800 DEPTH 12 1 0.70664549386212971 0.43535353535353549 3 8 3 8 0 0 206 36 2510 23664759 81600 865.71435546875 5.8217000000000008 1046.4584 120960 58059 1 0 5898240 4423680 4423680 4426359 4492800 227 156 160 219 1748 0 0 0 0 36 0 0 0 0 0 +1059 1783781667731374200 DEPTH 19 1 0.70641655498406308 0.66666666666666674 2 11 2 11 1 0 142 39 2590 23664912 81600 865.23048400878906 5.8324999999999996 1043.4717000000001 120960 63470 1 0 5898240 4423680 4423680 4426512 4492800 153 150 156 165 1966 0 0 0 0 39 0 0 0 0 2 +1060 1783781668812076600 DEPTH 40 1 0.70579294438645568 0.67575757575757578 1 12 1 12 1 0 141 31 2598 23664799 81600 863.14291381835938 5.8104999999999993 1039.7212999999999 120960 68060 1 0 5898240 4423680 4423680 4426399 4492800 156 150 163 150 1979 0 0 0 0 31 0 0 0 0 1 +1061 1783781669895695600 DEPTH 55 1 0.70564528653830805 0.67575757575757578 1 12 1 12 0 0 166 33 2563 23664759 81600 872.0335693359375 5.8258000000000001 1058.5718999999999 120960 63489 1 0 5898240 4423680 4423680 4426356 4492800 198 156 150 156 1903 0 0 0 0 33 0 0 0 0 0 +1062 1783781670971169700 DEPTH 37 1 0.70517036360614904 0.67575757575757578 1 12 1 12 0 0 151 18 2608 23664804 81600 864.32469177246094 5.8144999999999998 1049.7846 120960 70508 1 0 5898240 4423680 4423680 4426403 4492800 164 150 152 161 1981 2 0 2 0 14 0 0 0 0 0 +1063 1783781672095458300 DEPTH 35 1 0.7045148482753153 0.66666666666666674 2 11 2 11 0 0 179 49 2519 23664908 81600 896.89305114746094 5.8400000000000007 1077.9985999999999 120960 67698 1 0 5898240 4423680 4423680 4426506 4492800 154 155 161 184 1865 0 0 0 0 49 0 0 0 0 0 +1064 1783781672303507700 REFRESH 39 0 0.70334521829477215 0.43535353535353549 3 8 3 8 0 0 191 5 414 3943902 55200 159.04563903808594 0.98140000000000005 192.38120000000001 20160 12006 0 0 983040 737280 737280 737502 748800 31 25 68 33 257 0 0 0 0 5 0 0 0 0 0 +1065 1783781672511234900 REFRESH 27 0 0.6949101442787321 0.7959595959595962 0 14 0 14 0 0 168 5 413 3943907 55200 159.82080078125 0.98540000000000005 191.37569999999999 20160 13515 0 0 983040 737280 737280 737507 748800 46 26 28 26 287 0 0 0 0 5 0 0 0 0 0 +1066 1783781672695977200 REFRESH 55 0 0.50147253734884589 0.67575757575757578 1 12 1 12 0 0 166 8 416 3943927 55200 151.08915710449219 0.97870000000000001 183.43129999999999 20160 11983 0 0 983040 737280 737280 737527 748800 102 26 25 27 236 0 0 0 0 8 0 0 0 0 0 +1067 1783781672900343900 REFRESH 46 0 0.70405895413359443 0.22222222222222218 2 7 2 7 0 0 332 3 421 3943880 55200 152.35174560546875 0.96940000000000004 203.05189999999999 20160 12439 0 0 983040 737280 737280 737480 748800 108 25 50 59 179 0 0 0 0 3 0 0 0 0 0 +1068 1783781673105586900 REFRESH 26 0 0.69734580378410271 0.67575757575757578 1 12 1 12 0 0 113 6 427 3943939 55200 151.26937866210938 0.97070000000000001 181.154 20160 13380 0 0 983040 737280 737280 737539 748800 39 26 25 59 278 0 0 0 0 6 0 0 0 0 0 +1069 1783781673307213200 REFRESH 13 0 0.79221977348157013 0.0090909090909090783 1 6 1 6 0 0 192 7 414 3943939 55200 151.96791076660156 0.96540000000000004 200.50540000000001 20160 13133 0 0 983040 737280 737280 737539 748800 156 26 70 63 99 0 0 0 0 7 0 0 0 0 0 +1070 1783781673513650100 REFRESH 36 0 0.70293424238024949 0.6575757575757577 3 10 3 10 0 0 136 10 420 3943904 55200 150.90278625488281 0.97050000000000003 181.6704 20160 12634 0 0 983040 737280 737280 737504 748800 87 25 25 34 249 0 0 0 1 9 0 0 0 0 0 +1071 1783781673694490700 REFRESH 40 0 0.56197626959532876 0.67575757575757578 1 12 1 12 0 0 143 10 416 3943910 55200 150.45222473144531 0.96530000000000005 179.63040000000001 20160 12583 0 0 983040 737280 737280 737510 748800 64 25 30 53 244 1 0 0 0 9 0 0 0 0 0 +1072 1783781673890350200 REFRESH 0 0 0.69947478127722185 0.67575757575757578 1 12 1 12 0 0 102 7 424 3943906 55200 150.7379150390625 0.97140000000000004 179.8621 20160 14331 0 0 983040 737280 737280 737506 748800 35 25 25 25 314 0 0 0 1 6 0 0 0 0 0 +1073 1783781674095641600 REFRESH 31 0 0.69994734490215182 0.11111111111111109 2 6 2 6 0 0 164 7 421 3943925 55200 151.85305786132812 0.98109999999999997 202.37629999999999 20160 12805 0 0 983040 737280 737280 737523 748800 82 26 33 143 137 0 0 0 0 7 0 0 0 0 0 +1074 1783781674290272100 REFRESH 53 0 0.74359711933134454 0.12929292929292943 0 8 0 8 0 0 167 4 417 3943906 55200 151.56646728515625 0.96870000000000001 192.90700000000001 20160 12323 0 0 983040 737280 737280 737505 748800 131 27 34 32 193 0 0 0 0 4 0 0 0 0 0 +1075 1783781674482724200 REFRESH 32 0 0.65648328909916409 0.23131313131313144 1 8 1 8 0 0 155 6 420 3943930 55200 151.60627746582031 0.97219999999999995 191.20949999999999 20160 12206 0 0 983040 737280 737280 737530 748800 98 26 94 74 128 1 0 0 0 5 0 0 0 0 0 +1076 1783781674714467700 REFRESH 17 0 0.86603230581081392 0.018181818181818247 0 7 0 7 0 0 220 1 411 3943925 55200 152.04658508300781 0.96650000000000003 229.79179999999999 20160 13222 0 0 983040 737280 737280 737524 748800 100 26 58 104 123 0 0 0 0 1 0 0 0 0 0 +1077 1783781674920536300 REFRESH 47 0 0.69566190298060493 0.66666666666666674 2 11 2 11 0 0 121 9 415 3943920 55200 151.39651489257812 1.0009999999999999 181.29859999999999 20160 13655 0 0 983040 737280 737280 737519 748800 28 26 32 27 302 0 0 0 0 9 0 0 0 0 0 +1078 1783781675115288500 REFRESH 4 0 0.68806021572414888 0.78686868686868705 1 13 1 13 0 0 69 5 416 3943899 55200 150.12045288085938 0.97289999999999999 179.44739999999999 20160 14533 0 0 983040 737280 737280 737499 748800 27 26 37 41 285 0 0 0 0 5 0 0 0 0 0 +1079 1783781675313947100 REFRESH 21 0 0.70777074439229759 0.35151515151515161 0 10 0 10 1 0 190 3 416 3943945 55200 152.27392578125 0.99580000000000002 197.43620000000001 20160 12129 0 0 983040 737280 737280 737545 748800 84 26 39 62 205 0 0 0 0 3 0 0 0 0 1 +1080 1783781675537034900 REFRESH 2 0 0.70210946497881055 0.33333333333333343 2 8 2 8 0 0 154 7 419 3943909 55200 151.72119140625 0.98829999999999996 197.27889999999999 20160 12172 0 0 983040 737280 737280 737509 748800 102 25 70 47 175 0 0 0 0 7 0 0 0 0 0 +1081 1783781675733597000 REFRESH 58 0 0.7035031011493309 0.77777777777777779 2 12 2 12 0 0 140 5 413 3943930 55200 150.89663696289062 0.96940000000000004 180.6353 20160 13523 0 0 983040 737280 737280 737530 748800 54 27 26 34 272 0 0 0 0 5 0 0 0 0 0 +1082 1783781675936622100 REFRESH 3 0 0.70144490420137851 0.44444444444444453 2 9 2 9 0 0 155 5 415 3943920 55200 150.34471130371094 0.96750000000000003 187.2287 20160 12568 0 0 983040 737280 737280 737520 748800 144 26 49 38 158 0 0 0 0 5 0 0 0 0 0 +1083 1783781676133205900 REFRESH 34 0 0.70247021240235474 0.78686868686868705 1 13 1 13 0 0 116 7 424 3943925 55200 150.82188415527344 0.97389999999999999 180.6781 20160 14387 0 0 983040 737280 737280 737524 748800 29 25 31 53 286 0 0 0 0 7 0 0 0 0 0 +1084 1783781676316469700 REFRESH 12 0 0.70353282321205968 0.43535353535353549 3 8 3 8 0 0 207 5 415 3943926 55200 150.67135620117188 0.96870000000000001 182.07409999999999 20160 12178 0 0 983040 737280 737280 737526 748800 141 26 32 66 150 0 0 0 0 5 0 0 0 0 0 +1085 1783781676510490700 REFRESH 33 0 0.74660500905275329 0.12020202020202017 1 7 1 7 0 0 193 5 417 3943911 55200 152.310791015625 0.99360000000000004 192.8263 20160 12302 0 0 983040 737280 737280 737511 748800 129 26 81 42 139 0 0 0 0 5 0 0 0 0 0 +1086 1783781676714602300 REFRESH 25 0 0.69677738722630855 0.76868686868686875 3 11 3 11 0 0 130 10 420 3943906 55200 151.89631652832031 0.96860000000000002 182.79640000000001 20160 14412 0 0 983040 737280 737280 737506 748800 35 25 37 26 297 0 0 0 0 10 0 0 0 0 0 +1087 1783781676896567300 REFRESH 19 0 0.7025074651802834 0.66666666666666674 2 11 2 11 0 0 142 10 420 3943908 55200 151.30213928222656 0.97089999999999999 180.73230000000001 20160 11895 0 0 983040 737280 737280 737508 748800 58 26 28 41 267 0 0 0 0 10 0 0 0 0 0 +1088 1783781677094058500 REFRESH 22 0 0.70000566266740971 0.76868686868686875 3 11 3 11 0 0 152 10 418 3943902 55200 151.82847595214844 0.98609999999999998 182.4477 20160 13686 0 0 983040 737280 737280 737500 748800 49 26 50 32 261 0 0 0 0 10 0 0 0 0 0 +1089 1783781677319079700 REFRESH 44 0 0.70731812693398566 0.22222222222222218 2 7 2 7 0 0 179 3 418 3943893 55200 151.23968505859375 0.96740000000000004 223.78030000000001 20160 12230 0 0 983040 737280 737280 737493 748800 59 26 31 42 260 0 0 0 0 3 0 0 0 0 0 +1090 1783781677523615900 REFRESH 49 0 0.69927671684114689 0.6575757575757577 3 10 3 10 0 0 141 8 417 3943900 55200 150.46144104003906 0.96719999999999995 179.97120000000001 20160 12365 0 0 983040 737280 737280 737500 748800 72 26 32 34 253 0 0 0 0 8 0 0 0 0 0 +1091 1783781677753245000 REFRESH 56 0 0.87010218294041541 0 2 5 2 5 0 0 231 3 414 3943935 55200 151.69638061523438 0.96679999999999999 228.374 20160 13215 0 0 983040 737280 737280 737535 748800 131 26 47 119 91 0 0 0 0 3 0 0 0 0 0 +1092 1783781677951667800 REFRESH 28 0 0.69616057357811989 0.67575757575757578 1 12 1 12 0 0 158 5 407 3943907 55200 151.53053283691406 0.97199999999999998 182.68719999999999 20160 14375 0 0 983040 737280 737280 737507 748800 29 26 28 29 295 0 0 0 0 5 0 0 0 0 0 +1093 1783781678135050000 REFRESH 35 0 0.70111649945425447 0.66666666666666674 2 11 2 11 0 0 179 7 415 3943895 55200 151.1751708984375 0.97470000000000001 182.17529999999999 20160 12437 0 0 983040 737280 737280 737495 748800 47 26 33 85 224 0 0 0 0 7 0 0 0 0 0 +1094 1783781678333528700 REFRESH 43 0 0.7036159716897783 0.76868686868686875 3 11 3 11 1 0 149 10 425 3943903 55200 152.80844116210938 0.98099999999999998 182.6713 20160 12469 0 0 983040 737280 737280 737503 748800 96 25 119 53 132 0 0 0 0 10 0 0 0 0 1 +1095 1783781678596178800 REFRESH 42 0 0.74946393201157857 0.11111111111111109 2 6 2 6 0 0 152 7 427 3943935 55200 152.68966674804688 0.97430000000000005 230.7234 20160 12708 0 0 983040 737280 737280 737535 748800 137 25 79 89 97 0 0 0 0 7 0 0 0 0 0 +1096 1783781678790493200 REFRESH 5 0 0.6951444008639337 0.66666666666666674 2 11 2 11 0 0 99 5 415 3943902 55200 149.74259948730469 0.97209999999999996 178.53639999999999 20160 13559 0 0 983040 737280 737280 737502 748800 47 26 37 111 194 0 0 0 1 4 0 0 0 0 0 +1097 1783781678979399700 REFRESH 8 0 0.87376024828795462 0 2 5 2 5 0 0 240 3 414 3943933 55200 152.83917236328125 0.9677 187.76580000000001 20160 13351 0 0 983040 737280 737280 737533 748800 62 26 78 125 123 0 0 0 0 3 0 0 0 0 0 +1098 1783781679185577800 REFRESH 10 0 0.70062435549316993 0.45353535353535362 1 10 1 10 0 0 128 6 422 3943909 55200 151.79571533203125 0.97360000000000002 182.64179999999999 20160 12962 0 0 983040 737280 737280 737508 748800 104 25 33 35 225 0 0 0 0 6 0 0 0 0 0 +1099 1783781679384688000 REFRESH 51 0 0.70286819069230932 0.76868686868686875 3 11 3 11 0 0 120 12 405 3943922 55200 152.01075744628906 0.96760000000000002 182.89680000000001 20160 12480 0 0 983040 737280 737280 737522 748800 51 26 85 42 201 0 0 0 1 11 0 0 0 0 0 +1100 1783781679592644000 REFRESH 30 0 0.70779352691440955 0.23131313131313144 1 8 1 8 0 0 159 4 417 3943909 55200 152.700927734375 0.9728 206.75649999999999 20160 12210 0 0 983040 737280 737280 737509 748800 109 25 46 123 114 0 0 0 0 4 0 0 0 0 0 +1101 1783781679798153200 REFRESH 29 0 0.70094962849814912 0.67575757575757578 1 12 1 12 0 0 141 7 415 3943901 55200 150.5269775390625 0.96719999999999995 181.5565 20160 11923 0 0 983040 737280 737280 737501 748800 68 26 31 91 199 0 0 0 0 7 0 0 0 0 0 +1102 1783781679993051300 REFRESH 6 0 0.69579906984803563 0.76868686868686875 3 11 3 11 0 0 127 2 422 3943924 55200 150.00064086914062 0.96889999999999998 179.4614 20160 13524 0 0 983040 737280 737280 737524 748800 30 25 32 39 296 0 0 0 0 2 0 0 0 0 0 +1103 1783781680191547900 REFRESH 7 0 0.70147174578134508 0.67575757575757578 1 12 1 12 0 0 146 9 420 3943935 55200 151.35641479492188 0.97240000000000004 182.74010000000001 20160 13375 0 0 983040 737280 737280 737535 748800 26 26 30 34 304 0 0 0 0 9 0 0 0 0 0 +1104 1783781680419080200 REFRESH 52 0 0.7506379753841409 0.12020202020202017 1 7 1 7 0 0 125 2 423 3943899 55200 151.08528137207031 0.97250000000000003 226.2516 20160 13290 0 0 983040 737280 737280 737499 748800 166 26 61 71 99 0 0 0 0 2 0 0 0 0 0 +1105 1783781680615437300 REFRESH 23 0 0.69505600415443425 0.99090909090909129 3 13 3 13 0 0 129 6 405 3943911 55200 151.05740356445312 0.96779999999999999 181.45079999999999 20160 14439 0 0 983040 737280 737280 737511 748800 96 26 31 27 225 0 0 0 0 6 0 0 0 0 0 +1106 1783781680843817500 REFRESH 54 0 0.7103724124295786 0.23131313131313144 1 8 1 8 0 0 137 4 418 3943932 55200 151.35232543945312 0.96860000000000002 226.72579999999999 20160 12244 0 0 983040 737280 737280 737532 748800 169 25 59 72 93 0 0 0 0 4 0 0 0 0 0 +1107 1783781681047601600 REFRESH 50 0 0.70456819445166419 0.44444444444444453 2 9 2 9 0 0 145 8 419 3943927 55200 150.35084533691406 0.97219999999999995 187.81720000000001 20160 11934 0 0 983040 737280 737280 737527 748800 71 26 34 57 231 0 0 0 0 8 0 0 0 0 0 +1108 1783781681239012900 REFRESH 45 0 0.71310136547069281 0.22222222222222218 2 7 2 7 0 0 172 9 428 3943893 55200 151.41888427734375 0.97319999999999995 189.94550000000001 20160 12104 0 0 983040 737280 737280 737493 748800 92 25 36 47 228 0 0 0 0 9 0 0 0 0 0 +1109 1783781681436771300 REFRESH 24 0 0.69568847678195089 0.87070707070707098 4 11 4 11 0 0 156 2 410 3943935 55200 151.08607482910156 0.99219999999999997 182.16319999999999 20160 14296 0 0 983040 737280 737280 737535 748800 32 26 26 29 297 0 0 0 0 2 0 0 0 0 0 +1110 1783781681639757400 REFRESH 41 0 0.72980675726943622 0.34242424242424252 1 9 1 9 0 0 115 5 415 3943939 55200 150.64985656738281 0.97209999999999996 201.81030000000001 20160 11987 0 0 983040 737280 737280 737539 748800 167 26 33 34 155 0 0 0 0 5 0 0 0 0 0 +1111 1783781681839279600 REFRESH 20 0 0.70134972427869924 0.66666666666666674 2 11 2 11 0 0 138 8 419 3943904 55200 150.93775939941406 0.98850000000000005 182.0018 20160 12325 0 0 983040 737280 737280 737504 748800 43 26 48 91 211 0 0 0 0 8 0 0 0 0 0 +1112 1783781682059467800 REFRESH 9 0 0.74516634667117565 0.11111111111111109 2 6 2 6 0 0 149 7 431 3943913 55200 151.86944580078125 0.97050000000000003 219.0497 20160 12730 0 0 983040 737280 737280 737513 748800 152 25 37 105 112 0 0 0 0 7 0 0 0 0 0 +1113 1783781682264767700 REFRESH 18 0 0.70514833133486987 1 2 14 2 14 0 0 137 5 417 3943907 55200 151.2806396484375 0.97370000000000001 181.68979999999999 20160 14437 0 0 983040 737280 737280 737506 748800 29 26 48 35 279 0 0 0 0 5 0 0 0 0 0 +1114 1783781682459727000 REFRESH 38 0 0.70097681438203563 0.55555555555555558 2 10 2 10 0 0 130 11 423 3943918 55200 150.44709777832031 0.9708 180.38939999999999 20160 12555 0 0 983040 737280 737280 737518 748800 86 26 55 53 203 0 0 0 0 11 0 0 0 0 0 +1115 1783781682657396900 REFRESH 37 0 0.70233995516642855 0.67575757575757578 1 12 1 12 0 0 151 4 412 3943912 55200 150.77888488769531 0.96889999999999998 181.20859999999999 20160 13371 0 0 983040 737280 737280 737512 748800 45 26 33 79 229 0 0 0 0 4 0 0 0 0 0 +1116 1783781682853616300 REFRESH 15 0 0.69752813522674195 0.76868686868686875 3 11 3 11 0 0 110 9 416 3943898 55200 151.09939575195312 0.97389999999999999 181.09389999999999 20160 14435 0 0 983040 737280 737280 737498 748800 29 26 40 47 274 0 0 0 1 8 0 0 0 0 0 +1117 1783781683046552600 REFRESH 16 0 0.74786747186312519 0.11111111111111109 2 6 2 6 0 0 206 6 420 3943914 55200 151.81517028808594 0.96679999999999999 191.7629 20160 12203 0 0 983040 737280 737280 737513 748800 161 26 27 97 109 0 0 0 0 6 0 0 0 0 0 +1118 1783781683258746900 REFRESH 14 0 0.6996609472555384 0.57373737373737377 0 12 0 12 0 0 131 6 413 3943916 55200 151.07379150390625 0.97750000000000004 187.47579999999999 20160 13246 0 0 983040 737280 737280 737516 748800 70 25 31 29 258 0 0 0 0 6 0 0 0 0 0 +1119 1783781683474866900 REFRESH 1 0 0.74972089110560081 0.12020202020202017 1 7 1 7 0 0 145 3 420 3943908 55200 151.51615905761719 0.96509999999999996 215.0181 20160 12492 0 0 983040 737280 737280 737508 748800 126 26 62 87 119 0 0 0 0 3 0 0 0 0 0 +1120 1783781683744742200 REFRESH 11 0 0.74855862032412823 0.12929292929292943 0 8 0 8 0 0 118 4 415 3943894 55200 151.3912353515625 0.97450000000000003 231.14920000000001 20160 12928 0 0 983040 737280 737280 737494 748800 99 25 47 56 188 0 0 1 0 3 0 0 0 0 0 +1121 1783781683960175800 REFRESH 48 0 0.84547755251344092 0.11111111111111109 2 6 2 6 0 0 194 2 425 3943897 55200 151.66873168945312 0.96830000000000005 214.1266 20160 13216 0 0 983040 737280 737280 737497 748800 101 26 74 55 169 0 0 0 0 2 0 0 0 0 0 +1122 1783781684166611800 REFRESH 57 0 0.70256975178723757 0.77777777777777779 2 12 2 12 0 0 150 10 402 3943908 55200 150.73280334472656 0.96909999999999996 181.32830000000001 20160 13441 0 0 983040 737280 737280 737508 748800 64 26 34 31 247 0 0 0 0 10 0 0 0 0 0 +1123 1783781685341769900 DEPTH 8 1 0.86572680011489167 0 2 5 2 5 1 0 240 22 2561 23664782 81600 879.9744873046875 5.8150999999999993 1126.1560999999999 120960 64984 1 0 5898240 4423680 4423680 4426380 4492800 163 156 150 412 1680 0 0 0 0 22 0 0 0 0 1 +1124 1783781686716489400 DEPTH 56 1 0.86249944045191285 0 2 5 2 5 0 0 231 16 2554 23664879 81600 866.47203063964844 5.8125 1324.7248 120960 63716 1 0 5898240 4423680 4423680 4426479 4492800 447 150 186 387 1384 0 0 0 0 16 0 0 0 0 0 +1125 1783781688024759300 DEPTH 13 1 0.8597965560791534 0.0090909090909090783 1 6 1 6 0 0 192 18 2495 23664824 81600 867.90574645996094 5.8109000000000002 1307.0882999999999 120960 63741 1 0 5898240 4423680 4423680 4426424 4492800 269 150 164 199 1713 0 0 0 0 18 0 0 0 0 0 +1126 1783781689396172200 DEPTH 17 1 0.85717198168382169 0.018181818181818247 0 7 0 7 0 0 220 14 2537 23664853 81600 870.14297485351562 5.8241999999999994 1346.3254999999999 120960 64507 1 0 5898240 4423680 4423680 4426451 4492800 230 156 187 286 1678 0 0 0 0 14 0 0 0 0 0 +1127 1783781690678862100 DEPTH 31 1 0.74622451332731921 0.11111111111111109 2 6 2 6 0 0 165 13 2572 23664838 81600 867.02490234375 5.8131000000000004 1281.4413 120960 60540 1 0 5898240 4423680 4423680 4426435 4492800 382 150 171 386 1483 0 0 0 0 13 0 0 0 0 0 +1128 1783781692046370100 DEPTH 42 1 0.74533015993891527 0.11111111111111109 2 6 2 6 0 0 152 43 2636 23664799 81600 884.43595886230469 5.8132000000000001 1351.8123000000001 120960 61287 1 0 5898240 4423680 4423680 4426398 4492800 186 150 192 180 1928 0 0 0 0 43 0 0 0 0 0 +1129 1783781693305305700 DEPTH 33 1 0.74134949345138723 0.12020202020202017 1 7 1 7 0 0 194 13 2537 23664784 81600 896.31846618652344 5.8411 1257.6990000000001 120960 58648 1 0 5898240 4423680 4423680 4426383 4492800 283 153 160 184 1757 0 0 0 0 13 0 0 0 0 0 +1130 1783781694584627000 DEPTH 53 1 0.73753290107534675 0.12929292929292943 0 8 0 8 0 0 167 18 2519 23664859 81600 868.84658813476562 5.8246000000000002 1255.5363 120960 58362 1 0 5898240 4423680 4423680 4426459 4492800 228 156 168 172 1795 0 0 0 0 18 0 0 0 0 0 +1131 1783781695948860100 DEPTH 52 1 0.74179552516946601 0.12020202020202017 1 7 1 7 0 0 125 13 2577 23664796 81600 858.31167602539062 5.8416999999999994 1308.7049999999999 120960 61599 1 0 5898240 4423680 4423680 4426396 4492800 853 156 283 331 954 0 0 0 0 13 0 0 0 0 0 +1132 1783781697323900900 DEPTH 54 1 0.70278963300464004 0.23131313131313144 1 8 1 8 0 0 137 16 2578 23664881 81600 865.56179809570312 5.8266999999999998 1318.1665 120960 58467 1 0 5898240 4423680 4423680 4426478 4492800 395 150 233 316 1484 0 0 0 0 16 0 0 0 0 0 +1133 1783781698610977900 DEPTH 32 1 0.70164485785399866 0.23131313131313144 1 8 1 8 1 0 155 24 2560 23664771 81600 867.78163146972656 5.8144 1262.489 120960 58396 1 0 5898240 4423680 4423680 4426369 4492800 210 150 212 225 1763 0 0 0 0 24 0 0 0 0 1 +1134 1783781700047772200 DEPTH 30 1 0.70055816431069784 0.23131313131313144 1 8 1 8 0 0 159 29 2574 23664822 81600 918.52020263671875 5.9344000000000001 1382.5791999999999 120960 58107 1 0 5898240 4423680 4423680 4426419 4492800 431 150 217 466 1310 0 0 0 0 29 0 0 0 0 0 +1135 1783781701170489800 DEPTH 36 1 0.69991951382657169 0.6575757575757577 3 10 3 10 1 0 137 33 2587 23664952 81600 917.05445861816406 5.8648999999999996 1106.3661 120960 62732 1 0 5898240 4423680 4423680 4426552 4492800 224 150 150 156 1907 0 0 0 0 33 0 0 0 0 1 +1136 1783781702319512300 DEPTH 43 1 0.699687719871805 0.76868686868686875 3 11 3 11 0 0 149 34 2594 23664832 81600 914.376953125 5.8837999999999999 1101.4679000000001 120960 61604 1 0 5898240 4423680 4423680 4426429 4492800 341 150 420 194 1489 0 0 0 0 34 0 0 0 0 0 +1137 1783781703678511300 DEPTH 44 1 0.69928722054413373 0.22222222222222218 2 7 2 7 0 0 179 13 2577 23664917 81600 871.24896240234375 5.8441000000000001 1335.924 120960 57597 1 0 5898240 4423680 4423680 4426514 4492800 190 159 150 160 1918 0 0 0 0 13 0 0 0 0 0 +1138 1783781704720066300 DEPTH 40 1 0.69908648362382708 0.67575757575757578 1 12 1 12 1 0 144 29 2611 23664779 81600 862.33700561523438 5.8129999999999997 1040.3163999999999 120960 62036 1 0 5898240 4423680 4423680 4426379 4492800 156 150 162 150 1993 0 0 0 0 29 0 0 0 0 1 +1139 1783781705846201600 DEPTH 8 1 0.77533823779515332 0 2 5 2 5 0 0 240 17 2574 23664830 81600 870.830078125 5.8337000000000003 1124.9384 120960 54084 1 0 5898240 4423680 4423680 4426426 4492800 159 156 150 458 1651 0 0 0 0 17 0 0 0 0 0 +1140 1783781707163799300 DEPTH 56 1 0.77234431952619886 0 2 5 2 5 0 0 231 22 2558 23664888 81600 858.62521362304688 5.7889999999999997 1316.3185000000001 120960 52520 1 0 5898240 4423680 4423680 4426487 4492800 505 150 186 453 1264 0 0 0 0 22 0 0 0 0 0 +1141 1783781708506513000 DEPTH 48 1 0.77684761858678453 0.11111111111111109 2 6 2 6 0 0 194 24 2584 23664858 81600 868.98489379882812 5.8254000000000001 1326.2954 120960 62178 1 0 5898240 4423680 4423680 4426457 4492800 207 156 174 157 1890 0 0 0 0 24 0 0 0 0 0 +1142 1783781709798934900 DEPTH 13 1 0.78009236149954508 0.0090909090909090783 1 6 1 6 0 0 192 13 2497 23664824 81600 858.42654418945312 5.8325000000000005 1291.1855 120960 52870 1 0 5898240 4423680 4423680 4426424 4492800 268 150 164 206 1709 0 0 0 0 13 0 0 0 0 0 +1143 1783781711118818000 DEPTH 9 1 0.74192381815343356 0.11111111111111109 2 6 2 6 0 0 149 4 2611 23664910 81600 865.59063720703125 5.8117999999999999 1318.7007000000001 120960 59813 1 0 5898240 4423680 4423680 4426510 4492800 677 150 199 440 1145 0 0 0 0 4 0 0 0 0 0 +1144 1783781712456557000 DEPTH 17 1 0.78774078275549586 0.018181818181818247 0 7 0 7 0 0 220 14 2517 23664841 81600 875.63981628417969 5.8374999999999995 1336.5678 120960 52252 1 0 5898240 4423680 4423680 4426438 4492800 227 156 182 301 1651 0 0 0 0 14 0 0 0 0 0 +1145 1783781713797012600 DEPTH 41 1 0.72019829484333986 0.34242424242424252 1 9 1 9 0 0 115 26 2554 23664792 81600 880.49664306640625 5.8109999999999999 1299.4335000000001 120960 58799 1 0 5898240 4423680 4423680 4426390 4492800 359 156 156 160 1723 0 0 1 0 25 0 0 0 0 0 +1146 1783781714959226000 DEPTH 16 1 0.74309767557386019 0.11111111111111109 2 6 2 6 0 0 207 25 2536 23664807 81600 873.83961486816406 5.8094999999999999 1161.0128 120960 58594 1 0 5898240 4423680 4423680 4426406 4492800 284 155 155 208 1734 0 0 0 0 25 0 0 0 0 0 +1147 1783781716386967700 DEPTH 11 1 0.74193711501615034 0.12929292929292943 0 8 0 8 0 0 118 17 2536 23664861 81600 860.8328857421875 5.8118999999999996 1345.7333000000001 120960 60206 1 0 5898240 4423680 4423680 4426459 4492800 246 150 175 228 1737 0 0 0 0 17 0 0 0 0 0 +1148 1783781717767682300 DEPTH 1 1 0.74176733006641216 0.12020202020202017 1 7 1 7 0 0 145 8 2590 23664789 81600 867.09367370605469 5.8424000000000005 1339.4684 120960 60257 1 0 5898240 4423680 4423680 4426389 4492800 371 150 239 293 1537 0 0 0 0 8 0 0 0 0 0 +1149 1783781719035284100 DEPTH 45 1 0.71042322880222253 0.22222222222222218 2 7 2 7 0 0 172 27 2606 23664821 81600 872.38972473144531 5.8145999999999995 1257.5798 120960 57819 1 0 5898240 4423680 4423680 4426419 4492800 171 150 159 163 1963 0 0 0 0 27 0 0 0 0 0 +1150 1783781720324002000 DEPTH 50 1 0.70052096344475534 0.44444444444444453 2 9 2 9 0 0 147 28 2612 23664807 81600 862.60447692871094 5.8129 1246.2474 120960 60350 1 0 5898240 4423680 4423680 4426406 4492800 152 150 151 150 2009 0 0 0 0 28 0 0 0 0 0 +1151 1783781721363647800 DEPTH 19 1 0.69923027669811799 0.66666666666666674 2 11 2 11 0 0 142 20 2592 23664811 81600 862.08819580078125 5.8231999999999999 1038.3928000000001 120960 58159 1 0 5898240 4423680 4423680 4426411 4492800 169 150 156 175 1942 0 0 0 0 20 0 0 0 0 0 +1152 1783781722449649100 DEPTH 51 1 0.69917104664410779 0.76868686868686875 3 11 3 11 0 0 121 36 2554 23664855 81600 862.74015808105469 5.8266 1044.9902999999999 120960 62147 1 0 5898240 4423680 4423680 4426454 4492800 181 150 214 191 1818 0 0 0 0 36 0 0 0 0 0 +1153 1783781723796175600 DEPTH 21 1 0.69912753288411511 0.35151515151515161 0 10 0 10 0 0 193 52 2533 23664904 81600 869.44358825683594 5.8117000000000001 1315.7526 120960 57975 1 0 5898240 4423680 4423680 4426504 4492800 183 150 162 191 1847 0 0 0 0 52 0 0 0 0 0 +1154 1783781724881062700 DEPTH 57 1 0.6989113521714968 0.77777777777777779 2 12 2 12 1 0 152 69 2502 23664850 81600 862.00627136230469 5.8338999999999999 1041.5501999999999 120960 66964 1 0 5898240 4423680 4423680 4426447 4492800 157 156 152 152 1885 0 0 0 0 69 0 0 0 0 5 +1155 1783781725079206000 REFRESH 15 0 0.69375585326089406 0.76868686868686875 3 11 3 11 0 0 110 9 416 3943909 55200 151.12089538574219 0.97230000000000005 181.11959999999999 20160 14210 0 0 983040 737280 737280 737509 748800 29 26 46 49 266 0 0 0 0 9 0 0 0 0 0 +1156 1783781725272931100 REFRESH 6 0 0.68512052295330372 0.76868686868686875 3 11 3 11 0 0 127 9 411 3943892 55200 150.35801696777344 0.9677 178.77160000000001 20160 13245 0 0 983040 737280 737280 737492 748800 33 25 36 44 273 0 0 0 0 9 0 0 0 0 0 +1157 1783781725490067000 REFRESH 1 0 0.57917809604909221 0.12020202020202017 1 7 1 7 0 0 145 3 422 3943914 55200 151.53971862792969 0.97809999999999997 215.96250000000001 20160 12415 0 0 983040 737280 737280 737514 748800 125 26 69 87 115 0 0 0 0 3 0 0 0 0 0 +1158 1783781725691067000 REFRESH 10 0 0.69460599796454203 0.45353535353535362 1 10 1 10 0 0 128 7 419 3943903 55200 150.64268493652344 0.9667 184.31209999999999 20160 12943 0 0 983040 737280 737280 737503 748800 110 25 35 37 212 0 0 0 0 7 0 0 0 0 0 +1159 1783781725882981400 REFRESH 45 0 0.55844543580381145 0.22222222222222218 2 7 2 7 0 0 172 6 420 3943920 55200 152.1397705078125 0.99160000000000004 190.13939999999999 20160 12149 0 0 983040 737280 737280 737519 748800 89 25 38 48 220 0 0 0 0 6 0 0 0 0 0 +1160 1783781726173314400 REFRESH 42 0 0.74439609606546653 0.11111111111111109 2 6 2 6 0 0 152 4 425 3943898 55200 151.80902099609375 0.9718 229.49090000000001 20160 12586 0 0 983040 737280 737280 737498 748800 129 25 78 86 107 0 0 0 0 4 0 0 0 0 0 +1161 1783781726375052100 REFRESH 31 0 0.74544994039130208 0.11111111111111109 2 6 2 6 0 0 165 7 419 3943921 55200 151.04512023925781 0.96860000000000002 200.553 20160 12629 0 0 983040 737280 737280 737521 748800 80 26 32 136 145 0 0 0 0 7 0 0 0 0 0 +1162 1783781726556805800 REFRESH 51 0 0.54499738816813026 0.76868686868686875 3 11 3 11 0 0 122 10 408 3943887 55200 150.85261535644531 0.96650000000000003 180.50790000000001 20160 11942 0 0 983040 737280 737280 737487 748800 86 25 88 45 164 0 0 0 0 10 0 0 0 0 0 +1163 1783781726771138300 REFRESH 14 0 0.6937276389155822 0.57373737373737377 0 12 0 12 1 0 131 10 411 3943918 55200 151.12602233886719 0.97299999999999998 188.20330000000001 20160 13215 0 0 983040 737280 737280 737518 748800 51 25 27 26 282 0 0 0 0 10 0 0 0 0 1 +1164 1783781726967098600 REFRESH 49 0 0.69476550951838711 0.6575757575757577 3 10 3 10 0 0 141 8 410 3943910 55200 150.24742126464844 0.97250000000000003 180.6335 20160 12367 0 0 983040 737280 737280 737510 748800 87 26 33 35 229 0 0 0 0 8 0 0 0 0 0 +1165 1783781727159748500 REFRESH 4 0 0.68192082056285075 0.78686868686868705 1 13 1 13 0 0 69 4 421 3943884 55200 150.83212280273438 0.96779999999999999 179.71250000000001 20160 14238 0 0 983040 737280 737280 737484 748800 27 26 34 31 303 0 0 0 0 4 0 0 0 0 0 +1166 1783781727375761900 REFRESH 43 0 0.69572234449762105 0.76868686868686875 3 11 3 11 0 0 149 9 428 3943935 55200 150.95500183105469 0.96809999999999996 181.9812 20160 11764 0 0 983040 737280 737280 737534 748800 105 25 120 50 128 0 0 0 0 9 0 0 0 0 0 +1167 1783781727560131200 REFRESH 55 0 0.69680110472034917 0.67575757575757578 1 12 1 12 0 0 166 5 416 3943923 55200 151.41477966308594 0.97360000000000002 182.67599999999999 20160 11890 0 0 983040 737280 737280 737523 748800 95 26 25 27 243 0 0 0 0 5 0 0 0 0 0 +1168 1783781727766986500 REFRESH 27 0 0.68800969514686194 0.7959595959595962 0 14 0 14 0 0 168 8 412 3943891 55200 150.95295715332031 0.96830000000000005 182.09800000000001 20160 13350 0 0 983040 737280 737280 737490 748800 62 26 35 28 261 0 0 0 0 8 0 0 0 0 0 +1169 1783781727949386400 REFRESH 36 0 0.69655011679705314 0.6575757575757577 3 10 3 10 0 0 137 8 419 3943904 55200 150.91506958007812 0.97319999999999995 181.18520000000001 20160 11875 0 0 983040 737280 737280 737504 748800 88 25 25 31 250 0 0 0 0 8 0 0 0 0 0 +1170 1783781728156901600 REFRESH 24 0 0.68500241198221179 0.87070707070707098 4 11 4 11 0 0 157 9 413 3943908 55200 151.8182373046875 0.98650000000000004 182.63069999999999 20160 14290 0 0 983040 737280 737280 737508 748800 37 26 27 32 291 0 0 0 0 9 0 0 0 0 0 +1171 1783781728387971300 REFRESH 11 0 0.73172805648858052 0.12929292929292943 0 8 0 8 0 0 118 3 414 3943904 55200 150.86796569824219 0.96889999999999998 229.89009999999999 20160 12855 0 0 983040 737280 737280 737504 748800 116 25 49 57 167 0 0 0 0 3 0 0 0 0 0 +1172 1783781728572105200 REFRESH 35 0 0.69549269511184808 0.66666666666666674 2 11 2 11 0 0 179 9 414 3943917 55200 151.68205261230469 0.96870000000000001 182.9084 20160 12361 0 0 983040 737280 737280 737517 748800 50 26 34 86 218 0 0 0 0 9 0 0 0 0 0 +1173 1783781728798101100 REFRESH 13 0 0.86033477434672778 0.0090909090909090783 1 6 1 6 0 0 192 4 415 3943915 55200 152.06265258789062 0.9657 200.91810000000001 20160 13217 0 0 983040 737280 737280 737515 748800 154 26 68 66 101 0 0 0 0 4 0 0 0 0 0 +1174 1783781728995166800 REFRESH 20 0 0.69648806061757895 0.66666666666666674 2 11 2 11 0 0 138 6 417 3943911 55200 150.22898864746094 0.97760000000000002 180.90870000000001 20160 12283 0 0 983040 737280 737280 737511 748800 44 26 53 94 200 0 0 0 0 6 0 0 0 0 0 +1175 1783781729188453000 REFRESH 32 0 0.70091948508155255 0.23131313131313144 1 8 1 8 0 0 156 6 419 3943934 55200 151.73939514160156 0.97109999999999996 192.03970000000001 20160 12670 0 0 983040 737280 737280 737534 748800 102 26 102 78 111 0 0 0 0 6 0 0 0 0 0 +1176 1783781729386075700 REFRESH 21 0 0.67747230534229286 0.35151515151515161 0 10 0 10 0 0 193 6 417 3943944 55200 151.5653076171875 0.97119999999999995 196.4502 20160 11949 0 0 983040 737280 737280 737544 748800 84 26 39 65 203 0 0 0 0 6 0 0 0 0 0 +1177 1783781729612014300 REFRESH 52 0 0.74183424367416817 0.12020202020202017 1 7 1 7 0 0 125 4 425 3943918 55200 150.2423095703125 0.97240000000000004 224.70410000000001 20160 13281 0 0 983040 737280 737280 737518 748800 168 26 62 70 99 0 0 0 0 4 0 0 0 0 0 +1178 1783781729810255100 REFRESH 22 0 0.69741575991293669 0.76868686868686875 3 11 3 11 0 0 152 10 415 3943912 55200 150.80551147460938 0.97729999999999995 181.8254 20160 13364 0 0 983040 737280 737280 737512 748800 49 26 45 32 263 0 0 0 0 10 0 0 0 0 0 +1179 1783781730047750800 REFRESH 16 0 0.74263885985176503 0.11111111111111109 2 6 2 6 0 0 207 2 417 3943886 55200 152.13465881347656 0.97240000000000004 190.4254 20160 12400 0 0 983040 737280 737280 737486 748800 164 26 27 97 103 0 0 0 0 2 0 0 0 0 0 +1180 1783781730277179800 REFRESH 17 0 0.85826693978738899 0.018181818181818247 0 7 0 7 0 0 220 3 416 3943903 55200 151.3912353515625 0.96779999999999999 228.2799 20160 13163 0 0 983040 737280 737280 737503 748800 101 26 57 106 126 0 0 0 0 3 0 0 0 0 0 +1181 1783781730489354000 REFRESH 48 0 0.81808693809562882 0.11111111111111109 2 6 2 6 0 0 195 5 423 3943907 55200 151.12515258789062 0.96619999999999995 210.94460000000001 20160 12883 0 0 983040 737280 737280 737507 748800 108 26 80 60 149 0 0 0 0 5 0 0 0 0 0 +1182 1783781730694336400 REFRESH 47 0 0.6932526376739987 0.66666666666666674 2 11 2 11 0 0 121 6 420 3943901 55200 150.91609191894531 0.97109999999999996 180.66159999999999 20160 13268 0 0 983040 737280 737280 737501 748800 29 26 36 29 300 0 0 0 0 6 0 0 0 0 0 +1183 1783781730875642900 REFRESH 37 0 0.69375099467607071 0.67575757575757578 1 12 1 12 0 0 151 8 411 3943926 55200 150.27507019042969 0.96460000000000001 179.65729999999999 20160 13335 0 0 983040 737280 737280 737526 748800 55 26 33 90 207 0 0 0 0 8 0 0 0 0 0 +1184 1783781731072238000 REFRESH 26 0 0.69192313769696623 0.67575757575757578 1 12 1 12 0 0 113 11 421 3943921 55200 151.25196838378906 0.98099999999999998 180.94479999999999 20160 13274 0 0 983040 737280 737280 737521 748800 38 26 25 57 275 0 0 0 0 11 0 0 0 0 0 +1185 1783781731291922500 REFRESH 41 0 0.71636578619457592 0.34242424242424252 1 9 1 9 0 0 115 10 417 3943933 55200 150.34060668945312 0.97460000000000002 204.6437 20160 12929 0 0 983040 737280 737280 737533 748800 171 26 33 33 154 0 0 0 0 10 0 0 0 0 0 +1186 1783781731492614900 REFRESH 39 0 0.69685863777543744 0.43535353535353549 3 8 3 8 0 0 191 7 412 3943904 55200 150.55360412597656 0.96750000000000003 183.8888 20160 11957 0 0 983040 737280 737280 737503 748800 29 25 43 29 286 0 0 0 0 7 0 0 0 0 0 +1187 1783781731714039900 REFRESH 9 0 0.73593549875001163 0.11111111111111109 2 6 2 6 0 0 149 6 432 3943899 55200 151.21919250488281 0.96479999999999999 220.28540000000001 20160 12986 0 0 983040 737280 737280 737499 748800 157 25 37 99 114 0 0 0 0 6 0 0 0 0 0 +1188 1783781731895478200 REFRESH 19 0 0.69566182972137924 0.66666666666666674 2 11 2 11 0 0 142 9 419 3943887 55200 150.84646606445312 0.96640000000000004 180.2928 20160 12046 0 0 983040 737280 737280 737487 748800 64 26 29 43 257 0 0 0 0 9 0 0 0 0 0 +1189 1783781732110143300 REFRESH 2 0 0.69877424649137909 0.33333333333333343 2 8 2 8 0 0 154 4 416 3943901 55200 151.74143981933594 0.98529999999999995 199.02979999999999 20160 12284 0 0 983040 737280 737280 737500 748800 88 25 41 47 215 0 0 0 0 4 0 0 0 0 0 +1190 1783781732360302800 REFRESH 44 0 0.69890013787469818 0.22222222222222218 2 7 2 7 0 0 180 8 421 3943908 55200 150.74201965332031 0.97319999999999995 221.5258 20160 12483 0 0 983040 737280 737280 737508 748800 63 26 31 45 256 0 0 0 0 8 0 0 0 0 0 +1191 1783781732564863100 REFRESH 53 0 0.7379261318227055 0.12929292929292943 0 8 0 8 0 0 167 3 413 3943902 55200 160.60108947753906 0.9778 203.31809999999999 20160 12418 0 0 983040 737280 737280 737502 748800 134 27 34 32 186 0 0 0 0 3 0 0 0 0 0 +1192 1783781732781033700 REFRESH 23 0 0.68847603956278636 0.99090909090909129 3 13 3 13 1 0 129 10 405 3943932 55200 159.76243591308594 0.98829999999999996 190.59809999999999 20160 14167 0 0 983040 737280 737280 737532 748800 77 26 31 27 244 0 0 0 0 10 0 0 0 0 1 +1193 1783781733020238800 REFRESH 56 0 0.86239744400099694 0 2 5 2 5 0 0 231 3 413 3943928 55200 160.13926696777344 0.97609999999999997 237.97999999999999 20160 13485 0 0 983040 737280 737280 737527 748800 128 26 46 118 95 0 0 0 0 3 0 0 0 0 0 +1194 1783781733225989300 REFRESH 38 0 0.69910392217986184 0.55555555555555558 2 10 2 10 0 0 130 7 417 3943909 55200 158.67698669433594 1.0076000000000001 189.94 20160 12405 0 0 983040 737280 737280 737509 748800 88 26 54 56 193 0 0 1 0 6 0 0 0 0 0 +1195 1783781733431391400 REFRESH 18 0 0.69648991484564948 1 2 14 2 14 0 0 137 12 417 3943926 55200 157.81376647949219 0.97309999999999997 189.3587 20160 14254 0 0 983040 737280 737280 737526 748800 28 26 51 36 276 0 0 0 0 12 0 0 0 0 0 +1196 1783781733629254600 REFRESH 12 0 0.69659411974008179 0.43535353535353549 3 8 3 8 0 0 207 4 412 3943947 55200 150.90789794921875 0.96789999999999998 182.0641 20160 12219 0 0 983040 737280 737280 737547 748800 145 26 32 67 142 0 0 0 0 4 0 0 0 0 0 +1197 1783781733837102700 REFRESH 33 0 0.74167501140160819 0.12020202020202017 1 7 1 7 0 0 194 4 422 3943904 55200 151.97900390625 0.96989999999999998 192.7698 20160 12315 0 0 983040 737280 737280 737504 748800 140 26 88 46 122 0 0 0 0 4 0 0 0 0 0 +1198 1783781734035309900 REFRESH 7 0 0.69834604764594466 0.67575757575757578 1 12 1 12 0 0 146 9 420 3943920 55200 151.061767578125 0.96930000000000005 182.37299999999999 20160 13343 0 0 983040 737280 737280 737520 748800 26 26 36 40 292 0 0 0 0 9 0 0 0 0 0 +1199 1783781734226915000 REFRESH 8 0 0.86515612474307235 0 2 5 2 5 0 0 240 4 413 3943911 55200 152.69477844238281 0.97170000000000001 190.40389999999999 20160 13358 0 0 983040 737280 737280 737511 748800 64 26 83 126 114 0 0 0 0 4 0 0 0 0 0 +1200 1783781734436775700 REFRESH 58 0 0.69597203033076871 0.77777777777777779 2 12 2 12 0 0 140 5 416 3943920 55200 151.14956665039062 0.97560000000000002 184.61000000000001 20160 13343 0 0 983040 737280 737280 737519 748800 32 25 26 30 303 0 0 0 0 5 0 0 0 0 0 +1201 1783781734625540000 REFRESH 50 0 0.69872195321091235 0.44444444444444453 2 9 2 9 0 0 147 6 420 3943904 55200 151.65338134765625 0.97509999999999997 187.3545 20160 13164 0 0 983040 737280 737280 737503 748800 90 26 36 64 204 0 0 0 0 6 0 0 0 0 0 +1202 1783781734807369400 REFRESH 40 0 0.69617988913374862 0.67575757575757578 1 12 1 12 1 0 145 8 417 3943919 55200 149.45689392089844 0.97540000000000004 180.1558 20160 12085 0 0 983040 737280 737280 737519 748800 90 25 31 58 213 0 0 0 0 8 0 0 0 0 1 +1203 1783781735024666900 REFRESH 3 0 0.69513655674779895 0.44444444444444453 2 9 2 9 0 0 155 9 415 3943913 55200 151.07685852050781 0.9708 191.00219999999999 20160 12562 0 0 983040 737280 737280 737513 748800 133 26 48 36 172 0 0 0 0 9 0 0 0 0 0 +1204 1783781735221644900 REFRESH 29 0 0.69536528669978281 0.67575757575757578 1 12 1 12 1 0 141 8 414 3943921 55200 149.70777893066406 0.97599999999999998 180.6063 20160 11717 0 0 983040 737280 737280 737520 748800 70 25 28 80 211 0 0 0 0 8 0 0 0 0 1 +1205 1783781735436090100 REFRESH 46 0 0.69792500976260496 0.22222222222222218 2 7 2 7 0 0 332 6 420 3943908 55200 151.37791442871094 0.97230000000000005 199.75540000000001 20160 12391 0 0 983040 737280 737280 737508 748800 114 25 54 63 164 1 0 0 0 5 0 0 0 0 0 +1206 1783781735631991300 REFRESH 0 0 0.69541040227518014 0.67575757575757578 1 12 1 12 0 0 102 6 423 3943912 55200 150.46476745605469 0.97629999999999995 179.78970000000001 20160 14182 0 0 983040 737280 737280 737511 748800 35 25 25 25 313 0 0 0 0 6 0 0 0 0 0 +1207 1783781735831370400 REFRESH 5 0 0.68887420539394739 0.66666666666666674 2 11 2 11 0 0 99 11 408 3943920 55200 149.88082885742188 0.99339999999999995 185.0273 20160 13313 0 0 983040 737280 737280 737520 748800 49 26 35 121 177 0 0 0 1 10 0 0 0 0 0 +1208 1783781736013178200 REFRESH 57 0 0.69601824710897742 0.77777777777777779 2 12 2 12 0 0 152 4 402 3943894 55200 150.24128723144531 0.97899999999999998 180.15649999999999 20160 12260 0 0 983040 737280 737280 737493 748800 90 26 34 31 221 0 0 0 0 4 0 0 0 0 0 +1209 1783781736246814800 REFRESH 30 0 0.70028722575491731 0.23131313131313144 1 8 1 8 0 0 159 5 422 3943911 55200 152.03736877441406 0.97660000000000002 208.2012 20160 12433 0 0 983040 737280 737280 737511 748800 116 25 46 120 115 0 0 0 0 5 0 0 0 0 0 +1210 1783781736443261300 REFRESH 34 0 0.6974697072705387 0.78686868686868705 1 13 1 13 0 0 116 8 421 3943915 55200 149.45791625976562 0.96860000000000002 180.5273 20160 14216 0 0 983040 737280 737280 737515 748800 29 25 27 37 303 0 0 0 0 8 0 0 0 0 0 +1211 1783781736697994200 REFRESH 54 0 0.70233888196572192 0.23131313131313144 1 8 1 8 0 0 137 4 421 3943885 55200 151.73529052734375 0.9677 229.67410000000001 20160 12600 0 0 983040 737280 737280 737485 748800 172 25 59 77 88 0 0 0 0 4 0 0 0 0 0 +1212 1783781736897332700 REFRESH 28 0 0.69022686092370855 0.67575757575757578 1 12 1 12 0 0 158 11 410 3943934 55200 151.00825500488281 0.9708 182.5033 20160 14430 0 0 983040 737280 737280 737534 748800 29 26 31 28 296 0 0 0 0 11 0 0 0 0 0 +1213 1783781737094272200 REFRESH 25 0 0.69534604788993026 0.76868686868686875 3 11 3 11 0 0 130 7 421 3943885 55200 151.35334777832031 0.98750000000000004 181.79810000000001 20160 14312 0 0 983040 737280 737280 737485 748800 33 25 34 26 303 0 0 0 0 7 0 0 0 0 0 +1214 1783781738397856200 DEPTH 13 1 0.85449762114425476 0.0090909090909090783 1 6 1 6 0 0 192 19 2495 23664823 81600 871.34309387207031 5.8254000000000001 1302.3775000000001 120960 64538 1 0 5898240 4423680 4423680 4426419 4492800 273 150 165 217 1690 0 0 0 0 19 0 0 0 0 0 +1215 1783781739749183700 DEPTH 17 1 0.85158616768965767 0.018181818181818247 0 7 0 7 1 0 220 15 2517 23664813 81600 870.08052062988281 5.8169000000000004 1328.6425999999999 120960 64394 1 0 5898240 4423680 4423680 4426411 4492800 245 156 186 305 1625 0 0 0 0 15 0 0 0 0 1 +1216 1783781741084236700 DEPTH 56 1 0.83503915605107504 0 2 5 2 5 0 0 231 15 2554 23664866 81600 867.29727172851562 5.8191999999999995 1333.8030000000001 120960 64786 1 0 5898240 4423680 4423680 4426465 4492800 546 150 186 413 1259 0 0 0 0 15 0 0 0 0 0 +1217 1783781742425966500 DEPTH 48 1 0.80495875263064132 0.11111111111111109 2 6 2 6 0 0 196 25 2591 23664851 81600 868.56294250488281 5.8199000000000005 1340.4775 120960 62351 1 0 5898240 4423680 4423680 4426450 4492800 247 156 172 166 1850 0 0 1 0 24 0 0 0 0 0 +1218 1783781743554915800 DEPTH 8 1 0.79849013100674893 0 2 5 2 5 1 0 240 25 2577 23664811 81600 878.81010437011719 5.8253000000000004 1127.2962 120960 64990 1 0 5898240 4423680 4423680 4426411 4492800 157 156 150 424 1690 0 0 0 0 25 0 0 0 0 1 +1219 1783781744874344700 DEPTH 31 1 0.74180501072094551 0.11111111111111109 2 6 2 6 0 0 165 15 2571 23664908 81600 867.198974609375 5.8041999999999998 1279.6568 120960 60501 1 0 5898240 4423680 4423680 4426507 4492800 391 150 171 399 1460 0 0 0 0 15 0 0 0 0 0 +1220 1783781746224474800 DEPTH 42 1 0.73765096658003249 0.11111111111111109 2 6 2 6 0 0 153 42 2633 23664798 81600 872.26264953613281 5.8535000000000004 1348.8723 120960 61144 1 0 5898240 4423680 4423680 4426395 4492800 192 150 199 187 1905 0 0 0 0 42 0 0 0 0 0 +1221 1783781747606947200 DEPTH 52 1 0.73564249234740919 0.12020202020202017 1 7 1 7 0 0 125 12 2583 23664844 81600 862.685546875 5.8178000000000001 1309.8584000000001 120960 62906 1 0 5898240 4423680 4423680 4426442 4492800 838 156 268 327 994 0 0 0 0 12 0 0 0 0 0 +1222 1783781748852992200 DEPTH 33 1 0.73531074559345644 0.12020202020202017 1 7 1 7 0 0 194 11 2522 23664765 81600 872.07157897949219 5.8349000000000002 1215.1323 120960 59108 1 0 5898240 4423680 4423680 4426365 4492800 294 152 162 201 1713 0 0 0 0 11 0 0 0 0 0 +1223 1783781750180954000 DEPTH 11 1 0.73462850176517558 0.12929292929292943 0 8 0 8 0 0 118 7 2542 23664800 81600 863.16032409667969 5.8262999999999998 1326.7771 120960 61491 1 0 5898240 4423680 4423680 4426398 4492800 266 150 181 233 1712 0 0 0 0 7 0 0 0 0 0 +1224 1783781751419851300 DEPTH 16 1 0.73414898709546239 0.11111111111111109 2 6 2 6 0 0 208 20 2548 23664829 81600 872.39886474609375 5.8307000000000002 1160.7881 120960 59278 1 0 5898240 4423680 4423680 4426428 4492800 270 155 154 215 1754 0 0 0 0 20 0 0 0 0 0 +1225 1783781752787020200 DEPTH 9 1 0.73227640229048674 0.11111111111111109 2 6 2 6 0 0 149 4 2614 23664841 81600 871.52339172363281 5.8125 1327.4413999999999 120960 60966 1 0 5898240 4423680 4423680 4426441 4492800 702 150 213 534 1015 0 0 0 0 4 0 0 0 0 0 +1226 1783781754182728100 DEPTH 1 1 0.73227403389528534 0.12020202020202017 1 7 1 7 0 0 145 10 2600 23664854 81600 899.36590576171875 5.8495999999999997 1380.5944999999999 120960 60076 1 0 5898240 4423680 4423680 4426452 4492800 369 150 235 300 1546 0 0 0 0 10 0 0 0 0 0 +1227 1783781755477601400 DEPTH 53 1 0.73082105844126588 0.12929292929292943 0 8 0 8 0 0 167 30 2516 23664851 81600 867.746826171875 5.8165999999999993 1255.1732 120960 58759 1 0 5898240 4423680 4423680 4426446 4492800 228 156 168 162 1802 0 0 1 0 29 0 0 0 0 0 +1228 1783781756822924900 DEPTH 41 1 0.71271157818088648 0.34242424242424252 1 9 1 9 0 0 115 20 2559 23664768 81600 861.41252136230469 5.8243 1286.6695 120960 61017 1 0 5898240 4423680 4423680 4426368 4492800 428 156 156 161 1658 0 0 0 0 20 0 0 0 0 0 +1229 1783781758120134800 DEPTH 45 1 0.70309800274338596 0.22222222222222218 2 7 2 7 0 0 172 23 2601 23664726 81600 873.48223876953125 5.8083000000000009 1254.3190999999999 120960 58304 1 0 5898240 4423680 4423680 4426324 4492800 183 150 159 164 1945 0 0 0 0 23 0 0 0 0 0 +1230 1783781759434510600 DEPTH 13 1 0.76488144530987523 0.0090909090909090783 1 6 1 6 0 0 192 15 2488 23664769 81600 858.70082092285156 5.8142999999999994 1299.2273 120960 53085 1 0 5898240 4423680 4423680 4426369 4492800 282 150 164 213 1679 0 0 0 0 15 0 0 0 0 0 +1231 1783781760800432200 DEPTH 17 1 0.76226329381142854 0.018181818181818247 0 7 0 7 1 0 220 14 2525 23664880 81600 858.03929138183594 5.8278999999999996 1330.1079 120960 53244 1 0 5898240 4423680 4423680 4426480 4492800 239 156 185 337 1608 0 0 0 0 14 0 0 0 0 1 +1232 1783781762120197700 DEPTH 56 1 0.76521056132162857 0 2 5 2 5 0 0 231 27 2558 23664825 81600 858.06387329101562 5.8355999999999995 1318.5472 120960 53392 1 0 5898240 4423680 4423680 4426425 4492800 438 150 186 430 1354 0 0 0 0 27 0 0 0 0 0 +1233 1783781763274568500 DEPTH 8 1 0.75831400992732223 0 2 5 2 5 0 0 240 17 2569 23664848 81600 871.7445068359375 5.8818999999999999 1131.5605 120960 54062 1 0 5898240 4423680 4423680 4426445 4492800 159 156 150 437 1667 0 0 0 0 17 0 0 0 0 0 +1234 1783781764605021400 DEPTH 44 1 0.69624545992977438 0.22222222222222218 2 7 2 7 0 0 180 15 2583 23664842 81600 868.48408508300781 5.8220000000000001 1329.0859 120960 58903 1 0 5898240 4423680 4423680 4426442 4492800 193 156 150 164 1920 0 0 0 0 15 0 0 0 0 0 +1235 1783781765855051200 DEPTH 32 1 0.69622549674967726 0.23131313131313144 1 8 1 8 0 0 157 27 2561 23664913 81600 865.88211059570312 5.8162000000000003 1248.7973999999999 120960 58909 1 0 5898240 4423680 4423680 4426512 4492800 257 150 219 261 1674 0 0 0 0 27 0 0 0 0 0 +1236 1783781766923538400 DEPTH 7 1 0.69450117429863489 0.67575757575757578 1 12 1 12 1 0 147 35 2561 23664807 81600 868.7010498046875 5.8363000000000005 1047.2405000000001 120960 66194 1 0 5898240 4423680 4423680 4426406 4492800 152 151 153 168 1937 0 0 0 0 35 0 0 0 0 1 +1237 1783781767982296400 DEPTH 22 1 0.69439615391809839 0.76868686868686875 3 11 3 11 0 0 153 22 2584 23664830 81600 867.37306213378906 5.8103999999999996 1045.7469000000001 120960 66289 1 0 5898240 4423680 4423680 4426428 4492800 192 150 203 168 1871 0 0 0 0 22 0 0 0 0 0 +1238 1783781769321444200 DEPTH 48 1 0.75779176919141911 0.11111111111111109 2 6 2 6 0 0 197 28 2584 23664819 81600 863.09989929199219 5.8331999999999997 1337.9245000000001 120960 50995 1 0 5898240 4423680 4423680 4426415 4492800 236 156 176 177 1839 0 0 4 0 24 0 0 0 0 0 +1239 1783781770659681700 DEPTH 54 1 0.69518372205575929 0.23131313131313144 1 8 1 8 0 0 137 12 2596 23664950 81600 865.17250061035156 5.8411999999999997 1324.8802000000001 120960 59190 1 0 5898240 4423680 4423680 4426548 4492800 405 150 238 319 1484 0 0 0 0 12 0 0 0 0 0 +1240 1783781771987800600 DEPTH 30 1 0.69436783047264083 0.23131313131313144 1 8 1 8 0 0 159 24 2577 23664843 81600 867.873779296875 5.8410000000000002 1312.6917000000001 120960 59119 1 0 5898240 4423680 4423680 4426442 4492800 436 150 209 495 1287 0 0 2 0 22 0 0 0 0 0 +1241 1783781773313968100 DEPTH 46 1 0.69402865482495302 0.22222222222222218 2 7 2 7 0 0 333 24 2604 23664813 81600 866.87745666503906 5.8180000000000005 1310.7138 120960 59518 1 0 5898240 4423680 4423680 4426411 4492800 367 150 217 304 1566 1 0 0 0 23 0 0 0 0 0 +1242 1783781774367595500 DEPTH 38 1 0.69373276016782304 0.55555555555555558 2 10 2 10 1 0 130 41 2538 23664825 81600 863.26272583007812 5.8243999999999998 1040.51 120960 61514 1 0 5898240 4423680 4423680 4426423 4492800 179 156 221 173 1809 0 0 5 0 36 0 0 0 0 2 +1243 1783781775461758700 DEPTH 18 1 0.6929704654869302 1 2 14 2 14 0 0 137 45 2570 23664787 81600 867.905517578125 5.8151999999999999 1047.0308 120960 69909 1 0 5898240 4423680 4423680 4426387 4492800 156 150 171 170 1923 0 0 0 0 45 0 0 0 0 0 +1244 1783781776700295800 DEPTH 50 1 0.69274215903596437 0.44444444444444453 2 9 2 9 0 0 148 44 2601 23664829 81600 863.54534912109375 5.8510000000000009 1237.2235000000001 120960 61819 1 0 5898240 4423680 4423680 4426427 4492800 153 151 154 152 1991 0 0 0 0 44 0 0 0 0 0 +1245 1783781778001379500 DEPTH 14 1 0.69262697997612532 0.57373737373737377 0 12 0 12 1 0 131 32 2561 23664837 81600 865.72032165527344 5.8116000000000003 1238.5536 120960 66074 1 0 5898240 4423680 4423680 4426437 4492800 167 150 153 155 1936 0 0 0 0 32 0 0 0 0 1 +1246 1783781778194520700 REFRESH 14 0 0.45033353121298519 0.57373737373737377 0 12 0 12 0 0 131 4 412 3943921 55200 151.50079345703125 0.97399999999999998 191.95259999999999 20160 11914 0 0 983040 737280 737280 737520 748800 58 25 30 26 273 0 0 0 0 4 0 0 0 0 0 +1247 1783781778421827100 REFRESH 52 0 0.73568335238731253 0.12020202020202017 1 7 1 7 0 0 125 3 429 3943907 55200 151.04920959472656 0.97309999999999997 226.0155 20160 12879 0 0 983040 737280 737280 737507 748800 173 26 63 73 94 0 0 0 0 3 0 0 0 0 0 +1248 1783781778622716000 REFRESH 47 0 0.68728086711992131 0.66666666666666674 2 11 2 11 1 0 121 7 422 3943915 55200 150.38873291015625 0.96960000000000002 180.5616 20160 13169 0 0 983040 737280 737280 737515 748800 29 26 36 30 301 0 0 0 0 7 0 0 0 0 1 +1249 1783781778816877200 REFRESH 50 0 0.49064028995861697 0.44444444444444453 2 9 2 9 0 0 148 4 419 3943920 55200 150.54847717285156 0.97470000000000001 192.87379999999999 20160 13019 0 0 983040 737280 737280 737520 748800 39 26 28 26 300 0 0 0 0 4 0 0 0 0 0 +1250 1783781779030063200 REFRESH 26 0 0.69008539714833006 0.67575757575757578 1 12 1 12 0 0 113 6 421 3943902 55200 150.77999877929688 0.96619999999999995 180.6422 20160 13055 0 0 983040 737280 737280 737502 748800 39 26 25 54 277 0 0 0 0 6 0 0 0 0 0 +1251 1783781779224373300 REFRESH 24 0 0.68240085898435843 0.87070707070707098 4 11 4 11 0 0 157 6 412 3943915 55200 150.76351928710938 0.96799999999999997 181.74930000000001 20160 14054 0 0 983040 737280 737280 737515 748800 32 26 26 27 301 0 0 0 0 6 0 0 0 0 0 +1252 1783781779432673900 REFRESH 2 0 0.6919489768135717 0.33333333333333343 2 8 2 8 0 0 155 6 420 3943911 55200 150.50752258300781 0.97309999999999997 195.96680000000001 20160 12225 0 0 983040 737280 737280 737511 748800 98 25 58 46 193 0 0 0 0 6 0 0 0 0 0 +1253 1783781779662548400 REFRESH 54 0 0.5843862159961758 0.23131313131313144 1 8 1 8 0 0 137 3 419 3943915 55200 151.4915771484375 0.96940000000000004 228.60120000000001 20160 12574 0 0 983040 737280 737280 737515 748800 168 25 59 83 84 0 0 0 0 3 0 0 0 0 0 +1254 1783781779853922400 REFRESH 32 0 0.63537285674624377 0.23131313131313144 1 8 1 8 0 0 157 4 426 3943902 55200 151.10348510742188 0.96960000000000002 190.16849999999999 20160 12571 0 0 983040 737280 737280 737501 748800 113 26 105 86 96 0 0 0 0 4 0 0 0 0 0 +1255 1783781780058516400 REFRESH 33 0 0.73545789819624385 0.12020202020202017 1 7 1 7 0 0 194 4 419 3943942 55200 152.11418151855469 0.9677 192.71629999999999 20160 12439 0 0 983040 737280 737280 737542 748800 114 26 66 45 168 0 0 0 0 4 0 0 0 0 0 +1256 1783781780241046500 REFRESH 19 0 0.69157842983728668 0.66666666666666674 2 11 2 11 0 0 142 4 422 3943934 55200 150.8116455078125 0.96750000000000003 180.8921 20160 12041 0 0 983040 737280 737280 737534 748800 61 26 29 42 264 0 0 0 0 4 0 0 0 0 0 +1257 1783781780443837700 REFRESH 28 0 0.68859054656643559 0.67575757575757578 1 12 1 12 0 0 158 10 403 3943876 55200 151.5018310546875 0.96940000000000004 181.64080000000001 20160 14265 0 0 983040 737280 737280 737476 748800 29 26 29 28 291 0 0 0 0 10 0 0 0 0 0 +1258 1783781780637641100 REFRESH 25 0 0.68966281186731448 0.76868686868686875 3 11 3 11 0 0 130 6 418 3943889 55200 151.43321228027344 0.9677 181.95079999999999 20160 13988 0 0 983040 737280 737280 737489 748800 46 25 41 26 280 0 0 0 0 6 0 0 0 0 0 +1259 1783781780829100000 REFRESH 45 0 0.70166838291284572 0.22222222222222218 2 7 2 7 0 0 172 5 425 3943914 55200 152.24421691894531 0.97340000000000004 190.20949999999999 20160 12379 0 0 983040 737280 737280 737514 748800 93 25 37 48 222 0 0 0 0 5 0 0 0 0 0 +1260 1783781781025360900 REFRESH 39 0 0.69214726579931307 0.43535353535353549 3 8 3 8 0 0 191 8 408 3943898 55200 150.71463012695312 0.9677 183.22970000000001 20160 12069 0 0 983040 737280 737280 737497 748800 29 25 41 29 284 0 0 0 0 8 0 0 0 0 0 +1261 1783781781217685100 REFRESH 27 0 0.68437859891211628 0.7959595959595962 0 14 0 14 0 0 168 12 415 3943918 55200 149.92076110839844 0.96730000000000005 180.28190000000001 20160 13156 0 0 983040 737280 737280 737518 748800 46 26 29 27 287 0 0 0 0 12 0 0 0 0 0 +1262 1783781781488152800 REFRESH 42 0 0.73721275630570282 0.11111111111111109 2 6 2 6 0 0 153 6 421 3943911 55200 151.8868408203125 0.97330000000000005 228.2636 20160 12306 0 0 983040 737280 737280 737511 748800 101 25 79 74 142 0 0 0 0 6 0 0 0 0 0 +1263 1783781781697266600 REFRESH 30 0 0.67374662534948249 0.23131313131313144 1 8 1 8 0 0 159 7 421 3943909 55200 151.27961730957031 0.96840000000000004 207.88069999999999 20160 12602 0 0 983040 737280 737280 737509 748800 123 25 49 127 97 0 0 0 0 7 0 0 0 0 0 +1264 1783781781924112600 REFRESH 9 0 0.72679078334048153 0.11111111111111109 2 6 2 6 0 0 149 6 433 3943894 55200 151.98002624511719 0.96819999999999995 225.68559999999999 20160 12740 0 0 983040 737280 737280 737494 748800 146 25 38 89 135 0 0 0 0 6 0 0 0 0 0 +1265 1783781782124751000 REFRESH 34 0 0.69270711969305165 0.78686868686868705 1 13 1 13 0 0 116 7 421 3943922 55200 150.4215087890625 0.96740000000000004 179.2748 20160 14219 0 0 983040 737280 737280 737522 748800 33 25 29 47 287 0 0 0 0 7 0 0 0 0 0 +1266 1783781782317684000 REFRESH 37 0 0.68995497933063621 0.67575757575757578 1 12 1 12 0 0 151 7 413 3943929 55200 150.53312683105469 0.97270000000000001 181.03710000000001 20160 13207 0 0 983040 737280 737280 737528 748800 49 26 31 83 224 0 0 0 0 7 0 0 0 0 0 +1267 1783781782512021900 REFRESH 23 0 0.68612228383519269 0.99090909090909129 3 13 3 13 0 0 129 8 405 3943897 55200 151.45805358886719 0.96930000000000005 182.5171 20160 14157 0 0 983040 737280 737280 737496 748800 75 26 31 27 246 0 0 0 0 8 0 0 0 0 0 +1268 1783781782703463500 REFRESH 6 0 0.68302593027295888 0.76868686868686875 3 11 3 11 0 0 127 6 413 3943874 55200 150.08256530761719 1.0407 179.636 20160 12880 0 0 983040 737280 737280 737474 748800 36 25 42 45 265 0 0 0 0 6 0 0 0 0 0 +1269 1783781782897744600 REFRESH 57 0 0.68688318047020824 0.77777777777777779 2 12 2 12 0 0 152 6 404 3943919 55200 150.11634826660156 0.96789999999999998 180.5531 20160 12270 0 0 983040 737280 737280 737518 748800 95 26 34 31 218 0 0 0 0 6 0 0 0 0 0 +1270 1783781783091572800 REFRESH 15 0 0.69115098007665154 0.76868686868686875 3 11 3 11 0 0 110 4 423 3943901 55200 151.42320251464844 0.97189999999999999 182.1926 20160 14198 0 0 983040 737280 737280 737501 748800 29 26 40 45 283 0 0 0 0 4 0 0 0 0 0 +1271 1783781783321495800 REFRESH 56 0 0.85541848182954539 0 2 5 2 5 0 0 231 3 414 3943930 55200 151.82234191894531 0.96719999999999995 228.63829999999999 20160 13267 0 0 983040 737280 737280 737530 748800 128 26 47 124 89 0 0 0 0 3 0 0 0 0 0 +1272 1783781783516548100 REFRESH 53 0 0.73131927643611705 0.12929292929292943 0 8 0 8 0 0 167 4 415 3943908 55200 152.015869140625 0.96689999999999998 193.78450000000001 20160 12438 0 0 983040 737280 737280 737508 748800 144 27 38 33 173 0 0 0 0 4 0 0 0 0 0 +1273 1783781783700440700 REFRESH 38 0 0.69143941155634736 0.55555555555555558 2 10 2 10 0 0 130 4 420 3943924 55200 152.19302368164062 0.96709999999999996 182.6738 20160 12033 0 0 983040 737280 737280 737524 748800 106 26 59 48 181 0 0 0 0 4 0 0 0 0 0 +1274 1783781783901719700 REFRESH 29 0 0.69064347357152989 0.67575757575757578 1 12 1 12 0 0 141 7 413 3943893 55200 150.59455871582031 1.0089999999999999 180.8569 20160 11979 0 0 983040 737280 737280 737493 748800 68 25 29 79 212 0 0 0 0 7 0 0 0 0 0 +1275 1783781784084986200 REFRESH 40 0 0.69141386664140025 0.67575757575757578 1 12 1 12 0 0 145 7 419 3943928 55200 151.55917358398438 0.96989999999999998 181.85759999999999 20160 12280 0 0 983040 737280 737280 737527 748800 97 25 31 61 205 0 0 0 0 7 0 0 0 0 0 +1276 1783781784276722200 REFRESH 4 0 0.67544724586715521 0.78686868686868705 1 13 1 13 0 0 69 2 413 3943904 55200 150.35084533691406 0.96840000000000004 179.87719999999999 20160 14246 0 0 983040 737280 737280 737503 748800 27 26 35 32 293 0 0 0 0 2 0 0 0 0 0 +1277 1783781784467784500 REFRESH 16 0 0.73439308296787886 0.11111111111111109 2 6 2 6 0 0 208 2 419 3943919 55200 152.64256286621094 0.97060000000000002 189.8913 20160 12535 0 0 983040 737280 737280 737519 748800 150 26 27 93 123 0 0 0 0 2 0 0 0 0 0 +1278 1783781784669531200 REFRESH 12 0 0.68871719828201239 0.43535353535353549 3 8 3 8 1 0 207 9 412 3943912 55200 150.81369018554688 0.96599999999999997 181.42019999999999 20160 12193 0 0 983040 737280 737280 737511 748800 148 26 33 71 134 0 0 0 0 9 0 0 0 0 1 +1279 1783781784872559200 REFRESH 46 0 0.69431802848940749 0.22222222222222218 2 7 2 7 0 0 333 3 418 3943888 55200 151.3912353515625 0.96799999999999997 201.75399999999999 20160 12141 0 0 983040 737280 737280 737488 748800 112 25 55 62 164 0 0 0 0 3 0 0 0 0 0 +1280 1783781785075714800 REFRESH 43 0 0.69196833615189768 0.76868686868686875 3 11 3 11 1 0 149 6 431 3943923 55200 153.19448852539062 0.96860000000000002 182.64169999999999 20160 12830 0 0 983040 737280 737280 737522 748800 99 25 117 44 146 0 0 0 0 6 0 0 0 0 1 +1281 1783781785307783100 REFRESH 17 0 0.85301849626250714 0.018181818181818247 0 7 0 7 0 0 220 0 413 3943925 55200 151.74041748046875 0.97289999999999999 230.90710000000001 20160 13404 0 0 983040 737280 737280 737524 748800 107 26 63 113 104 0 0 0 0 0 0 0 0 0 0 +1282 1783781785531566800 REFRESH 31 0 0.74138105237233343 0.11111111111111109 2 6 2 6 0 0 165 5 420 3943906 55200 150.92633056640625 0.96819999999999995 201.6944 20160 12546 0 0 983040 737280 737280 737505 748800 72 26 31 138 153 0 0 0 0 5 0 0 0 0 0 +1283 1783781785755429500 REFRESH 21 0 0.69271556249216748 0.35151515151515161 0 10 0 10 0 0 193 6 418 3943940 55200 151.28285217285156 0.96740000000000004 200.18610000000001 20160 11947 0 0 983040 737280 737280 737540 748800 85 26 39 69 199 0 0 0 0 6 0 0 0 0 0 +1284 1783781785948021900 REFRESH 58 0 0.68843806836760857 0.77777777777777779 2 12 2 12 0 0 141 13 414 3943932 55200 150.43685913085938 0.97340000000000004 180.51660000000001 20160 13155 0 0 983040 737280 737280 737532 748800 32 26 26 30 300 0 0 0 0 13 0 0 0 0 0 +1285 1783781786142188100 REFRESH 20 0 0.690469019763295 0.66666666666666674 2 11 2 11 0 0 138 7 419 3943901 55200 151.77932739257812 0.97309999999999997 182.06450000000001 20160 12220 0 0 983040 737280 737280 737500 748800 45 26 50 89 209 0 0 0 0 7 0 0 0 0 0 +1286 1783781786344426900 REFRESH 51 0 0.69244038476405123 0.76868686868686875 3 11 3 11 0 0 122 11 414 3943924 55200 151.48133850097656 0.99790000000000001 188.61959999999999 20160 12219 0 0 983040 737280 737280 737524 748800 94 26 100 49 145 0 0 0 0 11 0 0 0 0 0 +1287 1783781786535849100 REFRESH 0 0 0.68973533347710159 0.67575757575757578 1 12 1 12 0 0 102 6 427 3943939 55200 150.01087951660156 0.97209999999999996 179.46680000000001 20160 14124 0 0 983040 737280 737280 737539 748800 33 25 25 25 319 0 0 0 0 6 0 0 0 0 0 +1288 1783781786730772800 REFRESH 10 0 0.69078977341806036 0.45353535353535362 1 10 1 10 0 0 129 9 421 3943893 55200 150.73893737792969 0.96689999999999998 182.80439999999999 20160 12828 0 0 983040 737280 737280 737493 748800 96 25 35 37 228 0 0 0 0 9 0 0 0 0 0 +1289 1783781786960458500 REFRESH 5 0 0.687562558284183 0.66666666666666674 2 11 2 11 0 0 99 9 414 3943888 55200 150.04978942871094 0.96730000000000005 178.2645 20160 13258 0 0 983040 737280 737280 737488 748800 43 25 33 120 193 0 0 0 1 8 0 0 0 0 0 +1290 1783781787144130800 REFRESH 22 0 0.69133866221259965 0.76868686868686875 3 11 3 11 0 0 153 12 422 3943884 55200 151.48851013183594 0.96789999999999998 182.41159999999999 20160 12158 0 0 983040 737280 737280 737484 748800 67 26 45 34 250 0 0 0 0 12 0 0 0 0 0 +1291 1783781787326622600 REFRESH 7 0 0.69199699212886168 0.67575757575757578 1 12 1 12 0 0 147 13 413 3943914 55200 150.86898803710938 0.97060000000000002 181.30500000000001 20160 12275 0 0 983040 737280 737280 737514 748800 27 26 35 39 286 0 0 0 0 13 0 0 0 0 0 +1292 1783781787531591800 REFRESH 55 0 0.6896123181329008 0.67575757575757578 1 12 1 12 1 0 166 6 417 3943879 55200 151.95033264160156 0.97540000000000004 183.6515 20160 11983 0 0 983040 737280 737280 737479 748800 106 26 25 27 233 0 0 0 0 6 0 0 0 0 1 +1293 1783781787730405300 REFRESH 3 0 0.69279774507297476 0.44444444444444453 2 9 2 9 0 0 155 2 417 3943925 55200 150.89663696289062 0.96889999999999998 186.52629999999999 20160 12654 0 0 983040 737280 737280 737524 748800 141 26 49 39 162 0 0 0 0 2 0 0 0 0 0 +1294 1783781787912746200 REFRESH 18 0 0.68958077058325162 1 2 14 2 14 0 0 137 10 421 3943916 55200 151.23762512207031 0.96830000000000005 181.17089999999999 20160 13026 0 0 983040 737280 737280 737515 748800 33 26 74 41 247 0 0 0 0 10 0 0 0 0 0 +1295 1783781788147107400 REFRESH 13 0 0.85550272670007965 0.0090909090909090783 1 6 1 6 0 0 192 1 414 3943926 55200 152.58522033691406 0.97089999999999999 201.07919999999999 20160 13420 0 0 983040 737280 737280 737526 748800 156 26 68 62 102 0 0 0 0 1 0 0 0 0 0 +1296 1783781788362425300 REFRESH 48 0 0.79150868765647009 0.11111111111111109 2 6 2 6 0 0 197 13 422 3943912 55200 150.44915771484375 0.96689999999999998 214.04640000000001 20160 12360 0 0 983040 737280 737280 737511 748800 99 26 66 51 180 0 0 0 0 13 0 0 0 0 0 +1297 1783781788578910800 REFRESH 1 0 0.73288640036832031 0.12020202020202017 1 7 1 7 0 0 145 4 423 3943918 55200 152.11418151855469 0.96779999999999999 215.3844 20160 12415 0 0 983040 737280 737280 737518 748800 132 25 73 93 100 0 0 0 0 4 0 0 0 0 0 +1298 1783781788782425500 REFRESH 35 0 0.69276333943822932 0.66666666666666674 2 11 2 11 0 0 179 11 415 3943892 55200 150.64064025878906 0.9798 182.12029999999999 20160 12223 0 0 983040 737280 737280 737491 748800 60 26 35 90 204 0 0 0 0 11 0 0 0 0 0 +1299 1783781788990879000 REFRESH 41 0 0.70949737184622086 0.34242424242424252 1 9 1 9 0 0 115 7 415 3943910 55200 150.74000549316406 0.96719999999999995 207.2373 20160 12725 0 0 983040 737280 737280 737510 748800 177 26 34 34 144 0 0 0 0 7 0 0 0 0 0 +1300 1783781789196485800 REFRESH 36 0 0.69246096564402682 0.6575757575757577 3 10 3 10 0 0 137 8 421 3943896 55200 153.05215454101562 0.97540000000000004 184.8261 20160 11843 0 0 983040 737280 737280 737496 748800 97 25 25 32 242 0 0 0 0 8 0 0 0 0 0 +1301 1783781789387182600 REFRESH 8 0 0.85845833137637806 0 2 5 2 5 0 0 240 5 415 3943883 55200 153.42080688476562 0.96750000000000003 189.5112 20160 13455 0 0 983040 737280 737280 737483 748800 61 26 79 118 131 0 0 0 0 5 0 0 0 0 0 +1302 1783781789621378800 REFRESH 44 0 0.69589525576850275 0.22222222222222218 2 7 2 7 0 0 180 7 421 3943912 55200 152.72140502929688 0.97860000000000003 222.56020000000001 20160 12598 0 0 983040 737280 737280 737512 748800 65 26 31 46 253 0 0 0 0 7 0 0 0 0 0 +1303 1783781789850160000 REFRESH 11 0 0.73232219913516006 0.12929292929292943 0 8 0 8 0 0 118 3 414 3943919 55200 150.87820434570312 0.96740000000000004 227.6429 20160 12702 0 0 983040 737280 737280 737519 748800 124 25 48 65 152 0 0 0 0 3 0 0 0 0 0 +1304 1783781790051800500 REFRESH 49 0 0.6912854698772859 0.6575757575757577 3 10 3 10 1 0 142 7 418 3943936 55200 150.34880065917969 0.96640000000000004 180.65389999999999 20160 12213 0 0 983040 737280 737280 737536 748800 95 26 33 41 223 0 0 0 0 7 0 0 0 0 1 +1305 1783781791401320300 DEPTH 56 1 0.84843198892926197 0 2 5 2 5 0 0 231 22 2560 23664788 81600 865.21548461914062 5.8101000000000003 1321.6077 120960 64648 1 0 5898240 4423680 4423680 4426388 4492800 534 150 187 424 1265 0 0 0 0 22 0 0 0 0 0 +1306 1783781792755876200 DEPTH 17 1 0.84335749540247629 0.018181818181818247 0 7 0 7 0 0 220 16 2522 23664914 81600 869.21868896484375 5.8608999999999991 1353.3538000000001 120960 65458 1 0 5898240 4423680 4423680 4426511 4492800 236 156 185 280 1665 0 0 0 0 16 0 0 0 0 0 +1307 1783781794124637900 DEPTH 42 1 0.7326604501451891 0.11111111111111109 2 6 2 6 0 0 153 45 2632 23664957 81600 873.28562927246094 5.8163999999999998 1347.1031 120960 60469 1 0 5898240 4423680 4423680 4426556 4492800 186 150 199 168 1929 1 0 0 0 44 0 0 0 0 0 +1308 1783781795370610000 DEPTH 33 1 0.7295890246408725 0.12020202020202017 1 7 1 7 0 0 194 18 2530 23664750 81600 871.40966796875 5.8296999999999999 1244.7017000000001 120960 58815 1 0 5898240 4423680 4423680 4426350 4492800 285 150 161 181 1753 0 0 0 0 18 0 0 0 0 0 +1309 1783781796684888200 DEPTH 52 1 0.72887624159989528 0.12020202020202017 1 7 1 7 0 0 126 13 2574 23664838 81600 858.99388122558594 5.8754 1312.9713999999999 120960 61813 1 0 5898240 4423680 4423680 4426437 4492800 871 156 285 342 920 0 0 0 0 13 0 0 0 0 0 +1310 1783781797899546200 DEPTH 16 1 0.72622971832246264 0.11111111111111109 2 6 2 6 0 0 208 11 2539 23664790 81600 916.62541198730469 5.8302999999999994 1202.5462 120960 59445 1 0 5898240 4423680 4423680 4426387 4492800 307 155 155 238 1684 0 0 0 0 11 0 0 0 0 0 +1311 1783781799190550100 DEPTH 53 1 0.725518286148923 0.12929292929292943 0 8 0 8 0 0 167 32 2524 23664808 81600 869.03193664550781 5.8205000000000009 1279.0343 120960 59239 1 0 5898240 4423680 4423680 4426407 4492800 228 156 168 162 1810 0 0 0 0 32 0 0 0 0 0 +1312 1783781800511799800 DEPTH 9 1 0.7237446896300519 0.11111111111111109 2 6 2 6 0 0 151 13 2614 23664746 81600 867.736572265625 5.8155000000000001 1320.1125 120960 61085 1 0 5898240 4423680 4423680 4426346 4492800 733 150 218 495 1018 0 1 0 0 12 0 0 0 0 0 +1313 1783781801832966200 DEPTH 13 1 0.77654404706657898 0.0090909090909090783 1 6 1 6 0 0 192 15 2493 23664844 81600 870.14422607421875 5.8299000000000003 1300.0778 120960 64774 1 0 5898240 4423680 4423680 4426444 4492800 277 150 162 184 1720 0 0 0 0 15 0 0 0 0 0 +1314 1783781803141637000 DEPTH 31 1 0.73551260198576085 0.11111111111111109 2 6 2 6 0 0 166 21 2579 23664840 81600 864.9697265625 5.8273999999999999 1286.537 120960 60270 1 0 5898240 4423680 4423680 4426431 4492800 393 150 177 384 1475 0 0 0 0 21 0 0 0 0 0 +1315 1783781804289728400 DEPTH 8 1 0.74302152872344707 0 2 5 2 5 1 0 240 22 2560 23664832 81600 878.27668762207031 5.8294000000000006 1127.5450000000001 120960 65267 1 0 5898240 4423680 4423680 4426429 4492800 164 154 150 411 1681 0 0 0 0 22 0 0 0 0 1 +1316 1783781805690929800 DEPTH 48 1 0.73530998365784561 0.11111111111111109 2 6 2 6 0 0 197 32 2589 23664808 81600 870.43197631835938 5.8311999999999999 1343.5687 120960 60791 1 0 5898240 4423680 4423680 4426406 4492800 209 156 180 162 1882 0 0 1 0 31 0 0 0 0 0 +1317 1783781806973777000 DEPTH 45 1 0.69545609578181511 0.22222222222222218 2 7 2 7 0 0 173 27 2598 23664870 81600 873.03987121582031 5.9531000000000001 1281.5433 120960 58739 1 0 5898240 4423680 4423680 4426468 4492800 162 150 156 167 1963 0 0 0 0 27 0 0 0 0 0 +1318 1783781808350775300 DEPTH 30 1 0.69029895167228861 0.23131313131313144 1 8 1 8 0 0 160 19 2576 23664852 81600 870.830078125 5.8219000000000003 1322.0206000000001 120960 59441 1 0 5898240 4423680 4423680 4426451 4492800 471 150 227 428 1300 0 0 0 1 18 0 0 0 0 0 +1319 1783781809618591500 DEPTH 32 1 0.68885697613171326 0.23131313131313144 1 8 1 8 0 0 158 34 2564 23664926 81600 867.63328552246094 5.8122000000000007 1246.8085000000001 120960 60067 1 0 5898240 4423680 4423680 4426526 4492800 265 150 220 247 1682 0 0 0 0 34 0 0 0 0 0 +1320 1783781810682742900 DEPTH 51 1 0.68879105311454736 0.76868686868686875 3 11 3 11 0 0 122 31 2551 23664892 81600 862.9381103515625 5.8178000000000001 1040.4039 120960 58908 1 0 5898240 4423680 4423680 4426490 4492800 210 150 235 186 1770 0 0 0 0 31 0 0 0 0 0 +1321 1783781812048064000 DEPTH 56 1 0.75886679690171055 0 2 5 2 5 0 0 231 15 2565 23664872 81600 859.44218444824219 5.8155999999999999 1323.1448 120960 53570 1 0 5898240 4423680 4423680 4426467 4492800 510 150 192 502 1211 0 0 0 0 15 0 0 0 0 0 +1322 1783781813398940800 DEPTH 17 1 0.75445072186822648 0.018181818181818247 0 7 0 7 0 0 220 16 2533 23664795 81600 862.46298217773438 5.8284000000000002 1328.617 120960 53351 1 0 5898240 4423680 4423680 4426392 4492800 241 156 185 319 1632 0 0 0 0 16 0 0 0 0 0 +1323 1783781814743805300 DEPTH 1 1 0.72681989437058003 0.12020202020202017 1 7 1 7 0 0 145 8 2601 23664811 81600 868.54859924316406 5.8691999999999993 1343.6138000000001 120960 59810 1 0 5898240 4423680 4423680 4426410 4492800 367 150 254 293 1537 0 0 0 0 8 0 0 0 0 0 +1324 1783781815815543500 DEPTH 7 1 0.68920981783210089 0.67575757575757578 1 12 1 12 0 0 148 37 2565 23664841 81600 867.2596435546875 5.8088999999999995 1049.7101 120960 59990 1 0 5898240 4423680 4423680 4426441 4492800 151 151 152 171 1940 0 0 0 0 37 0 0 0 0 0 +1325 1783781817073431500 DEPTH 39 1 0.68854717149446043 0.43535353535353549 3 8 3 8 0 0 191 59 2606 23664830 81600 855.46458435058594 5.8336999999999994 1186.1905999999999 120960 56561 1 0 5898240 4423680 4423680 4426428 4492800 150 150 156 150 2000 0 0 0 0 59 0 0 0 0 0 +1326 1783781818204705700 DEPTH 22 1 0.68811741675130467 0.76868686868686875 3 11 3 11 0 0 153 17 2586 23664866 81600 904.63136291503906 6.0367000000000006 1090.0208 120960 60850 1 0 5898240 4423680 4423680 4426460 4492800 188 150 192 161 1895 0 0 0 0 17 0 0 0 0 0 +1327 1783781819318088000 DEPTH 10 1 0.68804364514620953 0.45353535353535362 1 10 1 10 0 0 130 15 2562 23664906 81600 897.74171447753906 5.9064999999999994 1090.3516 120960 61698 1 0 5898240 4423680 4423680 4426503 4492800 339 150 170 169 1734 1 0 0 0 14 0 0 0 0 0 +1328 1783781820688018800 DEPTH 2 1 0.68770410616348365 0.33333333333333343 2 8 2 8 0 0 155 16 2570 23664848 81600 928.62055969238281 5.8829000000000002 1355.7216000000001 120960 58384 1 0 5898240 4423680 4423680 4426444 4492800 315 150 211 236 1658 0 0 0 0 16 0 0 0 0 0 +1329 1783781822093899500 DEPTH 13 1 0.75732339206637789 0.0090909090909090783 1 6 1 6 0 0 192 15 2497 23664929 81600 917.91732788085938 5.9586999999999994 1380.068 120960 54003 1 0 5898240 4423680 4423680 4426526 4492800 280 150 164 221 1682 0 0 0 0 15 0 0 0 0 0 +1330 1783781823324743200 DEPTH 8 1 0.75301602333960738 0 2 5 2 5 1 0 240 20 2567 23664907 81600 963.39065551757812 5.9649000000000001 1228.9848999999999 120960 54577 1 0 5898240 4423680 4423680 4426507 4492800 158 156 150 505 1598 0 0 0 0 20 0 0 0 0 1 +1331 1783781824762128800 DEPTH 11 1 0.72555297444103284 0.12929292929292943 0 8 0 8 0 0 118 8 2540 23664811 81600 925.93766784667969 6.0407000000000002 1423.0986 120960 61460 1 0 5898240 4423680 4423680 4426410 4492800 273 150 175 239 1703 0 0 0 0 8 0 0 0 0 0 +1332 1783781826152168000 DEPTH 41 1 0.70297909102355183 0.34242424242424252 1 9 1 9 0 0 115 28 2548 23664890 81600 928.74679565429688 5.8963999999999999 1388.8252 120960 61257 1 0 5898240 4423680 4423680 4426487 4492800 494 156 156 159 1583 2 0 0 0 26 0 0 0 0 0 +1333 1783781827509117500 DEPTH 42 1 0.73220467105707598 0.11111111111111109 2 6 2 6 0 0 153 28 2635 23664839 81600 882.36441040039062 5.8475999999999999 1355.6890000000001 120960 50223 1 0 5898240 4423680 4423680 4426437 4492800 190 150 213 169 1913 0 0 0 0 28 0 0 0 0 0 +1334 1783781828870934700 DEPTH 44 1 0.69203001655214824 0.22222222222222218 2 7 2 7 0 0 180 20 2579 23664828 81600 882.03277587890625 5.8224999999999998 1338.3639000000001 120960 59335 1 0 5898240 4423680 4423680 4426426 4492800 194 156 150 160 1919 0 0 0 0 20 0 0 0 0 0 +1335 1783781829970960900 DEPTH 35 1 0.68995343795931019 0.66666666666666674 2 11 2 11 0 0 179 50 2518 23664810 81600 881.281005859375 5.8204000000000002 1063.7487000000001 120960 59829 1 0 5898240 4423680 4423680 4426407 4492800 155 154 159 197 1853 0 0 0 0 50 0 0 0 0 0 +1336 1783781831227042300 DEPTH 33 1 0.72987927480566128 0.12020202020202017 1 7 1 7 0 0 195 17 2543 23664869 81600 878.411865234375 5.8311999999999999 1254.8302000000001 120960 48724 1 0 5898240 4423680 4423680 4426468 4492800 296 151 160 201 1735 0 0 0 0 17 0 0 0 0 0 +1337 1783781831460638600 REFRESH 11 0 0.53405371395367696 0.12929292929292943 0 8 0 8 0 0 118 5 417 3943875 55200 153.8734130859375 0.97160000000000002 232.35249999999999 20160 12508 0 0 983040 737280 737280 737475 748800 94 25 43 60 195 0 0 0 0 5 0 0 0 0 0 +1338 1783781831680498200 REFRESH 1 0 0.62506288048566905 0.12020202020202017 1 7 1 7 0 0 145 2 423 3943908 55200 153.54573059082031 0.97099999999999997 218.6541 20160 12583 0 0 983040 737280 737280 737508 748800 127 25 71 97 103 0 0 0 0 2 0 0 0 0 0 +1339 1783781831876977400 REFRESH 47 0 0.68295188988934297 0.66666666666666674 2 11 2 11 0 0 121 8 420 3943901 55200 153.1197509765625 0.9728 183.5393 20160 12929 0 0 983040 737280 737280 737500 748800 29 26 34 29 302 0 0 0 0 8 0 0 0 0 0 +1340 1783781832074469300 REFRESH 53 0 0.72601488731444874 0.12929292929292943 0 8 0 8 0 0 167 6 416 3943909 55200 154.42636108398438 0.97009999999999996 196.08600000000001 20160 12611 0 0 983040 737280 737280 737509 748800 151 27 39 34 165 0 0 0 0 6 0 0 0 0 0 +1341 1783781832284317500 REFRESH 30 0 0.66969437951195987 0.23131313131313144 1 8 1 8 0 0 160 5 420 3943902 55200 153.76918029785156 0.96860000000000002 208.5951 20160 12600 0 0 983040 737280 737280 737502 748800 120 25 50 122 103 0 0 0 0 5 0 0 0 0 0 +1342 1783781832492239300 REFRESH 27 0 0.68268586373364326 0.7959595959595962 0 14 0 14 0 0 168 9 412 3943909 55200 155.19847106933594 0.96809999999999996 185.76589999999999 20160 12992 0 0 983040 737280 737280 737509 748800 71 26 36 28 251 0 0 0 0 9 0 0 0 0 0 +1343 1783781832708092400 REFRESH 44 0 0.53112937069991706 0.22222222222222218 2 7 2 7 0 0 180 4 419 3943939 55200 153.74362182617188 0.96709999999999996 214.06739999999999 20160 12500 0 0 983040 737280 737280 737539 748800 87 26 32 56 218 0 0 0 0 4 0 0 0 0 0 +1344 1783781832912613500 REFRESH 58 0 0.68609248285053215 0.77777777777777779 2 12 2 12 0 0 142 12 411 3943915 55200 152.91494750976562 0.96789999999999998 182.35419999999999 20160 12902 0 0 983040 737280 737280 737515 748800 33 26 26 30 296 0 0 0 0 12 0 0 0 0 0 +1345 1783781833108184700 REFRESH 29 0 0.68514231023423555 0.67575757575757578 1 12 1 12 0 0 141 5 415 3943916 55200 152.77874755859375 0.97099999999999997 183.47620000000001 20160 12111 0 0 983040 737280 737280 737516 748800 75 26 32 83 199 0 0 0 0 5 0 0 0 0 0 +1346 1783781833317648100 REFRESH 12 0 0.68621928357983664 0.43535353535353549 3 8 3 8 0 0 207 3 411 3943908 55200 153.13920593261719 0.96950000000000003 183.41059999999999 20160 12261 0 0 983040 737280 737280 737508 748800 152 26 33 72 128 0 0 0 0 3 0 0 0 0 0 +1347 1783781833512619900 REFRESH 43 0 0.68490443668905232 0.76868686868686875 3 11 3 11 0 0 149 12 431 3943907 55200 152.72140502929688 0.96879999999999999 182.98230000000001 20160 13232 0 0 983040 737280 737280 737506 748800 112 25 126 53 115 0 0 0 0 12 0 0 0 0 0 +1348 1783781833713451400 REFRESH 3 0 0.68303703790260606 0.44444444444444453 2 9 2 9 0 0 155 4 420 3943909 55200 152.14694213867188 0.97199999999999998 188.29050000000001 20160 12448 0 0 983040 737280 737280 737508 748800 154 26 51 40 149 0 0 0 0 4 0 0 0 0 0 +1349 1783781833906987200 REFRESH 45 0 0.69442190811371396 0.22222222222222218 2 7 2 7 0 0 174 9 423 3943925 55200 154.04031372070312 0.97319999999999995 192.28890000000001 20160 12348 0 0 983040 737280 737280 737525 748800 101 25 39 49 209 0 0 0 0 9 0 0 0 0 0 +1350 1783781834112005900 REFRESH 46 0 0.68769686757797355 0.22222222222222218 2 7 2 7 0 0 333 6 423 3943915 55200 153.81503295898438 0.98829999999999996 203.73480000000001 20160 12175 0 0 983040 737280 737280 737515 748800 119 25 59 65 155 0 0 0 0 6 0 0 0 0 0 +1351 1783781834328283600 REFRESH 23 0 0.68185011416824259 0.99090909090909129 3 13 3 13 0 0 129 7 407 3943905 55200 153.67372131347656 0.97360000000000002 184.0856 20160 14005 0 0 983040 737280 737280 737504 748800 80 26 30 26 245 0 0 0 0 7 0 0 0 0 0 +1352 1783781834516098500 REFRESH 39 0 0.68663811170862976 0.43535353535353549 3 8 3 8 0 0 191 9 404 3943900 55200 153.34297180175781 0.97309999999999997 186.5752 20160 11916 0 0 983040 737280 737280 737499 748800 29 25 37 28 285 0 0 0 0 9 0 0 0 0 0 +1353 1783781834702124800 REFRESH 35 0 0.61693803559262228 0.66666666666666674 2 11 2 11 0 0 179 7 416 3943892 55200 153.33990478515625 0.98060000000000003 184.7927 20160 12039 0 0 983040 737280 737280 737492 748800 65 26 34 89 202 0 0 0 0 7 0 0 0 0 0 +1354 1783781834898965100 REFRESH 37 0 0.68532825077353743 0.67575757575757578 1 12 1 12 0 0 151 6 411 3943926 55200 152.08755493164062 0.98140000000000005 183.93270000000001 20160 12940 0 0 983040 737280 737280 737526 748800 49 26 33 79 224 0 0 0 0 6 0 0 0 0 0 +1355 1783781835095899900 REFRESH 40 0 0.68594213704745366 0.67575757575757578 1 12 1 12 0 0 145 8 420 3943906 55200 152.76339721679688 0.9718 185.21350000000001 20160 12554 0 0 983040 737280 737280 737505 748800 84 25 31 54 226 0 0 0 0 8 0 0 0 0 0 +1356 1783781835289463800 REFRESH 16 0 0.72681417139712867 0.11111111111111109 2 6 2 6 0 0 208 5 420 3943895 55200 154.21235656738281 0.97550000000000003 192.36429999999999 20160 12597 0 0 983040 737280 737280 737495 748800 154 26 27 90 123 0 0 0 0 5 0 0 0 0 0 +1357 1783781835476468000 REFRESH 18 0 0.686413365166745 1 2 14 2 14 0 0 137 9 420 3943927 55200 154.48780822753906 0.97009999999999996 185.80520000000001 20160 12851 0 0 983040 737280 737280 737527 748800 33 26 70 41 250 0 0 0 0 9 0 0 0 0 0 +1358 1783781835743817900 REFRESH 17 0 0.84545584196753554 0.018181818181818247 0 7 0 7 0 0 220 3 413 3943896 55200 154.00653076171875 0.9899 234.67920000000001 20160 13326 0 0 983040 737280 737280 737496 748800 94 26 54 103 136 0 0 0 0 3 0 0 0 0 0 +1359 1783781835982372500 REFRESH 42 0 0.7316102768208893 0.11111111111111109 2 6 2 6 0 0 153 10 426 3943897 55200 159.56582641601562 0.97619999999999996 237.09379999999999 20160 13274 0 0 983040 737280 737280 737497 748800 117 25 82 80 122 0 0 0 0 10 0 0 0 0 0 +1360 1783781836168196900 REFRESH 10 0 0.68625312444810449 0.45353535353535362 1 10 1 10 0 0 130 4 422 3943897 55200 152.85554504394531 0.97729999999999995 184.58250000000001 20160 12310 0 0 983040 737280 737280 737497 748800 133 25 35 36 193 0 0 0 0 4 0 0 0 0 0 +1361 1783781836367302600 REFRESH 36 0 0.68767435631758178 0.6575757575757577 3 10 3 10 0 0 137 8 426 3943916 55200 156.03826904296875 0.97889999999999999 187.10040000000001 20160 12042 0 0 983040 737280 737280 737516 748800 113 25 25 34 229 0 0 0 0 8 0 0 0 0 0 +1362 1783781836561911300 REFRESH 0 0 0.68428405282232729 0.67575757575757578 1 12 1 12 0 0 103 8 421 3943918 55200 152.43788146972656 0.97089999999999999 181.81370000000001 20160 14097 0 0 983040 737280 737280 737517 748800 48 25 25 27 296 1 0 0 0 7 0 0 0 0 0 +1363 1783781836772758600 REFRESH 41 0 0.69986424601065411 0.34242424242424252 1 9 1 9 0 0 115 3 417 3943916 55200 152.82585144042969 0.97119999999999995 209.62860000000001 20160 12375 0 0 983040 737280 737280 737515 748800 197 26 32 38 124 0 0 0 0 3 0 0 0 0 0 +1364 1783781836980226700 REFRESH 38 0 0.68380745661815467 0.55555555555555558 2 10 2 10 0 0 130 6 419 3943905 55200 153.25286865234375 0.99880000000000002 182.9597 20160 12261 0 0 983040 737280 737280 737505 748800 109 26 62 52 170 0 0 0 0 6 0 0 0 0 0 +1365 1783781837193346300 REFRESH 21 0 0.68791500183566656 0.35151515151515161 0 10 0 10 0 0 193 6 416 3943926 55200 154.250244140625 0.97050000000000003 199.58410000000001 20160 12052 0 0 983040 737280 737280 737526 748800 99 26 43 66 182 0 0 0 0 6 0 0 0 0 0 +1366 1783781837396802600 REFRESH 2 0 0.68722878712695912 0.33333333333333343 2 8 2 8 0 0 156 5 417 3943943 55200 154.60453796386719 0.97089999999999999 201.863 20160 12111 0 0 983040 737280 737280 737542 748800 124 25 65 52 151 1 0 0 0 4 0 0 0 0 0 +1367 1783781837603022700 REFRESH 26 0 0.68479459549858068 0.67575757575757578 1 12 1 12 0 0 113 4 423 3943910 55200 153.02450561523438 0.97440000000000004 183.16220000000001 20160 12879 0 0 983040 737280 737280 737510 748800 43 26 26 59 269 0 0 0 0 4 0 0 0 0 0 +1368 1783781837807172600 REFRESH 13 0 0.84806913444521781 0.0090909090909090783 1 6 1 6 0 0 192 4 414 3943890 55200 153.48530578613281 1.0840000000000001 202.96799999999999 20160 13262 0 0 983040 737280 737280 737490 748800 158 26 69 63 98 0 0 0 0 4 0 0 0 0 0 +1369 1783781838014161600 REFRESH 15 0 0.68331374179308324 0.76868686868686875 3 11 3 11 0 0 110 6 419 3943933 55200 153.26106262207031 0.96560000000000001 182.9255 20160 14137 0 0 983040 737280 737280 737533 748800 30 26 41 49 273 0 0 0 0 6 0 0 0 0 0 +1370 1783781838210591300 REFRESH 33 0 0.73000331962036813 0.12020202020202017 1 7 1 7 0 0 195 4 420 3943920 55200 153.74847412109375 0.96679999999999999 195.19749999999999 20160 12573 0 0 983040 737280 737280 737520 748800 130 26 75 45 144 0 0 0 0 4 0 0 0 0 0 +1371 1783781838483307800 REFRESH 52 0 0.7295605877128799 0.12020202020202017 1 7 1 7 0 0 126 2 426 3943916 55200 153.59794616699219 0.9708 227.1585 20160 12311 0 0 983040 737280 737280 737516 748800 178 26 67 71 84 0 0 0 0 2 0 0 0 0 0 +1372 1783781838683169600 REFRESH 24 0 0.6772901247012173 0.87070707070707098 4 11 4 11 0 0 157 12 414 3943910 55200 153.04908752441406 0.96760000000000002 184.9522 20160 13970 0 0 983040 737280 737280 737509 748800 36 26 26 29 297 1 0 0 0 11 0 0 0 0 0 +1373 1783781838869289500 REFRESH 7 0 0.68662292235608802 0.67575757575757578 1 12 1 12 0 0 148 7 417 3943900 55200 152.8555908203125 0.96719999999999995 184.45480000000001 20160 11836 0 0 983040 737280 737280 737499 748800 49 26 45 42 255 0 0 0 0 7 0 0 0 0 0 +1374 1783781839077430300 REFRESH 49 0 0.68602276162726539 0.6575757575757577 3 10 3 10 0 0 142 4 416 3943926 55200 153.26106262207031 0.97150000000000003 183.67699999999999 20160 12061 0 0 983040 737280 737280 737525 748800 96 26 33 35 226 0 0 0 0 4 0 0 0 0 0 +1375 1783781839285103200 REFRESH 50 0 0.68387960598450526 0.44444444444444453 2 9 2 9 0 0 148 6 428 3943892 55200 152.9169921875 0.96719999999999995 194.21850000000001 20160 12970 0 0 983040 737280 737280 737492 748800 55 26 28 27 292 0 0 0 0 6 0 0 0 0 0 +1376 1783781839491206600 REFRESH 20 0 0.68552797369752261 0.66666666666666674 2 11 2 11 0 0 138 3 417 3943900 55200 160.18022155761719 1.0035000000000001 192.66679999999999 20160 12073 0 0 983040 737280 737280 737500 748800 54 26 56 95 186 0 0 0 0 3 0 0 0 0 0 +1377 1783781839715543000 REFRESH 22 0 0.68512853904235471 0.76868686868686875 3 11 3 11 1 0 153 7 417 3943920 55200 166.29554748535156 1.0301 204.1728 20160 11971 0 0 983040 737280 737280 737520 748800 76 26 45 33 237 0 0 0 0 7 0 0 0 0 1 +1378 1783781839922491500 REFRESH 32 0 0.68874153862973797 0.23131313131313144 1 8 1 8 0 0 159 6 422 3943897 55200 164.93568420410156 0.98640000000000005 205.5883 20160 12528 0 0 983040 737280 737280 737497 748800 106 26 99 80 111 0 0 0 0 6 0 0 0 0 0 +1379 1783781840117498100 REFRESH 51 0 0.68553078151247637 0.76868686868686875 3 11 3 11 0 0 123 8 413 3943888 55200 162.35725402832031 0.99550000000000005 193.5256 20160 12558 0 0 983040 737280 737280 737488 748800 97 25 77 48 166 0 1 0 0 7 0 0 0 0 0 +1380 1783781840325774900 REFRESH 31 0 0.73535656637635471 0.11111111111111109 2 6 2 6 0 0 166 6 424 3943895 55200 156.20608520507812 0.97899999999999998 206.73859999999999 20160 12447 0 0 983040 737280 737280 737493 748800 88 26 34 150 126 0 0 0 0 6 0 0 0 0 0 +1381 1783781840538664000 REFRESH 5 0 0.68523202440915398 0.66666666666666674 2 11 2 11 0 0 100 4 413 3943921 55200 161.4940185546875 0.97440000000000004 190.4229 20160 12968 0 0 983040 737280 737280 737520 748800 56 26 37 127 167 0 0 0 1 3 0 0 0 0 0 +1382 1783781840798249800 REFRESH 48 0 0.7799636591066168 0.11111111111111109 2 6 2 6 0 0 197 12 423 3943910 55200 172.51225280761719 0.98409999999999997 240.6962 20160 13426 0 0 983040 737280 737280 737510 748800 94 26 58 46 199 1 0 0 0 11 0 0 0 0 0 +1383 1783781841007902300 REFRESH 55 0 0.68345688018680928 0.67575757575757578 1 12 1 12 0 0 166 9 420 3943905 55200 160.93901062011719 0.98280000000000001 192.59389999999999 20160 11894 0 0 983040 737280 737280 737504 748800 100 26 25 27 242 0 0 0 0 9 0 0 0 0 0 +1384 1783781841221941500 REFRESH 57 0 0.68104383694777459 0.77777777777777779 2 12 2 12 0 0 152 8 399 3943902 55200 162.65216064453125 0.98580000000000001 197.4247 20160 12161 0 0 983040 737280 737280 737502 748800 97 26 34 33 209 0 0 0 0 8 0 0 0 0 0 +1385 1783781841469866500 REFRESH 56 0 0.84950108817392445 0 2 5 2 5 0 0 231 3 412 3943904 55200 168.84428405761719 1.0065 246.03870000000001 20160 13243 0 0 983040 737280 737280 737504 748800 129 26 48 117 92 0 0 0 0 3 0 0 0 0 0 +1386 1783781841674434100 REFRESH 25 0 0.68432950973813567 0.76868686868686875 3 11 3 11 0 0 131 5 418 3943894 55200 158.635009765625 0.98219999999999996 189.26490000000001 20160 13880 0 0 983040 737280 737280 737494 748800 35 25 36 26 296 0 0 0 0 5 0 0 0 0 0 +1387 1783781841861619100 REFRESH 8 0 0.85446707393033849 0 2 5 2 5 0 0 240 3 415 3943925 55200 150.71760559082031 0.97350000000000003 185.9014 20160 13406 0 0 983040 737280 737280 737524 748800 59 26 76 128 126 0 0 0 0 3 0 0 0 0 0 +1388 1783781842132194900 REFRESH 54 0 0.68764936842867885 0.23131313131313144 1 8 1 8 0 0 137 5 418 3943930 55200 152.27084350585938 0.97589999999999999 226.17670000000001 20160 12571 0 0 983040 737280 737280 737530 748800 169 25 60 83 81 0 0 0 0 5 0 0 0 0 0 +1389 1783781842330926400 REFRESH 19 0 0.68339247928221603 0.66666666666666674 2 11 2 11 0 0 142 8 420 3943909 55200 151.98208618164062 0.99350000000000005 183.8673 20160 12049 0 0 983040 737280 737280 737509 748800 94 26 39 46 215 0 0 0 0 8 0 0 0 0 0 +1390 1783781842525451700 REFRESH 6 0 0.67796843628829062 0.76868686868686875 3 11 3 11 0 0 127 3 422 3943912 55200 149.25004577636719 1.0716000000000001 180.7714 20160 13006 0 0 983040 737280 737280 737510 748800 30 25 36 36 295 0 0 0 0 3 0 0 0 0 0 +1391 1783781842726376200 REFRESH 14 0 0.68374969149386833 0.57373737373737377 0 12 0 12 0 0 131 4 418 3943915 55200 149.02476501464844 0.98829999999999996 188.68530000000001 20160 12093 0 0 983040 737280 737280 737515 748800 99 25 35 31 228 0 0 0 0 4 0 0 0 0 0 +1392 1783781842959981200 REFRESH 9 0 0.72511141705226889 0.11111111111111109 2 6 2 6 0 0 151 6 430 3943955 55200 149.59309387207031 0.98909999999999998 218.82749999999999 20160 12413 0 0 983040 737280 737280 737555 748800 167 25 40 110 88 0 0 0 0 6 0 0 0 0 0 +1393 1783781843151679900 REFRESH 4 0 0.66740317560578255 0.78686868686868705 1 13 1 13 0 0 69 6 418 3943923 55200 148.22808837890625 0.99109999999999998 178.6455 20160 13877 0 0 983040 737280 737280 737523 748800 27 26 33 33 299 0 0 0 0 6 0 0 0 0 0 +1394 1783781843348360200 REFRESH 34 0 0.68808221183526341 0.78686868686868705 1 13 1 13 0 0 116 11 424 3943912 55200 149.45587158203125 0.99239999999999995 183.32050000000001 20160 13916 0 0 983040 737280 737280 737512 748800 31 25 32 49 287 0 0 0 0 11 0 0 0 0 0 +1395 1783781843564500400 REFRESH 28 0 0.6880224624273561 0.67575757575757578 1 12 1 12 0 0 158 9 405 3943883 55200 151.88377380371094 0.99629999999999996 184.3818 20160 14135 0 0 983040 737280 737280 737483 748800 29 26 34 29 287 0 0 0 0 9 0 0 0 0 0 +1396 1783781844895489900 DEPTH 13 1 0.84252807304983102 0.0090909090909090783 1 6 1 6 0 0 192 18 2494 23664860 81600 892.34950256347656 5.9096999999999991 1329.6649 120960 64842 1 0 5898240 4423680 4423680 4426459 4492800 279 150 164 188 1713 0 0 0 0 18 0 0 0 0 0 +1397 1783781846260063500 DEPTH 17 1 0.83925553802311592 0.018181818181818247 0 7 0 7 0 0 221 11 2524 23664859 81600 878.71385192871094 5.8407999999999998 1349.7184999999999 120960 64495 1 0 5898240 4423680 4423680 4426459 4492800 242 156 185 287 1654 0 0 0 0 11 0 0 0 0 0 +1398 1783781847743878700 DEPTH 42 1 0.7310102411691205 0.11111111111111109 2 6 2 6 0 0 154 23 2631 23664750 81600 925.19218444824219 5.9016999999999999 1412.2283 120960 63265 1 0 5898240 4423680 4423680 4426348 4492800 241 150 242 203 1795 0 0 0 0 23 0 0 0 0 0 +1399 1783781849088473600 DEPTH 33 1 0.72388380439150812 0.12020202020202017 1 7 1 7 0 0 196 16 2544 23664830 81600 934.32423400878906 6.0302999999999995 1316.9401 120960 59589 1 0 5898240 4423680 4423680 4426430 4492800 314 153 168 193 1716 0 0 0 0 16 0 0 0 0 0 +1400 1783781850429890000 DEPTH 53 1 0.72255573182695054 0.12929292929292943 0 8 0 8 1 0 168 26 2514 23664878 81600 928.76286315917969 5.9272999999999998 1329.1521 120960 59412 1 0 5898240 4423680 4423680 4426477 4492800 231 156 168 171 1788 0 0 0 0 26 0 0 0 0 1 +1401 1783781851668520300 DEPTH 16 1 0.72214886628324415 0.11111111111111109 2 6 2 6 0 0 208 22 2542 23664899 81600 932.60594177246094 5.8571 1216.7355 120960 60261 1 0 5898240 4423680 4423680 4426498 4492800 316 156 155 236 1679 0 0 0 0 22 0 0 0 0 0 +1402 1783781853073515200 DEPTH 52 1 0.7217119350022515 0.12020202020202017 1 7 1 7 0 0 127 7 2588 23664853 81600 919.969970703125 5.9437999999999995 1379.4702 120960 60112 1 0 5898240 4423680 4423680 4426451 4492800 925 156 299 381 827 0 0 0 0 7 0 0 0 0 0 +1403 1783781854475630200 DEPTH 11 1 0.72005475317014644 0.12929292929292943 0 8 0 8 0 0 118 10 2530 23664825 81600 920.85861206054688 5.8623999999999992 1400.8431 120960 60248 1 0 5898240 4423680 4423680 4426425 4492800 264 150 170 223 1723 0 0 0 0 10 0 0 0 0 0 +1404 1783781855903956300 DEPTH 56 1 0.78261299668380246 0 2 5 2 5 0 0 231 20 2557 23664841 81600 932.23432922363281 5.8936999999999999 1405.9302 120960 64494 1 0 5898240 4423680 4423680 4426441 4492800 502 150 192 418 1295 0 0 0 0 20 0 0 0 0 0 +1405 1783781857091616300 DEPTH 8 1 0.77707600281087275 0 2 5 2 5 0 0 240 27 2560 23664799 81600 936.39999389648438 5.9767999999999999 1186.4703999999999 120960 66064 1 0 5898240 4423680 4423680 4426399 4492800 160 156 150 480 1614 0 0 0 0 27 0 0 0 0 0 +1406 1783781858498315800 DEPTH 48 1 0.76460889346802485 0.11111111111111109 2 6 2 6 0 0 198 40 2574 23664822 81600 931.66181945800781 5.8709999999999996 1405.3485000000001 120960 63020 1 0 5898240 4423680 4423680 4426422 4492800 205 156 179 162 1872 0 0 0 0 40 0 0 0 0 0 +1407 1783781859872898200 DEPTH 31 1 0.73069043417567348 0.11111111111111109 2 6 2 6 0 0 166 23 2581 23664856 81600 924.14874267578125 5.8464999999999998 1353.6822 120960 60426 1 0 5898240 4423680 4423680 4426456 4492800 411 150 175 437 1408 0 0 0 0 23 0 0 0 0 0 +1408 1783781861298223800 DEPTH 1 1 0.71778778188972392 0.12020202020202017 1 7 1 7 0 0 145 11 2607 23664894 81600 928.22732543945312 5.8617000000000008 1399.6823999999999 120960 60033 1 0 5898240 4423680 4423680 4426494 4492800 373 150 258 304 1522 0 0 0 0 11 0 0 0 0 0 +1409 1783781862603407500 DEPTH 45 1 0.69255375997817326 0.22222222222222218 2 7 2 7 0 0 174 22 2597 23664812 81600 928.25396728515625 5.8527000000000005 1303.8393000000001 120960 59267 1 0 5898240 4423680 4423680 4426411 4492800 190 150 160 171 1926 0 0 0 0 22 0 0 0 0 0 +1410 1783781863958390500 DEPTH 41 1 0.68999484798696742 0.34242424242424252 1 9 1 9 0 0 115 29 2561 23664924 81600 919.32479858398438 5.8311000000000002 1353.7329 120960 60029 1 0 5898240 4423680 4423680 4426523 4492800 576 156 156 156 1517 0 0 0 0 29 0 0 0 0 0 +1411 1783781865331451800 DEPTH 44 1 0.68466087630697992 0.22222222222222218 2 7 2 7 0 0 181 16 2575 23664863 81600 917.60466003417969 5.8452999999999999 1371.7583 120960 59273 1 0 5898240 4423680 4423680 4426462 4492800 202 156 150 170 1897 0 0 0 0 16 0 0 0 0 0 +1412 1783781866712012100 DEPTH 13 1 0.75332136948600892 0.0090909090909090783 1 6 1 6 0 0 192 26 2493 23664860 81600 916.96128845214844 5.8405000000000005 1352.9703 120960 53491 1 0 5898240 4423680 4423680 4426459 4492800 286 150 169 192 1696 0 0 0 0 26 0 0 0 0 0 +1413 1783781868105981800 DEPTH 17 1 0.75037672586144699 0.018181818181818247 0 7 0 7 0 0 221 14 2519 23664735 81600 916.17588806152344 5.8985000000000003 1392.7744 120960 53728 1 0 5898240 4423680 4423680 4426334 4492800 236 156 192 325 1610 0 0 0 0 14 0 0 0 0 0 +1414 1783781869537849400 DEPTH 46 1 0.68445905117472505 0.22222222222222218 2 7 0 8 1 0 334 24 2606 23664875 81600 927.41426086425781 5.8594000000000008 1362.3178 120960 58509 1 0 5898240 4423680 4423680 4426475 4492800 394 150 212 305 1545 4 0 0 0 20 4 0 0 0 0 +1415 1783781870942392400 DEPTH 30 1 0.68442340795413326 0.23131313131313144 1 8 1 8 0 0 160 20 2578 23664765 81600 909.53950500488281 5.9924999999999997 1360.1724999999999 120960 59763 1 0 5898240 4423680 4423680 4426365 4492800 443 150 224 501 1260 1 0 0 0 19 0 0 0 0 0 +1416 1783781872277326000 DEPTH 32 1 0.68425651325062031 0.23131313131313144 1 8 1 8 0 0 159 26 2566 23664806 81600 915.30668640136719 5.8637000000000006 1300.0253 120960 60563 1 0 5898240 4423680 4423680 4426406 4492800 276 151 232 272 1635 0 0 0 0 26 0 0 0 0 0 +1417 1783781873558303200 DEPTH 39 1 0.68407306312982707 0.43535353535353549 3 8 3 8 0 0 191 45 2617 23664851 81600 917.54084777832031 5.8788999999999998 1265.8731 120960 56590 1 0 5898240 4423680 4423680 4426451 4492800 150 150 155 150 2012 0 0 0 0 45 0 0 0 0 0 +1418 1783781874678210600 DEPTH 58 1 0.68387954269294848 0.77777777777777779 2 12 2 12 0 0 142 12 2572 23664843 81600 916.4984130859375 5.9443999999999999 1098.4997000000001 120960 65120 1 0 5898240 4423680 4423680 4426441 4492800 162 150 150 152 1958 0 0 0 0 12 0 0 0 0 0 +1419 1783781876082037600 DEPTH 21 1 0.68307460182161739 0.35151515151515161 0 10 0 10 1 0 194 43 2553 23664819 81600 918.68368530273438 5.8887999999999998 1376.9675 120960 58121 1 0 5898240 4423680 4423680 4426419 4492800 200 150 165 219 1819 0 0 0 0 43 0 0 0 0 1 +1420 1783781877500190100 DEPTH 56 1 0.7532611834800943 0 2 5 2 5 0 0 231 23 2576 23664726 81600 904.16458129882812 5.8972999999999995 1396.7103 120960 52990 1 0 5898240 4423680 4423680 4426326 4492800 441 150 192 456 1337 0 0 0 0 23 0 0 0 0 0 +1421 1783781878748262600 DEPTH 8 1 0.75727851990593986 0 2 5 2 5 0 0 240 21 2569 23664866 81600 912.87757873535156 5.8757000000000001 1176.7384 120960 54317 1 0 5898240 4423680 4423680 4426462 4492800 156 155 150 466 1642 0 0 0 0 21 0 0 0 0 0 +1422 1783781880182389500 DEPTH 9 1 0.72171247301934816 0.11111111111111109 2 6 2 6 0 0 152 11 2618 23664833 81600 916.702392578125 5.9999000000000002 1385.1466 120960 60540 1 0 5898240 4423680 4423680 4426433 4492800 732 150 219 583 934 0 0 0 0 11 0 0 0 0 0 +1423 1783781881580109300 DEPTH 42 1 0.73017934689939246 0.11111111111111109 2 6 2 6 0 0 156 24 2634 23664909 81600 936.76237487792969 5.9116999999999997 1396.4815000000001 120960 52170 1 0 5898240 4423680 4423680 4426508 4492800 224 150 235 197 1828 0 0 0 0 24 0 0 0 0 0 +1424 1783781882637734800 DEPTH 34 1 0.68548575751030061 0.78686868686868705 1 13 1 13 0 0 117 10 2586 23664846 81600 854.80427551269531 5.9011000000000005 1034.0925 120960 68827 1 0 5898240 4423680 4423680 4426444 4492800 150 150 156 178 1952 1 0 0 0 9 0 0 0 0 0 +1425 1783781883718689200 DEPTH 28 1 0.68496845951985053 0.67575757575757578 1 12 1 12 0 0 158 34 2504 23664810 81600 863.36228942871094 5.8826000000000001 1051.6404 120960 69762 1 0 5898240 4423680 4423680 4426409 4492800 150 151 150 157 1896 0 0 0 0 34 0 0 0 0 0 +1426 1783781884931925700 DEPTH 33 1 0.72417487916291901 0.12020202020202017 1 7 1 7 0 0 196 15 2538 23664929 81600 861.68063354492188 5.8822000000000001 1211.9718 120960 49292 1 0 5898240 4423680 4423680 4426527 4492800 314 152 167 206 1699 0 0 0 0 15 0 0 0 0 0 +1427 1783781886011398500 DEPTH 36 1 0.68316252194205429 0.6575757575757577 3 10 3 10 0 0 137 21 2587 23664902 81600 865.88722229003906 5.875700000000001 1046.1162999999999 120960 57976 1 0 5898240 4423680 4423680 4426500 4492800 280 150 150 173 1834 0 0 0 0 21 0 0 0 0 0 +1428 1783781886199295600 REFRESH 8 0 0.66726532002092664 0 2 5 2 5 0 0 240 6 414 3943910 55200 152.48384094238281 0.98450000000000004 186.75219999999999 20160 13384 0 0 983040 737280 737280 737510 748800 69 26 89 129 101 0 0 0 0 6 0 0 0 0 0 +1429 1783781886390207000 REFRESH 57 0 0.67673116298287761 0.77777777777777779 2 12 2 12 0 0 153 6 406 3943906 55200 150.14064025878906 0.98750000000000004 179.04169999999999 20160 12042 0 0 983040 737280 737280 737505 748800 77 26 34 31 238 0 0 0 0 6 0 0 0 0 0 +1430 1783781886595828000 REFRESH 30 0 0.58397450522569594 0.23131313131313144 1 8 1 8 0 0 160 7 421 3943908 55200 151.39442443847656 0.98250000000000004 204.45840000000001 20160 12544 0 0 983040 737280 737280 737508 748800 121 25 49 127 99 0 0 1 0 6 0 0 0 0 0 +1431 1783781886788198400 REFRESH 53 0 0.72301598221876462 0.12929292929292943 0 8 0 8 0 0 168 8 418 3943888 55200 151.61036682128906 0.97999999999999998 191.15039999999999 20160 12635 0 0 983040 737280 737280 737488 748800 154 27 39 35 163 0 0 0 0 8 0 0 0 0 0 +1432 1783781886988772900 REFRESH 38 0 0.67842024625794717 0.55555555555555558 2 10 2 10 0 0 130 8 418 3943917 55200 150.7430419921875 0.98060000000000003 179.6079 20160 12376 0 0 983040 737280 737280 737516 748800 109 26 63 52 168 0 0 0 0 8 0 0 0 0 0 +1433 1783781887184382200 REFRESH 24 0 0.67570494991889363 0.87070707070707098 4 11 4 11 0 0 157 6 413 3943889 55200 151.63801574707031 0.98450000000000004 182.01249999999999 20160 13914 0 0 983040 737280 737280 737489 748800 48 26 29 35 275 0 0 0 0 6 0 0 0 0 0 +1434 1783781887421684600 REFRESH 11 0 0.72096954419735038 0.12929292929292943 0 8 0 8 0 0 118 4 416 3943904 55200 150.09587097167969 1.0629999999999999 236.10560000000001 20160 12405 0 0 983040 737280 737280 737504 748800 113 25 46 65 167 0 0 0 0 4 0 0 0 0 0 +1435 1783781887619735300 REFRESH 21 0 0.59211943729388594 0.35151515151515161 0 10 0 10 0 0 194 8 415 3943929 55200 151.06764221191406 0.97970000000000002 196.89830000000001 20160 12290 0 0 983040 737280 737280 737529 748800 103 26 43 65 178 0 0 0 0 8 0 0 0 0 0 +1436 1783781887811025000 REFRESH 27 0 0.68004261934130972 0.7959595959595962 0 14 0 14 0 0 169 13 410 3943908 55200 150.64678955078125 0.9839 179.69300000000001 20160 12868 0 0 983040 737280 737280 737508 748800 63 26 30 27 264 0 0 0 0 13 0 0 0 0 0 +1437 1783781888001635100 REFRESH 47 0 0.67986247392143317 0.66666666666666674 2 11 2 11 0 0 121 9 418 3943919 55200 150.361083984375 0.97989999999999999 179.17529999999999 20160 12888 0 0 983040 737280 737280 737519 748800 30 26 38 32 292 0 0 0 0 9 0 0 0 0 0 +1438 1783781888193657000 REFRESH 6 0 0.66929507765532137 0.76868686868686875 3 11 3 11 1 0 127 4 418 3943939 55200 150.03135681152344 0.98409999999999997 180.66730000000001 20160 12800 0 0 983040 737280 737280 737539 748800 33 25 37 43 280 0 0 0 0 4 0 0 0 0 1 +1439 1783781888383227700 REFRESH 4 0 0.66306112400741002 0.78686868686868705 1 13 1 13 0 0 70 4 415 3943919 55200 150.09280395507812 0.97929999999999995 177.61869999999999 20160 13633 0 0 983040 737280 737280 737519 748800 27 26 37 41 284 0 0 0 0 4 0 0 0 0 0 +1440 1783781888590194100 REFRESH 2 0 0.68193024441450667 0.33333333333333343 2 8 2 8 0 0 156 5 421 3943939 55200 150.85261535644531 0.98299999999999998 195.05619999999999 20160 11991 0 0 983040 737280 737280 737539 748800 114 25 46 48 188 0 0 0 0 5 0 0 0 0 0 +1441 1783781888779965100 REFRESH 39 0 0.67210895135200954 0.43535353535353549 3 8 3 8 0 0 191 8 422 3943923 55200 151.51615905761719 0.98170000000000002 188.5958 20160 11957 0 0 983040 737280 737280 737522 748800 29 25 28 28 312 0 0 0 0 8 0 0 0 0 0 +1442 1783781888971606300 REFRESH 32 0 0.68392322336682398 0.23131313131313144 1 8 1 8 0 0 159 6 423 3943928 55200 151.42501831054688 0.98150000000000004 190.47890000000001 20160 12447 0 0 983040 737280 737280 737528 748800 110 26 101 83 103 0 0 0 0 6 0 0 0 0 0 +1443 1783781889208909700 REFRESH 54 0 0.6826546070391456 0.23131313131313144 1 8 1 8 0 0 137 5 420 3943917 55200 152.02201843261719 0.98119999999999996 223.63720000000001 20160 12584 0 0 983040 737280 737280 737516 748800 172 25 58 81 84 0 0 0 0 5 0 0 0 0 0 +1444 1783781889411623400 REFRESH 23 0 0.67683891226452142 0.99090909090909129 3 13 3 13 0 0 130 9 406 3943944 55200 150.08869934082031 0.98360000000000003 186.98580000000001 20160 13767 0 0 983040 737280 737280 737544 748800 85 26 30 28 237 0 0 0 0 9 0 0 0 0 0 +1445 1783781889603979600 REFRESH 26 0 0.67730374102611879 0.67575757575757578 1 12 1 12 0 0 113 4 430 3943883 55200 150.71142578125 0.98999999999999999 180.23779999999999 20160 12859 0 0 983040 737280 737280 737483 748800 44 26 26 60 274 0 0 0 0 4 0 0 0 0 0 +1446 1783781889795478200 REFRESH 40 0 0.68187584278351365 0.67575757575757578 1 12 1 12 0 0 146 4 417 3943907 55200 150.19622802734375 0.98360000000000003 179.9186 20160 12550 0 0 983040 737280 737280 737506 748800 94 25 31 60 207 0 0 0 0 4 0 0 0 0 0 +1447 1783781889989446300 REFRESH 10 0 0.67896043507881676 0.45353535353535362 1 10 1 10 0 0 130 5 420 3943902 55200 150.79014587402344 0.98370000000000002 182.25579999999999 20160 12400 0 0 983040 737280 737280 737501 748800 127 25 33 35 200 0 0 0 0 5 0 0 0 0 0 +1448 1783781890183624800 REFRESH 33 0 0.69421362391480823 0.12020202020202017 1 7 1 7 0 0 196 2 419 3943922 55200 152.09983825683594 0.98260000000000003 192.9907 20160 12871 0 0 983040 737280 737280 737522 748800 142 26 86 51 114 0 0 0 0 2 0 0 0 0 0 +1449 1783781890385349900 REFRESH 19 0 0.67896882504737432 0.66666666666666674 2 11 2 11 0 0 142 6 418 3943896 55200 150.77171325683594 0.98229999999999995 180.09989999999999 20160 12095 0 0 983040 737280 737280 737496 748800 104 26 41 52 195 0 0 0 0 6 0 0 0 0 0 +1450 1783781890574911300 REFRESH 16 0 0.72280626206393639 0.11111111111111109 2 6 2 6 0 0 208 5 416 3943903 55200 151.90631103515625 0.98219999999999996 188.41800000000001 20160 12751 0 0 983040 737280 737280 737503 748800 162 26 27 96 105 0 0 0 0 5 0 0 0 0 0 +1451 1783781890779475400 REFRESH 20 0 0.67663373450390463 0.66666666666666674 2 11 2 11 0 0 138 8 422 3943908 55200 151.11885070800781 0.98409999999999997 180.5164 20160 12062 0 0 983040 737280 737280 737508 748800 62 26 56 102 176 0 0 0 0 8 0 0 0 0 0 +1452 1783781890996386500 REFRESH 1 0 0.71884200304447521 0.12020202020202017 1 7 1 7 0 0 145 2 424 3943889 55200 151.17619323730469 0.98660000000000003 215.8064 20160 12856 0 0 983040 737280 737280 737489 748800 125 25 72 94 108 0 0 0 0 2 0 0 0 0 0 +1453 1783781891198524200 REFRESH 13 0 0.84408938716102044 0.0090909090909090783 1 6 1 6 0 0 192 0 412 3943909 55200 151.39840698242188 0.98099999999999998 201.0214 20160 13399 0 0 983040 737280 737280 737509 748800 158 26 68 60 100 0 0 0 0 0 0 0 0 0 0 +1454 1783781891409430800 REFRESH 50 0 0.67903012825803244 0.44444444444444453 2 9 2 9 0 0 148 8 419 3943889 55200 150.8167724609375 0.9829 188.76750000000001 20160 12874 0 0 983040 737280 737280 737489 748800 98 26 29 50 216 0 0 0 0 8 0 0 0 0 0 +1455 1783781891601180200 REFRESH 43 0 0.68258918875913133 0.76868686868686875 3 11 3 11 0 0 149 10 433 3943934 55200 150.21875 0.98280000000000001 179.77170000000001 20160 13416 0 0 983040 737280 737280 737534 748800 115 25 127 49 117 0 0 0 0 10 0 0 0 0 0 +1456 1783781891794249200 REFRESH 35 0 0.68190242475339113 0.66666666666666674 2 11 2 11 0 0 179 6 414 3943931 55200 150.78810119628906 0.99399999999999999 181.47559999999999 20160 11868 0 0 983040 737280 737280 737530 748800 85 26 35 100 168 0 0 0 0 6 0 0 0 0 0 +1457 1783781891986376700 REFRESH 25 0 0.67758061786628576 0.76868686868686875 3 11 3 11 0 0 131 4 421 3943906 55200 150.56895446777344 0.98419999999999996 180.54740000000001 20160 13799 0 0 983040 737280 737280 737506 748800 35 25 36 26 299 0 0 0 0 4 0 0 0 0 0 +1458 1783781892177566700 REFRESH 49 0 0.6781780421806054 0.6575757575757577 3 10 3 10 0 0 142 7 416 3943913 55200 150.78092956542969 0.98140000000000005 180.102 20160 12097 0 0 983040 737280 737280 737513 748800 106 26 33 38 213 0 0 0 0 7 0 0 0 0 0 +1459 1783781892367253100 REFRESH 5 0 0.67770377740314069 0.66666666666666674 2 11 2 11 0 0 100 7 415 3943914 55200 149.66989135742188 0.98019999999999996 177.6207 20160 12814 0 0 983040 737280 737280 737514 748800 52 25 33 135 170 0 0 0 1 6 0 0 0 0 0 +1460 1783781892593086000 REFRESH 56 0 0.84389163666510913 0 2 5 2 5 0 0 231 8 414 3943937 55200 152.16741943359375 0.98519999999999996 224.52160000000001 20160 13611 0 0 983040 737280 737280 737536 748800 126 26 49 122 91 0 0 0 0 8 0 0 0 0 0 +1461 1783781892793521900 REFRESH 51 0 0.68058787787357233 0.76868686868686875 3 11 3 11 0 0 123 8 415 3943917 55200 151.03488159179688 0.98280000000000001 180.3425 20160 12433 0 0 983040 737280 737280 737517 748800 101 25 82 49 158 0 0 0 0 8 0 0 0 0 0 +1462 1783781893015836500 REFRESH 52 0 0.71971458793739695 0.12020202020202017 1 7 1 7 0 0 127 5 423 3943914 55200 149.39756774902344 0.97950000000000004 221.07570000000001 20160 12194 0 0 983040 737280 737280 737514 748800 182 26 61 68 86 0 0 0 0 5 0 0 0 0 0 +1463 1783781893207808900 REFRESH 22 0 0.67957683524723289 0.76868686868686875 3 11 3 11 0 0 153 7 416 3943897 55200 150.74815368652344 0.97899999999999998 180.62979999999999 20160 11968 0 0 983040 737280 737280 737496 748800 100 26 54 35 201 0 0 0 0 7 0 0 0 0 0 +1464 1783781893399476900 REFRESH 15 0 0.6779355864124208 0.76868686868686875 3 11 3 11 0 0 110 8 426 3943896 55200 150.70924377441406 0.97899999999999998 179.78890000000001 20160 13841 0 0 983040 737280 737280 737496 748800 31 26 51 54 264 0 0 0 0 8 0 0 0 0 0 +1465 1783781893595303100 REFRESH 29 0 0.67846882017671195 0.67575757575757578 1 12 1 12 0 0 141 13 414 3943896 55200 150.42048645019531 0.98209999999999997 180.21430000000001 20160 12049 0 0 983040 737280 737280 737496 748800 70 25 32 84 203 0 0 0 0 13 0 0 0 0 0 +1466 1783781893822085700 REFRESH 42 0 0.7294089770016241 0.11111111111111109 2 6 2 6 0 0 156 5 426 3943894 55200 151.8868408203125 0.98870000000000002 225.60759999999999 20160 12725 0 0 983040 737280 737280 737494 748800 119 25 86 90 106 0 0 0 0 5 0 0 0 0 0 +1467 1783781894032822700 REFRESH 3 0 0.67668194084452682 0.44444444444444453 2 9 2 9 0 0 155 8 419 3943944 55200 150.23922729492188 0.98429999999999995 184.80099999999999 20160 12429 0 0 983040 737280 737280 737544 748800 128 26 42 36 187 0 0 0 0 8 0 0 0 0 0 +1468 1783781894235024600 REFRESH 31 0 0.7306001229245217 0.11111111111111109 2 6 2 6 0 0 166 9 422 3943934 55200 150.89872741699219 0.98240000000000005 201.06290000000001 20160 12901 0 0 983040 737280 737280 737533 748800 77 25 34 142 144 0 0 0 0 9 0 0 0 0 0 +1469 1783781894430725600 REFRESH 37 0 0.68019785570970903 0.67575757575757578 1 12 1 12 0 0 151 6 410 3943906 55200 150.04261779785156 0.98509999999999998 179.18299999999999 20160 12830 0 0 983040 737280 737280 737506 748800 52 26 36 89 207 0 0 0 0 6 0 0 0 0 0 +1470 1783781894634431800 REFRESH 14 0 0.67679870561531597 0.57373737373737377 0 12 0 12 0 0 131 10 419 3943898 55200 151.18234252929688 0.98260000000000003 187.6575 20160 11862 0 0 983040 737280 737280 737498 748800 95 25 32 27 240 0 0 0 0 10 0 0 0 0 0 +1471 1783781894815619700 REFRESH 58 0 0.68139371609106214 0.77777777777777779 2 12 2 12 0 0 142 12 418 3943905 55200 151.39634704589844 0.98129999999999995 179.952 20160 11974 0 0 983040 737280 737280 737504 748800 39 25 25 30 299 0 0 0 0 12 0 0 0 0 0 +1472 1783781895030766000 REFRESH 48 0 0.76996709655081008 0.11111111111111109 2 6 2 6 1 0 198 8 422 3943922 55200 151.41273498535156 0.9849 213.96850000000001 20160 13343 0 0 983040 737280 737280 737522 748800 98 26 58 46 194 0 0 0 0 8 0 0 0 0 1 +1473 1783781895253205800 REFRESH 9 0 0.72264752660306497 0.11111111111111109 2 6 2 6 0 0 152 6 437 3943889 55200 151.26937866210938 0.97870000000000001 221.352 20160 12313 0 0 983040 737280 737280 737489 748800 154 25 40 95 123 0 0 0 0 6 0 0 0 0 0 +1474 1783781895456718800 REFRESH 46 0 0.83530194815367664 0.12929292929292943 0 8 0 8 0 0 334 5 427 3943886 55200 151.63801574707031 0.98280000000000001 202.2542 20160 12163 0 0 983040 737280 737280 737486 748800 110 25 56 62 174 0 0 0 0 5 0 0 0 0 0 +1475 1783781895660826500 REFRESH 55 0 0.68066036118026974 0.67575757575757578 1 12 1 12 0 0 166 9 417 3943928 55200 151.24275207519531 0.97940000000000005 182.40539999999999 20160 11926 0 0 983040 737280 737280 737528 748800 102 26 25 27 237 0 0 0 0 9 0 0 0 0 0 +1476 1783781895855271400 REFRESH 0 0 0.68156020756742297 0.67575757575757578 1 12 1 12 0 0 104 6 425 3943929 55200 149.90643310546875 0.98199999999999998 179.14590000000001 20160 13750 0 0 983040 737280 737280 737529 748800 33 25 25 25 317 0 0 0 0 6 0 0 0 0 0 +1477 1783781896090687900 REFRESH 44 0 0.68463683972435385 0.22222222222222218 2 7 2 7 0 0 181 6 423 3943926 55200 151.11372375488281 0.99660000000000004 233.9205 20160 12372 0 0 983040 737280 737280 737526 748800 68 26 32 46 251 0 0 0 0 6 0 0 0 0 0 +1478 1783781896274361000 REFRESH 28 0 0.68320909315993583 0.67575757575757578 1 12 1 12 0 0 158 10 405 3943897 55200 151.05331420898438 0.98580000000000001 182.43680000000001 20160 12620 0 0 983040 737280 737280 737497 748800 29 26 31 28 291 0 0 0 0 10 0 0 0 0 0 +1479 1783781896452826400 REFRESH 34 0 0.68316068892532111 0.78686868686868705 1 13 1 13 0 0 117 5 418 3943917 55200 149.47920227050781 0.97860000000000003 177.3091 20160 12641 0 0 983040 737280 737280 737516 748800 34 25 33 50 276 0 0 0 0 5 0 0 0 0 0 +1480 1783781896662519400 REFRESH 41 0 0.68811362720645564 0.34242424242424252 1 9 1 9 0 0 115 7 417 3943902 55200 150.90463256835938 0.98319999999999996 208.45140000000001 20160 12194 0 0 983040 737280 737280 737502 748800 194 26 31 30 136 0 0 0 0 7 0 0 0 0 0 +1481 1783781896883386900 REFRESH 7 0 0.68167860148635473 0.67575757575757578 1 12 1 12 0 0 148 5 418 3943919 55200 151.72607421875 0.98160000000000003 182.0077 20160 11901 0 0 983040 737280 737280 737519 748800 29 26 32 35 296 0 0 0 0 5 0 0 0 0 0 +1482 1783781897110137500 REFRESH 17 0 0.84164450018333758 0.018181818181818247 0 7 0 7 0 0 221 2 413 3943910 55200 152.43571472167969 0.98199999999999998 225.6712 20160 13488 0 0 983040 737280 737280 737509 748800 91 26 55 99 142 0 0 0 0 2 0 0 0 0 0 +1483 1783781897304977500 REFRESH 18 0 0.6830123452449417 1 2 14 2 14 0 0 137 9 421 3943911 55200 150.62527465820312 0.98070000000000002 179.4819 20160 12751 0 0 983040 737280 737280 737511 748800 35 26 76 41 243 0 0 0 0 9 0 0 0 0 0 +1484 1783781897503876600 REFRESH 12 0 0.67845024292418632 0.43535353535353549 3 8 3 8 0 0 207 8 412 3943882 55200 151.06253051757812 0.99780000000000002 183.5489 20160 12024 0 0 983040 737280 737280 737482 748800 151 26 34 71 130 0 0 0 0 8 0 0 0 0 0 +1485 1783781897685806800 REFRESH 36 0 0.68076193042199384 0.6575757575757577 3 10 3 10 0 0 137 9 418 3943912 55200 150.656005859375 0.98080000000000001 180.75960000000001 20160 12096 0 0 983040 737280 737280 737512 748800 139 25 25 34 195 0 0 0 0 9 0 0 0 0 0 +1486 1783781897877031800 REFRESH 45 0 0.691835319767791 0.22222222222222218 2 7 2 7 0 0 174 2 421 3943904 55200 152.43571472167969 0.98250000000000004 190.04220000000001 20160 12514 0 0 983040 737280 737280 737504 748800 97 25 38 51 210 0 0 0 0 2 0 0 0 0 0 +1487 1783781898988373400 DEPTH 8 1 0.84349780830187204 0 2 5 2 5 1 0 240 22 2570 23664776 81600 877.64344787597656 5.8748999999999993 1110.1975 120960 65769 1 0 5898240 4423680 4423680 4426374 4492800 162 156 150 441 1661 0 0 0 0 22 0 0 0 0 1 +1488 1783781900357686400 DEPTH 56 1 0.84225696372816872 0 2 5 2 5 0 0 231 19 2555 23664930 81600 866.22311401367188 5.8845000000000001 1305.6974 120960 64953 1 0 5898240 4423680 4423680 4426530 4492800 489 150 192 422 1302 0 0 0 0 19 0 0 0 0 0 +1489 1783781901688877500 DEPTH 13 1 0.83462555428355745 0.0090909090909090783 1 6 1 6 0 0 192 20 2494 23664864 81600 866.21798706054688 5.8839999999999995 1276.8088 120960 65441 1 0 5898240 4423680 4423680 4426463 4492800 281 150 171 201 1691 0 0 0 0 20 0 0 0 0 0 +1490 1783781902958630100 DEPTH 53 1 0.72148670144788751 0.12929292929292943 0 8 0 8 0 0 169 29 2521 23664838 81600 866.65420532226562 5.8739999999999997 1234.9719 120960 60349 1 0 5898240 4423680 4423680 4426436 4492800 254 156 171 164 1776 0 0 0 0 29 0 0 0 0 0 +1491 1783781904127674900 DEPTH 16 1 0.71815759012806335 0.11111111111111109 2 6 2 6 0 0 208 24 2547 23664754 81600 870.2239990234375 5.8947000000000003 1153.8577 120960 60798 1 0 5898240 4423680 4423680 4426354 4492800 288 155 155 224 1725 0 0 0 0 24 0 0 0 0 0 +1492 1783781905367435400 DEPTH 33 1 0.71625284466661132 0.12020202020202017 1 7 1 7 0 0 196 13 2551 23664873 81600 871.56143188476562 5.8764000000000003 1218.268 120960 62075 1 0 5898240 4423680 4423680 4426473 4492800 314 152 166 188 1731 0 0 0 0 13 0 0 0 0 0 +1493 1783781906695700900 DEPTH 11 1 0.71584775569563686 0.12929292929292943 0 8 0 8 0 0 118 11 2548 23664797 81600 859.03684997558594 5.9075999999999995 1302.316 120960 60827 1 0 5898240 4423680 4423680 4426396 4492800 250 150 171 217 1760 0 0 0 0 11 0 0 0 0 0 +1494 1783781908012594500 DEPTH 52 1 0.71550589147856591 0.12020202020202017 1 7 1 7 1 0 127 17 2577 23664838 81600 859.80058288574219 5.8818999999999999 1289.8191999999999 120960 61578 1 0 5898240 4423680 4423680 4426438 4492800 936 156 302 376 807 0 0 0 0 17 0 0 0 0 1 +1495 1783781909360897300 DEPTH 46 1 0.78051219952490281 0.12929292929292943 0 8 0 8 1 0 334 19 2604 23664876 81600 864.97996520996094 5.8895 1278.1604 120960 59434 1 0 5898240 4423680 4423680 4426472 4492800 434 150 222 317 1481 3 0 0 0 16 1 0 0 0 0 +1496 1783781910728798200 DEPTH 48 1 0.7532802765556319 0.11111111111111109 2 6 2 6 0 0 199 42 2577 23664778 81600 863.34364318847656 5.8810000000000002 1315.0897 120960 63424 1 0 5898240 4423680 4423680 4426377 4492800 210 156 180 170 1861 0 0 0 0 42 0 0 0 0 0 +1497 1783781911997455700 DEPTH 31 1 0.72908269673925186 0.11111111111111109 2 6 2 6 0 0 167 12 2583 23664990 81600 865.95584106445312 5.9073000000000002 1267.4386999999999 120960 61349 1 0 5898240 4423680 4423680 4426587 4492800 426 150 175 423 1409 0 0 0 0 12 0 0 0 0 0 +1498 1783781913351786900 DEPTH 42 1 0.72346487553829775 0.11111111111111109 2 6 2 6 0 0 158 22 2625 23664840 81600 869.177490234375 5.9015000000000004 1330.6941999999999 120960 62859 1 0 5898240 4423680 4423680 4426439 4492800 201 150 228 172 1874 0 0 0 0 22 0 0 0 0 0 +1499 1783781914710360100 DEPTH 17 1 0.75430572754322534 0.018181818181818247 0 7 0 7 0 0 221 15 2520 23664874 81600 870.66522216796875 5.8862000000000005 1317.3088 120960 64959 1 0 5898240 4423680 4423680 4426473 4492800 236 156 187 267 1674 0 0 0 0 15 0 0 0 0 0 +1500 1783781916069996900 DEPTH 1 1 0.71164927264294264 0.12020202020202017 1 7 1 7 0 0 145 13 2606 23664795 81600 866.74227905273438 5.8744999999999994 1320.6312 120960 61996 1 0 5898240 4423680 4423680 4426395 4492800 387 150 257 292 1520 0 0 0 0 13 0 0 0 0 0 +1501 1783781917372861200 DEPTH 9 1 0.71911871057252863 0.11111111111111109 2 6 2 6 0 0 152 11 2620 23664885 81600 866.6983642578125 5.8919999999999995 1301.7156 120960 60969 1 0 5898240 4423680 4423680 4426484 4492800 774 150 222 556 918 0 0 0 0 11 0 0 0 0 0 +1502 1783781918684918000 DEPTH 30 1 0.68086740162035542 0.23131313131313144 1 8 1 8 0 0 160 18 2584 23664861 81600 864.889892578125 5.8912999999999993 1310.9393 120960 59882 1 0 5898240 4423680 4423680 4426458 4492800 453 150 233 484 1264 0 0 1 0 17 0 0 0 0 0 +1503 1783781919805700600 DEPTH 8 1 0.75369929387201651 0 2 5 2 5 0 0 240 15 2565 23664924 81600 875.00405883789062 5.8817999999999993 1119.6521 120960 54474 1 0 5898240 4423680 4423680 4426522 4492800 159 155 150 500 1601 0 0 0 0 15 0 0 0 0 0 +1504 1783781921101547600 DEPTH 56 1 0.75258312551462014 0 2 5 2 5 0 0 231 19 2558 23664848 81600 854.43992614746094 5.8758000000000008 1294.6057000000001 120960 53999 1 0 5898240 4423680 4423680 4426446 4492800 495 150 192 496 1225 0 0 0 0 19 0 0 0 0 0 +1505 1783781922380291600 DEPTH 13 1 0.74584926894041848 0.0090909090909090783 1 6 1 6 0 0 192 20 2492 23664789 81600 859.14317321777344 5.9059999999999997 1277.6008999999999 120960 53831 1 0 5898240 4423680 4423680 4426387 4492800 270 150 170 211 1691 0 0 0 0 20 0 0 0 0 0 +1506 1783781923419870400 DEPTH 28 1 0.68109386238517744 0.67575757575757578 1 12 1 12 1 0 162 33 2509 23664753 81600 863.03767395019531 5.8860000000000001 1038.3667 120960 63603 1 0 5898240 4423680 4423680 4426352 4492800 150 150 150 156 1903 0 0 0 0 33 0 0 0 0 1 +1507 1783781924722497100 DEPTH 44 1 0.68013190843696125 0.22222222222222218 2 7 2 7 0 0 181 18 2586 23664875 81600 866.84568786621094 5.8836000000000004 1301.3765000000001 120960 58930 1 0 5898240 4423680 4423680 4426473 4492800 203 156 150 172 1905 0 0 0 0 18 0 0 0 0 0 +1508 1783781925951679600 DEPTH 32 1 0.67977577834718805 0.23131313131313144 1 8 1 8 0 0 159 24 2569 23664791 81600 864.13212585449219 5.8844999999999992 1228.0154 120960 59692 1 0 5898240 4423680 4423680 4426390 4492800 282 150 238 276 1623 0 0 0 0 24 0 0 0 0 0 +1509 1783781927030707700 DEPTH 43 1 0.6796844719556776 0.76868686868686875 3 11 3 11 0 0 149 55 2598 23664894 81600 861.53334045410156 5.8658000000000001 1040.2076 120960 62679 1 0 5898240 4423680 4423680 4426493 4492800 355 150 377 199 1517 3 0 1 0 51 0 0 0 0 0 +1510 1783781928335701200 DEPTH 21 1 0.67958160405002244 0.35151515151515161 0 10 0 10 1 0 194 36 2546 23664807 81600 865.94662475585938 5.8864999999999998 1303.6929 120960 58422 1 0 5898240 4423680 4423680 4426407 4492800 213 150 168 217 1798 0 0 0 0 36 0 0 0 0 1 +1511 1783781929630783700 DEPTH 46 1 0.72249803380986144 0.12929292929292943 0 8 0 8 1 0 334 38 2605 23664807 81600 857.90028381347656 5.8847000000000005 1293.8667 120960 48549 1 0 5898240 4423680 4423680 4426407 4492800 392 150 215 341 1507 4 0 0 0 34 3 0 0 0 0 +1512 1783781930990375400 DEPTH 17 1 0.71554632650702399 0.018181818181818247 0 7 0 7 0 0 221 17 2515 23664909 81600 856.51252746582031 5.8934999999999995 1302.3036999999999 120960 53842 1 0 5898240 4423680 4423680 4426509 4492800 233 156 191 275 1660 0 0 0 0 17 0 0 0 0 0 +1513 1783781932329067200 DEPTH 41 1 0.68288360251940416 0.34242424242424252 1 9 1 9 0 0 115 25 2561 23664935 81600 860.48063659667969 5.8792999999999997 1276.4888000000001 120960 58627 1 0 5898240 4423680 4423680 4426534 4492800 601 156 156 159 1489 0 0 0 0 25 0 0 0 0 0 +1514 1783781933617492000 DEPTH 45 1 0.68259929341018544 0.22222222222222218 2 7 2 7 0 0 175 26 2607 23664923 81600 870.21165466308594 5.8923000000000005 1243.797 120960 59898 1 0 5898240 4423680 4423680 4426523 4492800 168 150 159 160 1970 0 0 0 0 26 0 0 0 0 0 +1515 1783781934883708200 DEPTH 53 1 0.72166758711698908 0.12929292929292943 0 8 0 8 0 0 169 30 2529 23664858 81600 858.03007507324219 5.8738000000000001 1239.8744999999999 120960 49444 1 0 5898240 4423680 4423680 4426456 4492800 233 156 169 162 1809 0 0 0 0 30 0 0 0 0 0 +1516 1783781935942776000 DEPTH 58 1 0.67881169241207251 0.77777777777777779 2 12 2 12 0 0 142 14 2584 23664877 81600 861.25236511230469 5.8738000000000001 1034.759 120960 59520 1 0 5898240 4423680 4423680 4426475 4492800 158 150 150 161 1965 0 0 0 0 14 0 0 0 0 0 +1517 1783781937014211700 DEPTH 18 1 0.67869921457928595 1 2 14 2 14 1 0 137 50 2565 23664848 81600 863.23207092285156 5.8769999999999998 1036.6166000000001 120960 63699 1 0 5898240 4423680 4423680 4426448 4492800 158 150 182 185 1890 0 0 0 0 50 0 0 0 0 1 +1518 1783781938207459700 DEPTH 39 1 0.67861647966090355 0.43535353535353549 3 8 3 8 0 0 191 39 2615 23664886 81600 864.14326477050781 5.8948 1192.1017999999999 120960 56292 1 0 5898240 4423680 4423680 4426483 4492800 154 150 155 152 2004 0 0 0 0 39 0 0 0 0 0 +1519 1783781938434191200 REFRESH 42 0 0.68286629307390601 0.11111111111111109 2 6 2 6 0 0 158 6 427 3943909 55200 151.78956604003906 0.97699999999999998 225.5318 20160 12715 0 0 983040 737280 737280 737509 748800 123 25 86 85 108 0 0 0 0 6 0 0 0 0 0 +1520 1783781938671811600 REFRESH 52 0 0.7171566741532337 0.12020202020202017 1 7 1 7 0 0 127 0 430 3943908 55200 150.51161193847656 0.9798 220.99090000000001 20160 13350 0 0 983040 737280 737280 737508 748800 188 26 63 70 83 0 0 0 0 0 0 0 0 0 0 +1521 1783781938872506900 REFRESH 3 0 0.67406299798528191 0.44444444444444453 2 9 2 9 0 0 155 7 417 3943903 55200 149.95968627929688 0.97999999999999998 184.84270000000001 20160 12459 0 0 983040 737280 737280 737503 748800 145 26 47 36 163 0 0 0 0 7 0 0 0 0 0 +1522 1783781939067232400 REFRESH 37 0 0.67464638823618295 0.67575757575757578 1 12 1 12 0 0 151 8 415 3943911 55200 150.53721618652344 0.99509999999999998 179.20330000000001 20160 12685 0 0 983040 737280 737280 737510 748800 40 26 30 68 251 0 0 1 0 7 0 0 0 0 0 +1523 1783781939257101800 REFRESH 16 0 0.71872902113896731 0.11111111111111109 2 6 2 6 0 0 208 2 416 3943925 55200 152.11724853515625 0.97709999999999997 188.6671 20160 12737 0 0 983040 737280 737280 737525 748800 157 26 27 95 111 0 0 0 0 2 0 0 0 0 0 +1524 1783781939511982100 REFRESH 36 0 0.67715819820101064 0.6575757575757577 3 10 3 10 0 0 137 10 423 3943920 55200 150.64169311523438 0.97970000000000002 180.6362 20160 12098 0 0 983040 737280 737280 737520 748800 128 25 25 34 211 0 0 0 0 10 0 0 0 0 0 +1525 1783781939729487400 REFRESH 1 0 0.71282021055404421 0.12020202020202017 1 7 1 7 0 0 145 2 427 3943921 55200 152.14285278320312 0.9839 216.10679999999999 20160 12856 0 0 983040 737280 737280 737521 748800 125 25 70 101 106 0 0 0 0 2 0 0 0 0 0 +1526 1783781939930934300 REFRESH 6 0 0.66266238577987546 0.76868686868686875 3 11 3 11 0 0 127 5 416 3943899 55200 149.46304321289062 0.98260000000000003 177.56270000000001 20160 12585 0 0 983040 737280 737280 737499 748800 32 25 38 45 276 0 0 0 0 5 0 0 0 0 0 +1527 1783781940127577400 REFRESH 51 0 0.67572484096628016 0.76868686868686875 3 11 3 11 0 0 123 8 418 3943922 55200 151.08403015136719 0.98540000000000005 181.29249999999999 20160 12286 0 0 983040 737280 737280 737522 748800 101 25 84 47 161 0 0 0 0 8 0 0 0 0 0 +1528 1783781940323159100 REFRESH 49 0 0.67370842380259921 0.6575757575757577 3 10 3 10 0 0 142 4 415 3943939 55200 150.62118530273438 0.97950000000000004 180.22120000000001 20160 11966 0 0 983040 737280 737280 737539 748800 112 26 33 39 205 0 0 0 0 4 0 0 0 0 0 +1529 1783781940523083600 REFRESH 13 0 0.8268815753357377 0.0090909090909090783 1 6 1 6 0 0 192 3 416 3943901 55200 152.28314208984375 0.98109999999999997 198.80629999999999 20160 13598 0 0 983040 737280 737280 737501 748800 163 26 70 64 93 0 0 0 0 3 0 0 0 0 0 +1530 1783781940769090800 REFRESH 50 0 0.67638838560063763 0.44444444444444453 2 9 2 9 0 0 148 3 418 3943896 55200 150.3426513671875 0.98160000000000003 185.5847 20160 12867 0 0 983040 737280 737280 737496 748800 95 26 29 45 223 0 0 0 0 3 0 0 0 0 0 +1531 1783781940958372100 REFRESH 45 0 0.60201025970305322 0.22222222222222218 2 7 2 7 0 0 175 11 422 3943906 55200 151.8182373046875 0.98089999999999999 188.04689999999999 20160 12616 0 0 983040 737280 737280 737505 748800 107 25 40 56 194 0 0 0 0 11 0 0 0 0 0 +1532 1783781941193107200 REFRESH 17 0 0.78658529409307798 0.018181818181818247 0 7 0 7 0 0 221 3 415 3943913 55200 152.9149169921875 0.98089999999999999 233.19280000000001 20160 13358 0 0 983040 737280 737280 737513 748800 104 26 61 110 114 0 0 0 0 3 0 0 0 0 0 +1533 1783781941374957900 REFRESH 28 0 0.67891270770212353 0.67575757575757578 1 12 1 12 1 0 162 5 398 3943910 55200 150.61503601074219 0.98080000000000001 180.61179999999999 20160 12004 0 0 983040 737280 737280 737510 748800 29 26 31 30 282 0 0 0 0 5 0 0 0 0 1 +1534 1783781941582140800 REFRESH 12 0 0.67535243856000426 0.43535353535353549 3 8 3 8 0 0 208 6 413 3943902 55200 151.942138671875 0.98180000000000001 181.6317 20160 12230 0 0 983040 737280 737280 737502 748800 155 26 33 71 128 0 0 0 0 6 0 0 0 0 0 +1535 1783781941762861900 REFRESH 43 0 0.67653805716654902 0.76868686868686875 3 11 3 11 0 0 149 10 426 3943910 55200 150.78297424316406 0.98109999999999997 179.52420000000001 20160 13242 0 0 983040 737280 737280 737510 748800 121 25 113 50 117 0 0 0 0 10 0 0 0 0 0 +1536 1783781941955741100 REFRESH 53 0 0.68162478217727607 0.12929292929292943 0 8 0 8 0 0 169 4 417 3943917 55200 151.32672119140625 0.98209999999999997 191.3416 20160 12963 0 0 983040 737280 737280 737517 748800 159 27 41 35 155 0 0 0 0 4 0 0 0 0 0 +1537 1783781942146674900 REFRESH 8 0 0.84388211760907517 0 2 5 2 5 0 0 240 4 416 3943908 55200 153.61946105957031 0.98509999999999998 189.82419999999999 20160 13565 0 0 983040 737280 737280 737508 748800 62 27 79 126 122 0 0 0 0 4 0 0 0 0 0 +1538 1783781942328885300 REFRESH 18 0 0.63605930050150405 1 2 14 2 14 0 0 137 4 420 3943914 55200 151.14649963378906 0.98699999999999999 181.08359999999999 20160 11939 0 0 983040 737280 737280 737513 748800 58 26 87 42 207 0 0 0 0 4 0 0 0 0 0 +1539 1783781942535292700 REFRESH 41 0 0.68090646443947955 0.34242424242424252 1 9 1 9 0 0 115 3 415 3943908 55200 150.48825073242188 0.98429999999999995 205.26300000000001 20160 12895 0 0 983040 737280 737280 737508 748800 209 26 27 33 120 0 0 0 0 3 0 0 0 0 0 +1540 1783781942737957600 REFRESH 5 0 0.67369470653525521 0.66666666666666674 2 11 2 11 0 0 100 4 415 3943902 55200 149.48045349121094 0.9849 178.56370000000001 20160 12728 0 0 983040 737280 737280 737502 748800 59 26 36 140 154 0 0 0 1 3 0 0 0 0 0 +1541 1783781942934761400 REFRESH 25 0 0.67038117160279598 0.76868686868686875 3 11 3 11 0 0 131 4 416 3943906 55200 151.37484741210938 0.9798 181.51300000000001 20160 13666 0 0 983040 737280 737280 737506 748800 38 25 41 26 286 0 0 0 0 4 0 0 0 0 0 +1542 1783781943132910300 REFRESH 55 0 0.67762892025881705 0.67575757575757578 1 12 1 12 0 0 166 7 416 3943892 55200 151.69331359863281 0.98119999999999996 182.46889999999999 20160 11910 0 0 983040 737280 737280 737492 748800 113 26 25 27 225 0 0 0 0 7 0 0 0 0 0 +1543 1783781943329193900 REFRESH 22 0 0.67424491817029153 0.76868686868686875 3 11 3 11 0 0 153 4 416 3943919 55200 151.61138916015625 0.98280000000000001 181.01750000000001 20160 11893 0 0 983040 737280 737280 737519 748800 90 26 48 35 217 0 0 0 0 4 0 0 0 0 0 +1544 1783781943514411900 REFRESH 39 0 0.67677062004744459 0.43535353535353549 3 8 3 8 0 0 191 10 417 3943909 55200 151.10246276855469 0.97929999999999995 184.04400000000001 20160 11988 0 0 983040 737280 737280 737508 748800 30 25 46 29 287 0 0 0 0 10 0 0 0 0 0 +1545 1783781943708860100 REFRESH 57 0 0.6713390754204116 0.77777777777777779 2 12 2 12 0 0 153 6 405 3943907 55200 150.29350280761719 0.98119999999999996 179.68430000000001 20160 12016 0 0 983040 737280 737280 737507 748800 92 26 34 32 221 0 0 0 0 6 0 0 0 0 0 +1546 1783781943922032500 REFRESH 2 0 0.67723345498224785 0.33333333333333343 2 8 2 8 0 0 156 3 420 3943941 55200 150.59356689453125 0.98160000000000003 197.4599 20160 11961 0 0 983040 737280 737280 737541 748800 108 25 44 47 196 0 0 0 0 3 0 0 0 0 0 +1547 1783781944119641000 REFRESH 15 0 0.67469281094734523 0.76868686868686875 3 11 3 11 0 0 110 7 416 3943888 55200 151.97491455078125 0.98570000000000002 181.2501 20160 13630 0 0 983040 737280 737280 737487 748800 30 26 41 48 271 0 0 0 0 7 0 0 0 0 0 +1548 1783781944314749900 REFRESH 40 0 0.67406728178822528 0.67575757575757578 1 12 1 12 0 0 146 8 419 3943925 55200 150.44915771484375 0.98009999999999997 179.30029999999999 20160 12670 0 0 983040 737280 737280 737524 748800 82 25 31 50 231 0 0 0 0 8 0 0 0 0 0 +1549 1783781944507947000 REFRESH 34 0 0.67596324661693652 0.78686868686868705 1 13 1 13 0 0 117 3 421 3943919 55200 150.28530883789062 0.98519999999999996 177.81559999999999 20160 12536 0 0 983040 737280 737280 737519 748800 36 25 34 57 269 0 0 0 0 3 0 0 0 0 0 +1550 1783781944786324300 REFRESH 54 0 0.67841579565695298 0.23131313131313144 1 8 1 8 1 0 137 7 422 3943892 55200 150.53004455566406 0.98650000000000004 222.2773 20160 12590 0 0 983040 737280 737280 737491 748800 169 25 58 81 89 0 0 0 0 7 0 0 0 0 1 +1551 1783781944982161600 REFRESH 10 0 0.67331836461793371 0.45353535353535362 1 10 1 10 0 0 131 6 419 3943898 55200 150.27507019042969 0.97760000000000002 180.68879999999999 20160 12333 0 0 983040 737280 737280 737498 748800 125 25 34 35 200 0 0 0 0 6 0 0 0 0 0 +1552 1783781945201011000 REFRESH 48 0 0.75934370115042849 0.11111111111111109 2 6 2 6 0 0 199 6 419 3943927 55200 151.73017883300781 0.98280000000000001 217.64599999999999 20160 13032 0 0 983040 737280 737280 737527 748800 92 26 52 44 205 0 0 0 0 6 0 0 0 0 0 +1553 1783781945406122600 REFRESH 19 0 0.67317976010468417 0.66666666666666674 2 11 2 11 0 0 142 7 421 3943910 55200 151.55711364746094 0.97999999999999998 180.10429999999999 20160 11982 0 0 983040 737280 737280 737510 748800 71 26 29 41 254 0 0 0 0 7 0 0 0 0 0 +1554 1783781945601071600 REFRESH 38 0 0.67587085795400093 0.55555555555555558 2 10 2 10 0 0 130 9 416 3943894 55200 150.44505310058594 0.98450000000000004 179.9777 20160 12392 0 0 983040 737280 737280 737494 748800 123 26 68 64 135 0 0 1 0 8 0 0 0 0 0 +1555 1783781945806128400 REFRESH 21 0 0.67882744937691353 0.35151515151515161 0 10 0 10 0 0 194 7 414 3943906 55200 151.34002685546875 0.97999999999999998 203.49340000000001 20160 12269 0 0 983040 737280 737280 737506 748800 99 26 41 64 184 0 0 0 0 7 0 0 0 0 0 +1556 1783781946011872700 REFRESH 35 0 0.6760741704304819 0.66666666666666674 2 11 2 11 0 0 179 7 418 3943921 55200 150.97856140136719 0.97860000000000003 181.1679 20160 11872 0 0 983040 737280 737280 737521 748800 65 26 33 87 207 0 0 0 0 7 0 0 0 0 0 +1557 1783781946259524100 REFRESH 56 0 0.84300691755133794 0 2 5 2 5 0 0 231 2 414 3943895 55200 151.39430236816406 0.98150000000000004 223.19040000000001 20160 13227 0 0 983040 737280 737280 737495 748800 126 26 47 117 98 0 0 0 0 2 0 0 0 0 0 +1558 1783781946485149500 REFRESH 11 0 0.71711438527585591 0.12929292929292943 0 8 0 8 0 0 118 3 416 3943894 55200 150.33753967285156 0.97960000000000003 224.4434 20160 13245 0 0 983040 737280 737280 737494 748800 102 25 46 60 183 0 0 0 0 3 0 0 0 0 0 +1559 1783781946675796900 REFRESH 32 0 0.67974493442590522 0.23131313131313144 1 8 1 8 0 0 160 8 420 3943909 55200 150.90701293945312 0.98140000000000005 189.47450000000001 20160 12544 0 0 983040 737280 737280 737509 748800 111 26 102 83 98 0 0 0 0 8 0 0 0 0 0 +1560 1783781946883866300 REFRESH 30 0 0.68078142316578738 0.23131313131313144 1 8 1 8 0 0 160 7 429 3943897 55200 151.41477966308594 0.98080000000000001 206.9203 20160 12500 0 0 983040 737280 737280 737496 748800 116 25 49 129 110 0 0 0 0 7 0 0 0 0 0 +1561 1783781947077970900 REFRESH 33 0 0.71711981276381953 0.12020202020202017 1 7 1 7 0 0 196 3 422 3943923 55200 152.72755432128906 0.98070000000000002 192.6387 20160 12779 0 0 983040 737280 737280 737523 748800 105 26 48 47 196 0 0 0 0 3 0 0 0 0 0 +1562 1783781947274133500 REFRESH 24 0 0.67075280974966356 0.87070707070707098 4 11 4 11 0 0 157 6 416 3943891 55200 151.22125244140625 0.98719999999999997 181.23400000000001 20160 13710 0 0 983040 737280 737280 737491 748800 39 26 28 27 296 0 0 0 0 6 0 0 0 0 0 +1563 1783781947498951200 REFRESH 44 0 0.68010568392745074 0.22222222222222218 2 7 2 7 0 0 181 10 424 3943924 55200 151.93907165527344 0.97570000000000001 223.64519999999999 20160 12314 0 0 983040 737280 737280 737524 748800 56 26 30 43 269 0 0 0 0 10 0 0 0 0 0 +1564 1783781947704342600 REFRESH 20 0 0.67376164539472594 0.66666666666666674 2 11 2 11 0 0 138 5 417 3943902 55200 150.82496643066406 0.98109999999999997 179.2937 20160 11887 0 0 983040 737280 737280 737502 748800 56 26 52 91 192 0 0 0 0 5 0 0 0 0 0 +1565 1783781947898999700 REFRESH 4 0 0.65775903047000606 0.78686868686868705 1 13 1 13 0 0 70 3 417 3943910 55200 149.48045349121094 0.98409999999999997 179.1996 20160 13613 0 0 983040 737280 737280 737510 748800 27 26 34 31 299 0 0 0 0 3 0 0 0 0 0 +1566 1783781948093365800 REFRESH 0 0 0.6765705350652319 0.67575757575757578 1 12 1 12 0 0 104 5 422 3943868 55200 150.09178161621094 0.98319999999999996 178.5615 20160 13604 0 0 983040 737280 737280 737468 748800 49 25 25 29 294 0 0 0 0 5 0 0 0 0 0 +1567 1783781948290242600 REFRESH 7 0 0.67474062045831751 0.67575757575757578 1 12 1 12 0 0 148 7 417 3943898 55200 151.19171142578125 0.99250000000000005 182.09350000000001 20160 11889 0 0 983040 737280 737280 737498 748800 49 26 42 40 260 0 0 0 0 7 0 0 0 0 0 +1568 1783781948483744600 REFRESH 27 0 0.67879368380966321 0.7959595959595962 0 14 0 14 0 0 169 4 411 3943914 55200 150.076416015625 0.98050000000000004 179.17930000000001 20160 12625 0 0 983040 737280 737280 737514 748800 76 26 39 27 243 0 0 0 0 4 0 0 0 0 0 +1569 1783781948687847000 REFRESH 46 0 0.80538333861323275 0.12929292929292943 0 8 0 8 0 0 334 3 422 3943918 55200 150.71437072753906 0.98250000000000004 202.8202 20160 12597 0 0 983040 737280 737280 737518 748800 121 25 63 67 146 0 0 0 0 3 0 0 0 0 0 +1570 1783781948882691000 REFRESH 47 0 0.67817785125707619 0.66666666666666674 2 11 2 11 0 0 121 5 419 3943916 55200 150.93350219726562 0.98399999999999999 179.86109999999999 20160 12611 0 0 983040 737280 737280 737516 748800 29 26 34 30 300 0 0 0 0 5 0 0 0 0 0 +1571 1783781949079183400 REFRESH 23 0 0.67442057305897418 0.99090909090909129 3 13 3 13 0 0 130 5 409 3943898 55200 151.52128601074219 0.97989999999999999 181.3443 20160 13532 0 0 983040 737280 737280 737498 748800 88 26 30 27 238 0 0 0 0 5 0 0 0 0 0 +1572 1783781949296200700 REFRESH 31 0 0.72890967685348851 0.11111111111111109 2 6 2 6 0 0 167 6 421 3943902 55200 150.71641540527344 0.98060000000000003 201.25970000000001 20160 12989 0 0 983040 737280 737280 737502 748800 80 25 34 136 146 0 0 0 0 6 0 0 0 0 0 +1573 1783781949499801700 REFRESH 14 0 0.67652744311157909 0.57373737373737377 0 12 0 12 0 0 131 4 417 3943907 55200 150.43379211425781 1.0471999999999999 187.9991 20160 12003 0 0 983040 737280 737280 737507 748800 77 25 31 26 258 0 0 0 0 4 0 0 0 0 0 +1574 1783781949679711800 REFRESH 58 0 0.6763601088758574 0.77777777777777779 2 12 2 12 0 0 142 9 406 3943921 55200 149.97503662109375 0.98129999999999995 178.63730000000001 20160 12276 0 0 983040 737280 737280 737521 748800 52 26 26 31 271 0 0 0 0 9 0 0 0 0 0 +1575 1783781949900251900 REFRESH 9 0 0.72013409836354658 0.11111111111111109 2 6 2 6 0 0 152 6 432 3943903 55200 152.24832153320312 0.97770000000000001 219.43219999999999 20160 13053 0 0 983040 737280 737280 737502 748800 169 25 39 100 99 0 0 0 0 6 0 0 0 0 0 +1576 1783781950110353900 REFRESH 29 0 0.67709745413406863 0.67575757575757578 1 12 1 12 1 0 142 9 412 3943912 55200 150.60275268554688 1.071 185.4674 20160 11975 0 0 983040 737280 737280 737512 748800 66 25 31 77 213 0 0 0 0 9 0 0 0 0 1 +1577 1783781950305106000 REFRESH 26 0 0.6708657708807233 0.67575757575757578 1 12 1 12 0 0 113 8 424 3943895 55200 150.24742126464844 0.98329999999999995 179.5581 20160 12612 0 0 983040 737280 737280 737495 748800 43 26 26 58 271 0 0 0 0 8 0 0 0 0 0 +1578 1783781951417706100 DEPTH 8 1 0.83798075886112733 0 2 5 2 5 0 0 240 23 2571 23664770 81600 873.03384399414062 5.8827000000000007 1111.4400000000001 120960 66093 1 0 5898240 4423680 4423680 4426369 4492800 162 156 150 455 1648 0 0 0 0 23 0 0 0 0 0 +1579 1783781952709125700 DEPTH 13 1 0.83086675462114323 0.0090909090909090783 1 6 1 6 0 0 192 22 2494 23664762 81600 863.76472473144531 5.8879000000000001 1290.2891 120960 65546 1 0 5898240 4423680 4423680 4426361 4492800 302 150 170 195 1677 0 0 0 0 22 0 0 0 0 0 +1580 1783781954014740700 DEPTH 17 1 0.83058814789580404 0.018181818181818247 0 7 0 7 0 0 221 20 2527 23664827 81600 863.29251098632812 5.8796000000000008 1304.4780000000001 120960 65222 1 0 5898240 4423680 4423680 4426426 4492800 227 156 192 269 1683 0 0 0 0 20 0 0 0 0 0 +1581 1783781955323205800 DEPTH 56 1 0.82509084177055714 0 2 5 2 5 0 0 231 10 2563 23664941 81600 864.84378051757812 5.8703000000000003 1307.2052000000001 120960 64626 1 0 5898240 4423680 4423680 4426540 4492800 497 150 193 506 1217 0 0 0 0 10 0 0 0 0 0 +1582 1783781956658414800 DEPTH 48 1 0.75144126343462592 0.11111111111111109 2 6 2 6 0 0 200 48 2574 23664855 81600 866.39016723632812 5.9341000000000008 1333.9861000000001 120960 62802 1 0 5898240 4423680 4423680 4426455 4492800 215 156 178 173 1852 0 0 0 0 48 0 0 0 0 0 +1583 1783781958020171500 DEPTH 42 1 0.71849241074832759 0.11111111111111109 2 6 2 6 0 0 158 21 2630 23664764 81600 871.12702941894531 5.8991000000000007 1319.9926 120960 63543 1 0 5898240 4423680 4423680 4426363 4492800 202 150 240 175 1863 0 0 0 0 21 0 0 0 0 0 +1584 1783781959264654100 DEPTH 53 1 0.7156241277260339 0.12929292929292943 0 8 0 8 0 0 169 24 2519 23664834 81600 864.94206237792969 5.8773 1243.2608 120960 61661 1 0 5898240 4423680 4423680 4426434 4492800 229 156 168 163 1803 0 0 0 0 24 0 0 0 0 0 +1585 1783781960415226100 DEPTH 16 1 0.71130762520644997 0.11111111111111109 2 6 2 6 0 0 208 18 2546 23664829 81600 871.56533813476562 5.8765999999999998 1149.4273000000001 120960 61672 1 0 5898240 4423680 4423680 4426428 4492800 311 155 155 240 1685 0 0 0 0 18 0 0 0 0 0 +1586 1783781961758355400 DEPTH 46 1 0.71096264372121398 0.12929292929292943 0 8 0 8 1 0 335 34 2606 23664825 81600 867.96389770507812 5.8704999999999998 1284.0661 120960 60782 1 0 5898240 4423680 4423680 4426422 4492800 442 150 238 329 1447 1 0 0 0 33 0 0 0 0 1 +1587 1783781963119368700 DEPTH 11 1 0.71080632111112074 0.12929292929292943 0 8 0 8 0 0 118 8 2527 23664865 81600 858.55332946777344 5.8761000000000001 1298.1791000000001 120960 62328 1 0 5898240 4423680 4423680 4426463 4492800 245 150 171 209 1752 0 0 0 0 8 0 0 0 0 0 +1588 1783781964389883100 DEPTH 33 1 0.71042198025619741 0.12020202020202017 1 7 1 7 0 0 196 18 2537 23664813 81600 870.57139587402344 5.8759999999999994 1222.1366 120960 62512 1 0 5898240 4423680 4423680 4426413 4492800 313 153 167 188 1716 0 0 0 0 18 0 0 0 0 0 +1589 1783781965698331500 DEPTH 52 1 0.7081388341160848 0.12020202020202017 1 7 1 7 0 0 127 14 2591 23664827 81600 858.48677062988281 5.8969999999999994 1286.1023 120960 63703 1 0 5898240 4423680 4423680 4426424 4492800 881 156 315 447 792 0 0 0 0 14 0 0 0 0 0 +1590 1783781967067468200 DEPTH 1 1 0.70601392920331063 0.12020202020202017 1 7 1 7 0 0 145 10 2609 23664833 81600 865.55545043945312 5.8842000000000008 1320.1495 120960 62277 1 0 5898240 4423680 4423680 4426433 4492800 387 150 256 322 1494 0 0 0 0 10 0 0 0 0 0 +1591 1783781968317694400 DEPTH 45 1 0.68163857714785014 0.22222222222222218 2 7 2 7 0 0 175 35 2616 23664792 81600 869.19065856933594 5.8746999999999998 1248.9371000000001 120960 60207 1 0 5898240 4423680 4423680 4426392 4492800 164 150 155 160 1987 0 0 0 0 35 0 0 0 0 0 +1592 1783781969638180500 DEPTH 32 1 0.67740061116382599 0.23131313131313144 1 8 1 8 0 0 160 25 2557 23664889 81600 865.62611389160156 5.8841000000000001 1244.9128000000001 120960 61309 1 0 5898240 4423680 4423680 4426488 4492800 263 150 226 258 1660 0 0 0 0 25 0 0 0 0 0 +1593 1783781970990290500 DEPTH 30 1 0.67733403620537147 0.23131313131313144 1 8 1 8 0 0 160 23 2593 23664818 81600 864.91751098632812 5.9093 1302.6523 120960 60626 1 0 5898240 4423680 4423680 4426415 4492800 445 150 228 530 1240 0 0 4 0 19 0 0 0 0 0 +1594 1783781972096189300 DEPTH 8 1 0.74839951725574727 0 2 5 2 5 0 0 243 17 2572 23664833 81600 867.48979187011719 5.8786000000000005 1104.2755999999999 120960 55572 1 0 5898240 4423680 4423680 4426431 4492800 157 156 150 498 1611 0 0 0 0 17 0 0 0 0 0 +1595 1783781973379900400 DEPTH 13 1 0.74212408766074367 0.0090909090909090783 1 6 1 6 1 0 192 22 2495 23664838 81600 857.3255615234375 5.9111000000000002 1282.5014000000001 120960 54175 1 0 5898240 4423680 4423680 4426437 4492800 292 150 170 207 1676 0 0 0 0 22 0 0 0 0 1 +1596 1783781974681179000 DEPTH 17 1 0.74187390159775746 0.018181818181818247 0 7 0 7 0 0 224 20 2520 23664829 81600 857.7177734375 5.8790999999999993 1300.1491000000001 120960 53859 1 0 5898240 4423680 4423680 4426426 4492800 227 156 184 306 1647 0 0 0 0 20 0 0 0 0 0 +1597 1783781976001442300 DEPTH 56 1 0.74580026105186936 0 2 5 2 5 0 0 231 15 2573 23664946 81600 855.82154846191406 5.8867999999999991 1299.2588000000001 120960 53311 1 0 5898240 4423680 4423680 4426544 4492800 469 150 192 567 1195 0 0 0 0 15 0 0 0 0 0 +1598 1783781977280775400 DEPTH 31 1 0.72421720271073209 0.11111111111111109 2 6 2 6 0 0 167 7 2591 23664877 81600 864.07887268066406 5.8975999999999997 1278.1665 120960 62307 1 0 5898240 4423680 4423680 4426472 4492800 424 150 176 438 1403 0 0 0 0 7 0 0 0 0 0 +1599 1783781978587943900 DEPTH 44 1 0.67975133986283887 0.22222222222222218 2 7 2 7 0 0 181 21 2584 23664754 81600 866.80685424804688 5.8897000000000004 1305.9372000000001 120960 60328 1 0 5898240 4423680 4423680 4426351 4492800 203 156 150 172 1903 0 0 0 0 21 0 0 0 0 0 +1600 1783781979928264800 DEPTH 54 1 0.67601559710700454 0.23131313131313144 1 8 1 8 1 0 137 12 2592 23664931 81600 862.01856994628906 5.8761000000000001 1299.6157000000001 120960 60223 1 0 5898240 4423680 4423680 4426528 4492800 431 150 238 297 1476 0 0 0 0 12 0 0 0 0 1 +1601 1783781981136457900 DEPTH 39 1 0.67515589695475775 0.43535353535353549 3 8 3 8 0 0 192 31 2626 23664942 81600 861.13482666015625 5.8607999999999993 1207.0148999999999 120960 56626 1 0 5898240 4423680 4423680 4426541 4492800 150 150 153 150 2023 0 0 0 0 31 0 0 0 0 0 +1602 1783781982439151900 DEPTH 9 1 0.71651858774732669 0.11111111111111109 2 6 2 6 0 0 152 8 2622 23664854 81600 870.27717590332031 5.8608999999999991 1301.5911000000001 120960 62487 1 0 5898240 4423680 4423680 4426454 4492800 791 150 225 546 910 0 0 0 0 8 0 0 0 0 0 +1603 1783781983737824600 DEPTH 48 1 0.70809711511968254 0.11111111111111109 2 6 2 6 0 0 202 43 2569 23664814 81600 857.43331909179688 5.8833000000000002 1297.4423999999999 120960 51884 1 0 5898240 4423680 4423680 4426413 4492800 212 155 174 173 1855 0 0 0 0 43 0 0 0 0 0 +1604 1783781985027348700 DEPTH 46 1 0.71480017130384232 0.12929292929292943 0 8 0 8 1 0 335 21 2619 23664842 81600 858.95576477050781 5.8878000000000004 1288.2809 120960 49572 1 0 5898240 4423680 4423680 4426437 4492800 418 150 241 397 1413 0 0 0 1 20 0 0 0 0 1 +1605 1783781986086853400 DEPTH 36 1 0.67506898383398684 0.6575757575757577 3 10 3 10 0 0 137 24 2582 23664764 81600 866.59481811523438 5.8857999999999997 1043.2455 120960 57423 1 0 5898240 4423680 4423680 4426364 4492800 338 150 150 171 1773 0 0 0 0 24 0 0 0 0 0 +1606 1783781987379532500 DEPTH 21 1 0.67496636783521125 0.35151515151515161 0 10 0 10 1 0 194 33 2552 23664862 81600 864.6656494140625 5.8752000000000004 1291.5512000000001 120960 58541 1 0 5898240 4423680 4423680 4426462 4492800 228 150 173 242 1759 0 0 0 0 33 0 0 0 0 1 +1607 1783781988460143900 DEPTH 43 1 0.6738943169400109 0.76868686868686875 3 11 3 11 0 0 150 55 2601 23664833 81600 861.65269470214844 5.8917000000000002 1042.0585000000001 120960 63384 1 0 5898240 4423680 4423680 4426433 4492800 421 150 372 206 1452 0 0 1 0 54 0 0 0 0 0 +1608 1783781989520510300 DEPTH 29 1 0.67385122009932186 0.67575757575757578 1 12 1 12 0 0 142 27 2561 23664736 81600 861.88336181640625 5.8676000000000004 1035.8212000000001 120960 56628 1 0 5898240 4423680 4423680 4426336 4492800 163 150 156 377 1715 0 0 0 0 27 0 0 0 0 0 +1609 1783781990579329400 DEPTH 38 1 0.67367056508708401 0.55555555555555558 2 10 2 10 0 0 130 52 2541 23664828 81600 860.24497985839844 5.8718999999999992 1033.8041000000001 120960 58877 1 0 5898240 4423680 4423680 4426426 4492800 216 156 243 173 1753 0 0 2 0 50 0 0 0 0 0 +1610 1783781990774431300 REFRESH 47 0 0.6714647957493447 0.66666666666666674 2 11 2 11 0 0 122 10 420 3943903 55200 150.93565368652344 0.9829 179.58150000000001 20160 12496 0 0 983040 737280 737280 737503 748800 30 26 36 29 299 0 0 0 0 10 0 0 0 0 0 +1611 1783781990969303100 REFRESH 55 0 0.67266770222773919 0.67575757575757578 1 12 1 12 0 0 167 7 418 3943928 55200 150.97549438476562 0.97909999999999997 180.72130000000001 20160 11890 0 0 983040 737280 737280 737528 748800 122 26 25 27 218 0 0 0 0 7 0 0 0 0 0 +1612 1783781991195432100 REFRESH 11 0 0.70992549223819101 0.12929292929292943 0 8 0 8 0 0 118 4 419 3943931 55200 150.67033386230469 0.98650000000000004 225.02189999999999 20160 13256 0 0 983040 737280 737280 737531 748800 111 25 49 59 175 0 0 0 0 4 0 0 0 0 0 +1613 1783781991385348700 REFRESH 16 0 0.71221280441366086 0.11111111111111109 2 6 2 6 0 0 208 4 415 3943897 55200 152.08755493164062 0.98109999999999997 188.77879999999999 20160 12842 0 0 983040 737280 737280 737496 748800 170 26 27 103 89 0 0 0 0 4 0 0 0 0 0 +1614 1783781991590249300 REFRESH 40 0 0.67043621947735432 0.67575757575757578 1 12 1 12 1 0 146 12 419 3943920 55200 150.46041870117188 0.98109999999999997 179.95949999999999 20160 12515 0 0 983040 737280 737280 737519 748800 101 25 31 64 198 0 0 0 0 12 0 0 0 0 1 +1615 1783781991831184500 REFRESH 19 0 0.66832141900582964 0.66666666666666674 2 11 2 11 0 0 142 11 418 3943901 55200 151.05946350097656 0.98060000000000003 179.58789999999999 20160 12162 0 0 983040 737280 737280 737501 748800 61 26 28 42 261 0 0 0 0 11 0 0 0 0 0 +1616 1783781992024543200 REFRESH 4 0 0.65095155002420357 0.78686868686868705 1 13 1 13 0 0 70 4 418 3943921 55200 149.3729248046875 0.9788 177.30709999999999 20160 13397 0 0 983040 737280 737280 737521 748800 38 26 46 77 231 0 0 0 0 4 0 0 0 0 0 +1617 1783781992221637500 REFRESH 51 0 0.67133003571779903 0.76868686868686875 3 11 3 11 0 0 124 8 419 3943918 55200 151.32365417480469 0.98329999999999995 180.7834 20160 12284 0 0 983040 737280 737280 737518 748800 106 25 89 48 151 0 0 0 0 8 0 0 0 0 0 +1618 1783781992402710500 REFRESH 36 0 0.5523229730200907 0.6575757575757577 3 10 3 10 0 0 137 12 420 3943922 55200 150.30067443847656 1.0035000000000001 179.9109 20160 11993 0 0 983040 737280 737280 737522 748800 142 25 26 36 191 0 0 0 0 12 0 0 0 0 0 +1619 1783781992598223700 REFRESH 33 0 0.71125845070376026 0.12020202020202017 1 7 1 7 0 0 196 2 417 3943948 55200 153.06547546386719 0.9829 193.93989999999999 20160 12882 0 0 983040 737280 737280 737548 748800 117 26 64 51 159 0 0 0 0 2 0 0 0 0 0 +1620 1783781992826115800 REFRESH 42 0 0.71821171163811215 0.11111111111111109 2 6 2 6 0 0 159 8 426 3943919 55200 153.08799743652344 0.98299999999999998 226.37100000000001 20160 13503 0 0 983040 737280 737280 737517 748800 115 25 81 80 125 0 0 0 0 8 0 0 0 0 0 +1621 1783781993033519400 REFRESH 41 0 0.67239163553183179 0.34242424242424252 1 9 1 9 0 0 115 6 420 3943894 55200 150.84646606445312 0.98050000000000004 206.16069999999999 20160 12822 0 0 983040 737280 737280 737493 748800 203 26 28 31 132 0 0 0 0 6 0 0 0 0 0 +1622 1783781993293409200 REFRESH 37 0 0.67186278613010253 0.67575757575757578 1 12 1 12 0 0 151 8 417 3943926 55200 150.64175415039062 0.98309999999999997 182.4581 20160 12563 0 0 983040 737280 737280 737525 748800 60 26 44 98 189 0 0 0 0 8 0 0 0 0 0 +1623 1783781993489457800 REFRESH 23 0 0.66721061354533695 0.99090909090909129 3 13 3 13 0 0 130 6 409 3943909 55200 150.9591064453125 0.98170000000000002 180.64179999999999 20160 13439 0 0 983040 737280 737280 737508 748800 116 26 33 28 206 0 0 0 0 6 0 0 0 0 0 +1624 1783781993710187600 REFRESH 48 0 0.70492312728142281 0.11111111111111109 2 6 2 6 0 0 202 12 419 3943900 55200 151.08403015136719 0.98180000000000001 219.5239 20160 12551 0 0 983040 737280 737280 737500 748800 81 26 48 41 223 0 0 0 0 12 0 0 0 0 0 +1625 1783781993915141600 REFRESH 28 0 0.67238002986939971 0.67575757575757578 1 12 1 12 0 0 163 6 404 3943913 55200 150.34060668945312 0.98199999999999998 180.0187 20160 11814 0 0 983040 737280 737280 737513 748800 29 26 31 30 288 0 0 0 0 6 0 0 0 0 0 +1626 1783781994109257800 REFRESH 27 0 0.67066189095339135 0.7959595959595962 0 14 0 14 0 0 169 7 410 3943918 55200 150.434814453125 0.98209999999999997 179.30590000000001 20160 12573 0 0 983040 737280 737280 737518 748800 90 26 48 29 217 0 0 0 0 7 0 0 0 0 0 +1627 1783781994290613100 REFRESH 43 0 0.62079658404619908 0.76868686868686875 3 11 3 11 0 0 151 12 428 3943910 55200 150.53312683105469 0.98180000000000001 180.03980000000001 20160 12709 0 0 983040 737280 737280 737510 748800 126 25 115 46 116 0 0 0 0 12 0 0 0 0 0 +1628 1783781994527318700 REFRESH 53 0 0.71603529824307832 0.12929292929292943 0 8 0 8 0 0 169 3 416 3943919 55200 153.30125427246094 0.98429999999999995 194.05549999999999 20160 13049 0 0 983040 737280 737280 737519 748800 145 27 37 35 172 0 0 0 0 3 0 0 0 0 0 +1629 1783781994750676700 REFRESH 52 0 0.70964050825027536 0.12020202020202017 1 7 1 7 0 0 127 2 426 3943906 55200 150.78713989257812 0.98119999999999996 222.13650000000001 20160 13247 0 0 983040 737280 737280 737506 748800 185 26 63 69 83 0 0 0 0 2 0 0 0 0 0 +1630 1783781994955500400 REFRESH 10 0 0.66877217616621154 0.45353535353535362 1 10 1 10 0 0 131 8 426 3943921 55200 150.03750610351562 0.98140000000000005 180.07910000000001 20160 12305 0 0 983040 737280 737280 737521 748800 117 25 35 35 214 0 0 0 0 8 0 0 0 0 0 +1631 1783781995152038800 REFRESH 7 0 0.67003264050613487 0.67575757575757578 1 12 1 12 0 0 148 5 417 3943939 55200 151.43936157226562 0.99009999999999998 181.05080000000001 20160 11920 0 0 983040 737280 737280 737539 748800 45 26 36 37 273 0 0 0 0 5 0 0 0 0 0 +1632 1783781995344338500 REFRESH 5 0 0.66693318487705411 0.66666666666666674 2 11 2 11 0 0 100 7 413 3943909 55200 148.74418640136719 0.9819 176.8022 20160 12587 0 0 983040 737280 737280 737509 748800 62 26 36 138 151 0 0 0 1 6 0 0 0 0 0 +1633 1783781995527837200 REFRESH 38 0 0.66215244972975662 0.55555555555555558 2 10 2 10 0 0 130 3 419 3943914 55200 150.88128662109375 0.98109999999999997 181.82480000000001 20160 12510 0 0 983040 737280 737280 737514 748800 134 26 59 56 144 0 0 0 0 3 0 0 0 0 0 +1634 1783781995756070100 REFRESH 21 0 0.67408753797967691 0.35151515151515161 0 10 0 10 1 0 194 7 415 3943893 55200 151.841796875 0.98129999999999995 200.8681 20160 12235 0 0 983040 737280 737280 737493 748800 113 26 42 70 164 0 0 0 0 7 0 0 0 0 1 +1635 1783781995946478400 REFRESH 57 0 0.66596432198949063 0.77777777777777779 2 12 2 12 0 0 153 7 405 3943891 55200 149.65145874023438 0.98219999999999996 179.41200000000001 20160 11851 0 0 983040 737280 737280 737491 748800 96 26 34 31 218 0 0 0 0 7 0 0 0 0 0 +1636 1783781996163671700 REFRESH 1 0 0.70758701377536259 0.12020202020202017 1 7 1 7 0 0 145 5 424 3943913 55200 152.38552856445312 0.98409999999999997 216.10130000000001 20160 12874 0 0 983040 737280 737280 737512 748800 125 25 74 100 100 0 0 1 0 4 0 0 0 0 0 +1637 1783781996383067900 REFRESH 44 0 0.67927295393811071 0.22222222222222218 2 7 2 7 0 0 181 6 422 3943922 55200 151.88890075683594 0.98109999999999997 218.20609999999999 20160 12914 0 0 983040 737280 737280 737522 748800 71 26 31 50 244 0 0 0 0 6 0 0 0 0 0 +1638 1783781996591564900 REFRESH 30 0 0.6771477593307984 0.23131313131313144 1 8 1 8 0 0 161 5 424 3943904 55200 151.836669921875 0.98099999999999998 206.8613 20160 12878 0 0 983040 737280 737280 737504 748800 121 25 49 130 99 0 0 0 0 5 0 0 0 0 0 +1639 1783781996772983400 REFRESH 58 0 0.67296757819983277 0.77777777777777779 2 12 2 12 0 0 142 6 411 3943922 55200 151.077880859375 0.97770000000000001 180.0241 20160 12335 0 0 983040 737280 737280 737521 748800 56 25 26 32 272 0 0 0 0 6 0 0 0 0 0 +1640 1783781996996453900 REFRESH 9 0 0.71517419101254154 0.11111111111111109 2 6 2 6 0 0 152 1 438 3943892 55200 151.67181396484375 0.98119999999999996 222.38669999999999 20160 13139 0 0 983040 737280 737280 737492 748800 141 25 40 94 138 0 0 0 0 1 0 0 0 0 0 +1641 1783781997221554400 REFRESH 26 0 0.6681267168320717 0.67575757575757578 1 12 1 12 0 0 114 7 423 3943890 55200 151.0963134765625 0.98550000000000004 180.38220000000001 20160 12590 0 0 983040 737280 737280 737489 748800 39 25 25 54 280 0 0 0 0 7 0 0 0 0 0 +1642 1783781997425040700 REFRESH 50 0 0.66910344145927936 0.44444444444444453 2 9 2 9 0 0 148 4 422 3943922 55200 150.49420166015625 0.98029999999999995 187.99029999999999 20160 12798 0 0 983040 737280 737280 737521 748800 77 26 28 32 259 0 0 0 0 4 0 0 0 0 0 +1643 1783781997649135200 REFRESH 54 0 0.67655129361443378 0.23131313131313144 1 8 1 8 0 0 137 6 423 3943904 55200 150.83314514160156 0.98360000000000003 222.88249999999999 20160 12442 0 0 983040 737280 737280 737504 748800 176 25 57 82 83 0 0 0 0 6 0 0 0 0 0 +1644 1783781997830247900 REFRESH 29 0 0.67171259784535042 0.67575757575757578 1 12 1 12 0 0 143 12 412 3943915 55200 150.41740417480469 0.98129999999999995 179.947 20160 11961 0 0 983040 737280 737280 737515 748800 80 25 27 83 197 0 0 0 0 12 0 0 0 0 0 +1645 1783781998031172100 REFRESH 13 0 0.83335584738456836 0.0090909090909090783 1 6 1 6 0 0 192 5 417 3943919 55200 152.53094482421875 0.98040000000000005 199.78219999999999 20160 13501 0 0 983040 737280 737280 737519 748800 163 26 67 64 97 0 0 0 0 5 0 0 0 0 0 +1646 1783781998225606500 REFRESH 32 0 0.67727594198063756 0.23131313131313144 1 8 1 8 0 0 160 2 424 3943908 55200 151.00108337402344 0.9839 192.89400000000001 20160 13019 0 0 983040 737280 737280 737508 748800 110 26 100 85 103 0 0 0 0 2 0 0 0 0 0 +1647 1783781998427057800 REFRESH 3 0 0.67113709353581763 0.44444444444444453 2 9 2 9 0 0 155 11 418 3943904 55200 150.87948608398438 0.98029999999999995 185.2208 20160 12397 0 0 983040 737280 737280 737504 748800 116 26 37 34 205 1 0 0 0 10 0 0 0 0 0 +1648 1783781998620326600 REFRESH 34 0 0.667511529642142 0.78686868686868705 1 13 1 13 0 0 117 8 420 3943891 55200 149.612548828125 0.98360000000000003 178.26939999999999 20160 12544 0 0 983040 737280 737280 737490 748800 41 25 35 64 255 0 0 0 0 8 0 0 0 0 0 +1649 1783781998845215600 REFRESH 56 0 0.83655171355398572 0 2 5 2 5 0 0 231 6 415 3943899 55200 152.00665283203125 0.97740000000000005 223.6824 20160 13572 0 0 983040 737280 737280 737499 748800 129 26 48 119 93 0 0 0 0 6 0 0 0 0 0 +1650 1783781999049573700 REFRESH 15 0 0.67070892031435814 0.76868686868686875 3 11 3 11 0 0 110 7 418 3943914 55200 151.04307556152344 0.98170000000000002 179.70599999999999 20160 13508 0 0 983040 737280 737280 737514 748800 30 26 41 48 273 0 0 0 0 7 0 0 0 0 0 +1651 1783781999243405400 REFRESH 24 0 0.66561148434716888 0.87070707070707098 4 11 4 11 0 0 157 6 413 3943920 55200 151.60636901855469 0.98070000000000002 181.86930000000001 20160 13479 0 0 983040 737280 737280 737520 748800 51 26 28 32 276 0 0 0 0 6 0 0 0 0 0 +1652 1783781999434207500 REFRESH 49 0 0.66695640864348849 0.6575757575757577 3 10 3 10 0 0 142 6 413 3943902 55200 150.02828979492188 0.98080000000000001 179.12039999999999 20160 11934 0 0 983040 737280 737280 737502 748800 104 26 33 39 211 0 0 0 0 6 0 0 0 0 0 +1653 1783781999684892300 REFRESH 25 0 0.66391669305401468 0.76868686868686875 3 11 3 11 0 0 131 8 421 3943917 55200 150.92636108398438 0.98450000000000004 180.6001 20160 13402 0 0 983040 737280 737280 737517 748800 46 25 41 26 283 0 0 0 0 8 0 0 0 0 0 +1654 1783781999873519900 REFRESH 45 0 0.68115813486300181 0.22222222222222218 2 7 2 7 0 0 175 8 424 3943899 55200 150.97138977050781 0.98409999999999997 187.4939 20160 12627 0 0 983040 737280 737280 737499 748800 101 25 40 55 203 0 0 0 0 8 0 0 0 0 0 +1655 1783782000062505200 REFRESH 8 0 0.8389462915922441 0 2 5 2 5 0 0 243 5 416 3943936 55200 153.34605407714844 0.98209999999999997 187.86799999999999 20160 13513 0 0 983040 737280 737280 737536 748800 63 27 78 129 119 0 0 0 0 5 0 0 0 0 0 +1656 1783782000264392100 REFRESH 12 0 0.67098661836670415 0.43535353535353549 3 8 3 8 0 0 209 6 413 3943936 55200 152.06092834472656 0.98209999999999997 181.91579999999999 20160 11998 0 0 983040 737280 737280 737535 748800 160 26 33 68 126 0 0 0 0 6 0 0 0 0 0 +1657 1783782000466975500 REFRESH 31 0 0.72107086190084779 0.11111111111111109 2 6 2 6 0 0 167 7 422 3943907 55200 151.00927734375 0.98029999999999995 201.3853 20160 12943 0 0 983040 737280 737280 737506 748800 82 25 33 139 143 0 0 0 0 7 0 0 0 0 0 +1658 1783782000661323600 REFRESH 35 0 0.67158948110488925 0.66666666666666674 2 11 2 11 0 0 179 12 415 3943897 55200 151.10246276855469 0.98070000000000002 182.34950000000001 20160 11901 0 0 983040 737280 737280 737497 748800 71 26 34 89 195 0 0 0 0 12 0 0 0 0 0 +1659 1783782000870118700 REFRESH 2 0 0.67083200871108173 0.33333333333333343 2 8 2 8 0 0 156 9 418 3943901 55200 151.330810546875 0.98050000000000004 197.1189 20160 11977 0 0 983040 737280 737280 737501 748800 106 25 41 47 199 0 0 0 0 9 0 0 0 0 0 +1660 1783782001104697300 REFRESH 0 0 0.67085126943413731 0.67575757575757578 1 12 1 12 0 0 105 9 422 3943893 55200 150.41023254394531 0.9798 178.1122 20160 13402 0 0 983040 737280 737280 737493 748800 37 25 25 25 310 0 0 0 1 8 0 0 0 0 0 +1661 1783782001299381600 REFRESH 18 0 0.66777910161874043 1 2 14 2 14 0 0 137 8 418 3943912 55200 150.24742126464844 0.97940000000000005 179.09559999999999 20160 11868 0 0 983040 737280 737280 737512 748800 60 26 78 42 212 0 0 0 0 8 0 0 0 0 0 +1662 1783782001494480300 REFRESH 20 0 0.66776459588182824 0.66666666666666674 2 11 2 11 0 0 138 3 421 3943909 55200 150.63551330566406 0.97789999999999999 180.1206 20160 11923 0 0 983040 737280 737280 737509 748800 65 25 53 95 183 0 0 0 0 3 0 0 0 0 0 +1663 1783782001681735700 REFRESH 39 0 0.6735251921120855 0.43535353535353549 3 8 3 8 0 0 192 9 413 3943886 55200 150.91200256347656 0.98209999999999997 186.0864 20160 12122 0 0 983040 737280 737280 737486 748800 31 25 29 29 299 0 0 0 0 9 0 0 0 0 0 +1664 1783782001894775400 REFRESH 14 0 0.66990429461445844 0.57373737373737377 0 12 0 12 0 0 132 8 415 3943913 55200 151.64518737792969 0.98229999999999995 187.83150000000001 20160 11893 0 0 983040 737280 737280 737512 748800 84 25 31 27 248 0 0 0 0 8 0 0 0 0 0 +1665 1783782002103155900 REFRESH 46 0 0.77939396829104302 0.12929292929292943 0 8 0 8 0 0 335 5 424 3943923 55200 151.64620971679688 0.9819 207.19929999999999 20160 12537 0 0 983040 737280 737280 737523 748800 112 25 56 62 169 0 0 0 0 5 0 0 0 0 0 +1666 1783782002333877600 REFRESH 17 0 0.83325720548907967 0.018181818181818247 0 7 0 7 1 0 224 5 416 3943899 55200 151.44551086425781 0.9849 229.6183 20160 13477 0 0 983040 737280 737280 737499 748800 102 26 59 109 120 0 0 0 0 5 0 0 0 0 1 +1667 1783782002540253300 REFRESH 6 0 0.65794638869687483 0.76868686868686875 3 11 3 11 0 0 127 3 413 3943932 55200 149.98118591308594 0.98409999999999997 182.24529999999999 20160 12450 0 0 983040 737280 737280 737531 748800 35 25 39 49 265 0 0 0 0 3 0 0 0 0 0 +1668 1783782002742758400 REFRESH 22 0 0.66662050728916689 0.76868686868686875 3 11 3 11 0 0 154 7 417 3943947 55200 149.91154479980469 0.99080000000000001 186.54650000000001 20160 11965 0 0 983040 737280 737280 737547 748800 98 26 54 35 204 0 0 0 0 7 0 0 0 0 0 +1669 1783782004021642400 DEPTH 13 1 0.81919924570895042 0.0090909090909090783 1 6 1 6 0 0 192 15 2491 23664842 81600 864.44851684570312 5.8868999999999998 1277.7597000000001 120960 64795 1 0 5898240 4423680 4423680 4426442 4492800 276 150 170 191 1704 0 0 0 0 15 0 0 0 0 0 +1670 1783782005337325400 DEPTH 56 1 0.79293649670755428 0 2 5 2 5 0 0 231 19 2557 23664839 81600 864.52223205566406 5.8732999999999995 1314.4449999999999 120960 65578 1 0 5898240 4423680 4423680 4426437 4492800 495 150 194 431 1287 0 0 0 0 19 0 0 0 0 0 +1671 1783782006668772700 DEPTH 48 1 0.74209287547855185 0.11111111111111109 2 6 2 6 0 0 205 46 2558 23664812 81600 867.76728820800781 5.8813000000000004 1315.9254000000001 120960 63412 1 0 5898240 4423680 4423680 4426412 4492800 220 156 178 171 1833 0 0 0 1 45 0 0 0 0 0 +1672 1783782007782597300 DEPTH 8 1 0.75407005949394257 0 2 5 2 5 1 0 243 26 2570 23664826 81600 874.55746459960938 5.8794000000000004 1112.5708 120960 66056 1 0 5898240 4423680 4423680 4426423 4492800 159 155 150 393 1713 0 0 0 0 26 0 0 0 0 1 +1673 1783782009101597700 DEPTH 42 1 0.71592193469902887 0.11111111111111109 2 6 2 6 0 0 160 27 2632 23664766 81600 872.60261535644531 5.8906000000000001 1317.8010999999999 120960 65197 1 0 5898240 4423680 4423680 4426366 4492800 218 150 242 188 1834 0 0 0 0 27 0 0 0 0 0 +1674 1783782010377497300 DEPTH 53 1 0.70926364560287569 0.12929292929292943 0 8 0 8 0 0 169 22 2516 23664829 81600 867.35787963867188 5.8805999999999994 1236.5622000000001 120960 62111 1 0 5898240 4423680 4423680 4426425 4492800 251 156 172 170 1767 0 0 0 0 22 0 0 0 0 0 +1675 1783782011517092800 DEPTH 16 1 0.70711168707535588 0.11111111111111109 2 6 2 6 0 0 208 20 2553 23664779 81600 869.31967163085938 5.8733000000000004 1138.5001 120960 61427 1 0 5898240 4423680 4423680 4426378 4492800 329 155 154 250 1665 0 0 0 0 20 0 0 0 0 0 +1676 1783782012818055000 DEPTH 9 1 0.70678343520648168 0.11111111111111109 2 6 2 6 0 0 152 7 2623 23664811 81600 867.74272155761719 5.8947000000000003 1299.8396 120960 62863 1 0 5898240 4423680 4423680 4426410 4492800 787 150 216 566 904 0 0 0 0 7 0 0 0 0 0 +1677 1783782014121868800 DEPTH 11 1 0.70525896803538046 0.12929292929292943 0 8 0 8 0 0 118 6 2530 23664845 81600 859.41571044921875 5.8652999999999995 1302.6853000000001 120960 62795 1 0 5898240 4423680 4423680 4426445 4492800 256 150 171 201 1752 0 0 0 0 6 0 0 0 0 0 +1678 1783782015346428600 DEPTH 33 1 0.70405377604336916 0.12020202020202017 1 7 1 7 0 0 196 21 2530 23664833 81600 874.03329467773438 5.8710000000000004 1223.4005 120960 62711 1 0 5898240 4423680 4423680 4426430 4492800 321 151 168 190 1700 0 0 0 0 21 0 0 0 0 0 +1679 1783782016705274700 DEPTH 1 1 0.70382140259505677 0.12020202020202017 1 7 1 7 0 0 145 7 2605 23664758 81600 865.84626770019531 5.9077999999999999 1342.1949 120960 62695 1 0 5898240 4423680 4423680 4426357 4492800 393 150 270 324 1468 0 0 2 0 5 0 0 0 0 0 +1680 1783782017989008700 DEPTH 52 1 0.70290760482805514 0.12020202020202017 1 7 1 7 0 0 127 9 2577 23664870 81600 857.09208679199219 5.8936999999999999 1282.5559000000001 120960 63729 1 0 5898240 4423680 4423680 4426470 4492800 917 156 329 413 762 0 0 0 0 9 0 0 0 0 0 +1681 1783782019329478500 DEPTH 17 1 0.72907181412390154 0.018181818181818247 0 7 0 7 1 0 225 18 2522 23664914 81600 865.04653930664062 5.8914 1309.4694 120960 65036 1 0 5898240 4423680 4423680 4426513 4492800 231 156 190 271 1674 0 0 0 0 18 0 0 0 0 1 +1682 1783782020669414800 DEPTH 44 1 0.67472408573212239 0.22222222222222218 2 7 2 7 0 0 181 14 2585 23664854 81600 868.34815979003906 5.8672999999999993 1302.6473000000001 120960 61055 1 0 5898240 4423680 4423680 4426453 4492800 227 156 152 178 1872 0 0 0 0 14 0 0 0 0 0 +1683 1783782022023060600 DEPTH 54 1 0.67282820465234827 0.23131313131313144 1 8 1 8 0 0 137 22 2606 23664853 81600 859.82719421386719 5.8700000000000001 1298.7103 120960 59108 1 0 5898240 4423680 4423680 4426453 4492800 445 150 254 311 1446 0 0 0 0 22 0 0 0 0 0 +1684 1783782023378436800 DEPTH 30 1 0.67181932760681784 0.23131313131313144 1 8 1 8 0 0 161 14 2585 23664895 81600 865.22471618652344 5.8575999999999997 1297.1473000000001 120960 61620 1 0 5898240 4423680 4423680 4426492 4492800 461 150 233 503 1238 0 0 0 0 14 0 0 0 0 0 +1685 1783782024694787100 DEPTH 13 1 0.74029895031636139 0.0090909090909090783 1 6 1 6 0 0 192 17 2493 23664823 81600 857.68505859375 5.8792 1269.7713000000001 120960 53811 1 0 5898240 4423680 4423680 4426422 4492800 313 150 171 195 1664 0 0 0 0 17 0 0 0 0 0 +1686 1783782026009202100 DEPTH 56 1 0.74354298493839732 0 2 5 2 5 0 0 231 13 2563 23664857 81600 855.14137268066406 5.8684000000000003 1297.8773000000001 120960 54305 1 0 5898240 4423680 4423680 4426457 4492800 474 150 198 468 1273 0 0 0 0 13 0 0 0 0 0 +1687 1783782027325476600 DEPTH 46 1 0.7390625722999512 0.12929292929292943 0 8 0 8 0 0 335 27 2605 23664793 81600 865.61497497558594 5.8917999999999999 1315.0677000000001 120960 60064 1 0 5898240 4423680 4423680 4426393 4492800 419 150 231 303 1502 1 0 0 0 26 0 0 0 0 0 +1688 1783782028611344300 DEPTH 31 1 0.71788109137760181 0.11111111111111109 2 6 2 6 0 0 168 19 2594 23664886 81600 863.71533203125 5.8929 1284.6855 120960 62161 1 0 5898240 4423680 4423680 4426482 4492800 438 150 168 415 1423 0 1 0 0 18 0 0 0 0 0 +1689 1783782029782930900 DEPTH 8 1 0.75514846259879731 0 2 5 2 5 1 0 243 13 2564 23664870 81600 869.98527526855469 5.8866000000000005 1106.348 120960 54952 1 0 5898240 4423680 4423680 4426469 4492800 163 155 150 490 1606 0 0 0 0 13 0 0 0 0 1 +1690 1783782031008925200 DEPTH 45 1 0.67836319062824724 0.22222222222222218 2 7 2 7 0 0 175 31 2596 23664844 81600 868.88346862792969 5.8868999999999998 1224.8088 120960 60671 1 0 5898240 4423680 4423680 4426443 4492800 206 150 164 188 1888 0 0 0 0 31 0 0 0 0 0 +1691 1783782032116437300 DEPTH 47 1 0.67055350466990249 0.66666666666666674 2 11 2 11 0 0 122 23 2586 23664771 81600 862.78361511230469 5.8765000000000001 1035.1213 120960 61426 1 0 5898240 4423680 4423680 4426370 4492800 152 150 159 155 1970 0 0 0 0 23 0 0 0 0 0 +1692 1783782033360182600 DEPTH 3 1 0.67055235371255095 0.44444444444444453 2 9 2 9 0 0 156 38 2546 23664976 81600 861.4493408203125 5.8959999999999999 1214.0826 120960 59339 1 0 5898240 4423680 4423680 4426573 4492800 194 152 174 167 1859 0 0 0 0 38 0 0 0 0 0 +1693 1783782034662126000 DEPTH 48 1 0.70922345699141542 0.11111111111111109 2 6 2 6 0 0 205 50 2552 23664795 81600 857.24978637695312 5.8600000000000003 1300.6950999999999 120960 52391 1 0 5898240 4423680 4423680 4426394 4492800 202 155 174 166 1855 0 0 0 0 50 0 0 0 0 0 +1694 1783782035964647200 DEPTH 17 1 0.71017288731725625 0.018181818181818247 0 7 0 7 0 0 225 19 2527 23664788 81600 855.615478515625 5.8813000000000004 1301.3796 120960 53935 1 0 5898240 4423680 4423680 4426388 4492800 230 156 189 255 1697 0 0 0 0 19 0 0 0 0 0 +1695 1783782037202472000 DEPTH 39 1 0.67059493915060808 0.43535353535353549 3 8 3 8 0 0 192 25 2606 23664874 81600 861.92536926269531 5.9045999999999994 1218.2756999999999 120960 57069 1 0 5898240 4423680 4423680 4426472 4492800 150 150 155 150 2001 0 0 0 0 25 0 0 0 0 0 +1696 1783782038542639000 DEPTH 21 1 0.6703618018912525 0.35151515151515161 0 10 0 10 0 0 194 35 2558 23664931 81600 866.40435791015625 5.8776000000000002 1308.2929999999999 120960 58726 1 0 5898240 4423680 4423680 4426531 4492800 242 150 174 240 1752 0 0 0 0 35 0 0 0 0 0 +1697 1783782039832195200 DEPTH 2 1 0.67020923395531296 0.33333333333333343 2 8 2 8 0 0 156 17 2567 23664931 81600 862.74967956542969 5.8851999999999993 1264.0808 120960 57686 1 0 5898240 4423680 4423680 4426529 4492800 392 150 211 246 1568 3 0 0 0 14 0 0 0 0 0 +1698 1783782040915080400 DEPTH 36 1 0.67019977082565274 0.6575757575757577 3 10 3 10 1 0 138 41 2589 23664895 81600 862.99417114257812 5.8736000000000006 1040.2457999999999 120960 57013 1 0 5898240 4423680 4423680 4426493 4492800 423 150 151 177 1688 0 0 0 0 41 0 0 0 0 1 +1699 1783782041973188000 DEPTH 35 1 0.66975394093081042 0.66666666666666674 2 11 2 11 0 0 179 40 2516 23664849 81600 865.50694274902344 5.8845999999999998 1042.1737000000001 120960 56981 1 0 5898240 4423680 4423680 4426448 4492800 161 155 162 231 1807 0 0 0 0 40 0 0 0 0 0 +1700 1783782043008168300 DEPTH 29 1 0.66971943989719107 0.67575757575757578 1 12 1 12 0 0 143 32 2559 23664792 81600 860.60067749023438 5.8643000000000001 1033.8150000000001 120960 56639 1 0 5898240 4423680 4423680 4426391 4492800 174 150 156 406 1673 0 0 0 1 31 0 0 0 0 0 +1701 1783782043202657900 REFRESH 49 0 0.66193174764232698 0.6575757575757577 3 10 3 10 0 0 142 7 412 3943883 55200 150.57484436035156 0.98099999999999998 179.59280000000001 20160 11949 0 0 983040 737280 737280 737483 748800 100 26 33 36 217 0 0 0 0 7 0 0 0 0 0 +1702 1783782043390901900 REFRESH 3 0 0.51949022867502537 0.44444444444444453 2 9 2 9 0 0 157 7 416 3943906 55200 150.84339904785156 0.98240000000000005 186.70259999999999 20160 12123 0 0 983040 737280 737280 737506 748800 172 26 40 40 138 0 0 0 1 6 0 0 0 0 0 +1703 1783782043592904500 REFRESH 4 0 0.64590963584663375 0.78686868686868705 1 13 1 13 0 0 70 4 417 3943881 55200 149.92703247070312 0.9819 177.6669 20160 13424 0 0 983040 737280 737280 737481 748800 28 26 37 40 286 0 0 0 0 4 0 0 0 0 0 +1704 1783782043789141500 REFRESH 24 0 0.66037843621772718 0.87070707070707098 4 11 4 11 0 0 158 7 415 3943890 55200 150.61196899414062 0.98080000000000001 180.98830000000001 20160 13187 0 0 983040 737280 737280 737490 748800 54 26 28 32 275 0 0 0 0 7 0 0 0 0 0 +1705 1783782043969665900 REFRESH 43 0 0.66827657731534384 0.76868686868686875 3 11 3 11 0 0 151 6 428 3943897 55200 150.59866333007812 0.98160000000000003 179.34379999999999 20160 12664 0 0 983040 737280 737280 737497 748800 127 25 118 47 111 0 0 0 0 6 0 0 0 0 0 +1706 1783782044152075700 REFRESH 35 0 0.48755373188403156 0.66666666666666674 2 11 2 11 0 0 179 11 412 3943936 55200 151.63084411621094 0.98109999999999997 181.22239999999999 20160 11928 0 0 983040 737280 737280 737536 748800 77 26 29 83 197 0 0 0 0 11 0 0 0 0 0 +1707 1783782044335305500 REFRESH 36 0 0.50745447769873342 0.6575757575757577 3 10 3 10 0 0 138 11 423 3943889 55200 151.56326293945312 0.98370000000000002 182.04849999999999 20160 12010 0 0 983040 737280 737280 737488 748800 155 25 26 35 182 0 0 0 0 11 0 0 0 0 0 +1708 1783782044530481100 REFRESH 10 0 0.66644085121645869 0.45353535353535362 1 10 1 10 0 0 131 3 424 3943914 55200 151.34841918945312 0.98170000000000002 181.3656 20160 12192 0 0 983040 737280 737280 737514 748800 108 25 35 34 222 0 0 0 0 3 0 0 0 0 0 +1709 1783782044724960600 REFRESH 0 0 0.6690135160805728 0.67575757575757578 1 12 1 12 0 0 105 6 421 3943905 55200 150.33139038085938 0.98180000000000001 178.62379999999999 20160 13337 0 0 983040 737280 737280 737505 748800 66 25 25 28 277 0 0 0 0 6 0 0 0 0 0 +1710 1783782044939342600 REFRESH 48 0 0.65645307374996054 0.11111111111111109 2 6 2 6 0 0 205 13 418 3943903 55200 152.00154113769531 0.98060000000000003 213.1609 20160 13556 0 0 983040 737280 737280 737503 748800 103 26 62 53 174 0 0 0 0 13 0 0 0 0 0 +1711 1783782045146908400 REFRESH 28 0 0.66714104446983225 0.67575757575757578 1 12 1 12 0 0 163 8 405 3943903 55200 152.17254638671875 0.99450000000000005 182.4418 20160 11904 0 0 983040 737280 737280 737503 748800 35 26 36 33 275 0 0 0 0 8 0 0 0 0 0 +1712 1783782045340170000 REFRESH 34 0 0.66431774148017353 0.78686868686868705 1 13 1 13 0 0 117 7 418 3943907 55200 149.22854614257812 0.98140000000000005 176.96700000000001 20160 12267 0 0 983040 737280 737280 737506 748800 41 25 34 64 254 0 0 0 0 7 0 0 0 0 0 +1713 1783782045568070100 REFRESH 17 0 0.7710862522595443 0.018181818181818247 0 7 0 7 0 0 225 3 416 3943907 55200 152.08242797851562 1.0083 226.73830000000001 20160 13349 0 0 983040 737280 737280 737506 748800 96 26 59 106 129 0 0 0 0 3 0 0 0 0 0 +1714 1783782045762141200 REFRESH 23 0 0.66183372980822242 0.99090909090909129 3 13 3 13 0 0 130 7 408 3943915 55200 150.53106689453125 0.98280000000000001 179.88409999999999 20160 13362 0 0 983040 737280 737280 737515 748800 89 26 30 27 236 0 0 0 0 7 0 0 0 0 0 +1715 1783782045968712700 REFRESH 30 0 0.67175169607739726 0.23131313131313144 1 8 1 8 0 0 161 5 418 3943910 55200 150.63859558105469 0.98299999999999998 205.36529999999999 20160 12971 0 0 983040 737280 737280 737510 748800 121 25 51 135 86 0 0 0 0 5 0 0 0 0 0 +1716 1783782046164136300 REFRESH 26 0 0.66450658908804017 0.67575757575757578 1 12 1 12 0 0 115 8 426 3943901 55200 151.44149780273438 0.99509999999999998 180.84280000000001 20160 12344 0 0 983040 737280 737280 737501 748800 42 26 26 61 271 0 0 0 0 8 0 0 0 0 0 +1717 1783782046367432000 REFRESH 31 0 0.71783511697469693 0.11111111111111109 2 6 2 6 0 0 169 4 424 3943897 55200 151.17721557617188 0.98299999999999998 202.14160000000001 20160 12817 0 0 983040 737280 737280 737497 748800 82 25 33 142 142 0 0 0 0 4 0 0 0 0 0 +1718 1783782046587805100 REFRESH 9 0 0.70511145417987042 0.11111111111111109 2 6 2 6 0 0 152 4 428 3943904 55200 151.55119323730469 0.98609999999999998 219.2679 20160 12823 0 0 983040 737280 737280 737504 748800 168 25 40 106 89 0 0 0 0 4 0 0 0 0 0 +1719 1783782046794195400 REFRESH 45 0 0.67763008353247756 0.22222222222222218 2 7 2 7 0 0 175 2 421 3943916 55200 152.14796447753906 0.97999999999999998 190.16890000000001 20160 12767 0 0 983040 737280 737280 737516 748800 85 25 36 49 226 0 0 0 0 2 0 0 0 0 0 +1720 1783782046986031200 REFRESH 15 0 0.66654426753928619 0.76868686868686875 3 11 3 11 0 0 111 9 416 3943906 55200 149.86444091796875 0.97989999999999999 178.8201 20160 13271 0 0 983040 737280 737280 737506 748800 33 26 51 60 246 0 0 0 0 9 0 0 0 0 0 +1721 1783782047210692500 REFRESH 52 0 0.7036181305190583 0.12020202020202017 1 7 1 7 0 0 127 2 428 3943908 55200 152.01791381835938 0.99429999999999996 223.47370000000001 20160 12854 0 0 983040 737280 737280 737506 748800 184 26 65 70 83 0 0 0 0 2 0 0 0 0 0 +1722 1783782047406822600 REFRESH 25 0 0.66142322343613669 0.76868686868686875 3 11 3 11 0 0 131 5 420 3943906 55200 150.75430297851562 0.98160000000000003 180.67740000000001 20160 13329 0 0 983040 737280 737280 737506 748800 31 25 36 26 302 0 0 0 0 5 0 0 0 0 0 +1723 1783782047603138400 REFRESH 55 0 0.66834560158616918 0.67575757575757578 1 12 1 12 0 0 167 5 420 3943909 55200 152.34771728515625 0.98209999999999997 182.893 20160 11822 0 0 983040 737280 737280 737509 748800 122 26 25 27 220 0 0 0 0 5 0 0 0 0 0 +1724 1783782047798487900 REFRESH 57 0 0.6618626846108715 0.77777777777777779 2 12 2 12 0 0 153 13 408 3943901 55200 149.97811889648438 0.9819 179.36349999999999 20160 11952 0 0 983040 737280 737280 737501 748800 96 26 34 32 220 0 0 0 0 13 0 0 0 0 0 +1725 1783782047991536600 REFRESH 33 0 0.70533688913632497 0.12020202020202017 1 7 1 7 0 0 196 1 418 3943894 55200 152.11538696289062 0.98029999999999995 191.8689 20160 13148 0 0 983040 737280 737280 737493 748800 145 26 86 55 106 0 0 0 0 1 0 0 0 0 0 +1726 1783782048196337100 REFRESH 12 0 0.66637667762909647 0.43535353535353549 3 8 3 8 0 0 209 2 413 3943908 55200 151.1065673828125 0.98350000000000004 181.7842 20160 12065 0 0 983040 737280 737280 737508 748800 163 26 33 69 122 0 0 0 0 2 0 0 0 0 0 +1727 1783782048388894700 REFRESH 37 0 0.66914109895414664 0.67575757575757578 1 12 1 12 0 0 151 7 411 3943919 55200 149.63813781738281 0.98329999999999995 178.20599999999999 20160 12430 0 0 983040 737280 737280 737519 748800 57 26 38 89 201 0 0 0 0 7 0 0 0 0 0 +1728 1783782048625362000 REFRESH 54 0 0.67333548010861299 0.23131313131313144 1 8 1 8 0 0 137 6 420 3943924 55200 151.37484741210938 0.99329999999999996 235.26779999999999 20160 12495 0 0 983040 737280 737280 737524 748800 175 25 58 83 79 0 0 0 0 6 0 0 0 0 0 +1729 1783782048828802300 REFRESH 22 0 0.66193231430483301 0.76868686868686875 3 11 3 11 0 0 154 8 416 3943939 55200 150.5638427734375 0.99909999999999999 179.51769999999999 20160 12019 0 0 983040 737280 737280 737539 748800 98 26 52 35 205 0 0 0 0 8 0 0 0 0 0 +1730 1783782049023181000 REFRESH 51 0 0.66733457215257275 0.76868686868686875 3 11 3 11 0 0 124 9 420 3943912 55200 149.65554809570312 0.97999999999999998 179.0035 20160 12209 0 0 983040 737280 737280 737512 748800 108 25 85 49 153 0 0 0 0 9 0 0 0 0 0 +1731 1783782049215739500 REFRESH 16 0 0.70832598236186906 0.11111111111111109 2 6 2 6 0 0 208 7 413 3943888 55200 152.49612426757812 0.98050000000000004 190.7457 20160 12991 0 0 983040 737280 737280 737488 748800 163 26 26 98 100 0 0 0 0 7 0 0 0 0 0 +1732 1783782049440077000 REFRESH 13 0 0.83136275296244055 0.0090909090909090783 1 6 1 6 0 0 192 3 415 3943916 55200 152.46540832519531 0.98119999999999996 200.3647 20160 13476 0 0 983040 737280 737280 737515 748800 165 26 69 61 94 0 0 0 0 3 0 0 0 0 0 +1733 1783782049632319300 REFRESH 7 0 0.66389057222832837 0.67575757575757578 1 12 1 12 0 0 148 4 421 3943901 55200 150.76249694824219 0.9829 181.02539999999999 20160 11923 0 0 983040 737280 737280 737501 748800 70 26 51 51 223 0 0 0 0 4 0 0 0 0 0 +1734 1783782049831734900 REFRESH 50 0 0.6631308981242654 0.44444444444444453 2 9 2 9 0 0 148 5 419 3943891 55200 150.47065734863281 0.97719999999999996 187.31319999999999 20160 12616 0 0 983040 737280 737280 737491 748800 89 26 28 37 239 0 0 0 0 5 0 0 0 0 0 +1735 1783782050022835700 REFRESH 27 0 0.66656291002031631 0.7959595959595962 0 14 0 14 0 0 169 8 413 3943901 55200 150.57305908203125 0.98029999999999995 179.44409999999999 20160 12354 0 0 983040 737280 737280 737500 748800 68 26 34 27 258 0 0 0 0 8 0 0 0 0 0 +1736 1783782050221593700 REFRESH 14 0 0.66751613953056044 0.57373737373737377 0 12 0 12 0 0 132 8 411 3943875 55200 150.26089477539062 0.98440000000000005 186.57339999999999 20160 11936 0 0 983040 737280 737280 737474 748800 87 25 31 27 241 0 0 0 0 8 0 0 0 0 0 +1737 1783782050448619000 REFRESH 42 0 0.71579265167402339 0.11111111111111109 2 6 2 6 0 0 160 8 426 3943938 55200 151.80390930175781 0.98360000000000003 225.8443 20160 13358 0 0 983040 737280 737280 737538 748800 127 25 90 91 93 0 0 0 0 8 0 0 0 0 0 +1738 1783782050683133900 REFRESH 44 0 0.67454425594373724 0.22222222222222218 2 7 2 7 0 0 181 7 422 3943909 55200 151.63597106933594 0.98180000000000001 213.5393 20160 13006 0 0 983040 737280 737280 737509 748800 77 26 33 53 233 0 0 0 0 7 0 0 0 0 0 +1739 1783782050873115000 REFRESH 39 0 0.6688373655326102 0.43535353535353549 3 8 3 8 0 0 192 9 417 3943912 55200 150.719482421875 0.98660000000000003 188.79490000000001 20160 12070 0 0 983040 737280 737280 737511 748800 33 25 29 29 301 0 0 0 0 9 0 0 0 0 0 +1740 1783782051063992500 REFRESH 20 0 0.65992969711597438 0.66666666666666674 2 11 2 11 0 0 138 4 418 3943921 55200 151.43014526367188 0.98099999999999998 179.90960000000001 20160 11938 0 0 983040 737280 737280 737521 748800 60 26 50 93 189 0 0 0 0 4 0 0 0 0 0 +1741 1783782051266224700 REFRESH 21 0 0.66967743547977987 0.35151515151515161 0 10 0 10 0 0 194 3 417 3943916 55200 151.10041809082031 0.9819 200.7097 20160 12138 0 0 983040 737280 737280 737516 748800 119 26 47 72 153 0 0 0 0 3 0 0 0 0 0 +1742 1783782051470278400 REFRESH 32 0 0.66930291603732406 0.23131313131313144 1 8 1 8 0 0 160 4 423 3943907 55200 151.30111694335938 0.98270000000000002 190.57830000000001 20160 12851 0 0 983040 737280 737280 737507 748800 114 26 103 83 97 0 0 0 0 4 0 0 0 0 0 +1743 1783782051652717300 REFRESH 47 0 0.66921838212000995 0.66666666666666674 2 11 2 11 0 0 122 7 420 3943916 55200 150.63449096679688 0.98060000000000003 181.16499999999999 20160 11924 0 0 983040 737280 737280 737516 748800 45 26 43 30 276 0 0 0 0 7 0 0 0 0 0 +1744 1783782051834912500 REFRESH 29 0 0.66758369992744515 0.67575757575757578 1 12 1 12 0 0 143 10 417 3943884 55200 151.69842529296875 0.97919999999999996 180.9495 20160 11984 0 0 983040 737280 737280 737484 748800 77 25 26 85 204 0 0 0 0 10 0 0 0 0 0 +1745 1783782052091809000 REFRESH 56 0 0.83423416825841512 0 2 5 2 5 0 0 231 1 413 3943902 55200 151.47418212890625 0.98160000000000003 222.1609 20160 13345 0 0 983040 737280 737280 737502 748800 129 26 50 116 92 0 0 0 0 1 0 0 0 0 0 +1746 1783782052280137600 REFRESH 5 0 0.66379068428902133 0.66666666666666674 2 11 2 11 0 0 100 7 418 3943906 55200 149.06163024902344 0.98089999999999999 176.41679999999999 20160 12373 0 0 983040 737280 737280 737506 748800 59 25 32 138 164 0 0 0 0 7 0 0 0 0 0 +1747 1783782052472197300 REFRESH 38 0 0.66433806338512613 0.55555555555555558 2 10 2 10 0 0 130 9 424 3943915 55200 150.08869934082031 0.98299999999999998 180.1832 20160 12407 0 0 983040 737280 737280 737515 748800 129 26 57 58 154 0 0 0 0 9 0 0 0 0 0 +1748 1783782052663243900 REFRESH 58 0 0.66706126358746132 0.77777777777777779 2 12 2 12 0 0 142 10 414 3943880 55200 150.26789855957031 0.97970000000000002 179.3466 20160 12225 0 0 983040 737280 737280 737480 748800 56 25 25 32 276 0 0 0 0 10 0 0 0 0 0 +1749 1783782052867892500 REFRESH 46 0 0.76487583392499892 0.12929292929292943 0 8 0 8 0 0 335 5 422 3943916 55200 151.41094970703125 0.97829999999999995 203.2902 20160 12861 0 0 983040 737280 737280 737516 748800 122 25 68 72 135 0 0 0 0 5 0 0 0 0 0 +1750 1783782053066936900 REFRESH 2 0 0.6705463585577216 0.33333333333333343 2 8 2 8 0 0 156 6 423 3943907 55200 151.58682250976562 0.98219999999999996 197.9297 20160 12179 0 0 983040 737280 737280 737507 748800 123 25 45 50 180 0 0 0 0 6 0 0 0 0 0 +1751 1783782053254626000 REFRESH 8 0 0.83572979956292626 0 2 5 2 5 0 0 244 7 415 3943881 55200 152.78182983398438 0.9839 186.58009999999999 20160 13472 0 0 983040 737280 737280 737480 748800 64 27 76 124 124 0 0 0 0 7 0 0 0 0 0 +1752 1783782053478641600 REFRESH 19 0 0.66737251859743307 0.66666666666666674 2 11 2 11 0 0 142 5 418 3943895 55200 151.11491394042969 0.97819999999999996 180.26920000000001 20160 11958 0 0 983040 737280 737280 737495 748800 87 26 34 43 228 0 0 0 0 5 0 0 0 0 0 +1753 1783782053668319300 REFRESH 6 0 0.65092158617358642 0.76868686868686875 3 11 3 11 0 0 127 5 410 3943926 55200 150.01805114746094 0.98219999999999996 178.46459999999999 20160 12536 0 0 983040 737280 737280 737526 748800 32 25 38 47 268 0 0 0 0 5 0 0 0 0 0 +1754 1783782053872725600 REFRESH 53 0 0.7102520728367917 0.12929292929292943 0 8 0 8 0 0 169 6 415 3943905 55200 151.58476257324219 0.97970000000000002 192.44900000000001 20160 13134 0 0 983040 737280 737280 737505 748800 165 27 43 35 145 0 0 0 0 6 0 0 0 0 0 +1755 1783782054063579200 REFRESH 18 0 0.66380124212487901 1 2 14 2 14 0 0 137 9 419 3943909 55200 150.49932861328125 0.98229999999999995 179.5712 20160 11936 0 0 983040 737280 737280 737509 748800 73 26 90 44 186 0 0 0 0 9 0 0 0 0 0 +1756 1783782054294308400 REFRESH 1 0 0.70251271314469932 0.12020202020202017 1 7 1 7 0 0 145 3 428 3943892 55200 152.02610778808594 0.98050000000000004 219.76009999999999 20160 12841 0 0 983040 737280 737280 737492 748800 117 25 69 92 125 0 0 0 0 3 0 0 0 0 0 +1757 1783782054522863800 REFRESH 41 0 0.66795567220403052 0.34242424242424252 1 9 1 9 0 0 115 4 416 3943911 55200 151.27655029296875 0.98299999999999998 207.7526 20160 13028 0 0 983040 737280 737280 737511 748800 201 26 28 30 131 0 0 0 0 4 0 0 0 0 0 +1758 1783782054795682700 REFRESH 11 0 0.70301511592416632 0.12929292929292943 0 8 0 8 0 0 118 5 416 3943937 55200 150.16864013671875 0.98260000000000003 223.673 20160 12930 0 0 983040 737280 737280 737537 748800 107 25 48 59 177 0 0 0 0 5 0 0 0 0 0 +1759 1783782054987112400 REFRESH 40 0 0.6696329367667011 0.67575757575757578 1 12 1 12 0 0 146 4 417 3943912 55200 150.37132263183594 0.98460000000000003 179.86179999999999 20160 12595 0 0 983040 737280 737280 737511 748800 118 25 31 75 168 0 0 0 0 4 0 0 0 0 0 +1760 1783782056280198400 DEPTH 13 1 0.82511068257542985 0.0090909090909090783 1 6 1 6 0 0 192 14 2495 23664890 81600 866.7904052734375 5.8696000000000002 1279.8161 120960 65536 1 0 5898240 4423680 4423680 4426489 4492800 293 150 169 193 1690 0 0 0 0 14 0 0 0 0 0 +1761 1783782057589067900 DEPTH 17 1 0.82496980807287734 0.018181818181818247 0 7 0 7 0 0 225 11 2526 23664861 81600 866.49754333496094 5.8929999999999998 1307.7637999999999 120960 65285 1 0 5898240 4423680 4423680 4426459 4492800 234 156 196 263 1677 0 0 0 0 11 0 0 0 0 0 +1762 1783782058896230200 DEPTH 48 1 0.73404161290788628 0.11111111111111109 2 6 2 6 0 0 205 38 2555 23664887 81600 864.94929504394531 5.8818000000000001 1305.9293 120960 65597 1 0 5898240 4423680 4423680 4426485 4492800 201 155 174 171 1854 0 0 0 0 38 0 0 0 0 0 +1763 1783782060257154000 DEPTH 56 1 0.75552701401455491 0 2 5 2 5 0 0 231 12 2562 23664865 81600 863.97657775878906 5.8791000000000002 1303.8525 120960 65103 1 0 5898240 4423680 4423680 4426464 4492800 472 150 198 428 1314 0 0 0 0 12 0 0 0 0 0 +1764 1783782061528662800 DEPTH 31 1 0.71175888251136454 0.11111111111111109 2 6 2 6 0 0 170 27 2592 23664919 81600 865.18887329101562 5.8832000000000004 1269.9482 120960 62035 1 0 5898240 4423680 4423680 4426514 4492800 446 150 171 464 1361 0 0 0 0 27 0 0 0 0 0 +1765 1783782062743587400 DEPTH 16 1 0.70611888236416576 0.11111111111111109 2 6 2 6 0 0 208 29 2554 23664902 81600 870.12667846679688 5.8899000000000008 1156.4555 120960 62594 1 0 5898240 4423680 4423680 4426502 4492800 354 155 154 289 1602 0 0 0 0 29 0 0 0 0 0 +1766 1783782064068397400 DEPTH 9 1 0.70049032546499346 0.11111111111111109 2 6 2 6 0 0 152 3 2616 23664867 81600 864.95039367675781 5.8875000000000002 1303.7562 120960 62112 1 0 5898240 4423680 4423680 4426467 4492800 798 150 219 544 905 0 0 0 0 3 0 0 0 0 0 +1767 1783782065292002300 DEPTH 33 1 0.69730905409994037 0.12020202020202017 1 7 1 7 0 0 197 16 2542 23664861 81600 869.62483215332031 5.8743999999999996 1222.4383 120960 63209 1 0 5898240 4423680 4423680 4426461 4492800 322 151 167 204 1698 0 0 0 0 16 0 0 0 0 0 +1768 1783782066400588700 DEPTH 8 1 0.75287028704047187 0 2 5 2 5 1 0 244 27 2572 23664796 81600 874.19380187988281 5.8692000000000002 1107.1953000000001 120960 66587 1 0 5898240 4423680 4423680 4426396 4492800 162 156 150 451 1653 0 0 0 0 27 0 0 0 0 1 +1769 1783782067729989700 DEPTH 42 1 0.71332770762975883 0.11111111111111109 2 6 2 6 0 0 160 31 2633 23664823 81600 869.67500305175781 5.8874000000000004 1315.4638 120960 65099 1 0 5898240 4423680 4423680 4426420 4492800 217 150 254 203 1809 0 0 0 0 31 0 0 0 0 0 +1770 1783782069026449400 DEPTH 52 1 0.69715464962860219 0.12020202020202017 1 7 1 7 0 0 127 13 2587 23664892 81600 858.39666748046875 5.8952 1283.7529999999999 120960 62641 1 0 5898240 4423680 4423680 4426492 4492800 888 156 338 480 725 0 0 0 0 13 0 0 0 0 0 +1771 1783782070351393700 DEPTH 46 1 0.72566080038794334 0.12929292929292943 0 8 0 8 0 0 335 30 2602 23664815 81600 865.69880676269531 5.8769999999999998 1303.2896000000001 120960 61337 1 0 5898240 4423680 4423680 4426413 4492800 421 150 223 357 1451 1 0 0 0 29 0 0 0 0 0 +1772 1783782071688149000 DEPTH 44 1 0.67107200306084303 0.22222222222222218 2 7 2 7 0 0 181 11 2574 23664792 81600 866.41970825195312 5.8880000000000008 1302.0572999999999 120960 61486 1 0 5898240 4423680 4423680 4426392 4492800 220 156 150 182 1866 0 0 0 0 11 0 0 0 0 0 +1773 1783782073005938500 DEPTH 54 1 0.66961841042310932 0.23131313131313144 1 8 1 8 1 0 137 13 2595 23664845 81600 862.47015380859375 5.8752000000000004 1296.9108000000001 120960 59905 1 0 5898240 4423680 4423680 4426444 4492800 456 150 262 312 1415 0 0 0 0 13 0 0 0 0 1 +1774 1783782074235242400 DEPTH 45 1 0.6689856448125957 0.22222222222222218 2 7 2 7 0 0 175 24 2603 23664920 81600 871.37075805664062 5.8673000000000002 1228.0749000000001 120960 61461 1 0 5898240 4423680 4423680 4426520 4492800 188 150 165 170 1930 0 1 0 0 23 0 0 0 0 0 +1775 1783782075541467900 DEPTH 30 1 0.66672796839679815 0.23131313131313144 1 8 1 8 0 0 161 13 2584 23664832 81600 867.12628173828125 5.8770000000000007 1305.0544 120960 62035 1 0 5898240 4423680 4423680 4426430 4492800 456 150 236 541 1201 0 0 0 0 13 0 0 0 0 0 +1776 1783782076849115100 DEPTH 13 1 0.73631180057009815 0.0090909090909090783 1 6 1 6 0 0 192 31 2492 23664849 81600 858.4796142578125 5.9186000000000005 1306.4779000000001 120960 53732 1 0 5898240 4423680 4423680 4426447 4492800 326 150 173 220 1623 0 2 0 0 29 0 0 0 0 0 +1777 1783782078146906800 DEPTH 17 1 0.73618551029952839 0.018181818181818247 0 7 0 7 1 0 225 14 2522 23664763 81600 855.58892822265625 5.8900999999999994 1296.6594 120960 54467 1 0 5898240 4423680 4423680 4426362 4492800 247 156 194 297 1628 0 0 0 0 14 0 0 0 0 1 +1778 1783782079482332900 DEPTH 56 1 0.72656833607685078 0 2 5 2 5 0 0 231 18 2566 23664830 81600 853.27983093261719 5.9470000000000001 1334.1763000000001 120960 54324 1 0 5898240 4423680 4423680 4426428 4492800 469 150 198 506 1243 0 0 0 0 18 0 0 0 0 0 +1779 1783782080751737200 DEPTH 53 1 0.70663317080225496 0.12929292929292943 0 8 0 8 0 0 169 19 2512 23664755 81600 867.04948425292969 5.9108000000000001 1258.1732 120960 62834 1 0 5898240 4423680 4423680 4426354 4492800 237 156 169 179 1771 0 0 0 0 19 0 0 0 0 0 +1780 1783782082049670000 DEPTH 2 1 0.66644973563045395 0.33333333333333343 2 8 2 8 1 0 156 16 2584 23664862 81600 863.42875671386719 6.6665000000000001 1296.8381999999999 120960 58405 1 0 5898240 4423680 4423680 4426459 4492800 420 150 205 273 1536 5 0 0 0 11 0 0 0 0 1 +1781 1783782083281741400 DEPTH 39 1 0.66603164128429504 0.43535353535353549 3 8 3 8 0 0 192 24 2608 23664907 81600 858.48779296875 5.8966000000000003 1194.9553000000001 120960 57030 1 0 5898240 4423680 4423680 4426505 4492800 150 150 155 150 2003 0 0 0 0 24 0 0 0 0 0 +1782 1783782084371603600 DEPTH 35 1 0.6659108734444763 0.66666666666666674 2 11 2 11 0 0 179 54 2525 23664812 81600 863.76412963867188 5.8831000000000007 1041.4311 120960 56789 1 0 5898240 4423680 4423680 4426410 4492800 168 154 160 235 1808 0 0 0 0 54 0 0 0 0 0 +1783 1783782085620832300 DEPTH 3 1 0.66588339089614679 0.44444444444444453 2 9 2 9 1 0 159 46 2543 23664859 81600 863.24530029296875 5.8938000000000006 1217.8207 120960 57864 1 0 5898240 4423680 4423680 4426456 4492800 209 151 173 179 1831 0 0 0 2 44 0 0 0 0 1 +1784 1783782086766742600 DEPTH 8 1 0.74323354705487621 0 2 5 2 5 0 0 244 20 2583 23664787 81600 866.81182861328125 5.8816999999999995 1120.8786 120960 54966 1 0 5898240 4423680 4423680 4426385 4492800 159 156 150 521 1597 0 0 0 0 20 0 0 0 0 0 +1785 1783782088066279600 DEPTH 48 1 0.71154621804250162 0.11111111111111109 2 6 2 6 0 0 206 36 2556 23664905 81600 856.64462280273438 5.8803999999999998 1298.1251999999999 120960 54257 1 0 5898240 4423680 4423680 4426503 4492800 244 156 178 180 1798 0 0 0 0 36 0 0 0 0 0 +1786 1783782089396152100 DEPTH 11 1 0.69948673938681827 0.12929292929292943 0 8 0 8 0 0 118 10 2542 23664827 81600 859.31211853027344 5.8832000000000004 1308.2374 120960 62528 1 0 5898240 4423680 4423680 4426427 4492800 257 150 171 218 1746 0 0 0 0 10 0 0 0 0 0 +1787 1783782090787981700 DEPTH 1 1 0.69687958247690795 0.12020202020202017 1 7 1 7 0 0 145 4 2611 23664792 81600 867.75296020507812 5.8895999999999997 1318.6008999999999 120960 62495 1 0 5898240 4423680 4423680 4426392 4492800 374 150 270 355 1462 0 0 0 0 4 0 0 0 0 0 +1788 1783782091825617100 DEPTH 29 1 0.66542530830053925 0.67575757575757578 1 12 1 12 0 0 145 32 2560 23664860 81600 860.68394470214844 5.8772000000000002 1036.4688000000001 120960 56766 1 0 5898240 4423680 4423680 4426460 4492800 190 150 156 332 1732 0 0 0 1 31 0 0 0 0 0 +1789 1783782092939506800 DEPTH 36 1 0.66534717427387369 0.6575757575757577 3 10 3 10 0 0 139 24 2595 23664796 81600 865.90669250488281 5.9134999999999991 1056.2399 120960 56809 1 0 5898240 4423680 4423680 4426395 4492800 504 150 152 198 1591 0 0 0 0 24 0 0 0 0 0 +1790 1783782093994148600 DEPTH 37 1 0.66506455809567888 0.67575757575757578 1 12 1 12 0 0 151 17 2609 23664909 81600 858.84748840332031 5.8921000000000001 1033.4313 120960 61341 1 0 5898240 4423680 4423680 4426508 4492800 194 150 156 185 1924 2 0 1 0 14 0 0 0 0 0 +1791 1783782095268161300 DEPTH 14 1 0.66497056849846459 0.57373737373737377 0 12 0 12 0 0 134 28 2563 23664791 81600 862.59713745117188 5.8955000000000002 1234.546 120960 58154 1 0 5898240 4423680 4423680 4426389 4492800 177 150 150 158 1928 0 0 0 0 28 0 0 0 0 0 +1792 1783782095449603800 REFRESH 36 0 0.4426051712870066 0.6575757575757577 3 10 3 10 0 0 139 8 424 3943906 55200 150.76966857910156 0.97360000000000002 180.2388 20160 11917 0 0 983040 737280 737280 737506 748800 154 25 26 36 183 0 0 0 0 8 0 0 0 0 0 +1793 1783782095652623100 REFRESH 55 0 0.66185076232331319 0.67575757575757578 1 12 1 12 0 0 168 6 415 3943929 55200 152.53213500976562 0.98050000000000004 182.7456 20160 12010 0 0 983040 737280 737280 737528 748800 113 26 25 27 224 0 0 0 0 6 0 0 0 0 0 +1794 1783782095859805600 REFRESH 30 0 0.60677630587353737 0.23131313131313144 1 8 1 8 0 0 161 4 422 3943916 55200 150.97549438476562 0.98409999999999997 206.03649999999999 20160 12981 0 0 983040 737280 737280 737515 748800 124 25 52 133 88 0 0 0 0 4 0 0 0 0 0 +1795 1783782096061143900 REFRESH 25 0 0.65595644881817816 0.76868686868686875 3 11 3 11 0 0 131 5 420 3943921 55200 151.30828857421875 0.98199999999999998 181.03870000000001 20160 13118 0 0 983040 737280 737280 737521 748800 59 25 44 26 266 0 0 0 0 5 0 0 0 0 0 +1796 1783782096252351500 REFRESH 6 0 0.64596833974706858 0.76868686868686875 3 11 3 11 0 0 127 2 420 3943917 55200 149.37394714355469 0.98150000000000004 178.2859 20160 12258 0 0 983040 737280 737280 737517 748800 35 25 40 48 272 0 0 0 0 2 0 0 0 0 0 +1797 1783782096445328900 REFRESH 12 0 0.65800972239753697 0.43535353535353549 3 8 3 8 0 0 209 8 414 3943921 55200 151.10246276855469 0.98270000000000002 180.8552 20160 12005 0 0 983040 737280 737280 737521 748800 166 26 33 70 119 0 0 0 0 8 0 0 0 0 0 +1798 1783782096665704700 REFRESH 44 0 0.67073185051019668 0.22222222222222218 2 7 2 7 0 0 181 3 420 3943912 55200 151.478271484375 0.98109999999999997 219.1874 20160 12800 0 0 983040 737280 737280 737512 748800 73 26 30 50 241 0 0 0 0 3 0 0 0 0 0 +1799 1783782096865737300 REFRESH 57 0 0.66080039987763783 0.77777777777777779 2 12 2 12 0 0 153 4 405 3943908 55200 151.44960021972656 0.98360000000000003 180.2355 20160 12016 0 0 983040 737280 737280 737507 748800 87 26 34 32 226 0 0 0 0 4 0 0 0 0 0 +1800 1783782097057551000 REFRESH 47 0 0.6648093166440332 0.66666666666666674 2 11 2 11 0 0 122 7 418 3943928 55200 151.45472717285156 0.98089999999999999 180.3569 20160 12020 0 0 983040 737280 737280 737527 748800 34 26 39 29 290 0 0 0 0 7 0 0 0 0 0 +1801 1783782097257606300 REFRESH 50 0 0.65831753855434849 0.44444444444444453 2 9 2 9 0 0 148 5 420 3943902 55200 150.60581970214844 0.98419999999999996 188.37200000000001 20160 12557 0 0 983040 737280 737280 737502 748800 54 26 28 27 285 0 0 0 0 5 0 0 0 0 0 +1802 1783782097446453400 REFRESH 16 0 0.70699913091540534 0.11111111111111109 2 6 2 6 0 0 209 6 416 3943889 55200 151.05638122558594 0.9839 187.69829999999999 20160 13090 0 0 983040 737280 737280 737489 748800 168 26 27 93 102 0 0 0 0 6 0 0 0 0 0 +1803 1783782097645605800 REFRESH 0 0 0.66450653407471183 0.67575757575757578 1 12 1 12 0 0 105 4 422 3943896 55200 150.62937927246094 0.98089999999999999 179.3723 20160 13168 0 0 983040 737280 737280 737496 748800 39 25 25 25 308 0 0 0 0 4 0 0 0 0 0 +1804 1783782097880664000 REFRESH 54 0 0.67002288911235408 0.23131313131313144 1 8 1 8 0 0 137 1 420 3943911 55200 150.60479736328125 0.98070000000000002 221.24250000000001 20160 12912 0 0 983040 737280 737280 737510 748800 177 25 60 83 75 0 0 0 0 1 0 0 0 0 0 +1805 1783782098067830400 REFRESH 3 0 0.634959997234114 0.44444444444444453 2 9 2 9 0 0 159 2 417 3943909 55200 150.48806762695312 0.98170000000000002 186.012 20160 12024 0 0 983040 737280 737280 737509 748800 194 26 35 34 128 0 0 0 0 2 0 0 0 0 0 +1806 1783782098272955500 REFRESH 31 0 0.71210781729838957 0.11111111111111109 2 6 2 6 0 0 170 6 423 3943960 55200 151.52867126464844 0.98150000000000004 203.91630000000001 20160 13145 0 0 983040 737280 737280 737557 748800 83 25 33 143 139 0 0 0 0 6 0 0 0 0 0 +1807 1783782098454192800 REFRESH 29 0 0.60304989043576407 0.67575757575757578 1 12 1 12 0 0 145 3 414 3943950 55200 151.01235961914062 0.98229999999999995 180.04910000000001 20160 11948 0 0 983040 737280 737280 737550 748800 83 25 26 86 194 0 0 0 0 3 0 0 0 0 0 +1808 1783782098656657200 REFRESH 13 0 0.82737687797397075 0.0090909090909090783 1 6 1 6 0 0 192 4 414 3943909 55200 152.68658447265625 0.98019999999999996 201.3237 20160 13379 0 0 983040 737280 737280 737508 748800 160 26 67 60 101 0 1 0 0 3 0 0 0 0 0 +1809 1783782098883142500 REFRESH 17 0 0.8272644106985807 0.018181818181818247 0 7 0 7 0 0 226 5 414 3943907 55200 151.66157531738281 0.98080000000000001 225.31180000000001 20160 13336 0 0 983040 737280 737280 737507 748800 95 26 58 107 128 0 0 0 0 5 0 0 0 0 0 +1810 1783782099100512100 REFRESH 41 0 0.6611654949174377 0.34242424242424252 1 9 1 9 0 0 115 6 417 3943906 55200 150.93350219726562 0.98140000000000005 205.10159999999999 20160 12983 0 0 983040 737280 737280 737505 748800 218 26 30 38 105 0 0 0 0 6 0 0 0 0 0 +1811 1783782099293176200 REFRESH 22 0 0.65864794356410616 0.76868686868686875 3 11 3 11 0 0 154 6 421 3943927 55200 150.75558471679688 0.98240000000000005 180.90100000000001 20160 12067 0 0 983040 737280 737280 737526 748800 92 26 47 34 222 0 0 0 0 6 0 0 0 0 0 +1812 1783782099481433400 REFRESH 4 0 0.64130939921634367 0.78686868686868705 1 13 1 13 0 0 70 5 418 3943908 55200 148.890625 0.98209999999999997 176.43510000000001 20160 13069 0 0 983040 737280 737280 737508 748800 27 26 34 33 298 0 0 0 0 5 0 0 0 0 0 +1813 1783782099676256600 REFRESH 53 0 0.70728200431997434 0.12929292929292943 0 8 0 8 0 0 169 4 415 3943931 55200 152.14183044433594 0.98119999999999996 193.5968 20160 13214 0 0 983040 737280 737280 737531 748800 152 27 40 35 161 0 0 1 0 3 0 0 0 0 0 +1814 1783782099868548900 REFRESH 45 0 0.66894984624908527 0.22222222222222218 2 7 2 7 0 0 175 4 421 3943936 55200 153.33273315429688 0.98229999999999995 191.07499999999999 20160 12941 0 0 983040 737280 737280 737536 748800 89 25 39 49 219 0 0 0 0 4 0 0 0 0 0 +1815 1783782100067905100 REFRESH 5 0 0.66031120616113959 0.66666666666666674 2 11 2 11 0 0 100 11 417 3943899 55200 150.46432495117188 1.0044999999999999 178.46109999999999 20160 12216 0 0 983040 737280 737280 737499 748800 70 25 37 145 140 1 0 0 0 10 0 0 0 0 0 +1816 1783782100260582300 REFRESH 20 0 0.65361213904691828 0.66666666666666674 2 11 2 11 0 0 138 4 417 3943930 55200 151.88703918457031 0.98050000000000004 180.589 20160 12049 0 0 983040 737280 737280 737530 748800 66 25 52 94 180 0 0 0 0 4 0 0 0 0 0 +1817 1783782100463072300 REFRESH 26 0 0.66222335054188974 0.67575757575757578 1 12 1 12 0 0 115 5 422 3943927 55200 150.68672180175781 0.97989999999999999 179.8143 20160 12188 0 0 983040 737280 737280 737527 748800 46 26 26 65 259 0 0 0 0 5 0 0 0 0 0 +1818 1783782100644951500 REFRESH 37 0 0.66384737034184571 0.67575757575757578 1 12 1 12 0 0 151 6 414 3943905 55200 151.29600524902344 0.97919999999999996 180.5735 20160 12097 0 0 983040 737280 737280 737505 748800 74 26 39 83 192 0 0 0 0 6 0 0 0 0 0 +1819 1783782100850170900 REFRESH 24 0 0.6569683918951521 0.87070707070707098 4 11 4 11 0 0 159 7 411 3943895 55200 151.44755554199219 0.98470000000000002 181.56389999999999 20160 13096 0 0 983040 737280 737280 737495 748800 42 26 28 31 284 0 0 0 0 7 0 0 0 0 0 +1820 1783782101037742400 REFRESH 14 0 0.66421563735776501 0.57373737373737377 0 12 0 12 0 0 134 6 417 3943918 55200 150.51878356933594 0.98350000000000004 186.41489999999999 20160 12525 0 0 983040 737280 737280 737518 748800 128 25 32 28 204 0 0 0 0 6 0 0 0 0 0 +1821 1783782101230145500 REFRESH 38 0 0.66273228730164035 0.55555555555555558 2 10 2 10 0 0 130 9 419 3943903 55200 151.25196838378906 0.98099999999999998 180.23840000000001 20160 12417 0 0 983040 737280 737280 737503 748800 131 26 59 61 142 0 0 0 0 9 0 0 0 0 0 +1822 1783782101422485100 REFRESH 51 0 0.66432178044544321 0.76868686868686875 3 11 3 11 0 0 124 5 419 3943918 55200 149.970947265625 0.97829999999999995 179.57149999999999 20160 12195 0 0 983040 737280 737280 737518 748800 112 25 87 49 146 0 0 0 0 5 0 0 0 0 0 +1823 1783782101650105400 REFRESH 42 0 0.71310699210873729 0.11111111111111109 2 6 2 6 0 0 160 6 424 3943911 55200 152.42854309082031 0.97989999999999999 226.41630000000001 20160 13205 0 0 983040 737280 737280 737511 748800 118 25 83 77 121 0 0 0 0 6 0 0 0 0 0 +1824 1783782101880346200 REFRESH 46 0 0.75240752666051047 0.12929292929292943 0 8 0 8 0 0 335 2 433 3943933 55200 152.34150695800781 0.98319999999999996 206.5573 20160 12983 0 0 983040 737280 737280 737533 748800 118 25 68 70 152 0 0 0 0 2 0 0 0 0 0 +1825 1783782102069671600 REFRESH 34 0 0.66062116637112434 0.78686868686868705 1 13 1 13 0 0 117 5 423 3943915 55200 149.87373352050781 0.98350000000000004 177.904 20160 12236 0 0 983040 737280 737280 737514 748800 44 25 38 75 241 0 0 0 0 5 0 0 0 0 0 +1826 1783782102261329200 REFRESH 23 0 0.65792108528234294 0.99090909090909129 3 13 3 13 0 0 130 8 407 3943927 55200 150.01087951660156 0.98050000000000004 180.21090000000001 20160 13044 0 0 983040 737280 737280 737527 748800 90 26 32 28 231 0 0 0 0 8 0 0 0 0 0 +1827 1783782102454073400 REFRESH 49 0 0.65882978104650847 0.6575757575757577 3 10 3 10 0 0 142 5 420 3943914 55200 152.36300659179688 0.97970000000000002 181.19460000000001 20160 12106 0 0 983040 737280 737280 737514 748800 78 29 31 33 249 0 0 0 0 5 0 0 0 0 0 +1828 1783782102645281700 REFRESH 19 0 0.66076779240536165 0.66666666666666674 2 11 2 11 0 0 142 4 424 3943916 55200 151.31135559082031 0.98329999999999995 179.8167 20160 12130 0 0 983040 737280 737280 737516 748800 78 26 30 43 247 0 0 0 0 4 0 0 0 0 0 +1829 1783782102834881900 REFRESH 39 0 0.66434739526351128 0.43535353535353549 3 8 3 8 0 0 192 10 406 3943887 55200 151.47418212890625 0.98329999999999995 187.96250000000001 20160 12196 0 0 983040 737280 737280 737487 748800 34 25 39 30 278 0 0 0 0 10 0 0 0 0 0 +1830 1783782103038933900 REFRESH 35 0 0.66397332987501612 0.66666666666666674 2 11 2 11 0 0 179 8 414 3943920 55200 151.97184753417969 0.98099999999999998 181.96420000000001 20160 11961 0 0 983040 737280 737280 737520 748800 98 26 35 88 167 0 0 0 0 8 0 0 0 0 0 +1831 1783782103231363900 REFRESH 10 0 0.65948179691744324 0.45353535353535362 1 10 1 10 0 0 131 8 421 3943928 55200 150.68159484863281 0.98040000000000005 180.928 20160 12095 0 0 983040 737280 737280 737528 748800 109 25 35 36 216 0 0 0 0 8 0 0 0 0 0 +1832 1783782103456713600 REFRESH 11 0 0.70127136537629553 0.12929292929292943 0 8 0 8 0 0 118 5 415 3943915 55200 150.27711486816406 0.98360000000000003 224.2192 20160 12672 0 0 983040 737280 737280 737515 748800 101 25 46 54 189 0 0 0 0 5 0 0 0 0 0 +1833 1783782103644654300 REFRESH 8 0 0.83359141785143254 0 2 5 2 5 0 0 244 6 419 3943893 55200 152.4715576171875 0.98170000000000002 186.8296 20160 13485 0 0 983040 737280 737280 737493 748800 59 26 69 125 140 0 0 0 0 6 0 0 0 0 0 +1834 1783782103847602400 REFRESH 15 0 0.6649300186945768 0.76868686868686875 3 11 3 11 0 0 111 7 418 3943939 55200 151.61241149902344 0.98270000000000002 182.7603 20160 13212 0 0 983040 737280 737280 737539 748800 34 26 52 60 246 0 0 0 0 7 0 0 0 0 0 +1835 1783782104065626000 REFRESH 21 0 0.66222989739526039 0.35151515151515161 0 10 0 10 0 0 194 10 414 3943926 55200 152.25651550292969 0.98260000000000003 203.86199999999999 20160 12211 0 0 983040 737280 737280 737525 748800 117 26 46 69 156 0 0 0 0 10 0 0 0 0 0 +1836 1783782104285453600 REFRESH 9 0 0.69532449436683441 0.11111111111111109 2 6 2 6 0 0 152 4 428 3943893 55200 150.84339904785156 0.97950000000000004 218.44139999999999 20160 12761 0 0 983040 737280 737280 737493 748800 173 25 40 109 81 0 0 0 0 4 0 0 0 0 0 +1837 1783782104508814900 REFRESH 52 0 0.69930420010783212 0.12020202020202017 1 7 1 7 0 0 127 1 430 3943903 55200 151.07481384277344 0.97809999999999997 222.0522 20160 12541 0 0 983040 737280 737280 737503 748800 184 26 67 69 84 0 0 0 0 1 0 0 0 0 0 +1838 1783782104709014600 REFRESH 2 0 0.66676551071382417 0.33333333333333343 2 8 2 8 0 0 156 7 416 3943947 55200 151.04409790039062 0.98089999999999999 199.0915 20160 12375 0 0 983040 737280 737280 737546 748800 129 25 47 54 161 1 0 0 0 6 0 0 0 0 0 +1839 1783782104925989300 REFRESH 1 0 0.6927929473880805 0.12020202020202017 1 7 1 7 0 0 145 5 428 3943917 55200 151.74758911132812 0.98229999999999995 215.83789999999999 20160 13301 0 0 983040 737280 737280 737517 748800 129 25 78 99 97 0 0 0 0 5 0 0 0 0 0 +1840 1783782105128977600 REFRESH 18 0 0.6608941347935281 1 2 14 2 14 0 0 138 9 424 3943910 55200 153.03167724609375 0.98119999999999996 182.2106 20160 12368 0 0 983040 737280 737280 737509 748800 70 26 82 45 201 0 0 0 0 9 0 0 0 0 0 +1841 1783782105332447800 REFRESH 32 0 0.66398788452610158 0.23131313131313144 1 8 1 8 0 0 160 2 420 3943937 55200 151.54074096679688 0.98150000000000004 191.6138 20160 12903 0 0 983040 737280 737280 737536 748800 107 26 94 79 114 0 0 0 0 2 0 0 0 0 0 +1842 1783782105522692200 REFRESH 40 0 0.66213497834073887 0.67575757575757578 1 12 1 12 0 0 146 5 419 3943903 55200 150.13375854492188 0.98080000000000001 178.6722 20160 12521 0 0 983040 737280 737280 737502 748800 97 25 31 55 211 0 0 0 0 5 0 0 0 0 0 +1843 1783782105713633200 REFRESH 58 0 0.66538083829710237 0.77777777777777779 2 12 2 12 0 0 142 7 414 3943900 55200 150.5587158203125 0.98329999999999995 178.85910000000001 20160 12240 0 0 983040 737280 737280 737500 748800 51 25 25 33 280 0 0 0 0 7 0 0 0 0 0 +1844 1783782105904946700 REFRESH 7 0 0.6571916532477613 0.67575757575757578 1 12 1 12 0 0 149 11 421 3943921 55200 149.92793273925781 0.9859 180.45230000000001 20160 11887 0 0 983040 737280 737280 737520 748800 59 26 49 44 243 0 0 0 0 11 0 0 0 0 0 +1845 1783782106098537400 REFRESH 27 0 0.6636226755682032 0.7959595959595962 0 14 0 14 0 0 169 9 411 3943914 55200 151.27757263183594 0.98199999999999998 181.85419999999999 20160 12278 0 0 983040 737280 737280 737514 748800 75 26 35 27 248 0 0 0 0 9 0 0 0 0 0 +1846 1783782106322681000 REFRESH 56 0 0.82769483892172302 0 2 5 2 5 0 0 231 4 415 3943915 55200 151.28166198730469 0.97750000000000004 222.9229 20160 13605 0 0 983040 737280 737280 737515 748800 130 26 50 125 84 0 0 0 0 4 0 0 0 0 0 +1847 1783782106524503400 REFRESH 28 0 0.66460555584268421 0.67575757575757578 1 12 1 12 0 0 163 9 409 3943917 55200 150.98777770996094 0.98560000000000003 181.68520000000001 20160 11913 0 0 983040 737280 737280 737517 748800 31 26 32 31 289 0 0 0 0 9 0 0 0 0 0 +1848 1783782106716716100 REFRESH 43 0 0.66231030027717608 0.76868686868686875 3 11 3 11 0 0 151 10 427 3943906 55200 151.01132202148438 0.98209999999999997 180.74959999999999 20160 12603 0 0 983040 737280 737280 737506 748800 130 25 121 45 106 0 0 0 0 10 0 0 0 0 0 +1849 1783782106931014100 REFRESH 48 0 0.72941548616493768 0.11111111111111109 2 6 2 6 0 0 206 10 424 3943918 55200 151.72213745117188 0.98019999999999996 213.1224 20160 12833 0 0 983040 737280 737280 737518 748800 106 26 66 54 172 0 0 0 0 10 0 0 0 0 0 +1850 1783782107127991200 REFRESH 33 0 0.69920307034350626 0.12020202020202017 1 7 1 7 0 0 197 3 422 3943911 55200 153.77818298339844 0.98219999999999996 195.7758 20160 13205 0 0 983040 737280 737280 737511 748800 103 26 51 49 193 0 0 0 0 3 0 0 0 0 0 +1851 1783782108432987700 DEPTH 17 1 0.82319098125289203 0.018181818181818247 0 7 0 7 0 0 226 18 2518 23664815 81600 866.95527648925781 5.8778000000000006 1303.848 120960 64878 1 0 5898240 4423680 4423680 4426412 4492800 245 156 192 286 1639 0 0 0 0 18 0 0 0 0 0 +1852 1783782109718212900 DEPTH 13 1 0.82230271560389545 0.0090909090909090783 1 6 1 6 0 0 192 32 2497 23664829 81600 867.47544860839844 5.8880000000000008 1284.0918999999999 120960 64519 1 0 5898240 4423680 4423680 4426428 4492800 299 156 173 202 1667 0 4 0 0 28 0 0 0 0 0 +1853 1783782110840509200 DEPTH 8 1 0.77966533147705896 0 2 5 2 5 1 0 245 16 2575 23664773 81600 875.4586181640625 5.8723000000000001 1100.5044 120960 65968 1 0 5898240 4423680 4423680 4426370 4492800 165 156 150 411 1693 0 0 0 0 16 0 0 0 0 1 +1854 1783782112148667100 DEPTH 46 1 0.74116663560466156 0.12929292929292943 0 8 0 8 1 0 335 31 2609 23664810 81600 868.79763793945312 5.8803999999999998 1306.7045000000001 120960 62836 1 0 5898240 4423680 4423680 4426408 4492800 435 150 225 323 1476 2 0 0 0 29 0 0 0 0 1 +1855 1783782113497547500 DEPTH 42 1 0.7086371359419722 0.11111111111111109 2 6 2 6 0 0 160 10 2637 23664842 81600 867.90449523925781 5.8829000000000002 1313.8596 120960 64782 1 0 5898240 4423680 4423680 4426442 4492800 213 150 245 189 1840 0 0 0 0 10 0 0 0 0 0 +1856 1783782114810679400 DEPTH 31 1 0.70832567175070094 0.11111111111111109 2 6 2 6 0 0 170 13 2595 23664828 81600 864.29393005371094 5.8946000000000005 1270.6943000000001 120960 63248 1 0 5898240 4423680 4423680 4426428 4492800 460 150 176 446 1363 0 0 0 0 13 0 0 0 0 0 +1857 1783782115998847600 DEPTH 16 1 0.70375815512739948 0.11111111111111109 2 6 2 6 0 0 209 19 2544 23664790 81600 870.51480102539062 5.8793000000000006 1149.0239999999999 120960 62792 1 0 5898240 4423680 4423680 4426390 4492800 336 156 155 247 1650 0 0 0 0 19 0 0 0 0 0 +1858 1783782117260067900 DEPTH 53 1 0.70178924357150041 0.12929292929292943 0 8 0 8 0 0 169 26 2517 23664860 81600 869.85932922363281 5.8785999999999996 1238.9099000000001 120960 63375 1 0 5898240 4423680 4423680 4426454 4492800 244 156 174 175 1768 0 0 0 0 26 0 0 0 0 0 +1859 1783782118564744000 DEPTH 56 1 0.7023266252110848 0 2 5 2 5 0 0 231 24 2550 23664838 81600 863.89044189453125 5.8827999999999996 1303.4505999999999 120960 65533 1 0 5898240 4423680 4423680 4426437 4492800 466 150 198 440 1296 0 0 0 0 24 0 0 0 0 0 +1860 1783782119888801400 DEPTH 11 1 0.69761127119016342 0.12929292929292943 0 8 0 8 0 0 118 5 2535 23664888 81600 860.26773071289062 5.8942999999999994 1302.7209 120960 61467 1 0 5898240 4423680 4423680 4426486 4492800 265 150 176 220 1724 0 0 0 0 5 0 0 0 0 0 +1861 1783782121280931200 DEPTH 9 1 0.69124176053559727 0.11111111111111109 2 6 2 6 0 0 152 7 2623 23664821 81600 868.31205749511719 5.8979999999999997 1310.2058999999999 120960 61600 1 0 5898240 4423680 4423680 4426421 4492800 791 150 221 547 914 0 0 0 0 7 0 0 0 0 0 +1862 1783782122603480500 DEPTH 44 1 0.6635155235081065 0.22222222222222218 2 7 2 7 0 0 181 16 2579 23664904 81600 867.21640014648438 5.9019000000000004 1321.2977000000001 120960 61862 1 0 5898240 4423680 4423680 4426504 4492800 221 156 150 172 1880 0 0 0 0 16 0 0 0 0 0 +1863 1783782123916964200 DEPTH 45 1 0.66282085313170302 0.22222222222222218 2 7 2 7 0 0 175 37 2612 23664845 81600 871.25401306152344 5.8984000000000005 1253.3838000000001 120960 62093 1 0 5898240 4423680 4423680 4426443 4492800 172 150 165 170 1955 0 0 0 0 37 0 0 0 0 0 +1864 1783782125143762500 DEPTH 39 1 0.66253918703172243 0.43535353535353549 3 8 3 8 0 0 192 30 2594 23664864 81600 861.79022216796875 5.8868999999999998 1214.8769 120960 57553 1 0 5898240 4423680 4423680 4426464 4492800 150 150 156 150 1988 0 0 0 0 30 0 0 0 0 0 +1865 1783782126454312200 DEPTH 52 1 0.69184338324295824 0.12020202020202017 1 7 1 7 0 0 127 9 2586 23664898 81600 860.72216796875 5.8864000000000001 1288.9496999999999 120960 61685 1 0 5898240 4423680 4423680 4426496 4492800 872 156 347 408 803 0 0 0 0 9 0 0 0 0 0 +1866 1783782127770439200 DEPTH 54 1 0.66140913256994738 0.23131313131313144 1 8 1 8 0 0 137 16 2599 23664805 81600 861.71751403808594 5.8872 1314.8753999999999 120960 60752 1 0 5898240 4423680 4423680 4426405 4492800 470 150 268 299 1412 0 0 0 0 16 0 0 0 0 0 +1867 1783782129088865400 DEPTH 17 1 0.73429171258090442 0.018181818181818247 0 7 0 7 0 0 226 12 2523 23664882 81600 858.43046569824219 5.8811 1302.8146999999999 120960 53721 1 0 5898240 4423680 4423680 4426479 4492800 246 156 190 315 1616 0 0 0 0 12 0 0 0 0 0 +1868 1783782130366458200 DEPTH 13 1 0.73349274278685139 0.0090909090909090783 1 6 1 6 0 0 192 15 2498 23664904 81600 857.63499450683594 5.8840000000000003 1276.4684 120960 53883 1 0 5898240 4423680 4423680 4426502 4492800 302 150 168 226 1652 0 0 0 0 15 0 0 0 0 0 +1869 1783782131489501700 DEPTH 8 1 0.74001254728923505 0 2 5 2 5 0 0 245 26 2569 23664968 81600 866.79859924316406 5.8677999999999999 1101.8604 120960 55508 1 0 5898240 4423680 4423680 4426568 4492800 161 156 150 525 1577 0 0 0 0 26 0 0 0 0 0 +1870 1783782132843377000 DEPTH 1 1 0.68983643120012972 0.12020202020202017 1 7 1 7 0 0 145 5 2611 23664919 81600 867.64234924316406 5.8690000000000007 1320.6497999999999 120960 63022 1 0 5898240 4423680 4423680 4426518 4492800 355 150 257 356 1493 0 0 0 0 5 0 0 0 0 0 +1871 1783782134117318500 DEPTH 2 1 0.6636525571949492 0.33333333333333343 2 8 2 8 0 0 156 23 2580 23664804 81600 865.29432678222656 5.8744999999999994 1272.8472999999999 120960 58729 1 0 5898240 4423680 4423680 4426401 4492800 467 150 210 285 1468 1 0 0 0 22 0 0 0 0 0 +1872 1783782135441681700 DEPTH 21 1 0.66193535119626401 0.35151515151515161 0 10 0 10 1 0 197 39 2549 23664777 81600 867.29318237304688 5.8773 1298.1985 120960 59017 1 0 5898240 4423680 4423680 4426376 4492800 246 150 180 228 1745 0 0 0 0 39 0 0 0 0 1 +1873 1783782136773086600 DEPTH 30 1 0.66105158328880997 0.23131313131313144 1 8 1 8 0 0 161 17 2588 23664937 81600 866.84085083007812 5.9120999999999997 1330.2037 120960 62231 1 0 5898240 4423680 4423680 4426536 4492800 460 150 245 515 1218 0 0 2 0 15 0 0 0 0 0 +1874 1783782137828468700 DEPTH 38 1 0.66088750162234211 0.55555555555555558 2 10 2 10 0 0 130 73 2562 23664846 81600 860.296875 5.8919999999999995 1033.1303 120960 58939 1 0 5898240 4423680 4423680 4426446 4492800 231 156 222 171 1782 0 0 0 0 73 0 0 0 0 0 +1875 1783782139128672700 DEPTH 56 1 0.73340914946899083 0 2 5 2 5 0 0 231 14 2573 23664888 81600 853.67808532714844 5.8928000000000003 1298.9735000000001 120960 53973 1 0 5898240 4423680 4423680 4426488 4492800 468 150 198 534 1223 0 0 0 0 14 0 0 0 0 0 +1876 1783782140440938100 DEPTH 48 1 0.7271432987931461 0.11111111111111109 2 6 2 6 1 0 206 47 2560 23664919 81600 869.35653686523438 5.8891 1311.0099 120960 62488 1 0 5898240 4423680 4423680 4426516 4492800 194 153 170 169 1874 0 0 0 0 47 0 0 0 0 1 +1877 1783782141751875200 DEPTH 46 1 0.71892027681591864 0.12929292929292943 0 8 0 8 1 0 335 48 2623 23664858 81600 862.65972900390625 5.8862999999999994 1309.722 120960 50860 1 0 5898240 4423680 4423680 4426454 4492800 428 150 203 358 1484 0 0 0 0 48 0 0 0 0 2 +1878 1783782142970368000 DEPTH 33 1 0.6934285486041698 0.12020202020202017 1 7 1 7 0 0 197 13 2526 23664843 81600 873.89491271972656 5.9048999999999996 1217.3045999999999 120960 63638 1 0 5898240 4423680 4423680 4426441 4492800 335 153 169 200 1669 0 0 0 0 13 0 0 0 0 0 +1879 1783782144050265100 DEPTH 28 1 0.66223151941403935 0.67575757575757578 1 12 1 12 0 0 166 34 2524 23664916 81600 862.96580505371094 5.8916000000000004 1038.8426999999999 120960 57304 1 0 5898240 4423680 4423680 4426510 4492800 153 150 150 156 1915 0 0 0 0 34 0 0 0 0 0 +1880 1783782145145326600 DEPTH 27 1 0.6611064687462973 0.7959595959595962 0 14 0 14 0 0 171 31 2548 23664946 81600 862.54899597167969 5.8790000000000004 1036.2498000000001 120960 60378 1 0 5898240 4423680 4423680 4426545 4492800 164 156 157 153 1918 0 2 0 0 29 0 0 0 0 0 +1881 1783782146227966100 DEPTH 47 1 0.66079400544196809 0.66666666666666674 2 11 2 11 0 0 122 17 2592 23664942 81600 864.16276550292969 5.9162000000000008 1038.3141000000001 120960 58077 1 0 5898240 4423680 4423680 4426540 4492800 154 150 157 164 1967 0 0 0 0 17 0 0 0 0 0 +1882 1783782147301641800 DEPTH 15 1 0.6606644534985453 0.76868686868686875 3 11 3 11 1 0 112 33 2540 23664815 81600 864.40480041503906 5.8877999999999995 1035.2138 120960 65303 1 0 5898240 4423680 4423680 4426415 4492800 172 150 179 230 1809 0 0 1 2 30 0 0 0 0 1 +1883 1783782147498228500 REFRESH 35 0 0.6600380825114458 0.66666666666666674 2 11 2 11 0 0 179 9 414 3943918 55200 151.07583618164062 0.98050000000000004 181.65620000000001 20160 12002 0 0 983040 737280 737280 737518 748800 99 26 33 83 173 0 0 0 0 9 0 0 0 0 0 +1884 1783782147678721200 REFRESH 27 0 0.44933769766427406 0.7959595959595962 0 14 0 14 0 0 171 5 413 3943913 55200 150.13682556152344 0.98270000000000002 179.3048 20160 12180 0 0 983040 737280 737280 737512 748800 101 26 40 27 219 0 0 0 0 5 0 0 0 0 0 +1885 1783782147905846400 REFRESH 41 0 0.65702357115505472 0.34242424242424252 1 9 1 9 0 0 116 7 417 3943881 55200 150.80242919921875 0.97960000000000003 205.38409999999999 20160 12982 0 0 983040 737280 737280 737480 748800 206 26 28 32 125 0 1 0 0 6 0 0 0 0 0 +1886 1783782148147082800 REFRESH 42 0 0.70847015772347677 0.11111111111111109 2 6 2 6 0 0 160 5 428 3943908 55200 152.2186279296875 0.97970000000000002 226.32130000000001 20160 12959 0 0 983040 737280 737280 737507 748800 123 25 90 85 105 0 0 0 0 5 0 0 0 0 0 +1887 1783782148339770500 REFRESH 34 0 0.65461962442986932 0.78686868686868705 1 13 1 13 1 0 117 6 422 3943917 55200 149.46429443359375 0.97929999999999995 177.5429 20160 12183 0 0 983040 737280 737280 737517 748800 44 25 36 63 254 0 0 0 0 6 0 0 0 0 1 +1888 1783782148541145200 REFRESH 13 0 0.77448405293313383 0.0090909090909090783 1 6 1 6 0 0 192 3 415 3943897 55200 150.7010498046875 0.98150000000000004 199.8528 20160 13513 0 0 983040 737280 737280 737497 748800 153 26 69 64 103 0 0 0 0 3 0 0 0 0 0 +1889 1783782148720984600 REFRESH 37 0 0.6588540253357057 0.67575757575757578 1 12 1 12 0 0 151 10 412 3943905 55200 149.8787841796875 0.98019999999999996 178.57419999999999 20160 12129 0 0 983040 737280 737280 737505 748800 72 26 38 81 195 0 0 0 0 10 0 0 0 0 0 +1890 1783782148926809700 REFRESH 24 0 0.65326975176369317 0.87070707070707098 4 11 4 11 0 0 160 10 412 3943938 55200 151.29190063476562 0.98160000000000003 181.42410000000001 20160 12984 0 0 983040 737280 737280 737538 748800 44 26 27 27 288 0 0 0 0 10 0 0 0 0 0 +1891 1783782149133475800 REFRESH 32 0 0.65672980553496973 0.23131313131313144 1 8 1 8 0 0 160 3 425 3943908 55200 152.46028137207031 0.98050000000000004 191.05359999999999 20160 12940 0 0 983040 737280 737280 737508 748800 114 26 105 84 96 0 0 0 0 3 0 0 0 0 0 +1892 1783782149316617400 REFRESH 15 0 0.51221102784195205 0.76868686868686875 3 11 3 11 0 0 112 9 422 3943903 55200 151.01235961914062 0.98340000000000005 181.84549999999999 20160 12083 0 0 983040 737280 737280 737502 748800 48 26 59 67 222 0 0 0 0 9 0 0 0 0 0 +1893 1783782149508855600 REFRESH 7 0 0.65642873396479828 0.67575757575757578 1 12 1 12 0 0 150 11 418 3943903 55200 150.64472961425781 0.98209999999999997 180.7039 20160 11898 0 0 983040 737280 737280 737503 748800 50 26 38 39 265 0 0 0 0 11 0 0 0 0 0 +1894 1783782149723584600 REFRESH 44 0 0.66367179518675545 0.22222222222222218 2 7 2 7 0 0 181 7 424 3943931 55200 151.26322937011719 0.98250000000000004 213.4888 20160 12957 0 0 983040 737280 737280 737529 748800 88 26 33 59 218 0 0 0 0 7 0 0 0 0 0 +1895 1783782149943698300 REFRESH 1 0 0.68698984916735806 0.12020202020202017 1 7 1 7 0 0 145 0 431 3943913 55200 151.98719787597656 0.98160000000000003 218.91739999999999 20160 13358 0 0 983040 737280 737280 737513 748800 123 25 76 97 110 0 0 0 0 0 0 0 0 0 0 +1896 1783782150138614400 REFRESH 53 0 0.70266210058500123 0.12929292929292943 0 8 0 8 0 0 169 3 414 3943902 55200 152.11827087402344 0.98109999999999997 193.59139999999999 20160 13231 0 0 983040 737280 737280 737502 748800 157 27 40 36 154 0 0 0 0 3 0 0 0 0 0 +1897 1783782150321027900 REFRESH 28 0 0.59073567995565135 0.67575757575757578 1 12 1 12 0 0 166 5 404 3943921 55200 151.83258056640625 0.97940000000000005 181.24520000000001 20160 11940 0 0 983040 737280 737280 737521 748800 33 26 34 30 281 0 0 0 0 5 0 0 0 0 0 +1898 1783782150524583200 REFRESH 20 0 0.64773131307372167 0.66666666666666674 2 11 2 11 0 0 138 8 419 3943875 55200 151.47212219238281 0.98050000000000004 180.14619999999999 20160 12541 0 0 983040 737280 737280 737475 748800 71 25 58 100 165 0 0 0 0 8 0 0 0 0 0 +1899 1783782150751153100 REFRESH 17 0 0.8252661306498783 0.018181818181818247 0 7 0 7 0 0 226 3 417 3943900 55200 151.39634704589844 0.97989999999999999 225.44839999999999 20160 13563 0 0 983040 737280 737280 737500 748800 98 26 60 110 123 0 0 0 0 3 0 0 0 0 0 +1900 1783782150972916600 REFRESH 52 0 0.69301990418495441 0.12020202020202017 1 7 1 7 0 0 127 0 427 3943907 55200 150.31910705566406 0.98029999999999995 220.55969999999999 20160 13727 0 0 983040 737280 737280 737507 748800 183 26 65 73 80 0 0 0 0 0 0 0 0 0 0 +1901 1783782151163925200 REFRESH 16 0 0.70463161010779973 0.11111111111111109 2 6 2 6 0 0 209 2 413 3943925 55200 153.0777587890625 0.98419999999999996 189.85220000000001 20160 13172 0 0 983040 737280 737280 737525 748800 169 26 27 101 90 0 0 0 0 2 0 0 0 0 0 +1902 1783782151433207500 REFRESH 25 0 0.65107006475764151 0.76868686868686875 3 11 3 11 0 0 132 8 419 3943919 55200 151.11576843261719 0.98209999999999997 180.9751 20160 12937 0 0 983040 737280 737280 737519 748800 39 25 39 26 290 0 0 0 0 8 0 0 0 0 0 +1903 1783782151621717700 REFRESH 8 0 0.83031905531407024 0 2 5 2 5 1 0 245 5 414 3943925 55200 152.58930969238281 0.98240000000000005 187.40039999999999 20160 13493 0 0 983040 737280 737280 737525 748800 61 26 74 125 128 0 0 0 0 5 0 0 0 0 1 +1904 1783782151833150900 REFRESH 50 0 0.65404010166894255 0.44444444444444453 2 9 2 9 0 0 148 7 419 3943898 55200 150.67750549316406 0.98050000000000004 185.9502 20160 12475 0 0 983040 737280 737280 737498 748800 103 26 30 48 212 0 0 0 0 7 0 0 0 0 0 +1905 1783782152013666200 REFRESH 38 0 0.65982719199206974 0.55555555555555558 2 10 2 10 0 0 130 8 417 3943933 55200 150.29145812988281 0.97940000000000005 179.2826 20160 12226 0 0 983040 737280 737280 737533 748800 138 26 51 50 152 1 0 0 0 7 0 0 0 0 0 +1906 1783782152206598600 REFRESH 3 0 0.65649807949816075 0.44444444444444453 2 9 2 9 0 0 160 9 421 3943902 55200 152.07833862304688 0.99660000000000004 191.8964 20160 12074 0 0 983040 737280 737280 737502 748800 198 26 35 34 128 0 0 0 0 9 0 0 0 0 0 +1907 1783782152405554500 REFRESH 22 0 0.65356593968941279 0.76868686868686875 3 11 3 11 0 0 155 7 418 3943932 55200 152.06809997558594 0.98839999999999995 183.1258 20160 11992 0 0 983040 737280 737280 737532 748800 112 26 58 35 187 0 0 0 0 7 0 0 0 0 0 +1908 1783782152603156500 REFRESH 43 0 0.66006898564939676 0.76868686868686875 3 11 3 11 0 0 151 12 429 3943945 55200 150.56393432617188 0.9899 181.79650000000001 20160 12517 0 0 983040 737280 737280 737545 748800 136 25 126 48 94 0 0 0 0 12 0 0 0 0 0 +1909 1783782152801617200 REFRESH 57 0 0.65388663784271062 0.77777777777777779 2 12 2 12 0 0 155 10 406 3943939 55200 149.9893798828125 0.99790000000000001 181.10650000000001 20160 12225 0 0 983040 737280 737280 737539 748800 107 26 34 32 207 0 0 0 0 10 0 0 0 0 0 +1910 1783782152995603600 REFRESH 6 0 0.6388516079182327 0.76868686868686875 3 11 3 11 0 0 127 5 420 3943924 55200 149.56442260742188 0.98199999999999998 178.20099999999999 20160 12127 0 0 983040 737280 737280 737524 748800 38 25 44 50 263 0 0 0 0 5 0 0 0 0 0 +1911 1783782153189305400 REFRESH 33 0 0.69511614121382348 0.12020202020202017 1 7 1 7 0 0 197 4 423 3943897 55200 153.36448669433594 0.98640000000000005 192.53739999999999 20160 13309 0 0 983040 737280 737280 737497 748800 141 26 85 58 113 0 0 0 0 4 0 0 0 0 0 +1912 1783782153370411200 REFRESH 47 0 0.65954712979773866 0.66666666666666674 2 11 2 11 0 0 123 5 422 3943920 55200 150.64064025878906 0.98009999999999997 179.8811 20160 12300 0 0 983040 737280 737280 737520 748800 52 26 43 30 271 0 1 0 0 4 0 0 0 0 0 +1913 1783782153577059600 REFRESH 10 0 0.65768218771600173 0.45353535353535362 1 10 1 10 0 0 132 5 423 3943931 55200 150.9222412109375 0.9819 181.07689999999999 20160 12145 0 0 983040 737280 737280 737531 748800 121 25 35 38 204 0 0 0 0 5 0 0 0 0 0 +1914 1783782153826904300 REFRESH 11 0 0.69432783293063904 0.12929292929292943 0 8 0 8 0 0 118 9 420 3943933 55200 150.34060668945312 0.98229999999999995 224.5436 20160 13340 0 0 983040 737280 737280 737533 748800 136 25 61 65 133 0 0 0 0 9 0 0 0 0 0 +1915 1783782154049671500 REFRESH 30 0 0.66152290197531993 0.23131313131313144 1 8 1 8 0 0 161 2 423 3943922 55200 151.1383056640625 0.98360000000000003 205.6276 20160 12918 0 0 983040 737280 737280 737522 748800 119 25 53 137 89 0 0 1 0 1 0 0 0 0 0 +1916 1783782154245977900 REFRESH 18 0 0.65796074318869646 1 2 14 2 14 0 0 138 8 420 3943894 55200 150.0948486328125 0.99239999999999995 181.0206 20160 12806 0 0 983040 737280 737280 737494 748800 76 26 84 46 188 0 0 0 0 8 0 0 0 0 0 +1917 1783782154452570100 REFRESH 46 0 0.73705149471037557 0.12929292929292943 0 8 0 8 0 0 335 2 422 3943907 55200 151.98515319824219 0.98509999999999998 205.40039999999999 20160 12790 0 0 983040 737280 737280 737507 748800 118 25 69 75 135 0 0 0 0 2 0 0 0 0 0 +1918 1783782154656992700 REFRESH 58 0 0.66047072822524111 0.77777777777777779 2 12 2 12 0 0 142 10 412 3943912 55200 150.80551147460938 0.98019999999999996 179.10140000000001 20160 12346 0 0 983040 737280 737280 737512 748800 47 25 25 31 284 0 0 0 0 10 0 0 0 0 0 +1919 1783782154860156300 REFRESH 21 0 0.66154819656271679 0.35151515151515161 0 10 0 10 0 0 197 7 419 3943925 55200 151.90733337402344 0.98180000000000001 202.02080000000001 20160 12540 0 0 983040 737280 737280 737525 748800 126 26 47 71 149 0 0 0 0 7 0 0 0 0 0 +1920 1783782155054589800 REFRESH 0 0 0.65838706110184309 0.67575757575757578 1 12 1 12 0 0 105 7 427 3943915 55200 150.66534423828125 0.98839999999999995 179.1104 20160 13008 0 0 983040 737280 737280 737515 748800 49 25 25 25 303 0 0 0 0 7 0 0 0 0 0 +1921 1783782155256915700 REFRESH 14 0 0.65986982615091838 0.57373737373737377 0 12 0 12 0 0 134 9 416 3943908 55200 150.41740417480469 0.98919999999999997 186.49189999999999 20160 12354 0 0 983040 737280 737280 737508 748800 120 25 33 29 209 0 0 0 0 9 0 0 0 0 0 +1922 1783782155443606600 REFRESH 39 0 0.66087683448302137 0.43535353535353549 3 8 3 8 0 0 192 14 408 3943918 55200 150.22079467773438 0.98170000000000002 185.52289999999999 20160 12124 0 0 983040 737280 737280 737518 748800 35 25 30 29 289 0 0 0 0 14 0 0 0 0 0 +1923 1783782155645887400 REFRESH 5 0 0.66025237870947806 0.66666666666666674 2 11 2 11 0 0 100 6 416 3943910 55200 149.99040222167969 0.97860000000000003 177.74189999999999 20160 12279 0 0 983040 737280 737280 737510 748800 67 25 34 140 150 0 0 0 0 6 0 0 0 0 0 +1924 1783782155841698000 REFRESH 12 0 0.65668846754863286 0.43535353535353549 3 8 3 8 0 0 210 7 414 3943903 55200 150.57408142089844 0.98150000000000004 180.5522 20160 11962 0 0 983040 737280 737280 737503 748800 166 26 33 69 120 0 0 0 0 7 0 0 0 0 0 +1925 1783782156033696500 REFRESH 4 0 0.6379431912026744 0.78686868686868705 1 13 1 13 0 0 70 5 415 3943920 55200 149.25004577636719 0.98150000000000004 176.8733 20160 12849 0 0 983040 737280 737280 737520 748800 27 26 32 33 297 0 0 0 0 5 0 0 0 0 0 +1926 1783782156228244300 REFRESH 26 0 0.6569821263104636 0.67575757575757578 1 12 1 12 0 0 115 5 425 3943904 55200 150.44915771484375 0.98150000000000004 179.62459999999999 20160 12105 0 0 983040 737280 737280 737504 748800 46 26 26 62 265 0 0 0 0 5 0 0 0 0 0 +1927 1783782156427965800 REFRESH 2 0 0.66380865706491532 0.33333333333333343 2 8 2 8 0 0 156 6 418 3943928 55200 151.02259826660156 0.97960000000000003 198.58320000000001 20160 12234 0 0 983040 737280 737280 737528 748800 139 25 50 53 151 0 0 0 0 6 0 0 0 0 0 +1928 1783782156653908900 REFRESH 49 0 0.65358516625075835 0.6575757575757577 3 10 3 10 0 0 142 5 414 3943922 55200 151.64314270019531 0.98099999999999998 180.8535 20160 12502 0 0 983040 737280 737280 737521 748800 122 26 33 45 188 0 0 0 0 5 0 0 0 0 0 +1929 1783782156877629600 REFRESH 56 0 0.82448234504266527 0 2 5 2 5 0 0 231 3 414 3943910 55200 151.3912353515625 0.97750000000000004 222.4478 20160 13345 0 0 983040 737280 737280 737510 748800 128 26 50 122 88 0 0 0 0 3 0 0 0 0 0 +1930 1783782157080925500 REFRESH 31 0 0.70892754486206411 0.11111111111111109 2 6 2 6 0 0 170 3 422 3943938 55200 151.84077453613281 0.97970000000000002 202.15870000000001 20160 13325 0 0 983040 737280 737280 737537 748800 87 25 33 151 126 0 0 0 0 3 0 0 0 0 0 +1931 1783782157294657700 REFRESH 45 0 0.66327436678539009 0.22222222222222218 2 7 2 7 0 0 175 5 420 3943905 55200 152.08447265625 0.98670000000000002 187.98689999999999 20160 13030 0 0 983040 737280 737280 737505 748800 109 25 45 64 177 0 0 0 0 5 0 0 0 0 0 +1932 1783782157488753700 REFRESH 40 0 0.65620367921080625 0.67575757575757578 1 12 1 12 0 0 146 5 417 3943897 55200 150.19935607910156 0.98280000000000001 179.34010000000001 20160 12552 0 0 983040 737280 737280 737496 748800 121 25 31 72 168 0 0 0 0 5 0 0 0 0 0 +1933 1783782157684280000 REFRESH 51 0 0.65752561581521973 0.76868686868686875 3 11 3 11 0 0 125 10 419 3943902 55200 151.06559753417969 1.0025999999999999 180.82140000000001 20160 12315 0 0 983040 737280 737280 737502 748800 119 25 91 49 135 0 0 0 0 10 0 0 0 0 0 +1934 1783782157908417800 REFRESH 54 0 0.66253682086063526 0.23131313131313144 1 8 1 8 0 0 137 2 422 3943911 55200 151.15263366699219 0.97860000000000003 222.9273 20160 13020 0 0 983040 737280 737280 737511 748800 173 25 60 87 77 0 0 0 0 2 0 0 0 0 0 +1935 1783782158148097200 REFRESH 9 0 0.69072008220938075 0.11111111111111109 2 6 2 6 0 0 152 2 432 3943951 55200 151.97080993652344 0.97929999999999995 225.06870000000001 20160 13194 0 0 983040 737280 737280 737551 748800 142 25 39 97 129 0 0 0 0 2 0 0 0 0 0 +1936 1783782158343436200 REFRESH 23 0 0.65512303959514406 0.99090909090909129 3 13 3 13 1 0 130 10 405 3943904 55200 150.02009582519531 0.97970000000000002 179.82380000000001 20160 12995 0 0 983040 737280 737280 737504 748800 101 26 32 29 217 0 0 0 0 10 0 0 0 0 1 +1937 1783782158538412400 REFRESH 29 0 0.65453542769164907 0.67575757575757578 1 12 1 12 0 0 145 2 417 3943898 55200 149.99551391601562 0.98219999999999996 179.7166 20160 11865 0 0 983040 737280 737280 737498 748800 100 25 27 89 176 0 0 0 0 2 0 0 0 0 0 +1938 1783782158735879500 REFRESH 55 0 0.65736822736439993 0.67575757575757578 1 12 1 12 0 0 169 13 417 3943917 55200 151.40249633789062 0.98099999999999998 181.53290000000001 20160 11793 0 0 983040 737280 737280 737516 748800 107 26 25 27 232 0 0 0 0 13 0 0 0 0 0 +1939 1783782158956275100 REFRESH 48 0 0.72522706796685543 0.11111111111111109 2 6 2 6 0 0 206 4 418 3943915 55200 151.7076416015625 0.97719999999999996 219.18819999999999 20160 13678 0 0 983040 737280 737280 737515 748800 90 26 55 43 204 0 0 0 0 4 0 0 0 0 0 +1940 1783782159168332800 REFRESH 19 0 0.65387231457839701 0.66666666666666674 2 11 2 11 0 0 142 8 417 3943918 55200 152.36813354492188 0.98219999999999996 181.7457 20160 12054 0 0 983040 737280 737280 737518 748800 77 26 28 41 245 0 0 0 0 8 0 0 0 0 0 +1941 1783782159368993100 REFRESH 36 0 0.65902018217086489 0.6575757575757577 3 10 3 10 0 0 140 11 422 3943905 55200 151.86842346191406 1.0199 182.5309 20160 12061 0 0 983040 737280 737280 737505 748800 167 25 26 37 167 0 0 0 0 11 0 0 0 0 0 +1942 1783782160494940100 DEPTH 8 1 0.82553048799721807 0 2 5 2 5 1 0 245 22 2559 23664886 81600 877.12075805664062 5.9234999999999998 1124.7447999999999 120960 66009 1 0 5898240 4423680 4423680 4426484 4492800 164 156 150 511 1578 0 0 0 0 22 0 0 0 0 1 +1943 1783782161830992100 DEPTH 17 1 0.81911123619739468 0.018181818181818247 0 7 0 7 0 0 226 19 2517 23664849 81600 866.34208679199219 5.8765000000000009 1318.5799 120960 65489 1 0 5898240 4423680 4423680 4426448 4492800 247 156 195 336 1583 0 0 0 0 19 0 0 0 0 0 +1944 1783782163142748900 DEPTH 13 1 0.81846484403236164 0.0090909090909090783 1 6 1 6 0 0 192 14 2492 23664750 81600 865.52481079101562 5.8765000000000001 1278.9762000000001 120960 65092 1 0 5898240 4423680 4423680 4426349 4492800 312 150 172 207 1651 0 0 0 0 14 0 0 0 0 0 +1945 1783782164459650300 DEPTH 46 1 0.72685625367622697 0.12929292929292943 0 8 0 8 0 0 335 27 2618 23664852 81600 869.77742004394531 5.8734000000000002 1315.6957 120960 62369 1 0 5898240 4423680 4423680 4426451 4492800 389 150 197 319 1563 0 0 0 0 27 0 0 0 0 0 +1946 1783782165799170900 DEPTH 42 1 0.70335606891079516 0.11111111111111109 2 6 2 6 0 0 160 27 2622 23664876 81600 873.4444580078125 5.9340999999999999 1314.7964999999999 120960 64138 1 0 5898240 4423680 4423680 4426476 4492800 217 150 253 243 1759 0 0 0 0 27 0 0 0 0 0 +1947 1783782167109306100 DEPTH 56 1 0.74817990971742176 0 2 5 2 5 0 0 231 16 2561 23664779 81600 864.59187316894531 5.8973999999999993 1308.9531999999999 120960 65493 1 0 5898240 4423680 4423680 4426379 4492800 534 150 198 483 1196 0 0 0 0 16 0 0 0 0 0 +1948 1783782168269839100 DEPTH 16 1 0.69729469710879366 0.11111111111111109 2 6 2 6 0 0 209 22 2532 23664836 81600 872.65280151367188 5.9009999999999998 1135.4943000000001 120960 63738 1 0 5898240 4423680 4423680 4426434 4492800 393 156 156 296 1531 0 0 0 0 22 0 0 0 0 0 +1949 1783782169533536300 DEPTH 53 1 0.69639811104728022 0.12929292929292943 0 8 0 8 0 0 169 20 2518 23664826 81600 870.83212280273438 5.8923000000000005 1262.4728 120960 63764 1 0 5898240 4423680 4423680 4426425 4492800 237 156 172 193 1760 0 0 0 0 20 0 0 0 0 0 +1950 1783782170837647600 DEPTH 11 1 0.69512136557598558 0.12929292929292943 0 8 0 8 1 0 118 9 2545 23664834 81600 858.4898681640625 5.8772000000000002 1302.9793 120960 63285 1 0 5898240 4423680 4423680 4426432 4492800 252 150 187 214 1742 0 0 0 1 8 0 0 0 0 1 +1951 1783782172069674500 DEPTH 33 1 0.69053552910047267 0.12020202020202017 1 7 1 7 0 0 197 21 2533 23664832 81600 871.46495056152344 5.8633000000000006 1230.8832 120960 64404 1 0 5898240 4423680 4423680 4426430 4492800 326 152 167 217 1671 0 0 0 0 21 0 0 0 0 0 +1952 1783782173352816700 DEPTH 52 1 0.68503539835973182 0.12020202020202017 1 7 1 7 0 0 127 6 2577 23664824 81600 860.05453491210938 5.8755999999999995 1281.9458999999999 120960 64104 1 0 5898240 4423680 4423680 4426423 4492800 902 156 357 439 723 0 0 0 0 6 0 0 0 0 0 +1953 1783782174736886300 DEPTH 1 1 0.67948095106306594 0.12020202020202017 1 7 1 7 0 0 145 8 2602 23664910 81600 870.9908447265625 5.9594000000000005 1326.4697000000001 120960 64159 1 0 5898240 4423680 4423680 4426508 4492800 379 150 269 336 1468 0 0 0 0 8 0 0 0 0 0 +1954 1783782176122822800 DEPTH 44 1 0.6608337382899504 0.22222222222222218 2 7 2 7 0 0 181 13 2577 23664976 81600 879.383544921875 5.8951000000000002 1326.7843 120960 61931 1 0 5898240 4423680 4423680 4426574 4492800 212 156 150 168 1891 0 0 0 0 13 0 0 0 0 0 +1955 1783782177353998900 DEPTH 15 1 0.65981512817735455 0.76868686868686875 3 11 3 11 0 0 112 28 2539 23664846 81600 974.90122985839844 5.9007000000000005 1150.6186 120960 60168 1 0 5898240 4423680 4423680 4426444 4492800 186 150 188 253 1762 0 0 0 2 26 0 0 0 0 0 +1956 1783782178728507800 DEPTH 39 1 0.65903101424149069 0.43535353535353549 3 8 3 8 0 0 192 15 2593 23664871 81600 973.27824401855469 5.8895999999999997 1345.8348000000001 120960 57914 1 0 5898240 4423680 4423680 4426471 4492800 150 150 152 150 1991 0 0 0 0 15 0 0 0 0 0 +1957 1783782179837023100 DEPTH 58 1 0.65854320167501113 0.77777777777777779 2 12 2 12 0 0 145 25 2570 23664897 81600 921.306396484375 5.9356999999999998 1106.8875 120960 58147 1 0 5898240 4423680 4423680 4426496 4492800 175 150 150 160 1935 0 1 2 0 22 0 0 0 0 0 +1958 1783782180970163000 DEPTH 8 1 0.7360185417704076 0 2 5 2 5 0 0 246 15 2570 23664900 81600 882.7596435546875 5.9045000000000005 1131.9525000000001 120960 55418 1 0 5898240 4423680 4423680 4426498 4492800 159 155 150 598 1508 0 0 0 0 15 0 0 0 0 0 +1959 1783782182355993200 DEPTH 17 1 0.73034195366857546 0.018181818181818247 0 7 0 7 0 0 227 13 2529 23664807 81600 857.79945373535156 5.9112 1307.4482 120960 53555 1 0 5898240 4423680 4423680 4426405 4492800 239 156 189 346 1599 0 0 0 0 13 0 0 0 0 0 +1960 1783782183643678200 DEPTH 13 1 0.72976064472177515 0.0090909090909090783 1 6 1 6 1 0 193 18 2495 23664781 81600 854.82258605957031 5.9024999999999999 1286.4845 120960 54209 1 0 5898240 4423680 4423680 4426380 4492800 328 150 172 242 1603 0 0 0 0 18 0 0 0 0 1 +1961 1783782184969008800 DEPTH 31 1 0.7020778897940354 0.11111111111111109 2 6 2 6 0 0 170 17 2602 23664778 81600 863.11332702636719 5.9059000000000008 1272.2525000000001 120960 64313 1 0 5898240 4423680 4423680 4426377 4492800 460 150 169 436 1387 0 0 0 0 17 0 0 0 0 0 +1962 1783782186263288700 DEPTH 56 1 0.71939727632385975 0 2 5 2 5 0 0 231 18 2567 23664902 81600 851.77627563476562 5.8893999999999993 1293.0089 120960 53812 1 0 5898240 4423680 4423680 4426501 4492800 445 150 198 542 1232 0 0 0 0 18 0 0 0 0 0 +1963 1783782187591095900 DEPTH 9 1 0.68483580088311025 0.11111111111111109 2 6 2 6 0 0 152 2 2611 23664812 81600 889.24659729003906 5.8973000000000004 1326.3898999999999 120960 63225 1 0 5898240 4423680 4423680 4426411 4492800 812 150 220 610 819 0 0 0 0 2 0 0 0 0 0 +1964 1783782188899425900 DEPTH 2 1 0.65962002981490842 0.33333333333333343 2 8 2 8 0 0 156 32 2590 23664822 81600 870.16339111328125 5.9020000000000001 1291.954 120960 59285 1 0 5898240 4423680 4423680 4426421 4492800 484 150 202 268 1486 0 0 0 0 32 0 0 0 0 0 +1965 1783782190189591100 DEPTH 45 1 0.65833314781562224 0.22222222222222218 2 7 2 7 0 0 175 22 2606 23664759 81600 866.94085693359375 5.9022000000000006 1248.8479 120960 63455 1 0 5898240 4423680 4423680 4426358 4492800 183 150 166 165 1942 0 0 0 0 22 0 0 0 0 0 +1966 1783782191504880000 DEPTH 48 1 0.71711970548363735 0.11111111111111109 2 6 2 6 0 0 206 43 2574 23664828 81600 868.71244812011719 5.9268000000000001 1313.9595999999999 120960 64817 1 0 5898240 4423680 4423680 4426425 4492800 190 153 166 168 1897 0 0 0 0 43 0 0 0 0 0 +1967 1783782192849797800 DEPTH 46 1 0.6954903924645045 0.12929292929292943 0 8 0 8 1 0 335 29 2617 23664900 81600 863.36404418945312 5.9051 1315.6342 120960 51300 1 0 5898240 4423680 4423680 4426499 4492800 414 150 194 436 1423 0 0 0 0 29 0 0 0 0 1 +1968 1783782194167833600 DEPTH 14 1 0.65831539871470146 0.57373737373737377 0 12 0 12 0 0 135 31 2566 23664853 81600 890.39750671386719 5.8965000000000005 1274.4338 120960 59109 1 0 5898240 4423680 4423680 4426453 4492800 216 150 150 156 1894 0 0 0 0 31 0 0 0 0 0 +1969 1783782195256549100 DEPTH 37 1 0.65819091542586672 0.67575757575757578 1 12 1 12 1 0 151 13 2601 23664807 81600 885.2947998046875 5.9009000000000009 1064.4108000000001 120960 58054 1 0 5898240 4423680 4423680 4426406 4492800 222 150 162 201 1866 0 0 0 0 13 0 0 0 0 1 +1970 1783782196598197300 DEPTH 21 1 0.65804218136403092 0.35151515151515161 0 10 0 10 0 0 200 44 2554 23664843 81600 860.35684204101562 5.9152999999999993 1321.1347000000001 120960 59820 1 0 5898240 4423680 4423680 4426443 4492800 271 150 181 245 1707 0 0 0 0 44 0 0 0 0 0 +1971 1783782197657254400 DEPTH 43 1 0.65785055763512823 0.76868686868686875 3 11 3 11 0 0 151 44 2597 23664803 81600 860.02154541015625 5.8872999999999998 1034.3411000000001 120960 61406 1 0 5898240 4423680 4423680 4426403 4492800 469 150 393 275 1310 2 0 0 0 42 0 0 0 0 0 +1972 1783782198715522600 DEPTH 35 1 0.65754122738238385 0.66666666666666674 2 11 2 11 0 0 179 44 2510 23664874 81600 860.30197143554688 5.9015000000000004 1040.9784 120960 56524 1 0 5898240 4423680 4423680 4426474 4492800 181 156 163 239 1771 0 0 0 0 44 0 0 0 0 0 +1973 1783782199776236100 DEPTH 38 1 0.65691873108876231 0.55555555555555558 2 10 2 10 0 0 132 74 2577 23664927 81600 855.36869812011719 5.8907999999999996 1032.8251 120960 58327 1 0 5898240 4423680 4423680 4426526 4492800 220 152 184 154 1867 0 0 0 0 74 0 0 0 0 0 +1974 1783782200001157300 REFRESH 17 0 0.72134841977921538 0.018181818181818247 0 7 0 7 0 0 228 5 415 3943915 55200 149.9105224609375 0.98570000000000002 223.6909 20160 13387 0 0 983040 737280 737280 737515 748800 97 26 59 111 122 0 0 0 0 5 0 0 0 0 0 +1975 1783782200206256700 REFRESH 31 0 0.59267052631854455 0.11111111111111109 2 6 2 6 0 0 171 7 424 3943907 55200 150.99699401855469 0.98219999999999996 203.93109999999999 20160 13156 0 0 983040 737280 737280 737507 748800 86 25 33 144 136 0 0 0 0 7 0 0 0 0 0 +1976 1783782200408347800 REFRESH 40 0 0.65028432540860126 0.67575757575757578 1 12 1 12 0 0 146 9 420 3943911 55200 149.00531005859375 0.98140000000000005 178.42529999999999 20160 12535 0 0 983040 737280 737280 737510 748800 111 25 31 67 186 0 0 0 0 9 0 0 0 0 0 +1977 1783782200599470600 REFRESH 4 0 0.63417753574151126 0.78686868686868705 1 13 1 13 0 0 70 6 417 3943921 55200 148.52403259277344 0.99739999999999995 175.8937 20160 12703 0 0 983040 737280 737280 737521 748800 28 26 35 33 295 0 0 0 0 6 0 0 0 0 0 +1978 1783782200845574200 REFRESH 54 0 0.65524791859965981 0.23131313131313144 1 8 1 8 0 0 137 6 424 3943890 55200 149.9842529296875 0.98340000000000005 221.5369 20160 12836 0 0 983040 737280 737280 737490 748800 170 25 61 83 85 0 0 0 0 6 0 0 0 0 0 +1979 1783782201039783700 REFRESH 18 0 0.6539811363363911 1 2 14 2 14 0 0 138 11 420 3943893 55200 149.26541137695312 0.98150000000000004 178.70259999999999 20160 12726 0 0 983040 737280 737280 737493 748800 63 26 77 41 213 0 0 0 0 11 0 0 0 0 0 +1980 1783782201235037900 REFRESH 36 0 0.65679850342964219 0.6575757575757577 3 10 3 10 0 0 140 12 429 3943909 55200 150.03443908691406 0.98419999999999996 179.87819999999999 20160 12040 0 0 983040 737280 737280 737508 748800 167 25 26 37 174 0 0 0 0 12 0 0 0 0 0 +1981 1783782201431533900 REFRESH 55 0 0.65632792584608779 0.67575757575757578 1 12 1 12 0 0 169 7 419 3943925 55200 150.0528564453125 0.98850000000000005 181.18690000000001 20160 11970 0 0 983040 737280 737280 737525 748800 118 26 25 27 223 0 0 0 0 7 0 0 0 0 0 +1982 1783782201656264800 REFRESH 41 0 0.65426419882657094 0.34242424242424252 1 9 1 9 0 0 116 5 415 3943899 55200 149.88902282714844 0.98419999999999996 206.73310000000001 20160 12959 0 0 983040 737280 737280 737499 748800 202 26 28 30 129 0 0 0 0 5 0 0 0 0 0 +1983 1783782201850816000 REFRESH 29 0 0.64504941254585479 0.67575757575757578 1 12 1 12 0 0 145 11 413 3943923 55200 149.86341857910156 0.9839 179.25059999999999 20160 11965 0 0 983040 737280 737280 737523 748800 88 25 27 86 187 0 0 0 0 11 0 0 0 0 0 +1984 1783782202031574300 REFRESH 43 0 0.53527558981600609 0.76868686868686875 3 11 3 11 0 0 151 11 424 3943906 55200 150.38986206054688 0.97999999999999998 179.3664 20160 12091 0 0 983040 737280 737280 737506 748800 146 25 116 46 91 0 0 0 0 11 0 0 0 0 0 +1985 1783782202226227900 REFRESH 57 0 0.65316185865640064 0.77777777777777779 2 12 2 12 0 0 156 16 406 3943885 55200 149.2674560546875 0.98519999999999996 178.72999999999999 20160 12102 0 0 983040 737280 737280 737485 748800 115 26 34 32 199 0 0 0 0 16 0 0 0 0 0 +1986 1783782202417499100 REFRESH 0 0 0.65522213300000898 0.67575757575757578 1 12 1 12 0 0 107 9 424 3943911 55200 148.52102661132812 0.97560000000000002 176.89320000000001 20160 12819 0 0 983040 737280 737280 737511 748800 44 25 25 25 305 0 0 0 0 9 0 0 0 0 0 +1987 1783782202612627100 REFRESH 12 0 0.65381902771736566 0.43535353535353549 3 8 3 8 0 0 211 9 413 3943911 55200 150.13273620605469 0.9889 180.5222 20160 12057 0 0 983040 737280 737280 737511 748800 168 26 33 71 115 0 0 0 0 9 0 0 0 0 0 +1988 1783782202801385100 REFRESH 45 0 0.63867211285177738 0.22222222222222218 2 7 2 7 0 0 175 2 420 3943911 55200 151.01747131347656 0.98250000000000004 187.5377 20160 13102 0 0 983040 737280 737280 737511 748800 104 25 39 64 188 0 0 0 0 2 0 0 0 0 0 +1989 1783782203026539100 REFRESH 11 0 0.69571022908236901 0.12929292929292943 0 8 0 8 1 0 118 7 410 3943916 55200 150.38668823242188 0.98080000000000001 223.9888 20160 13436 0 0 983040 737280 737280 737516 748800 90 25 48 52 195 0 0 0 1 6 0 0 0 0 1 +1990 1783782203230461600 REFRESH 25 0 0.64926873098576099 0.76868686868686875 3 11 3 11 0 0 132 7 420 3943925 55200 149.48249816894531 0.98040000000000005 179.28870000000001 20160 12761 0 0 983040 737280 737280 737525 748800 68 25 50 26 251 0 0 0 0 7 0 0 0 0 0 +1991 1783782203454017800 REFRESH 9 0 0.67939312360148385 0.11111111111111109 2 6 2 6 0 0 152 6 435 3943917 55200 151.00416564941406 0.98499999999999999 222.09360000000001 20160 13423 0 0 983040 737280 737280 737516 748800 145 25 40 100 125 0 0 0 0 6 0 0 0 0 0 +1992 1783782203656001000 REFRESH 13 0 0.82150969339719671 0.0090909090909090783 1 6 1 6 0 0 193 4 416 3943904 55200 151.4281005859375 0.98360000000000003 200.78020000000001 20160 13409 0 0 983040 737280 737280 737503 748800 158 26 70 64 98 0 0 0 0 4 0 0 0 0 0 +1993 1783782203848245600 REFRESH 39 0 0.65720099984592162 0.43535353535353549 3 8 3 8 0 0 192 8 415 3943901 55200 149.57363891601562 0.98299999999999998 190.66849999999999 20160 12283 0 0 983040 737280 737280 737501 748800 25 25 27 25 313 0 0 0 0 8 0 0 0 0 0 +1994 1783782204041122200 REFRESH 26 0 0.65169986894084531 0.67575757575757578 1 12 1 12 0 0 115 4 427 3943891 55200 149.31654357910156 0.98580000000000001 178.34559999999999 20160 11932 0 0 983040 737280 737280 737491 748800 43 26 25 57 276 0 0 0 0 4 0 0 0 0 0 +1995 1783782204250658100 REFRESH 46 0 0.72416831539594373 0.12929292929292943 0 8 0 8 0 0 335 5 414 3943911 55200 150.49317932128906 0.98129999999999995 207.95330000000001 20160 13270 0 0 983040 737280 737280 737511 748800 107 25 60 65 157 0 0 0 0 5 0 0 0 0 0 +1996 1783782204444245900 REFRESH 33 0 0.69230570013122661 0.12020202020202017 1 7 1 7 0 0 197 2 421 3943886 55200 151.16461181640625 0.98199999999999998 191.95079999999999 20160 13286 0 0 983040 737280 737280 737486 748800 129 26 81 55 130 0 0 0 0 2 0 0 0 0 0 +1997 1783782204660928200 REFRESH 48 0 0.71571394201490268 0.11111111111111109 2 6 2 6 0 0 206 8 419 3943915 55200 151.31324768066406 0.99370000000000003 215.39840000000001 20160 13769 0 0 983040 737280 737280 737515 748800 101 26 60 51 181 0 0 0 0 8 0 0 0 0 0 +1998 1783782204858435300 REFRESH 15 0 0.65826517041792254 0.76868686868686875 3 11 3 11 0 0 112 5 421 3943913 55200 149.64735412597656 0.97899999999999998 179.00880000000001 20160 12399 0 0 983040 737280 737280 737513 748800 48 26 61 65 221 0 0 0 0 5 0 0 0 0 0 +1999 1783782205039079900 REFRESH 27 0 0.65335913891655839 0.7959595959595962 0 14 0 14 0 0 171 9 413 3943901 55200 149.79292297363281 0.98199999999999998 179.4117 20160 12068 0 0 983040 737280 737280 737501 748800 90 26 32 28 237 0 0 0 0 9 0 0 0 0 0 +2000 1783782205241948500 REFRESH 21 0 0.65757067645776102 0.35151515151515161 0 10 0 10 0 0 200 4 417 3943896 55200 150.94784545898438 0.98019999999999996 201.70310000000001 20160 12514 0 0 983040 737280 737280 737496 748800 120 26 45 73 153 0 0 0 0 4 0 0 0 0 0 +2001 1783782205435163600 REFRESH 23 0 0.65400403226142245 0.99090909090909129 3 13 3 13 0 0 130 7 400 3943908 55200 149.67295837402344 0.97709999999999997 178.84440000000001 20160 12826 0 0 983040 737280 737280 737508 748800 111 26 30 28 205 0 0 0 0 7 0 0 0 0 0 +2002 1783782205658065300 REFRESH 52 0 0.68369794058155386 0.12020202020202017 1 7 1 7 0 0 127 3 429 3943890 55200 150.20156860351562 1.0012000000000001 221.69300000000001 20160 13609 0 0 983040 737280 737280 737490 748800 184 26 65 73 81 0 0 0 0 3 0 0 0 0 0 +2003 1783782205884657500 REFRESH 42 0 0.70361094180097816 0.11111111111111109 2 6 2 6 0 0 160 5 425 3943912 55200 152.17254638671875 0.98129999999999995 225.42310000000001 20160 13605 0 0 983040 737280 737280 737511 748800 114 25 82 77 127 0 0 0 0 5 0 0 0 0 0 +2004 1783782206102427200 REFRESH 35 0 0.65567126239161533 0.66666666666666674 2 11 2 11 0 0 179 8 416 3943910 55200 150.19232177734375 0.98019999999999996 180.27260000000001 20160 11993 0 0 983040 737280 737280 737510 748800 100 26 31 85 174 0 0 0 0 8 0 0 0 0 0 +2005 1783782206289830800 REFRESH 14 0 0.6576096955722015 0.57373737373737377 0 12 0 12 0 0 135 5 412 3943912 55200 150.30989074707031 0.98399999999999999 186.20660000000001 20160 12373 0 0 983040 737280 737280 737512 748800 155 25 33 27 172 0 0 0 0 5 0 0 0 0 0 +2006 1783782206494200000 REFRESH 16 0 0.6986182890857352 0.11111111111111109 2 6 2 6 0 0 209 3 415 3943922 55200 151.22329711914062 0.98540000000000005 188.90190000000001 20160 13236 0 0 983040 737280 737280 737522 748800 149 26 27 93 120 0 0 0 0 3 0 0 0 0 0 +2007 1783782206685976800 REFRESH 19 0 0.65110570825011882 0.66666666666666674 2 11 2 11 0 0 142 7 416 3943915 55200 149.92997741699219 0.98099999999999998 178.56059999999999 20160 11995 0 0 983040 737280 737280 737515 748800 93 26 34 43 220 0 0 0 0 7 0 0 0 0 0 +2008 1783782206880935700 REFRESH 7 0 0.65600928560228811 0.67575757575757578 1 12 1 12 0 0 150 8 420 3943906 55200 149.74771118164062 0.98509999999999998 180.22300000000001 20160 11926 0 0 983040 737280 737280 737506 748800 48 26 36 39 271 0 0 0 0 8 0 0 0 0 0 +2009 1783782207074400500 REFRESH 34 0 0.6504448991642342 0.78686868686868705 1 13 1 12 1 0 117 2 421 3943916 55200 148.82815551757812 0.98250000000000004 177.35169999999999 20160 11934 0 0 983040 737280 737280 737516 748800 38 25 37 54 267 0 0 0 0 2 0 0 0 0 1 +2010 1783782207254641800 REFRESH 47 0 0.65369396390890944 0.66666666666666674 2 11 2 11 0 0 123 5 418 3943871 55200 149.51936340332031 0.98280000000000001 178.89599999999999 20160 12140 0 0 983040 737280 737280 737471 748800 59 26 46 31 256 0 0 0 0 5 0 0 0 0 0 +2011 1783782207496417700 REFRESH 49 0 0.64848776410574849 0.6575757575757577 3 10 3 10 0 0 142 4 416 3943899 55200 150.27507019042969 0.98229999999999995 179.84909999999999 20160 12516 0 0 983040 737280 737280 737499 748800 132 26 33 46 179 0 0 0 0 4 0 0 0 0 0 +2012 1783782207690258500 REFRESH 24 0 0.65309713788986812 0.87070707070707098 4 11 4 11 0 0 160 8 414 3943897 55200 149.19065856933594 0.98240000000000005 179.4255 20160 12721 0 0 983040 737280 737280 737497 748800 60 26 28 32 268 0 0 0 0 8 0 0 0 0 0 +2013 1783782207913282900 REFRESH 56 0 0.82057528789700429 0 2 5 2 5 0 0 231 1 412 3943911 55200 150.57203674316406 0.98199999999999998 221.71770000000001 20160 13462 0 0 983040 737280 737280 737511 748800 125 26 47 117 97 0 0 0 0 1 0 0 0 0 0 +2014 1783782208114345600 REFRESH 28 0 0.65490172833653371 0.67575757575757578 1 12 1 12 0 0 166 7 399 3943941 55200 151.07994079589844 0.9798 180.66900000000001 20160 11698 0 0 983040 737280 737280 737540 748800 32 26 33 30 278 0 0 0 0 7 0 0 0 0 0 +2015 1783782208308756500 REFRESH 10 0 0.65299108272541329 0.45353535353535362 1 10 1 10 0 0 132 7 425 3943922 55200 148.96844482421875 0.98019999999999996 179.56059999999999 20160 12126 0 0 983040 737280 737280 737522 748800 141 25 36 36 187 0 0 0 0 7 0 0 0 0 0 +2016 1783782208515247200 REFRESH 53 0 0.69770848047233824 0.12929292929292943 0 8 0 8 0 0 169 4 416 3943926 55200 150.40921020507812 0.98240000000000005 190.73060000000001 20160 13211 0 0 983040 737280 737280 737524 748800 122 26 35 33 200 0 0 0 0 4 0 0 0 0 0 +2017 1783782208730754900 REFRESH 3 0 0.6557426590065516 0.44444444444444453 2 9 2 9 0 0 160 9 417 3943911 55200 149.43965148925781 0.9859 185.41630000000001 20160 12466 0 0 983040 737280 737280 737511 748800 196 26 34 35 126 0 0 0 0 9 0 0 0 0 0 +2018 1783782208932623300 REFRESH 2 0 0.65976747260008217 0.33333333333333343 2 8 2 8 0 0 156 4 421 3943893 55200 149.07084655761719 0.98480000000000001 200.80950000000001 20160 12173 0 0 983040 737280 737280 737493 748800 137 25 47 54 158 0 0 0 0 4 0 0 0 0 0 +2019 1783782209120395000 REFRESH 8 0 0.82658182580808037 0 2 5 2 5 0 0 246 5 414 3943928 55200 151.42707824707031 0.98180000000000001 186.62559999999999 20160 13662 0 0 983040 737280 737280 737528 748800 63 26 74 128 123 0 0 0 0 5 0 0 0 0 0 +2020 1783782209337229400 REFRESH 1 0 0.68064023508199412 0.12020202020202017 1 7 1 7 0 0 145 3 424 3943917 55200 151.34104919433594 0.97870000000000001 215.7217 20160 13288 0 0 983040 737280 737280 737517 748800 132 25 77 102 88 0 0 0 0 3 0 0 0 0 0 +2021 1783782209527272100 REFRESH 20 0 0.64651412859344215 0.66666666666666674 2 11 2 11 0 0 138 5 417 3943906 55200 149.8839111328125 0.98140000000000005 179.21019999999999 20160 12390 0 0 983040 737280 737280 737505 748800 72 26 59 104 156 0 0 0 0 5 0 0 0 0 0 +2022 1783782209751430500 REFRESH 30 0 0.6541913640176632 0.23131313131313144 1 8 1 8 0 0 161 6 427 3943919 55200 150.48089599609375 0.99060000000000004 208.297 20160 12812 0 0 983040 737280 737280 737519 748800 118 25 52 128 104 0 0 1 0 5 0 0 0 0 0 +2023 1783782209946555000 REFRESH 22 0 0.64990862061107535 0.76868686868686875 3 11 3 11 0 0 156 9 418 3943907 55200 149.30534362792969 0.98919999999999997 178.6585 20160 11868 0 0 983040 737280 737280 737506 748800 102 26 51 34 205 0 0 0 0 9 0 0 0 0 0 +2024 1783782210141203200 REFRESH 51 0 0.6560325884341045 0.76868686868686875 3 11 3 11 0 0 125 11 418 3943912 55200 149.55314636230469 0.9829 178.7482 20160 12267 0 0 983040 737280 737280 737511 748800 118 25 88 49 138 0 0 0 0 11 0 0 0 0 0 +2025 1783782210340143500 REFRESH 50 0 0.65209897776293246 0.44444444444444453 2 9 2 9 0 0 148 7 418 3943912 55200 149.02784729003906 0.98270000000000002 184.67179999999999 20160 12318 0 0 983040 737280 737280 737512 748800 110 26 30 52 200 0 0 0 0 7 0 0 0 0 0 +2026 1783782210519847000 REFRESH 58 0 0.65679600420143536 0.77777777777777779 2 12 2 12 0 0 145 9 412 3943917 55200 150.12556457519531 0.98360000000000003 178.46619999999999 20160 12258 0 0 983040 737280 737280 737516 748800 73 25 25 33 256 0 0 0 0 9 0 0 0 0 0 +2027 1783782210721436400 REFRESH 5 0 0.65592128138714922 0.66666666666666674 2 11 2 11 0 0 100 7 417 3943894 55200 148.8486328125 0.98050000000000004 176.59270000000001 20160 12059 0 0 983040 737280 737280 737493 748800 68 25 36 148 140 0 0 0 0 7 0 0 0 0 0 +2028 1783782210913563600 REFRESH 6 0 0.63522873447938255 0.76868686868686875 3 11 3 11 0 0 127 4 427 3943910 55200 149.05445861816406 0.98350000000000004 177.8107 20160 12068 0 0 983040 737280 737280 737510 748800 38 25 40 50 274 0 0 0 0 4 0 0 0 0 0 +2029 1783782211093563600 REFRESH 37 0 0.65721262763788135 0.67575757575757578 1 12 1 12 1 0 151 13 420 3943915 55200 149.73440551757812 0.98419999999999996 178.44540000000001 20160 12115 0 0 983040 737280 737280 737515 748800 80 26 34 78 202 0 0 1 0 12 0 0 0 0 1 +2030 1783782211273283600 REFRESH 38 0 0.65600532000237699 0.55555555555555558 2 10 2 10 0 0 132 11 418 3943929 55200 149.63917541503906 0.98440000000000005 178.43629999999999 20160 12079 0 0 983040 737280 737280 737529 748800 162 26 52 57 121 0 0 0 0 11 0 0 0 0 0 +2031 1783782211480605100 REFRESH 32 0 0.65160148220411163 0.23131313131313144 1 8 1 8 0 0 160 4 422 3943917 55200 150.40818786621094 0.98470000000000002 191.43799999999999 20160 12937 0 0 983040 737280 737280 737517 748800 99 26 88 79 130 0 0 0 0 4 0 0 0 0 0 +2032 1783782211708407800 REFRESH 44 0 0.66124446611237975 0.22222222222222218 2 7 2 7 0 0 181 4 422 3943888 55200 150.57510375976562 0.98560000000000003 210.09030000000001 20160 13126 0 0 983040 737280 737280 737488 748800 100 26 33 64 199 0 0 0 0 4 0 0 0 0 0 +2033 1783782213111711500 DEPTH 17 1 0.81737447415580589 0.018181818181818247 0 7 0 7 0 0 228 18 2531 23664856 81600 858.47927856445312 5.9074999999999998 1322.7409 120960 64800 1 0 5898240 4423680 4423680 4426455 4492800 238 156 190 262 1685 0 0 0 0 18 0 0 0 0 0 +2034 1783782214389228500 DEPTH 13 1 0.81644375178102813 0.0090909090909090783 1 6 1 6 0 0 193 22 2502 23664866 81600 859.35812377929688 5.8830000000000009 1276.3137999999999 120960 64834 1 0 5898240 4423680 4423680 4426463 4492800 320 150 173 201 1658 0 0 0 0 22 0 0 0 0 0 +2035 1783782215744365000 DEPTH 56 1 0.78241404036960094 0 2 5 2 5 0 0 231 12 2559 23664964 81600 857.98291015625 5.8971 1296.7318 120960 65408 1 0 5898240 4423680 4423680 4426562 4492800 489 150 198 444 1278 0 0 0 0 12 0 0 0 0 0 +2036 1783782216761380800 DEPTH 34 1 0.74709673385737574 0.67575757575757578 1 12 1 12 0 0 119 20 2593 23664725 81600 848.2052001953125 5.8745000000000003 1015.7994 120960 60444 1 0 5898240 4423680 4423680 4426322 4492800 153 150 166 214 1910 0 0 1 0 19 0 0 0 0 0 +2037 1783782218088298900 DEPTH 46 1 0.7178891849751744 0.12929292929292943 0 8 0 8 1 0 335 50 2617 23664846 81600 873.82035827636719 5.9264000000000001 1325.6669999999999 120960 64152 1 0 5898240 4423680 4423680 4426445 4492800 342 150 172 279 1674 0 0 0 0 50 0 0 0 0 1 +2038 1783782219456942500 DEPTH 48 1 0.71237613216056239 0.11111111111111109 2 6 2 6 0 0 207 40 2562 23664873 81600 892.41621398925781 5.9051 1341.1455000000001 120960 65809 1 0 5898240 4423680 4423680 4426473 4492800 180 154 169 173 1886 0 0 0 0 40 0 0 0 0 0 +2039 1783782220625398000 DEPTH 8 1 0.77181279534972491 0 2 5 2 5 1 0 246 24 2565 23664842 81600 897.58909606933594 5.8935000000000004 1129.2219 120960 67078 1 0 5898240 4423680 4423680 4426439 4492800 168 156 151 484 1606 0 0 0 0 24 0 0 0 0 1 +2040 1783782221903972500 DEPTH 31 1 0.70035197311827868 0.11111111111111109 2 6 2 6 0 0 171 18 2587 23664867 81600 868.70220947265625 5.8986000000000001 1277.3696 120960 64433 1 0 5898240 4423680 4423680 4426464 4492800 471 150 176 429 1361 0 0 0 0 18 0 0 0 0 0 +2041 1783782223247985600 DEPTH 42 1 0.69861160896275287 0.11111111111111109 2 6 2 6 0 0 160 29 2632 23664776 81600 877.99909973144531 5.9019999999999992 1328.2516000000001 120960 65445 1 0 5898240 4423680 4423680 4426376 4492800 219 150 251 220 1792 0 0 0 0 29 0 0 0 0 0 +2042 1783782224596465900 DEPTH 11 1 0.69417992373075843 0.12929292929292943 0 8 0 8 0 0 118 6 2524 23664838 81600 866.93792724609375 5.8927000000000005 1315.49 120960 64411 1 0 5898240 4423680 4423680 4426435 4492800 232 150 190 218 1734 0 0 0 0 6 0 0 0 0 0 +2043 1783782225758462300 DEPTH 16 1 0.69255811051224925 0.11111111111111109 2 6 2 6 0 0 210 22 2545 23664841 81600 865.98110961914062 5.8714999999999993 1137.1889000000001 120960 64055 1 0 5898240 4423680 4423680 4426441 4492800 312 156 155 242 1680 0 0 0 0 22 0 0 0 0 0 +2044 1783782227031906000 DEPTH 53 1 0.69254187002940737 0.12929292929292943 0 8 0 8 0 0 169 20 2513 23664848 81600 863.28317260742188 5.8771000000000004 1248.5649000000001 120960 64082 1 0 5898240 4423680 4423680 4426445 4492800 247 156 173 180 1757 0 0 0 0 20 0 0 0 0 0 +2045 1783782228292179600 DEPTH 33 1 0.68578913050637014 0.12020202020202017 1 7 1 7 0 0 197 19 2541 23664861 81600 872.54425048828125 5.9021999999999997 1235.9177999999999 120960 64707 1 0 5898240 4423680 4423680 4426458 4492800 336 151 165 212 1677 0 0 0 0 19 0 0 0 0 0 +2046 1783782229712996000 DEPTH 52 1 0.67932254225785982 0.12020202020202017 1 7 1 7 0 0 128 14 2580 23664822 81600 957.06010437011719 5.9037999999999995 1396.9395999999999 120960 64744 1 0 5898240 4423680 4423680 4426422 4492800 860 156 342 461 761 0 0 0 0 14 0 0 0 0 0 +2047 1783782231172883900 DEPTH 9 1 0.67851250079895331 0.11111111111111109 2 6 2 6 0 0 152 10 2615 23664799 81600 990.99954223632812 5.8954000000000004 1435.4354000000001 120960 64369 1 0 5898240 4423680 4423680 4426398 4492800 804 150 225 540 896 0 0 0 0 10 0 0 0 0 0 +2048 1783782232257722600 DEPTH 36 1 0.65478755147050105 0.6575757575757577 3 10 3 10 1 0 140 16 2595 23664867 81600 879.37843322753906 5.8773999999999997 1059.5744999999999 120960 57363 1 0 5898240 4423680 4423680 4426467 4492800 560 150 150 184 1551 0 0 0 0 16 0 0 0 0 1 +2049 1783782233572325500 DEPTH 17 1 0.72851286787109781 0.018181818181818247 0 7 0 7 0 0 228 18 2531 23664928 81600 860.88192749023438 5.9000000000000004 1313.3960999999999 120960 53937 1 0 5898240 4423680 4423680 4426528 4492800 238 156 194 309 1634 0 0 0 0 18 0 0 0 0 0 +2050 1783782234883493700 DEPTH 13 1 0.72767563891886289 0.0090909090909090783 1 6 1 6 0 0 193 17 2498 23664899 81600 853.46278381347656 5.9008000000000003 1279.0346 120960 53475 1 0 5898240 4423680 4423680 4426499 4492800 313 150 171 228 1636 0 0 0 0 17 0 0 0 0 0 +2051 1783782236284117000 DEPTH 56 1 0.72395085827449857 0 2 5 2 5 0 0 231 14 2571 23664884 81600 930.85798645019531 5.9196 1381.6541999999999 120960 53864 1 0 5898240 4423680 4423680 4426483 4492800 452 150 198 574 1197 0 0 0 0 14 0 0 0 0 0 +2052 1783782237698831200 DEPTH 1 1 0.67635568661348666 0.12020202020202017 1 7 1 7 0 0 145 9 2614 23664897 81600 896.10029602050781 5.8997000000000002 1354.7119 120960 64242 1 0 5898240 4423680 4423680 4426497 4492800 389 150 278 361 1436 0 0 0 0 9 0 0 0 0 0 +2053 1783782238850090000 DEPTH 8 1 0.71241869477737252 0 2 5 2 5 1 0 247 18 2569 23664907 81600 861.01116943359375 5.8936999999999999 1106.7867000000001 120960 55505 1 0 5898240 4423680 4423680 4426507 4492800 162 155 150 581 1521 0 0 0 0 18 0 0 0 0 1 +2054 1783782240149667000 DEPTH 3 1 0.65435516417476114 0.44444444444444453 2 9 2 9 1 0 161 49 2545 23664871 81600 922.36076354980469 5.8923000000000005 1270.6739 120960 58773 1 0 5898240 4423680 4423680 4426468 4492800 225 152 176 168 1824 0 0 0 0 49 0 0 0 0 1 +2055 1783782241395101500 DEPTH 0 1 0.65415026862386028 0.67575757575757578 1 12 1 12 1 0 108 22 2575 23664878 81600 1050.9629516601562 5.9209000000000005 1224.3958 120960 63750 1 0 5898240 4423680 4423680 4426478 4492800 195 150 150 150 1930 2 0 0 4 16 0 0 0 0 1 +2056 1783782242504415800 DEPTH 51 1 0.65404907435910542 0.76868686868686875 3 11 3 11 0 0 127 28 2571 23664875 81600 903.38008117675781 5.8821000000000003 1083.259 120960 58894 1 0 5898240 4423680 4423680 4426473 4492800 316 150 249 198 1658 0 0 1 0 27 0 0 0 0 0 +2057 1783782243593862100 DEPTH 34 1 0.69697256845639977 0.67575757575757578 1 12 1 12 0 0 119 19 2561 23664828 81600 861.83599853515625 5.924100000000001 1036.8496 120960 50058 1 0 5898240 4423680 4423680 4426427 4492800 162 150 177 231 1841 0 0 2 0 17 0 0 0 0 0 +2058 1783782245005276000 DEPTH 46 1 0.6770039641904646 0.12929292929292943 0 8 0 8 1 0 335 37 2606 23664911 81600 927.12353515625 5.8930999999999996 1409.8213000000001 120960 52856 1 0 5898240 4423680 4423680 4426507 4492800 368 150 177 342 1569 0 0 0 0 37 0 0 0 0 1 +2059 1783782246169621500 DEPTH 37 1 0.65588433796217682 0.67575757575757578 1 12 1 12 1 0 151 13 2606 23664799 81600 949.875732421875 6.0430000000000001 1139.5630000000001 120960 57322 1 0 5898240 4423680 4423680 4426399 4492800 261 150 176 211 1808 0 0 0 0 13 0 0 0 0 1 +2060 1783782247591691600 DEPTH 44 1 0.65519340869383658 0.22222222222222218 2 7 2 7 0 0 182 17 2580 23664884 81600 934.00166320800781 6.0705999999999998 1398.4978000000001 120960 62794 1 0 5898240 4423680 4423680 4426481 4492800 214 156 150 173 1887 0 0 0 0 17 0 0 0 0 0 +2061 1783782248701958300 DEPTH 38 1 0.65478924631227553 0.55555555555555558 2 10 2 10 0 0 135 60 2577 23664864 81600 923.31840515136719 6.021300000000001 1109.0042000000001 120960 57173 1 0 5898240 4423680 4423680 4426464 4492800 252 150 168 150 1857 0 0 0 0 60 0 0 0 0 0 +2062 1783782249835561200 DEPTH 58 1 0.65376581852919613 0.77777777777777779 2 12 2 12 0 0 146 25 2577 23664879 81600 918.67543029785156 5.961100000000001 1101.4974 120960 58179 1 0 5898240 4423680 4423680 4426478 4492800 177 150 150 162 1938 0 0 0 0 25 0 0 0 0 0 +2063 1783782251182492300 DEPTH 2 1 0.65365299200738758 0.33333333333333343 2 8 2 8 0 0 156 18 2592 23664893 81600 893.3870849609375 5.8783000000000003 1332.346 120960 58195 1 0 5898240 4423680 4423680 4426489 4492800 483 150 211 287 1461 0 0 0 0 18 0 0 0 0 0 +2064 1783782252514626000 DEPTH 39 1 0.65358858193720004 0.43535353535353549 3 8 3 8 0 0 192 20 2583 23664872 81600 913.25747680664062 5.8692000000000002 1309.6259 120960 57731 1 0 5898240 4423680 4423680 4426472 4492800 150 150 152 150 1981 0 0 1 0 19 0 0 0 0 0 +2065 1783782252717552300 REFRESH 47 0 0.64788915054968887 0.66666666666666674 2 11 2 11 0 0 123 5 422 3943921 55200 158.39436340332031 0.98599999999999999 190.99700000000001 20160 12090 0 0 983040 737280 737280 737521 748800 54 26 43 30 269 0 0 0 0 5 0 0 0 0 0 +2066 1783782252921559800 REFRESH 15 0 0.6518151690104369 0.76868686868686875 3 11 3 11 0 0 112 9 420 3943901 55200 159.38662719726562 1.0660000000000001 192.0112 20160 12253 0 0 983040 737280 737280 737501 748800 72 26 71 75 176 0 0 0 0 9 0 0 0 0 0 +2067 1783782253125073000 REFRESH 40 0 0.64906683127952136 0.67575757575757578 1 12 1 12 0 0 146 6 417 3943930 55200 159.6968994140625 0.9839 191.31059999999999 20160 12479 0 0 983040 737280 737280 737529 748800 124 25 31 73 164 0 0 0 0 6 0 0 0 0 0 +2068 1783782253348195000 REFRESH 33 0 0.66765230470573389 0.12020202020202017 1 7 1 7 0 0 197 2 415 3943934 55200 161.62509155273438 0.97889999999999999 208.3904 20160 13194 0 0 983040 737280 737280 737534 748800 131 26 81 55 122 0 0 0 0 2 0 0 0 0 0 +2069 1783782253541313700 REFRESH 58 0 0.47161063860414715 0.77777777777777779 2 12 2 12 0 0 146 8 412 3943911 55200 160.92568969726562 0.97989999999999999 191.66890000000001 20160 12125 0 0 983040 737280 737280 737511 748800 54 25 25 31 277 0 0 0 0 8 0 0 0 0 0 +2070 1783782253737315900 REFRESH 51 0 0.5419112240755094 0.76868686868686875 3 11 3 11 0 0 127 9 413 3943920 55200 162.49650573730469 0.97519999999999996 194.73150000000001 20160 12069 0 0 983040 737280 737280 737520 748800 118 25 82 45 143 0 0 0 0 9 0 0 0 0 0 +2071 1783782253948536000 REFRESH 26 0 0.64577241866457613 0.67575757575757578 1 12 1 12 0 0 115 5 424 3943903 55200 159.6416015625 0.97350000000000003 190.92320000000001 20160 11833 0 0 983040 737280 737280 737503 748800 49 26 26 64 259 0 0 0 0 5 0 0 0 0 0 +2072 1783782254148632500 REFRESH 14 0 0.65195918232409178 0.57373737373737377 0 12 0 12 0 0 135 4 419 3943901 55200 158.30732727050781 0.98399999999999999 198.6267 20160 12238 0 0 983040 737280 737280 737501 748800 157 25 33 30 174 0 0 0 0 4 0 0 0 0 0 +2073 1783782254360039700 REFRESH 28 0 0.65100690622344581 0.67575757575757578 1 12 1 12 0 0 166 9 399 3943921 55200 158.83366394042969 0.96879999999999999 190.9032 20160 11852 0 0 983040 737280 737280 737521 748800 39 26 37 34 263 0 0 0 0 9 0 0 0 0 0 +2074 1783782254551560900 REFRESH 43 0 0.65327118782365479 0.76868686868686875 3 11 3 11 0 0 151 4 429 3943931 55200 158.81523132324219 0.97529999999999994 190.3159 20160 11952 0 0 983040 737280 737280 737531 748800 139 25 112 45 108 0 0 0 0 4 0 0 0 0 0 +2075 1783782254789132000 REFRESH 2 0 0.5237533358341091 0.33333333333333343 2 8 2 8 1 0 157 8 425 3943912 55200 162.02854919433594 0.97409999999999997 216.3766 20160 12454 0 0 983040 737280 737280 737512 748800 145 25 51 60 144 0 0 0 0 8 0 0 0 0 1 +2076 1783782254978828900 REFRESH 0 0 0.61359152818674212 0.67575757575757578 1 12 1 12 0 0 108 3 426 3943926 55200 158.78656005859375 0.98680000000000001 188.3013 20160 11922 0 0 983040 737280 737280 737525 748800 75 25 25 25 276 0 0 0 1 2 0 0 0 0 0 +2077 1783782255189766700 REFRESH 4 0 0.63190586004086458 0.78686868686868705 1 13 1 13 0 0 70 1 416 3943917 55200 156.97613525390625 0.98829999999999996 188.11879999999999 20160 12589 0 0 983040 737280 737280 737517 748800 28 26 36 33 293 0 0 0 0 1 0 0 0 0 0 +2078 1783782255411180400 REFRESH 46 0 0.66608212602223271 0.12929292929292943 0 8 0 8 0 0 335 5 415 3943928 55200 159.89759826660156 0.97699999999999998 220.05879999999999 20160 13116 0 0 983040 737280 737280 737527 748800 106 25 63 72 149 0 0 0 0 5 0 0 0 0 0 +2079 1783782255638296800 REFRESH 44 0 0.59555227700296931 0.22222222222222218 2 7 2 7 0 0 182 4 421 3943932 55200 159.01695251464844 0.97540000000000004 225.8295 20160 13263 0 0 983040 737280 737280 737532 748800 97 26 35 61 202 0 0 0 0 4 0 0 0 0 0 +2080 1783782255853283200 REFRESH 12 0 0.65323206462751182 0.43535353535353549 3 8 3 8 0 0 212 15 413 3943909 55200 158.98931884765625 0.97829999999999995 192.1003 20160 12068 0 0 983040 737280 737280 737509 748800 163 26 34 66 124 0 0 0 0 15 0 0 0 0 0 +2081 1783782256062922400 REFRESH 20 0 0.64172662736144936 0.66666666666666674 2 11 2 11 0 0 138 4 418 3943925 55200 157.26287841796875 1.0027999999999999 195.90430000000001 20160 12423 0 0 983040 737280 737280 737525 748800 66 25 55 98 174 0 0 0 0 4 0 0 0 0 0 +2082 1783782256276018600 REFRESH 6 0 0.63025698424617627 0.76868686868686875 3 11 3 11 0 0 127 6 420 3943909 55200 158.00729370117188 1.0024 197.6028 20160 12058 0 0 983040 737280 737280 737508 748800 40 25 41 50 264 0 0 0 0 6 0 0 0 0 0 +2083 1783782256518933900 REFRESH 52 0 0.68220945214063744 0.12020202020202017 1 7 1 7 0 0 128 0 427 3943894 55200 159.61497497558594 0.98750000000000004 241.48560000000001 20160 13346 0 0 983040 737280 737280 737494 748800 182 26 66 72 81 0 0 0 0 0 0 0 0 0 0 +2084 1783782256730169500 REFRESH 27 0 0.65152456498358624 0.7959595959595962 0 14 0 14 0 0 171 5 414 3943963 55200 158.22848510742188 0.98280000000000001 190.8347 20160 12102 0 0 983040 737280 737280 737562 748800 101 26 39 27 221 0 0 0 0 5 0 0 0 0 0 +2085 1783782256931742700 REFRESH 16 0 0.69399669591271351 0.11111111111111109 2 6 2 6 0 0 210 5 416 3943918 55200 159.44003295898438 0.98009999999999997 200.4016 20160 13184 0 0 983040 737280 737280 737518 748800 170 26 27 98 95 0 0 0 0 5 0 0 0 0 0 +2086 1783782257142973000 REFRESH 57 0 0.65245859009192819 0.77777777777777779 2 12 2 12 0 0 156 6 406 3943928 55200 159.65901184082031 0.98119999999999996 190.12389999999999 20160 11987 0 0 983040 737280 737280 737528 748800 117 26 34 32 197 0 0 0 0 6 0 0 0 0 0 +2087 1783782257348055900 REFRESH 24 0 0.65034193434117149 0.87070707070707098 4 11 4 11 0 0 160 4 413 3943927 55200 161.57286071777344 1.0119 192.78919999999999 20160 12688 0 0 983040 737280 737280 737527 748800 55 26 28 31 273 0 0 0 0 4 0 0 0 0 0 +2088 1783782257542450100 REFRESH 36 0 0.65260431777366246 0.6575757575757577 3 10 3 10 0 0 140 7 421 3943913 55200 162.24972534179688 0.9778 193.1463 20160 12143 0 0 983040 737280 737280 737513 748800 173 25 27 37 159 0 0 0 0 7 0 0 0 0 0 +2089 1783782257729862700 REFRESH 35 0 0.65213586531503687 0.66666666666666674 2 11 2 11 0 0 179 9 414 3943908 55200 154.87590026855469 0.97219999999999995 186.1867 20160 11964 0 0 983040 737280 737280 737507 748800 125 26 34 100 129 0 0 0 0 9 0 0 0 0 0 +2090 1783782257918326200 REFRESH 3 0 0.6539885124213769 0.44444444444444453 2 9 2 9 0 0 162 7 417 3943894 55200 150.88230895996094 0.96750000000000003 187.30070000000001 20160 12639 0 0 983040 737280 737280 737494 748800 212 26 33 36 110 0 0 0 0 7 0 0 0 0 0 +2091 1783782258111999500 REFRESH 10 0 0.65038040898047156 0.45353535353535362 1 10 1 10 0 0 132 11 422 3943892 55200 149.56851196289062 0.98509999999999998 180.6036 20160 12059 0 0 983040 737280 737280 737492 748800 149 25 36 37 175 0 0 0 0 11 0 0 0 0 0 +2092 1783782258314708800 REFRESH 23 0 0.64994055816924556 0.99090909090909129 3 13 3 13 0 0 130 5 406 3943875 55200 150.01190185546875 0.97289999999999999 180.83959999999999 20160 12643 0 0 983040 737280 737280 737475 748800 114 26 31 28 207 0 0 0 0 5 0 0 0 0 0 +2093 1783782258505728500 REFRESH 8 0 0.82297746891287926 0 2 5 2 5 0 0 247 4 414 3943913 55200 151.40351867675781 1.0206999999999999 189.8237 20160 13430 0 0 983040 737280 737280 737513 748800 66 26 74 125 123 0 0 0 0 4 0 0 0 0 0 +2094 1783782258724137400 REFRESH 21 0 0.6513683005912001 0.35151515151515161 0 10 0 10 0 0 200 10 419 3943911 55200 150.64268493652344 0.97319999999999995 205.13640000000001 20160 12525 0 0 983040 737280 737280 737511 748800 132 26 52 80 129 0 0 0 0 10 0 0 0 0 0 +2095 1783782258938502200 REFRESH 48 0 0.71133536322841817 0.11111111111111109 2 6 2 6 0 0 207 8 422 3943893 55200 149.88287353515625 0.96789999999999998 213.09270000000001 20160 13442 0 0 983040 737280 737280 737492 748800 113 26 73 65 145 0 0 0 0 8 0 0 0 0 0 +2096 1783782259170119300 REFRESH 11 0 0.69167436613016009 0.12929292929292943 0 8 0 8 0 0 118 4 418 3943897 55200 151.42501831054688 1 230.43860000000001 20160 13118 0 0 983040 737280 737280 737496 748800 122 25 60 61 150 0 0 0 1 3 0 0 0 0 0 +2097 1783782259348866700 REFRESH 34 0 0.72775500547632621 0.67575757575757578 1 12 1 12 0 0 119 6 422 3943930 55200 149.27052307128906 0.97050000000000003 177.53139999999999 20160 13152 0 0 983040 737280 737280 737529 748800 67 25 39 53 238 0 0 1 0 5 0 0 0 0 0 +2098 1783782259583441700 REFRESH 42 0 0.69908871997472288 0.11111111111111109 2 6 2 6 0 0 160 5 423 3943913 55200 152.46131896972656 0.97260000000000002 233.3492 20160 13544 0 0 983040 737280 737280 737513 748800 117 25 84 83 114 0 0 0 0 5 0 0 0 0 0 +2099 1783782259812011300 REFRESH 13 0 0.81884718922889732 0.0090909090909090783 1 6 1 6 0 0 193 3 415 3943901 55200 162.5743408203125 0.97399999999999998 216.2491 20160 13495 0 0 983040 737280 737280 737501 748800 157 26 72 65 95 0 0 0 0 3 0 0 0 0 0 +2100 1783782260040002500 REFRESH 9 0 0.68157010498783166 0.11111111111111109 2 6 2 6 0 0 152 1 431 3943901 55200 151.40147399902344 0.98850000000000005 226.47499999999999 20160 13289 0 0 983040 737280 737280 737501 748800 158 25 40 108 100 0 0 0 0 1 0 0 0 0 0 +2101 1783782260252372100 REFRESH 50 0 0.64982357221036247 0.44444444444444453 2 9 2 9 0 0 148 7 426 3943951 55200 150.71334838867188 0.98750000000000004 198.13849999999999 20160 12328 0 0 983040 737280 737280 737549 748800 94 26 28 39 239 0 0 0 0 7 0 0 0 0 0 +2102 1783782260461165600 REFRESH 32 0 0.64743310890035666 0.23131313131313144 1 8 1 8 0 0 160 2 418 3943916 55200 154.09869384765625 0.98309999999999997 196.8074 20160 12926 0 0 983040 737280 737280 737516 748800 99 26 87 77 129 0 0 0 0 2 0 0 0 0 0 +2103 1783782260668812200 REFRESH 7 0 0.65325944885424581 0.67575757575757578 1 12 1 12 0 0 150 8 416 3943910 55200 164.11546325683594 0.97460000000000002 194.93780000000001 20160 11852 0 0 983040 737280 737280 737510 748800 54 26 40 39 257 0 0 0 0 8 0 0 0 0 0 +2104 1783782260874704500 REFRESH 19 0 0.64760412313207749 0.66666666666666674 2 11 2 11 0 0 142 5 421 3943913 55200 163.53382873535156 0.96870000000000001 193.8895 20160 12017 0 0 983040 737280 737280 737513 748800 87 26 32 45 231 0 0 0 0 5 0 0 0 0 0 +2105 1783782261108757100 REFRESH 17 0 0.8196328860325246 0.018181818181818247 0 7 0 7 0 0 228 2 416 3943918 55200 151.58988952636719 0.97419999999999995 232.3801 20160 13716 0 0 983040 737280 737280 737517 748800 98 26 61 110 121 0 0 0 0 2 0 0 0 0 0 +2106 1783782261323751500 REFRESH 39 0 0.65198708325558674 0.43535353535353549 3 8 3 8 0 0 192 8 422 3943941 55200 150.07452392578125 0.97709999999999997 201.6103 20160 12378 0 0 983040 737280 737280 737541 748800 25 25 26 25 321 0 0 0 0 8 0 0 0 0 0 +2107 1783782261558798400 REFRESH 30 0 0.65133021118955092 0.23131313131313144 1 8 1 8 0 0 161 8 424 3943879 55200 160.31333923339844 0.97370000000000001 221.74199999999999 20160 12985 0 0 983040 737280 737280 737479 748800 118 25 53 130 98 0 0 0 0 8 0 0 0 0 0 +2108 1783782261793660400 REFRESH 55 0 0.65276584240880209 0.67575757575757578 1 12 1 12 0 0 169 5 418 3943930 55200 170.81240844726562 0.97889999999999999 202.7252 20160 11981 0 0 983040 737280 737280 737530 748800 129 26 25 27 211 0 0 0 0 5 0 0 0 0 0 +2109 1783782262030287800 REFRESH 56 0 0.81543888997308978 0 2 5 2 5 0 0 231 2 414 3943889 55200 158.25715637207031 1 235.14750000000001 20160 13495 0 0 983040 737280 737280 737489 748800 127 26 48 117 96 0 0 0 0 2 0 0 0 0 0 +2110 1783782262283617200 REFRESH 1 0 0.67850639877972818 0.12020202020202017 1 7 1 7 0 0 145 1 429 3943894 55200 162.67776489257812 1.3005 241.17099999999999 20160 13306 0 0 983040 737280 737280 737494 748800 123 25 74 93 114 0 0 0 0 1 0 0 0 0 0 +2111 1783782262531289300 REFRESH 54 0 0.65306289344158985 0.23131313131313144 1 8 1 8 1 0 137 3 423 3943913 55200 149.64530944824219 0.97240000000000004 226.2166 20160 12897 0 0 983040 737280 737280 737513 748800 170 25 61 85 82 0 0 0 0 3 0 0 0 0 1 +2112 1783782262753663400 REFRESH 41 0 0.64981392848422392 0.34242424242424252 1 9 1 9 0 0 116 6 417 3943925 55200 150.2003173828125 1.0238 209.44450000000001 20160 13039 0 0 983040 737280 737280 737525 748800 202 26 28 30 131 0 0 0 0 6 0 0 0 0 0 +2113 1783782262971905000 REFRESH 31 0 0.70118092975203905 0.11111111111111109 2 6 2 6 0 0 171 7 424 3943895 55200 150.55155944824219 0.97560000000000002 204.62780000000001 20160 13127 0 0 983040 737280 737280 737494 748800 86 25 33 143 137 0 0 0 0 7 0 0 0 0 0 +2114 1783782263172813400 REFRESH 29 0 0.64488419263382779 0.67575757575757578 1 12 1 12 0 0 145 7 416 3943943 55200 155.09196472167969 0.98650000000000004 185.95179999999999 20160 11982 0 0 983040 737280 737280 737543 748800 130 25 27 87 147 0 0 0 0 7 0 0 0 0 0 +2115 1783782263423439300 REFRESH 5 0 0.65266579925560697 0.66666666666666674 2 11 2 11 0 0 100 7 414 3943904 55200 200.6640625 0.98199999999999998 229.4462 20160 12006 0 0 983040 737280 737280 737504 748800 73 25 34 147 135 0 0 0 0 7 0 0 0 0 0 +2116 1783782263665132300 REFRESH 53 0 0.69399796313819961 0.12929292929292943 0 8 0 8 0 0 169 8 415 3943912 55200 198.90176391601562 0.98370000000000002 240.44499999999999 20160 13362 0 0 983040 737280 737280 737512 748800 159 27 41 34 154 0 0 0 0 8 0 0 0 0 0 +2117 1783782263845166400 REFRESH 38 0 0.65364702236147409 0.55555555555555558 2 10 2 10 0 0 136 10 413 3943934 55200 149.18144226074219 0.99070000000000003 178.8168 20160 12339 0 0 983040 737280 737280 737534 748800 165 26 49 50 123 0 0 0 0 10 0 0 0 0 0 +2118 1783782264069143600 REFRESH 45 0 0.65144326859487134 0.22222222222222218 2 7 2 7 0 0 175 5 423 3943915 55200 173.78816223144531 0.98260000000000003 212.4375 20160 13025 0 0 983040 737280 737280 737515 748800 79 25 35 51 233 0 0 0 0 5 0 0 0 0 0 +2119 1783782264299897600 REFRESH 18 0 0.65272646401172074 1 2 14 2 14 0 0 138 9 421 3943919 55200 190.03187561035156 0.9829 219.64689999999999 20160 12733 0 0 983040 737280 737280 737519 748800 74 26 85 44 192 0 0 0 0 9 0 0 0 0 0 +2120 1783782264507333500 REFRESH 49 0 0.64285389519036684 0.6575757575757577 3 10 3 10 1 0 142 10 416 3943906 55200 166.076416015625 0.98319999999999996 195.77070000000001 20160 12491 0 0 983040 737280 737280 737506 748800 122 26 33 43 192 0 0 0 0 10 0 0 0 0 1 +2121 1783782264743036700 REFRESH 25 0 0.64672351794807104 0.76868686868686875 3 11 3 11 0 0 132 8 421 3943913 55200 184.36402893066406 0.97689999999999999 215.06190000000001 20160 12583 0 0 983040 737280 737280 737513 748800 79 25 55 27 235 0 0 0 0 8 0 0 0 0 0 +2122 1783782264986248000 REFRESH 22 0 0.64826670049676383 0.76868686868686875 3 11 3 11 0 0 157 7 416 3943898 55200 184.89138793945312 0.97909999999999997 214.90479999999999 20160 11978 0 0 983040 737280 737280 737497 748800 113 26 60 35 182 0 0 0 0 7 0 0 0 0 0 +2123 1783782265229257100 REFRESH 37 0 0.65469649808832586 0.67575757575757578 1 12 1 12 1 0 151 5 421 3943914 55200 212.50662231445312 0.98619999999999997 241.83789999999999 20160 12198 0 0 983040 737280 737280 737514 748800 103 26 39 88 165 0 0 0 0 5 0 0 0 0 1 +2124 1783782266450964500 DEPTH 8 1 0.81735791475906006 0 2 5 2 5 0 0 247 23 2582 23664825 81600 955.33250427246094 5.8767999999999994 1197.2755999999999 120960 66084 1 0 5898240 4423680 4423680 4426423 4492800 157 156 150 479 1640 0 0 0 0 23 0 0 0 0 0 +2125 1783782267783645200 DEPTH 13 1 0.81271597664222983 0.0090909090909090783 1 6 1 6 0 0 193 20 2502 23664846 81600 874.66522216796875 5.8923000000000005 1291.9100000000001 120960 65365 1 0 5898240 4423680 4423680 4426446 4492800 338 151 175 217 1621 0 0 0 0 20 0 0 0 0 0 +2126 1783782269247524000 DEPTH 17 1 0.77240257942887047 0.018181818181818247 0 7 0 7 0 0 230 18 2526 23664895 81600 938.4427490234375 5.9042999999999992 1435.4450999999999 120960 65669 1 0 5898240 4423680 4423680 4426494 4492800 240 156 196 283 1651 0 0 0 0 18 0 0 0 0 0 +2127 1783782270323612800 DEPTH 34 1 0.71515947322602424 0.67575757575757578 1 12 1 12 0 0 119 22 2575 23664893 81600 872.94242858886719 5.8582999999999998 1059.5571 120960 62314 1 0 5898240 4423680 4423680 4426491 4492800 184 150 187 232 1822 0 0 2 0 20 0 0 0 0 0 +2128 1783782271717370500 DEPTH 46 1 0.71022660506019253 0.12929292929292943 0 8 0 8 0 0 336 32 2602 23664810 81600 902.48406982421875 5.9113000000000007 1378.3235999999999 120960 64954 1 0 5898240 4423680 4423680 4426409 4492800 311 150 175 261 1705 0 0 0 0 32 0 0 0 0 0 +2129 1783782273152653100 DEPTH 56 1 0.75852937419182687 0 2 5 2 5 0 0 231 12 2565 23664853 81600 941.09889221191406 5.9154 1420.4503 120960 65418 1 0 5898240 4423680 4423680 4426453 4492800 500 150 198 500 1217 0 0 0 0 12 0 0 0 0 0 +2130 1783782274610993600 DEPTH 48 1 0.70816798964385863 0.11111111111111109 2 6 2 6 0 0 210 57 2568 23664923 81600 933.99433898925781 5.9057000000000004 1397.7578000000001 120960 65096 1 0 5898240 4423680 4423680 4426522 4492800 174 154 167 167 1906 0 0 0 0 57 0 0 0 0 0 +2131 1783782275949776800 DEPTH 42 1 0.69427349018164353 0.11111111111111109 2 6 2 6 0 0 160 17 2620 23664855 81600 866.41307067871094 5.8318000000000012 1337.5637999999999 120960 66107 1 0 5898240 4423680 4423680 4426455 4492800 237 150 289 254 1690 0 0 0 0 17 0 0 0 0 0 +2132 1783782277134710700 DEPTH 16 1 0.6901874716865376 0.11111111111111109 2 6 2 6 0 0 210 27 2550 23664817 81600 864.91093444824219 5.8985000000000003 1152.3090999999999 120960 64317 1 0 5898240 4423680 4423680 4426417 4492800 358 156 155 295 1586 0 0 0 0 27 0 0 0 0 0 +2133 1783782278488514900 DEPTH 11 1 0.68719627404621264 0.12929292929292943 0 8 0 8 0 0 118 6 2531 23664847 81600 858.34233093261719 5.8729999999999993 1327.8375000000001 120960 63891 1 0 5898240 4423680 4423680 4426446 4492800 225 150 173 215 1768 0 0 0 1 5 0 0 0 0 0 +2134 1783782279742409000 DEPTH 33 1 0.68142690336984479 0.12020202020202017 1 7 1 7 0 0 197 16 2528 23664811 81600 887.65919494628906 5.8653999999999993 1252.6755000000001 120960 64869 1 0 5898240 4423680 4423680 4426411 4492800 344 150 168 221 1645 0 0 0 0 16 0 0 0 0 0 +2135 1783782281157393100 DEPTH 9 1 0.67509327565581179 0.11111111111111109 2 6 2 6 0 0 152 2 2621 23664834 81600 911.92218017578125 5.8342000000000001 1376.1111000000001 120960 64653 1 0 5898240 4423680 4423680 4426433 4492800 825 150 224 599 823 0 0 0 0 2 0 0 0 0 0 +2136 1783782282520337200 DEPTH 52 1 0.67475948757863502 0.12020202020202017 1 7 1 7 0 0 129 11 2573 23664849 81600 888.90980529785156 5.8409000000000004 1334.2626 120960 64288 1 0 5898240 4423680 4423680 4426448 4492800 870 156 344 488 715 0 0 0 0 11 0 0 0 0 0 +2137 1783782283623925000 DEPTH 12 1 0.65326064932186623 0.43535353535353549 3 8 3 8 0 0 212 37 2534 23664875 81600 881.57151794433594 5.8460000000000001 1063.8342 120960 57132 1 0 5898240 4423680 4423680 4426474 4492800 289 156 172 245 1672 0 0 0 0 37 0 0 0 0 0 +2138 1783782284931170800 DEPTH 2 1 0.65198862165515004 0.33333333333333343 2 8 2 8 0 0 158 30 2595 23664849 81600 871.59709167480469 5.8411 1306.0990999999999 120960 59000 1 0 5898240 4423680 4423680 4426443 4492800 523 150 225 292 1405 0 0 0 0 30 0 0 0 0 0 +2139 1783782286287924400 DEPTH 21 1 0.65132742374576513 0.35151515151515161 0 10 0 10 1 0 201 32 2554 23664800 81600 864.40437316894531 5.8231000000000002 1317.3235999999999 120960 59748 1 0 5898240 4423680 4423680 4426400 4492800 282 150 186 252 1684 0 0 0 0 32 0 0 0 0 1 +2140 1783782287415414700 DEPTH 8 1 0.72815029514946972 0 2 5 2 5 1 0 247 13 2580 23664898 81600 872.61299133300781 5.8239999999999998 1126.318 120960 55284 1 0 5898240 4423680 4423680 4426497 4492800 156 156 150 599 1519 0 0 0 0 13 0 0 0 0 1 +2141 1783782288762631900 DEPTH 13 1 0.72406699548999331 0.0090909090909090783 1 6 1 6 0 0 193 10 2499 23664745 81600 873.62541198730469 5.8623000000000003 1318.3241 120960 54210 1 0 5898240 4423680 4423680 4426343 4492800 317 150 172 226 1634 0 0 0 0 10 0 0 0 0 0 +2142 1783782290098266500 DEPTH 17 1 0.7237853379075222 0.018181818181818247 0 7 0 7 0 0 231 18 2526 23664771 81600 864.01951599121094 5.8480999999999996 1334.3912 120960 54149 1 0 5898240 4423680 4423680 4426369 4492800 242 156 202 305 1621 0 0 0 0 18 0 0 0 0 0 +2143 1783782291409624600 DEPTH 31 1 0.69857352433712039 0.11111111111111109 2 6 2 6 0 0 171 14 2596 23664889 81600 865.31790161132812 5.8476999999999997 1295.6695999999999 120960 63943 1 0 5898240 4423680 4423680 4426487 4492800 465 150 175 472 1334 0 0 0 0 14 0 0 0 0 0 +2144 1783782292666258700 DEPTH 53 1 0.69295449925903818 0.12929292929292943 0 8 0 8 0 0 169 18 2516 23664836 81600 863.06553649902344 5.8193999999999999 1255.3338000000001 120960 64636 1 0 5898240 4423680 4423680 4426436 4492800 260 156 175 175 1750 0 0 0 0 18 0 0 0 0 0 +2145 1783782294020627600 DEPTH 1 1 0.67219198706630645 0.12020202020202017 1 7 1 7 0 0 145 6 2614 23664836 81600 865.12809753417969 5.8482000000000003 1337.3025 120960 64300 1 0 5898240 4423680 4423680 4426436 4492800 389 150 274 342 1459 0 0 0 0 6 0 0 0 0 0 +2146 1783782295355623700 DEPTH 56 1 0.73021107949490427 0 2 5 2 5 0 0 231 23 2570 23664825 81600 851.13917541503906 5.9308000000000005 1315.7977000000001 120960 54067 1 0 5898240 4423680 4423680 4426423 4492800 455 150 198 571 1196 0 0 0 0 23 0 0 0 0 0 +2147 1783782296440881200 DEPTH 10 1 0.6506923764829069 0.45353535353535362 1 10 1 10 0 0 132 7 2568 23664784 81600 875.52569580078125 5.8325999999999993 1066.8173999999999 120960 59099 1 0 5898240 4423680 4423680 4426384 4492800 565 150 198 190 1465 0 0 0 0 7 0 0 0 0 0 +2148 1783782297499512900 DEPTH 34 1 0.66753421226673282 0.67575757575757578 1 12 1 12 0 0 119 18 2572 23664865 81600 866.12744140625 5.8336999999999994 1042.7062000000001 120960 51693 1 0 5898240 4423680 4423680 4426462 4492800 184 150 189 257 1792 0 0 1 0 17 0 0 0 0 0 +2149 1783782299065595700 DEPTH 46 1 0.66967302638179371 0.12929292929292943 0 8 0 8 0 0 336 38 2589 23664787 81600 1029.1619720458984 5.8593999999999999 1506.0662 120960 53959 1 0 5898240 4423680 4423680 4426387 4492800 324 150 171 307 1637 0 0 0 0 38 0 0 0 0 0 +2150 1783782300239531000 DEPTH 38 1 0.65226506021287767 0.55555555555555558 2 10 2 10 0 0 137 76 2577 23664853 81600 959.31800842285156 5.8648999999999996 1140.0791999999999 120960 58131 1 0 5898240 4423680 4423680 4426453 4492800 334 150 168 150 1775 0 0 0 0 76 0 0 0 0 0 +2151 1783782301695983100 DEPTH 3 1 0.65051855781403178 0.44444444444444453 2 9 2 9 0 0 162 33 2551 23664870 81600 1049.25390625 5.8799000000000001 1437.8262 120960 59357 1 0 5898240 4423680 4423680 4426468 4492800 220 152 179 173 1827 0 0 0 0 33 0 0 0 0 0 +2152 1783782303233646000 DEPTH 30 1 0.65039952613643848 0.23131313131313144 1 8 1 8 0 0 161 27 2591 23664747 81600 1035.2564849853516 5.8738999999999999 1509.1806999999999 120960 62933 1 0 5898240 4423680 4423680 4426347 4492800 447 150 240 539 1215 0 0 0 0 27 0 0 0 0 0 +2153 1783782304450758400 DEPTH 7 1 0.65025482140355528 0.67575757575757578 1 12 1 12 0 0 152 42 2555 23664869 81600 1019.0838012695312 5.8390000000000004 1201.5476000000001 120960 56079 1 0 5898240 4423680 4423680 4426469 4492800 154 151 153 166 1931 0 0 0 0 42 0 0 0 0 0 +2154 1783782306045458400 DEPTH 44 1 0.65003875170528547 0.22222222222222218 2 7 2 7 0 0 182 22 2572 23664842 81600 1061.8173370361328 5.8399999999999999 1524.0666000000001 120960 63508 1 0 5898240 4423680 4423680 4426441 4492800 224 156 153 170 1869 0 0 0 0 22 0 0 0 0 0 +2155 1783782307283422900 DEPTH 15 1 0.64992749563743069 0.76868686868686875 3 11 3 11 0 0 112 27 2532 23664738 81600 1013.9115447998047 5.849499999999999 1194.4313 120960 58215 1 0 5898240 4423680 4423680 4426335 4492800 199 150 198 259 1726 0 0 0 0 27 0 0 0 0 0 +2156 1783782307495544600 REFRESH 37 0 0.64819690223655191 0.67575757575757578 1 12 1 12 0 0 151 4 428 3943897 55200 179.4385986328125 0.97399999999999998 210.8039 20160 12031 0 0 983040 737280 737280 737496 748800 104 25 38 89 172 0 0 0 0 4 0 0 0 0 0 +2157 1783782307687860600 REFRESH 4 0 0.62447750305113048 0.78686868686868705 1 13 1 13 0 0 70 5 414 3943905 55200 148.24453735351562 0.97019999999999995 176.624 20160 12455 0 0 983040 737280 737280 737505 748800 29 26 37 46 276 0 0 0 0 5 0 0 0 0 0 +2158 1783782307905785500 REFRESH 45 0 0.64732011707177994 0.22222222222222218 2 7 2 7 0 0 175 9 419 3943900 55200 160.32870483398438 0.9708 198.76730000000001 20160 13050 0 0 983040 737280 737280 737500 748800 110 25 43 63 178 0 0 0 0 9 0 0 0 0 0 +2159 1783782308173372600 REFRESH 13 0 0.74520413236422822 0.0090909090909090783 1 6 1 6 0 0 193 4 414 3943915 55200 213.56150817871094 0.97230000000000005 266.35539999999997 20160 13526 0 0 983040 737280 737280 737515 748800 153 26 74 62 99 0 0 0 0 4 0 0 0 0 0 +2160 1783782308433230200 REFRESH 21 0 0.61098302799291659 0.35151515151515161 0 10 0 10 1 0 201 6 418 3943881 55200 204.34637451171875 0.98419999999999996 258.56740000000002 20160 12584 0 0 983040 737280 737280 737481 748800 124 26 50 76 142 0 0 0 0 6 0 0 0 0 1 +2161 1783782308728230600 REFRESH 30 0 0.49122638697719911 0.23131313131313144 1 8 1 8 0 0 161 3 423 3943898 55200 210.5374755859375 0.98529999999999995 269.68279999999999 20160 13228 0 0 983040 737280 737280 737498 748800 119 25 53 135 91 0 0 0 0 3 0 0 0 0 0 +2162 1783782308970875100 REFRESH 34 0 0.59039869378244192 0.67575757575757578 1 12 1 12 0 0 119 4 418 3943895 55200 205.75334167480469 0.97750000000000004 235.95230000000001 20160 12176 0 0 983040 737280 737280 737495 748800 90 25 39 57 207 0 0 0 0 4 0 0 0 0 0 +2163 1783782309225698800 REFRESH 47 0 0.64273590046323104 0.66666666666666674 2 11 2 11 0 0 123 2 419 3943896 55200 207.54739379882812 1.0004 239.4983 20160 12148 0 0 983040 737280 737280 737496 748800 57 26 45 31 260 0 0 0 0 2 0 0 0 0 0 +2164 1783782309462059500 REFRESH 56 0 0.74164308378202182 0 2 5 2 5 0 0 231 3 414 3943917 55200 159.36204528808594 0.98529999999999995 235.04310000000001 20160 13371 0 0 983040 737280 737280 737517 748800 133 26 50 119 86 0 0 0 0 3 0 0 0 0 0 +2165 1783782309672470000 REFRESH 46 0 0.61901319142760969 0.12929292929292943 0 8 0 8 0 0 336 7 422 3943906 55200 150.83827209472656 0.97250000000000003 209.11840000000001 20160 13174 0 0 983040 737280 737280 737506 748800 107 25 60 67 163 0 0 0 0 7 0 0 0 0 0 +2166 1783782309901802700 REFRESH 36 0 0.64766689303471936 0.6575757575757577 3 10 3 10 0 0 140 8 428 3943907 55200 173.86495971679688 0.97470000000000001 204.79640000000001 20160 12199 0 0 983040 737280 737280 737506 748800 176 25 27 40 160 0 0 0 0 8 0 0 0 0 0 +2167 1783782310113771500 REFRESH 12 0 0.65290775946283697 0.43535353535353549 3 8 3 8 0 0 212 3 415 3943910 55200 179.167236328125 0.96960000000000002 210.58619999999999 20160 12276 0 0 983040 737280 737280 737510 748800 167 26 36 66 120 0 0 0 0 3 0 0 0 0 0 +2168 1783782310317816600 REFRESH 23 0 0.64393606479770926 0.99090909090909129 3 13 3 13 0 0 130 5 403 3943908 55200 149.04934692382812 0.96989999999999998 179.4408 20160 12560 0 0 983040 737280 737280 737508 748800 93 26 32 29 223 0 0 0 0 5 0 0 0 0 0 +2169 1783782310622185300 REFRESH 54 0 0.64753039724187778 0.23131313131313144 1 8 1 8 0 0 137 7 423 3943908 55200 204.19480895996094 0.97560000000000002 279.17340000000002 20160 12895 0 0 983040 737280 737280 737508 748800 175 25 61 85 77 0 0 0 0 7 0 0 0 0 0 +2170 1783782310860137300 REFRESH 33 0 0.68354809898865132 0.12020202020202017 1 7 1 7 0 0 197 1 417 3943903 55200 193.78279113769531 0.99319999999999997 236.7045 20160 13267 0 0 983040 737280 737280 737503 748800 120 26 64 51 156 0 0 0 0 1 0 0 0 0 0 +2171 1783782311072637000 REFRESH 6 0 0.62779240093707656 0.76868686868686875 3 11 3 11 0 0 127 4 411 3943903 55200 159.00569152832031 0.97489999999999999 187.9281 20160 12011 0 0 983040 737280 737280 737502 748800 35 25 39 46 266 0 0 0 0 4 0 0 0 0 0 +2172 1783782311322480400 REFRESH 48 0 0.70723328182310741 0.11111111111111109 2 6 2 6 0 0 210 8 422 3943937 55200 188.06681823730469 0.98640000000000005 248.52539999999999 20160 13112 0 0 983040 737280 737280 737537 748800 116 26 75 65 140 0 0 1 0 7 0 0 0 0 0 +2173 1783782311525652800 REFRESH 49 0 0.64317022602323271 0.6575757575757577 3 10 3 10 0 0 143 2 415 3943906 55200 149.29408264160156 0.97689999999999999 179.6609 20160 12593 0 0 983040 737280 737280 737506 748800 110 26 31 40 208 0 0 0 1 1 0 0 0 0 0 +2174 1783782311758731800 REFRESH 8 0 0.81885718782623895 0 2 5 2 5 0 0 247 4 416 3943940 55200 195.03923034667969 0.97119999999999995 231.88319999999999 20160 13501 0 0 983040 737280 737280 737540 748800 69 26 82 129 110 0 0 0 0 4 0 0 0 0 0 +2175 1783782311964494000 REFRESH 39 0 0.64853310546426979 0.43535353535353549 3 8 3 8 0 0 192 11 421 3943903 55200 161.81248474121094 0.9708 204.0848 20160 12327 0 0 983040 737280 737280 737503 748800 25 25 28 25 318 0 0 0 0 11 0 0 0 0 0 +2176 1783782312178647100 REFRESH 20 0 0.6364305551719911 0.66666666666666674 2 11 2 11 0 0 139 6 420 3943912 55200 157.1778564453125 0.97030000000000005 187.65190000000001 20160 12397 0 0 983040 737280 737280 737512 748800 66 25 54 98 177 0 0 0 0 6 0 0 0 0 0 +2177 1783782312417468300 REFRESH 1 0 0.67136269566803819 0.12020202020202017 1 7 1 7 0 0 145 10 423 3943933 55200 168.43980407714844 0.99750000000000005 237.6431 20160 13111 0 0 983040 737280 737280 737533 748800 128 25 75 98 97 0 0 0 0 10 0 0 0 0 0 +2178 1783782312676441800 REFRESH 25 0 0.64466760273562673 0.76868686868686875 3 11 3 11 0 0 132 4 420 3943899 55200 184.88423156738281 0.97660000000000002 216.93170000000001 20160 12486 0 0 983040 737280 737280 737499 748800 77 25 51 26 241 0 0 0 0 4 0 0 0 0 0 +2179 1783782312932550100 REFRESH 51 0 0.64940031830501621 0.76868686868686875 3 11 3 11 0 0 127 3 420 3943901 55200 200.91917419433594 0.97599999999999998 231.19040000000001 20160 11983 0 0 983040 737280 737280 737501 748800 120 25 82 45 148 0 0 0 0 3 0 0 0 0 0 +2180 1783782313176420900 REFRESH 40 0 0.64489891074427885 0.67575757575757578 1 12 1 12 0 0 146 8 419 3943901 55200 200.057861328125 0.97740000000000005 230.85329999999999 20160 12416 0 0 983040 737280 737280 737501 748800 117 25 31 70 176 0 0 0 0 8 0 0 0 0 0 +2181 1783782313428501200 REFRESH 24 0 0.6437571697131117 0.87070707070707098 4 11 4 11 0 0 160 7 415 3943899 55200 196.35711669921875 0.97829999999999995 227.99080000000001 20160 12505 0 0 983040 737280 737280 737499 748800 47 26 27 27 288 0 0 0 0 7 0 0 0 0 0 +2182 1783782313723389300 REFRESH 42 0 0.69490918353155351 0.11111111111111109 2 6 2 6 0 0 160 8 426 3943922 55200 173.83526611328125 0.97440000000000004 251.25069999999999 20160 13460 0 0 983040 737280 737280 737522 748800 111 25 78 73 139 0 0 0 0 8 0 0 0 0 0 +2183 1783782313932275500 REFRESH 16 0 0.69165301013935598 0.11111111111111109 2 6 2 6 0 0 210 2 418 3943897 55200 168.75724792480469 0.9738 207.6833 20160 13262 0 0 983040 737280 737280 737497 748800 170 26 27 97 98 0 0 0 0 2 0 0 0 0 0 +2184 1783782314191351900 REFRESH 35 0 0.64981351523522479 0.66666666666666674 2 11 2 11 0 0 179 9 411 3943905 55200 202.68952941894531 0.97509999999999997 233.99430000000001 20160 11953 0 0 983040 737280 737280 737505 748800 108 26 31 94 152 0 0 0 0 9 0 0 0 0 0 +2185 1783782314432867400 REFRESH 11 0 0.68511261516984656 0.12929292929292943 0 8 0 8 0 0 118 5 423 3943921 55200 162.25074768066406 0.97570000000000001 240.34970000000001 20160 12958 0 0 983040 737280 737280 737521 748800 124 25 57 64 153 0 0 0 0 5 0 0 0 0 0 +2186 1783782314663449700 REFRESH 0 0 0.64647449643304533 0.67575757575757578 1 12 1 12 0 0 108 7 427 3943897 55200 175.75949096679688 0.97489999999999999 205.8278 20160 11996 0 0 983040 737280 737280 737497 748800 72 25 25 25 280 0 0 0 1 6 0 0 0 0 0 +2187 1783782314932531000 REFRESH 41 0 0.64631052306071557 0.34242424242424252 1 9 1 9 0 0 116 11 418 3943916 55200 182.87103271484375 0.97160000000000002 242.85220000000001 20160 13091 0 0 983040 737280 737280 737516 748800 205 26 28 30 129 0 0 0 0 11 0 0 0 0 0 +2188 1783782315181353400 REFRESH 19 0 0.64214884949245754 0.66666666666666674 2 11 2 11 0 0 142 15 421 3943922 55200 193.66911315917969 0.97540000000000004 223.42930000000001 20160 11902 0 0 983040 737280 737280 737522 748800 86 26 31 43 235 0 0 0 0 15 0 0 0 0 0 +2189 1783782315445446000 REFRESH 18 0 0.64988668301063057 1 2 14 2 14 0 0 138 5 419 3943939 55200 207.23405456542969 0.97699999999999998 237.26240000000001 20160 12826 0 0 983040 737280 737280 737539 748800 82 26 88 45 178 0 0 0 0 5 0 0 0 0 0 +2190 1783782315678706400 REFRESH 15 0 0.64864309508834872 0.76868686868686875 3 11 3 11 0 0 112 7 422 3943908 55200 201.164794921875 0.98570000000000002 231.9178 20160 12382 0 0 983040 737280 737280 737508 748800 62 26 63 64 207 0 0 0 0 7 0 0 0 0 0 +2191 1783782315879314900 REFRESH 3 0 0.65007112265185141 0.44444444444444453 2 9 2 9 0 0 162 9 414 3943911 55200 160.63180541992188 0.97250000000000003 199.37880000000001 20160 12487 0 0 983040 737280 737280 737510 748800 203 26 35 30 120 0 0 0 0 9 0 0 0 0 0 +2192 1783782316166270300 REFRESH 9 0 0.67024702641381229 0.11111111111111109 2 6 2 6 0 0 152 5 426 3943903 55200 177.73670959472656 1.0181 269.38569999999999 20160 12929 0 0 983040 737280 737280 737503 748800 158 25 42 100 101 0 0 0 0 5 0 0 0 0 0 +2193 1783782316420327700 REFRESH 26 0 0.64151965229797159 0.67575757575757578 1 12 1 12 0 0 115 5 426 3943918 55200 168.21554565429688 0.99070000000000003 207.3323 20160 11922 0 0 983040 737280 737280 737518 748800 46 26 25 58 271 0 0 0 0 5 0 0 0 0 0 +2194 1783782316691486500 REFRESH 44 0 0.65076452860221423 0.22222222222222218 2 7 2 7 0 0 182 4 423 3943929 55200 202.41203308105469 0.98529999999999995 269.79849999999999 20160 13439 0 0 983040 737280 737280 737529 748800 80 26 34 59 224 0 0 0 0 4 0 0 0 0 0 +2195 1783782316948821500 REFRESH 14 0 0.64603301943727587 0.57373737373737377 0 12 0 12 0 0 136 6 413 3943930 55200 195.66387939453125 0.97330000000000005 232.8819 20160 12265 0 0 983040 737280 737280 737530 748800 161 25 33 29 165 0 0 0 0 6 0 0 0 0 0 +2196 1783782317196359000 REFRESH 32 0 0.64166318131547917 0.23131313131313144 1 8 1 8 0 0 160 4 421 3943914 55200 190.55308532714844 0.97209999999999996 231.78540000000001 20160 12935 0 0 983040 737280 737280 737514 748800 110 26 104 87 94 0 0 0 0 4 0 0 0 0 0 +2197 1783782317420466600 REFRESH 7 0 0.64928803979171701 0.67575757575757578 1 12 1 12 0 0 152 8 417 3943895 55200 191.51461791992188 0.97809999999999997 222.92599999999999 20160 12023 0 0 983040 737280 737280 737495 748800 64 26 42 41 244 0 0 0 0 8 0 0 0 0 0 +2198 1783782317637811300 REFRESH 5 0 0.6494664141287978 0.66666666666666674 2 11 2 11 0 0 100 5 415 3943920 55200 164.8404541015625 0.97470000000000001 193.006 20160 11929 0 0 983040 737280 737280 737520 748800 70 25 35 145 140 0 0 0 0 5 0 0 0 0 0 +2199 1783782317819216100 REFRESH 10 0 0.64774272828070778 0.45353535353535362 1 10 1 10 0 0 133 4 428 3943908 55200 148.23117065429688 0.96640000000000004 180.18039999999999 20160 12940 0 0 983040 737280 737280 737508 748800 137 25 37 41 188 1 0 0 0 3 0 0 0 0 0 +2200 1783782318030956800 REFRESH 53 0 0.6940306286757254 0.12929292929292943 0 8 0 8 0 0 169 3 419 3943931 55200 167.27142333984375 0.9738 210.35560000000001 20160 13430 0 0 983040 737280 737280 737531 748800 169 27 43 37 143 0 0 0 0 3 0 0 0 0 0 +2201 1783782318226288700 REFRESH 58 0 0.64828119393889572 0.77777777777777779 2 12 2 12 0 0 146 6 415 3943896 55200 149.34835815429688 0.96860000000000002 180.22649999999999 20160 11981 0 0 983040 737280 737280 737496 748800 94 25 25 34 237 0 0 0 0 6 0 0 0 0 0 +2202 1783782318439352800 REFRESH 28 0 0.64975507223353224 0.67575757575757578 1 12 1 12 0 0 166 6 402 3943895 55200 166.47065734863281 0.97519999999999996 197.36699999999999 20160 11902 0 0 983040 737280 737280 737495 748800 33 26 34 30 279 0 0 0 0 6 0 0 0 0 0 +2203 1783782318646612400 REFRESH 31 0 0.69925151855373247 0.11111111111111109 2 6 2 6 0 0 171 5 421 3943899 55200 150.00473022460938 0.97019999999999995 205.3972 20160 13110 0 0 983040 737280 737280 737499 748800 86 25 33 147 130 0 0 0 0 5 0 0 0 0 0 +2204 1783782318863555400 REFRESH 55 0 0.64712594493313591 0.67575757575757578 1 12 1 12 0 0 170 6 419 3943927 55200 150.08869934082031 0.96930000000000005 181.93979999999999 20160 11940 0 0 983040 737280 737280 737527 748800 111 26 25 27 230 0 0 0 0 6 0 0 0 0 0 +2205 1783782319058967100 REFRESH 43 0 0.64552905308498287 0.76868686868686875 3 11 3 11 0 0 151 7 428 3943893 55200 149.22547912597656 0.96940000000000004 180.07509999999999 20160 11927 0 0 983040 737280 737280 737493 748800 141 25 118 44 100 0 0 0 0 7 0 0 0 0 0 +2206 1783782319321823800 REFRESH 50 0 0.64775466693952866 0.44444444444444453 2 9 2 9 0 0 148 9 418 3943917 55200 200.99789428710938 0.98450000000000004 238.268 20160 12335 0 0 983040 737280 737280 737515 748800 106 26 30 50 206 0 0 0 0 9 0 0 0 0 0 +2207 1783782319537870500 REFRESH 2 0 0.65224173240204497 0.33333333333333343 2 8 2 8 0 0 158 9 425 3943868 55200 160.99455261230469 1.0186999999999999 214.81999999999999 20160 12469 0 0 983040 737280 737280 737468 748800 142 25 46 55 157 0 0 0 0 9 0 0 0 0 0 +2208 1783782319766123400 REFRESH 17 0 0.81516289055640212 0.018181818181818247 0 7 0 7 0 0 231 4 413 3943936 55200 150.12556457519531 0.97499999999999998 227.06890000000001 20160 13476 0 0 983040 737280 737280 737535 748800 98 26 63 114 112 0 0 0 0 4 0 0 0 0 0 +2209 1783782319960802600 REFRESH 57 0 0.64774758669600097 0.77777777777777779 2 12 2 12 0 0 156 7 410 3943927 55200 148.64178466796875 0.97040000000000004 179.75020000000001 20160 12020 0 0 983040 737280 737280 737526 748800 93 26 34 33 224 0 0 0 0 7 0 0 0 0 0 +2210 1783782320157084800 REFRESH 38 0 0.65098625764430396 0.55555555555555558 2 10 2 10 0 0 137 8 417 3943900 55200 164.81178283691406 0.97589999999999999 195.041 20160 12315 0 0 983040 737280 737280 737500 748800 173 26 47 47 124 0 0 0 0 8 0 0 0 0 0 +2211 1783782320362505300 REFRESH 29 0 0.64130837218536807 0.67575757575757578 1 12 1 12 0 0 146 8 418 3943890 55200 149.06675720214844 0.97389999999999999 179.96289999999999 20160 11904 0 0 983040 737280 737280 737490 748800 107 25 26 86 174 1 0 0 0 7 0 0 0 0 0 +2212 1783782320559486800 REFRESH 27 0 0.64594055313951215 0.7959595959595962 0 14 0 14 0 0 171 5 417 3943895 55200 149.09542846679688 0.97470000000000001 181.37479999999999 20160 12226 0 0 983040 737280 737280 737495 748800 103 26 36 27 225 0 0 0 0 5 0 0 0 0 0 +2213 1783782320761773100 REFRESH 22 0 0.64451222455989043 0.76868686868686875 3 11 3 11 0 0 157 7 419 3943914 55200 155.16773986816406 0.96789999999999998 186.10589999999999 20160 12018 0 0 983040 737280 737280 737514 748800 103 26 51 33 206 0 0 0 0 7 0 0 0 0 0 +2214 1783782320986779800 REFRESH 52 0 0.67805700816786885 0.12020202020202017 1 7 1 7 0 0 129 1 426 3943908 55200 148.80152893066406 0.99519999999999997 223.33410000000001 20160 12802 0 0 983040 737280 737280 737508 748800 180 26 66 70 84 0 0 0 0 1 0 0 0 0 0 +2215 1783782322146240000 DEPTH 8 1 0.81344364264768343 0 2 5 2 5 0 0 247 22 2569 23664815 81600 889.21498107910156 5.8212000000000002 1133.5054 120960 66320 1 0 5898240 4423680 4423680 4426412 4492800 166 156 150 465 1632 0 0 0 0 22 0 0 0 0 0 +2216 1783782323518024300 DEPTH 13 1 0.81031213064693031 0.0090909090909090783 1 6 1 6 0 0 193 9 2500 23664860 81600 932.52571105957031 5.8573999999999993 1370.5514000000001 120960 65289 1 0 5898240 4423680 4423680 4426457 4492800 321 150 173 215 1641 0 0 0 1 8 0 0 0 0 0 +2217 1783782324996053600 DEPTH 56 1 0.80599928493673945 0 2 5 2 5 0 0 231 19 2567 23664866 81600 985.23033142089844 5.8609999999999989 1452.5129999999999 120960 65323 1 0 5898240 4423680 4423680 4426463 4492800 461 150 198 447 1311 0 0 0 0 19 0 0 0 0 0 +2218 1783782326563343400 DEPTH 46 1 0.70547584389601192 0.12929292929292943 0 8 0 8 0 0 337 21 2564 23664826 81600 1045.9832305908203 5.8767000000000005 1520.7161000000001 120960 64421 1 0 5898240 4423680 4423680 4426425 4492800 238 150 165 194 1817 0 0 0 0 21 0 0 0 0 0 +2219 1783782328106712700 DEPTH 48 1 0.70430124078509471 0.11111111111111109 2 6 2 6 0 0 210 57 2584 23664733 81600 1057.3580474853516 5.8350999999999997 1524.6143 120960 64421 1 0 5898240 4423680 4423680 4426327 4492800 174 152 161 160 1937 0 0 0 0 57 0 0 0 0 0 +2220 1783782329577989800 DEPTH 42 1 0.69330065941257213 0.11111111111111109 2 6 2 6 0 0 160 10 2628 23664821 81600 948.84109497070312 5.8485999999999994 1421.0023000000001 120960 65754 1 0 5898240 4423680 4423680 4426420 4492800 226 150 270 259 1723 0 0 0 0 10 0 0 0 0 0 +2221 1783782330841819500 DEPTH 34 1 0.68804489403359903 0.67575757575757578 1 12 1 12 0 0 122 18 2555 23664866 81600 1056.0796813964844 5.8696000000000002 1231.9944 120960 59398 1 0 5898240 4423680 4423680 4426465 4492800 195 150 198 236 1776 0 0 0 0 18 0 0 0 0 0 +2222 1783782332272780800 DEPTH 16 1 0.68478700421837846 0.11111111111111109 2 6 2 6 0 0 210 22 2543 23664821 81600 1132.400634765625 5.9790000000000001 1414.3714 120960 64767 1 0 5898240 4423680 4423680 4426421 4492800 379 155 155 255 1599 0 0 0 0 22 0 0 0 0 0 +2223 1783782333838255600 DEPTH 17 1 0.7101106093111974 0.018181818181818247 0 7 0 7 0 0 231 12 2528 23664782 81600 1066.0300140380859 5.8935999999999993 1540.5248999999999 120960 65429 1 0 5898240 4423680 4423680 4426381 4492800 245 156 209 308 1610 0 0 0 0 12 0 0 0 0 0 +2224 1783782335225039500 DEPTH 11 1 0.68204415895742942 0.12929292929292943 0 8 0 8 0 0 118 14 2533 23664891 81600 894.27255249023438 5.841800000000001 1365.8632 120960 63274 1 0 5898240 4423680 4423680 4426490 4492800 231 150 173 226 1753 0 0 0 0 14 0 0 0 0 0 +2225 1783782336626471100 DEPTH 33 1 0.67642882511740565 0.12020202020202017 1 7 1 7 0 0 198 16 2536 23664752 81600 976.80116271972656 5.8384999999999998 1340.3902 120960 64733 1 0 5898240 4423680 4423680 4426351 4492800 349 153 168 215 1651 0 0 0 0 16 0 0 0 0 0 +2226 1783782338236030500 DEPTH 1 1 0.67457447157315431 0.12020202020202017 1 7 1 7 0 0 145 7 2610 23664868 81600 1082.7776184082031 5.9069000000000003 1557.1746000000001 120960 64462 1 0 5898240 4423680 4423680 4426468 4492800 382 150 272 322 1484 0 0 0 0 7 0 0 0 0 0 +2227 1783782339786412600 DEPTH 9 1 0.66864737407426733 0.11111111111111109 2 6 2 6 0 0 153 8 2623 23664841 81600 1067.7411651611328 5.8859999999999992 1524.8771999999999 120960 63314 1 0 5898240 4423680 4423680 4426441 4492800 811 150 221 588 853 0 0 0 0 8 0 0 0 0 0 +2228 1783782341182580200 DEPTH 53 1 0.68773818466112879 0.12929292929292943 0 8 0 8 0 0 169 28 2512 23664787 81600 998.24742126464844 5.8474000000000004 1394.3849 120960 64226 1 0 5898240 4423680 4423680 4426387 4492800 261 156 173 178 1744 0 0 0 0 28 0 0 0 0 0 +2229 1783782342611717000 DEPTH 3 1 0.64846223610848375 0.44444444444444453 2 9 2 9 0 0 163 31 2549 23664855 81600 1045.1232299804688 5.8643999999999998 1427.8480999999999 120960 59373 1 0 5898240 4423680 4423680 4426453 4492800 234 150 182 168 1815 0 0 0 0 31 0 0 0 0 0 +2230 1783782343989973000 DEPTH 45 1 0.64764100193260199 0.22222222222222218 2 7 2 7 0 0 175 27 2617 23664848 81600 914.97639465332031 5.8302999999999994 1322.3574000000001 120960 63273 1 0 5898240 4423680 4423680 4426447 4492800 163 150 160 158 1986 0 0 0 0 27 0 0 0 0 0 +2231 1783782345228925900 DEPTH 8 1 0.72438899754056474 0 2 5 2 5 0 0 248 17 2577 23664878 81600 983.15878295898438 5.8487 1237.6487 120960 55250 1 0 5898240 4423680 4423680 4426475 4492800 167 155 150 532 1573 0 0 0 0 17 0 0 0 0 0 +2232 1783782346671732600 DEPTH 13 1 0.72066096589961892 0.0090909090909090783 1 6 1 6 0 0 193 10 2499 23664856 81600 975.25337219238281 5.9207000000000001 1417.7009 120960 54563 1 0 5898240 4423680 4423680 4426456 4492800 319 150 176 221 1633 0 0 0 0 10 0 0 0 0 0 +2233 1783782348227895000 DEPTH 56 1 0.7176898327780058 0 2 5 2 5 0 0 231 11 2562 23664869 81600 1084.1149444580078 5.8911000000000007 1554.8307 120960 53833 1 0 5898240 4423680 4423680 4426467 4492800 477 150 198 537 1200 0 0 0 0 11 0 0 0 0 0 +2234 1783782349745823100 DEPTH 31 1 0.69459298638463995 0.11111111111111109 2 6 2 6 0 0 172 14 2600 23664854 81600 1081.8785247802734 5.9031000000000002 1516.6804999999999 120960 64048 1 0 5898240 4423680 4423680 4426452 4492800 464 150 176 475 1335 0 0 0 0 14 0 0 0 0 0 +2235 1783782350893929600 DEPTH 35 1 0.64724740636404077 0.66666666666666674 2 11 2 11 0 0 179 44 2512 23664831 81600 936.74700927734375 5.8452999999999999 1122.3782000000001 120960 56469 1 0 5898240 4423680 4423680 4426428 4492800 213 154 160 258 1727 0 0 0 0 44 0 0 0 0 0 +2236 1783782352338480700 DEPTH 39 1 0.64721403681023582 0.43535353535353549 3 8 3 8 0 0 192 18 2587 23664802 81600 1035.4434356689453 5.8876999999999997 1418.9338 120960 59014 1 0 5898240 4423680 4423680 4426401 4492800 150 150 153 150 1984 0 0 0 0 18 0 0 0 0 0 +2237 1783782353993618700 DEPTH 50 1 0.64722029512518586 0.44444444444444453 2 9 2 9 0 0 149 27 2611 23664874 81600 1229.7862701416016 5.8824000000000005 1625.8757000000001 120960 59177 1 0 5898240 4423680 4423680 4426472 4492800 159 150 153 151 1998 0 0 0 0 27 0 0 0 0 0 +2238 1783782355507157900 DEPTH 41 1 0.64685072256410725 0.34242424242424252 1 9 1 9 0 0 118 37 2558 23664878 81600 1040.5079040527344 5.8563999999999998 1482.4924000000001 120960 62015 1 0 5898240 4423680 4423680 4426476 4492800 686 156 156 160 1400 1 0 0 0 36 0 0 0 0 0 +2239 1783782357055407100 DEPTH 17 1 0.72148225703867064 0.018181818181818247 0 7 0 7 0 0 231 11 2533 23664813 81600 1075.9167938232422 5.9215999999999998 1547.047 120960 54055 1 0 5898240 4423680 4423680 4426409 4492800 236 156 199 319 1623 0 0 0 0 11 0 0 0 0 0 +2240 1783782358607836200 DEPTH 52 1 0.67163933687421018 0.12020202020202017 1 7 1 7 0 0 129 12 2592 23664774 81600 1085.85791015625 5.8369999999999997 1535.3791000000001 120960 63131 1 0 5898240 4423680 4423680 4426373 4492800 869 156 361 494 712 0 0 0 0 12 0 0 0 0 0 +2241 1783782360118796500 DEPTH 46 1 0.6850212180917038 0.12929292929292943 0 8 0 8 1 0 337 37 2564 23664813 81600 979.55137634277344 5.8658000000000001 1452.45 120960 53639 1 0 5898240 4423680 4423680 4426412 4492800 193 150 151 166 1904 0 0 0 0 37 0 0 0 0 1 +2242 1783782361703429000 DEPTH 48 1 0.68343368166652729 0.11111111111111109 2 6 2 6 0 0 212 52 2556 23664838 81600 1072.2693481445312 5.8838999999999997 1535.9903999999999 120960 52503 1 0 5898240 4423680 4423680 4426437 4492800 161 152 160 171 1912 0 0 0 0 52 0 0 0 0 0 +2243 1783782363104941600 DEPTH 2 1 0.65111046225782365 0.33333333333333343 2 8 2 8 0 0 158 22 2592 23664884 81600 926.68824768066406 5.9028999999999998 1383.1551999999999 120960 59403 1 0 5898240 4423680 4423680 4426482 4492800 518 150 228 281 1415 1 0 0 0 21 0 0 0 0 0 +2244 1783782364207766100 DEPTH 38 1 0.64748240003367696 0.55555555555555558 2 10 2 10 0 0 138 56 2571 23664832 81600 895.48695373535156 5.8332999999999995 1076.9092000000001 120960 58890 1 0 5898240 4423680 4423680 4426431 4492800 193 150 168 150 1910 0 0 0 0 56 0 0 0 0 0 +2245 1783782365574281400 DEPTH 21 1 0.64686385401622559 0.35151515151515161 0 10 0 10 0 0 202 34 2575 23664830 81600 875.96621704101562 5.9074 1337.6867 120960 59952 1 0 5898240 4423680 4423680 4426429 4492800 282 150 186 266 1691 0 0 0 0 34 0 0 0 0 0 +2246 1783782366999213800 DEPTH 54 1 0.64650766622036571 0.23131313131313144 1 8 1 8 0 0 137 17 2602 23664855 81600 889.00120544433594 5.8306000000000004 1348.3549 120960 62225 1 0 5898240 4423680 4423680 4426454 4492800 501 150 260 332 1359 0 0 0 0 17 0 0 0 0 0 +2247 1783782367227175200 REFRESH 9 0 0.62000355952287212 0.11111111111111109 2 6 2 6 0 0 153 2 433 3943917 55200 152.24934387207031 0.98609999999999998 226.80080000000001 20160 12880 0 0 983040 737280 737280 737517 748800 150 25 40 105 113 0 0 0 0 2 0 0 0 0 0 +2248 1783782367436130100 REFRESH 41 0 0.49693550975484424 0.34242424242424252 1 9 1 9 0 0 118 6 419 3943902 55200 149.34005737304688 0.97409999999999997 207.75989999999999 20160 12826 0 0 983040 737280 737280 737502 748800 215 26 28 37 113 0 0 0 0 6 0 0 0 0 0 +2249 1783782367635822700 REFRESH 19 0 0.64187930413152727 0.66666666666666674 2 11 2 11 0 0 143 7 416 3943923 55200 154.55130004882812 0.97509999999999997 184.68510000000001 20160 11998 0 0 983040 737280 737280 737523 748800 72 26 29 42 247 0 1 0 0 6 0 0 0 0 0 +2250 1783782367826441500 REFRESH 3 0 0.60772288381504136 0.44444444444444453 2 9 2 9 0 0 163 5 421 3943886 55200 151.90118408203125 0.96879999999999999 189.45660000000001 20160 12305 0 0 983040 737280 737280 737486 748800 213 26 37 31 114 0 0 0 0 5 0 0 0 0 0 +2251 1783782368077413500 REFRESH 42 0 0.69370169337597587 0.11111111111111109 2 6 2 6 0 0 160 3 425 3943915 55200 151.72300720214844 0.97070000000000001 228.89009999999999 20160 13287 0 0 983040 737280 737280 737515 748800 117 25 82 76 125 0 0 0 0 3 0 0 0 0 0 +2252 1783782368285942600 REFRESH 16 0 0.68643808881389135 0.11111111111111109 2 6 2 6 0 0 210 4 419 3943884 55200 151.81210327148438 0.9738 190.67490000000001 20160 13457 0 0 983040 737280 737280 737484 748800 172 26 27 97 97 0 0 0 0 4 0 0 0 0 0 +2253 1783782368480864600 REFRESH 53 0 0.68893488930949476 0.12929292929292943 0 8 0 8 0 0 170 4 415 3943913 55200 150.79423522949219 0.97409999999999997 193.60759999999999 20160 13368 0 0 983040 737280 737280 737513 748800 160 27 40 34 154 0 0 0 0 4 0 0 0 0 0 +2254 1783782368723648300 REFRESH 30 0 0.64526789215221014 0.23131313131313144 1 8 1 8 0 0 161 3 421 3943894 55200 157.5712890625 0.97330000000000005 217.53319999999999 20160 13149 0 0 983040 737280 737280 737494 748800 119 25 53 133 91 0 0 0 0 3 0 0 0 0 0 +2255 1783782368951618700 REFRESH 1 0 0.67424344292895688 0.12020202020202017 1 7 1 7 0 0 145 6 427 3943923 55200 151.98924255371094 0.96960000000000002 222.65710000000001 20160 13475 0 0 983040 737280 737280 737523 748800 126 25 75 95 106 0 0 0 0 6 0 0 0 0 0 +2256 1783782369146918600 REFRESH 49 0 0.63542635889306698 0.6575757575757577 3 10 3 10 0 0 143 3 419 3943901 55200 149.42515563964844 0.96899999999999997 179.98259999999999 20160 12602 0 0 983040 737280 737280 737501 748800 122 26 33 42 196 0 0 0 1 2 0 0 0 0 0 +2257 1783782369354914000 REFRESH 14 0 0.64209871027518606 0.57373737373737377 0 12 0 12 0 0 136 3 419 3943919 55200 153.05010986328125 1.0195000000000001 193.38329999999999 20160 12299 0 0 983040 737280 737280 737519 748800 170 25 33 30 161 0 0 0 0 3 0 0 0 0 0 +2258 1783782369561063500 REFRESH 26 0 0.63708321415568336 0.67575757575757578 1 12 1 12 0 0 115 11 426 3943912 55200 159.58425903320312 0.98040000000000005 189.74270000000001 20160 11846 0 0 983040 737280 737280 737511 748800 52 26 26 67 255 0 0 0 0 11 0 0 0 0 0 +2259 1783782369779447600 REFRESH 21 0 0.53661104324252529 0.35151515151515161 0 10 0 10 0 0 202 3 419 3943945 55200 159.87814331054688 0.99339999999999995 217.155 20160 12427 0 0 983040 737280 737280 737545 748800 124 26 51 78 140 0 0 0 0 3 0 0 0 0 0 +2260 1783782369987162900 REFRESH 37 0 0.64158720968937133 0.67575757575757578 1 12 1 12 0 0 151 8 421 3943917 55200 152.94157409667969 0.97099999999999997 183.36940000000001 20160 11919 0 0 983040 737280 737280 737517 748800 113 26 42 91 149 0 0 0 0 8 0 0 0 0 0 +2261 1783782370217071600 REFRESH 54 0 0.54811786393519801 0.23131313131313144 1 8 1 8 0 0 137 3 427 3943911 55200 152.62413024902344 0.97319999999999995 228.66200000000001 20160 12898 0 0 983040 737280 737280 737511 748800 170 25 59 87 86 0 0 0 0 3 0 0 0 0 0 +2262 1783782370429919200 REFRESH 24 0 0.64050774365002172 0.87070707070707098 4 11 4 11 0 0 160 10 411 3943920 55200 168.99378967285156 0.97950000000000004 200.95140000000001 20160 12401 0 0 983040 737280 737280 737520 748800 53 26 28 31 273 0 0 0 1 9 0 0 0 0 0 +2263 1783782370613607700 REFRESH 34 0 0.6826157398852033 0.67575757575757578 1 12 1 12 0 0 122 3 413 3943941 55200 152.68966674804688 0.97519999999999996 182.404 20160 12016 0 0 983040 737280 737280 737540 748800 139 25 46 68 135 0 0 0 0 3 0 0 0 0 0 +2264 1783782370817038100 REFRESH 27 0 0.64019547612604544 0.7959595959595962 0 14 0 14 0 0 171 3 413 3943917 55200 151.82438659667969 0.98850000000000005 182.98910000000001 20160 12101 0 0 983040 737280 737280 737517 748800 97 26 33 27 230 0 0 0 0 3 0 0 0 0 0 +2265 1783782371021508800 REFRESH 8 0 0.81523265984660154 0 2 5 2 5 0 0 248 4 415 3943912 55200 166.7747802734375 0.9738 203.30879999999999 20160 13561 0 0 983040 737280 737280 737512 748800 69 26 78 132 110 0 0 0 0 4 0 0 0 0 0 +2266 1783782371229364300 REFRESH 13 0 0.81196683635940281 0.0090909090909090783 1 6 1 6 0 0 193 3 415 3943866 55200 153.20985412597656 0.96960000000000002 206.679 20160 13347 0 0 983040 737280 737280 737466 748800 154 26 77 61 97 0 0 0 0 3 0 0 0 0 0 +2267 1783782371430872000 REFRESH 18 0 0.64315854777239612 1 2 14 2 14 0 0 138 9 419 3943888 55200 149.9473876953125 0.99539999999999995 181.10050000000001 20160 12763 0 0 983040 737280 737280 737488 748800 81 26 87 45 180 0 0 0 0 9 0 0 0 0 0 +2268 1783782371633307900 REFRESH 55 0 0.64262616383134863 0.67575757575757578 1 12 1 12 0 0 171 8 423 3943912 55200 158.01957702636719 0.97550000000000003 190.24879999999999 20160 12003 0 0 983040 737280 737280 737512 748800 133 26 25 27 212 0 0 0 0 8 0 0 0 0 0 +2269 1783782371836946300 REFRESH 29 0 0.63864823706561702 0.67575757575757578 1 12 1 12 0 0 146 9 414 3943923 55200 161.08134460449219 0.97009999999999996 192.1063 20160 12044 0 0 983040 737280 737280 737523 748800 111 25 26 87 165 0 0 0 0 9 0 0 0 0 0 +2270 1783782372087726500 REFRESH 11 0 0.68419050418547189 0.12929292929292943 0 8 0 8 0 0 118 3 411 3943923 55200 151.38099670410156 0.97419999999999995 229.21420000000001 20160 12836 0 0 983040 737280 737280 737523 748800 107 25 51 56 172 0 0 0 1 2 0 0 0 0 0 +2271 1783782372279288100 REFRESH 45 0 0.64864248127079582 0.22222222222222218 2 7 2 7 0 0 175 10 429 3943906 55200 151.62982177734375 0.9708 190.08930000000001 20160 13035 0 0 983040 737280 737280 737505 748800 123 25 47 72 162 0 0 0 0 10 0 0 0 0 0 +2272 1783782372480377200 REFRESH 23 0 0.63848664229281238 0.99090909090909129 3 13 3 13 0 0 130 5 407 3943928 55200 149.19679260253906 0.96889999999999998 179.95169999999999 20160 12334 0 0 983040 737280 737280 737527 748800 114 26 35 29 203 0 0 0 0 5 0 0 0 0 0 +2273 1783782372670175700 REFRESH 50 0 0.64755791059175727 0.44444444444444453 2 9 2 9 0 0 149 5 419 3943911 55200 149.67295837402344 0.97540000000000004 188.4939 20160 11906 0 0 983040 737280 737280 737511 748800 108 26 29 38 218 0 0 0 0 5 0 0 0 0 0 +2274 1783782372878955400 REFRESH 7 0 0.64641076250982754 0.67575757575757578 1 12 1 12 0 0 152 7 421 3943910 55200 155.757568359375 0.97150000000000003 187.27789999999999 20160 11931 0 0 983040 737280 737280 737510 748800 70 26 44 46 235 0 0 0 0 7 0 0 0 0 0 +2275 1783782373071743400 REFRESH 40 0 0.64281349622976758 0.67575757575757578 1 12 1 12 0 0 146 4 420 3943924 55200 149.75180053710938 0.98440000000000005 180.66679999999999 20160 12441 0 0 983040 737280 737280 737524 748800 121 25 31 66 177 0 0 0 0 4 0 0 0 0 0 +2276 1783782373281424300 REFRESH 2 0 0.65090243815526716 0.33333333333333343 2 8 2 8 0 0 158 5 426 3943903 55200 154.37516784667969 0.97189999999999999 208.52719999999999 20160 12431 0 0 983040 737280 737280 737502 748800 152 25 52 63 134 0 0 0 0 5 0 0 0 0 0 +2277 1783782373463315300 REFRESH 35 0 0.64568122298205877 0.66666666666666674 2 11 2 11 0 0 179 9 414 3943901 55200 149.73440551757812 0.96819999999999995 180.66999999999999 20160 12019 0 0 983040 737280 737280 737501 748800 111 26 31 80 166 1 0 0 0 8 0 0 0 0 0 +2278 1783782373686075800 REFRESH 46 0 0.70455544693098893 0.12929292929292943 0 8 0 8 0 0 337 4 417 3943896 55200 150.23309326171875 0.97470000000000001 217.51859999999999 20160 13493 0 0 983040 737280 737280 737496 748800 90 25 48 58 196 0 0 0 0 4 0 0 0 0 0 +2279 1783782373899800700 REFRESH 31 0 0.69534299125647969 0.11111111111111109 2 6 2 6 0 0 172 3 422 3943917 55200 156.10368347167969 0.96899999999999997 212.363 20160 13336 0 0 983040 737280 737280 737516 748800 85 25 33 130 149 0 0 0 0 3 0 0 0 0 0 +2280 1783782374143347800 REFRESH 33 0 0.67890360298896468 0.12020202020202017 1 7 1 7 0 0 198 5 419 3943910 55200 153.08697509765625 0.96870000000000001 195.8082 20160 13453 0 0 983040 737280 737280 737510 748800 135 26 86 57 115 0 0 1 0 4 0 0 0 0 0 +2281 1783782374335178900 REFRESH 22 0 0.6407676558587494 0.76868686868686875 3 11 3 11 1 0 158 11 420 3943897 55200 149.03500366210938 0.96930000000000005 179.95439999999999 20160 11899 0 0 983040 737280 737280 737497 748800 105 26 51 32 206 0 0 0 0 11 0 0 0 0 1 +2282 1783782374530690000 REFRESH 51 0 0.64089639139010179 0.76868686868686875 3 11 3 11 1 0 127 15 421 3943909 55200 152.13670349121094 0.97209999999999996 183.00579999999999 20160 12020 0 0 983040 737280 737280 737508 748800 128 25 85 46 137 0 0 1 0 14 0 0 0 0 1 +2283 1783782374730096100 REFRESH 43 0 0.64103296160250312 0.76868686868686875 3 11 3 11 0 0 151 7 427 3943895 55200 156.52044677734375 0.99050000000000005 187.20079999999999 20160 12050 0 0 983040 737280 737280 737495 748800 145 25 119 47 91 0 0 0 0 7 0 0 0 0 0 +2284 1783782374934339100 REFRESH 15 0 0.64464449414898994 0.76868686868686875 3 11 3 11 0 0 112 3 418 3943897 55200 161.52268981933594 0.98129999999999995 192.90039999999999 20160 12253 0 0 983040 737280 737280 737497 748800 64 26 64 63 201 0 0 1 0 2 0 0 0 0 0 +2285 1783782375126756400 REFRESH 57 0 0.64397796696198972 0.77777777777777779 2 12 2 12 0 0 156 5 409 3943934 55200 149.64735412597656 0.96989999999999998 180.96090000000001 20160 12125 0 0 983040 737280 737280 737534 748800 116 26 34 32 201 0 0 0 0 5 0 0 0 0 0 +2286 1783782375321719100 REFRESH 47 0 0.63504227306250449 0.66666666666666674 2 11 2 11 0 0 123 8 421 3943915 55200 152.08140563964844 0.97760000000000002 182.9777 20160 12196 0 0 983040 737280 737280 737515 748800 57 26 44 31 263 0 0 0 0 8 0 0 0 0 0 +2287 1783782375518080100 REFRESH 25 0 0.63893189559193564 0.76868686868686875 3 11 3 11 0 0 132 7 417 3943893 55200 152.07936096191406 0.97030000000000005 184.41730000000001 20160 12482 0 0 983040 737280 737280 737493 748800 55 25 47 26 264 0 0 0 0 7 0 0 0 0 0 +2288 1783782375710206900 REFRESH 0 0 0.64378633162981846 0.67575757575757578 1 12 1 12 0 0 108 6 426 3943904 55200 150.17369079589844 0.98009999999999997 180.17850000000001 20160 11912 0 0 983040 737280 737280 737503 748800 109 25 26 33 233 0 0 0 0 6 0 0 0 0 0 +2289 1783782375902849400 REFRESH 6 0 0.62353805349262925 0.76868686868686875 3 11 3 11 0 0 127 5 414 3943908 55200 151.55815124511719 0.96999999999999997 180.81280000000001 20160 11934 0 0 983040 737280 737280 737508 748800 45 25 43 53 248 0 0 1 0 4 0 0 0 0 0 +2290 1783782376151375400 REFRESH 17 0 0.81277936318995092 0.018181818181818247 0 7 0 7 0 0 231 1 413 3943929 55200 150.35903930664062 1.0037 247.0891 20160 13495 0 0 983040 737280 737280 737529 748800 98 26 57 105 127 0 0 0 0 1 0 0 0 0 0 +2291 1783782376395558900 REFRESH 56 0 0.80930377132204301 0 2 5 2 5 0 0 231 5 411 3943933 55200 150.09178161621094 0.99609999999999999 242.09469999999999 20160 13694 0 0 983040 737280 737280 737533 748800 133 26 48 119 85 0 0 0 0 5 0 0 0 0 0 +2292 1783782376620066500 REFRESH 10 0 0.64213886972569711 0.45353535353535362 1 10 1 10 0 0 134 5 427 3943903 55200 169.57052612304688 0.98740000000000006 203.13650000000001 20160 12927 0 0 983040 737280 737280 737503 748800 131 25 37 40 194 0 0 0 0 5 0 0 0 0 0 +2293 1783782376858216800 REFRESH 52 0 0.67486711008028799 0.12020202020202017 1 7 1 7 0 0 129 4 429 3943891 55200 151.32371520996094 0.98809999999999998 226.0703 20160 12869 0 0 983040 737280 737280 737490 748800 182 26 67 72 82 0 0 0 0 4 0 0 0 0 0 +2294 1783782377049938600 REFRESH 20 0 0.63359115866183668 0.66666666666666674 2 11 2 11 0 0 139 7 422 3943919 55200 148.82713317871094 0.96989999999999998 180.15010000000001 20160 12381 0 0 983040 737280 737280 737519 748800 77 25 56 102 162 0 0 0 0 7 0 0 0 0 0 +2295 1783782377237654000 REFRESH 38 0 0.646233909023326 0.55555555555555558 2 10 2 10 0 0 138 8 419 3943931 55200 155.47392272949219 0.96950000000000003 186.43440000000001 20160 12299 0 0 983040 737280 737280 737530 748800 154 26 43 40 156 0 0 0 0 8 0 0 0 0 0 +2296 1783782377484313800 REFRESH 4 0 0.6219564382508056 0.78686868686868705 1 13 1 13 0 0 71 7 416 3943944 55200 203.37356567382812 0.97529999999999994 234.0966 20160 12423 0 0 983040 737280 737280 737544 748800 29 26 37 41 283 0 0 0 0 7 0 0 0 0 0 +2297 1783782377711122500 REFRESH 32 0 0.63836502578476262 0.23131313131313144 1 8 1 8 0 0 160 7 422 3943904 55200 171.11039733886719 0.97550000000000003 212.77539999999999 20160 12792 0 0 983040 737280 737280 737504 748800 107 26 94 85 110 0 0 0 0 7 0 0 0 0 0 +2298 1783782377968471200 REFRESH 36 0 0.64435974970114762 0.6575757575757577 3 10 3 10 0 0 140 7 428 3943914 55200 204.87065124511719 0.98440000000000005 236.48859999999999 20160 12137 0 0 983040 737280 737280 737514 748800 167 25 27 37 172 0 0 0 0 7 0 0 0 0 0 +2299 1783782378224670200 REFRESH 12 0 0.64601550957761011 0.43535353535353549 3 8 3 8 0 0 212 10 414 3943952 55200 203.00799560546875 0.97689999999999999 234.64019999999999 20160 12135 0 0 983040 737280 737280 737551 748800 172 26 36 65 115 0 0 0 0 10 0 0 0 0 0 +2300 1783782378460304000 REFRESH 48 0 0.70270245155526834 0.11111111111111109 2 6 2 6 0 0 212 11 421 3943885 55200 167.85101318359375 0.97499999999999998 233.8569 20160 13899 0 0 983040 737280 737280 737485 748800 108 26 63 51 173 0 0 1 0 10 0 0 0 0 0 +2301 1783782378710752700 REFRESH 58 0 0.64287742301640638 0.77777777777777779 2 12 2 12 0 0 146 8 414 3943899 55200 205.3017578125 0.97950000000000004 237.01419999999999 20160 11976 0 0 983040 737280 737280 737499 748800 77 25 25 33 254 0 0 0 0 8 0 0 0 0 0 +2302 1783782378963206000 REFRESH 28 0 0.64522351603646233 0.67575757575757578 1 12 1 12 0 0 166 7 402 3943904 55200 199.29190063476562 0.98380000000000001 231.10509999999999 20160 11927 0 0 983040 737280 737280 737503 748800 43 26 37 33 263 0 0 0 0 7 0 0 0 0 0 +2303 1783782379162818700 REFRESH 5 0 0.64450271803709436 0.66666666666666674 2 11 2 11 0 0 100 8 414 3943928 55200 158.43533325195312 0.97660000000000002 187.73779999999999 20160 11964 0 0 983040 737280 737280 737528 748800 74 25 35 145 135 0 0 0 0 8 0 0 0 0 0 +2304 1783782379373107500 REFRESH 39 0 0.64590324552318235 0.43535353535353549 3 8 3 8 0 0 192 7 421 3943912 55200 162.68287658691406 0.97430000000000005 209.0095 20160 12438 0 0 983040 737280 737280 737512 748800 25 25 26 25 320 0 0 0 0 7 0 0 0 0 0 +2305 1783782379628788200 REFRESH 44 0 0.64564779561390062 0.22222222222222218 2 7 2 7 0 0 182 3 423 3943914 55200 158.95039367675781 0.97419999999999995 234.92259999999999 20160 13207 0 0 983040 737280 737280 737514 748800 69 26 34 45 249 0 0 0 0 3 0 0 0 0 0 +2306 1783782381037966100 DEPTH 8 1 0.80994448837710331 0 2 5 2 5 0 0 248 14 2564 23664814 81600 1138.2149810791016 5.8950000000000005 1388.5876000000001 120960 66376 1 0 5898240 4423680 4423680 4426407 4492800 169 155 151 481 1608 0 0 0 0 14 0 0 0 0 0 +2307 1783782382649302800 DEPTH 13 1 0.80609352454950389 0.0090909090909090783 1 6 1 6 0 0 193 13 2502 23664896 81600 1152.4065704345703 5.8755999999999995 1599.2043000000001 120960 65179 1 0 5898240 4423680 4423680 4426494 4492800 304 150 178 206 1664 0 0 0 0 13 0 0 0 0 0 +2308 1783782384150805700 DEPTH 17 1 0.73473864882637185 0.018181818181818247 0 7 0 7 0 0 232 13 2529 23664907 81600 1011.7869873046875 5.8408999999999995 1484.5823 120960 65543 1 0 5898240 4423680 4423680 4426504 4492800 240 156 210 297 1626 0 0 0 0 13 0 0 0 0 0 +2309 1783782385627321100 DEPTH 56 1 0.73552352587959158 0 2 5 2 5 0 0 232 14 2567 23664814 81600 984.26490783691406 5.8666 1452.8027999999999 120960 65771 1 0 5898240 4423680 4423680 4426414 4492800 520 150 202 522 1173 0 0 0 0 14 0 0 0 0 0 +2310 1783782386986554700 DEPTH 46 1 0.69799066335626669 0.12929292929292943 0 8 0 8 0 0 337 27 2594 23664833 81600 883.95378112792969 5.8474000000000004 1357.9468999999999 120960 65689 1 0 5898240 4423680 4423680 4426433 4492800 307 150 176 269 1692 0 0 0 0 27 0 0 0 0 0 +2311 1783782388325135500 DEPTH 31 1 0.68883430636020704 0.11111111111111109 2 6 2 6 0 0 172 11 2596 23664870 81600 923.24838256835938 5.8614999999999995 1337.4354000000001 120960 64714 1 0 5898240 4423680 4423680 4426467 4492800 468 150 180 498 1300 0 0 0 0 11 0 0 0 0 0 +2312 1783782389713832000 DEPTH 42 1 0.68708882702283547 0.11111111111111109 2 6 2 6 0 0 160 22 2624 23664863 81600 915.04743957519531 5.8727999999999998 1367.8269 120960 64484 1 0 5898240 4423680 4423680 4426460 4492800 225 150 270 251 1728 0 0 0 0 22 0 0 0 0 0 +2313 1783782391142134600 DEPTH 53 1 0.68405788804964041 0.12929292929292943 0 8 0 8 0 0 171 24 2515 23664915 81600 1009.1714630126953 5.8762999999999996 1382.6057000000001 120960 65381 1 0 5898240 4423680 4423680 4426513 4492800 268 156 175 181 1735 0 0 0 0 24 0 0 0 0 0 +2314 1783782392455587800 DEPTH 16 1 0.68195561383566794 0.11111111111111109 2 6 2 6 0 0 211 18 2544 23664903 81600 975.93446350097656 5.9281000000000006 1271.9939999999999 120960 65269 1 0 5898240 4423680 4423680 4426502 4492800 298 156 154 246 1690 0 0 0 0 18 0 0 0 0 0 +2315 1783782393831300500 DEPTH 11 1 0.67899433777906903 0.12929292929292943 0 8 0 8 1 0 119 10 2529 23664898 81600 893.22174072265625 5.9124000000000008 1354.6564000000001 120960 63757 1 0 5898240 4423680 4423680 4426496 4492800 264 150 180 202 1733 0 0 0 0 10 0 0 0 0 1 +2316 1783782395116190600 DEPTH 33 1 0.6759240503654802 0.12020202020202017 1 7 1 7 0 0 199 19 2531 23664869 81600 892.94337463378906 5.9064999999999994 1260.2084 120960 65137 1 0 5898240 4423680 4423680 4426468 4492800 364 151 169 223 1624 0 0 0 0 19 0 0 0 0 0 +2317 1783782396485644400 DEPTH 1 1 0.67298146146271942 0.12020202020202017 1 7 1 7 0 0 145 11 2613 23664888 81600 891.54008483886719 5.9051 1348.9345000000001 120960 65318 1 0 5898240 4423680 4423680 4426488 4492800 392 150 273 341 1457 0 0 0 0 11 0 0 0 0 0 +2318 1783782397588808300 DEPTH 34 1 0.67060391478420311 0.67575757575757578 1 12 1 12 0 0 123 18 2541 23664789 81600 871.81898498535156 5.889899999999999 1044.9481000000001 120960 59445 1 0 5898240 4423680 4423680 4426386 4492800 190 150 190 234 1777 0 0 0 0 18 0 0 0 0 0 +2319 1783782398920943500 DEPTH 9 1 0.66534998038253124 0.11111111111111109 2 6 2 6 0 0 153 4 2626 23664853 81600 860.84300231933594 5.8602000000000007 1296.395 120960 63827 1 0 5898240 4423680 4423680 4426453 4492800 826 150 220 604 826 0 0 0 0 4 0 0 0 0 0 +2320 1783782400163517900 DEPTH 45 1 0.64945119115676619 0.22222222222222218 2 7 2 7 0 0 175 19 2604 23664739 81600 866.77099609375 6.0114999999999998 1241.2669000000001 120960 63234 1 0 5898240 4423680 4423680 4426337 4492800 193 150 162 169 1930 0 0 0 0 19 0 0 0 0 0 +2321 1783782401448305500 DEPTH 2 1 0.64561140679272033 0.33333333333333343 2 8 2 8 0 0 158 27 2589 23664882 81600 858.82136535644531 5.8838000000000008 1283.6703 120960 59889 1 0 5898240 4423680 4423680 4426480 4492800 511 150 226 318 1384 0 0 0 0 27 0 0 0 0 0 +2322 1783782402570095000 DEPTH 8 1 0.72101132100576881 0 2 5 2 5 0 0 248 26 2574 23664795 81600 862.22834777832031 5.8906999999999998 1108.6224999999999 120960 55748 1 0 5898240 4423680 4423680 4426395 4492800 167 156 150 597 1504 0 0 0 0 26 0 0 0 0 0 +2323 1783782403848812400 DEPTH 13 1 0.71763195494094412 0.0090909090909090783 1 6 1 6 0 0 193 15 2497 23664800 81600 852.09190368652344 5.9048000000000007 1277.5652 120960 54033 1 0 5898240 4423680 4423680 4426398 4492800 322 150 180 225 1620 0 0 0 0 15 0 0 0 0 0 +2324 1783782405209701300 DEPTH 17 1 0.71641292931193268 0.018181818181818247 0 7 0 7 0 0 232 15 2527 23664910 81600 851.29216003417969 5.9394999999999998 1312.9401 120960 54442 1 0 5898240 4423680 4423680 4426509 4492800 241 156 206 346 1578 0 0 0 0 15 0 0 0 0 0 +2325 1783782406500723300 DEPTH 56 1 0.71703353690840788 0 2 5 2 5 0 0 232 13 2575 23664895 81600 847.18692016601562 5.8677000000000001 1289.8018 120960 55186 1 0 5898240 4423680 4423680 4426495 4492800 443 150 204 562 1216 0 0 0 0 13 0 0 0 0 0 +2326 1783782407832583600 DEPTH 48 1 0.70179066556762637 0.11111111111111109 2 6 2 6 0 0 212 46 2579 23664794 81600 865.35476684570312 5.8846000000000007 1311.1900000000001 120960 65552 1 0 5898240 4423680 4423680 4426394 4492800 202 151 159 165 1902 0 0 0 0 46 0 0 0 0 0 +2327 1783782409149414400 DEPTH 52 1 0.67155843164159557 0.12020202020202017 1 7 1 7 0 0 129 13 2581 23664930 81600 880.14974975585938 5.8979999999999997 1315.3385000000001 120960 64073 1 0 5898240 4423680 4423680 4426528 4492800 907 156 369 428 721 0 0 0 0 13 0 0 0 0 0 +2328 1783782410445682400 DEPTH 41 1 0.643222957662965 0.34242424242424252 1 9 1 9 0 0 118 24 2569 23664792 81600 870.17033386230469 5.9088000000000003 1294.9884999999999 120960 61613 1 0 5898240 4423680 4423680 4426386 4492800 709 156 156 163 1385 0 0 0 0 24 0 0 0 0 0 +2329 1783782411505257600 DEPTH 35 1 0.64313187771225211 0.66666666666666674 2 11 2 11 0 0 180 49 2515 23664857 81600 864.66175842285156 5.8941999999999997 1046.2950000000001 120960 56977 1 0 5898240 4423680 4423680 4426457 4492800 267 156 163 290 1639 0 0 0 0 49 0 0 0 0 0 +2330 1783782412833011900 DEPTH 46 1 0.64790606056670974 0.12929292929292943 0 8 0 8 0 0 337 26 2615 23664833 81600 867.36280822753906 5.9156000000000004 1326.2881 120960 54511 1 0 5898240 4423680 4423680 4426432 4492800 345 150 181 354 1585 0 0 0 0 26 0 0 0 0 0 +2331 1783782413895574200 DEPTH 12 1 0.64603803873600762 0.43535353535353549 3 8 3 8 0 0 214 41 2534 23664845 81600 861.20037841796875 5.9000000000000004 1041.4716000000001 120960 57517 1 0 5898240 4423680 4423680 4426444 4492800 325 156 173 206 1674 0 0 0 0 41 0 0 0 0 0 +2332 1783782414937720300 DEPTH 38 1 0.64284217496464913 0.55555555555555558 2 10 2 10 0 0 140 68 2585 23664828 81600 864.95930480957031 5.9003999999999994 1040.9529 120960 58907 1 0 5898240 4423680 4423680 4426428 4492800 247 150 173 150 1865 3 1 0 0 64 0 0 0 0 0 +2333 1783782416244117400 DEPTH 50 1 0.64280033959371652 0.44444444444444453 2 9 2 9 0 0 150 34 2625 23664888 81600 875.50564575195312 5.9097999999999997 1256.1882000000001 120960 59255 1 0 5898240 4423680 4423680 4426486 4492800 154 150 151 150 2020 0 0 0 0 34 0 0 0 0 0 +2334 1783782417565892700 DEPTH 54 1 0.64271594759714623 0.23131313131313144 1 8 1 8 0 0 137 14 2607 23664706 81600 869.94125366210938 5.9249000000000001 1320.5128 120960 61656 1 0 5898240 4423680 4423680 4426301 4492800 502 150 275 347 1333 0 0 0 0 14 0 0 0 0 0 +2335 1783782418644271300 DEPTH 7 1 0.64251500213174761 0.67575757575757578 1 12 1 12 0 0 153 46 2543 23664828 81600 871.829833984375 5.9009999999999998 1055.5974000000001 120960 56513 1 0 5898240 4423680 4423680 4426426 4492800 156 150 152 168 1917 0 0 0 0 46 0 0 0 0 0 +2336 1783782419696631500 DEPTH 5 1 0.6423561129702704 0.66666666666666674 2 11 2 11 0 0 100 17 2591 23664902 81600 858.20584106445312 5.8973999999999993 1031.5654999999999 120960 63646 1 0 5898240 4423680 4423680 4426502 4492800 187 150 190 410 1654 0 0 0 0 17 0 0 0 0 0 +2337 1783782420947351600 DEPTH 3 1 0.64224788700031965 0.44444444444444453 2 9 2 9 1 0 164 31 2545 23664815 81600 870.58731079101562 5.9045000000000005 1232.8449000000001 120960 59022 1 0 5898240 4423680 4423680 4426413 4492800 249 151 179 165 1801 0 0 0 1 30 0 0 0 0 1 +2338 1783782421190647800 REFRESH 47 0 0.63346817188887683 0.66666666666666674 2 11 2 11 0 0 123 7 420 3943872 55200 152.0947265625 0.99429999999999996 182.48259999999999 20160 12129 0 0 983040 737280 737280 737472 748800 59 26 45 31 259 0 0 0 0 7 0 0 0 0 0 +2339 1783782421386217700 REFRESH 43 0 0.6366579956717392 0.76868686868686875 3 11 3 11 0 0 151 5 425 3943890 55200 150.10713195800781 0.98619999999999997 180.1318 20160 12093 0 0 983040 737280 737280 737490 748800 140 25 112 45 103 0 0 0 0 5 0 0 0 0 0 +2340 1783782421599944300 REFRESH 48 0 0.59080300074594949 0.11111111111111109 2 6 2 6 0 0 212 9 413 3943894 55200 152.94464111328125 0.98199999999999998 212.29089999999999 20160 13623 0 0 983040 737280 737280 737494 748800 116 26 71 59 141 0 0 0 0 9 0 0 0 0 0 +2341 1783782421780714300 REFRESH 5 0 0.44201930715781024 0.66666666666666674 2 11 2 11 0 0 102 7 414 3943904 55200 150.748291015625 0.98129999999999995 179.57689999999999 20160 14221 0 0 983040 737280 737280 737504 748800 99 25 38 146 106 0 0 0 1 6 0 0 0 0 0 +2342 1783782421986265500 REFRESH 14 0 0.63548938029999036 0.57373737373737377 0 12 0 12 0 0 137 8 417 3943920 55200 150.3662109375 0.98240000000000005 186.6841 20160 12268 0 0 983040 737280 737280 737520 748800 173 25 33 31 155 0 0 0 0 8 0 0 0 0 0 +2343 1783782422184740000 REFRESH 19 0 0.63863007735363841 0.66666666666666674 2 11 2 11 0 0 143 9 421 3943937 55200 150.61605834960938 0.98089999999999999 181.28800000000001 20160 12042 0 0 983040 737280 737280 737537 748800 100 26 37 46 212 0 0 0 0 9 0 0 0 0 0 +2344 1783782422383909400 REFRESH 53 0 0.68541985036832265 0.12929292929292943 0 8 0 8 0 0 171 7 414 3943915 55200 151.94828796386719 0.98719999999999997 197.7861 20160 13356 0 0 983040 737280 737280 737515 748800 169 27 43 37 138 0 0 0 0 7 0 0 0 0 0 +2345 1783782422653461400 REFRESH 30 0 0.63976873766236597 0.23131313131313144 1 8 1 8 0 0 161 7 423 3943909 55200 150.64781188964844 0.98860000000000003 211.5532 20160 13217 0 0 983040 737280 737280 737508 748800 119 25 53 136 90 0 0 0 0 7 0 0 0 0 0 +2346 1783782422852631000 REFRESH 28 0 0.64158859437400728 0.67575757575757578 1 12 1 12 0 0 166 6 407 3943893 55200 150.12351989746094 0.98860000000000003 184.60650000000001 20160 11950 0 0 983040 737280 737280 737493 748800 32 26 30 28 291 0 0 0 0 6 0 0 0 0 0 +2347 1783782423049410100 REFRESH 51 0 0.63981358553031031 0.76868686868686875 3 11 3 11 0 0 127 10 416 3943940 55200 149.00137329101562 0.98780000000000001 180.12639999999999 20160 11990 0 0 983040 737280 737280 737540 748800 133 25 87 47 124 0 0 0 0 10 0 0 0 0 0 +2348 1783782423283438000 REFRESH 11 0 0.68114062951660981 0.12929292929292943 0 8 0 8 0 0 119 1 416 3943927 55200 155.63478088378906 0.98229999999999995 232.50790000000001 20160 13431 0 0 983040 737280 737280 737527 748800 121 25 55 62 153 0 0 0 0 1 0 0 0 0 0 +2349 1783782423540015200 REFRESH 2 0 0.64559529062492427 0.33333333333333343 2 8 2 8 0 0 158 9 427 3943928 55200 198.50956726074219 0.98370000000000002 255.15209999999999 20160 12592 0 0 983040 737280 737280 737527 748800 129 25 45 58 170 0 0 0 0 9 0 0 0 0 0 +2350 1783782423743748200 REFRESH 25 0 0.6362446529995367 0.76868686868686875 3 11 3 11 0 0 132 11 420 3943892 55200 158.23052978515625 0.98370000000000002 188.4898 20160 12276 0 0 983040 737280 737280 737492 748800 44 25 43 26 282 0 0 0 0 11 0 0 0 0 0 +2351 1783782423976111400 REFRESH 39 0 0.64145316598964586 0.43535353535353549 3 8 3 8 0 0 192 16 409 3943905 55200 160.58982849121094 0.98880000000000001 201.27780000000001 20160 12263 0 0 983040 737280 737280 737504 748800 33 25 29 27 295 0 0 0 0 16 0 0 0 0 0 +2352 1783782424171929400 REFRESH 40 0 0.63661308423182672 0.67575757575757578 1 12 1 12 0 0 146 5 415 3943911 55200 150.99821472167969 0.9829 180.7998 20160 12506 0 0 983040 737280 737280 737510 748800 126 25 31 69 164 0 0 0 0 5 0 0 0 0 0 +2353 1783782424424066500 REFRESH 42 0 0.68793730104505024 0.11111111111111109 2 6 2 6 0 0 160 3 428 3943916 55200 174.455810546875 0.98350000000000004 250.88159999999999 20160 13101 0 0 983040 737280 737280 737516 748800 116 25 80 79 128 0 0 0 0 3 0 0 0 0 0 +2354 1783782424626150900 REFRESH 37 0 0.63937085863928877 0.67575757575757578 1 12 1 12 0 0 151 7 423 3943923 55200 155.71968078613281 0.98280000000000001 185.8914 20160 11969 0 0 983040 737280 737280 737523 748800 103 26 39 86 169 0 0 1 0 6 0 0 0 0 0 +2355 1783782424827915400 REFRESH 24 0 0.64043052927434507 0.87070707070707098 4 11 4 11 0 0 160 3 415 3943910 55200 152.72653198242188 0.98340000000000005 183.54390000000001 20160 12130 0 0 983040 737280 737280 737510 748800 60 26 29 31 269 0 0 0 0 3 0 0 0 0 0 +2356 1783782425009874300 REFRESH 38 0 0.63152941340634472 0.55555555555555558 2 10 2 10 0 0 141 7 414 3943898 55200 150.1634521484375 0.98309999999999997 180.5284 20160 12071 0 0 983040 737280 737280 737498 748800 156 26 43 39 150 0 1 0 0 6 0 0 0 0 0 +2357 1783782425257688400 REFRESH 3 0 0.59177734168668283 0.44444444444444453 2 9 2 9 0 0 164 6 416 3943917 55200 183.63597106933594 0.98080000000000001 221.37219999999999 20160 12097 0 0 983040 737280 737280 737517 748800 199 26 38 30 123 0 0 0 1 5 0 0 0 0 0 +2358 1783782425458748300 REFRESH 8 0 0.8119718661657358 0 2 5 2 5 0 0 248 7 415 3943898 55200 163.40693664550781 0.98670000000000002 199.55170000000001 20160 13631 0 0 983040 737280 737280 737497 748800 74 26 83 135 97 0 0 0 0 7 0 0 0 0 0 +2359 1783782425700293700 REFRESH 9 0 0.662894552709414 0.11111111111111109 2 6 2 6 0 0 153 3 432 3943909 55200 167.01951599121094 0.98280000000000001 239.9657 20160 13568 0 0 983040 737280 737280 737509 748800 149 25 40 100 118 0 0 0 0 3 0 0 0 0 0 +2360 1783782425954833200 REFRESH 0 0 0.63995353651906495 0.67575757575757578 1 12 1 12 0 0 108 3 425 3943939 55200 200.85350036621094 0.98519999999999996 231.5119 20160 13009 0 0 983040 737280 737280 737539 748800 84 25 26 25 265 0 0 0 0 3 0 0 0 0 0 +2361 1783782426181461600 REFRESH 58 0 0.63957394278593038 0.77777777777777779 2 12 2 12 0 0 146 8 411 3943913 55200 180.81996154785156 0.98340000000000005 210.56209999999999 20160 12031 0 0 983040 737280 737280 737513 748800 98 25 25 34 229 0 0 0 0 8 0 0 0 0 0 +2362 1783782426381401300 REFRESH 23 0 0.63326235016590204 0.99090909090909129 3 13 3 13 0 0 130 11 404 3943937 55200 154.30860900878906 0.98409999999999997 184.821 20160 12328 0 0 983040 737280 737280 737537 748800 106 26 34 28 210 0 0 0 0 11 0 0 0 0 0 +2363 1783782426606969900 REFRESH 56 0 0.80840075358156016 0 2 5 2 5 0 0 232 1 416 3943905 55200 150.97958374023438 0.97899999999999998 224.23939999999999 20160 13456 0 0 983040 737280 737280 737504 748800 134 26 48 118 90 0 0 0 0 1 0 0 0 0 0 +2364 1783782426808944500 REFRESH 57 0 0.63838456943933375 0.77777777777777779 2 12 2 12 0 0 156 11 407 3943897 55200 152.91360473632812 0.98529999999999995 183.66329999999999 20160 12026 0 0 983040 737280 737280 737497 748800 130 26 34 32 185 0 0 0 0 11 0 0 0 0 0 +2365 1783782427009831300 REFRESH 26 0 0.63813222574359885 0.67575757575757578 1 12 1 12 0 0 115 4 423 3943909 55200 155.97465515136719 0.98109999999999997 186.1489 20160 12019 0 0 983040 737280 737280 737509 748800 50 26 26 58 263 0 0 0 0 4 0 0 0 0 0 +2366 1783782427192292700 REFRESH 7 0 0.64162408118251202 0.67575757575757578 1 12 1 12 0 0 153 7 422 3943920 55200 149.79583740234375 0.9859 181.3381 20160 11940 0 0 983040 737280 737280 737520 748800 76 26 40 45 235 0 0 0 0 7 0 0 0 0 0 +2367 1783782427434348500 REFRESH 44 0 0.63968584756782976 0.22222222222222218 2 7 2 7 0 0 182 6 421 3943919 55200 151.76191711425781 0.9839 216.34049999999999 20160 13220 0 0 983040 737280 737280 737519 748800 87 26 34 60 214 0 0 0 0 6 0 0 0 0 0 +2368 1783782427684796300 REFRESH 4 0 0.62102837395671706 0.78686868686868705 1 13 1 13 0 0 71 3 415 3943935 55200 148.23526000976562 0.98719999999999997 176.61019999999999 20160 12190 0 0 983040 737280 737280 737535 748800 33 26 39 51 266 0 0 0 0 3 0 0 0 0 0 +2369 1783782427891278700 REFRESH 41 0 0.64351842463434217 0.34242424242424252 1 9 1 9 0 0 118 7 417 3943913 55200 149.02604675292969 0.98329999999999995 205.3476 20160 12376 0 0 983040 737280 737280 737513 748800 218 26 28 37 108 0 0 0 0 7 0 0 0 0 0 +2370 1783782428086334200 REFRESH 33 0 0.67820860400909666 0.12020202020202017 1 7 1 7 0 0 199 1 420 3943928 55200 152.07833862304688 0.98260000000000003 193.87190000000001 20160 13521 0 0 983040 737280 737280 737528 748800 127 26 73 53 141 0 0 0 0 1 0 0 0 0 0 +2371 1783782428289413600 REFRESH 13 0 0.80906379916467897 0.0090909090909090783 1 6 1 6 0 0 193 3 415 3943931 55200 151.02566528320312 0.97799999999999998 201.94229999999999 20160 13523 0 0 983040 737280 737280 737531 748800 155 26 78 61 95 0 0 0 0 3 0 0 0 0 0 +2372 1783782428494001100 REFRESH 20 0 0.63156926497284849 0.66666666666666674 2 11 2 11 0 0 139 6 420 3943904 55200 150.44198608398438 0.98319999999999996 180.35390000000001 20160 12294 0 0 983040 737280 737280 737504 748800 80 25 58 105 152 0 0 0 0 6 0 0 0 0 0 +2373 1783782428738637100 REFRESH 1 0 0.67570284161481708 0.12020202020202017 1 7 1 7 0 0 145 2 427 3943901 55200 151.41888427734375 0.98370000000000002 219.48920000000001 20160 13434 0 0 983040 737280 737280 737501 748800 128 25 75 99 100 0 0 0 0 2 0 0 0 0 0 +2374 1783782428975222900 REFRESH 46 0 0.69782069625058274 0.12929292929292943 0 8 0 8 1 0 337 3 424 3943890 55200 150.58023071289062 0.9819 208.7482 20160 13207 0 0 983040 737280 737280 737490 748800 112 25 65 72 150 0 0 0 0 3 0 0 0 0 1 +2375 1783782429171510400 REFRESH 36 0 0.63988237692266026 0.6575757575757577 3 10 3 10 0 0 140 8 425 3943923 55200 150.30169677734375 0.98329999999999995 181.13550000000001 20160 12284 0 0 983040 737280 737280 737523 748800 184 25 27 43 146 0 0 0 0 8 0 0 0 0 0 +2376 1783782429378507300 REFRESH 31 0 0.69001073149001646 0.11111111111111109 2 6 2 6 0 0 172 4 424 3943913 55200 150.64985656738281 0.98170000000000002 205.83349999999999 20160 13378 0 0 983040 737280 737280 737513 748800 87 25 33 151 128 0 0 0 0 4 0 0 0 0 0 +2377 1783782429557012600 REFRESH 34 0 0.66662020706894576 0.67575757575757578 1 12 1 12 0 0 123 1 414 3943915 55200 149.27244567871094 0.98240000000000005 177.30969999999999 20160 13078 0 0 983040 737280 737280 737514 748800 122 25 43 58 166 0 0 0 0 1 0 0 0 0 0 +2378 1783782429747733200 REFRESH 45 0 0.65009465376271147 0.22222222222222218 2 7 2 7 0 0 175 4 421 3943890 55200 151.49177551269531 0.98599999999999999 189.4777 20160 13195 0 0 983040 737280 737280 737490 748800 86 25 38 56 216 0 0 0 0 4 0 0 0 0 0 +2379 1783782429952316700 REFRESH 15 0 0.63683935998519603 0.76868686868686875 3 11 3 11 0 0 112 11 416 3943907 55200 150.47640991210938 0.98650000000000004 180.50880000000001 20160 12181 0 0 983040 737280 737280 737507 748800 69 26 67 71 183 0 0 0 1 10 0 0 0 0 0 +2380 1783782430148922600 REFRESH 49 0 0.6294949993897907 0.6575757575757577 3 10 3 10 0 0 143 5 421 3943921 55200 149.74464416503906 0.98419999999999996 180.3895 20160 12566 0 0 983040 737280 737280 737521 748800 99 26 31 40 225 0 0 0 1 4 0 0 0 0 0 +2381 1783782430354312800 REFRESH 32 0 0.6381705992127974 0.23131313131313144 1 8 1 8 0 0 160 3 421 3943906 55200 150.16348266601562 0.98680000000000001 190.72579999999999 20160 12997 0 0 983040 737280 737280 737506 748800 102 26 88 80 125 0 0 0 0 3 0 0 0 0 0 +2382 1783782430593849900 REFRESH 17 0 0.80800654712143505 0.018181818181818247 0 7 0 7 0 0 232 4 418 3943912 55200 150.92633056640625 0.98839999999999995 238.2373 20160 13578 0 0 983040 737280 737280 737512 748800 105 26 66 111 110 0 0 0 0 4 0 0 0 0 0 +2383 1783782430796501500 REFRESH 16 0 0.68383967905458365 0.11111111111111109 2 6 2 6 0 0 212 4 418 3943907 55200 160.616455078125 0.97560000000000002 201.06010000000001 20160 13460 0 0 983040 737280 737280 737507 748800 177 26 27 98 90 0 0 0 0 4 0 0 0 0 0 +2384 1783782431019904100 REFRESH 27 0 0.63322883465771274 0.7959595959595962 0 14 0 14 0 0 171 7 412 3943887 55200 166.13375854492188 0.995 197.83029999999999 20160 12147 0 0 983040 737280 737280 737486 748800 108 26 42 27 209 0 0 0 0 7 0 0 0 0 0 +2385 1783782431209383300 REFRESH 35 0 0.64166825455860521 0.66666666666666674 2 11 2 11 0 0 180 8 416 3943933 55200 156.30438232421875 0.97499999999999998 188.21000000000001 20160 12184 0 0 983040 737280 737280 737533 748800 129 26 33 85 143 1 0 0 0 7 0 0 0 0 0 +2386 1783782431400770700 REFRESH 50 0 0.64328242180410089 0.44444444444444453 2 9 2 9 0 0 150 11 419 3943909 55200 154.82470703125 0.96909999999999996 190.03999999999999 20160 12927 0 0 983040 737280 737280 737509 748800 134 26 38 59 162 0 0 0 0 11 0 0 0 0 0 +2387 1783782431635323200 REFRESH 52 0 0.67457996043261437 0.12020202020202017 1 7 1 7 0 0 129 4 429 3943915 55200 158.96780395507812 0.97360000000000002 233.2611 20160 13760 0 0 983040 737280 737280 737515 748800 177 26 67 77 82 0 0 0 0 4 0 0 0 0 0 +2388 1783782431869436200 REFRESH 21 0 0.63983265145844781 0.35151515151515161 0 10 0 10 0 0 202 6 418 3943932 55200 163.167236328125 0.97960000000000003 217.78909999999999 20160 12424 0 0 983040 737280 737280 737532 748800 124 26 50 76 142 0 0 0 0 6 0 0 0 0 0 +2389 1783782432067736700 REFRESH 55 0 0.64071284586998545 0.67575757575757578 1 12 1 12 0 0 171 6 420 3943921 55200 150.88333129882812 1.0091000000000001 185.8227 20160 11837 0 0 983040 737280 737280 737521 748800 136 26 25 27 206 0 0 0 0 6 0 0 0 0 0 +2390 1783782432265202700 REFRESH 10 0 0.6379334319212826 0.45353535353535362 1 10 1 10 0 0 134 6 422 3943933 55200 148.64178466796875 0.96970000000000001 181.0515 20160 12848 0 0 983040 737280 737280 737533 748800 143 25 38 36 180 0 0 0 0 6 0 0 0 0 0 +2391 1783782432471511000 REFRESH 18 0 0.64117119972661329 1 2 14 2 14 0 0 138 7 422 3943894 55200 158.22950744628906 0.97119999999999995 190.0575 20160 12694 0 0 983040 737280 737280 737494 748800 87 26 89 45 175 0 0 0 0 7 0 0 0 0 0 +2392 1783782432675569900 REFRESH 12 0 0.64602754591336109 0.43535353535353549 3 8 3 8 0 0 214 5 414 3943894 55200 151.90835571289062 0.96940000000000004 184.46950000000001 20160 12143 0 0 983040 737280 737280 737494 748800 178 26 35 61 114 0 0 0 0 5 0 0 0 0 0 +2393 1783782432876293100 REFRESH 29 0 0.63744567790385087 0.67575757575757578 1 12 1 12 0 0 146 8 413 3943919 55200 152.99276733398438 0.97550000000000003 183.92420000000001 20160 11962 0 0 983040 737280 737280 737518 748800 104 25 26 90 168 0 0 0 0 8 0 0 0 0 0 +2394 1783782433072462900 REFRESH 22 0 0.64046032394400132 0.76868686868686875 3 11 3 11 0 0 159 12 423 3943894 55200 149.85317993164062 0.97219999999999995 180.86170000000001 20160 12035 0 0 983040 737280 737280 737494 748800 113 26 55 35 194 0 0 0 0 12 0 0 0 0 0 +2395 1783782433310591600 REFRESH 54 0 0.64465869213355353 0.23131313131313144 1 8 1 8 0 0 137 5 423 3943916 55200 160.68095397949219 0.97040000000000004 236.83240000000001 20160 13037 0 0 983040 737280 737280 737515 748800 163 25 57 85 93 0 0 0 0 5 0 0 0 0 0 +2396 1783782433519520900 REFRESH 6 0 0.62041543660952492 0.76868686868686875 3 11 3 11 0 0 127 5 422 3943908 55200 153.12588500976562 0.97099999999999997 183.61320000000001 20160 12256 0 0 983040 737280 737280 737507 748800 47 25 42 53 255 0 0 0 0 5 0 0 0 0 0 +2397 1783782434646725600 DEPTH 8 1 0.80977555977491789 0 2 5 2 5 0 0 248 15 2568 23664888 81600 882.52011108398438 5.8203000000000005 1125.9507000000001 120960 66326 1 0 5898240 4423680 4423680 4426485 4492800 170 156 152 478 1612 0 0 0 0 15 0 0 0 0 0 +2398 1783782436001206700 DEPTH 13 1 0.80319992790096917 0.0090909090909090783 1 6 1 6 0 0 193 15 2496 23664745 81600 866.66751098632812 5.8447000000000005 1307.2668000000001 120960 65510 1 0 5898240 4423680 4423680 4426343 4492800 349 151 186 231 1579 0 0 0 0 15 0 0 0 0 0 +2399 1783782437363550300 DEPTH 56 1 0.80055150972024602 0 2 5 2 5 0 0 232 21 2574 23664853 81600 860.49600219726562 5.8827999999999996 1360.9619 120960 65221 1 0 5898240 4423680 4423680 4426452 4492800 468 150 204 529 1223 0 0 0 0 21 0 0 0 0 0 +2400 1783782438740413000 DEPTH 17 1 0.73321703297007668 0.018181818181818247 0 7 0 7 0 0 233 11 2527 23664847 81600 880.71063232421875 5.8306000000000004 1351.2412999999999 120960 66035 1 0 5898240 4423680 4423680 4426447 4492800 237 156 202 276 1656 0 0 0 0 11 0 0 0 0 0 +2401 1783782440091515000 DEPTH 48 1 0.69901124849104435 0.11111111111111109 2 6 2 6 1 0 212 49 2563 23664839 81600 884.60499572753906 5.8433000000000002 1349.5740000000001 120960 65910 1 0 5898240 4423680 4423680 4426438 4492800 150 150 155 160 1948 0 0 0 0 49 0 0 0 0 1 +2402 1783782441615918500 DEPTH 53 1 0.6836525231007019 0.12929292929292943 0 8 0 8 0 0 171 32 2520 23664755 81600 1094.9620056152344 5.8582999999999998 1498.4371000000001 120960 65145 1 0 5898240 4423680 4423680 4426353 4492800 262 156 172 177 1753 0 0 0 0 32 0 0 0 0 0 +2403 1783782443165350400 DEPTH 42 1 0.68163143850272578 0.11111111111111109 2 6 2 6 0 0 160 16 2629 23664859 81600 1060.200439453125 5.8658999999999999 1547.7654 120960 65386 1 0 5898240 4423680 4423680 4426459 4492800 246 150 290 253 1690 0 0 0 0 16 0 0 0 0 0 +2404 1783782444737037500 DEPTH 11 1 0.67405676228722755 0.12929292929292943 0 8 0 8 0 0 119 9 2542 23664862 81600 1074.1012420654297 5.9032 1545.5385000000001 120960 64870 1 0 5898240 4423680 4423680 4426459 4492800 252 150 168 228 1744 0 0 0 0 9 0 0 0 0 0 +2405 1783782446176407100 DEPTH 46 1 0.6905874657864941 0.12929292929292943 0 8 0 8 0 0 337 25 2612 23664865 81600 968.22958374023438 5.8273000000000001 1438.0603000000001 120960 64787 1 0 5898240 4423680 4423680 4426464 4492800 321 150 185 243 1713 0 0 0 0 25 0 0 0 0 0 +2406 1783782447605585600 DEPTH 31 1 0.6847969898259979 0.11111111111111109 2 6 2 6 0 0 173 15 2598 23664888 81600 961.78050231933594 5.8503999999999996 1389.4431 120960 64901 1 0 5898240 4423680 4423680 4426487 4492800 466 150 179 513 1290 0 0 0 0 15 0 0 0 0 0 +2407 1783782449072556000 DEPTH 33 1 0.67107532671536685 0.12020202020202017 1 7 1 7 0 0 199 13 2543 23664963 81600 1076.4473266601562 5.8294000000000006 1441.3751 120960 65482 1 0 5898240 4423680 4423680 4426562 4492800 355 152 167 230 1639 0 0 0 0 13 0 0 0 0 0 +2408 1783782450654918500 DEPTH 1 1 0.66994182323774398 0.12020202020202017 1 7 1 7 0 0 145 8 2607 23664856 81600 1075.8676300048828 5.9230999999999998 1556.2862 120960 65286 1 0 5898240 4423680 4423680 4426456 4492800 389 150 281 340 1447 0 0 0 0 8 0 0 0 0 0 +2409 1783782452355753300 DEPTH 9 1 0.65961120864959633 0.11111111111111109 2 6 2 6 0 0 153 3 2628 23664834 81600 1170.0009002685547 5.9428999999999998 1635.3801000000001 120960 65463 1 0 5898240 4423680 4423680 4426434 4492800 840 150 218 614 806 0 0 0 0 3 0 0 0 0 0 +2410 1783782453642860500 DEPTH 34 1 0.65369655406901805 0.67575757575757578 1 12 1 12 0 0 124 13 2535 23664775 81600 1070.4312286376953 5.8951000000000002 1247.0646999999999 120960 61343 1 0 5898240 4423680 4423680 4426374 4492800 215 150 207 236 1727 1 0 1 0 11 0 0 0 0 0 +2411 1783782454936558500 DEPTH 16 1 0.67923650228779342 0.11111111111111109 2 6 2 6 0 0 213 21 2532 23664811 81600 1004.5626373291016 5.8339000000000008 1277.0989 120960 65272 1 0 5898240 4423680 4423680 4426410 4492800 422 156 156 278 1520 0 0 0 0 21 0 0 0 0 0 +2412 1783782456281002000 DEPTH 2 1 0.64460009128531137 0.33333333333333343 2 8 2 8 0 0 158 18 2590 23664756 81600 895.49822998046875 5.8601000000000001 1343.1349 120960 60332 1 0 5898240 4423680 4423680 4426351 4492800 510 150 221 308 1401 0 0 0 0 18 0 0 0 0 0 +2413 1783782457432563200 DEPTH 8 1 0.7206401860011824 0 2 5 2 5 0 0 248 18 2571 23664950 81600 894.727294921875 5.8509000000000002 1150.3522 120960 55475 1 0 5898240 4423680 4423680 4426548 4492800 162 156 150 558 1545 0 0 0 0 18 0 0 0 0 0 +2414 1783782458853115500 DEPTH 13 1 0.71480505188974552 0.0090909090909090783 1 6 1 6 0 0 193 19 2492 23664933 81600 889.05523681640625 5.8420999999999994 1333.2025000000001 120960 54200 1 0 5898240 4423680 4423680 4426533 4492800 332 150 178 224 1608 0 0 0 0 19 0 0 0 0 0 +2415 1783782460219021600 DEPTH 56 1 0.71233922955161211 0 2 5 2 5 0 0 232 21 2574 23664839 81600 855.077880859375 5.8376999999999999 1322.9131 120960 54583 1 0 5898240 4423680 4423680 4426436 4492800 457 150 204 634 1129 0 0 0 0 21 0 0 0 0 0 +2416 1783782461548658500 DEPTH 17 1 0.71482113816039272 0.018181818181818247 0 7 0 7 0 0 233 21 2517 23664949 81600 860.868408203125 5.8331999999999997 1328.3579999999999 120960 54622 1 0 5898240 4423680 4423680 4426548 4492800 242 156 207 325 1587 0 0 0 0 21 0 0 0 0 0 +2417 1783782462884054000 DEPTH 52 1 0.67104557122924968 0.12020202020202017 1 7 1 7 0 0 129 12 2580 23664828 81600 863.44383239746094 5.8528000000000002 1309.6043 120960 65675 1 0 5898240 4423680 4423680 4426428 4492800 891 156 365 471 697 0 0 0 0 12 0 0 0 0 0 +2418 1783782464176387100 DEPTH 45 1 0.64446484496165435 0.22222222222222218 2 7 2 7 0 0 175 20 2612 23664855 81600 876.61773681640625 5.8382000000000005 1290.9331 120960 64209 1 0 5898240 4423680 4423680 4426454 4492800 174 150 164 166 1958 0 0 0 0 20 0 0 0 0 0 +2419 1783782465442846200 DEPTH 50 1 0.64341081453101157 0.44444444444444453 2 9 2 9 0 0 150 23 2622 23664880 81600 860.73641967773438 5.8698999999999995 1265.1567 120960 60813 1 0 5898240 4423680 4423680 4426479 4492800 157 150 150 150 2015 0 0 0 0 23 0 0 0 0 0 +2420 1783782466809109500 DEPTH 41 1 0.64067591297075088 0.34242424242424252 1 9 1 9 0 0 118 28 2562 23664838 81600 867.07780456542969 5.8640999999999996 1307.4762000000001 120960 60473 1 0 5898240 4423680 4423680 4426436 4492800 776 156 156 156 1318 3 0 0 0 25 0 0 0 0 0 +2421 1783782468140503300 DEPTH 48 1 0.64812046958287839 0.11111111111111109 2 6 2 6 1 0 212 43 2576 23664802 81600 867.82325744628906 5.8404000000000007 1329.9844000000001 120960 54983 1 0 5898240 4423680 4423680 4426401 4492800 151 151 156 159 1959 0 0 0 0 43 0 0 0 0 1 +2422 1783782469550937600 DEPTH 8 1 0.651315801230126 0 2 5 2 5 0 0 248 11 2577 23664782 81600 1134.9369812011719 5.8664000000000005 1396.0136 120960 44633 1 0 5898240 4423680 4423680 4426379 4492800 162 156 150 688 1421 0 0 0 0 11 0 0 0 0 0 +2423 1783782471020025000 DEPTH 54 1 0.64111123016826044 0.23131313131313144 1 8 1 8 0 0 137 14 2603 23664853 81600 1004.6044158935547 5.8406000000000002 1467.6380999999999 120960 62148 1 0 5898240 4423680 4423680 4426453 4492800 512 150 275 328 1338 0 0 0 0 14 0 0 0 0 0 +2424 1783782472176321200 DEPTH 12 1 0.64067075881061997 0.43535353535353549 3 8 3 8 0 0 214 29 2528 23664822 81600 969.03981018066406 5.8894000000000002 1154.6356000000001 120960 57939 1 0 5898240 4423680 4423680 4426419 4492800 340 156 174 200 1658 1 0 0 0 28 0 0 0 0 0 +2425 1783782473473063400 DEPTH 39 1 0.64043005263854802 0.43535353535353549 3 8 3 8 0 0 192 21 2616 23664869 81600 892.12739562988281 5.8572000000000006 1278.74 120960 59493 1 0 5898240 4423680 4423680 4426468 4492800 150 150 156 150 2010 0 0 0 0 21 0 0 0 0 0 +2426 1783782474558162800 DEPTH 22 1 0.63950061886361842 0.76868686868686875 3 11 3 11 1 0 159 26 2589 23664774 81600 872.67532348632812 5.8664999999999994 1062.6686999999999 120960 56691 1 0 5898240 4423680 4423680 4426371 4492800 256 150 212 163 1808 0 0 0 0 26 0 0 0 0 1 +2427 1783782475645909600 DEPTH 5 1 0.63897712343372182 0.66666666666666674 2 11 2 11 0 0 102 17 2598 23664864 81600 886.40377807617188 5.8550999999999993 1070.4512 120960 66991 1 0 5898240 4423680 4423680 4426463 4492800 214 150 196 478 1560 0 0 0 0 17 0 0 0 0 0 +2428 1783782476718421100 DEPTH 51 1 0.63873213506683446 0.76868686868686875 3 11 3 11 0 0 128 28 2587 23664922 81600 868.22453308105469 5.8510999999999997 1056.0944 120960 57464 1 0 5898240 4423680 4423680 4426521 4492800 417 150 243 198 1579 0 0 0 0 28 0 0 0 0 0 +2429 1783782476927700600 REFRESH 2 0 0.56431862638106056 0.33333333333333343 2 8 2 8 0 0 158 9 424 3943909 55200 150.97445678710938 0.97629999999999995 207.61680000000001 20160 12547 0 0 983040 737280 737280 737509 748800 131 25 48 59 161 0 0 0 0 9 0 0 0 0 0 +2430 1783782477121816900 REFRESH 8 0 0.64184307597695667 0 2 5 2 5 0 0 248 8 416 3943903 55200 153.86521911621094 0.96940000000000004 192.86420000000001 20160 13450 0 0 983040 737280 737280 737503 748800 65 26 77 129 119 0 0 0 0 8 0 0 0 0 0 +2431 1783782477315753400 REFRESH 47 0 0.63108361335960794 0.66666666666666674 2 11 2 11 0 0 123 9 419 3943925 55200 150.51776123046875 0.97499999999999998 181.94159999999999 20160 12105 0 0 983040 737280 737280 737525 748800 55 26 39 33 266 0 0 0 0 9 0 0 0 0 0 +2432 1783782477560006400 REFRESH 44 0 0.63721136955226709 0.22222222222222218 2 7 2 7 0 0 182 3 420 3943914 55200 150.56486511230469 0.9798 217.47880000000001 20160 13199 0 0 983040 737280 737280 737514 748800 90 26 34 61 209 0 0 0 0 3 0 0 0 0 0 +2433 1783782477782983500 REFRESH 57 0 0.63807629909267483 0.77777777777777779 2 12 2 12 0 0 156 7 415 3943892 55200 147.77445983886719 0.97440000000000004 178.87260000000001 20160 12076 0 0 983040 737280 737280 737492 748800 122 26 35 32 200 0 0 0 0 7 0 0 0 0 0 +2434 1783782477978374500 REFRESH 27 0 0.630330057492416 0.7959595959595962 0 14 0 14 0 0 171 9 409 3943931 55200 148.78515625 0.96850000000000003 179.66669999999999 20160 12072 0 0 983040 737280 737280 737531 748800 100 26 33 28 222 0 0 0 0 9 0 0 0 0 0 +2435 1783782478204937300 REFRESH 48 0 0.58983004838012121 0.11111111111111109 2 6 2 6 0 0 213 9 420 3943905 55200 153.29791259765625 0.97009999999999996 224.91499999999999 20160 13075 0 0 983040 737280 737280 737505 748800 93 26 54 48 199 0 0 0 0 9 0 0 0 0 0 +2436 1783782478412364000 REFRESH 10 0 0.6346719153487439 0.45353535353535362 1 10 1 10 0 0 134 4 423 3943895 55200 159.94880676269531 1.0927 193.12260000000001 20160 12807 0 0 983040 737280 737280 737495 748800 140 25 38 38 182 0 0 0 0 4 0 0 0 0 0 +2437 1783782478611087900 REFRESH 26 0 0.63264605244163818 0.67575757575757578 1 12 1 12 0 0 116 4 423 3943933 55200 152.02726745605469 0.97430000000000005 183.08879999999999 20160 12146 0 0 983040 737280 737280 737533 748800 47 25 25 58 268 0 0 0 0 4 0 0 0 0 0 +2438 1783782478852355000 REFRESH 42 0 0.68278382634117496 0.11111111111111109 2 6 2 6 0 0 160 2 423 3943919 55200 162.44744873046875 0.97619999999999996 240.07040000000001 20160 13591 0 0 983040 737280 737280 737519 748800 108 25 80 72 138 0 0 0 0 2 0 0 0 0 0 +2439 1783782479079619600 REFRESH 54 0 0.55272001225943412 0.23131313131313144 1 8 1 8 1 0 137 5 422 3943915 55200 150.89152526855469 0.96870000000000001 225.536 20160 13243 0 0 983040 737280 737280 737515 748800 169 25 61 88 79 0 0 0 0 5 0 0 0 0 1 +2440 1783782479258318300 REFRESH 34 0 0.65085534746157769 0.67575757575757578 1 12 1 12 0 0 124 2 415 3943933 55200 148.38374328613281 0.96940000000000004 177.40180000000001 20160 13085 0 0 983040 737280 737280 737533 748800 115 25 43 58 174 0 0 0 0 2 0 0 0 0 0 +2441 1783782479453009800 REFRESH 38 0 0.63749664788781879 0.55555555555555558 2 10 2 10 0 0 142 8 422 3943892 55200 148.59846496582031 0.97489999999999999 179.61510000000001 20160 12186 0 0 983040 737280 737280 737492 748800 174 26 47 46 129 0 1 0 0 7 0 0 0 0 0 +2442 1783782479647424300 REFRESH 0 0 0.63334416643688873 0.67575757575757578 1 12 1 12 0 0 108 6 425 3943904 55200 148.37452697753906 0.9758 179.03800000000001 20160 13564 0 0 983040 737280 737280 737504 748800 71 25 26 25 278 0 0 0 0 6 0 0 0 0 0 +2443 1783782479847022100 REFRESH 16 0 0.68099286920058733 0.11111111111111109 2 6 2 6 0 0 213 4 419 3943885 55200 156.59007263183594 0.99519999999999997 197.959 20160 13577 0 0 983040 737280 737280 737485 748800 168 26 27 95 103 0 0 0 0 4 0 0 0 0 0 +2444 1783782480063158500 REFRESH 14 0 0.63443796268935682 0.57373737373737377 0 12 0 12 0 0 137 4 415 3943939 55200 154.60966491699219 0.97670000000000001 195.77520000000001 20160 12177 0 0 983040 737280 737280 737538 748800 116 25 31 29 214 0 0 0 0 4 0 0 0 0 0 +2445 1783782480252749400 REFRESH 50 0 0.64329424320379536 0.44444444444444453 2 9 2 9 0 0 150 8 415 3943906 55200 151.53459167480469 0.98629999999999995 188.29339999999999 20160 12928 0 0 983040 737280 737280 737506 748800 131 26 38 50 170 0 0 0 0 8 0 0 0 0 0 +2446 1783782480433967800 REFRESH 22 0 0.58835320597298812 0.76868686868686875 3 11 3 11 0 0 159 6 420 3943915 55200 149.11042785644531 0.98299999999999998 179.99629999999999 20160 11974 0 0 983040 737280 737280 737515 748800 122 26 51 31 190 0 0 0 0 6 0 0 0 0 0 +2447 1783782480691198600 REFRESH 1 0 0.67065816124321076 0.12020202020202017 1 7 1 7 0 0 145 6 426 3943937 55200 158.529541015625 0.97899999999999998 232.52500000000001 20160 13408 0 0 983040 737280 737280 737537 748800 123 25 73 95 110 0 0 0 0 6 0 0 0 0 0 +2448 1783782480889183700 REFRESH 19 0 0.63756808903015816 0.66666666666666674 2 11 2 11 0 0 143 8 421 3943904 55200 151.94111633300781 0.98680000000000001 182.66120000000001 20160 11936 0 0 983040 737280 737280 737504 748800 92 26 31 43 229 0 0 0 0 8 0 0 0 0 0 +2449 1783782481122409400 REFRESH 56 0 0.80394029107556131 0 2 5 2 5 0 0 232 7 414 3943894 55200 155.84664916992188 0.98409999999999997 231.94030000000001 20160 13481 0 0 983040 737280 737280 737494 748800 130 26 46 124 88 0 0 0 0 7 0 0 0 0 0 +2450 1783782481327938300 REFRESH 25 0 0.63682719383767528 0.76868686868686875 3 11 3 11 0 0 132 5 421 3943919 55200 156.99661254882812 0.98660000000000003 189.55869999999999 20160 12079 0 0 983040 737280 737280 737518 748800 51 25 44 26 275 0 0 0 0 5 0 0 0 0 0 +2451 1783782481555874700 REFRESH 9 0 0.65650454822935844 0.11111111111111109 2 6 2 6 0 0 153 2 430 3943924 55200 150.49317932128906 0.98519999999999996 226.39769999999999 20160 13524 0 0 983040 737280 737280 737524 748800 153 25 40 101 111 0 0 0 0 2 0 0 0 0 0 +2452 1783782481787307700 REFRESH 40 0 0.63195994520877008 0.67575757575757578 1 12 1 12 0 0 146 8 419 3943911 55200 176.26112365722656 0.98270000000000002 206.48910000000001 20160 12376 0 0 983040 737280 737280 737511 748800 107 25 31 54 202 0 0 0 0 8 0 0 0 0 0 +2453 1783782482018543100 REFRESH 18 0 0.63680290476506085 1 2 14 2 14 0 0 140 14 419 3943909 55200 182.80857849121094 1.0659000000000001 213.66220000000001 20160 12846 0 0 983040 737280 737280 737509 748800 82 26 85 44 182 0 0 0 0 14 0 0 0 0 0 +2454 1783782482265548600 REFRESH 23 0 0.63334799671035735 0.99090909090909129 3 13 3 13 0 0 130 6 401 3943922 55200 199.478271484375 0.98640000000000005 232.14789999999999 20160 12035 0 0 983040 737280 737280 737521 748800 109 26 34 28 204 0 0 0 0 6 0 0 0 0 0 +2455 1783782482560920900 REFRESH 29 0 0.634824371733679 0.67575757575757578 1 12 1 12 0 0 146 7 416 3943925 55200 209.95173645019531 0.98719999999999997 243.37790000000001 20160 12006 0 0 983040 737280 737280 737525 748800 120 25 27 92 152 0 0 0 0 7 0 0 0 0 0 +2456 1783782482854977700 REFRESH 17 0 0.80627883552072932 0.018181818181818247 0 7 0 7 0 0 233 2 416 3943925 55200 207.76243591308594 0.99870000000000003 292.33420000000001 20160 13436 0 0 983040 737280 737280 737525 748800 99 26 63 110 118 0 0 0 0 2 0 0 0 0 0 +2457 1783782483105102300 REFRESH 52 0 0.67378927759065232 0.12020202020202017 1 7 1 7 0 0 129 3 429 3943909 55200 171.07968139648438 0.98980000000000001 248.31790000000001 20160 13559 0 0 983040 737280 737280 737509 748800 175 26 66 80 82 0 0 0 0 3 0 0 0 0 0 +2458 1783782483354703100 REFRESH 37 0 0.63623232435868127 0.67575757575757578 1 12 1 12 0 0 151 4 428 3943917 55200 193.18783569335938 0.97099999999999997 224.31030000000001 20160 12079 0 0 983040 737280 737280 737516 748800 108 25 39 88 168 0 0 0 0 4 0 0 0 0 0 +2459 1783782483577012100 REFRESH 36 0 0.63670823752857109 0.6575757575757577 3 10 3 10 0 0 140 8 426 3943900 55200 174.93728637695312 0.97629999999999995 206.35319999999999 20160 12024 0 0 983040 737280 737280 737500 748800 183 25 27 45 146 0 0 0 0 8 0 0 0 0 0 +2460 1783782483848390500 REFRESH 41 0 0.64090743628545888 0.34242424242424252 1 9 1 9 0 0 118 3 418 3943933 55200 179.50927734375 0.97940000000000005 239.9973 20160 12356 0 0 983040 737280 737280 737533 748800 220 26 28 37 107 0 0 0 0 3 0 0 0 0 0 +2461 1783782484129981800 REFRESH 30 0 0.6388145483396348 0.23131313131313144 1 8 1 8 0 0 161 5 423 3943936 55200 205.33247375488281 0.97999999999999998 265.60570000000001 20160 13231 0 0 983040 737280 737280 737536 748800 119 25 53 135 91 0 0 0 0 5 0 0 0 0 0 +2462 1783782484390253400 REFRESH 28 0 0.6375301734472405 0.67575757575757578 1 12 1 12 0 0 166 7 407 3943905 55200 207.29344177246094 0.97850000000000004 238.5515 20160 11859 0 0 983040 737280 737280 737505 748800 32 26 35 30 284 0 0 0 0 7 0 0 0 0 0 +2463 1783782484646833800 REFRESH 7 0 0.63799570465926547 0.67575757575757578 1 12 1 12 0 0 153 3 419 3943926 55200 198.74406433105469 0.97799999999999998 231.73240000000001 20160 11966 0 0 983040 737280 737280 737526 748800 56 26 33 37 267 0 0 0 0 3 0 0 0 0 0 +2464 1783782484899028400 REFRESH 24 0 0.63323450546985882 0.87070707070707098 4 11 4 11 0 0 161 10 411 3943910 55200 204.41191101074219 0.98129999999999995 236.77160000000001 20160 12113 0 0 983040 737280 737280 737509 748800 49 26 28 27 281 0 0 0 0 10 0 0 0 0 0 +2465 1783782485138106100 REFRESH 12 0 0.64070980419298795 0.43535353535353549 3 8 3 8 0 0 214 5 415 3943893 55200 205.93049621582031 0.99119999999999997 237.8468 20160 12202 0 0 983040 737280 737280 737493 748800 190 26 36 66 97 0 0 0 0 5 0 0 0 0 0 +2466 1783782485418437400 REFRESH 31 0 0.68612153448934055 0.11111111111111109 2 6 2 6 0 0 173 9 425 3943933 55200 208.20991516113281 0.97030000000000005 263.72840000000002 20160 13381 0 0 983040 737280 737280 737533 748800 87 25 34 140 139 0 0 0 0 9 0 0 0 0 0 +2467 1783782485702454900 REFRESH 46 0 0.6910873844585349 0.12929292929292943 0 8 0 8 0 0 337 4 421 3943917 55200 200.35072326660156 0.98029999999999995 259.95150000000001 20160 13204 0 0 983040 737280 737280 737516 748800 117 25 74 79 126 0 0 0 0 4 0 0 0 0 0 +2468 1783782485995946400 REFRESH 21 0 0.63633948639430948 0.35151515151515161 0 10 0 10 1 0 202 6 416 3943945 55200 210.54669189453125 0.97419999999999995 267.54629999999997 20160 12435 0 0 983040 737280 737280 737545 748800 116 26 50 79 145 0 0 0 0 6 0 0 0 0 1 +2469 1783782486250423000 REFRESH 35 0 0.63831888053086594 0.66666666666666674 2 11 2 11 0 0 181 11 417 3943893 55200 206.06361389160156 0.97919999999999996 239.3073 20160 12162 0 0 983040 737280 737280 737492 748800 133 26 32 81 145 0 0 0 0 11 0 0 0 0 0 +2470 1783782486455487300 REFRESH 3 0 0.63767314280752441 0.44444444444444453 2 9 2 9 0 0 164 11 417 3943889 55200 148.96844482421875 0.97899999999999998 188.0033 20160 12159 0 0 983040 737280 737280 737489 748800 212 26 39 31 109 0 0 0 0 11 0 0 0 0 0 +2471 1783782486716008200 REFRESH 49 0 0.62574846829530872 0.6575757575757577 3 10 3 10 0 0 143 8 417 3943909 55200 204.23475646972656 0.97650000000000003 235.4897 20160 12502 0 0 983040 737280 737280 737509 748800 136 26 33 44 178 0 0 0 0 8 0 0 0 0 0 +2472 1783782486987478800 REFRESH 33 0 0.67366633501969098 0.12020202020202017 1 7 1 7 0 0 200 2 420 3943901 55200 207.30368041992188 0.97640000000000005 249.3092 20160 13448 0 0 983040 737280 737280 737501 748800 146 26 90 63 95 0 0 0 0 2 0 0 0 0 0 +2473 1783782487184648900 REFRESH 39 0 0.63922854935924511 0.43535353535353549 3 8 3 8 0 0 192 9 422 3943906 55200 155.05416870117188 0.9909 195.84110000000001 20160 12540 0 0 983040 737280 737280 737506 748800 25 25 28 25 319 0 0 0 0 9 0 0 0 0 0 +2474 1783782487465074600 REFRESH 11 0 0.67563045578238212 0.12929292929292943 0 8 0 8 0 0 119 3 417 3943926 55200 200.84530639648438 0.97599999999999998 279.14600000000002 20160 13506 0 0 983040 737280 737280 737525 748800 115 25 52 62 163 0 0 0 0 3 0 0 0 0 0 +2475 1783782487677338400 REFRESH 4 0 0.61618098758439177 0.78686868686868705 1 13 1 13 0 0 71 3 418 3943929 55200 167.31671142578125 0.97619999999999996 196.99189999999999 20160 12105 0 0 983040 737280 737280 737528 748800 30 26 37 37 288 0 0 0 0 3 0 0 0 0 0 +2476 1783782487885053900 REFRESH 5 0 0.63881606056647477 0.66666666666666674 2 11 2 11 0 0 102 3 425 3943932 55200 176.9932861328125 0.97619999999999996 206.4659 20160 13762 0 0 983040 737280 737280 737532 748800 110 25 38 146 106 0 0 0 0 3 0 0 0 0 0 +2477 1783782488079828400 REFRESH 15 0 0.63662471306341684 0.76868686868686875 3 11 3 11 0 0 112 4 416 3943942 55200 152.10598754882812 0.97150000000000003 182.0752 20160 12205 0 0 983040 737280 737280 737542 748800 66 26 67 64 193 0 0 0 0 4 0 0 0 0 0 +2478 1783782488288192900 REFRESH 51 0 0.63739260419763033 0.76868686868686875 3 11 3 11 0 0 129 6 420 3943909 55200 175.20742797851562 0.98580000000000001 206.51820000000001 20160 12086 0 0 983040 737280 737280 737509 748800 147 25 84 50 114 0 0 1 0 5 0 0 0 0 0 +2479 1783782488500527800 REFRESH 45 0 0.64536941088654753 0.22222222222222218 2 7 2 7 0 0 175 10 422 3943908 55200 171.50022888183594 0.99239999999999995 210.80549999999999 20160 13258 0 0 983040 737280 737280 737508 748800 107 25 45 67 178 0 0 0 0 10 0 0 0 0 0 +2480 1783782488762437100 REFRESH 6 0 0.61724902800728398 0.76868686868686875 3 11 3 11 0 0 127 7 423 3943918 55200 207.12448120117188 0.97889999999999999 236.71080000000001 20160 12593 0 0 983040 737280 737280 737518 748800 40 25 39 45 274 0 0 0 0 7 0 0 0 0 0 +2481 1783782489082362500 REFRESH 58 0 0.63674447504376008 0.77777777777777779 2 12 2 12 0 0 146 13 410 3943925 55200 195.41094970703125 0.98609999999999998 225.84440000000001 20160 12076 0 0 983040 737280 737280 737525 748800 101 25 25 34 225 0 0 0 0 13 0 0 0 0 0 +2482 1783782489322293700 REFRESH 55 0 0.63662064424767584 0.67575757575757578 1 12 1 12 0 0 171 11 419 3943916 55200 182.43994140625 0.98609999999999998 214.5249 20160 11914 0 0 983040 737280 737280 737516 748800 130 26 25 27 211 0 0 0 0 11 0 0 0 0 0 +2483 1783782489558229900 REFRESH 43 0 0.63102550506852984 0.76868686868686875 3 11 3 11 0 0 151 7 432 3943931 55200 189.22904968261719 0.99450000000000005 219.911 20160 12450 0 0 983040 737280 737280 737531 748800 145 25 120 46 96 0 0 1 0 6 0 0 0 0 0 +2484 1783782489782545500 REFRESH 53 0 0.68505955531870477 0.12929292929292943 0 8 0 8 0 0 172 1 417 3943899 55200 160.36146545410156 0.97109999999999996 204.3869 20160 13264 0 0 983040 737280 737280 737499 748800 145 26 36 33 177 1 0 0 0 0 0 0 0 0 0 +2485 1783782489995099800 REFRESH 13 0 0.80638033603766357 0.0090909090909090783 1 6 1 6 0 0 193 3 415 3943916 55200 156.30744934082031 0.97350000000000003 211.32050000000001 20160 13393 0 0 983040 737280 737280 737516 748800 156 26 71 62 100 0 0 0 0 3 0 0 0 0 0 +2486 1783782490254057900 REFRESH 32 0 0.63396063242254008 0.23131313131313144 1 8 1 8 0 0 160 9 420 3943933 55200 160.60006713867188 0.97030000000000005 202.7885 20160 12920 0 0 983040 737280 737280 737533 748800 111 26 98 87 98 0 0 0 0 9 0 0 0 0 0 +2487 1783782490488354200 REFRESH 20 0 0.62875467760861725 0.66666666666666674 2 11 2 11 0 0 139 5 425 3943936 55200 184.67327880859375 0.97540000000000004 216.09309999999999 20160 12500 0 0 983040 737280 737280 737536 748800 65 25 56 99 180 0 0 0 0 5 0 0 0 0 0 +2488 1783782491913011300 DEPTH 8 1 0.81042689235198884 0 2 5 2 5 0 0 248 26 2571 23664879 81600 1159.5429534912109 5.8722000000000003 1423.279 120960 66054 1 0 5898240 4423680 4423680 4426478 4492800 164 155 150 456 1646 0 0 0 0 26 0 0 0 0 0 +2489 1783782493473880100 DEPTH 56 1 0.80233342083483006 0 2 5 2 5 0 0 232 19 2577 23664866 81600 1061.3114929199219 5.9507999999999992 1534.5028 120960 65508 1 0 5898240 4423680 4423680 4426465 4492800 473 150 206 489 1259 0 0 0 0 19 0 0 0 0 0 +2490 1783782495083973700 DEPTH 17 1 0.79949880129736473 0.018181818181818247 0 7 0 7 1 0 233 20 2524 23664727 81600 1126.7645416259766 5.9089000000000009 1608.7532000000001 120960 65154 1 0 5898240 4423680 4423680 4426325 4492800 238 156 206 340 1584 0 0 0 0 20 0 0 0 0 1 +2491 1783782496494101400 DEPTH 48 1 0.69779348431459687 0.11111111111111109 2 6 2 6 0 0 214 58 2583 23664853 81600 908.9095458984375 5.9161999999999999 1408.8703 120960 64352 1 0 5898240 4423680 4423680 4426453 4492800 150 150 150 150 1983 0 0 0 0 58 0 0 0 0 0 +2492 1783782497776917600 DEPTH 16 1 0.67653318976963095 0.11111111111111109 2 6 2 6 0 0 213 30 2539 23664843 81600 948.00169372558594 5.8290000000000006 1239.1320000000001 120960 65838 1 0 5898240 4423680 4423680 4426443 4492800 314 156 155 252 1662 0 0 0 0 30 0 0 0 0 0 +2493 1783782499236366300 DEPTH 42 1 0.67579941112510167 0.11111111111111109 2 6 2 6 0 0 160 20 2627 23664824 81600 985.08464050292969 5.8427000000000007 1458.1062999999999 120960 66142 1 0 5898240 4423680 4423680 4426423 4492800 225 150 276 254 1722 0 0 0 0 20 0 0 0 0 0 +2494 1783782500844255600 DEPTH 1 1 0.66922450665187971 0.12020202020202017 1 7 1 7 0 0 146 6 2608 23664787 81600 1103.4859466552734 5.8868999999999998 1582.5241000000001 120960 65586 1 0 5898240 4423680 4423680 4426385 4492800 388 150 277 372 1421 0 0 0 0 6 0 0 0 0 0 +2495 1783782502437380000 DEPTH 52 1 0.66913397700257948 0.12020202020202017 1 7 1 7 0 0 129 14 2590 23664862 81600 1137.1450805664062 5.8875999999999999 1591.7494999999999 120960 65411 1 0 5898240 4423680 4423680 4426462 4492800 838 156 356 542 698 0 0 0 0 14 0 0 0 0 0 +2496 1783782503865244300 DEPTH 31 1 0.68607346558910032 0.11111111111111109 2 6 2 6 0 0 173 16 2602 23664859 81600 968.98634338378906 5.8664000000000005 1403.0700999999999 120960 64905 1 0 5898240 4423680 4423680 4426458 4492800 470 150 180 495 1307 0 0 0 0 16 0 0 0 0 0 +2497 1783782505345571500 DEPTH 46 1 0.68529541190353616 0.12929292929292943 0 8 0 8 1 0 337 19 2612 23664835 81600 993.21969604492188 5.8646000000000003 1464.6025999999999 120960 65450 1 0 5898240 4423680 4423680 4426434 4492800 364 150 192 316 1590 0 0 0 0 19 0 0 0 0 1 +2498 1783782506842114600 DEPTH 13 1 0.68052168512846045 0.0090909090909090783 1 6 1 6 0 0 193 14 2497 23664945 81600 1027.1404113769531 5.8403999999999998 1470.8506 120960 65568 1 0 5898240 4423680 4423680 4426544 4492800 340 150 182 202 1623 0 0 0 0 14 0 0 0 0 0 +2499 1783782508195255300 DEPTH 33 1 0.66772790708283447 0.12020202020202017 1 7 1 7 1 0 200 15 2544 23664849 81600 960.19352722167969 5.8752000000000004 1325.7358999999999 120960 65251 1 0 5898240 4423680 4423680 4426449 4492800 374 153 169 231 1617 0 0 0 0 15 0 0 0 0 1 +2500 1783782509572318400 DEPTH 9 1 0.65262435768160076 0.11111111111111109 2 6 2 6 0 0 153 8 2624 23664889 81600 916.76481628417969 5.8493999999999993 1375.7877000000001 120960 65547 1 0 5898240 4423680 4423680 4426486 4492800 852 150 216 650 756 0 0 0 0 8 0 0 0 0 0 +2501 1783782511085071300 DEPTH 2 1 0.64317901435678126 0.33333333333333343 2 8 2 8 1 0 158 35 2604 23664841 81600 1039.8241271972656 5.8345000000000002 1487.912 120960 60627 1 0 5898240 4423680 4423680 4426440 4492800 523 150 223 318 1390 0 0 0 0 35 0 0 0 0 1 +2502 1783782512558736400 DEPTH 50 1 0.64116584966921708 0.44444444444444453 2 9 2 9 0 0 150 24 2621 23664884 81600 1047.3216094970703 5.8742000000000001 1446.0678 120960 60896 1 0 5898240 4423680 4423680 4426481 4492800 160 150 151 151 2009 0 0 0 0 24 0 0 0 0 0 +2503 1783782514003380100 DEPTH 8 1 0.71093419926661261 0 2 5 2 5 0 0 248 27 2561 23664788 81600 1154.2435913085938 5.8963999999999999 1411.7936999999999 120960 54808 1 0 5898240 4423680 4423680 4426387 4492800 173 155 150 637 1446 0 0 0 0 27 0 0 0 0 0 +2504 1783782515529525300 DEPTH 56 1 0.70372855825786151 0 2 5 2 5 0 0 233 22 2572 23664830 81600 1030.1347808837891 5.8535000000000004 1498.5857000000001 120960 54288 1 0 5898240 4423680 4423680 4426430 4492800 444 150 210 590 1178 0 0 0 0 22 0 0 0 0 0 +2505 1783782517126864900 DEPTH 17 1 0.70125719325933089 0.018181818181818247 0 7 0 7 0 0 233 13 2526 23664911 81600 1087.6620788574219 5.8493999999999993 1555.8902 120960 53869 1 0 5898240 4423680 4423680 4426510 4492800 232 156 201 317 1620 0 0 0 0 13 0 0 0 0 0 +2506 1783782518564539100 DEPTH 11 1 0.67077061871405308 0.12929292929292943 0 8 0 8 0 0 119 5 2531 23664823 81600 968.02815246582031 5.8529000000000009 1436.4455 120960 65161 1 0 5898240 4423680 4423680 4426422 4492800 250 150 169 205 1757 0 0 0 0 5 0 0 0 0 0 +2507 1783782520201535700 DEPTH 45 1 0.64591663956560952 0.22222222222222218 2 7 2 7 0 0 175 29 2612 23664872 81600 1155.1969299316406 5.8517999999999999 1558.6542999999999 120960 64768 1 0 5898240 4423680 4423680 4426470 4492800 172 150 163 164 1963 0 0 0 0 29 0 0 0 0 0 +2508 1783782521541242400 DEPTH 34 1 0.64031377645379517 0.67575757575757578 1 12 1 12 0 0 125 21 2539 23664833 81600 1105.3168640136719 5.8432999999999993 1281.3181999999999 120960 61717 1 0 5898240 4423680 4423680 4426431 4492800 252 150 220 267 1650 0 0 0 1 20 0 0 0 0 0 +2509 1783782523003171200 DEPTH 54 1 0.6392810350491076 0.23131313131313144 1 8 1 8 0 0 137 14 2607 23664947 81600 966.45219421386719 5.8441000000000001 1443.8344999999999 120960 63159 1 0 5898240 4423680 4423680 4426546 4492800 509 150 276 330 1342 0 0 0 0 14 0 0 0 0 0 +2510 1783782524444797000 DEPTH 3 1 0.63744239815046155 0.44444444444444453 2 9 2 9 0 0 167 34 2548 23664861 81600 1030.8341827392578 5.8400999999999996 1408.0083999999999 120960 58898 1 0 5898240 4423680 4423680 4426459 4492800 271 150 181 170 1776 0 0 0 0 34 0 0 0 0 0 +2511 1783782525809284400 DEPTH 39 1 0.63694592973627762 0.43535353535353549 3 8 3 8 0 0 192 23 2629 23664866 81600 976.7242431640625 5.8364000000000003 1363.1558 120960 60335 1 0 5898240 4423680 4423680 4426465 4492800 150 150 153 150 2026 0 0 0 0 23 0 0 0 0 0 +2512 1783782527310435500 DEPTH 13 1 0.69217657105578778 0.0090909090909090783 1 6 1 6 0 0 194 15 2499 23664886 81600 1054.7322845458984 5.8449 1499.9457 120960 54283 1 0 5898240 4423680 4423680 4426485 4492800 357 151 187 223 1581 0 0 0 0 15 0 0 0 0 0 +2513 1783782528748401700 DEPTH 53 1 0.67699489338388652 0.12929292929292943 0 8 0 8 0 0 172 25 2527 23664779 81600 963.10603332519531 5.8220999999999998 1360.7814000000001 120960 64952 1 0 5898240 4423680 4423680 4426379 4492800 259 156 174 183 1755 0 0 0 0 25 0 0 0 0 0 +2514 1783782530294212000 DEPTH 48 1 0.67672887667884984 0.11111111111111109 2 6 2 6 0 0 216 55 2566 23664824 81600 1075.9618530273438 5.8779000000000003 1544.4188999999999 120960 53272 1 0 5898240 4423680 4423680 4426423 4492800 150 150 153 156 1957 0 0 0 0 55 0 0 0 0 0 +2515 1783782531634462600 DEPTH 8 1 0.68130779241022188 0 2 5 2 5 0 0 248 24 2573 23664880 81600 1052.0494232177734 5.8956999999999997 1314.5677000000001 120960 43272 1 0 5898240 4423680 4423680 4426477 4492800 161 155 150 695 1412 0 0 0 0 24 0 0 0 0 0 +2516 1783782532897324500 DEPTH 35 1 0.6369294355922972 0.66666666666666674 2 11 2 11 0 0 182 42 2512 23664829 81600 1050.2932434082031 5.8887999999999998 1238.2430999999999 120960 57648 1 0 5898240 4423680 4423680 4426428 4492800 267 153 162 269 1661 0 0 0 0 42 0 0 0 0 0 +2517 1783782534248311400 DEPTH 55 1 0.63640869904581976 0.67575757575757578 1 12 1 12 0 0 171 21 2574 23664939 81600 1104.3583984375 5.8986999999999998 1304.8725999999999 120960 57035 1 0 5898240 4423680 4423680 4426539 4492800 390 156 150 160 1718 1 0 0 0 20 0 0 0 0 0 +2518 1783782535760666400 DEPTH 32 1 0.63569365149865265 0.23131313131313144 1 8 1 8 0 0 160 28 2556 23664850 81600 1078.2259216308594 5.8739000000000008 1484.5310999999999 120960 62381 1 0 5898240 4423680 4423680 4426450 4492800 264 150 228 236 1678 0 0 0 0 28 0 0 0 0 0 +2519 1783782537002608000 DEPTH 18 1 0.6356824049317672 1 2 14 2 14 0 0 141 38 2574 23664885 81600 1034.4532318115234 5.8389000000000006 1215.4295999999999 120960 60659 1 0 5898240 4423680 4423680 4426482 4492800 171 150 214 192 1847 0 0 0 0 38 0 0 0 0 0 +2520 1783782537238438200 REFRESH 17 0 0.70276522423374976 0.018181818181818247 0 7 0 7 0 0 233 2 413 3943901 55200 156.19686889648438 0.97330000000000005 234.58770000000001 20160 13577 0 0 983040 737280 737280 737501 748800 91 26 63 108 125 0 0 0 0 2 0 0 0 0 0 +2521 1783782537481101700 REFRESH 25 0 0.63196197431587131 0.76868686868686875 3 11 3 11 0 0 132 7 416 3943909 55200 185.71379089355469 0.97130000000000005 216.8357 20160 12013 0 0 983040 737280 737280 737509 748800 58 25 46 26 261 0 0 0 0 7 0 0 0 0 0 +2522 1783782537726773400 REFRESH 4 0 0.61124873961137516 0.78686868686868705 1 13 1 13 0 0 71 4 416 3943898 55200 200.70195007324219 1.0192000000000001 230.2936 20160 12074 0 0 983040 737280 737280 737498 748800 31 26 38 44 277 0 0 0 0 4 0 0 0 0 0 +2523 1783782537980036700 REFRESH 1 0 0.66774697808817474 0.12020202020202017 1 7 1 7 0 0 146 7 427 3943896 55200 181.43846130371094 0.9758 252.02449999999999 20160 13319 0 0 983040 737280 737280 737496 748800 132 25 77 103 90 0 0 0 0 7 0 0 0 0 0 +2524 1783782538251578400 REFRESH 5 0 0.63145577303417744 0.66666666666666674 2 11 2 11 0 0 102 6 419 3943923 55200 213.91667175292969 0.97589999999999999 243.87029999999999 20160 13615 0 0 983040 737280 737280 737522 748800 110 25 38 139 107 0 0 0 0 6 0 0 0 0 0 +2525 1783782538496698200 REFRESH 58 0 0.6355919179618188 0.77777777777777779 2 12 2 12 0 0 146 4 412 3943889 55200 190.53669738769531 0.97719999999999996 221.62350000000001 20160 12047 0 0 983040 737280 737280 737489 748800 99 25 25 34 229 0 0 0 0 4 0 0 0 0 0 +2526 1783782538722212400 REFRESH 3 0 0.54694297026361482 0.44444444444444453 2 9 2 9 0 0 167 5 421 3943894 55200 185.71469116210938 0.97430000000000005 224.2149 20160 12775 0 0 983040 737280 737280 737493 748800 215 26 39 30 111 0 0 0 0 5 0 0 0 0 0 +2527 1783782538995475000 REFRESH 44 0 0.63200070864121538 0.22222222222222218 2 7 2 7 0 0 182 3 423 3943896 55200 173.90899658203125 0.97409999999999997 248.09639999999999 20160 13288 0 0 983040 737280 737280 737495 748800 75 26 33 50 239 0 0 0 0 3 0 0 0 0 0 +2528 1783782539233252000 REFRESH 27 0 0.62976088217988302 0.7959595959595962 0 14 0 14 0 0 171 8 407 3943876 55200 192.84991455078125 0.97689999999999999 223.50389999999999 20160 12092 0 0 983040 737280 737280 737475 748800 110 26 37 27 207 0 0 0 0 8 0 0 0 0 0 +2529 1783782539438095400 REFRESH 39 0 0.56564347415791627 0.43535353535353549 3 8 3 8 0 0 192 11 424 3943894 55200 163.83488464355469 0.97299999999999998 203.60409999999999 20160 12679 0 0 983040 737280 737280 737494 748800 37 25 34 29 299 0 0 0 0 11 0 0 0 0 0 +2530 1783782539691194600 REFRESH 46 0 0.68599835871660697 0.12929292929292943 0 8 0 8 0 0 337 2 418 3943917 55200 190.7589111328125 0.97409999999999997 251.85509999999999 20160 13740 0 0 983040 737280 737280 737517 748800 106 25 65 67 155 0 0 0 0 2 0 0 0 0 0 +2531 1783782539892704500 REFRESH 45 0 0.63626701068785552 0.22222222222222218 2 7 2 7 0 0 175 7 425 3943893 55200 162.04566955566406 0.97540000000000004 200.2192 20160 13425 0 0 983040 737280 737280 737493 748800 101 25 41 60 198 0 0 0 0 7 0 0 0 0 0 +2532 1783782540183004600 REFRESH 56 0 0.80495786260332092 0 2 5 2 5 0 0 233 2 415 3943912 55200 211.49696350097656 0.97589999999999999 288.98559999999998 20160 13526 0 0 983040 737280 737280 737512 748800 129 26 45 124 91 0 0 0 0 2 0 0 0 0 0 +2533 1783782540453753700 REFRESH 29 0 0.63136128102885003 0.67575757575757578 1 12 1 12 0 0 146 5 418 3943899 55200 214.076416015625 0.97660000000000002 246.42339999999999 20160 12011 0 0 983040 737280 737280 737499 748800 103 25 26 90 174 0 0 0 0 5 0 0 0 0 0 +2534 1783782540730013200 REFRESH 21 0 0.63298486994975001 0.35151515151515161 0 10 0 10 0 0 202 3 416 3943894 55200 204.12109375 0.97529999999999994 261.23469999999998 20160 12532 0 0 983040 737280 737280 737494 748800 120 26 50 81 139 0 0 0 0 3 0 0 0 0 0 +2535 1783782540985058300 REFRESH 28 0 0.63443442156140528 0.67575757575757578 1 12 1 12 0 0 166 9 402 3943917 55200 199.10552978515625 0.9748 231.2927 20160 11881 0 0 983040 737280 737280 737516 748800 46 26 37 35 258 0 0 0 0 9 0 0 0 0 0 +2536 1783782541296888800 REFRESH 54 0 0.64086474728227061 0.23131313131313144 1 8 1 8 0 0 137 6 425 3943905 55200 209.939453125 0.98619999999999997 287.31819999999999 20160 13194 0 0 983040 737280 737280 737504 748800 167 25 61 90 82 0 0 0 0 6 0 0 0 0 0 +2537 1783782541545341400 REFRESH 53 0 0.66860308617873421 0.12929292929292943 0 8 0 8 0 0 172 7 416 3943921 55200 203.71353149414062 0.97489999999999999 247.08750000000001 20160 13406 0 0 983040 737280 737280 737521 748800 173 27 47 36 133 0 0 0 0 7 0 0 0 0 0 +2538 1783782541774928200 REFRESH 11 0 0.66828086825518696 0.12929292929292943 0 8 0 8 0 0 120 6 415 3943921 55200 149.4835205078125 0.99380000000000002 227.97630000000001 20160 13219 0 0 983040 737280 737280 737521 748800 112 25 51 64 163 0 0 0 1 5 0 0 0 0 0 +2539 1783782542054260400 REFRESH 42 0 0.67737418892447299 0.11111111111111109 2 6 2 6 0 0 160 8 423 3943915 55200 200.08140563964844 0.97140000000000004 278.02589999999998 20160 13552 0 0 983040 737280 737280 737514 748800 111 25 80 72 135 0 0 0 0 8 0 0 0 0 0 +2540 1783782542293364900 REFRESH 15 0 0.63003297858923912 0.76868686868686875 3 11 3 11 0 0 112 8 421 3943928 55200 189.46354675292969 0.98609999999999998 222.51949999999999 20160 12160 0 0 983040 737280 737280 737528 748800 69 26 69 68 189 0 0 0 0 8 0 0 0 0 0 +2541 1783782542519748900 REFRESH 34 0 0.6384675843496409 0.67575757575757578 1 12 1 12 0 0 125 2 426 3943909 55200 194.34092712402344 0.98460000000000003 225.11869999999999 20160 12366 0 0 983040 737280 737280 737509 748800 174 25 52 80 95 0 0 0 0 2 0 0 0 0 0 +2542 1783782542771698900 REFRESH 30 0 0.63567590048170919 0.23131313131313144 1 8 1 8 0 0 161 9 419 3943907 55200 174.71487426757812 0.97409999999999997 234.8836 20160 13246 0 0 983040 737280 737280 737506 748800 119 25 54 139 82 0 0 0 0 9 0 0 0 0 0 +2543 1783782543044672200 REFRESH 51 0 0.63207454520496165 0.76868686868686875 3 11 3 11 0 0 129 9 426 3943905 55200 213.95455932617188 0.98929999999999996 247.14160000000001 20160 12292 0 0 983040 737280 737280 737505 748800 152 25 86 52 111 0 0 0 0 9 0 0 0 0 0 +2544 1783782543299543900 REFRESH 14 0 0.62928371858986931 0.57373737373737377 0 12 0 12 0 0 137 9 417 3943906 55200 190.603271484375 0.99039999999999995 228.821 20160 12067 0 0 983040 737280 737280 737505 748800 177 25 33 29 153 0 0 0 0 9 0 0 0 0 0 +2545 1783782543563496600 REFRESH 16 0 0.67842747196296804 0.11111111111111109 2 6 2 6 0 0 214 7 417 3943934 55200 208.1658935546875 0.97750000000000004 247.4813 20160 13456 0 0 983040 737280 737280 737534 748800 169 26 27 96 99 0 0 0 0 7 0 0 0 0 0 +2546 1783782543822426500 REFRESH 2 0 0.64291231942332017 0.33333333333333343 2 8 2 8 0 0 158 4 424 3943906 55200 200.922119140625 0.96970000000000001 257.79309999999998 20160 12862 0 0 983040 737280 737280 737505 748800 139 25 51 63 146 0 0 0 0 4 0 0 0 0 0 +2547 1783782544101903700 REFRESH 13 0 0.80366722441658012 0.0090909090909090783 1 6 1 6 0 0 194 0 414 3943908 55200 193.43635559082031 0.97740000000000005 247.92189999999999 20160 13558 0 0 983040 737280 737280 737508 748800 156 26 70 63 99 0 0 0 0 0 0 0 0 0 0 +2548 1783782544344803400 REFRESH 49 0 0.62508866634474125 0.6575757575757577 3 10 3 10 0 0 143 5 418 3943924 55200 188.00537109375 0.97850000000000004 218.70320000000001 20160 12643 0 0 983040 737280 737280 737524 748800 115 26 31 41 205 0 0 0 0 5 0 0 0 0 0 +2549 1783782544543047200 REFRESH 19 0 0.63539332056330045 0.66666666666666674 2 11 2 11 0 0 143 12 423 3943920 55200 151.43014526367188 0.97109999999999996 182.1379 20160 12012 0 0 983040 737280 737280 737520 748800 114 26 39 45 199 0 0 0 0 12 0 0 0 0 0 +2550 1783782544751568700 REFRESH 31 0 0.68701930680177348 0.11111111111111109 2 6 2 6 0 0 173 9 425 3943900 55200 151.49055480957031 0.96970000000000001 206.93279999999999 20160 13187 0 0 983040 737280 737280 737500 748800 87 25 34 147 132 0 0 0 0 9 0 0 0 0 0 +2551 1783782545020578400 REFRESH 38 0 0.63482789151274388 0.55555555555555558 2 10 2 10 0 0 142 10 421 3943894 55200 221.59872436523438 0.97670000000000001 252.86789999999999 20160 12204 0 0 983040 737280 737280 737494 748800 177 26 49 46 123 0 0 0 0 10 0 0 0 0 0 +2552 1783782545294065900 REFRESH 52 0 0.67191221613622376 0.12020202020202017 1 7 1 7 0 0 129 0 426 3943927 55200 197.37394714355469 0.96999999999999997 272.01999999999998 20160 12937 0 0 983040 737280 737280 737527 748800 173 26 70 76 81 0 0 0 0 0 0 0 0 0 0 +2553 1783782545508466100 REFRESH 36 0 0.63372608134990971 0.6575757575757577 3 10 3 10 1 0 140 11 425 3943922 55200 158.06982421875 0.96879999999999999 189.37610000000001 20160 12283 0 0 983040 737280 737280 737522 748800 175 25 27 40 158 0 0 0 0 11 0 0 0 0 1 +2554 1783782545770676300 REFRESH 33 0 0.67049629088917051 0.12020202020202017 1 7 1 7 0 0 200 7 416 3943924 55200 192.49253845214844 0.97309999999999997 235.1996 20160 13503 0 0 983040 737280 737280 737524 748800 132 26 75 56 127 0 0 0 0 7 0 0 0 0 0 +2555 1783782546050876200 REFRESH 48 0 0.69574224345321223 0.11111111111111109 2 6 2 6 1 0 216 9 414 3943922 55200 207.45933532714844 0.99619999999999997 278.13959999999997 20160 13845 0 0 983040 737280 737280 737521 748800 95 26 54 48 191 0 0 0 0 9 0 0 0 0 1 +2556 1783782546299165100 REFRESH 8 0 0.81167496675035777 0 2 5 2 5 0 0 248 8 419 3943899 55200 209.05267333984375 0.9849 246.97329999999999 20160 13612 0 0 983040 737280 737280 737499 748800 58 27 65 122 147 0 0 0 0 8 0 0 0 0 0 +2557 1783782546566599500 REFRESH 22 0 0.6336189903913515 0.76868686868686875 3 11 3 11 0 0 159 14 417 3943887 55200 210.67570495605469 0.98240000000000005 243.06469999999999 20160 11985 0 0 983040 737280 737280 737486 748800 134 26 58 34 165 0 0 0 0 14 0 0 0 0 0 +2558 1783782546799923200 REFRESH 55 0 0.63604261861326172 0.67575757575757578 1 12 1 12 0 0 171 8 420 3943913 55200 198.97651672363281 0.98809999999999998 231.6317 20160 12112 0 0 983040 737280 737280 737513 748800 141 26 25 27 201 0 0 0 0 8 0 0 0 0 0 +2559 1783782547077449700 REFRESH 41 0 0.63425068225796366 0.34242424242424252 1 9 1 9 0 0 118 6 417 3943891 55200 191.08863830566406 0.98160000000000003 251.7294 20160 12307 0 0 983040 737280 737280 737491 748800 211 26 28 39 113 1 0 0 0 5 0 0 0 0 0 +2560 1783782547359139000 REFRESH 47 0 0.63093762265174735 0.66666666666666674 2 11 2 11 0 0 123 11 419 3943925 55200 204.99455261230469 0.97219999999999995 235.84299999999999 20160 12116 0 0 983040 737280 737280 737525 748800 65 26 44 32 252 0 0 0 0 11 0 0 0 0 0 +2561 1783782547586444500 REFRESH 57 0 0.63492593685549625 0.77777777777777779 2 12 2 12 0 0 156 4 413 3943897 55200 180.80665588378906 0.9728 212.2174 20160 12026 0 0 983040 737280 737280 737496 748800 130 26 35 33 189 0 0 0 0 4 0 0 0 0 0 +2562 1783782547831928200 REFRESH 50 0 0.64108741676942849 0.44444444444444453 2 9 2 9 0 0 150 5 417 3943910 55200 204.14463806152344 0.9698 244.1842 20160 12435 0 0 983040 737280 737280 737509 748800 131 26 31 46 183 0 0 0 0 5 0 0 0 0 0 +2563 1783782548103070100 REFRESH 9 0 0.65508096545561212 0.11111111111111109 2 6 2 6 0 0 153 3 430 3943919 55200 195.17132568359375 0.97909999999999997 270.02229999999997 20160 13177 0 0 983040 737280 737280 737519 748800 153 25 40 103 109 0 0 0 0 3 0 0 0 0 0 +2564 1783782548374751400 REFRESH 10 0 0.6299893489295203 0.45353535353535362 1 10 1 10 0 0 135 4 425 3943901 55200 214.03443908691406 0.97699999999999998 246.15729999999999 20160 12920 0 0 983040 737280 737280 737501 748800 136 25 38 40 186 0 0 0 0 4 0 0 0 0 0 +2565 1783782548591936600 REFRESH 6 0 0.61619030206160197 0.76868686868686875 3 11 3 11 0 0 127 1 416 3943918 55200 168.28518676757812 0.97160000000000002 198.13310000000001 20160 12557 0 0 983040 737280 737280 737518 748800 53 25 44 53 241 0 0 0 0 1 0 0 0 0 0 +2566 1783782548832791400 REFRESH 23 0 0.62932212980545466 0.99090909090909129 3 13 3 13 0 0 130 6 406 3943902 55200 184.29849243164062 0.97460000000000002 216.0515 20160 11936 0 0 983040 737280 737280 737502 748800 103 26 34 28 215 0 0 0 0 6 0 0 0 0 0 +2567 1783782549060066200 REFRESH 35 0 0.63551879258917987 0.66666666666666674 2 11 2 11 0 0 182 7 414 3943929 55200 193.51962280273438 0.97409999999999997 226.00210000000001 20160 12174 0 0 983040 737280 737280 737528 748800 147 26 34 92 115 0 0 0 0 7 0 0 0 0 0 +2568 1783782549322801600 REFRESH 0 0 0.63043509728289682 0.67575757575757578 1 12 1 12 0 0 108 4 423 3943904 55200 209.17852783203125 0.97270000000000001 239.18100000000001 20160 13509 0 0 983040 737280 737280 737504 748800 103 25 26 28 241 0 0 0 0 4 0 0 0 0 0 +2569 1783782549593849500 REFRESH 40 0 0.63066484875474815 0.67575757575757578 1 12 1 12 0 0 146 9 414 3943926 55200 222.19570922851562 0.97440000000000004 254.66730000000001 20160 12344 0 0 983040 737280 737280 737525 748800 110 25 31 53 195 0 0 0 0 9 0 0 0 0 0 +2570 1783782549807596100 REFRESH 32 0 0.63820354479565389 0.23131313131313144 1 8 1 8 0 0 161 2 421 3943932 55200 170.58918762207031 0.97470000000000001 212.48429999999999 20160 13034 0 0 983040 737280 737280 737532 748800 103 26 91 83 118 0 0 0 1 1 0 0 0 0 0 +2571 1783782550079950700 REFRESH 37 0 0.63026034520838858 0.67575757575757578 1 12 1 12 0 0 151 6 423 3943934 55200 216.93746948242188 0.97440000000000004 248.1277 20160 12054 0 0 983040 737280 737280 737533 748800 118 26 45 93 141 0 0 0 0 6 0 0 0 0 0 +2572 1783782550381093700 REFRESH 24 0 0.63353305434227503 0.87070707070707098 4 11 4 11 0 0 161 8 411 3943895 55200 202.87606811523438 0.97699999999999998 234.90809999999999 20160 12099 0 0 983040 737280 737280 737494 748800 54 26 28 28 275 0 0 0 0 8 0 0 0 0 0 +2573 1783782550629725500 REFRESH 26 0 0.62786275701799843 0.67575757575757578 1 12 1 12 0 0 116 7 424 3943920 55200 192.52531433105469 0.98280000000000001 223.73249999999999 20160 12169 0 0 983040 737280 737280 737518 748800 49 26 25 61 263 0 0 0 0 7 0 0 0 0 0 +2574 1783782550878667700 REFRESH 43 0 0.62748609066883854 0.76868686868686875 3 11 3 11 0 0 151 9 427 3943934 55200 192.92160034179688 0.97550000000000003 224.15459999999999 20160 13124 0 0 983040 737280 737280 737534 748800 146 25 119 45 92 0 0 0 0 9 0 0 0 0 0 +2575 1783782551143710900 REFRESH 20 0 0.62486206939003608 0.66666666666666674 2 11 2 11 1 0 140 11 422 3943920 55200 208.10957336425781 0.98709999999999998 239.7285 20160 12381 0 0 983040 737280 737280 737520 748800 76 25 59 107 155 0 0 0 2 9 0 0 0 0 1 +2576 1783782551385656900 REFRESH 18 0 0.63441745583519615 1 2 14 2 14 0 0 141 10 423 3943952 55200 209.26976013183594 0.97970000000000002 240.28659999999999 20160 12515 0 0 983040 737280 737280 737552 748800 95 26 81 44 177 0 0 0 0 10 0 0 0 0 0 +2577 1783782551673644900 REFRESH 7 0 0.6306306573702134 0.67575757575757578 1 12 1 12 0 0 153 6 418 3943917 55200 198.00892639160156 0.97170000000000001 230.16040000000001 20160 11803 0 0 983040 737280 737280 737517 748800 78 26 42 45 227 0 0 0 0 6 0 0 0 0 0 +2578 1783782551932723700 REFRESH 12 0 0.63594020147169927 0.43535353535353549 3 8 3 8 0 0 214 6 415 3943909 55200 202.18284606933594 0.98599999999999999 234.1885 20160 12216 0 0 983040 737280 737280 737509 748800 182 26 36 62 109 0 0 0 0 6 0 0 0 0 0 +2579 1783782553464025200 DEPTH 56 1 0.7980626771318492 0 2 5 2 5 0 0 233 22 2572 23664812 81600 1038.7363739013672 5.8750000000000009 1508.5505000000001 120960 65608 1 0 5898240 4423680 4423680 4426411 4492800 471 150 210 473 1268 0 0 0 0 22 0 0 0 0 0 +2580 1783782555073126800 DEPTH 17 1 0.79620974909332642 0.018181818181818247 0 7 0 7 0 0 233 20 2525 23664795 81600 1102.7456207275391 5.8430999999999997 1572.1220000000001 120960 65847 1 0 5898240 4423680 4423680 4426393 4492800 236 156 192 287 1654 0 0 0 0 20 0 0 0 0 0 +2581 1783782556693412200 DEPTH 13 1 0.79493718057706819 0.0090909090909090783 1 6 1 6 0 0 194 14 2495 23664770 81600 1140.0775604248047 5.9258999999999995 1619.0056 120960 65342 1 0 5898240 4423680 4423680 4426368 4492800 361 150 184 203 1597 0 0 0 0 14 0 0 0 0 0 +2582 1783782558031313300 DEPTH 8 1 0.80988958003326417 0 2 5 2 5 0 0 248 23 2559 23664817 81600 1084.9683227539062 5.8591999999999995 1336.6844000000001 120960 66624 1 0 5898240 4423680 4423680 4426413 4492800 166 156 150 517 1570 0 0 0 0 23 0 0 0 0 0 +2583 1783782559543582700 DEPTH 31 1 0.68667637910327717 0.11111111111111109 2 6 2 6 0 0 173 15 2604 23664793 81600 1007.2472076416016 5.8836999999999993 1444.6253999999999 120960 64515 1 0 5898240 4423680 4423680 4426390 4492800 460 150 178 519 1297 0 0 0 0 15 0 0 0 0 0 +2584 1783782561127907500 DEPTH 48 1 0.69371088859605878 0.11111111111111109 2 6 2 6 0 0 217 61 2582 23664776 81600 1111.7485961914062 5.8902999999999999 1582.6686999999999 120960 66407 1 0 5898240 4423680 4423680 4426375 4492800 150 150 150 150 1982 0 0 0 0 61 0 0 0 0 0 +2585 1783782562759956400 DEPTH 46 1 0.67860271245547465 0.12929292929292943 0 8 0 8 0 0 337 36 2588 23664941 81600 1132.5409240722656 5.8611000000000004 1606.6668 120960 66795 1 0 5898240 4423680 4423680 4426541 4492800 260 150 163 223 1792 0 0 0 0 36 0 0 0 0 0 +2586 1783782564070394800 DEPTH 53 1 0.67704339567493421 0.12929292929292943 0 8 0 8 0 0 173 31 2519 23664729 81600 888.67430114746094 5.8718000000000004 1293.0939000000001 120960 65363 1 0 5898240 4423680 4423680 4426328 4492800 261 156 174 183 1745 0 0 0 0 31 0 0 0 0 0 +2587 1783782565295465300 DEPTH 16 1 0.67697981481276359 0.11111111111111109 2 6 2 6 0 0 214 27 2542 23664837 81600 938.35957336425781 5.889800000000001 1199.4909 120960 65047 1 0 5898240 4423680 4423680 4426436 4492800 422 156 156 331 1477 0 0 0 0 27 0 0 0 0 0 +2588 1783782566684055900 DEPTH 42 1 0.67670207699557883 0.11111111111111109 2 6 2 6 0 0 161 22 2628 23664882 81600 915.81338500976562 5.8971 1373.5615 120960 66380 1 0 5898240 4423680 4423680 4426482 4492800 225 150 276 258 1719 0 0 0 0 22 0 0 0 0 0 +2589 1783782567949371200 DEPTH 33 1 0.66969463038118449 0.12020202020202017 1 7 1 7 1 0 200 17 2532 23664799 81600 878.96780395507812 5.9169999999999998 1240.4512 120960 65899 1 0 5898240 4423680 4423680 4426398 4492800 362 151 169 226 1624 0 0 0 0 17 0 0 0 0 1 +2590 1783782569297509300 DEPTH 1 1 0.66746523134483016 0.12020202020202017 1 7 1 7 0 0 146 10 2615 23664834 81600 866.89054870605469 5.8685999999999998 1324.3954000000001 120960 64355 1 0 5898240 4423680 4423680 4426432 4492800 391 150 277 373 1424 0 0 0 0 10 0 0 0 0 0 +2591 1783782570605487900 DEPTH 11 1 0.66701528257534126 0.12929292929292943 0 8 0 8 0 0 121 10 2510 23664781 81600 858.01487731933594 5.8721999999999994 1306.8184000000001 120960 64319 1 0 5898240 4423680 4423680 4426380 4492800 261 150 169 228 1702 0 0 0 0 10 0 0 0 0 0 +2592 1783782571912099800 DEPTH 52 1 0.66423325131204858 0.12020202020202017 1 7 1 7 1 0 129 15 2582 23664822 81600 872.88116455078125 5.8971999999999998 1305.0193999999999 120960 63793 1 0 5898240 4423680 4423680 4426422 4492800 873 156 378 486 689 0 0 0 2 13 0 0 0 0 1 +2593 1783782573274298900 DEPTH 45 1 0.64362428080467771 0.22222222222222218 2 7 2 7 0 0 175 27 2607 23664924 81600 947.84922790527344 5.9727999999999994 1360.9076 120960 65003 1 0 5898240 4423680 4423680 4426522 4492800 174 150 163 167 1953 0 0 0 0 27 0 0 0 0 0 +2594 1783782574688843700 DEPTH 9 1 0.65205095681606062 0.11111111111111109 2 6 2 6 0 0 154 2 2624 23664797 81600 914.27021789550781 5.8888999999999996 1366.3584000000001 120960 64891 1 0 5898240 4423680 4423680 4426392 4492800 836 150 218 580 840 0 0 0 0 2 0 0 0 0 0 +2595 1783782576050377300 DEPTH 56 1 0.70968599906479002 0 2 5 2 5 0 0 233 12 2575 23664845 81600 882.74601745605469 5.9043000000000001 1334.7028 120960 54247 1 0 5898240 4423680 4423680 4426444 4492800 485 150 211 568 1161 0 0 0 0 12 0 0 0 0 0 +2596 1783782577422596100 DEPTH 17 1 0.70809485538069261 0.018181818181818247 0 7 0 7 0 0 233 16 2523 23664790 81600 876.47119140625 5.8986000000000001 1327.5124000000001 120960 54225 1 0 5898240 4423680 4423680 4426388 4492800 242 156 195 341 1589 0 0 0 0 16 0 0 0 0 0 +2597 1783782578568724600 DEPTH 8 1 0.71017842139556098 0 2 5 2 5 0 0 248 21 2573 23664743 81600 876.64732360839844 5.8853 1144.5214000000001 120960 55425 1 0 5898240 4423680 4423680 4426341 4492800 161 154 150 530 1578 0 0 0 0 21 0 0 0 0 0 +2598 1783782579859148800 DEPTH 13 1 0.71695336081294136 0.0090909090909090783 1 6 1 6 0 0 195 19 2504 23664792 81600 862.13926696777344 5.9055999999999997 1288.7820999999999 120960 54614 1 0 5898240 4423680 4423680 4426390 4492800 389 150 189 232 1544 0 0 0 0 19 0 0 0 0 0 +2599 1783782581251150000 DEPTH 54 1 0.63831840694618069 0.23131313131313144 1 8 1 8 0 0 138 13 2617 23664805 81600 880.61048889160156 5.8992000000000004 1326.8135 120960 63312 1 0 5898240 4423680 4423680 4426405 4492800 520 150 286 347 1314 0 0 0 0 13 0 0 0 0 0 +2600 1783782582626267800 DEPTH 30 1 0.63662815259268879 0.23131313131313144 1 8 1 8 0 0 161 18 2579 23664909 81600 860.93209838867188 5.8901000000000003 1315.1153999999999 120960 63877 1 0 5898240 4423680 4423680 4426508 4492800 462 150 240 530 1197 0 0 0 0 18 0 0 0 0 0 +2601 1783782583962094400 DEPTH 2 1 0.63654043297454943 0.33333333333333343 2 8 2 8 0 0 158 35 2600 23664813 81600 872.70600891113281 5.9306999999999999 1317.335 120960 61365 1 0 5898240 4423680 4423680 4426411 4492800 518 150 219 299 1414 0 0 0 0 35 0 0 0 0 0 +2602 1783782585245878800 DEPTH 50 1 0.63574171973166149 0.44444444444444453 2 9 2 9 0 0 150 28 2612 23664773 81600 891.94403076171875 5.9107000000000003 1266.6093000000001 120960 60647 1 0 5898240 4423680 4423680 4426371 4492800 176 151 153 153 1979 0 0 0 0 28 0 0 0 0 0 +2603 1783782586577752900 DEPTH 31 1 0.6372046140192027 0.11111111111111109 2 6 2 6 0 0 173 17 2603 23664868 81600 908.76115417480469 5.9060999999999995 1330.3432 120960 53336 1 0 5898240 4423680 4423680 4426467 4492800 456 150 178 657 1162 0 0 0 0 17 0 0 0 0 0 +2604 1783782587641841100 DEPTH 19 1 0.63499847608922677 0.66666666666666674 2 11 2 11 1 0 143 24 2597 23664810 81600 862.26976013183594 5.8647 1036.3498 120960 56837 1 0 5898240 4423680 4423680 4426410 4492800 215 150 156 177 1899 0 0 0 0 24 0 0 0 0 1 +2605 1783782588858215900 DEPTH 39 1 0.63459120387878576 0.43535353535353549 3 8 3 8 0 0 192 30 2622 23664822 81600 872.35585021972656 5.8773 1214.6623 120960 60827 1 0 5898240 4423680 4423680 4426419 4492800 150 150 154 150 2018 0 0 0 0 30 0 0 0 0 0 +2606 1783782589980457300 DEPTH 38 1 0.63398910195635083 0.55555555555555558 2 10 2 10 0 0 143 49 2579 23664790 81600 860.17022705078125 5.8875000000000002 1039.1176 120960 58466 1 0 5898240 4423680 4423680 4426390 4492800 222 150 174 150 1883 0 0 0 0 49 0 0 0 0 0 +2607 1783782591037956800 DEPTH 55 1 0.63355411282154339 0.67575757575757578 1 12 1 12 0 0 172 30 2573 23664871 81600 873.88160705566406 5.8811999999999998 1056.2383 120960 56655 1 0 5898240 4423680 4423680 4426470 4492800 473 156 150 162 1632 0 0 0 0 30 0 0 0 0 0 +2608 1783782592108751300 DEPTH 28 1 0.6334480260922517 0.67575757575757578 1 12 1 12 0 0 166 35 2504 23664777 81600 867.9307861328125 5.8877999999999995 1044.2057 120960 56514 1 0 5898240 4423680 4423680 4426373 4492800 156 150 150 172 1876 0 0 0 0 35 0 0 0 0 0 +2609 1783782593161583500 DEPTH 18 1 0.63294573540635746 1 2 14 1 13 1 0 142 30 2574 23664754 81600 861.89949035644531 5.8813999999999993 1037.7964999999999 120960 60147 1 0 5898240 4423680 4423680 4426353 4492800 207 150 251 208 1758 0 0 1 0 29 0 0 0 0 1 +2610 1783782594236102900 DEPTH 22 1 0.63285820182398855 0.77573904179408748 3 11 3 11 0 0 159 20 2600 23664820 81600 867.86555480957031 5.8897000000000004 1049.0224000000001 120960 56596 1 0 5898240 4423680 4423680 4426419 4492800 267 150 198 159 1826 0 0 0 0 20 0 0 0 0 0 +2611 1783782594441286400 REFRESH 3 0 0.63166245207092619 0.44852191641182459 2 9 2 9 1 0 167 5 418 3943895 55200 150.21977233886719 0.98680000000000001 188.24539999999999 20160 12628 0 0 983040 737280 737280 737494 748800 205 26 38 32 117 0 0 0 0 5 0 0 0 0 1 +2612 1783782594636100200 REFRESH 51 0 0.63012266380594539 0.77573904179408748 3 11 3 11 0 0 129 8 421 3943922 55200 151.27859497070312 0.98099999999999998 180.85290000000001 20160 12327 0 0 983040 737280 737280 737522 748800 148 25 85 49 114 0 0 0 0 8 0 0 0 0 0 +2613 1783782594818366300 REFRESH 28 0 0.43300457835018502 0.68195718654434234 1 12 1 12 0 0 166 10 411 3943900 55200 150.44505310058594 0.9819 181.08580000000001 20160 11983 0 0 983040 737280 737280 737500 748800 48 26 38 33 266 0 0 0 0 10 0 0 0 0 0 +2614 1783782595025203000 REFRESH 36 0 0.63270112962728531 0.66360856269113133 3 10 3 10 0 0 140 7 423 3943911 55200 150.82086181640625 0.98350000000000004 180.79419999999999 20160 12129 0 0 983040 737280 737280 737510 748800 186 25 27 41 144 0 0 0 0 7 0 0 0 0 0 +2615 1783782595217357500 REFRESH 4 0 0.60784948644266446 0.7940876656472986 1 13 1 13 0 0 71 3 420 3943885 55200 148.41241455078125 0.98109999999999997 177.78639999999999 20160 11971 0 0 983040 737280 737280 737484 748800 40 26 43 54 257 0 0 0 0 3 0 0 0 0 0 +2616 1783782595444362300 REFRESH 43 0 0.62586349901389016 0.77573904179408748 3 11 3 11 0 0 151 9 430 3943912 55200 150.90789794921875 0.9839 180.95490000000001 20160 13218 0 0 983040 737280 737280 737512 748800 152 25 120 47 86 0 0 0 0 9 0 0 0 0 0 +2617 1783782595640162600 REFRESH 7 0 0.62642889398234458 0.68195718654434234 1 12 1 12 0 0 153 8 419 3943905 55200 149.98226928710938 0.98029999999999995 179.99289999999999 20160 11793 0 0 983040 737280 737280 737504 748800 62 26 34 40 257 0 0 0 0 8 0 0 0 0 0 +2618 1783782595822018900 REFRESH 38 0 0.50285637723022236 0.56065239551478074 2 10 2 10 0 0 144 10 421 3943885 55200 150.78399658203125 0.97960000000000003 180.63460000000001 20160 12459 0 0 983040 737280 737280 737485 748800 162 26 43 42 148 2 1 0 0 7 0 0 0 0 0 +2619 1783782596027003500 REFRESH 58 0 0.62862501644673718 0.78491335372069293 2 12 2 12 0 0 146 10 415 3943898 55200 150.83314514160156 0.98460000000000003 180.2594 20160 12027 0 0 983040 737280 737280 737498 748800 108 25 25 34 223 0 0 0 0 10 0 0 0 0 0 +2620 1783782596223051400 REFRESH 25 0 0.62952485668644464 0.77573904179408748 3 11 3 11 0 0 132 2 422 3943909 55200 150.21466064453125 0.9819 180.88489999999999 20160 11917 0 0 983040 737280 737280 737508 748800 63 25 47 26 261 0 0 0 0 2 0 0 0 0 0 +2621 1783782596416892700 REFRESH 0 0 0.62520819547886519 0.68195718654434234 1 12 1 12 0 0 108 2 427 3943889 55200 149.01554870605469 0.99009999999999998 179.31110000000001 20160 13470 0 0 983040 737280 737280 737489 748800 83 25 26 25 268 0 0 0 0 2 0 0 0 0 0 +2622 1783782596622194200 REFRESH 2 0 0.59650875041098972 0.3363914373088685 2 8 2 8 0 0 158 8 428 3943905 55200 150.62733459472656 0.97960000000000003 204.19220000000001 20160 12883 0 0 983040 737280 737280 737504 748800 151 25 53 67 132 0 0 0 0 8 0 0 0 0 0 +2623 1783782596827155100 REFRESH 24 0 0.63127051416498414 0.87869520897043818 4 11 4 11 0 0 161 3 414 3943917 55200 150.13069152832031 0.98180000000000001 181.07069999999999 20160 11884 0 0 983040 737280 737280 737517 748800 52 26 28 28 280 0 0 0 0 3 0 0 0 0 0 +2624 1783782597017144800 REFRESH 16 0 0.67854927716576352 0.11213047910295611 2 6 2 6 0 0 214 7 415 3943896 55200 150.67135620117188 0.98399999999999999 188.82669999999999 20160 13527 0 0 983040 737280 737280 737496 748800 158 26 27 92 112 0 0 0 0 7 0 0 0 0 0 +2625 1783782597199287800 REFRESH 19 0 0.59427099901668745 0.67278287461773678 2 11 2 11 0 0 143 7 421 3943904 55200 150.65190124511719 0.98199999999999998 181.029 20160 11976 0 0 983040 737280 737280 737504 748800 120 26 43 45 187 0 0 0 0 7 0 0 0 0 0 +2626 1783782597422426900 REFRESH 48 0 0.6928367225979899 0.11213047910295611 2 6 2 6 0 0 217 5 421 3943944 55200 151.82949829101562 0.97929999999999995 221.84450000000001 20160 13648 0 0 983040 737280 737280 737544 748800 95 26 53 46 201 0 0 0 0 5 0 0 0 0 0 +2627 1783782597628472700 REFRESH 49 0 0.62130071242136697 0.66360856269113133 3 10 3 10 0 0 143 5 419 3943896 55200 149.57948303222656 0.97909999999999997 180.00360000000001 20160 12562 0 0 983040 737280 737280 737496 748800 142 26 33 47 171 0 0 0 0 5 0 0 0 0 0 +2628 1783782597849330100 REFRESH 21 0 0.62694893651594708 0.35474006116207946 0 10 0 10 0 0 202 11 418 3943914 55200 150.64781188964844 0.98209999999999997 203.98910000000001 20160 12368 0 0 983040 737280 737280 737514 748800 125 26 53 87 127 0 0 0 0 11 0 0 0 0 0 +2629 1783782598092085800 REFRESH 11 0 0.66970763200436201 0.13047910295616727 0 8 0 8 0 0 122 6 417 3943916 55200 149.26646423339844 0.98280000000000001 226.05410000000001 20160 13041 0 0 983040 737280 737280 737515 748800 105 25 49 61 177 0 0 0 0 6 0 0 0 0 0 +2630 1783782598298603000 REFRESH 14 0 0.62937816188407969 0.57900101936799164 0 12 0 12 0 0 137 10 421 3943897 55200 150.04261779785156 0.97899999999999998 190.61680000000001 20160 12106 0 0 983040 737280 737280 737497 748800 177 25 32 29 158 0 0 0 0 10 0 0 0 0 0 +2631 1783782598493499300 REFRESH 26 0 0.62592272824272843 0.68195718654434234 1 12 1 12 0 0 116 6 424 3943890 55200 148.99302673339844 0.98280000000000001 178.9665 20160 12322 0 0 983040 737280 737280 737490 748800 52 26 26 61 259 0 0 0 0 6 0 0 0 0 0 +2632 1783782598684031400 REFRESH 39 0 0.63328360753268953 0.43934760448521909 3 8 3 8 0 0 192 9 424 3943933 55200 150.23922729492188 0.9788 189.2944 20160 12637 0 0 983040 737280 737280 737532 748800 34 25 29 27 309 0 0 0 0 9 0 0 0 0 0 +2633 1783782598909263200 REFRESH 52 0 0.66731898166447334 0.1213047910295616 1 7 1 7 0 0 129 0 426 3943890 55200 152.82687377929688 0.98309999999999997 224.00470000000001 20160 12914 0 0 983040 737280 737280 737489 748800 169 26 70 79 82 0 0 0 0 0 0 0 0 0 0 +2634 1783782599122867100 REFRESH 46 0 0.67982236986874522 0.13047910295616727 0 8 0 8 1 0 337 3 420 3943897 55200 151.01405334472656 0.97999999999999998 212.2484 20160 13504 0 0 983040 737280 737280 737497 748800 107 25 65 67 156 0 0 0 0 3 0 0 0 0 1 +2635 1783782599338789000 REFRESH 20 0 0.62600710868556853 0.67278287461773678 2 11 2 11 0 0 140 6 421 3943924 55200 151.17379760742188 0.996 180.6113 20160 12224 0 0 983040 737280 737280 737523 748800 79 25 62 104 151 0 0 0 2 4 0 0 0 0 0 +2636 1783782599536061000 REFRESH 29 0 0.62619037843946868 0.68195718654434234 1 12 1 12 0 0 146 7 420 3943916 55200 150.80242919921875 0.98729999999999996 182.11160000000001 20160 12102 0 0 983040 737280 737280 737516 748800 125 25 27 94 149 0 0 0 0 7 0 0 0 0 0 +2637 1783782599716990800 REFRESH 22 0 0.63184314866311342 0.77573904179408748 3 11 3 11 0 0 159 5 419 3943918 55200 149.8687744140625 0.98380000000000001 179.7259 20160 11959 0 0 983040 737280 737280 737517 748800 129 26 49 31 184 0 0 0 0 5 0 0 0 0 0 +2638 1783782599901653900 REFRESH 55 0 0.6330249145203799 0.68195718654434234 1 12 1 12 0 0 172 11 418 3943915 55200 152.17161560058594 0.98050000000000004 183.3965 20160 11897 0 0 983040 737280 737280 737515 748800 185 26 25 26 156 1 0 0 0 10 0 0 0 0 0 +2639 1783782600135074000 REFRESH 41 0 0.63103010875711329 0.34556574923547401 1 9 1 9 0 0 118 5 419 3943898 55200 151.01449584960938 0.98260000000000003 208.86199999999999 20160 12303 0 0 983040 737280 737280 737498 748800 214 26 28 38 113 0 0 0 0 5 0 0 0 0 0 +2640 1783782600321027300 REFRESH 50 0 0.63574599449771685 0.44852191641182459 2 9 2 9 0 0 150 5 420 3943929 55200 149.59309387207031 0.98770000000000002 184.68809999999999 20160 12118 0 0 983040 737280 737280 737529 748800 144 26 35 52 163 0 0 0 0 5 0 0 0 0 0 +2641 1783782600522106900 REFRESH 37 0 0.62646696801555679 0.68195718654434234 1 12 1 12 0 0 151 9 417 3943889 55200 150.29248046875 0.98299999999999998 179.85149999999999 20160 11963 0 0 983040 737280 737280 737489 748800 119 26 46 94 132 0 0 0 0 9 0 0 0 0 0 +2642 1783782600713749900 REFRESH 40 0 0.63006737315568473 0.68195718654434234 1 12 1 12 0 0 146 10 416 3943923 55200 150.16960144042969 0.97850000000000004 179.4288 20160 12321 0 0 983040 737280 737280 737523 748800 114 25 31 56 190 0 0 0 0 10 0 0 0 0 0 +2643 1783782600909381300 REFRESH 33 0 0.67199941618440062 0.1213047910295616 1 7 1 7 0 0 200 3 416 3943910 55200 152.07321166992188 0.98070000000000002 194.36529999999999 20160 13606 0 0 983040 737280 737280 737510 748800 130 26 74 54 132 0 0 0 0 3 0 0 0 0 0 +2644 1783782601118458000 REFRESH 31 0 0.68765439168308029 0.11213047910295611 2 6 2 6 0 0 173 3 424 3943929 55200 150.9775390625 0.98299999999999998 207.8047 20160 13414 0 0 983040 737280 737280 737529 748800 86 25 33 142 138 0 0 0 0 3 0 0 0 0 0 +2645 1783782601328311700 REFRESH 13 0 0.798800370107137 0.0091743119266054877 1 6 1 6 0 0 195 3 417 3943902 55200 151.78547668457031 0.98060000000000003 208.7413 20160 13532 0 0 983040 737280 737280 737502 748800 160 26 69 64 98 0 0 0 0 3 0 0 0 0 0 +2646 1783782601530262100 REFRESH 23 0 0.62530741628942743 1 3 13 3 13 0 0 130 5 406 3943896 55200 152.55757141113281 0.98129999999999995 182.2567 20160 12030 0 0 983040 737280 737280 737496 748800 118 26 34 28 200 0 0 0 0 5 0 0 0 0 0 +2647 1783782601728285300 REFRESH 12 0 0.63226115635375446 0.43934760448521909 3 8 3 8 0 0 214 7 413 3943907 55200 155.41964721679688 0.97909999999999997 186.52350000000001 20160 12215 0 0 983040 737280 737280 737507 748800 186 26 36 63 102 0 0 0 0 7 0 0 0 0 0 +2648 1783782601922968900 REFRESH 53 0 0.67858908225930525 0.13047910295616727 0 8 0 8 0 0 173 3 424 3943911 55200 152.04966735839844 0.98129999999999995 193.41999999999999 20160 13499 0 0 983040 737280 737280 737511 748800 171 27 45 38 143 0 0 0 0 3 0 0 0 0 0 +2649 1783782602119358800 REFRESH 35 0 0.63122892496674177 0.67278287461773678 2 11 2 11 0 0 182 10 415 3943902 55200 154.02291870117188 0.97999999999999998 184.55869999999999 20160 12219 0 0 983040 737280 737280 737502 748800 157 26 35 93 104 0 0 0 0 10 0 0 0 0 0 +2650 1783782602314894400 REFRESH 47 0 0.63140100161963741 0.67278287461773678 2 11 2 11 0 0 123 5 422 3943929 55200 151.17414855957031 0.98480000000000001 183.8646 20160 12099 0 0 983040 737280 737280 737529 748800 72 26 47 33 244 0 0 0 0 5 0 0 0 0 0 +2651 1783782602504708500 REFRESH 8 0 0.81050215572283313 0 2 5 2 5 0 0 248 3 414 3943913 55200 152.13363647460938 0.9819 188.70339999999999 20160 13500 0 0 983040 737280 737280 737513 748800 67 27 76 132 112 0 0 0 0 3 0 0 0 0 0 +2652 1783782602687882000 REFRESH 18 0 0.83896941325495444 0.7940876656472986 1 13 1 13 0 0 142 10 418 3943929 55200 150.25765991210938 0.98829999999999996 181.52879999999999 20160 12179 0 0 983040 737280 737280 737529 748800 92 26 90 47 163 0 0 1 0 9 0 0 0 0 0 +2653 1783782602883920800 REFRESH 27 0 0.62821425941002307 0.80326197757390405 0 14 0 14 0 0 171 4 412 3943934 55200 151.36051940917969 0.98440000000000005 183.1611 20160 12173 0 0 983040 737280 737280 737534 748800 111 26 42 28 205 0 0 0 0 4 0 0 0 0 0 +2654 1783782603086384500 REFRESH 32 0 0.63247131276933533 0.23343527013251789 1 8 1 8 0 0 161 9 420 3943890 55200 150.62527465820312 0.97999999999999998 190.48179999999999 20160 12921 0 0 983040 737280 737280 737490 748800 106 26 93 83 112 0 0 0 0 9 0 0 0 0 0 +2655 1783782603312591400 REFRESH 54 0 0.63987473617152446 0.23343527013251789 1 8 1 8 0 0 138 3 420 3943903 55200 149.83576965332031 0.98150000000000004 224.4907 20160 13215 0 0 983040 737280 737280 737503 748800 164 25 60 94 77 0 0 0 0 3 0 0 0 0 0 +2656 1783782603538491800 REFRESH 9 0 0.64833951010874602 0.11213047910295611 2 6 2 6 0 0 154 1 432 3943897 55200 152.69273376464844 0.9798 224.62690000000001 20160 13031 0 0 983040 737280 737280 737497 748800 153 25 40 100 114 0 0 0 0 1 0 0 0 0 0 +2657 1783782603798070900 REFRESH 44 0 0.62734817638981211 0.22426095820591221 2 7 2 7 0 0 182 8 422 3943907 55200 150.97138977050781 0.995 238.0652 20160 13351 0 0 983040 737280 737280 737507 748800 75 26 31 51 239 0 0 0 0 8 0 0 0 0 0 +2658 1783782603992177400 REFRESH 6 0 0.60907162836188178 0.77573904179408748 3 11 3 11 0 0 127 7 419 3943894 55200 152.08345031738281 0.98070000000000002 181.167 20160 12503 0 0 983040 737280 737280 737494 748800 55 25 41 50 248 0 0 0 0 7 0 0 0 0 0 +2659 1783782604182984300 REFRESH 5 0 0.62809784264679913 0.67278287461773678 2 11 2 11 0 0 102 5 420 3943911 55200 150.33651733398438 0.98209999999999997 179.4331 20160 13395 0 0 983040 737280 737280 737511 748800 118 25 39 145 93 0 0 0 0 5 0 0 0 0 0 +2660 1783782604397886500 REFRESH 30 0 0.6383711281829535 0.23343527013251789 1 8 1 8 0 0 161 5 419 3943926 55200 154.56460571289062 0.99180000000000001 213.2653 20160 13185 0 0 983040 737280 737280 737524 748800 122 25 54 136 82 0 0 0 0 5 0 0 0 0 0 +2661 1783782604601787600 REFRESH 10 0 0.62544080258861157 0.4576962283384301 1 10 1 10 0 0 135 2 420 3943901 55200 151.1014404296875 0.98129999999999995 183.18950000000001 20160 12890 0 0 983040 737280 737280 737501 748800 138 25 36 40 181 0 0 0 0 2 0 0 0 0 0 +2662 1783782604817540400 REFRESH 15 0 0.6282162718514509 0.77573904179408748 3 11 3 11 0 0 112 5 419 3943914 55200 151.30828857421875 0.97909999999999997 180.6086 20160 12138 0 0 983040 737280 737280 737513 748800 73 26 69 66 185 0 0 0 0 5 0 0 0 0 0 +2663 1783782605063769900 REFRESH 17 0 0.79989550938120524 0.018348623853211066 0 7 0 7 0 0 233 3 416 3943901 55200 167.48442077636719 0.98229999999999995 244.67959999999999 20160 13504 0 0 983040 737280 737280 737501 748800 94 26 60 108 128 0 0 0 0 3 0 0 0 0 0 +2664 1783782605334184400 REFRESH 56 0 0.80125800859229179 0 2 5 2 5 0 0 233 6 415 3943891 55200 194.51292419433594 0.98560000000000003 269.01929999999999 20160 13553 0 0 983040 737280 737280 737491 748800 130 26 47 120 92 0 0 0 0 6 0 0 0 0 0 +2665 1783782605569270800 REFRESH 57 0 0.62875845567296018 0.78491335372069293 2 12 2 12 0 0 157 4 410 3943933 55200 180.66943359375 0.97970000000000002 210.63939999999999 20160 12018 0 0 983040 737280 737280 737533 748800 120 26 35 33 196 0 0 0 0 4 0 0 0 0 0 +2666 1783782605809534700 REFRESH 42 0 0.67811346694869357 0.11213047910295611 2 6 2 6 0 0 161 7 423 3943925 55200 162.79347229003906 0.98140000000000005 238.75659999999999 20160 13392 0 0 983040 737280 737280 737525 748800 109 25 81 76 132 0 0 0 0 7 0 0 0 0 0 +2667 1783782606071095700 REFRESH 1 0 0.67015040163215356 0.1213047910295616 1 7 1 7 0 0 146 7 426 3943933 55200 163.73350524902344 0.98270000000000002 235.42679999999999 20160 13539 0 0 983040 737280 737280 737533 748800 128 25 76 95 102 0 0 0 0 7 0 0 0 0 0 +2668 1783782606280525600 REFRESH 45 0 0.6441884782594457 0.22426095820591221 2 7 2 7 0 0 175 3 424 3943932 55200 167.09529113769531 0.98909999999999998 207.79650000000001 20160 13377 0 0 983040 737280 737280 737532 748800 83 25 38 57 221 0 0 0 0 3 0 0 0 0 0 +2669 1783782606497165300 REFRESH 34 0 0.62910450674697915 0.68195718654434234 1 12 1 12 0 0 125 1 426 3943903 55200 169.03065490722656 0.98329999999999995 198.0291 20160 12538 0 0 983040 737280 737280 737503 748800 168 25 52 76 105 0 0 0 0 1 0 0 0 0 0 +2670 1783782607879500800 DEPTH 13 1 0.7933257187446443 0.0091743119266054877 1 6 1 6 0 0 195 17 2504 23664863 81600 922.83491516113281 5.9025999999999996 1352.4241999999999 120960 65560 1 0 5898240 4423680 4423680 4426462 4492800 390 151 190 229 1544 0 0 0 0 17 0 0 0 0 0 +2671 1783782608924896800 DEPTH 18 1 0.75731944530118622 0.7940876656472986 1 13 1 13 0 0 142 35 2565 23664773 81600 867.12898254394531 5.8854000000000006 1044.2916 120960 58731 1 0 5898240 4423680 4423680 4426373 4492800 227 150 258 214 1716 0 0 4 0 31 0 0 0 0 0 +2672 1783782610048262800 DEPTH 8 1 0.76362558769862365 0 2 5 2 5 1 0 248 24 2556 23664862 81600 876.80586242675781 5.8914 1122.2242000000001 120960 66541 1 0 5898240 4423680 4423680 4426459 4492800 168 156 150 501 1581 0 0 0 0 24 0 0 0 0 1 +2673 1783782611414862600 DEPTH 48 1 0.68697696176265077 0.11213047910295611 2 6 2 6 0 0 217 51 2576 23664820 81600 859.66950988769531 5.8853999999999997 1313.7346 120960 66539 1 0 5898240 4423680 4423680 4426420 4492800 150 150 150 150 1976 0 0 0 0 51 0 0 0 0 0 +2674 1783782612780714700 DEPTH 31 1 0.68091186457195474 0.11213047910295611 2 6 2 6 0 0 174 12 2603 23664794 81600 904.71627807617188 5.8902999999999999 1318.1039000000001 120960 65348 1 0 5898240 4423680 4423680 4426391 4492800 469 150 179 572 1233 0 0 0 0 12 0 0 0 0 0 +2675 1783782613974349400 DEPTH 16 1 0.67691164033408502 0.11213047910295611 2 6 2 6 0 0 214 22 2541 23664824 81600 902.7061767578125 5.8936000000000002 1168.3671999999999 120960 66080 1 0 5898240 4423680 4423680 4426423 4492800 433 156 156 313 1483 0 0 0 0 22 0 0 0 0 0 +2676 1783782615351494700 DEPTH 46 1 0.67379325746013352 0.13047910295616727 0 8 0 8 0 0 337 21 2600 23664827 81600 902.67341613769531 5.8975 1356.53 120960 66735 1 0 5898240 4423680 4423680 4426425 4492800 332 150 176 259 1683 0 0 0 0 21 0 0 0 0 0 +2677 1783782616710823200 DEPTH 11 1 0.66806286870223752 0.13047910295616727 0 8 0 8 0 0 122 7 2539 23664867 81600 900.30386352539062 5.8926999999999996 1358.2077999999999 120960 63498 1 0 5898240 4423680 4423680 4426467 4492800 270 150 168 206 1745 0 0 0 0 7 0 0 0 0 0 +2678 1783782618088034300 DEPTH 17 1 0.69428300936992915 0.018348623853211066 0 7 0 7 0 0 233 16 2527 23664836 81600 900.53120422363281 5.9057999999999993 1353.1532 120960 66105 1 0 5898240 4423680 4423680 4426432 4492800 236 156 192 292 1651 0 0 0 0 16 0 0 0 0 0 +2679 1783782619504050900 DEPTH 56 1 0.69843532887901505 0 2 5 2 5 0 0 234 13 2565 23664928 81600 937.76690673828125 5.9035000000000002 1414.2538999999999 120960 65153 1 0 5898240 4423680 4423680 4426525 4492800 497 150 216 543 1159 0 0 0 0 13 0 0 0 0 0 +2680 1783782620905129500 DEPTH 53 1 0.67276238933937449 0.13047910295616727 0 8 0 8 0 0 173 22 2529 23664861 81600 924.65457153320312 5.8694999999999995 1328.0961 120960 65315 1 0 5898240 4423680 4423680 4426457 4492800 270 156 174 184 1745 0 0 0 0 22 0 0 0 0 0 +2681 1783782622236081700 DEPTH 33 1 0.66685390960496593 0.1213047910295616 1 7 1 7 0 0 200 22 2533 23664860 81600 924.27284240722656 5.9252000000000002 1306.4891 120960 65982 1 0 5898240 4423680 4423680 4426455 4492800 375 151 168 223 1616 0 0 0 0 22 0 0 0 0 0 +2682 1783782623651780900 DEPTH 52 1 0.65991838473156872 0.1213047910295616 1 7 1 7 1 0 129 11 2583 23664841 81600 919.39736938476562 5.9041999999999994 1382.8818000000001 120960 63415 1 0 5898240 4423680 4423680 4426441 4492800 860 156 376 526 665 0 0 0 0 11 0 0 0 0 1 +2683 1783782625058779400 DEPTH 2 1 0.63451328135616758 0.3363914373088685 2 8 2 8 0 0 159 31 2590 23664832 81600 926.67288208007812 5.8506 1381.4376999999999 120960 62200 1 0 5898240 4423680 4423680 4426429 4492800 522 150 228 314 1376 0 0 0 0 31 0 0 0 0 0 +2684 1783782626202855200 DEPTH 28 1 0.63274085780990919 0.68195718654434234 1 12 1 12 0 0 166 34 2508 23664866 81600 928.92070007324219 5.8629999999999995 1117.0616 120960 56090 1 0 5898240 4423680 4423680 4426462 4492800 155 150 150 159 1894 0 0 0 0 34 0 0 0 0 0 +2685 1783782627327225400 DEPTH 55 1 0.63243487978703539 0.68195718654434234 1 12 1 12 0 0 173 41 2560 23664939 81600 933.74360656738281 5.8283000000000005 1123.049 120960 57033 1 0 5898240 4423680 4423680 4426538 4492800 575 156 150 156 1523 6 0 0 0 35 0 0 0 0 0 +2686 1783782628711865300 DEPTH 13 1 0.70530144065028 0.0091743119266054877 1 6 1 6 0 0 195 12 2504 23664812 81600 917.42721557617188 5.8684000000000003 1360.5159000000001 120960 53574 1 0 5898240 4423680 4423680 4426410 4492800 376 150 186 258 1534 0 0 0 0 12 0 0 0 0 0 +2687 1783782629853578100 DEPTH 18 1 0.7076194879233032 0.7940876656472986 1 13 1 13 0 0 142 37 2584 23664785 81600 926.90122985839844 5.9377000000000004 1117.0305000000001 120960 47297 1 0 5898240 4423680 4423680 4426385 4492800 252 150 268 271 1643 0 0 0 0 37 0 0 0 0 0 +2688 1783782631060212500 DEPTH 8 1 0.7143653314162669 0 2 5 2 5 0 0 248 20 2582 23664815 81600 939.23655700683594 5.8737000000000004 1205.3761999999999 120960 55323 1 0 5898240 4423680 4423680 4426415 4492800 161 156 150 630 1485 0 0 0 0 20 0 0 0 0 0 +2689 1783782632420744300 DEPTH 9 1 0.64377988959924615 0.11213047910295611 2 6 2 6 0 0 154 1 2624 23664926 81600 898.43815612792969 5.8245000000000005 1359.3746000000001 120960 64439 1 0 5898240 4423680 4423680 4426526 4492800 850 150 217 633 774 0 0 0 0 1 0 0 0 0 0 +2690 1783782633764239500 DEPTH 30 1 0.63469309392403228 0.23343527013251789 1 8 1 8 0 0 161 19 2583 23664847 81600 870.36112976074219 5.8327 1342.2665999999999 120960 64105 1 0 5898240 4423680 4423680 4426446 4492800 448 150 244 542 1199 0 0 0 0 19 0 0 0 0 0 +2691 1783782635164768400 DEPTH 54 1 0.63407004537202982 0.23343527013251789 1 8 1 8 1 0 138 14 2616 23664799 81600 881.46839904785156 5.8765000000000001 1354.2263 120960 64009 1 0 5898240 4423680 4423680 4426398 4492800 488 150 288 376 1314 0 0 0 0 14 0 0 0 0 1 +2692 1783782636508605600 DEPTH 32 1 0.6339849993785408 0.23343527013251789 1 8 1 8 0 0 161 27 2556 23664828 81600 890.7908935546875 5.8495999999999997 1298.6795999999999 120960 62221 1 0 5898240 4423680 4423680 4426428 4492800 265 150 236 257 1648 0 0 0 0 27 0 0 0 0 0 +2693 1783782637615353000 DEPTH 38 1 0.63196519648238214 0.56065239551478074 2 10 2 10 0 0 146 62 2560 23664847 81600 920.42343139648438 5.8344999999999994 1104.7011 120960 59041 1 0 5898240 4423680 4423680 4426446 4492800 337 150 178 156 1739 0 1 0 0 61 0 0 0 0 0 +2694 1783782639044982700 DEPTH 17 1 0.70616542324851772 0.018348623853211066 0 7 0 7 0 0 233 12 2523 23664888 81600 919.03590393066406 5.8283000000000005 1394.3434999999999 120960 54761 1 0 5898240 4423680 4423680 4426487 4492800 233 156 186 299 1649 0 0 0 0 12 0 0 0 0 0 +2695 1783782640434126900 DEPTH 56 1 0.70982952843925518 0 2 5 2 5 0 0 234 12 2574 23664815 81600 915.65672302246094 5.8333000000000004 1387.8852999999999 120960 54502 1 0 5898240 4423680 4423680 4426412 4492800 441 150 216 634 1133 0 0 0 0 12 0 0 0 0 0 +2696 1783782641892700600 DEPTH 42 1 0.67610523924378596 0.11213047910295611 2 6 2 6 0 0 161 16 2629 23664828 81600 929.69784545898438 5.8174999999999999 1401.9824000000001 120960 65473 1 0 5898240 4423680 4423680 4426427 4492800 229 150 291 253 1706 0 0 0 0 16 0 0 0 0 0 +2697 1783782643365540800 DEPTH 1 1 0.66928260518112426 0.1213047910295616 1 7 1 7 0 0 148 12 2616 23664804 81600 917.25312805175781 5.8595999999999995 1402.1633999999999 120960 65328 1 0 5898240 4423680 4423680 4426403 4492800 392 150 284 363 1427 0 0 0 0 12 0 0 0 0 0 +2698 1783782644781781800 DEPTH 48 1 0.6865308505685509 0.11213047910295611 2 6 2 6 0 0 217 42 2576 23664798 81600 913.63461303710938 5.9352999999999998 1389.0183999999999 120960 55317 1 0 5898240 4423680 4423680 4426397 4492800 150 150 151 151 1974 0 0 0 0 42 0 0 0 0 0 +2699 1783782646152506400 DEPTH 45 1 0.63740951673105961 0.22426095820591221 2 7 2 7 0 0 175 24 2617 23664836 81600 942.42405700683594 5.8268000000000004 1354.711 120960 64937 1 0 5898240 4423680 4423680 4426435 4492800 166 150 166 168 1967 0 0 0 0 24 0 0 0 0 0 +2700 1783782647486235000 DEPTH 31 1 0.68172335014285368 0.11213047910295611 2 6 2 6 0 0 174 7 2606 23664897 81600 897.55238342285156 5.8109000000000002 1332.491 120960 54199 1 0 5898240 4423680 4423680 4426495 4492800 460 150 175 666 1155 0 0 0 0 7 0 0 0 0 0 +2701 1783782648786350300 DEPTH 39 1 0.63114954085369368 0.43934760448521909 3 8 3 8 0 0 192 24 2606 23664782 81600 933.74464416503906 5.8592000000000004 1298.8566000000001 120960 61442 1 0 5898240 4423680 4423680 4426380 4492800 150 150 155 150 2001 0 0 0 0 24 0 0 0 0 0 +2702 1783782648989718300 REFRESH 33 0 0.62905395157966038 0.1213047910295616 1 7 1 7 0 0 200 1 418 3943909 55200 158.21720886230469 0.97309999999999997 201.6079 20160 13538 0 0 983040 737280 737280 737509 748800 127 26 67 59 139 0 0 0 0 1 0 0 0 0 0 +2703 1783782649233225200 REFRESH 41 0 0.62691908577918587 0.34556574923547401 1 9 1 9 0 0 118 0 416 3943926 55200 162.73817443847656 0.9778 224.16560000000001 20160 12911 0 0 983040 737280 737280 737526 748800 199 26 28 31 132 0 0 0 0 0 0 0 0 0 0 +2704 1783782649446456700 REFRESH 5 0 0.62342217675626488 0.67278287461773678 2 11 2 11 0 0 102 8 421 3943938 55200 165.66578674316406 0.98509999999999998 195.3732 20160 13338 0 0 983040 737280 737280 737537 748800 119 25 39 143 95 0 0 0 0 8 0 0 0 0 0 +2705 1783782649661904200 REFRESH 24 0 0.62418635522944443 0.87869520897043818 4 11 4 11 0 0 161 4 413 3943877 55200 164.93977355957031 0.98939999999999995 197.7347 20160 11913 0 0 983040 737280 737280 737477 748800 51 26 28 28 280 0 0 0 0 4 0 0 0 0 0 +2706 1783782649878872800 REFRESH 10 0 0.61891777469425058 0.4576962283384301 1 10 1 10 0 0 135 4 426 3943912 55200 165.85011291503906 0.98809999999999998 201.11089999999999 20160 12830 0 0 983040 737280 737280 737512 748800 153 25 37 41 170 0 0 0 0 4 0 0 0 0 0 +2707 1783782650125815500 REFRESH 42 0 0.53712384119329326 0.11213047910295611 2 6 2 6 0 0 161 4 423 3943907 55200 165.54598999023438 0.98599999999999999 245.68100000000001 20160 13183 0 0 983040 737280 737280 737506 748800 110 25 81 75 132 0 0 0 0 4 0 0 0 0 0 +2708 1783782650356959900 REFRESH 12 0 0.62974268629844077 0.43934760448521909 3 8 3 8 0 0 214 5 412 3943908 55200 163.78265380859375 1.0015000000000001 205.19309999999999 20160 12096 0 0 983040 737280 737280 737508 748800 188 26 36 68 94 0 0 0 1 4 0 0 0 0 0 +2709 1783782650567753400 REFRESH 20 0 0.62290362148263501 0.67278287461773678 2 11 2 11 0 0 140 6 424 3943918 55200 164.61311340332031 0.98550000000000004 196.1558 20160 12372 0 0 983040 737280 737280 737518 748800 84 25 63 106 146 0 0 0 0 6 0 0 0 0 0 +2710 1783782650785102600 REFRESH 43 0 0.62447798879924421 0.77573904179408748 3 11 3 11 0 0 151 3 427 3943902 55200 160.80793762207031 1.0016 199.75139999999999 20160 13218 0 0 983040 737280 737280 737502 748800 148 25 111 48 95 0 0 0 0 3 0 0 0 0 0 +2711 1783782651086673100 REFRESH 58 0 0.62816138457448545 0.78491335372069293 2 12 2 12 0 0 146 10 421 3943906 55200 157.57107543945312 1.131 198.8092 20160 11933 0 0 983040 737280 737280 737506 748800 103 25 25 34 234 0 0 0 0 10 0 0 0 0 0 +2712 1783782651327400400 REFRESH 9 0 0.61952879330980215 0.11213047910295611 2 6 2 6 0 0 154 4 429 3943925 55200 163.86764526367188 0.97899999999999998 239.0583 20160 13648 0 0 983040 737280 737280 737525 748800 159 25 40 106 99 0 0 0 0 4 0 0 0 0 0 +2713 1783782651545920400 REFRESH 31 0 0.55929951858676796 0.11213047910295611 2 6 2 6 0 0 174 5 426 3943923 55200 158.80703735351562 0.97460000000000002 217.18690000000001 20160 13417 0 0 983040 737280 737280 737523 748800 84 25 33 131 153 0 0 0 0 5 0 0 0 0 0 +2714 1783782651760185700 REFRESH 4 0 0.60361306920609326 0.7940876656472986 1 13 1 13 0 0 71 2 413 3943924 55200 158.51213073730469 0.97319999999999995 189.1728 20160 11883 0 0 983040 737280 737280 737524 748800 30 26 37 36 284 0 0 0 0 2 0 0 0 0 0 +2715 1783782652014553100 REFRESH 11 0 0.66743890113900883 0.13047910295616727 0 8 0 8 0 0 122 7 412 3943937 55200 160.87551879882812 1.2125999999999999 252.61529999999999 20160 13606 0 0 983040 737280 737280 737537 748800 125 25 55 66 141 0 0 0 0 7 0 0 0 0 0 +2716 1783782652254681000 REFRESH 3 0 0.62685237894638557 0.44852191641182459 2 9 2 9 0 0 167 8 418 3943926 55200 162.70130920410156 0.98370000000000002 200.64709999999999 20160 12647 0 0 983040 737280 737280 737526 748800 218 26 39 32 103 1 0 0 0 7 0 0 0 0 0 +2717 1783782652491461400 REFRESH 52 0 0.66313795163567457 0.1213047910295616 1 7 1 7 0 0 129 3 419 3943903 55200 159.36408996582031 0.98180000000000001 235.20249999999999 20160 13883 0 0 983040 737280 737280 737503 748800 165 26 70 76 82 0 0 0 0 3 0 0 0 0 0 +2718 1783782652698969900 REFRESH 40 0 0.63034920038398878 0.68195718654434234 1 12 1 12 0 0 146 7 422 3943902 55200 161.7786865234375 0.97640000000000005 192.71950000000001 20160 12322 0 0 983040 737280 737280 737502 748800 139 25 31 67 160 0 0 0 1 6 0 0 0 0 0 +2719 1783782652908194900 REFRESH 16 0 0.67830886398084245 0.11213047910295611 2 6 2 6 0 0 214 6 418 3943928 55200 166.24333190917969 0.98760000000000003 207.93610000000001 20160 13438 0 0 983040 737280 737280 737527 748800 172 26 27 97 96 0 0 0 0 6 0 0 0 0 0 +2720 1783782653135077500 REFRESH 2 0 0.63447845764249267 0.3363914373088685 2 8 2 8 0 0 161 12 421 3943904 55200 169.09210205078125 0.98709999999999998 225.69659999999999 20160 12879 0 0 983040 737280 737280 737503 748800 143 25 51 65 137 0 0 0 0 12 0 0 0 0 0 +2721 1783782653374099900 REFRESH 56 0 0.80104956452940856 0 2 5 2 5 0 0 234 2 416 3943940 55200 160.29592895507812 0.96809999999999996 237.32849999999999 20160 13789 0 0 983040 737280 737280 737540 748800 130 26 45 116 99 0 0 0 0 2 0 0 0 0 0 +2722 1783782653601396300 REFRESH 35 0 0.63015805730030272 0.67278287461773678 2 11 2 11 0 0 182 8 414 3943922 55200 170.56973266601562 0.98629999999999995 202.84010000000001 20160 11971 0 0 983040 737280 737280 737522 748800 136 26 33 87 132 0 0 0 0 8 0 0 0 0 0 +2723 1783782653848521100 REFRESH 13 0 0.79708042141143176 0.0091743119266054877 1 6 1 6 0 0 195 2 418 3943918 55200 163.59628295898438 0.97609999999999997 219.3862 20160 13525 0 0 983040 737280 737280 737518 748800 164 26 69 62 97 0 0 0 0 2 0 0 0 0 0 +2724 1783782654054071600 REFRESH 39 0 0.60989632614882638 0.43934760448521909 3 8 3 8 0 0 192 10 420 3943919 55200 162.25996398925781 0.97619999999999996 204.25999999999999 20160 12832 0 0 983040 737280 737280 737519 748800 25 25 28 25 317 0 0 0 0 10 0 0 0 0 0 +2725 1783782654266828500 REFRESH 29 0 0.62328903178331663 0.68195718654434234 1 12 1 12 0 0 146 10 418 3943892 55200 162.74432373046875 1.0114000000000001 197.15049999999999 20160 11947 0 0 983040 737280 737280 737492 748800 73 25 26 92 202 0 0 0 0 10 0 0 0 0 0 +2726 1783782654521875000 REFRESH 44 0 0.62779932124071891 0.22426095820591221 2 7 2 7 0 0 182 5 422 3943899 55200 160.88064575195312 0.96850000000000003 230.2861 20160 13253 0 0 983040 737280 737280 737499 748800 80 26 34 57 225 0 0 0 0 5 0 0 0 0 0 +2727 1783782654728482200 REFRESH 15 0 0.6230976326759603 0.77573904179408748 3 11 3 11 0 0 112 3 418 3943964 55200 159.05996704101562 0.98250000000000004 190.2647 20160 12206 0 0 983040 737280 737280 737564 748800 68 26 67 65 192 0 0 0 0 3 0 0 0 0 0 +2728 1783782654965819900 REFRESH 17 0 0.79785037682045601 0.018348623853211066 0 7 0 7 0 0 233 5 415 3943887 55200 157.90489196777344 0.97230000000000005 236.14879999999999 20160 13642 0 0 983040 737280 737280 737487 748800 100 26 67 110 112 0 0 0 0 5 0 0 0 0 0 +2729 1783782655168739100 REFRESH 32 0 0.63620947068876887 0.23343527013251789 1 8 1 8 0 0 161 4 423 3943910 55200 159.2596435546875 0.97609999999999997 201.6644 20160 12830 0 0 983040 737280 737280 737510 748800 104 26 97 81 115 0 0 0 0 4 0 0 0 0 0 +2730 1783782655374349300 REFRESH 27 0 0.62237616169590804 0.80326197757390405 0 14 0 14 0 0 171 7 414 3943927 55200 162.44429016113281 0.9738 192.85489999999999 20160 12176 0 0 983040 737280 737280 737527 748800 86 26 34 28 240 0 0 0 0 7 0 0 0 0 0 +2731 1783782655605780600 REFRESH 48 0 0.68606551595648013 0.11213047910295611 2 6 2 6 0 0 217 5 417 3943886 55200 162.75456237792969 0.9859 230.13159999999999 20160 12965 0 0 983040 737280 737280 737486 748800 110 26 61 56 164 0 0 0 0 5 0 0 0 0 0 +2732 1783782655821609300 REFRESH 26 0 0.62319613466356683 0.68195718654434234 1 12 1 12 0 0 116 4 424 3943913 55200 160.94618225097656 0.96899999999999997 190.71440000000001 20160 12185 0 0 983040 737280 737280 737513 748800 50 26 25 64 259 0 0 0 0 4 0 0 0 0 0 +2733 1783782656029365900 REFRESH 37 0 0.62597373344854268 0.68195718654434234 1 12 1 12 0 0 151 4 418 3943920 55200 161.25849914550781 0.97450000000000003 192.4085 20160 12029 0 0 983040 737280 737280 737520 748800 121 26 47 99 125 0 0 0 0 4 0 0 0 0 0 +2734 1783782656304860700 REFRESH 1 0 0.67142231462350521 0.1213047910295616 1 7 1 7 0 0 148 6 422 3943890 55200 160.79667663574219 0.97240000000000004 231.47499999999999 20160 13517 0 0 983040 737280 737280 737490 748800 129 25 78 99 91 0 0 0 0 6 0 0 0 0 0 +2735 1783782656497964700 REFRESH 38 0 0.63085451596943942 0.56065239551478074 2 10 2 10 0 0 146 3 420 3943912 55200 159.35078430175781 0.97430000000000005 191.28219999999999 20160 12517 0 0 983040 737280 737280 737512 748800 157 26 42 44 151 1 0 0 0 2 0 0 0 0 0 +2736 1783782656705674400 REFRESH 36 0 0.62890330873852984 0.66360856269113133 3 10 3 10 0 0 140 7 429 3943939 55200 160.27452087402344 0.98399999999999999 191.17760000000001 20160 12234 0 0 983040 737280 737280 737539 748800 172 25 27 40 165 0 0 0 0 7 0 0 0 0 0 +2737 1783782656908000500 REFRESH 0 0 0.61862925924208723 0.68195718654434234 1 12 1 12 0 0 108 3 427 3943904 55200 159.41545104980469 0.97740000000000005 189.3468 20160 13474 0 0 983040 737280 737280 737504 748800 117 25 26 32 227 0 0 0 0 3 0 0 0 0 0 +2738 1783782657113791300 REFRESH 49 0 0.61785865264220874 0.66360856269113133 3 10 3 10 0 0 143 8 418 3943904 55200 159.27705383300781 0.97270000000000001 190.1756 20160 12609 0 0 983040 737280 737280 737504 748800 138 26 34 45 175 0 0 0 0 8 0 0 0 0 0 +2739 1783782657318236200 REFRESH 47 0 0.62661903550578479 0.67278287461773678 2 11 2 11 0 0 123 5 422 3943939 55200 158.64627075195312 0.96760000000000002 188.46209999999999 20160 12157 0 0 983040 737280 737280 737539 748800 50 26 37 32 277 1 0 0 0 4 0 0 0 0 0 +2740 1783782657507315400 REFRESH 55 0 0.63175663100793034 0.68195718654434234 1 12 1 12 0 0 173 6 424 3943894 55200 155.5916748046875 0.98329999999999995 187.68029999999999 20160 12054 0 0 983040 737280 737280 737494 748800 167 26 25 26 180 0 0 0 0 6 0 0 0 0 0 +2741 1783782657714917300 REFRESH 34 0 0.6192478004935138 0.68195718654434234 1 12 1 12 0 0 125 3 423 3943909 55200 161.09567260742188 0.96860000000000002 192.17009999999999 20160 12379 0 0 983040 737280 737280 737509 748800 180 25 52 82 84 0 0 0 0 3 0 0 0 0 0 +2742 1783782657922940200 REFRESH 19 0 0.63090602666329776 0.67278287461773678 2 11 2 11 0 0 143 6 419 3943907 55200 162.90098571777344 0.97650000000000003 192.38239999999999 20160 11901 0 0 983040 737280 737280 737507 748800 94 26 29 36 234 0 0 0 0 6 0 0 0 0 0 +2743 1783782658146124500 REFRESH 53 0 0.67453485532625534 0.13047910295616727 0 8 0 8 0 0 173 6 416 3943922 55200 163.5440673828125 0.96630000000000005 207.17080000000001 20160 13462 0 0 983040 737280 737280 737521 748800 142 26 41 34 173 0 0 0 0 6 0 0 0 0 0 +2744 1783782658353393900 REFRESH 50 0 0.63089456459030013 0.44852191641182459 2 9 2 9 0 0 150 6 417 3943903 55200 160.84684753417969 0.97360000000000002 205.94 20160 12197 0 0 983040 737280 737280 737503 748800 57 26 30 32 272 0 0 0 0 6 0 0 0 0 0 +2745 1783782658541477000 REFRESH 18 0 0.77990262796476806 0.7940876656472986 1 13 1 13 0 0 142 5 420 3943919 55200 156.16717529296875 0.99550000000000005 186.88319999999999 20160 12785 0 0 983040 737280 737280 737519 748800 112 26 99 46 137 0 0 0 0 5 0 0 0 0 0 +2746 1783782658766129900 REFRESH 25 0 0.62226670519995808 0.77573904179408748 3 11 3 11 0 0 132 8 420 3943903 55200 155.77273559570312 0.97719999999999996 186.7354 20160 11959 0 0 983040 737280 737280 737503 748800 50 25 42 26 277 0 0 0 0 8 0 0 0 0 0 +2747 1783782658973751500 REFRESH 6 0 0.60843962169694976 0.77573904179408748 3 11 3 11 0 0 127 5 418 3943896 55200 161.67117309570312 0.9748 191.7612 20160 12470 0 0 983040 737280 737280 737495 748800 37 25 40 45 271 0 0 1 0 4 0 0 0 0 0 +2748 1783782659181845500 REFRESH 23 0 0.62060061193529636 1 3 13 3 13 0 0 130 6 407 3943928 55200 161.56877136230469 0.97319999999999995 192.78190000000001 20160 11790 0 0 983040 737280 737280 737528 748800 132 26 34 29 186 0 0 0 0 6 0 0 0 0 0 +2749 1783782659388941900 REFRESH 57 0 0.62290627955188738 0.78491335372069293 2 12 2 12 0 0 157 8 406 3943910 55200 160.68106079101562 0.97889999999999999 191.9649 20160 12056 0 0 983040 737280 737280 737510 748800 155 26 35 32 158 0 0 0 0 8 0 0 0 0 0 +2750 1783782659606519600 REFRESH 14 0 0.63044686076068679 0.57900101936799164 0 12 0 12 0 0 137 5 419 3943917 55200 162.18214416503906 0.96930000000000005 200.58199999999999 20160 12147 0 0 983040 737280 737280 737517 748800 154 25 33 29 178 0 0 0 0 5 0 0 0 0 0 +2751 1783782659806503800 REFRESH 51 0 0.62753379596034986 0.77573904179408748 3 11 3 11 0 0 129 6 420 3943899 55200 153.59487915039062 0.9748 184.34960000000001 20160 12356 0 0 983040 737280 737280 737499 748800 148 25 84 49 114 0 0 0 0 6 0 0 0 0 0 +2752 1783782660048689100 REFRESH 46 0 0.67539789849575804 0.13047910295616727 0 8 0 8 0 0 337 5 407 3943911 55200 163.56965637207031 0.97309999999999997 229.76580000000001 20160 13393 0 0 983040 737280 737280 737511 748800 100 25 54 62 166 0 0 0 0 5 0 0 0 0 0 +2753 1783782660269804000 REFRESH 30 0 0.63639481659075292 0.23343527013251789 1 8 1 8 0 0 161 4 419 3943906 55200 160.88371276855469 0.97519999999999996 219.89340000000001 20160 13073 0 0 983040 737280 737280 737506 748800 123 25 52 134 85 0 0 0 1 3 0 0 0 0 0 +2754 1783782660485742300 REFRESH 22 0 0.62618841660958258 0.77573904179408748 3 11 3 11 0 0 159 9 421 3943912 55200 161.76646423339844 0.97330000000000005 192.16800000000001 20160 12020 0 0 983040 737280 737280 737512 748800 149 26 56 32 158 0 0 0 0 9 0 0 0 0 0 +2755 1783782660719949900 REFRESH 21 0 0.62852570865869406 0.35474006116207946 0 10 0 10 0 0 202 5 416 3943919 55200 162.65113830566406 0.97419999999999995 218.51990000000001 20160 12777 0 0 983040 737280 737280 737519 748800 123 26 51 82 134 0 0 0 0 5 0 0 0 0 0 +2756 1783782660922599700 REFRESH 8 0 0.80512316959343289 0 2 5 2 5 0 0 248 3 416 3943909 55200 164.03045654296875 0.97419999999999995 201.00909999999999 20160 13590 0 0 983040 737280 737280 737509 748800 62 27 70 138 119 0 0 0 0 3 0 0 0 0 0 +2757 1783782661119731000 REFRESH 45 0 0.63830175807016487 0.22426095820591221 2 7 2 7 0 0 175 5 422 3943916 55200 157.68167114257812 0.9748 195.7276 20160 13388 0 0 983040 737280 737280 737516 748800 107 25 44 69 177 0 0 0 0 5 0 0 0 0 0 +2758 1783782661314627700 REFRESH 28 0 0.63233175434934186 0.68195718654434234 1 12 1 12 0 0 166 9 403 3943905 55200 162.04595947265625 0.97589999999999999 193.4203 20160 11861 0 0 983040 737280 737280 737505 748800 47 26 38 35 257 0 0 0 0 9 0 0 0 0 0 +2759 1783782661556056700 REFRESH 54 0 0.63585497135972624 0.23343527013251789 1 8 1 8 0 0 138 5 422 3943907 55200 163.50105285644531 0.96870000000000001 240.04759999999999 20160 13182 0 0 983040 737280 737280 737506 748800 167 25 60 94 76 0 0 0 0 5 0 0 0 0 0 +2760 1783782661774029200 REFRESH 7 0 0.62497599743431498 0.68195718654434234 1 12 1 12 1 0 153 12 419 3943905 55200 161.3096923828125 0.96779999999999999 193.27799999999999 20160 12008 0 0 983040 737280 737280 737505 748800 77 26 40 43 233 0 0 0 0 12 0 0 0 0 1 +2761 1783782663184979700 DEPTH 17 1 0.79430039588400159 0.018348623853211066 0 7 0 7 0 0 233 7 2521 23664866 81600 916.07756042480469 5.9243000000000006 1409.3690999999999 120960 65381 1 0 5898240 4423680 4423680 4426465 4492800 235 156 191 318 1621 0 0 0 0 7 0 0 0 0 0 +2762 1783782664548947900 DEPTH 56 1 0.79413177916805078 0 2 5 2 5 0 0 234 17 2572 23664802 81600 880.64204406738281 5.8628999999999998 1362.5272 120960 65940 1 0 5898240 4423680 4423680 4426402 4492800 492 150 216 522 1192 0 0 0 0 17 0 0 0 0 0 +2763 1783782665911511100 DEPTH 13 1 0.79062867941324355 0.0091743119266054877 1 6 1 6 0 0 195 20 2505 23664914 81600 880.12081909179688 5.8251000000000008 1317.6206999999999 120960 65776 1 0 5898240 4423680 4423680 4426513 4492800 370 150 183 200 1602 0 0 0 0 20 0 0 0 0 0 +2764 1783782667308698400 DEPTH 48 1 0.68055670757574116 0.11213047910295611 2 6 2 6 0 0 218 39 2571 23664811 81600 889.55595397949219 5.8414000000000001 1357.3981000000001 120960 63968 1 0 5898240 4423680 4423680 4426408 4492800 150 150 152 155 1964 0 0 0 0 39 0 0 0 0 0 +2765 1783782668513957900 DEPTH 16 1 0.67547275064159307 0.11213047910295611 2 6 2 6 0 0 214 30 2544 23664823 81600 926.60325622558594 5.8369999999999997 1204.0469000000001 120960 66114 1 0 5898240 4423680 4423680 4426423 4492800 397 156 155 305 1531 0 0 0 0 30 0 0 0 0 0 +2766 1783782669901712200 DEPTH 31 1 0.67516478219655141 0.11213047910295611 2 6 2 6 0 0 175 15 2607 23664770 81600 923.97976684570312 5.8360000000000003 1357.3240000000001 120960 65656 1 0 5898240 4423680 4423680 4426369 4492800 471 150 178 540 1268 0 0 0 0 15 0 0 0 0 0 +2767 1783782671311607600 DEPTH 42 1 0.67212182567816803 0.11213047910295611 2 6 2 6 0 0 161 13 2629 23664823 81600 927.8076171875 5.8360000000000003 1408.6804 120960 64791 1 0 5898240 4423680 4423680 4426422 4492800 260 150 296 270 1653 0 0 0 0 13 0 0 0 0 0 +2768 1783782672772673500 DEPTH 1 1 0.66923349283106193 0.1213047910295616 1 7 1 7 0 0 148 6 2615 23664832 81600 927.47776794433594 5.8182999999999989 1405.6023 120960 65768 1 0 5898240 4423680 4423680 4426432 4492800 395 150 282 375 1413 0 0 0 0 6 0 0 0 0 0 +2769 1783782673972525000 DEPTH 18 1 0.74861312329187046 0.7940876656472986 1 13 1 13 1 0 142 50 2585 23664887 81600 940.46731567382812 5.8599000000000006 1126.4453000000001 120960 59776 1 0 5898240 4423680 4423680 4426483 4492800 241 150 268 211 1715 0 0 0 0 50 0 0 0 0 1 +2770 1783782675237322200 DEPTH 8 1 0.6885810528399402 0 2 5 2 5 0 0 248 22 2563 23664806 81600 978.30195617675781 5.8955000000000002 1246.0829000000001 120960 66755 1 0 5898240 4423680 4423680 4426404 4492800 169 158 150 471 1615 0 0 0 0 22 0 0 0 0 0 +2771 1783782676640658300 DEPTH 53 1 0.67190200088706642 0.13047910295616727 0 8 0 8 0 0 173 29 2527 23664808 81600 976.71066284179688 6.0061999999999998 1376.9811 120960 65179 1 0 5898240 4423680 4423680 4426407 4492800 282 156 176 191 1722 0 0 0 0 29 0 0 0 0 0 +2772 1783782678093417400 DEPTH 11 1 0.66684618570748821 0.13047910295616727 0 8 0 8 0 0 123 10 2532 23664914 81600 955.41554260253906 6.0244 1451.5441000000001 120960 64768 1 0 5898240 4423680 4423680 4426512 4492800 277 150 183 202 1720 0 0 0 0 10 0 0 0 0 0 +2773 1783782679411496800 DEPTH 33 1 0.66212052130846177 0.1213047910295616 1 7 1 7 0 0 200 16 2539 23664793 81600 956.51132202148438 5.9496000000000002 1316.8082999999999 120960 65837 1 0 5898240 4423680 4423680 4426391 4492800 381 154 168 235 1601 0 0 0 0 16 0 0 0 0 0 +2774 1783782680779997300 DEPTH 52 1 0.65897592042199504 0.1213047910295616 1 7 1 7 0 0 129 7 2584 23664793 81600 912.69017028808594 5.8627000000000002 1367.1952000000001 120960 65620 1 0 5898240 4423680 4423680 4426389 4492800 885 156 380 514 649 0 0 0 0 7 0 0 0 0 0 +2775 1783782682191460700 DEPTH 9 1 0.63874935639211827 0.11213047910295611 2 6 2 6 0 0 155 4 2614 23664812 81600 895.447021484375 5.8450999999999995 1351.9818 120960 65629 1 0 5898240 4423680 4423680 4426410 4492800 869 150 221 606 768 0 0 0 0 4 0 0 0 0 0 +2776 1783782683567240400 DEPTH 2 1 0.63439145251774298 0.3363914373088685 2 8 2 8 0 0 161 28 2593 23664828 81600 902.87933349609375 5.8801999999999994 1350.2148999999999 120960 62212 1 0 5898240 4423680 4423680 4426426 4492800 521 150 225 313 1384 0 0 0 0 28 0 0 0 0 0 +2777 1783782684955953300 DEPTH 17 1 0.70298853616377255 0.018348623853211066 0 7 0 7 0 0 233 12 2523 23664851 81600 883.74185180664062 5.8460999999999999 1363.8465000000001 120960 54606 1 0 5898240 4423680 4423680 4426448 4492800 243 156 186 312 1626 0 0 0 0 12 0 0 0 0 0 +2778 1783782686352383500 DEPTH 56 1 0.70576652125143513 0 2 5 2 5 0 0 234 15 2575 23664865 81600 914.38592529296875 5.8515000000000006 1380.4166 120960 54562 1 0 5898240 4423680 4423680 4426465 4492800 451 150 216 597 1161 0 0 0 0 15 0 0 0 0 0 +2779 1783782687726005300 DEPTH 13 1 0.70268457230174253 0.0091743119266054877 1 6 1 6 1 0 195 17 2502 23664759 81600 932.78924560546875 5.8500000000000005 1372.4395 120960 54124 1 0 5898240 4423680 4423680 4426356 4492800 395 150 188 218 1551 0 0 0 0 17 0 0 0 0 1 +2780 1783782689160479500 DEPTH 46 1 0.67157089990544638 0.13047910295616727 0 8 0 8 0 0 337 27 2582 23664878 81600 919.97406005859375 5.8499999999999996 1390.9164000000001 120960 65580 1 0 5898240 4423680 4423680 4426475 4492800 213 150 162 183 1874 0 0 0 0 27 0 0 0 0 0 +2781 1783782690452883100 DEPTH 32 1 0.63214323413960238 0.23343527013251789 1 8 1 8 0 0 161 28 2555 23664908 81600 889.06455993652344 5.8496000000000006 1290.6521 120960 62503 1 0 5898240 4423680 4423680 4426507 4492800 280 150 254 255 1616 0 0 0 0 28 0 0 0 0 0 +2782 1783782691752159200 DEPTH 39 1 0.6287773299382835 0.43934760448521909 3 8 3 8 0 0 192 20 2603 23664936 81600 883.78570556640625 5.9340000000000002 1281.5727999999999 120960 62236 1 0 5898240 4423680 4423680 4426535 4492800 150 150 154 150 1999 0 0 0 0 20 0 0 0 0 0 +2783 1783782692889203500 DEPTH 58 1 0.6274673695682047 0.78491335372069293 2 12 2 12 0 0 146 18 2584 23664835 81600 919.14852905273438 5.984 1120.7728 120960 57131 1 0 5898240 4423680 4423680 4426435 4492800 208 150 150 174 1902 0 0 0 0 18 0 0 0 0 0 +2784 1783782694013245700 DEPTH 40 1 0.62736186323103116 0.68195718654434234 1 12 1 12 0 0 146 28 2597 23664864 81600 919.4046630859375 5.952 1107.5971 120960 59043 1 0 5898240 4423680 4423680 4426464 4492800 178 150 163 161 1945 0 0 0 0 28 0 0 0 0 0 +2785 1783782695209677800 DEPTH 8 1 0.6996316191807298 0 2 5 2 5 1 0 248 22 2567 23664872 81600 925.44613647460938 5.9040999999999997 1195.1895 120960 55258 1 0 5898240 4423680 4423680 4426470 4492800 168 155 150 571 1523 0 0 0 0 22 0 0 0 0 1 +2786 1783782696340061800 DEPTH 18 1 0.66423440409024925 0.7940876656472986 1 13 1 13 0 0 143 41 2573 23664857 81600 901.19680786132812 5.8383000000000003 1091.3610000000001 120960 48576 1 0 5898240 4423680 4423680 4426455 4492800 252 150 278 245 1648 1 0 0 0 40 0 0 0 0 0 +2787 1783782697752511000 DEPTH 48 1 0.6604742796320936 0.11213047910295611 2 6 2 6 0 0 218 48 2580 23664861 81600 903.50900268554688 5.8469000000000007 1377.3639000000001 120960 52918 1 0 5898240 4423680 4423680 4426458 4492800 150 150 152 155 1973 0 0 0 0 48 0 0 0 0 0 +2788 1783782699063654500 DEPTH 45 1 0.63389257367065333 0.22426095820591221 2 7 2 7 0 0 175 16 2615 23664860 81600 905.21089172363281 5.8315999999999999 1309.9000000000001 120960 65002 1 0 5898240 4423680 4423680 4426459 4492800 178 150 165 183 1939 0 0 0 0 16 0 0 0 0 0 +2789 1783782700528208600 DEPTH 54 1 0.63219458704345532 0.23343527013251789 1 8 1 8 0 0 138 9 2605 23664964 81600 891.66453552246094 5.9532999999999996 1413.8416 120960 63955 1 0 5898240 4423680 4423680 4426564 4492800 501 150 288 371 1295 0 0 0 0 9 0 0 0 0 0 +2790 1783782701920463100 DEPTH 30 1 0.63170672569442143 0.23343527013251789 1 8 1 8 0 0 161 16 2585 23664794 81600 904.05195617675781 6.0652999999999997 1390.9559999999999 120960 64337 1 0 5898240 4423680 4423680 4426393 4492800 462 150 249 504 1220 0 0 0 2 14 0 0 0 0 0 +2791 1783782703094986300 DEPTH 28 1 0.63058309192185624 0.68195718654434234 1 12 1 12 0 0 166 34 2509 23664735 81600 941.54154968261719 5.8793999999999995 1125.0619999999999 120960 56843 1 0 5898240 4423680 4423680 4426332 4492800 159 151 150 165 1884 0 0 0 0 34 0 0 0 0 0 +2792 1783782704459140800 DEPTH 50 1 0.62711534148744663 0.44852191641182459 2 9 2 9 0 0 150 23 2613 23664944 81600 923.82426452636719 5.9453000000000005 1315.2268999999999 120960 58802 1 0 5898240 4423680 4423680 4426542 4492800 174 150 153 153 1983 0 0 0 0 23 0 0 0 0 0 +2793 1783782704672683000 REFRESH 57 0 0.62124359971748588 0.78491335372069293 2 12 2 12 0 0 157 11 407 3943916 55200 163.88198852539062 0.98080000000000001 195.51759999999999 20160 11976 0 0 983040 737280 737280 737516 748800 120 26 35 32 194 0 0 0 0 11 0 0 0 0 0 +2794 1783782704884821300 REFRESH 47 0 0.62195725080669573 0.67278287461773678 2 11 2 11 0 0 123 9 421 3943915 55200 165.15072631835938 0.98580000000000001 196.2527 20160 12112 0 0 983040 737280 737280 737514 748800 68 26 41 32 254 0 0 0 0 9 0 0 0 0 0 +2795 1783782705091130000 REFRESH 39 0 0.50745302805176529 0.43934760448521909 3 8 3 8 0 0 192 10 409 3943945 55200 165.032958984375 1.0315000000000001 204.78399999999999 20160 13108 0 0 983040 737280 737280 737545 748800 35 25 29 28 292 0 0 0 0 10 0 0 0 0 0 +2796 1783782705322337300 REFRESH 16 0 0.67676456771083771 0.11213047910295611 2 6 2 6 0 0 214 3 416 3943924 55200 165.64326477050781 0.97789999999999999 205.3732 20160 13417 0 0 983040 737280 737280 737524 748800 169 26 27 93 101 0 0 0 0 3 0 0 0 0 0 +2797 1783782705531078500 REFRESH 19 0 0.62640105456916306 0.67278287461773678 2 11 2 11 0 0 143 6 420 3943900 55200 163.39353942871094 0.97009999999999996 193.05600000000001 20160 11988 0 0 983040 737280 737280 737500 748800 116 26 33 44 201 0 0 0 0 6 0 0 0 0 0 +2798 1783782705764792400 REFRESH 56 0 0.74718533626768147 0 2 5 2 5 0 0 234 1 417 3943913 55200 156.51533508300781 0.98070000000000002 232.40520000000001 20160 13419 0 0 983040 737280 737280 737513 748800 133 26 45 117 96 0 0 0 0 1 0 0 0 0 0 +2799 1783782705983505900 REFRESH 6 0 0.60548347901678701 0.77573904179408748 3 11 3 11 0 0 127 7 420 3943927 55200 164.29362487792969 0.97450000000000003 194.24709999999999 20160 12570 0 0 983040 737280 737280 737527 748800 68 25 47 56 224 0 0 0 1 6 0 0 0 0 0 +2800 1783782706191049800 REFRESH 4 0 0.59852919661997483 0.7940876656472986 1 13 1 13 0 0 71 2 417 3943905 55200 162.90713500976562 0.98329999999999995 192.45099999999999 20160 11852 0 0 983040 737280 737280 737505 748800 34 26 40 48 269 0 0 0 0 2 0 0 0 0 0 +2801 1783782706400522800 REFRESH 34 0 0.61215641638885199 0.68195718654434234 1 12 1 12 0 0 125 3 424 3943928 55200 163.29522705078125 1.0277000000000001 193.60980000000001 20160 12352 0 0 983040 737280 737280 737527 748800 162 25 54 78 105 0 0 0 0 3 0 0 0 0 0 +2802 1783782706668633500 REFRESH 52 0 0.65902173086725924 0.1213047910295616 1 7 1 7 0 0 129 4 426 3943923 55200 165.83885192871094 0.98399999999999999 241.9477 20160 13869 0 0 983040 737280 737280 737523 748800 175 26 70 75 80 0 0 0 0 4 0 0 0 0 0 +2803 1783782706869885800 REFRESH 15 0 0.61635258817305716 0.77573904179408748 3 11 3 11 0 0 112 5 419 3943906 55200 153.74053955078125 0.97309999999999997 184.78450000000001 20160 12176 0 0 983040 737280 737280 737506 748800 76 26 74 76 167 0 0 0 1 4 0 0 0 0 0 +2804 1783782707119316900 REFRESH 17 0 0.79477670003694822 0.018348623853211066 0 7 0 7 0 0 233 3 419 3943896 55200 167.34310913085938 0.98609999999999998 248.14850000000001 20160 13495 0 0 983040 737280 737280 737496 748800 102 26 61 107 123 0 0 0 0 3 0 0 0 0 0 +2805 1783782707340640800 REFRESH 35 0 0.62707641932434766 0.67278287461773678 2 11 2 11 0 0 182 7 417 3943891 55200 164.41754150390625 0.98409999999999997 196.83199999999999 20160 12108 0 0 983040 737280 737280 737490 748800 159 26 36 93 103 0 0 0 0 7 0 0 0 0 0 +2806 1783782707604567700 REFRESH 44 0 0.62513587152572259 0.22426095820591221 2 7 2 7 0 0 182 7 423 3943944 55200 163.06381225585938 0.98370000000000002 241.7278 20160 13124 0 0 983040 737280 737280 737544 748800 64 26 31 46 256 0 0 0 0 7 0 0 0 0 0 +2807 1783782707835578900 REFRESH 30 0 0.55328940751786981 0.23343527013251789 1 8 1 8 0 0 161 3 422 3943933 55200 164.12159729003906 0.99229999999999996 229.2184 20160 13150 0 0 983040 737280 737280 737533 748800 118 25 52 135 92 0 0 0 0 3 0 0 0 0 0 +2808 1783782708051959600 REFRESH 49 0 0.61736328749370095 0.66360856269113133 3 10 3 10 0 0 143 8 416 3943911 55200 159.70201110839844 0.98999999999999999 191.27109999999999 20160 12547 0 0 983040 737280 737280 737511 748800 133 26 35 43 179 0 0 0 0 8 0 0 0 0 0 +2809 1783782708247422900 REFRESH 38 0 0.62284043267668521 0.56065239551478074 2 10 2 10 0 0 147 9 422 3943921 55200 162.25791931152344 0.98699999999999999 193.66720000000001 20160 12567 0 0 983040 737280 737280 737521 748800 186 26 49 54 107 0 0 0 0 9 0 0 0 0 0 +2810 1783782708453678000 REFRESH 32 0 0.63426421575882053 0.23343527013251789 1 8 1 8 0 0 161 6 421 3943915 55200 162.4320068359375 0.98870000000000002 204.35579999999999 20160 13216 0 0 983040 737280 737280 737515 748800 111 26 101 81 102 0 0 0 0 6 0 0 0 0 0 +2811 1783782708666865200 REFRESH 23 0 0.61696104011952957 1 3 13 3 13 0 0 130 6 409 3943916 55200 157.56492614746094 0.98329999999999995 188.5017 20160 11915 0 0 983040 737280 737280 737516 748800 128 26 34 28 193 0 0 0 0 6 0 0 0 0 0 +2812 1783782708870941500 REFRESH 22 0 0.62463826858559601 0.77573904179408748 3 11 3 11 0 0 159 5 417 3943894 55200 157.06008911132812 0.99690000000000001 188.05889999999999 20160 11958 0 0 983040 737280 737280 737494 748800 140 26 52 33 166 0 0 0 0 5 0 0 0 0 0 +2813 1783782709076540100 REFRESH 24 0 0.618739029612978 0.87869520897043818 4 11 4 11 0 0 161 8 415 3943921 55200 157.75129699707031 0.98640000000000005 189.15180000000001 20160 12050 0 0 983040 737280 737280 737520 748800 61 26 28 28 272 0 0 0 0 8 0 0 0 0 0 +2814 1783782709308357500 REFRESH 54 0 0.63275999843446851 0.23343527013251789 1 8 1 8 0 0 138 5 426 3943923 55200 155.40019226074219 0.97019999999999995 230.3877 20160 13100 0 0 983040 737280 737280 737523 748800 171 25 61 96 73 0 0 0 0 5 0 0 0 0 0 +2815 1783782709516587700 REFRESH 43 0 0.61710914428021035 0.77573904179408748 3 11 3 11 0 0 151 14 427 3943897 55200 153.2620849609375 0.97219999999999995 184.1601 20160 13237 0 0 983040 737280 737280 737496 748800 147 25 107 49 99 1 0 0 0 13 0 0 0 0 0 +2816 1783782709720284100 REFRESH 5 0 0.62235191307364124 0.67278287461773678 2 11 2 11 0 0 102 4 420 3943902 55200 156.03506469726562 0.98809999999999998 185.81049999999999 20160 13274 0 0 983040 737280 737280 737502 748800 121 25 39 148 87 0 0 0 0 4 0 0 0 0 0 +2817 1783782709919389700 REFRESH 45 0 0.63480559514722368 0.22426095820591221 2 7 2 7 0 0 175 8 421 3943916 55200 157.20448303222656 0.97609999999999997 197.79040000000001 20160 13423 0 0 983040 737280 737280 737516 748800 84 25 36 53 223 0 0 0 0 8 0 0 0 0 0 +2818 1783782710129393900 REFRESH 13 0 0.79527187726113802 0.0091743119266054877 1 6 1 6 0 0 195 1 417 3943899 55200 155.59373474121094 0.97299999999999998 208.78989999999999 20160 13548 0 0 983040 737280 737280 737499 748800 165 26 66 63 97 0 0 0 0 1 0 0 0 0 0 +2819 1783782710333552700 REFRESH 33 0 0.66469520664694026 0.1213047910295616 1 7 1 7 0 0 201 6 419 3943899 55200 156.53887939453125 0.98040000000000005 202.43190000000001 20160 13447 0 0 983040 737280 737280 737499 748800 122 26 61 57 153 0 0 0 0 6 0 0 0 0 0 +2820 1783782710530138600 REFRESH 40 0 0.62733912971496353 0.68195718654434234 1 12 1 12 0 0 146 9 420 3943945 55200 164.38169860839844 0.99780000000000002 195.24080000000001 20160 11986 0 0 983040 737280 737280 737545 748800 145 25 31 63 156 0 0 0 0 9 0 0 0 0 0 +2821 1783782710737795800 REFRESH 10 0 0.61520261052727876 0.4576962283384301 1 10 1 10 0 0 135 3 418 3943904 55200 159.3702392578125 0.98409999999999997 191.9186 20160 12871 0 0 983040 737280 737280 737504 748800 145 25 36 38 174 0 0 0 0 3 0 0 0 0 0 +2822 1783782710934667600 REFRESH 8 0 0.8005943531230052 0 2 5 2 5 0 0 248 8 413 3943920 55200 157.56288146972656 0.98050000000000004 195.14689999999999 20160 13535 0 0 983040 737280 737280 737519 748800 63 27 71 135 117 0 0 0 0 8 0 0 0 0 0 +2823 1783782711143860800 REFRESH 3 0 0.62538118794045716 0.44852191641182459 2 9 2 9 0 0 167 9 421 3943884 55200 155.4862060546875 0.98309999999999997 194.23150000000001 20160 12685 0 0 983040 737280 737280 737484 748800 211 26 38 30 116 0 0 0 0 9 0 0 0 0 0 +2824 1783782711353083300 REFRESH 20 0 0.62012019299078824 0.67278287461773678 2 11 2 11 0 0 140 11 425 3943919 55200 157.90386962890625 1.0118 192.76390000000001 20160 12313 0 0 983040 737280 737280 737519 748800 84 25 61 108 147 0 0 0 1 10 0 0 0 0 0 +2825 1783782711556061500 REFRESH 53 0 0.67352770094140701 0.13047910295616727 0 8 0 8 0 0 173 3 417 3943919 55200 157.76358032226562 0.97840000000000005 201.29259999999999 20160 13443 0 0 983040 737280 737280 737519 748800 151 26 43 34 163 0 0 0 0 3 0 0 0 0 0 +2826 1783782711775485600 REFRESH 2 0 0.63415832954321028 0.3363914373088685 2 8 2 8 0 0 162 8 431 3943929 55200 160.51814270019531 0.9839 217.7664 20160 12946 0 0 983040 737280 737280 737529 748800 140 25 50 65 151 0 0 1 0 7 0 0 0 0 0 +2827 1783782711978707000 REFRESH 29 0 0.62356466825731016 0.68195718654434234 1 12 1 12 0 0 146 8 417 3943898 55200 155.8814697265625 0.97889999999999999 187.33430000000001 20160 11918 0 0 983040 737280 737280 737498 748800 108 25 26 88 170 0 0 0 0 8 0 0 0 0 0 +2828 1783782712231026300 REFRESH 55 0 0.62712322913200447 0.68195718654434234 1 12 1 12 0 0 173 10 423 3943911 55200 154.25228881835938 0.97419999999999995 186.0539 20160 11934 0 0 983040 737280 737280 737511 748800 201 26 25 26 145 0 0 0 0 10 0 0 0 0 0 +2829 1783782712494159500 REFRESH 1 0 0.66726280983021224 0.1213047910295616 1 7 1 7 0 0 148 6 431 3943894 55200 156.19891357421875 1.1184000000000001 244.94200000000001 20160 13493 0 0 983040 737280 737280 737494 748800 126 25 76 97 107 0 0 0 0 6 0 0 0 0 0 +2830 1783782712744755700 REFRESH 41 0 0.61835293497900001 0.34556574923547401 1 9 1 9 0 0 118 1 416 3943902 55200 160.7906494140625 0.99739999999999995 222.03749999999999 20160 13122 0 0 983040 737280 737280 737502 748800 215 26 28 37 110 0 0 0 0 1 0 0 0 0 0 +2831 1783782712954472200 REFRESH 12 0 0.62559797210449608 0.43934760448521909 3 8 3 8 0 0 214 9 413 3943936 55200 160.96563720703125 1.0294000000000001 193.69749999999999 20160 12221 0 0 983040 737280 737280 737534 748800 178 26 32 62 115 0 0 0 0 9 0 0 0 0 0 +2832 1783782713144697200 REFRESH 58 0 0.6265558543734806 0.78491335372069293 2 12 2 12 0 0 146 9 420 3943933 55200 155.97567749023438 1.0824 188.8141 20160 12249 0 0 983040 737280 737280 737533 748800 123 25 25 35 212 0 0 0 0 9 0 0 0 0 0 +2833 1783782713367807900 REFRESH 14 0 0.6260470155198895 0.57900101936799164 0 12 0 12 0 0 137 7 420 3943932 55200 159.26170349121094 0.9748 198.2807 20160 12073 0 0 983040 737280 737280 737532 748800 175 25 31 29 160 0 0 0 0 7 0 0 0 0 0 +2834 1783782713581172400 REFRESH 37 0 0.62038930983446539 0.68195718654434234 1 12 1 12 0 0 151 8 424 3943893 55200 150.79750061035156 0.97370000000000001 181.41489999999999 20160 11845 0 0 983040 737280 737280 737493 748800 118 25 43 90 148 0 0 0 0 8 0 0 0 0 0 +2835 1783782713774336100 REFRESH 0 0 0.61341957728458474 0.68195718654434234 1 12 1 12 0 0 108 4 425 3943930 55200 148.29158020019531 0.9788 177.85059999999999 20160 13360 0 0 983040 737280 737280 737530 748800 89 25 26 25 260 0 0 0 0 4 0 0 0 0 0 +2836 1783782714001882000 REFRESH 9 0 0.63794266189577553 0.11213047910295611 2 6 2 6 0 0 155 0 434 3943940 55200 150.94682312011719 0.96560000000000001 226.1962 20160 13544 0 0 983040 737280 737280 737540 748800 157 25 39 105 108 0 0 0 0 0 0 0 0 0 0 +2837 1783782714201290600 REFRESH 7 0 0.62517967867929791 0.68195718654434234 1 12 1 12 0 0 153 7 418 3943890 55200 149.90547180175781 0.97309999999999997 183.64169999999999 20160 11854 0 0 983040 737280 737280 737489 748800 72 26 40 42 238 0 0 0 0 7 0 0 0 0 0 +2838 1783782714423056000 REFRESH 48 0 0.68040919632928609 0.11213047910295611 2 6 2 6 0 0 218 10 417 3943890 55200 149.79788208007812 0.96950000000000003 220.07759999999999 20160 13765 0 0 983040 737280 737280 737490 748800 98 26 57 50 186 0 0 0 0 10 0 0 0 0 0 +2839 1783782714610078200 REFRESH 28 0 0.62989383646145425 0.68195718654434234 1 12 1 12 0 0 166 6 405 3943934 55200 151.67706298828125 0.97419999999999995 185.50040000000001 20160 11983 0 0 983040 737280 737280 737534 748800 40 27 35 35 268 0 0 0 0 6 0 0 0 0 0 +2840 1783782714852658200 REFRESH 21 0 0.62463182138145257 0.35474006116207946 0 10 0 10 1 0 202 5 415 3943901 55200 150.02616882324219 0.97489999999999999 214.9983 20160 12692 0 0 983040 737280 737280 737501 748800 124 26 51 81 133 0 0 0 0 5 0 0 0 0 1 +2841 1783782715062326300 REFRESH 36 0 0.62524228820246885 0.66360856269113133 3 10 3 10 0 0 141 4 424 3943906 55200 151.21305847167969 0.98140000000000005 183.4357 20160 12182 0 0 983040 737280 737280 737506 748800 189 25 27 42 141 0 0 0 0 4 0 0 0 0 0 +2842 1783782715280248900 REFRESH 46 0 0.67315213391823259 0.13047910295616727 0 8 0 8 0 0 337 6 422 3943914 55200 153.84474182128906 0.97489999999999999 216.64359999999999 20160 13405 0 0 983040 737280 737280 737514 748800 108 25 64 68 157 0 0 0 0 6 0 0 0 0 0 +2843 1783782715486261600 REFRESH 27 0 0.62010547851211717 0.80326197757390405 0 14 0 14 0 0 171 6 414 3943909 55200 149.68832397460938 0.97099999999999997 180.4692 20160 12048 0 0 983040 737280 737280 737509 748800 136 26 56 28 168 0 0 0 0 6 0 0 0 0 0 +2844 1783782715681064400 REFRESH 50 0 0.62757011814530395 0.44852191641182459 2 9 2 9 0 0 150 10 420 3943895 55200 149.57484436035156 0.97060000000000002 193.54679999999999 20160 13021 0 0 983040 737280 737280 737494 748800 81 26 30 38 245 0 0 0 0 10 0 0 0 0 0 +2845 1783782715878241700 REFRESH 51 0 0.62281870579109511 0.77573904179408748 3 11 3 11 0 0 129 10 425 3943901 55200 149.43525695800781 0.96599999999999997 180.0463 20160 12254 0 0 983040 737280 737280 737501 748800 150 25 87 48 115 0 0 0 0 10 0 0 0 0 0 +2846 1783782716089674800 REFRESH 31 0 0.67644890804106561 0.11213047910295611 2 6 2 6 0 0 175 5 427 3943907 55200 150.50956726074219 0.97709999999999997 210.0027 20160 13295 0 0 983040 737280 737280 737507 748800 88 25 34 160 120 0 0 0 0 5 0 0 0 0 0 +2847 1783782716295292200 REFRESH 25 0 0.62140409534958008 0.77573904179408748 3 11 3 11 0 0 132 4 422 3943916 55200 149.26438903808594 0.97130000000000005 181.10599999999999 20160 11946 0 0 983040 737280 737280 737516 748800 86 25 51 26 234 0 0 0 0 4 0 0 0 0 0 +2848 1783782716502249800 REFRESH 26 0 0.61861882993150541 0.68195718654434234 1 12 1 12 0 0 116 4 424 3943934 55200 148.97970581054688 0.96760000000000002 180.10980000000001 20160 12312 0 0 983040 737280 737280 737533 748800 52 26 25 62 259 0 0 0 0 4 0 0 0 0 0 +2849 1783782716732088700 REFRESH 11 0 0.66928891133205659 0.13047910295616727 0 8 0 8 0 0 123 1 414 3943943 55200 149.4783935546875 0.96619999999999995 228.5215 20160 13564 0 0 983040 737280 737280 737543 748800 120 25 53 66 150 0 0 0 0 1 0 0 0 0 0 +2850 1783782716913321700 REFRESH 18 0 0.73132973000256207 0.7940876656472986 1 13 1 13 0 0 143 10 419 3943929 55200 149.538818359375 0.96750000000000003 180.0463 20160 12467 0 0 983040 737280 737280 737529 748800 133 25 100 51 110 0 0 0 0 10 0 0 0 0 0 +2851 1783782717166601300 REFRESH 42 0 0.67361671669826195 0.11213047910295611 2 6 2 6 0 0 161 9 425 3943894 55200 151.23762512207031 0.9718 227.99709999999999 20160 13909 0 0 983040 737280 737280 737494 748800 122 25 84 79 115 0 0 0 0 9 0 0 0 0 0 +2852 1783782718292442500 DEPTH 8 1 0.79936921131985839 0 2 5 2 5 0 0 248 25 2566 23664777 81600 879.46766662597656 5.7980999999999998 1124.6614999999999 120960 66286 1 0 5898240 4423680 4423680 4426376 4492800 166 157 150 526 1567 0 0 0 0 25 0 0 0 0 0 +2853 1783782719687265500 DEPTH 56 1 0.78950732670575774 0 2 5 2 5 0 0 234 16 2562 23664819 81600 892.24577331542969 5.9395000000000007 1363.9496999999999 120960 65756 1 0 5898240 4423680 4423680 4426418 4492800 529 150 216 494 1173 0 0 0 0 16 0 0 0 0 0 +2854 1783782721044194100 DEPTH 17 1 0.78939496068371595 0.018348623853211066 0 7 0 7 0 0 233 14 2520 23664726 81600 889.91131591796875 5.8564999999999996 1355.7789 120960 65582 1 0 5898240 4423680 4423680 4426325 4492800 248 156 194 306 1616 0 0 0 0 14 0 0 0 0 0 +2855 1783782722408053200 DEPTH 13 1 0.78780404402335402 0.0091743119266054877 1 6 1 6 0 0 195 10 2505 23664796 81600 895.00355529785156 5.8769 1334.7122999999999 120960 65905 1 0 5898240 4423680 4423680 4426396 4492800 379 150 186 217 1573 0 0 0 0 10 0 0 0 0 0 +2856 1783782723600651500 DEPTH 16 1 0.6709333090748415 0.11213047910295611 2 6 2 6 0 0 214 24 2541 23664830 81600 894.946533203125 5.8525999999999998 1177.2561000000001 120960 65829 1 0 5898240 4423680 4423680 4426429 4492800 376 155 155 260 1595 0 0 0 0 24 0 0 0 0 0 +2857 1783782724876905800 DEPTH 53 1 0.66781661077796928 0.13047910295616727 0 8 0 8 1 0 173 30 2523 23664817 81600 864.09078979492188 5.7911999999999999 1259.1262999999999 120960 65055 1 0 5898240 4423680 4423680 4426411 4492800 262 156 174 174 1757 0 0 0 0 30 0 0 0 0 1 +2858 1783782726114514800 DEPTH 33 1 0.66289109959235137 0.1213047910295616 1 7 1 7 0 0 202 21 2525 23664870 81600 869.41661071777344 5.8102 1236.3457000000001 120960 65605 1 0 5898240 4423680 4423680 4426468 4492800 368 151 168 220 1618 0 0 0 0 21 0 0 0 0 0 +2859 1783782727475155900 DEPTH 52 1 0.65606700194333289 0.1213047910295616 1 7 1 7 0 0 129 10 2582 23664830 81600 874.70440673828125 5.8364000000000003 1322.0163 120960 66452 1 0 5898240 4423680 4423680 4426429 4492800 849 156 359 502 716 0 0 0 0 10 0 0 0 0 0 +2860 1783782728886259200 DEPTH 1 1 0.66528488675437336 0.1213047910295616 1 7 1 7 0 0 148 12 2610 23664842 81600 894.73348999023438 5.8498000000000001 1380.8408999999999 120960 65402 1 0 5898240 4423680 4423680 4426441 4492800 403 150 287 365 1405 0 0 0 0 12 0 0 0 0 0 +2861 1783782730212721400 DEPTH 48 1 0.6601719778889138 0.11213047910295611 2 6 2 6 0 0 218 43 2582 23664904 81600 862.07546997070312 5.8102 1325.2067 120960 66549 1 0 5898240 4423680 4423680 4426503 4492800 150 150 150 150 1982 0 0 0 0 43 0 0 0 0 0 +2862 1783782731505681800 DEPTH 45 1 0.63357831322592673 0.22426095820591221 2 7 2 7 0 0 175 21 2614 23664856 81600 865.36572265625 5.7988 1262.9072000000001 120960 65187 1 0 5898240 4423680 4423680 4426454 4492800 194 150 163 176 1931 0 0 0 0 21 0 0 0 0 0 +2863 1783782732759463200 DEPTH 32 1 0.63214136989918923 0.23343527013251789 1 8 1 8 0 0 162 28 2561 23664834 81600 860.14460754394531 5.7932999999999995 1252.5785000000001 120960 63445 1 0 5898240 4423680 4423680 4426434 4492800 285 150 252 292 1582 0 0 0 0 28 0 0 0 0 0 +2864 1783782734115302100 DEPTH 2 1 0.63177105307341219 0.3363914373088685 2 8 2 8 0 0 162 31 2614 23664851 81600 860.825439453125 5.7923 1296.0962999999999 120960 62524 1 0 5898240 4423680 4423680 4426446 4492800 554 150 235 329 1346 0 0 2 0 29 0 0 0 0 0 +2865 1783782735291288600 DEPTH 8 1 0.68015677808938568 0 2 5 2 5 1 0 248 20 2559 23664816 81600 859.15342712402344 5.8414999999999999 1123.6901 120960 55036 1 0 5898240 4423680 4423680 4426415 4492800 171 156 153 600 1479 0 0 0 0 20 0 0 0 0 1 +2866 1783782736631520500 DEPTH 54 1 0.62925467458191342 0.23343527013251789 1 8 1 8 0 0 138 12 2617 23664858 81600 856.81141662597656 5.8101000000000003 1313.3915999999999 120960 64110 1 0 5898240 4423680 4423680 4426457 4492800 498 150 288 361 1320 0 0 0 0 12 0 0 0 0 0 +2867 1783782737982340500 DEPTH 30 1 0.62776011565157774 0.23343527013251789 1 8 1 8 0 0 161 18 2589 23664820 81600 860.2978515625 5.7972000000000001 1322.1815999999999 120960 64639 1 0 5898240 4423680 4423680 4426419 4492800 460 150 247 542 1190 0 0 0 0 18 0 0 0 0 0 +2868 1783782739306929500 DEPTH 56 1 0.69142081149233225 0 2 5 2 5 0 0 234 13 2573 23664807 81600 848.76246643066406 5.8118999999999996 1323.2922000000001 120960 54339 1 0 5898240 4423680 4423680 4426406 4492800 444 150 216 554 1209 0 0 0 0 13 0 0 0 0 0 +2869 1783782740627231000 DEPTH 17 1 0.6913879391299621 0.018348623853211066 0 7 0 7 0 0 234 16 2530 23664818 81600 851.3009033203125 5.8175999999999997 1319.0924 120960 54386 1 0 5898240 4423680 4423680 4426415 4492800 245 156 186 326 1617 0 0 0 0 16 0 0 0 0 0 +2870 1783782741955028300 DEPTH 46 1 0.67036209516611855 0.13047910295616727 0 8 0 8 1 0 337 24 2593 23664836 81600 863.43746948242188 5.8091999999999997 1326.5146999999999 120960 65725 1 0 5898240 4423680 4423680 4426435 4492800 321 150 187 282 1653 0 0 0 0 24 0 0 0 0 1 +2871 1783782743321448000 DEPTH 13 1 0.69995945318465247 0.0091743119266054877 1 6 1 6 0 0 195 11 2505 23664848 81600 851.46315002441406 5.827399999999999 1290.598 120960 54318 1 0 5898240 4423680 4423680 4426448 4492800 396 150 190 258 1511 0 0 0 0 11 0 0 0 0 0 +2872 1783782744389910200 DEPTH 18 1 0.68935901379130915 0.7940876656472986 1 13 1 13 0 0 143 39 2581 23664820 81600 861.33332824707031 5.8281000000000001 1043.2982999999999 120960 60077 1 0 5898240 4423680 4423680 4426418 4492800 291 150 314 225 1601 0 0 0 0 39 0 0 0 0 0 +2873 1783782745677982100 DEPTH 31 1 0.6723268230929268 0.11213047910295611 2 6 2 6 0 0 175 13 2610 23664862 81600 858.8798828125 5.8277000000000001 1286.8228999999999 120960 65194 1 0 5898240 4423680 4423680 4426461 4492800 467 150 177 596 1220 0 0 0 0 13 0 0 0 0 0 +2874 1783782747059787800 DEPTH 9 1 0.63303573078139719 0.11213047910295611 2 6 2 6 0 0 155 3 2627 23664829 81600 899.35566711425781 5.8446999999999996 1357.3207 120960 66155 1 0 5898240 4423680 4423680 4426429 4492800 869 150 216 603 789 0 0 0 0 3 0 0 0 0 0 +2875 1783782748146698700 DEPTH 55 1 0.62659269564188103 0.68195718654434234 1 12 1 12 1 0 174 46 2570 23664895 81600 867.46022033691406 5.8502000000000001 1060.7389000000001 120960 57528 1 0 5898240 4423680 4423680 4426495 4492800 712 156 150 156 1396 1 0 0 0 45 0 0 0 0 1 +2876 1783782749541946700 DEPTH 42 1 0.67366683123340765 0.11213047910295611 2 6 2 6 0 0 161 20 2628 23664886 81600 902.83088684082031 5.8531999999999993 1376.2520999999999 120960 66154 1 0 5898240 4423680 4423680 4426484 4492800 226 150 276 253 1723 0 0 0 0 20 0 0 0 0 0 +2877 1783782750974425500 DEPTH 11 1 0.66221457668876482 0.13047910295616727 0 8 0 8 0 0 123 7 2525 23664888 81600 905.56222534179688 6.0483999999999991 1395.0272 120960 65063 1 0 5898240 4423680 4423680 4426488 4492800 297 150 182 225 1671 0 0 0 0 7 0 0 0 0 0 +2878 1783782752133206300 DEPTH 8 1 0.6808116538003427 0 2 5 2 5 1 0 248 19 2572 23664851 81600 891.931640625 5.8429000000000002 1157.5732 120960 44409 1 0 5898240 4423680 4423680 4426447 4492800 161 155 150 729 1377 0 0 0 0 19 0 0 0 0 1 +2879 1783782753453581500 DEPTH 50 1 0.62774729031683818 0.44852191641182459 2 9 2 9 0 0 150 29 2630 23664792 81600 911.04255676269531 5.960799999999999 1319.0965000000001 120960 61025 1 0 5898240 4423680 4423680 4426391 4492800 171 150 153 150 2006 0 0 0 0 29 0 0 0 0 0 +2880 1783782754731226600 DEPTH 39 1 0.62641794339642942 0.43934760448521909 3 8 3 8 0 0 192 14 2608 23664915 81600 872.05262756347656 5.8448000000000002 1261.2268999999999 120960 62865 1 0 5898240 4423680 4423680 4426515 4492800 150 150 153 150 2005 0 0 0 0 14 0 0 0 0 0 +2881 1783782755805989300 DEPTH 40 1 0.6262467016063189 0.68195718654434234 1 12 1 12 0 0 146 27 2599 23664803 81600 875.78317260742188 5.8807999999999998 1050.5995 120960 57874 1 0 5898240 4423680 4423680 4426401 4492800 201 150 163 181 1904 0 0 0 0 27 0 0 0 0 0 +2882 1783782756902712700 DEPTH 12 1 0.62539213163175478 0.43934760448521909 3 8 3 8 0 0 214 43 2523 23664842 81600 890.9217529296875 5.8936000000000002 1071.2717 120960 57970 1 0 5898240 4423680 4423680 4426442 4492800 384 156 177 213 1593 1 0 0 0 42 0 0 0 0 0 +2883 1783782757980296300 DEPTH 28 1 0.62507625790977062 0.68195718654434234 1 12 1 12 0 0 167 32 2511 23664783 81600 863.25308227539062 5.8826999999999998 1039.4628 120960 57086 1 0 5898240 4423680 4423680 4426380 4492800 164 150 150 171 1876 0 0 0 0 32 0 0 0 0 0 +2884 1783782758174078100 REFRESH 32 0 0.59398477088464841 0.23343527013251789 1 8 1 8 0 0 162 1 419 3943903 55200 150.466552734375 0.98460000000000003 192.5607 20160 13207 0 0 983040 737280 737280 737503 748800 99 26 89 85 120 0 0 0 0 1 0 0 0 0 0 +2885 1783782758379392100 REFRESH 38 0 0.62148705813604099 0.56065239551478074 2 10 2 10 0 0 147 5 422 3943922 55200 151.57350158691406 0.98699999999999999 180.80269999999999 20160 12452 0 0 983040 737280 737280 737521 748800 181 26 47 52 116 0 0 0 0 5 0 0 0 0 0 +2886 1783782758601434000 REFRESH 52 0 0.65920340308348857 0.1213047910295616 1 7 1 7 0 0 129 1 428 3943930 55200 150.01805114746094 0.98240000000000005 220.7868 20160 13410 0 0 983040 737280 737280 737528 748800 175 26 70 77 80 0 0 0 0 1 0 0 0 0 0 +2887 1783782758807598400 REFRESH 57 0 0.62179275050724758 0.78491335372069293 2 12 2 12 0 0 157 5 410 3943939 55200 149.21408081054688 0.97640000000000005 179.20660000000001 20160 12127 0 0 983040 737280 737280 737539 748800 151 26 35 33 165 0 0 0 0 5 0 0 0 0 0 +2888 1783782759033039300 REFRESH 5 0 0.61701535825622922 0.67278287461773678 2 11 2 11 0 0 102 4 428 3943909 55200 149.16505432128906 0.9819 177.85890000000001 20160 13015 0 0 983040 737280 737280 737508 748800 115 25 38 142 108 0 0 0 0 4 0 0 0 0 0 +2889 1783782759231080900 REFRESH 10 0 0.61048088909202936 0.4576962283384301 1 10 1 10 0 0 135 7 422 3943924 55200 150.26611328125 0.98180000000000001 182.72030000000001 20160 12871 0 0 983040 737280 737280 737524 748800 152 25 37 38 170 0 0 0 0 7 0 0 0 0 0 +2890 1783782759457295800 REFRESH 42 0 0.56457709755015972 0.11213047910295611 2 6 2 6 0 0 161 4 423 3943923 55200 151.16082763671875 0.98670000000000002 225.08449999999999 20160 13659 0 0 983040 737280 737280 737523 748800 124 25 87 81 106 0 0 0 0 4 0 0 0 0 0 +2891 1783782759659698400 REFRESH 6 0 0.60481840109726603 0.77573904179408748 3 11 3 11 0 0 127 4 412 3943909 55200 149.08927917480469 0.98340000000000005 177.4967 20160 12570 0 0 983040 737280 737280 737509 748800 58 25 44 50 235 0 0 0 0 4 0 0 0 0 0 +2892 1783782759856541100 REFRESH 15 0 0.61215733423194174 0.77573904179408748 3 11 3 11 0 0 112 5 417 3943903 55200 150.1634521484375 0.98109999999999997 179.40450000000001 20160 12068 0 0 983040 737280 737280 737503 748800 74 26 70 67 180 0 0 0 1 4 0 0 0 0 0 +2893 1783782760068204600 REFRESH 46 0 0.65178919048066786 0.13047910295616727 0 8 0 8 1 0 337 5 417 3943881 55200 150.95603942871094 0.98529999999999995 210.53110000000001 20160 13557 0 0 983040 737280 737280 737481 748800 109 25 64 70 149 0 0 0 0 5 0 0 0 0 1 +2894 1783782760262845800 REFRESH 51 0 0.62219813414488756 0.77573904179408748 3 11 3 11 0 0 130 9 423 3943912 55200 150.26995849609375 0.98340000000000005 179.6327 20160 12329 0 0 983040 737280 737280 737512 748800 152 25 88 48 110 0 0 0 0 9 0 0 0 0 0 +2895 1783782760457919600 REFRESH 29 0 0.62148673206563143 0.68195718654434234 1 12 1 12 0 0 146 7 416 3943938 55200 150.36927795410156 0.97770000000000001 179.7482 20160 12057 0 0 983040 737280 737280 737538 748800 116 25 26 90 159 0 0 0 0 7 0 0 0 0 0 +2896 1783782760652759300 REFRESH 19 0 0.62237162494989151 0.67278287461773678 2 11 2 11 0 0 143 10 420 3943896 55200 149.98860168457031 0.98299999999999998 179.172 20160 11863 0 0 983040 737280 737280 737496 748800 128 26 43 47 176 0 0 0 0 10 0 0 0 0 0 +2897 1783782760878377800 REFRESH 11 0 0.61171646096327348 0.13047910295616727 0 8 0 8 0 0 123 5 414 3943904 55200 150.13273620605469 0.98170000000000002 224.53120000000001 20160 13420 0 0 983040 737280 737280 737504 748800 110 25 52 61 166 0 0 0 0 5 0 0 0 0 0 +2898 1783782761094988100 REFRESH 48 0 0.67991918777425142 0.11213047910295611 2 6 2 6 0 0 218 7 418 3943913 55200 151.68205261230469 0.98099999999999998 215.4075 20160 13639 0 0 983040 737280 737280 737512 748800 111 26 65 56 160 0 0 0 0 7 0 0 0 0 0 +2899 1783782761300644100 REFRESH 22 0 0.61919789371557554 0.77573904179408748 3 11 3 11 0 0 159 10 423 3943893 55200 150.35186767578125 0.98199999999999998 181.43719999999999 20160 11946 0 0 983040 737280 737280 737492 748800 147 26 56 32 162 0 0 0 0 10 0 0 0 0 0 +2900 1783782761511726900 REFRESH 53 0 0.6696193624450465 0.13047910295616727 0 8 0 8 0 0 173 1 419 3943914 55200 150.39283752441406 0.97999999999999998 192.60239999999999 20160 13408 0 0 983040 737280 737280 737514 748800 141 26 41 33 178 0 0 0 0 1 0 0 0 0 0 +2901 1783782761733024600 REFRESH 54 0 0.63092440410502859 0.23343527013251789 1 8 1 8 0 0 138 3 422 3943922 55200 150.36312866210938 0.98340000000000005 220.07329999999999 20160 13314 0 0 983040 737280 737280 737521 748800 170 25 60 95 72 0 0 0 0 3 0 0 0 0 0 +2902 1783782761935742100 REFRESH 4 0 0.5938321564594643 0.7940876656472986 1 13 1 13 0 0 71 4 418 3943922 55200 150.32316589355469 0.9728 178.3956 20160 12924 0 0 983040 737280 737280 737522 748800 33 26 40 43 276 0 0 0 0 4 0 0 0 0 0 +2903 1783782762117325500 REFRESH 12 0 0.58591338258983272 0.43934760448521909 3 8 3 8 0 0 214 6 413 3943870 55200 150.39077758789062 0.99770000000000003 180.44550000000001 20160 12078 0 0 983040 737280 737280 737470 748800 190 27 33 67 96 1 0 0 0 5 0 0 0 0 0 +2904 1783782762359496000 REFRESH 44 0 0.62469841321388719 0.22426095820591221 2 7 2 7 0 0 182 6 423 3943897 55200 151.28985595703125 0.98270000000000002 217.4949 20160 13142 0 0 983040 737280 737280 737497 748800 83 26 34 56 224 0 0 0 0 6 0 0 0 0 0 +2905 1783782762545770400 REFRESH 50 0 0.62770967939308409 0.44852191641182459 2 9 2 9 0 0 150 7 420 3943904 55200 149.55314636230469 0.9798 185.05690000000001 20160 12911 0 0 983040 737280 737280 737504 748800 144 26 36 49 165 0 0 0 0 7 0 0 0 0 0 +2906 1783782762766355400 REFRESH 33 0 0.66520379993832313 0.1213047910295616 1 7 1 7 0 0 202 1 419 3943903 55200 151.23727416992188 0.98150000000000004 192.2852 20160 13505 0 0 983040 737280 737280 737502 748800 130 26 69 59 135 0 0 0 0 1 0 0 0 0 0 +2907 1783782762957831700 REFRESH 49 0 0.61686466022968767 0.66360856269113133 3 10 3 10 0 0 143 6 412 3943903 55200 149.4599609375 0.98399999999999999 178.5247 20160 12455 0 0 983040 737280 737280 737503 748800 127 26 32 43 184 1 0 0 0 5 0 0 0 0 0 +2908 1783782763152223600 REFRESH 58 0 0.62468146218389164 0.78491335372069293 2 12 2 12 0 0 147 11 417 3943929 55200 150.18086242675781 0.97960000000000003 179.0222 20160 12309 0 0 983040 737280 737280 737529 748800 127 25 25 35 205 0 0 0 0 11 0 0 0 0 0 +2909 1783782763354554800 REFRESH 39 0 0.62514513986051246 0.43934760448521909 3 8 3 8 0 0 192 6 417 3943918 55200 149.48966979980469 0.99950000000000006 201.18109999999999 20160 13073 0 0 983040 737280 737280 737517 748800 25 25 26 25 316 0 0 0 0 6 0 0 0 0 0 +2910 1783782763578672100 REFRESH 9 0 0.63151254415439817 0.11213047910295611 2 6 2 6 0 0 155 7 430 3943915 55200 152.41311645507812 0.98070000000000002 223.0351 20160 13412 0 0 983040 737280 737280 737514 748800 164 25 39 106 96 0 0 0 0 7 0 0 0 0 0 +2911 1783782763780815000 REFRESH 20 0 0.62129299857741249 0.67278287461773678 2 11 2 11 0 0 140 7 421 3943908 55200 149.7733154296875 0.98499999999999999 178.72300000000001 20160 12275 0 0 983040 737280 737280 737508 748800 96 25 65 108 127 1 0 0 0 6 0 0 0 0 0 +2912 1783782763986414100 REFRESH 2 0 0.63153341333843438 0.3363914373088685 2 8 2 8 0 0 162 8 424 3943895 55200 149.92997741699219 0.99639999999999995 204.5223 20160 13258 0 0 983040 737280 737280 737495 748800 142 25 52 71 134 0 0 0 0 8 0 0 0 0 0 +2913 1783782764236465500 REFRESH 26 0 0.6140601211277732 0.68195718654434234 1 12 1 12 0 0 116 7 430 3943917 55200 150.58432006835938 0.98340000000000005 179.78809999999999 20160 12224 0 0 983040 737280 737280 737517 748800 51 26 25 64 264 0 0 0 0 7 0 0 0 0 0 +2914 1783782764445904800 REFRESH 30 0 0.62962525130417879 0.23343527013251789 1 8 1 8 0 0 161 7 419 3943936 55200 150.23001098632812 0.98160000000000003 208.25360000000001 20160 13439 0 0 983040 737280 737280 737536 748800 121 25 52 137 84 0 0 0 0 7 0 0 0 0 0 +2915 1783782764657550400 REFRESH 14 0 0.62390114113417083 0.57900101936799164 0 12 0 12 0 0 137 9 422 3943911 55200 150.51980590820312 0.99860000000000004 186.7457 20160 11995 0 0 983040 737280 737280 737511 748800 201 25 34 29 133 0 0 0 0 9 0 0 0 0 0 +2916 1783782764848889500 REFRESH 34 0 0.60585697718049714 0.68195718654434234 1 12 1 12 0 0 125 4 426 3943899 55200 148.34072875976562 0.99970000000000003 176.96789999999999 20160 12264 0 0 983040 737280 737280 737499 748800 182 25 54 82 83 0 0 0 0 4 0 0 0 0 0 +2917 1783782765044766500 REFRESH 25 0 0.61627677180490381 0.77573904179408748 3 11 3 11 0 0 132 3 417 3943895 55200 150.25357055664062 0.97570000000000001 180.9263 20160 11926 0 0 983040 737280 737280 737495 748800 55 25 42 26 269 0 0 0 0 3 0 0 0 0 0 +2918 1783782765225170600 REFRESH 40 0 0.62597219045741226 0.68195718654434234 1 12 1 12 0 0 146 8 417 3943909 55200 148.98687744140625 0.97560000000000002 179.21039999999999 20160 11975 0 0 983040 737280 737280 737508 748800 149 25 31 62 150 0 0 0 0 8 0 0 0 0 0 +2919 1783782765484111100 REFRESH 3 0 0.6248642276323495 0.44852191641182459 2 9 2 9 0 0 167 5 419 3943897 55200 150.54541015625 0.98180000000000001 186.67320000000001 20160 12704 0 0 983040 737280 737280 737496 748800 219 26 39 32 103 0 0 0 0 5 0 0 0 0 0 +2920 1783782765664852900 REFRESH 28 0 0.62453311244531862 0.68195718654434234 1 12 1 12 0 0 167 4 412 3943910 55200 149.57568359375 0.97960000000000003 179.6182 20160 12114 0 0 983040 737280 737280 737510 748800 52 27 38 39 256 0 0 0 0 4 0 0 0 0 0 +2921 1783782765868409500 REFRESH 37 0 0.61911861334168727 0.68195718654434234 1 12 1 12 0 0 151 4 427 3943874 55200 149.82476806640625 0.97689999999999999 178.88640000000001 20160 12031 0 0 983040 737280 737280 737474 748800 107 25 38 87 170 0 0 0 0 4 0 0 0 0 0 +2922 1783782766094834400 REFRESH 41 0 0.61136812760565939 0.34556574923547401 1 9 1 9 0 0 118 6 416 3943945 55200 149.52447509765625 0.98240000000000005 209.21809999999999 20160 13085 0 0 983040 737280 737280 737545 748800 209 26 28 35 118 0 0 0 0 6 0 0 0 0 0 +2923 1783782766290019600 REFRESH 47 0 0.62192470984920178 0.67278287461773678 2 11 2 11 0 0 123 8 417 3943914 55200 149.80403137207031 0.99919999999999998 179.13290000000001 20160 12020 0 0 983040 737280 737280 737514 748800 74 26 46 33 238 0 0 0 0 8 0 0 0 0 0 +2924 1783782766487025700 REFRESH 35 0 0.6233036951543881 0.67278287461773678 2 11 2 11 0 0 183 8 416 3943904 55200 150.93247985839844 0.97899999999999998 181.89779999999999 20160 12221 0 0 983040 737280 737280 737502 748800 141 26 35 89 125 1 0 0 0 7 0 0 0 0 0 +2925 1783782766690979100 REFRESH 8 0 0.80143250773749952 0 2 5 2 5 0 0 248 5 414 3943900 55200 151.78956604003906 1.0006999999999999 187.8295 20160 13561 0 0 983040 737280 737280 737500 748800 66 27 72 131 118 0 0 0 0 5 0 0 0 0 0 +2926 1783782766896987100 REFRESH 31 0 0.67361195229616255 0.11213047910295611 2 6 2 6 0 0 175 2 425 3943895 55200 150.50445556640625 1.0013000000000001 204.648 20160 13550 0 0 983040 737280 737280 737494 748800 89 25 33 153 125 0 0 0 0 2 0 0 0 0 0 +2927 1783782767103437600 REFRESH 16 0 0.67263139565207741 0.11213047910295611 2 6 2 6 0 0 214 3 416 3943914 55200 151.25811767578125 0.98419999999999996 188.8373 20160 13547 0 0 983040 737280 737280 737514 748800 159 26 27 92 112 0 0 0 0 3 0 0 0 0 0 +2928 1783782767296418000 REFRESH 0 0 0.60951223797783616 0.68195718654434234 1 12 1 12 0 0 108 4 424 3943910 55200 148.44621276855469 0.97709999999999997 178.0204 20160 13460 0 0 983040 737280 737280 737510 748800 73 25 26 25 275 0 0 0 0 4 0 0 0 0 0 +2929 1783782767479423500 REFRESH 55 0 0.62599687085517508 0.68195718654434234 1 12 1 12 0 0 174 7 424 3943928 55200 150.62237548828125 0.98009999999999997 181.68520000000001 20160 12086 0 0 983040 737280 737280 737528 748800 198 26 25 26 149 0 0 0 0 7 0 0 0 0 0 +2930 1783782767675000000 REFRESH 24 0 0.61768156611851432 0.87869520897043818 4 11 4 11 0 0 161 11 415 3943932 55200 150.15731811523438 0.98409999999999997 180.05449999999999 20160 11772 0 0 983040 737280 737280 737532 748800 56 29 27 28 275 0 0 0 0 11 0 0 0 0 0 +2931 1783782767870621900 REFRESH 7 0 0.62226061333671079 0.68195718654434234 1 12 1 12 0 0 153 7 419 3943896 55200 150.68057250976562 0.98450000000000004 180.88929999999999 20160 11937 0 0 983040 737280 737280 737496 748800 78 26 40 45 230 0 0 0 0 7 0 0 0 0 0 +2932 1783782768081445700 REFRESH 36 0 0.61872362893548472 0.66360856269113133 3 10 3 10 0 0 141 10 427 3943914 55200 151.330810546875 0.9798 181.10599999999999 20160 12170 0 0 983040 737280 737280 737514 748800 171 25 27 42 162 0 0 0 0 10 0 0 0 0 0 +2933 1783782768276491000 REFRESH 43 0 0.61736663953435866 0.77573904179408748 3 11 3 11 0 0 151 8 426 3943916 55200 149.58592224121094 1.0005999999999999 179.20079999999999 20160 13193 0 0 983040 737280 737280 737516 748800 148 25 108 48 97 1 0 0 0 7 0 0 0 0 0 +2934 1783782768496161400 REFRESH 21 0 0.6210315919743149 0.35474006116207946 0 10 0 10 0 0 202 7 417 3943902 55200 149.97811889648438 0.98170000000000002 202.6711 20160 12691 0 0 983040 737280 737280 737502 748800 121 26 50 83 137 0 0 0 0 7 0 0 0 0 0 +2935 1783782768692682300 REFRESH 23 0 0.61378171295513573 1 3 13 3 13 0 0 130 6 410 3943917 55200 150.4163818359375 0.98199999999999998 181.35570000000001 20160 11962 0 0 983040 737280 737280 737517 748800 127 26 34 28 195 0 0 0 0 6 0 0 0 0 0 +2936 1783782768882295700 REFRESH 45 0 0.63447659960695468 0.22426095820591221 2 7 2 7 0 0 175 6 425 3943925 55200 150.67852783203125 0.99739999999999995 188.47380000000001 20160 13384 0 0 983040 737280 737280 737525 748800 98 25 42 69 191 0 0 0 0 6 0 0 0 0 0 +2937 1783782769108886500 REFRESH 17 0 0.79327717502223294 0.018348623853211066 0 7 0 7 0 0 234 11 416 3943910 55200 150.92413330078125 0.98470000000000002 225.46680000000001 20160 13554 0 0 983040 737280 737280 737510 748800 101 26 66 108 115 0 0 0 0 11 0 0 0 0 0 +2938 1783782769330088700 REFRESH 1 0 0.66757381642248603 0.1213047910295616 1 7 1 7 0 0 148 4 430 3943909 55200 150.866943359375 0.98340000000000005 220.11330000000001 20160 13481 0 0 983040 737280 737280 737509 748800 126 25 77 97 105 0 0 0 0 4 0 0 0 0 0 +2939 1783782769525017200 REFRESH 27 0 0.6167926954061359 0.80326197757390405 0 14 0 14 0 0 171 8 413 3943892 55200 150.1265869140625 0.98150000000000004 180.8434 20160 12242 0 0 983040 737280 737280 737492 748800 108 26 35 28 216 0 0 0 0 8 0 0 0 0 0 +2940 1783782769706908700 REFRESH 18 0 0.70861596417206396 0.7940876656472986 1 13 1 13 0 0 143 4 423 3943930 55200 150.45939636230469 0.98399999999999999 180.833 20160 12285 0 0 983040 737280 737280 737530 748800 147 25 97 53 101 0 0 0 0 4 0 0 0 0 0 +2941 1783782769930109900 REFRESH 56 0 0.79325348603401125 0 2 5 2 5 0 0 234 2 414 3943935 55200 150.69696044921875 0.98480000000000001 221.9727 20160 13521 0 0 983040 737280 737280 737535 748800 131 26 43 120 94 0 0 0 0 2 0 0 0 0 0 +2942 1783782770137712100 REFRESH 13 0 0.79200092847573211 0.0091743119266054877 1 6 1 6 0 0 195 4 415 3943903 55200 151.04512023925781 0.98450000000000004 206.5016 20160 13513 0 0 983040 737280 737280 737503 748800 160 26 60 60 109 0 0 0 0 4 0 0 0 0 0 +2943 1783782771255440600 DEPTH 8 1 0.72685422266154265 0 2 5 2 5 0 0 248 24 2569 23664886 81600 870.48475646972656 5.8654999999999999 1116.5934999999999 120960 66646 1 0 5898240 4423680 4423680 4426485 4492800 161 156 150 468 1634 0 0 0 0 24 0 0 0 0 0 +2944 1783782772555007900 DEPTH 48 1 0.67663932326101128 0.11213047910295611 2 6 2 6 0 0 219 42 2596 23664816 81600 860.1341552734375 5.8821000000000003 1298.3516 120960 66865 1 0 5898240 4423680 4423680 4426413 4492800 150 150 150 150 1996 0 0 0 0 42 0 0 0 0 0 +2945 1783782773926144000 DEPTH 42 1 0.66944189598739012 0.11213047910295611 2 6 2 6 0 0 161 12 2628 23664863 81600 869.23277282714844 5.8689999999999998 1316.0145 120960 66446 1 0 5898240 4423680 4423680 4426460 4492800 230 150 276 257 1715 0 0 0 0 12 0 0 0 0 0 +2946 1783782775250006700 DEPTH 46 1 0.66803457328002447 0.13047910295616727 0 8 0 8 0 0 338 17 2612 23664872 81600 864.22528076171875 5.8946000000000005 1308.4611 120960 66421 1 0 5898240 4423680 4423680 4426470 4492800 323 150 175 274 1690 0 0 0 0 17 0 0 0 0 0 +2947 1783782776490656200 DEPTH 53 1 0.66216171584554229 0.13047910295616727 0 8 0 8 0 0 173 27 2529 23664839 81600 863.55763244628906 5.9218999999999999 1239.3797999999999 120960 65312 1 0 5898240 4423680 4423680 4426436 4492800 280 156 176 188 1729 0 0 0 0 27 0 0 0 0 0 +2948 1783782777807631400 DEPTH 11 1 0.65927616274134293 0.13047910295616727 0 8 0 8 0 0 124 11 2532 23664842 81600 855.13165283203125 5.8684000000000003 1301.1170999999999 120960 65131 1 0 5898240 4423680 4423680 4426440 4492800 291 150 179 216 1696 0 0 0 0 11 0 0 0 0 0 +2949 1783782779068678300 DEPTH 33 1 0.6581754049199241 0.1213047910295616 1 7 1 7 0 0 203 19 2531 23664879 81600 884.4400634765625 5.9145000000000003 1236.5752 120960 65918 1 0 5898240 4423680 4423680 4426478 4492800 379 153 169 234 1596 0 0 0 0 19 0 0 0 0 0 +2950 1783782780405850300 DEPTH 52 1 0.65305751708214277 0.1213047910295616 1 7 1 7 0 0 130 11 2586 23664872 81600 873.52047729492188 5.8501000000000003 1319.377 120960 65355 1 0 5898240 4423680 4423680 4426470 4492800 866 156 364 503 697 0 0 0 0 11 0 0 0 0 0 +2951 1783782781937055900 DEPTH 17 1 0.68476661182981269 0.018348623853211066 0 7 0 7 0 0 234 12 2527 23664779 81600 1009.6977996826172 6.0573999999999995 1488.9208000000001 120960 65865 1 0 5898240 4423680 4423680 4426377 4492800 247 156 187 292 1645 0 0 0 0 12 0 0 0 0 0 +2952 1783782783450209600 DEPTH 31 1 0.6665853592255242 0.11213047910295611 2 6 2 6 0 0 175 8 2614 23664847 81600 1046.8098907470703 5.9546999999999999 1511.4477999999999 120960 65706 1 0 5898240 4423680 4423680 4426444 4492800 462 150 176 556 1270 0 0 0 0 8 0 0 0 0 0 +2953 1783782784711660200 DEPTH 16 1 0.66691245554090606 0.11213047910295611 2 6 2 6 0 0 214 18 2537 23664852 81600 962.82931518554688 6.2672000000000008 1259.7972 120960 65940 1 0 5898240 4423680 4423680 4426451 4492800 371 156 156 260 1594 0 0 0 0 18 0 0 0 0 0 +2954 1783782786141092800 DEPTH 56 1 0.66667706430285911 0 2 5 2 5 0 0 235 20 2583 23664872 81600 926.3863525390625 5.968 1405.1793 120960 65178 1 0 5898240 4423680 4423680 4426471 4492800 454 150 216 488 1275 0 0 0 0 20 0 0 0 0 0 +2955 1783782787547157100 DEPTH 9 1 0.63407506236697286 0.11213047910295611 2 6 2 6 0 0 156 9 2625 23664802 81600 917.00531005859375 5.9858000000000002 1393.6306999999999 120960 65582 1 0 5898240 4423680 4423680 4426401 4492800 890 150 214 623 748 0 0 0 0 9 0 0 0 0 0 +2956 1783782788890530200 DEPTH 2 1 0.62917977193604901 0.3363914373088685 2 8 2 7 1 0 162 32 2592 23664751 81600 882.830322265625 5.8296000000000001 1322.0006000000001 120960 63304 1 0 5898240 4423680 4423680 4426350 4492800 567 150 245 313 1317 0 0 0 0 32 0 0 0 0 1 +2957 1783782790272269600 DEPTH 30 1 0.62817902891324295 0.23343527013251789 1 8 1 8 0 0 161 17 2584 23664840 81600 883.5205078125 5.8449999999999998 1365.3338000000001 120960 65116 1 0 5898240 4423680 4423680 4426439 4492800 475 150 247 563 1149 0 0 0 0 17 0 0 0 0 0 +2958 1783782791418258400 DEPTH 8 1 0.6976666234801433 0 2 5 2 5 0 0 249 21 2571 23664818 81600 880.49078369140625 5.8403999999999998 1144.7945 120960 56050 1 0 5898240 4423680 4423680 4426416 4492800 169 155 150 603 1494 0 0 0 0 21 0 0 0 0 0 +2959 1783782792786997400 DEPTH 13 1 0.70762819442229385 0.0091743119266054877 1 6 1 6 0 0 195 18 2508 23664777 81600 880.4874267578125 5.8135000000000003 1324.8092999999999 120960 65545 1 0 5898240 4423680 4423680 4426375 4492800 392 151 192 209 1564 0 0 0 0 18 0 0 0 0 0 +2960 1783782793851004400 DEPTH 18 1 0.64258200924885878 0.7940876656472986 1 13 1 13 0 0 143 43 2583 23664854 81600 881.14584350585938 5.8159999999999998 1062.8005000000001 120960 59068 1 0 5898240 4423680 4423680 4426453 4492800 298 150 306 240 1589 0 0 0 0 43 0 0 0 0 0 +2961 1783782795220308300 DEPTH 32 1 0.62673425536682392 0.23343527013251789 1 8 1 8 0 0 162 21 2560 23664762 81600 906.46632385253906 5.8361999999999998 1303.2316000000001 120960 63753 1 0 5898240 4423680 4423680 4426361 4492800 274 150 250 291 1595 0 0 0 0 21 0 0 0 0 0 +2962 1783782796652016900 DEPTH 17 1 0.65603572125885046 0.018348623853211066 0 7 0 7 0 0 234 14 2525 23664794 81600 903.94111633300781 5.9224999999999994 1398.3034 120960 54435 1 0 5898240 4423680 4423680 4426392 4492800 248 156 192 331 1598 0 0 0 0 14 0 0 0 0 0 +2963 1783782798149068200 DEPTH 54 1 0.62541505048472446 0.23343527013251789 1 8 1 8 0 0 138 9 2608 23664874 81600 978.47103881835938 5.9130000000000003 1442.7739999999999 120960 64528 1 0 5898240 4423680 4423680 4426472 4492800 502 150 294 368 1294 0 0 0 0 9 0 0 0 0 0 +2964 1783782799572209700 DEPTH 50 1 0.62465791808683047 0.44852191641182459 2 9 2 9 0 0 150 29 2619 23664764 81600 997.185546875 5.8831000000000007 1403.5491999999999 120960 61529 1 0 5898240 4423680 4423680 4426362 4492800 176 150 155 152 1986 0 0 0 0 29 0 0 0 0 0 +2965 1783782800723074100 DEPTH 58 1 0.62374054159472903 0.78491335372069293 2 12 2 12 0 0 147 20 2579 23664922 81600 940.69900512695312 5.9222999999999999 1134.5116 120960 58466 1 0 5898240 4423680 4423680 4426519 4492800 238 150 150 195 1846 0 0 0 0 20 0 0 0 0 0 +2966 1783782802032864500 DEPTH 14 1 0.62365180344590398 0.57900101936799164 0 12 0 12 0 0 137 25 2572 23664853 81600 893.82395935058594 5.8536000000000001 1281.6552999999999 120960 57168 1 0 5898240 4423680 4423680 4426453 4492800 302 150 152 170 1798 0 0 0 0 25 0 0 0 0 0 +2967 1783782803347419600 DEPTH 56 1 0.66869624509591952 0 2 5 2 5 0 0 235 17 2571 23664918 81600 850.13606262207031 5.7930999999999999 1313.1729 120960 54110 1 0 5898240 4423680 4423680 4426518 4492800 487 150 216 579 1139 0 0 0 0 17 0 0 0 0 0 +2968 1783782804793429300 DEPTH 1 1 0.66337801194438417 0.1213047910295616 1 7 1 7 0 0 148 9 2619 23664859 81600 906.54081726074219 5.8852000000000002 1384.6291000000001 120960 65416 1 0 5898240 4423680 4423680 4426459 4492800 399 150 281 357 1432 0 0 0 0 9 0 0 0 0 0 +2969 1783782806170769900 DEPTH 48 1 0.67653916577804785 0.11213047910295611 2 6 2 6 0 0 219 37 2587 23664831 81600 909.89260864257812 5.8452000000000002 1375.9223 120960 54814 1 0 5898240 4423680 4423680 4426427 4492800 150 150 150 150 1987 0 0 0 0 37 0 0 0 0 0 +2970 1783782807555840400 DEPTH 42 1 0.67063204083005512 0.11213047910295611 2 6 2 6 0 0 161 19 2630 23664821 81600 914.56938171386719 5.8429000000000002 1383.8255999999999 120960 55289 1 0 5898240 4423680 4423680 4426421 4492800 233 150 276 287 1684 0 0 0 0 19 0 0 0 0 0 +2971 1783782808761091300 DEPTH 8 1 0.6783335641771947 0 2 5 2 5 0 0 250 18 2576 23664803 81600 919.01985168457031 5.8406000000000002 1183.0880999999999 120960 45115 1 0 5898240 4423680 4423680 4426403 4492800 163 157 150 674 1432 0 0 0 0 18 0 0 0 0 0 +2972 1783782810108019500 DEPTH 45 1 0.63105241978093018 0.22426095820591221 2 7 2 7 0 0 175 21 2605 23664902 81600 923.1505126953125 5.8464 1320.1949 120960 65793 1 0 5898240 4423680 4423680 4426501 4492800 186 150 164 172 1933 0 0 0 0 21 0 0 0 0 0 +2973 1783782811503559500 DEPTH 46 1 0.66947305586285066 0.13047910295616727 0 8 0 8 0 0 338 35 2604 23664858 81600 906.9383544921875 5.8157999999999994 1369.7324000000001 120960 54678 1 0 5898240 4423680 4423680 4426456 4492800 256 150 159 243 1796 0 0 0 0 35 0 0 0 0 0 +2974 1783782812605169400 DEPTH 40 1 0.62362875620138114 0.68195718654434234 1 12 1 12 0 0 147 24 2599 23664882 81600 906.07615661621094 5.8423999999999996 1084.9187999999999 120960 58113 1 0 5898240 4423680 4423680 4426481 4492800 177 150 161 177 1934 0 0 0 0 24 0 0 0 0 0 +2975 1783782812811396900 REFRESH 36 0 0.61849000948440314 0.66360856269113133 3 10 3 10 0 0 142 7 427 3943919 55200 158.62374877929688 0.99750000000000005 190.64789999999999 20160 12203 0 0 983040 737280 737280 737519 748800 191 25 27 46 138 1 0 0 0 6 0 0 0 0 0 +2976 1783782813017015800 REFRESH 51 0 0.62061248328241125 0.77573904179408748 3 11 3 11 0 0 130 6 423 3943923 55200 158.52748107910156 0.99370000000000003 189.93270000000001 20160 12376 0 0 983040 737280 737280 737523 748800 152 25 86 52 108 0 0 0 0 6 0 0 0 0 0 +2977 1783782813218513900 REFRESH 14 0 0.48406983520265762 0.57900101936799164 0 12 0 12 1 0 137 10 416 3943916 55200 159.01901245117188 0.9708 199.8597 20160 12025 0 0 983040 737280 737280 737516 748800 172 25 31 30 158 0 0 0 0 10 0 0 0 0 1 +2978 1783782813407024800 REFRESH 40 0 0.41311686466846076 0.68195718654434234 1 12 1 12 0 0 147 8 418 3943913 55200 157.29664611816406 0.98060000000000003 187.2629 20160 12522 0 0 983040 737280 737280 737513 748800 165 25 31 61 136 0 0 0 0 8 0 0 0 0 0 +2979 1783782813642683300 REFRESH 56 0 0.66044933998918942 0 2 5 2 5 0 0 235 3 415 3943904 55200 158.919677734375 0.97250000000000003 233.8116 20160 13517 0 0 983040 737280 737280 737504 748800 133 26 42 121 93 0 0 0 0 3 0 0 0 0 0 +2980 1783782813833543700 REFRESH 18 0 0.63398481075533963 0.7940876656472986 1 13 1 13 0 0 143 4 421 3943937 55200 158.6534423828125 0.97619999999999996 189.56139999999999 20160 12053 0 0 983040 737280 737280 737536 748800 149 25 97 53 97 0 0 0 0 4 0 0 0 0 0 +2981 1783782814033315600 REFRESH 8 0 0.64886701835013627 0 2 5 2 5 0 0 250 5 416 3943898 55200 160.45465087890625 1.0097 198.6079 20160 13439 0 0 983040 737280 737280 737498 748800 61 27 56 125 147 0 0 0 0 5 0 0 0 0 0 +2982 1783782814246878700 REFRESH 25 0 0.61043977087371948 0.77573904179408748 3 11 3 11 0 0 133 4 421 3943914 55200 158.37901306152344 0.9778 189.7621 20160 11861 0 0 983040 737280 737280 737514 748800 64 25 42 26 264 0 0 0 0 4 0 0 0 0 0 +2983 1783782814451012200 REFRESH 0 0 0.60562781626544793 0.68195718654434234 1 12 1 12 0 0 108 3 423 3943928 55200 158.57562255859375 0.96789999999999998 188.32849999999999 20160 13482 0 0 983040 737280 737280 737528 748800 103 25 26 26 243 0 0 0 0 3 0 0 0 0 0 +2984 1783782814642919500 REFRESH 58 0 0.56255879786633145 0.78491335372069293 2 12 2 12 0 0 147 6 415 3943903 55200 159.69996643066406 0.99360000000000004 190.1635 20160 12342 0 0 983040 737280 737280 737502 748800 124 25 25 34 207 0 0 0 0 6 0 0 0 0 0 +2985 1783782814853371700 REFRESH 28 0 0.6179941299121543 0.68195718654434234 1 12 1 12 0 0 167 5 411 3943880 55200 163.04844665527344 0.98260000000000003 195.3835 20160 12128 0 0 983040 737280 737280 737479 748800 61 27 38 37 248 0 0 0 0 5 0 0 0 0 0 +2986 1783782815095602200 REFRESH 9 0 0.63823770422941029 0.11213047910295611 2 6 2 6 0 0 156 9 433 3943912 55200 165.83782958984375 0.97519999999999996 241.06059999999999 20160 13235 0 0 983040 737280 737280 737512 748800 165 25 39 106 98 0 0 0 0 9 0 0 0 0 0 +2987 1783782815314880100 REFRESH 35 0 0.62051669526762221 0.67278287461773678 2 11 2 11 0 0 184 10 412 3943916 55200 162.77095031738281 0.97670000000000001 194.07040000000001 20160 12239 0 0 983040 737280 737280 737515 748800 146 26 33 97 110 1 0 0 0 9 0 0 0 0 0 +2988 1783782815570924100 REFRESH 44 0 0.62314633753923443 0.22426095820591221 2 7 1 7 1 0 182 6 421 3943925 55200 160.0870361328125 0.97419999999999995 230.88589999999999 20160 13177 0 0 983040 737280 737280 737525 748800 79 26 31 57 228 0 0 0 0 6 0 0 0 0 1 +2989 1783782815793720800 REFRESH 31 0 0.66620475027565607 0.11213047910295611 2 6 2 6 0 0 175 5 423 3943902 55200 159.69792175292969 0.98780000000000001 221.0643 20160 13544 0 0 983040 737280 737280 737501 748800 89 25 33 157 119 0 0 0 0 5 0 0 0 0 0 +2990 1783782815994307400 REFRESH 57 0 0.61714348058433566 0.78491335372069293 2 12 2 12 0 0 157 6 412 3943916 55200 157.56083679199219 0.98050000000000004 188.37710000000001 20160 12162 0 0 983040 737280 737280 737516 748800 113 26 35 33 205 0 0 0 0 6 0 0 0 0 0 +2991 1783782816210157800 REFRESH 45 0 0.57180791374386808 0.22426095820591221 2 7 2 7 0 0 176 7 425 3943918 55200 160.11981201171875 0.97529999999999994 199.89019999999999 20160 13441 0 0 983040 737280 737280 737518 748800 105 25 45 67 183 0 0 0 0 7 0 0 0 0 0 +2992 1783782816416919700 REFRESH 22 0 0.61915621811046517 0.77573904179408748 3 11 3 11 0 0 159 7 418 3943951 55200 160.09933471679688 1.0149999999999999 191.2046 20160 12055 0 0 983040 737280 737280 737551 748800 160 26 59 31 142 0 0 0 0 7 0 0 0 0 0 +2993 1783782816623640000 REFRESH 26 0 0.61283313419881535 0.68195718654434234 1 12 1 12 0 0 116 8 427 3943898 55200 158.66572570800781 0.97330000000000005 189.84549999999999 20160 12238 0 0 983040 737280 737280 737498 748800 53 26 25 66 257 0 0 0 0 8 0 0 0 0 0 +2994 1783782816864076600 REFRESH 54 0 0.62623898243092557 0.23343527013251789 1 8 1 8 0 0 138 4 431 3943915 55200 159.63034057617188 0.97640000000000005 239.14709999999999 20160 13298 0 0 983040 737280 737280 737514 748800 168 25 61 93 84 0 0 0 0 4 0 0 0 0 0 +2995 1783782817092996400 REFRESH 21 0 0.61952727531439256 0.35474006116207946 0 10 0 10 0 0 202 4 416 3943910 55200 158.72528076171875 0.97560000000000002 216.4418 20160 12659 0 0 983040 737280 737280 737510 748800 128 26 56 86 120 0 0 0 0 4 0 0 0 0 0 +2996 1783782817298356500 REFRESH 20 0 0.61915311859485722 0.67278287461773678 2 11 2 11 0 0 140 9 425 3943917 55200 158.22029113769531 0.97450000000000003 189.51609999999999 20160 12339 0 0 983040 737280 737280 737517 748800 87 25 62 105 146 0 0 0 1 8 0 0 0 0 0 +2997 1783782817528665000 REFRESH 46 0 0.66066500995873267 0.13047910295616727 0 8 0 8 0 0 338 11 415 3943904 55200 160.73216247558594 0.97689999999999999 228.91739999999999 20160 13642 0 0 983040 737280 737280 737504 748800 107 25 62 68 153 0 0 0 0 11 0 0 0 0 0 +2998 1783782817740440900 REFRESH 5 0 0.61220349499485671 0.67278287461773678 2 11 2 11 0 0 102 6 423 3943911 55200 157.93766784667969 0.97740000000000005 187.79310000000001 20160 13058 0 0 983040 737280 737280 737511 748800 116 25 36 141 105 0 0 0 0 6 0 0 0 0 0 +2999 1783782817946516900 REFRESH 33 0 0.6607819245272365 0.1213047910295616 1 7 1 7 0 0 203 1 418 3943921 55200 158.97395324707031 0.98670000000000002 204.3845 20160 13435 0 0 983040 737280 737280 737521 748800 123 26 60 58 151 0 0 0 0 1 0 0 0 0 0 +3000 1783782818161137300 REFRESH 15 0 0.60828749763173873 0.77573904179408748 3 11 3 11 0 0 112 5 419 3943915 55200 159.08352661132812 0.96879999999999999 190.23320000000001 20160 12004 0 0 983040 737280 737280 737515 748800 80 26 75 73 165 0 0 0 1 4 0 0 0 0 0 +3001 1783782818402584300 REFRESH 11 0 0.66199319016960456 0.13047910295616727 0 8 0 8 0 0 124 4 419 3943892 55200 158.83879089355469 0.97430000000000005 240.17080000000001 20160 13213 0 0 983040 737280 737280 737492 748800 118 25 55 64 157 0 0 0 0 4 0 0 0 0 0 +3002 1783782818614946200 REFRESH 23 0 0.61045966063323187 1 3 13 3 13 0 0 130 8 407 3943896 55200 158.67596435546875 0.97160000000000002 189.35059999999999 20160 11883 0 0 983040 737280 737280 737495 748800 127 26 34 28 192 0 0 0 0 8 0 0 0 0 0 +3003 1783782818817864900 REFRESH 34 0 0.60091510431149531 0.68195718654434234 1 12 1 12 0 0 125 3 421 3943916 55200 157.71749877929688 0.98429999999999995 187.75 20160 12282 0 0 983040 737280 737280 737516 748800 171 25 54 79 92 0 0 0 0 3 0 0 0 0 0 +3004 1783782819038275200 REFRESH 12 0 0.62255914210896734 0.43934760448521909 3 8 3 8 0 0 214 7 414 3943927 55200 157.78215026855469 0.97809999999999997 189.0127 20160 12138 0 0 983040 737280 737280 737527 748800 180 27 33 60 114 1 0 0 0 6 0 0 0 0 0 +3005 1783782819241829300 REFRESH 43 0 0.61523166893922909 0.77573904179408748 3 11 3 11 0 0 151 8 425 3943897 55200 158.21824645996094 0.97519999999999996 187.91839999999999 20160 13135 0 0 983040 737280 737280 737497 748800 148 25 102 47 103 0 0 0 0 8 0 0 0 0 0 +3006 1783782819443109300 REFRESH 19 0 0.62262332675768239 0.67278287461773678 2 11 2 11 0 0 143 5 418 3943947 55200 158.48550415039062 0.97089999999999999 188.1223 20160 11979 0 0 983040 737280 737280 737547 748800 98 26 29 37 228 0 0 0 0 5 0 0 0 0 0 +3007 1783782819645824500 REFRESH 4 0 0.59142434427677215 0.7940876656472986 1 13 1 13 0 0 71 2 413 3943931 55200 157.085693359375 0.99550000000000005 186.72210000000001 20160 13599 0 0 983040 737280 737280 737531 748800 31 26 40 44 272 0 0 0 0 2 0 0 0 0 0 +3008 1783782819883375200 REFRESH 17 0 0.79721662049638087 0.018348623853211066 0 7 0 7 0 0 234 4 414 3943914 55200 159.56069946289062 0.96919999999999995 236.3374 20160 13654 0 0 983040 737280 737280 737514 748800 99 26 67 115 107 0 0 0 0 4 0 0 0 0 0 +3009 1783782820083225900 REFRESH 50 0 0.62470779413200384 0.44852191641182459 2 9 2 9 0 0 150 2 423 3943900 55200 158.31245422363281 0.97740000000000005 198.07939999999999 20160 12665 0 0 983040 737280 737280 737499 748800 139 26 36 47 175 0 0 0 0 2 0 0 0 0 0 +3010 1783782820296588900 REFRESH 6 0 0.60115562793568378 0.77573904179408748 3 11 3 11 0 0 127 4 427 3943899 55200 157.45126342773438 0.98109999999999997 187.1223 20160 12542 0 0 983040 737280 737280 737498 748800 67 25 45 51 239 0 0 0 0 4 0 0 0 0 0 +3011 1783782820517363300 REFRESH 53 0 0.66441695284743052 0.13047910295616727 0 8 0 8 0 0 173 3 416 3943928 55200 158.97190856933594 0.96909999999999996 201.84139999999999 20160 13505 0 0 983040 737280 737280 737528 748800 158 26 43 34 155 0 0 0 0 3 0 0 0 0 0 +3012 1783782820723106100 REFRESH 38 0 0.61633577849840138 0.56065239551478074 2 10 2 10 0 0 147 8 424 3943897 55200 158.22950744628906 0.97199999999999998 189.24119999999999 20160 12542 0 0 983040 737280 737280 737497 748800 152 26 42 44 160 0 0 0 0 8 0 0 0 0 0 +3013 1783782820960668600 REFRESH 41 0 0.6099468394008587 0.34556574923547401 1 9 1 9 0 0 118 5 419 3943915 55200 158.24713134765625 1.0455000000000001 223.6773 20160 13242 0 0 983040 737280 737280 737515 748800 200 26 28 32 133 0 0 0 0 5 0 0 0 0 0 +3014 1783782821164014600 REFRESH 32 0 0.62900790206157264 0.23343527013251789 1 8 1 8 0 0 162 4 421 3943906 55200 158.88076782226562 0.9738 202.1182 20160 13118 0 0 983040 737280 737280 737506 748800 108 26 94 86 107 0 0 0 0 4 0 0 0 0 0 +3015 1783782821377846900 REFRESH 24 0 0.61838610178982745 0.87869520897043818 4 11 4 11 0 0 161 9 410 3943918 55200 158.36262512207031 0.97430000000000005 189.8546 20160 11999 0 0 983040 737280 737280 737518 748800 61 26 27 29 267 0 0 0 0 9 0 0 0 0 0 +3016 1783782821583175900 REFRESH 10 0 0.61032357592787689 0.4576962283384301 1 10 1 10 0 0 135 7 427 3943896 55200 158.28192138671875 0.96799999999999997 190.0325 20160 12811 0 0 983040 737280 737280 737496 748800 153 25 37 41 171 0 0 0 0 7 0 0 0 0 0 +3017 1783782821817925600 REFRESH 52 0 0.65644539298748417 0.1213047910295616 1 7 1 7 0 0 130 1 428 3943908 55200 157.47789001464844 0.9708 233.4752 20160 12869 0 0 983040 737280 737280 737508 748800 170 26 70 77 85 0 0 0 0 1 0 0 0 0 0 +3018 1783782822034770700 REFRESH 55 0 0.62241895795082836 0.68195718654434234 1 12 1 12 0 0 175 12 422 3943899 55200 158.8009033203125 0.96970000000000001 191.03829999999999 20160 12057 0 0 983040 737280 737280 737499 748800 209 26 25 26 136 0 0 0 0 12 0 0 0 0 0 +3019 1783782822237632300 REFRESH 27 0 0.61555260514915977 0.80326197757390405 0 14 0 14 1 0 171 9 414 3943881 55200 158.14767456054688 0.97399999999999998 189.58240000000001 20160 12010 0 0 983040 737280 737280 737481 748800 128 26 48 29 183 0 0 0 0 9 0 0 0 0 1 +3020 1783782822452945700 REFRESH 3 0 0.62027597617517949 0.44852191641182459 2 9 2 9 0 0 167 8 421 3943910 55200 158.68620300292969 0.97599999999999998 197.73179999999999 20160 12664 0 0 983040 737280 737280 737510 748800 214 26 38 31 112 0 0 0 0 8 0 0 0 0 0 +3021 1783782822652455900 REFRESH 16 0 0.66881255266621042 0.11213047910295611 2 6 2 6 0 0 214 4 416 3943912 55200 159.98771667480469 0.97309999999999997 198.31190000000001 20160 13473 0 0 983040 737280 737280 737511 748800 167 26 27 98 98 0 0 0 0 4 0 0 0 0 0 +3022 1783782822922280700 REFRESH 48 0 0.67645677405681559 0.11213047910295611 2 6 2 6 0 0 219 5 417 3943914 55200 159.22380065917969 0.98089999999999999 230.4059 20160 13046 0 0 983040 737280 737280 737514 748800 97 26 58 52 184 0 0 0 0 5 0 0 0 0 0 +3023 1783782823126742900 REFRESH 47 0 0.62058592163777482 0.67278287461773678 2 11 2 11 0 0 123 5 420 3943921 55200 158.92172241210938 0.97189999999999999 189.00649999999999 20160 11977 0 0 983040 737280 737280 737520 748800 49 26 36 32 277 0 0 0 0 5 0 0 0 0 0 +3024 1783782823331411200 REFRESH 29 0 0.61871560600201836 0.68195718654434234 1 12 1 12 0 0 146 9 416 3943925 55200 158.51417541503906 0.97340000000000004 189.26419999999999 20160 12103 0 0 983040 737280 737280 737525 748800 114 25 27 88 162 0 0 0 0 9 0 0 0 0 0 +3025 1783782823535470200 REFRESH 37 0 0.61387443379034634 0.68195718654434234 1 12 1 12 0 0 151 4 424 3943890 55200 158.02265930175781 0.96870000000000001 188.14769999999999 20160 11935 0 0 983040 737280 737280 737490 748800 124 26 49 96 129 0 0 0 0 4 0 0 0 0 0 +3026 1783782823754040500 REFRESH 39 0 0.62021077631618171 0.43934760448521909 3 8 3 8 0 0 193 10 424 3943920 55200 158.75173950195312 0.96870000000000001 200.2037 20160 13052 0 0 983040 737280 737280 737520 748800 32 25 31 27 309 0 0 0 0 10 0 0 0 0 0 +3027 1783782823970742900 REFRESH 13 0 0.78977856616473952 0.0091743119266054877 1 6 1 6 0 0 195 2 418 3943901 55200 159.57913208007812 0.97270000000000001 215.4958 20160 13614 0 0 983040 737280 737280 737501 748800 171 26 64 63 94 0 0 0 0 2 0 0 0 0 0 +3028 1783782824185248800 REFRESH 7 0 0.61947512609426036 0.68195718654434234 1 12 1 12 1 0 153 7 415 3943930 55200 158.772216796875 0.97350000000000003 190.07239999999999 20160 11948 0 0 983040 737280 737280 737530 748800 83 26 43 44 219 0 0 0 0 7 0 0 0 0 1 +3029 1783782824418628400 REFRESH 1 0 0.66461150490344278 0.1213047910295616 1 7 1 7 0 0 148 3 432 3943890 55200 159.12141418457031 0.96889999999999998 232.23480000000001 20160 13392 0 0 983040 737280 737280 737490 748800 126 25 76 97 108 0 0 0 0 3 0 0 0 0 0 +3030 1783782824640303600 REFRESH 30 0 0.62987725291870811 0.23343527013251789 1 8 1 8 0 0 161 5 424 3943895 55200 158.70259094238281 0.96760000000000002 220.07769999999999 20160 13219 0 0 983040 737280 737280 737495 748800 121 25 52 136 90 0 0 0 0 5 0 0 0 0 0 +3031 1783782824856018600 REFRESH 2 0 0.75405633945356698 0.22426095820591221 2 7 2 7 0 0 162 7 425 3943901 55200 159.92953491210938 0.97999999999999998 214.48159999999999 20160 13303 0 0 983040 737280 737280 737501 748800 144 25 52 67 137 0 0 0 0 7 0 0 0 0 0 +3032 1783782825069503800 REFRESH 49 0 0.61435027917107643 0.66360856269113133 3 10 3 10 0 0 143 10 413 3943909 55200 158.07693481445312 0.97489999999999999 188.3227 20160 12459 0 0 983040 737280 737280 737509 748800 144 26 32 47 164 1 0 0 0 9 0 0 0 0 0 +3033 1783782825379370600 REFRESH 42 0 0.67173891292471499 0.11213047910295611 2 6 2 6 0 0 161 11 426 3943926 55200 159.572998046875 0.96909999999999996 236.83860000000001 20160 13239 0 0 983040 737280 737280 737526 748800 116 25 90 80 115 0 0 0 0 11 0 0 0 0 0 +3034 1783782826560373400 DEPTH 8 1 0.79440913752761722 0 2 5 2 5 0 0 250 24 2568 23664853 81600 922.03945922851562 6.6075999999999997 1179.3219999999999 120960 66401 1 0 5898240 4423680 4423680 4426447 4492800 165 157 150 513 1583 0 0 0 0 24 0 0 0 0 0 +3035 1783782827963898600 DEPTH 17 1 0.79217129320370572 0.018348623853211066 0 7 0 7 0 0 234 13 2532 23664827 81600 911.66928100585938 5.8229000000000006 1376.6486 120960 66162 1 0 5898240 4423680 4423680 4426423 4492800 240 156 187 307 1642 0 0 0 0 13 0 0 0 0 0 +3036 1783782829389966500 DEPTH 56 1 0.78509446291593366 0 2 5 2 5 0 0 235 15 2578 23664893 81600 907.89117431640625 5.8244000000000007 1374.5469000000001 120960 65662 1 0 5898240 4423680 4423680 4426493 4492800 506 150 216 517 1189 0 0 0 0 15 0 0 0 0 0 +3037 1783782830817174500 DEPTH 44 1 0.77151617724645982 0.1213047910295616 1 7 1 7 0 0 183 16 2578 23664845 81600 916.13595581054688 5.8308999999999997 1390.5427999999999 120960 64002 1 0 5898240 4423680 4423680 4426445 4492800 219 156 156 173 1874 0 0 0 0 16 0 0 0 0 0 +3038 1783782832238720700 DEPTH 46 1 0.67170260367096113 0.13047910295616727 0 8 0 8 0 0 338 24 2610 23664852 81600 924.96693420410156 5.8376000000000001 1395.0519999999999 120960 66159 1 0 5898240 4423680 4423680 4426450 4492800 408 150 204 303 1545 0 0 0 0 24 0 0 0 0 0 +3039 1783782833347395200 DEPTH 18 1 0.67024696770078751 0.7940876656472986 1 13 1 13 0 0 144 33 2576 23664809 81600 917.71505737304688 5.8107000000000006 1107.472 120960 60039 1 0 5898240 4423680 4423680 4426407 4492800 302 150 315 264 1545 0 0 0 2 31 0 0 0 0 0 +3040 1783782834715387200 DEPTH 31 1 0.66281886085615704 0.11213047910295611 2 6 2 6 0 0 175 7 2605 23664866 81600 913.29241943359375 5.8956 1366.1579999999999 120960 65770 1 0 5898240 4423680 4423680 4426462 4492800 465 150 177 545 1268 0 0 0 0 7 0 0 0 0 0 +3041 1783782836157549600 DEPTH 11 1 0.65830254191768822 0.13047910295616727 0 8 0 8 0 0 124 9 2531 23664780 81600 908.40676879882812 5.8734000000000002 1388.9122 120960 64455 1 0 5898240 4423680 4423680 4426379 4492800 288 150 181 201 1711 0 0 0 0 9 0 0 0 0 0 +3042 1783782837510448100 DEPTH 13 1 0.68351270517032547 0.0091743119266054877 1 6 1 6 0 0 195 12 2501 23664810 81600 914.07591247558594 5.8180999999999994 1351.6994999999999 120960 65669 1 0 5898240 4423680 4423680 4426410 4492800 392 151 191 217 1550 0 0 0 0 12 0 0 0 0 0 +3043 1783782838835816200 DEPTH 53 1 0.65925316366786235 0.13047910295616727 0 8 0 8 0 0 174 25 2527 23664851 81600 913.11236572265625 5.8342999999999998 1299.5032000000001 120960 64998 1 0 5898240 4423680 4423680 4426448 4492800 284 156 176 182 1729 0 0 0 0 25 0 0 0 0 0 +3044 1783782840164128100 DEPTH 33 1 0.65402193556170907 0.1213047910295616 1 7 1 7 0 0 203 16 2533 23664891 81600 923.37254333496094 5.8378999999999994 1302.9301 120960 66143 1 0 5898240 4423680 4423680 4426486 4492800 359 151 169 228 1626 0 0 0 0 16 0 0 0 0 0 +3045 1783782841554892400 DEPTH 52 1 0.65027330179198872 0.1213047910295616 1 7 1 7 1 0 131 13 2587 23664865 81600 907.08683776855469 5.8433000000000002 1365.1782000000001 120960 63567 1 0 5898240 4423680 4423680 4426464 4492800 874 156 368 549 640 0 0 0 0 13 0 0 0 0 1 +3046 1783782842980565500 DEPTH 9 1 0.64198655769869795 0.11213047910295611 2 6 2 6 0 0 159 10 2622 23664924 81600 918.08154296875 5.9124999999999996 1400.0622000000001 120960 64608 1 0 5898240 4423680 4423680 4426522 4492800 885 150 216 644 727 0 0 0 0 10 0 0 0 0 0 +3047 1783782844287805400 DEPTH 45 1 0.62951182972406783 0.22426095820591221 2 7 2 7 0 0 176 18 2606 23664921 81600 917.62689208984375 5.8441000000000001 1305.9471000000001 120960 66132 1 0 5898240 4423680 4423680 4426519 4492800 206 150 166 182 1902 0 0 0 0 18 0 0 0 0 0 +3048 1783782845467752600 DEPTH 8 1 0.68524127710127314 0 2 5 2 5 1 0 250 15 2582 23664890 81600 915.22459411621094 5.8374000000000006 1178.7355 120960 55337 1 0 5898240 4423680 4423680 4426488 4492800 163 157 150 596 1516 0 0 0 0 15 0 0 0 0 1 +3049 1783782846805464500 DEPTH 32 1 0.62487452805768873 0.23343527013251789 1 8 1 8 0 0 162 21 2558 23664894 81600 912.19046020507812 5.8854000000000006 1317.066 120960 64197 1 0 5898240 4423680 4423680 4426493 4492800 272 150 252 266 1618 0 0 0 0 21 0 0 0 0 0 +3050 1783782848177371900 DEPTH 17 1 0.69353930624761917 0.018348623853211066 0 7 0 7 0 0 234 20 2523 23664830 81600 900.55191040039062 5.8343000000000007 1370.6932999999999 120960 54940 1 0 5898240 4423680 4423680 4426430 4492800 240 156 190 356 1581 0 0 0 0 20 0 0 0 0 0 +3051 1783782849580274800 DEPTH 2 1 0.69062742993423964 0.22426095820591221 2 7 2 7 0 0 164 35 2598 23664878 81600 915.37939453125 5.8337000000000003 1378.5191 120960 64167 1 0 5898240 4423680 4423680 4426476 4492800 548 150 234 314 1352 0 0 1 0 34 0 0 0 0 0 +3052 1783782850999707100 DEPTH 56 1 0.69710991546711465 0 2 5 2 5 0 0 235 11 2585 23664766 81600 898.29991149902344 5.8187999999999995 1377.9375 120960 54132 1 0 5898240 4423680 4423680 4426365 4492800 468 150 216 588 1163 0 0 0 0 11 0 0 0 0 0 +3053 1783782852387671800 DEPTH 48 1 0.67123732619697329 0.11213047910295611 2 6 2 6 0 0 219 35 2584 23664772 81600 911.84967041015625 5.8222000000000005 1386.5071 120960 64597 1 0 5898240 4423680 4423680 4426371 4492800 150 150 153 157 1974 0 0 0 0 35 0 0 0 0 0 +3054 1783782853648590600 DEPTH 16 1 0.6643178043732948 0.11213047910295611 2 6 2 6 0 0 216 26 2543 23664815 81600 918.73997497558594 5.8363999999999994 1217.1459 120960 66198 1 0 5898240 4423680 4423680 4426415 4492800 359 156 153 281 1594 0 0 0 0 26 0 0 0 0 0 +3055 1783782855022684500 DEPTH 44 1 0.69382748478157774 0.1213047910295616 1 7 1 7 0 0 183 23 2584 23664794 81600 904.94053649902344 5.8426999999999998 1372.7455 120960 52833 1 0 5898240 4423680 4423680 4426393 4492800 234 156 156 192 1846 0 0 0 0 23 0 0 0 0 0 +3056 1783782856428029200 DEPTH 14 1 0.62455906814737527 0.57900101936799164 0 12 0 12 0 0 137 21 2578 23664876 81600 906.974365234375 5.8221000000000007 1328.6123 120960 57244 1 0 5898240 4423680 4423680 4426475 4492800 280 150 150 156 1842 0 0 0 0 21 0 0 0 0 0 +3057 1783782857798185800 DEPTH 54 1 0.62198494442548513 0.23343527013251789 1 8 1 8 0 0 138 13 2604 23664839 81600 911.15641784667969 5.8256999999999994 1368.7517 120960 64723 1 0 5898240 4423680 4423680 4426438 4492800 519 150 295 389 1251 0 0 0 0 13 0 0 0 0 0 +3058 1783782859176508600 DEPTH 13 1 0.69581529102794493 0.0091743119266054877 1 6 1 6 0 0 195 12 2505 23664719 81600 900.41361999511719 5.8511999999999995 1349.7445 120960 54621 1 0 5898240 4423680 4423680 4426319 4492800 414 150 192 260 1489 0 0 0 0 12 0 0 0 0 0 +3059 1783782860642519400 DEPTH 42 1 0.67253216286389861 0.11213047910295611 2 6 2 6 0 0 161 23 2633 23664806 81600 916.98789978027344 5.8234000000000004 1407.3915 120960 65193 1 0 5898240 4423680 4423680 4426405 4492800 256 150 300 286 1641 0 0 0 0 23 0 0 0 0 0 +3060 1783782862030603200 DEPTH 1 1 0.65953242743103258 0.1213047910295616 1 7 1 7 0 0 149 8 2612 23664822 81600 912.31231689453125 5.8466999999999993 1386.9367999999999 120960 65700 1 0 5898240 4423680 4423680 4426421 4492800 403 150 283 368 1408 0 0 0 0 8 0 0 0 0 0 +3061 1783782863238430900 DEPTH 8 1 0.6759313747753225 0 2 5 2 5 0 0 250 15 2576 23664828 81600 909.65095520019531 5.8652999999999995 1180.2617 120960 44028 1 0 5898240 4423680 4423680 4426427 4492800 161 154 150 680 1431 0 0 0 0 15 0 0 0 0 0 +3062 1783782864655706200 DEPTH 30 1 0.62615957371749864 0.23343527013251789 1 8 1 8 0 0 161 20 2584 23664839 81600 911.18490600585938 5.8261000000000003 1389.1995999999999 120960 64452 1 0 5898240 4423680 4423680 4426437 4492800 474 150 244 580 1136 0 0 0 0 20 0 0 0 0 0 +3063 1783782866033950300 DEPTH 17 1 0.67470548771625771 0.018348623853211066 0 7 0 7 0 0 234 16 2526 23664825 81600 895.067138671875 5.8404999999999996 1376.9576 120960 44148 1 0 5898240 4423680 4423680 4426421 4492800 231 156 195 385 1559 0 0 0 0 16 0 0 0 0 0 +3064 1783782867493252800 DEPTH 46 1 0.67250091653292077 0.13047910295616727 0 8 0 8 0 0 338 31 2584 23664828 81600 905.36961364746094 5.8905999999999992 1394.2320999999999 120960 54947 1 0 5898240 4423680 4423680 4426428 4492800 293 150 177 263 1701 0 0 0 0 31 0 0 0 0 0 +3065 1783782868626170700 DEPTH 55 1 0.62186183334248124 0.68195718654434234 1 12 1 12 0 0 177 35 2564 23664851 81600 917.62081909179688 5.8189000000000002 1107.6295 120960 57428 1 0 5898240 4423680 4423680 4426450 4492800 825 156 150 156 1277 1 0 0 0 34 0 0 0 0 0 +3066 1783782868847514800 REFRESH 10 0 0.60970233144320418 0.4576962283384301 1 10 1 10 0 0 135 4 424 3943924 55200 157.57107543945312 0.97899999999999998 190.34389999999999 20160 12644 0 0 983040 737280 737280 737524 748800 154 25 37 44 164 0 0 0 0 4 0 0 0 0 0 +3067 1783782869050103700 REFRESH 32 0 0.55697739751885567 0.23343527013251789 1 8 1 8 0 0 162 4 424 3943898 55200 158.68313598632812 0.96879999999999999 201.3955 20160 13093 0 0 983040 737280 737280 737498 748800 108 26 94 90 106 0 0 0 0 4 0 0 0 0 0 +3068 1783782869268364200 REFRESH 31 0 0.66161014162329534 0.11213047910295611 2 6 2 6 0 0 175 2 426 3943903 55200 158.76914978027344 0.96970000000000001 217.02780000000001 20160 13529 0 0 983040 737280 737280 737503 748800 91 25 33 148 129 0 0 0 0 2 0 0 0 0 0 +3069 1783782869480910600 REFRESH 49 0 0.61552006519580216 0.66360856269113133 3 10 3 10 0 0 143 3 422 3943890 55200 157.6048583984375 0.96930000000000005 188.08869999999999 20160 12556 0 0 983040 737280 737280 737489 748800 125 26 31 40 200 0 0 0 0 3 0 0 0 0 0 +3070 1783782869695114300 REFRESH 13 0 0.65781644046605792 0.0091743119266054877 1 6 1 6 0 0 195 0 417 3943896 55200 158.68620300292969 0.96960000000000002 213.02969999999999 20160 13570 0 0 983040 737280 737280 737496 748800 172 26 63 62 94 0 0 0 0 0 0 0 0 0 0 +3071 1783782869904938800 REFRESH 37 0 0.60873237261651481 0.68195718654434234 1 12 1 12 0 0 151 6 424 3943912 55200 157.6468505859375 0.96870000000000001 187.78039999999999 20160 11975 0 0 983040 737280 737280 737512 748800 125 25 44 92 138 0 0 0 0 6 0 0 0 0 0 +3072 1783782870108659800 REFRESH 40 0 0.62086214130368234 0.68195718654434234 1 12 1 12 0 0 147 3 415 3943932 55200 158.15168762207031 0.97430000000000005 187.9374 20160 12478 0 0 983040 737280 737280 737532 748800 157 25 31 65 137 0 0 0 0 3 0 0 0 0 0 +3073 1783782870354802100 REFRESH 30 0 0.48763229526476981 0.23343527013251789 1 8 1 8 0 0 161 8 423 3943933 55200 158.87564086914062 0.98380000000000001 220.95099999999999 20160 13363 0 0 983040 737280 737280 737533 748800 123 25 53 137 85 0 0 0 0 8 0 0 0 0 0 +3074 1783782870559102600 REFRESH 57 0 0.61369435603484312 0.78491335372069293 2 12 2 12 0 0 157 9 408 3943901 55200 157.6654052734375 0.97389999999999999 188.40029999999999 20160 11996 0 0 983040 737280 737280 737501 748800 138 26 35 33 176 0 0 0 0 9 0 0 0 0 0 +3075 1783782870765891000 REFRESH 29 0 0.61773118307668407 0.68195718654434234 1 12 1 12 0 0 146 6 416 3943914 55200 158.55923461914062 0.97350000000000003 191.3305 20160 12146 0 0 983040 737280 737280 737513 748800 132 25 27 94 138 0 0 0 0 6 0 0 0 0 0 +3076 1783782870959048400 REFRESH 55 0 0.48104674164606792 0.68195718654434234 1 12 1 12 0 0 177 9 418 3943912 55200 160.03890991210938 0.97560000000000002 191.87639999999999 20160 12134 0 0 983040 737280 737280 737512 748800 219 26 25 26 122 0 0 0 0 9 0 0 0 0 0 +3077 1783782871163481300 REFRESH 0 0 0.60111655926087004 0.68195718654434234 1 12 1 12 0 0 108 4 428 3943870 55200 158.17523193359375 0.97309999999999997 188.7799 20160 13445 0 0 983040 737280 737280 737470 748800 107 25 26 27 243 0 0 0 0 4 0 0 0 0 0 +3078 1783782871368873400 REFRESH 47 0 0.61600800632508956 0.67278287461773678 2 11 2 11 0 0 124 5 424 3943890 55200 158.14553833007812 0.97729999999999995 189.41210000000001 20160 12097 0 0 983040 737280 737280 737490 748800 79 26 48 33 238 0 0 0 0 5 0 0 0 0 0 +3079 1783782871592677200 REFRESH 28 0 0.61306831979432541 0.68195718654434234 1 12 1 12 0 0 168 9 407 3943908 55200 158.73741149902344 0.97419999999999995 191.0078 20160 11970 0 0 983040 737280 737280 737508 748800 81 27 38 37 224 0 0 0 0 9 0 0 0 0 0 +3080 1783782871796253200 REFRESH 51 0 0.61611462247003523 0.77573904179408748 3 11 3 11 0 0 130 4 421 3943920 55200 158.31449890136719 0.9698 189.2568 20160 12344 0 0 983040 737280 737280 737520 748800 159 25 90 53 94 0 0 0 0 4 0 0 0 0 0 +3081 1783782872034896800 REFRESH 9 0 0.6461882407544115 0.11213047910295611 2 6 2 6 0 0 160 5 433 3943893 55200 159.39891052246094 0.98580000000000001 237.387 20160 13248 0 0 983040 737280 737280 737493 748800 166 25 39 107 96 0 0 0 0 5 0 0 0 0 0 +3082 1783782872239101600 REFRESH 20 0 0.61904941444093797 0.67278287461773678 2 11 2 11 0 0 140 4 423 3943920 55200 157.26182556152344 0.99009999999999998 188.22190000000001 20160 12172 0 0 983040 737280 737280 737520 748800 85 25 62 106 145 0 0 0 1 3 0 0 0 0 0 +3083 1783782872443318100 REFRESH 6 0 0.59746933879735264 0.77573904179408748 3 11 3 11 0 0 127 6 414 3943917 55200 157.60713195800781 0.97699999999999998 188.05170000000001 20160 12473 0 0 983040 737280 737280 737517 748800 53 25 43 44 249 0 0 0 0 6 0 0 0 0 0 +3084 1783782872684113100 REFRESH 52 0 0.65384456636538135 0.1213047910295616 1 7 1 7 0 0 131 4 429 3943901 55200 158.48141479492188 0.97860000000000003 239.49959999999999 20160 12900 0 0 983040 737280 737280 737501 748800 171 26 71 78 83 0 0 0 0 4 0 0 0 0 0 +3085 1783782872901278000 REFRESH 22 0 0.61595093544774882 0.77573904179408748 3 11 3 11 1 0 159 9 421 3943875 55200 158.43635559082031 0.9758 190.43770000000001 20160 12087 0 0 983040 737280 737280 737475 748800 151 26 56 32 156 0 0 0 0 9 0 0 0 0 1 +3086 1783782873107029500 REFRESH 25 0 0.60616988963547869 0.77573904179408748 3 11 3 11 0 0 133 7 426 3943919 55200 157.97267150878906 0.98480000000000001 190.10470000000001 20160 11843 0 0 983040 737280 737280 737518 748800 70 25 47 26 258 0 0 0 0 7 0 0 0 0 0 +3087 1783782873316042300 REFRESH 26 0 0.61260418435836028 0.68195718654434234 1 12 1 12 0 0 116 1 423 3943931 55200 158.12197875976562 0.97399999999999998 189.70140000000001 20160 12166 0 0 983040 737280 737280 737530 748800 54 26 26 63 254 0 0 0 0 1 0 0 0 0 0 +3088 1783782873520704700 REFRESH 38 0 0.61435818154458421 0.56065239551478074 2 10 2 10 0 0 147 10 427 3943902 55200 157.80070495605469 0.97430000000000005 188.5907 20160 12564 0 0 983040 737280 737280 737502 748800 174 26 47 50 130 0 0 0 0 10 0 0 0 0 0 +3089 1783782873751062400 REFRESH 48 0 0.67147629903874728 0.11213047910295611 2 6 2 6 0 0 219 3 417 3943913 55200 158.74662780761719 0.97009999999999996 229.0694 20160 13997 0 0 983040 737280 737280 737513 748800 98 26 59 55 179 0 0 0 0 3 0 0 0 0 0 +3090 1783782873964966200 REFRESH 24 0 0.61778271550736774 0.87869520897043818 4 11 4 11 0 0 161 6 412 3943916 55200 157.876220703125 0.97099999999999997 189.0926 20160 11797 0 0 983040 737280 737280 737516 748800 76 26 28 31 251 0 0 0 0 6 0 0 0 0 0 +3091 1783782874165181500 REFRESH 45 0 0.63030970201328806 0.22426095820591221 2 7 2 7 0 0 176 6 421 3943902 55200 159.73478698730469 0.97240000000000004 198.9572 20160 13457 0 0 983040 737280 737280 737502 748800 114 25 47 72 163 0 0 0 0 6 0 0 0 0 0 +3092 1783782874410495000 REFRESH 41 0 0.60749276783902717 0.34556574923547401 1 9 1 9 0 0 118 4 418 3943914 55200 158.31756591796875 0.97570000000000001 221.17089999999999 20160 13291 0 0 983040 737280 737280 737512 748800 204 26 28 33 127 0 0 0 0 4 0 0 0 0 0 +3093 1783782874614795300 REFRESH 43 0 0.61321168224912281 0.77573904179408748 3 11 3 11 0 0 151 6 421 3943902 55200 158.58393859863281 0.96650000000000003 189.0352 20160 13091 0 0 983040 737280 737280 737501 748800 151 25 106 47 92 0 0 0 0 6 0 0 0 0 0 +3094 1783782874821455400 REFRESH 35 0 0.62003450314035913 0.67278287461773678 2 11 2 11 0 0 185 9 414 3943930 55200 158.95039367675781 0.96650000000000003 191.7217 20160 12096 0 0 983040 737280 737280 737530 748800 145 26 33 87 123 0 0 0 0 9 0 0 0 0 0 +3095 1783782875042279300 REFRESH 2 0 0.73150496887536387 0.22426095820591221 2 7 2 7 0 0 164 9 428 3943890 55200 159.37330627441406 0.96840000000000004 219.66499999999999 20160 13384 0 0 983040 737280 737280 737490 748800 140 25 50 65 148 0 0 0 0 9 0 0 0 0 0 +3096 1783782875248097000 REFRESH 33 0 0.65687224447693682 0.1213047910295616 1 7 1 7 0 0 203 3 417 3943886 55200 160.16487121582031 0.97340000000000004 204.571 20160 13469 0 0 983040 737280 737280 737485 748800 119 26 60 58 154 0 0 0 0 3 0 0 0 0 0 +3097 1783782875464156900 REFRESH 18 0 0.66372874110223301 0.7940876656472986 1 13 1 13 0 0 145 11 423 3943922 55200 159.93855285644531 0.96970000000000001 191.7501 20160 12956 0 0 983040 737280 737280 737522 748800 149 25 103 57 89 0 1 0 0 10 0 0 0 0 0 +3098 1783782875673549600 REFRESH 39 0 0.61949195355114239 0.43934760448521909 3 8 3 8 0 0 193 9 422 3943896 55200 158.91456604003906 0.97440000000000004 194.51419999999999 20160 13118 0 0 983040 737280 737280 737496 748800 45 25 66 31 255 0 0 0 0 9 0 0 0 0 0 +3099 1783782875877990300 REFRESH 36 0 0.61545589963181069 0.66360856269113133 3 10 3 10 0 0 142 8 423 3943912 55200 158.18035888671875 0.96730000000000005 188.9631 20160 12066 0 0 983040 737280 737280 737512 748800 173 25 27 42 156 0 0 0 0 8 0 0 0 0 0 +3100 1783782876080806100 REFRESH 5 0 0.60966269895334069 0.67278287461773678 2 11 2 11 0 0 102 4 421 3943932 55200 157.33760070800781 0.98729999999999996 187.5215 20160 12820 0 0 983040 737280 737280 737532 748800 120 25 39 144 93 0 0 0 0 4 0 0 0 0 0 +3101 1783782876279705900 REFRESH 34 0 0.59536016325182373 0.68195718654434234 1 12 1 12 0 0 125 0 433 3943916 55200 157.99807739257812 0.97529999999999994 188.1611 20160 12272 0 0 983040 737280 737280 737516 748800 182 25 54 81 91 0 0 0 0 0 0 0 0 0 0 +3102 1783782876519130100 REFRESH 11 0 0.65995791363824141 0.13047910295616727 0 8 0 8 0 0 124 3 416 3943926 55200 158.55821228027344 0.99550000000000005 238.25059999999999 20160 13103 0 0 983040 737280 737280 737526 748800 121 25 56 68 146 0 0 0 0 3 0 0 0 0 0 +3103 1783782876754443400 REFRESH 56 0 0.78896198914169324 0 2 5 2 5 0 0 235 6 414 3943897 55200 158.95756530761719 0.97250000000000003 234.05289999999999 20160 13447 0 0 983040 737280 737280 737497 748800 135 26 44 117 92 0 0 0 0 6 0 0 0 0 0 +3104 1783782877014868900 REFRESH 54 0 0.62399947790514043 0.23343527013251789 1 8 1 8 0 0 138 3 426 3943881 55200 158.47935485839844 0.96870000000000001 232.62899999999999 20160 13309 0 0 983040 737280 737280 737481 748800 161 25 63 96 81 0 0 0 0 3 0 0 0 0 0 +3105 1783782877218166200 REFRESH 58 0 0.61775404801221001 0.78491335372069293 2 12 2 12 0 0 147 4 413 3943912 55200 157.6048583984375 0.97889999999999999 187.69710000000001 20160 12384 0 0 983040 737280 737280 737512 748800 82 25 25 34 247 0 0 0 0 4 0 0 0 0 0 +3106 1783782877429443900 REFRESH 3 0 0.61894655410330468 0.44852191641182459 2 9 2 9 1 0 167 7 419 3943928 55200 157.88954162597656 0.97599999999999998 196.4143 20160 12598 0 0 983040 737280 737280 737527 748800 213 26 38 32 110 0 0 0 0 7 0 0 0 0 1 +3107 1783782877634757400 REFRESH 15 0 0.60462497516490576 0.77573904179408748 3 11 3 11 0 0 113 6 418 3943896 55200 158.2950439453125 0.96860000000000002 189.863 20160 12018 0 0 983040 737280 737280 737496 748800 88 26 76 76 152 0 0 0 1 5 0 0 0 0 0 +3108 1783782877840002200 REFRESH 19 0 0.61764941326667622 0.67278287461773678 2 11 2 11 0 0 143 7 417 3943901 55200 157.88748168945312 0.9708 187.4528 20160 12194 0 0 983040 737280 737280 737501 748800 105 26 29 41 216 0 0 0 0 7 0 0 0 0 0 +3109 1783782878046196600 REFRESH 27 0 0.61529772575529051 0.80326197757390405 0 14 0 14 0 0 171 9 416 3943902 55200 158.29299926757812 0.96789999999999998 190.80279999999999 20160 12120 0 0 983040 737280 737280 737502 748800 144 26 53 29 164 0 0 0 0 9 0 0 0 0 0 +3110 1783782878250518500 REFRESH 53 0 0.66162927976104091 0.13047910295616727 0 8 0 8 0 0 174 6 417 3943934 55200 159.01799011230469 0.97689999999999999 203.04140000000001 20160 13436 0 0 983040 737280 737280 737534 748800 166 26 45 35 145 0 0 0 0 6 0 0 0 0 0 +3111 1783782878465670400 REFRESH 12 0 0.62041743913671299 0.43934760448521909 3 8 3 8 0 0 214 5 415 3943910 55200 158.36172485351562 0.96899999999999997 190.22640000000001 20160 12110 0 0 983040 737280 737280 737510 748800 184 27 34 62 108 0 0 0 0 5 0 0 0 0 0 +3112 1783782878708000400 REFRESH 21 0 0.61525703974288093 0.35474006116207946 0 10 0 10 0 0 202 6 418 3943904 55200 159.16645812988281 0.96879999999999999 217.56290000000001 20160 12753 0 0 983040 737280 737280 737503 748800 120 26 51 86 135 0 0 0 0 6 0 0 0 0 0 +3113 1783782878940030400 REFRESH 44 0 0.75693368793407279 0.1213047910295616 1 7 1 7 0 0 183 2 420 3943904 55200 159.8023681640625 0.9677 230.75559999999999 20160 13409 0 0 983040 737280 737280 737504 748800 84 26 34 56 220 0 0 0 0 2 0 0 0 0 0 +3114 1783782879145993500 REFRESH 7 0 0.61675449763274615 0.68195718654434234 1 12 1 12 0 0 153 9 419 3943911 55200 159.14393615722656 0.98009999999999997 190.2646 20160 12043 0 0 983040 737280 737280 737511 748800 72 26 37 42 242 0 0 0 0 9 0 0 0 0 0 +3115 1783782879379295800 REFRESH 1 0 0.65994694229829542 0.1213047910295616 1 7 1 7 0 0 149 3 426 3943918 55200 159.214599609375 0.97589999999999999 232.1609 20160 13555 0 0 983040 737280 737280 737518 748800 134 25 78 102 87 0 0 0 0 3 0 0 0 0 0 +3116 1783782879648544400 REFRESH 42 0 0.67325745146949922 0.11213047910295611 2 6 2 6 0 0 161 2 426 3943922 55200 159.15621948242188 0.97070000000000001 239.45410000000001 20160 13161 0 0 983040 737280 737280 737522 748800 114 25 91 82 114 0 0 0 0 2 0 0 0 0 0 +3117 1783782879888064100 REFRESH 17 0 0.79580869297784207 0.018348623853211066 0 7 0 7 0 0 234 2 419 3943922 55200 158.23564147949219 0.97299999999999998 238.37639999999999 20160 13415 0 0 983040 737280 737280 737522 748800 96 26 63 112 122 0 0 0 0 2 0 0 0 0 0 +3118 1783782880111256900 REFRESH 46 0 0.67322098527733099 0.13047910295616727 0 8 0 8 0 0 338 4 416 3943907 55200 159.74195861816406 0.96909999999999996 221.9452 20160 13392 0 0 983040 737280 737280 737507 748800 112 25 68 74 137 0 0 0 0 4 0 0 0 0 0 +3119 1783782880312091800 REFRESH 4 0 0.58709888684433142 0.7940876656472986 1 13 1 13 0 0 71 3 413 3943916 55200 156.39552307128906 0.96970000000000001 185.58879999999999 20160 13594 0 0 983040 737280 737280 737516 748800 32 26 40 43 272 0 0 0 0 3 0 0 0 0 0 +3120 1783782880527882700 REFRESH 23 0 0.6095064068803312 1 3 13 3 13 0 0 130 14 406 3943906 55200 161.828857421875 1.018 197.07329999999999 20160 11978 0 0 983040 737280 737280 737506 748800 131 26 34 28 187 0 0 0 0 14 0 0 0 0 0 +3121 1783782880733385800 REFRESH 16 0 0.66629167284347157 0.11213047910295611 2 6 2 6 0 0 216 3 412 3943929 55200 165.42822265625 0.9879 204.1337 20160 13543 0 0 983040 737280 737280 737529 748800 172 26 27 100 87 0 0 0 0 3 0 0 0 0 0 +3122 1783782880957094500 REFRESH 50 0 0.61687667528731893 0.44852191641182459 2 9 2 9 0 0 150 3 422 3943925 55200 158.8275146484375 0.98440000000000005 199.32929999999999 20160 12799 0 0 983040 737280 737280 737525 748800 121 26 33 44 198 0 0 0 0 3 0 0 0 0 0 +3123 1783782881183645200 REFRESH 8 0 0.79662868628916683 0 2 5 2 5 0 0 250 5 414 3943911 55200 159.93959045410156 0.97609999999999997 196.24340000000001 20160 13641 0 0 983040 737280 737280 737511 748800 70 27 71 134 112 0 0 0 0 5 0 0 0 0 0 +3124 1783782881385488000 REFRESH 14 0 0.62478667838383206 0.57900101936799164 0 12 0 12 0 0 137 4 419 3943923 55200 158.64115905761719 0.97529999999999994 200.58510000000001 20160 12300 0 0 983040 737280 737280 737523 748800 171 25 29 30 164 0 0 0 0 4 0 0 0 0 0 +3125 1783782882751918800 DEPTH 13 1 0.77967590227057382 0.0091743119266054877 1 6 1 6 1 0 195 16 2506 23664805 81600 911.70098876953125 5.8332000000000006 1365.1353999999999 120960 66146 1 0 5898240 4423680 4423680 4426405 4492800 393 150 190 208 1565 0 0 0 0 16 0 0 0 0 1 +3126 1783782884176111400 DEPTH 56 1 0.76650224716521109 0 2 5 2 5 0 0 235 18 2574 23664752 81600 911.1121826171875 5.8296999999999999 1381.6107 120960 65603 1 0 5898240 4423680 4423680 4426351 4492800 540 150 216 546 1122 0 0 0 0 18 0 0 0 0 0 +3127 1783782885546525100 DEPTH 2 1 0.72213567052345917 0.22426095820591221 2 7 2 7 0 0 164 39 2589 23664784 81600 915.08244323730469 5.8482000000000003 1369.2089000000001 120960 64623 1 0 5898240 4423680 4423680 4426383 4492800 563 150 234 338 1304 0 0 0 0 39 0 0 0 0 0 +3128 1783782887001725400 DEPTH 48 1 0.66462365437631221 0.11213047910295611 2 6 2 6 0 0 219 30 2591 23664957 81600 910.76530456542969 5.8470000000000004 1393.4612 120960 66605 1 0 5898240 4423680 4423680 4426556 4492800 150 150 151 151 1989 0 0 0 0 30 0 0 0 0 0 +3129 1783782888102946100 DEPTH 18 1 0.65761251577360502 0.7940876656472986 1 13 1 13 0 0 146 57 2577 23664772 81600 915.2696533203125 5.8354999999999997 1100.0008 120960 61255 1 0 5898240 4423680 4423680 4426371 4492800 361 150 337 263 1466 0 0 2 0 55 0 0 0 0 0 +3130 1783782889472977200 DEPTH 31 1 0.65554253937965024 0.11213047910295611 2 6 2 6 0 0 175 13 2592 23664817 81600 912.35244750976562 5.8369999999999997 1352.674 120960 66054 1 0 5898240 4423680 4423680 4426413 4492800 469 150 177 529 1267 0 0 0 0 13 0 0 0 0 0 +3131 1783782890828073100 DEPTH 33 1 0.65229670539819096 0.1213047910295616 1 7 1 7 1 0 204 17 2528 23664780 81600 923.06330871582031 5.8214000000000006 1305.1066000000001 120960 65815 1 0 5898240 4423680 4423680 4426371 4492800 367 151 168 250 1592 0 0 0 0 17 0 0 0 0 1 +3132 1783782892177994800 DEPTH 52 1 0.65081122788208401 0.1213047910295616 1 7 1 7 0 0 131 7 2586 23664808 81600 905.05850219726562 5.8077000000000005 1348.6315 120960 64959 1 0 5898240 4423680 4423680 4426408 4492800 894 156 381 496 659 0 0 0 0 7 0 0 0 0 0 +3133 1783782893585343000 DEPTH 17 1 0.69864873654798454 0.018348623853211066 0 7 0 7 0 0 234 8 2521 23664886 81600 910.87374877929688 6.0815000000000001 1382.3558 120960 65596 1 0 5898240 4423680 4423680 4426483 4492800 231 156 196 294 1644 0 0 0 0 8 0 0 0 0 0 +3134 1783782894985658100 DEPTH 44 1 0.70249689292272177 0.1213047910295616 1 7 1 7 0 0 183 19 2590 23664863 81600 915.69561767578125 5.8388 1374.4713999999999 120960 65187 1 0 5898240 4423680 4423680 4426463 4492800 228 156 156 185 1865 0 0 0 0 19 0 0 0 0 0 +3135 1783782896373856200 DEPTH 11 1 0.65526909318184445 0.13047910295616727 0 8 0 8 0 0 124 13 2547 23664813 81600 905.185302734375 5.8323000000000009 1386.9724000000001 120960 65046 1 0 5898240 4423680 4423680 4426410 4492800 272 150 177 200 1748 0 0 0 0 13 0 0 0 0 0 +3136 1783782897812196000 DEPTH 9 1 0.64494263459146139 0.11213047910295611 2 6 2 6 0 0 160 7 2624 23664835 81600 916.26188659667969 5.8270999999999997 1382.0315000000001 120960 65179 1 0 5898240 4423680 4423680 4426433 4492800 893 150 214 633 734 0 0 0 0 7 0 0 0 0 0 +3137 1783782899027500400 DEPTH 8 1 0.68208408680997634 0 2 5 2 5 0 0 250 15 2571 23664863 81600 920.26676940917969 5.8478000000000003 1177.6884 120960 66604 1 0 5898240 4423680 4423680 4426462 4492800 162 155 150 477 1627 0 0 0 0 15 0 0 0 0 0 +3138 1783782900372894600 DEPTH 53 1 0.6595593209623053 0.13047910295616727 0 8 0 8 0 0 174 23 2526 23664728 81600 910.88420104980469 5.8333999999999993 1320.6422 120960 65403 1 0 5898240 4423680 4423680 4426326 4492800 275 156 175 175 1745 0 0 0 0 23 0 0 0 0 0 +3139 1783782901793187500 DEPTH 30 1 0.62703599601153659 0.23343527013251789 1 8 1 8 0 0 162 18 2584 23664857 81600 917.32176208496094 5.8414000000000001 1395.8868 120960 65063 1 0 5898240 4423680 4423680 4426455 4492800 485 150 245 605 1099 0 0 0 0 18 0 0 0 0 0 +3140 1783782903132522400 DEPTH 45 1 0.62694863430869185 0.22426095820591221 2 7 2 7 0 0 176 29 2614 23664920 81600 921.09439086914062 5.8978999999999999 1338.0228999999999 120960 65550 1 0 5898240 4423680 4423680 4426519 4492800 172 150 167 181 1944 0 0 0 0 29 0 0 0 0 0 +3141 1783782904478601100 DEPTH 13 1 0.69245166732142849 0.0091743119266054877 1 6 1 6 0 0 195 10 2501 23664846 81600 902.13789367675781 5.8479999999999999 1344.5992000000001 120960 55223 1 0 5898240 4423680 4423680 4426446 4492800 382 150 190 243 1536 0 0 0 0 10 0 0 0 0 0 +3142 1783782905882492400 DEPTH 56 1 0.69821399689194397 0 2 5 2 5 0 0 235 12 2579 23664778 81600 901.94841003417969 5.8193999999999999 1377.6764000000001 120960 54168 1 0 5898240 4423680 4423680 4426376 4492800 487 150 216 581 1145 0 0 0 0 12 0 0 0 0 0 +3143 1783782907286169600 DEPTH 42 1 0.66573498597458525 0.11213047910295611 2 6 2 6 0 0 161 14 2620 23664825 81600 915.16722106933594 5.907 1386.2472 120960 65752 1 0 5898240 4423680 4423680 4426425 4492800 232 150 280 262 1696 0 0 0 0 14 0 0 0 0 0 +3144 1783782908678824100 DEPTH 1 1 0.65514901588583407 0.1213047910295616 1 7 1 7 0 0 149 5 2611 23664906 81600 915.42527770996094 5.8110999999999997 1390.9860000000001 120960 66086 1 0 5898240 4423680 4423680 4426504 4492800 403 150 284 359 1415 0 0 0 0 5 0 0 0 0 0 +3145 1783782910090148300 DEPTH 46 1 0.66770271883757437 0.13047910295616727 0 8 0 8 0 0 338 22 2613 23664831 81600 924.590087890625 5.8467000000000002 1391.1269 120960 65845 1 0 5898240 4423680 4423680 4426427 4492800 343 150 193 253 1674 0 0 0 0 22 0 0 0 0 0 +3146 1783782911452129200 DEPTH 32 1 0.62296826668921745 0.23343527013251789 1 8 1 8 0 0 162 20 2555 23664766 81600 919.51934814453125 5.8555999999999999 1322.2850000000001 120960 63520 1 0 5898240 4423680 4423680 4426365 4492800 277 150 250 266 1612 0 0 0 0 20 0 0 0 0 0 +3147 1783782912568357100 DEPTH 55 1 0.61938863811483613 0.68195718654434234 1 12 1 12 0 0 177 18 2584 23664924 81600 920.5452880859375 5.8491 1114.5236 120960 57594 1 0 5898240 4423680 4423680 4426524 4492800 864 156 150 159 1255 0 0 0 0 18 0 0 0 0 0 +3148 1783782913949737600 DEPTH 54 1 0.61869966735985082 0.23343527013251789 1 8 1 8 1 0 138 9 2611 23664849 81600 907.78114318847656 5.8316999999999997 1379.9271000000001 120960 64419 1 0 5898240 4423680 4423680 4426448 4492800 502 150 294 369 1296 0 0 0 0 9 0 0 0 0 1 +3149 1783782915378824400 DEPTH 17 1 0.69814756607039319 0.018348623853211066 0 7 0 7 0 0 234 11 2530 23664842 81600 905.17813110351562 5.8227999999999991 1387.8614 120960 54441 1 0 5898240 4423680 4423680 4426438 4492800 236 156 202 355 1581 0 0 0 0 11 0 0 0 0 0 +3150 1783782916757165000 DEPTH 2 1 0.69455477669153876 0.22426095820591221 2 7 2 7 0 0 164 26 2593 23664922 81600 902.42869567871094 5.8596000000000004 1376.6102000000001 120960 53170 1 0 5898240 4423680 4423680 4426521 4492800 528 150 228 352 1335 0 0 0 0 26 0 0 0 0 0 +3151 1783782917995256700 DEPTH 8 1 0.68293965583722005 0 2 5 2 5 1 0 251 18 2586 23664846 81600 911.52897644042969 5.8632 1177.2538 120960 55427 1 0 5898240 4423680 4423680 4426444 4492800 161 156 150 613 1506 0 0 0 0 18 0 0 0 0 1 +3152 1783782919203367600 DEPTH 16 1 0.66086742040437163 0.11213047910295611 2 6 2 6 0 0 216 22 2546 23664880 81600 917.49095153808594 5.8207999999999993 1206.8761999999999 120960 66148 1 0 5898240 4423680 4423680 4426480 4492800 404 156 156 292 1538 0 0 0 0 22 0 0 0 0 0 +3153 1783782920601475900 DEPTH 44 1 0.67738602642045342 0.1213047910295616 1 7 1 7 0 0 183 17 2580 23664812 81600 907.3756103515625 5.8247 1375.4464 120960 53803 1 0 5898240 4423680 4423680 4426411 4492800 227 156 156 180 1861 0 0 0 0 17 0 0 0 0 0 +3154 1783782922026992200 DEPTH 48 1 0.66534174200939933 0.11213047910295611 2 6 2 6 0 0 220 38 2584 23664870 81600 902.32524108886719 5.8304999999999998 1367.4747 120960 55587 1 0 5898240 4423680 4423680 4426469 4492800 150 150 150 150 1984 0 0 0 2 36 0 0 0 0 0 +3155 1783782923353576900 DEPTH 14 1 0.61867563635613443 0.57900101936799164 0 12 0 12 1 0 138 24 2577 23664881 81600 909.78938293457031 5.8200000000000003 1325.4005999999999 120960 57914 1 0 5898240 4423680 4423680 4426481 4492800 296 150 150 158 1823 0 0 0 0 24 0 0 0 0 2 +3156 1783782924488840800 DEPTH 35 1 0.61827427173404248 0.67278287461773678 2 11 2 11 0 0 186 39 2523 23664897 81600 911.22196960449219 5.8671999999999995 1104.2635 120960 58100 1 0 5898240 4423680 4423680 4426492 4492800 332 157 168 290 1576 0 0 0 0 39 0 0 0 0 0 +3157 1783782924723650000 REFRESH 56 0 0.68969537540683346 0 2 5 2 5 0 0 235 3 413 3943879 55200 158.13734436035156 0.97389999999999999 233.49379999999999 20160 13447 0 0 983040 737280 737280 737479 748800 134 26 42 116 95 0 0 0 0 3 0 0 0 0 0 +3158 1783782924922726600 REFRESH 8 0 0.61364438203045113 0 2 5 2 5 0 0 251 3 417 3943899 55200 159.53919982910156 0.97499999999999998 197.86959999999999 20160 13499 0 0 983040 737280 737280 737499 748800 64 27 57 130 139 0 0 0 0 3 0 0 0 0 0 +3159 1783782925143230500 REFRESH 7 0 0.61597025176957365 0.68195718654434234 1 12 1 12 0 0 153 7 419 3943930 55200 158.99853515625 0.96740000000000004 190.1737 20160 11997 0 0 983040 737280 737280 737530 748800 71 26 35 43 244 0 0 0 0 7 0 0 0 0 0 +3160 1783782925345192400 REFRESH 4 0 0.58371167339603836 0.7940876656472986 1 13 1 13 0 0 71 3 412 3943900 55200 156.71910095214844 0.97330000000000005 186.6748 20160 13555 0 0 983040 737280 737280 737500 748800 37 26 41 50 258 0 0 0 0 3 0 0 0 0 0 +3161 1783782925569076100 REFRESH 30 0 0.59825448891034827 0.23343527013251789 1 8 1 8 0 0 162 5 424 3943935 55200 158.740478515625 0.97650000000000003 222.06059999999999 20160 13310 0 0 983040 737280 737280 737535 748800 117 25 52 141 89 0 0 0 0 5 0 0 0 0 0 +3162 1783782925775538100 REFRESH 53 0 0.65159382898986373 0.13047910295616727 0 8 0 8 0 0 174 4 413 3943917 55200 159.54022216796875 0.97009999999999996 205.02029999999999 20160 13476 0 0 983040 737280 737280 737517 748800 176 27 49 34 127 0 0 0 0 4 0 0 0 0 0 +3163 1783782925991188900 REFRESH 12 0 0.6161301783177473 0.43934760448521909 3 8 3 8 0 0 214 6 413 3943886 55200 158.56434631347656 0.96899999999999997 190.21680000000001 20160 12245 0 0 983040 737280 737280 737486 748800 178 27 33 59 116 0 0 0 0 6 0 0 0 0 0 +3164 1783782926194561000 REFRESH 16 0 0.53283425691854436 0.11213047910295611 2 6 2 6 0 0 216 5 416 3943908 55200 160.20172119140625 1.0322 201.43090000000001 20160 13626 0 0 983040 737280 737280 737507 748800 161 26 27 95 107 0 0 0 0 5 0 0 0 0 0 +3165 1783782926434328100 REFRESH 46 0 0.61862873471946522 0.13047910295616727 0 8 0 8 0 0 338 5 420 3943880 55200 159.8709716796875 1.0132000000000001 237.94460000000001 20160 13681 0 0 983040 737280 737280 737480 748800 112 25 69 74 140 0 0 0 0 5 0 0 0 0 0 +3166 1783782926641076800 REFRESH 47 0 0.61184975330930746 0.67278287461773678 2 11 2 11 0 0 125 10 420 3943933 55200 158.38616943359375 0.98870000000000002 190.20400000000001 20160 12113 0 0 983040 737280 737280 737533 748800 52 26 35 30 277 0 0 0 0 10 0 0 0 0 0 +3167 1783782926882244800 REFRESH 1 0 0.63272058904632877 0.1213047910295616 1 7 1 7 0 0 149 3 429 3943875 55200 159.29548645019531 0.99809999999999999 240.0043 20160 13399 0 0 983040 737280 737280 737475 748800 132 25 78 99 95 0 0 0 0 3 0 0 0 0 0 +3168 1783782927097511200 REFRESH 13 0 0.78466292689893125 0.0091743119266054877 1 6 1 6 0 0 195 2 413 3943921 55200 159.37126159667969 0.97250000000000003 214.08510000000001 20160 13468 0 0 983040 737280 737280 737521 748800 168 26 62 65 92 0 0 0 0 2 0 0 0 0 0 +3169 1783782927337052900 REFRESH 9 0 0.64566388247935413 0.11213047910295611 2 6 2 6 0 0 161 5 438 3943927 55200 159.72454833984375 0.97130000000000005 238.38040000000001 20160 13720 0 0 983040 737280 737280 737527 748800 164 25 39 110 100 0 0 0 0 5 0 0 0 0 0 +3170 1783782927551579000 REFRESH 24 0 0.61407243465182682 0.87869520897043818 4 11 4 11 1 0 161 5 414 3943888 55200 158.25625610351562 0.97409999999999997 189.51830000000001 20160 11922 0 0 983040 737280 737280 737488 748800 66 26 27 30 265 0 0 0 0 5 0 0 0 0 1 +3171 1783782927757137900 REFRESH 37 0 0.60615627719883058 0.68195718654434234 1 12 1 12 0 0 151 1 429 3943905 55200 158.08409118652344 0.97070000000000001 188.57339999999999 20160 11969 0 0 983040 737280 737280 737505 748800 123 25 40 91 150 0 0 0 0 1 0 0 0 0 0 +3172 1783782928040520500 REFRESH 11 0 0.65797028052217088 0.13047910295616727 0 8 0 8 0 0 125 3 417 3943910 55200 157.49221801757812 0.97560000000000002 235.5959 20160 13651 0 0 983040 737280 737280 737510 748800 123 25 56 66 147 0 0 0 0 3 0 0 0 0 0 +3173 1783782928247393700 REFRESH 34 0 0.58710935268341657 0.68195718654434234 1 12 1 12 0 0 125 5 423 3943901 55200 157.06008911132812 0.9748 188.12899999999999 20160 12235 0 0 983040 737280 737280 737501 748800 176 25 56 80 86 0 0 0 0 5 0 0 0 0 0 +3174 1783782928452299400 REFRESH 20 0 0.61380369374083465 0.67278287461773678 2 11 2 11 0 0 140 7 427 3943906 55200 157.66117858886719 0.97399999999999998 189.0438 20160 12218 0 0 983040 737280 737280 737506 748800 95 25 67 111 129 0 0 0 0 7 0 0 0 0 0 +3175 1783782928657954800 REFRESH 27 0 0.61478805867716868 0.80326197757390405 0 14 0 14 1 0 171 5 412 3943903 55200 157.77690124511719 0.97360000000000002 189.41460000000001 20160 12136 0 0 983040 737280 737280 737503 748800 127 26 41 28 190 0 0 0 0 5 0 0 0 0 1 +3176 1783782928860142200 REFRESH 14 0 0.57896699072654689 0.57900101936799164 0 12 0 12 0 0 138 9 422 3943892 55200 159.33235168457031 0.96779999999999999 200.98249999999999 20160 12206 0 0 983040 737280 737280 737491 748800 162 25 28 30 177 0 0 0 0 9 0 0 0 0 0 +3177 1783782929092545700 REFRESH 55 0 0.6185819351935562 0.68195718654434234 1 12 1 12 0 0 177 13 422 3943898 55200 160.08090209960938 0.96819999999999995 191.60310000000001 20160 12117 0 0 983040 737280 737280 737498 748800 213 26 25 26 132 0 0 0 0 13 0 0 0 0 0 +3178 1783782929296418100 REFRESH 40 0 0.61372226465143398 0.68195718654434234 1 12 1 12 0 0 147 4 415 3943904 55200 157.31610107421875 0.98399999999999999 188.39769999999999 20160 12405 0 0 983040 737280 737280 737504 748800 167 25 31 62 130 0 0 0 0 4 0 0 0 0 0 +3179 1783782929503914900 REFRESH 22 0 0.61490645330174964 0.77573904179408748 3 11 3 11 0 0 159 7 422 3943925 55200 158.8912353515625 0.97350000000000003 190.79429999999999 20160 12087 0 0 983040 737280 737280 737524 748800 164 26 59 32 141 1 0 0 0 6 0 0 0 0 0 +3180 1783782929742702900 REFRESH 42 0 0.66691021863801681 0.11213047910295611 2 6 2 6 0 0 161 4 423 3943888 55200 159.13778686523438 0.97270000000000001 237.5506 20160 13788 0 0 983040 737280 737280 737488 748800 113 25 91 82 112 0 0 0 0 4 0 0 0 0 0 +3181 1783782929956930900 REFRESH 23 0 0.61021646789471751 1 3 13 3 13 0 0 130 7 406 3943903 55200 158.1793212890625 0.9748 189.1799 20160 11957 0 0 983040 737280 737280 737502 748800 135 26 34 28 183 0 0 0 0 7 0 0 0 0 0 +3182 1783782930160245400 REFRESH 6 0 0.5960797575693243 0.77573904179408748 3 11 3 11 0 0 127 6 415 3943917 55200 158.10073852539062 0.97319999999999995 187.86199999999999 20160 12480 0 0 983040 737280 737280 737516 748800 83 25 49 55 203 0 0 0 0 6 0 0 0 0 0 +3183 1783782930378531000 REFRESH 38 0 0.61451132701932532 0.56065239551478074 2 10 2 10 0 0 147 6 424 3943915 55200 158.23257446289062 0.96879999999999999 189.09379999999999 20160 12374 0 0 983040 737280 737280 737515 748800 174 26 49 51 124 0 0 0 0 6 0 0 0 0 0 +3184 1783782930571841400 REFRESH 35 0 0.61740666374238973 0.67278287461773678 2 11 2 11 0 0 186 7 416 3943882 55200 158.50904846191406 0.97240000000000004 191.9708 20160 12202 0 0 983040 737280 737280 737482 748800 145 27 35 88 121 0 0 0 0 7 0 0 0 0 0 +3185 1783782930815499700 REFRESH 41 0 0.60420856858753336 0.34556574923547401 1 9 1 9 0 0 118 7 416 3943906 55200 158.76506042480469 0.97040000000000004 218.80889999999999 20160 13275 0 0 983040 737280 737280 737505 748800 222 26 29 37 102 0 0 0 0 7 0 0 0 0 0 +3186 1783782931017175300 REFRESH 5 0 0.60513669959930305 0.67278287461773678 2 11 2 11 0 0 102 8 424 3943916 55200 157.2095947265625 0.97719999999999996 186.7764 20160 12719 0 0 983040 737280 737280 737515 748800 122 25 39 146 92 0 0 0 0 8 0 0 0 0 0 +3187 1783782931259774500 REFRESH 44 0 0.73272748259263454 0.1213047910295616 1 7 1 7 0 0 183 5 424 3943903 55200 162.44940185546875 1.2159 240.64269999999999 20160 13399 0 0 983040 737280 737280 737503 748800 68 26 33 45 252 0 0 0 0 5 0 0 0 0 0 +3188 1783782931482123400 REFRESH 2 0 0.70766727008835661 0.22426095820591221 2 7 2 7 0 0 164 9 427 3943874 55200 163.14675903320312 0.98480000000000001 221.0241 20160 13220 0 0 983040 737280 737280 737474 748800 144 25 53 67 138 0 0 0 0 9 0 0 0 0 0 +3189 1783782931698785600 REFRESH 36 0 0.61343984990648626 0.66360856269113133 3 10 3 10 0 0 142 10 430 3943908 55200 160.05938720703125 0.96850000000000003 191.69390000000001 20160 12149 0 0 983040 737280 737280 737508 748800 201 25 27 51 126 0 0 0 0 10 0 0 0 0 0 +3190 1783782931955113700 REFRESH 17 0 0.78970628976891066 0.018348623853211066 0 7 0 7 0 0 234 4 416 3943915 55200 159.39891052246094 0.97409999999999997 238.71039999999999 20160 13679 0 0 983040 737280 737280 737515 748800 96 26 66 113 115 0 0 0 0 4 0 0 0 0 0 +3191 1783782932161230000 REFRESH 43 0 0.60927381994893381 0.77573904179408748 3 11 3 11 0 0 151 6 428 3943918 55200 158.3687744140625 0.96889999999999998 190.27359999999999 20160 13150 0 0 983040 737280 737280 737518 748800 148 25 104 46 105 1 0 0 0 5 0 0 0 0 0 +3192 1783782932366607800 REFRESH 57 0 0.61355737107811248 0.78491335372069293 2 12 2 12 0 0 157 13 408 3943915 55200 158.30732727050781 0.98670000000000002 189.82509999999999 20160 12054 0 0 983040 737280 737280 737514 748800 142 26 35 34 171 0 0 0 0 13 0 0 0 0 0 +3193 1783782932577726300 REFRESH 28 0 0.61256013157021327 0.68195718654434234 1 12 1 12 0 0 168 6 406 3943929 55200 159.56684875488281 0.98640000000000005 194.7996 20160 12088 0 0 983040 737280 737280 737529 748800 77 28 39 40 222 0 0 0 0 6 0 0 0 0 0 +3194 1783782932784929600 REFRESH 33 0 0.65519759826688528 0.1213047910295616 1 7 1 7 0 0 204 2 417 3943919 55200 160.64512634277344 0.98160000000000003 205.9633 20160 13519 0 0 983040 737280 737280 737518 748800 136 26 82 63 110 0 0 0 0 2 0 0 0 0 0 +3195 1783782933011714600 REFRESH 3 0 0.61662239359637927 0.44852191641182459 2 9 2 9 1 0 167 6 419 3943934 55200 158.32473754882812 0.99350000000000005 200.39259999999999 20160 12666 0 0 983040 737280 737280 737532 748800 214 26 38 31 110 0 0 0 0 6 0 0 0 0 1 +3196 1783782933230231500 REFRESH 31 0 0.6580128611045607 0.11213047910295611 2 6 2 6 0 0 175 6 423 3943898 55200 158.81829833984375 0.99239999999999995 217.2927 20160 13228 0 0 983040 737280 737280 737498 748800 91 25 32 148 127 0 0 0 0 6 0 0 0 0 0 +3197 1783782933448104200 REFRESH 39 0 0.61782610305158836 0.43934760448521909 3 8 3 8 0 0 193 7 425 3943894 55200 158.78553771972656 0.9859 201.2475 20160 13007 0 0 983040 737280 737280 737494 748800 25 25 28 25 322 0 0 0 0 7 0 0 0 0 0 +3198 1783782933651511000 REFRESH 32 0 0.6251643944618166 0.23343527013251789 1 8 1 8 0 0 162 6 422 3943916 55200 159.37046813964844 0.98450000000000004 202.12620000000001 20160 13522 0 0 983040 737280 737280 737516 748800 111 26 99 85 101 0 0 0 0 6 0 0 0 0 0 +3199 1783782933872357600 REFRESH 26 0 0.60529390695069674 0.68195718654434234 1 12 1 12 0 0 116 6 425 3943924 55200 159.12037658691406 0.96930000000000005 190.21289999999999 20160 12230 0 0 983040 737280 737280 737523 748800 54 25 25 63 258 0 0 0 0 6 0 0 0 0 0 +3200 1783782934078018500 REFRESH 51 0 0.60997293924788731 0.77573904179408748 3 11 3 11 0 0 130 8 426 3943898 55200 158.43431091308594 0.97619999999999996 190.05879999999999 20160 12438 0 0 983040 737280 737280 737498 748800 153 25 81 49 118 0 0 0 0 8 0 0 0 0 0 +3201 1783782934311353000 REFRESH 48 0 0.66597364015900506 0.11213047910295611 2 6 2 6 0 0 220 7 416 3943893 55200 159.16954040527344 0.96940000000000004 231.6207 20160 13570 0 0 983040 737280 737280 737493 748800 97 26 60 50 183 0 0 0 0 7 0 0 0 0 0 +3202 1783782934526103100 REFRESH 10 0 0.60633080694814701 0.4576962283384301 1 10 1 10 0 0 135 6 425 3943910 55200 158.89817810058594 0.9698 191.30350000000001 20160 12778 0 0 983040 737280 737280 737510 748800 155 25 38 42 165 0 0 0 0 6 0 0 0 0 0 +3203 1783782934731450600 REFRESH 25 0 0.60519794879964539 0.77573904179408748 3 11 3 11 0 0 133 6 423 3943902 55200 158.40666198730469 0.96999999999999997 189.95570000000001 20160 12002 0 0 983040 737280 737280 737502 748800 61 25 44 26 267 0 0 0 0 6 0 0 0 0 0 +3204 1783782934937017900 REFRESH 58 0 0.61118757600188212 0.78491335372069293 2 12 2 12 0 0 147 9 416 3943882 55200 158.85209655761719 0.96809999999999996 188.99469999999999 20160 12382 0 0 983040 737280 737280 737482 748800 81 25 25 34 251 0 0 0 0 9 0 0 0 0 0 +3205 1783782935142862000 REFRESH 45 0 0.62788242855046517 0.22426095820591221 2 7 2 7 0 0 176 7 419 3943911 55200 163.13343811035156 0.97309999999999997 204.4375 20160 13479 0 0 983040 737280 737280 737511 748800 91 25 38 62 203 0 0 0 0 7 0 0 0 0 0 +3206 1783782935378509900 REFRESH 52 0 0.65107574395134027 0.1213047910295616 1 7 1 7 0 0 131 3 428 3943915 55200 159.63238525390625 0.97150000000000003 234.35120000000001 20160 13931 0 0 983040 737280 737280 737514 748800 171 26 72 78 81 0 0 0 0 3 0 0 0 0 0 +3207 1783782935589040100 REFRESH 19 0 0.61499720697021409 0.67278287461773678 2 11 2 11 0 0 143 6 422 3943917 55200 159.01593017578125 0.9677 189.21600000000001 20160 12150 0 0 983040 737280 737280 737516 748800 114 26 32 41 209 0 0 0 0 6 0 0 0 0 0 +3208 1783782935792245400 REFRESH 15 0 0.60213204532419073 0.77573904179408748 3 11 3 11 0 0 113 6 421 3943885 55200 158.04313659667969 0.96879999999999999 188.61760000000001 20160 11975 0 0 983040 737280 737280 737485 748800 76 26 63 63 193 0 0 0 0 6 0 0 0 0 0 +3209 1783782936030373700 REFRESH 54 0 0.61988500224175325 0.23343527013251789 1 8 1 8 0 0 138 5 426 3943902 55200 160.16178894042969 0.97019999999999995 236.87530000000001 20160 13272 0 0 983040 737280 737280 737501 748800 165 25 63 96 77 0 0 0 0 5 0 0 0 0 0 +3210 1783782936235179400 REFRESH 29 0 0.61402341940793392 0.68195718654434234 1 12 1 12 0 0 146 6 417 3943933 55200 158.09330749511719 0.96899999999999997 189.0247 20160 12099 0 0 983040 737280 737280 737533 748800 127 25 27 93 145 0 0 0 0 6 0 0 0 0 0 +3211 1783782936476074700 REFRESH 21 0 0.61322362559239618 0.35474006116207946 0 10 0 10 0 0 202 4 417 3943885 55200 158.8643798828125 0.98519999999999996 216.3031 20160 12793 0 0 983040 737280 737280 737485 748800 120 26 49 85 137 0 0 0 0 4 0 0 0 0 0 +3212 1783782936678142100 REFRESH 49 0 0.60984125251026211 0.66360856269113133 3 10 3 10 0 0 143 4 416 3943922 55200 157.63661193847656 0.96950000000000003 189.91569999999999 20160 12444 0 0 983040 737280 737280 737522 748800 153 26 32 44 161 0 0 0 0 4 0 0 0 0 0 +3213 1783782936901610700 REFRESH 50 0 0.61061217900675757 0.44852191641182459 2 9 2 9 0 0 150 8 418 3943921 55200 157.8260498046875 0.96870000000000001 203.13 20160 12589 0 0 983040 737280 737280 737521 748800 107 26 32 42 211 0 0 0 0 8 0 0 0 0 0 +3214 1783782937109817900 REFRESH 18 0 0.65216240844024176 0.7940876656472986 1 13 1 13 0 0 146 6 425 3943933 55200 159.63955688476562 0.98709999999999998 191.70670000000001 20160 12623 0 0 983040 737280 737280 737533 748800 150 25 105 56 89 0 0 0 0 6 0 0 0 0 0 +3215 1783782937326426900 REFRESH 0 0 0.59806417453497918 0.68195718654434234 1 12 1 12 0 0 108 2 424 3943926 55200 157.58335876464844 0.96999999999999997 187.18000000000001 20160 13462 0 0 983040 737280 737280 737526 748800 74 25 26 25 274 0 0 0 0 2 0 0 0 0 0 +3216 1783782938517305300 DEPTH 8 1 0.78734878076723691 0 2 5 2 5 0 0 251 14 2566 23664843 81600 921.1126708984375 5.8371000000000004 1189.6880000000001 120960 66569 1 0 5898240 4423680 4423680 4426441 4492800 168 156 150 538 1554 0 0 0 0 14 0 0 0 0 0 +3217 1783782939910870800 DEPTH 17 1 0.7850217504256356 0.018348623853211066 0 7 0 7 0 0 234 12 2533 23664853 81600 916.53118896484375 5.8193999999999999 1392.3409999999999 120960 66147 1 0 5898240 4423680 4423680 4426449 4492800 240 156 197 328 1612 0 0 0 0 12 0 0 0 0 0 +3218 1783782941320499700 DEPTH 56 1 0.78409341821459788 0 2 5 2 5 0 0 235 15 2574 23664874 81600 913.17555236816406 5.8407 1387.5814 120960 65866 1 0 5898240 4423680 4423680 4426473 4492800 471 150 216 533 1204 0 0 0 0 15 0 0 0 0 0 +3219 1783782942728293100 DEPTH 13 1 0.77866153160058793 0.0091743119266054877 1 6 1 6 0 0 195 13 2498 23664891 81600 915.85433959960938 5.8253000000000004 1368.3352 120960 65585 1 0 5898240 4423680 4423680 4426490 4492800 382 150 192 252 1522 0 0 0 0 13 0 0 0 0 0 +3220 1783782944123622400 DEPTH 44 1 0.72342752363847906 0.1213047910295616 1 7 1 7 0 0 184 19 2580 23664822 81600 917.52445983886719 5.8261999999999992 1394.0631000000001 120960 64522 1 0 5898240 4423680 4423680 4426421 4492800 233 156 155 169 1867 0 0 0 0 19 0 0 0 0 0 +3221 1783782945532954000 DEPTH 2 1 0.70034028014907146 0.22426095820591221 2 7 2 7 0 0 164 27 2589 23664901 81600 915.41419982910156 5.8216000000000001 1371.9981 120960 64745 1 0 5898240 4423680 4423680 4426496 4492800 532 150 227 362 1318 0 0 0 0 27 0 0 0 0 0 +3222 1783782946919188100 DEPTH 46 1 0.66448973095842334 0.13047910295616727 0 8 0 8 1 0 338 28 2612 23664860 81600 915.3751220703125 5.8331999999999988 1384.9149 120960 66571 1 0 5898240 4423680 4423680 4426456 4492800 329 150 182 295 1656 0 0 0 0 28 0 0 0 0 1 +3223 1783782948377580900 DEPTH 42 1 0.66190404326876251 0.11213047910295611 2 6 2 6 0 0 161 20 2622 23664778 81600 923.75656127929688 5.9177999999999997 1398.5871 120960 66706 1 0 5898240 4423680 4423680 4426376 4492800 231 150 279 285 1677 0 0 0 0 20 0 0 0 0 0 +3224 1783782949581347700 DEPTH 16 1 0.6596616728288156 0.11213047910295611 2 6 2 6 0 0 217 25 2542 23664869 81600 920.2186279296875 5.8498000000000001 1202.3061 120960 65751 1 0 5898240 4423680 4423680 4426468 4492800 411 156 156 343 1476 0 0 0 0 25 0 0 0 0 0 +3225 1783782950919864800 DEPTH 53 1 0.65745738920676799 0.13047910295616727 0 8 0 8 0 0 174 22 2530 23664833 81600 911.65798950195312 5.8194999999999997 1312.5759 120960 65525 1 0 5898240 4423680 4423680 4426432 4492800 275 156 173 174 1752 0 0 0 0 22 0 0 0 0 0 +3226 1783782952330773000 DEPTH 31 1 0.65604598817389581 0.11213047910295611 2 6 2 6 0 0 175 13 2614 23664745 81600 911.70420837402344 5.8834999999999997 1355.0128 120960 65202 1 0 5898240 4423680 4423680 4426340 4492800 448 150 174 598 1244 0 0 0 0 13 0 0 0 0 0 +3227 1783782953720258400 DEPTH 11 1 0.65336864247116766 0.13047910295616727 0 8 0 8 0 0 125 8 2544 23664805 81600 904.531982421875 5.8254999999999999 1388.2706000000001 120960 65927 1 0 5898240 4423680 4423680 4426404 4492800 272 150 179 194 1749 0 0 0 0 8 0 0 0 0 0 +3228 1783782955055982200 DEPTH 33 1 0.64961885069747249 0.1213047910295616 1 7 1 7 1 0 204 23 2526 23664834 81600 919.32090759277344 6.0148000000000001 1298.1108999999999 120960 66095 1 0 5898240 4423680 4423680 4426425 4492800 399 151 169 250 1557 0 0 0 0 23 0 0 0 0 1 +3229 1783782956490046600 DEPTH 1 1 0.64856635451698041 0.1213047910295616 1 7 1 7 0 0 149 11 2622 23664783 81600 913.74288940429688 5.8473000000000006 1406.8992000000001 120960 65849 1 0 5898240 4423680 4423680 4426383 4492800 407 150 289 398 1378 0 0 0 0 11 0 0 0 0 0 +3230 1783782957871305400 DEPTH 9 1 0.64431098870393266 0.11213047910295611 2 6 2 6 0 0 161 10 2633 23664921 81600 916.13079833984375 5.8857999999999997 1380.0414000000001 120960 66309 1 0 5898240 4423680 4423680 4426521 4492800 918 150 214 640 711 0 0 0 0 10 0 0 0 0 0 +3231 1783782959304988200 DEPTH 48 1 0.6634210610650485 0.11213047910295611 2 6 2 6 0 0 221 35 2580 23664850 81600 910.41792297363281 5.8212000000000002 1368.3079 120960 66177 1 0 5898240 4423680 4423680 4426449 4492800 150 150 150 150 1980 0 0 0 0 35 0 0 0 0 0 +3232 1783782960507305400 DEPTH 8 1 0.69853245545907561 0 2 5 2 5 0 0 252 18 2576 23664869 81600 912.19863891601562 5.827 1177.867 120960 55157 1 0 5898240 4423680 4423680 4426467 4492800 167 157 150 694 1408 0 0 0 0 18 0 0 0 0 0 +3233 1783782961877516000 DEPTH 17 1 0.6967242216146301 0.018348623853211066 0 7 0 7 0 0 234 15 2542 23664864 81600 900.46875 5.8357000000000001 1368.9949999999999 120960 54941 1 0 5898240 4423680 4423680 4426460 4492800 243 156 195 341 1607 0 0 0 0 15 0 0 0 0 0 +3234 1783782963279414200 DEPTH 56 1 0.69588896083885599 0 2 5 2 5 0 0 235 12 2587 23664823 81600 898.95033264160156 5.8760000000000003 1374.9281000000001 120960 54344 1 0 5898240 4423680 4423680 4426421 4492800 434 150 216 625 1162 0 0 0 0 12 0 0 0 0 0 +3235 1783782964624566800 DEPTH 13 1 0.69111950017184476 0.0091743119266054877 1 6 1 6 0 0 195 13 2498 23664861 81600 905.067626953125 5.8211000000000004 1343.8675000000001 120960 54247 1 0 5898240 4423680 4423680 4426459 4492800 357 150 188 256 1547 0 0 0 0 13 0 0 0 0 0 +3236 1783782965981435000 DEPTH 52 1 0.64709396859705037 0.1213047910295616 1 7 1 7 0 0 131 6 2580 23664801 81600 911.19537353515625 5.8229999999999995 1355.4845 120960 66480 1 0 5898240 4423680 4423680 4426400 4492800 881 156 382 543 618 0 0 0 0 6 0 0 0 0 0 +3237 1783782967324473400 DEPTH 45 1 0.62552898995482664 0.22426095820591221 2 7 2 7 0 0 177 25 2608 23664925 81600 921.2938232421875 5.8902000000000001 1318.0715 120960 65610 1 0 5898240 4423680 4423680 4426524 4492800 204 150 168 201 1885 0 0 0 0 25 0 0 0 0 0 +3238 1783782968703279900 DEPTH 30 1 0.62442800985093261 0.23343527013251789 1 8 1 8 0 0 162 24 2590 23664803 81600 912.60211181640625 5.8227999999999991 1377.5640000000001 120960 64806 1 0 5898240 4423680 4423680 4426402 4492800 488 150 244 609 1099 0 0 0 0 24 0 0 0 0 0 +3239 1783782970007394500 DEPTH 32 1 0.62299775197841178 0.23343527013251789 1 8 1 8 0 0 163 28 2564 23664796 81600 908.70503234863281 5.8186999999999998 1302.8226 120960 64940 1 0 5898240 4423680 4423680 4426395 4492800 288 150 257 309 1560 0 0 0 0 28 0 0 0 0 0 +3240 1783782971403986900 DEPTH 44 1 0.66991263170464022 0.1213047910295616 1 7 1 7 0 0 184 8 2595 23664830 81600 904.92213439941406 5.8049000000000008 1367.9217000000001 120960 53372 1 0 5898240 4423680 4423680 4426428 4492800 230 156 156 184 1869 0 0 0 0 8 0 0 0 0 0 +3241 1783782972528566600 DEPTH 18 1 0.64290391156511772 0.7940876656472986 1 13 1 13 1 0 146 48 2576 23664825 81600 915.57394409179688 5.8113999999999999 1099.5209 120960 61184 1 0 5898240 4423680 4423680 4426425 4492800 321 150 326 261 1518 2 0 0 0 46 0 0 0 0 1 +3242 1783782973954492100 DEPTH 2 1 0.65459530627767581 0.22426095820591221 2 7 2 7 0 0 164 29 2588 23664870 81600 911.1173095703125 5.9148999999999994 1383.365 120960 54043 1 0 5898240 4423680 4423680 4426470 4492800 531 150 224 401 1282 0 0 0 0 29 0 0 0 0 0 +3243 1783782975134636500 DEPTH 8 1 0.64953362417162286 0 2 5 2 5 0 0 253 26 2566 23664862 81600 910.96473693847656 5.8724000000000007 1178.8452 120960 44347 1 0 5898240 4423680 4423680 4426460 4492800 166 157 150 751 1342 0 0 0 0 26 0 0 0 0 0 +3244 1783782976506256600 DEPTH 14 1 0.618248098293257 0.57900101936799164 0 12 0 12 0 0 140 32 2582 23664748 81600 914.95423889160156 5.8683999999999994 1326.9670000000001 120960 58624 1 0 5898240 4423680 4423680 4426348 4492800 332 150 150 165 1785 0 0 0 0 32 0 0 0 0 0 +3245 1783782977638520100 DEPTH 55 1 0.61784598845474314 0.68195718654434234 1 12 1 12 0 0 177 41 2561 23664888 81600 919.64529418945312 5.8529 1107.0912000000001 120960 57740 1 0 5898240 4423680 4423680 4426486 4492800 930 159 150 156 1166 3 0 0 0 38 0 0 0 0 0 +3246 1783782979084604000 DEPTH 54 1 0.61677689640157007 0.23343527013251789 1 8 1 8 0 0 138 13 2608 23664756 81600 914.21696472167969 5.8166999999999991 1375.4582 120960 64494 1 0 5898240 4423680 4423680 4426356 4492800 510 150 301 351 1296 0 0 0 0 13 0 0 0 0 0 +3247 1783782980411855500 DEPTH 39 1 0.61404704900642781 0.43934760448521909 3 8 3 8 0 0 193 21 2620 23664738 81600 914.88359069824219 5.8536000000000001 1299.6094000000001 120960 63566 1 0 5898240 4423680 4423680 4426336 4492800 150 150 155 150 2015 0 0 0 0 21 0 0 0 0 0 +3248 1783782980618709500 REFRESH 7 0 0.6132733276059491 0.68195718654434234 1 12 1 12 0 0 153 7 418 3943917 55200 158.11378479003906 0.97040000000000004 190.81489999999999 20160 12053 0 0 983040 737280 737280 737517 748800 85 26 45 48 214 0 0 0 0 7 0 0 0 0 0 +3249 1783782980846134600 REFRESH 13 0 0.6732704696859152 0.0091743119266054877 1 6 1 6 0 0 195 4 416 3943923 55200 161.99577331542969 0.97470000000000001 217.226 20160 13551 0 0 983040 737280 737280 737523 748800 169 26 63 65 93 0 0 0 0 4 0 0 0 0 0 +3250 1783782981072883900 REFRESH 28 0 0.60872930882986509 0.68195718654434234 1 12 1 12 0 0 169 8 401 3943909 55200 162.65625 0.98350000000000004 195.7482 20160 12067 0 0 983040 737280 737280 737509 748800 74 27 40 38 222 0 0 1 0 7 0 0 0 0 0 +3251 1783782981278286300 REFRESH 23 0 0.60770617395552817 1 3 13 3 13 0 0 130 4 408 3943910 55200 156.695556640625 0.97319999999999995 188.35749999999999 20160 11881 0 0 983040 737280 737280 737510 748800 127 26 34 28 193 0 0 0 0 4 0 0 0 0 0 +3252 1783782981483984300 REFRESH 27 0 0.61019971374308413 0.80326197757390405 0 14 0 14 0 0 171 6 417 3943905 55200 159.90885925292969 0.98640000000000005 191.96019999999999 20160 12011 0 0 983040 737280 737280 737505 748800 120 26 34 29 208 0 0 0 0 6 0 0 0 0 0 +3253 1783782981688681000 REFRESH 32 0 0.5148515770584946 0.23343527013251789 1 8 1 8 0 0 163 5 426 3943920 55200 159.80851745605469 0.98229999999999995 203.2893 20160 13303 0 0 983040 737280 737280 737520 748800 108 26 96 89 107 0 0 0 0 5 0 0 0 0 0 +3254 1783782981926239300 REFRESH 9 0 0.63789580471635809 0.11213047910295611 2 6 2 6 0 0 161 4 437 3943926 55200 159.86175537109375 0.97099999999999997 236.42910000000001 20160 13515 0 0 983040 737280 737280 737526 748800 166 25 39 113 94 0 0 0 0 4 0 0 0 0 0 +3255 1783782982141321900 REFRESH 10 0 0.60482418397809046 0.4576962283384301 1 10 1 10 0 0 135 2 422 3943910 55200 158.29811096191406 0.97150000000000003 190.26759999999999 20160 12592 0 0 983040 737280 737280 737510 748800 156 25 37 42 162 0 0 0 0 2 0 0 0 0 0 +3256 1783782982364352400 REFRESH 18 0 0.53838166298426349 0.7940876656472986 1 13 1 13 0 0 146 7 425 3943932 55200 159.36204528808594 0.97330000000000005 190.3663 20160 12426 0 0 983040 737280 737280 737532 748800 143 25 108 60 89 0 0 0 0 7 0 0 0 0 0 +3257 1783782982570767600 REFRESH 36 0 0.61339045588901597 0.66360856269113133 3 10 3 10 0 0 142 4 427 3943917 55200 159.40403747558594 0.97470000000000001 190.67429999999999 20160 12083 0 0 983040 737280 737280 737517 748800 195 25 27 51 129 0 0 1 0 3 0 0 0 0 0 +3258 1783782982776025600 REFRESH 33 0 0.65250284392723545 0.1213047910295616 1 7 1 7 0 0 204 4 420 3943920 55200 159.72761535644531 0.9728 204.0095 20160 13613 0 0 983040 737280 737280 737518 748800 120 26 62 60 152 0 0 0 0 4 0 0 0 0 0 +3259 1783782982990623600 REFRESH 19 0 0.6112630671068473 0.67278287461773678 2 11 2 11 0 0 143 5 421 3943911 55200 159.16543579101562 0.97209999999999996 189.38910000000001 20160 12115 0 0 983040 737280 737280 737511 748800 113 26 32 43 207 0 0 0 0 5 0 0 0 0 0 +3260 1783782983233781700 REFRESH 41 0 0.60406420625743551 0.34556574923547401 1 9 1 9 0 0 118 5 419 3943911 55200 158.055419921875 0.96899999999999997 218.988 20160 13238 0 0 983040 737280 737280 737511 748800 216 26 28 37 112 0 0 0 0 5 0 0 0 0 0 +3261 1783782983436655100 REFRESH 4 0 0.58072702310823865 0.7940876656472986 1 13 1 13 0 0 71 6 421 3943923 55200 157.83424377441406 0.97829999999999995 186.8202 20160 13626 0 0 983040 737280 737280 737522 748800 30 26 38 39 288 0 0 0 0 6 0 0 0 0 0 +3262 1783782983665082700 REFRESH 50 0 0.60968637536006198 0.44852191641182459 2 9 2 9 0 0 151 9 422 3943916 55200 158.73945617675781 0.98499999999999999 206.3073 20160 12552 0 0 983040 737280 737280 737516 748800 86 26 32 37 241 0 0 0 0 9 0 0 0 0 0 +3263 1783782983907600200 REFRESH 11 0 0.65408403787234448 0.13047910295616727 0 8 0 8 0 0 125 7 417 3943917 55200 159.64671325683594 0.96930000000000005 241.13910000000001 20160 13500 0 0 983040 737280 737280 737517 748800 102 25 52 59 179 0 0 0 0 7 0 0 0 0 0 +3264 1783782984128630900 REFRESH 2 0 0.65931687955397467 0.22426095820591221 2 7 2 7 0 0 164 10 421 3943942 55200 159.73580932617188 0.96970000000000001 219.8792 20160 13292 0 0 983040 737280 737280 737541 748800 144 25 52 67 133 0 0 0 0 10 0 0 0 0 0 +3265 1783782984336845500 REFRESH 34 0 0.58461209113633661 0.68195718654434234 1 12 1 12 0 0 125 1 431 3943911 55200 158.22233581542969 0.9738 188.4922 20160 12187 0 0 983040 737280 737280 737511 748800 181 25 57 80 88 0 0 0 0 1 0 0 0 0 0 +3266 1783782984556945000 REFRESH 31 0 0.65822089247962712 0.11213047910295611 2 6 2 6 0 0 175 5 425 3943903 55200 159.46138000488281 0.97130000000000005 218.88159999999999 20160 13504 0 0 983040 737280 737280 737503 748800 89 25 32 149 130 0 0 0 0 5 0 0 0 0 0 +3267 1783782984769373200 REFRESH 29 0 0.61022747814773548 0.68195718654434234 1 12 1 12 0 0 146 8 412 3943916 55200 158.58175659179688 1.0189999999999999 196.84989999999999 20160 12046 0 0 983040 737280 737280 737516 748800 139 25 27 97 124 0 0 0 0 8 0 0 0 0 0 +3268 1783782984977083000 REFRESH 57 0 0.61409073551510418 0.78491335372069293 2 12 2 12 0 0 157 8 411 3943893 55200 157.62431335449219 0.99590000000000001 189.17619999999999 20160 11945 0 0 983040 737280 737280 737493 748800 118 26 33 31 203 0 0 0 0 8 0 0 0 0 0 +3269 1783782985226059100 REFRESH 46 0 0.66565754750209472 0.13047910295616727 0 8 0 8 0 0 338 8 421 3943908 55200 159.90170288085938 0.99560000000000004 227.39230000000001 20160 13499 0 0 983040 737280 737280 737508 748800 109 25 61 75 151 0 0 0 0 8 0 0 0 0 0 +3270 1783782985431506000 REFRESH 26 0 0.60336865299120024 0.68195718654434234 1 12 1 12 0 0 117 5 428 3943908 55200 158.74662780761719 0.97299999999999998 189.37280000000001 20160 12225 0 0 983040 737280 737280 737508 748800 56 26 25 62 259 0 0 0 0 5 0 0 0 0 0 +3271 1783782985681639600 REFRESH 42 0 0.66333365560524071 0.11213047910295611 2 6 2 6 0 0 161 1 425 3943926 55200 159.96624755859375 0.97950000000000004 239.4658 20160 13696 0 0 983040 737280 737280 737526 748800 115 25 92 77 116 0 0 0 0 1 0 0 0 0 0 +3272 1783782985898085200 REFRESH 3 0 0.61336009063633257 0.44852191641182459 2 9 2 9 0 0 167 3 418 3943927 55200 161.92921447753906 0.98080000000000001 200.62729999999999 20160 12619 0 0 983040 737280 737280 737527 748800 211 26 38 32 111 0 0 0 0 3 0 0 0 0 0 +3273 1783782986106132400 REFRESH 47 0 0.61301535625928316 0.67278287461773678 2 11 2 11 0 0 125 6 420 3943883 55200 160.83456420898438 0.97409999999999997 192.4906 20160 12102 0 0 983040 737280 737280 737483 748800 65 26 41 33 255 0 0 0 0 6 0 0 0 0 0 +3274 1783782986307255700 REFRESH 8 0 0.79043249206744082 0 2 5 2 5 0 0 253 5 414 3943919 55200 159.92013549804688 0.97609999999999997 199.22800000000001 20160 13650 0 0 983040 737280 737280 737519 748800 71 27 69 134 113 0 0 0 0 5 0 0 0 0 0 +3275 1783782986529209400 REFRESH 20 0 0.61194615160332178 0.67278287461773678 2 11 2 11 0 0 140 5 421 3943907 55200 158.62168884277344 0.96879999999999999 189.29390000000001 20160 12192 0 0 983040 737280 737280 737507 748800 83 25 66 102 145 0 0 0 0 5 0 0 0 0 0 +3276 1783782986778763100 REFRESH 17 0 0.78827077694309355 0.018348623853211066 0 7 0 7 0 0 234 1 415 3943891 55200 159.7890625 0.96930000000000005 239.078 20160 13517 0 0 983040 737280 737280 737491 748800 95 26 60 113 121 0 0 0 0 1 0 0 0 0 0 +3277 1783782986985934000 REFRESH 35 0 0.6137201146313418 0.67278287461773678 2 11 2 11 0 0 186 5 415 3943901 55200 160.33407592773438 0.96919999999999995 191.93989999999999 20160 12213 0 0 983040 737280 737280 737501 748800 147 27 35 90 116 0 0 0 0 5 0 0 0 0 0 +3278 1783782987192305400 REFRESH 25 0 0.60296714401894813 0.77573904179408748 3 11 3 11 0 0 133 8 416 3943892 55200 159.56182861328125 0.97499999999999998 190.7542 20160 11829 0 0 983040 737280 737280 737492 748800 85 25 51 26 229 0 0 0 0 8 0 0 0 0 0 +3279 1783782987398087300 REFRESH 15 0 0.59959863562279725 0.77573904179408748 3 11 3 11 0 0 113 7 419 3943903 55200 159.15213012695312 0.97309999999999997 191.24180000000001 20160 11992 0 0 983040 737280 737280 737503 748800 85 26 73 70 165 0 0 0 0 7 0 0 0 0 0 +3280 1783782987591500800 REFRESH 55 0 0.61691279934453447 0.68195718654434234 1 12 1 12 0 0 177 11 422 3943910 55200 160.18841552734375 0.99299999999999999 192.11940000000001 20160 12221 0 0 983040 737280 737280 737510 748800 222 26 25 26 123 0 0 0 0 11 0 0 0 0 0 +3281 1783782987796165000 REFRESH 53 0 0.65963311306845784 0.13047910295616727 0 8 0 8 0 0 174 4 417 3943929 55200 160.30943298339844 0.98199999999999998 203.0855 20160 13471 0 0 983040 737280 737280 737529 748800 164 26 46 33 148 0 0 0 0 4 0 0 0 0 0 +3282 1783782988000271600 REFRESH 49 0 0.60526308979781684 0.66360856269113133 3 10 3 10 0 0 144 9 416 3943923 55200 157.64991760253906 0.98219999999999996 188.74950000000001 20160 12337 0 0 983040 737280 737280 737523 748800 146 26 32 43 169 1 0 0 0 8 0 0 0 0 0 +3283 1783782988207178900 REFRESH 58 0 0.61004761328755885 0.78491335372069293 2 12 2 12 0 0 147 3 420 3943932 55200 159.66822814941406 0.97019999999999995 190.64879999999999 20160 12294 0 0 983040 737280 737280 737530 748800 129 25 25 36 205 0 0 0 0 3 0 0 0 0 0 +3284 1783782988409541700 REFRESH 5 0 0.60494214792499235 0.67278287461773678 2 11 2 11 0 0 102 4 429 3943907 55200 157.24237060546875 0.98170000000000002 186.53530000000001 20160 12548 0 0 983040 737280 737280 737507 748800 117 25 38 139 110 0 0 0 0 4 0 0 0 0 0 +3285 1783782988611981800 REFRESH 38 0 0.61053985516217479 0.56065239551478074 2 10 2 10 0 0 147 6 425 3943903 55200 158.87359619140625 0.96460000000000001 190.17160000000001 20160 12433 0 0 983040 737280 737280 737502 748800 173 26 48 51 127 0 0 0 0 6 0 0 0 0 0 +3286 1783782988846358700 REFRESH 54 0 0.61888945867960388 0.23343527013251789 1 8 1 8 0 0 138 8 432 3943914 55200 158.70179748535156 0.96940000000000004 233.1404 20160 13492 0 0 983040 737280 737280 737514 748800 160 25 63 98 86 0 0 0 0 8 0 0 0 0 0 +3287 1783782989045439100 REFRESH 39 0 0.61349607523359939 0.43934760448521909 3 8 3 8 0 0 193 7 418 3943889 55200 158.50086975097656 0.96730000000000005 197.81209999999999 20160 13222 0 0 983040 737280 737280 737489 748800 36 25 30 30 297 0 0 0 0 7 0 0 0 0 0 +3288 1783782989246772400 REFRESH 12 0 0.61340182320335379 0.43934760448521909 3 8 3 8 0 0 214 5 416 3943931 55200 158.08717346191406 0.9748 189.5899 20160 12274 0 0 983040 737280 737280 737531 748800 187 27 33 63 106 2 0 0 0 3 0 0 0 0 0 +3289 1783782989483628200 REFRESH 0 0 0.5928790622553175 0.68195718654434234 1 12 1 12 0 0 108 4 427 3943929 55200 157.28230285644531 0.96709999999999996 186.8707 20160 13374 0 0 983040 737280 737280 737529 748800 113 25 26 29 234 0 0 0 0 4 0 0 0 0 0 +3290 1783782989685807700 REFRESH 40 0 0.60816460180169241 0.68195718654434234 1 12 1 12 0 0 147 7 415 3943961 55200 158.96575927734375 0.97619999999999996 190.26070000000001 20160 12407 0 0 983040 737280 737280 737559 748800 143 25 31 57 159 0 0 0 0 7 0 0 0 0 0 +3291 1783782989886253100 REFRESH 6 0 0.59469335422130443 0.77573904179408748 3 11 3 11 0 0 127 5 418 3943912 55200 157.87008666992188 0.98170000000000002 188.22329999999999 20160 12497 0 0 983040 737280 737280 737511 748800 55 25 42 46 250 0 0 1 0 4 0 0 0 0 0 +3292 1783782990086688500 REFRESH 37 0 0.59875824872659966 0.68195718654434234 1 12 1 12 0 0 151 5 427 3943914 55200 157.34783935546875 0.99129999999999996 188.0181 20160 11905 0 0 983040 737280 737280 737514 748800 126 25 43 92 141 0 0 0 0 5 0 0 0 0 0 +3293 1783782990315660400 REFRESH 21 0 0.60920968511414131 0.35474006116207946 0 10 0 10 0 0 202 4 416 3943911 55200 158.9801025390625 0.97350000000000003 214.66739999999999 20160 12731 0 0 983040 737280 737280 737511 748800 124 26 49 87 130 0 0 0 0 4 0 0 0 0 0 +3294 1783782990586663100 REFRESH 1 0 0.65175484279527784 0.1213047910295616 1 7 1 7 0 0 150 5 430 3943914 55200 158.85926818847656 0.97270000000000001 236.12219999999999 20160 13309 0 0 983040 737280 737280 737514 748800 128 25 74 97 106 0 0 0 0 5 0 0 0 0 0 +3295 1783782990824328100 REFRESH 56 0 0.78756496578520885 0 2 5 2 5 0 0 235 6 416 3943912 55200 159.25555419921875 0.98529999999999995 236.30940000000001 20160 13404 0 0 983040 737280 737280 737512 748800 137 26 44 121 88 0 0 0 0 6 0 0 0 0 0 +3296 1783782991045076700 REFRESH 16 0 0.66176077928290367 0.11213047910295611 2 6 2 6 0 0 217 6 413 3943898 55200 159.36204528808594 0.98829999999999996 199.44130000000001 20160 13375 0 0 983040 737280 737280 737498 748800 169 26 27 98 93 0 0 0 0 6 0 0 0 0 0 +3297 1783782991246640400 REFRESH 45 0 0.62640463599691321 0.22426095820591221 2 7 2 7 0 0 177 4 417 3943899 55200 159.88429260253906 0.96760000000000002 199.76609999999999 20160 13373 0 0 983040 737280 737280 737499 748800 98 25 42 68 184 0 0 0 0 4 0 0 0 0 0 +3298 1783782991477593800 REFRESH 44 0 0.71476777438674377 0.1213047910295616 1 7 1 7 1 0 184 4 421 3943916 55200 160.00306701660156 0.97729999999999995 229.59100000000001 20160 13491 0 0 983040 737280 737280 737516 748800 90 26 34 63 208 0 0 0 0 4 0 0 0 0 1 +3299 1783782991688299500 REFRESH 24 0 0.61005881858348832 0.87869520897043818 4 11 4 11 0 0 161 4 414 3943900 55200 158.04826354980469 0.9698 190.6259 20160 11865 0 0 983040 737280 737280 737500 748800 81 26 28 33 246 0 0 0 0 4 0 0 0 0 0 +3300 1783782991914380700 REFRESH 30 0 0.62584391376531878 0.23343527013251789 1 8 1 8 0 0 162 4 423 3943914 55200 158.72412109375 0.98850000000000005 224.37780000000001 20160 13521 0 0 983040 737280 737280 737514 748800 118 25 53 144 83 0 0 0 0 4 0 0 0 0 0 +3301 1783782992121997700 REFRESH 51 0 0.60821675773400086 0.77573904179408748 3 11 3 11 0 0 130 7 421 3943922 55200 162.38592529296875 0.9758 194.47059999999999 20160 12339 0 0 983040 737280 737280 737522 748800 156 25 79 47 114 0 0 0 0 7 0 0 0 0 0 +3302 1783782992327842100 REFRESH 14 0 0.61840940615094264 0.57900101936799164 0 12 0 12 0 0 140 8 423 3943911 55200 159.07533264160156 0.98480000000000001 204.53899999999999 20160 12264 0 0 983040 737280 737280 737511 748800 164 25 27 29 178 0 0 0 0 8 0 0 0 0 0 +3303 1783782992568568200 REFRESH 52 0 0.6465343829130844 0.1213047910295616 1 7 1 7 0 0 131 1 430 3943900 55200 158.28582763671875 0.98150000000000004 239.3073 20160 13626 0 0 983040 737280 737280 737500 748800 171 26 72 80 81 0 0 0 0 1 0 0 0 0 0 +3304 1783782992772262400 REFRESH 43 0 0.60563232747747076 0.77573904179408748 3 11 3 11 0 0 151 8 429 3943917 55200 159.0855712890625 0.9919 190.26929999999999 20160 13144 0 0 983040 737280 737280 737517 748800 155 25 107 48 94 0 0 0 0 8 0 0 0 0 0 +3305 1783782992974148800 REFRESH 22 0 0.61193257781045074 0.77573904179408748 3 11 3 11 0 0 159 7 420 3943903 55200 158.76914978027344 0.99739999999999995 190.22149999999999 20160 12086 0 0 983040 737280 737280 737503 748800 111 26 50 30 203 0 0 0 0 7 0 0 0 0 0 +3306 1783782993209140200 REFRESH 48 0 0.66417891390293249 0.11213047910295611 2 6 2 6 0 0 221 8 419 3943915 55200 159.55354309082031 0.97489999999999999 233.57640000000001 20160 13163 0 0 983040 737280 737280 737515 748800 93 26 57 51 192 0 0 0 0 8 0 0 0 0 0 +3307 1783782994421054800 DEPTH 8 1 0.78619890019141403 0 2 5 2 5 1 0 253 25 2575 23664869 81600 920.47689819335938 5.8555999999999999 1189.2485999999999 120960 66716 1 0 5898240 4423680 4423680 4426467 4492800 171 158 150 525 1571 0 0 0 0 25 0 0 0 0 1 +3308 1783782995817086000 DEPTH 17 1 0.78058619670703577 0.018348623853211066 0 7 0 7 0 0 234 18 2526 23664787 81600 917.93408203125 5.8322000000000003 1394.848 120960 65784 1 0 5898240 4423680 4423680 4426386 4492800 242 156 198 305 1625 0 0 0 0 18 0 0 0 0 0 +3309 1783782997176716400 DEPTH 13 1 0.77926782550017015 0.0091743119266054877 1 6 1 6 0 0 196 24 2493 23664894 81600 909.73004150390625 5.8485000000000005 1358.3975 120960 66078 1 0 5898240 4423680 4423680 4426492 4492800 376 150 195 227 1545 0 0 0 0 24 0 0 0 0 0 +3310 1783782998570585700 DEPTH 2 1 0.68453563273293305 0.22426095820591221 2 7 2 7 0 0 164 26 2582 23664767 81600 913.95805358886719 5.8449999999999998 1367.0406 120960 65798 1 0 5898240 4423680 4423680 4426365 4492800 549 150 223 325 1335 0 0 0 0 26 0 0 0 0 0 +3311 1783782999964075900 DEPTH 46 1 0.66461594066858565 0.13047910295616727 0 8 0 8 0 0 338 18 2591 23664861 81600 920.99276733398438 5.8527999999999993 1392.2029 120960 66795 1 0 5898240 4423680 4423680 4426459 4492800 318 150 184 232 1707 0 0 0 0 18 0 0 0 0 0 +3312 1783783001365016600 DEPTH 42 1 0.65552198966405339 0.11213047910295611 2 6 2 6 0 0 161 17 2624 23664795 81600 920.76454162597656 5.8241000000000005 1399.3415 120960 67047 1 0 5898240 4423680 4423680 4426395 4492800 230 150 276 278 1690 0 0 0 0 17 0 0 0 0 0 +3313 1783783002721707400 DEPTH 53 1 0.65543934467272658 0.13047910295616727 0 8 0 8 0 0 176 20 2529 23664944 81600 917.30024719238281 5.8401999999999994 1317.2633000000001 120960 65530 1 0 5898240 4423680 4423680 4426542 4492800 276 156 174 178 1745 0 0 0 0 20 0 0 0 0 0 +3314 1783783004134051300 DEPTH 31 1 0.65512021411512122 0.11213047910295611 2 6 2 6 0 0 175 11 2614 23664955 81600 912.35940551757812 5.8552 1368.4068 120960 65764 1 0 5898240 4423680 4423680 4426552 4492800 456 150 179 598 1231 0 0 0 0 11 0 0 0 0 0 +3315 1783783005521585400 DEPTH 56 1 0.7349251137751085 0 2 5 2 5 0 0 235 15 2571 23664769 81600 906.43046569824219 5.9287999999999998 1385.6759999999999 120960 65180 1 0 5898240 4423680 4423680 4426369 4492800 496 150 216 539 1170 0 0 0 0 15 0 0 0 0 0 +3316 1783783006950153700 DEPTH 11 1 0.65369250049510463 0.13047910295616727 0 8 0 8 0 0 125 11 2554 23664770 81600 908.10482788085938 5.8361999999999998 1385.8882000000001 120960 65676 1 0 5898240 4423680 4423680 4426369 4492800 321 150 189 212 1682 0 0 0 0 11 0 0 0 0 0 +3317 1783783008270202500 DEPTH 33 1 0.64909719146902278 0.1213047910295616 1 7 1 7 0 0 204 17 2530 23664767 81600 921.29074096679688 5.8483999999999998 1295.8815999999999 120960 66036 1 0 5898240 4423680 4423680 4426359 4492800 381 151 169 228 1601 0 0 0 0 17 0 0 0 0 0 +3318 1783783009712715000 DEPTH 9 1 0.64515422023002855 0.11213047910295611 2 6 2 6 0 0 161 8 2632 23664834 81600 919.7578125 5.8536000000000001 1380.5862999999999 120960 65876 1 0 5898240 4423680 4423680 4426433 4492800 894 150 214 657 717 0 0 0 0 8 0 0 0 0 0 +3319 1783783011129139600 DEPTH 44 1 0.67411090697551423 0.1213047910295616 1 7 1 7 0 0 184 14 2574 23664892 81600 912.72731018066406 5.8325000000000005 1383.6617000000001 120960 65118 1 0 5898240 4423680 4423680 4426490 4492800 227 156 156 173 1862 0 0 0 0 14 0 0 0 0 0 +3320 1783783012230453000 DEPTH 18 1 0.63134432787489758 0.7940876656472986 1 13 1 13 0 0 147 48 2579 23664842 81600 916.96357727050781 5.8310000000000004 1100.1041 120960 60454 1 0 5898240 4423680 4423680 4426442 4492800 332 150 322 305 1470 0 0 0 0 48 0 0 0 0 0 +3321 1783783013586157500 DEPTH 32 1 0.62158555997509379 0.23343527013251789 1 8 1 8 0 0 163 19 2567 23664902 81600 916.17709350585938 5.8879999999999999 1323.855 120960 65341 1 0 5898240 4423680 4423680 4426501 4492800 289 150 253 302 1573 0 0 0 0 19 0 0 0 0 0 +3322 1783783014977222600 DEPTH 54 1 0.61868062914609023 0.23343527013251789 1 8 1 8 0 0 138 12 2609 23664859 81600 915.73146057128906 5.8701000000000008 1389.337 120960 65215 1 0 5898240 4423680 4423680 4426458 4492800 495 150 304 383 1277 0 0 0 0 12 0 0 0 0 0 +3323 1783783016187002500 DEPTH 8 1 0.6973079429399448 0 2 5 2 5 0 0 253 18 2574 23664898 81600 921.09027099609375 5.8365999999999998 1188.0678 120960 55429 1 0 5898240 4423680 4423680 4426495 4492800 166 163 150 638 1457 0 0 0 0 18 0 0 0 0 0 +3324 1783783017584688400 DEPTH 17 1 0.69257994711447912 0.018348623853211066 0 7 0 7 1 0 235 14 2522 23664888 81600 902.78131103515625 5.8318999999999992 1372.4636 120960 54540 1 0 5898240 4423680 4423680 4426487 4492800 245 156 203 352 1566 0 0 0 0 14 0 0 0 0 1 +3325 1783783018957270800 DEPTH 13 1 0.69150877736335237 0.0091743119266054877 1 6 1 6 0 0 196 13 2498 23664844 81600 913.36001586914062 5.8478999999999992 1370.9559999999999 120960 55045 1 0 5898240 4423680 4423680 4426442 4492800 390 150 191 275 1492 0 0 0 0 13 0 0 0 0 0 +3326 1783783020229221400 DEPTH 16 1 0.6594455480352045 0.11213047910295611 2 6 2 6 0 0 217 23 2546 23664874 81600 918.9068603515625 5.8545999999999996 1211.2030999999999 120960 65839 1 0 5898240 4423680 4423680 4426474 4492800 334 156 155 269 1632 0 0 0 0 23 0 0 0 0 0 +3327 1783783021685247100 DEPTH 1 1 0.64944868778739839 0.1213047910295616 1 7 1 7 0 0 150 4 2620 23664798 81600 913.94561767578125 5.8269000000000002 1404.5316 120960 65284 1 0 5898240 4423680 4423680 4426398 4492800 404 150 295 371 1400 0 0 0 0 4 0 0 0 0 0 +3328 1783783023009362100 DEPTH 45 1 0.62101691412190352 0.22426095820591221 2 7 2 7 0 0 178 29 2612 23664843 81600 917.63096618652344 5.8822000000000001 1322.7446 120960 65419 1 0 5898240 4423680 4423680 4426443 4492800 197 150 172 202 1891 0 0 0 0 29 0 0 0 0 0 +3329 1783783024387225400 DEPTH 56 1 0.676481604688976 0 2 5 2 5 0 0 236 18 2587 23664845 81600 897.24620056152344 5.8445 1376.5822000000001 120960 53894 1 0 5898240 4423680 4423680 4426445 4492800 441 150 216 621 1159 0 0 0 0 18 0 0 0 0 0 +3330 1783783025509520200 DEPTH 55 1 0.61597862071794163 0.68195718654434234 1 12 1 12 1 0 177 42 2567 23664821 81600 916.79847717285156 5.8153000000000006 1104.2103 120960 58555 1 0 5898240 4423680 4423680 4426420 4492800 1009 156 150 156 1096 2 0 0 0 40 1 0 0 0 1 +3331 1783783026905012600 DEPTH 48 1 0.66265585032204255 0.11213047910295611 2 6 2 6 0 0 221 33 2577 23664794 81600 921.01347351074219 5.8339999999999996 1394.2252000000001 120960 64575 1 0 5898240 4423680 4423680 4426394 4492800 150 150 150 150 1977 0 0 0 0 33 0 0 0 0 0 +3332 1783783028276112800 DEPTH 52 1 0.64083546504236177 0.1213047910295616 1 7 1 7 0 0 131 3 2590 23664881 81600 911.86790466308594 5.8514999999999997 1369.8004000000001 120960 65963 1 0 5898240 4423680 4423680 4426479 4492800 861 156 376 540 657 0 0 0 0 3 0 0 0 0 0 +3333 1783783029680973800 DEPTH 2 1 0.66005695524926544 0.22426095820591221 2 7 2 7 0 0 164 24 2588 23664788 81600 913.94558715820312 5.8296999999999999 1379.1259 120960 54421 1 0 5898240 4423680 4423680 4426387 4492800 534 150 225 371 1308 0 0 0 0 24 0 0 0 0 0 +3334 1783783031062829900 DEPTH 30 1 0.62093708830241079 0.23343527013251789 1 8 1 8 0 0 162 9 2584 23664862 81600 910.3984375 5.8266999999999998 1380.6252999999999 120960 65251 1 0 5898240 4423680 4423680 4426458 4492800 490 150 243 578 1123 0 0 0 0 9 0 0 0 0 0 +3335 1783783032243227300 DEPTH 8 1 0.65823983490867788 0 2 5 2 5 0 0 253 14 2586 23664823 81600 909.88858032226562 5.8253000000000004 1178.9838999999999 120960 44982 1 0 5898240 4423680 4423680 4426421 4492800 160 160 150 660 1456 0 0 0 0 14 0 0 0 0 0 +3336 1783783033624482200 DEPTH 14 1 0.61631250012949823 0.57900101936799164 0 12 0 12 0 0 141 12 2600 23664906 81600 912.48947143554688 5.8311000000000002 1335.9567999999999 120960 58299 1 0 5898240 4423680 4423680 4426502 4492800 323 150 150 162 1815 0 0 0 0 12 0 0 0 0 0 +3337 1783783035017191200 DEPTH 46 1 0.66555431582918578 0.13047910295616727 0 8 0 8 1 0 338 18 2598 23664842 81600 908.11187744140625 5.8589000000000002 1391.4319 120960 54926 1 0 5898240 4423680 4423680 4426439 4492800 325 150 177 310 1636 0 0 0 0 18 0 0 0 0 1 +3338 1783783036142810600 DEPTH 57 1 0.61237482459855896 0.78491335372069293 2 12 2 12 1 0 157 46 2506 23664888 81600 906.91377258300781 5.8521999999999998 1096.2815000000001 120960 56722 1 0 5898240 4423680 4423680 4426484 4492800 202 156 157 156 1835 1 0 0 0 45 0 0 0 0 2 +3339 1783783036338334300 REFRESH 39 0 0.6099248103333732 0.43934760448521909 3 8 3 8 0 0 194 9 417 3943901 55200 158.26535034179688 0.97760000000000002 194.1807 20160 13197 0 0 983040 737280 737280 737501 748800 37 25 37 32 286 0 0 0 0 9 0 0 0 0 0 +3340 1783783036591385500 REFRESH 54 0 0.55033985829137499 0.23343527013251789 1 8 1 8 1 0 138 5 425 3943908 55200 160.09829711914062 0.98719999999999997 251.666 20160 13338 0 0 983040 737280 737280 737508 748800 153 25 61 100 86 0 0 0 0 5 0 0 0 0 1 +3341 1783783036807100100 REFRESH 38 0 0.60666767434794022 0.56065239551478074 2 10 2 10 0 0 147 8 422 3943903 55200 158.24205017089844 0.99690000000000001 189.9443 20160 12533 0 0 983040 737280 737280 737503 748800 170 26 47 50 129 0 0 0 0 8 0 0 0 0 0 +3342 1783783037046145700 REFRESH 14 0 0.42616744836289111 0.57900101936799164 0 12 0 12 0 0 141 6 422 3943907 55200 159.10707092285156 0.97850000000000004 203.8416 20160 12220 0 0 983040 737280 737280 737506 748800 155 25 27 30 185 0 0 0 0 6 0 0 0 0 0 +3343 1783783037264573800 REFRESH 53 0 0.65757527692834228 0.13047910295616727 0 8 0 8 0 0 176 4 420 3943929 55200 159.10707092285156 0.97040000000000004 202.01060000000001 20160 13472 0 0 983040 737280 737280 737529 748800 177 27 49 34 133 0 0 0 0 4 0 0 0 0 0 +3344 1783783037457439600 REFRESH 55 0 0.504946718014466 0.68195718654434234 1 12 1 12 1 0 177 13 417 3943927 55200 159.54739379882812 0.96919999999999995 191.57679999999999 20160 12297 0 0 983040 737280 737280 737527 748800 229 26 25 26 111 1 0 0 0 12 1 0 0 0 0 +3345 1783783037677763900 REFRESH 13 0 0.73348137720343765 0.0091743119266054877 1 6 1 6 0 0 196 4 418 3943919 55200 160.57958984375 0.97640000000000005 218.804 20160 13558 0 0 983040 737280 737280 737518 748800 170 26 62 68 92 0 0 0 0 4 0 0 0 0 0 +3346 1783783037882802600 REFRESH 32 0 0.62341139753652297 0.23343527013251789 1 8 1 8 0 0 163 7 422 3943927 55200 159.66720581054688 0.97099999999999997 203.6678 20160 13342 0 0 983040 737280 737280 737527 748800 103 26 94 87 112 0 0 0 0 7 0 0 0 0 0 +3347 1783783038109722000 REFRESH 30 0 0.50135845048758798 0.23343527013251789 1 8 1 8 0 0 162 3 424 3943886 55200 160.53350830078125 0.98939999999999995 225.69839999999999 20160 13570 0 0 983040 737280 737280 737485 748800 120 25 53 144 82 0 0 0 0 3 0 0 0 0 0 +3348 1783783038364334500 REFRESH 11 0 0.65619526992859434 0.13047910295616727 0 8 0 8 0 0 126 8 419 3943916 55200 158.54489135742188 0.98089999999999999 238.2782 20160 13425 0 0 983040 737280 737280 737516 748800 123 25 55 68 148 0 0 1 0 7 0 0 0 0 0 +3349 1783783038595486700 REFRESH 48 0 0.59319238444378697 0.11213047910295611 2 6 2 6 0 0 221 9 415 3943901 55200 161.04960632324219 1.0021 229.36920000000001 20160 13079 0 0 983040 737280 737280 737501 748800 101 26 64 64 160 0 0 0 0 9 0 0 0 0 0 +3350 1783783038813568200 REFRESH 29 0 0.60875171176023546 0.68195718654434234 1 12 1 12 0 0 146 6 428 3943889 55200 162.45759582519531 0.98570000000000002 193.3092 20160 12159 0 0 983040 737280 737280 737488 748800 99 25 26 95 183 0 0 0 0 6 0 0 0 0 0 +3351 1783783039023127600 REFRESH 58 0 0.60282825850195176 0.78491335372069293 2 12 2 12 0 0 147 9 419 3943917 55200 161.67117309570312 0.97650000000000003 193.5239 20160 12379 0 0 983040 737280 737280 737517 748800 130 25 25 35 204 1 0 0 0 8 0 0 0 0 0 +3352 1783783039242524700 REFRESH 50 0 0.60986377332773234 0.44852191641182459 2 9 2 9 0 0 151 5 422 3943907 55200 158.38412475585938 0.98550000000000004 202.10059999999999 20160 12585 0 0 983040 737280 737280 737507 748800 74 26 32 36 254 0 0 0 0 5 0 0 0 0 0 +3353 1783783039447393600 REFRESH 49 0 0.6059736765542576 0.66360856269113133 3 10 3 10 0 0 144 8 420 3943920 55200 158.77734375 0.97589999999999999 188.751 20160 12294 0 0 983040 737280 737280 737520 748800 141 26 31 39 183 0 0 0 0 8 0 0 0 0 0 +3354 1783783039658647900 REFRESH 3 0 0.60729654791376475 0.44852191641182459 2 9 2 9 0 0 167 5 420 3943890 55200 158.53363037109375 1.0005999999999999 195.86320000000001 20160 12665 0 0 983040 737280 737280 737489 748800 221 26 40 31 102 0 0 0 0 5 0 0 0 0 0 +3355 1783783039963040000 REFRESH 21 0 0.60540450143847668 0.35474006116207946 0 10 0 10 0 0 202 9 417 3943929 55200 159.86073303222656 0.97929999999999995 214.95609999999999 20160 12786 0 0 983040 737280 737280 737529 748800 130 26 55 90 116 0 0 0 0 9 0 0 0 0 0 +3356 1783783040199504200 REFRESH 1 0 0.64627633065878798 0.1213047910295616 1 7 1 7 0 0 150 9 427 3943911 55200 160.93490600585938 0.97529999999999994 235.154 20160 13385 0 0 983040 737280 737280 737511 748800 126 25 75 105 96 0 0 0 0 9 0 0 0 0 0 +3357 1783783040404651700 REFRESH 40 0 0.60584027567302146 0.68195718654434234 1 12 1 12 0 0 147 3 419 3943895 55200 159.29548645019531 0.9718 189.14689999999999 20160 12411 0 0 983040 737280 737280 737493 748800 165 25 31 61 137 0 0 0 0 3 0 0 0 0 0 +3358 1783783040613616200 REFRESH 12 0 0.60960908770253786 0.43934760448521909 3 8 3 8 0 0 214 7 414 3943932 55200 161.28717041015625 0.97750000000000004 192.64500000000001 20160 12318 0 0 983040 737280 737280 737532 748800 180 27 33 61 113 1 0 0 0 6 0 0 0 0 0 +3359 1783783040815060000 REFRESH 24 0 0.60468939626222906 0.87869520897043818 4 11 4 11 0 0 161 5 412 3943922 55200 154.27993774414062 0.98750000000000004 186.2894 20160 11885 0 0 983040 737280 737280 737522 748800 70 26 27 29 260 0 0 0 0 5 0 0 0 0 0 +3360 1783783041021340000 REFRESH 37 0 0.59573638252432581 0.68195718654434234 1 12 1 12 0 0 151 9 428 3943902 55200 158.81625366210938 0.97409999999999997 191.6343 20160 11989 0 0 983040 737280 737280 737502 748800 131 25 47 91 134 0 0 1 0 8 0 0 0 0 0 +3361 1783783041258490000 REFRESH 47 0 0.60982598248194408 0.67278287461773678 2 11 2 11 0 0 125 2 422 3943916 55200 159.08575439453125 0.96930000000000005 189.79259999999999 20160 12004 0 0 983040 737280 737280 737516 748800 93 26 52 34 217 0 0 0 0 2 0 0 0 0 0 +3362 1783783041464810100 REFRESH 7 0 0.61078502254758216 0.68195718654434234 1 12 1 12 0 0 153 7 417 3943919 55200 158.6534423828125 0.96960000000000002 190.83580000000001 20160 11965 0 0 983040 737280 737280 737519 748800 72 26 37 43 239 0 0 0 0 7 0 0 0 0 0 +3363 1783783041669952700 REFRESH 20 0 0.60805409091874996 0.67278287461773678 2 11 2 11 0 0 140 5 423 3943923 55200 159.19923400878906 0.97499999999999998 190.09979999999999 20160 12226 0 0 983040 737280 737280 737523 748800 88 25 69 106 135 0 0 0 0 5 0 0 0 0 0 +3364 1783783041909263700 REFRESH 17 0 0.7843804803495753 0.018348623853211066 0 7 0 7 0 0 235 4 413 3943899 55200 158.88896179199219 0.96819999999999995 237.68350000000001 20160 13740 0 0 983040 737280 737280 737499 748800 100 26 67 111 109 0 0 0 0 4 0 0 0 0 0 +3365 1783783042117540300 REFRESH 33 0 0.65192131196758552 0.1213047910295616 1 7 1 7 0 0 204 2 420 3943890 55200 160.18943786621094 0.97470000000000001 206.38669999999999 20160 13489 0 0 983040 737280 737280 737489 748800 120 26 64 61 149 0 0 0 0 2 0 0 0 0 0 +3366 1783783042338708100 REFRESH 43 0 0.60401042563286722 0.77573904179408748 3 11 3 11 0 0 151 11 427 3943885 55200 162.72709655761719 1.0042 195.5908 20160 13093 0 0 983040 737280 737280 737485 748800 153 25 105 46 98 0 0 0 0 11 0 0 0 0 0 +3367 1783783042583216500 REFRESH 42 0 0.65745394825102088 0.11213047910295611 2 6 2 6 0 0 161 2 422 3943910 55200 162.05619812011719 0.98270000000000002 243.26159999999999 20160 13400 0 0 983040 737280 737280 737510 748800 101 25 86 75 135 0 0 0 0 2 0 0 0 0 0 +3368 1783783042800920900 REFRESH 51 0 0.60535460085983039 0.77573904179408748 3 11 3 11 0 0 130 11 425 3943881 55200 159.15519714355469 0.98409999999999997 190.8887 20160 12309 0 0 983040 737280 737280 737480 748800 165 25 86 53 96 0 0 0 0 11 0 0 0 0 0 +3369 1783783043012678400 REFRESH 25 0 0.60284332906709248 0.77573904179408748 3 11 3 11 0 0 133 3 423 3943936 55200 159.10400390625 0.9798 194.25919999999999 20160 11882 0 0 983040 737280 737280 737536 748800 67 25 46 26 259 0 0 0 0 3 0 0 0 0 0 +3370 1783783043220932500 REFRESH 22 0 0.6088690031634636 0.77573904179408748 3 11 3 11 0 0 159 8 416 3943902 55200 158.47526550292969 1.0345 191.42959999999999 20160 12193 0 0 983040 737280 737280 737502 748800 130 26 52 30 178 0 0 0 0 8 0 0 0 0 0 +3371 1783783043428697400 REFRESH 27 0 0.60706375539729063 0.80326197757390405 0 14 0 14 0 0 171 7 410 3943901 55200 158.40153503417969 0.9899 190.98099999999999 20160 12161 0 0 983040 737280 737280 737501 748800 124 26 34 28 198 0 0 0 0 7 0 0 0 0 0 +3372 1783783043670625900 REFRESH 16 0 0.6613234389225443 0.11213047910295611 2 6 2 6 0 0 217 3 415 3943918 55200 160.47308349609375 1.0214000000000001 204.5703 20160 13442 0 0 983040 737280 737280 737518 748800 170 26 27 101 91 0 0 0 0 3 0 0 0 0 0 +3373 1783783043907175900 REFRESH 31 0 0.65728246367864129 0.11213047910295611 2 6 2 6 0 0 175 5 426 3943884 55200 159.30902099609375 0.98650000000000004 223.22819999999999 20160 13544 0 0 983040 737280 737280 737484 748800 90 25 32 149 130 0 0 0 0 5 0 0 0 0 0 +3374 1783783044101826300 REFRESH 18 0 0.62784377498477362 0.7940876656472986 1 13 1 13 0 0 147 6 421 3943897 55200 159.47161865234375 0.98970000000000002 193.10830000000001 20160 12430 0 0 983040 737280 737280 737496 748800 150 25 109 61 76 0 0 0 0 6 0 0 0 0 0 +3375 1783783044305805200 REFRESH 34 0 0.57828837066710925 0.68195718654434234 1 12 1 12 0 0 125 3 430 3943896 55200 158.83059692382812 0.99250000000000005 191.44030000000001 20160 12043 0 0 983040 737280 737280 737495 748800 181 25 56 80 88 0 0 0 0 3 0 0 0 0 0 +3376 1783783044507183800 REFRESH 45 0 0.62212799781627026 0.22426095820591221 2 7 2 7 0 0 179 5 423 3943911 55200 159.77267456054688 0.97409999999999997 199.83029999999999 20160 13530 0 0 983040 737280 737280 737511 748800 97 25 42 70 189 0 0 0 1 4 0 0 0 0 0 +3377 1783783044743807800 REFRESH 52 0 0.6376665926800813 0.1213047910295616 1 7 1 7 0 0 131 1 428 3943894 55200 159.29344177246094 0.97999999999999998 235.3244 20160 13123 0 0 983040 737280 737280 737494 748800 168 26 73 78 83 0 0 0 0 1 0 0 0 0 0 +3378 1783783044955547700 REFRESH 15 0 0.59825992938051265 0.77573904179408748 3 11 3 11 0 0 113 8 416 3943926 55200 160.17408752441406 0.97650000000000003 190.68000000000001 20160 11931 0 0 983040 737280 737280 737526 748800 92 26 78 81 139 0 0 0 0 8 0 0 0 0 0 +3379 1783783045162125700 REFRESH 23 0 0.60250144013522688 1 3 13 3 13 0 0 130 10 416 3943911 55200 160.94105529785156 0.98429999999999995 193.04949999999999 20160 11859 0 0 983040 737280 737280 737511 748800 161 26 34 28 167 0 0 0 0 10 0 0 0 0 0 +3380 1783783045364495200 REFRESH 19 0 0.60700523305511456 0.67278287461773678 2 11 2 11 0 0 143 6 420 3943904 55200 159.97952270507812 0.96940000000000004 190.14680000000001 20160 12145 0 0 983040 737280 737280 737504 748800 112 26 29 41 212 0 0 0 0 6 0 0 0 0 0 +3381 1783783045556104200 REFRESH 57 0 0.61259360963787413 0.78491335372069293 2 12 2 12 0 0 157 4 402 3943924 55200 159.19512939453125 0.97599999999999998 190.2825 20160 11933 0 0 983040 737280 737280 737524 748800 169 26 32 31 144 0 0 0 0 4 0 0 0 0 0 +3382 1783783045764564500 REFRESH 6 0 0.59220143032355044 0.77573904179408748 3 11 3 11 0 0 127 7 425 3943909 55200 157.94277954101562 0.98019999999999996 188.14590000000001 20160 12460 0 0 983040 737280 737280 737508 748800 74 25 47 53 226 0 0 1 0 6 0 0 0 0 0 +3383 1783783045969656200 REFRESH 36 0 0.60741360570335678 0.66360856269113133 3 10 3 10 0 0 142 3 428 3943908 55200 158.11891174316406 0.9788 192.0461 20160 12177 0 0 983040 737280 737280 737508 748800 177 25 26 42 158 0 0 0 0 3 0 0 0 0 0 +3384 1783783046221111600 REFRESH 9 0 0.64661221706036942 0.11213047910295611 2 6 2 6 0 0 161 5 434 3943881 55200 160.03482055664062 0.96919999999999995 237.05699999999999 20160 13407 0 0 983040 737280 737280 737481 748800 169 25 39 112 89 0 0 0 0 5 0 0 0 0 0 +3385 1783783046423465900 REFRESH 8 0 0.78911948999394954 0 2 5 2 5 0 0 253 7 414 3943919 55200 162.65318298339844 0.97219999999999995 201.1576 20160 13637 0 0 983040 737280 737280 737519 748800 67 27 65 130 125 0 0 0 0 7 0 0 0 0 0 +3386 1783783046665188800 REFRESH 56 0 0.7879345852781976 0 2 5 2 5 0 0 236 1 415 3943901 55200 162.19564819335938 0.97389999999999999 240.42140000000001 20160 13693 0 0 983040 737280 737280 737501 748800 135 26 42 120 92 0 0 0 0 1 0 0 0 0 0 +3387 1783783046876400700 REFRESH 0 0 0.59013168878204025 0.68195718654434234 1 12 1 12 0 0 108 4 425 3943884 55200 160.48947143554688 0.98050000000000004 190.6635 20160 13358 0 0 983040 737280 737280 737484 748800 96 25 26 28 250 0 0 0 0 4 0 0 0 0 0 +3388 1783783047095598600 REFRESH 2 0 0.67602198628067944 0.22426095820591221 2 7 2 7 0 0 164 10 426 3943915 55200 160.54988098144531 0.96819999999999995 217.90989999999999 20160 13329 0 0 983040 737280 737280 737514 748800 142 25 51 65 143 0 0 0 0 10 0 0 0 0 0 +3389 1783783047334549300 REFRESH 44 0 0.71138760235945542 0.1213047910295616 1 7 1 7 0 0 184 6 423 3943917 55200 162.94093322753906 0.97170000000000001 237.67439999999999 20160 13504 0 0 983040 737280 737280 737517 748800 80 26 34 55 228 0 0 0 0 6 0 0 0 0 0 +3390 1783783047543450200 REFRESH 5 0 0.60063340496739337 0.67278287461773678 2 11 2 11 0 0 102 5 421 3943924 55200 159.47366333007812 0.96730000000000005 188.98269999999999 20160 12443 0 0 983040 737280 737280 737524 748800 124 25 39 146 87 0 0 0 0 5 0 0 0 0 0 +3391 1783783047757747200 REFRESH 35 0 0.60833953366619886 0.67278287461773678 2 11 2 11 0 0 186 7 414 3943894 55200 159.14300537109375 0.97909999999999997 190.26769999999999 20160 12205 0 0 983040 737280 737280 737494 748800 143 27 35 88 121 0 0 0 0 7 0 0 0 0 0 +3392 1783783047961609000 REFRESH 28 0 0.60744825048466122 0.68195718654434234 1 12 1 12 0 0 169 1 411 3943897 55200 158.47016906738281 0.97870000000000001 189.78139999999999 20160 12110 0 0 983040 737280 737280 737496 748800 42 27 36 37 269 0 0 0 0 1 0 0 0 0 0 +3393 1783783048189840300 REFRESH 46 0 0.66640514508765569 0.13047910295616727 0 8 0 8 0 0 338 4 416 3943926 55200 162.15347290039062 0.98260000000000003 226.88399999999999 20160 13336 0 0 983040 737280 737280 737526 748800 109 25 64 72 146 0 0 0 0 4 0 0 0 0 0 +3394 1783783048432395800 REFRESH 41 0 0.60201602614893424 0.34556574923547401 1 9 1 9 0 0 118 5 419 3943915 55200 159.09695434570312 0.97360000000000002 221.33850000000001 20160 13234 0 0 983040 737280 737280 737515 748800 211 26 28 35 119 0 0 0 0 5 0 0 0 0 0 +3395 1783783048631069500 REFRESH 4 0 0.58099664701882403 0.7940876656472986 1 13 1 13 0 0 71 7 418 3943914 55200 156.86962890625 0.96860000000000002 186.21700000000001 20160 13460 0 0 983040 737280 737280 737514 748800 33 26 41 43 275 0 0 0 0 7 0 0 0 0 0 +3396 1783783048833130900 REFRESH 26 0 0.60067920148409626 0.68195718654434234 1 12 1 12 0 0 117 4 426 3943906 55200 158.25202941894531 0.96960000000000002 189.755 20160 12211 0 0 983040 737280 737280 737506 748800 61 26 26 67 246 0 0 0 0 4 0 0 0 0 0 +3397 1783783049033083800 REFRESH 10 0 0.59964894255136481 0.4576962283384301 1 10 1 10 0 0 135 0 425 3943909 55200 158.85005187988281 0.97360000000000002 192.01169999999999 20160 12703 0 0 983040 737280 737280 737507 748800 156 25 39 41 164 0 0 0 0 0 0 0 0 0 0 +3398 1783783050464565700 DEPTH 17 1 0.77993860397249015 0.018348623853211066 0 7 0 7 1 0 236 14 2528 23664822 81600 911.50552368164062 5.8190999999999997 1391.4408000000001 120960 66482 1 0 5898240 4423680 4423680 4426421 4492800 247 156 194 305 1626 0 0 0 0 14 0 0 0 0 1 +3399 1783783051880736600 DEPTH 13 1 0.77928729491342308 0.0091743119266054877 1 6 1 6 0 0 196 9 2496 23664825 81600 910.318603515625 5.8681000000000001 1364.2031999999999 120960 65486 1 0 5898240 4423680 4423680 4426424 4492800 375 150 191 238 1542 0 0 0 0 9 0 0 0 0 0 +3400 1783783053068633000 DEPTH 8 1 0.68678682630975341 0 2 5 2 5 1 0 254 18 2560 23664827 81600 921.4310302734375 5.8940000000000001 1186.6081999999999 120960 66009 1 0 5898240 4423680 4423680 4426426 4492800 179 158 152 541 1530 0 0 0 0 18 0 0 0 0 2 +3401 1783783054454070400 DEPTH 48 1 0.66269498308708696 0.11213047910295611 2 6 2 6 0 0 223 42 2562 23664931 81600 920.86167907714844 5.8273999999999999 1384.1537000000001 120960 65349 1 0 5898240 4423680 4423680 4426529 4492800 150 150 151 151 1960 0 0 0 0 42 0 0 0 0 0 +3402 1783783055859878400 DEPTH 11 1 0.6564269516941712 0.13047910295616727 0 8 0 8 0 0 126 10 2552 23664751 81600 905.26423645019531 5.8081000000000005 1383.7570000000001 120960 65083 1 0 5898240 4423680 4423680 4426349 4492800 319 150 193 225 1665 0 0 0 0 10 0 0 0 0 0 +3403 1783783057076311400 DEPTH 16 1 0.65588892477862581 0.11213047910295611 2 6 2 6 0 0 218 22 2540 23664782 81600 924.19073486328125 5.8262999999999998 1215.1015 120960 65683 1 0 5898240 4423680 4423680 4426380 4492800 385 156 155 315 1529 0 0 0 0 22 0 0 0 0 0 +3404 1783783058434719800 DEPTH 31 1 0.65407226512694328 0.11213047910295611 2 6 2 6 0 0 175 11 2603 23664842 81600 910.77426147460938 5.8487999999999998 1356.1956 120960 66297 1 0 5898240 4423680 4423680 4426440 4492800 451 150 180 558 1264 0 0 0 0 11 0 0 0 0 0 +3405 1783783059778943300 DEPTH 53 1 0.65350739497958665 0.13047910295616727 0 8 0 8 0 0 176 15 2529 23664814 81600 926.45066833496094 5.8671999999999995 1323.2407000000001 120960 65613 1 0 5898240 4423680 4423680 4426410 4492800 276 156 174 184 1739 0 0 0 0 15 0 0 0 0 0 +3406 1783783061168813200 DEPTH 56 1 0.73010820502073837 0 2 5 2 5 0 0 236 20 2581 23664897 81600 917.42720031738281 5.8148999999999997 1388.3978 120960 65606 1 0 5898240 4423680 4423680 4426495 4492800 449 150 218 571 1193 0 0 0 0 20 0 0 0 0 0 +3407 1783783062581591700 DEPTH 42 1 0.65107592700135786 0.11213047910295611 2 6 2 6 0 0 161 19 2620 23664790 81600 929.01274108886719 5.8325000000000005 1411.538 120960 66205 1 0 5898240 4423680 4423680 4426389 4492800 233 150 300 337 1600 0 0 0 0 19 0 0 0 0 0 +3408 1783783064029228400 DEPTH 1 1 0.64840354529583233 0.1213047910295616 1 7 1 7 0 0 150 7 2615 23664891 81600 912.86834716796875 5.8208000000000002 1408.883 120960 65260 1 0 5898240 4423680 4423680 4426491 4492800 413 150 304 409 1339 0 0 0 0 7 0 0 0 0 0 +3409 1783783065345876000 DEPTH 33 1 0.64637208953366887 0.1213047910295616 1 7 1 7 0 0 204 14 2538 23664775 81600 918.63551330566406 5.8722000000000003 1314.9203 120960 65625 1 0 5898240 4423680 4423680 4426371 4492800 372 152 168 224 1622 0 0 0 0 14 0 0 0 0 0 +3410 1783783066730899200 DEPTH 52 1 0.63269694853961644 0.1213047910295616 1 7 1 7 0 0 132 11 2587 23664859 81600 904.21043395996094 5.8923999999999994 1363.8342 120960 64502 1 0 5898240 4423680 4423680 4426459 4492800 855 156 382 558 636 0 0 0 0 11 0 0 0 0 0 +3411 1783783068152011100 DEPTH 44 1 0.67470252581462442 0.1213047910295616 1 7 1 7 0 0 184 19 2590 23664847 81600 914.66970825195312 5.8281000000000001 1384.009 120960 65406 1 0 5898240 4423680 4423680 4426445 4492800 235 156 156 167 1876 0 0 0 0 19 0 0 0 0 0 +3412 1783783069466444500 DEPTH 32 1 0.6220786453924958 0.23343527013251789 1 8 1 8 0 0 163 31 2567 23664891 81600 912.10964965820312 5.8799999999999999 1313.2037 120960 65236 1 0 5898240 4423680 4423680 4426491 4492800 294 150 260 302 1561 0 0 0 0 31 0 0 0 0 0 +3413 1783783070618268600 DEPTH 18 1 0.62051041244818061 0.7940876656472986 1 13 1 13 1 0 147 50 2584 23664850 81600 916.2957763671875 5.8295999999999992 1099.0531000000001 120960 60708 1 0 5898240 4423680 4423680 4426449 4492800 372 150 346 294 1422 0 0 0 0 50 0 0 0 0 1 +3414 1783783072018593300 DEPTH 17 1 0.69184940144074314 0.018348623853211066 0 7 0 7 1 0 236 12 2523 23664755 81600 902.22489929199219 5.8129000000000008 1375.1479999999999 120960 54994 1 0 5898240 4423680 4423680 4426352 4492800 253 156 200 386 1528 0 0 0 0 12 0 0 0 0 1 +3415 1783783073369412700 DEPTH 13 1 0.69037492065162442 0.0091743119266054877 1 6 1 6 0 0 196 13 2494 23664888 81600 898.52210998535156 5.8346999999999998 1348.9147 120960 54823 1 0 5898240 4423680 4423680 4426488 4492800 364 150 191 312 1477 0 0 0 0 13 0 0 0 0 0 +3416 1783783074598795500 DEPTH 8 1 0.69764257424969067 0 2 5 2 5 0 0 254 17 2592 23664867 81600 913.61177062988281 5.8742999999999999 1197.3617999999999 120960 55371 1 0 5898240 4423680 4423680 4426467 4492800 162 155 150 614 1511 0 0 0 0 17 0 0 0 0 0 +3417 1783783075986469400 DEPTH 2 1 0.67221349029927713 0.22426095820591221 2 7 2 7 0 0 165 25 2587 23664774 81600 913.12539672851562 5.8548999999999998 1386.5260000000001 120960 64983 1 0 5898240 4423680 4423680 4426373 4492800 538 150 226 330 1343 0 0 0 0 25 0 0 0 0 0 +3418 1783783077368766700 DEPTH 9 1 0.64475268154324228 0.11213047910295611 2 6 2 6 0 0 162 9 2628 23664765 81600 918.87104797363281 5.8151999999999999 1381.0933 120960 65592 1 0 5898240 4423680 4423680 4426365 4492800 913 150 222 656 687 0 0 0 0 9 0 0 0 0 0 +3419 1783783078768208200 DEPTH 46 1 0.66101335294845565 0.13047910295616727 0 8 0 8 1 0 338 17 2600 23664818 81600 926.803955078125 5.8582999999999998 1398.1768 120960 65564 1 0 5898240 4423680 4423680 4426418 4492800 330 150 190 240 1690 0 0 0 0 17 0 0 0 0 1 +3420 1783783080092049000 DEPTH 45 1 0.61802964715916686 0.22426095820591221 2 7 2 7 0 0 179 24 2609 23664840 81600 918.46759033203125 5.8550000000000004 1322.0035 120960 65602 1 0 5898240 4423680 4423680 4426440 4492800 194 150 169 185 1911 0 0 0 0 24 0 0 0 0 0 +3421 1783783081543703800 DEPTH 54 1 0.61692681981405306 0.23343527013251789 1 8 1 8 0 0 139 13 2613 23664840 81600 912.39834594726562 5.8847999999999994 1381.7512999999999 120960 65086 1 0 5898240 4423680 4423680 4426437 4492800 484 150 300 420 1259 0 0 0 0 13 0 0 0 0 0 +3422 1783783082993570800 DEPTH 56 1 0.69200381566008873 0 2 5 2 5 0 0 237 14 2585 23664843 81600 899.21662902832031 5.8427999999999995 1391.2079000000001 120960 53788 1 0 5898240 4423680 4423680 4426443 4492800 479 150 222 697 1037 0 0 0 0 14 0 0 0 0 0 +3423 1783783084366507400 DEPTH 48 1 0.63310039798713991 0.11213047910295611 2 6 2 6 0 0 224 43 2567 23664844 81600 902.71041870117188 5.8481000000000005 1371.6396999999999 120960 54305 1 0 5898240 4423680 4423680 4426442 4492800 150 150 150 150 1967 0 0 0 0 43 0 0 0 0 0 +3424 1783783085779830200 DEPTH 30 1 0.61583288144146575 0.23343527013251789 1 8 1 8 0 0 163 18 2588 23664883 81600 911.85151672363281 5.8384999999999998 1386.989 120960 65136 1 0 5898240 4423680 4423680 4426480 4492800 503 150 244 562 1129 0 0 0 0 18 0 0 0 0 0 +3425 1783783086936812900 DEPTH 55 1 0.61406471161987408 0.68195718654434234 1 12 1 12 1 0 178 46 2574 23664963 81600 926.70155334472656 5.8353999999999999 1117.434 120960 59203 1 0 5898240 4423680 4423680 4426562 4492800 1035 156 150 156 1077 0 0 1 0 45 0 0 0 0 1 +3426 1783783088316049300 DEPTH 17 1 0.65350829853003645 0.018348623853211066 0 7 0 7 0 0 236 19 2525 23664846 81600 899.43975830078125 5.8450000000000006 1377.6034999999999 120960 43705 1 0 5898240 4423680 4423680 4426446 4492800 250 156 197 361 1561 0 0 0 0 19 0 0 0 0 0 +3427 1783783089695581600 DEPTH 14 1 0.61216692656943517 0.57900101936799164 0 12 0 12 0 0 141 18 2604 23664833 81600 914.80062866210938 5.8528000000000002 1352.2012 120960 57977 1 0 5898240 4423680 4423680 4426432 4492800 346 150 150 167 1791 0 0 0 0 18 0 0 0 0 0 +3428 1783783091029122700 DEPTH 39 1 0.60872013704656447 0.43934760448521909 3 8 3 8 0 0 196 25 2619 23664843 81600 910.73432922363281 5.8520000000000003 1290.4187999999999 120960 64128 1 0 5898240 4423680 4423680 4426441 4492800 150 150 154 150 2015 0 0 0 0 25 0 0 0 0 0 +3429 1783783092404623500 DEPTH 11 1 0.65847810848986055 0.13047910295616727 0 8 0 8 0 0 126 11 2545 23664849 81600 898.63999938964844 5.8398000000000003 1374.2982 120960 53599 1 0 5898240 4423680 4423680 4426446 4492800 292 150 187 228 1688 0 0 0 0 11 0 0 0 0 0 +3430 1783783092607287500 REFRESH 14 0 0.39213869654172862 0.57900101936799164 0 12 0 12 0 0 141 6 420 3943894 55200 159.00775146484375 0.96730000000000005 200.99600000000001 20160 12501 0 0 983040 737280 737280 737494 748800 176 25 27 30 162 0 0 0 0 6 0 0 0 0 0 +3431 1783783092812481200 REFRESH 53 0 0.65566843674370578 0.13047910295616727 0 8 0 8 0 0 176 6 418 3943900 55200 159.14002990722656 0.96970000000000001 203.87780000000001 20160 13435 0 0 983040 737280 737280 737499 748800 163 26 47 33 149 0 0 0 0 6 0 0 0 0 0 +3432 1783783093013195200 REFRESH 39 0 0.39826225806269155 0.43934760448521909 3 8 3 8 0 0 196 4 413 3943892 55200 158.84501647949219 0.97499999999999998 199.47800000000001 20160 13357 0 0 983040 737280 737280 737492 748800 29 25 28 27 304 0 0 0 0 4 0 0 0 0 0 +3433 1783783093232941900 REFRESH 13 0 0.71230609022105762 0.0091743119266054877 1 6 1 6 0 0 196 2 415 3943910 55200 160.69325256347656 0.96760000000000002 218.5307 20160 13403 0 0 983040 737280 737280 737510 748800 165 26 63 68 93 0 0 0 0 2 0 0 0 0 0 +3434 1783783093448205500 REFRESH 25 0 0.59745504261837901 0.77573904179408748 3 11 3 11 0 0 133 3 428 3943901 55200 161.70803833007812 0.9738 193.3235 20160 11955 0 0 983040 737280 737280 737501 748800 85 25 51 26 241 0 0 0 0 3 0 0 0 0 0 +3435 1783783093679640400 REFRESH 44 0 0.69259512722614358 0.1213047910295616 1 7 1 7 0 0 184 6 424 3943888 55200 161.3958740234375 0.9677 230.0873 20160 13477 0 0 983040 737280 737280 737488 748800 93 26 34 67 204 0 0 0 0 6 0 0 0 0 0 +3436 1783783093897452800 REFRESH 10 0 0.59247567867361917 0.4576962283384301 1 10 1 10 0 0 135 4 418 3943902 55200 158.60231018066406 0.96860000000000002 193.18010000000001 20160 12594 0 0 983040 737280 737280 737502 748800 159 25 38 40 156 0 0 0 0 4 0 0 0 0 0 +3437 1783783094142918500 REFRESH 33 0 0.64925335801317496 0.1213047910295616 1 7 1 7 0 0 204 7 418 3943886 55200 162.70233154296875 0.97360000000000002 207.7064 20160 13551 0 0 983040 737280 737280 737485 748800 131 26 78 64 119 0 0 0 0 7 0 0 0 0 0 +3438 1783783094345175700 REFRESH 5 0 0.59737567750278431 0.67278287461773678 2 11 2 11 0 0 102 5 433 3943895 55200 157.24339294433594 0.97489999999999999 186.84610000000001 20160 12150 0 0 983040 737280 737280 737495 748800 126 25 40 142 100 0 0 0 0 5 0 0 0 0 0 +3439 1783783094549169900 REFRESH 40 0 0.599649746714076 0.68195718654434234 1 12 1 12 0 0 147 5 412 3943927 55200 160.46797180175781 0.97199999999999998 190.0985 20160 12547 0 0 983040 737280 737280 737527 748800 147 25 31 55 154 0 0 0 0 5 0 0 0 0 0 +3440 1783783094748837300 REFRESH 45 0 0.5691851833186492 0.22426095820591221 2 7 2 7 0 0 179 6 422 3943922 55200 159.678466796875 0.97209999999999996 198.26169999999999 20160 13491 0 0 983040 737280 737280 737522 748800 125 25 51 79 142 0 0 0 0 6 0 0 0 0 0 +3441 1783783094964152200 REFRESH 29 0 0.60530151236806784 0.68195718654434234 1 12 1 12 0 0 146 9 426 3943908 55200 158.73228454589844 0.9778 189.5643 20160 12024 0 0 983040 737280 737280 737508 748800 127 25 26 90 158 0 0 0 0 9 0 0 0 0 0 +3442 1783783095166530200 REFRESH 16 0 0.65793780242195044 0.11213047910295611 2 6 2 6 0 0 218 4 414 3943883 55200 160.58880615234375 0.96830000000000005 201.19970000000001 20160 13587 0 0 983040 737280 737280 737483 748800 167 26 27 94 100 0 0 0 0 4 0 0 0 0 0 +3443 1783783095382923100 REFRESH 51 0 0.6056539617063974 0.77573904179408748 3 11 3 11 0 0 130 14 427 3943903 55200 158.96076965332031 0.97130000000000005 191.35149999999999 20160 12320 0 0 983040 737280 737280 737503 748800 163 25 82 51 106 1 0 0 0 13 0 0 0 0 0 +3444 1783783095611594100 REFRESH 30 0 0.56760391252024622 0.23343527013251789 1 8 1 8 0 0 163 5 426 3943923 55200 161.45817565917969 0.97389999999999999 227.4905 20160 13360 0 0 983040 737280 737280 737523 748800 119 25 53 138 91 0 0 0 0 5 0 0 0 0 0 +3445 1783783095859031100 REFRESH 41 0 0.59977938848022827 0.34556574923547401 1 9 1 9 0 0 118 4 417 3943927 55200 158.93913269042969 0.97219999999999995 222.75530000000001 20160 13210 0 0 983040 737280 737280 737526 748800 201 26 28 34 128 0 0 0 0 4 0 0 0 0 0 +3446 1783783096100508500 REFRESH 42 0 0.65325686658693249 0.11213047910295611 2 6 2 6 0 0 161 6 426 3943886 55200 158.88383483886719 0.97799999999999998 239.67959999999999 20160 13190 0 0 983040 737280 737280 737486 748800 103 25 86 77 135 0 0 0 0 6 0 0 0 0 0 +3447 1783783096327164400 REFRESH 46 0 0.66209403246248988 0.13047910295616727 0 8 0 8 0 0 338 6 419 3943905 55200 159.83308410644531 0.98529999999999995 225.078 20160 13499 0 0 983040 737280 737280 737505 748800 111 25 67 72 144 0 0 0 0 6 0 0 0 0 0 +3448 1783783096520694100 REFRESH 55 0 0.59291558884682316 0.68195718654434234 1 12 1 12 0 0 179 12 420 3943911 55200 159.78086853027344 0.97629999999999995 192.2259 20160 12309 0 0 983040 737280 737280 737511 748800 236 26 25 26 107 0 0 1 0 11 0 0 0 0 0 +3449 1783783096727195500 REFRESH 38 0 0.6052293254234451 0.56065239551478074 2 10 2 10 0 0 147 10 422 3943928 55200 157.56390380859375 0.98170000000000002 189.44460000000001 20160 12585 0 0 983040 737280 737280 737528 748800 152 25 45 47 153 0 0 0 0 10 0 0 0 0 0 +3450 1783783096931227900 REFRESH 32 0 0.62369857175325349 0.23343527013251789 1 8 1 8 0 0 163 5 421 3943908 55200 159.18080139160156 0.96999999999999997 202.80959999999999 20160 13227 0 0 983040 737280 737280 737508 748800 99 26 88 88 120 0 0 0 0 5 0 0 0 0 0 +3451 1783783097167391900 REFRESH 1 0 0.64821357955055958 0.1213047910295616 1 7 1 7 0 0 150 7 432 3943942 55200 160.20069885253906 0.96819999999999995 234.99760000000001 20160 13576 0 0 983040 737280 737280 737541 748800 125 25 75 108 99 0 0 0 1 6 0 0 0 0 0 +3452 1783783097387039900 REFRESH 31 0 0.65615074182924438 0.11213047910295611 2 6 2 6 0 0 175 9 427 3943901 55200 159.20947265625 0.96740000000000004 218.45580000000001 20160 13438 0 0 983040 737280 737280 737499 748800 90 25 33 139 140 0 0 0 0 9 0 0 0 0 0 +3453 1783783097625302200 REFRESH 11 0 0.65023173799223777 0.13047910295616727 0 8 0 8 0 0 126 7 421 3943915 55200 158.78962707519531 0.9738 237.13050000000001 20160 13636 0 0 983040 737280 737280 737514 748800 126 25 55 71 144 0 0 0 0 7 0 0 0 0 0 +3454 1783783097824248900 REFRESH 8 0 0.78841520676891097 0 2 5 2 5 0 0 254 4 420 3943902 55200 159.39993286132812 0.97209999999999996 197.77420000000001 20160 13545 0 0 983040 737280 737280 737501 748800 67 27 63 133 130 0 0 0 0 4 0 0 0 0 0 +3455 1783783098029039900 REFRESH 19 0 0.60385176041801281 0.67278287461773678 2 11 2 11 0 0 143 9 419 3943922 55200 158.95347595214844 0.97399999999999998 188.8527 20160 12122 0 0 983040 737280 737280 737522 748800 113 26 30 45 205 0 0 0 0 9 0 0 0 0 0 +3456 1783783098279563500 REFRESH 7 0 0.60831952226418107 0.68195718654434234 1 12 1 12 0 0 154 10 421 3943906 55200 158.69448852539062 0.97109999999999996 189.86199999999999 20160 12046 0 0 983040 737280 737280 737506 748800 76 26 40 42 237 0 0 0 0 10 0 0 0 0 0 +3457 1783783098485388000 REFRESH 35 0 0.60519328926753801 0.67278287461773678 2 11 2 11 0 0 186 9 414 3943932 55200 158.67596435546875 0.96660000000000001 190.0078 20160 12158 0 0 983040 737280 737280 737532 748800 145 27 35 91 116 0 0 0 0 9 0 0 0 0 0 +3458 1783783098689664700 REFRESH 23 0 0.60345510233912736 1 3 13 3 13 0 0 130 6 407 3943905 55200 158.74458312988281 0.99509999999999998 189.80930000000001 20160 11992 0 0 983040 737280 737280 737504 748800 154 26 34 28 165 0 0 0 0 6 0 0 0 0 0 +3459 1783783098881868000 REFRESH 18 0 0.62284102005261632 0.7940876656472986 1 13 1 13 0 0 147 11 423 3943903 55200 159.26701354980469 0.97509999999999997 190.5675 20160 13098 0 0 983040 737280 737280 737503 748800 145 25 109 60 84 0 0 0 0 11 0 0 0 0 0 +3460 1783783099085565100 REFRESH 0 0 0.58739293649099011 0.68195718654434234 1 12 1 12 0 0 108 3 424 3943905 55200 158.35955810546875 0.98440000000000005 188.1062 20160 13254 0 0 983040 737280 737280 737504 748800 65 25 26 25 283 0 0 0 0 3 0 0 0 0 0 +3461 1783783099286406500 REFRESH 4 0 0.58180446208346015 0.7940876656472986 1 13 1 13 0 0 71 5 414 3943913 55200 156.86962890625 0.96960000000000002 185.37809999999999 20160 13555 0 0 983040 737280 737280 737513 748800 34 26 44 40 270 0 0 0 0 5 0 0 0 0 0 +3462 1783783099506827700 REFRESH 2 0 0.6687341779385243 0.22426095820591221 2 7 2 7 0 0 165 10 422 3943898 55200 160.75059509277344 0.97619999999999996 219.25370000000001 20160 13376 0 0 983040 737280 737280 737496 748800 154 25 57 74 112 0 0 0 0 10 0 0 0 0 0 +3463 1783783099714275300 REFRESH 47 0 0.60284613684730493 0.67278287461773678 2 11 2 11 0 0 125 5 422 3943927 55200 160.71270751953125 0.97340000000000004 191.8168 20160 12053 0 0 983040 737280 737280 737527 748800 88 26 49 33 226 0 0 0 0 5 0 0 0 0 0 +3464 1783783099949692600 REFRESH 48 0 0.66344502038705966 0.11213047910295611 2 6 2 6 0 0 225 5 413 3943917 55200 161.50527954101562 0.97289999999999999 234.22130000000001 20160 13603 0 0 983040 737280 737280 737517 748800 98 26 62 59 168 0 0 0 0 5 0 0 0 0 0 +3465 1783783100161657600 REFRESH 6 0 0.59175726939154394 0.77573904179408748 3 11 3 11 0 0 127 3 420 3943930 55200 157.36422729492188 0.97440000000000004 187.02879999999999 20160 12430 0 0 983040 737280 737280 737530 748800 74 25 48 47 226 0 0 0 0 3 0 0 0 0 0 +3466 1783783100369783800 REFRESH 22 0 0.60706880815682429 0.77573904179408748 3 11 3 11 0 0 160 8 417 3943925 55200 161.34962463378906 0.96899999999999997 192.30520000000001 20160 12139 0 0 983040 737280 737280 737524 748800 132 26 53 33 173 0 0 0 0 8 0 0 0 0 0 +3467 1783783100620321700 REFRESH 50 0 0.60598202641887955 0.44852191641182459 2 9 2 9 0 0 151 4 417 3943913 55200 158.62477111816406 0.98119999999999996 197.16839999999999 20160 12572 0 0 983040 737280 737280 737513 748800 157 26 40 50 144 0 0 0 0 4 0 0 0 0 0 +3468 1783783100824256700 REFRESH 43 0 0.60454308716191885 0.77573904179408748 3 11 3 11 0 0 151 2 423 3943900 55200 157.73695373535156 0.97109999999999996 188.50999999999999 20160 13049 0 0 983040 737280 737280 737499 748800 152 25 100 45 101 0 0 0 0 2 0 0 0 0 0 +3469 1783783101076781200 REFRESH 52 0 0.63721479410946402 0.1213047910295616 1 7 1 7 0 0 132 1 429 3943918 55200 159.12141418457031 0.96760000000000002 233.6104 20160 12916 0 0 983040 737280 737280 737518 748800 170 26 73 81 79 0 0 0 0 1 0 0 0 0 0 +3470 1783783101312103200 REFRESH 9 0 0.64704684030495407 0.11213047910295611 2 6 2 6 0 0 163 5 434 3943911 55200 159.26579284667969 0.96879999999999999 234.13140000000001 20160 13262 0 0 983040 737280 737280 737511 748800 170 25 39 111 89 0 0 0 0 5 0 0 0 0 0 +3471 1783783101526776200 REFRESH 24 0 0.60088128296759413 0.87869520897043818 4 11 4 11 0 0 161 8 414 3943917 55200 158.61351013183594 0.96799999999999997 190.50370000000001 20160 11874 0 0 983040 737280 737280 737517 748800 88 26 29 34 237 0 0 0 0 8 0 0 0 0 0 +3472 1783783101730864000 REFRESH 37 0 0.59702052064159017 0.68195718654434234 1 12 1 12 0 0 151 2 423 3943896 55200 158.03800964355469 0.96679999999999999 188.43989999999999 20160 11922 0 0 983040 737280 737280 737496 748800 130 25 42 93 133 0 0 0 0 2 0 0 0 0 0 +3473 1783783101936978100 REFRESH 27 0 0.60501320193113273 0.80326197757390405 0 14 0 14 0 0 171 11 415 3943947 55200 157.98783874511719 0.96860000000000002 188.8537 20160 12100 0 0 983040 737280 737280 737547 748800 135 26 41 29 184 0 0 0 0 11 0 0 0 0 0 +3474 1783783102159147400 REFRESH 20 0 0.60447259134953146 0.67278287461773678 2 11 2 11 0 0 140 6 428 3943905 55200 158.25613403320312 0.97389999999999999 190.3554 20160 12146 0 0 983040 737280 737280 737505 748800 90 25 70 103 140 0 0 0 0 6 0 0 0 0 0 +3475 1783783102399762900 REFRESH 54 0 0.61868912903858608 0.23343527013251789 1 8 1 8 0 0 139 5 428 3943926 55200 158.97395324707031 0.96899999999999997 238.8389 20160 13460 0 0 983040 737280 737280 737525 748800 160 25 63 103 77 0 0 0 0 5 0 0 0 0 0 +3476 1783783102619549700 REFRESH 3 0 0.60384687276767746 0.44852191641182459 2 9 2 9 0 0 167 3 418 3943893 55200 153.059326171875 0.9859 193.0795 20160 12651 0 0 983040 737280 737280 737493 748800 208 26 40 31 113 0 0 0 0 3 0 0 0 0 0 +3477 1783783102826455400 REFRESH 57 0 0.60678359509946045 0.78491335372069293 2 12 2 12 0 0 157 7 408 3943897 55200 161.24415588378906 0.9778 193.5925 20160 11880 0 0 983040 737280 737280 737497 748800 153 26 32 30 167 0 0 0 0 7 0 0 0 0 0 +3478 1783783103069165000 REFRESH 21 0 0.60706204988514489 0.35474006116207946 0 10 0 10 0 0 202 7 417 3943917 55200 159.47673034667969 0.97030000000000005 216.51329999999999 20160 12832 0 0 983040 737280 737280 737517 748800 130 26 55 88 118 0 0 0 0 7 0 0 0 0 0 +3479 1783783103308838300 REFRESH 56 0 0.78375544102088535 0 2 5 2 5 0 0 237 6 414 3943911 55200 158.47013854980469 0.96789999999999998 237.6627 20160 13536 0 0 983040 737280 737280 737510 748800 135 26 42 120 91 0 0 0 0 6 0 0 0 0 0 +3480 1783783103525186200 REFRESH 28 0 0.59895794090346977 0.68195718654434234 1 12 1 12 0 0 170 9 407 3943905 55200 159.38764953613281 0.99370000000000003 191.2878 20160 12068 0 0 983040 737280 737280 737504 748800 59 27 37 39 245 0 0 0 0 9 0 0 0 0 0 +3481 1783783103730640700 REFRESH 49 0 0.60566266950011027 0.66360856269113133 3 10 3 10 0 0 144 4 423 3943905 55200 158.10354614257812 0.96879999999999999 189.93170000000001 20160 12292 0 0 983040 737280 737280 737505 748800 151 26 31 43 172 0 0 0 0 4 0 0 0 0 0 +3482 1783783103935834300 REFRESH 26 0 0.59693826782946613 0.68195718654434234 1 12 1 12 0 0 119 4 427 3943897 55200 157.48822021484375 0.96930000000000005 189.09299999999999 20160 12191 0 0 983040 737280 737280 737497 748800 58 25 25 64 255 0 0 0 0 4 0 0 0 0 0 +3483 1783783104142763500 REFRESH 36 0 0.60080119857396896 0.66360856269113133 3 10 3 10 0 0 142 8 426 3943899 55200 159.60575866699219 0.96840000000000004 190.8707 20160 12074 0 0 983040 737280 737280 737499 748800 178 25 27 44 152 0 0 0 0 8 0 0 0 0 0 +3484 1783783104346232400 REFRESH 34 0 0.57445532756311257 0.68195718654434234 1 12 1 12 0 0 126 5 429 3943909 55200 157.0723876953125 0.98409999999999997 187.25640000000001 20160 12124 0 0 983040 737280 737280 737508 748800 176 25 55 80 93 1 0 0 0 4 0 0 0 0 0 +3485 1783783104553592300 REFRESH 12 0 0.60825776471506643 0.43934760448521909 3 8 3 8 0 0 214 5 413 3943910 55200 159.50950622558594 0.97770000000000001 191.82069999999999 20160 12251 0 0 983040 737280 737280 737509 748800 193 27 33 63 97 0 0 0 0 5 0 0 0 0 0 +3486 1783783104790934200 REFRESH 15 0 0.59792773583539205 0.77573904179408748 3 11 3 11 0 0 113 3 417 3943913 55200 159.70098876953125 0.97399999999999998 190.1738 20160 11932 0 0 983040 737280 737280 737513 748800 78 26 64 61 188 0 0 0 0 3 0 0 0 0 0 +3487 1783783105029705800 REFRESH 17 0 0.78506496838892403 0.018348623853211066 0 7 0 7 0 0 236 4 414 3943916 55200 159.52691650390625 0.97740000000000005 237.4579 20160 13598 0 0 983040 737280 737280 737516 748800 103 26 73 120 92 0 0 0 0 4 0 0 0 0 0 +3488 1783783105235517100 REFRESH 58 0 0.60243216606077266 0.78491335372069293 2 12 2 12 0 0 147 10 420 3943930 55200 159.07327270507812 0.97489999999999999 190.09049999999999 20160 12263 0 0 983040 737280 737280 737530 748800 147 25 25 35 188 1 0 0 0 9 0 0 0 0 0 +3489 1783783106407491900 DEPTH 8 1 0.78306079470042333 0 2 5 2 5 0 0 254 23 2567 23664866 81600 918.72053527832031 5.8250000000000002 1170.6764000000001 120960 66562 1 0 5898240 4423680 4423680 4426465 4492800 170 158 150 544 1545 0 0 0 0 23 0 0 0 0 0 +3490 1783783107766158300 DEPTH 13 1 0.77608484957188029 0.0091743119266054877 1 6 1 6 0 0 196 10 2500 23664856 81600 912.60005187988281 5.8096999999999994 1357.4746 120960 65541 1 0 5898240 4423680 4423680 4426455 4492800 384 150 196 228 1542 0 0 0 0 10 0 0 0 0 0 +3491 1783783109153824900 DEPTH 44 1 0.69669811943885052 0.1213047910295616 1 7 1 7 0 0 184 14 2588 23664870 81600 913.45347595214844 5.8650000000000002 1386.4157 120960 65419 1 0 5898240 4423680 4423680 4426468 4492800 229 156 156 167 1880 0 0 0 0 14 0 0 0 0 0 +3492 1783783110537892900 DEPTH 2 1 0.66546248946747033 0.22426095820591221 2 7 2 7 0 0 165 24 2591 23664860 81600 914.10330200195312 5.819 1382.8900000000001 120960 65681 1 0 5898240 4423680 4423680 4426459 4492800 540 150 224 343 1334 0 0 0 0 24 0 0 0 0 0 +3493 1783783112016626700 DEPTH 46 1 0.65903407027212368 0.13047910295616727 0 8 0 8 1 0 338 23 2592 23664859 81600 920.04368591308594 5.8401999999999994 1412.4822999999999 120960 65751 1 0 5898240 4423680 4423680 4426459 4492800 287 150 157 198 1800 0 0 0 0 23 0 0 0 0 1 +3494 1783783113473343900 DEPTH 11 1 0.6587744538733189 0.13047910295616727 0 8 0 8 0 0 126 13 2557 23664864 81600 909.27717590332031 5.8905000000000003 1413.7252000000001 120960 65483 1 0 5898240 4423680 4423680 4426462 4492800 303 150 195 248 1661 0 0 0 0 13 0 0 0 0 0 +3495 1783783114867391400 DEPTH 48 1 0.65866265440527527 0.11213047910295611 2 6 2 6 0 0 225 31 2566 23664868 81600 917.95556640625 5.8243999999999998 1392.6537000000001 120960 66796 1 0 5898240 4423680 4423680 4426467 4492800 150 150 151 152 1963 0 0 0 0 31 0 0 0 0 0 +3496 1783783116239453100 DEPTH 31 1 0.65693438407914506 0.11213047910295611 2 6 2 6 0 0 175 12 2608 23664794 81600 917.06573486328125 5.8375999999999992 1356.3831 120960 65931 1 0 5898240 4423680 4423680 4426392 4492800 460 150 181 601 1216 0 0 0 0 12 0 0 0 0 0 +3497 1783783117650273600 DEPTH 56 1 0.71119782636659612 0 2 5 2 5 0 0 237 21 2585 23664910 81600 915.04331970214844 5.8281000000000001 1378.809 120960 65809 1 0 5898240 4423680 4423680 4426509 4492800 507 150 224 516 1188 0 0 0 0 21 0 0 0 0 0 +3498 1783783118850498000 DEPTH 16 1 0.65374934398571383 0.11213047910295611 2 6 2 6 0 0 220 22 2549 23664860 81600 919.8992919921875 5.8521999999999998 1199.0246 120960 66071 1 0 5898240 4423680 4423680 4426458 4492800 403 156 155 290 1545 0 0 0 0 22 0 0 0 0 0 +3499 1783783120159294300 DEPTH 53 1 0.65364936026673159 0.13047910295616727 0 8 0 8 0 0 176 22 2533 23664794 81600 916.28457641601562 5.8201999999999998 1293.2073 120960 65489 1 0 5898240 4423680 4423680 4426392 4492800 290 156 176 175 1736 0 0 0 0 22 0 0 0 0 0 +3500 1783783121574484300 DEPTH 42 1 0.65118562448687223 0.11213047910295611 2 6 2 6 0 0 161 13 2633 23664915 81600 917.00140380859375 5.8160999999999996 1386.5540000000001 120960 64624 1 0 5898240 4423680 4423680 4426515 4492800 231 150 284 273 1695 0 0 0 0 13 0 0 0 0 0 +3501 1783783122872378000 DEPTH 33 1 0.64886598049439348 0.1213047910295616 1 7 1 7 0 0 204 14 2538 23664877 81600 921.59283447265625 5.8173000000000012 1296.5744999999999 120960 66011 1 0 5898240 4423680 4423680 4426476 4492800 376 151 165 233 1613 0 0 0 0 14 0 0 0 0 0 +3502 1783783124297456300 DEPTH 1 1 0.64798561969007684 0.1213047910295616 1 7 1 7 0 0 150 8 2616 23664810 81600 914.84579467773438 5.8315000000000001 1388.0301999999999 120960 66244 1 0 5898240 4423680 4423680 4426410 4492800 409 150 305 372 1380 0 0 0 0 8 0 0 0 0 0 +3503 1783783125671340300 DEPTH 9 1 0.64497924006884766 0.11213047910295611 2 6 2 6 0 0 163 11 2626 23664875 81600 919.51213073730469 5.8153999999999995 1372.6815999999999 120960 65050 1 0 5898240 4423680 4423680 4426472 4492800 913 150 224 642 697 0 0 0 0 11 0 0 0 0 0 +3504 1783783127034523400 DEPTH 52 1 0.63213577449605918 0.1213047910295616 1 7 1 7 0 0 132 10 2591 23664915 81600 915.95365905761719 5.8316999999999997 1361.8843999999999 120960 63588 1 0 5898240 4423680 4423680 4426513 4492800 896 156 392 526 621 0 0 0 0 10 0 0 0 0 0 +3505 1783783128461976500 DEPTH 17 1 0.71032438784589691 0.018348623853211066 0 7 0 7 0 0 236 10 2530 23664908 81600 912.05946350097656 5.8305999999999996 1376.7375999999999 120960 65619 1 0 5898240 4423680 4423680 4426506 4492800 254 156 207 302 1611 0 0 0 0 10 0 0 0 0 0 +3506 1783783129651042200 DEPTH 8 1 0.70415828457686402 0 2 5 2 5 0 0 254 18 2575 23664785 81600 911.61190795898438 5.8746000000000009 1187.7944 120960 55750 1 0 5898240 4423680 4423680 4426383 4492800 169 157 150 630 1469 0 0 0 0 18 0 0 0 0 0 +3507 1783783131038503300 DEPTH 13 1 0.69834863389198099 0.0091743119266054877 1 6 1 6 0 0 196 7 2496 23664887 81600 902.47642517089844 5.8384 1352.3382999999999 120960 54092 1 0 5898240 4423680 4423680 4426486 4492800 381 150 194 274 1497 0 0 0 0 7 0 0 0 0 0 +3508 1783783132412378100 DEPTH 32 1 0.62011813330104215 0.23343527013251789 1 8 1 8 0 0 163 32 2565 23664832 81600 913.22085571289062 5.8226000000000004 1323.499 120960 64270 1 0 5898240 4423680 4423680 4426430 4492800 304 150 263 306 1542 0 0 0 0 32 0 0 0 0 0 +3509 1783783133512694500 DEPTH 18 1 0.61978600136816364 0.7940876656472986 1 13 1 13 1 0 150 49 2589 23664935 81600 917.08415222167969 5.8363999999999994 1099.1026999999999 120960 62348 1 0 5898240 4423680 4423680 4426535 4492800 376 150 370 293 1400 0 0 0 0 49 0 0 0 0 1 +3510 1783783134870428300 DEPTH 45 1 0.61627919575525447 0.22426095820591221 2 7 2 7 0 0 179 17 2609 23664767 81600 921.62882995605469 6.1395000000000008 1319.4629 120960 65666 1 0 5898240 4423680 4423680 4426364 4492800 209 150 171 192 1887 0 0 0 0 17 0 0 0 0 0 +3511 1783783136240609100 DEPTH 54 1 0.61513382593887955 0.23343527013251789 1 8 1 8 0 0 140 12 2616 23664904 81600 909.55162048339844 5.8376999999999999 1368.9023 120960 65406 1 0 5898240 4423680 4423680 4426504 4492800 487 150 302 436 1241 0 0 0 0 12 0 0 0 0 0 +3512 1783783137618937000 DEPTH 30 1 0.61424329014780166 0.23343527013251789 1 8 1 8 0 0 163 16 2588 23664828 81600 913.10386657714844 5.8036000000000003 1377.098 120960 65528 1 0 5898240 4423680 4423680 4426428 4492800 527 150 242 571 1098 0 0 0 0 16 0 0 0 0 0 +3513 1783783138998820900 DEPTH 56 1 0.69284147035023869 0 2 5 2 5 0 0 237 18 2584 23664866 81600 898.67271423339844 5.8215000000000003 1378.5678 120960 54617 1 0 5898240 4423680 4423680 4426464 4492800 437 150 230 585 1182 0 0 0 0 18 0 0 0 0 0 +3514 1783783140367839000 DEPTH 44 1 0.67520838632269742 0.1213047910295616 1 7 1 7 0 0 184 13 2592 23664862 81600 904.97128295898438 5.8183999999999996 1367.7705000000001 120960 54034 1 0 5898240 4423680 4423680 4426462 4492800 245 156 156 185 1850 0 0 0 0 13 0 0 0 0 0 +3515 1783783141731608700 DEPTH 2 1 0.64240031509375217 0.22426095820591221 2 7 2 7 0 0 165 17 2587 23664822 81600 904.6824951171875 5.8124000000000002 1362.6251999999999 120960 54130 1 0 5898240 4423680 4423680 4426420 4492800 540 150 219 385 1293 0 0 0 0 17 0 0 0 0 0 +3516 1783783143174320700 DEPTH 17 1 0.64199244833265212 0.018348623853211066 0 7 0 7 0 0 236 16 2532 23664851 81600 899.94650268554688 5.8500000000000005 1376.3818000000001 120960 54306 1 0 5898240 4423680 4423680 4426451 4492800 243 156 193 313 1627 0 0 0 0 16 0 0 0 0 0 +3517 1783783144339596500 DEPTH 55 1 0.61187973850982802 0.68195718654434234 1 12 1 12 0 0 179 41 2566 23664810 81600 924.33306884765625 5.8455000000000004 1118.0715 120960 59006 1 0 5898240 4423680 4423680 4426408 4492800 1055 156 150 156 1049 0 0 0 0 41 0 0 0 0 0 +3518 1783783145738179000 DEPTH 46 1 0.6601572597413583 0.13047910295616727 0 8 0 8 0 0 338 20 2587 23664773 81600 906.89846801757812 5.8437000000000001 1397.3299999999999 120960 55142 1 0 5898240 4423680 4423680 4426370 4492800 288 150 183 245 1721 0 0 0 0 20 0 0 0 0 0 +3519 1783783146880623900 DEPTH 7 1 0.60883806702726662 0.68195718654434234 1 12 1 12 1 0 154 42 2551 23664799 81600 913.22367858886719 5.8056999999999999 1100.3810000000001 120960 56688 1 0 5898240 4423680 4423680 4426399 4492800 153 151 156 172 1919 0 0 0 0 42 0 0 0 0 2 +3520 1783783148234780000 DEPTH 14 1 0.6082648432004647 0.57900101936799164 0 12 0 12 0 0 141 25 2597 23664857 81600 912.51626586914062 5.8094999999999999 1328.3442 120960 59052 1 0 5898240 4423680 4423680 4426457 4492800 376 150 150 162 1759 0 0 0 0 25 0 0 0 0 0 +3521 1783783148475226600 REFRESH 41 0 0.59672503454217796 0.34556574923547401 1 9 1 9 0 0 118 3 416 3943907 55200 157.74925231933594 0.9708 219.38990000000001 20160 13241 0 0 983040 737280 737280 737507 748800 210 26 28 37 115 0 0 0 0 3 0 0 0 0 0 +3522 1783783148703512100 REFRESH 46 0 0.45103201898226725 0.13047910295616727 0 8 0 8 0 0 338 7 421 3943927 55200 159.56300354003906 0.96960000000000002 226.61670000000001 20160 13536 0 0 983040 737280 737280 737527 748800 114 25 71 75 136 0 0 0 0 7 0 0 0 0 0 +3523 1783783148927979800 REFRESH 30 0 0.47596973702783923 0.23343527013251789 1 8 1 8 0 0 163 4 421 3943901 55200 159.23712158203125 0.97309999999999997 223.1542 20160 13499 0 0 983040 737280 737280 737501 748800 121 25 56 139 80 0 0 0 0 4 0 0 0 0 0 +3524 1783783149120720500 REFRESH 7 0 0.40895730386516482 0.68195718654434234 1 12 1 12 0 0 154 5 424 3943905 55200 159.14189147949219 0.99380000000000002 191.5566 20160 12046 0 0 983040 737280 737280 737504 748800 103 26 41 49 205 0 0 0 0 5 0 0 0 0 0 +3525 1783783149332214900 REFRESH 49 0 0.60091413323081011 0.66360856269113133 3 10 3 10 0 0 144 2 420 3943884 55200 159.49311828613281 0.97419999999999995 191.35849999999999 20160 12307 0 0 983040 737280 737280 737484 748800 167 26 32 46 149 0 0 0 0 2 0 0 0 0 0 +3526 1783783149535044300 REFRESH 51 0 0.60580225448689062 0.77573904179408748 3 11 3 11 0 0 130 5 426 3943903 55200 157.9683837890625 0.97550000000000003 190.41120000000001 20160 12393 0 0 983040 737280 737280 737503 748800 169 25 82 52 98 0 0 0 0 5 0 0 0 0 0 +3527 1783783149736356200 REFRESH 37 0 0.59081726932541401 0.68195718654434234 1 12 1 12 0 0 151 7 425 3943910 55200 157.77894592285156 0.97399999999999998 189.47499999999999 20160 11992 0 0 983040 737280 737280 737510 748800 132 25 43 95 130 0 0 0 0 7 0 0 0 0 0 +3528 1783783149974476300 REFRESH 21 0 0.60620244792232691 0.35474006116207946 0 10 0 10 0 0 202 5 417 3943919 55200 160.62873840332031 0.97309999999999997 216.3878 20160 12885 0 0 983040 737280 737280 737518 748800 125 26 55 89 122 0 0 0 0 5 0 0 0 0 0 +3529 1783783150194227900 REFRESH 25 0 0.59254503829243577 0.77573904179408748 3 11 3 11 0 0 133 5 419 3943898 55200 161.63020324707031 0.97450000000000003 194.26949999999999 20160 11911 0 0 983040 737280 737280 737498 748800 69 25 46 26 253 0 0 0 0 5 0 0 0 0 0 +3530 1783783150389312600 REFRESH 18 0 0.57681747878349132 0.7940876656472986 1 13 1 13 0 0 150 7 422 3943919 55200 162.11260986328125 0.9698 193.39590000000001 20160 13107 0 0 983040 737280 737280 737519 748800 147 25 110 61 79 0 0 0 0 7 0 0 0 0 0 +3531 1783783150602521000 REFRESH 47 0 0.59928229557659041 0.67278287461773678 2 11 2 11 1 0 125 4 426 3943932 55200 161.48377990722656 0.97440000000000004 192.47329999999999 20160 11913 0 0 983040 737280 737280 737532 748800 71 26 41 33 255 0 0 0 0 4 0 0 0 0 1 +3532 1783783150806653000 REFRESH 32 0 0.61170217015530992 0.23343527013251789 1 8 1 8 0 0 163 4 422 3943914 55200 159.29673767089844 0.97650000000000003 202.9084 20160 13246 0 0 983040 737280 737280 737514 748800 99 26 92 84 121 0 0 0 0 4 0 0 0 0 0 +3533 1783783151007562500 REFRESH 40 0 0.59597250308809002 0.68195718654434234 1 12 1 12 1 0 147 11 419 3943933 55200 158.45989990234375 0.97709999999999997 189.08179999999999 20160 12374 0 0 983040 737280 737280 737533 748800 165 25 31 60 138 0 0 0 0 11 0 0 0 0 1 +3534 1783783151208024600 REFRESH 19 0 0.60387460504928425 0.67278287461773678 2 11 2 11 0 0 143 8 418 3943927 55200 158.26022338867188 0.9869 188.50120000000001 20160 12180 0 0 983040 737280 737280 737527 748800 111 26 30 37 214 0 0 0 0 8 0 0 0 0 0 +3535 1783783151408211000 REFRESH 16 0 0.65585159580337959 0.11213047910295611 2 6 2 6 0 0 220 4 415 3943901 55200 159.34361267089844 0.96970000000000001 198.45650000000001 20160 13591 0 0 983040 737280 737280 737501 748800 169 26 27 97 96 0 0 0 0 4 0 0 0 0 0 +3536 1783783151626075100 REFRESH 53 0 0.65567488148535835 0.13047910295616727 0 8 0 8 0 0 177 6 412 3943892 55200 159.388671875 0.97399999999999998 202.75919999999999 20160 13542 0 0 983040 737280 737280 737492 748800 150 26 45 33 158 0 0 0 0 6 0 0 0 0 0 +3537 1783783151829994200 REFRESH 12 0 0.60465512423128609 0.43934760448521909 3 8 3 8 0 0 214 8 414 3943930 55200 159.07737731933594 0.97529999999999994 191.6054 20160 12205 0 0 983040 737280 737280 737529 748800 192 27 33 66 96 0 0 0 0 8 0 0 0 0 0 +3538 1783783152071351800 REFRESH 52 0 0.63648077000976666 0.1213047910295616 1 7 1 7 0 0 132 4 429 3943932 55200 161.25541687011719 0.97519999999999996 239.58269999999999 20160 13852 0 0 983040 737280 737280 737531 748800 167 26 73 85 78 0 0 0 0 4 0 0 0 0 0 +3539 1783783152284605700 REFRESH 38 0 0.60574781363177133 0.56065239551478074 2 10 2 10 0 0 147 5 423 3943907 55200 161.43769836425781 0.97460000000000002 192.36959999999999 20160 12444 0 0 983040 737280 737280 737507 748800 185 26 49 55 108 0 0 0 0 5 0 0 0 0 0 +3540 1783783152480479900 REFRESH 55 0 0.5906652754596633 0.68195718654434234 1 12 1 12 1 0 179 9 425 3943894 55200 162.49037170410156 0.96989999999999998 194.1568 20160 12427 0 0 983040 737280 737280 737494 748800 236 26 25 26 112 0 0 0 0 9 0 0 0 0 1 +3541 1783783152691309900 REFRESH 0 0 0.58378860505758801 0.68195718654434234 1 12 1 12 0 0 108 4 427 3943909 55200 159.24940490722656 0.97589999999999999 190.62479999999999 20160 13245 0 0 983040 737280 737280 737508 748800 117 25 26 29 230 0 0 0 0 4 0 0 0 0 0 +3542 1783783152927653500 REFRESH 54 0 0.61682874858462711 0.23343527013251789 1 8 1 8 0 0 140 4 425 3943910 55200 159.20947265625 0.96699999999999997 235.0642 20160 13296 0 0 983040 737280 737280 737510 748800 156 25 65 101 78 0 0 0 0 4 0 0 0 0 0 +3543 1783783153131499500 REFRESH 29 0 0.60508810603868368 0.68195718654434234 1 12 1 12 0 0 146 4 416 3943898 55200 158.29939270019531 0.97340000000000004 191.2816 20160 12082 0 0 983040 737280 737280 737497 748800 133 25 27 91 140 0 0 0 0 4 0 0 0 0 0 +3544 1783783153334367100 REFRESH 22 0 0.60523348403010035 0.77573904179408748 3 11 3 11 0 0 160 8 423 3943912 55200 158.56025695800781 0.97509999999999997 190.57509999999999 20160 12068 0 0 983040 737280 737280 737512 748800 143 26 54 33 167 0 0 0 0 8 0 0 0 0 0 +3545 1783783153536807500 REFRESH 24 0 0.60014216756637739 0.87869520897043818 4 11 4 11 0 0 161 6 414 3943915 55200 159.03538513183594 0.97909999999999997 190.42410000000001 20160 11865 0 0 983040 737280 737280 737515 748800 74 26 28 29 257 0 0 0 0 6 0 0 0 0 0 +3546 1783783153741758400 REFRESH 28 0 0.59909470241362017 0.68195718654434234 1 12 1 12 0 0 171 7 407 3943896 55200 159.70611572265625 0.97260000000000002 192.1344 20160 12139 0 0 983040 737280 737280 737495 748800 58 27 36 36 250 0 0 0 0 7 0 0 0 0 0 +3547 1783783153961487400 REFRESH 2 0 0.65957370299988549 0.22426095820591221 2 7 2 7 0 0 165 6 424 3943901 55200 159.78802490234375 0.99470000000000003 218.5829 20160 13589 0 0 983040 737280 737280 737501 748800 143 25 54 68 134 0 0 0 0 6 0 0 0 0 0 +3548 1783783154201405700 REFRESH 42 0 0.65323391261140429 0.11213047910295611 2 6 2 6 0 0 161 4 422 3943912 55200 160.09318542480469 0.97340000000000004 238.6542 20160 13655 0 0 983040 737280 737280 737512 748800 103 25 87 76 131 0 0 0 0 4 0 0 0 0 0 +3549 1783783154427317100 REFRESH 10 0 0.59012982196803687 0.4576962283384301 1 10 1 10 0 0 135 4 423 3943887 55200 158.65548706054688 0.96860000000000002 193.47620000000001 20160 12591 0 0 983040 737280 737280 737487 748800 161 25 39 40 158 0 0 0 0 4 0 0 0 0 0 +3550 1783783154626283400 REFRESH 4 0 0.580443711190753 0.7940876656472986 1 13 1 13 0 0 71 3 415 3943912 55200 156.89932250976562 0.98399999999999999 187.07929999999999 20160 13534 0 0 983040 737280 737280 737512 748800 34 26 43 42 270 0 0 0 0 3 0 0 0 0 0 +3551 1783783154876555500 REFRESH 11 0 0.66042825250931592 0.13047910295616727 0 8 0 8 0 0 126 5 418 3943929 55200 158.41690063476562 0.9778 239.70740000000001 20160 13692 0 0 983040 737280 737280 737528 748800 109 25 55 68 161 0 0 1 0 4 0 0 0 0 0 +3552 1783783155077655600 REFRESH 43 0 0.59681235340059446 0.77573904179408748 3 11 3 11 0 0 151 2 429 3943927 55200 157.83526611328125 0.99019999999999997 189.27780000000001 20160 13056 0 0 983040 737280 737280 737527 748800 157 25 106 48 93 0 0 0 0 2 0 0 0 0 0 +3553 1783783155315318100 REFRESH 17 0 0.78350270976160941 0.018348623853211066 0 7 0 7 0 0 236 5 417 3943914 55200 151.66259765625 0.99239999999999995 235.87860000000001 20160 13601 0 0 983040 737280 737280 737514 748800 103 26 66 111 111 0 0 0 0 5 0 0 0 0 0 +3554 1783783155525781900 REFRESH 20 0 0.60197459189550306 0.67278287461773678 2 11 2 11 0 0 140 4 427 3943903 55200 160.99533081054688 0.97829999999999995 191.90799999999999 20160 12099 0 0 983040 737280 737280 737502 748800 97 25 71 106 128 0 0 0 1 3 0 0 0 0 0 +3555 1783783155730294800 REFRESH 23 0 0.6002087091390842 1 3 13 3 13 0 0 130 6 410 3943910 55200 158.67289733886719 0.96860000000000002 192.48750000000001 20160 11949 0 0 983040 737280 737280 737510 748800 155 26 34 28 167 0 0 0 0 6 0 0 0 0 0 +3556 1783783155930525600 REFRESH 8 0 0.78517361895648352 0 2 5 2 5 1 0 254 5 413 3943903 55200 159.44703674316406 0.97909999999999997 199.05520000000001 20160 13569 0 0 983040 737280 737280 737503 748800 75 27 73 137 101 0 0 0 0 5 0 0 0 0 1 +3557 1783783156174437300 REFRESH 9 0 0.64809487867080029 0.11213047910295611 2 6 2 6 0 0 163 1 435 3943903 55200 160.13926696777344 0.9738 242.72040000000001 20160 13582 0 0 983040 737280 737280 737503 748800 171 25 39 116 84 0 0 0 0 1 0 0 0 0 0 +3558 1783783156376336900 REFRESH 57 0 0.60434167903959879 0.78491335372069293 2 12 2 12 0 0 157 6 410 3943905 55200 157.64274597167969 0.97629999999999995 188.68719999999999 20160 11973 0 0 983040 737280 737280 737505 748800 167 26 35 30 152 0 0 0 0 6 0 0 0 0 0 +3559 1783783156578927400 REFRESH 27 0 0.60594731599347973 0.80326197757390405 0 14 0 14 0 0 171 5 414 3943889 55200 158.78349304199219 0.97619999999999996 190.70949999999999 20160 11993 0 0 983040 737280 737280 737488 748800 121 26 35 28 204 0 0 0 0 5 0 0 0 0 0 +3560 1783783156787781300 REFRESH 50 0 0.60129245259384501 0.44852191641182459 2 9 2 9 0 0 151 7 422 3943905 55200 157.54240417480469 0.96730000000000005 196.06460000000001 20160 12436 0 0 983040 737280 737280 737505 748800 131 26 38 48 179 0 0 0 0 7 0 0 0 0 0 +3561 1783783156988749500 REFRESH 26 0 0.59337775923073954 0.68195718654434234 1 12 1 12 0 0 119 7 426 3943931 55200 158.08306884765625 0.97550000000000003 189.06469999999999 20160 12126 0 0 983040 737280 737280 737529 748800 60 25 25 69 247 0 0 0 0 7 0 0 0 0 0 +3562 1783783157225075700 REFRESH 1 0 0.64872828847626907 0.1213047910295616 1 7 1 7 0 0 150 2 428 3943905 55200 159.12652587890625 0.96870000000000001 235.1062 20160 13509 0 0 983040 737280 737280 737505 748800 120 25 76 101 106 0 0 0 0 2 0 0 0 0 0 +3563 1783783157436664400 REFRESH 36 0 0.59964087905830521 0.66360856269113133 3 10 3 10 0 0 142 7 427 3943913 55200 158.91456604003906 0.96909999999999996 190.38120000000001 20160 12174 0 0 983040 737280 737280 737513 748800 180 25 26 48 148 0 0 0 0 7 0 0 0 0 0 +3564 1783783157638721300 REFRESH 15 0 0.59236280349447168 0.77573904179408748 3 11 3 11 0 0 113 7 424 3943887 55200 159.11935424804688 0.97370000000000001 189.94470000000001 20160 12035 0 0 983040 737280 737280 737487 748800 87 27 75 74 161 0 0 0 0 7 0 0 0 0 0 +3565 1783783157879329500 REFRESH 44 0 0.69385549407250535 0.1213047910295616 1 7 1 7 0 0 184 5 421 3943928 55200 159.56889343261719 0.97399999999999998 239.19970000000001 20160 13298 0 0 983040 737280 737280 737527 748800 73 26 34 52 236 0 0 0 0 5 0 0 0 0 0 +3566 1783783158090110100 REFRESH 3 0 0.59850999371088021 0.44852191641182459 2 9 2 9 0 0 167 5 417 3943924 55200 159.01490783691406 0.96860000000000002 198.26220000000001 20160 12533 0 0 983040 737280 737280 737524 748800 208 26 40 31 112 0 0 0 0 5 0 0 0 0 0 +3567 1783783158300667900 REFRESH 39 0 0.60214238298909617 0.43934760448521909 3 8 3 8 0 0 196 7 416 3943909 55200 158.45478820800781 0.97240000000000004 197.38560000000001 20160 13263 0 0 983040 737280 737280 737509 748800 37 25 33 31 290 0 0 0 0 7 0 0 0 0 0 +3568 1783783158525429100 REFRESH 34 0 0.57278423709635851 0.68195718654434234 1 12 1 12 0 0 127 6 428 3943939 55200 157.64480590820312 0.96819999999999995 187.37809999999999 20160 12157 0 0 983040 737280 737280 737538 748800 176 25 59 80 88 0 0 0 0 6 0 0 0 0 0 +3569 1783783158764155500 REFRESH 56 0 0.78436219773206861 0 2 5 2 5 0 0 237 5 415 3943927 55200 159.56704711914062 0.97430000000000005 237.45959999999999 20160 13329 0 0 983040 737280 737280 737527 748800 139 26 44 122 84 0 0 0 0 5 0 0 0 0 0 +3570 1783783158967544200 REFRESH 45 0 0.61755693172769888 0.22426095820591221 2 7 2 7 0 0 180 7 428 3943897 55200 160.68095397949219 0.98629999999999995 202.07490000000001 20160 13602 0 0 983040 737280 737280 737495 748800 112 25 46 73 172 0 0 0 0 7 0 0 0 0 0 +3571 1783783159181171100 REFRESH 6 0 0.58727530553696194 0.77573904179408748 3 11 3 11 0 0 127 8 419 3943907 55200 158.37286376953125 1.008 191.41030000000001 20160 12528 0 0 983040 737280 737280 737507 748800 74 25 48 47 225 0 0 1 0 7 0 0 0 0 0 +3572 1783783159387193600 REFRESH 58 0 0.60275110475387061 0.78491335372069293 2 12 2 12 0 0 147 5 423 3943917 55200 158.86746215820312 0.97570000000000001 189.6617 20160 12253 0 0 983040 737280 737280 737517 748800 130 25 25 34 209 0 0 0 0 5 0 0 0 0 0 +3573 1783783159596752200 REFRESH 35 0 0.60439509225993238 0.67278287461773678 2 11 2 11 0 0 186 2 418 3943924 55200 159.42758178710938 0.97350000000000003 191.8116 20160 12182 0 0 983040 737280 737280 737524 748800 155 27 35 91 110 0 0 0 0 2 0 0 0 0 0 +3574 1783783159816009500 REFRESH 13 0 0.77745024664848594 0.0091743119266054877 1 6 1 6 0 0 196 0 415 3943882 55200 158.26960754394531 0.97340000000000004 217.9982 20160 13461 0 0 983040 737280 737280 737482 748800 164 26 66 63 96 0 0 0 0 0 0 0 0 0 0 +3575 1783783160076405400 REFRESH 48 0 0.65941738749915457 0.11213047910295611 2 6 2 6 0 0 225 7 420 3943917 55200 158.82240295410156 0.99080000000000001 234.1549 20160 13487 0 0 983040 737280 737280 737517 748800 97 26 62 57 178 0 0 0 0 7 0 0 0 0 0 +3576 1783783160280403500 REFRESH 5 0 0.59460889852333687 0.67278287461773678 2 11 2 11 0 0 102 7 430 3943937 55200 158.01344299316406 0.97240000000000004 187.4461 20160 12235 0 0 983040 737280 737280 737537 748800 120 25 40 143 102 0 0 0 0 7 0 0 0 0 0 +3577 1783783160499394800 REFRESH 33 0 0.65147651137965168 0.1213047910295616 1 7 1 7 0 0 204 3 420 3943907 55200 159.4388427734375 0.96850000000000003 202.19640000000001 20160 13438 0 0 983040 737280 737280 737507 748800 136 26 84 63 111 0 0 0 0 3 0 0 0 0 0 +3578 1783783160722076800 REFRESH 31 0 0.65866692780640179 0.11213047910295611 2 6 2 6 0 0 175 4 424 3943897 55200 158.42098999023438 0.97030000000000005 221.0864 20160 13465 0 0 983040 737280 737280 737497 748800 91 25 32 142 134 0 0 0 0 4 0 0 0 0 0 +3579 1783783160928740300 REFRESH 14 0 0.60854251234257384 0.57900101936799164 0 12 0 12 0 0 141 8 415 3943908 55200 158.90432739257812 0.9788 204.99459999999999 20160 12436 0 0 983040 737280 737280 737507 748800 165 25 28 28 169 1 0 0 0 7 0 0 0 0 0 +3580 1783783162349218100 DEPTH 17 1 0.77979461774387238 0.018348623853211066 0 7 0 7 0 0 236 17 2529 23664829 81600 910.34437561035156 5.8350999999999997 1384.4885999999999 120960 65748 1 0 5898240 4423680 4423680 4426429 4492800 253 156 206 331 1583 0 0 0 0 17 0 0 0 0 0 +3581 1783783163591303500 DEPTH 8 1 0.78099292524931097 0 2 5 2 5 0 0 254 18 2572 23664824 81600 930.9696044921875 5.8560999999999996 1193.6261 120960 66439 1 0 5898240 4423680 4423680 4426422 4492800 175 157 150 565 1525 0 0 0 0 18 0 0 0 0 0 +3582 1783783165032913000 DEPTH 46 1 0.65888873189055852 0.13047910295616727 0 8 0 8 1 0 338 22 2601 23664899 81600 921.15045166015625 5.8369999999999997 1403.6295 120960 66472 1 0 5898240 4423680 4423680 4426497 4492800 288 150 173 241 1749 0 0 0 0 22 0 0 0 0 1 +3583 1783783166422470600 DEPTH 11 1 0.65677454264091717 0.13047910295616727 0 8 0 8 0 0 126 14 2533 23664740 81600 907.19845581054688 5.8519000000000005 1388.3602000000001 120960 65618 1 0 5898240 4423680 4423680 4426339 4492800 279 150 193 225 1686 0 0 4 0 10 0 0 0 0 0 +3584 1783783167725340800 DEPTH 53 1 0.65345041089824496 0.13047910295616727 0 8 0 8 0 0 177 16 2536 23664802 81600 915.34745788574219 5.8126000000000007 1301.5347999999999 120960 65858 1 0 5898240 4423680 4423680 4426401 4492800 289 156 175 187 1729 0 0 0 0 16 0 0 0 0 0 +3585 1783783169098348700 DEPTH 2 1 0.65295353841377546 0.22426095820591221 2 7 2 7 0 0 167 19 2586 23664757 81600 913.84730529785156 5.8191000000000006 1371.8424 120960 65943 1 0 5898240 4423680 4423680 4426356 4492800 540 150 227 320 1349 0 0 0 0 19 0 0 0 0 0 +3586 1783783170296311200 DEPTH 16 1 0.65170324612040786 0.11213047910295611 2 6 2 6 0 0 220 26 2540 23664754 81600 920.08651733398438 5.8529 1196.7309 120960 66335 1 0 5898240 4423680 4423680 4426354 4492800 447 156 156 332 1449 0 0 0 0 26 0 0 0 0 0 +3587 1783783171701084900 DEPTH 42 1 0.64898202435194774 0.11213047910295611 2 6 2 6 0 0 161 9 2624 23664818 81600 917.57157897949219 5.8186999999999998 1403.4002 120960 66479 1 0 5898240 4423680 4423680 4426418 4492800 231 150 282 293 1668 0 0 0 0 9 0 0 0 0 0 +3588 1783783173106948700 DEPTH 56 1 0.72060559011859993 0 2 5 2 5 0 0 238 18 2585 23664856 81600 911.11732482910156 5.9097999999999997 1404.5399 120960 65222 1 0 5898240 4423680 4423680 4426456 4492800 511 150 234 547 1143 0 0 0 0 18 0 0 0 0 0 +3589 1783783174615707500 DEPTH 44 1 0.67747702121834352 0.1213047910295616 1 7 1 7 0 0 184 9 2591 23664878 81600 916.17277526855469 5.8299000000000003 1394.163 120960 65531 1 0 5898240 4423680 4423680 4426476 4492800 233 156 155 175 1872 0 0 0 0 9 0 0 0 0 0 +3590 1783783175977080300 DEPTH 13 1 0.67948496262487279 0.0091743119266054877 1 6 1 6 0 0 196 9 2495 23664860 81600 910.3431396484375 5.8581000000000003 1360.1994999999999 120960 65990 1 0 5898240 4423680 4423680 4426459 4492800 371 150 201 215 1558 0 0 0 0 9 0 0 0 0 0 +3591 1783783177399553100 DEPTH 1 1 0.64323907522430512 0.1213047910295616 1 7 1 7 0 0 150 7 2620 23664859 81600 914.94810485839844 5.8422999999999998 1396.5408 120960 66304 1 0 5898240 4423680 4423680 4426458 4492800 413 150 301 420 1336 0 0 0 0 7 0 0 0 0 0 +3592 1783783178817317900 DEPTH 9 1 0.6417710236821953 0.11213047910295611 2 6 2 6 0 0 164 7 2622 23664877 81600 918.13909912109375 5.8400999999999996 1389.7002 120960 66144 1 0 5898240 4423680 4423680 4426476 4492800 953 150 221 731 567 0 0 0 0 7 0 0 0 0 0 +3593 1783783180189956100 DEPTH 52 1 0.63436825419908982 0.1213047910295616 1 7 1 7 0 0 132 8 2581 23664777 81600 904.3507080078125 5.8451999999999993 1355.9226000000001 120960 66175 1 0 5898240 4423680 4423680 4426374 4492800 837 156 374 564 650 0 0 0 0 8 0 0 0 0 0 +3594 1783783181505425700 DEPTH 32 1 0.6171400293511744 0.23343527013251789 1 8 1 8 0 0 163 22 2561 23664910 81600 911.97134399414062 5.8375000000000004 1314.2274 120960 65053 1 0 5898240 4423680 4423680 4426509 4492800 295 150 260 304 1552 0 0 0 0 22 0 0 0 0 0 +3595 1783783182896438100 DEPTH 54 1 0.6123260020759036 0.23343527013251789 1 8 1 8 0 0 140 5 2618 23664871 81600 907.57937622070312 5.8265000000000011 1373.7458999999999 120960 64580 1 0 5898240 4423680 4423680 4426471 4492800 483 150 305 445 1235 0 0 0 0 5 0 0 0 0 0 +3596 1783783184270532500 DEPTH 17 1 0.69138669951706422 0.018348623853211066 0 7 0 7 0 0 236 10 2525 23664914 81600 900.73098754882812 5.8461999999999996 1372.9129 120960 54482 1 0 5898240 4423680 4423680 4426511 4492800 249 156 201 348 1571 0 0 0 0 10 0 0 0 0 0 +3597 1783783185469084400 DEPTH 8 1 0.69216715035933518 0 2 5 2 5 0 0 254 20 2573 23664851 81600 926.73434448242188 5.8675999999999995 1196.8851999999999 120960 55113 1 0 5898240 4423680 4423680 4426448 4492800 161 156 150 660 1446 0 0 0 0 20 0 0 0 0 0 +3598 1783783186858297400 DEPTH 48 1 0.63689475336161705 0.11213047910295611 2 6 2 6 0 0 226 36 2574 23664873 81600 912.26535034179688 5.8457999999999997 1387.8223 120960 65901 1 0 5898240 4423680 4423680 4426473 4492800 150 150 150 150 1974 0 0 0 0 36 0 0 0 0 0 +3599 1783783188160096800 DEPTH 45 1 0.61554236227332915 0.22426095820591221 2 7 2 7 0 0 181 24 2613 23664824 81600 918.37850952148438 5.8521999999999998 1300.5084999999999 120960 65429 1 0 5898240 4423680 4423680 4426422 4492800 257 150 174 207 1825 0 0 0 0 24 0 0 0 0 0 +3600 1783783189583287400 DEPTH 56 1 0.65216084099200866 0 2 5 2 5 0 0 238 19 2599 23664887 81600 902.53106689453125 5.8670999999999998 1383.2370000000001 120960 54256 1 0 5898240 4423680 4423680 4426486 4492800 375 150 236 609 1229 0 0 0 0 19 0 0 0 0 0 +3601 1783783191014436300 DEPTH 30 1 0.61161923635347004 0.23343527013251789 1 8 1 8 0 0 163 13 2587 23664814 81600 911.56608581542969 5.8850999999999996 1411.0772999999999 120960 65729 1 0 5898240 4423680 4423680 4426412 4492800 528 150 243 642 1024 0 0 0 0 13 0 0 0 0 0 +3602 1783783192145776400 DEPTH 18 1 0.611181418984864 0.7940876656472986 1 13 1 13 0 0 152 46 2582 23664901 81600 913.88003540039062 5.8131999999999993 1104.8498 120960 63338 1 0 5898240 4423680 4423680 4426500 4492800 408 150 381 288 1355 0 0 0 0 46 0 0 0 0 0 +3603 1783783193294029700 DEPTH 55 1 0.60859323377194119 0.68195718654434234 1 12 1 12 0 0 179 38 2568 23664877 81600 918.91226196289062 5.8509000000000002 1111.8869 120960 59645 1 0 5898240 4423680 4423680 4426477 4492800 1080 156 150 159 1023 0 0 0 0 38 0 0 0 0 0 +3604 1783783194715826200 DEPTH 13 1 0.66126185331973086 0.0091743119266054877 1 6 1 6 0 0 196 14 2496 23664834 81600 904.28619384765625 5.8349000000000002 1361.4007999999999 120960 54604 1 0 5898240 4423680 4423680 4426433 4492800 392 150 204 244 1506 0 0 0 0 14 0 0 0 0 0 +3605 1783783196113698600 DEPTH 31 1 0.65401222000161863 0.11213047910295611 2 6 2 6 0 0 175 14 2607 23664910 81600 912.84114074707031 5.8289999999999997 1356.9676999999999 120960 65448 1 0 5898240 4423680 4423680 4426507 4492800 448 150 179 576 1254 0 0 0 0 14 0 0 0 0 0 +3606 1783783197443328300 DEPTH 33 1 0.64663036464115409 0.1213047910295616 1 7 1 7 0 0 204 16 2537 23664867 81600 918.466552734375 5.8519999999999994 1301.7074 120960 65817 1 0 5898240 4423680 4423680 4426465 4492800 395 152 167 224 1599 0 0 0 0 16 0 0 0 0 0 +3607 1783783198830255100 DEPTH 46 1 0.65988839984473968 0.13047910295616727 0 8 0 8 0 0 338 23 2600 23664915 81600 906.69065856933594 5.8405999999999993 1385.556 120960 55001 1 0 5898240 4423680 4423680 4426512 4492800 427 150 206 455 1362 0 0 0 0 23 0 0 0 0 0 +3608 1783783200204735200 DEPTH 11 1 0.65838932121772797 0.13047910295616727 0 8 0 8 0 0 126 6 2530 23664886 81600 895.31704711914062 5.8597000000000001 1372.8474000000001 120960 55244 1 0 5898240 4423680 4423680 4426483 4492800 273 150 195 226 1686 0 0 1 0 5 0 0 0 0 0 +3609 1783783201576596400 DEPTH 17 1 0.66276523602377591 0.018348623853211066 0 7 0 7 0 0 236 8 2521 23664927 81600 900.78923034667969 5.8203999999999994 1370.5962999999999 120960 43139 1 0 5898240 4423680 4423680 4426525 4492800 248 156 204 381 1532 0 0 0 0 8 0 0 0 0 0 +3610 1783783202902333600 DEPTH 14 1 0.60656590836049096 0.57900101936799164 0 12 0 12 0 0 143 20 2591 23664761 81600 912.95846557617188 5.8475000000000001 1324.1865 120960 59262 1 0 5898240 4423680 4423680 4426359 4492800 404 150 152 168 1717 0 0 0 0 20 0 0 0 0 0 +3611 1783783204220597100 DEPTH 53 1 0.65531876900999431 0.13047910295616727 0 8 0 8 0 0 177 16 2537 23664749 81600 903.20793151855469 5.8742999999999999 1316.8982000000001 120960 54727 1 0 5898240 4423680 4423680 4426345 4492800 276 156 174 197 1734 0 0 0 0 16 0 0 0 0 0 +3612 1783783204421245800 REFRESH 8 0 0.68317705474592716 0 2 5 2 5 0 0 254 5 419 3943911 55200 160.18637084960938 0.97660000000000002 199.46520000000001 20160 13621 0 0 983040 737280 737280 737511 748800 60 27 55 126 151 0 0 0 0 5 0 0 0 0 0 +3613 1783783204711242100 REFRESH 13 0 0.61380018530805014 0.0091743119266054877 1 6 1 6 0 0 196 1 414 3943910 55200 159.55865478515625 0.97360000000000002 218.20920000000001 20160 13471 0 0 983040 737280 737280 737510 748800 167 26 66 63 92 0 0 0 0 1 0 0 0 0 0 +3614 1783783204945873700 REFRESH 54 0 0.54909398364830397 0.23343527013251789 1 8 1 8 0 0 140 4 425 3943919 55200 157.94073486328125 0.97150000000000003 233.33930000000001 20160 13333 0 0 983040 737280 737280 737519 748800 155 25 65 103 77 0 0 0 0 4 0 0 0 0 0 +3615 1783783205159035300 REFRESH 57 0 0.60090183480567494 0.78491335372069293 2 12 2 12 0 0 157 8 408 3943940 55200 157.60281372070312 0.98419999999999996 188.20310000000001 20160 11993 0 0 983040 737280 737280 737540 748800 146 26 32 28 176 0 0 0 0 8 0 0 0 0 0 +3616 1783783205360399800 REFRESH 14 0 0.4165681567381615 0.57900101936799164 0 12 0 12 0 0 143 6 420 3943929 55200 158.92070007324219 0.97729999999999995 200.17830000000001 20160 12575 0 0 983040 737280 737280 737529 748800 189 25 28 34 144 0 0 0 0 6 0 0 0 0 0 +3617 1783783205587316100 REFRESH 44 0 0.68565834032034467 0.1213047910295616 1 7 1 7 0 0 184 4 419 3943910 55200 160.05836486816406 0.97370000000000001 225.20230000000001 20160 13527 0 0 983040 737280 737280 737510 748800 117 26 40 77 159 0 0 0 0 4 0 0 0 0 0 +3618 1783783205805777200 REFRESH 23 0 0.59699606603158373 1 3 13 3 13 0 0 130 6 408 3943905 55200 161.80326843261719 0.97609999999999997 193.369 20160 11918 0 0 983040 737280 737280 737504 748800 153 26 34 28 167 0 0 0 0 6 0 0 0 0 0 +3619 1783783206015375900 REFRESH 45 0 0.56662079836085977 0.22426095820591221 2 7 2 7 0 0 181 1 426 3943919 55200 164.56294250488281 0.97309999999999997 207.8519 20160 13407 0 0 983040 737280 737280 737519 748800 94 25 40 65 202 0 0 0 0 1 0 0 0 0 0 +3620 1783783206230681000 REFRESH 19 0 0.60276992929981899 0.67278287461773678 2 11 2 11 0 0 143 4 416 3943914 55200 159.60882568359375 0.98440000000000005 190.53980000000001 20160 12052 0 0 983040 737280 737280 737514 748800 119 26 33 42 196 0 0 0 0 4 0 0 0 0 0 +3621 1783783206435813800 REFRESH 36 0 0.59738252406499481 0.66360856269113133 3 10 3 10 0 0 142 3 423 3943918 55200 158.59916687011719 0.97529999999999994 189.81899999999999 20160 12148 0 0 983040 737280 737280 737518 748800 181 25 26 44 147 0 0 0 0 3 0 0 0 0 0 +3622 1783783206642295600 REFRESH 6 0 0.5878817222935947 0.77573904179408748 3 11 3 11 0 0 127 5 423 3943923 55200 159.01388549804688 0.9738 189.99289999999999 20160 12297 0 0 983040 737280 737280 737522 748800 95 25 51 54 198 0 0 0 1 4 0 0 0 0 0 +3623 1783783206850130100 REFRESH 35 0 0.59632932329187982 0.67278287461773678 2 11 2 11 0 0 186 6 416 3943927 55200 160.42189025878906 0.96999999999999997 191.76990000000001 20160 12229 0 0 983040 737280 737280 737526 748800 148 27 35 97 109 0 0 0 0 6 0 0 0 0 0 +3624 1783783207061640200 REFRESH 10 0 0.58775029328033268 0.4576962283384301 1 10 1 10 0 0 135 1 425 3943908 55200 159.44805908203125 0.96699999999999997 191.31720000000001 20160 12540 0 0 983040 737280 737280 737508 748800 165 25 40 40 155 0 0 0 0 1 0 0 0 0 0 +3625 1783783207308650400 REFRESH 11 0 0.57574299592095013 0.13047910295616727 0 8 0 8 0 0 126 3 419 3943923 55200 158.42201232910156 0.97340000000000004 240.6234 20160 13300 0 0 983040 737280 737280 737523 748800 120 25 58 73 143 0 0 0 0 3 0 0 0 0 0 +3626 1783783207572875600 REFRESH 17 0 0.70196691138418033 0.018348623853211066 0 7 0 7 0 0 236 3 420 3943904 55200 159.13471984863281 0.96730000000000005 238.21379999999999 20160 13564 0 0 983040 737280 737280 737504 748800 100 26 67 110 117 0 0 0 0 3 0 0 0 0 0 +3627 1783783207806650000 REFRESH 1 0 0.64323859902901637 0.1213047910295616 1 7 1 7 0 0 150 5 424 3943916 55200 158.88383483886719 0.98980000000000001 232.62100000000001 20160 13589 0 0 983040 737280 737280 737516 748800 130 25 76 101 92 0 0 0 0 5 0 0 0 0 0 +3628 1783783208045857100 REFRESH 9 0 0.64200337342385205 0.11213047910295611 2 6 2 6 0 0 165 4 430 3943913 55200 159.15231323242188 1.004 238.04310000000001 20160 13721 0 0 983040 737280 737280 737513 748800 172 25 40 114 79 0 0 0 0 4 0 0 0 0 0 +3629 1783783208251281000 REFRESH 15 0 0.59115093490439308 0.77573904179408748 3 11 3 11 0 0 113 6 423 3943888 55200 159.47264099121094 0.97629999999999995 190.05770000000001 20160 11982 0 0 983040 737280 737280 737488 748800 81 27 66 69 180 0 0 0 1 5 0 0 0 0 0 +3630 1783783208457271900 REFRESH 12 0 0.60441189593778466 0.43934760448521909 3 8 3 8 0 0 214 6 413 3943913 55200 158.85209655761719 0.96989999999999998 190.42080000000001 20160 12336 0 0 983040 737280 737280 737512 748800 192 27 33 69 92 0 0 0 0 6 0 0 0 0 0 +3631 1783783208650168500 REFRESH 18 0 0.60885868804084775 0.7940876656472986 1 13 1 13 0 0 152 8 423 3943922 55200 160.35533142089844 0.9889 191.70959999999999 20160 12911 0 0 983040 737280 737280 737522 748800 145 25 112 64 77 0 0 1 0 7 0 0 0 0 0 +3632 1783783208868201200 REFRESH 51 0 0.60086968312008171 0.77573904179408748 3 11 3 11 0 0 130 9 425 3943904 55200 158.93402099609375 0.97219999999999995 190.1354 20160 12292 0 0 983040 737280 737280 737503 748800 168 25 82 52 98 0 0 0 0 9 0 0 0 0 0 +3633 1783783209103806200 REFRESH 52 0 0.63635179759335148 0.1213047910295616 1 7 1 7 0 0 132 2 432 3943903 55200 159.36204528808594 0.96950000000000003 234.34630000000001 20160 13829 0 0 983040 737280 737280 737502 748800 166 26 74 81 85 0 0 0 0 2 0 0 0 0 0 +3634 1783783209317576800 REFRESH 29 0 0.59971493550789567 0.68195718654434234 1 12 1 12 0 0 146 3 416 3943918 55200 158.57583618164062 0.96940000000000004 190.501 20160 12079 0 0 983040 737280 737280 737518 748800 143 25 27 92 129 0 0 0 0 3 0 0 0 0 0 +3635 1783783209550597800 REFRESH 48 0 0.65759208441549954 0.11213047910295611 2 6 2 6 0 0 226 6 418 3943912 55200 160.1239013671875 0.97350000000000003 231.61199999999999 20160 13146 0 0 983040 737280 737280 737512 748800 98 26 62 57 175 0 0 0 0 6 0 0 0 0 0 +3636 1783783209761866200 REFRESH 4 0 0.57704045851138452 0.7940876656472986 1 13 1 13 0 0 71 4 420 3943911 55200 157.58642578125 0.99360000000000004 186.9562 20160 13517 0 0 983040 737280 737280 737511 748800 45 26 42 53 254 0 0 0 0 4 0 0 0 0 0 +3637 1783783209982153300 REFRESH 31 0 0.65575922698100664 0.11213047910295611 2 6 2 6 0 0 175 5 425 3943903 55200 158.82546997070312 0.97250000000000003 219.04140000000001 20160 13351 0 0 983040 737280 737280 737502 748800 92 25 32 151 125 0 0 0 0 5 0 0 0 0 0 +3638 1783783210235790000 REFRESH 41 0 0.5929891756088721 0.34556574923547401 1 9 1 9 0 0 118 3 416 3943924 55200 158.64933776855469 0.98929999999999996 221.62139999999999 20160 13078 0 0 983040 737280 737280 737523 748800 195 26 28 34 133 0 0 0 0 3 0 0 0 0 0 +3639 1783783210441811900 REFRESH 20 0 0.59758345169700866 0.67278287461773678 2 11 2 11 0 0 140 7 422 3943901 55200 158.37081909179688 0.97230000000000005 189.98740000000001 20160 11983 0 0 983040 737280 737280 737501 748800 91 25 71 111 124 0 0 0 1 6 0 0 0 0 0 +3640 1783783210671223700 REFRESH 30 0 0.61351505272085116 0.23343527013251789 1 8 1 8 0 0 163 4 427 3943939 55200 159.87303161621094 0.97250000000000003 228.0421 20160 13420 0 0 983040 737280 737280 737538 748800 119 25 55 141 87 0 0 0 0 4 0 0 0 0 0 +3641 1783783210901936800 REFRESH 46 0 0.66065399342391606 0.13047910295616727 0 8 0 8 0 0 338 1 424 3943911 55200 159.71839904785156 0.98319999999999996 229.41419999999999 20160 13344 0 0 983040 737280 737280 737510 748800 116 25 63 76 144 0 0 0 0 1 0 0 0 0 0 +3642 1783783211129515300 REFRESH 39 0 0.59936030312357103 0.43934760448521909 3 8 3 8 0 0 196 6 422 3943900 55200 158.72834777832031 0.96760000000000002 203.0829 20160 13216 0 0 983040 737280 737280 737499 748800 25 25 28 25 319 0 0 0 0 6 0 0 0 0 0 +3643 1783783211337847400 REFRESH 58 0 0.59785162093456456 0.78491335372069293 2 12 2 12 0 0 147 9 420 3943896 55200 161.31686401367188 0.97250000000000003 192.19710000000001 20160 12163 0 0 983040 737280 737280 737496 748800 157 25 25 35 178 0 0 0 0 9 0 0 0 0 0 +3644 1783783211577806900 REFRESH 56 0 0.7835822005957267 0 2 5 2 5 0 0 238 6 416 3943899 55200 162.50674438476562 0.97389999999999999 238.66929999999999 20160 13543 0 0 983040 737280 737280 737499 748800 137 26 45 117 91 0 0 0 0 6 0 0 0 0 0 +3645 1783783211845686400 REFRESH 42 0 0.65013243586410552 0.11213047910295611 2 6 2 6 0 0 162 3 419 3943901 55200 163.13343811035156 0.97450000000000003 242.6617 20160 13752 0 0 983040 737280 737280 737501 748800 106 25 88 77 123 0 0 0 0 3 0 0 0 0 0 +3646 1783783212049203800 REFRESH 53 0 0.65694435558210107 0.13047910295616727 0 8 0 8 0 0 177 2 420 3943915 55200 159.04768371582031 0.97140000000000004 202.17769999999999 20160 13493 0 0 983040 737280 737280 737515 748800 190 27 51 39 113 0 0 0 0 2 0 0 0 0 0 +3647 1783783212263006800 REFRESH 26 0 0.5930335581134597 0.68195718654434234 1 12 1 12 0 0 119 6 427 3943895 55200 158.635009765625 0.96970000000000001 189.40299999999999 20160 12163 0 0 983040 737280 737280 737495 748800 59 25 25 72 246 0 0 0 0 6 0 0 0 0 0 +3648 1783783212470662900 REFRESH 47 0 0.59509382319108672 0.67278287461773678 2 11 2 11 0 0 125 5 418 3943921 55200 160.31539916992188 0.96860000000000002 191.69749999999999 20160 12030 0 0 983040 737280 737280 737521 748800 70 26 41 33 248 0 0 0 0 5 0 0 0 0 0 +3649 1783783212680066200 REFRESH 7 0 0.60430986962543365 0.68195718654434234 1 12 1 12 0 0 154 8 420 3943910 55200 161.83197021484375 0.97570000000000001 193.7912 20160 11925 0 0 983040 737280 737280 737509 748800 78 26 34 40 242 0 0 0 0 8 0 0 0 0 0 +3650 1783783212884181500 REFRESH 34 0 0.57213771200301455 0.68195718654434234 1 12 1 12 0 0 127 4 425 3943878 55200 157.99090576171875 0.97589999999999999 189.11930000000001 20160 12165 0 0 983040 737280 737280 737477 748800 178 25 58 82 82 0 0 0 0 4 0 0 0 0 0 +3651 1783783213114162500 REFRESH 16 0 0.65393213649642878 0.11213047910295611 2 6 2 6 0 0 220 5 416 3943873 55200 162.07478332519531 0.98070000000000002 200.2869 20160 13563 0 0 983040 737280 737280 737473 748800 174 26 27 97 92 0 0 0 0 5 0 0 0 0 0 +3652 1783783213318314500 REFRESH 40 0 0.59760497818955716 0.68195718654434234 1 12 1 12 0 0 147 8 417 3943896 55200 157.85165405273438 0.97419999999999995 188.07230000000001 20160 12456 0 0 983040 737280 737280 737496 748800 160 25 31 59 142 0 0 0 0 8 0 0 0 0 0 +3653 1783783213532325200 REFRESH 3 0 0.59557090529367918 0.44852191641182459 2 9 2 9 0 0 167 8 417 3943901 55200 157.74003601074219 0.97640000000000005 197.80930000000001 20160 12479 0 0 983040 737280 737280 737501 748800 216 26 40 31 104 0 0 1 0 7 0 0 0 0 0 +3654 1783783213738046800 REFRESH 32 0 0.61893883631895608 0.23343527013251789 1 8 1 8 0 0 163 3 419 3943917 55200 158.77734375 0.96909999999999996 204.4126 20160 13513 0 0 983040 737280 737280 737517 748800 100 26 95 90 108 0 0 0 0 3 0 0 0 0 0 +3655 1783783213942352500 REFRESH 43 0 0.58977439774196161 0.77573904179408748 3 11 3 11 0 0 151 9 428 3943906 55200 158.68722534179688 0.9738 190.34479999999999 20160 12970 0 0 983040 737280 737280 737506 748800 154 25 98 45 106 0 0 0 0 9 0 0 0 0 0 +3656 1783783214175920100 REFRESH 21 0 0.60355495090548827 0.35474006116207946 0 10 0 10 0 0 202 6 417 3943900 55200 160.08090209960938 0.96730000000000005 217.37649999999999 20160 12892 0 0 983040 737280 737280 737500 748800 111 26 49 86 145 0 0 0 0 6 0 0 0 0 0 +3657 1783783214381348300 REFRESH 37 0 0.59034129157971549 0.68195718654434234 1 12 1 12 0 0 151 7 426 3943904 55200 157.91433715820312 0.96860000000000002 189.1968 20160 12189 0 0 983040 737280 737280 737504 748800 130 25 42 95 134 0 0 0 0 7 0 0 0 0 0 +3658 1783783214587340300 REFRESH 0 0 0.58151015629948166 0.68195718654434234 1 12 1 12 0 0 108 10 427 3943918 55200 157.6837158203125 0.97219999999999995 189.2927 20160 13103 0 0 983040 737280 737280 737518 748800 104 25 26 26 246 0 0 0 0 10 0 0 0 0 0 +3659 1783783214793956500 REFRESH 22 0 0.60356027467503115 0.77573904179408748 3 11 3 11 0 0 160 6 423 3943915 55200 158.30221557617188 0.9758 190.54040000000001 20160 12149 0 0 983040 737280 737280 737515 748800 117 25 50 31 200 1 0 0 0 5 0 0 0 0 0 +3660 1783783215000316000 REFRESH 38 0 0.60118952980330653 0.56065239551478074 2 10 2 10 0 0 147 4 424 3943932 55200 157.97862243652344 0.97330000000000005 189.37989999999999 20160 12457 0 0 983040 737280 737280 737532 748800 171 25 49 53 126 0 0 0 0 4 0 0 0 0 0 +3661 1783783215205654900 REFRESH 5 0 0.59378195863848549 0.67278287461773678 2 11 2 11 0 0 102 5 428 3943910 55200 157.35807800292969 0.96960000000000002 189.14529999999999 20160 12075 0 0 983040 737280 737280 737510 748800 116 25 39 139 109 0 0 0 1 4 0 0 0 0 0 +3662 1783783215409045400 REFRESH 25 0 0.59009787751091136 0.77573904179408748 3 11 3 11 0 0 133 2 421 3943909 55200 158.38412475585938 0.97270000000000001 189.56139999999999 20160 11871 0 0 983040 737280 737280 737509 748800 76 25 48 26 246 0 0 0 0 2 0 0 0 0 0 +3663 1783783215608029400 REFRESH 49 0 0.59481139435162345 0.66360856269113133 3 10 3 10 0 0 144 8 416 3943917 55200 155.06431579589844 0.98199999999999998 185.90610000000001 20160 12224 0 0 983040 737280 737280 737517 748800 164 26 33 46 147 0 0 0 0 8 0 0 0 0 0 +3664 1783783215853423600 REFRESH 2 0 0.65101971467637376 0.22426095820591221 2 7 2 7 0 0 168 5 424 3943890 55200 161.61485290527344 0.98819999999999997 219.7576 20160 13483 0 0 983040 737280 737280 737490 748800 148 25 58 73 120 0 0 0 0 5 0 0 0 0 0 +3665 1783783216058228700 REFRESH 28 0 0.59725353884835619 0.68195718654434234 1 12 1 12 0 0 171 4 407 3943918 55200 158.74969482421875 0.98109999999999997 191.45840000000001 20160 12041 0 0 983040 737280 737280 737517 748800 84 30 43 40 210 0 0 0 0 4 0 0 0 0 0 +3666 1783783216263306800 REFRESH 24 0 0.59747857935219018 0.87869520897043818 4 11 4 11 0 0 161 6 411 3943878 55200 158.07795715332031 0.98960000000000004 191.33250000000001 20160 11772 0 0 983040 737280 737280 737478 748800 87 26 28 29 241 0 0 0 0 6 0 0 0 0 0 +3667 1783783216458829200 REFRESH 55 0 0.6075812974804411 0.68195718654434234 1 12 1 12 0 0 180 11 425 3943911 55200 158.76300048828125 0.98370000000000002 193.80000000000001 20160 12527 0 0 983040 737280 737280 737511 748800 240 26 25 26 108 0 0 0 0 11 0 0 0 0 0 +3668 1783783216682418400 REFRESH 50 0 0.59999719588719413 0.44852191641182459 2 9 2 9 0 0 151 6 421 3943884 55200 159.46546936035156 0.97660000000000002 200.84710000000001 20160 12422 0 0 983040 737280 737280 737484 748800 113 26 32 45 205 0 0 0 0 6 0 0 0 0 0 +3669 1783783216886536400 REFRESH 33 0 0.64928052630390909 0.1213047910295616 1 7 1 7 0 0 204 5 422 3943902 55200 159.80953979492188 0.97689999999999999 202.90860000000001 20160 13555 0 0 983040 737280 737280 737502 748800 127 26 74 68 127 0 0 0 0 5 0 0 0 0 0 +3670 1783783217097077600 REFRESH 27 0 0.60171701338176464 0.80326197757390405 0 14 0 14 0 0 171 5 412 3943886 55200 159.34873962402344 0.9728 190.10120000000001 20160 12043 0 0 983040 737280 737280 737486 748800 128 26 35 28 195 0 0 0 0 5 0 0 0 0 0 +3671 1783783218481850400 DEPTH 56 1 0.78078155562460361 0 2 5 2 5 0 0 238 23 2591 23664791 81600 907.00288391113281 5.8647999999999998 1383.4627 120960 66189 1 0 5898240 4423680 4423680 4426389 4492800 485 150 240 569 1147 0 0 0 0 23 0 0 0 0 0 +3672 1783783219706046000 DEPTH 8 1 0.77913741759116895 0 2 5 2 5 0 0 254 20 2579 23664839 81600 919.55621337890625 5.8238000000000003 1186.0297 120960 66975 1 0 5898240 4423680 4423680 4426438 4492800 167 155 150 549 1558 0 0 0 0 20 0 0 0 0 0 +3673 1783783221104080800 DEPTH 17 1 0.77626685792570227 0.018348623853211066 0 7 0 7 0 0 236 10 2526 23664791 81600 910.90242004394531 5.8449999999999998 1382.2753 120960 65602 1 0 5898240 4423680 4423680 4426386 4492800 248 156 209 324 1589 0 0 0 0 10 0 0 0 0 0 +3674 1783783222469371000 DEPTH 13 1 0.76714917262519966 0.0091743119266054877 1 6 1 6 0 0 196 11 2502 23664871 81600 908.74369812011719 5.8152999999999997 1353.1284000000001 120960 65511 1 0 5898240 4423680 4423680 4426471 4492800 389 150 206 218 1539 0 0 0 0 11 0 0 0 0 0 +3675 1783783223880430300 DEPTH 44 1 0.67901641765227905 0.1213047910295616 1 7 1 7 0 0 184 8 2595 23664767 81600 911.97030639648438 5.8278999999999996 1382.6385 120960 65311 1 0 5898240 4423680 4423680 4426367 4492800 226 156 156 175 1882 0 0 0 0 8 0 0 0 0 0 +3676 1783783225297509300 DEPTH 48 1 0.65416572077376633 0.11213047910295611 2 6 2 6 0 0 226 37 2563 23664829 81600 912.0634765625 5.8127000000000004 1374.3933999999999 120960 64460 1 0 5898240 4423680 4423680 4426428 4492800 150 150 152 152 1959 0 0 0 0 37 0 0 0 0 0 +3677 1783783226715862600 DEPTH 46 1 0.65227894083452242 0.13047910295616727 0 8 0 8 1 0 338 32 2607 23664908 81600 916.01304626464844 5.8332999999999995 1385.8934999999999 120960 65786 1 0 5898240 4423680 4423680 4426505 4492800 295 150 176 241 1745 0 0 0 0 32 0 0 0 0 1 +3678 1783783228084336200 DEPTH 31 1 0.65227997191407183 0.11213047910295611 2 6 2 6 0 0 175 11 2612 23664822 81600 912.48660278320312 5.8661000000000003 1347.3244999999999 120960 64801 1 0 5898240 4423680 4423680 4426419 4492800 464 150 180 552 1266 0 0 0 0 11 0 0 0 0 0 +3679 1783783229279779400 DEPTH 16 1 0.65077058648810282 0.11213047910295611 2 6 2 6 0 0 221 25 2547 23664900 81600 916.26188659667969 5.8031999999999995 1194.2574999999999 120960 65637 1 0 5898240 4423680 4423680 4426498 4492800 428 155 155 302 1507 0 0 0 0 25 0 0 0 0 0 +3680 1783783230655020700 DEPTH 11 1 0.65038137428971521 0.13047910295616727 0 8 0 8 0 0 126 7 2556 23664841 81600 904.01486206054688 5.8323999999999998 1374.0643 120960 65238 1 0 5898240 4423680 4423680 4426440 4492800 290 150 195 223 1698 0 0 0 0 7 0 0 0 0 0 +3681 1783783231953777800 DEPTH 53 1 0.65033310354648544 0.13047910295616727 0 8 0 8 0 0 177 17 2538 23664823 81600 915.63316345214844 5.8170999999999999 1297.4556 120960 65240 1 0 5898240 4423680 4423680 4426419 4492800 299 156 176 196 1711 0 0 0 0 17 0 0 0 0 0 +3682 1783783233357154300 DEPTH 42 1 0.64504627607572707 0.11213047910295611 2 6 0 4 1 0 162 14 2628 23664902 81600 927.32005310058594 5.8658999999999999 1402.1383000000001 120960 67146 1 0 5898240 4423680 4423680 4426502 4492800 233 150 301 303 1641 1 0 0 0 13 1 0 0 0 0 +3683 1783783234808946900 DEPTH 1 1 0.55121410284417915 0.3333333333333332 1 7 1 7 0 0 150 9 2620 23664820 81600 913.77726745605469 5.8596000000000004 1393.3721 120960 66262 1 0 5898240 4423680 4423680 4426419 4492800 422 150 306 378 1364 0 0 0 0 9 0 0 0 0 0 +3684 1783783236198731000 DEPTH 9 1 0.54918749330955108 0.32637277648878565 2 6 2 6 0 0 165 8 2635 23664795 81600 916.18716430664062 5.8205 1388.5098 120960 66438 1 0 5898240 4423680 4423680 4426395 4492800 946 150 219 706 614 0 0 0 0 8 0 0 0 0 0 +3685 1783783237578908800 DEPTH 52 1 0.54209167267533598 0.3333333333333332 1 7 1 7 0 0 132 3 2591 23664829 81600 907.599853515625 5.8256999999999994 1358.9592 120960 66494 1 0 5898240 4423680 4423680 4426429 4492800 861 156 386 550 638 0 0 0 0 3 0 0 0 0 0 +3686 1783783238918666300 DEPTH 32 1 0.56339124010072639 0.41840680587780354 1 8 1 8 0 0 164 14 2571 23664953 81600 913.42233276367188 5.8234000000000004 1316.6675 120960 65693 1 0 5898240 4423680 4423680 4426552 4492800 304 150 265 318 1534 0 0 0 0 14 0 0 0 0 0 +3687 1783783240312561800 DEPTH 42 1 0.997317154726721 0 0 4 0 4 1 0 167 62 2634 23664779 81600 916.45248413085938 5.8587999999999996 1391.9376 120960 55984 1 0 5898240 4423680 4423680 4426379 4492800 228 150 289 334 1633 0 0 0 0 62 0 0 0 0 3 +3688 1783783241420741100 DEPTH 18 1 0.594505539860259 0.84377416860015464 1 13 1 13 0 0 154 53 2594 23664746 81600 920.05375671386719 5.8315000000000001 1106.8851999999999 120960 62962 1 0 5898240 4423680 4423680 4426345 4492800 393 150 389 301 1361 0 0 1 0 52 0 0 0 0 0 +3689 1783783242570332700 DEPTH 51 1 0.58989921382489352 0.82985305491105932 3 11 3 11 0 0 130 25 2578 23664879 81600 923.13090515136719 5.8297999999999996 1111.5173 120960 58774 1 0 5898240 4423680 4423680 4426479 4492800 635 150 298 228 1267 0 0 0 0 25 0 0 0 0 0 +3690 1783783243713233100 DEPTH 7 1 0.58985195530268741 0.75870069605568424 1 12 1 12 1 0 154 44 2545 23664824 81600 911.43087768554688 5.8110999999999988 1096.2371000000001 120960 56697 1 0 5898240 4423680 4423680 4426423 4492800 156 151 164 173 1901 0 0 0 0 44 0 0 0 0 1 +3691 1783783244827408500 DEPTH 57 1 0.58948709706758562 0.83681361175560687 2 12 2 12 1 0 157 60 2513 23664839 81600 906.1396484375 5.8342000000000001 1090.7536 120960 56757 1 0 5898240 4423680 4423680 4426435 4492800 297 155 161 161 1739 0 0 0 0 60 0 0 0 0 1 +3692 1783783245946350900 DEPTH 22 1 0.5894089955628119 0.82985305491105932 3 11 3 11 1 0 160 22 2596 23664774 81600 906.22566223144531 5.8743000000000007 1097.8110999999999 120960 56879 1 0 5898240 4423680 4423680 4426373 4492800 399 150 231 172 1644 2 0 0 0 20 0 0 0 0 1 +3693 1783783247051068900 DEPTH 23 1 0.58705643416476971 1 3 13 3 13 1 0 130 40 2514 23664896 81600 910.19366455078125 5.8350999999999997 1091.2319 120960 56481 1 0 5898240 4423680 4423680 4426493 4492800 174 153 161 154 1872 0 0 0 0 40 0 0 0 0 2 +3694 1783783248161135800 DEPTH 58 1 0.58700690969193781 0.83681361175560687 2 12 2 12 0 0 147 28 2591 23664890 81600 911.28451538085938 5.8540000000000001 1097.7928999999999 120960 58486 1 0 5898240 4423680 4423680 4426490 4492800 338 150 150 192 1761 2 0 0 0 26 0 0 0 0 0 +3695 1783783249523108500 DEPTH 42 1 0.99314907177589429 0 0 4 0 4 1 0 170 82 2599 23664868 81600 900.70533752441406 5.8208000000000002 1360.7174 120960 44399 1 0 5898240 4423680 4423680 4426465 4492800 169 150 170 225 1885 0 0 0 0 82 0 0 0 0 2 +3696 1783783250946216200 DEPTH 2 1 0.59406803515414452 0.41144624903325583 2 7 2 7 0 0 168 21 2599 23664879 81600 915.46949768066406 5.8670999999999998 1373.0289 120960 66042 1 0 5898240 4423680 4423680 4426475 4492800 558 150 230 346 1315 0 0 0 0 21 0 0 0 0 0 +3697 1783783252080576900 DEPTH 55 1 0.59358463542517836 0.75870069605568424 1 12 1 12 1 0 180 41 2561 23664877 81600 917.03500366210938 5.8193999999999999 1109.1286 120960 60250 1 0 5898240 4423680 4423680 4426476 4492800 1090 156 150 160 1005 4 0 0 0 37 3 0 0 0 0 +3698 1783783253199148200 DEPTH 27 1 0.58724210083886452 0.85073472544470219 0 14 0 14 1 0 172 28 2545 23664851 81600 909.51304626464844 5.8305000000000007 1094.2385999999999 120960 57153 1 0 5898240 4423680 4423680 4426449 4492800 198 154 176 166 1851 0 0 0 0 28 0 0 0 0 1 +3699 1783783254326792600 DEPTH 24 1 0.5862775588036031 0.90796597061098216 4 11 4 11 0 0 162 30 2514 23664810 81600 922.50947570800781 5.8715000000000002 1114.8449000000001 120960 56138 1 0 5898240 4423680 4423680 4426408 4492800 170 153 151 150 1890 0 0 0 0 30 0 0 0 0 0 +3700 1783783255706523200 DEPTH 14 1 0.58601434372785 0.68058778035576162 0 12 0 12 0 0 144 18 2592 23664825 81600 915.27372741699219 5.8447999999999993 1332.1708000000001 120960 59488 1 0 5898240 4423680 4423680 4426424 4492800 445 150 151 168 1678 0 0 0 0 18 0 0 0 0 0 +3701 1783783256854862700 DEPTH 19 1 0.58475597245029309 0.75174013921113669 2 11 2 11 0 0 143 27 2597 23664873 81600 913.33161926269531 5.8388 1100.1751999999999 120960 57394 1 0 5898240 4423680 4423680 4426473 4492800 261 150 156 201 1829 0 0 0 0 27 0 0 0 0 0 +3702 1783783257962839800 DEPTH 40 1 0.58384861778829533 0.75870069605568424 1 12 1 12 1 0 149 25 2606 23664945 81600 907.31929016113281 5.8581000000000003 1089.9317000000001 120960 59268 1 0 5898240 4423680 4423680 4426544 4492800 181 150 159 184 1932 0 2 0 0 23 0 0 0 0 1 +3703 1783783258157765000 REFRESH 24 0 0.37742437416164137 0.90796597061098216 4 11 4 11 0 0 162 4 414 3943900 55200 160.57650756835938 0.97289999999999999 193.64169999999999 20160 11877 0 0 983040 737280 737280 737500 748800 107 26 30 34 217 0 0 0 0 4 0 0 0 0 0 +3704 1783783258364176400 REFRESH 32 0 0.49526748618590283 0.41840680587780354 1 8 1 8 0 0 164 4 423 3943888 55200 159.46957397460938 0.96899999999999997 204.62049999999999 20160 13451 0 0 983040 737280 737280 737488 748800 101 26 95 95 106 0 0 0 0 4 0 0 0 0 0 +3705 1783783258556108000 REFRESH 22 0 0.46981635671891619 0.82985305491105932 3 11 3 11 0 0 160 9 423 3943912 55200 159.64671325683594 0.98839999999999995 190.5924 20160 12053 0 0 983040 737280 737280 737512 748800 142 25 51 31 174 1 0 0 0 8 0 0 0 0 0 +3706 1783783258757177700 REFRESH 45 0 0.55868590897152237 0.41144624903325583 2 7 2 7 0 0 182 7 425 3943894 55200 159.54841613769531 0.97660000000000002 199.78280000000001 20160 13461 0 0 983040 737280 737280 737494 748800 104 25 44 75 177 0 0 0 0 7 0 0 0 0 0 +3707 1783783258985989200 REFRESH 46 0 0.56366159439184205 0.34029389017788086 0 8 0 8 0 0 338 6 415 3943915 55200 159.55148315429688 1.0024999999999999 227.55439999999999 20160 13603 0 0 983040 737280 737280 737515 748800 117 25 60 75 138 0 0 0 0 6 0 0 0 0 0 +3708 1783783259223990000 REFRESH 44 0 0.58689172093639774 0.3333333333333332 1 7 1 7 0 0 184 4 425 3943912 55200 159.68995666503906 0.96999999999999997 236.64109999999999 20160 13409 0 0 983040 737280 737280 737512 748800 89 26 35 61 214 0 0 0 0 4 0 0 0 0 0 +3709 1783783259414245700 REFRESH 51 0 0.5399639706956908 0.82985305491105932 3 11 3 11 0 0 130 2 420 3943912 55200 157.91513061523438 1.0357000000000001 188.96090000000001 20160 12287 0 0 983040 737280 737280 737512 748800 188 25 77 47 83 0 0 0 0 2 0 0 0 0 0 +3710 1783783259618794700 REFRESH 43 0 0.57991281169482956 0.82985305491105932 3 11 3 11 0 0 151 5 429 3943910 55200 158.85107421875 0.96940000000000004 189.0395 20160 12989 0 0 983040 737280 737280 737510 748800 156 25 106 46 96 0 0 0 0 5 0 0 0 0 0 +3711 1783783259827713400 REFRESH 35 0 0.58020053771828339 0.75174013921113669 2 11 2 11 0 0 186 8 416 3943917 55200 159.74502563476562 1.0146999999999999 193.0771 20160 12196 0 0 983040 737280 737280 737516 748800 162 27 37 98 92 0 0 0 0 8 0 0 0 0 0 +3712 1783783260033705600 REFRESH 38 0 0.57908244739921055 0.66666666666666652 2 10 2 10 0 0 147 10 421 3943912 55200 157.61305236816406 0.99429999999999996 189.04730000000001 20160 12394 0 0 983040 737280 737280 737512 748800 168 25 48 51 129 0 0 0 0 10 0 0 0 0 0 +3713 1783783260269326700 REFRESH 1 0 0.5532535394791892 0.3333333333333332 1 7 1 7 0 0 150 6 423 3943901 55200 159.76448059082031 1.0054000000000001 234.39510000000001 20160 13463 0 0 983040 737280 737280 737501 748800 130 25 77 104 87 0 0 0 0 6 0 0 0 0 0 +3714 1783783260489373500 REFRESH 31 0 0.56406377431714039 0.32637277648878565 2 6 2 6 0 0 175 6 424 3943913 55200 158.44761657714844 0.97450000000000003 218.82759999999999 20160 13641 0 0 983040 737280 737280 737512 748800 96 25 33 164 106 0 0 0 0 6 0 0 0 0 0 +3715 1783783260704532900 REFRESH 10 0 0.56002117845187405 0.58855375096674389 1 10 1 10 0 0 135 3 427 3943906 55200 157.88851928710938 0.97619999999999996 190.72839999999999 20160 12389 0 0 983040 737280 737280 737506 748800 164 25 41 40 157 0 0 0 0 3 0 0 0 0 0 +3716 1783783260909214600 REFRESH 49 0 0.5820179092228841 0.74477958236658914 3 10 3 10 0 0 145 10 412 3943919 55200 157.41644287109375 0.99860000000000004 188.64060000000001 20160 12197 0 0 983040 737280 737280 737519 748800 162 26 31 45 148 0 0 0 0 10 0 0 0 0 0 +3717 1783783261153133900 REFRESH 13 0 0.54508345150983195 0.248259860788863 1 6 1 6 0 0 196 2 415 3943924 55200 159.62118530273438 0.97489999999999999 217.47710000000001 20160 13586 0 0 983040 737280 737280 737524 748800 165 26 67 63 94 0 0 0 0 2 0 0 0 0 0 +3718 1783783261359961900 REFRESH 53 0 0.56231479951316421 0.34029389017788086 0 8 0 8 0 0 177 1 416 3943898 55200 159.16441345214844 0.9829 205.5521 20160 13390 0 0 983040 737280 737280 737498 748800 160 26 47 33 150 0 0 0 0 1 0 0 0 0 0 +3719 1783783261563392200 REFRESH 6 0 0.57519603866437463 0.82985305491105932 3 11 3 11 0 0 127 3 423 3943914 55200 158.98931884765625 0.97360000000000002 188.67760000000001 20160 12380 0 0 983040 737280 737280 737514 748800 97 25 52 53 196 0 0 0 0 3 0 0 0 0 0 +3720 1783783261767426700 REFRESH 5 0 0.57793839264440272 0.75174013921113669 2 11 2 11 1 0 102 4 427 3943898 55200 157.62739562988281 0.96789999999999998 188.41399999999999 20160 11990 0 0 983040 737280 737280 737497 748800 123 25 39 145 95 0 0 0 1 3 0 0 0 0 1 +3721 1783783261959060500 REFRESH 7 0 0.59023122842133013 0.75870069605568424 1 12 1 12 0 0 154 4 422 3943919 55200 158.63194274902344 0.9748 190.4341 20160 12063 0 0 983040 737280 737280 737518 748800 98 26 43 48 207 0 0 0 0 4 0 0 0 0 0 +3722 1783783262173122800 REFRESH 37 0 0.5766915853627953 0.75870069605568424 1 12 1 12 0 0 151 8 427 3943915 55200 158.49574279785156 0.96789999999999998 189.74279999999999 20160 12045 0 0 983040 737280 737280 737515 748800 132 25 41 94 135 0 0 0 0 8 0 0 0 0 0 +3723 1783783262416727700 REFRESH 42 0 1.1303743272266753 0 0 4 0 4 0 0 170 9 419 3943916 55200 158.8643798828125 0.98329999999999995 242.35220000000001 20160 13146 0 0 983040 737280 737280 737515 748800 98 25 86 76 134 0 0 0 0 9 0 0 0 0 0 +3724 1783783262655143700 REFRESH 9 0 0.55053901375289782 0.32637277648878565 2 6 2 6 0 0 165 9 433 3943931 55200 159.36819458007812 0.97929999999999995 237.20689999999999 20160 13479 0 0 983040 737280 737280 737531 748800 175 25 40 112 81 0 0 0 0 9 0 0 0 0 0 +3725 1783783262869131600 REFRESH 15 0 0.57878362948636286 0.82985305491105932 3 11 3 11 0 0 113 7 416 3943890 55200 157.96223449707031 0.98009999999999997 189.23660000000001 20160 11802 0 0 983040 737280 737280 737490 748800 80 27 64 64 181 0 0 0 1 6 0 0 0 0 0 +3726 1783783263130382100 REFRESH 56 0 0.55727568516821391 0.24129930394431545 2 5 2 5 0 0 238 3 412 3943899 55200 158.92070007324219 0.99250000000000005 238.17250000000001 20160 13505 0 0 983040 737280 737280 737499 748800 139 26 46 117 84 0 0 0 0 3 0 0 0 0 0 +3727 1783783263330536000 REFRESH 4 0 0.56460350407210613 0.84377416860015464 1 13 1 13 0 0 72 3 418 3943910 55200 156.30540466308594 0.97670000000000001 186.57810000000001 20160 13522 0 0 983040 737280 737280 737510 748800 40 26 42 46 264 0 0 0 0 3 0 0 0 0 0 +3728 1783783263536726800 REFRESH 20 0 0.58363138508264278 0.75174013921113669 2 11 2 11 0 0 140 4 423 3943914 55200 158.17523193359375 0.97609999999999997 190.2731 20160 12090 0 0 983040 737280 737280 737514 748800 96 25 72 106 124 0 0 0 0 4 0 0 0 0 0 +3729 1783783263769192100 REFRESH 48 0 0.56504867442147177 0.32637277648878565 2 6 2 6 0 0 226 7 420 3943894 55200 159.12675476074219 0.97319999999999995 231.16999999999999 20160 13856 0 0 983040 737280 737280 737493 748800 100 26 63 60 171 0 0 0 0 7 0 0 0 0 0 +3730 1783783263981754500 REFRESH 34 0 0.55655867763609268 0.75870069605568424 1 12 1 12 0 0 127 5 430 3943908 55200 158.55410766601562 0.96830000000000005 188.48099999999999 20160 12980 0 0 983040 737280 737280 737508 748800 176 25 58 84 87 0 0 0 0 5 0 0 0 0 0 +3731 1783783264222449100 REFRESH 11 0 0.55947487744622015 0.34029389017788086 0 8 0 8 0 0 126 3 417 3943902 55200 158.69952392578125 0.96999999999999997 239.5471 20160 13129 0 0 983040 737280 737280 737502 748800 87 25 51 57 197 0 0 0 0 3 0 0 0 0 0 +3732 1783783264423280500 REFRESH 16 0 0.56291254306852823 0.32637277648878565 2 6 2 6 0 0 221 8 415 3943925 55200 159.70303344726562 0.96799999999999997 199.6464 20160 13485 0 0 983040 737280 737280 737525 748800 175 26 27 98 89 0 0 0 0 8 0 0 0 0 0 +3733 1783783264642223300 REFRESH 2 0 0.59273580835084649 0.41144624903325583 2 7 2 7 0 0 168 11 424 3943896 55200 159.47775268554688 0.96879999999999999 217.79060000000001 20160 13346 0 0 983040 737280 737280 737496 748800 153 25 61 77 108 0 0 0 0 11 0 0 0 0 0 +3734 1783783264895534000 REFRESH 40 0 0.58483463415479464 0.75870069605568424 1 12 1 12 0 0 149 12 416 3943898 55200 158.64012145996094 0.97030000000000005 199.1465 20160 12232 0 0 983040 737280 737280 737498 748800 161 25 32 56 142 0 0 0 0 12 0 0 0 0 0 +3735 1783783265086910500 REFRESH 18 0 0.59264806353724198 0.84377416860015464 1 13 1 13 1 0 154 9 419 3943925 55200 159.68972778320312 0.97670000000000001 190.1951 20160 12802 0 0 983040 737280 737280 737525 748800 141 25 114 67 72 0 0 0 0 9 0 0 0 0 1 +3736 1783783265329068200 REFRESH 21 0 0.56977362919996666 0.51044083526682127 0 10 0 10 0 0 202 5 416 3943892 55200 158.91871643066406 0.9698 215.65110000000001 20160 12853 0 0 983040 737280 737280 737492 748800 103 26 50 88 149 0 0 0 0 5 0 0 0 0 0 +3737 1783783265531469600 REFRESH 0 0 0.57231337758189382 0.75870069605568424 1 12 1 12 1 0 108 4 425 3943896 55200 157.72569274902344 0.99399999999999999 187.36340000000001 20160 12985 0 0 983040 737280 737280 737496 748800 91 25 26 26 257 0 0 0 0 4 0 0 0 0 1 +3738 1783783265721137500 REFRESH 57 0 0.59017106823070908 0.83681361175560687 2 12 2 12 1 0 157 12 411 3943917 55200 157.69906616210938 0.9748 188.35990000000001 20160 12108 0 0 983040 737280 737280 737517 748800 162 26 31 29 163 0 0 0 0 12 0 0 0 0 1 +3739 1783783265926619000 REFRESH 12 0 0.57961548469645685 0.57463263727764879 3 8 3 8 0 0 214 5 413 3943924 55200 159.14906311035156 0.97270000000000001 190.03970000000001 20160 12369 0 0 983040 737280 737280 737524 748800 184 27 33 61 108 0 0 0 0 5 0 0 0 0 0 +3740 1783783266130682400 REFRESH 29 0 0.58093018165486521 0.75870069605568424 1 12 1 12 0 0 146 4 417 3943908 55200 158.74354553222656 0.9677 189.15219999999999 20160 12082 0 0 983040 737280 737280 737507 748800 125 25 26 92 149 0 0 0 0 4 0 0 0 0 0 +3741 1783783266376771700 REFRESH 41 0 0.55733083222632263 0.50348027842227372 1 9 1 9 0 0 118 7 417 3943925 55200 157.55673217773438 0.97519999999999996 219.13120000000001 20160 13098 0 0 983040 737280 737280 737525 748800 211 26 28 36 116 0 0 0 0 7 0 0 0 0 0 +3742 1783783266570591900 REFRESH 55 0 0.5926126529778829 0.75870069605568424 1 12 1 12 1 0 180 11 424 3943917 55200 159.99180603027344 0.97419999999999995 192.5369 20160 12683 0 0 983040 737280 737280 737516 748800 238 26 25 26 109 0 0 0 0 11 0 0 0 0 1 +3743 1783783266807516300 REFRESH 52 0 0.5391993229457992 0.3333333333333332 1 7 1 7 0 0 134 4 431 3943901 55200 158.1475830078125 0.97109999999999996 235.6662 20160 13427 0 0 983040 737280 737280 737501 748800 168 26 73 79 85 0 0 0 0 4 0 0 0 0 0 +3744 1783783267040558700 REFRESH 8 0 0.55548971728804353 0.24129930394431545 2 5 2 5 0 0 254 3 416 3943911 55200 162.61241149902344 0.98519999999999996 208.2611 20160 13577 0 0 983040 737280 737280 737511 748800 69 27 71 134 115 0 0 0 0 3 0 0 0 0 0 +3745 1783783267250131300 REFRESH 14 0 0.58627240146137405 0.68058778035576162 0 12 0 12 0 0 144 8 417 3943916 55200 163.50413513183594 0.98729999999999996 208.2518 20160 12477 0 0 983040 737280 737280 737514 748800 172 25 29 32 159 0 0 0 0 8 0 0 0 0 0 +3746 1783783267469154900 REFRESH 50 0 0.57511895078229491 0.58159319412219634 2 9 2 9 0 0 151 5 420 3943906 55200 160.75672912597656 0.97529999999999994 202.80930000000001 20160 12481 0 0 983040 737280 737280 737505 748800 108 26 32 43 211 0 0 0 0 5 0 0 0 0 0 +3747 1783783267659763000 REFRESH 19 0 0.58585576614081081 0.75174013921113669 2 11 2 11 0 0 143 7 418 3943897 55200 158.95245361328125 0.9698 188.9359 20160 12114 0 0 983040 737280 737280 737497 748800 134 26 33 40 185 0 0 0 0 7 0 0 0 0 0 +3748 1783783267890502000 REFRESH 33 0 0.55663590253829476 0.3333333333333332 1 7 1 7 0 0 204 4 418 3943907 55200 160.51507568359375 0.97289999999999999 207.09049999999999 20160 13453 0 0 983040 737280 737280 737506 748800 121 26 67 62 142 0 0 0 0 4 0 0 0 0 0 +3749 1783783268109203000 REFRESH 39 0 0.57334926845584766 0.57463263727764879 3 8 3 8 0 0 196 5 416 3943894 55200 159.06201171875 0.97309999999999997 197.61160000000001 20160 13271 0 0 983040 737280 737280 737494 748800 37 25 36 30 288 0 0 0 0 5 0 0 0 0 0 +3750 1783783268324826100 REFRESH 3 0 0.57333302773221639 0.58159319412219634 2 9 2 9 0 0 167 7 418 3943924 55200 157.91104125976562 0.97599999999999998 198.6611 20160 12628 0 0 983040 737280 737280 737524 748800 210 26 41 31 110 0 0 0 0 7 0 0 0 0 0 +3751 1783783268596301800 REFRESH 17 0 0.55316130173721723 0.25522041763341063 0 7 0 7 0 0 236 4 414 3943912 55200 159.14495849609375 0.98719999999999997 237.20650000000001 20160 13660 0 0 983040 737280 737280 737512 748800 103 26 74 117 94 0 0 0 0 4 0 0 0 0 0 +3752 1783783268817945700 REFRESH 25 0 0.57435802288302917 0.82985305491105932 3 11 3 11 0 0 133 3 422 3943926 55200 157.36627197265625 0.97289999999999999 188.36410000000001 20160 11882 0 0 983040 737280 737280 737526 748800 74 25 46 26 251 0 0 0 0 3 0 0 0 0 0 +3753 1783783269037464200 REFRESH 26 0 0.57877578706585797 0.75870069605568424 1 12 1 12 0 0 119 5 428 3943920 55200 158.34623718261719 0.9728 188.9622 20160 12077 0 0 983040 737280 737280 737520 748800 65 26 26 69 242 0 0 0 0 5 0 0 0 0 0 +3754 1783783269244935300 REFRESH 47 0 0.57927664598645801 0.75174013921113669 2 11 2 11 0 0 125 9 422 3943928 55200 158.08306884765625 0.97070000000000001 190.49940000000001 20160 11935 0 0 983040 737280 737280 737528 748800 84 26 43 33 236 0 0 0 0 9 0 0 0 0 0 +3755 1783783269435824100 REFRESH 58 0 0.5873416876230787 0.83681361175560687 2 12 2 12 0 0 147 10 423 3943897 55200 158.98112487792969 0.97719999999999996 189.59800000000001 20160 12109 0 0 983040 737280 737280 737497 748800 164 25 25 35 174 0 0 0 0 10 0 0 0 0 0 +3756 1783783269685525500 REFRESH 30 0 0.55934329871369259 0.41840680587780354 1 8 1 8 0 0 163 4 423 3943916 55200 160.22425842285156 0.97589999999999999 224.98240000000001 20160 13465 0 0 983040 737280 737280 737516 748800 120 25 55 140 83 0 0 0 0 4 0 0 0 0 0 +3757 1783783269877323700 REFRESH 23 0 0.58816301756791478 1 3 13 3 13 1 0 130 9 413 3943940 55200 158.60121154785156 0.96919999999999995 190.11259999999999 20160 11856 0 0 983040 737280 737280 737539 748800 179 26 35 28 145 0 0 0 0 9 0 0 0 0 1 +3758 1783783270068801800 REFRESH 27 0 0.58836443379062264 0.85073472544470219 0 14 0 14 0 0 172 5 416 3943910 55200 158.68328857421875 0.98350000000000004 190.1823 20160 11950 0 0 983040 737280 737280 737510 748800 148 26 35 28 179 0 0 0 0 5 0 0 0 0 0 +3759 1783783270289061600 REFRESH 28 0 0.57952204952298891 0.75870069605568424 1 12 1 12 0 0 171 2 407 3943916 55200 159.98976135253906 0.98229999999999995 194.69 20160 12099 0 0 983040 737280 737280 737516 748800 93 35 43 40 196 0 0 0 0 2 0 0 0 0 0 +3760 1783783270539744900 REFRESH 54 0 0.55544020646774406 0.41840680587780354 1 8 1 8 0 0 140 6 422 3943887 55200 159.0855712890625 0.98350000000000004 234.6044 20160 13537 0 0 983040 737280 737280 737487 748800 152 25 65 103 77 0 0 0 0 6 0 0 0 0 0 +3761 1783783270747527000 REFRESH 36 0 0.57862153350876633 0.74477958236658914 3 10 3 10 0 0 142 6 423 3943894 55200 158.70976257324219 0.96899999999999997 191.95490000000001 20160 12115 0 0 983040 737280 737280 737493 748800 185 25 27 49 137 0 0 0 0 6 0 0 0 0 0 +3762 1783783272142496200 DEPTH 42 1 1.0979766387871444 0 0 4 0 4 1 0 172 70 2582 23664897 81600 915.58195495605469 5.8277000000000001 1393.7059999999999 120960 65395 1 0 5898240 4423680 4423680 4426495 4492800 157 150 152 152 1971 0 0 0 0 70 0 0 0 0 1 +3763 1783783273573373100 DEPTH 2 1 0.59143116020039566 0.41144624903325583 2 7 2 7 0 0 169 28 2605 23664812 81600 913.28919982910156 5.8119999999999994 1385.1279 120960 65356 1 0 5898240 4423680 4423680 4426410 4492800 566 150 222 384 1283 0 2 0 0 26 0 0 0 0 0 +3764 1783783274733812800 DEPTH 18 1 0.58992446246328512 0.84377416860015464 1 13 1 13 1 0 155 57 2598 23664851 81600 917.29833984375 5.8551000000000002 1106.6411000000001 120960 62407 1 0 5898240 4423680 4423680 4426451 4492800 436 150 424 312 1276 0 0 0 0 57 0 0 0 0 1 +3765 1783783275862784400 DEPTH 22 1 0.58902561147169008 0.82985305491105932 3 11 3 11 0 0 161 19 2598 23664917 81600 914.35324096679688 5.8380999999999998 1103.3641 120960 57154 1 0 5898240 4423680 4423680 4426516 4492800 405 150 216 171 1656 1 0 0 0 18 0 0 0 0 0 +3766 1783783276974367200 DEPTH 40 1 0.58557573659436479 0.75870069605568424 1 12 1 11 1 0 149 27 2602 23664869 81600 908.653564453125 5.8585000000000003 1093.9708000000001 120960 58893 1 0 5898240 4423680 4423680 4426468 4492800 219 150 163 171 1899 4 0 0 0 23 2 0 0 0 2 +3767 1783783278098774000 DEPTH 7 1 0.58447457375954637 0.75870069605568424 1 12 1 12 0 0 154 41 2551 23664887 81600 913.78584289550781 5.8456999999999999 1099.5437999999999 120960 57031 1 0 5898240 4423680 4423680 4426487 4492800 152 150 154 168 1927 0 1 0 0 40 0 0 0 0 0 +3768 1783783279224371600 DEPTH 49 1 0.58391299109388117 0.74477958236658914 3 10 3 10 0 0 146 37 2589 23664852 81600 911.89761352539062 5.8180000000000005 1099.8932 120960 58772 1 0 5898240 4423680 4423680 4426450 4492800 228 150 153 186 1872 4 0 0 0 33 0 0 0 0 0 +3769 1783783280335205500 DEPTH 24 1 0.58249652018584375 0.90796597061098216 4 11 4 11 0 0 163 26 2507 23664843 81600 926.26048278808594 5.8185000000000002 1109.2867000000001 120960 56475 1 0 5898240 4423680 4423680 4426442 4492800 171 155 151 150 1880 0 0 0 0 26 0 0 0 0 0 +3770 1783783281776050500 DEPTH 42 1 0.9001737524779384 0 0 4 0 4 1 0 173 92 2564 23664840 81600 904.87193298339844 5.8494000000000002 1378.2512999999999 120960 54561 1 0 5898240 4423680 4423680 4426440 4492800 156 150 150 153 1955 0 0 0 0 92 0 0 0 0 1 +3771 1783783282910748700 DEPTH 55 1 0.59143594750744177 0.75870069605568424 1 12 1 12 1 0 180 28 2567 23664824 81600 923.31025695800781 5.8447000000000005 1108.2967000000001 120960 60688 1 0 5898240 4423680 4423680 4426423 4492800 1106 156 150 156 999 0 0 0 0 28 0 0 0 0 1 +3772 1783783284023057500 DEPTH 57 1 0.59058887178879038 0.83681361175560687 2 12 2 12 1 0 158 48 2525 23664811 81600 906.21542358398438 5.8195999999999994 1084.1925000000001 120960 56682 1 0 5898240 4423680 4423680 4426410 4492800 312 152 158 155 1748 0 0 0 0 48 0 0 0 0 1 +3773 1783783285376719000 DEPTH 14 1 0.58432605310140551 0.68058778035576162 0 12 0 12 1 0 144 19 2605 23664800 81600 921.82936096191406 5.8799000000000001 1327.6505 120960 59747 1 0 5898240 4423680 4423680 4426399 4492800 458 150 151 176 1670 0 0 0 0 19 0 0 0 0 1 +3774 1783783286518559600 DEPTH 51 1 0.58201979227980494 0.82985305491105932 3 11 3 11 1 0 130 27 2565 23664891 81600 911.18698120117188 5.8129000000000008 1093.2021999999999 120960 58323 1 0 5898240 4423680 4423680 4426491 4492800 706 150 290 234 1185 0 0 0 0 27 0 0 0 0 1 +3775 1783783287939616000 DEPTH 44 1 0.5809854716211631 0.3333333333333332 1 7 1 7 0 0 184 9 2589 23664796 81600 914.27865600585938 5.8273000000000001 1375.807 120960 65359 1 0 5898240 4423680 4423680 4426393 4492800 224 156 155 189 1865 0 0 0 0 9 0 0 0 0 0 +3776 1783783289063372400 DEPTH 38 1 0.58009586085184828 0.66666666666666652 2 10 2 10 0 0 148 46 2585 23664835 81600 913.83602905273438 5.8262000000000009 1097.6858 120960 60048 1 0 5898240 4423680 4423680 4426434 4492800 349 150 194 158 1734 0 0 0 0 46 0 0 0 0 0 +3777 1783783290180358200 DEPTH 20 1 0.57935818742807876 0.75174013921113669 2 11 2 11 1 0 141 25 2588 23664822 81600 909.50555419921875 5.8219000000000003 1091.4258 120960 57714 1 0 5898240 4423680 4423680 4426421 4492800 281 150 263 436 1458 0 0 0 0 25 0 0 0 0 1 +3778 1783783291583788900 DEPTH 42 1 0.87516500836260269 0 0 4 0 4 1 0 174 64 2551 23664926 81600 903.13255310058594 5.8502999999999998 1386.7550000000001 120960 43903 1 0 5898240 4423680 4423680 4426525 4492800 156 150 150 195 1900 0 0 0 0 64 0 0 0 0 1 +3779 1783783292689609500 DEPTH 19 1 0.58365347432380454 0.75174013921113669 2 11 2 11 0 0 143 20 2603 23664811 81600 915.19418334960938 5.8412000000000006 1104.6033 120960 57532 1 0 5898240 4423680 4423680 4426410 4492800 322 150 156 197 1778 0 0 0 0 20 0 0 0 0 0 +3780 1783783293832739900 DEPTH 35 1 0.57906917501201527 0.75174013921113669 2 11 2 11 0 0 188 47 2522 23664839 81600 913.554443359375 5.8608999999999991 1102.5346999999999 120960 58190 1 0 5898240 4423680 4423680 4426438 4492800 389 161 172 343 1457 0 0 0 0 47 0 0 0 0 0 +3781 1783783294960671700 DEPTH 15 1 0.57757577116331382 0.82985305491105932 3 11 3 11 0 0 113 33 2542 23664884 81600 922.04139709472656 5.8234000000000004 1102.3398999999999 120960 56900 1 0 5898240 4423680 4423680 4426484 4492800 303 150 231 282 1576 0 0 0 1 32 0 0 0 0 0 +3782 1783783296067418700 DEPTH 37 1 0.57681217513901861 0.75870069605568424 1 12 1 12 0 0 154 9 2613 23664865 81600 906.35877990722656 5.8233999999999995 1090.3027 120960 57323 1 0 5898240 4423680 4423680 4426465 4492800 414 150 186 308 1555 0 0 0 0 9 0 0 0 0 0 +3783 1783783297183702300 DEPTH 29 1 0.57625440935235028 0.75870069605568424 1 12 1 12 0 0 146 24 2568 23664876 81600 908.7049560546875 5.8147000000000002 1089.9440999999999 120960 57719 1 0 5898240 4423680 4423680 4426476 4492800 250 150 156 372 1640 0 0 0 0 24 0 0 0 0 0 +3784 1783783298295395300 DEPTH 12 1 0.57622404985084741 0.57463263727764879 3 8 3 8 0 0 215 39 2523 23664833 81600 908.97622680664062 5.8197999999999999 1094.3510000000001 120960 59032 1 0 5898240 4423680 4423680 4426429 4492800 439 156 176 217 1535 0 0 0 0 39 0 0 0 0 0 +3785 1783783299423115900 DEPTH 43 1 0.57616264258505767 0.82985305491105932 3 11 2 11 1 0 151 42 2606 23664906 81600 904.67045593261719 5.8208999999999991 1089.2798 120960 62604 1 0 5898240 4423680 4423680 4426504 4492800 440 150 339 294 1383 2 0 1 0 39 0 0 1 0 0 +3786 1783783300797704600 DEPTH 42 1 0.85299372191620237 0 0 4 0 4 1 0 174 71 2543 23664773 81600 895.36614990234375 5.8447999999999993 1373.338 120960 30490 1 0 5898240 4423680 4423680 4426371 4492800 156 150 150 203 1884 0 0 0 0 71 0 0 0 0 2 +3787 1783783301907042300 DEPTH 40 1 0.64939765794912663 0.67362722351121407 1 11 1 11 1 0 153 51 2607 23664822 81600 900.83230590820312 5.8226000000000004 1108.0434 120960 47663 1 0 5898240 4423680 4423680 4426421 4492800 234 150 171 179 1873 2 0 0 0 49 1 0 0 0 3 +3788 1783783303013256800 DEPTH 23 1 0.5878641623143176 1 3 13 3 13 0 0 130 37 2517 23664725 81600 921.32579040527344 5.8266999999999998 1104.443 120960 56426 1 0 5898240 4423680 4423680 4426325 4492800 179 152 168 156 1862 0 0 0 0 37 0 0 0 0 0 +3789 1783783304142669700 DEPTH 58 1 0.5874195046139612 0.83681361175560687 2 12 2 12 0 0 147 52 2581 23664769 81600 914.51617431640625 5.8159000000000001 1092.6193000000001 120960 57904 1 0 5898240 4423680 4423680 4426369 4492800 364 150 150 190 1727 0 0 0 0 52 0 0 0 0 0 +3790 1783783305269137300 DEPTH 27 1 0.58412714057355974 0.85073472544470219 0 14 0 14 0 0 172 24 2553 23664762 81600 907.85597229003906 5.8223000000000003 1091.1115 120960 57412 1 0 5898240 4423680 4423680 4426361 4492800 301 154 182 168 1748 0 0 0 0 24 0 0 0 0 0 +3791 1783783306396834200 DEPTH 47 1 0.58023645807208835 0.75174013921113669 2 11 2 11 0 0 126 21 2597 23664813 81600 911.33763122558594 5.8340999999999994 1094.2726 120960 56715 1 0 5898240 4423680 4423680 4426412 4492800 162 150 166 163 1956 0 0 0 0 21 0 0 0 0 0 +3792 1783783307507481300 DEPTH 26 1 0.57613403573229205 0.75870069605568424 1 12 1 12 1 0 119 13 2598 23664795 81600 903.29096984863281 5.8564999999999996 1089.2811999999999 120960 57190 1 0 5898240 4423680 4423680 4426395 4492800 246 150 150 304 1748 0 0 0 0 13 0 0 0 0 1 +3793 1783783308636774000 DEPTH 36 1 0.57583932484115719 0.74477958236658914 3 10 3 10 0 0 143 18 2597 23664939 81600 912.72528076171875 5.8116000000000003 1097.3032000000001 120960 58383 1 0 5898240 4423680 4423680 4426539 4492800 774 150 151 226 1296 0 0 0 0 18 0 0 0 0 0 +3794 1783783308871997800 REFRESH 44 0 0.52046964158863207 0.3333333333333332 1 7 1 7 0 0 184 6 421 3943914 55200 160.95333862304688 0.9677 233.4819 20160 13464 0 0 983040 737280 737280 737514 748800 99 26 35 68 193 0 0 0 0 6 0 0 0 0 0 +3795 1783783309133713100 REFRESH 56 0 0.55160919451956048 0.24129930394431545 2 5 2 5 0 0 239 6 414 3943893 55200 161.34144592285156 0.97750000000000004 239.8929 20160 13355 0 0 983040 737280 737280 737493 748800 138 26 46 120 84 0 0 0 0 6 0 0 0 0 0 +3796 1783783309345521100 REFRESH 0 0 0.56938168209146145 0.75870069605568424 1 12 1 12 0 0 108 5 421 3943935 55200 156.7088623046875 0.96850000000000003 188.6549 20160 12853 0 0 983040 737280 737280 737535 748800 102 25 26 26 242 0 0 0 0 5 0 0 0 0 0 +3797 1783783309557533200 REFRESH 16 0 0.5627990667415752 0.32637277648878565 2 6 2 6 0 0 221 8 414 3943930 55200 159.53715515136719 0.97589999999999999 199.63159999999999 20160 13338 0 0 983040 737280 737280 737530 748800 176 26 27 98 87 0 0 0 0 8 0 0 0 0 0 +3798 1783783309750843600 REFRESH 18 0 0.58825710393969577 0.84377416860015464 1 13 1 13 0 0 155 5 423 3943894 55200 154.34547424316406 1.0097 191.44980000000001 20160 12846 0 0 983040 737280 737280 737494 748800 142 25 115 63 78 0 0 0 0 5 0 0 0 0 0 +3799 1783783309947276000 REFRESH 49 0 0.58539304253240565 0.74477958236658914 3 10 3 10 0 0 146 7 413 3943881 55200 161.65702819824219 0.99060000000000004 195.08519999999999 20160 12026 0 0 983040 737280 737280 737481 748800 174 26 31 44 138 1 0 0 0 6 0 0 0 0 0 +3800 1783783310142299800 REFRESH 35 0 0.52977198136275283 0.75174013921113669 2 11 2 11 0 0 188 6 412 3943955 55200 160.46488952636719 0.97430000000000005 193.77119999999999 20160 12403 0 0 983040 737280 737280 737554 748800 147 27 34 92 112 0 0 0 0 6 0 0 0 0 0 +3801 1783783310348043600 REFRESH 53 0 0.55514104513614626 0.34029389017788086 0 8 0 8 0 0 177 1 418 3943907 55200 160.036865234375 0.97540000000000004 204.11009999999999 20160 13440 0 0 983040 737280 737280 737507 748800 167 26 47 36 142 0 0 0 0 1 0 0 0 0 0 +3802 1783783310555958600 REFRESH 14 0 0.58445004890250285 0.68058778035576162 0 12 0 12 0 0 144 10 419 3943913 55200 160.33485412597656 0.995 206.11869999999999 20160 12670 0 0 983040 737280 737280 737513 748800 190 25 29 31 144 0 0 0 0 10 0 0 0 0 0 +3803 1783783310798609400 REFRESH 52 0 0.53752952420472322 0.3333333333333332 1 7 1 7 0 0 134 1 431 3943910 55200 158.39642333984375 1.0291999999999999 241.3092 20160 13267 0 0 983040 737280 737280 737510 748800 168 26 73 82 82 0 0 0 0 1 0 0 0 0 0 +3804 1783783310990286100 REFRESH 23 0 0.49838096750392558 1 3 13 3 13 1 0 130 4 409 3943907 55200 158.54080200195312 0.96899999999999997 190.4633 20160 12032 0 0 983040 737280 737280 737507 748800 201 26 35 28 119 0 0 0 0 4 0 0 0 0 1 +3805 1783783311181736400 REFRESH 57 0 0.59082480886376587 0.83681361175560687 2 12 2 12 0 0 158 8 408 3943916 55200 159.40812683105469 0.97019999999999995 190.1361 20160 12100 0 0 983040 737280 737280 737516 748800 190 26 30 29 133 0 0 0 0 8 0 0 0 0 0 +3806 1783783311376526900 REFRESH 15 0 0.57923537031725647 0.82985305491105932 3 11 3 11 0 0 113 3 421 3943923 55200 160.39833068847656 0.99080000000000001 193.22040000000001 20160 12336 0 0 983040 737280 737280 737523 748800 88 25 67 65 176 0 0 0 0 3 0 0 0 0 0 +3807 1783783311611512700 REFRESH 48 0 0.56284276779349773 0.32637277648878565 2 6 2 6 0 0 228 11 417 3943924 55200 162.55488586425781 0.98529999999999995 233.59520000000001 20160 13790 0 0 983040 737280 737280 737524 748800 101 26 64 62 164 0 0 0 0 11 0 0 0 0 0 +3808 1783783311858180800 REFRESH 31 0 0.56174161029214709 0.32637277648878565 2 6 2 6 0 0 175 1 424 3943913 55200 160.89190673828125 0.97899999999999998 224.26320000000001 20160 13382 0 0 983040 737280 737280 737512 748800 92 25 33 144 130 0 0 0 0 1 0 0 0 0 0 +3809 1783783312102225300 REFRESH 42 0 0.98264340926407767 0 0 4 0 4 0 0 174 7 415 3943914 55200 160.74444580078125 0.97360000000000002 242.31010000000001 20160 13376 0 0 983040 737280 737280 737514 748800 80 25 81 70 159 0 0 0 0 7 0 0 0 0 0 +3810 1783783312334978600 REFRESH 2 0 0.59021476160622788 0.41144624903325583 2 7 2 7 0 0 170 7 423 3943912 55200 159.388671875 0.97299999999999998 220.33500000000001 20160 13614 0 0 983040 737280 737280 737512 748800 151 25 60 75 112 0 0 0 0 7 0 0 0 0 0 +3811 1783783312538742100 REFRESH 10 0 0.55719531657722998 0.58855375096674389 1 10 1 10 0 0 135 3 424 3943899 55200 159.09580993652344 0.97299999999999998 191.59899999999999 20160 12365 0 0 983040 737280 737280 737499 748800 166 25 42 39 152 0 0 0 0 3 0 0 0 0 0 +3812 1783783312784808800 REFRESH 30 0 0.55535779982506939 0.41840680587780354 1 8 1 8 0 0 163 1 423 3943920 55200 158.37799072265625 0.97489999999999999 223.81030000000001 20160 13384 0 0 983040 737280 737280 737520 748800 120 25 55 143 80 0 0 0 0 1 0 0 0 0 0 +3813 1783783312989933800 REFRESH 40 0 0.68154102533059058 0.67362722351121407 1 11 1 11 0 0 153 9 420 3943919 55200 158.32371520996094 0.96860000000000002 191.46870000000001 20160 12545 0 0 983040 737280 737280 737519 748800 158 25 35 64 138 0 0 0 0 9 0 0 0 0 0 +3814 1783783313185620300 REFRESH 55 0 0.59029512209034973 0.75870069605568424 1 12 1 12 0 0 181 8 424 3943894 55200 160.71168518066406 0.97070000000000001 194.262 20160 12753 0 0 983040 737280 737280 737494 748800 235 26 25 26 112 0 0 0 0 8 0 0 0 0 0 +3815 1783783313387552000 REFRESH 5 0 0.57423227672334964 0.75174013921113669 2 11 2 11 0 0 102 3 427 3943916 55200 157.63763427734375 0.97260000000000002 189.90350000000001 20160 12064 0 0 983040 737280 737280 737515 748800 125 25 39 147 91 0 0 0 0 3 0 0 0 0 0 +3816 1783783313600548200 REFRESH 45 0 0.55753143022921781 0.41144624903325583 2 7 2 7 0 0 182 6 423 3943907 55200 160.26118469238281 0.97460000000000002 200.4862 20160 13568 0 0 983040 737280 737280 737507 748800 121 25 52 79 146 0 0 0 0 6 0 0 0 0 0 +3817 1783783313791631500 REFRESH 27 0 0.58514073320963655 0.85073472544470219 0 14 0 14 0 0 172 3 413 3943925 55200 157.55477905273438 0.99670000000000003 189.8698 20160 12087 0 0 983040 737280 737280 737525 748800 151 26 36 28 172 0 0 0 0 3 0 0 0 0 0 +3818 1783783314071836100 REFRESH 17 0 0.54880692232983219 0.25522041763341063 0 7 0 7 0 0 236 4 413 3943899 55200 155.59884643554688 0.99299999999999999 235.9213 20160 13604 0 0 983040 737280 737280 737498 748800 98 26 68 110 111 0 0 0 0 4 0 0 0 0 0 +3819 1783783314276971600 REFRESH 25 0 0.570157744159135 0.82985305491105932 3 11 3 11 0 0 134 7 421 3943905 55200 160.87347412109375 0.98670000000000002 192.94239999999999 20160 11869 0 0 983040 737280 737280 737505 748800 74 25 46 26 250 0 0 0 0 7 0 0 0 0 0 +3820 1783783314506011200 REFRESH 21 0 0.56719800138795762 0.51044083526682127 0 10 0 10 0 0 202 6 416 3943899 55200 159.11013793945312 0.97609999999999997 216.57660000000001 20160 12743 0 0 983040 737280 737280 737499 748800 118 26 52 89 131 0 0 0 0 6 0 0 0 0 0 +3821 1783783314730699300 REFRESH 33 0 0.55317325872405054 0.3333333333333332 1 7 1 7 1 0 204 4 419 3943913 55200 160.79257202148438 0.99490000000000001 211.4007 20160 13448 0 0 983040 737280 737280 737513 748800 123 26 67 67 136 0 0 0 0 4 0 0 0 0 1 +3822 1783783314922318800 REFRESH 29 0 0.57788932818669347 0.75870069605568424 1 12 1 12 0 0 146 6 417 3943918 55200 158.31141662597656 0.97570000000000001 190.1798 20160 12198 0 0 983040 737280 737280 737518 748800 152 25 27 92 121 0 0 0 1 5 0 0 0 0 0 +3823 1783783315113025500 REFRESH 19 0 0.58456342165230524 0.75174013921113669 2 11 2 11 0 0 143 10 423 3943912 55200 159.2647705078125 0.97470000000000001 189.4992 20160 12150 0 0 983040 737280 737280 737512 748800 144 26 37 47 169 1 0 0 0 9 0 0 0 0 0 +3824 1783783315305835000 REFRESH 58 0 0.58735277054948964 0.83681361175560687 2 12 2 12 0 0 147 12 419 3943901 55200 160.39424133300781 1.0278 191.52510000000001 20160 12481 0 0 983040 737280 737280 737501 748800 142 25 25 36 191 0 0 0 0 12 0 0 0 0 0 +3825 1783783315498245200 REFRESH 38 0 0.58083939873412405 0.66666666666666652 2 10 2 10 0 0 148 8 419 3943911 55200 159.67231750488281 0.97770000000000001 191.09639999999999 20160 12393 0 0 983040 737280 737280 737511 748800 145 25 44 44 161 0 0 0 0 8 0 0 0 0 0 +3826 1783783315690349200 REFRESH 47 0 0.5819384187266825 0.75174013921113669 2 11 2 11 0 0 126 6 423 3943917 55200 158.46604919433594 0.97699999999999998 190.2705 20160 12329 0 0 983040 737280 737280 737517 748800 85 26 42 34 236 0 0 0 0 6 0 0 0 0 0 +3827 1783783315949289900 REFRESH 9 0 0.55283946772263814 0.32637277648878565 2 6 2 6 0 0 165 6 434 3943908 55200 160.10649108886719 0.96840000000000004 237.4632 20160 13375 0 0 983040 737280 737280 737508 748800 174 25 40 112 83 0 0 0 0 6 0 0 0 0 0 +3828 1783783316139117800 REFRESH 51 0 0.58271980789733702 0.82985305491105932 3 11 3 11 0 0 131 9 424 3943906 55200 157.19024658203125 0.96930000000000005 188.11850000000001 20160 12085 0 0 983040 737280 737280 737506 748800 175 25 74 51 99 0 0 0 0 9 0 0 0 0 0 +3829 1783783316351542800 REFRESH 24 0 0.58388469124467846 0.90796597061098216 4 11 4 11 0 0 164 6 410 3943900 55200 159.34054565429688 0.98429999999999995 190.59059999999999 20160 11970 0 0 983040 737280 737280 737500 748800 106 27 29 28 220 0 0 0 0 6 0 0 0 0 0 +3830 1783783316567163300 REFRESH 36 0 0.57721067344302468 0.74477958236658914 3 10 3 10 0 0 143 8 430 3943904 55200 158.86746215820312 0.97130000000000005 189.69579999999999 20160 12456 0 0 983040 737280 737280 737504 748800 185 25 26 39 155 0 0 0 0 8 0 0 0 0 0 +3831 1783783316808934100 REFRESH 41 0 0.5580183923943538 0.50348027842227372 1 9 1 9 0 0 118 4 417 3943940 55200 157.97555541992188 0.97970000000000002 220.62559999999999 20160 13140 0 0 983040 737280 737280 737540 748800 215 26 28 40 108 0 0 0 0 4 0 0 0 0 0 +3832 1783783317007596200 REFRESH 34 0 0.55504689221265191 0.75870069605568424 1 12 1 12 0 0 127 3 428 3943925 55200 157.13894653320312 0.96970000000000001 186.4796 20160 12987 0 0 983040 737280 737280 737524 748800 180 25 58 82 83 0 0 0 0 3 0 0 0 0 0 +3833 1783783317198260600 REFRESH 37 0 0.57774419737395832 0.75870069605568424 1 12 1 12 0 0 154 13 433 3943906 55200 158.63090515136719 0.96970000000000001 189.411 20160 12257 0 0 983040 737280 737280 737506 748800 122 25 35 80 171 0 0 0 0 13 0 0 0 0 0 +3834 1783783317417177400 REFRESH 3 0 0.57240851364375112 0.58159319412219634 2 9 2 9 0 0 167 12 417 3943925 55200 158.46595764160156 0.98960000000000004 196.5085 20160 12547 0 0 983040 737280 737280 737525 748800 211 26 41 31 108 1 0 0 0 11 0 0 0 0 0 +3835 1783783317666397200 REFRESH 46 0 0.56107256562871743 0.34029389017788086 0 8 0 8 0 0 338 3 417 3943914 55200 160.23654174804688 0.97460000000000002 228.1045 20160 13513 0 0 983040 737280 737280 737514 748800 116 25 58 73 145 0 0 0 0 3 0 0 0 0 0 +3836 1783783317874385400 REFRESH 39 0 0.56903834156438149 0.57463263727764879 3 8 3 8 0 0 196 9 420 3943937 55200 158.708740234375 0.9657 194.87780000000001 20160 13351 0 0 983040 737280 737280 737537 748800 37 25 36 31 291 0 0 0 0 9 0 0 0 0 0 +3837 1783783318088053300 REFRESH 20 0 0.58140429196789711 0.75174013921113669 2 11 2 11 0 0 141 8 424 3943888 55200 157.96736145019531 0.96950000000000003 188.27610000000001 20160 11896 0 0 983040 737280 737280 737488 748800 104 25 68 100 127 0 0 0 1 7 0 0 0 0 0 +3838 1783783318318186400 REFRESH 13 0 0.53984526762929574 0.248259860788863 1 6 1 6 0 0 196 4 414 3943890 55200 159.04972839355469 0.97160000000000002 217.29740000000001 20160 13552 0 0 983040 737280 737280 737490 748800 155 26 67 64 102 0 0 0 0 4 0 0 0 0 0 +3839 1783783318536706000 REFRESH 50 0 0.57190341468044692 0.58159319412219634 2 9 2 9 0 0 151 11 418 3943892 55200 158.15065002441406 1.0063 204.20060000000001 20160 12509 0 0 983040 737280 737280 737492 748800 70 26 29 36 257 0 0 0 0 11 0 0 0 0 0 +3840 1783783318794830500 REFRESH 1 0 0.55225706559442655 0.3333333333333332 1 7 1 7 0 0 150 5 426 3943926 55200 159.23405456542969 0.97509999999999997 236.39680000000001 20160 13395 0 0 983040 737280 737280 737526 748800 124 25 77 101 99 0 0 0 0 5 0 0 0 0 0 +3841 1783783318986719200 REFRESH 7 0 0.58524193811913738 0.75870069605568424 1 12 1 12 0 0 154 9 418 3943900 55200 159.03334045410156 0.96860000000000002 190.715 20160 12217 0 0 983040 737280 737280 737500 748800 90 26 35 44 223 0 1 0 0 8 0 0 0 0 0 +3842 1783783319204448800 REFRESH 28 0 0.57296461808305976 0.75870069605568424 1 12 1 12 0 0 171 5 409 3943910 55200 159.08761596679688 0.96899999999999997 191.17310000000001 20160 12169 0 0 983040 737280 737280 737510 748800 46 27 38 36 262 0 0 0 0 5 0 0 0 0 0 +3843 1783783319471349600 REFRESH 11 0 0.55473995098274753 0.34029389017788086 0 8 0 8 0 0 126 4 417 3943907 55200 162.33164978027344 1.0125 244.5804 20160 13062 0 0 983040 737280 737280 737507 748800 106 25 59 67 160 0 0 0 0 4 0 0 0 0 0 +3844 1783783319666100900 REFRESH 43 0 0.68032560211585125 0.75174013921113669 2 11 2 11 0 0 151 8 427 3943929 55200 163.03411865234375 0.97729999999999995 193.0043 20160 12408 0 0 983040 737280 737280 737529 748800 158 25 100 46 98 1 0 0 0 7 0 0 0 0 0 +3845 1783783319886261600 REFRESH 8 0 0.54973025943842102 0.24129930394431545 2 5 2 5 0 0 254 4 416 3943888 55200 160.89599609375 0.996 199.2407 20160 13654 0 0 983040 737280 737280 737487 748800 67 27 64 133 125 0 0 0 0 4 0 0 0 0 0 +3846 1783783320087728600 REFRESH 22 0 0.58924013387827978 0.82985305491105932 3 11 3 11 0 0 162 8 422 3943908 55200 158.34214782714844 0.97450000000000003 189.29740000000001 20160 12058 0 0 983040 737280 737280 737508 748800 159 25 55 32 151 0 0 0 0 8 0 0 0 0 0 +3847 1783783320355141200 REFRESH 54 0 0.55392689065241951 0.41840680587780354 1 8 1 8 0 0 140 5 428 3943918 55200 159.48902893066406 0.99229999999999996 234.72139999999999 20160 13555 0 0 983040 737280 737280 737518 748800 148 25 63 105 87 0 0 0 0 5 0 0 0 0 0 +3848 1783783320571139300 REFRESH 32 0 0.56120151045271949 0.41840680587780354 1 8 1 8 0 0 164 3 421 3943897 55200 159.09989929199219 0.97599999999999998 203.38489999999999 20160 13400 0 0 983040 737280 737280 737497 748800 102 26 98 96 99 0 0 0 0 3 0 0 0 0 0 +3849 1783783320762840100 REFRESH 26 0 0.57865482442218186 0.75870069605568424 1 12 1 12 0 0 119 1 427 3943922 55200 158.72819519042969 0.97470000000000001 190.2131 20160 12049 0 0 983040 737280 737280 737521 748800 76 25 26 72 228 0 0 0 0 1 0 0 0 0 0 +3850 1783783320970777900 REFRESH 6 0 0.57094249976110978 0.82985305491105932 3 11 3 11 0 0 127 5 425 3943901 55200 157.87724304199219 0.99480000000000002 187.6866 20160 12321 0 0 983040 737280 737280 737500 748800 104 25 53 59 184 0 0 1 0 4 0 0 0 0 0 +3851 1783783321162538500 REFRESH 12 0 0.57810759640908771 0.57463263727764879 3 8 3 8 0 0 215 5 414 3943923 55200 159.14906311035156 0.99219999999999997 190.566 20160 12501 0 0 983040 737280 737280 737523 748800 187 27 32 58 110 0 0 0 0 5 0 0 0 0 0 +3852 1783783321369943000 REFRESH 4 0 0.56157024793552801 0.84377416860015464 1 13 1 13 0 0 72 3 418 3943917 55200 158.62066650390625 0.97419999999999995 187.15280000000001 20160 13371 0 0 983040 737280 737280 737517 748800 41 26 42 49 260 0 0 0 0 3 0 0 0 0 0 +3853 1783783322772249900 DEPTH 42 1 0.98068395507317396 0 0 4 0 4 0 0 177 61 2550 23664906 81600 911.79673767089844 5.875 1380.3231000000001 120960 65288 1 0 5898240 4423680 4423680 4426503 4492800 156 150 150 150 1944 0 0 0 0 61 0 0 0 0 0 +3854 1783783323977167900 DEPTH 40 1 0.67154697568893329 0.67362722351121407 1 11 1 11 0 0 157 71 2612 23664784 81600 912.00205993652344 5.8494999999999999 1170.9698000000001 120960 59041 1 0 5898240 4423680 4423680 4426384 4492800 243 150 162 183 1874 0 0 0 0 71 0 0 0 0 0 +3855 1783783325086119900 DEPTH 57 1 0.58892652438901893 0.83681361175560687 2 12 2 12 1 0 159 54 2537 23664788 81600 910.38519287109375 5.8164000000000007 1087.8605 120960 57051 1 0 5898240 4423680 4423680 4426385 4492800 334 151 157 155 1740 0 0 0 0 54 0 0 0 0 2 +3856 1783783326218828200 DEPTH 55 1 0.58714765232034594 0.75870069605568424 1 12 1 12 0 0 181 37 2572 23664788 81600 920.48390197753906 5.8260000000000005 1110.2064 120960 61651 1 0 5898240 4423680 4423680 4426388 4492800 1113 156 150 156 997 0 0 0 0 37 0 0 0 0 0 +3857 1783783327320706100 DEPTH 58 1 0.58714960907005209 0.83681361175560687 2 12 2 12 0 0 147 62 2568 23664850 81600 911.01399230957031 5.8270999999999997 1089.9069999999999 120960 59035 1 0 5898240 4423680 4423680 4426449 4492800 302 150 150 170 1796 0 0 0 0 62 0 0 0 0 0 +3858 1783783328708564000 DEPTH 2 1 0.58604003787579018 0.41144624903325583 2 7 2 7 0 0 170 28 2586 23664818 81600 919.58682250976562 5.8051000000000004 1375.4013 120960 65823 1 0 5898240 4423680 4423680 4426417 4492800 562 150 221 349 1304 0 0 0 0 28 0 0 0 0 0 +3859 1783783329830873200 DEPTH 19 1 0.58521628747379317 0.75174013921113669 2 11 2 11 0 0 143 31 2603 23664863 81600 910.7591552734375 5.8395000000000001 1088.0869 120960 57653 1 0 5898240 4423680 4423680 4426463 4492800 345 150 156 200 1752 0 0 0 0 31 0 0 0 0 0 +3860 1783783331156263200 DEPTH 14 1 0.58452306408032362 0.68058778035576162 0 12 0 11 1 0 144 29 2604 23664768 81600 911.58064270019531 5.8548 1323.7111 120960 60877 1 0 5898240 4423680 4423680 4426368 4492800 491 150 152 175 1636 1 0 0 0 28 1 0 0 0 1 +3861 1783783332517157000 DEPTH 42 1 0.79377574661338735 0 0 4 0 4 1 0 179 37 2518 23664756 81600 901.37396240234375 5.8327999999999998 1359.5130999999999 120960 54421 1 0 5898240 4423680 4423680 4426356 4492800 154 150 150 151 1913 0 0 0 0 37 0 0 0 0 2 +3862 1783783333611278500 DEPTH 43 1 0.59935138784651465 0.75174013921113669 2 11 2 11 0 0 151 36 2604 23664836 81600 911.0579833984375 5.8096999999999994 1092.8966 120960 59984 1 0 5898240 4423680 4423680 4426435 4492800 387 150 350 301 1416 3 0 0 0 33 0 0 0 0 0 +3863 1783783334741781600 DEPTH 49 1 0.58367622702138311 0.74477958236658914 3 10 3 10 1 0 147 42 2574 23664868 81600 909.62022399902344 5.8266999999999998 1088.2297000000001 120960 57932 1 0 5898240 4423680 4423680 4426467 4492800 301 150 155 201 1767 5 0 0 0 37 0 0 0 0 1 +3864 1783783335869410400 DEPTH 23 1 0.58282756383128176 1 3 13 3 13 0 0 130 40 2517 23664904 81600 914.37054443359375 5.8298000000000005 1094.8739 120960 56291 1 0 5898240 4423680 4423680 4426503 4492800 189 153 168 157 1850 0 0 0 0 40 0 0 0 0 0 +3865 1783783336984124400 DEPTH 51 1 0.58213956272117728 0.82985305491105932 3 11 3 11 0 0 132 27 2557 23664791 81600 908.64154052734375 5.8721999999999994 1090.2192 120960 58357 1 0 5898240 4423680 4423680 4426391 4492800 787 150 321 231 1068 1 2 0 0 24 0 0 0 0 0 +3866 1783783338118293300 DEPTH 18 1 0.58174165029370872 0.84377416860015464 1 13 1 13 0 0 156 45 2590 23664774 81600 920.14079284667969 5.8265000000000002 1105.7788 120960 63685 1 0 5898240 4423680 4423680 4426372 4492800 487 150 423 338 1192 1 0 0 0 44 0 0 0 0 0 +3867 1783783339249450200 DEPTH 24 1 0.58090760505752725 0.90796597061098216 4 11 4 11 0 0 165 36 2512 23664791 81600 910.93504333496094 5.8192999999999993 1092.6261999999999 120960 56074 1 0 5898240 4423680 4423680 4426388 4492800 180 154 152 150 1876 0 0 0 0 36 0 0 0 0 0 +3868 1783783340371097600 DEPTH 37 1 0.57938612738053596 0.75870069605568424 1 12 1 12 0 0 154 12 2620 23664799 81600 913.82579040527344 5.8613 1094.9812999999999 120960 57507 1 0 5898240 4423680 4423680 4426397 4492800 513 150 191 318 1448 0 0 0 0 12 0 0 0 0 0 +3869 1783783341737944900 DEPTH 42 1 0.77895770838205902 0 0 4 0 4 1 0 179 36 2528 23664858 81600 902.43380737304688 5.8392000000000008 1365.5409999999999 120960 42954 1 0 5898240 4423680 4423680 4426457 4492800 156 150 150 150 1922 0 0 0 0 36 0 0 0 0 1 +3870 1783783342859140500 DEPTH 7 1 0.58466076556729785 0.75870069605568424 1 12 1 12 0 0 155 37 2544 23664766 81600 912.40550231933594 5.8305999999999996 1092.5890999999999 120960 57351 1 0 5898240 4423680 4423680 4426363 4492800 154 150 158 166 1916 0 1 0 0 36 0 0 0 0 0 +3871 1783783343956310900 DEPTH 20 1 0.58099879028218693 0.75174013921113669 2 11 2 11 0 0 141 28 2588 23664834 81600 911.50444030761719 5.8436000000000003 1095.7632000000001 120960 56974 1 0 5898240 4423680 4423680 4426434 4492800 353 150 272 403 1410 0 0 2 0 26 0 0 0 0 0 +3872 1783783345065566600 DEPTH 38 1 0.57937926692256547 0.66666666666666652 2 10 2 10 0 0 148 32 2578 23664811 81600 907.52450561523438 5.8227000000000002 1091.6076 120960 59678 1 0 5898240 4423680 4423680 4426410 4492800 240 150 196 162 1830 0 0 0 0 32 0 0 0 0 0 +3873 1783783346158648800 DEPTH 47 1 0.57935636087588027 0.75174013921113669 2 11 2 11 0 0 126 13 2606 23664861 81600 910.91152954101562 5.8329000000000004 1091.6135999999999 120960 57569 1 0 5898240 4423680 4423680 4426460 4492800 162 150 162 170 1962 0 0 0 0 13 0 0 0 0 0 +3874 1783783347312866000 DEPTH 27 1 0.57899555545378067 0.85073472544470219 0 14 0 14 0 0 172 14 2555 23664908 81600 914.08609008789062 5.8406000000000002 1097.0498 120960 57862 1 0 5898240 4423680 4423680 4426506 4492800 351 156 184 171 1693 0 0 0 0 14 0 0 0 0 0 +3875 1783783348733119900 DEPTH 44 1 0.57707936802480742 0.3333333333333332 1 7 1 7 0 0 184 13 2591 23664897 81600 917.66168212890625 5.8239000000000001 1396.7579000000001 120960 65360 1 0 5898240 4423680 4423680 4426491 4492800 233 156 156 180 1866 0 0 0 0 13 0 0 0 0 0 +3876 1783783349865201300 DEPTH 35 1 0.57644057055354747 0.75174013921113669 2 11 2 11 0 0 189 37 2517 23664846 81600 911.78208923339844 5.8147000000000002 1102.1623 120960 58768 1 0 5898240 4423680 4423680 4426446 4492800 350 160 166 307 1534 0 0 0 0 37 0 0 0 0 0 +3877 1783783351249748400 DEPTH 42 1 0.76508857371691341 0 0 4 0 4 0 0 180 46 2534 23664808 81600 895.13880920410156 5.8730999999999991 1369.0869 120960 29473 1 0 5898240 4423680 4423680 4426405 4492800 156 150 150 160 1918 0 0 0 0 46 0 0 0 0 0 +3878 1783783352507655300 DEPTH 40 1 0.65336761379497377 0.67362722351121407 1 11 1 11 1 0 159 64 2597 23664762 81600 900.90495300292969 5.8426999999999998 1256.558 120960 48340 1 0 5898240 4423680 4423680 4426362 4492800 165 150 150 156 1976 0 0 0 0 64 0 0 0 0 2 +3879 1783783353860350100 DEPTH 14 1 0.62852467715236471 0.59551430781129144 0 11 0 11 1 0 145 24 2604 23664830 81600 910.12626647949219 5.8587999999999996 1327.2684999999999 120960 49503 1 0 5898240 4423680 4423680 4426430 4492800 494 150 153 186 1621 0 0 0 0 24 0 0 0 0 1 +3880 1783783355003702600 DEPTH 22 1 0.58715241114042582 0.82985305491105932 3 11 3 11 0 0 162 12 2597 23664855 81600 912.83763122558594 5.8148 1096.4964 120960 57689 1 0 5898240 4423680 4423680 4426452 4492800 461 150 237 179 1570 0 0 0 0 12 0 0 0 0 0 +3881 1783783356112567800 DEPTH 36 1 0.57635146045902741 0.74477958236658914 3 10 3 10 0 0 143 14 2610 23664851 81600 918.24024963378906 5.8361000000000001 1107.5731000000001 120960 58431 1 0 5898240 4423680 4423680 4426451 4492800 828 150 150 227 1255 0 0 0 0 14 0 0 0 0 0 +3882 1783783357230971000 DEPTH 29 1 0.57528455391693512 0.75870069605568424 1 12 1 12 0 0 146 28 2570 23664827 81600 909.57107543945312 5.8277999999999999 1094.3860999999999 120960 57636 1 0 5898240 4423680 4423680 4426426 4492800 273 150 156 316 1675 0 0 0 0 28 0 0 0 0 0 +3883 1783783358356781200 DEPTH 12 1 0.57457198598283843 0.57463263727764879 3 8 3 8 0 0 215 37 2536 23664863 81600 917.76943969726562 5.8494999999999999 1107.9848 120960 59174 1 0 5898240 4423680 4423680 4426462 4492800 441 156 177 226 1536 0 0 0 0 37 0 0 0 0 0 +3884 1783783359695502500 DEPTH 3 1 0.57435476467611957 0.58159319412219634 2 9 2 9 1 0 167 48 2552 23664849 81600 908.29620361328125 5.8300000000000001 1297.9129 120960 60364 1 0 5898240 4423680 4423680 4426447 4492800 310 150 184 171 1737 9 0 0 0 39 1 0 0 0 0 +3885 1783783359956126500 REFRESH 30 0 0.54873350877096971 0.41840680587780354 1 8 1 8 0 0 163 3 420 3943911 55200 158.76608276367188 0.9718 221.56039999999999 20160 13493 0 0 983040 737280 737280 737510 748800 120 25 55 141 79 0 0 0 0 3 0 0 0 0 0 +3886 1783783360171762000 REFRESH 16 0 0.56268704961720806 0.32637277648878565 2 6 2 6 0 0 221 5 417 3943942 55200 159.72966003417969 0.97430000000000005 199.35149999999999 20160 13478 0 0 983040 737280 737280 737542 748800 172 26 27 96 96 0 0 0 0 5 0 0 0 0 0 +3887 1783783360362809500 REFRESH 43 0 0.66135248446261896 0.75174013921113669 2 11 2 11 0 0 151 3 432 3943894 55200 158.99462890625 0.96899999999999997 189.80199999999999 20160 12078 0 0 983040 737280 737280 737493 748800 165 25 95 50 97 0 0 0 0 3 0 0 0 0 0 +3888 1783783360552892100 REFRESH 37 0 0.53067061533683191 0.75870069605568424 1 12 1 12 0 0 154 6 431 3943923 55200 158.12095642089844 0.96819999999999995 188.84710000000001 20160 12218 0 0 983040 737280 737280 737523 748800 144 25 43 93 126 0 0 0 0 6 0 0 0 0 0 +3889 1783783360760505700 REFRESH 55 0 0.58617373634555026 0.75870069605568424 1 12 1 12 0 0 182 9 423 3943930 55200 160.08090209960938 0.97299999999999998 191.6343 20160 12789 0 0 983040 737280 737280 737529 748800 240 26 25 26 106 1 0 0 0 8 0 0 0 0 0 +3890 1783783360952514300 REFRESH 18 0 0.57065001549809069 0.84377416860015464 1 13 1 13 0 0 156 7 418 3943916 55200 159.84332275390625 0.96919999999999995 190.81100000000001 20160 13450 0 0 983040 737280 737280 737516 748800 143 25 114 65 71 0 0 0 0 7 0 0 0 0 0 +3891 1783783361190138700 REFRESH 44 0 0.4877942788967955 0.3333333333333332 1 7 1 7 0 0 184 1 425 3943885 55200 159.63238525390625 0.97289999999999999 236.24930000000001 20160 13363 0 0 983040 737280 737280 737485 748800 89 26 35 59 216 0 0 0 0 1 0 0 0 0 0 +3892 1783783361393150200 REFRESH 0 0 0.56770735934628569 0.75870069605568424 1 12 1 12 0 0 109 2 427 3943901 55200 158.02163696289062 0.99360000000000004 188.3031 20160 12778 0 0 983040 737280 737280 737501 748800 115 25 26 26 235 1 0 0 0 1 0 0 0 0 0 +3893 1783783361593127400 REFRESH 3 0 0.41587299116872767 0.58159319412219634 2 9 2 9 0 0 167 6 418 3943921 55200 158.87890625 0.97509999999999997 198.77889999999999 20160 12431 0 0 983040 737280 737280 737521 748800 211 26 41 31 109 0 0 0 0 6 0 0 0 0 0 +3894 1783783361841288700 REFRESH 41 0 0.55544950207476651 0.50348027842227372 1 9 1 9 0 0 118 5 416 3943886 55200 158.00729370117188 0.97430000000000005 222.60210000000001 20160 12965 0 0 983040 737280 737280 737486 748800 206 26 28 36 120 0 0 0 0 5 0 0 0 0 0 +3895 1783783362043284700 REFRESH 4 0 0.55841702429578866 0.84377416860015464 1 13 1 13 0 0 72 2 424 3943918 55200 157.00172424316406 0.96919999999999995 186.5958 20160 13415 0 0 983040 737280 737280 737518 748800 55 26 44 62 237 0 0 0 0 2 0 0 0 0 0 +3896 1783783362233805300 REFRESH 7 0 0.58499014365186097 0.75870069605568424 1 12 1 12 0 0 155 9 424 3943910 55200 157.41952514648438 0.9718 189.34719999999999 20160 12163 0 0 983040 737280 737280 737510 748800 106 26 44 53 195 0 0 0 0 9 0 0 0 0 0 +3897 1783783362441068800 REFRESH 14 0 0.6083224890256016 0.59551430781129144 0 11 0 11 0 0 145 4 422 3943892 55200 160.52531433105469 0.98209999999999997 206.07740000000001 20160 12967 0 0 983040 737280 737280 737492 748800 193 25 32 31 141 0 0 0 0 4 0 0 0 0 0 +3898 1783783362636419600 REFRESH 24 0 0.58205024890120649 0.90796597061098216 4 11 4 11 0 0 165 3 411 3943904 55200 162.25798034667969 0.97519999999999996 194.12129999999999 20160 11883 0 0 983040 737280 737280 737504 748800 118 28 29 29 207 0 0 0 0 3 0 0 0 0 0 +3899 1783783362842798800 REFRESH 34 0 0.55145360403841304 0.75870069605568424 1 12 1 12 0 0 127 2 430 3943904 55200 160.36965942382812 0.9698 190.08150000000001 20160 12836 0 0 983040 737280 737280 737503 748800 185 25 60 81 79 0 0 0 0 2 0 0 0 0 0 +3900 1783783363064774600 REFRESH 33 0 0.55000789643063841 0.3333333333333332 1 7 1 7 0 0 204 3 421 3943920 55200 159.71647644042969 0.96989999999999998 203.84979999999999 20160 13440 0 0 983040 737280 737280 737520 748800 125 26 68 69 133 0 0 0 0 3 0 0 0 0 0 +3901 1783783363256247200 REFRESH 47 0 0.58082561320144965 0.75174013921113669 2 11 2 11 0 0 126 9 416 3943901 55200 158.055419921875 0.97619999999999996 190.21360000000001 20160 12151 0 0 983040 737280 737280 737501 748800 79 26 36 33 242 0 0 0 0 9 0 0 0 0 0 +3902 1783783363447681900 REFRESH 58 0 0.58686855998897935 0.83681361175560687 2 12 2 12 0 0 147 12 425 3943927 55200 159.15213012695312 0.96799999999999997 190.11369999999999 20160 12450 0 0 983040 737280 737280 737526 748800 142 25 25 36 197 0 0 0 0 12 0 0 0 0 0 +3903 1783783363701681100 REFRESH 52 0 0.53305438084431378 0.3333333333333332 1 7 1 7 0 0 134 2 427 3943919 55200 159.49209594726562 0.97719999999999996 232.70949999999999 20160 13259 0 0 983040 737280 737280 737518 748800 166 26 71 81 83 0 0 0 0 2 0 0 0 0 0 +3904 1783783363891787800 REFRESH 57 0 0.58909554905034112 0.83681361175560687 2 12 2 12 1 0 159 6 403 3943904 55200 157.62944030761719 0.98570000000000002 188.86439999999999 20160 12109 0 0 983040 737280 737280 737504 748800 185 26 30 28 134 0 0 0 0 6 0 0 0 0 1 +3905 1783783364148389500 REFRESH 11 0 0.55129643675369799 0.34029389017788086 0 8 0 8 0 0 126 5 421 3943905 55200 159.86688232421875 0.96870000000000001 240.85470000000001 20160 13244 0 0 983040 737280 737280 737505 748800 101 25 56 64 175 0 0 0 0 5 0 0 0 0 0 +3906 1783783364338560600 REFRESH 49 0 0.58491842152115903 0.74477958236658914 3 10 3 10 0 0 147 8 424 3943879 55200 157.70521545410156 0.98119999999999996 188.90369999999999 20160 12443 0 0 983040 737280 737280 737479 748800 168 26 30 48 152 0 0 0 0 8 0 0 0 0 0 +3907 1783783364530552200 REFRESH 35 0 0.57718734980203446 0.75174013921113669 2 11 2 11 0 0 189 11 413 3943921 55200 159.35385131835938 0.96740000000000004 190.74950000000001 20160 12348 0 0 983040 737280 737280 737521 748800 147 27 35 95 109 0 0 0 0 11 0 0 0 0 0 +3908 1783783364816237900 REFRESH 17 0 0.54489663395787713 0.25522041763341063 0 7 0 7 0 0 236 2 416 3943888 55200 158.58892822265625 0.96789999999999998 236.34299999999999 20160 13597 0 0 983040 737280 737280 737488 748800 96 26 61 105 128 0 0 0 0 2 0 0 0 0 0 +3909 1783783365008200900 REFRESH 27 0 0.58025056628176541 0.85073472544470219 0 14 0 14 0 0 172 4 414 3943898 55200 158.38616943359375 0.97260000000000002 190.7311 20160 12274 0 0 983040 737280 737280 737496 748800 151 26 37 29 171 0 0 0 0 4 0 0 0 0 0 +3910 1783783365230424800 REFRESH 39 0 0.56902719027672721 0.57463263727764879 3 8 3 8 0 0 197 7 416 3943894 55200 158.74969482421875 0.97809999999999997 198.00299999999999 20160 13352 0 0 983040 737280 737280 737494 748800 37 25 33 30 291 0 0 0 0 7 0 0 0 0 0 +3911 1783783365477896000 REFRESH 46 0 0.55556670123048257 0.34029389017788086 0 8 0 8 0 0 338 6 411 3943918 55200 158.92378234863281 0.97599999999999998 231.38509999999999 20160 13595 0 0 983040 737280 737280 737518 748800 115 25 56 72 143 0 0 0 0 6 0 0 0 0 0 +3912 1783783365705929800 REFRESH 21 0 0.56579262062285363 0.51044083526682127 0 10 0 10 0 0 202 4 417 3943908 55200 158.63603210449219 0.9758 215.18729999999999 20160 12878 0 0 983040 737280 737280 737507 748800 119 26 52 90 130 0 0 0 0 4 0 0 0 0 0 +3913 1783783365926792200 REFRESH 22 0 0.58713012267316356 0.82985305491105932 3 11 3 11 1 0 162 8 421 3943926 55200 158.77427673339844 0.97450000000000003 190.44380000000001 20160 12132 0 0 983040 737280 737280 737526 748800 161 25 55 35 145 0 0 0 0 8 0 0 0 0 1 +3914 1783783366146804000 REFRESH 2 0 0.58522187836415318 0.41144624903325583 2 7 2 7 0 0 170 10 421 3943928 55200 160.0133056640625 0.97340000000000004 218.84129999999999 20160 13449 0 0 983040 737280 737280 737527 748800 153 25 62 75 106 0 0 0 0 10 0 0 0 0 0 +3915 1783783366403547500 REFRESH 48 0 0.56387071375104414 0.32637277648878565 2 6 2 6 0 0 228 6 419 3943885 55200 159.68563842773438 0.9698 231.68940000000001 20160 13819 0 0 983040 737280 737280 737483 748800 102 26 66 64 161 0 0 0 0 6 0 0 0 0 0 +3916 1783783366620713300 REFRESH 45 0 0.55539867086100925 0.41144624903325583 2 7 2 7 0 0 182 9 425 3943924 55200 160.19456481933594 0.98209999999999997 200.73949999999999 20160 13536 0 0 983040 737280 737280 737524 748800 112 25 47 73 168 0 0 0 0 9 0 0 0 0 0 +3917 1783783366861737100 REFRESH 31 0 0.55462493551879299 0.32637277648878565 2 6 2 6 0 0 175 1 423 3943895 55200 161.81759643554688 0.96940000000000004 223.6199 20160 13610 0 0 983040 737280 737280 737495 748800 94 25 33 153 118 0 0 0 0 1 0 0 0 0 0 +3918 1783783367094790500 REFRESH 5 0 0.56976134152612545 0.75174013921113669 2 11 2 11 1 0 102 7 428 3943899 55200 159.35816955566406 0.97240000000000004 189.5548 20160 11858 0 0 983040 737280 737280 737499 748800 121 25 39 148 95 0 0 0 0 7 0 0 0 0 1 +3919 1783783367285309400 REFRESH 26 0 0.57181022362702172 0.75870069605568424 1 12 1 12 0 0 119 5 426 3943907 55200 159.04153442382812 0.97089999999999999 189.2773 20160 11926 0 0 983040 737280 737280 737507 748800 71 25 25 69 236 0 0 0 0 5 0 0 0 0 0 +3920 1783783367545892700 REFRESH 1 0 0.55018535916393707 0.3333333333333332 1 7 1 7 0 0 150 4 427 3943921 55200 159.1910400390625 0.97670000000000001 236.09309999999999 20160 13325 0 0 983040 737280 737280 737521 748800 121 25 77 101 103 0 0 0 0 4 0 0 0 0 0 +3921 1783783367743245600 REFRESH 40 0 0.65594140541938373 0.67362722351121407 1 11 1 11 0 0 159 8 416 3943932 55200 158.78880310058594 0.97699999999999998 196.10169999999999 20160 12454 0 0 983040 737280 737280 737531 748800 116 25 30 50 195 0 0 0 0 8 0 0 0 0 0 +3922 1783783367984131800 REFRESH 13 0 0.53702169291878854 0.248259860788863 1 6 1 6 0 0 196 1 415 3943897 55200 160.07373046875 0.96889999999999998 217.4777 20160 13557 0 0 983040 737280 737280 737496 748800 164 26 67 67 91 0 0 0 0 1 0 0 0 0 0 +3923 1783783368186597700 REFRESH 19 0 0.58575029036448567 0.75174013921113669 2 11 2 11 0 0 143 5 420 3943905 55200 158.61042785644531 0.98380000000000001 190.5608 20160 12131 0 0 983040 737280 737280 737505 748800 141 26 32 44 177 0 0 0 0 5 0 0 0 0 0 +3924 1783783368403840800 REFRESH 50 0 0.57386939218727728 0.58159319412219634 2 9 2 9 0 0 151 5 419 3943915 55200 158.36262512207031 0.97309999999999997 199.1987 20160 12421 0 0 983040 737280 737280 737514 748800 145 26 39 53 156 0 1 0 0 4 0 0 0 0 0 +3925 1783783368625419100 REFRESH 32 0 0.55629467271907107 0.41840680587780354 1 8 1 8 0 0 164 5 418 3943918 55200 159.69187927246094 0.9748 203.96010000000001 20160 13394 0 0 983040 737280 737280 737518 748800 102 26 97 92 101 0 0 0 0 5 0 0 0 0 0 +3926 1783783368817511100 REFRESH 51 0 0.58255384760879125 0.82985305491105932 3 11 3 11 0 0 132 6 422 3943921 55200 158.16499328613281 0.96899999999999997 190.80090000000001 20160 12512 0 0 983040 737280 737280 737521 748800 181 25 75 48 93 0 0 0 0 6 0 0 0 0 0 +3927 1783783369084203000 REFRESH 9 0 0.55183758429098284 0.32637277648878565 2 6 2 6 0 0 165 1 438 3943896 55200 159.07431030273438 0.97289999999999999 238.1155 20160 13355 0 0 983040 737280 737280 737496 748800 174 25 39 108 92 0 0 0 0 1 0 0 0 0 0 +3928 1783783369344224500 REFRESH 42 0 0.92263826003778493 0 0 4 0 4 0 0 180 5 416 3943889 55200 157.88134765625 0.97640000000000005 237.8691 20160 13588 0 0 983040 737280 737280 737489 748800 79 25 77 70 165 0 0 0 0 5 0 0 0 0 0 +3929 1783783369558777500 REFRESH 8 0 0.54548142179613834 0.24129930394431545 2 5 2 5 0 0 254 3 418 3943916 55200 160.29286193847656 0.9738 199.2295 20160 13643 0 0 983040 737280 737280 737516 748800 67 27 61 129 134 0 0 0 0 3 0 0 0 0 0 +3930 1783783369765297800 REFRESH 28 0 0.56994399931515383 0.75870069605568424 1 12 1 12 0 0 171 7 407 3943926 55200 159.96517944335938 0.98450000000000004 191.34569999999999 20160 12111 0 0 983040 737280 737280 737525 748800 76 27 40 39 225 0 0 0 0 7 0 0 0 0 0 +3931 1783783369958614900 REFRESH 12 0 0.57630788701188929 0.57463263727764879 3 8 3 8 0 0 215 4 413 3943933 55200 160.15565490722656 0.97499999999999998 192.1216 20160 12357 0 0 983040 737280 737280 737533 748800 190 27 31 64 101 0 0 0 0 4 0 0 0 0 0 +3932 1783783370173502100 REFRESH 23 0 0.5837039964721471 1 3 13 3 13 0 0 130 6 414 3943921 55200 159.71737670898438 0.9698 190.64099999999999 20160 11855 0 0 983040 737280 737280 737521 748800 195 26 38 28 127 0 0 0 0 6 0 0 0 0 0 +3933 1783783370436478200 REFRESH 54 0 0.55148570322938451 0.41840680587780354 1 8 1 8 0 0 140 5 427 3943875 55200 159.04153442382812 0.97550000000000003 233.5703 20160 13559 0 0 983040 737280 737280 737475 748800 151 25 64 104 83 0 0 0 0 5 0 0 0 0 0 +3934 1783783370645126900 REFRESH 10 0 0.5546031238153073 0.58855375096674389 1 10 1 10 0 0 135 1 425 3943883 55200 157.29664611816406 0.97209999999999996 189.60429999999999 20160 12240 0 0 983040 737280 737280 737483 748800 169 25 41 40 150 0 0 0 0 1 0 0 0 0 0 +3935 1783783370850380600 REFRESH 25 0 0.57037910320506424 0.82985305491105932 3 11 3 11 0 0 134 7 419 3943886 55200 158.31961059570312 0.96699999999999997 189.0453 20160 11892 0 0 983040 737280 737280 737486 748800 99 25 53 26 216 0 0 0 0 7 0 0 0 0 0 +3936 1783783371041510400 REFRESH 20 0 0.58257952120272749 0.75174013921113669 2 11 2 11 0 0 141 7 424 3943889 55200 159.15827941894531 0.96799999999999997 189.90880000000001 20160 12298 0 0 983040 737280 737280 737489 748800 113 25 67 91 128 0 0 0 1 6 0 0 0 0 0 +3937 1783783371255736800 REFRESH 15 0 0.57391436265026119 0.82985305491105932 3 11 3 11 0 0 113 5 419 3943911 55200 158.55718994140625 0.98070000000000002 189.1079 20160 12235 0 0 983040 737280 737280 737511 748800 101 27 78 73 140 0 0 0 0 5 0 0 0 0 0 +3938 1783783371479432800 REFRESH 53 0 0.54875020896392468 0.34029389017788086 0 8 0 8 0 0 177 7 414 3943912 55200 159.26579284667969 0.99790000000000001 204.7389 20160 13419 0 0 983040 737280 737280 737512 748800 177 26 48 34 129 0 0 0 0 7 0 0 0 0 0 +3939 1783783371671690100 REFRESH 36 0 0.5774680742653876 0.74477958236658914 3 10 3 10 0 0 143 7 431 3943941 55200 159.49005126953125 0.97189999999999999 190.97710000000001 20160 12450 0 0 983040 737280 737280 737541 748800 191 25 26 50 139 0 0 0 0 7 0 0 0 0 0 +3940 1783783371932804100 REFRESH 56 0 0.54962530675651122 0.24129930394431545 2 5 2 5 0 0 239 4 417 3943879 55200 158.20594787597656 0.96940000000000004 235.6763 20160 13424 0 0 983040 737280 737280 737479 748800 140 26 46 119 86 0 0 0 0 4 0 0 0 0 0 +3941 1783783372123397700 REFRESH 38 0 0.58000790162530391 0.66666666666666652 2 10 2 10 0 0 150 12 415 3943933 55200 158.01446533203125 0.97470000000000001 189.17750000000001 20160 12713 0 0 983040 737280 737280 737533 748800 129 25 45 42 174 0 1 0 0 11 0 0 0 0 0 +3942 1783783372327520000 REFRESH 6 0 0.5688386712848702 0.82985305491105932 3 11 3 11 0 0 127 5 424 3943884 55200 157.88954162597656 0.98939999999999995 188.52379999999999 20160 12283 0 0 983040 737280 737280 737484 748800 80 25 50 47 222 0 0 0 0 5 0 0 0 0 0 +3943 1783783372517885200 REFRESH 29 0 0.57680806963065434 0.75870069605568424 1 12 1 12 0 0 146 15 421 3943902 55200 158.21926879882812 0.97209999999999996 189.1199 20160 12225 0 0 983040 737280 737280 737502 748800 110 25 26 100 160 0 0 0 1 14 0 0 0 0 0 +3944 1783783373930604900 DEPTH 42 1 0.81629784519089299 0 0 4 0 4 0 0 180 40 2540 23664912 81600 911.68768310546875 5.8629999999999995 1386.2574999999999 120960 65889 1 0 5898240 4423680 4423680 4426512 4492800 156 150 150 151 1933 0 0 0 0 40 0 0 0 0 0 +3945 1783783375280736300 DEPTH 14 1 0.66303391097515352 0.59551430781129144 0 11 0 11 1 0 146 25 2606 23664771 81600 917.58924865722656 5.8657000000000004 1325.0679 120960 62087 1 0 5898240 4423680 4423680 4426370 4492800 512 150 153 189 1602 0 0 0 0 25 0 0 0 0 2 +3946 1783783376378025400 DEPTH 43 1 0.64711741869107353 0.75174013921113669 2 11 2 11 0 0 151 32 2602 23664789 81600 912.77644348144531 5.8296999999999999 1096.0527 120960 59634 1 0 5898240 4423680 4423680 4426388 4492800 368 150 374 317 1393 0 0 1 0 31 0 0 0 0 0 +3947 1783783377732425400 DEPTH 40 1 0.64706814999070206 0.67362722351121407 1 11 1 11 1 0 159 35 2581 23664874 81600 911.64775085449219 5.8620999999999999 1299.5501999999999 120960 60195 1 0 5898240 4423680 4423680 4426474 4492800 162 150 150 156 1963 0 0 0 0 35 0 0 0 0 1 +3948 1783783378852500700 DEPTH 58 1 0.58648894563298226 0.83681361175560687 2 12 2 12 0 0 147 57 2551 23664923 81600 915.48367309570312 5.8560999999999996 1098.6011000000001 120960 59729 1 0 5898240 4423680 4423680 4426523 4492800 221 150 150 194 1836 0 0 0 0 57 0 0 0 0 0 +3949 1783783379967780100 DEPTH 57 1 0.58507218011460749 0.83681361175560687 2 12 2 12 1 0 159 35 2532 23664827 81600 903.87762451171875 5.8340000000000005 1084.3844999999999 120960 57210 1 0 5898240 4423680 4423680 4426425 4492800 339 150 159 155 1729 0 0 0 0 35 0 0 0 0 1 +3950 1783783381069666100 DEPTH 22 1 0.58499294755845632 0.82985305491105932 3 11 3 11 0 0 162 20 2618 23664797 81600 911.21170043945312 5.8279000000000005 1100.6387999999999 120960 57325 1 0 5898240 4423680 4423680 4426394 4492800 442 150 220 176 1630 0 0 0 0 20 0 0 0 0 0 +3951 1783783382464205100 DEPTH 2 1 0.58435951556897969 0.41144624903325583 2 7 2 7 0 0 170 24 2588 23664894 81600 916.46054077148438 5.8545000000000007 1378.432 120960 66032 1 0 5898240 4423680 4423680 4426493 4492800 569 150 227 355 1287 0 0 0 0 24 0 0 0 0 0 +3952 1783783383867655700 DEPTH 42 1 0.72651127973223739 0 0 4 0 4 0 0 180 36 2532 23664873 81600 902.1943359375 5.8551000000000002 1379.8124 120960 54907 1 0 5898240 4423680 4423680 4426472 4492800 156 150 150 160 1916 0 0 0 0 36 0 0 0 0 0 +3953 1783783385033805500 DEPTH 55 1 0.58426985661852027 0.75870069605568424 1 12 1 12 1 0 182 37 2570 23664866 81600 920.60365295410156 5.8201000000000001 1110.5092 120960 61635 1 0 5898240 4423680 4423680 4426463 4492800 1128 156 150 157 979 0 0 0 0 37 0 0 0 0 2 +3954 1783783386130762100 DEPTH 7 1 0.58424647725011414 0.75870069605568424 1 12 1 12 0 0 155 32 2539 23664893 81600 913.00765991210938 5.8218999999999994 1095.7007000000001 120960 57880 1 0 5898240 4423680 4423680 4426493 4492800 157 150 152 173 1907 0 0 0 0 32 0 0 0 0 0 +3955 1783783387256692200 DEPTH 49 1 0.58390616357843783 0.74477958236658914 3 10 3 10 1 0 147 28 2583 23664794 81600 913.74081420898438 5.8497000000000003 1102.2968000000001 120960 58608 1 0 5898240 4423680 4423680 4426394 4492800 331 150 155 181 1766 1 0 0 0 27 0 0 0 0 1 +3956 1783783388370979900 DEPTH 47 1 0.58108404015294934 0.75174013921113669 2 11 2 11 0 0 127 18 2613 23664847 81600 911.49003601074219 5.8354999999999997 1096.5754999999999 120960 58112 1 0 5898240 4423680 4423680 4426447 4492800 165 150 160 157 1981 0 0 0 0 18 0 0 0 0 0 +3957 1783783389465744500 DEPTH 19 1 0.58100885330752394 0.75174013921113669 2 11 2 11 0 0 143 21 2605 23664890 81600 910.35264587402344 5.8421000000000003 1093.5228 120960 57769 1 0 5898240 4423680 4423680 4426488 4492800 368 150 156 208 1723 0 0 0 0 21 0 0 0 0 0 +3958 1783783390617954400 DEPTH 51 1 0.57871068551072247 0.82985305491105932 3 11 3 11 0 0 132 21 2563 23664927 81600 911.09719848632812 5.8306000000000004 1097.1325999999999 120960 59086 1 0 5898240 4423680 4423680 4426527 4492800 810 150 328 226 1049 0 0 0 0 21 0 0 0 0 0 +3959 1783783391730913400 DEPTH 37 1 0.57783761863743421 0.75870069605568424 1 12 1 12 0 0 154 12 2624 23664859 81600 908.72218322753906 5.8409000000000004 1096.3338000000001 120960 58095 1 0 5898240 4423680 4423680 4426456 4492800 536 150 190 303 1445 0 0 0 0 12 0 0 0 0 0 +3960 1783783393099984700 DEPTH 42 1 0.71764017481940856 0 0 4 0 4 0 0 181 36 2542 23664788 81600 900.1639404296875 5.8609 1367.3162 120960 43899 1 0 5898240 4423680 4423680 4426384 4492800 156 150 150 150 1936 0 0 0 0 36 0 0 0 0 0 +3961 1783783394203828400 DEPTH 23 1 0.58022388872974684 1 3 13 2 13 1 0 131 66 2551 23664870 81600 912.27853393554688 5.8602000000000007 1102.481 120960 55906 1 0 5898240 4423680 4423680 4426470 4492800 185 151 164 153 1898 2 0 0 0 64 2 0 0 0 3 +3962 1783783395352839200 DEPTH 35 1 0.57780242139036686 0.81543624161073813 2 11 2 11 0 0 189 38 2518 23664841 81600 912.31642150878906 5.8234000000000004 1099.6344999999999 120960 59446 1 0 5898240 4423680 4423680 4426440 4492800 353 158 163 328 1516 0 0 0 0 38 0 0 0 0 0 +3963 1783783396485694900 DEPTH 18 1 0.57669254369368605 0.91526845637583898 1 13 1 13 0 0 156 57 2581 23664848 81600 916.44827270507812 5.8469999999999995 1107.6400000000001 120960 64304 1 0 5898240 4423680 4423680 4426447 4492800 390 150 409 331 1301 0 0 0 0 57 0 0 0 0 0 +3964 1783783397634836900 DEPTH 24 1 0.57603557299450103 0.9848993288590604 4 11 4 11 0 0 166 48 2516 23664847 81600 922.71310424804688 5.8388999999999998 1109.1327000000001 120960 55988 1 0 5898240 4423680 4423680 4426445 4492800 186 152 151 150 1877 0 0 0 0 48 0 0 0 0 0 +3965 1783783398737124200 DEPTH 27 1 0.57529883815207583 0.92281879194630878 0 14 0 14 0 0 172 17 2550 23664910 81600 912.3248291015625 5.8376000000000001 1100.5877 120960 58222 1 0 5898240 4423680 4423680 4426507 4492800 238 155 179 186 1792 0 0 0 0 17 0 0 0 0 0 +3966 1783783400066482800 DEPTH 3 1 0.57328523609800841 0.63087248322147649 2 9 2 9 1 0 167 36 2544 23664804 81600 916.17820739746094 5.8356000000000003 1305.395 120960 59696 1 0 5898240 4423680 4423680 4426400 4492800 300 150 180 178 1736 2 0 0 0 34 0 0 0 0 1 +3967 1783783401197463100 DEPTH 12 1 0.5717113016735883 0.62332214765100669 3 8 3 8 0 0 215 38 2530 23664732 81600 910.59715270996094 5.8349000000000002 1098.5183 120960 59195 1 0 5898240 4423680 4423680 4426332 4492800 428 156 172 215 1559 0 0 0 0 38 0 0 0 0 0 +3968 1783783402574715400 DEPTH 42 1 0.70959375051843476 0 0 4 0 4 0 0 182 28 2561 23664877 81600 897.74282836914062 5.8389000000000006 1376.0135 120960 29750 1 0 5898240 4423680 4423680 4426474 4492800 156 150 150 219 1886 0 0 0 0 28 0 0 0 0 0 +3969 1783783403885885500 DEPTH 14 1 0.64544922934399929 0.64597315436241609 0 11 0 11 1 0 146 30 2597 23664916 81600 905.99217224121094 5.8068 1309.9793 120960 51176 1 0 5898240 4423680 4423680 4426516 4492800 520 150 153 204 1570 0 0 0 0 30 0 0 0 0 1 +3970 1783783404991404600 DEPTH 43 1 0.63107189143856257 0.81543624161073813 2 11 2 11 0 0 151 26 2606 23664807 81600 903.34242248535156 5.8270999999999997 1087.4586999999999 120960 49136 1 0 5898240 4423680 4423680 4426406 4492800 358 150 402 351 1345 0 0 1 0 25 0 0 0 0 0 +3971 1783783406308613100 DEPTH 40 1 0.63099308119507314 0.73070469798657711 1 11 1 11 0 0 159 22 2570 23664824 81600 895.07838439941406 5.8369999999999997 1291.3753999999999 120960 49487 1 0 5898240 4423680 4423680 4426424 4492800 162 150 150 160 1948 0 0 0 0 22 0 0 0 0 0 +3972 1783783407398458800 DEPTH 20 1 0.58076833782306547 0.81543624161073813 2 11 2 11 0 0 141 18 2586 23664829 81600 908.84848022460938 5.827 1088.6519000000001 120960 58236 1 0 5898240 4423680 4423680 4426428 4492800 422 150 262 412 1340 0 0 0 1 17 0 0 0 0 0 +3973 1783783408541864500 DEPTH 38 1 0.58035258750228214 0.72315436241610731 2 10 2 10 0 0 151 25 2582 23664858 81600 908.56959533691406 5.8280999999999992 1087.2759000000001 120960 60722 1 0 5898240 4423680 4423680 4426456 4492800 238 150 196 166 1832 0 0 0 0 25 0 0 0 0 0 +3974 1783783409661102500 DEPTH 29 1 0.57795695889570087 0.82298657718120793 1 12 1 12 0 0 147 25 2569 23664808 81600 909.97114562988281 5.8537000000000008 1095.2705000000001 120960 57436 1 0 5898240 4423680 4423680 4426407 4492800 286 150 156 381 1596 0 0 0 6 19 0 0 0 0 0 +3975 1783783410793874000 DEPTH 36 1 0.57528076583372845 0.80788590604026833 3 10 3 10 1 0 145 21 2607 23664792 81600 912.86346435546875 5.8422999999999989 1105.7499 120960 59722 1 0 5898240 4423680 4423680 4426392 4492800 846 150 150 232 1229 1 0 0 0 20 0 0 0 0 2 +3976 1783783411050521300 REFRESH 44 0 0.5695251909470187 0.3615771812080536 1 7 1 7 0 0 184 4 422 3943904 55200 159.531005859375 0.96709999999999996 232.857 20160 13450 0 0 983040 737280 737280 737504 748800 96 26 35 67 198 0 0 0 0 4 0 0 0 0 0 +3977 1783783411294617800 REFRESH 41 0 0.55408236770016561 0.54614093959731547 1 9 1 9 0 0 118 3 419 3943912 55200 158.58688354492188 0.97440000000000004 218.40440000000001 20160 12987 0 0 983040 737280 737280 737510 748800 220 26 28 41 104 0 0 0 0 3 0 0 0 0 0 +3978 1783783411484898400 REFRESH 49 0 0.56477163183716783 0.80788590604026833 3 10 3 10 0 0 147 5 418 3943919 55200 158.68211364746094 0.96630000000000005 188.98330000000001 20160 12480 0 0 983040 737280 737280 737519 748800 162 26 28 40 162 0 0 0 0 5 0 0 0 0 0 +3979 1783783411705424000 REFRESH 50 0 0.57043707941312882 0.63087248322147649 2 9 2 9 0 0 151 3 421 3943914 55200 159.02310180664062 0.97870000000000001 199.77209999999999 20160 12317 0 0 983040 737280 737280 737514 748800 111 26 32 48 204 0 0 0 0 3 0 0 0 0 0 +3980 1783783411925596000 REFRESH 33 0 0.54609153540880273 0.3615771812080536 1 7 1 7 0 0 204 6 418 3943927 55200 160.89701843261719 0.98919999999999997 205.12100000000001 20160 13433 0 0 983040 737280 737280 737526 748800 122 26 67 65 138 0 0 0 0 6 0 0 0 0 0 +3981 1783783412130002500 REFRESH 14 0 0.51826895300369191 0.64597315436241609 0 11 0 11 0 0 146 12 421 3943898 55200 160.37580871582031 0.96909999999999996 203.18940000000001 20160 12958 0 0 983040 737280 737280 737498 748800 192 25 30 30 144 0 0 0 0 12 0 0 0 0 0 +3982 1783783412394550900 REFRESH 9 0 0.54576457902756437 0.3540268456375838 2 6 2 6 0 0 165 5 434 3943911 55200 159.82489013671875 0.98729999999999996 238.50630000000001 20160 13426 0 0 983040 737280 737280 737511 748800 175 25 40 112 82 0 0 0 0 5 0 0 0 0 0 +3983 1783783412657899000 REFRESH 30 0 0.54475672905724637 0.45385906040268459 1 8 1 8 0 0 163 7 420 3943913 55200 159.39689636230469 0.99339999999999995 223.2629 20160 13545 0 0 983040 737280 737280 737513 748800 121 25 55 143 76 0 0 0 0 7 0 0 0 0 0 +3984 1783783412850834700 REFRESH 35 0 0.54814096797688094 0.81543624161073813 2 11 2 11 0 0 189 9 416 3943899 55200 159.34771728515625 1.04 191.23910000000001 20160 12409 0 0 983040 737280 737280 737499 748800 145 27 35 96 113 0 0 0 0 9 0 0 0 0 0 +3985 1783783413098525000 REFRESH 13 0 0.53140116308576268 0.26929530201342272 1 6 1 6 0 0 196 4 415 3943905 55200 159.31904602050781 0.99329999999999996 221.5214 20160 13578 0 0 983040 737280 737280 737505 748800 156 26 67 65 101 0 0 0 0 4 0 0 0 0 0 +3986 1783783413288950400 REFRESH 19 0 0.58159191147235556 0.81543624161073813 2 11 2 11 0 0 143 9 425 3943904 55200 158.17523193359375 0.97709999999999997 188.7484 20160 12395 0 0 983040 737280 737280 737504 748800 137 26 35 45 182 0 0 0 0 9 0 0 0 0 0 +3987 1783783413549342100 REFRESH 56 0 0.54561619113201487 0.26174496644295298 2 5 2 5 0 0 240 3 415 3943940 55200 159.51872253417969 0.96750000000000003 235.22479999999999 20160 13291 0 0 983040 737280 737280 737540 748800 139 26 46 123 81 0 0 0 0 3 0 0 0 0 0 +3988 1783783413740556900 REFRESH 18 0 0.5759011836433372 0.91526845637583898 1 13 1 13 0 0 156 10 417 3943910 55200 159.12754821777344 0.97529999999999994 189.81880000000001 20160 13344 0 0 983040 737280 737280 737510 748800 139 25 108 66 79 0 0 0 0 10 0 0 0 0 0 +3989 1783783413954848400 REFRESH 38 0 0.49049757718727371 0.72315436241610731 2 10 2 10 0 0 152 8 420 3943902 55200 158.82138061523438 0.96660000000000001 188.84020000000001 20160 12826 0 0 983040 737280 737280 737502 748800 149 25 48 48 150 0 0 0 0 8 0 0 0 0 0 +3990 1783783414145805700 REFRESH 36 0 0.47612469600010132 0.80788590604026833 3 10 3 10 0 0 145 4 428 3943900 55200 158.66879272460938 0.97430000000000005 189.64349999999999 20160 12436 0 0 983040 737280 737280 737500 748800 197 25 26 54 126 0 0 0 0 4 0 0 0 0 0 +3991 1783783414335006900 REFRESH 37 0 0.57903698414052307 0.82298657718120793 1 12 1 12 0 0 154 4 434 3943923 55200 157.81785583496094 0.96830000000000005 187.98509999999999 20160 12153 0 0 983040 737280 737280 737523 748800 159 25 45 95 110 0 0 0 0 4 0 0 0 0 0 +3992 1783783414527885600 REFRESH 55 0 0.583455729672264 0.82298657718120793 1 12 1 12 0 0 183 9 424 3943914 55200 160.23551940917969 0.9667 191.55889999999999 20160 12971 0 0 983040 737280 737280 737514 748800 243 26 25 26 104 0 0 0 0 9 0 0 0 0 0 +3993 1783783414743018300 REFRESH 10 0 0.54995119475332244 0.63842281879194629 1 10 1 10 0 0 135 4 425 3943903 55200 158.43840026855469 0.9798 190.25229999999999 20160 12281 0 0 983040 737280 737280 737503 748800 172 25 40 40 148 0 0 0 0 4 0 0 0 0 0 +3994 1783783414946511800 REFRESH 15 0 0.57076240092072705 0.90016778523489926 3 11 3 11 0 0 113 7 418 3943890 55200 157.94790649414062 0.96819999999999995 188.36340000000001 20160 12223 0 0 983040 737280 737280 737490 748800 105 27 82 78 126 0 0 1 0 6 0 0 0 0 0 +3995 1783783415177600700 REFRESH 0 0 0.56307341572093272 0.82298657718120793 1 12 1 12 0 0 109 6 427 3943932 55200 157.71749877929688 0.97130000000000005 187.85839999999999 20160 12835 0 0 983040 737280 737280 737532 748800 80 25 26 26 270 0 0 0 0 6 0 0 0 0 0 +3996 1783783415379597400 REFRESH 5 0 0.56952231765457972 0.81543624161073813 2 11 2 11 0 0 102 7 427 3943904 55200 156.7774658203125 0.96950000000000003 186.14080000000001 20160 12079 0 0 983040 737280 737280 737503 748800 128 25 38 149 87 0 0 0 0 7 0 0 0 0 0 +3997 1783783415592056400 REFRESH 16 0 0.5595737019924758 0.3540268456375838 2 6 2 6 0 0 221 4 414 3943890 55200 160.26521301269531 0.96750000000000003 198.274 20160 13440 0 0 983040 737280 737280 737490 748800 174 26 27 97 90 0 0 0 0 4 0 0 0 0 0 +3998 1783783415783693500 REFRESH 24 0 0.5773798971747216 0.9848993288590604 4 11 4 11 0 0 166 4 419 3943910 55200 158.84696960449219 0.97240000000000004 190.41079999999999 20160 11927 0 0 983040 737280 737280 737510 748800 121 29 28 28 213 0 0 0 0 4 0 0 0 0 0 +3999 1783783416032200000 REFRESH 54 0 0.54916333467046763 0.45385906040268459 1 8 1 8 0 0 141 8 420 3943879 55200 158.5797119140625 0.97509999999999997 232.08080000000001 20160 13473 0 0 983040 737280 737280 737479 748800 156 25 65 102 72 0 0 0 0 8 0 0 0 0 0 +4000 1783783416238355400 REFRESH 34 0 0.54719232169004162 0.82298657718120793 1 12 1 12 1 0 127 4 428 3943902 55200 158.96269226074219 0.98850000000000005 188.43680000000001 20160 13125 0 0 983040 737280 737280 737502 748800 180 25 59 79 85 1 0 0 0 3 0 0 0 0 1 +4001 1783783416461895400 REFRESH 8 0 0.54060087742517404 0.26174496644295298 2 5 2 5 0 0 254 1 418 3943905 55200 163.91783142089844 0.99390000000000001 202.3323 20160 13466 0 0 983040 737280 737280 737504 748800 64 27 61 130 136 0 0 0 0 1 0 0 0 0 0 +4002 1783783416665328700 REFRESH 3 0 0.57477683826744241 0.63087248322147649 2 9 2 9 0 0 167 3 420 3943903 55200 160.17100524902344 0.97340000000000004 202.0461 20160 12890 0 0 983040 737280 737280 737503 748800 214 26 43 33 104 0 0 0 0 3 0 0 0 0 0 +4003 1783783416857013700 REFRESH 29 0 0.57884955491468637 0.82298657718120793 1 12 1 12 0 0 147 7 420 3943900 55200 159.49005126953125 0.97340000000000004 190.32990000000001 20160 12139 0 0 983040 737280 737280 737500 748800 117 25 26 92 160 0 0 0 1 6 0 0 0 0 0 +4004 1783783417078951100 REFRESH 39 0 0.56697472150257733 0.62332214765100669 3 8 3 8 0 0 197 10 419 3943898 55200 159.16236877441406 0.97150000000000003 196.42869999999999 20160 13281 0 0 983040 737280 737280 737498 748800 37 25 41 30 286 0 0 0 0 10 0 0 0 0 0 +4005 1783783417338628700 REFRESH 48 0 0.56070424375986216 0.3540268456375838 2 6 2 6 0 0 228 5 417 3943902 55200 159.56069946289062 0.96950000000000003 229.21340000000001 20160 13862 0 0 983040 737280 737280 737501 748800 101 26 65 66 159 0 0 0 0 5 0 0 0 0 0 +4006 1783783417596761400 REFRESH 52 0 0.52996933460769602 0.3615771812080536 1 7 1 7 0 0 134 3 428 3943912 55200 157.93766784667969 0.97099999999999997 232.87649999999999 20160 13259 0 0 983040 737280 737280 737512 748800 169 26 73 80 80 0 0 0 0 3 0 0 0 0 0 +4007 1783783417802289700 REFRESH 26 0 0.56955708441292019 0.82298657718120793 1 12 1 12 0 0 119 8 429 3943911 55200 158.43635559082031 0.96950000000000003 189.52860000000001 20160 11876 0 0 983040 737280 737280 737510 748800 74 25 25 78 227 0 0 0 0 8 0 0 0 0 0 +4008 1783783417995035800 REFRESH 23 0 0.68291953889068169 1 2 13 2 13 0 0 131 12 416 3943922 55200 158.38822937011719 0.97419999999999995 191.16419999999999 20160 12000 0 0 983040 737280 737280 737522 748800 193 26 36 28 133 0 0 0 0 12 0 0 0 0 0 +4009 1783783418239698500 REFRESH 46 0 0.55360206444711046 0.36912751677852351 0 8 0 8 0 0 338 6 413 3943882 55200 159.66720581054688 0.98319999999999996 230.3981 20160 13525 0 0 983040 737280 737280 737482 748800 118 25 61 77 132 0 0 0 0 6 0 0 0 0 0 +4010 1783783418518289100 REFRESH 11 0 0.54923126004712974 0.36912751677852351 0 8 0 8 0 0 126 3 420 3943916 55200 158.57868957519531 0.97389999999999999 237.80549999999999 20160 13525 0 0 983040 737280 737280 737516 748800 103 25 58 68 166 0 0 0 0 3 0 0 0 0 0 +4011 1783783418737625500 REFRESH 32 0 0.55382013242113692 0.45385906040268459 1 8 1 8 0 0 164 4 423 3943898 55200 160.12287902832031 0.9839 203.822 20160 13409 0 0 983040 737280 737280 737498 748800 102 26 95 94 106 0 0 0 0 4 0 0 0 0 0 +4012 1783783418954913800 REFRESH 53 0 0.54879438607978503 0.36912751677852351 0 8 0 8 0 0 177 2 419 3943900 55200 161.84626770019531 0.97350000000000003 204.63679999999999 20160 13427 0 0 983040 737280 737280 737500 748800 171 27 47 35 139 0 0 0 0 2 0 0 0 0 0 +4013 1783783419196224700 REFRESH 21 0 0.56244542553651522 0.55369127516778516 0 10 0 10 0 0 202 3 418 3943884 55200 159.37330627441406 0.97289999999999999 216.31870000000001 20160 12822 0 0 983040 737280 737280 737484 748800 127 26 59 91 115 0 0 0 0 3 0 0 0 0 0 +4014 1783783419399082900 REFRESH 25 0 0.57030952033250104 0.90016778523489926 3 11 3 11 0 0 135 7 421 3943917 55200 157.99296569824219 0.98060000000000003 189.9118 20160 11846 0 0 983040 737280 737280 737517 748800 86 25 49 27 234 0 0 0 0 7 0 0 0 0 0 +4015 1783783419644277000 REFRESH 31 0 0.54813379577519572 0.3540268456375838 2 6 2 6 0 0 175 6 422 3943903 55200 158.54386901855469 0.99099999999999999 220.28530000000001 20160 13499 0 0 983040 737280 737280 737503 748800 91 25 33 147 126 0 0 0 0 6 0 0 0 0 0 +4016 1783783419849518900 REFRESH 6 0 0.56673825734712446 0.90016778523489926 3 11 3 11 0 0 127 4 418 3943912 55200 159.94776916503906 0.97460000000000002 189.11019999999999 20160 12248 0 0 983040 737280 737280 737512 748800 87 25 48 45 213 0 0 0 0 4 0 0 0 0 0 +4017 1783783420070630800 REFRESH 2 0 0.58357366614095874 0.44630872483221462 2 7 2 7 0 0 170 4 425 3943916 55200 161.77357482910156 0.97219999999999995 219.93010000000001 20160 13370 0 0 983040 737280 737280 737516 748800 159 25 64 78 99 0 0 0 0 4 0 0 0 0 0 +4018 1783783420274950400 REFRESH 40 0 0.63541981920585477 0.73070469798657711 1 11 1 11 0 0 159 9 411 3943946 55200 158.53773498535156 0.97009999999999996 203.04939999999999 20160 12304 0 0 983040 737280 737280 737546 748800 28 25 25 26 307 0 0 0 0 9 0 0 0 0 0 +4019 1783783420467719700 REFRESH 27 0 0.5766969170863685 0.92281879194630878 0 14 0 14 0 0 172 4 416 3943920 55200 160.82022094726562 0.97419999999999995 191.5361 20160 12230 0 0 983040 737280 737280 737520 748800 162 26 40 32 156 0 0 0 0 4 0 0 0 0 0 +4020 1783783420726099400 REFRESH 47 0 0.58220440281866415 0.81543624161073813 2 11 2 11 0 0 127 6 419 3943905 55200 158.64627075195312 0.97299999999999998 189.01179999999999 20160 12109 0 0 983040 737280 737280 737505 748800 95 26 42 35 221 0 0 0 0 6 0 0 0 0 0 +4021 1783783420917551300 REFRESH 7 0 0.58447603868371334 0.82298657718120793 1 12 1 12 0 0 155 7 420 3943925 55200 158.45376586914062 0.97189999999999999 190.24760000000001 20160 12293 0 0 983040 737280 737280 737525 748800 106 26 41 52 195 0 0 0 0 7 0 0 0 0 0 +4022 1783783421179733200 REFRESH 1 0 0.54730674008330304 0.3615771812080536 1 7 1 7 0 0 150 6 430 3943902 55200 159.86688232421875 0.96860000000000002 236.8263 20160 13368 0 0 983040 737280 737280 737502 748800 120 25 77 102 106 0 0 0 0 6 0 0 0 0 0 +4023 1783783421394995000 REFRESH 45 0 0.55642698577579852 0.44630872483221462 2 7 2 7 0 0 182 6 424 3943909 55200 160.16383361816406 0.97489999999999999 199.90819999999999 20160 13631 0 0 983040 737280 737280 737508 748800 100 25 44 72 183 0 0 0 0 6 0 0 0 0 0 +4024 1783783421586332600 REFRESH 20 0 0.58204079356547878 0.81543624161073813 2 11 2 11 0 0 141 3 424 3943915 55200 158.38514709472656 0.97529999999999994 190.11609999999999 20160 12298 0 0 983040 737280 737280 737515 748800 140 25 71 100 88 0 0 0 1 2 0 0 0 0 0 +4025 1783783421799840700 REFRESH 12 0 0.57351335447110707 0.62332214765100669 3 8 3 8 0 0 215 6 415 3943919 55200 158.91874694824219 0.97009999999999996 190.9213 20160 12461 0 0 983040 737280 737280 737518 748800 188 27 32 62 106 0 0 0 0 6 0 0 0 0 0 +4026 1783783422005378500 REFRESH 4 0 0.55470097299710708 0.91526845637583898 1 13 1 13 0 0 72 2 415 3943901 55200 159.30575561523438 0.97750000000000004 188.4855 20160 13387 0 0 983040 737280 737280 737501 748800 40 26 39 48 262 0 0 0 0 2 0 0 0 0 0 +4027 1783783422213410500 REFRESH 22 0 0.58504514455255152 0.90016778523489926 3 11 3 11 0 0 162 5 428 3943891 55200 160.716796875 0.97389999999999999 191.86150000000001 20160 12309 0 0 983040 737280 737280 737491 748800 162 25 58 36 147 0 0 0 0 5 0 0 0 0 0 +4028 1783783422405781200 REFRESH 58 0 0.58611914140696308 0.90771812080536896 2 12 2 12 0 0 147 8 419 3943905 55200 159.11219787597656 0.98809999999999998 191.0729 20160 12507 0 0 983040 737280 737280 737505 748800 140 25 25 35 194 1 0 0 0 7 0 0 0 0 0 +4029 1783783422596027700 REFRESH 57 0 0.58546183982417921 0.90771812080536896 2 12 2 12 0 0 159 3 405 3943925 55200 158.70669555664062 0.96709999999999996 188.9265 20160 12026 0 0 983040 737280 737280 737524 748800 168 26 31 27 153 0 0 0 0 3 0 0 0 0 0 +4030 1783783422787592000 REFRESH 51 0 0.57923660612444183 0.90016778523489926 3 11 3 11 0 0 132 12 424 3943907 55200 158.81727600097656 0.97719999999999996 190.2946 20160 12631 0 0 983040 737280 737280 737507 748800 181 25 78 44 96 0 0 0 0 12 0 0 0 0 0 +4031 1783783423027231800 REFRESH 42 0 0.87240935602280767 0 0 4 0 4 0 0 182 5 415 3943932 55200 159.47468566894531 0.97019999999999995 238.4375 20160 13697 0 0 983040 737280 737280 737532 748800 88 25 84 91 127 0 0 0 0 5 0 0 0 0 0 +4032 1783783423218464500 REFRESH 43 0 0.63560798830639353 0.81543624161073813 2 11 2 11 0 0 151 5 429 3943899 55200 158.5111083984375 0.98009999999999997 189.97149999999999 20160 13161 0 0 983040 737280 737280 737499 748800 163 25 102 50 89 1 0 0 0 4 0 0 0 0 0 +4033 1783783423433139200 REFRESH 28 0 0.56913919427590376 0.82298657718120793 1 12 1 12 0 0 171 6 406 3943913 55200 159.32736206054688 0.96709999999999996 190.32589999999999 20160 12189 0 0 983040 737280 737280 737513 748800 55 28 42 40 241 0 0 0 0 6 0 0 0 0 0 +4034 1783783423694234100 REFRESH 17 0 0.53941281608801916 0.27684563758389258 0 7 0 7 0 0 236 0 414 3943918 55200 159.931396484375 0.96989999999999998 241.08510000000001 20160 13461 0 0 983040 737280 737280 737516 748800 99 26 70 111 108 0 0 0 0 0 0 0 0 0 0 +4035 1783783424796325600 DEPTH 23 1 0.67340994924325281 1 2 13 3 12 1 0 136 91 2592 23664846 81600 911.25056457519531 5.8458000000000006 1100.8364999999999 120960 56628 1 0 5898240 4423680 4423680 4426444 4492800 156 150 159 150 1977 0 0 0 0 91 0 0 0 0 5 +4036 1783783426230482600 DEPTH 42 1 0.66076814127180583 0 0 4 0 4 1 0 182 29 2543 23664893 81600 916.65312194824219 5.8291000000000004 1388.4183 120960 67048 1 0 5898240 4423680 4423680 4426492 4492800 156 150 150 150 1937 0 0 0 0 29 0 0 0 0 1 +4037 1783783427567356800 DEPTH 14 1 0.64166297971536734 0.65088757396449692 0 11 0 11 0 0 146 24 2590 23664853 81600 920.42518615722656 5.8285 1323.2967000000001 120960 62820 1 0 5898240 4423680 4423680 4426452 4492800 532 150 156 182 1570 0 0 0 0 24 0 0 0 0 0 +4038 1783783428717115700 DEPTH 55 1 0.58155633934680484 0.82924767540152144 1 12 1 12 0 0 183 36 2571 23664846 81600 919.76409912109375 5.8375999999999992 1110.9909 120960 62608 1 0 5898240 4423680 4423680 4426446 4492800 1101 156 150 161 1003 0 0 0 0 36 0 0 0 0 0 +4039 1783783429808481000 DEPTH 19 1 0.58105352558559253 0.82163989856297537 2 11 2 11 0 0 143 23 2601 23664797 81600 908.97535705566406 5.8481000000000005 1090.0092999999999 120960 58195 1 0 5898240 4423680 4423680 4426397 4492800 436 150 157 218 1640 0 0 0 1 22 0 0 0 0 0 +4040 1783783430925091200 DEPTH 49 1 0.5805224109724213 0.81403212172442929 3 10 3 10 1 0 147 30 2578 23664865 81600 917.31787109375 5.8537999999999997 1101.2325000000001 120960 59366 1 0 5898240 4423680 4423680 4426465 4492800 375 150 155 185 1713 0 0 0 0 30 0 0 0 0 1 +4041 1783783432058548300 DEPTH 38 1 0.57860737425240005 0.72865595942519013 2 10 2 10 0 0 152 31 2582 23664793 81600 908.78363037109375 5.8365 1090.8433 120960 61532 1 0 5898240 4423680 4423680 4426393 4492800 260 150 196 169 1807 0 0 0 0 31 0 0 0 0 0 +4042 1783783433164718000 DEPTH 35 1 0.57742310798118501 0.82163989856297537 2 11 2 11 0 0 190 32 2522 23664874 81600 916.21807861328125 5.8383000000000003 1104.9174 120960 59660 1 0 5898240 4423680 4423680 4426473 4492800 354 158 163 316 1531 0 0 0 0 32 0 0 0 0 0 +4043 1783783434545309100 DEPTH 42 1 0.67533884995046378 0 0 4 0 4 0 0 184 36 2542 23664787 81600 901.39778137207031 5.8356000000000003 1379.1749 120960 55704 1 0 5898240 4423680 4423680 4426386 4492800 156 150 150 161 1925 0 0 0 0 36 0 0 0 0 0 +4044 1783783435891752000 DEPTH 40 1 0.62922526473161178 0.7362637362637362 1 11 1 11 0 0 160 25 2570 23664826 81600 920.22477722167969 5.8780999999999999 1320.5685000000001 120960 59839 1 0 5898240 4423680 4423680 4426424 4492800 162 150 150 157 1951 0 0 0 0 25 0 0 0 0 0 +4045 1783783437297777300 DEPTH 2 1 0.57670010853553189 0.44970414201183417 2 7 2 7 0 0 171 20 2594 23664878 81600 923.98831176757812 5.8291000000000004 1381.8885 120960 65081 1 0 5898240 4423680 4423680 4426476 4492800 585 150 224 373 1262 0 0 0 0 20 0 0 0 0 0 +4046 1783783438398272800 DEPTH 29 1 0.57656038901578333 0.82924767540152144 1 12 1 12 0 0 147 35 2564 23664800 81600 912.23141479492188 5.8420999999999994 1099.1551999999999 120960 58122 1 0 5898240 4423680 4423680 4426399 4492800 291 150 156 276 1691 0 0 0 1 34 0 0 0 0 0 +4047 1783783439566895800 DEPTH 18 1 0.57517304317641305 0.9222316145393068 1 13 1 13 1 0 156 52 2585 23664906 81600 920.84017944335938 5.8158000000000003 1112.3273999999999 120960 64639 1 0 5898240 4423680 4423680 4426505 4492800 447 150 430 341 1217 0 0 0 0 52 0 0 0 0 1 +4048 1783783440695043300 DEPTH 37 1 0.57405228116716722 0.82924767540152144 1 12 1 12 0 0 154 15 2618 23664803 81600 913.75114440917969 5.8253000000000004 1101.8620000000001 120960 57505 1 0 5898240 4423680 4423680 4426402 4492800 611 150 189 299 1369 1 0 0 0 14 0 0 0 0 0 +4049 1783783441821031300 DEPTH 24 1 0.57249454749401685 0.99239222316145392 4 11 4 11 0 0 166 40 2509 23664879 81600 924.20317077636719 5.8320999999999996 1107.7943 120960 56408 1 0 5898240 4423680 4423680 4426477 4492800 198 155 151 150 1855 0 2 0 0 38 0 0 0 0 0 +4050 1783783442965817900 DEPTH 36 1 0.57087973707704454 0.81403212172442929 3 10 3 10 1 0 145 20 2599 23664875 81600 918.43704223632812 5.8827999999999996 1116.6578999999999 120960 59278 1 0 5898240 4423680 4423680 4426474 4492800 865 150 150 219 1215 0 0 0 0 20 0 0 0 0 1 +4051 1783783444362357800 DEPTH 42 1 0.68029043996920258 0 0 4 0 4 0 0 184 40 2552 23664828 81600 902.69490051269531 5.8496000000000006 1379.8551 120960 43973 1 0 5898240 4423680 4423680 4426427 4492800 156 150 150 178 1918 0 0 0 0 40 0 0 0 0 0 +4052 1783783445491161900 DEPTH 23 1 0.63467600772563726 1 3 12 3 12 1 0 139 79 2581 23664886 81600 907.72480773925781 5.8162000000000003 1089.8753999999999 120960 45965 1 0 5898240 4423680 4423680 4426484 4492800 156 150 157 150 1968 0 0 0 0 79 0 0 0 0 2 +4053 1783783446593461100 DEPTH 7 1 0.58145868654772304 0.82924767540152144 1 12 1 12 1 0 155 38 2552 23664822 81600 919.66157531738281 5.8357000000000001 1101.1310000000001 120960 58371 1 0 5898240 4423680 4423680 4426419 4492800 162 150 162 176 1902 0 0 0 0 38 0 0 0 0 1 +4054 1783783447709546500 DEPTH 47 1 0.57898864396277006 0.82163989856297537 2 11 2 11 0 0 127 21 2604 23664797 81600 911.70610046386719 5.8193999999999999 1090.2355 120960 58166 1 0 5898240 4423680 4423680 4426396 4492800 173 150 167 160 1954 0 0 0 0 21 0 0 0 0 0 +4055 1783783448827322500 DEPTH 20 1 0.57598288962764876 0.82163989856297537 2 11 2 11 0 0 143 23 2600 23664826 81600 915.25631713867188 5.8333000000000004 1103.1434999999999 120960 58723 1 0 5898240 4423680 4423680 4426426 4492800 460 153 276 439 1272 0 2 1 0 20 0 0 0 0 0 +4056 1783783449924726200 DEPTH 27 1 0.57176784656777535 0.92983939137785288 0 14 0 14 0 0 172 30 2552 23664845 81600 908.19688415527344 5.8279000000000005 1096.1291000000001 120960 57751 1 0 5898240 4423680 4423680 4426443 4492800 294 155 196 186 1721 0 0 0 0 30 0 0 0 0 0 +4057 1783783451067322500 DEPTH 12 1 0.57094470772520589 0.62806424344885881 3 8 3 8 0 0 216 37 2535 23664875 81600 916.5322265625 5.8238999999999992 1102.3911000000001 120960 59415 1 0 5898240 4423680 4423680 4426473 4492800 445 156 174 226 1534 0 0 0 0 37 0 0 0 0 0 +4058 1783783452209137500 DEPTH 26 1 0.57027183505305445 0.82924767540152144 1 12 1 12 0 0 119 18 2604 23664877 81600 910.6053466796875 5.8439000000000005 1100.5862999999999 120960 56645 1 0 5898240 4423680 4423680 4426477 4492800 338 150 151 268 1697 0 0 0 1 17 0 0 0 0 0 +4059 1783783453591542900 DEPTH 42 1 0.6756879936986292 0 0 4 0 4 0 0 187 46 2555 23664850 81600 907.41658020019531 5.8697999999999997 1380.5664999999999 120960 30691 1 0 5898240 4423680 4423680 4426448 4492800 156 150 150 197 1902 0 0 0 0 46 0 0 0 0 0 +4060 1783783454695866000 DEPTH 43 1 0.62546866936909429 0.82163989856297537 2 11 2 11 0 0 153 35 2605 23664823 81600 914.85183715820312 5.8597000000000001 1102.7772 120960 62722 1 0 5898240 4423680 4423680 4426421 4492800 400 150 426 324 1305 1 0 0 0 34 0 0 0 0 0 +4061 1783783456019558600 DEPTH 14 1 0.62552694789006624 0.65088757396449692 0 11 0 11 0 0 147 22 2599 23664894 81600 908.97410583496094 5.8548 1322.4788000000001 120960 52657 1 0 5898240 4423680 4423680 4426492 4492800 529 150 156 181 1583 0 0 0 0 22 0 0 0 0 0 +4062 1783783457156810300 DEPTH 58 1 0.58353679176859519 0.91462383770076061 2 12 2 12 0 0 149 59 2536 23664967 81600 922.17965698242188 5.8651999999999997 1101.0145 120960 59637 1 0 5898240 4423680 4423680 4426567 4492800 230 150 150 168 1838 0 0 0 0 59 0 0 0 0 0 +4063 1783783458284010500 DEPTH 22 1 0.5798492497551051 0.90701606086221453 3 11 3 11 1 0 162 13 2614 23664812 81600 914.745361328125 5.8128000000000002 1096.8880999999999 120960 58103 1 0 5898240 4423680 4423680 4426410 4492800 492 150 226 183 1563 0 0 0 0 13 0 0 0 0 1 +4064 1783783459421427500 DEPTH 51 1 0.57947843695957646 0.90701606086221453 3 11 3 11 0 0 132 30 2585 23664822 81600 918.23245239257812 5.8285 1104.3916999999999 120960 59304 1 0 5898240 4423680 4423680 4426421 4492800 805 150 320 258 1052 0 0 0 0 30 0 0 0 0 0 +4065 1783783460535409500 DEPTH 57 1 0.57850926706210859 0.91462383770076061 2 12 2 12 0 0 161 51 2538 23664742 81600 908.61054992675781 5.8299000000000003 1088.5282999999999 120960 57038 1 0 5898240 4423680 4423680 4426340 4492800 424 152 159 156 1647 2 4 0 0 45 0 0 0 0 0 +4066 1783783461659363100 DEPTH 25 1 0.57001040263938829 0.90701606086221453 3 11 3 11 0 0 135 20 2582 23664891 81600 913.95686340332031 5.8457999999999997 1098.4296999999999 120960 56143 1 0 5898240 4423680 4423680 4426488 4492800 158 150 166 150 1958 0 0 0 0 20 0 0 0 0 0 +4067 1783783461926175800 REFRESH 11 0 0.54520151647134885 0.37193575655114119 0 8 0 8 0 0 126 6 426 3943887 55200 158.8643798828125 0.96950000000000003 241.2013 20160 13667 0 0 983040 737280 737280 737486 748800 115 25 60 72 154 0 0 0 0 6 0 0 0 0 0 +4068 1783783462145549100 REFRESH 25 0 0.34243367712942829 0.90701606086221453 3 11 3 11 0 0 135 5 422 3943916 55200 158.69132995605469 0.97050000000000003 189.46459999999999 20160 11911 0 0 983040 737280 737280 737516 748800 95 25 48 27 227 0 0 0 0 5 0 0 0 0 0 +4069 1783783462341439200 REFRESH 19 0 0.58137713407185421 0.82163989856297537 2 11 2 11 0 0 143 5 421 3943917 55200 159.98258972167969 0.99929999999999997 194.6584 20160 12364 0 0 983040 737280 737280 737517 748800 145 26 36 49 165 0 0 0 0 5 0 0 0 0 0 +4070 1783783462546168800 REFRESH 6 0 0.56363655752829689 0.90701606086221453 3 11 3 11 1 0 127 3 426 3943891 55200 158.95773315429688 0.96970000000000001 188.88999999999999 20160 12207 0 0 983040 737280 737280 737491 748800 99 25 47 45 210 0 0 0 0 3 0 0 0 0 1 +4071 1783783462737896400 REFRESH 51 0 0.39949236682918776 0.90701606086221453 3 11 3 11 0 0 132 12 423 3943910 55200 159.35408020019531 0.97189999999999999 190.39490000000001 20160 12469 0 0 983040 737280 737280 737510 748800 179 25 73 51 95 0 0 0 0 12 0 0 0 0 0 +4072 1783783462973675800 REFRESH 33 0 0.54552950435747893 0.36432797971259501 1 7 1 7 0 0 204 2 419 3943910 55200 164.61004638671875 0.97309999999999997 210.63050000000001 20160 13453 0 0 983040 737280 737280 737509 748800 133 26 79 68 113 0 0 0 0 2 0 0 0 0 0 +4073 1783783463238286800 REFRESH 44 0 0.56504159918020691 0.36432797971259501 1 7 1 7 1 0 184 6 422 3943899 55200 160.19660949707031 0.97560000000000002 238.5359 20160 13362 0 0 983040 737280 737280 737499 748800 80 26 35 56 225 0 0 0 0 6 0 0 0 0 1 +4074 1783783463429809800 REFRESH 38 0 0.57874237109269144 0.72865595942519013 2 10 2 10 1 0 152 9 422 3943913 55200 159.24736022949219 0.97370000000000001 190.1489 20160 12820 0 0 983040 737280 737280 737513 748800 134 25 47 50 166 0 0 0 0 9 0 0 0 0 1 +4075 1783783463684913700 REFRESH 17 0 0.53228399138144722 0.27895181741335584 0 7 0 7 0 0 236 4 418 3943918 55200 159.23405456542969 0.98929999999999996 238.9821 20160 13592 0 0 983040 737280 737280 737518 748800 98 26 66 114 114 0 0 0 0 4 0 0 0 0 0 +4076 1783783463875014000 REFRESH 12 0 0.51247664262024051 0.62806424344885881 3 8 3 8 0 0 217 3 413 3943911 55200 157.94790649414062 0.97219999999999995 188.9442 20160 12662 0 0 983040 737280 737280 737511 748800 187 27 31 60 108 0 0 0 0 3 0 0 0 0 0 +4077 1783783464078312900 REFRESH 14 0 0.53987422654716877 0.65088757396449692 0 11 0 11 0 0 147 8 421 3943920 55200 159.5177001953125 0.97160000000000002 201.63839999999999 20160 13238 0 0 983040 737280 737280 737520 748800 210 25 34 32 120 0 0 0 0 8 0 0 0 0 0 +4078 1783783464268632600 REFRESH 57 0 0.45905046474159533 0.91462383770076061 2 12 2 12 0 0 161 9 407 3943928 55200 158.83673095703125 0.97170000000000001 188.8826 20160 12241 0 0 983040 737280 737280 737528 748800 194 26 30 27 130 0 0 0 0 9 0 0 0 0 0 +4079 1783783464506792600 REFRESH 21 0 0.55823291901225369 0.55790363482671168 0 10 0 10 0 0 202 7 416 3943894 55200 154.15715026855469 0.99860000000000004 220.42310000000001 20160 12859 0 0 983040 737280 737280 737494 748800 123 26 58 92 117 0 0 0 0 7 0 0 0 0 0 +4080 1783783464725557400 REFRESH 50 0 0.5653592401429437 0.63567202028740488 2 9 2 9 0 0 151 3 418 3943916 55200 160.16383361816406 0.98599999999999999 203.90639999999999 20160 12415 0 0 983040 737280 737280 737516 748800 83 26 32 41 236 0 0 0 0 3 0 0 0 0 0 +4081 1783783464965580100 REFRESH 31 0 0.54715800126120318 0.35672020287404893 2 6 2 6 0 0 175 0 423 3943896 55200 159.140869140625 0.97430000000000005 219.83500000000001 20160 13640 0 0 983040 737280 737280 737496 748800 91 25 33 143 131 0 0 0 0 0 0 0 0 0 0 +4082 1783783465206525300 REFRESH 13 0 0.52936943035613582 0.27134404057480971 1 6 1 6 0 0 196 2 415 3943909 55200 158.90841674804688 0.97499999999999998 216.83699999999999 20160 13425 0 0 983040 737280 737280 737509 748800 166 26 68 63 92 0 0 0 0 2 0 0 0 0 0 +4083 1783783465397494400 REFRESH 22 0 0.53000162086128144 0.90701606086221453 3 11 3 11 0 0 162 8 430 3943902 55200 158.51443481445312 0.97819999999999996 189.7218 20160 12398 0 0 983040 737280 737280 737502 748800 166 25 61 36 142 0 0 0 0 8 0 0 0 0 0 +4084 1783783465587379100 REFRESH 26 0 0.57269262049643921 0.82924767540152144 1 12 1 12 0 0 119 6 428 3943923 55200 158.961669921875 0.97089999999999999 188.64109999999999 20160 12062 0 0 983040 737280 737280 737523 748800 80 25 27 70 226 0 0 0 0 6 0 0 0 0 0 +4085 1783783465779529000 REFRESH 36 0 0.57197045223774923 0.81403212172442929 3 10 3 10 0 0 145 9 427 3943928 55200 159.53407287597656 0.97650000000000003 190.9032 20160 12376 0 0 983040 737280 737280 737528 748800 198 25 25 60 119 0 0 0 0 9 0 0 0 0 0 +4086 1783783465994488200 REFRESH 29 0 0.57736363974419536 0.82924767540152144 1 12 1 12 0 0 147 5 417 3943912 55200 157.96531677246094 0.9667 187.9649 20160 12413 0 0 983040 737280 737280 737512 748800 142 25 26 102 122 0 0 0 0 5 0 0 0 0 0 +4087 1783783466244886400 REFRESH 9 0 0.54434555695653764 0.35672020287404893 2 6 2 6 0 0 165 5 434 3943905 55200 159.89042663574219 0.97550000000000003 234.89760000000001 20160 13264 0 0 983040 737280 737280 737505 748800 175 25 40 114 80 0 0 0 0 5 0 0 0 0 0 +4088 1783783466435647500 REFRESH 7 0 0.58162425193811751 0.82924767540152144 1 12 1 12 0 0 155 11 424 3943904 55200 158.10476684570312 0.97330000000000005 189.58619999999999 20160 12364 0 0 983040 737280 737280 737504 748800 106 26 45 51 196 0 0 0 0 11 0 0 0 0 0 +4089 1783783466653153600 REFRESH 28 0 0.56715124124490457 0.82924767540152144 1 12 1 12 0 0 171 9 411 3943907 55200 158.83673095703125 0.96609999999999996 191.09530000000001 20160 12173 0 0 983040 737280 737280 737507 748800 70 28 42 39 232 0 0 0 0 9 0 0 0 0 0 +4090 1783783466907292900 REFRESH 48 0 0.55679050682450149 0.35672020287404893 2 6 2 6 0 0 228 4 419 3943923 55200 159.19001770019531 0.97019999999999995 228.66919999999999 20160 13721 0 0 983040 737280 737280 737523 748800 100 26 63 63 167 0 0 0 0 4 0 0 0 0 0 +4091 1783783467101143900 REFRESH 55 0 0.58075886349029404 0.82924767540152144 1 12 1 12 0 0 183 8 418 3943910 55200 160.753662109375 0.97640000000000005 192.55330000000001 20160 13019 0 0 983040 737280 737280 737510 748800 245 26 25 26 96 0 0 0 0 8 0 0 0 0 0 +4092 1783783467328516200 REFRESH 15 0 0.56990680284554418 0.90701606086221453 3 11 3 11 0 0 113 8 420 3943870 55200 159.35897827148438 0.96940000000000004 189.18680000000001 20160 12235 0 0 983040 737280 737280 737470 748800 106 27 83 81 123 0 0 1 0 7 0 0 0 0 0 +4093 1783783467521819600 REFRESH 24 0 0.57393635516878061 0.99239222316145392 4 11 4 11 0 0 166 7 413 3943911 55200 159.04278564453125 0.9879 191.554 20160 11944 0 0 983040 737280 737280 737511 748800 139 30 27 29 188 0 0 0 0 7 0 0 0 0 0 +4094 1783783467736078100 REFRESH 39 0 0.56802524724963233 0.62806424344885881 3 8 3 8 0 0 197 7 418 3943921 55200 158.74560546875 0.98609999999999998 198.1815 20160 13279 0 0 983040 737280 737280 737521 748800 38 25 30 30 295 0 0 0 0 7 0 0 0 0 0 +4095 1783783467940425000 REFRESH 0 0 0.56274809654747571 0.82924767540152144 1 12 1 12 0 0 109 6 427 3943933 55200 158.08819580078125 0.96950000000000003 187.7997 20160 12556 0 0 983040 737280 737280 737531 748800 105 25 26 27 244 0 0 0 0 6 0 0 0 0 0 +4096 1783783468133213700 REFRESH 43 0 0.62123753171517992 0.82163989856297537 2 11 2 11 0 0 153 4 428 3943893 55200 159.6416015625 0.97419999999999995 191.25139999999999 20160 12745 0 0 983040 737280 737280 737493 748800 165 25 104 49 85 0 0 0 0 4 0 0 0 0 0 +4097 1783783468325024300 REFRESH 47 0 0.57998278252916735 0.82163989856297537 2 11 2 11 0 0 127 5 424 3943935 55200 158.65037536621094 0.96899999999999997 190.53649999999999 20160 12106 0 0 983040 737280 737280 737535 748800 106 26 46 35 211 0 0 0 0 5 0 0 0 0 0 +4098 1783783468576624200 REFRESH 46 0 0.55175758574116474 0.37193575655114119 0 8 0 8 0 0 338 2 415 3943902 55200 160.142333984375 0.97019999999999995 226.83099999999999 20160 13631 0 0 983040 737280 737280 737502 748800 118 25 62 76 134 0 0 0 0 2 0 0 0 0 0 +4099 1783783468798288100 REFRESH 45 0 0.55421207796976446 0.44970414201183417 2 7 2 7 0 0 182 12 423 3943907 55200 158.64627075195312 0.98829999999999996 201.54400000000001 20160 13359 0 0 983040 737280 737280 737507 748800 95 25 41 66 196 0 0 0 0 12 0 0 0 0 0 +4100 1783783469037170600 REFRESH 42 0 0.84155621883188969 0 0 4 0 4 0 0 187 7 417 3943909 55200 158.52032470703125 0.96960000000000002 237.6601 20160 13835 0 0 983040 737280 737280 737509 748800 92 25 83 92 125 0 0 0 0 7 0 0 0 0 0 +4101 1783783469239590000 REFRESH 5 0 0.56924243065679203 0.82163989856297537 2 11 2 11 1 0 102 4 427 3943937 55200 157.76153564453125 0.9718 187.17910000000001 20160 12442 0 0 983040 737280 737280 737537 748800 97 25 38 141 126 0 0 0 0 4 0 0 0 0 1 +4102 1783783469460772600 REFRESH 32 0 0.55052649541354004 0.45731191885038042 1 8 1 8 0 0 164 5 425 3943922 55200 159.8392333984375 0.97219999999999995 204.18109999999999 20160 13272 0 0 983040 737280 737280 737522 748800 101 26 94 92 112 0 0 0 0 5 0 0 0 0 0 +4103 1783783469703187700 REFRESH 18 0 0.57441142239674314 0.9222316145393068 1 13 1 13 0 0 156 7 423 3943931 55200 161.66706848144531 1.0028999999999999 194.14850000000001 20160 13071 0 0 983040 737280 737280 737531 748800 138 25 111 67 82 0 0 0 0 7 0 0 0 0 0 +4104 1783783469967447600 REFRESH 1 0 0.54660758958707789 0.36432797971259501 1 7 1 7 0 0 150 4 426 3943918 55200 163.64544677734375 0.97589999999999999 238.9162 20160 13334 0 0 983040 737280 737280 737517 748800 124 25 77 105 95 0 0 0 0 4 0 0 0 0 0 +4105 1783783470223833000 REFRESH 54 0 0.55009241598515646 0.45731191885038042 1 8 1 8 0 0 141 3 423 3943923 55200 159.2965087890625 0.97819999999999996 233.6104 20160 13437 0 0 983040 737280 737280 737523 748800 157 25 66 104 71 0 0 0 0 3 0 0 0 0 0 +4106 1783783470444811800 REFRESH 2 0 0.57651209329219899 0.44970414201183417 2 7 2 7 0 0 172 5 432 3943917 55200 158.166015625 0.97009999999999996 219.8124 20160 13311 0 0 983040 737280 737280 737516 748800 156 25 65 80 106 0 0 0 0 5 0 0 0 0 0 +4107 1783783470639985700 REFRESH 23 0 0.70206341093004387 1 3 12 3 12 1 0 139 11 416 3943900 55200 161.50527954101562 0.96960000000000002 193.52440000000001 20160 12061 0 0 983040 737280 737280 737500 748800 192 26 36 28 134 0 0 0 0 11 0 0 0 0 1 +4108 1783783470853396100 REFRESH 20 0 0.57745401142041053 0.82163989856297537 2 11 2 11 0 0 145 9 431 3943923 55200 161.20729064941406 0.97189999999999999 191.82259999999999 20160 12253 0 0 983040 737280 737280 737522 748800 132 26 73 93 107 0 0 0 0 9 0 0 0 0 0 +4109 1783783471056243900 REFRESH 10 0 0.54879848952278021 0.64327979712595096 1 10 1 10 0 0 135 4 425 3943901 55200 158.1917724609375 0.97609999999999997 190.18360000000001 20160 12313 0 0 983040 737280 737280 737501 748800 174 25 40 41 145 0 0 0 0 4 0 0 0 0 0 +4110 1783783471261346400 REFRESH 40 0 0.62463941626971886 0.7362637362637362 1 11 1 11 0 0 161 15 413 3943930 55200 160.63897705078125 0.98109999999999997 203.81639999999999 20160 12771 0 0 983040 737280 737280 737530 748800 52 25 25 27 284 0 0 0 0 15 0 0 0 0 0 +4111 1783783471453534000 REFRESH 35 0 0.57769196965382141 0.82163989856297537 2 11 2 11 0 0 190 6 415 3943947 55200 158.74458312988281 0.96840000000000004 190.96019999999999 20160 12571 0 0 983040 737280 737280 737547 748800 139 27 35 96 118 0 0 0 0 6 0 0 0 0 0 +4112 1783783471673271900 REFRESH 3 0 0.56916505879509549 0.63567202028740488 2 9 2 9 0 0 167 7 418 3943901 55200 158.63909912109375 0.98809999999999998 198.01329999999999 20160 12833 0 0 983040 737280 737280 737501 748800 212 26 42 33 105 0 0 0 0 7 0 0 0 0 0 +4113 1783783471896348700 REFRESH 8 0 0.5342489339200529 0.26373626373626369 2 5 2 5 0 0 254 5 414 3943915 55200 159.76856994628906 0.97489999999999999 199.19069999999999 20160 13491 0 0 983040 737280 737280 737515 748800 70 27 71 136 110 0 0 0 0 5 0 0 0 0 0 +4114 1783783472113853800 REFRESH 53 0 0.5438338128507928 0.37193575655114119 0 8 0 8 0 0 177 2 424 3943908 55200 160.55296325683594 0.98129999999999995 204.90950000000001 20160 13370 0 0 983040 737280 737280 737508 748800 181 27 48 34 134 0 0 0 0 2 0 0 0 0 0 +4115 1783783472305350500 REFRESH 58 0 0.58314120274583381 0.91462383770076061 2 12 2 12 0 0 149 8 418 3943921 55200 158.52851867675781 0.98199999999999998 189.58330000000001 20160 12401 0 0 983040 737280 737280 737521 748800 177 25 25 38 153 0 0 0 0 8 0 0 0 0 0 +4116 1783783472498500100 REFRESH 37 0 0.57546701689454527 0.82924767540152144 1 12 1 12 0 0 154 7 434 3943910 55200 159.33235168457031 0.98880000000000001 191.80680000000001 20160 12253 0 0 983040 737280 737280 737509 748800 153 25 38 82 136 0 0 0 0 7 0 0 0 0 0 +4117 1783783472704645600 REFRESH 4 0 0.55108684540994402 0.9222316145393068 1 13 1 13 0 0 72 6 419 3943908 55200 156.77337646484375 0.98509999999999998 185.6344 20160 13267 0 0 983040 737280 737280 737508 748800 45 26 42 50 256 0 0 1 0 5 0 0 0 0 0 +4118 1783783472966799500 REFRESH 52 0 0.52814995406544163 0.36432797971259501 1 7 1 7 0 0 134 5 430 3943890 55200 158.9248046875 0.98560000000000003 235.12710000000001 20160 13084 0 0 983040 737280 737280 737489 748800 168 26 71 81 84 0 0 0 0 5 0 0 0 0 0 +4119 1783783473180436600 REFRESH 16 0 0.5557351837477047 0.35672020287404893 2 6 2 6 0 0 221 3 414 3943919 55200 159.81977844238281 0.98609999999999998 201.07400000000001 20160 13378 0 0 983040 737280 737280 737518 748800 171 26 27 98 92 0 0 0 0 3 0 0 0 0 0 +4120 1783783473384233200 REFRESH 34 0 0.54529122233666327 0.82924767540152144 1 12 1 12 0 0 127 4 426 3943899 55200 157.95916748046875 0.97519999999999996 187.38220000000001 20160 13048 0 0 983040 737280 737280 737499 748800 184 25 58 77 82 0 0 0 0 4 0 0 0 0 0 +4121 1783783473631217300 REFRESH 41 0 0.55091142502613488 0.5502958579881656 1 9 1 9 0 0 118 5 415 3943908 55200 158.44764709472656 0.96870000000000001 221.83949999999999 20160 13001 0 0 983040 737280 737280 737507 748800 197 26 28 36 128 0 0 0 0 5 0 0 0 0 0 +4122 1783783473889503800 REFRESH 56 0 0.54113723007107373 0.26373626373626369 2 5 2 5 0 0 240 4 416 3943905 55200 158.16816711425781 0.98060000000000003 233.1112 20160 13427 0 0 983040 737280 737280 737505 748800 140 26 46 120 84 0 0 0 0 4 0 0 0 0 0 +4123 1783783474080374700 REFRESH 27 0 0.57328166158040839 0.92983939137785288 0 14 0 14 0 0 172 5 416 3943905 55200 158.40562438964844 0.97529999999999994 189.57339999999999 20160 12018 0 0 983040 737280 737280 737505 748800 169 26 41 31 149 0 0 0 0 5 0 0 0 0 0 +4124 1783783474319621900 REFRESH 30 0 0.54520787690544303 0.45731191885038042 1 8 1 8 0 0 163 4 420 3943900 55200 159.26988220214844 0.97030000000000005 224.0291 20160 13495 0 0 983040 737280 737280 737500 748800 119 25 55 140 81 0 0 0 0 4 0 0 0 0 0 +4125 1783783474524685200 REFRESH 49 0 0.58163181290392352 0.81403212172442929 3 10 3 10 0 0 147 8 417 3943890 55200 157.97247314453125 0.97170000000000001 189.2236 20160 12202 0 0 983040 737280 737280 737490 748800 177 26 29 39 146 0 0 0 0 8 0 0 0 0 0 +4126 1783783475934558600 DEPTH 42 1 0.83475490714874967 0 0 4 0 4 0 0 189 34 2563 23664791 81600 913.80020141601562 5.8282999999999996 1380.4926 120960 66415 1 0 5898240 4423680 4423680 4426390 4492800 156 150 150 152 1955 0 0 0 0 34 0 0 0 0 0 +4127 1783783477028127000 DEPTH 23 1 0.64030296748997695 1 3 12 2 12 1 0 142 75 2584 23664894 81600 910.43431091308594 5.8290000000000006 1091.8227999999999 120960 57441 1 0 5898240 4423680 4423680 4426491 4492800 156 150 153 150 1975 3 0 0 0 72 0 0 0 0 3 +4128 1783783478353755300 DEPTH 14 1 0.6227696894874124 0.65587734241908002 0 11 0 11 0 0 147 33 2595 23664881 81600 921.03202819824219 5.8233999999999995 1310.4444000000001 120960 64028 1 0 5898240 4423680 4423680 4426479 4492800 582 150 156 191 1516 0 0 0 0 33 0 0 0 0 0 +4129 1783783479466893600 DEPTH 43 1 0.61129677897812018 0.8279386712095399 2 11 2 11 0 0 153 33 2608 23664919 81600 914.108642578125 5.8272000000000004 1097.1773000000001 120960 62188 1 0 5898240 4423680 4423680 4426517 4492800 499 150 470 305 1184 2 0 0 0 31 0 0 0 0 0 +4130 1783783480563141500 DEPTH 7 1 0.58166798650475438 0.8356047700170357 1 12 1 12 1 0 155 37 2550 23664862 81600 912.44439697265625 5.8273999999999999 1095.0338999999999 120960 59221 1 0 5898240 4423680 4423680 4426459 4492800 158 150 154 188 1900 0 0 0 0 37 0 0 0 0 1 +4131 1783783481693293600 DEPTH 51 1 0.57952276973092598 0.91396933560476989 3 11 3 11 0 0 133 23 2577 23664779 81600 906.34254455566406 5.8375999999999992 1089.7787000000001 120960 59637 1 0 5898240 4423680 4423680 4426379 4492800 894 150 364 278 891 0 0 0 0 23 0 0 0 0 0 +4132 1783783482803789200 DEPTH 57 1 0.57851789702192624 0.92163543441226559 2 12 2 12 1 0 162 54 2529 23664873 81600 905.665771484375 5.8678999999999997 1083.9409000000001 120960 57510 1 0 5898240 4423680 4423680 4426471 4492800 431 150 157 156 1635 0 0 0 0 54 0 0 0 0 1 +4133 1783783483900580800 DEPTH 22 1 0.57808929987322166 0.91396933560476989 3 11 3 11 1 0 162 14 2616 23664845 81600 911.56198120117188 5.8366999999999996 1095.5402999999999 120960 59142 1 0 5898240 4423680 4423680 4426441 4492800 531 150 229 192 1514 0 0 0 0 14 0 0 0 0 1 +4134 1783783485281297500 DEPTH 42 1 0.66154331174627079 0 0 4 0 4 1 0 193 40 2549 23664825 81600 913.94566345214844 5.8688000000000002 1379.3442 120960 56020 1 0 5898240 4423680 4423680 4426423 4492800 155 150 150 156 1938 0 0 0 0 40 0 0 0 0 1 +4135 1783783486586962700 DEPTH 40 1 0.62028913006904096 0.74190800681430991 1 11 1 11 1 0 161 26 2571 23664928 81600 908.94438171386719 5.8326999999999991 1304.2854 120960 61330 1 0 5898240 4423680 4423680 4426526 4492800 161 150 150 156 1954 0 0 0 0 26 0 0 0 0 1 +4136 1783783487707479500 DEPTH 23 1 0.62171485218019784 0.92163543441226559 2 12 2 12 1 0 147 81 2590 23664848 81600 904.626220703125 5.8181000000000003 1087.6166000000001 120960 46454 1 0 5898240 4423680 4423680 4426446 4492800 156 150 152 150 1982 2 0 0 0 79 0 0 0 0 1 +4137 1783783488860667600 DEPTH 55 1 0.5779190792295209 0.8356047700170357 1 12 1 12 0 0 183 27 2569 23664851 81600 922.48902893066406 5.8955000000000002 1113.1945000000001 120960 63202 1 0 5898240 4423680 4423680 4426451 4492800 1159 156 150 156 948 0 0 0 0 27 0 0 0 0 0 +4138 1783783489995829300 DEPTH 38 1 0.57784359691631337 0.73424190800681421 2 10 2 10 0 0 154 29 2575 23664809 81600 912.82943725585938 5.8414999999999999 1094.5934999999999 120960 62394 1 0 5898240 4423680 4423680 4426408 4492800 258 150 202 162 1803 0 0 0 0 29 0 0 0 0 0 +4139 1783783491125779600 DEPTH 20 1 0.57758002069154635 0.8279386712095399 2 11 2 11 0 0 145 73 2611 23664830 81600 917.05242919921875 5.8337000000000003 1103.6623 120960 58350 1 0 5898240 4423680 4423680 4426429 4492800 350 156 232 307 1566 0 0 0 2 71 0 0 0 0 0 +4140 1783783492285164300 DEPTH 19 1 0.5766556689237724 0.8279386712095399 2 11 2 11 0 0 143 28 2610 23664892 81600 911.69792175292969 5.8518999999999997 1094.7101 120960 58556 1 0 5898240 4423680 4423680 4426491 4492800 439 150 170 204 1647 0 1 0 0 27 0 0 0 0 0 +4141 1783783493391227700 DEPTH 47 1 0.57574684667078435 0.8279386712095399 2 11 2 11 0 0 127 14 2608 23664842 81600 917.55110168457031 5.8463000000000012 1104.7543000000001 120960 57874 1 0 5898240 4423680 4423680 4426441 4492800 177 150 167 163 1951 0 0 0 0 14 0 0 0 0 0 +4142 1783783494767660600 DEPTH 42 1 0.6585966257125514 0 0 4 0 4 1 0 197 51 2554 23664820 81600 904.88627624511719 5.8443000000000005 1375.2697000000001 120960 44648 1 0 5898240 4423680 4423680 4426420 4492800 156 150 150 164 1934 0 0 0 0 51 0 0 0 0 1 +4143 1783783495864925900 DEPTH 58 1 0.58059763618889382 0.92163543441226559 2 12 2 12 0 0 149 59 2553 23664802 81600 915.70382690429688 5.8635000000000002 1095.9378999999999 120960 59300 1 0 5898240 4423680 4423680 4426402 4492800 216 150 150 170 1867 0 0 0 0 59 0 0 0 0 0 +4144 1783783496989902300 DEPTH 35 1 0.57372505560397968 0.8279386712095399 2 11 2 11 0 0 191 48 2514 23664948 81600 913.98054504394531 5.8477000000000006 1100.0038999999999 120960 59794 1 0 5898240 4423680 4423680 4426547 4492800 372 158 165 384 1435 0 0 0 0 48 0 0 0 0 0 +4145 1783783498097351700 DEPTH 37 1 0.57350347924420153 0.8356047700170357 1 12 1 12 0 0 154 11 2625 23664806 81600 909.808837890625 5.8333000000000004 1092.6157000000001 120960 57982 1 0 5898240 4423680 4423680 4426405 4492800 631 150 196 342 1306 0 0 0 0 11 0 0 0 0 0 +4146 1783783499189558400 DEPTH 29 1 0.5730165173874342 0.8356047700170357 1 12 1 12 0 0 147 23 2555 23664893 81600 910.63705444335938 5.8117999999999999 1090.9480000000001 120960 59081 1 0 5898240 4423680 4423680 4426493 4492800 300 150 156 315 1634 0 0 0 0 23 0 0 0 0 0 +4147 1783783500315033000 DEPTH 23 1 0.62216759230274199 0.92163543441226559 2 12 2 12 0 0 152 87 2586 23664789 81600 900.89987182617188 5.8215000000000003 1082.3314 120960 37176 1 0 5898240 4423680 4423680 4426384 4492800 156 150 150 150 1980 4 0 0 0 83 0 0 0 0 0 +4148 1783783501449224700 DEPTH 24 1 0.57212695687980175 1 4 11 4 11 0 0 166 42 2506 23664789 81600 913.25236511230469 5.8518999999999997 1096.4798000000001 120960 56878 1 0 5898240 4423680 4423680 4426389 4492800 201 154 152 150 1849 0 0 0 0 42 0 0 0 0 0 +4149 1783783502569478000 DEPTH 36 1 0.57190887913548172 0.82027257240204421 3 10 3 10 0 0 145 14 2606 23664859 81600 913.47660827636719 5.8460000000000001 1101.6056000000001 120960 59816 1 0 5898240 4423680 4423680 4426459 4492800 895 150 150 226 1185 0 0 0 0 14 0 0 0 0 0 +4150 1783783503987965100 DEPTH 42 1 0.6558906304476525 0 0 4 0 4 0 0 200 56 2531 23664812 81600 897.37828063964844 5.9273999999999996 1392.7431999999999 120960 30965 1 0 5898240 4423680 4423680 4426411 4492800 156 150 151 192 1882 0 0 0 0 56 0 0 0 0 0 +4151 1783783505309260700 DEPTH 14 1 0.59820322657870195 0.65587734241908002 0 11 0 11 1 0 148 28 2593 23664786 81600 910.90968322753906 5.8158000000000003 1320.1183000000001 120960 52875 1 0 5898240 4423680 4423680 4426386 4492800 551 150 156 197 1539 0 0 0 0 28 0 0 0 0 1 +4152 1783783506455954500 DEPTH 49 1 0.58033273122853302 0.82027257240204421 3 10 3 10 0 0 148 25 2577 23664833 81600 911.06422424316406 5.8433999999999999 1096.079 120960 59042 1 0 5898240 4423680 4423680 4426432 4492800 394 150 157 183 1693 1 0 0 0 24 0 0 0 0 0 +4153 1783783507830791500 DEPTH 2 1 0.5712367097080846 0.45315161839863699 2 7 2 7 0 0 172 22 2594 23664825 81600 914.84187316894531 5.8194000000000008 1373.6963000000001 120960 65217 1 0 5898240 4423680 4423680 4426424 4492800 575 150 220 372 1277 0 0 0 0 22 0 0 0 0 0 +4154 1783783508942596400 DEPTH 26 1 0.57085320950620289 0.8356047700170357 1 12 1 12 0 0 119 17 2606 23664877 81600 904.85578918457031 5.8349000000000002 1086.6856 120960 57172 1 0 5898240 4423680 4423680 4426476 4492800 327 150 154 295 1680 0 0 0 0 17 0 0 0 0 0 +4155 1783783510061110700 DEPTH 18 1 0.57061774689426625 0.9293015332197615 1 13 1 13 0 0 156 40 2583 23664973 81600 919.8182373046875 5.8278999999999996 1102.7941000000001 120960 64214 1 0 5898240 4423680 4423680 4426573 4492800 392 150 407 353 1281 0 0 0 0 40 0 0 0 0 0 +4156 1783783511181121600 DEPTH 15 1 0.56990390787094936 0.91396933560476989 3 11 3 11 0 0 114 33 2545 23664815 81600 912.86358642578125 5.8352000000000004 1095.2854 120960 57784 1 0 5898240 4423680 4423680 4426413 4492800 375 150 233 295 1492 0 0 0 0 33 0 0 0 0 0 +4157 1783783512294216300 DEPTH 25 1 0.56971788148513269 0.91396933560476989 3 11 3 11 0 0 136 14 2579 23664926 81600 923.66337585449219 5.8457999999999997 1111.8543 120960 56083 1 0 5898240 4423680 4423680 4426525 4492800 164 150 171 150 1944 0 0 0 0 14 0 0 0 0 0 +4158 1783783512509873700 REFRESH 12 0 0.56690627232980328 0.63287904599659284 3 8 3 8 0 0 217 7 414 3943922 55200 158.81727600097656 0.98829999999999996 190.077 20160 12675 0 0 983040 737280 737280 737521 748800 192 27 31 64 100 0 0 0 0 7 0 0 0 0 0 +4159 1783783512724632800 REFRESH 39 0 0.56581639569666797 0.63287904599659284 3 8 3 8 0 0 197 5 419 3943905 55200 162.02342224121094 0.98650000000000004 198.3553 20160 13328 0 0 983040 737280 737280 737505 748800 38 25 40 30 286 0 0 0 0 5 0 0 0 0 0 +4160 1783783512947607900 REFRESH 35 0 0.48399351243941191 0.8279386712095399 2 11 2 11 0 0 192 9 417 3943906 55200 159.97132873535156 0.98399999999999999 192.58150000000001 20160 12722 0 0 983040 737280 737280 737506 748800 159 27 37 109 85 0 0 0 0 9 0 0 0 0 0 +4161 1783783513153594100 REFRESH 43 0 0.60822471693096114 0.8279386712095399 2 11 2 11 0 0 153 8 431 3943913 55200 158.86131286621094 0.98929999999999996 189.98410000000001 20160 12359 0 0 983040 737280 737280 737513 748800 166 25 107 49 84 0 0 0 0 8 0 0 0 0 0 +4162 1783783513364809600 REFRESH 28 0 0.56827954142458981 0.8356047700170357 1 12 1 12 0 0 171 7 408 3943892 55200 162.73715209960938 0.97860000000000003 195.2432 20160 12199 0 0 983040 737280 737280 737492 748800 73 28 41 38 228 0 0 0 0 7 0 0 0 0 0 +4163 1783783513572359700 REFRESH 14 0 0.48401150259838166 0.65587734241908002 0 11 0 11 0 0 149 11 422 3943925 55200 162.70335388183594 0.97440000000000004 206.25659999999999 20160 13219 0 0 983040 737280 737280 737524 748800 204 25 33 32 128 0 0 0 0 11 0 0 0 0 0 +4164 1783783513767980700 REFRESH 24 0 0.48325251681265835 1 4 11 4 11 0 0 167 11 410 3943920 55200 160.79154968261719 0.96950000000000003 193.96250000000001 20160 12101 0 0 983040 737280 737280 737520 748800 153 31 28 30 168 0 0 0 0 11 0 0 0 0 0 +4165 1783783513996992000 REFRESH 32 0 0.54841804928881421 0.4608177172061329 1 8 1 8 0 0 164 2 423 3943905 55200 159.08863830566406 0.98770000000000002 203.93129999999999 20160 13448 0 0 983040 737280 737280 737505 748800 104 26 97 91 105 0 0 0 0 2 0 0 0 0 0 +4166 1783783514203207700 REFRESH 34 0 0.54325589898160576 0.8356047700170357 1 12 1 12 0 0 127 5 431 3943912 55200 159.18080139160156 0.99219999999999997 190.33459999999999 20160 12952 0 0 983040 737280 737280 737512 748800 183 25 58 80 85 0 0 0 0 5 0 0 0 0 0 +4167 1783783514411809100 REFRESH 10 0 0.54747379435356991 0.64821124361158422 1 10 1 10 0 0 135 1 424 3943922 55200 158.73741149902344 0.96799999999999997 191.7784 20160 12057 0 0 983040 737280 737280 737522 748800 172 25 40 43 144 0 0 0 0 1 0 0 0 0 0 +4168 1783783514615084300 REFRESH 6 0 0.55984199932412326 0.91396933560476989 3 11 3 11 0 0 127 4 420 3943922 55200 158.45989990234375 0.96750000000000003 187.54599999999999 20160 12085 0 0 983040 737280 737280 737521 748800 102 25 50 48 195 0 0 0 0 4 0 0 0 0 0 +4169 1783783514834324400 REFRESH 50 0 0.56064714536386107 0.64054514480408853 2 9 2 9 0 0 151 7 420 3943935 55200 158.71078491210938 0.96860000000000002 202.03720000000001 20160 12388 0 0 983040 737280 737280 737534 748800 77 26 32 38 247 0 0 0 0 7 0 0 0 0 0 +4170 1783783515089098600 REFRESH 44 0 0.56293889374333617 0.36712095400340705 1 7 1 7 0 0 184 2 424 3943910 55200 159.22175598144531 0.97360000000000002 229.52940000000001 20160 13319 0 0 983040 737280 737280 737510 748800 105 26 36 74 183 0 0 0 0 2 0 0 0 0 0 +4171 1783783515283820300 REFRESH 19 0 0.57717808178271135 0.8279386712095399 2 11 2 11 0 0 143 7 419 3943892 55200 159.09785461425781 1.0083 193.07329999999999 20160 12394 0 0 983040 737280 737280 737492 748800 156 26 39 54 144 1 0 0 1 5 0 0 0 0 0 +4172 1783783515486068500 REFRESH 0 0 0.5622435714375339 0.8356047700170357 1 12 1 12 0 0 110 4 424 3943893 55200 157.28236389160156 1.0089999999999999 187.02860000000001 20160 12427 0 0 983040 737280 737280 737493 748800 96 25 26 27 250 0 0 0 0 4 0 0 0 0 0 +4173 1783783515677984100 REFRESH 23 0 0.74412231667755391 0.92163543441226559 2 12 2 12 0 0 152 13 415 3943924 55200 158.8194580078125 0.97609999999999997 190.7139 20160 12358 0 0 983040 737280 737280 737523 748800 59 25 31 26 274 1 0 0 0 12 0 0 0 0 0 +4174 1783783515920141200 REFRESH 13 0 0.52549575076429123 0.27342419080068137 1 6 1 6 0 0 196 3 415 3943910 55200 160.49562072753906 0.98819999999999997 219.4939 20160 13535 0 0 983040 737280 737280 737509 748800 168 26 68 64 89 0 0 0 0 3 0 0 0 0 0 +4175 1783783516110676700 REFRESH 38 0 0.57784780667914593 0.73424190800681421 2 10 2 10 0 0 154 9 416 3943887 55200 158.43327331542969 0.98199999999999998 188.49469999999999 20160 12704 0 0 983040 737280 737280 737487 748800 144 25 49 53 145 0 0 0 0 9 0 0 0 0 0 +4176 1783783516332647000 REFRESH 33 0 0.54098772433937026 0.36712095400340705 1 7 1 7 0 0 204 2 415 3943894 55200 159.508544921875 0.99739999999999995 203.07159999999999 20160 13630 0 0 983040 737280 737280 737494 748800 137 26 85 70 97 0 0 0 0 2 0 0 0 0 0 +4177 1783783516524195600 REFRESH 15 0 0.53164183245713648 0.91396933560476989 3 11 3 11 0 0 114 8 421 3943906 55200 159.22994995117188 0.97570000000000001 190.32149999999999 20160 12297 0 0 983040 737280 737280 737506 748800 107 26 77 74 137 0 0 0 0 8 0 0 0 0 0 +4178 1783783516780747000 REFRESH 1 0 0.54389622246150859 0.36712095400340705 1 7 1 7 0 0 150 4 431 3943914 55200 159.39292907714844 0.97489999999999999 233.5318 20160 13392 0 0 983040 737280 737280 737514 748800 133 25 78 105 90 0 0 0 0 4 0 0 0 0 0 +4179 1783783516972991000 REFRESH 7 0 0.58160561663461119 0.8356047700170357 1 12 1 12 0 0 155 6 421 3943903 55200 159.00057983398438 0.96950000000000003 191.05330000000001 20160 12617 0 0 983040 737280 737280 737503 748800 122 27 56 55 161 0 0 0 0 6 0 0 0 0 0 +4180 1783783517191023700 REFRESH 45 0 0.55615982326179469 0.45315161839863699 2 7 2 7 0 0 182 5 427 3943897 55200 154.00959777832031 0.98089999999999999 194.0025 20160 13444 0 0 983040 737280 737280 737496 748800 113 25 47 75 167 0 0 0 0 5 0 0 0 0 0 +4181 1783783517419591800 REFRESH 8 0 0.53242126351117747 0.26575809199318562 2 5 2 5 0 0 254 2 415 3943903 55200 164.18098449707031 0.98760000000000003 201.65039999999999 20160 13564 0 0 983040 737280 737280 737503 748800 76 27 75 134 103 0 0 0 0 2 0 0 0 0 0 +4182 1783783517609997400 REFRESH 51 0 0.57940783167068122 0.91396933560476989 3 11 3 11 0 0 133 6 424 3943893 55200 158.91456604003906 0.97389999999999999 189.0386 20160 12386 0 0 983040 737280 737280 737493 748800 187 25 77 49 86 0 0 0 0 6 0 0 0 0 0 +4183 1783783517881231000 REFRESH 48 0 0.55223192810582167 0.3594548551959113 2 6 2 6 0 0 229 10 414 3943904 55200 158.28909301757812 0.97450000000000003 222.80510000000001 20160 13890 0 0 983040 737280 737280 737504 748800 113 26 70 69 136 0 0 1 0 9 0 0 0 0 0 +4184 1783783518070884800 REFRESH 47 0 0.57680093122952913 0.8279386712095399 2 11 2 11 0 0 127 12 420 3943898 55200 157.84550476074219 0.97540000000000004 188.23410000000001 20160 12162 0 0 983040 737280 737280 737498 748800 108 26 45 36 205 0 0 0 0 12 0 0 0 0 0 +4185 1783783518263259700 REFRESH 55 0 0.57726526532441613 0.8356047700170357 1 12 1 12 0 0 183 7 419 3943902 55200 160.22425842285156 0.96840000000000004 191.12139999999999 20160 13217 0 0 983040 737280 737280 737502 748800 252 26 25 26 90 0 0 0 0 7 0 0 0 0 0 +4186 1783783518453449400 REFRESH 58 0 0.58022778089969695 0.92163543441226559 2 12 2 12 0 0 149 9 417 3943896 55200 158.75993347167969 0.97150000000000003 188.86449999999999 20160 12555 0 0 983040 737280 737280 737495 748800 170 25 25 38 159 0 0 0 0 9 0 0 0 0 0 +4187 1783783518670974400 REFRESH 53 0 0.53924527488490082 0.37478705281090291 0 8 0 8 0 0 177 2 420 3943921 55200 159.61395263671875 0.96730000000000005 202.08240000000001 20160 13407 0 0 983040 737280 737280 737521 748800 175 26 48 35 136 0 0 0 0 2 0 0 0 0 0 +4188 1783783518934210000 REFRESH 46 0 0.54604291418075224 0.37478705281090291 0 8 0 8 0 0 338 6 422 3943900 55200 159.8525390625 0.97419999999999995 224.83240000000001 20160 13637 0 0 983040 737280 737280 737499 748800 119 25 67 79 132 0 0 0 0 6 0 0 0 0 0 +4189 1783783519124070000 REFRESH 37 0 0.57464716640230618 0.8356047700170357 1 12 1 12 0 0 154 5 431 3943911 55200 158.52339172363281 0.97660000000000002 188.60300000000001 20160 12384 0 0 983040 737280 737280 737509 748800 161 25 42 101 102 0 0 0 0 5 0 0 0 0 0 +4190 1783783519314747500 REFRESH 25 0 0.57196768711431722 0.91396933560476989 3 11 3 11 0 0 136 5 421 3943920 55200 158.58892822265625 0.96940000000000004 189.441 20160 11978 0 0 983040 737280 737280 737520 748800 113 25 51 27 205 0 0 0 0 5 0 0 0 0 0 +4191 1783783519553074900 REFRESH 31 0 0.54031339274895129 0.3594548551959113 2 6 2 6 0 0 175 1 426 3943912 55200 159.42962646484375 0.98870000000000002 219.1112 20160 13597 0 0 983040 737280 737280 737512 748800 91 25 33 144 133 0 0 0 0 1 0 0 0 0 0 +4192 1783783519811254000 REFRESH 9 0 0.54300585927665501 0.3594548551959113 2 6 2 6 0 0 165 3 433 3943895 55200 159.33030700683594 0.97589999999999999 233.69839999999999 20160 13192 0 0 983040 737280 737280 737495 748800 175 25 40 112 81 0 0 0 0 3 0 0 0 0 0 +4193 1783783520073532600 REFRESH 2 0 0.57139804043319131 0.45315161839863699 2 7 2 7 0 0 172 4 431 3943917 55200 160.07373046875 0.9778 223.38820000000001 20160 13205 0 0 983040 737280 737280 737516 748800 146 25 59 73 128 0 0 0 0 4 0 0 0 0 0 +4194 1783783520322593200 REFRESH 30 0 0.54238005793704414 0.4608177172061329 1 8 1 8 0 0 163 3 423 3943904 55200 158.14143371582031 0.9758 223.7302 20160 13484 0 0 983040 737280 737280 737504 748800 117 25 55 140 86 0 0 0 0 3 0 0 0 0 0 +4195 1783783520584406900 REFRESH 52 0 0.52837224392120063 0.36712095400340705 1 7 1 7 0 0 134 4 431 3943901 55200 158.44454956054688 0.97260000000000002 236.7559 20160 13188 0 0 983040 737280 737280 737501 748800 168 26 71 82 84 0 0 0 0 4 0 0 0 0 0 +4196 1783783520774377700 REFRESH 27 0 0.56953165022012375 0.93696763202725719 0 14 0 14 0 0 172 7 415 3943910 55200 157.72579956054688 0.97450000000000003 188.727 20160 12061 0 0 983040 737280 737280 737510 748800 187 26 46 31 125 0 0 0 0 7 0 0 0 0 0 +4197 1783783520989645800 REFRESH 16 0 0.55112267383445968 0.3594548551959113 2 6 2 6 0 0 221 3 415 3943917 55200 159.92422485351562 0.96909999999999996 199.60390000000001 20160 13416 0 0 983040 737280 737280 737517 748800 167 26 27 95 100 0 0 0 0 3 0 0 0 0 0 +4198 1783783521180186000 REFRESH 26 0 0.57298470636602283 0.8356047700170357 1 12 1 12 0 0 119 5 427 3943916 55200 158.50495910644531 0.9718 188.85489999999999 20160 12392 0 0 983040 737280 737280 737516 748800 90 25 27 72 213 0 0 0 0 5 0 0 0 0 0 +4199 1783783521395798800 REFRESH 22 0 0.57829190003377817 0.91396933560476989 3 11 3 11 0 0 162 8 432 3943919 55200 159.66618347167969 0.96870000000000001 190.62899999999999 20160 12391 0 0 983040 737280 737280 737519 748800 174 25 59 33 141 1 0 0 0 7 0 0 0 0 0 +4200 1783783521588417500 REFRESH 36 0 0.57270359942398597 0.82027257240204421 3 10 3 10 0 0 145 7 431 3943907 55200 160.09829711914062 0.96860000000000002 191.37700000000001 20160 12578 0 0 983040 737280 737280 737507 748800 200 25 25 55 126 0 0 0 0 7 0 0 0 0 0 +4201 1783783521802195300 REFRESH 57 0 0.57895413577090138 0.92163543441226559 2 12 2 12 0 0 162 3 409 3943913 55200 159.1910400390625 0.96660000000000001 189.36580000000001 20160 12300 0 0 983040 737280 737280 737512 748800 198 26 32 27 126 0 0 0 0 3 0 0 0 0 0 +4202 1783783522045689900 REFRESH 21 0 0.55848541411952235 0.56218057921635434 0 10 0 10 0 0 202 3 416 3943919 55200 159.51052856445312 0.97389999999999999 218.6174 20160 12845 0 0 983040 737280 737280 737519 748800 110 26 52 89 139 0 0 0 0 3 0 0 0 0 0 +4203 1783783522337022600 REFRESH 42 0 0.82348815192020663 0 0 4 0 4 0 0 200 8 411 3943916 55200 158.68415832519531 0.9798 235.3657 20160 13279 0 0 983040 737280 737280 737516 748800 90 25 86 95 115 0 0 0 0 8 0 0 0 0 0 +4204 1783783522541668900 REFRESH 5 0 0.56584872286655508 0.8279386712095399 2 11 2 11 0 0 102 10 428 3943895 55200 157.97862243652344 0.97509999999999997 188.91909999999999 20160 13731 0 0 983040 737280 737280 737495 748800 122 25 38 148 95 0 0 0 0 10 0 0 0 0 0 +4205 1783783522734425200 REFRESH 18 0 0.57010166427905173 0.9293015332197615 1 13 1 13 0 0 156 5 426 3943914 55200 159.51974487304688 0.97360000000000002 191.55359999999999 20160 13180 0 0 983040 737280 737280 737513 748800 135 25 113 70 83 0 0 0 0 5 0 0 0 0 0 +4206 1783783522930177500 REFRESH 29 0 0.57398387182923205 0.8356047700170357 1 12 1 12 0 0 147 11 423 3943898 55200 158.99955749511719 0.98860000000000003 194.49690000000001 20160 12410 0 0 983040 737280 737280 737498 748800 137 25 26 103 132 0 0 0 0 11 0 0 0 0 0 +4207 1783783523182949300 REFRESH 54 0 0.54584762783924279 0.4608177172061329 1 8 1 8 0 0 141 4 426 3943915 55200 158.62886047363281 0.97629999999999995 235.7962 20160 13536 0 0 983040 737280 737280 737515 748800 152 25 65 102 82 0 0 0 0 4 0 0 0 0 0 +4208 1783783523385551300 REFRESH 40 0 0.61639714504994159 0.74190800681430991 1 11 1 11 0 0 161 7 410 3943945 55200 157.51065063476562 0.97599999999999998 201.31190000000001 20160 12814 0 0 983040 737280 737280 737545 748800 85 25 26 30 244 0 0 0 0 7 0 0 0 0 0 +4209 1783783523642272800 REFRESH 17 0 0.53000192902462739 0.28109028960817717 0 7 0 7 0 0 236 4 418 3943891 55200 160.18943786621094 0.97089999999999999 240.3605 20160 13600 0 0 983040 737280 737280 737491 748800 100 26 66 116 110 0 0 0 0 4 0 0 0 0 0 +4210 1783783523831955500 REFRESH 49 0 0.5811144155871506 0.82027257240204421 3 10 3 10 0 0 148 7 420 3943913 55200 157.78611755371094 0.97050000000000003 188.35149999999999 20160 12287 0 0 983040 737280 737280 737513 748800 206 26 29 48 111 0 0 0 0 7 0 0 0 0 0 +4211 1783783524089590900 REFRESH 11 0 0.54470279331445048 0.37478705281090291 0 8 0 8 0 0 126 4 421 3943913 55200 158.27352905273438 1.0891 241.4462 20160 13561 0 0 983040 737280 737280 737513 748800 112 25 61 70 153 0 0 0 0 4 0 0 0 0 0 +4212 1783783524281160400 REFRESH 20 0 0.57867639414500138 0.8279386712095399 2 11 2 11 0 0 145 7 430 3943922 55200 159.64796447753906 0.97309999999999997 190.0401 20160 12064 0 0 983040 737280 737280 737522 748800 123 26 72 85 124 0 0 0 0 7 0 0 0 0 0 +4213 1783783524504189800 REFRESH 3 0 0.56798406687579894 0.64054514480408853 2 9 2 9 0 0 167 5 419 3943916 55200 158.95858764648438 0.96730000000000005 198.17240000000001 20160 12997 0 0 983040 737280 737280 737516 748800 212 26 42 33 106 0 0 0 0 5 0 0 0 0 0 +4214 1783783524704548700 REFRESH 4 0 0.55170450326126819 0.9293015332197615 1 13 1 13 0 0 72 3 416 3943919 55200 156.2081298828125 0.97430000000000005 184.51300000000001 20160 13224 0 0 983040 737280 737280 737519 748800 56 26 44 57 233 0 0 1 0 2 0 0 0 0 0 +4215 1783783524958615000 REFRESH 56 0 0.5379963583903079 0.26575809199318562 2 5 2 5 0 0 240 3 416 3943902 55200 158.40357971191406 0.98050000000000004 233.49019999999999 20160 13468 0 0 983040 737280 737280 737502 748800 140 26 46 119 85 0 0 0 0 3 0 0 0 0 0 +4216 1783783525205880300 REFRESH 41 0 0.54983011805925597 0.55451448040885853 1 9 1 9 0 0 118 5 415 3943904 55200 157.64070129394531 0.97699999999999998 221.6437 20160 12906 0 0 983040 737280 737280 737504 748800 210 26 28 34 117 0 0 0 0 5 0 0 0 0 0 +4217 1783783526301808400 DEPTH 23 1 0.72780202313678477 0.92163543441226559 2 12 2 12 0 0 154 79 2580 23664782 81600 910.19264221191406 5.8201000000000001 1093.3992000000001 120960 58817 1 0 5898240 4423680 4423680 4426378 4492800 155 150 150 150 1975 1 0 0 0 78 0 0 0 0 0 +4218 1783783527693080200 DEPTH 42 1 0.71920408150841963 0 0 4 0 4 1 0 206 47 2520 23664892 81600 916.32847595214844 5.8140000000000001 1372.797 120960 65072 1 0 5898240 4423680 4423680 4426491 4492800 156 150 150 156 1908 0 0 0 0 47 0 0 0 0 1 +4219 1783783529024954100 DEPTH 14 1 0.6101955010433916 0.65587734241908002 0 11 0 11 0 0 149 27 2599 23664860 81600 918.39077758789062 5.8459000000000003 1305.7755999999999 120960 64367 1 0 5898240 4423680 4423680 4426460 4492800 569 150 156 176 1548 0 0 0 0 27 0 0 0 0 0 +4220 1783783530120647500 DEPTH 43 1 0.60341203233247298 0.8279386712095399 2 11 2 11 0 0 153 30 2612 23664878 81600 910.95246887207031 5.8222000000000005 1094.4095 120960 60372 1 0 5898240 4423680 4423680 4426476 4492800 492 150 476 294 1200 0 0 0 0 30 0 0 0 0 0 +4221 1783783531256414900 DEPTH 58 1 0.57875732935632684 0.92163543441226559 2 12 2 12 0 0 149 48 2558 23664811 81600 923.97384643554688 5.8502000000000001 1101.1405 120960 60890 1 0 5898240 4423680 4423680 4426410 4492800 320 150 150 168 1770 0 0 0 0 48 0 0 0 0 0 +4222 1783783532390197100 DEPTH 47 1 0.57760733242460527 0.8279386712095399 2 11 2 11 0 0 127 20 2603 23664887 81600 912.0902099609375 5.8378000000000005 1095.1849999999999 120960 58475 1 0 5898240 4423680 4423680 4426486 4492800 191 150 170 163 1929 0 0 0 0 20 0 0 0 0 0 +4223 1783783533514642600 DEPTH 7 1 0.57741855539547626 0.8356047700170357 1 12 1 12 1 0 155 32 2549 23664938 81600 919.06573486328125 5.8961000000000006 1099.9336000000001 120960 59078 1 0 5898240 4423680 4423680 4426536 4492800 160 150 160 182 1897 0 1 0 0 31 0 0 0 0 1 +4224 1783783534623829800 DEPTH 38 1 0.57677388469313895 0.73424190800681421 2 10 2 10 0 0 154 31 2568 23664860 81600 909.229248046875 5.8305000000000007 1090.0300999999999 120960 62457 1 0 5898240 4423680 4423680 4426460 4492800 267 150 210 167 1774 1 0 0 0 30 0 0 0 0 0 +4225 1783783536000519000 DEPTH 42 1 0.6377038558761754 0 0 4 0 4 0 0 208 54 2514 23664866 81600 905.76202392578125 5.8236999999999997 1375.4136000000001 120960 54440 1 0 5898240 4423680 4423680 4426463 4492800 156 150 152 165 1891 0 0 0 0 54 0 0 0 0 0 +4226 1783783537150435100 DEPTH 22 1 0.57625056400212804 0.91396933560476989 3 11 3 11 1 0 162 13 2612 23664867 81600 914.25711059570312 5.8637999999999995 1099.787 120960 59636 1 0 5898240 4423680 4423680 4426464 4492800 569 150 237 198 1458 0 0 0 0 13 0 0 0 0 2 +4227 1783783538249524900 DEPTH 51 1 0.57517118090582775 0.91396933560476989 3 11 3 11 1 0 134 16 2583 23664821 81600 911.31698608398438 5.8407 1097.7891 120960 59598 1 0 5898240 4423680 4423680 4426419 4492800 899 150 346 274 914 0 0 0 0 16 0 0 0 0 1 +4228 1783783539375157200 DEPTH 19 1 0.57459552687856996 0.8279386712095399 2 11 2 11 1 0 143 28 2608 23664817 81600 916.15144348144531 5.9614000000000003 1100.934 120960 58605 1 0 5898240 4423680 4423680 4426417 4492800 462 150 176 203 1617 1 0 0 0 27 1 0 0 0 1 +4229 1783783540498762900 DEPTH 24 1 0.5742646245780908 1 4 11 4 11 0 0 167 33 2513 23664858 81600 916.33047485351562 5.8462000000000005 1098.9435000000001 120960 56841 1 0 5898240 4423680 4423680 4426457 4492800 210 154 151 150 1848 1 0 0 0 32 0 0 0 0 0 +4230 1783783541639556500 DEPTH 55 1 0.57356813194340017 0.8356047700170357 1 12 1 12 1 0 183 35 2568 23664690 81600 928.57550048828125 5.8295999999999992 1115.3041000000001 120960 64421 1 0 5898240 4423680 4423680 4426290 4492800 1150 156 150 156 956 0 0 0 0 35 0 0 0 0 1 +4231 1783783542750957200 DEPTH 35 1 0.57326306913509051 0.8279386712095399 2 11 2 11 0 0 192 40 2514 23664817 81600 923.51918029785156 5.8164000000000007 1109.7219 120960 60960 1 0 5898240 4423680 4423680 4426416 4492800 354 158 171 324 1507 0 0 0 0 40 0 0 0 0 0 +4232 1783783543924599500 DEPTH 15 1 0.57116146448326521 0.91396933560476989 3 11 3 11 0 0 116 34 2549 23664807 81600 926.26564025878906 5.8777999999999997 1117.2931000000001 120960 58197 1 0 5898240 4423680 4423680 4426405 4492800 406 150 242 264 1487 1 0 0 0 33 0 0 0 0 0 +4233 1783783545293042000 DEPTH 42 1 0.64587839772609523 0 0 4 0 4 0 0 211 50 2518 23664855 81600 899.14266967773438 5.8483999999999998 1366.5981999999999 120960 44260 1 0 5898240 4423680 4423680 4426453 4492800 156 150 150 150 1912 0 0 0 0 50 0 0 0 0 0 +4234 1783783546381523800 DEPTH 23 1 0.63291730140630176 0.92163543441226559 2 12 2 12 1 0 155 72 2587 23664846 81600 902.25279235839844 5.8431000000000006 1087.1705999999999 120960 47738 1 0 5898240 4423680 4423680 4426445 4492800 155 150 150 150 1982 4 0 0 0 68 0 0 0 0 1 +4235 1783783547682393700 DEPTH 40 1 0.60965487348445047 0.74190800681430991 1 11 1 11 0 0 161 15 2572 23664848 81600 909.84452819824219 5.8196999999999992 1299.1953000000001 120960 61592 1 0 5898240 4423680 4423680 4426448 4492800 164 150 150 158 1950 0 0 0 0 15 0 0 0 0 0 +4236 1783783548815175900 DEPTH 29 1 0.57465581333103777 0.8356047700170357 1 12 1 12 0 0 147 26 2556 23664745 81600 916.53028869628906 5.8492000000000006 1098.9143999999999 120960 59352 1 0 5898240 4423680 4423680 4426344 4492800 312 150 156 352 1586 0 0 0 0 26 0 0 0 0 0 +4237 1783783549931812400 DEPTH 57 1 0.57213521149853153 0.92163543441226559 2 12 2 12 0 0 162 52 2528 23664849 81600 909.19952392578125 5.8282999999999996 1091.105 120960 58455 1 0 5898240 4423680 4423680 4426448 4492800 385 150 157 156 1680 2 0 0 0 50 0 0 0 0 0 +4238 1783783551058234800 DEPTH 37 1 0.57056448908789903 0.8356047700170357 1 12 1 12 1 0 154 10 2624 23664883 81600 913.50028991699219 5.8721999999999994 1098.5785000000001 120960 58855 1 0 5898240 4423680 4423680 4426483 4492800 664 150 207 347 1256 0 0 0 0 10 0 0 0 0 1 +4239 1783783552207534600 DEPTH 36 1 0.57027212540837779 0.82027257240204421 3 10 3 10 1 0 145 13 2604 23664884 81600 920.41323852539062 5.8251999999999988 1109.2671 120960 60000 1 0 5898240 4423680 4423680 4426483 4492800 903 150 150 228 1173 0 0 0 0 13 0 0 0 0 1 +4240 1783783553354575100 DEPTH 26 1 0.56975788232963187 0.8356047700170357 1 12 1 12 1 0 120 10 2604 23664807 81600 915.50843811035156 5.8487999999999998 1103.6393 120960 57827 1 0 5898240 4423680 4423680 4426406 4492800 397 150 156 306 1595 0 0 0 0 10 0 0 0 0 2 +4241 1783783554726990400 DEPTH 42 1 0.64418278046325417 0 0 4 0 4 0 0 213 50 2506 23664739 81600 903.0225830078125 5.8639000000000001 1371.1823999999999 120960 30563 1 0 5898240 4423680 4423680 4426336 4492800 156 150 150 150 1900 0 0 0 0 50 0 0 0 0 0 +4242 1783783555823423100 DEPTH 49 1 0.57861736164338051 0.82027257240204421 3 10 3 10 0 0 148 40 2580 23664901 81600 912.38093566894531 5.8425000000000002 1095.0869 120960 58462 1 0 5898240 4423680 4423680 4426501 4492800 449 150 157 191 1633 4 0 0 0 36 0 0 0 0 0 +4243 1783783557116041600 DEPTH 14 1 0.5965875383014857 0.65587734241908002 0 11 0 11 0 0 149 21 2606 23664841 81600 910.95170593261719 5.8258999999999999 1291.3989999999999 120960 53536 1 0 5898240 4423680 4423680 4426438 4492800 591 150 156 202 1507 0 0 0 0 21 0 0 0 0 0 +4244 1783783558217630300 DEPTH 20 1 0.5764236206045853 0.8279386712095399 2 11 2 11 0 0 145 45 2609 23664841 81600 918.10304260253906 5.8304 1100.4300000000001 120960 57853 1 0 5898240 4423680 4423680 4426441 4492800 321 155 254 304 1575 0 0 0 0 45 0 0 0 0 0 +4245 1783783559354829900 DEPTH 25 1 0.56890863852652096 0.91396933560476989 3 11 3 11 0 0 136 18 2581 23664841 81600 920.33638000488281 5.9211999999999998 1111.8173999999999 120960 56199 1 0 5898240 4423680 4423680 4426441 4492800 178 150 172 150 1931 0 0 0 0 18 0 0 0 0 0 +4246 1783783560451004900 DEPTH 5 1 0.56848690824362269 0.8279386712095399 2 11 2 11 0 0 103 21 2615 23664863 81600 901.32684326171875 5.9211999999999998 1083.9226000000001 120960 63778 1 0 5898240 4423680 4423680 4426462 4492800 327 150 214 718 1206 0 0 0 0 21 0 0 0 0 0 +4247 1783783561584719200 DEPTH 27 1 0.56796963549370794 0.93696763202725719 0 14 0 14 0 0 172 21 2555 23664835 81600 913.91603088378906 5.8174000000000001 1098.3773000000001 120960 57504 1 0 5898240 4423680 4423680 4426432 4492800 333 153 201 189 1679 0 0 0 0 21 0 0 0 0 0 +4248 1783783562733979500 DEPTH 28 1 0.56720518371145767 0.8356047700170357 1 12 1 12 0 0 171 37 2513 23664861 81600 913.49424743652344 5.8505000000000003 1104.3534999999999 120960 58112 1 0 5898240 4423680 4423680 4426456 4492800 168 150 150 178 1867 0 0 0 0 37 0 0 0 0 0 +4249 1783783562928752200 REFRESH 28 0 0.32888470872968134 0.8356047700170357 1 12 1 12 0 0 171 4 400 3943940 55200 159.60800170898438 0.98040000000000005 193.05619999999999 20160 12176 0 0 983040 737280 737280 737540 748800 83 29 42 38 208 0 0 0 0 4 0 0 0 0 0 +4250 1783783563128827100 REFRESH 4 0 0.54893806545591561 0.9293015332197615 1 13 1 13 0 0 72 4 422 3943920 55200 158.03596496582031 0.99060000000000004 187.8476 20160 13027 0 0 983040 737280 737280 737520 748800 56 26 43 58 239 0 0 0 0 4 0 0 0 0 0 +4251 1783783563345227800 REFRESH 32 0 0.54349462026478923 0.4608177172061329 1 8 1 8 0 0 164 7 424 3943918 55200 158.68006896972656 0.97330000000000005 202.2715 20160 13488 0 0 983040 737280 737280 737518 748800 107 26 102 97 92 0 0 0 0 7 0 0 0 0 0 +4252 1783783563546403000 REFRESH 5 0 0.38061935295937005 0.8279386712095399 2 11 2 11 0 0 104 2 430 3943905 55200 157.517822265625 0.99119999999999997 187.64089999999999 20160 13952 0 0 983040 737280 737280 737503 748800 117 25 38 156 94 0 0 0 1 1 0 0 0 0 0 +4253 1783783563736056900 REFRESH 57 0 0.48281932058634824 0.92163543441226559 2 12 2 12 0 0 162 5 404 3943910 55200 157.90386962890625 0.97660000000000002 188.33090000000001 20160 12380 0 0 983040 737280 737280 737510 748800 203 26 32 27 116 0 0 0 0 5 0 0 0 0 0 +4254 1783783563947406300 REFRESH 10 0 0.54323382004593057 0.64821124361158422 1 10 1 10 0 0 135 5 425 3943900 55200 158.81829833984375 0.96860000000000002 190.7543 20160 12240 0 0 983040 737280 737280 737500 748800 174 25 42 42 142 0 0 0 0 5 0 0 0 0 0 +4255 1783783564164268600 REFRESH 33 0 0.53678448867399331 0.36712095400340705 1 7 1 7 0 0 204 5 424 3943919 55200 160.48434448242188 0.97350000000000003 204.16399999999999 20160 13367 0 0 983040 737280 737280 737518 748800 121 26 66 64 147 0 0 0 0 5 0 0 0 0 0 +4256 1783783564417960800 REFRESH 48 0 0.55403612888204268 0.3594548551959113 2 6 2 6 0 0 229 7 420 3943911 55200 158.89305114746094 0.9839 238.99719999999999 20160 13886 0 0 983040 737280 737280 737511 748800 83 26 53 48 210 0 0 0 0 7 0 0 0 0 0 +4257 1783783564658136000 REFRESH 46 0 0.54479921193740322 0.37478705281090291 0 8 0 8 0 0 338 3 423 3943909 55200 160.64717102050781 0.98909999999999998 227.74760000000001 20160 13502 0 0 983040 737280 737280 737509 748800 116 25 61 75 146 0 0 0 0 3 0 0 0 0 0 +4258 1783783564870493600 REFRESH 3 0 0.56466952569864071 0.64054514480408853 2 9 2 9 0 0 167 7 419 3943908 55200 158.08000183105469 0.97660000000000002 197.97909999999999 20160 13023 0 0 983040 737280 737280 737508 748800 214 26 43 33 103 0 0 0 0 7 0 0 0 0 0 +4259 1783783565088667000 REFRESH 53 0 0.53505073954783799 0.37478705281090291 0 8 0 8 0 0 177 2 420 3943898 55200 160.28775024414062 0.98070000000000002 205.05439999999999 20160 13610 0 0 983040 737280 737280 737496 748800 192 26 48 34 120 0 0 0 0 2 0 0 0 0 0 +4260 1783783565288592500 REFRESH 0 0 0.55967843752068658 0.8356047700170357 1 12 1 12 0 0 110 3 426 3943911 55200 157.22189331054688 0.97519999999999996 187.97630000000001 20160 12371 0 0 983040 737280 737280 737511 748800 152 25 26 35 188 0 0 0 0 3 0 0 0 0 0 +4261 1783783565544137600 REFRESH 52 0 0.52748298388484949 0.36712095400340705 1 7 1 7 0 0 134 1 430 3943913 55200 158.40357971191406 0.97570000000000001 232.86330000000001 20160 13281 0 0 983040 737280 737280 737513 748800 169 26 73 80 82 0 0 0 0 1 0 0 0 0 0 +4262 1783783565751677700 REFRESH 50 0 0.56030776468873933 0.64054514480408853 2 9 2 9 0 0 151 3 417 3943909 55200 158.46194458007812 0.96950000000000003 194.99449999999999 20160 12326 0 0 983040 737280 737280 737509 748800 153 26 40 51 147 0 0 0 0 3 0 0 0 0 0 +4263 1783783565944884600 REFRESH 55 0 0.57314862825506374 0.8356047700170357 1 12 1 12 0 0 183 8 420 3943903 55200 159.82508850097656 0.97450000000000003 191.89320000000001 20160 13240 0 0 983040 737280 737280 737503 748800 240 26 25 26 103 0 0 0 0 8 0 0 0 0 0 +4264 1783783566139954800 REFRESH 36 0 0.57093869058334956 0.82027257240204421 3 10 3 10 0 0 145 3 431 3943918 55200 160.21913146972656 0.96899999999999997 193.8091 20160 12682 0 0 983040 737280 737280 737518 748800 198 25 25 53 130 0 0 0 0 3 0 0 0 0 0 +4265 1783783566359225400 REFRESH 8 0 0.52777037236515079 0.26575809199318562 2 5 2 5 0 0 254 8 414 3943912 55200 159.82182312011719 0.96850000000000003 197.85230000000001 20160 13573 0 0 983040 737280 737280 737512 748800 70 27 72 133 112 0 0 0 0 8 0 0 0 0 0 +4266 1783783566551711400 REFRESH 35 0 0.57340768862284952 0.8279386712095399 2 11 2 11 0 0 192 6 415 3943909 55200 159.11013793945312 0.98550000000000004 191.20439999999999 20160 12740 0 0 983040 737280 737280 737509 748800 142 27 36 102 108 0 0 0 0 6 0 0 0 0 0 +4267 1783783566790793800 REFRESH 2 0 0.56554493501592007 0.45315161839863699 2 7 2 7 0 0 172 4 425 3943903 55200 159.54841613769531 0.97099999999999997 218.14750000000001 20160 13375 0 0 983040 737280 737280 737503 748800 156 25 65 79 100 0 0 0 0 4 0 0 0 0 0 +4268 1783783566979393300 REFRESH 37 0 0.57171926877962442 0.8356047700170357 1 12 1 12 0 0 154 8 433 3943924 55200 156.96076965332031 0.9698 187.3614 20160 12472 0 0 983040 737280 737280 737524 748800 145 25 40 69 154 0 0 0 0 8 0 0 0 0 0 +4269 1783783567216307500 REFRESH 7 0 0.57754632619263246 0.8356047700170357 1 12 1 12 1 0 155 11 419 3943923 55200 158.89920043945312 0.9677 190.94120000000001 20160 12582 0 0 983040 737280 737280 737523 748800 108 26 46 55 184 0 0 0 0 11 0 0 0 0 1 +4270 1783783567408759100 REFRESH 19 0 0.57513144874328692 0.8279386712095399 2 11 2 11 0 0 143 5 423 3943943 55200 158.42509460449219 0.97399999999999998 190.47229999999999 20160 12404 0 0 983040 737280 737280 737543 748800 169 26 42 55 131 0 0 0 0 5 0 0 0 0 0 +4271 1783783567601308500 REFRESH 51 0 0.57524002060673252 0.91396933560476989 3 11 3 11 0 0 134 11 419 3943930 55200 159.58732604980469 0.9768 191.03569999999999 20160 12560 0 0 983040 737280 737280 737530 748800 186 25 76 54 78 0 0 0 0 11 0 0 0 0 0 +4272 1783783567813149700 REFRESH 12 0 0.56586920613647163 0.63287904599659284 3 8 3 8 0 0 217 12 415 3943898 55200 159.28627014160156 0.97019999999999995 191.34719999999999 20160 12729 0 0 983040 737280 737280 737497 748800 194 27 32 62 100 0 0 0 0 12 0 0 0 0 0 +4273 1783783568025018900 REFRESH 45 0 0.5528708709287411 0.45315161839863699 2 7 2 7 0 0 182 8 427 3943899 55200 159.06611633300781 0.97299999999999998 198.6686 20160 13597 0 0 983040 737280 737280 737499 748800 99 25 44 71 188 0 0 0 0 8 0 0 0 0 0 +4274 1783783568275805400 REFRESH 17 0 0.52779247049580758 0.28109028960817717 0 7 0 7 0 0 236 4 417 3943935 55200 158.14962768554688 0.9698 238.3235 20160 13474 0 0 983040 737280 737280 737535 748800 104 26 75 120 92 0 0 0 0 4 0 0 0 0 0 +4275 1783783568504129800 REFRESH 21 0 0.55448537236827977 0.56218057921635434 0 10 0 10 0 0 202 4 413 3943899 55200 158.69439697265625 0.98419999999999996 214.68799999999999 20160 12703 0 0 983040 737280 737280 737499 748800 106 26 52 92 137 0 0 0 0 4 0 0 0 0 0 +4276 1783783568751049800 REFRESH 9 0 0.53969225414048394 0.3594548551959113 2 6 2 6 0 0 165 5 435 3943905 55200 159.72454833984375 0.98299999999999998 234.90639999999999 20160 13285 0 0 983040 737280 737280 737505 748800 174 25 40 113 83 0 0 0 0 5 0 0 0 0 0 +4277 1783783568942336800 REFRESH 15 0 0.57256949457460005 0.91396933560476989 3 11 3 11 0 0 116 4 421 3943893 55200 158.42918395996094 0.96740000000000004 190.06190000000001 20160 12136 0 0 983040 737280 737280 737493 748800 117 25 67 69 143 1 0 0 0 3 0 0 0 0 0 +4278 1783783569134287500 REFRESH 27 0 0.56938203356719075 0.93696763202725719 0 14 0 14 0 0 172 5 418 3943898 55200 159.09683227539062 0.98380000000000001 190.70769999999999 20160 12271 0 0 983040 737280 737280 737498 748800 181 26 46 33 132 0 0 0 0 5 0 0 0 0 0 +4279 1783783569408879200 REFRESH 44 0 0.55700619947612995 0.36712095400340705 1 7 1 7 0 0 184 4 420 3943910 55200 160.39935302734375 0.97909999999999997 239.1414 20160 13307 0 0 983040 737280 737280 737510 748800 95 26 34 65 200 0 0 0 0 4 0 0 0 0 0 +4280 1783783569654604600 REFRESH 42 0 0.81266399933550448 0 0 4 0 4 0 0 213 13 412 3943917 55200 163.3597412109375 0.97699999999999998 244.47550000000001 20160 13384 0 0 983040 737280 737280 737517 748800 86 25 86 102 113 0 0 0 0 13 0 0 0 0 0 +4281 1783783569913773700 REFRESH 54 0 0.54289233472108167 0.4608177172061329 1 8 1 8 0 0 141 1 421 3943904 55200 160.2027587890625 0.97370000000000001 236.98750000000001 20160 13316 0 0 983040 737280 737280 737504 748800 155 25 66 104 71 0 0 0 0 1 0 0 0 0 0 +4282 1783783570104926500 REFRESH 29 0 0.57518182819341401 0.8356047700170357 1 12 1 12 0 0 147 7 420 3943896 55200 157.95199584960938 0.96879999999999999 189.87629999999999 20160 12508 0 0 983040 737280 737280 737496 748800 128 25 26 90 151 0 0 0 0 7 0 0 0 0 0 +4283 1783783570369116200 REFRESH 1 0 0.54145929408879279 0.36712095400340705 1 7 1 7 0 0 150 4 429 3943907 55200 162.10330200195312 0.96879999999999999 243.46440000000001 20160 13370 0 0 983040 737280 737280 737507 748800 116 25 76 102 110 0 0 0 0 4 0 0 0 0 0 +4284 1783783570643301600 REFRESH 11 0 0.5420444382204217 0.37478705281090291 0 8 0 8 0 0 126 6 423 3943901 55200 158.271484375 0.97460000000000002 240.33580000000001 20160 13509 0 0 983040 737280 737280 737501 748800 114 25 62 76 146 0 0 0 0 6 0 0 0 0 0 +4285 1783783570836574500 REFRESH 47 0 0.57827406961419603 0.8279386712095399 2 11 2 11 0 0 127 3 418 3943926 55200 161.40800476074219 0.97740000000000005 191.9717 20160 12269 0 0 983040 737280 737280 737525 748800 112 26 48 38 194 0 0 0 0 3 0 0 0 0 0 +4286 1783783571069926000 REFRESH 31 0 0.53506245055347867 0.3594548551959113 2 6 2 6 0 0 175 3 425 3943902 55200 159.26066589355469 0.97470000000000001 221.56440000000001 20160 13582 0 0 983040 737280 737280 737501 748800 91 25 33 147 129 0 0 0 0 3 0 0 0 0 0 +4287 1783783571259918400 REFRESH 22 0 0.57638253225756486 0.91396933560476989 3 11 3 11 0 0 162 7 427 3943923 55200 158.20492553710938 0.96960000000000002 188.7801 20160 12405 0 0 983040 737280 737280 737523 748800 181 25 66 33 122 0 0 0 0 7 0 0 0 0 0 +4288 1783783571459453900 REFRESH 40 0 0.60654088761250824 0.74190800681430991 1 11 1 11 0 0 161 8 411 3943928 55200 158.58892822265625 0.9748 198.1951 20160 12921 0 0 983040 737280 737280 737527 748800 86 25 27 33 240 0 0 0 0 8 0 0 0 0 0 +4289 1783783571718890300 REFRESH 41 0 0.5486984382034914 0.55451448040885853 1 9 1 9 0 0 118 6 418 3943920 55200 159.33261108398438 0.97260000000000002 222.39099999999999 20160 12930 0 0 983040 737280 737280 737520 748800 201 26 28 35 128 0 0 0 0 6 0 0 0 0 0 +4290 1783783571922129700 REFRESH 38 0 0.57674564658667227 0.73424190800681421 2 10 2 10 0 0 154 8 415 3943870 55200 158.47731018066406 0.98329999999999995 189.77330000000001 20160 12937 0 0 983040 737280 737280 737470 748800 133 25 49 50 158 0 0 0 0 8 0 0 0 0 0 +4291 1783783572118016200 REFRESH 23 0 0.69953985315347689 0.92163543441226559 2 12 2 12 0 0 155 8 418 3943891 55200 162.33984375 0.97489999999999999 194.59620000000001 20160 12365 0 0 983040 737280 737280 737491 748800 76 25 30 28 259 0 0 0 0 8 0 0 0 0 0 +4292 1783783572318623500 REFRESH 6 0 0.55734793184924203 0.91396933560476989 3 11 3 11 0 0 128 5 426 3943921 55200 158.10560607910156 0.99060000000000004 188.49180000000001 20160 12112 0 0 983040 737280 737280 737520 748800 114 25 51 48 188 0 0 1 0 4 0 0 0 0 0 +4293 1783783572533759000 REFRESH 16 0 0.54694660468863465 0.3594548551959113 2 6 2 6 0 0 221 5 416 3943923 55200 163.63212585449219 0.97719999999999996 202.5583 20160 13524 0 0 983040 737280 737280 737523 748800 174 26 27 95 94 0 0 0 0 5 0 0 0 0 0 +4294 1783783572727039300 REFRESH 25 0 0.57099778205599194 0.91396933560476989 3 11 3 11 0 0 136 4 427 3943922 55200 160.51199340820312 0.99790000000000001 192.04400000000001 20160 11925 0 0 983040 737280 737280 737522 748800 125 25 47 27 203 0 0 0 0 4 0 0 0 0 0 +4295 1783783572974276700 REFRESH 30 0 0.53883086385564405 0.4608177172061329 1 8 1 8 0 0 163 6 421 3943918 55200 160.56013488769531 0.97089999999999999 225.72409999999999 20160 13374 0 0 983040 737280 737280 737518 748800 123 25 56 141 76 0 0 0 0 6 0 0 0 0 0 +4296 1783783573177719400 REFRESH 18 0 0.56464246691267128 0.9293015332197615 1 13 1 13 0 0 156 6 416 3943913 55200 160.17304992675781 0.97760000000000002 191.4562 20160 13087 0 0 983040 737280 737280 737512 748800 136 25 114 65 76 0 0 0 0 6 0 0 0 0 0 +4297 1783783573406619300 REFRESH 13 0 0.52303072726194699 0.27342419080068137 1 6 1 6 0 0 196 2 415 3943912 55200 158.95654296875 0.98740000000000006 217.01079999999999 20160 13550 0 0 983040 737280 737280 737511 748800 162 26 69 65 93 0 0 0 0 2 0 0 0 0 0 +4298 1783783573598475700 REFRESH 43 0 0.60101686073748928 0.8279386712095399 2 11 2 11 0 0 153 8 431 3943902 55200 160.07066345214844 0.99239999999999995 190.5667 20160 12279 0 0 983040 737280 737280 737502 748800 165 25 109 47 85 0 0 0 0 8 0 0 0 0 0 +4299 1783783573799773100 REFRESH 34 0 0.54253607120835323 0.8356047700170357 1 12 1 12 0 0 127 2 428 3943893 55200 159.7337646484375 0.99419999999999997 189.30590000000001 20160 12967 0 0 983040 737280 737280 737493 748800 184 25 59 78 82 0 0 0 0 2 0 0 0 0 0 +4300 1783783574027652000 REFRESH 20 0 0.57733084776692267 0.8279386712095399 2 11 2 11 0 0 145 9 423 3943916 55200 162.73612976074219 0.97699999999999998 193.31010000000001 20160 12373 0 0 983040 737280 737280 737516 748800 126 26 78 88 105 0 0 0 0 9 0 0 0 0 0 +4301 1783783574220535900 REFRESH 26 0 0.57178374749548022 0.8356047700170357 1 12 1 12 0 0 120 2 427 3943916 55200 161.44998168945312 0.97919999999999996 191.65360000000001 20160 12138 0 0 983040 737280 737280 737516 748800 93 25 27 77 205 1 0 0 0 1 0 0 0 0 0 +4302 1783783574414585200 REFRESH 24 0 0.5750699988424478 1 4 11 4 11 0 0 167 6 416 3943924 55200 161.38957214355469 0.97619999999999996 192.80600000000001 20160 12055 0 0 983040 737280 737280 737523 748800 149 32 26 28 181 0 0 0 0 6 0 0 0 0 0 +4303 1783783574606433400 REFRESH 49 0 0.57931837445516499 0.82027257240204421 3 10 3 10 0 0 148 5 424 3943914 55200 160.20378112792969 0.96799999999999997 190.39920000000001 20160 12448 0 0 983040 737280 737280 737514 748800 182 26 29 37 150 0 0 0 0 5 0 0 0 0 0 +4304 1783783574799270500 REFRESH 58 0 0.57844362456914711 0.92163543441226559 2 12 2 12 0 0 149 8 416 3943920 55200 161.44511413574219 0.97470000000000001 191.5188 20160 12877 0 0 983040 737280 737280 737520 748800 175 25 25 42 149 0 0 0 0 8 0 0 0 0 0 +4305 1783783575056190100 REFRESH 56 0 0.53412905072011807 0.26575809199318562 2 5 2 5 0 0 240 4 416 3943911 55200 160.20787048339844 0.97099999999999997 235.45429999999999 20160 13348 0 0 983040 737280 737280 737511 748800 140 26 46 118 86 0 0 0 0 4 0 0 0 0 0 +4306 1783783575271257000 REFRESH 39 0 0.56193752621273618 0.63287904599659284 3 8 3 8 0 0 197 5 421 3943917 55200 159.29244995117188 0.9748 203.08439999999999 20160 13264 0 0 983040 737280 737280 737517 748800 29 25 29 27 311 0 0 0 0 5 0 0 0 0 0 +4307 1783783575479795100 REFRESH 14 0 0.60333922964692044 0.65587734241908002 0 11 0 11 0 0 149 7 422 3943909 55200 163.05766296386719 0.96989999999999998 207.3749 20160 13432 0 0 983040 737280 737280 737509 748800 211 25 37 35 114 0 0 0 0 7 0 0 0 0 0 +4308 1783783576855083000 DEPTH 42 1 0.81122961008792704 0 0 4 0 4 0 0 215 57 2497 23664868 81600 918.99293518066406 5.8421000000000003 1373.9971 120960 65738 1 0 5898240 4423680 4423680 4426465 4492800 156 150 150 152 1889 0 0 0 0 57 0 0 0 0 0 +4309 1783783577952351700 DEPTH 23 1 0.61524338393041822 0.92163543441226559 2 12 2 12 0 0 155 62 2597 23664844 81600 916.95848083496094 5.8431000000000006 1096.0291999999999 120960 59215 1 0 5898240 4423680 4423680 4426441 4492800 160 150 150 150 1987 1 0 0 0 61 0 0 0 0 0 +4310 1783783579073839900 DEPTH 7 1 0.57753498433496819 0.8356047700170357 1 12 1 12 0 0 156 38 2556 23664831 81600 915.19282531738281 5.8263999999999996 1093.9489000000001 120960 60174 1 0 5898240 4423680 4423680 4426431 4492800 158 151 158 180 1909 0 0 0 0 38 0 0 0 0 0 +4311 1783783580195599000 DEPTH 51 1 0.57517693592870778 0.91396933560476989 3 11 3 11 1 0 136 29 2556 23664770 81600 917.34016418457031 5.8950000000000005 1099.6358 120960 60465 1 0 5898240 4423680 4423680 4426369 4492800 878 150 314 254 960 1 0 0 0 28 0 0 0 0 2 +4312 1783783581318305800 DEPTH 29 1 0.57249746081571584 0.8356047700170357 1 12 1 12 0 0 147 26 2558 23664797 81600 911.35591125488281 5.8315999999999999 1091.076 120960 59835 1 0 5898240 4423680 4423680 4426395 4492800 321 150 156 347 1584 0 0 0 0 26 0 0 0 0 0 +4313 1783783582458778000 DEPTH 55 1 0.57067467678774408 0.8356047700170357 1 12 1 12 0 0 183 43 2569 23664895 81600 924.31564331054688 5.827 1108.6278 120960 64338 1 0 5898240 4423680 4423680 4426495 4492800 1154 156 150 156 953 0 0 0 0 43 0 0 0 0 0 +4314 1783783583596035400 DEPTH 37 1 0.57067458824172068 0.8356047700170357 1 12 1 12 1 0 156 12 2612 23664803 81600 909.05982971191406 5.8512999999999993 1094.0314000000001 120960 59123 1 0 5898240 4423680 4423680 4426401 4492800 686 150 215 377 1184 0 0 0 0 12 0 0 0 0 1 +4315 1783783584687708300 DEPTH 19 1 0.57048859916925798 0.8279386712095399 2 11 2 11 0 0 144 24 2611 23664902 81600 912.19778442382812 5.8284000000000002 1090.0427999999999 120960 59577 1 0 5898240 4423680 4423680 4426501 4492800 478 150 179 219 1585 0 0 0 0 24 0 0 0 0 0 +4316 1783783586043262800 DEPTH 42 1 0.63985327799792235 0 0 4 0 4 0 0 216 57 2493 23664855 81600 905.72285461425781 5.8544 1354.2682 120960 54339 1 0 5898240 4423680 4423680 4426453 4492800 156 150 159 189 1839 0 0 0 0 57 0 0 0 0 0 +4317 1783783587327202700 DEPTH 40 1 0.60157123130997747 0.74190800681430991 1 11 1 11 0 0 162 27 2584 23664824 81600 907.90504455566406 5.8400999999999996 1282.6686999999999 120960 62153 1 0 5898240 4423680 4423680 4426424 4492800 166 150 150 156 1962 0 0 0 0 27 0 0 0 0 0 +4318 1783783588419895200 DEPTH 38 1 0.57452516412105648 0.73424190800681421 2 10 2 10 0 0 154 32 2571 23664827 81600 911.98051452636719 5.8349000000000002 1091.4090000000001 120960 63174 1 0 5898240 4423680 4423680 4426426 4492800 229 150 207 166 1819 0 0 0 0 32 0 0 0 0 0 +4319 1783783589536900500 DEPTH 22 1 0.57331172296730792 0.91396933560476989 3 11 3 11 1 0 162 13 2615 23664837 81600 914.5479736328125 5.8164000000000007 1097.2659000000001 120960 59505 1 0 5898240 4423680 4423680 4426435 4492800 589 150 242 187 1447 0 0 0 0 13 0 0 0 0 1 +4320 1783783590644457400 DEPTH 47 1 0.57167939460894523 0.8279386712095399 2 11 2 11 0 0 127 13 2614 23664905 81600 910.54598999023438 5.8186000000000009 1087.5794000000001 120960 58773 1 0 5898240 4423680 4423680 4426503 4492800 181 150 170 163 1950 0 0 0 0 13 0 0 0 0 0 +4321 1783783591776530400 DEPTH 35 1 0.56947916328948167 0.8279386712095399 2 11 2 11 0 0 192 40 2527 23664812 81600 914.16883850097656 5.8601000000000001 1098.7789 120960 61611 1 0 5898240 4423680 4423680 4426411 4492800 396 159 172 407 1393 0 0 0 0 40 0 0 0 0 0 +4322 1783783592911475300 DEPTH 57 1 0.56844957027170318 0.92163543441226559 2 12 2 12 1 0 165 54 2536 23664935 81600 907.88455200195312 5.8627999999999991 1092.2651000000001 120960 59245 1 0 5898240 4423680 4423680 4426530 4492800 438 151 158 164 1625 0 0 0 0 54 0 0 0 0 2 +4323 1783783594029504700 DEPTH 15 1 0.56770838125823775 0.91396933560476989 3 11 3 11 0 0 117 29 2554 23664923 81600 914.49151611328125 5.8552999999999997 1093.5746999999999 120960 57739 1 0 5898240 4423680 4423680 4426523 4492800 447 150 244 297 1416 0 0 0 0 29 0 0 0 0 0 +4324 1783783595378319500 DEPTH 42 1 0.63856403765885539 0 0 4 0 4 0 0 218 42 2499 23664807 81600 900.17178344726562 5.8128000000000002 1347.5208 120960 43007 1 0 5898240 4423680 4423680 4426403 4492800 156 150 150 151 1892 0 0 0 0 42 0 0 0 0 0 +4325 1783783596473693300 DEPTH 43 1 0.59662121368542254 0.8279386712095399 2 11 2 11 0 0 153 21 2609 23664818 81600 912.9278564453125 5.8475999999999999 1093.7293 120960 62001 1 0 5898240 4423680 4423680 4426417 4492800 421 150 464 320 1254 0 0 0 0 21 0 0 0 0 0 +4326 1783783597601444900 DEPTH 23 1 0.59425246796016062 0.92163543441226559 2 12 2 12 1 0 155 66 2586 23664850 81600 905.95040893554688 5.8340000000000005 1085.4763 120960 48503 1 0 5898240 4423680 4423680 4426447 4492800 156 150 150 150 1980 0 0 0 0 66 0 0 0 0 2 +4327 1783783598706935500 DEPTH 12 1 0.56768310567491387 0.63287904599659284 3 8 3 8 0 0 217 41 2531 23664793 81600 911.77511596679688 5.8268000000000004 1092.5662 120960 61051 1 0 5898240 4423680 4423680 4426392 4492800 475 156 175 255 1470 0 0 0 0 41 0 0 0 0 0 +4328 1783783599825859000 DEPTH 20 1 0.57694847167746244 0.8279386712095399 2 11 2 11 0 0 145 40 2607 23664949 81600 917.88287353515625 5.9128999999999996 1098.4439 120960 58737 1 0 5898240 4423680 4423680 4426547 4492800 283 153 246 293 1632 0 0 0 0 40 0 0 0 0 0 +4329 1783783600936752300 DEPTH 25 1 0.5667000399401898 0.91396933560476989 3 11 3 11 0 0 139 20 2583 23664902 81600 913.86799621582031 5.8436000000000003 1095.2071000000001 120960 56317 1 0 5898240 4423680 4423680 4426502 4492800 183 150 173 150 1927 0 0 0 0 20 0 0 0 0 0 +4330 1783783602070451900 DEPTH 27 1 0.56558118010609004 0.93696763202725719 0 14 0 14 0 0 172 19 2549 23664790 81600 912.39833068847656 5.8228999999999997 1093.1464000000001 120960 58137 1 0 5898240 4423680 4423680 4426386 4492800 318 153 204 183 1691 0 0 0 0 19 0 0 0 0 0 +4331 1783783603165610100 DEPTH 5 1 0.56459767016477413 0.8279386712095399 2 11 2 11 0 0 105 19 2613 23664862 81600 909.78416442871094 5.8632000000000009 1093.5387000000001 120960 66300 1 0 5898240 4423680 4423680 4426457 4492800 376 150 219 767 1101 0 0 0 0 19 0 0 0 0 0 +4332 1783783604584542800 DEPTH 42 1 0.63735370944526426 0 0 4 0 4 0 0 219 38 2497 23664787 81600 904.92826843261719 5.8393999999999995 1363.5619999999999 120960 29562 1 0 5898240 4423680 4423680 4426384 4492800 156 150 150 150 1891 0 0 0 0 38 0 0 0 0 0 +4333 1783783605911897600 DEPTH 14 1 0.59723468004697966 0.65587734241908002 0 11 0 11 0 0 149 24 2596 23664889 81600 920.0343017578125 5.8314000000000004 1326.1849999999999 120960 64767 1 0 5898240 4423680 4423680 4426488 4492800 562 150 156 188 1540 0 0 0 0 24 0 0 0 0 0 +4334 1783783607018543900 DEPTH 58 1 0.57592022659701436 0.92163543441226559 2 12 2 12 0 0 149 35 2560 23664894 81600 922.78172302246094 5.8418000000000001 1105.3013000000001 120960 61800 1 0 5898240 4423680 4423680 4426492 4492800 304 150 150 180 1776 0 0 0 0 35 0 0 0 0 0 +4335 1783783608130633200 DEPTH 49 1 0.57474866709566963 0.82027257240204421 3 10 3 10 0 0 148 21 2584 23664842 81600 921.38906860351562 5.8433000000000002 1101.7168999999999 120960 59287 1 0 5898240 4423680 4423680 4426441 4492800 451 150 156 183 1644 0 0 0 0 21 0 0 0 0 0 +4336 1783783609273976900 DEPTH 24 1 0.57156611632449683 1 4 11 4 11 0 0 168 37 2513 23664833 81600 929.76141357421875 5.8306000000000004 1112.367 120960 57770 1 0 5898240 4423680 4423680 4426430 4492800 217 154 151 153 1838 0 0 0 0 37 0 0 0 0 0 +4337 1783783610367329600 DEPTH 26 1 0.56539349035470776 0.8356047700170357 1 12 1 12 0 0 122 11 2613 23664951 81600 909.79019165039062 5.8280000000000003 1092.1111000000001 120960 58419 1 0 5898240 4423680 4423680 4426549 4492800 434 150 156 340 1533 3 0 0 0 8 0 0 0 0 0 +4338 1783783611492496200 DEPTH 36 1 0.56454268410071551 0.82027257240204421 3 10 3 10 0 0 145 16 2604 23664877 81600 912.56748962402344 5.8436000000000003 1107.7418 120960 61347 1 0 5898240 4423680 4423680 4426477 4492800 911 150 150 282 1111 0 0 0 0 16 0 0 0 0 0 +4339 1783783612626909600 DEPTH 28 1 0.56450201893289109 0.8356047700170357 1 12 1 12 0 0 171 32 2516 23664840 81600 914.55282592773438 5.8477999999999994 1094.7574 120960 58208 1 0 5898240 4423680 4423680 4426439 4492800 168 151 150 170 1877 0 0 0 0 32 0 0 0 0 0 +4340 1783783612816502100 REFRESH 19 0 0.57114448535782636 0.8279386712095399 2 11 2 11 0 0 144 6 419 3943916 55200 158.10354614257812 0.97319999999999995 188.37309999999999 20160 12598 0 0 983040 737280 737280 737516 748800 143 25 39 47 165 0 0 0 0 6 0 0 0 0 0 +4341 1783783613038324200 REFRESH 39 0 0.55809695558401429 0.63287904599659284 3 8 3 8 0 0 197 8 415 3943922 55200 158.561279296875 0.96740000000000004 196.85390000000001 20160 13140 0 0 983040 737280 737280 737521 748800 38 25 38 30 284 0 0 0 0 8 0 0 0 0 0 +4342 1783783613230373500 REFRESH 20 0 0.46744056378380261 0.8279386712095399 2 11 2 11 0 0 145 6 429 3943909 55200 159.86688232421875 0.9738 190.79599999999999 20160 12461 0 0 983040 737280 737280 737508 748800 112 26 77 90 124 0 0 1 0 5 0 0 0 0 0 +4343 1783783613420367100 REFRESH 58 0 0.41548333865441145 0.92163543441226559 2 12 2 12 0 0 150 10 420 3943924 55200 158.64933776855469 0.97040000000000004 188.67259999999999 20160 12729 0 0 983040 737280 737280 737524 748800 177 25 25 40 153 0 0 0 0 10 0 0 0 0 0 +4344 1783783613658326100 REFRESH 27 0 0.45693775272990522 0.93696763202725719 0 14 0 14 0 0 172 4 417 3943905 55200 159.44601440429688 0.97460000000000002 189.78530000000001 20160 12319 0 0 983040 737280 737280 737505 748800 177 26 46 33 135 0 0 0 0 4 0 0 0 0 0 +4345 1783783613907525000 REFRESH 41 0 0.54853387108322282 0.55451448040885853 1 9 1 9 0 0 118 5 418 3943921 55200 158.43327331542969 0.97670000000000001 222.08539999999999 20160 12915 0 0 983040 737280 737280 737521 748800 216 26 28 34 114 0 0 0 0 5 0 0 0 0 0 +4346 1783783614145993500 REFRESH 13 0 0.51964601312064806 0.27342419080068137 1 6 1 6 0 0 196 3 415 3943916 55200 158.82342529296875 0.98440000000000005 213.9238 20160 13512 0 0 983040 737280 737280 737516 748800 168 26 69 64 88 0 0 0 0 3 0 0 0 0 0 +4347 1783783614338113900 REFRESH 25 0 0.49864653103130196 0.91396933560476989 3 11 3 11 0 0 139 7 425 3943910 55200 159.66412353515625 0.9919 190.8914 20160 11959 0 0 983040 737280 737280 737510 748800 138 25 48 27 187 0 0 0 0 7 0 0 0 0 0 +4348 1783783614592527600 REFRESH 48 0 0.55264478098579184 0.3594548551959113 2 6 2 6 0 0 229 6 419 3943893 55200 159.52691650390625 0.96719999999999995 228.78649999999999 20160 13809 0 0 983040 737280 737280 737493 748800 100 26 63 60 170 0 0 0 0 6 0 0 0 0 0 +4349 1783783614784896300 REFRESH 57 0 0.56929954460346066 0.92163543441226559 2 12 2 12 0 0 165 8 412 3943929 55200 159.39686584472656 0.97660000000000002 191.04640000000001 20160 12361 0 0 983040 737280 737280 737529 748800 192 26 32 28 134 0 0 0 0 8 0 0 0 0 0 +4350 1783783614991642100 REFRESH 40 0 0.59899981164484917 0.74190800681430991 1 11 1 11 0 0 162 7 415 3943912 55200 162.51289367675781 0.98050000000000004 205.48699999999999 20160 12818 0 0 983040 737280 737280 737511 748800 36 25 27 31 296 0 0 0 1 6 0 0 0 0 0 +4351 1783783615186995400 REFRESH 35 0 0.56977699281842265 0.8279386712095399 2 11 2 11 0 0 192 6 416 3943908 55200 162.1739501953125 0.97340000000000004 193.37129999999999 20160 12918 0 0 983040 737280 737280 737507 748800 141 27 34 99 115 0 0 0 0 6 0 0 0 0 0 +4352 1783783615392863600 REFRESH 6 0 0.55578859480771869 0.91396933560476989 3 11 3 11 1 0 128 9 422 3943949 55200 159.31494140625 0.99070000000000003 189.82390000000001 20160 12160 0 0 983040 737280 737280 737549 748800 111 25 49 52 185 0 0 1 0 8 0 0 0 0 1 +4353 1783783615658158100 REFRESH 9 0 0.53863147027332536 0.3594548551959113 2 6 2 6 0 0 165 4 436 3943925 55200 162.25689697265625 0.99160000000000004 244.10409999999999 20160 13203 0 0 983040 737280 737280 737525 748800 176 25 40 109 86 0 0 0 0 4 0 0 0 0 0 +4354 1783783615852229700 REFRESH 47 0 0.57261870791563818 0.8279386712095399 2 11 2 11 0 0 127 10 421 3943908 55200 160.93696594238281 0.97350000000000003 192.23769999999999 20160 12440 0 0 983040 737280 737280 737508 748800 109 26 48 36 202 0 0 0 0 10 0 0 0 0 0 +4355 1783783616080651700 REFRESH 33 0 0.53598338926405287 0.36712095400340705 1 7 1 7 0 0 204 4 417 3943891 55200 160.97894287109375 0.98380000000000001 203.5744 20160 13492 0 0 983040 737280 737280 737491 748800 133 26 80 67 111 0 0 0 0 4 0 0 0 0 0 +4356 1783783616317239100 REFRESH 21 0 0.5518022202134869 0.56218057921635434 0 10 0 10 0 0 202 3 416 3943912 55200 161.40083312988281 0.98409999999999997 219.56360000000001 20160 12808 0 0 983040 737280 737280 737512 748800 120 26 54 89 127 0 0 0 0 3 0 0 0 0 0 +4357 1783783616579528900 REFRESH 52 0 0.52368136178312419 0.36712095400340705 1 7 1 7 0 0 135 6 428 3943891 55200 162.3214111328125 0.98719999999999997 236.2199 20160 12942 0 0 983040 737280 737280 737491 748800 169 26 72 81 80 0 0 0 0 6 0 0 0 0 0 +4358 1783783616785583300 REFRESH 51 0 0.57506015076017136 0.91396933560476989 3 11 3 11 0 0 136 8 419 3943919 55200 159.77369689941406 0.9677 190.0283 20160 12897 0 0 983040 737280 737280 737519 748800 174 25 70 48 102 0 0 1 0 7 0 0 0 0 0 +4359 1783783617003147100 REFRESH 16 0 0.54506316326919757 0.3594548551959113 2 6 2 6 0 0 221 4 415 3943927 55200 163.45599365234375 0.97119999999999995 201.85390000000001 20160 13389 0 0 983040 737280 737280 737526 748800 173 26 27 97 92 0 0 0 0 4 0 0 0 0 0 +4360 1783783617196456100 REFRESH 26 0 0.54747417416956445 0.8356047700170357 1 12 1 12 0 0 122 4 429 3943881 55200 161.11308288574219 0.97370000000000001 192.0624 20160 12091 0 0 983040 737280 737280 737481 748800 102 25 27 82 193 0 0 0 0 4 0 0 0 0 0 +4361 1783783617405102300 REFRESH 34 0 0.53858996837899042 0.8356047700170357 1 12 1 12 0 0 127 1 430 3943934 55200 157.62739562988281 0.97919999999999996 188.6626 20160 13085 0 0 983040 737280 737280 737534 748800 184 25 60 81 80 0 0 0 0 1 0 0 0 0 0 +4362 1783783617609118300 REFRESH 4 0 0.54751586601119751 0.9293015332197615 1 13 1 13 0 0 72 3 415 3943899 55200 157.34681701660156 0.97360000000000002 186.16730000000001 20160 12941 0 0 983040 737280 737280 737499 748800 33 26 42 46 268 0 0 0 0 3 0 0 0 0 0 +4363 1783783617807993100 REFRESH 10 0 0.54335528492850571 0.64821124361158422 1 10 1 10 0 0 135 0 425 3943899 55200 155.26605224609375 0.98229999999999995 187.6892 20160 12296 0 0 983040 737280 737280 737499 748800 181 25 42 43 134 0 0 0 0 0 0 0 0 0 0 +4364 1783783618001712700 REFRESH 37 0 0.57162632205648989 0.8356047700170357 1 12 1 12 0 0 156 5 429 3943914 55200 161.06803894042969 0.97819999999999996 192.47919999999999 20160 12510 0 0 983040 737280 737280 737514 748800 164 25 40 89 111 0 0 0 0 5 0 0 0 0 0 +4365 1783783618226730800 REFRESH 45 0 0.55284199852062343 0.45315161839863699 2 7 2 7 0 0 182 3 424 3943913 55200 160.20480346679688 0.97440000000000004 199.40539999999999 20160 13487 0 0 983040 737280 737280 737513 748800 95 25 40 63 201 0 0 0 0 3 0 0 0 0 0 +4366 1783783618418860600 REFRESH 55 0 0.57035948315229212 0.8356047700170357 1 12 1 12 0 0 183 11 420 3943933 55200 160.0870361328125 0.97319999999999995 190.8175 20160 13102 0 0 983040 737280 737280 737532 748800 251 26 25 26 92 0 0 0 0 11 0 0 0 0 0 +4367 1783783618610544800 REFRESH 12 0 0.5691695784290518 0.63287904599659284 3 8 3 8 0 0 217 6 412 3943909 55200 159.39891052246094 0.96789999999999998 190.51740000000001 20160 12762 0 0 983040 737280 737280 737509 748800 194 27 32 65 94 0 0 0 0 6 0 0 0 0 0 +4368 1783783618854281600 REFRESH 2 0 0.56026731531191754 0.45315161839863699 2 7 2 7 0 0 172 7 425 3943888 55200 160.21101379394531 0.96819999999999995 218.38030000000001 20160 13422 0 0 983040 737280 737280 737487 748800 157 25 64 74 105 0 0 0 0 7 0 0 0 0 0 +4369 1783783619091974100 REFRESH 42 0 0.80626837838277898 0 0 4 0 4 0 0 219 3 412 3943897 55200 159.42247009277344 0.97430000000000005 236.4734 20160 13697 0 0 983040 737280 737280 737497 748800 86 25 87 107 107 0 0 0 0 3 0 0 0 0 0 +4370 1783783619306790200 REFRESH 7 0 0.57745302355608941 0.8356047700170357 1 12 1 12 0 0 156 7 424 3943912 55200 159.11833190917969 0.96840000000000004 190.428 20160 12703 0 0 983040 737280 737280 737512 748800 111 27 49 55 182 0 0 0 0 7 0 0 0 0 0 +4371 1783783619569888800 REFRESH 46 0 0.54071477135834756 0.37478705281090291 0 8 0 8 0 0 338 5 415 3943895 55200 159.56684875488281 0.96850000000000003 224.99799999999999 20160 13576 0 0 983040 737280 737280 737495 748800 119 25 68 77 126 0 0 0 0 5 0 0 0 0 0 +4372 1783783619760706800 REFRESH 15 0 0.56921302988813027 0.91396933560476989 3 11 3 11 0 0 118 5 422 3943889 55200 158.52748107910156 0.98839999999999995 189.43950000000001 20160 12016 0 0 983040 737280 737280 737488 748800 125 25 69 73 130 0 0 0 0 5 0 0 0 0 0 +4373 1783783620025795900 REFRESH 44 0 0.55356915975466037 0.36712095400340705 1 7 1 7 0 0 184 5 425 3943903 55200 160.66969299316406 0.98109999999999997 240.22980000000001 20160 13335 0 0 983040 737280 737280 737502 748800 94 26 36 59 210 0 0 0 0 5 0 0 0 0 0 +4374 1783783620231635700 REFRESH 14 0 0.59468086909996121 0.65587734241908002 0 11 0 11 0 0 149 9 423 3943917 55200 160.6666259765625 0.97799999999999998 204.58860000000001 20160 13406 0 0 983040 737280 737280 737517 748800 206 25 37 33 122 0 0 0 0 9 0 0 0 0 0 +4375 1783783620434244300 REFRESH 0 0 0.5563072109665308 0.8356047700170357 1 12 1 12 0 0 110 2 429 3943918 55200 157.90489196777344 0.97419999999999995 187.6267 20160 12329 0 0 983040 737280 737280 737518 748800 108 25 26 28 242 0 0 0 0 2 0 0 0 0 0 +4376 1783783620711732900 REFRESH 1 0 0.53918034100707957 0.36712095400340705 1 7 1 7 0 0 150 5 428 3943900 55200 161.79200744628906 0.98909999999999998 236.80959999999999 20160 13290 0 0 983040 737280 737280 737500 748800 127 25 79 105 92 0 0 0 0 5 0 0 0 0 0 +4377 1783783620974558600 REFRESH 54 0 0.53720808336774062 0.4608177172061329 1 8 1 8 0 0 141 6 425 3943916 55200 163.53280639648438 0.97950000000000004 238.01130000000001 20160 13369 0 0 983040 737280 737280 737515 748800 155 25 67 101 77 0 0 0 0 6 0 0 0 0 0 +4378 1783783621166906400 REFRESH 22 0 0.57366871313715739 0.91396933560476989 3 11 3 11 0 0 163 10 429 3943906 55200 159.79216003417969 0.97760000000000002 191.04839999999999 20160 12690 0 0 983040 737280 737280 737506 748800 166 25 59 33 146 0 0 0 0 10 0 0 0 0 0 +4379 1783783621386406100 REFRESH 50 0 0.5559570480518039 0.64054514480408853 2 9 2 9 0 0 151 2 421 3943936 55200 159.51359558105469 0.97309999999999997 203.68950000000001 20160 12925 0 0 983040 737280 737280 737536 748800 86 26 32 42 235 0 0 0 0 2 0 0 0 0 0 +4380 1783783621575202100 REFRESH 5 0 0.56696838504781999 0.8279386712095399 2 11 2 11 0 0 105 3 433 3943895 55200 157.29049682617188 0.96970000000000001 187.078 20160 13316 0 0 983040 737280 737280 737495 748800 103 25 39 145 121 0 0 0 0 3 0 0 0 0 0 +4381 1783783621860605000 REFRESH 17 0 0.5258418267398669 0.28109028960817717 0 7 0 7 0 0 236 4 414 3943925 55200 159.48594665527344 0.98270000000000002 238.3493 20160 13519 0 0 983040 737280 737280 737524 748800 100 26 68 112 108 0 0 0 0 4 0 0 0 0 0 +4382 1783783622053269000 REFRESH 49 0 0.57554954244890622 0.82027257240204421 3 10 3 10 0 0 148 6 422 3943915 55200 161.05778503417969 0.97899999999999998 191.36709999999999 20160 12611 0 0 983040 737280 737280 737514 748800 197 26 30 44 125 0 0 0 0 6 0 0 0 0 0 +4383 1783783622243805300 REFRESH 23 0 0.66449669910395004 0.92163543441226559 2 12 2 12 0 0 156 10 411 3943894 55200 159.13369750976562 0.96950000000000003 189.3176 20160 12745 0 0 983040 737280 737280 737494 748800 75 26 36 29 245 1 0 0 0 9 0 0 0 0 0 +4384 1783783622475796000 REFRESH 53 0 0.53132546745217224 0.37478705281090291 0 8 0 8 0 0 177 3 420 3943888 55200 160.44749450683594 0.98619999999999997 206.12289999999999 20160 13448 0 0 983040 737280 737280 737488 748800 177 26 48 35 134 0 0 0 0 3 0 0 0 0 0 +4385 1783783622698084800 REFRESH 32 0 0.54409688288719416 0.4608177172061329 1 8 1 8 0 0 164 5 419 3943904 55200 160.63795471191406 1.0219 205.5633 20160 13369 0 0 983040 737280 737280 737504 748800 101 26 95 87 110 0 0 0 0 5 0 0 0 0 0 +4386 1783783622989234900 REFRESH 31 0 0.53228766672218952 0.3594548551959113 2 6 2 6 0 0 175 5 426 3943913 55200 152.19917297363281 0.97070000000000001 217.87950000000001 20160 13620 0 0 983040 737280 737280 737513 748800 92 25 33 147 129 0 0 0 0 5 0 0 0 0 0 +4387 1783783623231577500 REFRESH 30 0 0.53854623424601145 0.4608177172061329 1 8 1 8 0 0 163 6 424 3943888 55200 160.07577514648438 0.98619999999999997 223.92449999999999 20160 13407 0 0 983040 737280 737280 737488 748800 119 25 55 136 89 0 0 0 0 6 0 0 0 0 0 +4388 1783783623488472800 REFRESH 11 0 0.54165449491228945 0.37478705281090291 0 8 0 8 0 0 126 8 424 3943908 55200 159.24327087402344 0.97750000000000004 240.1977 20160 13626 0 0 983040 737280 737280 737508 748800 114 25 59 68 158 0 0 0 0 8 0 0 0 0 0 +4389 1783783623679529400 REFRESH 29 0 0.57308510547484126 0.8356047700170357 1 12 1 12 0 0 147 12 422 3943925 55200 158.31449890136719 0.97470000000000001 189.83150000000001 20160 12551 0 0 983040 737280 737280 737525 748800 142 25 26 96 133 0 0 0 0 12 0 0 0 0 0 +4390 1783783623872036600 REFRESH 28 0 0.56633894775326932 0.8356047700170357 1 12 1 12 0 0 171 6 410 3943895 55200 159.02310180664062 0.97099999999999997 191.28149999999999 20160 12327 0 0 983040 737280 737280 737495 748800 72 27 40 36 235 0 0 0 0 6 0 0 0 0 0 +4391 1783783624112912100 REFRESH 3 0 0.56379947111195583 0.64054514480408853 2 9 2 9 0 0 167 8 419 3943903 55200 159.31513977050781 1.0085 204.0804 20160 12887 0 0 983040 737280 737280 737503 748800 215 26 43 33 102 0 0 0 0 8 0 0 0 0 0 +4392 1783783624303300700 REFRESH 38 0 0.57453461483247537 0.73424190800681421 2 10 2 10 0 0 154 6 423 3943914 55200 158.13836669921875 0.97619999999999996 189.148 20160 13239 0 0 983040 737280 737280 737514 748800 175 25 58 64 101 0 0 0 0 6 0 0 0 0 0 +4393 1783783624497279800 REFRESH 36 0 0.56563330237210574 0.82027257240204421 3 10 3 10 0 0 145 4 431 3943885 55200 160.11366271972656 0.97230000000000005 192.76740000000001 20160 12866 0 0 983040 737280 737280 737483 748800 200 25 27 62 117 0 0 0 0 4 0 0 0 0 0 +4394 1783783624688759900 REFRESH 43 0 0.59465650931885694 0.8279386712095399 2 11 2 11 0 0 153 6 432 3943897 55200 159.35385131835938 0.98099999999999998 190.16589999999999 20160 13382 0 0 983040 737280 737280 737497 748800 163 25 113 49 82 0 0 0 0 6 0 0 0 0 0 +4395 1783783624883129400 REFRESH 24 0 0.57235084161254735 1 4 11 4 11 0 0 168 9 413 3943907 55200 158.87667846679688 0.97489999999999999 192.5736 20160 12173 0 0 983040 737280 737280 737507 748800 158 32 26 33 164 1 1 0 0 7 0 0 0 0 0 +4396 1783783625100750500 REFRESH 18 0 0.5606623118900651 0.9293015332197615 1 13 1 13 0 0 156 2 421 3943912 55200 160.43621826171875 0.98919999999999997 192.19409999999999 20160 13073 0 0 983040 737280 737280 737512 748800 138 25 116 66 76 0 0 0 0 2 0 0 0 0 0 +4397 1783783625363637500 REFRESH 56 0 0.53161687407104186 0.26575809199318562 2 5 2 5 0 0 240 1 416 3943911 55200 159.49005126953125 0.9738 234.54349999999999 20160 13342 0 0 983040 737280 737280 737511 748800 139 26 46 118 87 0 0 0 0 1 0 0 0 0 0 +4398 1783783625577945900 REFRESH 8 0 0.52963735172475235 0.26575809199318562 2 5 2 5 0 0 254 3 418 3943918 55200 159.55865478515625 0.97430000000000005 198.14830000000001 20160 13487 0 0 983040 737280 737280 737518 748800 71 27 73 135 112 0 0 0 0 3 0 0 0 0 0 +4399 1783783626958322100 DEPTH 42 1 0.79823430603445156 0 0 4 0 4 0 0 221 32 2506 23664749 81600 913.51966857910156 5.8081000000000005 1379.0951 120960 66528 1 0 5898240 4423680 4423680 4426347 4492800 156 150 150 156 1894 0 0 0 0 32 0 0 0 0 0 +4400 1783783628323561600 DEPTH 40 1 0.59362122581224797 0.74190800681430991 1 11 1 10 1 0 162 22 2588 23664831 81600 910.01036071777344 5.8311000000000002 1307.6679999999999 120960 62440 1 0 5898240 4423680 4423680 4426428 4492800 164 150 150 167 1957 0 0 0 0 22 0 0 0 0 1 +4401 1783783629677363000 DEPTH 14 1 0.59125875473319378 0.65587734241908002 0 11 0 11 0 0 149 28 2609 23664743 81600 919.60943603515625 5.8306000000000004 1327.8099 120960 65880 1 0 5898240 4423680 4423680 4426341 4492800 585 150 156 175 1543 0 0 0 0 28 0 0 0 0 0 +4402 1783783630798077600 DEPTH 58 1 0.57510046292218864 0.92163543441226559 2 12 2 12 0 0 151 40 2549 23664855 81600 914.93074035644531 5.8550000000000004 1095.8565000000001 120960 61936 1 0 5898240 4423680 4423680 4426455 4492800 292 150 150 183 1774 0 0 0 0 40 0 0 0 0 0 +4403 1783783631915348500 DEPTH 7 1 0.57420423343850335 0.8356047700170357 1 12 1 12 1 0 157 42 2547 23664870 81600 913.29844665527344 5.8181000000000003 1092.9466 120960 60435 1 0 5898240 4423680 4423680 4426469 4492800 157 150 154 189 1897 0 0 0 0 42 0 0 0 0 2 +4404 1783783633056230100 DEPTH 20 1 0.57388170923248283 0.8279386712095399 2 11 2 11 0 0 145 32 2609 23664849 81600 916.55271911621094 5.8360999999999992 1102.9679000000001 120960 59724 1 0 5898240 4423680 4423680 4426448 4492800 304 151 271 368 1515 0 0 0 0 32 0 0 0 0 0 +4405 1783783634153996000 DEPTH 47 1 0.57338722972851475 0.8279386712095399 2 11 2 11 0 0 129 15 2601 23664780 81600 913.05267333984375 5.8460000000000001 1095.9726000000001 120960 59047 1 0 5898240 4423680 4423680 4426378 4492800 203 150 187 179 1882 0 1 0 0 14 0 0 0 0 0 +4406 1783783635309240700 DEPTH 51 1 0.57281292161064501 0.91396933560476989 3 11 3 11 1 0 136 29 2570 23664786 81600 918.96549987792969 5.8620999999999999 1105.0741 120960 61137 1 0 5898240 4423680 4423680 4426386 4492800 921 150 341 262 896 0 0 0 0 29 0 0 0 0 1 +4407 1783783636412326000 DEPTH 23 1 0.64537043650088943 0.92163543441226559 2 12 2 12 1 0 156 61 2594 23664846 81600 921.97581481933594 5.9032999999999998 1101.4213999999999 120960 60794 1 0 5898240 4423680 4423680 4426444 4492800 156 150 150 150 1988 0 0 0 0 61 0 0 0 0 2 +4408 1783783637768726500 DEPTH 42 1 0.63792063276348243 0 0 4 0 4 0 0 222 48 2501 23664835 81600 905.23136901855469 5.8379000000000003 1355.0030999999999 120960 55061 1 0 5898240 4423680 4423680 4426431 4492800 156 150 162 193 1840 0 0 0 0 48 0 0 0 0 0 +4409 1783783638863998700 DEPTH 22 1 0.57364178448421943 0.91396933560476989 3 11 3 11 0 0 163 16 2621 23664799 81600 911.99909973144531 5.8239000000000001 1094.049 120960 60445 1 0 5898240 4423680 4423680 4426396 4492800 598 150 234 186 1453 0 0 0 0 16 0 0 0 0 0 +4410 1783783639985840000 DEPTH 49 1 0.57210024721671648 0.82027257240204421 3 10 3 10 1 0 149 27 2594 23664808 81600 909.88954162597656 5.8331999999999997 1092.0558000000001 120960 60226 1 0 5898240 4423680 4423680 4426406 4492800 484 150 158 189 1613 1 0 0 0 26 0 0 0 0 1 +4411 1783783641097127200 DEPTH 55 1 0.56996298019847114 0.8356047700170357 1 12 1 12 0 0 183 30 2568 23664841 81600 924.084228515625 5.8288000000000002 1109.8067000000001 120960 64541 1 0 5898240 4423680 4423680 4426441 4492800 1113 156 150 156 993 0 0 0 0 30 0 0 0 0 0 +4412 1783783642212036100 DEPTH 57 1 0.56803047115909178 0.92163543441226559 2 12 2 12 0 0 165 61 2539 23664748 81600 909.81784057617188 5.8410000000000002 1089.3688 120960 59007 1 0 5898240 4423680 4423680 4426346 4492800 460 154 164 154 1607 0 0 0 0 61 0 0 0 0 0 +4413 1783783643342819000 DEPTH 19 1 0.56774054858000622 0.8279386712095399 2 11 2 11 0 0 144 23 2609 23664695 81600 910.06681823730469 5.8315999999999999 1089.1505999999999 120960 59833 1 0 5898240 4423680 4423680 4426295 4492800 492 150 179 237 1551 0 0 0 0 23 0 0 0 0 0 +4414 1783783644499689800 DEPTH 25 1 0.56739186040608525 0.91396933560476989 3 11 3 11 0 0 139 16 2584 23664821 81600 913.28512573242188 5.8667999999999996 1102.0512000000001 120960 56532 1 0 5898240 4423680 4423680 4426419 4492800 190 150 177 150 1917 0 0 0 0 16 0 0 0 0 0 +4415 1783783645868670700 DEPTH 42 1 0.6175868627399248 0 0 4 0 4 0 0 222 38 2490 23664843 81600 901.48873901367188 5.8501000000000003 1367.5733 120960 44148 1 0 5898240 4423680 4423680 4426438 4492800 156 150 165 225 1794 0 0 0 0 38 0 0 0 0 0 +4416 1783783647199760000 DEPTH 40 1 0.60576335252897984 0.64821124361158422 1 10 1 10 0 0 162 20 2565 23664828 81600 900.23628234863281 5.8397999999999994 1305.2751000000001 120960 51586 1 0 5898240 4423680 4423680 4426426 4492800 162 150 150 162 1941 0 0 0 0 20 0 0 0 0 0 +4417 1783783648310391700 DEPTH 29 1 0.57338413909673391 0.8356047700170357 1 12 1 12 0 0 147 25 2564 23664742 81600 916.87321472167969 5.8455000000000004 1109.3922 120960 60229 1 0 5898240 4423680 4423680 4426341 4492800 341 150 156 267 1650 0 0 0 0 25 0 0 0 0 0 +4418 1783783649427468400 DEPTH 37 1 0.56737744358770537 0.8356047700170357 1 12 1 12 0 0 156 15 2618 23664732 81600 909.0262451171875 5.8311999999999999 1091.8721 120960 59837 1 0 5898240 4423680 4423680 4426332 4492800 733 150 213 389 1133 0 0 0 0 15 0 0 0 0 0 +4419 1783783650539364600 DEPTH 12 1 0.56642834432714606 0.63287904599659284 3 8 3 8 0 0 217 38 2540 23664774 81600 911.20332336425781 5.8364000000000003 1096.5219 120960 61425 1 0 5898240 4423680 4423680 4426374 4492800 475 156 175 255 1479 0 0 0 0 38 0 0 0 0 0 +4420 1783783651668275500 DEPTH 35 1 0.56603411826912287 0.8279386712095399 2 11 2 11 0 0 192 46 2520 23664837 81600 916.49021911621094 5.8632999999999997 1104.3952999999999 120960 62309 1 0 5898240 4423680 4423680 4426435 4492800 389 158 172 411 1390 0 0 0 0 46 0 0 0 0 0 +4421 1783783652797977600 DEPTH 15 1 0.56544176878467267 0.91396933560476989 3 11 3 11 0 0 119 37 2561 23664875 81600 914.69322204589844 5.8846999999999996 1101.6035999999999 120960 57363 1 0 5898240 4423680 4423680 4426474 4492800 503 150 246 293 1369 2 0 0 2 33 0 0 0 0 0 +4422 1783783653946390800 DEPTH 28 1 0.56382288536153169 0.8356047700170357 1 12 1 12 0 0 171 38 2510 23664836 81600 913.04058837890625 5.8597000000000001 1098.3414 120960 59399 1 0 5898240 4423680 4423680 4426436 4492800 168 150 150 168 1874 0 0 0 0 38 0 0 0 0 0 +4423 1783783655347065600 DEPTH 42 1 0.62724055649284172 0 0 4 0 4 0 0 222 34 2493 23664797 81600 900.29896545410156 5.9179000000000004 1372.7603999999999 120960 29552 1 0 5898240 4423680 4423680 4426394 4492800 156 150 165 230 1792 0 0 0 0 34 0 0 0 0 0 +4424 1783783656464093400 DEPTH 43 1 0.58868511258237388 0.8279386712095399 2 11 2 11 0 0 153 29 2612 23664803 81600 924.23733520507812 5.8372000000000002 1115.2691 120960 63799 1 0 5898240 4423680 4423680 4426401 4492800 396 150 464 342 1260 0 0 0 0 29 0 0 0 0 0 +4425 1783783657568861700 DEPTH 24 1 0.57186039375757147 1 4 11 4 11 0 0 168 32 2528 23664891 81600 916.98689270019531 5.8292000000000002 1103.4057 120960 57953 1 0 5898240 4423680 4423680 4426489 4492800 222 152 151 161 1842 0 0 0 0 32 0 0 0 0 0 +4426 1783783658712002500 DEPTH 38 1 0.57035115103989731 0.73424190800681421 2 10 2 10 0 0 156 32 2572 23664882 81600 904.56576538085938 5.8558000000000003 1094.251 120960 64309 1 0 5898240 4423680 4423680 4426482 4492800 248 150 215 168 1791 0 3 0 0 29 0 0 0 0 0 +4427 1783783660040442000 DEPTH 3 1 0.56367808759997495 0.64054514480408853 2 9 2 9 1 0 167 33 2553 23664863 81600 909.24870300292969 5.8308999999999997 1296.5808999999999 120960 61718 1 0 5898240 4423680 4423680 4426462 4492800 334 151 186 173 1709 0 0 2 0 31 0 0 0 0 1 +4428 1783783661153247500 DEPTH 26 1 0.56333353128960784 0.8356047700170357 1 12 1 12 1 0 124 18 2604 23664793 81600 912.43417358398438 5.8822999999999999 1097.713 120960 57557 1 0 5898240 4423680 4423680 4426392 4492800 493 150 156 338 1467 1 0 0 0 17 0 0 0 0 1 +4429 1783783662285914700 DEPTH 27 1 0.56221645712812585 0.93696763202725719 0 14 0 14 0 0 173 21 2549 23664869 81600 912.1812744140625 5.8129999999999997 1097.1341 120960 58785 1 0 5898240 4423680 4423680 4426467 4492800 330 153 207 185 1674 0 1 0 0 20 0 0 0 0 0 +4430 1783783663401016000 DEPTH 5 1 0.56197396759245688 0.8279386712095399 2 11 2 11 1 0 105 21 2615 23664865 81600 901.5469970703125 5.8276999999999992 1083.1185 120960 65267 1 0 5898240 4423680 4423680 4426465 4492800 427 150 232 770 1036 0 0 0 0 21 0 0 0 0 1 +4431 1783783663622346000 REFRESH 32 0 0.54237487884259161 0.4608177172061329 1 8 1 8 0 0 164 8 421 3943917 55200 159.6416015625 0.97670000000000001 203.7277 20160 13288 0 0 983040 737280 737280 737517 748800 102 26 96 90 107 0 0 0 0 8 0 0 0 0 0 +4432 1783783663866455800 REFRESH 41 0 0.54735803439956887 0.55451448040885853 1 9 1 9 0 0 118 7 414 3943910 55200 158.03085327148438 0.97460000000000002 219.21440000000001 20160 12796 0 0 983040 737280 737280 737510 748800 208 26 28 36 116 0 0 0 0 7 0 0 0 0 0 +4433 1783783664072165000 REFRESH 14 0 0.58909830627263693 0.65587734241908002 0 11 0 11 1 0 149 5 419 3943911 55200 160.53146362304688 0.97130000000000005 204.5214 20160 13405 0 0 983040 737280 737280 737510 748800 200 25 36 35 123 0 0 0 0 5 0 0 0 0 1 +4434 1783783664261993200 REFRESH 37 0 0.47834495874995597 0.8356047700170357 1 12 1 12 0 0 156 7 431 3943905 55200 158.56243896484375 0.97370000000000001 188.57730000000001 20160 12395 0 0 983040 737280 737280 737505 748800 164 25 40 88 114 0 0 0 0 7 0 0 0 0 0 +4435 1783783664457449500 REFRESH 35 0 0.46643693995166102 0.8279386712095399 2 11 2 11 0 0 192 2 414 3943918 55200 159.52485656738281 0.99819999999999998 193.97999999999999 20160 13136 0 0 983040 737280 737280 737518 748800 141 27 36 105 105 0 0 0 0 2 0 0 0 0 0 +4436 1783783664697552200 REFRESH 13 0 0.51763225560169146 0.27342419080068137 1 6 1 6 0 0 196 2 415 3943910 55200 159.22688293457031 0.97950000000000004 215.55799999999999 20160 13724 0 0 983040 737280 737280 737510 748800 165 26 69 65 90 0 0 0 0 2 0 0 0 0 0 +4437 1783783664897808500 REFRESH 40 0 0.64384751008334862 0.64821124361158422 1 10 1 10 0 0 162 9 413 3943928 55200 158.45274353027344 0.97109999999999996 199.00819999999999 20160 13278 0 0 983040 737280 737280 737528 748800 65 25 26 29 268 0 0 0 0 9 0 0 0 0 0 +4438 1783783665094673100 REFRESH 38 0 0.44043297200876586 0.73424190800681421 2 10 2 10 0 0 157 11 423 3943893 55200 159.23199462890625 0.97409999999999997 195.5282 20160 13245 0 0 983040 737280 737280 737493 748800 150 25 52 54 142 0 0 0 0 11 0 0 0 0 0 +4439 1783783665340509600 REFRESH 23 0 0.64710859755724415 0.92163543441226559 2 12 2 12 0 0 156 7 423 3943908 55200 163.08633422851562 0.98540000000000005 194.41470000000001 20160 12748 0 0 983040 737280 737280 737508 748800 40 25 26 25 307 0 0 0 0 7 0 0 0 0 0 +4440 1783783665534210900 REFRESH 51 0 0.57264927587319336 0.91396933560476989 3 11 3 11 0 0 136 10 423 3943919 55200 162.52313232421875 0.9788 192.405 20160 12843 0 0 983040 737280 737280 737519 748800 170 25 72 48 108 0 0 0 0 10 0 0 0 0 0 +4441 1783783665724980500 REFRESH 47 0 0.57392524808289214 0.8279386712095399 2 11 2 11 0 0 129 8 426 3943907 55200 158.51519775390625 0.97270000000000001 189.47489999999999 20160 12307 0 0 983040 737280 737280 737507 748800 120 26 57 41 182 0 0 0 0 8 0 0 0 0 0 +4442 1783783665977858900 REFRESH 30 0 0.53813911220059785 0.4608177172061329 1 8 1 8 0 0 163 1 426 3943938 55200 160.05119323730469 0.96850000000000003 223.55760000000001 20160 13486 0 0 983040 737280 737280 737538 748800 117 25 55 134 95 0 0 0 0 1 0 0 0 0 0 +4443 1783783666179307600 REFRESH 3 0 0.4754467025815553 0.64054514480408853 2 9 2 9 0 0 167 8 416 3943892 55200 161.02706909179688 0.98219999999999996 200.2637 20160 12880 0 0 983040 737280 737280 737492 748800 212 26 40 33 105 0 0 0 0 8 0 0 0 0 0 +4444 1783783666371787800 REFRESH 22 0 0.57351483274282899 0.91396933560476989 3 11 3 11 0 0 163 3 428 3943912 55200 160.38604736328125 0.97550000000000003 191.249 20160 12817 0 0 983040 737280 737280 737512 748800 163 25 58 34 148 0 0 0 0 3 0 0 0 0 0 +4445 1783783666575442000 REFRESH 34 0 0.53397694399865447 0.8356047700170357 1 12 1 12 0 0 127 4 424 3943897 55200 159.08248901367188 0.97309999999999997 187.9975 20160 12999 0 0 983040 737280 737280 737497 748800 176 25 59 78 86 0 0 0 0 4 0 0 0 0 0 +4446 1783783666767971000 REFRESH 43 0 0.55718032736774847 0.8279386712095399 2 11 2 11 0 0 153 8 431 3943914 55200 159.81977844238281 0.96899999999999997 191.32400000000001 20160 13406 0 0 983040 737280 737280 737513 748800 153 25 119 51 83 0 0 0 0 8 0 0 0 0 0 +4447 1783783667015125700 REFRESH 31 0 0.53165202173992565 0.3594548551959113 2 6 2 6 0 0 175 2 422 3943918 55200 158.89305114746094 0.97360000000000002 223.33609999999999 20160 13544 0 0 983040 737280 737280 737518 748800 93 25 33 153 118 0 0 0 0 2 0 0 0 0 0 +4448 1783783667222561100 REFRESH 18 0 0.55288251093790652 0.9293015332197615 1 13 1 13 0 0 156 6 419 3943911 55200 159.20127868652344 1.0045999999999999 191.36279999999999 20160 13050 0 0 983040 737280 737280 737511 748800 133 25 114 66 81 0 0 0 0 6 0 0 0 0 0 +4449 1783783667485168300 REFRESH 9 0 0.53665291283303063 0.3594548551959113 2 6 2 6 0 0 165 3 431 3943931 55200 159.85868835449219 0.96999999999999997 237.4091 20160 13286 0 0 983040 737280 737280 737531 748800 175 25 39 109 83 0 0 0 0 3 0 0 0 0 0 +4450 1783783667673290500 REFRESH 5 0 0.51427222433448971 0.8279386712095399 2 11 2 11 0 0 105 2 427 3943930 55200 157.31404113769531 0.97719999999999996 186.86340000000001 20160 12517 0 0 983040 737280 737280 737530 748800 104 25 41 155 102 0 0 0 0 2 0 0 0 0 0 +4451 1783783667914844500 REFRESH 21 0 0.54832119294673398 0.56218057921635434 0 10 0 10 0 0 202 8 416 3943913 55200 162.47705078125 0.96940000000000004 216.98140000000001 20160 12701 0 0 983040 737280 737280 737513 748800 109 26 52 91 138 0 0 0 0 8 0 0 0 0 0 +4452 1783783668117558100 REFRESH 4 0 0.5450387260060986 0.9293015332197615 1 13 1 13 0 0 72 3 416 3943888 55200 159.23405456542969 0.98550000000000004 188.0899 20160 12973 0 0 983040 737280 737280 737488 748800 57 26 43 60 230 0 0 0 0 3 0 0 0 0 0 +4453 1783783668335097200 REFRESH 45 0 0.54774151289668005 0.45315161839863699 2 7 2 7 0 0 182 5 424 3943918 55200 162.96243286132812 0.97430000000000005 201.75989999999999 20160 13525 0 0 983040 737280 737280 737518 748800 117 25 50 79 153 0 0 0 0 5 0 0 0 0 0 +4454 1783783668525817600 REFRESH 15 0 0.56688315877051831 0.91396933560476989 3 11 3 11 0 0 119 6 426 3943914 55200 159.03846740722656 0.9748 189.511 20160 12510 0 0 983040 737280 737280 737514 748800 128 25 69 82 122 1 0 0 0 5 0 0 0 0 0 +4455 1783783668744211200 REFRESH 10 0 0.53830329265616994 0.64821124361158422 1 10 1 10 0 0 135 1 423 3943928 55200 158.18035888671875 0.97060000000000002 189.84129999999999 20160 12062 0 0 983040 737280 737280 737528 748800 182 25 42 44 130 0 0 0 0 1 0 0 0 0 0 +4456 1783783668964682100 REFRESH 53 0 0.52880834783433062 0.37478705281090291 0 8 0 8 0 0 178 3 421 3943927 55200 159.32826232910156 0.96879999999999999 203.15899999999999 20160 13482 0 0 983040 737280 737280 737526 748800 172 26 47 34 142 0 0 0 0 3 0 0 0 0 0 +4457 1783783669158930200 REFRESH 24 0 0.57230002049027739 1 4 11 4 11 0 0 168 6 414 3943899 55200 159.70918273925781 0.96879999999999999 193.01849999999999 20160 12266 0 0 983040 737280 737280 737499 748800 163 32 26 32 161 0 0 0 0 6 0 0 0 0 0 +4458 1783783669350057000 REFRESH 49 0 0.57292510816611208 0.82027257240204421 3 10 3 10 0 0 149 8 421 3943899 55200 158.9801025390625 0.96989999999999998 189.72370000000001 20160 12701 0 0 983040 737280 737280 737499 748800 186 26 29 34 146 1 0 0 0 7 0 0 0 0 0 +4459 1783783669542272900 REFRESH 57 0 0.56873669425647555 0.92163543441226559 2 12 2 12 0 0 165 8 412 3943915 55200 158.30117797851562 0.99270000000000003 190.73830000000001 20160 12533 0 0 983040 737280 737280 737514 748800 197 26 33 27 129 0 0 0 0 8 0 0 0 0 0 +4460 1783783669779822700 REFRESH 46 0 0.53893610373098699 0.37478705281090291 0 8 0 8 0 0 338 3 420 3943918 55200 160.09727478027344 0.97460000000000002 222.69649999999999 20160 13584 0 0 983040 737280 737280 737518 748800 122 25 76 81 116 0 0 0 0 3 0 0 0 0 0 +4461 1783783669992493000 REFRESH 55 0 0.56952412236283279 0.8356047700170357 1 12 1 12 0 0 183 8 423 3943927 55200 159.95391845703125 1.0117 192.7234 20160 13350 0 0 983040 737280 737280 737527 748800 248 26 25 27 97 0 0 0 0 8 0 0 0 0 0 +4462 1783783670217970600 REFRESH 39 0 0.55774756672718495 0.63287904599659284 3 8 3 8 0 0 197 9 426 3943945 55200 159.65901184082031 0.9738 206.81659999999999 20160 13270 0 0 983040 737280 737280 737545 748800 25 25 28 25 323 0 0 0 0 9 0 0 0 0 0 +4463 1783783670438129400 REFRESH 8 0 0.52617377234530838 0.26575809199318562 2 5 2 5 0 0 254 4 413 3943908 55200 160.85708618164062 0.99029999999999996 201.3098 20160 13550 0 0 983040 737280 737280 737508 748800 68 27 69 132 117 0 0 0 0 4 0 0 0 0 0 +4464 1783783670642283200 REFRESH 6 0 0.55839280399864988 0.91396933560476989 3 11 3 11 0 0 128 4 418 3943910 55200 158.09126281738281 0.96919999999999995 188.80430000000001 20160 12003 0 0 983040 737280 737280 737510 748800 96 25 49 46 202 0 0 0 0 4 0 0 0 0 0 +4465 1783783670834879300 REFRESH 25 0 0.56909249000979445 0.91396933560476989 3 11 3 11 0 0 139 7 424 3943899 55200 158.85026550292969 0.97570000000000001 191.35339999999999 20160 12159 0 0 983040 737280 737280 737498 748800 143 25 47 27 182 0 0 0 0 7 0 0 0 0 0 +4466 1783783671098596800 REFRESH 54 0 0.53700703660753724 0.4608177172061329 1 8 1 8 0 0 141 2 428 3943922 55200 160.2344970703125 0.96870000000000001 238.59540000000001 20160 13458 0 0 983040 737280 737280 737522 748800 156 25 67 103 77 0 0 0 0 2 0 0 0 0 0 +4467 1783783671290455700 REFRESH 12 0 0.56784649349244021 0.63287904599659284 3 8 3 8 0 0 217 7 416 3943939 55200 159.40838623046875 0.97240000000000004 190.65870000000001 20160 12795 0 0 983040 737280 737280 737539 748800 197 27 34 65 93 0 0 0 0 7 0 0 0 0 0 +4468 1783783671515382000 REFRESH 16 0 0.54239342711284877 0.3594548551959113 2 6 2 6 0 0 221 5 415 3943918 55200 160.29696655273438 0.96830000000000005 200.0436 20160 13463 0 0 983040 737280 737280 737518 748800 172 26 27 99 91 0 0 0 0 5 0 0 0 0 0 +4469 1783783671707764400 REFRESH 29 0 0.57359947131943956 0.8356047700170357 1 12 1 12 0 0 147 10 426 3943905 55200 158.77017211914062 0.96899999999999997 191.14619999999999 20160 12817 0 0 983040 737280 737280 737505 748800 140 25 26 95 140 0 0 0 0 10 0 0 0 0 0 +4470 1783783671976100600 REFRESH 11 0 0.54319949805076873 0.37478705281090291 0 8 0 8 0 0 126 1 417 3943879 55200 161.09884643554688 0.97350000000000003 241.7347 20160 13572 0 0 983040 737280 737280 737479 748800 108 25 61 71 152 0 0 0 0 1 0 0 0 0 0 +4471 1783783672170333900 REFRESH 36 0 0.56056498680643008 0.82027257240204421 3 10 3 10 0 0 145 2 429 3943913 55200 162.63475036621094 0.97609999999999997 193.0043 20160 12856 0 0 983040 737280 737280 737513 748800 203 25 27 62 112 0 0 0 0 2 0 0 0 0 0 +4472 1783783672376647500 REFRESH 28 0 0.56548291634144476 0.8356047700170357 1 12 1 12 0 0 171 4 406 3943903 55200 160.56320190429688 0.96999999999999997 191.4263 20160 12428 0 0 983040 737280 737280 737503 748800 60 26 36 34 250 0 0 0 0 4 0 0 0 0 0 +4473 1783783672616676500 REFRESH 42 0 0.79695623965901186 0 0 4 0 4 0 0 222 5 413 3943927 55200 160.8140869140625 0.96899999999999997 238.76480000000001 20160 13879 0 0 983040 737280 737280 737527 748800 91 25 88 111 98 0 0 0 0 5 0 0 0 0 0 +4474 1783783672811187200 REFRESH 20 0 0.57458294921395614 0.8279386712095399 2 11 2 11 0 0 146 10 418 3943919 55200 162.21490478515625 0.97640000000000005 192.93709999999999 20160 12429 0 0 983040 737280 737280 737519 748800 110 26 81 95 106 0 0 0 0 10 0 0 0 0 0 +4475 1783783673065237200 REFRESH 17 0 0.52403125475231782 0.28109028960817717 0 7 0 7 0 0 237 3 416 3943924 55200 155.26605224609375 0.97570000000000001 237.0051 20160 13572 0 0 983040 737280 737280 737524 748800 98 26 70 109 113 0 0 0 0 3 0 0 0 0 0 +4476 1783783673259719100 REFRESH 7 0 0.57428627238506169 0.8356047700170357 1 12 1 12 0 0 157 8 416 3943903 55200 161.73260498046875 0.97699999999999998 193.30019999999999 20160 12653 0 0 983040 737280 737280 737503 748800 104 27 43 54 188 0 0 0 0 8 0 0 0 0 0 +4477 1783783673545011900 REFRESH 48 0 0.5504142844519534 0.3594548551959113 2 6 2 6 0 0 229 8 418 3943905 55200 160.72090148925781 0.97389999999999999 230.02950000000001 20160 13765 0 0 983040 737280 737280 737504 748800 101 26 63 63 165 0 0 0 0 8 0 0 0 0 0 +4478 1783783673738534400 REFRESH 19 0 0.56855151153648709 0.8279386712095399 2 11 2 11 0 0 144 5 420 3943900 55200 158.73228454589844 0.96940000000000004 192.37289999999999 20160 12660 0 0 983040 737280 737280 737498 748800 160 26 45 56 133 0 0 0 0 5 0 0 0 0 0 +4479 1783783674003514900 REFRESH 44 0 0.55143551528437529 0.36712095400340705 1 7 1 7 0 0 184 6 426 3943879 55200 160.34918212890625 0.96819999999999995 232.40010000000001 20160 13554 0 0 983040 737280 737280 737478 748800 103 26 36 69 192 0 0 0 0 6 0 0 0 0 0 +4480 1783783674199514200 REFRESH 58 0 0.57469832010856159 0.92163543441226559 2 12 2 12 0 0 151 5 418 3943896 55200 159.25564575195312 1.0854999999999999 194.209 20160 12912 0 0 983040 737280 737280 737496 748800 190 25 25 43 135 0 0 0 0 5 0 0 0 0 0 +4481 1783783674403832100 REFRESH 0 0 0.55211550877541027 0.8356047700170357 1 12 1 12 0 0 110 4 427 3943916 55200 158.13221740722656 0.97519999999999996 188.47450000000001 20160 12267 0 0 983040 737280 737280 737516 748800 94 25 26 28 254 0 0 0 0 4 0 0 0 0 0 +4482 1783783674657337700 REFRESH 50 0 0.55090424678354577 0.64054514480408853 2 9 2 9 0 0 151 6 418 3943906 55200 158.85824584960938 0.97570000000000001 198.7148 20160 12941 0 0 983040 737280 737280 737506 748800 142 26 41 52 157 0 0 0 0 6 0 0 0 0 0 +4483 1783783674918167900 REFRESH 56 0 0.5263107016104388 0.26575809199318562 2 5 2 5 0 0 240 3 415 3943926 55200 158.70565795898438 0.97399999999999998 235.85650000000001 20160 13271 0 0 983040 737280 737280 737525 748800 140 25 46 120 84 0 0 0 0 3 0 0 0 0 0 +4484 1783783675108248900 REFRESH 27 0 0.56377856679783445 0.93696763202725719 0 14 0 14 0 0 173 9 415 3943911 55200 158.55513000488281 0.97340000000000004 188.8467 20160 12339 0 0 983040 737280 737280 737511 748800 171 26 45 36 137 0 0 0 0 9 0 0 0 0 0 +4485 1783783675368541400 REFRESH 1 0 0.53810148594477114 0.36712095400340705 1 7 1 7 0 0 150 3 430 3943929 55200 159.99302673339844 0.97409999999999997 244.83770000000001 20160 13444 0 0 983040 737280 737280 737529 748800 119 25 79 100 107 0 0 0 0 3 0 0 0 0 0 +4486 1783783675590055700 REFRESH 33 0 0.53426652445814371 0.36712095400340705 1 7 1 7 0 0 204 3 421 3943903 55200 160.89395141601562 0.9748 204.70089999999999 20160 13465 0 0 983040 737280 737280 737502 748800 134 26 80 70 111 0 0 0 0 3 0 0 0 0 0 +4487 1783783675779784200 REFRESH 26 0 0.56551347970473842 0.8356047700170357 1 12 1 12 0 0 124 4 429 3943922 55200 158.56230163574219 0.97970000000000002 188.54599999999999 20160 12162 0 0 983040 737280 737280 737521 748800 104 25 26 80 194 0 0 0 0 4 0 0 0 0 0 +4488 1783783676038993700 REFRESH 52 0 0.52527128183967675 0.36712095400340705 1 7 1 7 0 0 135 4 428 3943943 55200 159.68357849121094 0.98160000000000003 232.51179999999999 20160 13104 0 0 983040 737280 737280 737542 748800 168 26 72 80 82 0 0 0 0 4 0 0 0 0 0 +4489 1783783676284023800 REFRESH 2 0 0.55849484799647908 0.45315161839863699 2 7 2 7 0 0 172 5 424 3943894 55200 158.64933776855469 0.97309999999999997 216.61179999999999 20160 13518 0 0 983040 737280 737280 737494 748800 161 25 66 77 95 0 0 0 0 5 0 0 0 0 0 +4490 1783783677662574600 DEPTH 42 1 0.71160216647719066 0 0 4 0 4 0 0 222 32 2517 23664918 81600 912.67385864257812 5.8155000000000001 1362.1903 120960 67446 1 0 5898240 4423680 4423680 4426517 4492800 156 150 162 211 1838 0 0 0 0 32 0 0 0 0 0 +4491 1783783678956731500 DEPTH 40 1 0.67209837410769468 0.64821124361158422 1 10 1 10 0 0 162 25 2577 23664866 81600 909.51577758789062 5.8221999999999996 1292.9151999999999 120960 63851 1 0 5898240 4423680 4423680 4426466 4492800 169 150 150 156 1952 0 0 0 0 25 0 0 0 0 0 +4492 1783783680072259000 DEPTH 23 1 0.63656795826260704 0.92163543441226559 2 12 2 12 1 0 157 55 2588 23664863 81600 911.91246032714844 5.8155999999999999 1089.9840999999999 120960 61219 1 0 5898240 4423680 4423680 4426463 4492800 157 150 150 150 1981 0 0 0 0 55 0 0 0 0 1 +4493 1783783681195520900 DEPTH 43 1 0.58377639137494586 0.8279386712095399 2 11 2 11 0 0 153 27 2607 23664803 81600 914.32255554199219 5.823199999999999 1098.2102 120960 63989 1 0 5898240 4423680 4423680 4426401 4492800 439 150 478 320 1220 0 0 0 0 27 0 0 0 0 0 +4494 1783783682518316700 DEPTH 14 1 0.58219442486909778 0.65587734241908002 0 11 0 11 0 0 149 22 2597 23664803 81600 917.67024230957031 5.8687999999999994 1306.6856 120960 65250 1 0 5898240 4423680 4423680 4426402 4492800 596 150 156 183 1512 0 0 0 0 22 0 0 0 0 0 +4495 1783783683642765800 DEPTH 51 1 0.57244388464149343 0.91396933560476989 3 11 3 11 0 0 136 25 2568 23664812 81600 910.27865600585938 5.8887999999999998 1096.1600000000001 120960 61724 1 0 5898240 4423680 4423680 4426411 4492800 939 150 383 279 817 0 0 0 0 25 0 0 0 0 0 +4496 1783783684772377100 DEPTH 47 1 0.5723407811459279 0.8279386712095399 2 11 2 11 0 0 129 12 2605 23664738 81600 910.78160095214844 5.8488999999999995 1088.6383000000001 120960 59285 1 0 5898240 4423680 4423680 4426337 4492800 208 150 191 173 1883 0 0 0 0 12 0 0 0 0 0 +4497 1783783685879673500 DEPTH 49 1 0.57152841199908189 0.82027257240204421 3 10 3 10 1 0 150 25 2603 23664772 81600 909.25775146484375 5.8185000000000002 1088.6452999999999 120960 60362 1 0 5898240 4423680 4423680 4426370 4492800 485 150 156 186 1626 0 0 0 0 25 0 0 0 0 1 +4498 1783783687245266600 DEPTH 42 1 0.62172305460248378 0 0 4 0 4 0 0 222 29 2512 23664849 81600 907.83335876464844 5.8281999999999998 1364.2674999999999 120960 56168 1 0 5898240 4423680 4423680 4426445 4492800 156 150 162 247 1797 0 0 0 0 29 0 0 0 0 0 +4499 1783783688341015100 DEPTH 29 1 0.57363263447824542 0.8356047700170357 1 12 1 12 0 0 148 24 2562 23664842 81600 911.91215515136719 5.8410999999999991 1094.3929000000001 120960 61154 1 0 5898240 4423680 4423680 4426440 4492800 348 150 156 265 1643 0 0 0 0 24 0 0 0 0 0 +4500 1783783689492654200 DEPTH 38 1 0.57052124432607976 0.73424190800681421 2 10 2 10 0 0 157 19 2575 23664753 81600 917.92935180664062 5.8922000000000008 1099.1057000000001 120960 64568 1 0 5898240 4423680 4423680 4426352 4492800 409 150 216 188 1612 0 0 0 0 19 0 0 0 0 0 +4501 1783783690631164100 DEPTH 24 1 0.5686045872774238 1 4 11 4 11 0 0 169 29 2518 23664886 81600 917.43540954589844 5.8274999999999997 1098.5516 120960 58212 1 0 5898240 4423680 4423680 4426486 4492800 233 153 152 158 1822 0 0 0 0 29 0 0 0 0 0 +4502 1783783691760147500 DEPTH 25 1 0.56745863852493539 0.91396933560476989 3 11 3 11 0 0 139 14 2585 23664901 81600 920.79011535644531 5.8660999999999994 1104.3768 120960 56691 1 0 5898240 4423680 4423680 4426500 4492800 193 150 175 150 1917 0 0 0 0 14 0 0 0 0 0 +4503 1783783692883644200 DEPTH 57 1 0.56725280980977955 0.92163543441226559 2 12 2 11 1 0 167 42 2545 23664869 81600 906.94451904296875 5.8435999999999995 1089.4686999999999 120960 59598 1 0 5898240 4423680 4423680 4426466 4492800 497 151 159 155 1583 0 0 0 0 42 0 0 0 0 1 +4504 1783783694029440800 DEPTH 55 1 0.56702168386998553 0.8356047700170357 1 12 1 12 1 0 183 34 2564 23664776 81600 924.07705688476562 5.8117999999999999 1113.7635 120960 65101 1 0 5898240 4423680 4423680 4426375 4492800 1174 155 150 157 928 0 0 0 0 34 0 0 0 0 1 +4505 1783783695130382900 DEPTH 22 1 0.56635407700155893 0.91396933560476989 3 11 3 11 1 0 163 15 2609 23664856 81600 915.18052673339844 5.8799999999999999 1099.5980999999999 120960 61007 1 0 5898240 4423680 4423680 4426455 4492800 614 150 248 201 1396 0 0 0 0 15 0 0 0 0 1 +4506 1783783696551704000 DEPTH 42 1 0.62178613797989801 0 0 4 0 4 0 0 222 41 2525 23664754 81600 907.27114868164062 5.8645000000000005 1368.0029999999999 120960 44907 1 0 5898240 4423680 4423680 4426352 4492800 156 150 169 285 1765 0 0 0 0 41 0 0 0 0 0 +4507 1783783697656294100 DEPTH 20 1 0.57500889166848057 0.8279386712095399 2 11 2 8 1 0 148 48 2602 23664812 81600 918.68585205078125 5.8401999999999994 1103.3398 120960 59867 1 0 5898240 4423680 4423680 4426411 4492800 307 153 256 277 1609 0 0 0 0 48 0 0 0 0 1 +4508 1783783698753230100 DEPTH 7 1 0.57214169381830349 0.8356047700170357 1 12 1 12 1 0 157 35 2555 23664851 81600 915.69253540039062 5.8215000000000003 1095.6368 120960 61923 1 0 5898240 4423680 4423680 4426450 4492800 158 150 158 194 1895 0 0 0 0 35 0 0 0 0 1 +4509 1783783699851759800 DEPTH 58 1 0.56912001304360504 0.92163543441226559 2 12 2 12 0 0 151 37 2557 23664721 81600 920.36622619628906 5.8365 1097.1856 120960 62322 1 0 5898240 4423680 4423680 4426320 4492800 272 150 150 176 1809 0 0 0 0 37 0 0 0 0 0 +4510 1783783700974927700 DEPTH 37 1 0.56624690434873359 0.8356047700170357 1 12 1 12 1 0 156 11 2622 23664892 81600 908.58802795410156 5.8487999999999998 1096.9001000000001 120960 60249 1 0 5898240 4423680 4423680 4426490 4492800 790 150 216 427 1039 1 0 0 0 10 1 0 0 0 1 +4511 1783783702078539900 DEPTH 12 1 0.56600936919202216 0.63287904599659284 3 8 3 8 0 0 217 50 2522 23664941 81600 916.09088134765625 5.8396999999999997 1102.3815 120960 61811 1 0 5898240 4423680 4423680 4426541 4492800 464 156 175 246 1481 0 0 0 0 50 0 0 0 0 0 +4512 1783783703418822200 DEPTH 3 1 0.5650187444516539 0.64054514480408853 2 9 2 9 1 0 167 30 2553 23664832 81600 920.39390563964844 5.8460999999999999 1319.7560000000001 120960 62694 1 0 5898240 4423680 4423680 4426430 4492800 301 150 189 185 1728 0 0 1 0 29 0 0 0 0 1 +4513 1783783704554835600 DEPTH 15 1 0.56412295882269115 0.91396933560476989 3 11 3 11 0 0 119 28 2566 23664859 81600 920.94670104980469 5.8281999999999998 1102.2709 120960 58745 1 0 5898240 4423680 4423680 4426459 4492800 536 150 239 343 1298 1 0 0 0 27 0 0 0 0 0 +4514 1783783705768778600 DEPTH 20 1 0.70806818617566303 0.54684838160136284 2 8 2 8 1 0 148 74 2623 23664893 81600 916.88346862792969 5.8591999999999995 1180.7670000000001 120960 49461 1 0 5898240 4423680 4423680 4426492 4492800 202 150 187 220 1864 0 0 0 0 74 0 0 0 0 2 +4515 1783783707066704500 DEPTH 40 1 0.65235857864279612 0.64821124361158422 1 10 1 10 0 0 162 16 2588 23664926 81600 908.56777954101562 5.8516000000000004 1296.7058 120960 53150 1 0 5898240 4423680 4423680 4426525 4492800 166 150 150 169 1953 0 0 0 1 15 0 0 0 0 0 +4516 1783783708453377900 DEPTH 42 1 0.64180109267656726 0 0 4 0 4 1 0 222 42 2548 23664863 81600 896.8826904296875 5.8225000000000007 1373.4504999999999 120960 30224 1 0 5898240 4423680 4423680 4426460 4492800 156 150 158 222 1862 0 0 0 0 42 0 0 0 0 1 +4517 1783783709554198700 DEPTH 23 1 0.6299089966318443 0.92163543441226559 2 12 2 12 0 0 160 63 2586 23664774 81600 913.99989318847656 5.8583999999999996 1099.5763999999999 120960 50758 1 0 5898240 4423680 4423680 4426374 4492800 153 150 150 150 1983 0 1 0 0 62 0 0 0 0 0 +4518 1783783710672424400 DEPTH 19 1 0.56411569732980926 0.8279386712095399 2 11 2 11 1 0 144 21 2618 23664873 81600 910.399658203125 5.8703000000000003 1096.5700999999999 120960 60694 1 0 5898240 4423680 4423680 4426473 4492800 506 150 180 228 1554 0 0 0 0 21 0 0 0 0 1 +4519 1783783711785343000 DEPTH 27 1 0.56401938974601529 0.93696763202725719 0 14 0 14 1 0 173 24 2556 23664890 81600 920.89462280273438 5.8624000000000001 1101.0307 120960 58652 1 0 5898240 4423680 4423680 4426486 4492800 357 153 209 196 1641 0 0 0 0 24 0 0 0 0 1 +4520 1783783712885822800 DEPTH 26 1 0.56123511920513547 0.8356047700170357 1 12 1 12 1 0 125 18 2607 23664952 81600 910.22032165527344 5.8883999999999999 1098.8191999999999 120960 57620 1 0 5898240 4423680 4423680 4426552 4492800 507 150 156 336 1458 1 0 0 0 17 0 0 0 0 1 +4521 1783783713992984700 DEPTH 28 1 0.56085843587018802 0.8356047700170357 1 12 1 12 0 0 171 40 2506 23664815 81600 924.63325500488281 5.8585000000000003 1105.3041000000001 120960 59536 1 0 5898240 4423680 4423680 4426414 4492800 167 150 150 183 1856 0 0 0 0 40 0 0 0 0 0 +4522 1783783714228411300 REFRESH 21 0 0.55003381703222964 0.56218057921635434 0 10 0 10 0 0 202 5 414 3943932 55200 159.6766357421875 0.97089999999999999 214.35830000000001 20160 12766 0 0 983040 737280 737280 737532 748800 111 26 52 92 133 0 0 0 0 5 0 0 0 0 0 +4523 1783783714421839600 REFRESH 35 0 0.55886710919700566 0.8279386712095399 2 11 2 11 0 0 192 11 418 3943943 55200 160.71270751953125 0.97389999999999999 192.18790000000001 20160 13033 0 0 983040 737280 737280 737543 748800 152 27 36 105 98 0 0 0 0 11 0 0 0 0 0 +4524 1783783714616323800 REFRESH 25 0 0.53882165695548778 0.91396933560476989 3 11 3 11 1 0 139 3 423 3943946 55200 161.51756286621094 0.97560000000000002 193.26599999999999 20160 11985 0 0 983040 737280 737280 737546 748800 154 25 51 27 166 0 0 0 0 3 0 0 0 0 1 +4525 1783783714862056600 REFRESH 8 0 0.52401693315564535 0.26575809199318562 2 5 2 5 0 0 254 2 419 3943924 55200 161.48287963867188 0.97409999999999997 199.62549999999999 20160 13402 0 0 983040 737280 737280 737524 748800 64 27 61 126 141 0 0 0 0 2 0 0 0 0 0 +4526 1783783715054761100 REFRESH 7 0 0.50208125829848238 0.8356047700170357 1 12 1 12 0 0 157 9 417 3943897 55200 159.87017822265625 0.98819999999999997 191.48589999999999 20160 12831 0 0 983040 737280 737280 737497 748800 102 27 40 53 195 0 0 0 0 9 0 0 0 0 0 +4527 1783783715258320100 REFRESH 40 0 0.52346581814031157 0.64821124361158422 1 10 1 10 0 0 162 5 411 3943949 55200 162.83033752441406 0.98750000000000004 201.88059999999999 20160 13152 0 0 983040 737280 737280 737549 748800 118 25 29 50 189 0 0 0 0 5 0 0 0 0 0 +4528 1783783715517645200 REFRESH 54 0 0.53269874548502383 0.4608177172061329 1 8 1 8 0 0 141 5 425 3943907 55200 162.76582336425781 0.96919999999999995 237.2321 20160 13540 0 0 983040 737280 737280 737507 748800 148 25 65 107 80 0 0 0 0 5 0 0 0 0 0 +4529 1783783715719802100 REFRESH 0 0 0.55005724076037477 0.8356047700170357 1 12 1 12 0 0 110 8 425 3943935 55200 152.52685546875 1.0369999999999999 188.15469999999999 20160 12180 0 0 983040 737280 737280 737535 748800 140 25 26 34 200 0 0 0 0 8 0 0 0 0 0 +4530 1783783715918813500 REFRESH 12 0 0.50719401982855705 0.63287904599659284 3 8 3 8 0 0 217 6 414 3943928 55200 150.86489868164062 0.98409999999999997 185.33029999999999 20160 12852 0 0 983040 737280 737280 737527 748800 179 27 34 62 112 0 0 0 0 6 0 0 0 0 0 +4531 1783783716110079100 REFRESH 38 0 0.57043635530044035 0.73424190800681421 2 10 2 10 0 0 157 10 422 3943898 55200 158.32269287109375 0.97260000000000002 189.5411 20160 13105 0 0 983040 737280 737280 737498 748800 138 25 49 55 155 0 0 0 0 10 0 0 0 0 0 +4532 1783783716294785900 REFRESH 24 0 0.56912924512877816 1 4 11 4 11 0 0 169 3 414 3943921 55200 150.52799987792969 0.97109999999999996 183.4153 20160 12356 0 0 983040 737280 737280 737520 748800 157 33 26 33 165 0 0 0 0 3 0 0 0 0 0 +4533 1783783716477388100 REFRESH 15 0 0.51542435920259011 0.91396933560476989 3 11 3 11 0 0 119 6 423 3943922 55200 149.66947937011719 0.97099999999999997 181.2757 20160 12497 0 0 983040 737280 737280 737522 748800 130 25 70 82 116 0 0 0 0 6 0 0 0 0 0 +4534 1783783716718500900 REFRESH 42 0 0.72178391776243456 0 0 4 0 4 0 0 222 7 414 3943899 55200 159.32620239257812 0.97309999999999997 239.47919999999999 20160 13802 0 0 983040 737280 737280 737498 748800 77 25 91 112 109 0 0 0 0 7 0 0 0 0 0 +4535 1783783716902614800 REFRESH 43 0 0.58259681226417359 0.8279386712095399 2 11 2 11 0 0 153 11 429 3943900 55200 150.37052917480469 0.98509999999999998 182.50829999999999 20160 12825 0 0 983040 737280 737280 737500 748800 147 25 114 49 94 0 0 0 0 11 0 0 0 0 0 +4536 1783783717154212800 REFRESH 44 0 0.55034985758328703 0.36712095400340705 1 7 1 7 0 0 184 8 420 3943912 55200 151.08915710449219 0.97850000000000004 228.8434 20160 13488 0 0 983040 737280 737280 737512 748800 84 26 33 54 223 0 0 0 0 8 0 0 0 0 0 +4537 1783783717339429800 REFRESH 28 0 0.47250107629637939 0.8356047700170357 1 12 1 12 0 0 171 4 402 3943905 55200 152.44697570800781 0.98460000000000003 183.7706 20160 12409 0 0 983040 737280 737280 737505 748800 53 26 34 31 258 0 0 0 0 4 0 0 0 0 0 +4538 1783783717523811000 REFRESH 22 0 0.5667397766566995 0.91396933560476989 3 11 3 11 0 0 163 5 427 3943933 55200 150.87615966796875 0.97370000000000001 183.0984 20160 12863 0 0 983040 737280 737280 737532 748800 164 25 60 36 142 0 0 0 0 5 0 0 0 0 0 +4539 1783783717709329200 REFRESH 47 0 0.57277449887118415 0.8279386712095399 2 11 2 11 0 0 129 7 418 3943898 55200 153.0040283203125 0.97609999999999997 183.90180000000001 20160 12424 0 0 983040 737280 737280 737498 748800 121 26 56 38 177 0 0 0 0 7 0 0 0 0 0 +4540 1783783717955295800 REFRESH 52 0 0.52448469674563547 0.36712095400340705 1 7 1 7 0 0 135 0 427 3943909 55200 150.02726745605469 0.96779999999999999 227.86070000000001 20160 13012 0 0 983040 737280 737280 737509 748800 168 26 72 80 81 0 0 0 0 0 0 0 0 0 0 +4541 1783783718187754800 REFRESH 41 0 0.54825424536355605 0.55451448040885853 1 9 1 9 0 0 118 6 416 3943908 55200 149.928955078125 0.96860000000000002 210.5427 20160 12788 0 0 983040 737280 737280 737508 748800 216 26 28 35 111 0 0 0 0 6 0 0 0 0 0 +4542 1783783718403363100 REFRESH 53 0 0.52651027275242823 0.37478705281090291 0 8 0 8 0 0 178 1 417 3943915 55200 154.16012573242188 0.97389999999999999 199.29220000000001 20160 13474 0 0 983040 737280 737280 737515 748800 178 26 48 35 130 0 0 0 0 1 0 0 0 0 0 +4543 1783783718631716200 REFRESH 2 0 0.55469877245526766 0.45315161839863699 2 7 2 7 0 0 172 4 428 3943915 55200 152.75315856933594 0.99329999999999996 215.99860000000001 20160 13395 0 0 983040 737280 737280 737515 748800 151 25 60 77 115 0 0 0 0 4 0 0 0 0 0 +4544 1783783718839077000 REFRESH 14 0 0.58080806146471486 0.65587734241908002 0 11 0 11 0 0 149 4 421 3943882 55200 150.940673828125 0.97350000000000003 195.04130000000001 20160 13447 0 0 983040 737280 737280 737482 748800 192 25 31 31 142 0 0 0 0 4 0 0 0 0 0 +4545 1783783719027636500 REFRESH 55 0 0.5666869161140643 0.8356047700170357 1 12 1 12 0 0 183 6 418 3943938 55200 155.94291687011719 0.97140000000000004 187.22550000000001 20160 13361 0 0 983040 737280 737280 737538 748800 251 26 25 27 89 0 0 0 0 6 0 0 0 0 0 +4546 1783783719277956200 REFRESH 1 0 0.53497504382107341 0.36712095400340705 1 7 1 7 0 0 150 7 425 3943933 55200 150.21875 0.96860000000000002 228.0102 20160 13510 0 0 983040 737280 737280 737533 748800 125 25 79 103 93 0 0 0 0 7 0 0 0 0 0 +4547 1783783719512986500 REFRESH 33 0 0.53152374831092719 0.36712095400340705 1 7 1 7 0 0 204 3 417 3943927 55200 151.53050231933594 0.97460000000000002 195.8811 20160 13538 0 0 983040 737280 737280 737527 748800 119 26 64 61 147 0 0 0 0 3 0 0 0 0 0 +4548 1783783719706760800 REFRESH 4 0 0.54268913670489427 0.9293015332197615 1 13 1 13 0 0 72 4 413 3943897 55200 153.0777587890625 0.97670000000000001 181.63229999999999 20160 12740 0 0 983040 737280 737280 737497 748800 42 26 41 46 258 0 0 0 0 4 0 0 0 0 0 +4549 1783783719933039300 REFRESH 30 0 0.53280929893995321 0.4608177172061329 1 8 1 8 0 0 163 2 425 3943930 55200 150.59660339355469 0.96740000000000004 214.44810000000001 20160 13457 0 0 983040 737280 737280 737530 748800 118 25 55 141 86 0 0 0 0 2 0 0 0 0 0 +4550 1783783720116998700 REFRESH 57 0 0.67054125830828759 0.8279386712095399 2 11 2 11 0 0 167 4 409 3943919 55200 151.74552917480469 0.96989999999999998 182.1662 20160 12663 0 0 983040 737280 737280 737518 748800 203 26 33 27 120 0 0 0 0 4 0 0 0 0 0 +4551 1783783720357988900 REFRESH 46 0 0.53528460831717262 0.37478705281090291 0 8 0 8 0 0 338 2 423 3943917 55200 154.05690002441406 0.96909999999999996 219.80529999999999 20160 13483 0 0 983040 737280 737280 737515 748800 118 25 64 79 137 0 0 0 0 2 0 0 0 0 0 +4552 1783783720550104500 REFRESH 34 0 0.53276970707311766 0.8356047700170357 1 12 1 12 0 0 127 3 430 3943891 55200 149.12205505371094 0.97330000000000005 179.24100000000001 20160 12963 0 0 983040 737280 737280 737489 748800 177 25 59 81 88 0 0 0 0 3 0 0 0 0 0 +4553 1783783720763036500 REFRESH 27 0 0.56511724308491451 0.93696763202725719 0 14 0 14 0 0 173 6 417 3943904 55200 152.69068908691406 0.98939999999999995 183.91560000000001 20160 12415 0 0 983040 737280 737280 737504 748800 198 26 49 35 109 0 0 0 0 6 0 0 0 0 0 +4554 1783783720971471600 REFRESH 50 0 0.5501794986707822 0.64054514480408853 2 9 2 9 0 0 151 7 423 3943905 55200 153.81401062011719 0.9728 195.18600000000001 20160 13071 0 0 983040 737280 737280 737505 748800 106 26 33 44 214 0 0 0 0 7 0 0 0 0 0 +4555 1783783721167145700 REFRESH 18 0 0.5499152594736969 0.9293015332197615 1 13 1 13 0 0 156 3 421 3943890 55200 152.16128540039062 0.97470000000000001 183.36940000000001 20160 13202 0 0 983040 737280 737280 737489 748800 136 25 115 66 79 0 0 0 0 3 0 0 0 0 0 +4556 1783783721358906900 REFRESH 6 0 0.55554789506809998 0.91396933560476989 3 11 3 11 0 0 128 5 415 3943919 55200 151.56632995605469 0.96970000000000001 180.50999999999999 20160 12158 0 0 983040 737280 737280 737517 748800 106 25 50 48 186 0 0 0 0 5 0 0 0 0 0 +4557 1783783721586762200 REFRESH 13 0 0.51483788283088638 0.27342419080068137 1 6 1 6 0 0 196 0 414 3943924 55200 150.53106689453125 0.97050000000000003 210.76840000000001 20160 13496 0 0 983040 737280 737280 737524 748800 161 26 69 66 92 0 0 0 0 0 0 0 0 0 0 +4558 1783783721858958400 REFRESH 11 0 0.53754151749175205 0.37478705281090291 0 8 0 8 0 0 126 5 424 3943920 55200 159.85562133789062 0.98570000000000002 240.58879999999999 20160 13554 0 0 983040 737280 737280 737520 748800 135 25 64 81 119 0 0 0 0 5 0 0 0 0 0 +4559 1783783722116010600 REFRESH 56 0 0.52348292422252318 0.26575809199318562 2 5 2 5 0 0 240 2 415 3943893 55200 152.447998046875 0.97419999999999995 230.99809999999999 20160 13317 0 0 983040 737280 737280 737493 748800 140 26 46 118 85 0 0 0 0 2 0 0 0 0 0 +4560 1783783722317703600 REFRESH 3 0 0.56651776553289601 0.64054514480408853 2 9 2 9 1 0 167 7 417 3943929 55200 159.84947204589844 0.96889999999999998 200.51390000000001 20160 12701 0 0 983040 737280 737280 737529 748800 211 26 41 33 106 0 0 1 0 6 0 0 0 0 1 +4561 1783783722499039000 REFRESH 51 0 0.57218233070334912 0.91396933560476989 3 11 3 11 0 0 136 3 420 3943917 55200 150.21977233886719 0.96599999999999997 179.81829999999999 20160 12836 0 0 983040 737280 737280 737517 748800 177 25 76 48 94 0 0 0 0 3 0 0 0 0 0 +4562 1783783722694090800 REFRESH 10 0 0.53467763721500572 0.64821124361158422 1 10 1 10 0 0 135 0 427 3943918 55200 150.24435424804688 0.96589999999999998 183.34549999999999 20160 12031 0 0 983040 737280 737280 737517 748800 182 25 43 45 132 0 0 0 0 0 0 0 0 0 0 +4563 1783783722921151000 REFRESH 36 0 0.55393567244913477 0.82027257240204421 3 10 3 10 0 0 145 4 423 3943876 55200 163.07933044433594 1.1918 195.95349999999999 20160 12887 0 0 983040 737280 737280 737476 748800 199 25 27 63 109 0 0 0 0 4 0 0 0 0 0 +4564 1783783723183361600 REFRESH 9 0 0.53385007048870792 0.3594548551959113 2 6 2 6 0 0 165 3 431 3943901 55200 164.274169921875 0.97419999999999995 237.94929999999999 20160 13239 0 0 983040 737280 737280 737501 748800 176 25 39 112 79 0 0 0 0 3 0 0 0 0 0 +4565 1783783723377518400 REFRESH 37 0 0.56721339635770929 0.8356047700170357 1 12 1 12 0 0 156 3 430 3943925 55200 161.59333801269531 0.98829999999999996 192.46899999999999 20160 12728 0 0 983040 737280 737280 737525 748800 144 25 40 68 153 0 0 0 0 3 0 0 0 0 0 +4566 1783783723588517400 REFRESH 16 0 0.54090989288103852 0.3594548551959113 2 6 2 6 0 0 221 2 417 3943901 55200 154.47859191894531 0.97450000000000003 194.14160000000001 20160 13503 0 0 983040 737280 737280 737501 748800 172 26 27 97 95 0 0 0 0 2 0 0 0 0 0 +4567 1783783723820656200 REFRESH 31 0 0.52813636207371939 0.3594548551959113 2 6 2 6 0 0 175 1 425 3943890 55200 150.95295715332031 0.97119999999999995 210.4357 20160 13703 0 0 983040 737280 737280 737490 748800 91 25 33 147 129 0 0 0 0 1 0 0 0 0 0 +4568 1783783724043560800 REFRESH 20 0 0.85975928020209202 0.54684838160136284 2 8 2 8 0 0 148 10 430 3943893 55200 158.42713928222656 0.96909999999999996 193.72569999999999 20160 12376 0 0 983040 737280 737280 737493 748800 102 25 72 84 147 0 0 0 0 10 0 0 0 0 0 +4569 1783783724260022100 REFRESH 5 0 0.55846432677777447 0.8279386712095399 2 11 2 11 0 0 105 6 429 3943936 55200 165.82759094238281 1.0326 201.54159999999999 20160 12407 0 0 983040 737280 737280 737536 748800 105 25 41 158 100 0 0 0 0 6 0 0 0 0 0 +4570 1783783724485950200 REFRESH 32 0 0.54394746117753656 0.4608177172061329 1 8 1 8 0 0 164 3 422 3943919 55200 167.26937866210938 0.98629999999999995 211.13310000000001 20160 13314 0 0 983040 737280 737280 737519 748800 102 26 96 91 107 0 0 0 0 3 0 0 0 0 0 +4571 1783783724671126500 REFRESH 58 0 0.56907204019591551 0.92163543441226559 2 12 2 12 0 0 151 7 409 3943889 55200 152.1397705078125 0.97450000000000003 183.84710000000001 20160 12833 0 0 983040 737280 737280 737489 748800 135 25 25 42 182 0 0 0 0 7 0 0 0 0 0 +4572 1783783724900035100 REFRESH 45 0 0.54514971952596403 0.45315161839863699 2 7 2 7 1 0 182 2 423 3943926 55200 173.27615356445312 0.98909999999999998 213.58920000000001 20160 13552 0 0 983040 737280 737280 737526 748800 95 25 40 64 199 0 0 0 0 2 0 0 0 0 1 +4573 1783783725115738500 REFRESH 29 0 0.57365880558920712 0.8356047700170357 1 12 1 12 0 0 148 6 421 3943885 55200 163.20101928710938 0.99760000000000004 200.2081 20160 12803 0 0 983040 737280 737280 737485 748800 143 25 26 97 130 0 0 0 0 6 0 0 0 0 0 +4574 1783783725330121300 REFRESH 39 0 0.55833018724696926 0.63287904599659284 3 8 3 8 0 0 197 9 417 3943897 55200 157.85983276367188 0.98050000000000004 196.88249999999999 20160 13380 0 0 983040 737280 737280 737497 748800 38 25 34 30 290 0 0 0 0 9 0 0 0 0 0 +4575 1783783725592595000 REFRESH 17 0 0.52137836095022416 0.28109028960817717 0 7 0 7 0 0 237 2 416 3943915 55200 159.06816101074219 0.98540000000000005 237.4933 20160 13564 0 0 983040 737280 737280 737515 748800 100 26 67 114 109 0 0 0 0 2 0 0 0 0 0 +4576 1783783725790720100 REFRESH 49 0 0.57225482899207214 0.82027257240204421 3 10 3 10 0 0 151 7 421 3943920 55200 151.77011108398438 0.97460000000000002 182.05850000000001 20160 12374 0 0 983040 737280 737280 737520 748800 200 26 29 46 120 0 0 0 0 7 0 0 0 0 0 +4577 1783783725975396200 REFRESH 26 0 0.56333911272288972 0.8356047700170357 1 12 1 12 0 0 125 6 431 3943908 55200 152.24729919433594 0.96630000000000005 183.47890000000001 20160 12479 0 0 983040 737280 737280 737508 748800 119 25 26 91 170 0 0 0 0 6 0 0 0 0 0 +4578 1783783726168877500 REFRESH 19 0 0.56506411193186457 0.8279386712095399 2 11 2 11 0 0 144 3 422 3943921 55200 160.87654113769531 0.98009999999999997 191.87029999999999 20160 12743 0 0 983040 737280 737280 737521 748800 152 26 43 55 146 0 0 0 0 3 0 0 0 0 0 +4579 1783783726361363100 REFRESH 23 0 0.62389570554536555 0.92163543441226559 2 12 2 12 0 0 160 8 417 3943939 55200 159.15315246582031 0.97919999999999996 190.9624 20160 12880 0 0 983040 737280 737280 737539 748800 84 25 35 28 245 0 0 0 0 8 0 0 0 0 0 +4580 1783783726648135800 REFRESH 48 0 0.55031029421489774 0.3594548551959113 2 6 2 6 0 0 229 6 415 3943915 55200 160.29798889160156 0.98709999999999998 231.959 20160 13607 0 0 983040 737280 737280 737514 748800 100 26 63 59 167 0 0 0 0 6 0 0 0 0 0 +4581 1783783728003374200 DEPTH 42 1 0.78877448181114995 0 0 4 0 4 0 0 223 38 2556 23664850 81600 893.11128234863281 5.8303000000000003 1353.9407000000001 120960 66159 1 0 5898240 4423680 4423680 4426449 4492800 156 150 165 188 1897 0 0 0 0 38 0 0 0 0 0 +4582 1783783729246503500 DEPTH 20 1 0.72256219370669106 0.54684838160136284 2 8 2 7 1 0 150 80 2629 23664879 81600 882.43403625488281 5.8404999999999996 1241.924 120960 60380 1 0 5898240 4423680 4423680 4426477 4492800 172 150 165 165 1977 0 0 0 0 80 0 0 0 0 2 +4583 1783783730306768000 DEPTH 57 1 0.65490463534058896 0.8279386712095399 2 11 2 11 1 0 168 51 2522 23664927 81600 878.16600036621094 5.8195000000000006 1058.8007 120960 60342 1 0 5898240 4423680 4423680 4426526 4492800 532 150 159 155 1526 0 0 0 0 51 0 0 0 0 2 +4584 1783783731600057300 DEPTH 40 1 0.64046518729016411 0.64821124361158422 1 10 1 10 0 0 162 21 2599 23664939 81600 882.31219482421875 5.8282999999999996 1259.4747 120960 64085 1 0 5898240 4423680 4423680 4426539 4492800 164 150 150 162 1973 0 0 0 0 21 0 0 0 0 0 +4585 1783783732685416800 DEPTH 43 1 0.58145078296950037 0.8279386712095399 2 11 2 11 0 0 155 22 2603 23664808 81600 902.24650573730469 5.8231000000000002 1084.0981999999999 120960 61999 1 0 5898240 4423680 4423680 4426406 4492800 481 150 484 334 1154 0 0 0 0 22 0 0 0 0 0 +4586 1783783733986548600 DEPTH 14 1 0.57345856899978531 0.65587734241908002 0 11 0 11 0 0 149 27 2588 23664814 81600 900.77694702148438 5.8724000000000007 1276.9526000000001 120960 65096 1 0 5898240 4423680 4423680 4426414 4492800 645 150 156 190 1447 0 0 0 0 27 0 0 0 0 0 +4587 1783783735076781500 DEPTH 7 1 0.57101081789902752 0.8356047700170357 1 12 1 12 1 0 157 40 2542 23664889 81600 879.61235046386719 5.8217999999999996 1060.1661999999999 120960 61916 1 0 5898240 4423680 4423680 4426487 4492800 164 150 169 194 1865 0 0 0 0 40 0 0 0 0 1 +4588 1783783736182731400 DEPTH 38 1 0.57032276133457238 0.73424190800681421 2 10 1 10 1 0 157 33 2583 23664844 81600 881.111083984375 5.8291000000000004 1065.0931 120960 64139 1 0 5898240 4423680 4423680 4426442 4492800 386 150 216 177 1654 2 0 0 0 31 2 0 0 0 0 +4589 1783783737443984400 DEPTH 20 1 0.73509671261977938 0.45315161839863699 2 7 2 7 1 0 150 47 2625 23664817 81600 870.06005859375 5.8295000000000012 1260.0479 120960 49727 1 0 5898240 4423680 4423680 4426416 4492800 150 150 150 150 2025 0 0 0 0 47 0 0 0 0 1 +4590 1783783738816313500 DEPTH 42 1 0.62896386349955324 0 0 4 0 4 1 0 224 39 2543 23664811 81600 877.77896118164062 5.8457000000000008 1347.7330999999999 120960 55469 1 0 5898240 4423680 4423680 4426410 4492800 156 150 178 239 1820 0 0 0 0 39 0 0 0 0 1 +4591 1783783739895318400 DEPTH 47 1 0.57007563931674465 0.8279386712095399 2 11 2 11 0 0 129 19 2609 23664874 81600 897.53007507324219 5.8344000000000005 1077.7054000000001 120960 59814 1 0 5898240 4423680 4423680 4426473 4492800 202 150 187 178 1892 0 0 0 0 19 0 0 0 0 0 +4592 1783783740980095400 DEPTH 51 1 0.56476574914112909 0.91396933560476989 3 11 3 11 0 0 136 23 2560 23664817 81600 879.77061462402344 5.8197000000000001 1059.1176 120960 62080 1 0 5898240 4423680 4423680 4426416 4492800 912 150 362 257 879 0 0 0 0 23 0 0 0 0 0 +4593 1783783742258438900 DEPTH 3 1 0.56469531449265942 0.64054514480408853 2 9 2 9 0 0 168 35 2549 23664761 81600 881.090576171875 5.8246999999999991 1263.9649999999999 120960 62127 1 0 5898240 4423680 4423680 4426359 4492800 323 150 192 182 1702 0 0 0 0 35 0 0 0 0 0 +4594 1783783743325391000 DEPTH 12 1 0.56425990253121694 0.63287904599659284 3 8 3 8 0 0 217 41 2537 23664970 81600 880.26625061035156 5.8704999999999998 1065.778 120960 62402 1 0 5898240 4423680 4423680 4426570 4492800 454 156 172 231 1524 0 0 0 0 41 0 0 0 0 0 +4595 1783783744395418900 DEPTH 25 1 0.56304564252555833 0.91396933560476989 3 11 3 11 0 0 140 22 2577 23664861 81600 885.30943298339844 5.8150000000000004 1068.7784999999999 120960 57257 1 0 5898240 4423680 4423680 4426461 4492800 189 150 174 150 1914 0 0 0 0 22 0 0 0 0 0 +4596 1783783745510132700 DEPTH 15 1 0.56258014562130665 0.91396933560476989 3 11 3 11 0 0 119 23 2565 23664717 81600 888.03738403320312 5.8521999999999998 1075.3777 120960 59260 1 0 5898240 4423680 4423680 4426315 4492800 526 150 245 321 1323 0 0 0 2 21 0 0 0 0 0 +4597 1783783746793910600 DEPTH 20 1 0.71372172683144064 0.45315161839863699 2 7 2 7 1 0 150 45 2613 23664764 81600 864.56214904785156 5.8091999999999997 1256.6612 120960 40018 1 0 5898240 4423680 4423680 4426364 4492800 150 150 150 150 2013 0 0 0 0 45 0 0 0 0 1 +4598 1783783748131431100 DEPTH 42 1 0.61909148137659542 0 0 4 0 4 0 0 224 33 2558 23664791 81600 865.48580932617188 5.8334999999999999 1336.2597000000001 120960 44303 1 0 5898240 4423680 4423680 4426390 4492800 156 150 162 245 1845 0 0 0 0 33 0 0 0 0 0 +4599 1783783749216403400 DEPTH 58 1 0.56585184827953683 0.92163543441226559 2 12 2 12 0 0 151 42 2545 23664806 81600 882.26200866699219 5.8164999999999996 1057.134 120960 62986 1 0 5898240 4423680 4423680 4426406 4492800 273 150 150 180 1792 0 0 0 0 42 0 0 0 0 0 +4600 1783783750335851400 DEPTH 24 1 0.56257468966077628 1 4 11 4 11 0 0 169 36 2520 23664803 81600 902.80778503417969 5.8220999999999998 1085.9523999999999 120960 58674 1 0 5898240 4423680 4423680 4426402 4492800 228 152 150 156 1834 0 0 0 0 36 0 0 0 0 0 +4601 1783783751450438200 DEPTH 55 1 0.56231594730537171 0.8356047700170357 1 12 2 11 1 0 183 26 2554 23664816 81600 890.65266418457031 5.8085000000000004 1078.6143 120960 65516 1 0 5898240 4423680 4423680 4426414 4492800 1150 156 150 162 936 0 0 0 0 26 0 0 0 0 1 +4602 1783783752536164500 DEPTH 22 1 0.56205217332222124 0.91396933560476989 3 11 3 11 0 0 163 13 2614 23664810 81600 880.63395690917969 5.8123000000000005 1064.7696000000001 120960 61874 1 0 5898240 4423680 4423680 4426409 4492800 626 150 261 202 1375 0 0 0 0 13 0 0 0 0 0 +4603 1783783753654030600 DEPTH 27 1 0.56202936611918397 0.93696763202725719 0 14 0 14 1 0 174 27 2555 23664760 81600 904.73712158203125 5.8805000000000005 1092.6479999999999 120960 58725 1 0 5898240 4423680 4423680 4426358 4492800 336 152 210 202 1655 0 0 0 0 27 0 0 0 0 1 +4604 1783783754766364200 DEPTH 37 1 0.56092700655170069 0.8356047700170357 1 12 1 12 1 0 156 14 2616 23664918 81600 889.55288696289062 5.8942999999999994 1080.373 120960 60790 1 0 5898240 4423680 4423680 4426516 4492800 753 150 210 439 1064 0 0 0 0 14 0 0 0 0 1 +4605 1783783756079474400 DEPTH 20 1 0.68588611807966227 0.45315161839863699 2 7 2 7 1 0 150 35 2585 23664885 81600 901.30319213867188 5.9121000000000006 1311.3613 120960 27710 1 0 5898240 4423680 4423680 4426485 4492800 150 150 150 150 1985 0 0 0 0 35 0 0 0 0 1 +4606 1783783757214897100 DEPTH 57 1 0.62682203196087904 0.8279386712095399 2 11 2 11 0 0 168 58 2532 23664844 81600 917.47012329101562 5.8606999999999996 1097.0862 120960 48939 1 0 5898240 4423680 4423680 4426441 4492800 555 153 164 155 1505 0 0 0 0 58 0 0 0 0 0 +4607 1783783758298081400 DEPTH 23 1 0.61630448958620154 0.92163543441226559 2 12 2 12 1 0 160 60 2585 23664878 81600 910.08819580078125 5.8689999999999998 1082.0353 120960 62546 1 0 5898240 4423680 4423680 4426478 4492800 152 150 150 150 1983 0 0 0 0 60 0 0 0 0 1 +4608 1783783759586322600 DEPTH 42 1 0.63916421135991741 0 0 4 0 4 0 0 224 33 2556 23664799 81600 846.03257751464844 5.8632999999999997 1287.078 120960 30983 1 0 5898240 4423680 4423680 4426398 4492800 156 150 169 256 1825 0 0 0 0 33 0 0 0 0 0 +4609 1783783760616239400 DEPTH 38 1 0.63421595348832649 0.64821124361158422 1 10 1 10 1 0 158 25 2574 23664920 81600 852.94264221191406 5.8613999999999997 1028.6876999999999 120960 52632 1 0 5898240 4423680 4423680 4426519 4492800 349 150 216 175 1684 2 0 0 0 23 2 0 0 0 0 +4610 1783783761870100700 DEPTH 40 1 0.63360455467818855 0.64821124361158422 1 10 1 10 0 0 162 19 2592 23664863 81600 852.56256103515625 5.8971999999999998 1219.0788 120960 52864 1 0 5898240 4423680 4423680 4426462 4492800 162 150 150 176 1954 0 0 0 0 19 0 0 0 0 0 +4611 1783783762931928100 DEPTH 49 1 0.56969442203682119 0.82027257240204421 3 10 3 10 0 0 153 32 2598 23664767 81600 860.90425109863281 5.8541999999999996 1036.3619000000001 120960 59906 1 0 5898240 4423680 4423680 4426365 4492800 546 150 157 196 1549 1 0 0 0 31 0 0 0 0 0 +4612 1783783763991387400 DEPTH 29 1 0.56950018517060597 0.8356047700170357 1 12 1 12 0 0 148 22 2559 23664897 81600 860.61054992675781 5.8710000000000004 1033.9871000000001 120960 61507 1 0 5898240 4423680 4423680 4426496 4492800 352 150 156 313 1588 0 0 0 0 22 0 0 0 0 0 +4613 1783783764222877000 REFRESH 31 0 0.52377234716255039 0.3594548551959113 2 6 2 6 0 0 175 2 426 3943921 55200 150.8720703125 0.98099999999999998 207.458 20160 13620 0 0 983040 737280 737280 737521 748800 92 25 33 144 132 0 0 0 0 2 0 0 0 0 0 +4614 1783783764471768900 REFRESH 11 0 0.53632696643747235 0.37478705281090291 0 8 0 8 0 0 126 4 423 3943909 55200 149.03910827636719 0.97960000000000003 223.809 20160 13645 0 0 983040 737280 737280 737509 748800 121 25 62 74 141 0 0 0 0 4 0 0 0 0 0 +4615 1783783764664867700 REFRESH 5 0 0.55694146084408225 0.8279386712095399 2 11 2 11 0 0 105 4 431 3943896 55200 149.22341918945312 0.9819 177.40790000000001 20160 12400 0 0 983040 737280 737280 737495 748800 86 25 42 148 130 0 0 0 0 4 0 0 0 0 0 +4616 1783783764844449600 REFRESH 58 0 0.48582627096110531 0.92163543441226559 2 12 2 12 0 0 151 7 413 3943902 55200 149.66886901855469 0.97150000000000003 178.3408 20160 13263 0 0 983040 737280 737280 737502 748800 146 25 25 41 176 0 0 0 0 7 0 0 0 0 0 +4617 1783783765040275000 REFRESH 26 0 0.56105527498797869 0.8356047700170357 1 12 1 12 0 0 125 3 431 3943888 55200 150.81369018554688 0.97989999999999999 180.1344 20160 12392 0 0 983040 737280 737280 737488 748800 106 25 26 86 188 0 0 0 0 3 0 0 0 0 0 +4618 1783783765277088400 REFRESH 32 0 0.54010424767215004 0.4608177172061329 1 8 1 8 0 0 164 2 420 3943910 55200 149.67398071289062 0.98570000000000002 191.89779999999999 20160 13235 0 0 983040 737280 737280 737510 748800 102 26 96 89 107 0 0 0 0 2 0 0 0 0 0 +4619 1783783765465842200 REFRESH 3 0 0.56593541976352491 0.64054514480408853 2 9 2 9 0 0 168 8 419 3943910 55200 149.48454284667969 0.98450000000000004 187.5787 20160 12747 0 0 983040 737280 737280 737510 748800 217 26 42 33 101 0 0 0 0 8 0 0 0 0 0 +4620 1783783765647470100 REFRESH 57 0 0.52929532231059628 0.8279386712095399 2 11 2 11 0 0 168 9 414 3943907 55200 150.53106689453125 0.98680000000000001 180.19999999999999 20160 12784 0 0 983040 737280 737280 737506 748800 205 26 33 27 123 0 0 0 0 9 0 0 0 0 0 +4621 1783783765864216200 REFRESH 53 0 0.52236971437622937 0.37478705281090291 0 8 0 8 0 0 178 1 417 3943898 55200 151.12191772460938 0.97560000000000002 192.62899999999999 20160 13417 0 0 983040 737280 737280 737497 748800 164 26 45 33 149 0 0 0 0 1 0 0 0 0 0 +4622 1783783766045002600 REFRESH 47 0 0.57048937336857963 0.8279386712095399 2 11 2 11 0 0 129 5 422 3943912 55200 150.508544921875 0.9758 179.56890000000001 20160 12629 0 0 983040 737280 737280 737512 748800 107 26 57 39 193 0 0 0 0 5 0 0 0 0 0 +4623 1783783766311365600 REFRESH 52 0 0.51977322060773379 0.36712095400340705 1 7 1 7 0 0 135 1 430 3943902 55200 150.41331481933594 0.98770000000000002 221.54669999999999 20160 12966 0 0 983040 737280 737280 737502 748800 169 26 72 82 81 0 0 0 0 1 0 0 0 0 0 +4624 1783783766491911500 REFRESH 23 0 0.53141656576518292 0.92163543441226559 2 12 2 12 0 0 160 10 421 3943946 55200 149.70060729980469 0.97960000000000003 179.4143 20160 12989 0 0 983040 737280 737280 737546 748800 69 25 29 27 271 0 0 0 0 10 0 0 0 0 0 +4625 1783783766711969700 REFRESH 45 0 0.53966687578452532 0.45315161839863699 2 7 2 7 0 0 182 4 423 3943937 55200 151.61549377441406 0.98180000000000001 188.30969999999999 20160 13615 0 0 983040 737280 737280 737537 748800 121 25 50 79 148 0 0 0 0 4 0 0 0 0 0 +4626 1783783766894502700 REFRESH 28 0 0.55803853717819574 0.8356047700170357 1 12 1 12 0 0 171 7 406 3943921 55200 151.02362060546875 0.98160000000000003 181.3854 20160 12458 0 0 983040 737280 737280 737520 748800 71 26 37 36 236 0 0 0 0 7 0 0 0 0 0 +4627 1783783767094307900 REFRESH 0 0 0.55219840962852995 0.8356047700170357 1 12 1 12 0 0 112 3 424 3943894 55200 150.89971923828125 0.97840000000000005 179.03540000000001 20160 12119 0 0 983040 737280 737280 737493 748800 128 25 26 28 217 0 0 0 0 3 0 0 0 0 0 +4628 1783783767284863800 REFRESH 40 0 0.55731799412123117 0.64821124361158422 1 10 1 10 0 0 162 7 420 3943915 55200 150.39091491699219 0.97999999999999998 189.4171 20160 13440 0 0 983040 737280 737280 737515 748800 89 25 27 33 246 0 0 0 0 7 0 0 0 0 0 +4629 1783783767514399200 REFRESH 21 0 0.54856046907445144 0.56218057921635434 0 10 0 10 0 0 202 10 415 3943918 55200 151.38496398925781 0.98360000000000003 204.2773 20160 12808 0 0 983040 737280 737280 737518 748800 114 26 52 95 128 0 0 0 0 10 0 0 0 0 0 +4630 1783783767741276300 REFRESH 20 0 0.82955350571600106 0.45315161839863699 2 7 2 7 0 0 151 12 422 3943914 55200 181.718017578125 0.98670000000000002 225.43889999999999 20160 12841 0 0 983040 737280 737280 737514 748800 25 25 25 26 321 0 1 0 0 11 0 0 0 0 0 +4631 1783783767927147700 REFRESH 19 0 0.55879876054643429 0.8279386712095399 2 11 2 11 0 0 144 7 420 3943917 55200 155.5650634765625 0.97999999999999998 184.7527 20160 12581 0 0 983040 737280 737280 737517 748800 149 25 42 53 151 0 0 0 0 7 0 0 0 0 0 +4632 1783783768109233500 REFRESH 22 0 0.56265470365482884 0.91396933560476989 3 11 3 11 0 0 163 5 424 3943920 55200 151.16390991210938 0.98099999999999998 180.95419999999999 20160 12814 0 0 983040 737280 737280 737520 748800 181 25 64 35 119 1 0 0 0 4 0 0 0 0 0 +4633 1783783768341334000 REFRESH 8 0 0.52011673394128477 0.26575809199318562 2 5 2 5 0 0 254 3 421 3943923 55200 166.21836853027344 0.98470000000000002 205.8706 20160 13418 0 0 983040 737280 737280 737523 748800 59 27 57 128 150 0 0 0 0 3 0 0 0 0 0 +4634 1783783768588967700 REFRESH 30 0 0.52889978800649395 0.4608177172061329 1 8 1 8 0 0 163 3 419 3943903 55200 161.53292846679688 1.0063 230.29810000000001 20160 13479 0 0 983040 737280 737280 737503 748800 122 25 55 141 76 0 0 0 0 3 0 0 0 0 0 +4635 1783783768870549400 REFRESH 1 0 0.53615342745597805 0.36712095400340705 1 7 1 7 0 0 150 8 431 3943907 55200 162.91941833496094 0.97709999999999997 242.2073 20160 13581 0 0 983040 737280 737280 737507 748800 116 25 76 102 112 0 0 0 0 8 0 0 0 0 0 +4636 1783783769070382100 REFRESH 38 0 0.66423462060816818 0.64821124361158422 1 10 1 10 0 0 158 3 423 3943901 55200 166.59149169921875 0.9768 198.17830000000001 20160 13400 0 0 983040 737280 737280 737501 748800 141 25 49 61 147 0 0 0 0 3 0 0 0 0 0 +4637 1783783769297610800 REFRESH 39 0 0.55866405778098194 0.63287904599659284 3 8 3 8 0 0 197 9 419 3943885 55200 167.32261657714844 1.1428 209.267 20160 13388 0 0 983040 737280 737280 737485 748800 35 25 29 27 303 0 0 0 0 9 0 0 0 0 0 +4638 1783783769482062600 REFRESH 43 0 0.58032607656578494 0.8279386712095399 2 11 2 11 0 0 155 7 431 3943893 55200 151.97608947753906 1.0008999999999999 183.1104 20160 12507 0 0 983040 737280 737280 737493 748800 157 25 121 50 78 0 0 0 0 7 0 0 0 0 0 +4639 1783783769724192800 REFRESH 9 0 0.53118997069532503 0.3594548551959113 2 6 2 6 0 0 165 4 436 3943903 55200 150.5771484375 0.99509999999999998 226.05359999999999 20160 13218 0 0 983040 737280 737280 737502 748800 177 25 40 113 81 0 0 0 0 4 0 0 0 0 0 +4640 1783783769933167600 REFRESH 35 0 0.56002794212966944 0.8279386712095399 2 11 2 11 0 0 192 3 416 3943916 55200 161.31993103027344 0.9798 193.19229999999999 20160 13054 0 0 983040 737280 737280 737516 748800 145 27 36 103 105 0 0 0 0 3 0 0 0 0 0 +4641 1783783770135421100 REFRESH 18 0 0.54411552094432847 0.9293015332197615 1 13 1 13 0 0 156 8 421 3943908 55200 155.53330993652344 0.97640000000000005 185.9419 20160 13545 0 0 983040 737280 737280 737508 748800 135 25 115 65 81 0 0 0 0 8 0 0 0 0 0 +4642 1783783770352611800 REFRESH 33 0 0.52905928990668238 0.36712095400340705 1 7 1 7 0 0 204 3 419 3943938 55200 158.16397094726562 0.97419999999999995 201.26910000000001 20160 13566 0 0 983040 737280 737280 737538 748800 130 26 71 68 124 0 0 0 0 3 0 0 0 0 0 +4643 1783783770584566600 REFRESH 41 0 0.54795051064559308 0.55451448040885853 1 9 1 9 0 0 118 7 421 3943907 55200 154.81446838378906 0.97199999999999998 216.1705 20160 12720 0 0 983040 737280 737280 737505 748800 212 26 28 36 119 0 0 0 0 7 0 0 0 0 0 +4644 1783783770827481900 REFRESH 48 0 0.54809501579025144 0.3594548551959113 2 6 2 6 0 0 229 5 417 3943903 55200 149.22880554199219 0.96650000000000003 218.07810000000001 20160 13804 0 0 983040 737280 737280 737503 748800 100 26 63 61 167 0 0 1 0 4 0 0 0 0 0 +4645 1783783771021479400 REFRESH 6 0 0.55384914004143893 0.91396933560476989 3 11 3 11 0 0 129 4 424 3943924 55200 149.54495239257812 0.9677 179.02869999999999 20160 11952 0 0 983040 737280 737280 737523 748800 122 25 51 51 175 0 0 1 0 3 0 0 0 0 0 +4646 1783783771205071800 REFRESH 29 0 0.56964195557827157 0.8356047700170357 1 12 1 12 0 0 148 7 415 3943926 55200 152.09164428710938 0.96909999999999996 182.3725 20160 12888 0 0 983040 737280 737280 737526 748800 148 25 26 103 113 0 0 0 0 7 0 0 0 0 0 +4647 1783783771440533400 REFRESH 13 0 0.51023831271811959 0.27342419080068137 1 6 1 6 0 0 196 1 415 3943927 55200 149.82943725585938 0.96630000000000005 206.51570000000001 20160 13531 0 0 983040 737280 737280 737527 748800 167 26 69 62 91 0 0 0 0 1 0 0 0 0 0 +4648 1783783771636636200 REFRESH 14 0 0.57280284953197003 0.65587734241908002 0 11 0 11 0 0 149 3 417 3943907 55200 150.78707885742188 0.96719999999999995 194.94390000000001 20160 13419 0 0 983040 737280 737280 737507 748800 195 25 31 30 136 0 0 0 0 3 0 0 0 0 0 +4649 1783783771834097400 REFRESH 7 0 0.57095120400509702 0.8356047700170357 1 12 1 12 0 0 157 8 415 3943882 55200 149.86349487304688 0.96640000000000004 180.2533 20160 13052 0 0 983040 737280 737280 737482 748800 91 27 36 49 212 0 0 0 0 8 0 0 0 0 0 +4650 1783783772019725000 REFRESH 55 0 0.61228042407913463 0.8279386712095399 2 11 2 11 0 0 183 3 421 3943926 55200 153.15763854980469 0.97289999999999999 184.35550000000001 20160 13423 0 0 983040 737280 737280 737526 748800 252 26 25 27 91 0 0 0 0 3 0 0 0 0 0 +4651 1783783772266238100 REFRESH 2 0 0.55032291008066991 0.45315161839863699 2 7 2 7 0 0 172 6 429 3943903 55200 162.73408508300781 0.97289999999999999 221.21799999999999 20160 13511 0 0 983040 737280 737280 737503 748800 158 25 64 77 105 0 0 0 0 6 0 0 0 0 0 +4652 1783783772469051200 REFRESH 15 0 0.56389134013054787 0.91396933560476989 3 11 3 11 0 0 119 5 424 3943923 55200 153.55801391601562 0.98619999999999997 185.88550000000001 20160 12441 0 0 983040 737280 737280 737523 748800 134 25 79 88 98 0 0 0 1 4 0 0 0 0 0 +4653 1783783772667005500 REFRESH 34 0 0.53056011186019092 0.8356047700170357 1 12 1 12 0 0 127 6 429 3943916 55200 150.68057250976562 1.0591999999999999 181.82740000000001 20160 12983 0 0 983040 737280 737280 737516 748800 182 25 60 81 81 0 0 0 0 6 0 0 0 0 0 +4654 1783783772860633500 REFRESH 51 0 0.56505885988847226 0.91396933560476989 3 11 3 11 0 0 136 7 423 3943911 55200 160.32255554199219 1.0286 192.18620000000001 20160 12727 0 0 983040 737280 737280 737511 748800 177 25 78 50 93 0 0 0 0 7 0 0 0 0 0 +4655 1783783773133521600 REFRESH 46 0 0.53096923559399234 0.37478705281090291 0 8 0 8 0 0 338 4 428 3943916 55200 196.2977294921875 0.98409999999999997 258.8186 20160 13606 0 0 983040 737280 737280 737516 748800 122 25 75 81 125 0 0 0 0 4 0 0 0 0 0 +4656 1783783773322102500 REFRESH 24 0 0.56353765634776676 1 4 11 4 11 0 0 169 4 413 3943930 55200 156.54502868652344 0.98029999999999995 187.4401 20160 12452 0 0 983040 737280 737280 737529 748800 158 33 26 36 160 0 0 0 0 4 0 0 0 0 0 +4657 1783783773509599400 REFRESH 27 0 0.5631498521783147 0.93696763202725719 0 14 0 14 0 0 174 7 416 3943905 55200 156.49586486816406 0.98160000000000003 186.3432 20160 12479 0 0 983040 737280 737280 737505 748800 180 26 43 34 133 0 0 0 0 7 0 0 0 0 0 +4658 1783783773690898000 REFRESH 25 0 0.56470787924235577 0.91396933560476989 3 11 3 11 0 0 140 3 427 3943924 55200 150.47270202636719 0.97319999999999995 180.16829999999999 20160 12208 0 0 983040 737280 737280 737524 748800 160 25 53 27 162 0 0 0 0 3 0 0 0 0 0 +4659 1783783773891904600 REFRESH 4 0 0.54148066648357251 0.9293015332197615 1 13 1 12 1 0 73 6 423 3943915 55200 148.89984130859375 0.98640000000000005 176.93119999999999 20160 12540 0 0 983040 737280 737280 737515 748800 59 26 42 56 240 0 0 1 0 5 0 0 1 0 0 +4660 1783783774084983200 REFRESH 49 0 0.57031085351412614 0.82027257240204421 3 10 3 10 0 0 153 6 420 3943909 55200 162.81497192382812 0.98199999999999998 191.89769999999999 20160 12359 0 0 983040 737280 737280 737509 748800 210 26 29 47 108 0 0 0 0 6 0 0 0 0 0 +4661 1783783774354362100 REFRESH 17 0 0.51793481358480087 0.28109028960817717 0 7 0 7 0 0 237 5 415 3943929 55200 170.52365112304688 0.97740000000000005 244.25409999999999 20160 13500 0 0 983040 737280 737280 737528 748800 96 26 66 110 117 0 0 0 0 5 0 0 0 0 0 +4662 1783783774556132800 REFRESH 36 0 0.54988761184389745 0.82027257240204421 3 10 3 10 0 0 145 9 431 3943924 55200 156.62307739257812 0.9819 186.61969999999999 20160 12911 0 0 983040 737280 737280 737523 748800 203 25 27 63 113 0 0 0 0 9 0 0 0 0 0 +4663 1783783774768405000 REFRESH 10 0 0.53028662605990218 0.64821124361158422 1 10 1 10 0 0 135 0 425 3943901 55200 171.91014099121094 0.97960000000000003 202.81219999999999 20160 12137 0 0 983040 737280 737280 737501 748800 185 25 43 47 125 0 0 0 0 0 0 0 0 0 0 +4664 1783783774957460500 REFRESH 37 0 0.56221263118412956 0.8356047700170357 1 12 1 12 0 0 156 3 432 3943898 55200 158.01139831542969 0.97889999999999999 187.87129999999999 20160 12717 0 0 983040 737280 737280 737498 748800 170 25 44 91 102 0 0 0 0 3 0 0 0 0 0 +4665 1783783775152582000 REFRESH 12 0 0.56553881363288672 0.63287904599659284 3 8 3 8 0 0 217 7 413 3943942 55200 161.02809143066406 0.98540000000000005 193.7568 20160 13049 0 0 983040 737280 737280 737542 748800 196 27 34 65 91 0 0 0 0 7 0 0 0 0 0 +4666 1783783775413597900 REFRESH 56 0 0.51995371122488065 0.26575809199318562 2 5 2 5 1 0 240 4 412 3943917 55200 169.45458984375 1.1574 244.61429999999999 20160 13260 0 0 983040 737280 737280 737517 748800 139 26 46 120 81 0 0 0 0 4 0 0 0 0 1 +4667 1783783775702346800 REFRESH 16 0 0.53652153804079439 0.3594548551959113 2 6 2 6 0 0 221 1 413 3943924 55200 178.46170043945312 0.98419999999999996 221.68360000000001 20160 13368 0 0 983040 737280 737280 737524 748800 169 26 27 98 93 0 0 0 0 1 0 0 0 0 0 +4668 1783783775939726700 REFRESH 42 0 0.78926939648086059 0 0 4 0 4 0 0 224 8 414 3943888 55200 160.37274169921875 0.98240000000000005 235.74529999999999 20160 13266 0 0 983040 737280 737280 737488 748800 71 25 92 112 114 0 0 0 0 8 0 0 0 0 0 +4669 1783783776194437200 REFRESH 44 0 0.55145836039725904 0.36712095400340705 1 7 1 7 0 0 184 7 424 3943916 55200 161.41824340820312 0.98199999999999998 231.68729999999999 20160 13502 0 0 983040 737280 737280 737515 748800 99 26 36 63 200 0 0 0 0 7 0 0 0 0 0 +4670 1783783776402986700 REFRESH 50 0 0.55052676103856557 0.64054514480408853 2 9 2 9 0 0 151 12 417 3943919 55200 151.79280090332031 0.98519999999999996 191.4914 20160 13073 0 0 983040 737280 737280 737518 748800 139 26 40 53 159 0 0 0 0 12 0 0 0 0 0 +4671 1783783776662380800 REFRESH 54 0 0.53191691127062035 0.4608177172061329 1 8 1 8 0 0 141 1 420 3943914 55200 159.65081787109375 0.98650000000000004 230.69120000000001 20160 13515 0 0 983040 737280 737280 737514 748800 152 25 65 106 72 0 0 0 0 1 0 0 0 0 0 +4672 1783783777995047100 DEPTH 20 1 0.80560205803037954 0.45315161839863699 2 7 2 7 0 0 151 24 2578 23664817 81600 919.32492065429688 5.902099999999999 1305.829 120960 63051 1 0 5898240 4423680 4423680 4426415 4492800 150 150 150 150 1978 0 0 0 0 24 0 0 0 0 0 +4673 1783783779130238000 DEPTH 38 1 0.6478341819130784 0.64821124361158422 1 10 1 10 1 0 158 36 2571 23664877 81600 950.36007690429688 5.9253 1133.7032999999999 120960 64913 1 0 5898240 4423680 4423680 4426477 4492800 312 150 214 171 1724 1 0 0 0 35 0 0 0 0 1 +4674 1783783780204951600 DEPTH 57 1 0.63150533888268456 0.8279386712095399 2 11 2 11 0 0 169 52 2536 23664877 81600 873.86924743652344 5.8849999999999998 1049.4972 120960 61581 1 0 5898240 4423680 4423680 4426476 4492800 478 153 162 157 1586 0 0 0 0 52 0 0 0 0 0 +4675 1783783781488123300 DEPTH 40 1 0.61862958596183049 0.64821124361158422 1 10 1 10 0 0 162 14 2592 23664830 81600 864.090087890625 5.9085000000000001 1235.3723 120960 64949 1 0 5898240 4423680 4423680 4426427 4492800 166 150 150 164 1962 0 0 0 0 14 0 0 0 0 0 +4676 1783783782558789100 DEPTH 23 1 0.60691950813132745 0.92163543441226559 2 12 2 12 0 0 160 46 2578 23664899 81600 870.66009521484375 5.9090999999999996 1045.3833999999999 120960 63244 1 0 5898240 4423680 4423680 4426499 4492800 154 150 150 150 1974 0 0 0 0 46 0 0 0 0 0 +4677 1783783783931743900 DEPTH 42 1 0.62724595105825898 0 0 4 0 4 0 0 224 37 2556 23664839 81600 893.29356384277344 5.9135000000000009 1347.5450000000001 120960 65931 1 0 5898240 4423680 4423680 4426438 4492800 156 150 177 193 1880 0 0 0 0 37 0 0 0 0 0 +4678 1783783785029705000 DEPTH 43 1 0.5761862627877925 0.8279386712095399 2 11 2 11 0 0 155 26 2604 23664947 81600 876.98196411132812 5.8984999999999994 1058.3954000000001 120960 61684 1 0 5898240 4423680 4423680 4426545 4492800 502 150 491 332 1129 0 0 1 0 25 0 0 0 0 0 +4679 1783783786086847300 DEPTH 55 1 0.60011923216343299 0.8279386712095399 2 11 2 11 1 0 183 49 2566 23664827 81600 875.17198181152344 5.9256999999999991 1055.7797 120960 65102 1 0 5898240 4423680 4423680 4426426 4492800 1179 156 150 156 925 0 0 0 0 49 0 0 0 0 2 +4680 1783783787369605300 DEPTH 20 1 0.61386892739264898 0.45315161839863699 2 7 2 7 0 0 151 20 2559 23664835 81600 857.37979125976562 5.8944000000000001 1242.2910999999999 120960 51895 1 0 5898240 4423680 4423680 4426434 4492800 150 150 150 150 1959 0 0 0 0 20 0 0 0 0 0 +4681 1783783788414117800 DEPTH 4 1 0.61476481471115385 0.8356047700170357 1 12 1 12 1 0 74 27 2533 23664698 81600 871.73326110839844 5.9134000000000002 1042.9409000000001 120960 62000 1 0 5898240 4423680 4423680 4426297 4492800 184 156 235 299 1659 0 0 5 0 22 0 0 0 0 1 +4682 1783783789466676500 DEPTH 7 1 0.56873517022073505 0.8356047700170357 1 12 1 12 0 0 157 37 2546 23664845 81600 877.2989501953125 5.8974000000000002 1051.1324999999999 120960 62897 1 0 5898240 4423680 4423680 4426444 4492800 158 150 168 186 1884 0 0 0 0 37 0 0 0 0 0 +4683 1783783790780247200 DEPTH 42 1 0.59737813274194695 0 0 4 0 4 1 0 225 40 2560 23664785 81600 861.16584777832031 5.9020999999999999 1312.3026 120960 55419 1 0 5898240 4423680 4423680 4426383 4492800 156 150 161 193 1900 0 0 0 0 40 0 0 0 0 1 +4684 1783783791835531100 DEPTH 29 1 0.56667568536613211 0.8356047700170357 1 12 1 12 0 0 148 28 2560 23664860 81600 874.87887573242188 5.8956 1054.0974000000001 120960 62342 1 0 5898240 4423680 4423680 4426457 4492800 360 150 156 270 1624 0 0 0 0 28 0 0 0 0 0 +4685 1783783792918673200 DEPTH 47 1 0.56582734139731417 0.8279386712095399 2 11 2 11 0 0 130 11 2606 23664872 81600 881.44367980957031 5.8951999999999991 1058.1600000000001 120960 60347 1 0 5898240 4423680 4423680 4426470 4492800 217 150 198 179 1862 0 0 0 0 11 0 0 0 0 0 +4686 1783783794235402100 DEPTH 14 1 0.56508183736511242 0.65587734241908002 0 11 0 11 0 0 149 22 2593 23664845 81600 882.48406982421875 5.9062000000000001 1267.1592000000001 120960 65427 1 0 5898240 4423680 4423680 4426445 4492800 597 150 156 191 1499 0 0 0 0 22 0 0 0 0 0 +4687 1783783795508129100 DEPTH 3 1 0.5650445631119958 0.64054514480408853 2 9 2 9 1 0 168 36 2544 23664713 81600 872.37297058105469 6.1212999999999997 1241.7016000000001 120960 61793 1 0 5898240 4423680 4423680 4426312 4492800 343 150 186 175 1690 1 0 0 0 35 0 0 0 0 1 +4688 1783783796783892300 DEPTH 20 1 0.59420487747400341 0.45315161839863699 2 7 2 7 0 0 151 23 2562 23664896 81600 858.17735290527344 5.9052999999999995 1251.5261 120960 41258 1 0 5898240 4423680 4423680 4426495 4492800 150 150 150 150 1962 0 0 0 0 23 0 0 0 0 0 +4689 1783783798225980400 DEPTH 42 1 0.59746331988352819 0 0 4 0 4 0 0 225 27 2556 23664856 81600 986.10279846191406 5.9089 1440.3688 120960 43977 1 0 5898240 4423680 4423680 4426453 4492800 156 150 164 203 1883 0 0 0 0 27 0 0 0 0 0 +4690 1783783799321433600 DEPTH 49 1 0.56671301914815553 0.82027257240204421 3 10 3 10 0 0 153 24 2601 23664755 81600 895.12216186523438 5.8934999999999995 1070.1682000000001 120960 60149 1 0 5898240 4423680 4423680 4426355 4492800 547 150 156 200 1548 3 0 0 0 21 0 0 0 0 0 +4691 1783783800402216300 DEPTH 58 1 0.56283209135733103 0.92163543441226559 2 12 2 12 0 0 151 32 2542 23664772 81600 892.36172485351562 5.9049999999999994 1065.3349000000001 120960 64011 1 0 5898240 4423680 4423680 4426371 4492800 263 150 150 191 1788 0 0 0 0 32 0 0 0 0 0 +4692 1783783801516941300 DEPTH 51 1 0.56217165457180762 0.91396933560476989 3 11 3 11 0 0 136 19 2558 23664842 81600 924.46476745605469 5.9535 1112.8317999999999 120960 62251 1 0 5898240 4423680 4423680 4426442 4492800 926 150 380 259 843 0 0 0 0 19 0 0 0 0 0 +4693 1783783802706270300 DEPTH 27 1 0.56100882371535699 0.93696763202725719 0 14 0 14 1 0 174 26 2558 23664789 81600 961.51345825195312 5.9893000000000001 1151.8110999999999 120960 59943 1 0 5898240 4423680 4423680 4426385 4492800 322 152 224 194 1666 0 0 0 0 26 0 0 0 0 1 +4694 1783783803840385700 DEPTH 15 1 0.55992699954120462 0.91396933560476989 3 11 3 11 0 0 120 37 2561 23664878 81600 938.59346008300781 5.9000000000000004 1132.7094 120960 59523 1 0 5898240 4423680 4423680 4426478 4492800 532 150 251 324 1304 0 0 0 1 36 0 0 0 0 0 +4695 1783783804984816600 DEPTH 25 1 0.55902412307444171 0.91396933560476989 3 11 3 11 0 0 142 24 2588 23664833 81600 933.8419189453125 5.8384 1120.0272 120960 57713 1 0 5898240 4423680 4423680 4426430 4492800 199 150 177 150 1912 0 0 0 0 24 0 0 0 0 0 +4696 1783783806077381100 DEPTH 38 1 0.61995460205538599 0.64821124361158422 1 10 1 10 1 0 158 31 2571 23664811 81600 907.83453369140625 5.8639000000000001 1091.2851000000001 120960 53799 1 0 5898240 4423680 4423680 4426411 4492800 299 150 216 168 1738 0 0 0 0 31 0 0 0 0 1 +4697 1783783807396875400 DEPTH 42 1 0.61749353804120066 0 0 4 0 4 1 0 225 40 2567 23664864 81600 851.32765197753906 5.8362999999999996 1317.7301 120960 30548 1 0 5898240 4423680 4423680 4426462 4492800 156 150 150 175 1936 0 0 0 0 40 0 0 0 0 2 +4698 1783783808464959000 DEPTH 57 1 0.6153264532879108 0.8279386712095399 2 11 2 11 0 0 169 57 2572 23664877 81600 860.94129943847656 5.8317000000000005 1040.9322999999999 120960 50819 1 0 5898240 4423680 4423680 4426476 4492800 457 150 157 152 1656 0 0 0 0 57 0 0 0 0 0 +4699 1783783809711717300 DEPTH 20 1 0.60641140442012631 0.45315161839863699 2 7 2 7 0 0 151 17 2562 23664887 81600 847.82795715332031 5.8271999999999995 1245.5001 120960 28571 1 0 5898240 4423680 4423680 4426486 4492800 150 150 150 150 1962 0 0 0 0 17 0 0 0 0 0 +4700 1783783811007548100 DEPTH 40 1 0.61367460566891063 0.64821124361158422 1 10 1 10 0 0 162 17 2591 23664885 81600 880.28762817382812 5.8406000000000002 1274.954 120960 53568 1 0 5898240 4423680 4423680 4426483 4492800 166 150 150 174 1951 0 0 0 0 17 0 0 0 0 0 +4701 1783783812173446100 DEPTH 12 1 0.56351768325140439 0.63287904599659284 3 8 3 8 0 0 217 37 2526 23664825 81600 902.8902587890625 5.9988000000000001 1100.251 120960 63180 1 0 5898240 4423680 4423680 4426424 4492800 496 156 172 235 1467 0 0 0 0 37 0 0 0 0 0 +4702 1783783813505044600 DEPTH 39 1 0.55888196869923823 0.63287904599659284 3 8 3 8 0 0 197 19 2611 23664800 81600 920.41561889648438 6.2654000000000005 1314.7836 120960 65052 1 0 5898240 4423680 4423680 4426397 4492800 150 150 153 150 2008 0 0 0 0 19 0 0 0 0 0 +4703 1783783814602529800 DEPTH 24 1 0.55827403063231062 1 4 11 4 11 0 0 169 27 2525 23664958 81600 875.70198059082031 5.8677999999999999 1057.8532 120960 59203 1 0 5898240 4423680 4423680 4426556 4492800 230 153 150 156 1836 0 0 0 0 27 0 0 0 0 0 +4704 1783783814798548800 REFRESH 28 0 0.55689195731761876 0.8356047700170357 1 12 1 12 0 0 171 6 403 3943917 55200 149.68013000488281 0.97160000000000002 180.69909999999999 20160 12399 0 0 983040 737280 737280 737517 748800 65 26 37 35 240 0 0 0 0 6 0 0 0 0 0 +4705 1783783815029130800 REFRESH 39 0 0.3398595417698943 0.63287904599659284 3 8 3 8 0 0 197 3 413 3943902 55200 155.399169921875 0.97719999999999996 196.2791 20160 13457 0 0 983040 737280 737280 737502 748800 37 25 36 32 283 0 0 0 0 3 0 0 0 0 0 +4706 1783783815288215400 REFRESH 56 0 0.51872130233227498 0.26575809199318562 2 5 2 5 0 0 240 3 414 3943921 55200 156.157958984375 0.98009999999999997 233.6053 20160 13552 0 0 983040 737280 737280 737521 748800 140 26 46 119 83 0 0 0 0 3 0 0 0 0 0 +4707 1783783815476895100 REFRESH 27 0 0.4519251850475336 0.93696763202725719 0 14 0 14 0 0 174 8 418 3943883 55200 155.76063537597656 0.98929999999999996 187.4511 20160 12778 0 0 983040 737280 737280 737483 748800 188 26 50 35 119 0 0 0 0 8 0 0 0 0 0 +4708 1783783815660466300 REFRESH 38 0 0.50287670459695566 0.64821124361158422 1 10 1 10 1 0 158 7 421 3943902 55200 149.60231018066406 0.96909999999999996 182.26570000000001 20160 13443 0 0 983040 737280 737280 737502 748800 171 25 54 68 103 0 0 0 0 7 0 0 0 0 1 +4709 1783783815886294600 REFRESH 53 0 0.51860183386178915 0.37478705281090291 0 8 0 8 0 0 178 3 416 3943917 55200 153.74745178222656 0.97250000000000003 198.41589999999999 20160 13531 0 0 983040 737280 737280 737516 748800 167 26 47 33 143 0 0 0 0 3 0 0 0 0 0 +4710 1783783816123604900 REFRESH 2 0 0.54822552023325821 0.45315161839863699 2 7 2 7 0 0 172 3 426 3943927 55200 153.51091003417969 0.9889 212.4768 20160 13555 0 0 983040 737280 737280 737526 748800 153 25 63 75 110 0 0 0 0 3 0 0 0 0 0 +4711 1783783816374806600 REFRESH 31 0 0.52088222351152136 0.3594548551959113 2 6 2 6 0 0 175 3 425 3943913 55200 149.57260131835938 0.98880000000000001 224.32339999999999 20160 13542 0 0 983040 737280 737280 737513 748800 91 25 33 144 132 0 0 0 0 3 0 0 0 0 0 +4712 1783783816662112900 REFRESH 52 0 0.51648369939420191 0.36712095400340705 1 7 1 7 0 0 135 5 431 3943937 55200 167.09735107421875 1.0011000000000001 261.1875 20160 12948 0 0 983040 737280 737280 737537 748800 167 26 73 82 83 0 0 0 0 5 0 0 0 0 0 +4713 1783783816843737700 REFRESH 49 0 0.54734928924156367 0.82027257240204421 3 10 3 10 0 0 153 7 421 3943914 55200 149.88697814941406 0.97430000000000005 180.1224 20160 12859 0 0 983040 737280 737280 737513 748800 212 26 29 48 106 0 0 0 0 7 0 0 0 0 0 +4714 1783783817043206000 REFRESH 23 0 0.60274421768334108 0.92163543441226559 2 12 2 12 1 0 161 10 422 3943911 55200 149.93408203125 0.9698 188.2424 20160 13139 0 0 983040 737280 737280 737511 748800 89 25 33 27 248 0 0 0 0 10 0 0 0 0 1 +4715 1783783817244665700 REFRESH 37 0 0.55624455063739142 0.8356047700170357 1 12 1 12 0 0 156 5 433 3943904 55200 154.60147094726562 1.0190999999999999 185.7972 20160 12745 0 0 983040 737280 737280 737504 748800 165 25 42 91 110 0 0 0 0 5 0 0 0 0 0 +4716 1783783817457293100 REFRESH 50 0 0.55358084259162976 0.64054514480408853 2 9 2 9 0 0 151 7 421 3943929 55200 153.22726440429688 0.98180000000000001 196.07239999999999 20160 13036 0 0 983040 737280 737280 737528 748800 91 26 33 41 230 0 0 0 0 7 0 0 0 0 0 +4717 1783783817694213800 REFRESH 36 0 0.55104875077924387 0.82027257240204421 3 10 3 10 1 0 145 5 430 3943883 55200 179.10783386230469 1.0115000000000001 211.04230000000001 20160 12789 0 0 983040 737280 737280 737483 748800 202 25 27 62 114 0 0 0 0 5 0 0 0 0 1 +4718 1783783817907846800 REFRESH 32 0 0.53567601735503501 0.4608177172061329 1 8 1 8 0 0 164 4 424 3943896 55200 153.47917175292969 0.98129999999999995 197.35659999999999 20160 13315 0 0 983040 737280 737280 737496 748800 103 26 97 93 105 0 0 0 0 4 0 0 0 0 0 +4719 1783783818109359100 REFRESH 35 0 0.55389958622969671 0.8279386712095399 2 11 2 11 0 0 192 9 416 3943912 55200 154.27481079101562 0.97629999999999995 185.80670000000001 20160 13118 0 0 983040 737280 737280 737512 748800 141 27 36 103 109 0 0 0 0 9 0 0 0 0 0 +4720 1783783818348998300 REFRESH 21 0 0.55210541496622423 0.56218057921635434 0 10 0 10 0 0 202 8 418 3943913 55200 169.84268188476562 0.97709999999999997 225.08539999999999 20160 12849 0 0 983040 737280 737280 737513 748800 124 26 58 95 115 0 0 0 0 8 0 0 0 0 0 +4721 1783783818599586300 REFRESH 42 0 0.77750988929131637 0 0 4 0 4 0 0 225 5 416 3943904 55200 171.28448486328125 0.97299999999999998 249.39340000000001 20160 13342 0 0 983040 737280 737280 737504 748800 64 25 91 105 131 0 0 0 0 5 0 0 0 0 0 +4722 1783783818838842700 REFRESH 41 0 0.54853174598061027 0.55451448040885853 1 9 1 9 0 0 118 4 415 3943913 55200 149.49501037597656 0.96760000000000002 212.9864 20160 12624 0 0 983040 737280 737280 737513 748800 204 26 28 36 121 0 0 0 0 4 0 0 0 0 0 +4723 1783783819045464100 REFRESH 15 0 0.56121717595695697 0.91396933560476989 3 11 3 11 0 0 120 4 422 3943873 55200 173.63250732421875 0.98119999999999996 205.33590000000001 20160 12411 0 0 983040 737280 737280 737473 748800 135 25 68 91 103 0 0 0 0 4 0 0 0 0 0 +4724 1783783819231984900 REFRESH 24 0 0.51936779889857443 1 4 11 4 11 1 0 169 5 416 3943923 55200 152.47975158691406 0.98119999999999996 185.0548 20160 12648 0 0 983040 737280 737280 737523 748800 168 33 26 42 147 0 0 0 0 5 0 0 0 0 1 +4725 1783783819441984100 REFRESH 0 0 0.54899815040158639 0.8356047700170357 1 12 1 12 0 0 112 7 427 3943920 55200 164.28544616699219 0.97809999999999997 194.6009 20160 11917 0 0 983040 737280 737280 737520 748800 99 25 26 28 249 0 0 0 0 7 0 0 0 0 0 +4726 1783783819662056100 REFRESH 13 0 0.50704541321811458 0.27342419080068137 1 6 1 6 0 0 196 3 415 3943893 55200 150.50445556640625 0.97270000000000001 207.36259999999999 20160 13531 0 0 983040 737280 737280 737493 748800 168 26 69 63 89 0 0 0 0 3 0 0 0 0 0 +4727 1783783819857608900 REFRESH 4 0 0.63920603041052182 0.8356047700170357 1 12 1 12 0 0 74 1 412 3943907 55200 162.38899230957031 0.97929999999999995 194.1388 20160 11989 0 0 983040 737280 737280 737507 748800 70 26 41 47 228 0 0 1 0 0 0 0 0 0 0 +4728 1783783820108806000 REFRESH 48 0 0.54508515177016048 0.3594548551959113 2 6 2 6 0 0 229 2 417 3943933 55200 157.06536865234375 0.96999999999999997 228.93340000000001 20160 13745 0 0 983040 737280 737280 737532 748800 99 26 62 61 169 0 0 1 0 1 0 0 0 0 0 +4729 1783783820358292300 REFRESH 44 0 0.55125242384261353 0.36712095400340705 1 7 1 7 0 0 184 1 420 3943930 55200 157.51167297363281 0.97540000000000004 235.04140000000001 20160 13591 0 0 983040 737280 737280 737530 748800 66 26 29 42 257 0 0 0 0 1 0 0 0 0 0 +4730 1783783820549390500 REFRESH 58 0 0.56296605854028903 0.92163543441226559 2 12 2 12 0 0 151 7 418 3943911 55200 156.73139953613281 0.9798 189.1447 20160 13328 0 0 983040 737280 737280 737511 748800 148 25 25 45 175 0 0 0 0 7 0 0 0 0 0 +4731 1783783820747061900 REFRESH 57 0 0.61968262139467045 0.8279386712095399 2 11 2 11 0 0 170 11 410 3943912 55200 164.59571838378906 0.995 195.73500000000001 20160 13004 0 0 983040 737280 737280 737512 748800 223 26 34 27 100 0 0 0 0 11 0 0 0 0 0 +4732 1783783821006941300 REFRESH 11 0 0.53429137298896268 0.37478705281090291 0 8 0 8 0 0 126 9 429 3943917 55200 158.94425964355469 0.98740000000000006 240.94470000000001 20160 13602 0 0 983040 737280 737280 737516 748800 134 25 63 81 126 0 0 0 0 9 0 0 0 0 0 +4733 1783783821202902600 REFRESH 19 0 0.55717027107586126 0.8279386712095399 2 11 2 11 0 0 144 3 424 3943919 55200 152.75724792480469 0.97560000000000002 184.0172 20160 12757 0 0 983040 737280 737280 737519 748800 172 26 46 64 116 0 0 0 0 3 0 0 0 0 0 +4734 1783783821429216800 REFRESH 30 0 0.52634286917611195 0.4608177172061329 1 8 1 8 0 0 163 4 423 3943908 55200 150.72256469726562 0.97499999999999998 213.5496 20160 13436 0 0 983040 737280 737280 737507 748800 122 25 55 143 78 0 0 0 0 4 0 0 0 0 0 +4735 1783783821626272800 REFRESH 14 0 0.5650734479731907 0.65587734241908002 0 11 0 11 0 0 149 8 423 3943911 55200 151.30419921875 0.9698 195.87729999999999 20160 13508 0 0 983040 737280 737280 737511 748800 210 25 36 31 121 0 0 0 0 8 0 0 0 0 0 +4736 1783783821828479100 REFRESH 5 0 0.55363221834421406 0.8279386712095399 2 11 2 11 0 0 105 3 428 3943917 55200 151.76908874511719 0.9819 182.20349999999999 20160 12249 0 0 983040 737280 737280 737517 748800 112 25 42 160 89 0 0 0 0 3 0 0 0 0 0 +4737 1783783822022607700 REFRESH 26 0 0.55607418467794678 0.8356047700170357 1 12 1 12 0 0 125 5 428 3943924 55200 151.82028198242188 0.98950000000000005 182.1319 20160 12355 0 0 983040 737280 737280 737524 748800 106 25 26 82 189 0 0 0 0 5 0 0 0 0 0 +4738 1783783822206104400 REFRESH 22 0 0.55826621866423165 0.91396933560476989 3 11 3 11 0 0 163 3 426 3943893 55200 151.70559692382812 0.9728 182.23320000000001 20160 12964 0 0 983040 737280 737280 737493 748800 168 25 61 35 137 0 0 0 0 3 0 0 0 0 0 +4739 1783783822410067400 REFRESH 55 0 0.59963099935412534 0.8279386712095399 2 11 2 11 0 0 183 9 414 3943939 55200 151.86534118652344 0.97250000000000003 182.40940000000001 20160 13410 0 0 983040 737280 737280 737539 748800 254 26 25 26 83 0 0 0 0 9 0 0 0 0 0 +4740 1783783822604628900 REFRESH 40 0 0.60915708395684398 0.64821124361158422 1 10 1 10 0 0 162 11 414 3943912 55200 151.86431884765625 0.97199999999999998 193.2311 20160 13383 0 0 983040 737280 737280 737512 748800 76 25 27 33 253 0 0 0 0 11 0 0 0 0 0 +4741 1783783822798467400 REFRESH 29 0 0.56694808193680646 0.8356047700170357 1 12 1 12 0 0 148 9 424 3943875 55200 152.47789001464844 0.99009999999999998 183.14179999999999 20160 12979 0 0 983040 737280 737280 737474 748800 124 25 26 95 154 0 0 0 0 9 0 0 0 0 0 +4742 1783783823013579500 REFRESH 7 0 0.56870130047991641 0.8356047700170357 1 12 1 12 0 0 157 11 419 3943873 55200 162.39205932617188 0.97199999999999998 194.012 20160 12953 0 0 983040 737280 737280 737473 748800 107 28 46 62 176 0 0 0 0 11 0 0 0 0 0 +4743 1783783823201831800 REFRESH 51 0 0.5625032405046364 0.91396933560476989 3 11 3 11 0 0 136 3 424 3943893 55200 156.50303649902344 0.97540000000000004 186.9486 20160 13189 0 0 983040 737280 737280 737493 748800 178 25 78 49 94 0 0 0 0 3 0 0 0 0 0 +4744 1783783823412858400 REFRESH 45 0 0.53674996563617583 0.45315161839863699 2 7 2 7 0 0 182 9 425 3943901 55200 152.33638000488281 0.97099999999999997 190.191 20160 13452 0 0 983040 737280 737280 737501 748800 105 25 44 76 175 0 0 0 0 9 0 0 0 0 0 +4745 1783783823632325400 REFRESH 8 0 0.51758295108994523 0.26575809199318562 2 5 2 5 1 0 254 3 414 3943891 55200 168.90879821777344 0.97419999999999995 206.80539999999999 20160 13429 0 0 983040 737280 737280 737490 748800 73 27 75 133 106 0 0 0 0 3 0 0 0 0 1 +4746 1783783823824571800 REFRESH 43 0 0.57542435536550007 0.8279386712095399 2 11 2 11 0 0 155 6 425 3943915 55200 149.89823913574219 0.97660000000000002 180.05699999999999 20160 13610 0 0 983040 737280 737280 737515 748800 156 25 123 51 70 0 0 0 0 6 0 0 0 0 0 +4747 1783783824016425500 REFRESH 3 0 0.56614096408658909 0.64054514480408853 2 9 2 9 0 0 168 2 418 3943916 55200 150.02214050292969 0.99060000000000004 190.2492 20160 13315 0 0 983040 737280 737280 737516 748800 213 26 41 33 105 0 0 0 0 2 0 0 0 0 0 +4748 1783783824278692400 REFRESH 46 0 0.52901284816722138 0.37478705281090291 0 8 0 8 0 0 338 6 422 3943925 55200 151.77011108398438 0.99450000000000005 219.126 20160 13442 0 0 983040 737280 737280 737525 748800 120 25 69 80 128 0 0 0 0 6 0 0 0 0 0 +4749 1783783824575955400 REFRESH 1 0 0.5382028810109345 0.36712095400340705 1 7 1 7 0 0 150 1 429 3943915 55200 204.78770446777344 0.9788 282.59109999999998 20160 13524 0 0 983040 737280 737280 737514 748800 115 25 76 101 112 0 0 0 0 1 0 0 0 0 0 +4750 1783783824786415300 REFRESH 34 0 0.53145465848650641 0.8356047700170357 1 12 1 12 0 0 127 3 428 3943905 55200 167.95954895019531 0.97870000000000001 198.10290000000001 20160 12885 0 0 983040 737280 737280 737504 748800 180 25 61 78 84 0 0 0 0 3 0 0 0 0 0 +4751 1783783825039532000 REFRESH 20 0 0.73038732058549272 0.45315161839863699 2 7 2 7 0 0 151 10 410 3943908 55200 188.98124694824219 0.96970000000000001 251.53059999999999 20160 13448 0 0 983040 737280 737280 737508 748800 25 25 25 25 310 0 0 0 0 10 0 0 0 0 0 +4752 1783783825221397200 REFRESH 12 0 0.56463427172136349 0.63287904599659284 3 8 3 8 0 0 217 6 415 3943943 55200 149.66067504882812 0.97019999999999995 180.56370000000001 20160 13296 0 0 983040 737280 737280 737543 748800 186 27 34 64 104 0 0 0 0 6 0 0 0 0 0 +4753 1783783825484190100 REFRESH 16 0 0.53148503084816268 0.3594548551959113 2 6 2 6 0 0 221 6 413 3943895 55200 203.17575073242188 0.97840000000000005 242.286 20160 13332 0 0 983040 737280 737280 737494 748800 172 26 27 98 90 0 0 0 0 6 0 0 0 0 0 +4754 1783783825793917400 REFRESH 54 0 0.52702982715800051 0.4608177172061329 1 8 1 8 0 0 141 2 429 3943895 55200 200.07321166992188 0.97360000000000002 275.82389999999998 20160 13413 0 0 983040 737280 737280 737495 748800 153 25 66 102 83 0 0 0 0 2 0 0 0 0 0 +4755 1783783826036792000 REFRESH 25 0 0.56084467357169188 0.91396933560476989 3 11 3 11 0 0 142 3 422 3943903 55200 202.71820068359375 1 241.2671 20160 12112 0 0 983040 737280 737280 737503 748800 161 25 54 27 155 0 0 0 0 3 0 0 0 0 0 +4756 1783783826287991100 REFRESH 47 0 0.56654753071644481 0.8279386712095399 2 11 2 11 0 0 130 3 424 3943906 55200 208.79461669921875 1.014 239.69929999999999 20160 12803 0 0 983040 737280 737280 737506 748800 137 26 73 46 142 0 0 0 0 3 0 0 0 0 0 +4757 1783783826553200100 REFRESH 10 0 0.52620607184515711 0.64821124361158422 1 10 1 10 0 0 135 2 424 3943888 55200 208.93901062011719 0.98070000000000002 240.9873 20160 12223 0 0 983040 737280 737280 737488 748800 190 25 43 46 120 0 0 0 0 2 0 0 0 0 0 +4758 1783783826828802500 REFRESH 18 0 0.54387873473306114 0.9293015332197615 1 13 1 13 0 0 156 4 423 3943920 55200 208.41062927246094 0.98460000000000003 239.60390000000001 20160 13587 0 0 983040 737280 737280 737520 748800 134 25 115 66 83 0 0 0 0 4 0 0 0 0 0 +4759 1783783827090801900 REFRESH 6 0 0.55125465155690345 0.91396933560476989 3 11 3 11 0 0 129 3 419 3943924 55200 206.71487426757812 0.98270000000000002 236.2877 20160 11927 0 0 983040 737280 737280 737524 748800 114 25 48 46 186 0 0 0 0 3 0 0 0 0 0 +4760 1783783827393459800 REFRESH 9 0 0.52982320448948039 0.3594548551959113 2 6 2 6 0 0 165 1 437 3943895 55200 203.66131591796875 0.99660000000000004 279.88679999999999 20160 13242 0 0 983040 737280 737280 737495 748800 176 25 39 112 85 0 0 0 0 1 0 0 0 0 0 +4761 1783783827642645800 REFRESH 33 0 0.52682876596694028 0.36712095400340705 1 7 1 7 0 0 204 5 418 3943892 55200 189.77690124511719 0.97550000000000003 233.13339999999999 20160 13519 0 0 983040 737280 737280 737492 748800 130 26 76 69 117 0 0 0 0 5 0 0 0 0 0 +4762 1783783827954650900 REFRESH 17 0 0.51782593733055959 0.28109028960817717 0 7 0 7 0 0 237 1 417 3943877 55200 205.83116149902344 0.99760000000000004 283.41860000000003 20160 13517 0 0 983040 737280 737280 737477 748800 99 26 62 111 119 0 0 0 0 1 0 0 0 0 0 +4763 1783783829510175500 DEPTH 42 1 0.78251019666845212 0 0 4 0 4 0 0 225 31 2570 23664806 81600 1064.7623748779297 5.8823999999999996 1530.2517 120960 66164 1 0 5898240 4423680 4423680 4426406 4492800 155 150 158 171 1936 0 0 0 0 31 0 0 0 0 0 +4764 1783783830737064900 DEPTH 4 1 0.62502968145760351 0.8356047700170357 1 12 1 12 1 0 74 25 2534 23664847 81600 1038.3319091796875 5.8417999999999992 1214.0733 120960 59434 1 0 5898240 4423680 4423680 4426447 4492800 212 156 243 304 1619 0 0 1 0 24 0 0 0 0 1 +4765 1783783832008014100 DEPTH 38 1 0.62339219477997565 0.64821124361158422 1 10 1 10 0 0 158 35 2562 23664829 81600 1084.9461975097656 5.8310999999999993 1269.6984 120960 65656 1 0 5898240 4423680 4423680 4426427 4492800 306 150 216 167 1723 0 0 0 0 35 0 0 0 0 0 +4766 1783783833372649000 DEPTH 57 1 0.61450777309682159 0.8279386712095399 2 11 2 11 0 0 170 35 2570 23664842 81600 1138.0584411621094 5.9574999999999996 1327.8363999999999 120960 62406 1 0 5898240 4423680 4423680 4426440 4492800 383 150 157 154 1726 0 0 0 0 35 0 0 0 0 0 +4767 1783783834591384200 DEPTH 23 1 0.59892225966369406 0.92163543441226559 2 12 2 12 0 0 162 59 2591 23664943 81600 1037.0414428710938 5.8572999999999995 1216.9654 120960 63395 1 0 5898240 4423680 4423680 4426541 4492800 154 150 150 150 1987 0 0 0 0 59 0 0 0 0 0 +4768 1783783836009564200 DEPTH 20 1 0.63579793069158042 0.45315161839863699 2 7 2 7 0 0 151 21 2567 23664727 81600 993.81228637695312 5.8580999999999994 1392.6587 120960 64917 1 0 5898240 4423680 4423680 4426324 4492800 150 150 150 150 1967 0 0 0 0 21 0 0 0 0 0 +4769 1783783837509811800 DEPTH 40 1 0.60498183878145917 0.64821124361158422 1 10 1 10 1 0 162 15 2589 23664818 81600 1125.0667419433594 5.9123999999999999 1498.3834999999999 120960 65457 1 0 5898240 4423680 4423680 4426415 4492800 169 150 150 162 1958 0 0 0 0 15 0 0 0 0 1 +4770 1783783838728659900 DEPTH 55 1 0.59457019381059595 0.8279386712095399 2 11 2 11 1 0 183 51 2573 23664913 81600 1010.3265228271484 5.8610000000000007 1196.8012000000001 120960 66082 1 0 5898240 4423680 4423680 4426512 4492800 967 152 150 157 1147 0 0 0 1 50 0 0 0 0 2 +4771 1783783840165964000 DEPTH 42 1 0.61292179861650975 0 0 4 0 4 1 0 225 39 2556 23664894 81600 969.57441711425781 5.8610999999999995 1436.0482 120960 54942 1 0 5898240 4423680 4423680 4426491 4492800 156 150 164 251 1835 0 0 0 0 39 0 0 0 0 1 +4772 1783783841372968300 DEPTH 43 1 0.57055383372486879 0.8279386712095399 2 11 2 11 0 0 155 24 2608 23664885 81600 1005.5535278320312 5.8376999999999999 1190.8124 120960 64758 1 0 5898240 4423680 4423680 4426484 4492800 522 150 507 320 1109 0 0 0 0 24 0 0 0 0 0 +4773 1783783842636020000 DEPTH 7 1 0.56851329470849932 0.8356047700170357 1 12 1 12 0 0 157 47 2553 23664826 81600 1030.1582641601562 5.8811 1209.0606 120960 62946 1 0 5898240 4423680 4423680 4426425 4492800 156 150 162 179 1906 0 0 0 0 47 0 0 0 0 0 +4774 1783783843955159200 DEPTH 29 1 0.56604420625502727 0.8356047700170357 1 12 1 12 1 0 148 26 2556 23664824 81600 1111.2038269042969 5.8777999999999997 1295.3186000000001 120960 62821 1 0 5898240 4423680 4423680 4426423 4492800 366 150 156 277 1607 0 0 0 0 26 0 0 0 0 1 +4775 1783783845334036000 DEPTH 49 1 0.56490200207721164 0.82027257240204421 3 10 3 10 0 0 153 26 2600 23664762 81600 1124.5936584472656 5.8761999999999999 1309.6229000000001 120960 61817 1 0 5898240 4423680 4423680 4426362 4492800 556 150 156 215 1523 0 0 0 0 26 0 0 0 0 0 +4776 1783783846806978100 DEPTH 14 1 0.56296981612473518 0.65587734241908002 0 11 0 11 0 0 149 25 2576 23664741 81600 1083.0274658203125 5.9596000000000009 1471.6904999999999 120960 66039 1 0 5898240 4423680 4423680 4426340 4492800 628 150 156 186 1456 0 0 0 0 25 0 0 0 0 0 +4777 1783783848144817000 DEPTH 27 1 0.56076462985781594 0.93696763202725719 0 14 0 14 1 0 175 32 2560 23664908 81600 1154.5743255615234 5.9015000000000004 1336.2058 120960 61143 1 0 5898240 4423680 4423680 4426507 4492800 306 152 227 200 1675 0 0 0 0 32 0 0 0 0 1 +4778 1783783849445172900 DEPTH 58 1 0.56001080022248906 0.92163543441226559 2 12 2 12 0 0 151 21 2533 23664791 81600 1119.9867248535156 5.8387000000000002 1298.8896 120960 64100 1 0 5898240 4423680 4423680 4426391 4492800 263 150 150 177 1793 0 0 0 0 21 0 0 0 0 0 +4779 1783783851008585900 DEPTH 42 1 0.61325941625688785 0 0 4 0 4 0 0 226 27 2555 23664857 81600 1093.2521209716797 5.8470000000000004 1562.0551 120960 43616 1 0 5898240 4423680 4423680 4426455 4492800 155 150 150 161 1939 0 0 0 0 27 0 0 0 0 0 +4780 1783783852533088600 DEPTH 20 1 0.57256059898814371 0.45315161839863699 2 7 2 7 0 0 151 18 2568 23664832 81600 1098.4869689941406 5.8574000000000002 1498.8199 120960 54043 1 0 5898240 4423680 4423680 4426432 4492800 150 150 150 150 1968 2 0 0 0 16 0 0 0 0 0 +4781 1783783853798341600 DEPTH 12 1 0.56149765314262579 0.63287904599659284 3 8 3 8 0 0 217 33 2532 23664804 81600 1044.4011383056641 5.8896999999999995 1228.5017 120960 63905 1 0 5898240 4423680 4423680 4426404 4492800 471 156 174 228 1503 0 0 0 0 33 0 0 0 0 0 +4782 1783783855174143400 DEPTH 3 1 0.55896874610695924 0.64054514480408853 2 9 2 9 1 0 168 37 2545 23664679 81600 945.42744445800781 5.8609 1325.4321 120960 63553 1 0 5898240 4423680 4423680 4426278 4492800 332 150 190 180 1693 1 0 0 0 36 0 0 0 0 2 +4783 1783783856263056000 DEPTH 15 1 0.55633805337659936 0.91396933560476989 3 11 3 11 0 0 124 34 2559 23664833 81600 891.28044128417969 5.8794999999999993 1073.8869 120960 59480 1 0 5898240 4423680 4423680 4426432 4492800 561 150 256 321 1271 2 0 0 0 32 0 0 0 0 0 +4784 1783783857566369600 DEPTH 51 1 0.55568446570845809 0.91396933560476989 3 11 3 11 1 0 136 16 2574 23664843 81600 1093.1529083251953 5.9017999999999988 1276.8634 120960 62729 1 0 5898240 4423680 4423680 4426442 4492800 945 150 399 266 814 0 0 0 0 16 0 0 0 0 1 +4785 1783783858777358000 DEPTH 24 1 0.55534747693887931 1 4 11 4 11 0 0 169 26 2530 23664818 81600 1021.1819610595703 5.9436 1209.6331 120960 60645 1 0 5898240 4423680 4423680 4426416 4492800 232 152 150 157 1839 0 0 0 0 26 0 0 0 0 0 +4786 1783783860125222100 DEPTH 28 1 0.55476511233269921 0.8356047700170357 1 12 1 12 0 0 171 38 2507 23664756 81600 1123.2942047119141 5.8696000000000002 1306.2985000000001 120960 60440 1 0 5898240 4423680 4423680 4426355 4492800 168 151 150 183 1855 0 0 0 0 38 0 0 0 0 0 +4787 1783783861549008500 DEPTH 42 1 0.6135168750040717 0 0 4 0 4 0 0 226 29 2560 23664756 81600 930.88815307617188 5.8588000000000005 1397.6992 120960 29552 1 0 5898240 4423680 4423680 4426355 4492800 155 150 165 243 1847 0 0 0 0 29 0 0 0 0 0 +4788 1783783862719093700 DEPTH 4 1 0.61111013126678104 0.8356047700170357 1 12 1 12 1 0 77 33 2537 23664882 81600 990.75917053222656 5.8620000000000001 1168.4271000000001 120960 48843 1 0 5898240 4423680 4423680 4426481 4492800 248 156 257 349 1527 0 0 0 0 33 0 0 0 0 1 +4789 1783783863975384200 DEPTH 38 1 0.60769550598445898 0.64821124361158422 1 10 1 10 0 0 158 34 2559 23664868 81600 1040.9093170166016 5.9137999999999993 1230.7157 120960 54716 1 0 5898240 4423680 4423680 4426468 4492800 368 150 215 168 1658 2 0 0 0 32 0 0 0 0 0 +4790 1783783865219073300 DEPTH 57 1 0.59972845600316527 0.8279386712095399 2 11 2 11 1 0 170 50 2587 23664911 81600 1058.9501647949219 5.8434000000000008 1242.3378 120960 51838 1 0 5898240 4423680 4423680 4426506 4492800 288 151 156 152 1840 0 0 0 0 50 0 0 0 0 1 +4791 1783783866503173500 DEPTH 47 1 0.56001560253302185 0.8279386712095399 2 11 2 11 0 0 130 16 2613 23664838 81600 1060.5497283935547 5.8871999999999991 1244.4206999999999 120960 61261 1 0 5898240 4423680 4423680 4426437 4492800 205 150 194 185 1879 0 0 0 0 16 0 0 0 0 0 +4792 1783783867757860000 DEPTH 25 1 0.55531627131321148 0.91396933560476989 3 11 3 11 0 0 142 22 2587 23664882 81600 1045.1096496582031 5.8526000000000007 1228.9104 120960 58247 1 0 5898240 4423680 4423680 4426481 4492800 240 152 182 150 1863 0 2 0 0 20 0 0 0 0 0 +4793 1783783869032276200 DEPTH 35 1 0.55428182585929087 0.8279386712095399 2 11 2 11 0 0 192 33 2529 23664901 81600 1063.5673980712891 5.8503999999999996 1248.9902999999999 120960 64051 1 0 5898240 4423680 4423680 4426500 4492800 404 157 173 399 1396 0 0 0 0 33 0 0 0 0 0 +4794 1783783870424562100 DEPTH 39 1 0.55382838188885186 0.63287904599659284 3 8 3 8 0 0 197 13 2599 23664855 81600 1008.5129241943359 5.8720999999999997 1390.9532999999999 120960 65161 1 0 5898240 4423680 4423680 4426453 4492800 150 150 153 150 1996 0 0 0 0 13 0 0 0 0 0 +4795 1783783870702500000 REFRESH 33 0 0.52660539979386267 0.36712095400340705 1 7 1 7 0 0 204 1 418 3943887 55200 209.81964111328125 0.97270000000000001 254.0925 20160 13444 0 0 983040 737280 737280 737487 748800 125 26 68 67 132 0 0 0 0 1 0 0 0 0 0 +4796 1783783870954573100 REFRESH 10 0 0.52429377700492663 0.64821124361158422 1 10 1 10 0 0 135 2 423 3943933 55200 204.85221862792969 0.98089999999999999 236.66990000000001 20160 12989 0 0 983040 737280 737280 737533 748800 192 25 44 44 118 0 0 0 0 2 0 0 0 0 0 +4797 1783783871220282800 REFRESH 19 0 0.55152643111251587 0.8279386712095399 2 11 2 11 0 0 144 5 424 3943932 55200 209.62509155273438 0.99050000000000005 240.39670000000001 20160 12663 0 0 983040 737280 737280 737532 748800 149 25 42 54 154 0 0 0 0 5 0 0 0 0 0 +4798 1783783871488030100 REFRESH 15 0 0.45773999927141862 0.91396933560476989 3 11 3 11 0 0 124 7 423 3943926 55200 211.48777770996094 0.9849 242.65639999999999 20160 12380 0 0 983040 737280 737280 737526 748800 140 25 71 94 93 1 0 0 0 6 0 0 0 0 0 +4799 1783783871741824500 REFRESH 50 0 0.55330851345173437 0.64054514480408853 2 9 2 9 0 0 151 4 417 3943908 55200 185.66656494140625 0.97850000000000004 228.2901 20160 12992 0 0 983040 737280 737280 737508 748800 102 26 35 43 211 0 0 0 0 4 0 0 0 0 0 +4800 1783783871984112500 REFRESH 18 0 0.53942824533521183 0.9293015332197615 1 13 1 13 0 0 156 5 428 3943921 55200 189.13996887207031 0.97709999999999997 220.32310000000001 20160 13492 0 0 983040 737280 737280 737521 748800 137 25 116 68 82 0 0 0 0 5 0 0 0 0 0 +4801 1783783872229373400 REFRESH 29 0 0.56611938153552688 0.8356047700170357 1 12 2 11 1 0 148 9 422 3943909 55200 207.43064880371094 0.97629999999999995 244.13650000000001 20160 12990 0 0 983040 737280 737280 737509 748800 142 25 27 105 123 0 0 1 0 8 0 0 1 0 0 +4802 1783783872468446700 REFRESH 23 0 0.59535006208423047 0.92163543441226559 2 12 2 12 0 0 162 11 423 3943919 55200 205.85061645507812 0.9718 237.83250000000001 20160 13223 0 0 983040 737280 737280 737518 748800 130 26 38 29 200 0 0 0 0 11 0 0 0 0 0 +4803 1783783872778342600 REFRESH 16 0 0.53182505405641267 0.3594548551959113 2 6 2 6 0 0 222 8 414 3943880 55200 209.80120849609375 0.97560000000000002 248.68960000000001 20160 13380 0 0 983040 737280 737280 737480 748800 173 26 27 96 92 0 0 0 0 8 0 0 0 0 0 +4804 1783783873032514300 REFRESH 41 0 0.54596680073130033 0.55451448040885853 1 9 1 9 0 0 118 3 418 3943918 55200 168.27903747558594 0.98460000000000003 229.07400000000001 20160 12720 0 0 983040 737280 737280 737517 748800 212 26 28 40 112 0 0 0 0 3 0 0 0 0 0 +4805 1783783873257959200 REFRESH 4 0 0.53744505429954492 0.8356047700170357 1 12 1 12 0 0 79 9 408 3943898 55200 195.39762878417969 0.98150000000000004 224.14599999999999 20160 13441 0 0 983040 737280 737280 737498 748800 96 26 44 50 192 2 0 0 0 7 0 0 0 0 0 +4806 1783783873494970900 REFRESH 57 0 0.51533137244090832 0.8279386712095399 2 11 2 11 0 0 170 5 412 3943890 55200 204.28594970703125 0.98209999999999997 235.52959999999999 20160 13259 0 0 983040 737280 737280 737490 748800 214 26 34 27 111 0 0 0 0 5 0 0 0 0 0 +4807 1783783873735768300 REFRESH 28 0 0.51661133744634113 0.8356047700170357 1 12 1 12 0 0 171 5 410 3943908 55200 208.11981201171875 0.97529999999999994 239.5626 20160 12655 0 0 983040 737280 737280 737508 748800 88 31 40 37 214 0 0 0 0 5 0 0 0 0 0 +4808 1783783873964875500 REFRESH 39 0 0.44516479704381684 0.63287904599659284 3 8 3 8 0 0 197 7 411 3943921 55200 171.80058288574219 0.97089999999999999 210.98910000000001 20160 13504 0 0 983040 737280 737280 737521 748800 35 25 30 28 293 0 0 0 0 7 0 0 0 0 0 +4809 1783783874193797700 REFRESH 7 0 0.56825803506049455 0.8356047700170357 1 12 1 12 0 0 157 6 420 3943921 55200 196.12467956542969 0.97660000000000002 227.65780000000001 20160 13277 0 0 983040 737280 737280 737520 748800 106 28 46 61 179 0 0 0 0 6 0 0 0 0 0 +4810 1783783874449794100 REFRESH 20 0 0.69058990696604239 0.45315161839863699 2 7 2 7 0 0 151 11 412 3943895 55200 208.61952209472656 0.98380000000000001 254.78970000000001 20160 13164 0 0 983040 737280 737280 737495 748800 25 25 25 25 312 1 0 0 0 10 0 0 0 0 0 +4811 1783783874749448200 REFRESH 2 0 0.54335267052303082 0.45315161839863699 2 7 2 7 0 0 172 4 422 3943908 55200 213.35040283203125 0.97070000000000001 274.83319999999998 20160 13527 0 0 983040 737280 737280 737507 748800 142 25 58 75 122 0 0 0 0 4 0 0 0 0 0 +4812 1783783875059633700 REFRESH 56 0 0.516592898906028 0.26575809199318562 2 5 2 5 0 0 240 5 417 3943905 55200 208.54885864257812 0.98909999999999998 284.6934 20160 13451 0 0 983040 737280 737280 737505 748800 140 26 46 119 86 0 0 0 0 5 0 0 0 0 0 +4813 1783783875395047600 REFRESH 44 0 0.54504681322236936 0.36712095400340705 1 7 1 7 0 0 184 3 421 3943908 55200 195.21536254882812 0.98719999999999997 264.05070000000001 20160 13555 0 0 983040 737280 737280 737506 748800 108 26 36 71 180 0 0 0 0 3 0 0 0 0 0 +4814 1783783875701666000 REFRESH 48 0 0.53932986793137772 0.3594548551959113 2 6 2 6 0 0 229 7 417 3943914 55200 207.94674682617188 0.98099999999999998 279.74340000000001 20160 13564 0 0 983040 737280 737280 737513 748800 99 26 62 56 174 0 0 1 0 6 0 0 0 0 0 +4815 1783783875950183100 REFRESH 45 0 0.53897176826141346 0.45315161839863699 2 7 2 7 0 0 182 10 426 3943914 55200 189.88134765625 0.9819 231.84270000000001 20160 13545 0 0 983040 737280 737280 737514 748800 95 25 40 64 202 0 0 0 0 10 0 0 0 0 0 +4816 1783783876143626600 REFRESH 25 0 0.54719592318619981 0.91396933560476989 3 11 3 11 0 0 142 4 424 3943904 55200 160.13005065917969 0.9708 192.1377 20160 12411 0 0 983040 737280 737280 737504 748800 154 26 47 26 171 0 0 0 0 4 0 0 0 0 0 +4817 1783783876449102900 REFRESH 17 0 0.51362266413044289 0.28109028960817717 0 7 0 7 0 0 237 1 415 3943921 55200 179.16621398925781 1.0052000000000001 274.49450000000002 20160 13496 0 0 983040 737280 737280 737520 748800 101 26 64 112 112 0 0 0 0 1 0 0 0 0 0 +4818 1783783876730261000 REFRESH 52 0 0.51749589586160316 0.36712095400340705 1 7 1 7 0 0 136 2 427 3943894 55200 180.92544555664062 1.0156000000000001 266.28280000000001 20160 13021 0 0 983040 737280 737280 737494 748800 169 26 73 80 79 0 0 0 0 2 0 0 0 0 0 +4819 1783783877016733000 REFRESH 42 0 0.78374644349843603 0 0 4 0 4 0 0 226 9 416 3943917 55200 207.02003479003906 0.97870000000000001 285.20510000000002 20160 13644 0 0 983040 737280 737280 737516 748800 67 25 94 110 120 0 0 0 0 9 0 0 0 0 0 +4820 1783783877303034800 REFRESH 13 0 0.50616000778312498 0.27342419080068137 1 6 1 6 0 0 196 1 415 3943904 55200 203.89888000488281 0.97619999999999996 261.26130000000001 20160 13539 0 0 983040 737280 737280 737504 748800 169 26 69 62 89 0 0 0 0 1 0 0 0 0 0 +4821 1783783877544186400 REFRESH 38 0 0.61249874032258389 0.64821124361158422 1 10 1 10 0 0 158 11 422 3943909 55200 199.84281921386719 0.97089999999999999 230.5549 20160 13361 0 0 983040 737280 737280 737509 748800 146 25 49 64 138 0 0 0 0 11 0 0 0 0 0 +4822 1783783877780227400 REFRESH 3 0 0.56045040436954485 0.64054514480408853 2 9 2 9 0 0 168 4 417 3943900 55200 193.77766418457031 0.97060000000000002 234.63910000000001 20160 13237 0 0 983040 737280 737280 737499 748800 207 26 41 35 108 0 0 0 0 4 0 0 0 0 0 +4823 1783783878022781800 REFRESH 36 0 0.54812764753291521 0.82027257240204421 3 10 3 10 0 0 145 4 431 3943946 55200 183.66361999511719 0.97099999999999997 215.066 20160 12871 0 0 983040 737280 737280 737546 748800 191 25 27 56 132 0 0 0 0 4 0 0 0 0 0 +4824 1783783878274538600 REFRESH 37 0 0.55290131993977643 0.8356047700170357 1 12 1 12 0 0 156 6 430 3943942 55200 194.64601135253906 0.99039999999999995 226.7209 20160 12729 0 0 983040 737280 737280 737542 748800 162 25 43 83 117 0 0 0 0 6 0 0 0 0 0 +4825 1783783878551560800 REFRESH 31 0 0.51925504848248383 0.3594548551959113 2 6 2 6 0 0 175 5 423 3943907 55200 201.05830383300781 0.97599999999999998 260.48750000000001 20160 13541 0 0 983040 737280 737280 737505 748800 94 25 33 154 117 0 0 0 0 5 0 0 0 0 0 +4826 1783783878763092000 REFRESH 0 0 0.55000031563628771 0.8356047700170357 1 12 1 12 0 0 112 5 427 3943911 55200 166.03648376464844 0.97240000000000004 195.79560000000001 20160 11993 0 0 983040 737280 737280 737511 748800 137 25 26 28 211 0 0 0 0 5 0 0 0 0 0 +4827 1783783878991837400 REFRESH 24 0 0.55656890531476177 1 4 11 4 11 0 0 169 2 416 3943923 55200 195.91885375976562 0.99350000000000005 227.3904 20160 12568 0 0 983040 737280 737280 737523 748800 154 31 26 36 169 0 0 0 0 2 0 0 0 0 0 +4828 1783783879197275500 REFRESH 26 0 0.55341821268422042 0.8356047700170357 1 12 1 12 0 0 125 0 430 3943915 55200 156.19993591308594 0.97070000000000001 186.11619999999999 20160 12460 0 0 983040 737280 737280 737515 748800 106 25 26 81 192 0 0 0 0 0 0 0 0 0 0 +4829 1783783879436730600 REFRESH 47 0 0.56104033866490433 0.8279386712095399 2 11 2 11 0 0 130 4 420 3943903 55200 207.02105712890625 0.97960000000000003 237.583 20160 12891 0 0 983040 737280 737280 737503 748800 129 26 68 44 153 0 0 0 0 4 0 0 0 0 0 +4830 1783783879694609300 REFRESH 6 0 0.54769121854467229 0.91396933560476989 3 11 3 11 0 0 129 5 420 3943916 55200 204.29005432128906 0.99780000000000002 233.90270000000001 20160 11960 0 0 983040 737280 737280 737516 748800 127 25 52 50 166 0 0 0 0 5 0 0 0 0 0 +4831 1783783879951218500 REFRESH 14 0 0.56302525944396775 0.65587734241908002 0 11 0 11 0 0 149 3 420 3943906 55200 209.89543151855469 0.97760000000000002 255.07419999999999 20160 13400 0 0 983040 737280 737280 737506 748800 188 25 33 30 144 0 0 0 0 3 0 0 0 0 0 +4832 1783783880230022200 REFRESH 53 0 0.51721923450098728 0.37478705281090291 0 8 0 8 0 0 178 5 419 3943926 55200 208.1976318359375 0.98129999999999995 252.1841 20160 13563 0 0 983040 737280 737280 737525 748800 177 26 47 38 131 0 0 0 0 5 0 0 0 0 0 +4833 1783783880469270800 REFRESH 58 0 0.56027350230215256 0.92163543441226559 2 12 2 12 0 0 151 12 410 3943875 55200 207.71430969238281 0.97289999999999999 237.7756 20160 13152 0 0 983040 737280 737280 737475 748800 143 25 25 40 177 0 0 0 0 12 0 0 0 0 0 +4834 1783783880739439100 REFRESH 8 0 0.51523952120009864 0.26575809199318562 2 5 2 5 0 0 254 6 414 3943924 55200 205.08876037597656 0.97809999999999997 244.6052 20160 13504 0 0 983040 737280 737280 737524 748800 69 27 72 132 114 0 0 0 0 6 0 0 0 0 0 +4835 1783783880957961100 REFRESH 34 0 0.52912606240634386 0.8356047700170357 1 12 1 12 0 0 127 2 430 3943927 55200 176.30105590820312 0.97370000000000001 206.33150000000001 20160 12935 0 0 983040 737280 737280 737527 748800 181 25 61 78 85 0 0 0 0 2 0 0 0 0 0 +4836 1783783881166216000 REFRESH 51 0 0.55650198942565665 0.91396933560476989 3 11 3 11 0 0 136 7 419 3943923 55200 176.22015380859375 0.98370000000000002 206.4991 20160 13157 0 0 983040 737280 737280 737523 748800 178 25 78 49 89 0 0 0 0 7 0 0 0 0 0 +4837 1783783881354090600 REFRESH 55 0 0.59118486179556662 0.8279386712095399 2 11 2 11 0 0 183 10 423 3943903 55200 154.53900146484375 0.96889999999999998 186.12899999999999 20160 13357 0 0 983040 737280 737280 737503 748800 253 26 25 28 91 0 0 0 0 10 0 0 0 0 0 +4838 1783783881607224300 REFRESH 32 0 0.53366113561552275 0.4608177172061329 1 8 1 8 0 0 164 6 423 3943927 55200 183.70867919921875 0.97019999999999995 227.90860000000001 20160 13329 0 0 983040 737280 737280 737527 748800 104 26 101 97 95 0 0 0 0 6 0 0 0 0 0 +4839 1783783881794226600 REFRESH 35 0 0.55547509277733653 0.8279386712095399 2 11 2 11 0 0 192 4 413 3943937 55200 153.82424926757812 0.96919999999999995 185.0985 20160 13189 0 0 983040 737280 737280 737536 748800 143 27 34 109 100 0 0 0 0 4 0 0 0 0 0 +4840 1783783882038028000 REFRESH 43 0 0.57016352621950839 0.8279386712095399 2 11 2 11 0 0 155 4 429 3943905 55200 211.36076354980469 0.97609999999999997 242.23609999999999 20160 13664 0 0 983040 737280 737280 737505 748800 156 25 121 52 75 0 0 0 0 4 0 0 0 0 0 +4841 1783783882313290500 REFRESH 46 0 0.52919942539186016 0.37478705281090291 0 8 0 8 0 0 338 2 417 3943907 55200 198.83724975585938 0.97160000000000002 263.04250000000002 20160 13445 0 0 983040 737280 737280 737505 748800 122 25 75 78 117 0 0 0 0 2 0 0 0 0 0 +4842 1783783882555539200 REFRESH 5 0 0.54950853893224305 0.8279386712095399 2 11 2 11 0 0 105 5 429 3943920 55200 181.94125366210938 0.98560000000000003 211.55619999999999 20160 12201 0 0 983040 737280 737280 737520 748800 117 25 43 161 83 0 0 0 0 5 0 0 0 0 0 +4843 1783783882818632800 REFRESH 22 0 0.55222279514571149 0.91396933560476989 3 11 3 11 0 0 163 4 427 3943923 55200 210.92556762695312 0.97240000000000004 242.3613 20160 12909 0 0 983040 737280 737280 737522 748800 186 25 67 35 114 0 0 0 0 4 0 0 0 0 0 +4844 1783783883102327300 REFRESH 21 0 0.5532753445762193 0.56218057921635434 0 10 0 10 0 0 202 6 417 3943888 55200 206.64933776855469 1.0111000000000001 262.17529999999999 20160 12842 0 0 983040 737280 737280 737488 748800 123 26 57 94 117 0 0 0 0 6 0 0 0 0 0 +4845 1783783883284803400 REFRESH 49 0 0.56561646949032296 0.82027257240204421 3 10 3 10 0 0 153 6 421 3943917 55200 149.62489318847656 0.97319999999999995 181.1224 20160 12898 0 0 983040 737280 737280 737517 748800 206 26 29 40 120 0 0 0 0 6 0 0 0 0 0 +4846 1783783883538392800 REFRESH 11 0 0.5373968290239961 0.37478705281090291 0 8 0 8 0 0 126 5 426 3943893 55200 161.95458984375 0.97209999999999996 241.4708 20160 13570 0 0 983040 737280 737280 737493 748800 135 25 64 82 120 0 0 0 0 5 0 0 0 0 0 +4847 1783783883801160000 REFRESH 54 0 0.52358290263721696 0.4608177172061329 1 8 1 8 0 0 142 9 422 3943895 55200 149.68217468261719 0.96950000000000003 223.43430000000001 20160 13430 0 0 983040 737280 737280 737495 748800 155 25 67 101 74 0 0 0 0 9 0 0 0 0 0 +4848 1783783884029084300 REFRESH 40 0 0.60399746084699413 0.64821124361158422 1 10 1 10 0 0 162 8 418 3943903 55200 165.05754089355469 0.97899999999999998 215.09200000000001 20160 13250 0 0 983040 737280 737280 737503 748800 29 25 25 28 311 0 0 0 0 8 0 0 0 0 0 +4849 1783783884299052800 REFRESH 9 0 0.52547633143014671 0.3594548551959113 2 6 2 6 0 0 165 6 428 3943919 55200 180.69401550292969 0.97609999999999997 255.64920000000001 20160 13220 0 0 983040 737280 737280 737519 748800 174 25 38 112 79 0 0 0 0 6 0 0 0 0 0 +4850 1783783884535568400 REFRESH 27 0 0.56162869698660356 0.93696763202725719 0 14 0 14 0 0 175 5 409 3943932 55200 204.99763488769531 0.9778 235.2166 20160 12922 0 0 983040 737280 737280 737532 748800 182 26 46 35 120 0 0 0 0 5 0 0 0 0 0 +4851 1783783884773452700 REFRESH 30 0 0.52500879512364018 0.4608177172061329 1 8 1 8 0 0 163 7 422 3943906 55200 158.82649230957031 0.96999999999999997 224.24199999999999 20160 13514 0 0 983040 737280 737280 737506 748800 119 25 55 137 86 0 0 0 0 7 0 0 0 0 0 +4852 1783783884956160300 REFRESH 12 0 0.56266918689261103 0.63287904599659284 3 8 3 8 0 0 217 5 415 3943906 55200 150.45222473144531 0.96999999999999997 181.5059 20160 13233 0 0 983040 737280 737280 737506 748800 179 27 34 63 112 0 0 0 0 5 0 0 0 0 0 +4853 1783783885254506700 REFRESH 1 0 0.53297234710231733 0.36712095400340705 1 7 1 7 0 0 150 4 428 3943935 55200 168.22067260742188 0.97470000000000001 245.74199999999999 20160 13746 0 0 983040 737280 737280 737535 748800 115 25 74 105 109 0 0 0 0 4 0 0 0 0 0 +4854 1783783886762851900 DEPTH 42 1 0.78292204882242733 0 0 4 0 4 1 0 226 36 2548 23664892 81600 1020.0207366943359 5.883 1485.1224 120960 66437 1 0 5898240 4423680 4423680 4426491 4492800 156 150 156 162 1924 0 0 0 0 36 0 0 0 0 1 +4855 1783783888043785500 DEPTH 20 1 0.67975685752727211 0.45315161839863699 2 7 2 7 0 0 151 14 2576 23664840 81600 859.87638854980469 5.8274999999999997 1259.4514999999999 120960 65032 1 0 5898240 4423680 4423680 4426440 4492800 150 150 150 150 1976 0 0 0 1 13 0 0 0 0 0 +4856 1783783889084827900 DEPTH 29 1 0.61514972923101197 0.8279386712095399 2 11 2 11 1 0 149 27 2569 23664912 81600 859.8443603515625 5.8209 1039.7579000000001 120960 63403 1 0 5898240 4423680 4423680 4426512 4492800 366 150 162 343 1548 0 0 3 0 24 0 0 3 0 0 +4857 1783783890142650900 DEPTH 4 1 0.61308711883782496 0.8356047700170357 1 12 1 12 0 0 80 33 2512 23664840 81600 856.51039123535156 5.8215000000000003 1027.0648000000001 120960 63703 1 0 5898240 4423680 4423680 4426439 4492800 232 156 263 328 1533 4 0 0 0 29 0 0 0 0 0 +4858 1783783891244446500 DEPTH 38 1 0.60774813703666397 0.64821124361158422 1 10 1 10 1 0 158 38 2555 23664878 81600 901.75126647949219 5.8817000000000004 1100.4684999999999 120960 65548 1 0 5898240 4423680 4423680 4426477 4492800 343 150 216 179 1667 2 0 0 0 36 0 0 0 0 2 +4859 1783783892345592900 DEPTH 57 1 0.59633553120952743 0.8279386712095399 2 11 2 11 0 0 170 50 2560 23664695 81600 894.55003356933594 5.8460000000000001 1080.2827 120960 64056 1 0 5898240 4423680 4423680 4426293 4492800 364 150 159 153 1734 0 0 0 0 50 0 0 0 0 0 +4860 1783783893456465900 DEPTH 23 1 0.59208957426171338 0.92163543441226559 2 12 2 12 1 0 164 51 2579 23664826 81600 923.00498962402344 5.9379999999999997 1109.4746 120960 64119 1 0 5898240 4423680 4423680 4426424 4492800 155 150 150 150 1974 0 0 0 0 51 0 0 0 0 1 +4861 1783783894532173300 DEPTH 7 1 0.5639679371153653 0.8356047700170357 1 12 1 12 1 0 157 34 2558 23664885 81600 883.68251037597656 5.9295000000000009 1062.1672000000001 120960 64088 1 0 5898240 4423680 4423680 4426481 4492800 156 150 162 206 1884 0 0 0 0 34 0 0 0 0 1 +4862 1783783895960245800 DEPTH 42 1 0.61310446465944202 0 0 4 0 4 0 0 226 31 2547 23664782 81600 977.03219604492188 5.8948999999999998 1426.8269 120960 55052 1 0 5898240 4423680 4423680 4426381 4492800 156 150 167 216 1858 0 0 0 0 31 0 0 0 0 0 +4863 1783783897053173100 DEPTH 55 1 0.58779616323736061 0.8279386712095399 2 11 2 11 1 0 184 60 2581 23664890 81600 880.87364196777344 5.8952 1061.3988999999999 120960 65642 1 0 5898240 4423680 4423680 4426489 4492800 731 151 150 160 1389 0 0 0 0 60 0 0 0 0 2 +4864 1783783898198950100 DEPTH 58 1 0.56036906243670526 0.92163543441226559 2 12 2 12 1 0 152 18 2553 23664883 81600 950.42660522460938 5.8994000000000009 1125.8552999999999 120960 64264 1 0 5898240 4423680 4423680 4426481 4492800 259 150 150 186 1808 1 0 0 0 17 1 0 0 0 0 +4865 1783783899261041000 DEPTH 15 1 0.55600785316321943 0.91396933560476989 3 11 3 11 0 0 124 30 2551 23664828 81600 865.31141662597656 5.8943000000000003 1041.4638 120960 60786 1 0 5898240 4423680 4423680 4426426 4492800 559 150 258 366 1218 1 0 0 0 29 0 0 0 0 0 +4866 1783783900712489700 DEPTH 14 1 0.55595869353053418 0.65587734241908002 0 11 0 11 1 0 149 32 2579 23664930 81600 1085.9489135742188 5.9101999999999997 1450.0065 120960 66211 1 0 5898240 4423680 4423680 4426527 4492800 647 150 156 180 1446 0 0 0 0 32 0 0 0 0 1 +4867 1783783901842707600 DEPTH 47 1 0.55586161673230328 0.8279386712095399 2 11 2 11 0 0 130 12 2608 23664789 81600 926.86964416503906 5.9001000000000001 1104.9772 120960 61718 1 0 5898240 4423680 4423680 4426387 4492800 216 150 204 205 1833 0 0 0 0 12 0 0 0 0 0 +4868 1783783903180693900 DEPTH 3 1 0.55568064876749335 0.64054514480408853 2 9 2 9 1 0 168 29 2548 23664845 81600 911.44190979003906 5.8359000000000005 1290.0631000000001 120960 64189 1 0 5898240 4423680 4423680 4426445 4492800 325 150 188 192 1693 0 0 0 0 29 0 0 0 0 1 +4869 1783783904298737500 DEPTH 51 1 0.55407925928893187 0.91396933560476989 3 11 3 11 1 0 136 17 2579 23664838 81600 935.50613403320312 5.8549999999999995 1116.7626 120960 63587 1 0 5898240 4423680 4423680 4426438 4492800 955 150 400 289 785 0 0 0 0 17 0 0 0 0 1 +4870 1783783905690516900 DEPTH 42 1 0.61323053621782353 0 0 4 0 4 1 0 227 28 2562 23664825 81600 883.9329833984375 5.9084000000000003 1336.1067 120960 44153 1 0 5898240 4423680 4423680 4426424 4492800 156 150 164 201 1891 0 0 0 0 28 0 0 0 0 1 +4871 1783783906978530700 DEPTH 20 1 0.57985979379209318 0.45315161839863699 2 7 2 7 0 0 151 14 2576 23664807 81600 883.3914794921875 5.8437000000000001 1286.6960999999999 120960 53797 1 0 5898240 4423680 4423680 4426407 4492800 150 150 150 150 1976 2 0 0 1 11 0 0 0 0 0 +4872 1783783908248961000 DEPTH 40 1 0.58816495052387063 0.64821124361158422 1 10 1 10 0 0 162 26 2593 23664932 81600 885.95024108886719 5.8458000000000006 1269.1528000000001 120960 65371 1 0 5898240 4423680 4423680 4426531 4492800 167 150 150 174 1952 0 0 0 0 26 0 0 0 0 0 +4873 1783783909316476700 DEPTH 43 1 0.5636481227989385 0.8279386712095399 2 11 2 11 0 0 157 28 2609 23664794 81600 883.30874633789062 5.8305000000000007 1066.2637 120960 65587 1 0 5898240 4423680 4423680 4426394 4492800 549 150 518 321 1071 0 0 0 0 28 0 0 0 0 0 +4874 1783783910369162700 DEPTH 49 1 0.56207173944797539 0.82027257240204421 3 10 3 10 1 0 154 20 2596 23664817 81600 870.62110900878906 5.8224 1051.1588999999999 120960 62425 1 0 5898240 4423680 4423680 4426416 4492800 568 150 156 191 1531 0 0 0 0 20 0 0 0 0 1 +4875 1783783911674470500 DEPTH 39 1 0.55338757235756453 0.63287904599659284 3 8 3 8 0 0 197 13 2595 23664844 81600 911.09774780273438 5.9032 1292.163 120960 65259 1 0 5898240 4423680 4423680 4426440 4492800 150 150 154 150 1991 0 0 0 0 13 0 0 0 0 0 +4876 1783783912749020700 DEPTH 28 1 0.55327087385844165 0.8356047700170357 1 12 1 12 0 0 171 34 2523 23664948 81600 870.15095520019531 5.8133000000000008 1052.758 120960 60215 1 0 5898240 4423680 4423680 4426548 4492800 168 150 150 173 1882 0 0 0 0 34 0 0 0 0 0 +4877 1783783913860952600 DEPTH 25 1 0.5528570385211431 0.91396933560476989 3 11 3 11 0 0 142 22 2572 23664802 81600 896.37564086914062 5.8594999999999997 1079.3022000000001 120960 57790 1 0 5898240 4423680 4423680 4426402 4492800 204 156 191 150 1871 0 2 0 0 20 0 0 0 0 0 +4878 1783783915407433000 DEPTH 42 1 0.61330629255203162 0 0 4 0 4 0 0 227 28 2553 23664853 81600 1020.6742706298828 5.8906999999999998 1488.8309999999999 120960 29462 1 0 5898240 4423680 4423680 4426450 4492800 156 150 150 152 1945 0 0 0 0 28 0 0 0 0 0 +4879 1783783916665390200 DEPTH 29 1 0.59030888981595386 0.8279386712095399 2 11 2 11 1 0 149 25 2570 23664810 81600 1074.0487823486328 5.8737000000000004 1256.6618000000001 120960 52636 1 0 5898240 4423680 4423680 4426408 4492800 366 150 162 267 1625 0 0 2 0 23 0 0 2 0 1 +4880 1783783917891602900 DEPTH 4 1 0.58997531283185467 0.8356047700170357 1 12 1 12 1 0 80 22 2513 23664797 81600 1018.3444366455078 5.8777999999999997 1200.6685 120960 52015 1 0 5898240 4423680 4423680 4426397 4492800 244 156 268 391 1454 0 0 0 0 22 0 0 0 0 1 +4881 1783783919074309700 DEPTH 12 1 0.55854725428294871 0.63287904599659284 3 8 3 8 0 0 217 42 2530 23664825 81600 982.44085693359375 5.8418000000000001 1165.9530999999999 120960 63882 1 0 5898240 4423680 4423680 4426422 4492800 492 155 170 253 1460 0 0 0 0 42 0 0 0 0 0 +4882 1783783920267432500 DEPTH 27 1 0.55721757300749564 0.93696763202725719 0 14 0 14 0 0 175 24 2544 23664885 81600 980.20257568359375 5.8245000000000005 1156.6310000000001 120960 61802 1 0 5898240 4423680 4423680 4426485 4492800 336 152 234 195 1627 0 0 0 0 24 0 0 0 0 0 +4883 1783783921533047700 DEPTH 38 1 0.60340679867414837 0.64821124361158422 1 10 1 10 0 0 158 26 2551 23664790 81600 1076.6944732666016 5.9588999999999999 1264.2374 120960 54801 1 0 5898240 4423680 4423680 4426390 4492800 337 150 216 191 1657 1 0 0 0 25 0 0 0 0 0 +4884 1783783923105579000 DEPTH 21 1 0.55205949669880094 0.56218057921635434 0 10 0 10 0 0 203 31 2573 23664812 81600 1067.3623199462891 5.8731999999999998 1539.2555 120960 62178 1 0 5898240 4423680 4423680 4426411 4492800 309 150 200 271 1643 0 0 0 0 31 0 0 0 0 0 +4885 1783783924438447700 DEPTH 37 1 0.55069436222867041 0.8356047700170357 1 12 1 12 1 0 156 10 2626 23664894 81600 1133.4051818847656 5.8451999999999993 1317.8986 120960 61643 1 0 5898240 4423680 4423680 4426493 4492800 736 150 199 462 1079 0 0 0 0 10 0 0 0 0 1 +4886 1783783924714449300 REFRESH 8 0 0.51603992033240131 0.26575809199318562 2 5 2 5 0 0 254 4 417 3943911 55200 213.1937255859375 0.99419999999999997 250.98480000000001 20160 13469 0 0 983040 737280 737280 737511 748800 68 27 69 131 122 0 0 0 0 4 0 0 0 0 0 +4887 1783783924976695700 REFRESH 5 0 0.54754704068678872 0.8279386712095399 2 11 2 11 0 0 105 9 432 3943924 55200 206.16908264160156 0.97430000000000005 237.2878 20160 12119 0 0 983040 737280 737280 737523 748800 98 25 42 159 108 0 0 0 0 9 0 0 0 0 0 +4888 1783783925164740200 REFRESH 51 0 0.49477572298401257 0.91396933560476989 3 11 3 11 1 0 136 4 428 3943907 55200 155.62136840820312 0.97350000000000003 186.2424 20160 13185 0 0 983040 737280 737280 737507 748800 179 25 80 53 91 0 0 0 0 4 0 0 0 0 1 +4889 1783783925381398400 REFRESH 3 0 0.51725852109910064 0.64054514480408853 2 9 2 9 0 0 168 6 419 3943912 55200 176.52633666992188 0.97709999999999997 215.01429999999999 20160 13182 0 0 983040 737280 737280 737511 748800 219 26 45 34 95 0 0 0 0 6 0 0 0 0 0 +4890 1783783925629489400 REFRESH 20 0 0.60086810428229775 0.45315161839863699 2 7 2 7 0 0 151 5 411 3943898 55200 189.71760559082031 0.97140000000000004 246.45689999999999 20160 13484 0 0 983040 737280 737280 737498 748800 25 25 25 25 311 0 0 0 0 5 0 0 0 0 0 +4891 1783783925812507600 REFRESH 47 0 0.54707122515681927 0.8279386712095399 2 11 2 11 0 0 130 7 425 3943896 55200 150.21363830566406 0.97050000000000003 181.1857 20160 12770 0 0 983040 737280 737280 737496 748800 123 26 63 44 169 1 0 0 0 6 0 0 0 0 0 +4892 1783783926054943500 REFRESH 50 0 0.54998744441822023 0.64054514480408853 2 9 2 9 0 0 151 7 424 3943924 55200 174.94732666015625 0.97199999999999998 215.40880000000001 20160 13031 0 0 983040 737280 737280 737524 748800 127 26 38 53 180 0 0 0 0 7 0 0 0 0 0 +4893 1783783926304809200 REFRESH 7 0 0.56397432769503553 0.8356047700170357 1 12 1 12 0 0 157 6 420 3943909 55200 193.76947021484375 0.97550000000000003 226.29470000000001 20160 13306 0 0 983040 737280 737280 737509 748800 112 28 47 66 167 0 0 0 0 6 0 0 0 0 0 +4894 1783783926577856000 REFRESH 9 0 0.52642353127765906 0.3594548551959113 2 6 2 6 0 0 166 4 436 3943928 55200 172.91673278808594 0.96750000000000003 248.45079999999999 20160 13211 0 0 983040 737280 737280 737528 748800 174 25 38 113 86 0 0 0 0 4 0 0 0 0 0 +4895 1783783926798036800 REFRESH 15 0 0.55726739114381063 0.91396933560476989 3 11 3 11 0 0 124 4 422 3943909 55200 188.21632385253906 0.97470000000000001 218.85230000000001 20160 12770 0 0 983040 737280 737280 737509 748800 139 25 72 92 94 1 0 0 0 3 0 0 0 0 0 +4896 1783783926991081200 REFRESH 39 0 0.51461493368408417 0.63287904599659284 3 8 3 8 0 0 197 6 414 3943889 55200 149.44563293457031 0.99939999999999996 191.3306 20160 13394 0 0 983040 737280 737280 737489 748800 29 25 30 28 302 0 0 0 0 6 0 0 0 0 0 +4897 1783783927240319700 REFRESH 40 0 0.59483262448439633 0.64821124361158422 1 10 1 10 0 0 162 7 415 3943907 55200 178.97164916992188 0.97889999999999999 218.69040000000001 20160 13265 0 0 983040 737280 737280 737507 748800 48 25 26 31 285 0 0 0 0 7 0 0 0 0 0 +4898 1783783927541124100 REFRESH 54 0 0.52733342740302769 0.4608177172061329 1 8 1 8 0 0 142 5 427 3943917 55200 200.00563049316406 0.97319999999999995 274.5788 20160 13268 0 0 983040 737280 737280 737517 748800 153 25 65 103 81 0 0 0 0 5 0 0 0 0 0 +4899 1783783927771731500 REFRESH 43 0 0.56367593547959749 0.8279386712095399 2 11 2 11 0 0 157 4 430 3943899 55200 198.37132263183594 0.97689999999999999 229.24189999999999 20160 13223 0 0 983040 737280 737280 737499 748800 156 25 123 50 76 0 0 0 0 4 0 0 0 0 0 +4900 1783783928063563100 REFRESH 11 0 0.53602700527071445 0.37478705281090291 0 8 0 8 0 0 126 5 426 3943905 55200 185.39826965332031 0.97140000000000004 267.42779999999999 20160 13609 0 0 983040 737280 737280 737505 748800 127 25 64 77 133 0 0 0 0 5 0 0 0 0 0 +4901 1783783928340973400 REFRESH 26 0 0.54587989855139696 0.8356047700170357 1 12 1 12 1 0 125 3 432 3943895 55200 205.697021484375 0.97640000000000005 237.25489999999999 20160 12437 0 0 983040 737280 737280 737495 748800 106 25 26 87 188 0 0 0 0 3 0 0 0 0 1 +4902 1783783928550725300 REFRESH 23 0 0.58914577634392673 0.92163543441226559 2 12 2 12 0 0 164 9 422 3943901 55200 177.00352478027344 0.97529999999999994 208.4384 20160 13423 0 0 983040 737280 737280 737501 748800 76 25 29 26 266 0 0 0 0 9 0 0 0 0 0 +4903 1783783928776776900 REFRESH 34 0 0.52588627525030074 0.8356047700170357 1 12 1 12 0 0 127 0 425 3943916 55200 177.77253723144531 0.9718 206.94380000000001 20160 12736 0 0 983040 737280 737280 737516 748800 179 25 59 81 81 0 0 0 0 0 0 0 0 0 0 +4904 1783783928967157700 REFRESH 28 0 0.55507458432312096 0.8356047700170357 1 12 1 12 0 0 171 2 406 3943918 55200 158.17727661132812 0.99629999999999996 189.0924 20160 12749 0 0 983040 737280 737280 737518 748800 66 26 37 36 241 0 0 0 0 2 0 0 0 0 0 +4905 1783783929166875800 REFRESH 25 0 0.55477122445950089 0.91396933560476989 3 11 3 11 0 0 142 7 426 3943911 55200 166.03033447265625 0.97160000000000002 198.50299999999999 20160 12397 0 0 983040 737280 737280 737511 748800 160 26 50 27 163 0 0 0 0 7 0 0 0 0 0 +4906 1783783929383800300 REFRESH 58 0 0.57690241659304942 0.92163543441226559 2 12 2 12 0 0 152 9 410 3943936 55200 185.95225524902344 0.97250000000000003 215.57069999999999 20160 13264 0 0 983040 737280 737280 737536 748800 134 25 25 41 185 0 0 0 0 9 0 0 0 0 0 +4907 1783783929645856900 REFRESH 10 0 0.52262221482976079 0.64821124361158422 1 10 1 10 0 0 135 2 426 3943925 55200 205.7943115234375 0.98899999999999999 237.6549 20160 13000 0 0 983040 737280 737280 737525 748800 195 25 41 45 120 0 0 0 0 2 0 0 0 0 0 +4908 1783783929941491000 REFRESH 1 0 0.53111809879533323 0.36712095400340705 1 7 1 7 0 0 150 6 427 3943918 55200 205.50460815429688 0.97629999999999995 278.93400000000003 20160 13546 0 0 983040 737280 737280 737518 748800 132 25 79 105 86 0 0 0 0 6 0 0 0 0 0 +4909 1783783930195084900 REFRESH 6 0 0.54637710004170903 0.91396933560476989 3 11 3 11 0 0 129 4 423 3943914 55200 200.18074035644531 0.97609999999999997 229.64570000000001 20160 11930 0 0 983040 737280 737280 737513 748800 116 25 47 45 190 0 0 0 0 4 0 0 0 0 0 +4910 1783783930449170400 REFRESH 22 0 0.5476118560653187 0.91396933560476989 3 11 3 11 0 0 163 9 428 3943902 55200 198.73075866699219 0.9738 229.68010000000001 20160 12950 0 0 983040 737280 737280 737502 748800 181 25 64 34 124 0 0 0 0 9 0 0 0 0 0 +4911 1783783930760372900 REFRESH 17 0 0.50986387830376212 0.28109028960817717 0 7 0 7 0 0 237 2 417 3943876 55200 208.33587646484375 0.97130000000000005 285.57139999999998 20160 13693 0 0 983040 737280 737280 737475 748800 100 26 66 113 112 0 0 0 0 2 0 0 0 0 0 +4912 1783783931058488300 REFRESH 2 0 0.53990574554627846 0.45315161839863699 2 7 2 7 0 0 172 7 427 3943907 55200 209.11622619628906 0.99050000000000005 269.21069999999997 20160 13509 0 0 983040 737280 737280 737507 748800 158 25 63 78 103 0 0 0 0 7 0 0 0 0 0 +4913 1783783931356043900 REFRESH 52 0 0.51532925364696947 0.36712095400340705 1 7 1 7 0 0 137 3 430 3943894 55200 204.74163818359375 0.97540000000000004 281.97089999999997 20160 12849 0 0 983040 737280 737280 737494 748800 167 26 74 80 83 0 0 0 0 3 0 0 0 0 0 +4914 1783783931581157400 REFRESH 16 0 0.53418148316402547 0.3594548551959113 2 6 2 6 0 0 222 4 417 3943915 55200 168.84941101074219 0.98709999999999998 207.3194 20160 13512 0 0 983040 737280 737280 737515 748800 170 26 27 96 98 0 0 0 0 4 0 0 0 0 0 +4915 1783783931858831400 REFRESH 33 0 0.52249929757042857 0.36712095400340705 1 7 1 7 0 0 204 2 416 3943895 55200 209.44918823242188 0.97060000000000002 253.43879999999999 20160 13469 0 0 983040 737280 737280 737495 748800 124 26 67 67 132 0 0 0 0 2 0 0 0 0 0 +4916 1783783932122301800 REFRESH 32 0 0.53369894771496473 0.4608177172061329 1 8 1 8 0 0 164 5 423 3943896 55200 192.9564208984375 0.99909999999999999 237.86689999999999 20160 13255 0 0 983040 737280 737280 737495 748800 102 26 97 90 108 0 0 0 0 5 0 0 0 0 0 +4917 1783783932401677100 REFRESH 14 0 0.55655362867277736 0.65587734241908002 0 11 0 11 0 0 149 8 423 3943896 55200 209.98042297363281 0.97629999999999995 253.82820000000001 20160 13398 0 0 983040 737280 737280 737495 748800 210 25 36 30 122 0 0 0 0 8 0 0 0 0 0 +4918 1783783932677130600 REFRESH 53 0 0.51785431403491067 0.37478705281090291 0 8 0 8 0 0 178 2 419 3943922 55200 205.444091796875 1.0028999999999999 256.94909999999999 20160 13467 0 0 983040 737280 737280 737522 748800 191 27 48 37 116 0 0 0 0 2 0 0 0 0 0 +4919 1783783932927849500 REFRESH 19 0 0.54847619038839002 0.8279386712095399 2 11 2 11 0 0 144 7 418 3943915 55200 203.29881286621094 1.0087999999999999 237.53 20160 12749 0 0 983040 737280 737280 737515 748800 152 25 45 57 139 0 0 0 0 7 0 0 0 0 0 +4920 1783783933236861900 REFRESH 45 0 0.54197107338150508 0.45315161839863699 2 7 2 7 0 0 182 9 426 3943893 55200 209.82579040527344 0.9869 250.619 20160 13516 0 0 983040 737280 737280 737492 748800 104 25 45 71 181 0 0 0 0 9 0 0 0 0 0 +4921 1783783933472662300 REFRESH 21 0 0.55486147869626712 0.56218057921635434 0 10 0 10 0 0 203 4 418 3943922 55200 178.87437438964844 0.97209999999999996 234.5222 20160 12942 0 0 983040 737280 737280 737522 748800 130 26 58 92 112 0 0 0 0 4 0 0 0 0 0 +4922 1783783933719680900 REFRESH 31 0 0.51970561966066042 0.3594548551959113 2 6 2 6 0 0 175 8 426 3943929 55200 161.36601257324219 0.97709999999999997 221.18430000000001 20160 13489 0 0 983040 737280 737280 737529 748800 95 25 33 158 115 0 0 0 0 8 0 0 0 0 0 +4923 1783783933950057800 REFRESH 24 0 0.54968311000627224 1 4 11 4 11 0 0 170 5 413 3943892 55200 196.36224365234375 0.97070000000000001 229.07599999999999 20160 12679 0 0 983040 737280 737280 737492 748800 168 33 26 41 145 0 0 0 0 5 0 0 0 0 0 +4924 1783783934139699800 REFRESH 12 0 0.55977395700279187 0.63287904599659284 3 8 3 8 0 0 217 5 414 3943920 55200 156.73139953613281 0.97189999999999999 187.91839999999999 20160 13246 0 0 983040 737280 737280 737520 748800 181 27 34 63 109 0 0 0 0 5 0 0 0 0 0 +4925 1783783934388558800 REFRESH 56 0 0.51665583038266583 0.26575809199318562 2 5 2 5 0 0 240 5 414 3943920 55200 150.56547546386719 0.97119999999999995 226.435 20160 13625 0 0 983040 737280 737280 737520 748800 139 26 46 118 85 0 0 0 0 5 0 0 0 0 0 +4926 1783783934646779000 REFRESH 35 0 0.55054267713538096 0.8279386712095399 2 11 2 11 0 0 192 8 418 3943925 55200 202.20109558105469 0.96809999999999996 233.6455 20160 13082 0 0 983040 737280 737280 737525 748800 146 27 36 104 105 0 0 0 0 8 0 0 0 0 0 +4927 1783783934898874700 REFRESH 46 0 0.52530269731541213 0.37478705281090291 0 8 0 8 0 0 338 3 420 3943891 55200 165.50706481933594 0.9728 229.76499999999999 20160 13422 0 0 983040 737280 737280 737491 748800 121 25 74 79 121 0 0 0 0 3 0 0 0 0 0 +4928 1783783935164861700 REFRESH 13 0 0.50335085155717196 0.27342419080068137 1 6 1 6 0 0 196 3 415 3943901 55200 184.52890014648438 0.97819999999999996 241.3663 20160 13468 0 0 983040 737280 737280 737500 748800 166 26 69 64 90 0 0 0 0 3 0 0 0 0 0 +4929 1783783935361941300 REFRESH 36 0 0.54438683434474788 0.82027257240204421 3 10 3 10 0 0 145 3 427 3943920 55200 151.14547729492188 0.9788 182.72890000000001 20160 12969 0 0 983040 737280 737280 737519 748800 204 25 27 67 104 0 0 0 0 3 0 0 0 0 0 +4930 1783783935597476500 REFRESH 29 0 0.60575692364346612 0.8279386712095399 2 11 2 11 0 0 149 6 421 3943892 55200 203.09504699707031 0.9718 233.80160000000001 20160 13364 0 0 983040 737280 737280 737492 748800 133 25 27 92 144 0 0 0 0 6 0 0 0 0 0 +4931 1783783935951630500 REFRESH 42 0 0.78340381703526907 0 0 4 0 4 0 0 227 5 421 3943918 55200 209.54725646972656 0.97299999999999998 289.8288 20160 13759 0 0 983040 737280 737280 737518 748800 72 25 95 116 113 0 0 0 0 5 0 0 0 0 0 +4932 1783783936136860200 REFRESH 55 0 0.5848656595879036 0.8279386712095399 2 11 2 11 0 0 184 12 414 3943888 55200 150.66828918457031 0.98609999999999998 183.69589999999999 20160 13510 0 0 983040 737280 737280 737488 748800 239 26 25 26 98 0 0 0 0 12 0 0 0 0 0 +4933 1783783936387803400 REFRESH 57 0 0.59319276269355981 0.8279386712095399 2 11 2 11 0 0 170 12 410 3943916 55200 207.00569152832031 1.0111000000000001 249.18520000000001 20160 13204 0 0 983040 737280 737280 737516 748800 209 26 35 27 113 0 0 0 0 12 0 0 0 0 0 +4934 1783783936698295200 REFRESH 30 0 0.5266790791510807 0.4608177172061329 1 8 1 8 0 0 163 8 423 3943904 55200 209.45510864257812 1.0061 291.99889999999999 20160 13339 0 0 983040 737280 737280 737504 748800 117 25 54 135 92 0 0 0 0 8 0 0 0 0 0 +4935 1783783936939339000 REFRESH 37 0 0.55259036885131907 0.8356047700170357 1 12 1 12 0 0 156 9 431 3943927 55200 208.25395202636719 0.97940000000000005 239.7261 20160 12770 0 0 983040 737280 737280 737527 748800 153 25 45 88 120 0 0 0 0 9 0 0 0 0 0 +4936 1783783937235493800 REFRESH 48 0 0.53916370965041416 0.3594548551959113 2 6 2 6 0 0 229 5 418 3943914 55200 202.93426513671875 0.99719999999999998 279.40120000000002 20160 13582 0 0 983040 737280 737280 737513 748800 81 26 53 48 210 0 0 1 0 4 0 0 0 0 0 +4937 1783783937508758300 REFRESH 44 0 0.54147414914433067 0.36712095400340705 1 7 1 7 0 0 184 5 423 3943926 55200 170.53811645507812 0.97709999999999997 247.56999999999999 20160 13426 0 0 983040 737280 737280 737526 748800 77 26 33 55 232 0 0 0 0 5 0 0 0 0 0 +4938 1783783937743577500 REFRESH 38 0 0.59943678035779113 0.64821124361158422 1 10 1 10 0 0 158 5 419 3943939 55200 202.17138671875 0.97760000000000002 232.977 20160 13596 0 0 983040 737280 737280 737539 748800 146 25 50 70 128 0 0 0 0 5 0 0 0 0 0 +4939 1783783938025157500 REFRESH 41 0 0.54267953204825026 0.55451448040885853 1 9 1 9 0 0 118 3 416 3943920 55200 206.02470397949219 0.9798 266.57159999999999 20160 12649 0 0 983040 737280 737280 737520 748800 224 26 28 38 100 0 0 0 0 3 0 0 0 0 0 +4940 1783783938207499100 REFRESH 49 0 0.56286082762979772 0.82027257240204421 3 10 3 10 0 0 154 8 422 3943910 55200 149.58592224121094 0.96999999999999997 180.48779999999999 20160 12909 0 0 983040 737280 737280 737510 748800 210 26 28 42 116 0 0 0 0 8 0 0 0 0 0 +4941 1783783938457877100 REFRESH 18 0 0.53654018312462193 0.9293015332197615 1 13 1 13 1 0 156 7 419 3943912 55200 196.56294250488281 0.97099999999999997 227.13579999999999 20160 13497 0 0 983040 737280 737280 737512 748800 136 25 116 66 76 0 0 0 0 7 0 0 0 0 1 +4942 1783783938643040300 REFRESH 27 0 0.55820592914657552 0.93696763202725719 0 14 0 14 0 0 175 5 417 3943923 55200 150.17677307128906 0.96899999999999997 183.92189999999999 20160 12804 0 0 983040 737280 737280 737523 748800 184 26 45 34 128 0 0 0 0 5 0 0 0 0 0 +4943 1783783938892043000 REFRESH 0 0 0.54881804380456178 0.8356047700170357 1 12 1 12 0 0 112 6 427 3943921 55200 193.3834228515625 0.97809999999999997 223.73689999999999 20160 11995 0 0 983040 737280 737280 737521 748800 110 25 26 29 237 0 0 0 0 6 0 0 0 0 0 +4944 1783783939083536400 REFRESH 4 0 0.60721166687217221 0.8356047700170357 1 12 1 12 0 0 80 5 407 3943916 55200 161.6046142578125 0.97550000000000003 190.2867 20160 12507 0 0 983040 737280 737280 737516 748800 99 26 46 53 183 0 0 0 0 5 0 0 0 0 0 +4945 1783783940706547500 DEPTH 42 1 0.66840284287328988 0 0 4 0 4 1 0 227 29 2553 23664880 81600 1149.9049072265625 5.8566000000000003 1621.7482 120960 67013 1 0 5898240 4423680 4423680 4426480 4492800 156 150 157 170 1920 0 0 0 0 29 0 0 0 0 1 +4946 1783783942011278400 DEPTH 20 1 0.6477621176587649 0.45315161839863699 2 7 2 7 0 0 151 15 2574 23664799 81600 881.63301086425781 5.8457000000000008 1279.9938 120960 66071 1 0 5898240 4423680 4423680 4426398 4492800 150 150 150 150 1974 1 0 0 0 14 0 0 0 0 0 +4947 1783783943286490700 DEPTH 40 1 0.58879972053500285 0.64821124361158422 1 10 1 10 0 0 163 20 2583 23664846 81600 885.67869567871094 5.8708999999999998 1258.6768 120960 65336 1 0 5898240 4423680 4423680 4426445 4492800 164 150 151 172 1946 0 0 0 0 20 0 0 0 0 0 +4948 1783783944357632900 DEPTH 23 1 0.5852999042726863 0.92163543441226559 2 12 2 12 0 0 164 45 2575 23664854 81600 861.85426330566406 5.9006000000000007 1039.2054000000001 120960 64930 1 0 5898240 4423680 4423680 4426452 4492800 152 150 150 150 1973 0 0 0 0 45 0 0 0 0 0 +4949 1783783945560449200 DEPTH 58 1 0.57417852470407627 0.92163543441226559 2 12 2 12 0 0 152 30 2562 23664823 81600 959.21449279785156 5.9674000000000005 1140.7741000000001 120960 64950 1 0 5898240 4423680 4423680 4426421 4492800 337 150 150 183 1742 0 0 0 0 30 0 0 0 0 0 +4950 1783783946753699400 DEPTH 7 1 0.55993952001846503 0.8356047700170357 1 12 1 12 0 0 157 40 2554 23664862 81600 1011.2430267333984 5.9371 1192.0592999999999 120960 64395 1 0 5898240 4423680 4423680 4426460 4492800 156 150 168 198 1882 0 0 0 0 40 0 0 0 0 0 +4951 1783783947907009700 DEPTH 43 1 0.55766166764791791 0.8279386712095399 2 11 2 11 0 0 158 23 2617 23664747 81600 939.74900817871094 5.9117999999999995 1128.9559999999999 120960 64284 1 0 5898240 4423680 4423680 4426346 4492800 569 150 539 350 1009 0 0 0 0 23 0 0 0 0 0 +4952 1783783948954754000 DEPTH 47 1 0.55513866958616731 0.8279386712095399 2 11 2 11 0 0 130 14 2607 23664864 81600 872.38941955566406 5.8746 1046.5445999999999 120960 61692 1 0 5898240 4423680 4423680 4426462 4492800 208 150 204 196 1849 0 0 0 0 14 0 0 0 0 0 +4953 1783783950302864800 DEPTH 42 1 0.60885779453218103 0 0 4 0 4 0 0 227 33 2558 23664797 81600 854.38328552246094 5.8521999999999998 1295.4052999999999 120960 55756 1 0 5898240 4423680 4423680 4426397 4492800 156 150 151 178 1923 0 0 0 0 33 0 0 0 0 0 +4954 1783783951340784800 DEPTH 29 1 0.5874822348164731 0.8279386712095399 2 11 2 11 1 0 150 30 2563 23664855 81600 861.34422302246094 5.9014999999999995 1036.7342000000001 120960 64531 1 0 5898240 4423680 4423680 4426453 4492800 368 150 162 289 1594 0 0 0 0 30 0 0 0 0 1 +4955 1783783952386710700 DEPTH 12 1 0.55576420673900406 0.63287904599659284 3 8 3 8 0 0 217 39 2533 23664856 81600 864.83328247070312 5.8556999999999997 1044.7928999999999 120960 64393 1 0 5898240 4423680 4423680 4426454 4492800 495 156 174 231 1477 0 0 0 0 39 0 0 0 0 0 +4956 1783783953662887100 DEPTH 14 1 0.5549891493853939 0.65587734241908002 0 11 0 11 1 0 149 32 2582 23664773 81600 867.47779846191406 5.8883000000000001 1239.5523000000001 120960 65492 1 0 5898240 4423680 4423680 4426370 4492800 621 150 156 190 1465 0 0 0 0 32 0 0 0 0 1 +4957 1783783954910848900 DEPTH 3 1 0.55466736708730258 0.64054514480408853 2 9 2 9 1 0 169 32 2547 23664818 81600 859.91519165039062 5.8860000000000001 1224.7514000000001 120960 63692 1 0 5898240 4423680 4423680 4426412 4492800 314 150 182 169 1732 0 0 0 0 32 0 0 0 0 1 +4958 1783783955953474300 DEPTH 25 1 0.55343891645820675 0.91396933560476989 3 11 3 11 0 0 142 24 2583 23664902 81600 863.02342224121094 5.8758999999999997 1041.45 120960 59193 1 0 5898240 4423680 4423680 4426502 4492800 199 156 197 150 1881 0 2 0 0 22 0 0 0 0 0 +4959 1783783957020097000 DEPTH 15 1 0.55237041593564229 0.91396933560476989 3 11 3 11 0 0 125 28 2549 23664921 81600 865.18507385253906 5.8898999999999999 1040.6913 120960 61112 1 0 5898240 4423680 4423680 4426520 4492800 546 150 265 325 1263 0 0 0 0 28 0 0 0 0 0 +4960 1783783958290889900 DEPTH 39 1 0.55172012027611994 0.63287904599659284 3 8 3 8 0 0 197 20 2599 23664858 81600 859.16482543945312 5.8655999999999997 1232.7361000000001 120960 65453 1 0 5898240 4423680 4423680 4426458 4492800 150 150 152 150 1997 0 0 0 0 20 0 0 0 0 0 +4961 1783783959604719800 DEPTH 42 1 0.60923009820994312 0 0 4 0 4 0 0 227 29 2548 23664841 81600 847.65666198730469 5.8635999999999999 1288.1186 120960 44666 1 0 5898240 4423680 4423680 4426440 4492800 155 150 150 176 1917 0 0 0 0 29 0 0 0 0 0 +4962 1783783960639476900 DEPTH 57 1 0.59018538490520489 0.8279386712095399 2 11 2 11 0 0 170 42 2566 23664906 81600 860.36874389648438 5.8613 1033.5157999999999 120960 64219 1 0 5898240 4423680 4423680 4426505 4492800 299 150 161 150 1806 0 0 0 0 42 0 0 0 0 0 +4963 1783783961686664100 DEPTH 55 1 0.58196076007044018 0.8279386712095399 2 11 2 11 1 0 185 52 2569 23664852 81600 867.937255859375 5.8497000000000003 1045.9481000000001 120960 66250 1 0 5898240 4423680 4423680 4426447 4492800 655 150 150 158 1456 0 0 0 0 52 0 0 0 0 1 +4964 1783783962746326600 DEPTH 38 1 0.59073022746100656 0.64821124361158422 1 10 1 10 1 0 159 38 2558 23664824 81600 862.45826721191406 5.8814000000000002 1040.3354999999999 120960 66176 1 0 5898240 4423680 4423680 4426422 4492800 428 150 216 198 1566 0 0 0 0 38 0 0 0 0 1 +4965 1783783963496400600 DEPTH 37 1 0.55315301056466493 0.8356047700170357 1 12 1 12 1 0 156 7 1747 15776501 58560 578.38386535644531 3.9093 696.27610000000004 80640 44266 0 0 3932160 2949120 2949120 2950900 2995200 527 100 139 285 696 0 0 0 0 7 0 0 0 0 1 diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/run.tsv b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/run.tsv new file mode 100644 index 00000000..90c5f052 --- /dev/null +++ b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/run.tsv @@ -0,0 +1,32 @@ +format szilassi-global-search-v4 +run_id f71d6ac6-347c-41b0-832f-aed1eb0036e7 +node_id LOOKICH +seed 1235223243 +topology_from 0 +topology_to 58 +backend cuda-fp32 +objective_version 4 +cuda_math standard-fp32 +cuda_chains_requested 0 +cuda_chains_effective 61440 +cuda_iterations_per_batch 64 +cuda_depth_batches 6 +cuda_session_cache 59 +algorithm hybrid-quality-diversity-v1 +control_baseline_fraction 0.25 +strategy_weights baseline:4,replica:3,adaptive:3,pbt:3,injected:3 +fresh_fractions depth:1/4,breadth:7/8,injected-protected +replica_exchange group:8,temperature-ratio:16 +pbt rotating-pairs,depth-chance:0.08,breadth-chance:0.04 +verification_quotas overall:128,per-strategy:max(8,overall/5),per-injected-seed:1 +accounted_fp32_steps proposal-iterations-plus-injection-pbt;setup-retries-excluded +map_elites_bins determinant:8,edge:8,turn:8,extent:8 +map_elites_max_cells_per_topology 4096 +cem diagonal-weighted,covariance-adaptation:0.18,new-injected-only +spsa adam:6,cpu-double,fp32-roundtrip,final-canonical-dd-gate +topology_scheduler ucb-plus-reward-plus-staleness,full-refresh-every-5 +topology_scheduler_mode quality-first +worst_priority_coefficient 0.65 +cpu_iterations_per_trial 50000 +degeneracy_formula worst-plus-0.05-rest +degeneracy_weight 0.01 diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000001_6fc4700c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000001_6fc4700c.szar new file mode 100644 index 00000000..7d096635 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000001_6fc4700c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000002_54760762.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000002_54760762.szar new file mode 100644 index 00000000..5abb79e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000002_54760762.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000003_89c0e5a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000003_89c0e5a6.szar new file mode 100644 index 00000000..c8cdb8eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000003_89c0e5a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000004_f4bb87cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000004_f4bb87cb.szar new file mode 100644 index 00000000..8336420d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000004_f4bb87cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000005_42452263.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000005_42452263.szar new file mode 100644 index 00000000..2b5d3ead Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000005_42452263.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000006_20b08328.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000006_20b08328.szar new file mode 100644 index 00000000..27bb53e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000006_20b08328.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000007_d019bbf2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000007_d019bbf2.szar new file mode 100644 index 00000000..7b797ffe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000007_d019bbf2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000008_2dd8b04f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000008_2dd8b04f.szar new file mode 100644 index 00000000..15a97cc7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000008_2dd8b04f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000009_18556a82.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000009_18556a82.szar new file mode 100644 index 00000000..aee126a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000009_18556a82.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000010_c6a388ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000010_c6a388ac.szar new file mode 100644 index 00000000..78adf8af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000010_c6a388ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000011_fffa86b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000011_fffa86b0.szar new file mode 100644 index 00000000..55e261f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000011_fffa86b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000012_90f32a05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000012_90f32a05.szar new file mode 100644 index 00000000..e2d79eb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000012_90f32a05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000013_2cc61578.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000013_2cc61578.szar new file mode 100644 index 00000000..67d18d4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000013_2cc61578.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000014_c7772c3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000014_c7772c3b.szar new file mode 100644 index 00000000..809f230a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000014_c7772c3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000015_b9c8b465.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000015_b9c8b465.szar new file mode 100644 index 00000000..d2037f62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000015_b9c8b465.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000016_8c7e8f0e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000016_8c7e8f0e.szar new file mode 100644 index 00000000..3bebb1ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000016_8c7e8f0e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000017_166bc0d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000017_166bc0d4.szar new file mode 100644 index 00000000..4dd95807 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000017_166bc0d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000018_693b969f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000018_693b969f.szar new file mode 100644 index 00000000..1f0ec930 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000018_693b969f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000019_5a6ecd0e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000019_5a6ecd0e.szar new file mode 100644 index 00000000..e388cb40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000019_5a6ecd0e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000020_e80338b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000020_e80338b8.szar new file mode 100644 index 00000000..799839ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000020_e80338b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000021_0209b227.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000021_0209b227.szar new file mode 100644 index 00000000..12ba0e4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000021_0209b227.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000022_8ec7b6cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000022_8ec7b6cf.szar new file mode 100644 index 00000000..35cb9960 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000022_8ec7b6cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000023_44fd1478.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000023_44fd1478.szar new file mode 100644 index 00000000..4c45cece Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000023_44fd1478.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000024_fcddf63b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000024_fcddf63b.szar new file mode 100644 index 00000000..e53e8eec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000024_fcddf63b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000025_8a6f9886.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000025_8a6f9886.szar new file mode 100644 index 00000000..5a1692d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000025_8a6f9886.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000026_5fa128fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000026_5fa128fd.szar new file mode 100644 index 00000000..dec00114 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000026_5fa128fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000027_004e3cd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000027_004e3cd6.szar new file mode 100644 index 00000000..5a268eef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000027_004e3cd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000028_e51503f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000028_e51503f3.szar new file mode 100644 index 00000000..3474e999 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000028_e51503f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000029_f1ae7901.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000029_f1ae7901.szar new file mode 100644 index 00000000..80ab0b1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000029_f1ae7901.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000030_75651ba0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000030_75651ba0.szar new file mode 100644 index 00000000..d5cf5f6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000030_75651ba0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000031_614ad72c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000031_614ad72c.szar new file mode 100644 index 00000000..2ae6c540 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000031_614ad72c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000032_ea88b86c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000032_ea88b86c.szar new file mode 100644 index 00000000..abbea62d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000032_ea88b86c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000033_88cc07cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000033_88cc07cf.szar new file mode 100644 index 00000000..b9767f69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000033_88cc07cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000034_4c2d44f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000034_4c2d44f8.szar new file mode 100644 index 00000000..285905a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000034_4c2d44f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000035_c4df73e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000035_c4df73e8.szar new file mode 100644 index 00000000..a8703528 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000035_c4df73e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000036_6966792f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000036_6966792f.szar new file mode 100644 index 00000000..81649b75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000036_6966792f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000037_cc4ec4ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000037_cc4ec4ae.szar new file mode 100644 index 00000000..9d540448 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000037_cc4ec4ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000038_b2e69cba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000038_b2e69cba.szar new file mode 100644 index 00000000..a28b4a4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000038_b2e69cba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000039_f56e5d00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000039_f56e5d00.szar new file mode 100644 index 00000000..6fdc0d8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000039_f56e5d00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000040_65f460fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000040_65f460fe.szar new file mode 100644 index 00000000..08dd1731 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000040_65f460fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000041_f0991711.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000041_f0991711.szar new file mode 100644 index 00000000..107dc859 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000041_f0991711.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000042_384491a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000042_384491a9.szar new file mode 100644 index 00000000..d4687d02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000042_384491a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000043_2d7172bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000043_2d7172bd.szar new file mode 100644 index 00000000..37c6793d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000043_2d7172bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000044_6a0266bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000044_6a0266bc.szar new file mode 100644 index 00000000..4afa9154 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000044_6a0266bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000045_9da8f678.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000045_9da8f678.szar new file mode 100644 index 00000000..a3cd6dc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000045_9da8f678.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000046_ecf09c6c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000046_ecf09c6c.szar new file mode 100644 index 00000000..d4fb9a57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000046_ecf09c6c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000047_8dd32f47.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000047_8dd32f47.szar new file mode 100644 index 00000000..289098f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000047_8dd32f47.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000048_6c823574.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000048_6c823574.szar new file mode 100644 index 00000000..2eb1d963 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000048_6c823574.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000049_381094d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000049_381094d6.szar new file mode 100644 index 00000000..807f7026 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000049_381094d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000050_894ad21f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000050_894ad21f.szar new file mode 100644 index 00000000..88bdac11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000050_894ad21f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000051_15254164.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000051_15254164.szar new file mode 100644 index 00000000..9a64ca3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000051_15254164.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000052_2de75583.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000052_2de75583.szar new file mode 100644 index 00000000..88f02b58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000052_2de75583.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000053_ac4efccf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000053_ac4efccf.szar new file mode 100644 index 00000000..460f2fa0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000053_ac4efccf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000054_2f312211.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000054_2f312211.szar new file mode 100644 index 00000000..53536946 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000054_2f312211.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000055_e44751a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000055_e44751a6.szar new file mode 100644 index 00000000..4c375a32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/archive/delta_00000000000000000055_e44751a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000001_78e00fa7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000001_78e00fa7.szcp new file mode 100644 index 00000000..12d48641 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000001_78e00fa7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000002_c073d686.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000002_c073d686.szcp new file mode 100644 index 00000000..c3cc8680 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000002_c073d686.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000003_bbe3d9a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000003_bbe3d9a1.szcp new file mode 100644 index 00000000..a180ed63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000003_bbe3d9a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000004_5a83905f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000004_5a83905f.szcp new file mode 100644 index 00000000..fafb0340 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000004_5a83905f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000005_eff870a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000005_eff870a0.szcp new file mode 100644 index 00000000..191564b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000005_eff870a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000006_2ffb9b5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000006_2ffb9b5e.szcp new file mode 100644 index 00000000..c61fa7eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000006_2ffb9b5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000007_02d65f3e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000007_02d65f3e.szcp new file mode 100644 index 00000000..db86d5d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000007_02d65f3e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000008_117131f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000008_117131f2.szcp new file mode 100644 index 00000000..2cee3522 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000008_117131f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000009_75b777a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000009_75b777a7.szcp new file mode 100644 index 00000000..fb060c9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000009_75b777a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000010_8b1c0ba8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000010_8b1c0ba8.szcp new file mode 100644 index 00000000..71a4e353 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000010_8b1c0ba8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000011_1000b1b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000011_1000b1b6.szcp new file mode 100644 index 00000000..a1c91a6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000011_1000b1b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000012_a26607e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000012_a26607e5.szcp new file mode 100644 index 00000000..033bf292 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000012_a26607e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000013_db7fc42f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000013_db7fc42f.szcp new file mode 100644 index 00000000..658fc8af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000013_db7fc42f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000014_00ab42c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000014_00ab42c9.szcp new file mode 100644 index 00000000..c6ec8966 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000014_00ab42c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000015_cdc97807.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000015_cdc97807.szcp new file mode 100644 index 00000000..56f1b86c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000015_cdc97807.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000016_5a40d085.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000016_5a40d085.szcp new file mode 100644 index 00000000..575f161c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000016_5a40d085.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000017_7bf07471.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000017_7bf07471.szcp new file mode 100644 index 00000000..26346a70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000017_7bf07471.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000018_48f018c7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000018_48f018c7.szcp new file mode 100644 index 00000000..79dc7060 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000018_48f018c7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000019_d33eb260.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000019_d33eb260.szcp new file mode 100644 index 00000000..0fd544ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000019_d33eb260.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000020_be95ab51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000020_be95ab51.szcp new file mode 100644 index 00000000..8e38bc35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000020_be95ab51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000021_dcd16f91.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000021_dcd16f91.szcp new file mode 100644 index 00000000..ee756cd4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000021_dcd16f91.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000022_118fc3f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000022_118fc3f9.szcp new file mode 100644 index 00000000..0a32f970 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000022_118fc3f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000023_7fa7924d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000023_7fa7924d.szcp new file mode 100644 index 00000000..8b01ba01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000023_7fa7924d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000024_29a55f3c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000024_29a55f3c.szcp new file mode 100644 index 00000000..c20feb93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000024_29a55f3c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000025_23312dc2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000025_23312dc2.szcp new file mode 100644 index 00000000..d92aa279 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000025_23312dc2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000026_a8c95393.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000026_a8c95393.szcp new file mode 100644 index 00000000..860d3a70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000026_a8c95393.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000027_a4b81669.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000027_a4b81669.szcp new file mode 100644 index 00000000..bc12bb60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000027_a4b81669.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000028_92fa1476.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000028_92fa1476.szcp new file mode 100644 index 00000000..b7ab88d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000028_92fa1476.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000029_09a8e0bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000029_09a8e0bc.szcp new file mode 100644 index 00000000..5c9459ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000029_09a8e0bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000030_c7bdc36b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000030_c7bdc36b.szcp new file mode 100644 index 00000000..ae9a528d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000030_c7bdc36b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000031_4be943e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000031_4be943e3.szcp new file mode 100644 index 00000000..86747ea4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000031_4be943e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000032_6015fdf8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000032_6015fdf8.szcp new file mode 100644 index 00000000..83351016 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000032_6015fdf8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000033_21801c6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000033_21801c6e.szcp new file mode 100644 index 00000000..c7ab2948 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000033_21801c6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000034_9d9d85f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000034_9d9d85f0.szcp new file mode 100644 index 00000000..55d85e17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000034_9d9d85f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000035_4b28442f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000035_4b28442f.szcp new file mode 100644 index 00000000..210cc9ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000035_4b28442f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000036_3309328b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000036_3309328b.szcp new file mode 100644 index 00000000..e99ba02f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000036_3309328b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000037_e71f4cef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000037_e71f4cef.szcp new file mode 100644 index 00000000..0fb7a28e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000037_e71f4cef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000038_9fa5bc0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000038_9fa5bc0c.szcp new file mode 100644 index 00000000..9b1bd339 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000038_9fa5bc0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000039_b326bba0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000039_b326bba0.szcp new file mode 100644 index 00000000..274e9c2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000039_b326bba0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000040_a0c71c48.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000040_a0c71c48.szcp new file mode 100644 index 00000000..edb19335 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000040_a0c71c48.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000041_82c905c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000041_82c905c8.szcp new file mode 100644 index 00000000..f450b6ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000041_82c905c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000042_83017d7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000042_83017d7c.szcp new file mode 100644 index 00000000..2a6686b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000042_83017d7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000043_e31ab651.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000043_e31ab651.szcp new file mode 100644 index 00000000..5d3cadfc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000043_e31ab651.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000044_9947ab62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000044_9947ab62.szcp new file mode 100644 index 00000000..5a4bbbbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000044_9947ab62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000045_b0053df8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000045_b0053df8.szcp new file mode 100644 index 00000000..89105c0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000045_b0053df8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000046_51154c5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000046_51154c5d.szcp new file mode 100644 index 00000000..b729829b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000046_51154c5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000047_246d5b00.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000047_246d5b00.szcp new file mode 100644 index 00000000..92b3fc9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000047_246d5b00.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000048_f1c696ff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000048_f1c696ff.szcp new file mode 100644 index 00000000..5e3b653a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000048_f1c696ff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000049_469e7438.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000049_469e7438.szcp new file mode 100644 index 00000000..3f8361ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000049_469e7438.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000050_1b1f14d4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000050_1b1f14d4.szcp new file mode 100644 index 00000000..ceb00460 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000050_1b1f14d4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000051_ff2de5e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000051_ff2de5e4.szcp new file mode 100644 index 00000000..d0e1d763 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000051_ff2de5e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000052_e0cbcfb0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000052_e0cbcfb0.szcp new file mode 100644 index 00000000..029fa9ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000052_e0cbcfb0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000053_4efa83e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000053_4efa83e7.szcp new file mode 100644 index 00000000..8a128dd6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000053_4efa83e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000054_44b77ae3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000054_44b77ae3.szcp new file mode 100644 index 00000000..a5896759 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000054_44b77ae3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000055_f3d490f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000055_f3d490f9.szcp new file mode 100644 index 00000000..684b4c93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_000/checkpoints/checkpoint_00000000000000000055_f3d490f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000001_438cd5d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000001_438cd5d3.szar new file mode 100644 index 00000000..e8159c5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000001_438cd5d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000002_a76bea24.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000002_a76bea24.szar new file mode 100644 index 00000000..e4fe2f85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000002_a76bea24.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000003_f5393608.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000003_f5393608.szar new file mode 100644 index 00000000..330e1956 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000003_f5393608.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000004_115b280d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000004_115b280d.szar new file mode 100644 index 00000000..3b9d6d6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000004_115b280d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000005_a9502669.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000005_a9502669.szar new file mode 100644 index 00000000..28cd9e75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000005_a9502669.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000006_c22af7f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000006_c22af7f4.szar new file mode 100644 index 00000000..e3d6d56b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000006_c22af7f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000007_fd17224f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000007_fd17224f.szar new file mode 100644 index 00000000..e6d33ce8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000007_fd17224f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000008_d2656546.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000008_d2656546.szar new file mode 100644 index 00000000..a69ddf8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000008_d2656546.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000009_9beee544.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000009_9beee544.szar new file mode 100644 index 00000000..e5d88a4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000009_9beee544.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000010_b6b19880.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000010_b6b19880.szar new file mode 100644 index 00000000..6d472020 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000010_b6b19880.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000011_4e90e54a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000011_4e90e54a.szar new file mode 100644 index 00000000..db2a929c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000011_4e90e54a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000012_65465e6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000012_65465e6e.szar new file mode 100644 index 00000000..f205c1dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000012_65465e6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000013_e531fb62.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000013_e531fb62.szar new file mode 100644 index 00000000..fe9959ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000013_e531fb62.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000014_a023519d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000014_a023519d.szar new file mode 100644 index 00000000..260cdc10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000014_a023519d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000015_068b8fa5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000015_068b8fa5.szar new file mode 100644 index 00000000..4685fd1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000015_068b8fa5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000016_c31de343.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000016_c31de343.szar new file mode 100644 index 00000000..98b9c6eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000016_c31de343.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000017_28cc7cc4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000017_28cc7cc4.szar new file mode 100644 index 00000000..d56256e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000017_28cc7cc4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000018_fd25e417.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000018_fd25e417.szar new file mode 100644 index 00000000..963277c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000018_fd25e417.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000019_97a98038.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000019_97a98038.szar new file mode 100644 index 00000000..f2aa24a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000019_97a98038.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000020_c6d7fead.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000020_c6d7fead.szar new file mode 100644 index 00000000..23c51c0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000020_c6d7fead.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000021_28fced52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000021_28fced52.szar new file mode 100644 index 00000000..10f3823a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000021_28fced52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000022_7172d86b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000022_7172d86b.szar new file mode 100644 index 00000000..56c4e37c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000022_7172d86b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000023_484bea84.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000023_484bea84.szar new file mode 100644 index 00000000..fdf25072 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000023_484bea84.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000024_c5ec0e34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000024_c5ec0e34.szar new file mode 100644 index 00000000..74bf8f12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000024_c5ec0e34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000025_25928d4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000025_25928d4c.szar new file mode 100644 index 00000000..66d9953b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000025_25928d4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000026_a57113e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000026_a57113e1.szar new file mode 100644 index 00000000..e8ce89b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000026_a57113e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000027_4939d89b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000027_4939d89b.szar new file mode 100644 index 00000000..d3edc810 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000027_4939d89b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000028_e06980df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000028_e06980df.szar new file mode 100644 index 00000000..0e7bf25e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000028_e06980df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000029_ad29ec5d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000029_ad29ec5d.szar new file mode 100644 index 00000000..8b951263 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000029_ad29ec5d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000030_aa6f8cac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000030_aa6f8cac.szar new file mode 100644 index 00000000..76579eb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000030_aa6f8cac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000031_d0fdd3a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000031_d0fdd3a2.szar new file mode 100644 index 00000000..61f56894 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000031_d0fdd3a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000032_6a69740a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000032_6a69740a.szar new file mode 100644 index 00000000..a6012f38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000032_6a69740a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000033_518de062.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000033_518de062.szar new file mode 100644 index 00000000..5b3fe195 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000033_518de062.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000034_6cd07280.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000034_6cd07280.szar new file mode 100644 index 00000000..582d69ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000034_6cd07280.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000035_58a01af7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000035_58a01af7.szar new file mode 100644 index 00000000..689ccd8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000035_58a01af7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000036_50bab4c8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000036_50bab4c8.szar new file mode 100644 index 00000000..91a5f000 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000036_50bab4c8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000037_296137d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000037_296137d8.szar new file mode 100644 index 00000000..83f392d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000037_296137d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000038_ced3f94a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000038_ced3f94a.szar new file mode 100644 index 00000000..4a8aa461 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000038_ced3f94a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000039_2a1a4035.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000039_2a1a4035.szar new file mode 100644 index 00000000..26f9069e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000039_2a1a4035.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000040_894a6632.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000040_894a6632.szar new file mode 100644 index 00000000..2fc372cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000040_894a6632.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000041_9603d873.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000041_9603d873.szar new file mode 100644 index 00000000..e6769383 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000041_9603d873.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000042_fe4d06cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000042_fe4d06cc.szar new file mode 100644 index 00000000..64b508e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000042_fe4d06cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000043_ac1b154f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000043_ac1b154f.szar new file mode 100644 index 00000000..5eba11d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000043_ac1b154f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000044_038b6665.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000044_038b6665.szar new file mode 100644 index 00000000..bf78f2a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000044_038b6665.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000045_831fb028.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000045_831fb028.szar new file mode 100644 index 00000000..3c649834 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000045_831fb028.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000046_c1e3e269.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000046_c1e3e269.szar new file mode 100644 index 00000000..0b7c723a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000046_c1e3e269.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000047_96ad4565.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000047_96ad4565.szar new file mode 100644 index 00000000..8cc5a09f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000047_96ad4565.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000048_f5f03f80.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000048_f5f03f80.szar new file mode 100644 index 00000000..9036baf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000048_f5f03f80.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000049_90d78b2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000049_90d78b2b.szar new file mode 100644 index 00000000..2435d16d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000049_90d78b2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000050_2936bdc7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000050_2936bdc7.szar new file mode 100644 index 00000000..3b039207 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000050_2936bdc7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000051_b34c8f54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000051_b34c8f54.szar new file mode 100644 index 00000000..3492604f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000051_b34c8f54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000052_3aa455a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000052_3aa455a0.szar new file mode 100644 index 00000000..a1b6b4d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000052_3aa455a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000053_41da8ddd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000053_41da8ddd.szar new file mode 100644 index 00000000..7435f7e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000053_41da8ddd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000054_e143e962.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000054_e143e962.szar new file mode 100644 index 00000000..c1e80b85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000054_e143e962.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000055_54a11c22.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000055_54a11c22.szar new file mode 100644 index 00000000..9fc87f19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000055_54a11c22.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000056_d4452d0b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000056_d4452d0b.szar new file mode 100644 index 00000000..0bf142a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000056_d4452d0b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000057_de385532.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000057_de385532.szar new file mode 100644 index 00000000..1b76449e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000057_de385532.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000058_424ba36f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000058_424ba36f.szar new file mode 100644 index 00000000..ba3abdc9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000058_424ba36f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000059_3524c10f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000059_3524c10f.szar new file mode 100644 index 00000000..47df5d62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000059_3524c10f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000060_43ae4b64.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000060_43ae4b64.szar new file mode 100644 index 00000000..85ae9222 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000060_43ae4b64.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000061_8a932ee0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000061_8a932ee0.szar new file mode 100644 index 00000000..fa28c18e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000061_8a932ee0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000062_9b6721f9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000062_9b6721f9.szar new file mode 100644 index 00000000..96186dcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000062_9b6721f9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000063_d646abaa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000063_d646abaa.szar new file mode 100644 index 00000000..9c1f0063 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000063_d646abaa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000064_aef01a06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000064_aef01a06.szar new file mode 100644 index 00000000..8b8fe9c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000064_aef01a06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000065_3a650074.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000065_3a650074.szar new file mode 100644 index 00000000..96398b3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000065_3a650074.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000066_7dbc63ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000066_7dbc63ae.szar new file mode 100644 index 00000000..89700b05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000066_7dbc63ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000067_5489e754.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000067_5489e754.szar new file mode 100644 index 00000000..9ca48e56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000067_5489e754.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000068_9b8f475b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000068_9b8f475b.szar new file mode 100644 index 00000000..3e9e2501 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000068_9b8f475b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000069_1cc6adcf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000069_1cc6adcf.szar new file mode 100644 index 00000000..2641f09d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000069_1cc6adcf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000070_cddf7f61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000070_cddf7f61.szar new file mode 100644 index 00000000..6e107b7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000070_cddf7f61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000071_18e04748.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000071_18e04748.szar new file mode 100644 index 00000000..4a5456e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000071_18e04748.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000072_2da06f18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000072_2da06f18.szar new file mode 100644 index 00000000..729dc5d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000072_2da06f18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000073_4b4f9f53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000073_4b4f9f53.szar new file mode 100644 index 00000000..5c3605e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000073_4b4f9f53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000074_215dc5a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000074_215dc5a5.szar new file mode 100644 index 00000000..86a1e8f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000074_215dc5a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000075_b84911f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000075_b84911f2.szar new file mode 100644 index 00000000..6f275550 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000075_b84911f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000076_20f26c2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000076_20f26c2f.szar new file mode 100644 index 00000000..da7b7f91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000076_20f26c2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000077_e1e19350.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000077_e1e19350.szar new file mode 100644 index 00000000..57d91ef2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000077_e1e19350.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000078_da478a97.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000078_da478a97.szar new file mode 100644 index 00000000..bf60866c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000078_da478a97.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000079_78d2cd8c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000079_78d2cd8c.szar new file mode 100644 index 00000000..1e96ebe6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000079_78d2cd8c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000080_60c1c95d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000080_60c1c95d.szar new file mode 100644 index 00000000..8fc43301 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000080_60c1c95d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000081_75d95b1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000081_75d95b1c.szar new file mode 100644 index 00000000..734a273a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000081_75d95b1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000082_410cc690.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000082_410cc690.szar new file mode 100644 index 00000000..85d425f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000082_410cc690.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000083_51e6eab7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000083_51e6eab7.szar new file mode 100644 index 00000000..35e5501b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000083_51e6eab7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000084_df2a1c9e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000084_df2a1c9e.szar new file mode 100644 index 00000000..ee06bf5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000084_df2a1c9e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000085_14a71c15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000085_14a71c15.szar new file mode 100644 index 00000000..be85af06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000085_14a71c15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000086_ba5f96de.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000086_ba5f96de.szar new file mode 100644 index 00000000..bd97a65c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/archive/delta_00000000000000000086_ba5f96de.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000001_ab07c527.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000001_ab07c527.szcp new file mode 100644 index 00000000..556c7fad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000001_ab07c527.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000002_46128a36.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000002_46128a36.szcp new file mode 100644 index 00000000..b5595814 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000002_46128a36.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000003_c26bf769.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000003_c26bf769.szcp new file mode 100644 index 00000000..dc769eed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000003_c26bf769.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000004_e766380b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000004_e766380b.szcp new file mode 100644 index 00000000..7ee9e4ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000004_e766380b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000005_e4866043.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000005_e4866043.szcp new file mode 100644 index 00000000..c01092fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000005_e4866043.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000006_4fbfe049.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000006_4fbfe049.szcp new file mode 100644 index 00000000..4a7b0b31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000006_4fbfe049.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000007_dd0381b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000007_dd0381b9.szcp new file mode 100644 index 00000000..15f15daf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000007_dd0381b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000008_c843ac9b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000008_c843ac9b.szcp new file mode 100644 index 00000000..1bc57b95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000008_c843ac9b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000009_8162a53e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000009_8162a53e.szcp new file mode 100644 index 00000000..ba4197ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000009_8162a53e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000010_70e7d57d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000010_70e7d57d.szcp new file mode 100644 index 00000000..7aeab319 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000010_70e7d57d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000011_dd0c96c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000011_dd0c96c1.szcp new file mode 100644 index 00000000..24252739 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000011_dd0c96c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000012_2cc13bfd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000012_2cc13bfd.szcp new file mode 100644 index 00000000..c701c475 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000012_2cc13bfd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000013_cfc176b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000013_cfc176b4.szcp new file mode 100644 index 00000000..62bf1f24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000013_cfc176b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000014_815c7afc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000014_815c7afc.szcp new file mode 100644 index 00000000..7cb5005c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000014_815c7afc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000015_39ec138e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000015_39ec138e.szcp new file mode 100644 index 00000000..72e259fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000015_39ec138e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000016_22e184ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000016_22e184ad.szcp new file mode 100644 index 00000000..f544cd1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000016_22e184ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000017_45e9fd40.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000017_45e9fd40.szcp new file mode 100644 index 00000000..e9bba7c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000017_45e9fd40.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000018_154c6fda.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000018_154c6fda.szcp new file mode 100644 index 00000000..7f9f74c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000018_154c6fda.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000019_a94e5a5f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000019_a94e5a5f.szcp new file mode 100644 index 00000000..d2b5591e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000019_a94e5a5f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000020_6ebaccb4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000020_6ebaccb4.szcp new file mode 100644 index 00000000..f878a61d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000020_6ebaccb4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000021_6feced4d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000021_6feced4d.szcp new file mode 100644 index 00000000..23416791 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000021_6feced4d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000022_34c7a611.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000022_34c7a611.szcp new file mode 100644 index 00000000..bccc1126 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000022_34c7a611.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000023_8ca87db5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000023_8ca87db5.szcp new file mode 100644 index 00000000..03590d82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000023_8ca87db5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000024_28c7c43b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000024_28c7c43b.szcp new file mode 100644 index 00000000..c355a8ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000024_28c7c43b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000025_52517e5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000025_52517e5a.szcp new file mode 100644 index 00000000..26eb6824 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000025_52517e5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000026_3e6c9bd8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000026_3e6c9bd8.szcp new file mode 100644 index 00000000..6f72c20a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000026_3e6c9bd8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000027_a207ba4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000027_a207ba4f.szcp new file mode 100644 index 00000000..c1699a75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000027_a207ba4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000028_77f6722e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000028_77f6722e.szcp new file mode 100644 index 00000000..bd5446d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000028_77f6722e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000029_8620a67b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000029_8620a67b.szcp new file mode 100644 index 00000000..61f026c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000029_8620a67b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000030_26a8e373.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000030_26a8e373.szcp new file mode 100644 index 00000000..a31c90ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000030_26a8e373.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000031_83392ce8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000031_83392ce8.szcp new file mode 100644 index 00000000..bfb75bee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000031_83392ce8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000032_7c3c0349.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000032_7c3c0349.szcp new file mode 100644 index 00000000..63b69325 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000032_7c3c0349.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000033_aa102bfe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000033_aa102bfe.szcp new file mode 100644 index 00000000..4fd82cd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000033_aa102bfe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000034_5267b1a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000034_5267b1a6.szcp new file mode 100644 index 00000000..1320121f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000034_5267b1a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000035_0b1a79de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000035_0b1a79de.szcp new file mode 100644 index 00000000..6e79dcd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000035_0b1a79de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000036_9e4d3441.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000036_9e4d3441.szcp new file mode 100644 index 00000000..cda7102a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000036_9e4d3441.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000037_c5390a53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000037_c5390a53.szcp new file mode 100644 index 00000000..d6f6e5f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000037_c5390a53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000038_a11b66ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000038_a11b66ba.szcp new file mode 100644 index 00000000..ce94baed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000038_a11b66ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000039_6068a3c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000039_6068a3c0.szcp new file mode 100644 index 00000000..e23acf3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000039_6068a3c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000040_ebb2ae5c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000040_ebb2ae5c.szcp new file mode 100644 index 00000000..90560613 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000040_ebb2ae5c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000041_8e6b7a84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000041_8e6b7a84.szcp new file mode 100644 index 00000000..4d08d91e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000041_8e6b7a84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000042_b946c0c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000042_b946c0c3.szcp new file mode 100644 index 00000000..155697b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000042_b946c0c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000043_dac70f97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000043_dac70f97.szcp new file mode 100644 index 00000000..60d65305 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000043_dac70f97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000044_35b87985.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000044_35b87985.szcp new file mode 100644 index 00000000..c63b87c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000044_35b87985.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000045_08e19433.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000045_08e19433.szcp new file mode 100644 index 00000000..bc4ad789 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000045_08e19433.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000046_789e7aad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000046_789e7aad.szcp new file mode 100644 index 00000000..c0fc3d97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000046_789e7aad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000047_8920170a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000047_8920170a.szcp new file mode 100644 index 00000000..4d3a165c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000047_8920170a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000048_b770d776.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000048_b770d776.szcp new file mode 100644 index 00000000..3bd4268c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000048_b770d776.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000049_b430629a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000049_b430629a.szcp new file mode 100644 index 00000000..a4fa1364 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000049_b430629a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000050_3b68a93e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000050_3b68a93e.szcp new file mode 100644 index 00000000..d6ea0696 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000050_3b68a93e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000051_1400200a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000051_1400200a.szcp new file mode 100644 index 00000000..4b24dbec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000051_1400200a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000052_2ea570b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000052_2ea570b1.szcp new file mode 100644 index 00000000..59630d20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000052_2ea570b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000053_e9a92582.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000053_e9a92582.szcp new file mode 100644 index 00000000..29456a91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000053_e9a92582.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000054_897c8884.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000054_897c8884.szcp new file mode 100644 index 00000000..2798ec87 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000054_897c8884.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000055_5726bdce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000055_5726bdce.szcp new file mode 100644 index 00000000..c7664da0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000055_5726bdce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000056_42baadd0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000056_42baadd0.szcp new file mode 100644 index 00000000..aa27c0ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000056_42baadd0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000057_e8dfa757.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000057_e8dfa757.szcp new file mode 100644 index 00000000..e43a1263 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000057_e8dfa757.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000058_75d3546a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000058_75d3546a.szcp new file mode 100644 index 00000000..0c717abb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000058_75d3546a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000059_ed6277ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000059_ed6277ba.szcp new file mode 100644 index 00000000..09cf50d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000059_ed6277ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000060_0ed8456b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000060_0ed8456b.szcp new file mode 100644 index 00000000..b95a8451 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000060_0ed8456b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000061_26c716d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000061_26c716d6.szcp new file mode 100644 index 00000000..a83dba09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000061_26c716d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000062_5bac3e9b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000062_5bac3e9b.szcp new file mode 100644 index 00000000..4c980657 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000062_5bac3e9b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000063_15ef31ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000063_15ef31ce.szcp new file mode 100644 index 00000000..75500f6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000063_15ef31ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000064_fccb1ea8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000064_fccb1ea8.szcp new file mode 100644 index 00000000..e26212a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000064_fccb1ea8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000065_1ce5b677.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000065_1ce5b677.szcp new file mode 100644 index 00000000..bc162924 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000065_1ce5b677.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000066_72c74022.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000066_72c74022.szcp new file mode 100644 index 00000000..06cb4c08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000066_72c74022.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000067_d2f6f3b0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000067_d2f6f3b0.szcp new file mode 100644 index 00000000..15df17d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000067_d2f6f3b0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000068_8a84e8cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000068_8a84e8cb.szcp new file mode 100644 index 00000000..8e1ce852 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000068_8a84e8cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000069_03e2df78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000069_03e2df78.szcp new file mode 100644 index 00000000..adf0fb66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000069_03e2df78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000070_145664b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000070_145664b2.szcp new file mode 100644 index 00000000..30623398 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000070_145664b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000071_54942948.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000071_54942948.szcp new file mode 100644 index 00000000..e1a06a07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000071_54942948.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000072_5aa8f49a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000072_5aa8f49a.szcp new file mode 100644 index 00000000..fcdccfaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000072_5aa8f49a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000073_1b91696b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000073_1b91696b.szcp new file mode 100644 index 00000000..53b4d9e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000073_1b91696b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000074_d1004bfe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000074_d1004bfe.szcp new file mode 100644 index 00000000..dd3b52f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000074_d1004bfe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000075_ebb484ff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000075_ebb484ff.szcp new file mode 100644 index 00000000..12cf72d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000075_ebb484ff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000076_acc04288.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000076_acc04288.szcp new file mode 100644 index 00000000..50214585 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000076_acc04288.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000077_4d4aff60.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000077_4d4aff60.szcp new file mode 100644 index 00000000..31beab4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000077_4d4aff60.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000078_5132a2b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000078_5132a2b2.szcp new file mode 100644 index 00000000..2cc2c163 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000078_5132a2b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000079_537dc484.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000079_537dc484.szcp new file mode 100644 index 00000000..6266e858 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000079_537dc484.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000080_ef8bfe83.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000080_ef8bfe83.szcp new file mode 100644 index 00000000..b58e0450 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000080_ef8bfe83.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000081_6cc06d2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000081_6cc06d2b.szcp new file mode 100644 index 00000000..61712c0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000081_6cc06d2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000082_efd436fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000082_efd436fc.szcp new file mode 100644 index 00000000..76de0e47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000082_efd436fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000083_d41aa628.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000083_d41aa628.szcp new file mode 100644 index 00000000..26f07203 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000083_d41aa628.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000084_525f88f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000084_525f88f5.szcp new file mode 100644 index 00000000..bc0fc1e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000084_525f88f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000085_2915eced.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000085_2915eced.szcp new file mode 100644 index 00000000..05b328e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000085_2915eced.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000086_5e7e11af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000086_5e7e11af.szcp new file mode 100644 index 00000000..21f22264 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_001/checkpoints/checkpoint_00000000000000000086_5e7e11af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000001_bc7d486d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000001_bc7d486d.szar new file mode 100644 index 00000000..7f3aea07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000001_bc7d486d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000002_8a1355bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000002_8a1355bc.szar new file mode 100644 index 00000000..95c037f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000002_8a1355bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000003_166d34ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000003_166d34ab.szar new file mode 100644 index 00000000..48dda0bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000003_166d34ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000004_ce035869.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000004_ce035869.szar new file mode 100644 index 00000000..07cbc415 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000004_ce035869.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000005_727e8e30.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000005_727e8e30.szar new file mode 100644 index 00000000..5b107375 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000005_727e8e30.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000006_37466f9c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000006_37466f9c.szar new file mode 100644 index 00000000..44f8793e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000006_37466f9c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000007_6ed8ff8b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000007_6ed8ff8b.szar new file mode 100644 index 00000000..8ed9fdf6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000007_6ed8ff8b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000008_09ec0e4e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000008_09ec0e4e.szar new file mode 100644 index 00000000..a5846aa0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000008_09ec0e4e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000009_7bc4b12e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000009_7bc4b12e.szar new file mode 100644 index 00000000..c36fe1c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000009_7bc4b12e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000010_415ca94a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000010_415ca94a.szar new file mode 100644 index 00000000..27b026ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000010_415ca94a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000011_5fc0eafe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000011_5fc0eafe.szar new file mode 100644 index 00000000..deb48eab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000011_5fc0eafe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000012_0c3bb819.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000012_0c3bb819.szar new file mode 100644 index 00000000..f1b34e6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000012_0c3bb819.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000013_21ec3f35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000013_21ec3f35.szar new file mode 100644 index 00000000..9bf8ecf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000013_21ec3f35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000014_0a14acd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000014_0a14acd8.szar new file mode 100644 index 00000000..754f4cb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000014_0a14acd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000015_4f702a34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000015_4f702a34.szar new file mode 100644 index 00000000..5a0c11a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000015_4f702a34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000016_026a4a17.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000016_026a4a17.szar new file mode 100644 index 00000000..9d7db83c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000016_026a4a17.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000017_e76bb513.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000017_e76bb513.szar new file mode 100644 index 00000000..037a18f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000017_e76bb513.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000018_3e50bd4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000018_3e50bd4b.szar new file mode 100644 index 00000000..2d57bef0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000018_3e50bd4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000019_3c08d017.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000019_3c08d017.szar new file mode 100644 index 00000000..160e046c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000019_3c08d017.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000020_50c39daf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000020_50c39daf.szar new file mode 100644 index 00000000..a65933ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000020_50c39daf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000021_c9640d17.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000021_c9640d17.szar new file mode 100644 index 00000000..4f8cf7b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000021_c9640d17.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000022_49361f80.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000022_49361f80.szar new file mode 100644 index 00000000..604ed8b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000022_49361f80.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000023_d0558362.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000023_d0558362.szar new file mode 100644 index 00000000..cdef588a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000023_d0558362.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000024_7a61f80a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000024_7a61f80a.szar new file mode 100644 index 00000000..ba60b969 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000024_7a61f80a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000025_0ed65d45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000025_0ed65d45.szar new file mode 100644 index 00000000..fafda823 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000025_0ed65d45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000026_6e6d483d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000026_6e6d483d.szar new file mode 100644 index 00000000..a910a946 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000026_6e6d483d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000027_54c35c26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000027_54c35c26.szar new file mode 100644 index 00000000..5ff1b854 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000027_54c35c26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000028_8b7c51b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000028_8b7c51b0.szar new file mode 100644 index 00000000..26374b3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000028_8b7c51b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000029_6c5b2df3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000029_6c5b2df3.szar new file mode 100644 index 00000000..22745654 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000029_6c5b2df3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000030_529daf04.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000030_529daf04.szar new file mode 100644 index 00000000..738e5cd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000030_529daf04.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000031_e41bc410.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000031_e41bc410.szar new file mode 100644 index 00000000..cc837f7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000031_e41bc410.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000032_d72e239d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000032_d72e239d.szar new file mode 100644 index 00000000..e21a7531 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000032_d72e239d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000033_bc89f3ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000033_bc89f3ed.szar new file mode 100644 index 00000000..3a2fdbae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000033_bc89f3ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000034_4e0da6ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000034_4e0da6ec.szar new file mode 100644 index 00000000..1126abdf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000034_4e0da6ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000035_d8818f67.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000035_d8818f67.szar new file mode 100644 index 00000000..bcedd7d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000035_d8818f67.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000036_e6be1e06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000036_e6be1e06.szar new file mode 100644 index 00000000..ccc61508 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000036_e6be1e06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000037_2d266759.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000037_2d266759.szar new file mode 100644 index 00000000..30c0feff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000037_2d266759.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000038_66294ccc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000038_66294ccc.szar new file mode 100644 index 00000000..128724bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000038_66294ccc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000039_8350247f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000039_8350247f.szar new file mode 100644 index 00000000..706ca71c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000039_8350247f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000040_dbd192c3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000040_dbd192c3.szar new file mode 100644 index 00000000..f6327028 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000040_dbd192c3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000041_84bde49c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000041_84bde49c.szar new file mode 100644 index 00000000..8283d12a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000041_84bde49c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000042_a4ad0ecb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000042_a4ad0ecb.szar new file mode 100644 index 00000000..a7dcb9e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000042_a4ad0ecb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000043_fa7aba2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000043_fa7aba2b.szar new file mode 100644 index 00000000..29fce5f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000043_fa7aba2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000044_759db953.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000044_759db953.szar new file mode 100644 index 00000000..6365ec8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000044_759db953.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000045_313436c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000045_313436c0.szar new file mode 100644 index 00000000..b5ac94a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000045_313436c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000046_1a06556b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000046_1a06556b.szar new file mode 100644 index 00000000..03f14d0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000046_1a06556b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000047_f8625d70.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000047_f8625d70.szar new file mode 100644 index 00000000..1f02f5f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000047_f8625d70.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000048_83854014.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000048_83854014.szar new file mode 100644 index 00000000..a7e65d69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000048_83854014.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000049_f2d8fb52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000049_f2d8fb52.szar new file mode 100644 index 00000000..bf4152e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000049_f2d8fb52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000050_a60fb4af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000050_a60fb4af.szar new file mode 100644 index 00000000..d6498b23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000050_a60fb4af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000051_f167bd22.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000051_f167bd22.szar new file mode 100644 index 00000000..4bcf4c2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000051_f167bd22.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000052_5a329429.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000052_5a329429.szar new file mode 100644 index 00000000..4b06ac3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000052_5a329429.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000053_a4c91c11.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000053_a4c91c11.szar new file mode 100644 index 00000000..1e63c5d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000053_a4c91c11.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000054_307ada02.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000054_307ada02.szar new file mode 100644 index 00000000..ffdb4ac1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000054_307ada02.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000055_fecd6a43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000055_fecd6a43.szar new file mode 100644 index 00000000..a689ab6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000055_fecd6a43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000056_3042d71c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000056_3042d71c.szar new file mode 100644 index 00000000..575a94cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000056_3042d71c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000057_41f1b84b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000057_41f1b84b.szar new file mode 100644 index 00000000..3e3ae33a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000057_41f1b84b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000058_8f775c25.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000058_8f775c25.szar new file mode 100644 index 00000000..ebf72483 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000058_8f775c25.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000059_80a1ed1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000059_80a1ed1d.szar new file mode 100644 index 00000000..bf97bb64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000059_80a1ed1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000060_3be29fd1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000060_3be29fd1.szar new file mode 100644 index 00000000..cd4a957d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000060_3be29fd1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000061_9494bec9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000061_9494bec9.szar new file mode 100644 index 00000000..be80bb87 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000061_9494bec9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000062_f504ef81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000062_f504ef81.szar new file mode 100644 index 00000000..76bf12d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000062_f504ef81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000063_10663d8b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000063_10663d8b.szar new file mode 100644 index 00000000..86f993a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000063_10663d8b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000064_e6812e31.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000064_e6812e31.szar new file mode 100644 index 00000000..32cc0421 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000064_e6812e31.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000065_66f2600e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000065_66f2600e.szar new file mode 100644 index 00000000..ca19e54f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000065_66f2600e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000066_e3f47d88.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000066_e3f47d88.szar new file mode 100644 index 00000000..c716e5e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000066_e3f47d88.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000067_2eeb3029.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000067_2eeb3029.szar new file mode 100644 index 00000000..790977e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000067_2eeb3029.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000068_82eb97aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000068_82eb97aa.szar new file mode 100644 index 00000000..527f30f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000068_82eb97aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000069_9877abd3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000069_9877abd3.szar new file mode 100644 index 00000000..fbf32212 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000069_9877abd3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000070_ef7acdcc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000070_ef7acdcc.szar new file mode 100644 index 00000000..7ca90dd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000070_ef7acdcc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000071_a6b2e779.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000071_a6b2e779.szar new file mode 100644 index 00000000..2c18d805 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000071_a6b2e779.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000072_4885e02a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000072_4885e02a.szar new file mode 100644 index 00000000..6c2210cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000072_4885e02a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000073_ac802296.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000073_ac802296.szar new file mode 100644 index 00000000..7dade69a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000073_ac802296.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000074_bdfe415f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000074_bdfe415f.szar new file mode 100644 index 00000000..745218b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000074_bdfe415f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000075_77903394.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000075_77903394.szar new file mode 100644 index 00000000..f71dc14d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000075_77903394.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000076_d142f892.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000076_d142f892.szar new file mode 100644 index 00000000..45d646a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000076_d142f892.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000077_7b8f5855.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000077_7b8f5855.szar new file mode 100644 index 00000000..0ab76701 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000077_7b8f5855.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000078_dd79e096.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000078_dd79e096.szar new file mode 100644 index 00000000..51a7a59f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000078_dd79e096.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000079_b6d85e1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000079_b6d85e1a.szar new file mode 100644 index 00000000..bda9b0f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000079_b6d85e1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000080_63d5d154.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000080_63d5d154.szar new file mode 100644 index 00000000..d633ed62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000080_63d5d154.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000081_6d8332b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000081_6d8332b4.szar new file mode 100644 index 00000000..6ee2de65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/archive/delta_00000000000000000081_6d8332b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000001_e86d0f79.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000001_e86d0f79.szcp new file mode 100644 index 00000000..750934f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000001_e86d0f79.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000002_253b2d9e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000002_253b2d9e.szcp new file mode 100644 index 00000000..ae7987e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000002_253b2d9e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000003_8bcc31ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000003_8bcc31ba.szcp new file mode 100644 index 00000000..d58bc012 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000003_8bcc31ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000004_ffb4bb6c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000004_ffb4bb6c.szcp new file mode 100644 index 00000000..362def3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000004_ffb4bb6c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000005_59a4ab97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000005_59a4ab97.szcp new file mode 100644 index 00000000..18d8c9ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000005_59a4ab97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000006_ad3b4537.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000006_ad3b4537.szcp new file mode 100644 index 00000000..1034a63e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000006_ad3b4537.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000007_fb425169.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000007_fb425169.szcp new file mode 100644 index 00000000..13dedd40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000007_fb425169.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000008_904e3c53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000008_904e3c53.szcp new file mode 100644 index 00000000..4809f74d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000008_904e3c53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000009_28a52080.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000009_28a52080.szcp new file mode 100644 index 00000000..746477dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000009_28a52080.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000010_f7b1e867.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000010_f7b1e867.szcp new file mode 100644 index 00000000..df49c62e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000010_f7b1e867.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000011_b2dfc7d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000011_b2dfc7d1.szcp new file mode 100644 index 00000000..00b3f83a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000011_b2dfc7d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000012_a242c26a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000012_a242c26a.szcp new file mode 100644 index 00000000..f806b2f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000012_a242c26a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000013_5e393c0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000013_5e393c0a.szcp new file mode 100644 index 00000000..cce10e7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000013_5e393c0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000014_92a7ea90.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000014_92a7ea90.szcp new file mode 100644 index 00000000..ce276696 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000014_92a7ea90.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000015_d4a0c002.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000015_d4a0c002.szcp new file mode 100644 index 00000000..3461fc9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000015_d4a0c002.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000016_827aac35.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000016_827aac35.szcp new file mode 100644 index 00000000..6a217d2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000016_827aac35.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000017_d5ea8d41.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000017_d5ea8d41.szcp new file mode 100644 index 00000000..24e4ceca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000017_d5ea8d41.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000018_04cd236c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000018_04cd236c.szcp new file mode 100644 index 00000000..54b7f016 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000018_04cd236c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000019_2c58f0ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000019_2c58f0ae.szcp new file mode 100644 index 00000000..81aa9cbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000019_2c58f0ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000020_e702365d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000020_e702365d.szcp new file mode 100644 index 00000000..6c690379 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000020_e702365d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000021_773c53cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000021_773c53cd.szcp new file mode 100644 index 00000000..48c66722 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000021_773c53cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000022_69f120ec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000022_69f120ec.szcp new file mode 100644 index 00000000..5ab243a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000022_69f120ec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000023_c6e1a710.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000023_c6e1a710.szcp new file mode 100644 index 00000000..ed5c5fb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000023_c6e1a710.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000024_c5cf9dd8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000024_c5cf9dd8.szcp new file mode 100644 index 00000000..0bf9d4b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000024_c5cf9dd8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000025_d7ae3d3f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000025_d7ae3d3f.szcp new file mode 100644 index 00000000..ebad9f2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000025_d7ae3d3f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000026_17c21c5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000026_17c21c5a.szcp new file mode 100644 index 00000000..490adac7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000026_17c21c5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000027_04690713.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000027_04690713.szcp new file mode 100644 index 00000000..dba56799 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000027_04690713.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000028_7806eb97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000028_7806eb97.szcp new file mode 100644 index 00000000..9c0d568f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000028_7806eb97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000029_5cc49f07.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000029_5cc49f07.szcp new file mode 100644 index 00000000..9b087360 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000029_5cc49f07.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000030_41f2ce13.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000030_41f2ce13.szcp new file mode 100644 index 00000000..29b4d89b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000030_41f2ce13.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000031_1e536ed6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000031_1e536ed6.szcp new file mode 100644 index 00000000..00740eda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000031_1e536ed6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000032_5e2e199a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000032_5e2e199a.szcp new file mode 100644 index 00000000..f2b81306 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000032_5e2e199a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000033_7b81c19b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000033_7b81c19b.szcp new file mode 100644 index 00000000..24d4dbe7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000033_7b81c19b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000034_46ed74bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000034_46ed74bf.szcp new file mode 100644 index 00000000..0eee80aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000034_46ed74bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000035_b43394e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000035_b43394e8.szcp new file mode 100644 index 00000000..3596519a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000035_b43394e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000036_0a0670c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000036_0a0670c6.szcp new file mode 100644 index 00000000..2b7ff36a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000036_0a0670c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000037_ffbcf5f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000037_ffbcf5f3.szcp new file mode 100644 index 00000000..0f5dd386 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000037_ffbcf5f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000038_85c8c225.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000038_85c8c225.szcp new file mode 100644 index 00000000..d314e3a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000038_85c8c225.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000039_1c8ff79c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000039_1c8ff79c.szcp new file mode 100644 index 00000000..ede351b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000039_1c8ff79c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000040_31b1d0fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000040_31b1d0fc.szcp new file mode 100644 index 00000000..65bf110a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000040_31b1d0fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000041_21882776.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000041_21882776.szcp new file mode 100644 index 00000000..c94bd35d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000041_21882776.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000042_53defaba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000042_53defaba.szcp new file mode 100644 index 00000000..1ddf6ed8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000042_53defaba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000043_096d7427.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000043_096d7427.szcp new file mode 100644 index 00000000..8fbbaec0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000043_096d7427.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000044_24be4885.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000044_24be4885.szcp new file mode 100644 index 00000000..73623357 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000044_24be4885.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000045_77c7c7bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000045_77c7c7bf.szcp new file mode 100644 index 00000000..ac3c742f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000045_77c7c7bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000046_42dd5817.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000046_42dd5817.szcp new file mode 100644 index 00000000..72f1a073 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000046_42dd5817.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000047_50294699.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000047_50294699.szcp new file mode 100644 index 00000000..a0768ee3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000047_50294699.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000048_dc747750.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000048_dc747750.szcp new file mode 100644 index 00000000..2852ce74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000048_dc747750.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000049_31ee29b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000049_31ee29b8.szcp new file mode 100644 index 00000000..e79119a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000049_31ee29b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000050_d5e7bfe3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000050_d5e7bfe3.szcp new file mode 100644 index 00000000..3f3d73da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000050_d5e7bfe3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000051_5f686e59.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000051_5f686e59.szcp new file mode 100644 index 00000000..5a972545 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000051_5f686e59.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000052_65d8f513.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000052_65d8f513.szcp new file mode 100644 index 00000000..2724dec7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000052_65d8f513.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000053_6e7e0287.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000053_6e7e0287.szcp new file mode 100644 index 00000000..cd2515a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000053_6e7e0287.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000054_c075682a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000054_c075682a.szcp new file mode 100644 index 00000000..d21a7add Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000054_c075682a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000055_05d722ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000055_05d722ea.szcp new file mode 100644 index 00000000..badca7d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000055_05d722ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000056_9ee90358.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000056_9ee90358.szcp new file mode 100644 index 00000000..f8ad89cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000056_9ee90358.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000057_61c17c74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000057_61c17c74.szcp new file mode 100644 index 00000000..bd046f9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000057_61c17c74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000058_8739f648.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000058_8739f648.szcp new file mode 100644 index 00000000..647a9c1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000058_8739f648.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000059_ef8b9992.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000059_ef8b9992.szcp new file mode 100644 index 00000000..8a97bebe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000059_ef8b9992.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000060_b4411223.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000060_b4411223.szcp new file mode 100644 index 00000000..368b8285 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000060_b4411223.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000061_d365221e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000061_d365221e.szcp new file mode 100644 index 00000000..648efcc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000061_d365221e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000062_6d5c57ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000062_6d5c57ce.szcp new file mode 100644 index 00000000..d00500d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000062_6d5c57ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000063_4b720825.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000063_4b720825.szcp new file mode 100644 index 00000000..93cc258f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000063_4b720825.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000064_205e7c9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000064_205e7c9a.szcp new file mode 100644 index 00000000..37176302 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000064_205e7c9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000065_e6eab911.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000065_e6eab911.szcp new file mode 100644 index 00000000..ab4ccf29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000065_e6eab911.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000066_24916b6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000066_24916b6f.szcp new file mode 100644 index 00000000..bb3aeffc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000066_24916b6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000067_b365a317.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000067_b365a317.szcp new file mode 100644 index 00000000..8b588a58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000067_b365a317.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000068_db24efab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000068_db24efab.szcp new file mode 100644 index 00000000..575293c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000068_db24efab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000069_900449a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000069_900449a5.szcp new file mode 100644 index 00000000..2d351b0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000069_900449a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000070_cbba8d62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000070_cbba8d62.szcp new file mode 100644 index 00000000..42ed145b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000070_cbba8d62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000071_9d3cc54a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000071_9d3cc54a.szcp new file mode 100644 index 00000000..17814fac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000071_9d3cc54a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000072_7caf38bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000072_7caf38bf.szcp new file mode 100644 index 00000000..71922767 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000072_7caf38bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000073_8a8837ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000073_8a8837ae.szcp new file mode 100644 index 00000000..69aa7801 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000073_8a8837ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000074_768e417e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000074_768e417e.szcp new file mode 100644 index 00000000..6d00b1ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000074_768e417e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000075_d0296831.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000075_d0296831.szcp new file mode 100644 index 00000000..b7bcff15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000075_d0296831.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000076_e52d1e7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000076_e52d1e7f.szcp new file mode 100644 index 00000000..7db9680f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000076_e52d1e7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000077_a82b0bc3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000077_a82b0bc3.szcp new file mode 100644 index 00000000..5562f5da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000077_a82b0bc3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000078_0ed8e8c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000078_0ed8e8c6.szcp new file mode 100644 index 00000000..031de8f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000078_0ed8e8c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000079_aa025c84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000079_aa025c84.szcp new file mode 100644 index 00000000..32c2bb5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000079_aa025c84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000080_0599ca3d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000080_0599ca3d.szcp new file mode 100644 index 00000000..6ce2336b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000080_0599ca3d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000081_50a83e73.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000081_50a83e73.szcp new file mode 100644 index 00000000..329b9cca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_002/checkpoints/checkpoint_00000000000000000081_50a83e73.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000001_69702c27.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000001_69702c27.szar new file mode 100644 index 00000000..dead18b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000001_69702c27.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000002_011c229e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000002_011c229e.szar new file mode 100644 index 00000000..2c6e0a62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000002_011c229e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000003_b9da35d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000003_b9da35d1.szar new file mode 100644 index 00000000..83f958d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000003_b9da35d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000004_3ec719ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000004_3ec719ab.szar new file mode 100644 index 00000000..77f4e23b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000004_3ec719ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000005_1731f79b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000005_1731f79b.szar new file mode 100644 index 00000000..9f98b743 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000005_1731f79b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000006_52370bad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000006_52370bad.szar new file mode 100644 index 00000000..bcfe036c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000006_52370bad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000007_faee8988.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000007_faee8988.szar new file mode 100644 index 00000000..c7ac7f3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000007_faee8988.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000008_145a7ace.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000008_145a7ace.szar new file mode 100644 index 00000000..3edb2017 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000008_145a7ace.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000009_b77dc8ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000009_b77dc8ed.szar new file mode 100644 index 00000000..3152e99f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000009_b77dc8ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000010_ac7d7a1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000010_ac7d7a1a.szar new file mode 100644 index 00000000..7f7a1b49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000010_ac7d7a1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000011_5e50ef50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000011_5e50ef50.szar new file mode 100644 index 00000000..af26c635 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000011_5e50ef50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000012_e43823b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000012_e43823b3.szar new file mode 100644 index 00000000..2e2bf414 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000012_e43823b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000013_b1aea626.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000013_b1aea626.szar new file mode 100644 index 00000000..8997c43f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000013_b1aea626.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000014_11fbaa4f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000014_11fbaa4f.szar new file mode 100644 index 00000000..3eaa22e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000014_11fbaa4f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000015_6dde1ce9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000015_6dde1ce9.szar new file mode 100644 index 00000000..06d6d661 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000015_6dde1ce9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000016_9d910f9b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000016_9d910f9b.szar new file mode 100644 index 00000000..543c914c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000016_9d910f9b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000017_067b8622.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000017_067b8622.szar new file mode 100644 index 00000000..a8075e74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000017_067b8622.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000018_1a59a811.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000018_1a59a811.szar new file mode 100644 index 00000000..4d84f82a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000018_1a59a811.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000019_385a839d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000019_385a839d.szar new file mode 100644 index 00000000..d3076bf2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000019_385a839d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000020_3f115244.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000020_3f115244.szar new file mode 100644 index 00000000..def890a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000020_3f115244.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000021_a0a8ec10.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000021_a0a8ec10.szar new file mode 100644 index 00000000..6728b849 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000021_a0a8ec10.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000022_418ba4f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000022_418ba4f6.szar new file mode 100644 index 00000000..9eee3e31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000022_418ba4f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000023_339a448e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000023_339a448e.szar new file mode 100644 index 00000000..9f22f745 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000023_339a448e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000024_e56ba72b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000024_e56ba72b.szar new file mode 100644 index 00000000..fdd1dbc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000024_e56ba72b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000025_c44083f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000025_c44083f3.szar new file mode 100644 index 00000000..4a9cb27e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000025_c44083f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000026_b429ce91.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000026_b429ce91.szar new file mode 100644 index 00000000..7a88ec37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000026_b429ce91.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000027_97b85223.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000027_97b85223.szar new file mode 100644 index 00000000..44e5fa25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000027_97b85223.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000028_cdbc0ef3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000028_cdbc0ef3.szar new file mode 100644 index 00000000..10e3caf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000028_cdbc0ef3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000029_1675a397.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000029_1675a397.szar new file mode 100644 index 00000000..4e91eaa7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000029_1675a397.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000030_2a67ad5f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000030_2a67ad5f.szar new file mode 100644 index 00000000..66c70d55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000030_2a67ad5f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000031_04d03a66.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000031_04d03a66.szar new file mode 100644 index 00000000..79c0f40f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000031_04d03a66.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000032_a9058412.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000032_a9058412.szar new file mode 100644 index 00000000..d8e72e83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000032_a9058412.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000033_bcc0b4ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000033_bcc0b4ee.szar new file mode 100644 index 00000000..8fe40d53 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000033_bcc0b4ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000034_32da15da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000034_32da15da.szar new file mode 100644 index 00000000..0bf03254 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000034_32da15da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000035_e87c1b15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000035_e87c1b15.szar new file mode 100644 index 00000000..563e93a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000035_e87c1b15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000036_d5d242b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000036_d5d242b7.szar new file mode 100644 index 00000000..26ad94c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000036_d5d242b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000037_91d64f56.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000037_91d64f56.szar new file mode 100644 index 00000000..d4de159f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000037_91d64f56.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000038_1062ed13.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000038_1062ed13.szar new file mode 100644 index 00000000..752a09f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000038_1062ed13.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000039_b5f83fb7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000039_b5f83fb7.szar new file mode 100644 index 00000000..112ad158 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000039_b5f83fb7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000040_476a4a83.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000040_476a4a83.szar new file mode 100644 index 00000000..964073fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000040_476a4a83.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000041_19198c7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000041_19198c7b.szar new file mode 100644 index 00000000..85fbfa65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000041_19198c7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000042_61f39bfe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000042_61f39bfe.szar new file mode 100644 index 00000000..170251ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000042_61f39bfe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000043_5ece7baa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000043_5ece7baa.szar new file mode 100644 index 00000000..6821a3c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000043_5ece7baa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000044_86f00335.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000044_86f00335.szar new file mode 100644 index 00000000..5ed59eb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000044_86f00335.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000045_d6c728b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000045_d6c728b6.szar new file mode 100644 index 00000000..e734bde9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000045_d6c728b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000046_c9fcb817.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000046_c9fcb817.szar new file mode 100644 index 00000000..2759ba91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000046_c9fcb817.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000047_023d3186.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000047_023d3186.szar new file mode 100644 index 00000000..26a6afef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000047_023d3186.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000048_7617986a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000048_7617986a.szar new file mode 100644 index 00000000..ca360cf3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000048_7617986a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000049_a343cd59.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000049_a343cd59.szar new file mode 100644 index 00000000..9ae38597 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000049_a343cd59.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000050_eadc36be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000050_eadc36be.szar new file mode 100644 index 00000000..9a760b8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000050_eadc36be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000051_551678a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000051_551678a9.szar new file mode 100644 index 00000000..071a150e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000051_551678a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000052_38106a64.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000052_38106a64.szar new file mode 100644 index 00000000..ace74483 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000052_38106a64.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000053_10e54612.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000053_10e54612.szar new file mode 100644 index 00000000..61ebe41c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000053_10e54612.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000054_1bc748b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000054_1bc748b2.szar new file mode 100644 index 00000000..0da24d48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000054_1bc748b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000055_ac6761e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000055_ac6761e6.szar new file mode 100644 index 00000000..74aa831c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000055_ac6761e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000056_302e8d9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000056_302e8d9d.szar new file mode 100644 index 00000000..b07163a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000056_302e8d9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000057_fbc3c230.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000057_fbc3c230.szar new file mode 100644 index 00000000..45ea2524 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000057_fbc3c230.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000058_05bbc4ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000058_05bbc4ae.szar new file mode 100644 index 00000000..6cd45432 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000058_05bbc4ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000059_466149f0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000059_466149f0.szar new file mode 100644 index 00000000..b84d8952 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000059_466149f0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000060_16c68c53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000060_16c68c53.szar new file mode 100644 index 00000000..0242d1ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000060_16c68c53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000061_e16dbc6a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000061_e16dbc6a.szar new file mode 100644 index 00000000..544b4fca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000061_e16dbc6a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000062_605bced6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000062_605bced6.szar new file mode 100644 index 00000000..35783f74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000062_605bced6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000063_b887e306.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000063_b887e306.szar new file mode 100644 index 00000000..870a70ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000063_b887e306.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000064_f225eb63.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000064_f225eb63.szar new file mode 100644 index 00000000..26cacc85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000064_f225eb63.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000065_4007e916.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000065_4007e916.szar new file mode 100644 index 00000000..33575593 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000065_4007e916.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000066_3005d5f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000066_3005d5f8.szar new file mode 100644 index 00000000..3e65d0a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000066_3005d5f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000067_db75ffa3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000067_db75ffa3.szar new file mode 100644 index 00000000..8dc164bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000067_db75ffa3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000068_6fd1e98f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000068_6fd1e98f.szar new file mode 100644 index 00000000..5e006040 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000068_6fd1e98f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000069_b984eede.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000069_b984eede.szar new file mode 100644 index 00000000..6d0f0b5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000069_b984eede.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000070_91583853.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000070_91583853.szar new file mode 100644 index 00000000..7c6be948 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000070_91583853.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000071_e15a2cf2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000071_e15a2cf2.szar new file mode 100644 index 00000000..b98fe020 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000071_e15a2cf2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000072_c4361e3c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000072_c4361e3c.szar new file mode 100644 index 00000000..e7ac15b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/archive/delta_00000000000000000072_c4361e3c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000001_c5845401.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000001_c5845401.szcp new file mode 100644 index 00000000..f7a3903d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000001_c5845401.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000002_fb7c3fd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000002_fb7c3fd3.szcp new file mode 100644 index 00000000..a4cfb32e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000002_fb7c3fd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000003_d1dd83c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000003_d1dd83c6.szcp new file mode 100644 index 00000000..9c3d1631 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000003_d1dd83c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000004_e9f9ea0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000004_e9f9ea0a.szcp new file mode 100644 index 00000000..dde8b707 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000004_e9f9ea0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000005_388c31dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000005_388c31dd.szcp new file mode 100644 index 00000000..6164397d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000005_388c31dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000006_3169e57b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000006_3169e57b.szcp new file mode 100644 index 00000000..f5a3243c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000006_3169e57b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000007_611d9a7d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000007_611d9a7d.szcp new file mode 100644 index 00000000..0c1a3ec4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000007_611d9a7d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000008_d56c2a74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000008_d56c2a74.szcp new file mode 100644 index 00000000..44e20354 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000008_d56c2a74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000009_df4425be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000009_df4425be.szcp new file mode 100644 index 00000000..75ce0b90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000009_df4425be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000010_fbf955c7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000010_fbf955c7.szcp new file mode 100644 index 00000000..8210e790 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000010_fbf955c7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000011_d86d33c4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000011_d86d33c4.szcp new file mode 100644 index 00000000..e0e6f6ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000011_d86d33c4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000012_a1214ab3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000012_a1214ab3.szcp new file mode 100644 index 00000000..4258e6a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000012_a1214ab3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000013_4488ea72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000013_4488ea72.szcp new file mode 100644 index 00000000..a7e743f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000013_4488ea72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000014_64ca97a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000014_64ca97a0.szcp new file mode 100644 index 00000000..2c059401 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000014_64ca97a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000015_acfca6f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000015_acfca6f4.szcp new file mode 100644 index 00000000..f140dd29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000015_acfca6f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000016_1c663f25.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000016_1c663f25.szcp new file mode 100644 index 00000000..8daaa86d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000016_1c663f25.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000017_a74d76a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000017_a74d76a7.szcp new file mode 100644 index 00000000..7b4255c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000017_a74d76a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000018_256acc74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000018_256acc74.szcp new file mode 100644 index 00000000..008e7ce0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000018_256acc74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000019_c0faa894.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000019_c0faa894.szcp new file mode 100644 index 00000000..bde8fbbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000019_c0faa894.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000020_40fd5f39.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000020_40fd5f39.szcp new file mode 100644 index 00000000..bd428eb4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000020_40fd5f39.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000021_fabde820.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000021_fabde820.szcp new file mode 100644 index 00000000..ca912177 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000021_fabde820.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000022_d49333eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000022_d49333eb.szcp new file mode 100644 index 00000000..4dc5b76b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000022_d49333eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000023_9b955875.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000023_9b955875.szcp new file mode 100644 index 00000000..79c3bafc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000023_9b955875.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000024_bdf85cce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000024_bdf85cce.szcp new file mode 100644 index 00000000..61217fa7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000024_bdf85cce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000025_ce958b81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000025_ce958b81.szcp new file mode 100644 index 00000000..13f505f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000025_ce958b81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000026_cd7616c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000026_cd7616c3.szcp new file mode 100644 index 00000000..193d2e23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000026_cd7616c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000027_befb427c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000027_befb427c.szcp new file mode 100644 index 00000000..d4574462 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000027_befb427c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000028_8a2b578f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000028_8a2b578f.szcp new file mode 100644 index 00000000..c68095e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000028_8a2b578f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000029_eb085237.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000029_eb085237.szcp new file mode 100644 index 00000000..0ab876c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000029_eb085237.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000030_ffacff2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000030_ffacff2d.szcp new file mode 100644 index 00000000..39f5ef2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000030_ffacff2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000031_7f5e0ce1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000031_7f5e0ce1.szcp new file mode 100644 index 00000000..f2cb5afa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000031_7f5e0ce1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000032_de7de1dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000032_de7de1dd.szcp new file mode 100644 index 00000000..6dfccf4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000032_de7de1dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000033_e99f9924.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000033_e99f9924.szcp new file mode 100644 index 00000000..20baf8b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000033_e99f9924.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000034_ded3cae8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000034_ded3cae8.szcp new file mode 100644 index 00000000..f30a6448 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000034_ded3cae8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000035_9a495fea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000035_9a495fea.szcp new file mode 100644 index 00000000..ab7d0a60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000035_9a495fea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000036_3238ffae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000036_3238ffae.szcp new file mode 100644 index 00000000..eae50876 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000036_3238ffae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000037_cd55e366.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000037_cd55e366.szcp new file mode 100644 index 00000000..7a311f33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000037_cd55e366.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000038_c91dc620.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000038_c91dc620.szcp new file mode 100644 index 00000000..8e19c962 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000038_c91dc620.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000039_fcad0fb8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000039_fcad0fb8.szcp new file mode 100644 index 00000000..cacf0683 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000039_fcad0fb8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000040_188005d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000040_188005d3.szcp new file mode 100644 index 00000000..4ef5abf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000040_188005d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000041_e3a717fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000041_e3a717fa.szcp new file mode 100644 index 00000000..dea32ac9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000041_e3a717fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000042_3d9cdf8b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000042_3d9cdf8b.szcp new file mode 100644 index 00000000..92775043 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000042_3d9cdf8b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000043_a519ce58.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000043_a519ce58.szcp new file mode 100644 index 00000000..14dc2fc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000043_a519ce58.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000044_bbd8a26a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000044_bbd8a26a.szcp new file mode 100644 index 00000000..dca469a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000044_bbd8a26a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000045_a338c8ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000045_a338c8ae.szcp new file mode 100644 index 00000000..541ee62e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000045_a338c8ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000046_8ee0eb1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000046_8ee0eb1b.szcp new file mode 100644 index 00000000..8364136f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000046_8ee0eb1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000047_2265faa3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000047_2265faa3.szcp new file mode 100644 index 00000000..c82f585e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000047_2265faa3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000048_2596d36d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000048_2596d36d.szcp new file mode 100644 index 00000000..c93f55ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000048_2596d36d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000049_29cbc715.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000049_29cbc715.szcp new file mode 100644 index 00000000..e0e18c78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000049_29cbc715.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000050_e357899e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000050_e357899e.szcp new file mode 100644 index 00000000..2628d338 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000050_e357899e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000051_08e1de78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000051_08e1de78.szcp new file mode 100644 index 00000000..912e5bbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000051_08e1de78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000052_bf617df6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000052_bf617df6.szcp new file mode 100644 index 00000000..ed17df8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000052_bf617df6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000053_631c1bb2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000053_631c1bb2.szcp new file mode 100644 index 00000000..7babf652 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000053_631c1bb2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000054_82b8553e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000054_82b8553e.szcp new file mode 100644 index 00000000..3d070ed3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000054_82b8553e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000055_fc8d6abf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000055_fc8d6abf.szcp new file mode 100644 index 00000000..c6f0eb9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000055_fc8d6abf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000056_1d5d1d29.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000056_1d5d1d29.szcp new file mode 100644 index 00000000..17ee07af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000056_1d5d1d29.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000057_aa095b37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000057_aa095b37.szcp new file mode 100644 index 00000000..0f37c6f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000057_aa095b37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000058_11ec2ee1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000058_11ec2ee1.szcp new file mode 100644 index 00000000..7b48fbdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000058_11ec2ee1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000059_12acf615.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000059_12acf615.szcp new file mode 100644 index 00000000..f6fc8c71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000059_12acf615.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000060_fec1aa23.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000060_fec1aa23.szcp new file mode 100644 index 00000000..36733d1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000060_fec1aa23.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000061_a9aaaab0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000061_a9aaaab0.szcp new file mode 100644 index 00000000..9bdbeccd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000061_a9aaaab0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000062_39d0fa59.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000062_39d0fa59.szcp new file mode 100644 index 00000000..1f22c584 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000062_39d0fa59.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000063_231e3dfc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000063_231e3dfc.szcp new file mode 100644 index 00000000..7216c337 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000063_231e3dfc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000064_e7adc9a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000064_e7adc9a7.szcp new file mode 100644 index 00000000..d042c328 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000064_e7adc9a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000065_1928bdb0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000065_1928bdb0.szcp new file mode 100644 index 00000000..7ae53496 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000065_1928bdb0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000066_cae97764.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000066_cae97764.szcp new file mode 100644 index 00000000..b92cc21c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000066_cae97764.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000067_7cb7b729.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000067_7cb7b729.szcp new file mode 100644 index 00000000..cc2923ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000067_7cb7b729.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000068_45bfd634.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000068_45bfd634.szcp new file mode 100644 index 00000000..0262b040 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000068_45bfd634.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000069_6c1b021a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000069_6c1b021a.szcp new file mode 100644 index 00000000..21d58524 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000069_6c1b021a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000070_91da5f2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000070_91da5f2d.szcp new file mode 100644 index 00000000..e7083782 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000070_91da5f2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000071_5a086e6c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000071_5a086e6c.szcp new file mode 100644 index 00000000..9ae5a35c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000071_5a086e6c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000072_77bebf2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000072_77bebf2d.szcp new file mode 100644 index 00000000..a27a1070 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_003/checkpoints/checkpoint_00000000000000000072_77bebf2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000001_d1b881ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000001_d1b881ae.szar new file mode 100644 index 00000000..1f5f265c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000001_d1b881ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000002_adeb9538.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000002_adeb9538.szar new file mode 100644 index 00000000..fabbca92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000002_adeb9538.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000003_046869eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000003_046869eb.szar new file mode 100644 index 00000000..bc202701 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000003_046869eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000004_c1a01009.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000004_c1a01009.szar new file mode 100644 index 00000000..41fbf172 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000004_c1a01009.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000005_b74f9250.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000005_b74f9250.szar new file mode 100644 index 00000000..22836c13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000005_b74f9250.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000006_ed6273fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000006_ed6273fa.szar new file mode 100644 index 00000000..097ef966 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000006_ed6273fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000007_2a5c39e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000007_2a5c39e6.szar new file mode 100644 index 00000000..ec88babb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000007_2a5c39e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000008_ed0e106c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000008_ed0e106c.szar new file mode 100644 index 00000000..a4014092 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000008_ed0e106c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000009_cee9936e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000009_cee9936e.szar new file mode 100644 index 00000000..cd79cbed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000009_cee9936e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000010_604c7231.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000010_604c7231.szar new file mode 100644 index 00000000..178ae83e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000010_604c7231.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000011_c9e87ba4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000011_c9e87ba4.szar new file mode 100644 index 00000000..27d51071 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000011_c9e87ba4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000012_5a82d303.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000012_5a82d303.szar new file mode 100644 index 00000000..3cdd485a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000012_5a82d303.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000013_a64de5c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000013_a64de5c4.szar new file mode 100644 index 00000000..374614a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000013_a64de5c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000014_e5b4cb24.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000014_e5b4cb24.szar new file mode 100644 index 00000000..93770521 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000014_e5b4cb24.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000015_73f2c4e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000015_73f2c4e3.szar new file mode 100644 index 00000000..9ba9e3c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000015_73f2c4e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000016_d08da241.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000016_d08da241.szar new file mode 100644 index 00000000..d8808ae1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000016_d08da241.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000017_318b1253.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000017_318b1253.szar new file mode 100644 index 00000000..bfa2507b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000017_318b1253.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000018_d85cbd5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000018_d85cbd5e.szar new file mode 100644 index 00000000..d06aff1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000018_d85cbd5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000019_459b792a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000019_459b792a.szar new file mode 100644 index 00000000..7301c9e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000019_459b792a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000020_538ef964.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000020_538ef964.szar new file mode 100644 index 00000000..296137fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000020_538ef964.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000021_2a55bf03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000021_2a55bf03.szar new file mode 100644 index 00000000..5653db09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000021_2a55bf03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000022_90f9a564.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000022_90f9a564.szar new file mode 100644 index 00000000..922e1448 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000022_90f9a564.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000023_7fa484e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000023_7fa484e3.szar new file mode 100644 index 00000000..19d5f2d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000023_7fa484e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000024_bfa5cb44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000024_bfa5cb44.szar new file mode 100644 index 00000000..a0cdcf53 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000024_bfa5cb44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000025_1bc81b0a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000025_1bc81b0a.szar new file mode 100644 index 00000000..2360b6cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000025_1bc81b0a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000026_12bdf616.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000026_12bdf616.szar new file mode 100644 index 00000000..a68485a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000026_12bdf616.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000027_1a7e5071.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000027_1a7e5071.szar new file mode 100644 index 00000000..21cc93be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000027_1a7e5071.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000028_ec612586.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000028_ec612586.szar new file mode 100644 index 00000000..0e5c10ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000028_ec612586.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000029_e3e87d37.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000029_e3e87d37.szar new file mode 100644 index 00000000..c3db2576 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000029_e3e87d37.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000030_96475d6f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000030_96475d6f.szar new file mode 100644 index 00000000..84ba5a6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000030_96475d6f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000031_d61621ad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000031_d61621ad.szar new file mode 100644 index 00000000..fbc34cf9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000031_d61621ad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000032_155e2b1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000032_155e2b1d.szar new file mode 100644 index 00000000..f4727311 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000032_155e2b1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000033_7d5d74ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000033_7d5d74ed.szar new file mode 100644 index 00000000..dd57ee1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000033_7d5d74ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000034_946ffbd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000034_946ffbd8.szar new file mode 100644 index 00000000..62b01ccf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000034_946ffbd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000035_d1d60f8b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000035_d1d60f8b.szar new file mode 100644 index 00000000..a25578a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000035_d1d60f8b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000036_03c932af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000036_03c932af.szar new file mode 100644 index 00000000..7f7ac53f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000036_03c932af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000037_e9c037e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000037_e9c037e7.szar new file mode 100644 index 00000000..f718ebb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000037_e9c037e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000038_19112e14.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000038_19112e14.szar new file mode 100644 index 00000000..e9a71e2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000038_19112e14.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000039_500085d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000039_500085d3.szar new file mode 100644 index 00000000..dc99cd77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000039_500085d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000040_53d6a1f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000040_53d6a1f2.szar new file mode 100644 index 00000000..ececec36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000040_53d6a1f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000041_29881859.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000041_29881859.szar new file mode 100644 index 00000000..b750f77b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000041_29881859.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000042_78058d57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000042_78058d57.szar new file mode 100644 index 00000000..016a8e78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000042_78058d57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000043_e6969757.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000043_e6969757.szar new file mode 100644 index 00000000..df545325 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000043_e6969757.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000044_5c8aeab7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000044_5c8aeab7.szar new file mode 100644 index 00000000..687c6fa8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000044_5c8aeab7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000045_ed400f28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000045_ed400f28.szar new file mode 100644 index 00000000..212c543b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000045_ed400f28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000046_67f7bc01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000046_67f7bc01.szar new file mode 100644 index 00000000..768ce74f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000046_67f7bc01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000047_1d2b2793.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000047_1d2b2793.szar new file mode 100644 index 00000000..24cfee52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000047_1d2b2793.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000048_4eadabac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000048_4eadabac.szar new file mode 100644 index 00000000..39276bc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000048_4eadabac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000049_2be90dc7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000049_2be90dc7.szar new file mode 100644 index 00000000..b6b95507 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000049_2be90dc7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000050_85f07193.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000050_85f07193.szar new file mode 100644 index 00000000..e4dc1d48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000050_85f07193.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000051_22d6a8bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000051_22d6a8bb.szar new file mode 100644 index 00000000..75cbc05e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000051_22d6a8bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000052_2373bae0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000052_2373bae0.szar new file mode 100644 index 00000000..5f9604c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000052_2373bae0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000053_89cd5336.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000053_89cd5336.szar new file mode 100644 index 00000000..2eb5c568 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000053_89cd5336.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000054_4f835372.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000054_4f835372.szar new file mode 100644 index 00000000..3ce0cf93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000054_4f835372.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000055_770a0b86.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000055_770a0b86.szar new file mode 100644 index 00000000..0b4849c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000055_770a0b86.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000056_e14cba52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000056_e14cba52.szar new file mode 100644 index 00000000..73563c35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000056_e14cba52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000057_fcc04c64.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000057_fcc04c64.szar new file mode 100644 index 00000000..730e2445 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/archive/delta_00000000000000000057_fcc04c64.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000001_81fe868b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000001_81fe868b.szcp new file mode 100644 index 00000000..433af4d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000001_81fe868b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000002_1af11f5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000002_1af11f5d.szcp new file mode 100644 index 00000000..b4928fa8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000002_1af11f5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000003_4d72043d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000003_4d72043d.szcp new file mode 100644 index 00000000..7df5586e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000003_4d72043d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000004_9c061131.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000004_9c061131.szcp new file mode 100644 index 00000000..06678df1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000004_9c061131.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000005_bb18aade.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000005_bb18aade.szcp new file mode 100644 index 00000000..a152482c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000005_bb18aade.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000006_a5b05852.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000006_a5b05852.szcp new file mode 100644 index 00000000..97e831b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000006_a5b05852.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000007_6c586677.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000007_6c586677.szcp new file mode 100644 index 00000000..d7aea939 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000007_6c586677.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000008_a473946f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000008_a473946f.szcp new file mode 100644 index 00000000..4f039eaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000008_a473946f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000009_9c173cd5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000009_9c173cd5.szcp new file mode 100644 index 00000000..cac4d529 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000009_9c173cd5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000010_ff7d0a13.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000010_ff7d0a13.szcp new file mode 100644 index 00000000..e722eadc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000010_ff7d0a13.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000011_eda71e1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000011_eda71e1b.szcp new file mode 100644 index 00000000..f8eb3258 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000011_eda71e1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000012_b026cabc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000012_b026cabc.szcp new file mode 100644 index 00000000..ffaed5c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000012_b026cabc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000013_e1158dc5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000013_e1158dc5.szcp new file mode 100644 index 00000000..19fac39d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000013_e1158dc5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000014_820aaa6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000014_820aaa6f.szcp new file mode 100644 index 00000000..648e4ac3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000014_820aaa6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000015_b0f9ea40.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000015_b0f9ea40.szcp new file mode 100644 index 00000000..19e681eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000015_b0f9ea40.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000016_415b34fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000016_415b34fa.szcp new file mode 100644 index 00000000..63bd357c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000016_415b34fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000017_c393a430.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000017_c393a430.szcp new file mode 100644 index 00000000..3457b23e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000017_c393a430.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000018_ac9205db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000018_ac9205db.szcp new file mode 100644 index 00000000..e4623b35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000018_ac9205db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000019_4e8263bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000019_4e8263bc.szcp new file mode 100644 index 00000000..a8b02be3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000019_4e8263bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000020_c6168315.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000020_c6168315.szcp new file mode 100644 index 00000000..b18448d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000020_c6168315.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000021_3093a3d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000021_3093a3d0.szcp new file mode 100644 index 00000000..0c527a31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000021_3093a3d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000022_f44e70b0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000022_f44e70b0.szcp new file mode 100644 index 00000000..383cb8cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000022_f44e70b0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000023_48b8fbd2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000023_48b8fbd2.szcp new file mode 100644 index 00000000..54c64c4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000023_48b8fbd2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000024_6f1855bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000024_6f1855bd.szcp new file mode 100644 index 00000000..393b67c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000024_6f1855bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000025_a162914a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000025_a162914a.szcp new file mode 100644 index 00000000..245368cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000025_a162914a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000026_09be3e3d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000026_09be3e3d.szcp new file mode 100644 index 00000000..32dd0110 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000026_09be3e3d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000027_dc577f9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000027_dc577f9a.szcp new file mode 100644 index 00000000..a56ad2e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000027_dc577f9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000028_46bb6bc2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000028_46bb6bc2.szcp new file mode 100644 index 00000000..ac59c181 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000028_46bb6bc2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000029_53cfa683.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000029_53cfa683.szcp new file mode 100644 index 00000000..3fac1aa5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000029_53cfa683.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000030_1f96d5af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000030_1f96d5af.szcp new file mode 100644 index 00000000..9d228d46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000030_1f96d5af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000031_325be6c4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000031_325be6c4.szcp new file mode 100644 index 00000000..41483986 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000031_325be6c4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000032_cb4d3a9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000032_cb4d3a9a.szcp new file mode 100644 index 00000000..4c3ac274 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000032_cb4d3a9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000033_a4310ed3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000033_a4310ed3.szcp new file mode 100644 index 00000000..fcf8a6c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000033_a4310ed3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000034_1b612214.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000034_1b612214.szcp new file mode 100644 index 00000000..3499be9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000034_1b612214.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000035_de291669.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000035_de291669.szcp new file mode 100644 index 00000000..9881ee16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000035_de291669.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000036_f0f3eb84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000036_f0f3eb84.szcp new file mode 100644 index 00000000..30c7dc97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000036_f0f3eb84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000037_efd18621.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000037_efd18621.szcp new file mode 100644 index 00000000..0c5e26da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000037_efd18621.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000038_4638ab35.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000038_4638ab35.szcp new file mode 100644 index 00000000..387df418 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000038_4638ab35.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000039_e9201ae0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000039_e9201ae0.szcp new file mode 100644 index 00000000..b8ee4c93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000039_e9201ae0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000040_3871ebe7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000040_3871ebe7.szcp new file mode 100644 index 00000000..6644140a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000040_3871ebe7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000041_e2281b65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000041_e2281b65.szcp new file mode 100644 index 00000000..1a721dc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000041_e2281b65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000042_7f20bb6b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000042_7f20bb6b.szcp new file mode 100644 index 00000000..75632e51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000042_7f20bb6b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000043_6b3d4c8f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000043_6b3d4c8f.szcp new file mode 100644 index 00000000..6e07f0d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000043_6b3d4c8f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000044_944f9201.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000044_944f9201.szcp new file mode 100644 index 00000000..386e0543 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000044_944f9201.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000045_153e3e0e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000045_153e3e0e.szcp new file mode 100644 index 00000000..ecad3cb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000045_153e3e0e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000046_3f67e0ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000046_3f67e0ad.szcp new file mode 100644 index 00000000..a0d04876 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000046_3f67e0ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000047_4da32a6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000047_4da32a6a.szcp new file mode 100644 index 00000000..589c7ae0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000047_4da32a6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000048_0bfd15e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000048_0bfd15e6.szcp new file mode 100644 index 00000000..b9792aba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000048_0bfd15e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000049_af4e215a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000049_af4e215a.szcp new file mode 100644 index 00000000..53855d91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000049_af4e215a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000050_4d208418.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000050_4d208418.szcp new file mode 100644 index 00000000..ff46e66f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000050_4d208418.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000051_771c1f1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000051_771c1f1b.szcp new file mode 100644 index 00000000..4d19dccc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000051_771c1f1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000052_d7e3e101.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000052_d7e3e101.szcp new file mode 100644 index 00000000..fce5af1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000052_d7e3e101.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000053_38cb3a7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000053_38cb3a7f.szcp new file mode 100644 index 00000000..f6ee8df7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000053_38cb3a7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000054_9ce02609.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000054_9ce02609.szcp new file mode 100644 index 00000000..6e024816 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000054_9ce02609.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000055_38821fba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000055_38821fba.szcp new file mode 100644 index 00000000..0b115c99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000055_38821fba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000056_5b02a7ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000056_5b02a7ab.szcp new file mode 100644 index 00000000..ea61b254 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000056_5b02a7ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000057_4b7f434a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000057_4b7f434a.szcp new file mode 100644 index 00000000..30da3418 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_004/checkpoints/checkpoint_00000000000000000057_4b7f434a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000001_9adb9594.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000001_9adb9594.szar new file mode 100644 index 00000000..a438387b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000001_9adb9594.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000002_7a2d3d7a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000002_7a2d3d7a.szar new file mode 100644 index 00000000..06a3ac88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000002_7a2d3d7a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000003_27193bef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000003_27193bef.szar new file mode 100644 index 00000000..f32faaff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000003_27193bef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000004_49e76d42.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000004_49e76d42.szar new file mode 100644 index 00000000..92e96201 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000004_49e76d42.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000005_d3f6781d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000005_d3f6781d.szar new file mode 100644 index 00000000..33106a2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000005_d3f6781d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000006_8c8610d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000006_8c8610d5.szar new file mode 100644 index 00000000..0816559d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000006_8c8610d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000007_363e3de4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000007_363e3de4.szar new file mode 100644 index 00000000..f43f612e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000007_363e3de4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000008_350af894.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000008_350af894.szar new file mode 100644 index 00000000..475b2c19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000008_350af894.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000009_b70623c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000009_b70623c1.szar new file mode 100644 index 00000000..664ec768 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000009_b70623c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000010_2bdd9499.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000010_2bdd9499.szar new file mode 100644 index 00000000..1d6b35ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000010_2bdd9499.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000011_fbac06da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000011_fbac06da.szar new file mode 100644 index 00000000..3ec12a90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000011_fbac06da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000012_d8d72b3e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000012_d8d72b3e.szar new file mode 100644 index 00000000..81c66f38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000012_d8d72b3e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000013_2ff30296.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000013_2ff30296.szar new file mode 100644 index 00000000..44e8057b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000013_2ff30296.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000014_d4c000e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000014_d4c000e2.szar new file mode 100644 index 00000000..bb76d9da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000014_d4c000e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000015_5afca1af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000015_5afca1af.szar new file mode 100644 index 00000000..22996820 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000015_5afca1af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000016_22d6dbee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000016_22d6dbee.szar new file mode 100644 index 00000000..4b1ca698 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000016_22d6dbee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000017_7eec5db4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000017_7eec5db4.szar new file mode 100644 index 00000000..18560f7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000017_7eec5db4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000018_f10089b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000018_f10089b2.szar new file mode 100644 index 00000000..44d1f82b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000018_f10089b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000019_71565a90.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000019_71565a90.szar new file mode 100644 index 00000000..f506c141 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000019_71565a90.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000020_21d593e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000020_21d593e2.szar new file mode 100644 index 00000000..32c0bc02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000020_21d593e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000021_610fa315.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000021_610fa315.szar new file mode 100644 index 00000000..562cdee6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000021_610fa315.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000022_cfa4b883.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000022_cfa4b883.szar new file mode 100644 index 00000000..560ea05b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000022_cfa4b883.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000023_34e2dc54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000023_34e2dc54.szar new file mode 100644 index 00000000..5957982a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000023_34e2dc54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000024_d65970a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000024_d65970a4.szar new file mode 100644 index 00000000..4a55f2a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000024_d65970a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000025_e7130424.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000025_e7130424.szar new file mode 100644 index 00000000..9186a1e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000025_e7130424.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000026_61c90af4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000026_61c90af4.szar new file mode 100644 index 00000000..8d05f9ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000026_61c90af4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000027_8d908657.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000027_8d908657.szar new file mode 100644 index 00000000..dc58919c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000027_8d908657.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000028_ca0034dc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000028_ca0034dc.szar new file mode 100644 index 00000000..c5a3cc09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000028_ca0034dc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000029_31ff9aec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000029_31ff9aec.szar new file mode 100644 index 00000000..2c6fe7d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000029_31ff9aec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000030_f3d42d86.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000030_f3d42d86.szar new file mode 100644 index 00000000..5eced7c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000030_f3d42d86.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000031_1a03c775.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000031_1a03c775.szar new file mode 100644 index 00000000..5d6023f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000031_1a03c775.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000032_afcdc5d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000032_afcdc5d6.szar new file mode 100644 index 00000000..78511a8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000032_afcdc5d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000033_b1d6a61a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000033_b1d6a61a.szar new file mode 100644 index 00000000..21781bf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000033_b1d6a61a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000034_3a2a2501.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000034_3a2a2501.szar new file mode 100644 index 00000000..bdcce2d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000034_3a2a2501.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000035_f8323d87.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000035_f8323d87.szar new file mode 100644 index 00000000..af3287db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000035_f8323d87.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000036_bae9c084.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000036_bae9c084.szar new file mode 100644 index 00000000..c83a17dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000036_bae9c084.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000037_3d6f22c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000037_3d6f22c0.szar new file mode 100644 index 00000000..689695db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000037_3d6f22c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000038_9e4e3c7f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000038_9e4e3c7f.szar new file mode 100644 index 00000000..218bd2c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000038_9e4e3c7f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000039_1b7e243d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000039_1b7e243d.szar new file mode 100644 index 00000000..401b0424 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000039_1b7e243d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000040_1fadec4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000040_1fadec4c.szar new file mode 100644 index 00000000..80faa465 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000040_1fadec4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000041_6ca52d44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000041_6ca52d44.szar new file mode 100644 index 00000000..bb077c75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000041_6ca52d44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000042_dc22f5e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000042_dc22f5e1.szar new file mode 100644 index 00000000..89cdd034 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000042_dc22f5e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000043_c7c2a586.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000043_c7c2a586.szar new file mode 100644 index 00000000..4505b5fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000043_c7c2a586.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000044_fef934d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000044_fef934d6.szar new file mode 100644 index 00000000..231440ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000044_fef934d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000045_f7fb1ec8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000045_f7fb1ec8.szar new file mode 100644 index 00000000..df1b5eab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000045_f7fb1ec8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000046_49972abf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000046_49972abf.szar new file mode 100644 index 00000000..cd7b54ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000046_49972abf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000047_6a1e85cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000047_6a1e85cf.szar new file mode 100644 index 00000000..8573684f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000047_6a1e85cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000048_39e46452.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000048_39e46452.szar new file mode 100644 index 00000000..69af8ec0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000048_39e46452.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000049_0fbf1324.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000049_0fbf1324.szar new file mode 100644 index 00000000..02f1113a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000049_0fbf1324.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000050_70bcef10.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000050_70bcef10.szar new file mode 100644 index 00000000..d721ec82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000050_70bcef10.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000051_e66218ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000051_e66218ce.szar new file mode 100644 index 00000000..0402b73b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000051_e66218ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000052_8b16422c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000052_8b16422c.szar new file mode 100644 index 00000000..4c7fb927 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000052_8b16422c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000053_5542a760.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000053_5542a760.szar new file mode 100644 index 00000000..352bbf4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000053_5542a760.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000054_a63baaae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000054_a63baaae.szar new file mode 100644 index 00000000..f08a5917 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000054_a63baaae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000055_622c7da4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000055_622c7da4.szar new file mode 100644 index 00000000..b323758e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000055_622c7da4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000056_679cf193.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000056_679cf193.szar new file mode 100644 index 00000000..7773fa93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000056_679cf193.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000057_caf16a48.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000057_caf16a48.szar new file mode 100644 index 00000000..9af77c7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000057_caf16a48.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000058_b3c4aa2c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000058_b3c4aa2c.szar new file mode 100644 index 00000000..b84d60e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000058_b3c4aa2c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000059_32b76e84.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000059_32b76e84.szar new file mode 100644 index 00000000..d2180315 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/archive/delta_00000000000000000059_32b76e84.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000001_57489359.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000001_57489359.szcp new file mode 100644 index 00000000..a3bda295 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000001_57489359.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000002_e6923490.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000002_e6923490.szcp new file mode 100644 index 00000000..29a02b66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000002_e6923490.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000003_dad25dbc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000003_dad25dbc.szcp new file mode 100644 index 00000000..7c546c8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000003_dad25dbc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000004_0f0eee30.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000004_0f0eee30.szcp new file mode 100644 index 00000000..a58d83c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000004_0f0eee30.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000005_577aa495.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000005_577aa495.szcp new file mode 100644 index 00000000..6250ced8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000005_577aa495.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000006_4edf0af4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000006_4edf0af4.szcp new file mode 100644 index 00000000..b9a7a4ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000006_4edf0af4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000007_5a83a419.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000007_5a83a419.szcp new file mode 100644 index 00000000..ec799c06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000007_5a83a419.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000008_ef5732d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000008_ef5732d7.szcp new file mode 100644 index 00000000..a6577874 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000008_ef5732d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000009_cdeab076.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000009_cdeab076.szcp new file mode 100644 index 00000000..59f952c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000009_cdeab076.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000010_dc736724.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000010_dc736724.szcp new file mode 100644 index 00000000..09c69552 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000010_dc736724.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000011_85755aa1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000011_85755aa1.szcp new file mode 100644 index 00000000..d984ff71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000011_85755aa1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000012_3fad2df5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000012_3fad2df5.szcp new file mode 100644 index 00000000..0daf7b04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000012_3fad2df5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000013_cd576d81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000013_cd576d81.szcp new file mode 100644 index 00000000..4b3d4383 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000013_cd576d81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000014_57d2d095.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000014_57d2d095.szcp new file mode 100644 index 00000000..caa8b139 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000014_57d2d095.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000015_fd81623a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000015_fd81623a.szcp new file mode 100644 index 00000000..46d9106a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000015_fd81623a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000016_cb358ea0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000016_cb358ea0.szcp new file mode 100644 index 00000000..6d8949c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000016_cb358ea0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000017_2f06825e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000017_2f06825e.szcp new file mode 100644 index 00000000..8e3c10c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000017_2f06825e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000018_7b53a604.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000018_7b53a604.szcp new file mode 100644 index 00000000..2c3c0876 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000018_7b53a604.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000019_98e4d290.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000019_98e4d290.szcp new file mode 100644 index 00000000..514f9325 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000019_98e4d290.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000020_2ebdb85c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000020_2ebdb85c.szcp new file mode 100644 index 00000000..b4400e57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000020_2ebdb85c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000021_fe94a539.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000021_fe94a539.szcp new file mode 100644 index 00000000..df14eda6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000021_fe94a539.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000022_71c9fc76.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000022_71c9fc76.szcp new file mode 100644 index 00000000..1d8ce229 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000022_71c9fc76.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000023_64f0edd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000023_64f0edd3.szcp new file mode 100644 index 00000000..1f78a695 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000023_64f0edd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000024_22395aa5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000024_22395aa5.szcp new file mode 100644 index 00000000..80250b30 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000024_22395aa5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000025_39b0822b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000025_39b0822b.szcp new file mode 100644 index 00000000..4b7a38fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000025_39b0822b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000026_05c87e4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000026_05c87e4f.szcp new file mode 100644 index 00000000..00bd20af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000026_05c87e4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000027_d6908a9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000027_d6908a9c.szcp new file mode 100644 index 00000000..e3349ca1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000027_d6908a9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000028_e15044fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000028_e15044fe.szcp new file mode 100644 index 00000000..7ebc88ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000028_e15044fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000029_07f40158.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000029_07f40158.szcp new file mode 100644 index 00000000..f8b7be74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000029_07f40158.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000030_55af4220.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000030_55af4220.szcp new file mode 100644 index 00000000..f646eac0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000030_55af4220.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000031_9212be91.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000031_9212be91.szcp new file mode 100644 index 00000000..62540a3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000031_9212be91.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000032_409a1c29.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000032_409a1c29.szcp new file mode 100644 index 00000000..f690b94c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000032_409a1c29.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000033_dc0673f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000033_dc0673f0.szcp new file mode 100644 index 00000000..595c8c82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000033_dc0673f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000034_f772df9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000034_f772df9c.szcp new file mode 100644 index 00000000..ac36a358 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000034_f772df9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000035_9b9f2a34.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000035_9b9f2a34.szcp new file mode 100644 index 00000000..1d5e1951 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000035_9b9f2a34.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000036_748b3590.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000036_748b3590.szcp new file mode 100644 index 00000000..c2ba29a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000036_748b3590.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000037_9245e6f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000037_9245e6f9.szcp new file mode 100644 index 00000000..cbb0c42b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000037_9245e6f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000038_5ba893f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000038_5ba893f3.szcp new file mode 100644 index 00000000..7188b14b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000038_5ba893f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000039_a265f300.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000039_a265f300.szcp new file mode 100644 index 00000000..260d2d50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000039_a265f300.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000040_45bd1004.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000040_45bd1004.szcp new file mode 100644 index 00000000..863e0528 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000040_45bd1004.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000041_f306e288.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000041_f306e288.szcp new file mode 100644 index 00000000..ac0936e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000041_f306e288.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000042_a479bb07.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000042_a479bb07.szcp new file mode 100644 index 00000000..0aa1b3a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000042_a479bb07.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000043_dc334023.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000043_dc334023.szcp new file mode 100644 index 00000000..bfb4feac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000043_dc334023.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000044_9f219800.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000044_9f219800.szcp new file mode 100644 index 00000000..09167de8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000044_9f219800.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000045_725cb3d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000045_725cb3d1.szcp new file mode 100644 index 00000000..84e653ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000045_725cb3d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000046_1fc5fd04.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000046_1fc5fd04.szcp new file mode 100644 index 00000000..3906f2ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000046_1fc5fd04.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000047_6aa05f20.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000047_6aa05f20.szcp new file mode 100644 index 00000000..fef84c7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000047_6aa05f20.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000048_a8789c85.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000048_a8789c85.szcp new file mode 100644 index 00000000..94da5d47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000048_a8789c85.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000049_8f42dc96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000049_8f42dc96.szcp new file mode 100644 index 00000000..1c3cce51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000049_8f42dc96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000050_2cbf9d84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000050_2cbf9d84.szcp new file mode 100644 index 00000000..6253a935 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000050_2cbf9d84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000051_80e59449.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000051_80e59449.szcp new file mode 100644 index 00000000..4e3763b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000051_80e59449.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000052_51c5231f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000052_51c5231f.szcp new file mode 100644 index 00000000..024ccc5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000052_51c5231f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000053_e7a167b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000053_e7a167b1.szcp new file mode 100644 index 00000000..927d3fe4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000053_e7a167b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000054_11be4166.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000054_11be4166.szcp new file mode 100644 index 00000000..d6e581b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000054_11be4166.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000055_1390ab4a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000055_1390ab4a.szcp new file mode 100644 index 00000000..17084562 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000055_1390ab4a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000056_ba31d6a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000056_ba31d6a9.szcp new file mode 100644 index 00000000..ab7eca31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000056_ba31d6a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000057_26d4fbd4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000057_26d4fbd4.szcp new file mode 100644 index 00000000..c551c5b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000057_26d4fbd4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000058_16bdffcf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000058_16bdffcf.szcp new file mode 100644 index 00000000..261cc7cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000058_16bdffcf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000059_2d644724.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000059_2d644724.szcp new file mode 100644 index 00000000..e0263442 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_005/checkpoints/checkpoint_00000000000000000059_2d644724.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000001_11d4ae67.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000001_11d4ae67.szar new file mode 100644 index 00000000..f1415dda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000001_11d4ae67.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000002_c588242f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000002_c588242f.szar new file mode 100644 index 00000000..b7fc23f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000002_c588242f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000003_e89059dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000003_e89059dd.szar new file mode 100644 index 00000000..55441eb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000003_e89059dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000004_67ffbf2d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000004_67ffbf2d.szar new file mode 100644 index 00000000..38bd076b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000004_67ffbf2d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000005_4e6315d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000005_4e6315d2.szar new file mode 100644 index 00000000..75f4f5f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000005_4e6315d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000006_0efc1e70.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000006_0efc1e70.szar new file mode 100644 index 00000000..2f3d193a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000006_0efc1e70.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000007_8b45c3e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000007_8b45c3e7.szar new file mode 100644 index 00000000..ca8f14b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000007_8b45c3e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000008_4e1d9c70.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000008_4e1d9c70.szar new file mode 100644 index 00000000..204d1d7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000008_4e1d9c70.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000009_14634711.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000009_14634711.szar new file mode 100644 index 00000000..25600970 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000009_14634711.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000010_e3b9dd6c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000010_e3b9dd6c.szar new file mode 100644 index 00000000..95ea4bbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000010_e3b9dd6c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000011_52e74fd2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000011_52e74fd2.szar new file mode 100644 index 00000000..f3d1d7a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000011_52e74fd2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000012_9bf2a546.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000012_9bf2a546.szar new file mode 100644 index 00000000..b96e05c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000012_9bf2a546.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000013_ea96eb69.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000013_ea96eb69.szar new file mode 100644 index 00000000..5e7a7a56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000013_ea96eb69.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000014_304817ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000014_304817ab.szar new file mode 100644 index 00000000..6c7d5e59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000014_304817ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000015_3925555f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000015_3925555f.szar new file mode 100644 index 00000000..07b8c640 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000015_3925555f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000016_7bd51324.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000016_7bd51324.szar new file mode 100644 index 00000000..83243161 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000016_7bd51324.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000017_0f3eeff8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000017_0f3eeff8.szar new file mode 100644 index 00000000..c17a0708 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000017_0f3eeff8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000018_0285e8d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000018_0285e8d9.szar new file mode 100644 index 00000000..38240003 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000018_0285e8d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000019_0851b0fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000019_0851b0fd.szar new file mode 100644 index 00000000..28c586e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000019_0851b0fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000020_4193ed37.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000020_4193ed37.szar new file mode 100644 index 00000000..2872878f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000020_4193ed37.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000021_84909671.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000021_84909671.szar new file mode 100644 index 00000000..55ad9557 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000021_84909671.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000022_bc10ed71.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000022_bc10ed71.szar new file mode 100644 index 00000000..84c52a79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000022_bc10ed71.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000023_3fc2940e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000023_3fc2940e.szar new file mode 100644 index 00000000..f94e4a41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000023_3fc2940e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000024_4493e8ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000024_4493e8ee.szar new file mode 100644 index 00000000..ed844b77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000024_4493e8ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000025_04b8ecf1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000025_04b8ecf1.szar new file mode 100644 index 00000000..c1174f16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000025_04b8ecf1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000026_c84176e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000026_c84176e1.szar new file mode 100644 index 00000000..0928e446 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000026_c84176e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000027_d1fc8f7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000027_d1fc8f7d.szar new file mode 100644 index 00000000..045be761 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000027_d1fc8f7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000028_b9f04011.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000028_b9f04011.szar new file mode 100644 index 00000000..c49bece3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000028_b9f04011.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000029_b02890d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000029_b02890d0.szar new file mode 100644 index 00000000..80e1a012 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000029_b02890d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000030_1a22a860.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000030_1a22a860.szar new file mode 100644 index 00000000..c8deaa86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000030_1a22a860.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000031_90a6cb93.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000031_90a6cb93.szar new file mode 100644 index 00000000..b82f8a41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000031_90a6cb93.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000032_44141f8f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000032_44141f8f.szar new file mode 100644 index 00000000..70cfd352 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000032_44141f8f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000033_33f2d297.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000033_33f2d297.szar new file mode 100644 index 00000000..1ddc40cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000033_33f2d297.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000034_fef8ab87.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000034_fef8ab87.szar new file mode 100644 index 00000000..e2d56ade Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000034_fef8ab87.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000035_6611bcdc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000035_6611bcdc.szar new file mode 100644 index 00000000..d6bf2025 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000035_6611bcdc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000036_3163f077.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000036_3163f077.szar new file mode 100644 index 00000000..617e0ae4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000036_3163f077.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000037_a2ffcd90.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000037_a2ffcd90.szar new file mode 100644 index 00000000..5f3d41b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000037_a2ffcd90.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000038_30f220d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000038_30f220d9.szar new file mode 100644 index 00000000..10c4d865 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000038_30f220d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000039_9089c2a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000039_9089c2a7.szar new file mode 100644 index 00000000..46a74b91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000039_9089c2a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000040_a7c27294.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000040_a7c27294.szar new file mode 100644 index 00000000..2fe46cc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000040_a7c27294.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000041_d6b0aada.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000041_d6b0aada.szar new file mode 100644 index 00000000..768ed54a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000041_d6b0aada.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000042_a8c838cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000042_a8c838cb.szar new file mode 100644 index 00000000..bcd92642 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000042_a8c838cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000043_7a925c74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000043_7a925c74.szar new file mode 100644 index 00000000..742aa4ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000043_7a925c74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000044_336cece1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000044_336cece1.szar new file mode 100644 index 00000000..6edbdef4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000044_336cece1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000045_a4a907b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000045_a4a907b8.szar new file mode 100644 index 00000000..9541e922 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000045_a4a907b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000046_615d57a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000046_615d57a7.szar new file mode 100644 index 00000000..6a332cbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000046_615d57a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000047_d8ae367d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000047_d8ae367d.szar new file mode 100644 index 00000000..1fb8b33a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000047_d8ae367d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000048_3d9ee83d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000048_3d9ee83d.szar new file mode 100644 index 00000000..51fe896f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000048_3d9ee83d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000049_64d73169.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000049_64d73169.szar new file mode 100644 index 00000000..b184a416 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000049_64d73169.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000050_50b27c4f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000050_50b27c4f.szar new file mode 100644 index 00000000..5ab7ce8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000050_50b27c4f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000051_2b29d3f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000051_2b29d3f1.szar new file mode 100644 index 00000000..8288e608 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000051_2b29d3f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000052_a6505d40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000052_a6505d40.szar new file mode 100644 index 00000000..9a769db7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000052_a6505d40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000053_866690db.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000053_866690db.szar new file mode 100644 index 00000000..807643eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000053_866690db.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000054_1c105f06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000054_1c105f06.szar new file mode 100644 index 00000000..b9d5b6c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000054_1c105f06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000055_e9875efb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000055_e9875efb.szar new file mode 100644 index 00000000..c9fa4ff8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/archive/delta_00000000000000000055_e9875efb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000001_b61f4f38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000001_b61f4f38.szcp new file mode 100644 index 00000000..376ed268 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000001_b61f4f38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000002_955a558f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000002_955a558f.szcp new file mode 100644 index 00000000..635e2008 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000002_955a558f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000003_b2c4680c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000003_b2c4680c.szcp new file mode 100644 index 00000000..e4f78334 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000003_b2c4680c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000004_53d5f023.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000004_53d5f023.szcp new file mode 100644 index 00000000..cd7e154f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000004_53d5f023.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000005_b5f1ec2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000005_b5f1ec2d.szcp new file mode 100644 index 00000000..2d76b0d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000005_b5f1ec2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000006_fe09a2a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000006_fe09a2a0.szcp new file mode 100644 index 00000000..efe0111e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000006_fe09a2a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000007_6e8033ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000007_6e8033ad.szcp new file mode 100644 index 00000000..eb9af156 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000007_6e8033ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000008_6b34d3e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000008_6b34d3e4.szcp new file mode 100644 index 00000000..e1e43bdd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000008_6b34d3e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000009_d64382a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000009_d64382a1.szcp new file mode 100644 index 00000000..24b87513 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000009_d64382a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000010_623c46d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000010_623c46d9.szcp new file mode 100644 index 00000000..3faab6d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000010_623c46d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000011_9c1ef0d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000011_9c1ef0d1.szcp new file mode 100644 index 00000000..4735c952 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000011_9c1ef0d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000012_dc511cd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000012_dc511cd3.szcp new file mode 100644 index 00000000..3b611951 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000012_dc511cd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000013_20881515.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000013_20881515.szcp new file mode 100644 index 00000000..1a8f495a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000013_20881515.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000014_da2503bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000014_da2503bd.szcp new file mode 100644 index 00000000..6900a4c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000014_da2503bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000015_88a6e99e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000015_88a6e99e.szcp new file mode 100644 index 00000000..02c325b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000015_88a6e99e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000016_a046ab72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000016_a046ab72.szcp new file mode 100644 index 00000000..5c59054f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000016_a046ab72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000017_56e870e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000017_56e870e4.szcp new file mode 100644 index 00000000..5e3e6614 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000017_56e870e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000018_144ef67b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000018_144ef67b.szcp new file mode 100644 index 00000000..773705f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000018_144ef67b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000019_8d60fcfe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000019_8d60fcfe.szcp new file mode 100644 index 00000000..534b0b9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000019_8d60fcfe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000020_4c102305.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000020_4c102305.szcp new file mode 100644 index 00000000..0fd0c477 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000020_4c102305.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000021_8b1c83ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000021_8b1c83ba.szcp new file mode 100644 index 00000000..3cb2a3b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000021_8b1c83ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000022_ab57f9b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000022_ab57f9b7.szcp new file mode 100644 index 00000000..cc15ef3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000022_ab57f9b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000023_58348043.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000023_58348043.szcp new file mode 100644 index 00000000..dec54118 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000023_58348043.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000024_6844d657.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000024_6844d657.szcp new file mode 100644 index 00000000..6f07b029 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000024_6844d657.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000025_df5e25e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000025_df5e25e3.szcp new file mode 100644 index 00000000..46776393 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000025_df5e25e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000026_ad6eea6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000026_ad6eea6a.szcp new file mode 100644 index 00000000..379464f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000026_ad6eea6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000027_d9bb1f02.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000027_d9bb1f02.szcp new file mode 100644 index 00000000..353d89ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000027_d9bb1f02.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000028_d5dc38bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000028_d5dc38bd.szcp new file mode 100644 index 00000000..f95f4a20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000028_d5dc38bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000029_5fa70ce2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000029_5fa70ce2.szcp new file mode 100644 index 00000000..6717cff0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000029_5fa70ce2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000030_c13f1b74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000030_c13f1b74.szcp new file mode 100644 index 00000000..cc573ea3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000030_c13f1b74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000031_2ca75884.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000031_2ca75884.szcp new file mode 100644 index 00000000..26d8b8fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000031_2ca75884.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000032_c32ce85f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000032_c32ce85f.szcp new file mode 100644 index 00000000..86d5586e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000032_c32ce85f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000033_46bdc05d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000033_46bdc05d.szcp new file mode 100644 index 00000000..a54cbe75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000033_46bdc05d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000034_4d8e1f2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000034_4d8e1f2c.szcp new file mode 100644 index 00000000..ec4af00e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000034_4d8e1f2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000035_1a0757f1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000035_1a0757f1.szcp new file mode 100644 index 00000000..4b9b6b39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000035_1a0757f1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000036_4d2d9651.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000036_4d2d9651.szcp new file mode 100644 index 00000000..d9b5f375 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000036_4d2d9651.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000037_aa0c3039.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000037_aa0c3039.szcp new file mode 100644 index 00000000..bf2b897e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000037_aa0c3039.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000038_124e29cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000038_124e29cd.szcp new file mode 100644 index 00000000..b1df7b12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000038_124e29cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000039_40002016.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000039_40002016.szcp new file mode 100644 index 00000000..77e8b5ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000039_40002016.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000040_b4508074.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000040_b4508074.szcp new file mode 100644 index 00000000..f8ec1cdf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000040_b4508074.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000041_3f1315e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000041_3f1315e5.szcp new file mode 100644 index 00000000..f0350d26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000041_3f1315e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000042_954f572d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000042_954f572d.szcp new file mode 100644 index 00000000..fe38236f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000042_954f572d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000043_e535a51a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000043_e535a51a.szcp new file mode 100644 index 00000000..9622c34a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000043_e535a51a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000044_5a424a72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000044_5a424a72.szcp new file mode 100644 index 00000000..cb291d29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000044_5a424a72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000045_5fd9fcf5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000045_5fd9fcf5.szcp new file mode 100644 index 00000000..20be782a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000045_5fd9fcf5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000046_25560461.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000046_25560461.szcp new file mode 100644 index 00000000..bdd9f4f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000046_25560461.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000047_866f0afa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000047_866f0afa.szcp new file mode 100644 index 00000000..b7f3387b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000047_866f0afa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000048_97eb5ab3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000048_97eb5ab3.szcp new file mode 100644 index 00000000..711426d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000048_97eb5ab3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000049_d948a8ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000049_d948a8ac.szcp new file mode 100644 index 00000000..6355c091 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000049_d948a8ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000050_51d043f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000050_51d043f0.szcp new file mode 100644 index 00000000..94dbac29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000050_51d043f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000051_c55b7e50.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000051_c55b7e50.szcp new file mode 100644 index 00000000..e1ec7c9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000051_c55b7e50.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000052_5ebe0fd6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000052_5ebe0fd6.szcp new file mode 100644 index 00000000..d13bf14c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000052_5ebe0fd6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000053_a80365f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000053_a80365f2.szcp new file mode 100644 index 00000000..0d5bf467 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000053_a80365f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000054_4cea5ff9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000054_4cea5ff9.szcp new file mode 100644 index 00000000..39b7ac4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000054_4cea5ff9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000055_677f285f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000055_677f285f.szcp new file mode 100644 index 00000000..3c1c38af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_006/checkpoints/checkpoint_00000000000000000055_677f285f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000001_5259c869.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000001_5259c869.szar new file mode 100644 index 00000000..1fd63ef2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000001_5259c869.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000002_df32cc46.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000002_df32cc46.szar new file mode 100644 index 00000000..5dc53d5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000002_df32cc46.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000003_90e23e7e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000003_90e23e7e.szar new file mode 100644 index 00000000..8a7005ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000003_90e23e7e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000004_ced01ee2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000004_ced01ee2.szar new file mode 100644 index 00000000..bae0e967 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000004_ced01ee2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000005_90d73762.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000005_90d73762.szar new file mode 100644 index 00000000..c151fa97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000005_90d73762.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000006_709c2c28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000006_709c2c28.szar new file mode 100644 index 00000000..4be65391 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000006_709c2c28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000007_976f5e7f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000007_976f5e7f.szar new file mode 100644 index 00000000..ca6d31cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000007_976f5e7f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000008_af6a10f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000008_af6a10f6.szar new file mode 100644 index 00000000..ab7eab73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000008_af6a10f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000009_d2d32634.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000009_d2d32634.szar new file mode 100644 index 00000000..09f6f02a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000009_d2d32634.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000010_dd6433f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000010_dd6433f8.szar new file mode 100644 index 00000000..fd618cc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000010_dd6433f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000011_ab727185.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000011_ab727185.szar new file mode 100644 index 00000000..50643402 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000011_ab727185.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000012_12fe8ba6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000012_12fe8ba6.szar new file mode 100644 index 00000000..493c4677 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000012_12fe8ba6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000013_10012c05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000013_10012c05.szar new file mode 100644 index 00000000..da52cf2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000013_10012c05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000014_07dc89ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000014_07dc89ee.szar new file mode 100644 index 00000000..d5158c2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000014_07dc89ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000015_3836de03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000015_3836de03.szar new file mode 100644 index 00000000..eb3071ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000015_3836de03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000016_a967a272.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000016_a967a272.szar new file mode 100644 index 00000000..5590275a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000016_a967a272.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000017_a33edba7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000017_a33edba7.szar new file mode 100644 index 00000000..11d907e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000017_a33edba7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000018_70805b41.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000018_70805b41.szar new file mode 100644 index 00000000..2e3d8fce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000018_70805b41.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000019_64328844.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000019_64328844.szar new file mode 100644 index 00000000..2f3b560e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000019_64328844.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000020_ba9c6007.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000020_ba9c6007.szar new file mode 100644 index 00000000..763758d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000020_ba9c6007.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000021_972b30fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000021_972b30fa.szar new file mode 100644 index 00000000..8622e62d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000021_972b30fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000022_3c4efed1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000022_3c4efed1.szar new file mode 100644 index 00000000..8bdb7946 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000022_3c4efed1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000023_dbf08330.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000023_dbf08330.szar new file mode 100644 index 00000000..f000a69d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000023_dbf08330.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000024_91df4484.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000024_91df4484.szar new file mode 100644 index 00000000..80491a7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000024_91df4484.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000025_a98e6b60.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000025_a98e6b60.szar new file mode 100644 index 00000000..ad2b13d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000025_a98e6b60.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000026_15914ec1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000026_15914ec1.szar new file mode 100644 index 00000000..7c719b88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000026_15914ec1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000027_4a8b2d6b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000027_4a8b2d6b.szar new file mode 100644 index 00000000..2adeb610 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000027_4a8b2d6b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000028_5bcec408.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000028_5bcec408.szar new file mode 100644 index 00000000..fb87bf1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000028_5bcec408.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000029_1d7cacbc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000029_1d7cacbc.szar new file mode 100644 index 00000000..c9ff6610 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000029_1d7cacbc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000030_43318a94.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000030_43318a94.szar new file mode 100644 index 00000000..1a339293 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000030_43318a94.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000031_087027db.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000031_087027db.szar new file mode 100644 index 00000000..8bc9fefc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000031_087027db.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000032_21a6766d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000032_21a6766d.szar new file mode 100644 index 00000000..f9be6daa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000032_21a6766d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000033_5b5a42c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000033_5b5a42c4.szar new file mode 100644 index 00000000..1fe627cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000033_5b5a42c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000034_8b8b0817.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000034_8b8b0817.szar new file mode 100644 index 00000000..2526fac3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000034_8b8b0817.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000035_160be0b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000035_160be0b9.szar new file mode 100644 index 00000000..0ffcdeff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000035_160be0b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000036_e9a7313f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000036_e9a7313f.szar new file mode 100644 index 00000000..80861728 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000036_e9a7313f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000037_1675f063.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000037_1675f063.szar new file mode 100644 index 00000000..59bb91f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000037_1675f063.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000038_1a0b1022.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000038_1a0b1022.szar new file mode 100644 index 00000000..1fba3454 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000038_1a0b1022.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000039_ccd4e6e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000039_ccd4e6e6.szar new file mode 100644 index 00000000..8e9d55b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000039_ccd4e6e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000040_874bac34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000040_874bac34.szar new file mode 100644 index 00000000..8e3c503f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000040_874bac34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000041_5f08ec55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000041_5f08ec55.szar new file mode 100644 index 00000000..2356199a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000041_5f08ec55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000042_efb8dab9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000042_efb8dab9.szar new file mode 100644 index 00000000..1fd3438c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000042_efb8dab9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000043_55add28b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000043_55add28b.szar new file mode 100644 index 00000000..0a9c588f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000043_55add28b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000044_871160d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000044_871160d2.szar new file mode 100644 index 00000000..1a5a1feb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000044_871160d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000045_5899abc4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000045_5899abc4.szar new file mode 100644 index 00000000..b8c183df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000045_5899abc4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000046_55d9e11b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000046_55d9e11b.szar new file mode 100644 index 00000000..b1771c68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000046_55d9e11b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000047_e54dedd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000047_e54dedd6.szar new file mode 100644 index 00000000..41164c7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000047_e54dedd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000048_bf380129.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000048_bf380129.szar new file mode 100644 index 00000000..85a334c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000048_bf380129.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000049_9be34b20.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000049_9be34b20.szar new file mode 100644 index 00000000..9508c597 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000049_9be34b20.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000050_bf40879a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000050_bf40879a.szar new file mode 100644 index 00000000..ecfc3f97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000050_bf40879a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000051_35781d9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000051_35781d9d.szar new file mode 100644 index 00000000..725e03e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000051_35781d9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000052_1b49b60e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000052_1b49b60e.szar new file mode 100644 index 00000000..257ab0b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000052_1b49b60e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000053_325d07e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000053_325d07e9.szar new file mode 100644 index 00000000..d0572139 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000053_325d07e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000054_bbddb5a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000054_bbddb5a6.szar new file mode 100644 index 00000000..1dd0740d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000054_bbddb5a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000055_eeb4aea2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000055_eeb4aea2.szar new file mode 100644 index 00000000..3bbbc55e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000055_eeb4aea2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000056_771571cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000056_771571cb.szar new file mode 100644 index 00000000..9b728eee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000056_771571cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000057_7c5f701f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000057_7c5f701f.szar new file mode 100644 index 00000000..b24142ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000057_7c5f701f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000058_4b85ea57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000058_4b85ea57.szar new file mode 100644 index 00000000..168851ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000058_4b85ea57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000059_b36f8030.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000059_b36f8030.szar new file mode 100644 index 00000000..3440cf3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000059_b36f8030.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000060_8f33f79c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000060_8f33f79c.szar new file mode 100644 index 00000000..68bb2b00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000060_8f33f79c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000061_64bf1d17.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000061_64bf1d17.szar new file mode 100644 index 00000000..c4be3555 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000061_64bf1d17.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000062_796bc20f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000062_796bc20f.szar new file mode 100644 index 00000000..fae6ceee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000062_796bc20f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000063_fb0a085a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000063_fb0a085a.szar new file mode 100644 index 00000000..4a7c1130 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000063_fb0a085a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000064_fc84f805.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000064_fc84f805.szar new file mode 100644 index 00000000..3cf77b0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000064_fc84f805.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000065_a0285c6a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000065_a0285c6a.szar new file mode 100644 index 00000000..78905c7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000065_a0285c6a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000066_0ceb4f3c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000066_0ceb4f3c.szar new file mode 100644 index 00000000..603851ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000066_0ceb4f3c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000067_b32502cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000067_b32502cc.szar new file mode 100644 index 00000000..97f9f931 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000067_b32502cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000068_fcb0cf85.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000068_fcb0cf85.szar new file mode 100644 index 00000000..7fd83893 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000068_fcb0cf85.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000069_0213b4fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000069_0213b4fa.szar new file mode 100644 index 00000000..0daec64d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000069_0213b4fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000070_feb3e00a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000070_feb3e00a.szar new file mode 100644 index 00000000..6d5b1992 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/archive/delta_00000000000000000070_feb3e00a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000001_34a2f807.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000001_34a2f807.szcp new file mode 100644 index 00000000..5fe1d678 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000001_34a2f807.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000002_d24bdf11.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000002_d24bdf11.szcp new file mode 100644 index 00000000..d80b86ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000002_d24bdf11.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000003_eb122054.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000003_eb122054.szcp new file mode 100644 index 00000000..6a826c20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000003_eb122054.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000004_40e6f098.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000004_40e6f098.szcp new file mode 100644 index 00000000..6e4ea291 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000004_40e6f098.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000005_dd14e90c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000005_dd14e90c.szcp new file mode 100644 index 00000000..f034af3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000005_dd14e90c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000006_7f0a586b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000006_7f0a586b.szcp new file mode 100644 index 00000000..50d77933 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000006_7f0a586b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000007_a570b566.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000007_a570b566.szcp new file mode 100644 index 00000000..43dc9bfe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000007_a570b566.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000008_c873ad89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000008_c873ad89.szcp new file mode 100644 index 00000000..572766ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000008_c873ad89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000009_d475620f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000009_d475620f.szcp new file mode 100644 index 00000000..bb0faf79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000009_d475620f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000010_0308548c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000010_0308548c.szcp new file mode 100644 index 00000000..243eaf46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000010_0308548c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000011_14be96ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000011_14be96ee.szcp new file mode 100644 index 00000000..481f0644 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000011_14be96ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000012_26d3715b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000012_26d3715b.szcp new file mode 100644 index 00000000..ec303378 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000012_26d3715b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000013_3fc3b480.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000013_3fc3b480.szcp new file mode 100644 index 00000000..1f7b017c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000013_3fc3b480.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000014_fa891741.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000014_fa891741.szcp new file mode 100644 index 00000000..6af8eea4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000014_fa891741.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000015_13b80e0b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000015_13b80e0b.szcp new file mode 100644 index 00000000..c08c991e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000015_13b80e0b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000016_a57b7790.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000016_a57b7790.szcp new file mode 100644 index 00000000..897f7a3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000016_a57b7790.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000017_30b8cc57.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000017_30b8cc57.szcp new file mode 100644 index 00000000..b0076855 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000017_30b8cc57.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000018_720645d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000018_720645d1.szcp new file mode 100644 index 00000000..0fd7ff59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000018_720645d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000019_329d3908.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000019_329d3908.szcp new file mode 100644 index 00000000..fe31ec23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000019_329d3908.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000020_0b95dfef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000020_0b95dfef.szcp new file mode 100644 index 00000000..23e0ad36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000020_0b95dfef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000021_02a17315.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000021_02a17315.szcp new file mode 100644 index 00000000..85f00d75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000021_02a17315.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000022_a53800c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000022_a53800c0.szcp new file mode 100644 index 00000000..5afcaec2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000022_a53800c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000023_9ada2dcb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000023_9ada2dcb.szcp new file mode 100644 index 00000000..880acfd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000023_9ada2dcb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000024_4a84716d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000024_4a84716d.szcp new file mode 100644 index 00000000..d2e13a0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000024_4a84716d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000025_9bb425d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000025_9bb425d7.szcp new file mode 100644 index 00000000..959f0bdb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000025_9bb425d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000026_ee56b85c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000026_ee56b85c.szcp new file mode 100644 index 00000000..ef92fe4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000026_ee56b85c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000027_c513988f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000027_c513988f.szcp new file mode 100644 index 00000000..4f62c25f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000027_c513988f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000028_22b5f1f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000028_22b5f1f0.szcp new file mode 100644 index 00000000..9628b0df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000028_22b5f1f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000029_3cd6856d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000029_3cd6856d.szcp new file mode 100644 index 00000000..2ede32cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000029_3cd6856d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000030_09c77488.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000030_09c77488.szcp new file mode 100644 index 00000000..c3c9df3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000030_09c77488.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000031_2d53a0cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000031_2d53a0cc.szcp new file mode 100644 index 00000000..cf361813 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000031_2d53a0cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000032_06585961.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000032_06585961.szcp new file mode 100644 index 00000000..18bb3b3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000032_06585961.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000033_d68c642f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000033_d68c642f.szcp new file mode 100644 index 00000000..c9c123bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000033_d68c642f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000034_8a1c70b3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000034_8a1c70b3.szcp new file mode 100644 index 00000000..4d278b4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000034_8a1c70b3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000035_0faa88f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000035_0faa88f7.szcp new file mode 100644 index 00000000..99d7cb18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000035_0faa88f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000036_ac6963a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000036_ac6963a3.szcp new file mode 100644 index 00000000..35c7ea67 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000036_ac6963a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000037_d7a16d0e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000037_d7a16d0e.szcp new file mode 100644 index 00000000..de70df97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000037_d7a16d0e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000038_42c8e7f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000038_42c8e7f6.szcp new file mode 100644 index 00000000..9028fee0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000038_42c8e7f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000039_0ffefce1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000039_0ffefce1.szcp new file mode 100644 index 00000000..df19df86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000039_0ffefce1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000040_9747798c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000040_9747798c.szcp new file mode 100644 index 00000000..6b5cb5f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000040_9747798c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000041_712f0aaf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000041_712f0aaf.szcp new file mode 100644 index 00000000..051dcd8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000041_712f0aaf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000042_f744511c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000042_f744511c.szcp new file mode 100644 index 00000000..c8b5fb98 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000042_f744511c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000043_580f90bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000043_580f90bb.szcp new file mode 100644 index 00000000..82548ea1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000043_580f90bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000044_5a76a8bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000044_5a76a8bb.szcp new file mode 100644 index 00000000..62e1b3dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000044_5a76a8bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000045_46c1df5f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000045_46c1df5f.szcp new file mode 100644 index 00000000..bbcadbb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000045_46c1df5f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000046_330e4384.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000046_330e4384.szcp new file mode 100644 index 00000000..c47e483a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000046_330e4384.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000047_ee39e3f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000047_ee39e3f9.szcp new file mode 100644 index 00000000..27dbb3f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000047_ee39e3f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000048_894ce1d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000048_894ce1d3.szcp new file mode 100644 index 00000000..9b979052 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000048_894ce1d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000049_b1be25de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000049_b1be25de.szcp new file mode 100644 index 00000000..ec3cc869 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000049_b1be25de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000050_7a0ee44c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000050_7a0ee44c.szcp new file mode 100644 index 00000000..3921caad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000050_7a0ee44c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000051_222f2cd1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000051_222f2cd1.szcp new file mode 100644 index 00000000..6999d621 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000051_222f2cd1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000052_8cca92f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000052_8cca92f6.szcp new file mode 100644 index 00000000..4e31a10e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000052_8cca92f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000053_831d5828.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000053_831d5828.szcp new file mode 100644 index 00000000..cab726fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000053_831d5828.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000054_49436d2f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000054_49436d2f.szcp new file mode 100644 index 00000000..aae1ced7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000054_49436d2f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000055_9b7cded9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000055_9b7cded9.szcp new file mode 100644 index 00000000..1e6788eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000055_9b7cded9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000056_eeee6a88.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000056_eeee6a88.szcp new file mode 100644 index 00000000..d34c60e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000056_eeee6a88.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000057_96881c62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000057_96881c62.szcp new file mode 100644 index 00000000..bea16173 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000057_96881c62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000058_66ccb6b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000058_66ccb6b1.szcp new file mode 100644 index 00000000..8ecc1ee8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000058_66ccb6b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000059_162c12bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000059_162c12bb.szcp new file mode 100644 index 00000000..7eb504d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000059_162c12bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000060_4b8ef916.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000060_4b8ef916.szcp new file mode 100644 index 00000000..4c7367ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000060_4b8ef916.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000061_e107fcb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000061_e107fcb1.szcp new file mode 100644 index 00000000..60ccd310 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000061_e107fcb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000062_543070ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000062_543070ea.szcp new file mode 100644 index 00000000..f58bc54d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000062_543070ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000063_6ce92fd8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000063_6ce92fd8.szcp new file mode 100644 index 00000000..fdb726c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000063_6ce92fd8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000064_7ba3680f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000064_7ba3680f.szcp new file mode 100644 index 00000000..91ef69d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000064_7ba3680f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000065_0cec04c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000065_0cec04c9.szcp new file mode 100644 index 00000000..cb172c8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000065_0cec04c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000066_bd217923.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000066_bd217923.szcp new file mode 100644 index 00000000..15148576 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000066_bd217923.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000067_bc3c8b71.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000067_bc3c8b71.szcp new file mode 100644 index 00000000..d9335a98 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000067_bc3c8b71.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000068_49d07fbe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000068_49d07fbe.szcp new file mode 100644 index 00000000..68c38407 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000068_49d07fbe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000069_466a9d3e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000069_466a9d3e.szcp new file mode 100644 index 00000000..8a4d8ffe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000069_466a9d3e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000070_c73d6892.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000070_c73d6892.szcp new file mode 100644 index 00000000..875c7818 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_007/checkpoints/checkpoint_00000000000000000070_c73d6892.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000001_9682ac3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000001_9682ac3b.szar new file mode 100644 index 00000000..794f64b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000001_9682ac3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000002_ed9b73fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000002_ed9b73fa.szar new file mode 100644 index 00000000..8a185745 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000002_ed9b73fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000003_a6966401.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000003_a6966401.szar new file mode 100644 index 00000000..6f6bb370 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000003_a6966401.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000004_99b77f21.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000004_99b77f21.szar new file mode 100644 index 00000000..e9d75e26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000004_99b77f21.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000005_f041f95a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000005_f041f95a.szar new file mode 100644 index 00000000..5c2ccdfc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000005_f041f95a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000006_21fedc36.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000006_21fedc36.szar new file mode 100644 index 00000000..5ece9f0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000006_21fedc36.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000007_9376c391.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000007_9376c391.szar new file mode 100644 index 00000000..28f12eab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000007_9376c391.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000008_a244ddcd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000008_a244ddcd.szar new file mode 100644 index 00000000..93d92a5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000008_a244ddcd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000009_fa960a33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000009_fa960a33.szar new file mode 100644 index 00000000..0c7017b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000009_fa960a33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000010_03ab8ece.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000010_03ab8ece.szar new file mode 100644 index 00000000..84747d35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000010_03ab8ece.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000011_30f4b465.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000011_30f4b465.szar new file mode 100644 index 00000000..c4ee683d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000011_30f4b465.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000012_29b31b92.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000012_29b31b92.szar new file mode 100644 index 00000000..9acaab80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000012_29b31b92.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000013_cd64827c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000013_cd64827c.szar new file mode 100644 index 00000000..a2f36cda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000013_cd64827c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000014_6ee7eb3f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000014_6ee7eb3f.szar new file mode 100644 index 00000000..667f84d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000014_6ee7eb3f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000015_8aabe275.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000015_8aabe275.szar new file mode 100644 index 00000000..b6307ec4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000015_8aabe275.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000016_eeb0d4bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000016_eeb0d4bf.szar new file mode 100644 index 00000000..ec8534d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000016_eeb0d4bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000017_3d381118.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000017_3d381118.szar new file mode 100644 index 00000000..2a922ea2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000017_3d381118.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000018_fea0367f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000018_fea0367f.szar new file mode 100644 index 00000000..dd4c9fae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000018_fea0367f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000019_a9cad87e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000019_a9cad87e.szar new file mode 100644 index 00000000..b75c5160 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000019_a9cad87e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000020_83129d5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000020_83129d5e.szar new file mode 100644 index 00000000..66a202f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000020_83129d5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000021_da32170a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000021_da32170a.szar new file mode 100644 index 00000000..cf38589e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000021_da32170a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000022_8199caec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000022_8199caec.szar new file mode 100644 index 00000000..d02c9fd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000022_8199caec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000023_2fa4f549.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000023_2fa4f549.szar new file mode 100644 index 00000000..e9c50521 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000023_2fa4f549.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000024_28473cf9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000024_28473cf9.szar new file mode 100644 index 00000000..2db67321 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000024_28473cf9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000025_99c70714.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000025_99c70714.szar new file mode 100644 index 00000000..09b22c5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000025_99c70714.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000026_0722455f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000026_0722455f.szar new file mode 100644 index 00000000..4f052483 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000026_0722455f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000027_a5441a39.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000027_a5441a39.szar new file mode 100644 index 00000000..1726a8ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000027_a5441a39.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000028_5a7a5e49.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000028_5a7a5e49.szar new file mode 100644 index 00000000..e26efdae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000028_5a7a5e49.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000029_a96cfc1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000029_a96cfc1b.szar new file mode 100644 index 00000000..05403720 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000029_a96cfc1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000030_e8080797.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000030_e8080797.szar new file mode 100644 index 00000000..c0dc0a84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000030_e8080797.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000031_ca500d96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000031_ca500d96.szar new file mode 100644 index 00000000..98890f25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000031_ca500d96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000032_bb7d18c8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000032_bb7d18c8.szar new file mode 100644 index 00000000..f8b0edfb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000032_bb7d18c8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000033_8b477707.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000033_8b477707.szar new file mode 100644 index 00000000..ef965fa8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000033_8b477707.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000034_6aa725d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000034_6aa725d4.szar new file mode 100644 index 00000000..266d6369 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000034_6aa725d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000035_9665c90a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000035_9665c90a.szar new file mode 100644 index 00000000..1daec3bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000035_9665c90a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000036_8a090209.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000036_8a090209.szar new file mode 100644 index 00000000..57107e2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000036_8a090209.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000037_0cb54d2c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000037_0cb54d2c.szar new file mode 100644 index 00000000..9535d74e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000037_0cb54d2c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000038_7373dcfb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000038_7373dcfb.szar new file mode 100644 index 00000000..a61e739f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000038_7373dcfb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000039_874e74b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000039_874e74b2.szar new file mode 100644 index 00000000..d47613a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000039_874e74b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000040_40c08e03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000040_40c08e03.szar new file mode 100644 index 00000000..24dbc16a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000040_40c08e03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000041_5a766f07.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000041_5a766f07.szar new file mode 100644 index 00000000..4a013793 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000041_5a766f07.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000042_7104cc9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000042_7104cc9a.szar new file mode 100644 index 00000000..5497685c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000042_7104cc9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000043_48aa0674.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000043_48aa0674.szar new file mode 100644 index 00000000..bf5977a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000043_48aa0674.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000044_ff98078d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000044_ff98078d.szar new file mode 100644 index 00000000..d9a8a423 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000044_ff98078d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000045_a65bbe53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000045_a65bbe53.szar new file mode 100644 index 00000000..c1127c4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000045_a65bbe53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000046_b0d5c7da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000046_b0d5c7da.szar new file mode 100644 index 00000000..80f5551d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000046_b0d5c7da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000047_3c56b6e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000047_3c56b6e7.szar new file mode 100644 index 00000000..80e0c2c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000047_3c56b6e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000048_20aeecc9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000048_20aeecc9.szar new file mode 100644 index 00000000..ec1d0397 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000048_20aeecc9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000049_77bd10d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000049_77bd10d3.szar new file mode 100644 index 00000000..ec7b4787 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000049_77bd10d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000050_ffd7fde4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000050_ffd7fde4.szar new file mode 100644 index 00000000..aaaf2a01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000050_ffd7fde4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000051_3b945d31.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000051_3b945d31.szar new file mode 100644 index 00000000..33cda9c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000051_3b945d31.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000052_8f6b6fbc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000052_8f6b6fbc.szar new file mode 100644 index 00000000..f330f311 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000052_8f6b6fbc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000053_392a308a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000053_392a308a.szar new file mode 100644 index 00000000..bac8f565 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000053_392a308a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000054_eedb84f0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000054_eedb84f0.szar new file mode 100644 index 00000000..573af47d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000054_eedb84f0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000055_ef4a6d4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000055_ef4a6d4b.szar new file mode 100644 index 00000000..f2ba1b5e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000055_ef4a6d4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000056_5cd4e4f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000056_5cd4e4f7.szar new file mode 100644 index 00000000..931863d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000056_5cd4e4f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000057_b269b2d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000057_b269b2d2.szar new file mode 100644 index 00000000..01bbd1a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000057_b269b2d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000058_ea7c1970.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000058_ea7c1970.szar new file mode 100644 index 00000000..a0a8e1e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000058_ea7c1970.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000059_ef43c347.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000059_ef43c347.szar new file mode 100644 index 00000000..66108417 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000059_ef43c347.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000060_0dac5dc9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000060_0dac5dc9.szar new file mode 100644 index 00000000..c6d13965 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000060_0dac5dc9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000061_f06b89b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000061_f06b89b7.szar new file mode 100644 index 00000000..36d12bdf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000061_f06b89b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000062_1b019b33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000062_1b019b33.szar new file mode 100644 index 00000000..5d80e700 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000062_1b019b33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000063_276bfd61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000063_276bfd61.szar new file mode 100644 index 00000000..9dc5b696 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000063_276bfd61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000064_36840b44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000064_36840b44.szar new file mode 100644 index 00000000..80cfaf52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000064_36840b44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000065_66380af9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000065_66380af9.szar new file mode 100644 index 00000000..46eeb413 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000065_66380af9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000066_e103423b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000066_e103423b.szar new file mode 100644 index 00000000..72e563b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000066_e103423b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000067_1c3d2324.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000067_1c3d2324.szar new file mode 100644 index 00000000..04161967 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000067_1c3d2324.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000068_a79a4dfb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000068_a79a4dfb.szar new file mode 100644 index 00000000..ebb3e9ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000068_a79a4dfb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000069_afb369c9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000069_afb369c9.szar new file mode 100644 index 00000000..44009565 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000069_afb369c9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000070_2fa79c12.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000070_2fa79c12.szar new file mode 100644 index 00000000..33558cd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000070_2fa79c12.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000071_1d8528a8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000071_1d8528a8.szar new file mode 100644 index 00000000..7ef7fcaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000071_1d8528a8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000072_373d45ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000072_373d45ee.szar new file mode 100644 index 00000000..e9b91ac0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000072_373d45ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000073_c5ea41a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000073_c5ea41a6.szar new file mode 100644 index 00000000..943ad569 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000073_c5ea41a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000074_79c46e6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000074_79c46e6e.szar new file mode 100644 index 00000000..463e1d7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000074_79c46e6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000075_f2484a29.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000075_f2484a29.szar new file mode 100644 index 00000000..cb8d9f74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000075_f2484a29.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000076_daf1d77e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000076_daf1d77e.szar new file mode 100644 index 00000000..6eec0b29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000076_daf1d77e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000077_0c85b8ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000077_0c85b8ee.szar new file mode 100644 index 00000000..32f012f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000077_0c85b8ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000078_6a97f088.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000078_6a97f088.szar new file mode 100644 index 00000000..634be145 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000078_6a97f088.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000079_0c2cc6da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000079_0c2cc6da.szar new file mode 100644 index 00000000..7637440c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000079_0c2cc6da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000080_93902234.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000080_93902234.szar new file mode 100644 index 00000000..b075edb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000080_93902234.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000081_f0fffeca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000081_f0fffeca.szar new file mode 100644 index 00000000..e1889dc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000081_f0fffeca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000082_ded608f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000082_ded608f8.szar new file mode 100644 index 00000000..e6c2c794 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000082_ded608f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000083_8ef7e0ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000083_8ef7e0ab.szar new file mode 100644 index 00000000..3c5f58e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000083_8ef7e0ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000084_a6af2f81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000084_a6af2f81.szar new file mode 100644 index 00000000..07c2e8c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000084_a6af2f81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000085_0a7484e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000085_0a7484e7.szar new file mode 100644 index 00000000..d5152167 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000085_0a7484e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000086_c4926300.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000086_c4926300.szar new file mode 100644 index 00000000..7fbd30bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000086_c4926300.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000087_62dd647e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000087_62dd647e.szar new file mode 100644 index 00000000..31e211d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/archive/delta_00000000000000000087_62dd647e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000001_94525d76.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000001_94525d76.szcp new file mode 100644 index 00000000..3abae9ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000001_94525d76.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000002_ba0fa9dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000002_ba0fa9dd.szcp new file mode 100644 index 00000000..2afeabce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000002_ba0fa9dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000003_627d1855.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000003_627d1855.szcp new file mode 100644 index 00000000..bed61cfa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000003_627d1855.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000004_378979ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000004_378979ad.szcp new file mode 100644 index 00000000..e17fe241 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000004_378979ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000005_4a50e855.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000005_4a50e855.szcp new file mode 100644 index 00000000..c97a5246 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000005_4a50e855.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000006_280b3409.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000006_280b3409.szcp new file mode 100644 index 00000000..247c7859 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000006_280b3409.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000007_8bb02081.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000007_8bb02081.szcp new file mode 100644 index 00000000..b327c99f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000007_8bb02081.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000008_9af5677e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000008_9af5677e.szcp new file mode 100644 index 00000000..af14a31c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000008_9af5677e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000009_024d2822.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000009_024d2822.szcp new file mode 100644 index 00000000..78272266 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000009_024d2822.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000010_bf1a1745.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000010_bf1a1745.szcp new file mode 100644 index 00000000..8cb728a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000010_bf1a1745.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000011_c2e640ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000011_c2e640ea.szcp new file mode 100644 index 00000000..d7b0064b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000011_c2e640ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000012_54b6796e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000012_54b6796e.szcp new file mode 100644 index 00000000..a5194ed5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000012_54b6796e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000013_daf094dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000013_daf094dc.szcp new file mode 100644 index 00000000..6fdba523 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000013_daf094dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000014_baedbde4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000014_baedbde4.szcp new file mode 100644 index 00000000..34e091a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000014_baedbde4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000015_d2d72e72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000015_d2d72e72.szcp new file mode 100644 index 00000000..f5d20e9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000015_d2d72e72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000016_67842dc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000016_67842dc1.szcp new file mode 100644 index 00000000..82a2afee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000016_67842dc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000017_2fa2f9d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000017_2fa2f9d2.szcp new file mode 100644 index 00000000..5fa06554 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000017_2fa2f9d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000018_115fb98f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000018_115fb98f.szcp new file mode 100644 index 00000000..5576631c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000018_115fb98f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000019_ecca580f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000019_ecca580f.szcp new file mode 100644 index 00000000..7b3d60bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000019_ecca580f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000020_43f951c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000020_43f951c5.szcp new file mode 100644 index 00000000..d252f2ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000020_43f951c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000021_6a5e69c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000021_6a5e69c1.szcp new file mode 100644 index 00000000..217dc624 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000021_6a5e69c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000022_d7a2569c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000022_d7a2569c.szcp new file mode 100644 index 00000000..1c6d59ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000022_d7a2569c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000023_f9fb49f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000023_f9fb49f4.szcp new file mode 100644 index 00000000..a1099757 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000023_f9fb49f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000024_e68bb363.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000024_e68bb363.szcp new file mode 100644 index 00000000..d2beae2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000024_e68bb363.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000025_487e7bc5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000025_487e7bc5.szcp new file mode 100644 index 00000000..9433fe7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000025_487e7bc5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000026_d725cfd4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000026_d725cfd4.szcp new file mode 100644 index 00000000..2ec69c8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000026_d725cfd4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000027_58ce95e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000027_58ce95e6.szcp new file mode 100644 index 00000000..5f990103 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000027_58ce95e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000028_66290bcd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000028_66290bcd.szcp new file mode 100644 index 00000000..ec7efe68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000028_66290bcd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000029_213633e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000029_213633e2.szcp new file mode 100644 index 00000000..e3bc6521 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000029_213633e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000030_74f9ca82.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000030_74f9ca82.szcp new file mode 100644 index 00000000..9c91a922 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000030_74f9ca82.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000031_1b0935c4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000031_1b0935c4.szcp new file mode 100644 index 00000000..337588fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000031_1b0935c4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000032_535d9e50.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000032_535d9e50.szcp new file mode 100644 index 00000000..dd434683 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000032_535d9e50.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000033_0de5f684.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000033_0de5f684.szcp new file mode 100644 index 00000000..76afa669 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000033_0de5f684.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000034_aa46bfce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000034_aa46bfce.szcp new file mode 100644 index 00000000..900e140e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000034_aa46bfce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000035_3a5fb8b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000035_3a5fb8b1.szcp new file mode 100644 index 00000000..d285ad86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000035_3a5fb8b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000036_7220f672.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000036_7220f672.szcp new file mode 100644 index 00000000..d2cebc89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000036_7220f672.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000037_14c3aae6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000037_14c3aae6.szcp new file mode 100644 index 00000000..2a4af05d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000037_14c3aae6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000038_3bb463b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000038_3bb463b6.szcp new file mode 100644 index 00000000..0118b670 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000038_3bb463b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000039_69a50d24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000039_69a50d24.szcp new file mode 100644 index 00000000..486d3cb0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000039_69a50d24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000040_21590c45.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000040_21590c45.szcp new file mode 100644 index 00000000..eb3087f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000040_21590c45.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000041_8ce9c63d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000041_8ce9c63d.szcp new file mode 100644 index 00000000..866a10b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000041_8ce9c63d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000042_e4cc99f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000042_e4cc99f3.szcp new file mode 100644 index 00000000..f976fecd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000042_e4cc99f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000043_eae6cc20.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000043_eae6cc20.szcp new file mode 100644 index 00000000..7dcf816b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000043_eae6cc20.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000044_77acaa95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000044_77acaa95.szcp new file mode 100644 index 00000000..421de5eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000044_77acaa95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000045_170c2c3d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000045_170c2c3d.szcp new file mode 100644 index 00000000..3d55afd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000045_170c2c3d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000046_a1ea5707.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000046_a1ea5707.szcp new file mode 100644 index 00000000..de8952c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000046_a1ea5707.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000047_0de773fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000047_0de773fa.szcp new file mode 100644 index 00000000..15407b95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000047_0de773fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000048_1959beb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000048_1959beb1.szcp new file mode 100644 index 00000000..425ecb21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000048_1959beb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000049_b34a44d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000049_b34a44d3.szcp new file mode 100644 index 00000000..6b97ef0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000049_b34a44d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000050_120f27c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000050_120f27c3.szcp new file mode 100644 index 00000000..7f86f74a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000050_120f27c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000051_8598d45a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000051_8598d45a.szcp new file mode 100644 index 00000000..cd51eb2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000051_8598d45a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000052_9651f5ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000052_9651f5ab.szcp new file mode 100644 index 00000000..eebdf42f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000052_9651f5ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000053_78f18c7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000053_78f18c7f.szcp new file mode 100644 index 00000000..349d3cdb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000053_78f18c7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000054_94b31834.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000054_94b31834.szcp new file mode 100644 index 00000000..1f9b9aae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000054_94b31834.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000055_9efbe0c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000055_9efbe0c2.szcp new file mode 100644 index 00000000..6a90b520 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000055_9efbe0c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000056_e9ffebe5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000056_e9ffebe5.szcp new file mode 100644 index 00000000..cb59fdb0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000056_e9ffebe5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000057_ecc60a0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000057_ecc60a0a.szcp new file mode 100644 index 00000000..863a86b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000057_ecc60a0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000058_cf83fd81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000058_cf83fd81.szcp new file mode 100644 index 00000000..70b1391c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000058_cf83fd81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000059_7014468f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000059_7014468f.szcp new file mode 100644 index 00000000..9b655394 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000059_7014468f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000060_a74486ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000060_a74486ed.szcp new file mode 100644 index 00000000..2ffe24d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000060_a74486ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000061_7320709c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000061_7320709c.szcp new file mode 100644 index 00000000..604da091 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000061_7320709c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000062_0863ed58.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000062_0863ed58.szcp new file mode 100644 index 00000000..053e99a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000062_0863ed58.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000063_c5c36efb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000063_c5c36efb.szcp new file mode 100644 index 00000000..e20eb427 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000063_c5c36efb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000064_42110be4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000064_42110be4.szcp new file mode 100644 index 00000000..a90d504e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000064_42110be4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000065_62e51717.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000065_62e51717.szcp new file mode 100644 index 00000000..aa23691c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000065_62e51717.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000066_96fb1f63.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000066_96fb1f63.szcp new file mode 100644 index 00000000..b5c779a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000066_96fb1f63.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000067_37143493.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000067_37143493.szcp new file mode 100644 index 00000000..4c9ff602 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000067_37143493.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000068_ebf40f8e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000068_ebf40f8e.szcp new file mode 100644 index 00000000..1a4f60d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000068_ebf40f8e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000069_903d8cb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000069_903d8cb1.szcp new file mode 100644 index 00000000..ad52532f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000069_903d8cb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000070_ee18ae06.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000070_ee18ae06.szcp new file mode 100644 index 00000000..de2f882b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000070_ee18ae06.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000071_f4b26c8d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000071_f4b26c8d.szcp new file mode 100644 index 00000000..ad7e6d9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000071_f4b26c8d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000072_e07c4392.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000072_e07c4392.szcp new file mode 100644 index 00000000..26c6a6f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000072_e07c4392.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000073_5fa41d04.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000073_5fa41d04.szcp new file mode 100644 index 00000000..facba6af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000073_5fa41d04.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000074_e58723f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000074_e58723f9.szcp new file mode 100644 index 00000000..22ea2f5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000074_e58723f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000075_c7181ffe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000075_c7181ffe.szcp new file mode 100644 index 00000000..588a4392 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000075_c7181ffe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000076_57cc60e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000076_57cc60e6.szcp new file mode 100644 index 00000000..0c82365c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000076_57cc60e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000077_5047b702.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000077_5047b702.szcp new file mode 100644 index 00000000..7e2afc51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000077_5047b702.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000078_eede35e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000078_eede35e8.szcp new file mode 100644 index 00000000..dd727bbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000078_eede35e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000079_3f9c8947.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000079_3f9c8947.szcp new file mode 100644 index 00000000..af81453a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000079_3f9c8947.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000080_d4fe5e39.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000080_d4fe5e39.szcp new file mode 100644 index 00000000..b314ce4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000080_d4fe5e39.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000081_bf8f0a76.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000081_bf8f0a76.szcp new file mode 100644 index 00000000..b3760e27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000081_bf8f0a76.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000082_e80c7bbf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000082_e80c7bbf.szcp new file mode 100644 index 00000000..e3d0e3bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000082_e80c7bbf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000083_4300ef09.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000083_4300ef09.szcp new file mode 100644 index 00000000..e47901ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000083_4300ef09.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000084_5f032246.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000084_5f032246.szcp new file mode 100644 index 00000000..1967bfc6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000084_5f032246.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000085_fa81af30.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000085_fa81af30.szcp new file mode 100644 index 00000000..5b08286a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000085_fa81af30.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000086_a3312123.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000086_a3312123.szcp new file mode 100644 index 00000000..5ede8d2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000086_a3312123.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000087_e1498eb3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000087_e1498eb3.szcp new file mode 100644 index 00000000..a6c86435 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_008/checkpoints/checkpoint_00000000000000000087_e1498eb3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000001_e0a80ce8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000001_e0a80ce8.szar new file mode 100644 index 00000000..980b9a4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000001_e0a80ce8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000002_a3559bfe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000002_a3559bfe.szar new file mode 100644 index 00000000..5fb454c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000002_a3559bfe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000003_d8593ecc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000003_d8593ecc.szar new file mode 100644 index 00000000..fa2e23e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000003_d8593ecc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000004_6f24101a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000004_6f24101a.szar new file mode 100644 index 00000000..fa842827 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000004_6f24101a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000005_c989b450.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000005_c989b450.szar new file mode 100644 index 00000000..d60917d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000005_c989b450.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000006_663bbafe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000006_663bbafe.szar new file mode 100644 index 00000000..e5c894b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000006_663bbafe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000007_f1930ee6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000007_f1930ee6.szar new file mode 100644 index 00000000..e3e453ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000007_f1930ee6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000008_f71a5296.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000008_f71a5296.szar new file mode 100644 index 00000000..c43fb61c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000008_f71a5296.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000009_558ec3be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000009_558ec3be.szar new file mode 100644 index 00000000..d43932b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000009_558ec3be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000010_19d09d15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000010_19d09d15.szar new file mode 100644 index 00000000..8487dfbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000010_19d09d15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000011_a095ff49.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000011_a095ff49.szar new file mode 100644 index 00000000..c24c8103 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000011_a095ff49.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000012_4b8d9266.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000012_4b8d9266.szar new file mode 100644 index 00000000..71012b06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000012_4b8d9266.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000013_913c834a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000013_913c834a.szar new file mode 100644 index 00000000..122d4dfa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000013_913c834a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000014_e7e2b10e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000014_e7e2b10e.szar new file mode 100644 index 00000000..0c1a5258 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000014_e7e2b10e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000015_4531b88b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000015_4531b88b.szar new file mode 100644 index 00000000..f0a90f7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000015_4531b88b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000016_c0714025.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000016_c0714025.szar new file mode 100644 index 00000000..fd214305 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000016_c0714025.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000017_87ea7002.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000017_87ea7002.szar new file mode 100644 index 00000000..81254c6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000017_87ea7002.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000018_293d8618.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000018_293d8618.szar new file mode 100644 index 00000000..cf6980ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000018_293d8618.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000019_f5ca574b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000019_f5ca574b.szar new file mode 100644 index 00000000..918c1a4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000019_f5ca574b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000020_17e3e9c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000020_17e3e9c1.szar new file mode 100644 index 00000000..d67bc430 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000020_17e3e9c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000021_5f730f33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000021_5f730f33.szar new file mode 100644 index 00000000..a09a6729 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000021_5f730f33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000022_1d842591.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000022_1d842591.szar new file mode 100644 index 00000000..03f69dd5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000022_1d842591.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000023_eb790318.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000023_eb790318.szar new file mode 100644 index 00000000..1fa3d050 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000023_eb790318.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000024_3a493372.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000024_3a493372.szar new file mode 100644 index 00000000..46efd8eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000024_3a493372.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000025_f88161d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000025_f88161d7.szar new file mode 100644 index 00000000..73826e15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000025_f88161d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000026_668da51d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000026_668da51d.szar new file mode 100644 index 00000000..ee08cfaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000026_668da51d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000027_b931d1bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000027_b931d1bb.szar new file mode 100644 index 00000000..1301b16d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000027_b931d1bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000028_f6881d6d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000028_f6881d6d.szar new file mode 100644 index 00000000..7c50716b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000028_f6881d6d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000029_14f5fcdf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000029_14f5fcdf.szar new file mode 100644 index 00000000..66979a6d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000029_14f5fcdf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000030_5746a1fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000030_5746a1fc.szar new file mode 100644 index 00000000..3375beda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000030_5746a1fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000031_61efcc96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000031_61efcc96.szar new file mode 100644 index 00000000..5979b6a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000031_61efcc96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000032_9d0df50e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000032_9d0df50e.szar new file mode 100644 index 00000000..a8657690 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000032_9d0df50e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000033_efb78862.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000033_efb78862.szar new file mode 100644 index 00000000..79fa6a2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000033_efb78862.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000034_f8212c68.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000034_f8212c68.szar new file mode 100644 index 00000000..016c44c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000034_f8212c68.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000035_c4e84b0e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000035_c4e84b0e.szar new file mode 100644 index 00000000..d5d6fc02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000035_c4e84b0e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000036_f9b8b2fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000036_f9b8b2fb.szar new file mode 100644 index 00000000..2ff5a0e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000036_f9b8b2fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000037_dd3f6100.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000037_dd3f6100.szar new file mode 100644 index 00000000..746125a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000037_dd3f6100.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000038_4e588171.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000038_4e588171.szar new file mode 100644 index 00000000..989e416a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000038_4e588171.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000039_5fa74a4e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000039_5fa74a4e.szar new file mode 100644 index 00000000..49e5ea9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000039_5fa74a4e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000040_d696c3bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000040_d696c3bd.szar new file mode 100644 index 00000000..485ba38f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000040_d696c3bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000041_ac2543da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000041_ac2543da.szar new file mode 100644 index 00000000..45b66da2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000041_ac2543da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000042_039a8a55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000042_039a8a55.szar new file mode 100644 index 00000000..c116bfcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000042_039a8a55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000043_68d328ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000043_68d328ab.szar new file mode 100644 index 00000000..96a85d41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000043_68d328ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000044_20a7a43c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000044_20a7a43c.szar new file mode 100644 index 00000000..04e4f898 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000044_20a7a43c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000045_7efa60cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000045_7efa60cc.szar new file mode 100644 index 00000000..995f53fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000045_7efa60cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000046_eb91c36b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000046_eb91c36b.szar new file mode 100644 index 00000000..67b77ae7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000046_eb91c36b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000047_0b08c532.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000047_0b08c532.szar new file mode 100644 index 00000000..b599a413 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000047_0b08c532.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000048_fd5086b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000048_fd5086b5.szar new file mode 100644 index 00000000..6406f320 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000048_fd5086b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000049_30f137b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000049_30f137b8.szar new file mode 100644 index 00000000..40a5754a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000049_30f137b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000050_4dbe0a7f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000050_4dbe0a7f.szar new file mode 100644 index 00000000..5a3312e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000050_4dbe0a7f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000051_50bf4fde.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000051_50bf4fde.szar new file mode 100644 index 00000000..60b5ec7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000051_50bf4fde.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000052_5178405e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000052_5178405e.szar new file mode 100644 index 00000000..6710b4a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000052_5178405e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000053_3f4f9b6d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000053_3f4f9b6d.szar new file mode 100644 index 00000000..f5f4d169 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000053_3f4f9b6d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000054_7931bb71.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000054_7931bb71.szar new file mode 100644 index 00000000..bdad8909 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000054_7931bb71.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000055_b559ae64.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000055_b559ae64.szar new file mode 100644 index 00000000..307850a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000055_b559ae64.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000056_c27daec2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000056_c27daec2.szar new file mode 100644 index 00000000..06e5cfcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000056_c27daec2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000057_7c61bbee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000057_7c61bbee.szar new file mode 100644 index 00000000..aedfd412 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000057_7c61bbee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000058_7e904e2c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000058_7e904e2c.szar new file mode 100644 index 00000000..f6fe1b4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000058_7e904e2c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000059_6618c9ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000059_6618c9ff.szar new file mode 100644 index 00000000..5a7448b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000059_6618c9ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000060_19f71f85.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000060_19f71f85.szar new file mode 100644 index 00000000..90049fdd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000060_19f71f85.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000061_77895129.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000061_77895129.szar new file mode 100644 index 00000000..d41d1193 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000061_77895129.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000062_91b0c234.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000062_91b0c234.szar new file mode 100644 index 00000000..6a4cc4c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000062_91b0c234.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000063_ddc80c28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000063_ddc80c28.szar new file mode 100644 index 00000000..bdffeccf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000063_ddc80c28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000064_ea5fb73f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000064_ea5fb73f.szar new file mode 100644 index 00000000..70593b3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000064_ea5fb73f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000065_7b14bbe0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000065_7b14bbe0.szar new file mode 100644 index 00000000..353bf061 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000065_7b14bbe0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000066_ec8695ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000066_ec8695ac.szar new file mode 100644 index 00000000..ab846a15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000066_ec8695ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000067_2fa34b57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000067_2fa34b57.szar new file mode 100644 index 00000000..ffab46eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000067_2fa34b57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000068_fefc662f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000068_fefc662f.szar new file mode 100644 index 00000000..8d14d9b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000068_fefc662f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000069_7ff66e5c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000069_7ff66e5c.szar new file mode 100644 index 00000000..6a7f5391 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000069_7ff66e5c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000070_d059210f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000070_d059210f.szar new file mode 100644 index 00000000..401befe7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000070_d059210f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000071_3c035958.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000071_3c035958.szar new file mode 100644 index 00000000..356dfa1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000071_3c035958.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000072_5e8d1249.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000072_5e8d1249.szar new file mode 100644 index 00000000..8e418d2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000072_5e8d1249.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000073_cb910c2c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000073_cb910c2c.szar new file mode 100644 index 00000000..55ce426c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000073_cb910c2c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000074_77992cbb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000074_77992cbb.szar new file mode 100644 index 00000000..1fb546c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000074_77992cbb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000075_d6580a07.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000075_d6580a07.szar new file mode 100644 index 00000000..d0823866 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000075_d6580a07.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000076_9273a93b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000076_9273a93b.szar new file mode 100644 index 00000000..d19dbdf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000076_9273a93b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000077_e0a173c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000077_e0a173c5.szar new file mode 100644 index 00000000..f0f0c14d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000077_e0a173c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000078_2286bf9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000078_2286bf9a.szar new file mode 100644 index 00000000..a077cd4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000078_2286bf9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000079_3f8341f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000079_3f8341f1.szar new file mode 100644 index 00000000..f936b776 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000079_3f8341f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000080_e353b6dc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000080_e353b6dc.szar new file mode 100644 index 00000000..d94e113e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000080_e353b6dc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000081_911b52ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000081_911b52ef.szar new file mode 100644 index 00000000..34d495e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000081_911b52ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000082_21225c1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000082_21225c1d.szar new file mode 100644 index 00000000..24af2d54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000082_21225c1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000083_b02ef943.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000083_b02ef943.szar new file mode 100644 index 00000000..64444a20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000083_b02ef943.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000084_9ab385f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000084_9ab385f4.szar new file mode 100644 index 00000000..0d78427d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000084_9ab385f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000085_c4db7c0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000085_c4db7c0c.szar new file mode 100644 index 00000000..88aaabcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/archive/delta_00000000000000000085_c4db7c0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000001_d0e40977.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000001_d0e40977.szcp new file mode 100644 index 00000000..b37d840f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000001_d0e40977.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000002_d224ea12.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000002_d224ea12.szcp new file mode 100644 index 00000000..ff27de8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000002_d224ea12.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000003_db8fb287.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000003_db8fb287.szcp new file mode 100644 index 00000000..45c52573 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000003_db8fb287.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000004_b2dbb3c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000004_b2dbb3c1.szcp new file mode 100644 index 00000000..6ccaef92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000004_b2dbb3c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000005_15e61a05.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000005_15e61a05.szcp new file mode 100644 index 00000000..09096e36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000005_15e61a05.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000006_1b6b49e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000006_1b6b49e3.szcp new file mode 100644 index 00000000..f6ea4945 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000006_1b6b49e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000007_734afe68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000007_734afe68.szcp new file mode 100644 index 00000000..2af33166 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000007_734afe68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000008_bb5c816c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000008_bb5c816c.szcp new file mode 100644 index 00000000..8b04ccbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000008_bb5c816c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000009_341f118d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000009_341f118d.szcp new file mode 100644 index 00000000..8dff69d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000009_341f118d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000010_84159ecd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000010_84159ecd.szcp new file mode 100644 index 00000000..bf6a151e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000010_84159ecd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000011_06dc5c68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000011_06dc5c68.szcp new file mode 100644 index 00000000..3cf9a2d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000011_06dc5c68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000012_ff380318.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000012_ff380318.szcp new file mode 100644 index 00000000..8a214ab9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000012_ff380318.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000013_6b26df75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000013_6b26df75.szcp new file mode 100644 index 00000000..b32173d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000013_6b26df75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000014_01214266.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000014_01214266.szcp new file mode 100644 index 00000000..f2119af2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000014_01214266.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000015_ae970388.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000015_ae970388.szcp new file mode 100644 index 00000000..24133c26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000015_ae970388.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000016_5ed9af3b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000016_5ed9af3b.szcp new file mode 100644 index 00000000..aa976890 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000016_5ed9af3b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000017_e8951d9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000017_e8951d9c.szcp new file mode 100644 index 00000000..5173cc46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000017_e8951d9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000018_12f00e14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000018_12f00e14.szcp new file mode 100644 index 00000000..4128ae65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000018_12f00e14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000019_bf01b195.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000019_bf01b195.szcp new file mode 100644 index 00000000..4425c207 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000019_bf01b195.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000020_82ed838e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000020_82ed838e.szcp new file mode 100644 index 00000000..299972b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000020_82ed838e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000021_63948e61.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000021_63948e61.szcp new file mode 100644 index 00000000..cb57293e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000021_63948e61.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000022_c2a1fcf5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000022_c2a1fcf5.szcp new file mode 100644 index 00000000..e25a907e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000022_c2a1fcf5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000023_48f1f216.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000023_48f1f216.szcp new file mode 100644 index 00000000..abc0d991 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000023_48f1f216.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000024_53a05a7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000024_53a05a7f.szcp new file mode 100644 index 00000000..6196f3fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000024_53a05a7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000025_3a2b63ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000025_3a2b63ba.szcp new file mode 100644 index 00000000..ec865733 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000025_3a2b63ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000026_553c0930.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000026_553c0930.szcp new file mode 100644 index 00000000..f2c8942a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000026_553c0930.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000027_037fe22e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000027_037fe22e.szcp new file mode 100644 index 00000000..65d22ac2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000027_037fe22e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000028_7e207593.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000028_7e207593.szcp new file mode 100644 index 00000000..413ce610 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000028_7e207593.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000029_1987fce8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000029_1987fce8.szcp new file mode 100644 index 00000000..10007bda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000029_1987fce8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000030_4cc24fb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000030_4cc24fb1.szcp new file mode 100644 index 00000000..8c41b7a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000030_4cc24fb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000031_eec8c3d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000031_eec8c3d0.szcp new file mode 100644 index 00000000..b4c2b171 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000031_eec8c3d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000032_dc4b3d03.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000032_dc4b3d03.szcp new file mode 100644 index 00000000..e53e4473 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000032_dc4b3d03.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000033_4c5b337d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000033_4c5b337d.szcp new file mode 100644 index 00000000..7b072d8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000033_4c5b337d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000034_10f2bc6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000034_10f2bc6f.szcp new file mode 100644 index 00000000..edc6459c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000034_10f2bc6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000035_38f9dc8d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000035_38f9dc8d.szcp new file mode 100644 index 00000000..8c061478 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000035_38f9dc8d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000036_c61dd22d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000036_c61dd22d.szcp new file mode 100644 index 00000000..d0980656 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000036_c61dd22d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000037_463232fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000037_463232fa.szcp new file mode 100644 index 00000000..5cf7afcb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000037_463232fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000038_9c894c9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000038_9c894c9c.szcp new file mode 100644 index 00000000..9192c6ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000038_9c894c9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000039_8ccab225.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000039_8ccab225.szcp new file mode 100644 index 00000000..3160a724 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000039_8ccab225.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000040_01365223.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000040_01365223.szcp new file mode 100644 index 00000000..7ec1bec6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000040_01365223.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000041_fc3edbb7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000041_fc3edbb7.szcp new file mode 100644 index 00000000..6a1537fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000041_fc3edbb7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000042_c1b9f02a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000042_c1b9f02a.szcp new file mode 100644 index 00000000..60e60bb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000042_c1b9f02a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000043_55b521a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000043_55b521a5.szcp new file mode 100644 index 00000000..5cdc7a8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000043_55b521a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000044_5a8b340a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000044_5a8b340a.szcp new file mode 100644 index 00000000..3624ca43 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000044_5a8b340a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000045_57c6ab89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000045_57c6ab89.szcp new file mode 100644 index 00000000..c36a4a47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000045_57c6ab89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000046_6d6e19ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000046_6d6e19ab.szcp new file mode 100644 index 00000000..11580318 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000046_6d6e19ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000047_97b5548a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000047_97b5548a.szcp new file mode 100644 index 00000000..1912102f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000047_97b5548a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000048_24391c0e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000048_24391c0e.szcp new file mode 100644 index 00000000..c8a215a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000048_24391c0e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000049_0038737b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000049_0038737b.szcp new file mode 100644 index 00000000..6181c37f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000049_0038737b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000050_890ae259.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000050_890ae259.szcp new file mode 100644 index 00000000..597bb114 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000050_890ae259.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000051_73f4fa03.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000051_73f4fa03.szcp new file mode 100644 index 00000000..03a67f6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000051_73f4fa03.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000052_b6376f96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000052_b6376f96.szcp new file mode 100644 index 00000000..7d6da3e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000052_b6376f96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000053_4df21493.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000053_4df21493.szcp new file mode 100644 index 00000000..34700fa0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000053_4df21493.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000054_4100dc24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000054_4100dc24.szcp new file mode 100644 index 00000000..0dc98a45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000054_4100dc24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000055_b8c1ab99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000055_b8c1ab99.szcp new file mode 100644 index 00000000..4d83e398 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000055_b8c1ab99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000056_2977ca01.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000056_2977ca01.szcp new file mode 100644 index 00000000..3ec3fedd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000056_2977ca01.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000057_78092b93.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000057_78092b93.szcp new file mode 100644 index 00000000..25842fb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000057_78092b93.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000058_f734b3f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000058_f734b3f2.szcp new file mode 100644 index 00000000..9db1ea61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000058_f734b3f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000059_9a397e1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000059_9a397e1d.szcp new file mode 100644 index 00000000..b2670244 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000059_9a397e1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000060_794b1c38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000060_794b1c38.szcp new file mode 100644 index 00000000..83e295eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000060_794b1c38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000061_55de17ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000061_55de17ed.szcp new file mode 100644 index 00000000..7f959e16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000061_55de17ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000062_27f786b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000062_27f786b1.szcp new file mode 100644 index 00000000..41cc1831 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000062_27f786b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000063_9c863619.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000063_9c863619.szcp new file mode 100644 index 00000000..19d29cf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000063_9c863619.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000064_dc763fda.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000064_dc763fda.szcp new file mode 100644 index 00000000..ded3bcc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000064_dc763fda.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000065_533dedb2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000065_533dedb2.szcp new file mode 100644 index 00000000..6989e38e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000065_533dedb2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000066_49a1f3b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000066_49a1f3b9.szcp new file mode 100644 index 00000000..acff9b03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000066_49a1f3b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000067_e081bdb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000067_e081bdb1.szcp new file mode 100644 index 00000000..ac95e56a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000067_e081bdb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000068_66314ec4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000068_66314ec4.szcp new file mode 100644 index 00000000..b86484db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000068_66314ec4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000069_0bcda312.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000069_0bcda312.szcp new file mode 100644 index 00000000..df3fcd46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000069_0bcda312.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000070_462b0a62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000070_462b0a62.szcp new file mode 100644 index 00000000..20589f2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000070_462b0a62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000071_5cd762e1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000071_5cd762e1.szcp new file mode 100644 index 00000000..1d97ae5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000071_5cd762e1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000072_38b8914a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000072_38b8914a.szcp new file mode 100644 index 00000000..672a1249 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000072_38b8914a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000073_9f774606.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000073_9f774606.szcp new file mode 100644 index 00000000..c3d18381 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000073_9f774606.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000074_5048e19d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000074_5048e19d.szcp new file mode 100644 index 00000000..0119ea54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000074_5048e19d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000075_72cc1e6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000075_72cc1e6e.szcp new file mode 100644 index 00000000..66ffd7f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000075_72cc1e6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000076_9fda3496.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000076_9fda3496.szcp new file mode 100644 index 00000000..b9b10104 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000076_9fda3496.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000077_f4393c96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000077_f4393c96.szcp new file mode 100644 index 00000000..166c242b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000077_f4393c96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000078_9fd11fc6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000078_9fd11fc6.szcp new file mode 100644 index 00000000..af3d4755 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000078_9fd11fc6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000079_fdc71798.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000079_fdc71798.szcp new file mode 100644 index 00000000..2d15196f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000079_fdc71798.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000080_c86634d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000080_c86634d6.szcp new file mode 100644 index 00000000..3acbb148 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000080_c86634d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000081_9940ca08.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000081_9940ca08.szcp new file mode 100644 index 00000000..cdb1c430 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000081_9940ca08.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000082_d8761bb6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000082_d8761bb6.szcp new file mode 100644 index 00000000..c9bd8e23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000082_d8761bb6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000083_c8770118.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000083_c8770118.szcp new file mode 100644 index 00000000..3de678fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000083_c8770118.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000084_ba5b16f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000084_ba5b16f4.szcp new file mode 100644 index 00000000..26df6dda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000084_ba5b16f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000085_6dbaf9e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000085_6dbaf9e9.szcp new file mode 100644 index 00000000..11bb2a02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000085_6dbaf9e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000086_78d2bd18.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000086_78d2bd18.szcp new file mode 100644 index 00000000..4f0d08a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_009/checkpoints/checkpoint_00000000000000000086_78d2bd18.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000001_28caffbc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000001_28caffbc.szar new file mode 100644 index 00000000..b61d44d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000001_28caffbc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000002_965dafdd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000002_965dafdd.szar new file mode 100644 index 00000000..8db8158c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000002_965dafdd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000003_e2b93106.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000003_e2b93106.szar new file mode 100644 index 00000000..ea7a5130 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000003_e2b93106.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000004_d0d95349.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000004_d0d95349.szar new file mode 100644 index 00000000..4ef13e1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000004_d0d95349.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000005_89ca0328.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000005_89ca0328.szar new file mode 100644 index 00000000..4c3ad989 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000005_89ca0328.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000006_68040b26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000006_68040b26.szar new file mode 100644 index 00000000..5f6a273b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000006_68040b26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000007_663c2b0e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000007_663c2b0e.szar new file mode 100644 index 00000000..9c2b09e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000007_663c2b0e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000008_07a2d5de.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000008_07a2d5de.szar new file mode 100644 index 00000000..c3445a56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000008_07a2d5de.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000009_bfda1dfe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000009_bfda1dfe.szar new file mode 100644 index 00000000..1cc78321 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000009_bfda1dfe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000010_09247a83.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000010_09247a83.szar new file mode 100644 index 00000000..8a1ce532 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000010_09247a83.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000011_a8bd3471.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000011_a8bd3471.szar new file mode 100644 index 00000000..ef7ef770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000011_a8bd3471.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000012_86252f9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000012_86252f9d.szar new file mode 100644 index 00000000..9830118e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000012_86252f9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000013_026a656d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000013_026a656d.szar new file mode 100644 index 00000000..ccf61780 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000013_026a656d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000014_4017ceca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000014_4017ceca.szar new file mode 100644 index 00000000..b782bda8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000014_4017ceca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000015_0d5a9eab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000015_0d5a9eab.szar new file mode 100644 index 00000000..f7490109 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000015_0d5a9eab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000016_7e2fa003.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000016_7e2fa003.szar new file mode 100644 index 00000000..8d79f6ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000016_7e2fa003.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000017_1fa62850.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000017_1fa62850.szar new file mode 100644 index 00000000..72fed793 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000017_1fa62850.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000018_8d7a6f3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000018_8d7a6f3b.szar new file mode 100644 index 00000000..b6e6650e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000018_8d7a6f3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000019_a1677a42.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000019_a1677a42.szar new file mode 100644 index 00000000..57bfae1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000019_a1677a42.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000020_ec339e44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000020_ec339e44.szar new file mode 100644 index 00000000..d2c6af37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000020_ec339e44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000021_e6b5675b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000021_e6b5675b.szar new file mode 100644 index 00000000..797ad420 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000021_e6b5675b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000022_70c0a4ad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000022_70c0a4ad.szar new file mode 100644 index 00000000..69cd1cf2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000022_70c0a4ad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000023_aaea2866.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000023_aaea2866.szar new file mode 100644 index 00000000..a09978da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000023_aaea2866.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000024_de4f0e17.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000024_de4f0e17.szar new file mode 100644 index 00000000..262dbc59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000024_de4f0e17.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000025_6e5417c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000025_6e5417c0.szar new file mode 100644 index 00000000..7ff315ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000025_6e5417c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000026_b8840610.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000026_b8840610.szar new file mode 100644 index 00000000..68fe9c5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000026_b8840610.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000027_8b6b83f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000027_8b6b83f5.szar new file mode 100644 index 00000000..1e2145b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000027_8b6b83f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000028_74f2b993.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000028_74f2b993.szar new file mode 100644 index 00000000..e099efca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000028_74f2b993.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000029_a161aa57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000029_a161aa57.szar new file mode 100644 index 00000000..b5fa1d4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000029_a161aa57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000030_807cfcec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000030_807cfcec.szar new file mode 100644 index 00000000..8a431feb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000030_807cfcec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000031_3ee6d0c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000031_3ee6d0c1.szar new file mode 100644 index 00000000..7bfc16c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000031_3ee6d0c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000032_8725860e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000032_8725860e.szar new file mode 100644 index 00000000..fa4fb149 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000032_8725860e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000033_260b4a5f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000033_260b4a5f.szar new file mode 100644 index 00000000..0ae24fb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000033_260b4a5f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000034_55e8e3db.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000034_55e8e3db.szar new file mode 100644 index 00000000..bef364e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000034_55e8e3db.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000035_327dc4c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000035_327dc4c7.szar new file mode 100644 index 00000000..34fd1b69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000035_327dc4c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000036_2a2a380e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000036_2a2a380e.szar new file mode 100644 index 00000000..90a62ecc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000036_2a2a380e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000037_e08d80f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000037_e08d80f4.szar new file mode 100644 index 00000000..54709570 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000037_e08d80f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000038_31d3baff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000038_31d3baff.szar new file mode 100644 index 00000000..d6797e8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000038_31d3baff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000039_97b179bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000039_97b179bd.szar new file mode 100644 index 00000000..17f7a8d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000039_97b179bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000040_0976386f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000040_0976386f.szar new file mode 100644 index 00000000..83da1731 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000040_0976386f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000041_3b03bc2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000041_3b03bc2b.szar new file mode 100644 index 00000000..16c2d0d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000041_3b03bc2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000042_4de03e4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000042_4de03e4c.szar new file mode 100644 index 00000000..bc77929f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000042_4de03e4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000043_4713daf3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000043_4713daf3.szar new file mode 100644 index 00000000..ef71772c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000043_4713daf3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000044_d7fbc128.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000044_d7fbc128.szar new file mode 100644 index 00000000..05beae02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000044_d7fbc128.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000045_726d4e00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000045_726d4e00.szar new file mode 100644 index 00000000..b8797a0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000045_726d4e00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000046_875e2f8a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000046_875e2f8a.szar new file mode 100644 index 00000000..2a876690 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000046_875e2f8a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000047_bf2f3646.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000047_bf2f3646.szar new file mode 100644 index 00000000..cf109456 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000047_bf2f3646.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000048_aad25e18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000048_aad25e18.szar new file mode 100644 index 00000000..2c2ea608 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000048_aad25e18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000049_0bdd2815.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000049_0bdd2815.szar new file mode 100644 index 00000000..6cdaecfa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000049_0bdd2815.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000050_ab58e167.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000050_ab58e167.szar new file mode 100644 index 00000000..0570529a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000050_ab58e167.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000051_37106f15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000051_37106f15.szar new file mode 100644 index 00000000..2a42d708 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000051_37106f15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000052_fa0b982e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000052_fa0b982e.szar new file mode 100644 index 00000000..5e0680f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000052_fa0b982e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000053_4875ffe0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000053_4875ffe0.szar new file mode 100644 index 00000000..8dcba86e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000053_4875ffe0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000054_8a2eed78.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000054_8a2eed78.szar new file mode 100644 index 00000000..79c34026 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000054_8a2eed78.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000055_22b8a308.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000055_22b8a308.szar new file mode 100644 index 00000000..c33f337a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000055_22b8a308.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000056_c1633467.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000056_c1633467.szar new file mode 100644 index 00000000..807aead7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000056_c1633467.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000057_672ec0c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000057_672ec0c2.szar new file mode 100644 index 00000000..5eb3308b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/archive/delta_00000000000000000057_672ec0c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000001_56f50064.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000001_56f50064.szcp new file mode 100644 index 00000000..76fdfe08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000001_56f50064.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000002_1f271e9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000002_1f271e9d.szcp new file mode 100644 index 00000000..269ffe1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000002_1f271e9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000003_a1f0cfd4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000003_a1f0cfd4.szcp new file mode 100644 index 00000000..3a15eb35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000003_a1f0cfd4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000004_dfceb798.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000004_dfceb798.szcp new file mode 100644 index 00000000..5a18a2f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000004_dfceb798.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000005_08978860.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000005_08978860.szcp new file mode 100644 index 00000000..fbcb8321 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000005_08978860.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000006_a57990e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000006_a57990e4.szcp new file mode 100644 index 00000000..3964553f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000006_a57990e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000007_c071fa80.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000007_c071fa80.szcp new file mode 100644 index 00000000..6ead53b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000007_c071fa80.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000008_dd98d98f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000008_dd98d98f.szcp new file mode 100644 index 00000000..c9234bac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000008_dd98d98f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000009_019bb631.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000009_019bb631.szcp new file mode 100644 index 00000000..7a53b5e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000009_019bb631.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000010_3125304b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000010_3125304b.szcp new file mode 100644 index 00000000..816bce35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000010_3125304b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000011_ab15699e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000011_ab15699e.szcp new file mode 100644 index 00000000..bb681304 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000011_ab15699e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000012_3bd6a80b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000012_3bd6a80b.szcp new file mode 100644 index 00000000..4d1420ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000012_3bd6a80b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000013_40b19022.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000013_40b19022.szcp new file mode 100644 index 00000000..04378876 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000013_40b19022.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000014_a1decc50.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000014_a1decc50.szcp new file mode 100644 index 00000000..c33f9ff3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000014_a1decc50.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000015_4dd933c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000015_4dd933c6.szcp new file mode 100644 index 00000000..5b42f005 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000015_4dd933c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000016_4f2dc723.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000016_4f2dc723.szcp new file mode 100644 index 00000000..c7113196 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000016_4f2dc723.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000017_c0b30bea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000017_c0b30bea.szcp new file mode 100644 index 00000000..a062b841 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000017_c0b30bea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000018_aa58dba1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000018_aa58dba1.szcp new file mode 100644 index 00000000..beefa1f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000018_aa58dba1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000019_685375e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000019_685375e3.szcp new file mode 100644 index 00000000..77054a2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000019_685375e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000020_07c710df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000020_07c710df.szcp new file mode 100644 index 00000000..052ed6e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000020_07c710df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000021_fcad592b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000021_fcad592b.szcp new file mode 100644 index 00000000..1703b765 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000021_fcad592b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000022_3e339d1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000022_3e339d1d.szcp new file mode 100644 index 00000000..68ffdaae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000022_3e339d1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000023_56859873.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000023_56859873.szcp new file mode 100644 index 00000000..aaa8e385 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000023_56859873.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000024_53b33f3c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000024_53b33f3c.szcp new file mode 100644 index 00000000..ed8548eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000024_53b33f3c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000025_034d10de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000025_034d10de.szcp new file mode 100644 index 00000000..c4094f72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000025_034d10de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000026_e4802e8c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000026_e4802e8c.szcp new file mode 100644 index 00000000..f13a5c7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000026_e4802e8c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000027_2d88db4a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000027_2d88db4a.szcp new file mode 100644 index 00000000..b3355d6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000027_2d88db4a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000028_840077f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000028_840077f4.szcp new file mode 100644 index 00000000..bfcc3ee6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000028_840077f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000029_66ffa1ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000029_66ffa1ba.szcp new file mode 100644 index 00000000..c84b7b24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000029_66ffa1ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000030_2e8ddd1e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000030_2e8ddd1e.szcp new file mode 100644 index 00000000..ff5bc72a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000030_2e8ddd1e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000031_2b8da232.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000031_2b8da232.szcp new file mode 100644 index 00000000..09251631 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000031_2b8da232.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000032_f54e9074.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000032_f54e9074.szcp new file mode 100644 index 00000000..68f1b97b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000032_f54e9074.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000033_732dccd9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000033_732dccd9.szcp new file mode 100644 index 00000000..7c1e5585 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000033_732dccd9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000034_500a842d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000034_500a842d.szcp new file mode 100644 index 00000000..f699f9e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000034_500a842d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000035_1873b664.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000035_1873b664.szcp new file mode 100644 index 00000000..5bc70d4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000035_1873b664.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000036_8094f349.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000036_8094f349.szcp new file mode 100644 index 00000000..a8000864 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000036_8094f349.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000037_65cd3228.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000037_65cd3228.szcp new file mode 100644 index 00000000..f5e49050 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000037_65cd3228.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000038_b5f1a6e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000038_b5f1a6e7.szcp new file mode 100644 index 00000000..3fd4fd65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000038_b5f1a6e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000039_643839fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000039_643839fe.szcp new file mode 100644 index 00000000..e50afd45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000039_643839fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000040_0341faa2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000040_0341faa2.szcp new file mode 100644 index 00000000..99e789b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000040_0341faa2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000041_6a1241b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000041_6a1241b2.szcp new file mode 100644 index 00000000..8b579197 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000041_6a1241b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000042_75b180a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000042_75b180a2.szcp new file mode 100644 index 00000000..01577aba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000042_75b180a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000043_f1d12fac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000043_f1d12fac.szcp new file mode 100644 index 00000000..42062fa2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000043_f1d12fac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000044_88ed9cd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000044_88ed9cd3.szcp new file mode 100644 index 00000000..4eac8b60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000044_88ed9cd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000045_0e561760.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000045_0e561760.szcp new file mode 100644 index 00000000..579f0b84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000045_0e561760.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000046_58e0916a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000046_58e0916a.szcp new file mode 100644 index 00000000..9a030997 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000046_58e0916a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000047_82a06e74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000047_82a06e74.szcp new file mode 100644 index 00000000..dba67065 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000047_82a06e74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000048_403421bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000048_403421bf.szcp new file mode 100644 index 00000000..bdfed679 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000048_403421bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000049_d8927af3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000049_d8927af3.szcp new file mode 100644 index 00000000..9a789e39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000049_d8927af3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000050_7978180f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000050_7978180f.szcp new file mode 100644 index 00000000..f6b80ea6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000050_7978180f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000051_743c82d5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000051_743c82d5.szcp new file mode 100644 index 00000000..65d6d233 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000051_743c82d5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000052_79eff90e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000052_79eff90e.szcp new file mode 100644 index 00000000..969cc1d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000052_79eff90e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000053_40c31cfc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000053_40c31cfc.szcp new file mode 100644 index 00000000..e56be645 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000053_40c31cfc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000054_5e258701.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000054_5e258701.szcp new file mode 100644 index 00000000..16674e6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000054_5e258701.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000055_18d3807f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000055_18d3807f.szcp new file mode 100644 index 00000000..27104b12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000055_18d3807f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000056_16ce8ffd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000056_16ce8ffd.szcp new file mode 100644 index 00000000..3cdbd3e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000056_16ce8ffd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000057_de333c13.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000057_de333c13.szcp new file mode 100644 index 00000000..40b9f3c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000057_de333c13.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000058_78beff81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000058_78beff81.szcp new file mode 100644 index 00000000..a5da57c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000058_78beff81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000059_cdd5dfaa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000059_cdd5dfaa.szcp new file mode 100644 index 00000000..5c6a2f2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000059_cdd5dfaa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000060_0460d5a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000060_0460d5a1.szcp new file mode 100644 index 00000000..ff6d01b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000060_0460d5a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000061_e8f7c44a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000061_e8f7c44a.szcp new file mode 100644 index 00000000..55fdaf16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_010/checkpoints/checkpoint_00000000000000000061_e8f7c44a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000001_c04c4bad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000001_c04c4bad.szar new file mode 100644 index 00000000..80a987b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000001_c04c4bad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000002_065af28c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000002_065af28c.szar new file mode 100644 index 00000000..a30764c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000002_065af28c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000003_486b5f33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000003_486b5f33.szar new file mode 100644 index 00000000..5f453e0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000003_486b5f33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000004_41632d2d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000004_41632d2d.szar new file mode 100644 index 00000000..8cace1fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000004_41632d2d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000005_e832da57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000005_e832da57.szar new file mode 100644 index 00000000..9ce1d450 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000005_e832da57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000006_9630c371.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000006_9630c371.szar new file mode 100644 index 00000000..c6494ab5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000006_9630c371.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000007_03cad9ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000007_03cad9ac.szar new file mode 100644 index 00000000..0646dce5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000007_03cad9ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000008_d52a3f0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000008_d52a3f0c.szar new file mode 100644 index 00000000..969400ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000008_d52a3f0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000009_1af05523.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000009_1af05523.szar new file mode 100644 index 00000000..79c1eede Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000009_1af05523.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000010_3552f9fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000010_3552f9fe.szar new file mode 100644 index 00000000..6a269aea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000010_3552f9fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000011_0f663d81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000011_0f663d81.szar new file mode 100644 index 00000000..14cad123 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000011_0f663d81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000012_cdfd8de6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000012_cdfd8de6.szar new file mode 100644 index 00000000..f27a028b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000012_cdfd8de6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000013_68b337b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000013_68b337b4.szar new file mode 100644 index 00000000..d5bfe4ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000013_68b337b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000014_67662515.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000014_67662515.szar new file mode 100644 index 00000000..89ad3489 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000014_67662515.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000015_237d8612.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000015_237d8612.szar new file mode 100644 index 00000000..a6a8d820 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000015_237d8612.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000016_7c6c8500.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000016_7c6c8500.szar new file mode 100644 index 00000000..6f24734f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000016_7c6c8500.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000017_c7fc27ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000017_c7fc27ca.szar new file mode 100644 index 00000000..bb41e02d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000017_c7fc27ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000018_a24c7844.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000018_a24c7844.szar new file mode 100644 index 00000000..ee0794f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000018_a24c7844.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000019_6debf52b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000019_6debf52b.szar new file mode 100644 index 00000000..f0d2efd4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000019_6debf52b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000020_6c3fe696.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000020_6c3fe696.szar new file mode 100644 index 00000000..212bdf11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000020_6c3fe696.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000021_50f3c0ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000021_50f3c0ed.szar new file mode 100644 index 00000000..6e6ed774 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000021_50f3c0ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000022_42e3efd3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000022_42e3efd3.szar new file mode 100644 index 00000000..2c89e86e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000022_42e3efd3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000023_a7c355bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000023_a7c355bf.szar new file mode 100644 index 00000000..18333b23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000023_a7c355bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000024_822f2068.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000024_822f2068.szar new file mode 100644 index 00000000..113f3537 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000024_822f2068.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000025_1fb12327.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000025_1fb12327.szar new file mode 100644 index 00000000..81cca49d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000025_1fb12327.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000026_6ba95fac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000026_6ba95fac.szar new file mode 100644 index 00000000..738a7b82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000026_6ba95fac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000027_392e2cc0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000027_392e2cc0.szar new file mode 100644 index 00000000..5b29c782 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000027_392e2cc0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000028_2eba7408.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000028_2eba7408.szar new file mode 100644 index 00000000..c8a5ed6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000028_2eba7408.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000029_3dd85d73.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000029_3dd85d73.szar new file mode 100644 index 00000000..da8fd1e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000029_3dd85d73.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000030_fda2f398.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000030_fda2f398.szar new file mode 100644 index 00000000..2107f185 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000030_fda2f398.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000031_69a4abde.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000031_69a4abde.szar new file mode 100644 index 00000000..b3c1313c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000031_69a4abde.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000032_e189e75f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000032_e189e75f.szar new file mode 100644 index 00000000..3992cb00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000032_e189e75f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000033_67c7eb4a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000033_67c7eb4a.szar new file mode 100644 index 00000000..925fc4d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000033_67c7eb4a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000034_0a55c721.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000034_0a55c721.szar new file mode 100644 index 00000000..0a680afa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000034_0a55c721.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000035_2ea0527d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000035_2ea0527d.szar new file mode 100644 index 00000000..2596362e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000035_2ea0527d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000036_b4620920.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000036_b4620920.szar new file mode 100644 index 00000000..f4527620 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000036_b4620920.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000037_80b6f40a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000037_80b6f40a.szar new file mode 100644 index 00000000..076bc85e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000037_80b6f40a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000038_0ce9d9ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000038_0ce9d9ce.szar new file mode 100644 index 00000000..f2342a67 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000038_0ce9d9ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000039_f7d0324d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000039_f7d0324d.szar new file mode 100644 index 00000000..015f805a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000039_f7d0324d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000040_85adf910.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000040_85adf910.szar new file mode 100644 index 00000000..7089e6d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000040_85adf910.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000041_1609c4ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000041_1609c4ed.szar new file mode 100644 index 00000000..57c07e57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000041_1609c4ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000042_b7835294.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000042_b7835294.szar new file mode 100644 index 00000000..5c3529d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000042_b7835294.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000043_6d2e9e7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000043_6d2e9e7d.szar new file mode 100644 index 00000000..ecbe5721 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000043_6d2e9e7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000044_5b62c84c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000044_5b62c84c.szar new file mode 100644 index 00000000..a3ac8ff4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000044_5b62c84c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000045_86e050b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000045_86e050b6.szar new file mode 100644 index 00000000..b9925dae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000045_86e050b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000046_a4f17198.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000046_a4f17198.szar new file mode 100644 index 00000000..ac9f1167 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000046_a4f17198.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000047_7ad6e648.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000047_7ad6e648.szar new file mode 100644 index 00000000..c83f4347 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000047_7ad6e648.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000048_f38d50b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000048_f38d50b8.szar new file mode 100644 index 00000000..64e2b1d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000048_f38d50b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000049_7b9104d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000049_7b9104d7.szar new file mode 100644 index 00000000..626052f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000049_7b9104d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000050_74bb667d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000050_74bb667d.szar new file mode 100644 index 00000000..154527fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000050_74bb667d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000051_ef37ead7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000051_ef37ead7.szar new file mode 100644 index 00000000..6aeadf50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000051_ef37ead7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000052_4ef3c2ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000052_4ef3c2ee.szar new file mode 100644 index 00000000..392fe4a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000052_4ef3c2ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000053_51bc2f30.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000053_51bc2f30.szar new file mode 100644 index 00000000..3b8dabc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000053_51bc2f30.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000054_295c9822.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000054_295c9822.szar new file mode 100644 index 00000000..1663e7e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000054_295c9822.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000055_cc16e9aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000055_cc16e9aa.szar new file mode 100644 index 00000000..8975ac0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000055_cc16e9aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000056_3a151de4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000056_3a151de4.szar new file mode 100644 index 00000000..013a8802 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000056_3a151de4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000057_84386f7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000057_84386f7d.szar new file mode 100644 index 00000000..d1eb4c3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000057_84386f7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000058_a27185ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000058_a27185ed.szar new file mode 100644 index 00000000..f73a8aa2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000058_a27185ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000059_4c7b742b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000059_4c7b742b.szar new file mode 100644 index 00000000..13b6e2b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000059_4c7b742b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000060_6656ba9b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000060_6656ba9b.szar new file mode 100644 index 00000000..37f88bca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000060_6656ba9b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000061_8cf5c760.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000061_8cf5c760.szar new file mode 100644 index 00000000..8b669ad2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000061_8cf5c760.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000062_ef94c32a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000062_ef94c32a.szar new file mode 100644 index 00000000..41df01c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000062_ef94c32a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000063_f47dc880.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000063_f47dc880.szar new file mode 100644 index 00000000..1f5cd1d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000063_f47dc880.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000064_bf87f8c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000064_bf87f8c0.szar new file mode 100644 index 00000000..e5281196 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000064_bf87f8c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000065_c7381832.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000065_c7381832.szar new file mode 100644 index 00000000..22bf2281 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000065_c7381832.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000066_a2f917fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000066_a2f917fe.szar new file mode 100644 index 00000000..99e1f5a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000066_a2f917fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000067_c0b2c0ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000067_c0b2c0ff.szar new file mode 100644 index 00000000..29244857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000067_c0b2c0ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000068_e04cbe0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000068_e04cbe0c.szar new file mode 100644 index 00000000..edd964ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000068_e04cbe0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000069_31cc4c47.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000069_31cc4c47.szar new file mode 100644 index 00000000..d9f166fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000069_31cc4c47.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000070_f327b52d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000070_f327b52d.szar new file mode 100644 index 00000000..136e0abb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000070_f327b52d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000071_6168e90b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000071_6168e90b.szar new file mode 100644 index 00000000..cb521c16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000071_6168e90b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000072_eeaddf67.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000072_eeaddf67.szar new file mode 100644 index 00000000..79e50e7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000072_eeaddf67.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000073_c6d74291.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000073_c6d74291.szar new file mode 100644 index 00000000..7d6bae89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000073_c6d74291.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000074_46187506.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000074_46187506.szar new file mode 100644 index 00000000..40c9b0ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000074_46187506.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000075_884caacf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000075_884caacf.szar new file mode 100644 index 00000000..fc2b822e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000075_884caacf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000076_69b7073f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000076_69b7073f.szar new file mode 100644 index 00000000..e1fd8a75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000076_69b7073f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000077_d9ca1fc0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000077_d9ca1fc0.szar new file mode 100644 index 00000000..68e64d2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000077_d9ca1fc0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000078_df345361.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000078_df345361.szar new file mode 100644 index 00000000..4ec30112 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000078_df345361.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000079_4830cba8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000079_4830cba8.szar new file mode 100644 index 00000000..6b17b056 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000079_4830cba8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000080_7e374af8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000080_7e374af8.szar new file mode 100644 index 00000000..44bc0749 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000080_7e374af8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000081_7c3426ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000081_7c3426ae.szar new file mode 100644 index 00000000..a1fa9cb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000081_7c3426ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000082_b5ba31d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000082_b5ba31d6.szar new file mode 100644 index 00000000..8976cbe3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000082_b5ba31d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000083_b2a5c746.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000083_b2a5c746.szar new file mode 100644 index 00000000..2d66adbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000083_b2a5c746.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000084_f9d6b1a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000084_f9d6b1a4.szar new file mode 100644 index 00000000..209f8461 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000084_f9d6b1a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000085_7d019acc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000085_7d019acc.szar new file mode 100644 index 00000000..ccb5871f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000085_7d019acc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000086_911250ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000086_911250ac.szar new file mode 100644 index 00000000..ea596ca8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000086_911250ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000087_fa0e3aa3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000087_fa0e3aa3.szar new file mode 100644 index 00000000..40921125 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/archive/delta_00000000000000000087_fa0e3aa3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000001_c1941541.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000001_c1941541.szcp new file mode 100644 index 00000000..2421316c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000001_c1941541.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000002_5d56de70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000002_5d56de70.szcp new file mode 100644 index 00000000..f1480d1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000002_5d56de70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000003_5ae0ef5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000003_5ae0ef5d.szcp new file mode 100644 index 00000000..7f2465bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000003_5ae0ef5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000004_e5a23f0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000004_e5a23f0d.szcp new file mode 100644 index 00000000..ad0cf410 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000004_e5a23f0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000005_988f9609.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000005_988f9609.szcp new file mode 100644 index 00000000..81320090 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000005_988f9609.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000006_d0968d24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000006_d0968d24.szcp new file mode 100644 index 00000000..6563b997 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000006_d0968d24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000007_e4c743ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000007_e4c743ad.szcp new file mode 100644 index 00000000..c6b88dd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000007_e4c743ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000008_59840a33.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000008_59840a33.szcp new file mode 100644 index 00000000..a926055b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000008_59840a33.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000009_317a32f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000009_317a32f3.szcp new file mode 100644 index 00000000..f2db675d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000009_317a32f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000010_ff6dbb7e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000010_ff6dbb7e.szcp new file mode 100644 index 00000000..6e1d061b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000010_ff6dbb7e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000011_af898be4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000011_af898be4.szcp new file mode 100644 index 00000000..578c3556 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000011_af898be4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000012_e761a918.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000012_e761a918.szcp new file mode 100644 index 00000000..37db5f32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000012_e761a918.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000013_58dbc073.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000013_58dbc073.szcp new file mode 100644 index 00000000..4e742fc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000013_58dbc073.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000014_0d241bba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000014_0d241bba.szcp new file mode 100644 index 00000000..0def0627 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000014_0d241bba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000015_02873ca7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000015_02873ca7.szcp new file mode 100644 index 00000000..db978cdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000015_02873ca7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000016_53353ce7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000016_53353ce7.szcp new file mode 100644 index 00000000..8126a624 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000016_53353ce7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000017_0098b0c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000017_0098b0c0.szcp new file mode 100644 index 00000000..b1bb1756 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000017_0098b0c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000018_a83c1c18.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000018_a83c1c18.szcp new file mode 100644 index 00000000..d499c6b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000018_a83c1c18.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000019_1c60fea7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000019_1c60fea7.szcp new file mode 100644 index 00000000..5b9de3fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000019_1c60fea7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000020_513cdb9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000020_513cdb9c.szcp new file mode 100644 index 00000000..3fa04ceb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000020_513cdb9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000021_3567d398.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000021_3567d398.szcp new file mode 100644 index 00000000..a059abd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000021_3567d398.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000022_9604c583.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000022_9604c583.szcp new file mode 100644 index 00000000..a9b88451 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000022_9604c583.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000023_e65e3ac4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000023_e65e3ac4.szcp new file mode 100644 index 00000000..b92b859e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000023_e65e3ac4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000024_da88d0c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000024_da88d0c1.szcp new file mode 100644 index 00000000..f42fe9a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000024_da88d0c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000025_dad38b80.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000025_dad38b80.szcp new file mode 100644 index 00000000..fa982880 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000025_dad38b80.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000026_e59e091b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000026_e59e091b.szcp new file mode 100644 index 00000000..734b07fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000026_e59e091b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000027_96747034.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000027_96747034.szcp new file mode 100644 index 00000000..f17f9907 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000027_96747034.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000028_dd0c27fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000028_dd0c27fe.szcp new file mode 100644 index 00000000..4557b545 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000028_dd0c27fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000029_0d9fbc96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000029_0d9fbc96.szcp new file mode 100644 index 00000000..7c9bcd57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000029_0d9fbc96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000030_958b7835.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000030_958b7835.szcp new file mode 100644 index 00000000..c8cc9abb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000030_958b7835.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000031_f8046d58.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000031_f8046d58.szcp new file mode 100644 index 00000000..6842e2f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000031_f8046d58.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000032_a50b25a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000032_a50b25a6.szcp new file mode 100644 index 00000000..658103d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000032_a50b25a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000033_29b25980.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000033_29b25980.szcp new file mode 100644 index 00000000..15c88f90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000033_29b25980.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000034_8095e187.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000034_8095e187.szcp new file mode 100644 index 00000000..dc932c3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000034_8095e187.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000035_034da861.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000035_034da861.szcp new file mode 100644 index 00000000..737facce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000035_034da861.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000036_ced42b86.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000036_ced42b86.szcp new file mode 100644 index 00000000..9e6487d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000036_ced42b86.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000037_b1ca8bc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000037_b1ca8bc1.szcp new file mode 100644 index 00000000..37fd9259 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000037_b1ca8bc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000038_23c0d745.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000038_23c0d745.szcp new file mode 100644 index 00000000..ebe8e361 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000038_23c0d745.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000039_073adfcc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000039_073adfcc.szcp new file mode 100644 index 00000000..b48b694f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000039_073adfcc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000040_c5d66b38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000040_c5d66b38.szcp new file mode 100644 index 00000000..dda7e81c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000040_c5d66b38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000041_f73b5c6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000041_f73b5c6f.szcp new file mode 100644 index 00000000..3d727fd3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000041_f73b5c6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000042_80c8b3a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000042_80c8b3a1.szcp new file mode 100644 index 00000000..f3a70a2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000042_80c8b3a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000043_a7126049.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000043_a7126049.szcp new file mode 100644 index 00000000..15707aa7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000043_a7126049.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000044_054d43de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000044_054d43de.szcp new file mode 100644 index 00000000..c48ebb56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000044_054d43de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000045_8eaebcf3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000045_8eaebcf3.szcp new file mode 100644 index 00000000..d7de4a27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000045_8eaebcf3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000046_3da69678.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000046_3da69678.szcp new file mode 100644 index 00000000..7b1229ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000046_3da69678.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000047_2d09f781.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000047_2d09f781.szcp new file mode 100644 index 00000000..359b0ae1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000047_2d09f781.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000048_fc378b8d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000048_fc378b8d.szcp new file mode 100644 index 00000000..3b06fce1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000048_fc378b8d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000049_71814e70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000049_71814e70.szcp new file mode 100644 index 00000000..fd290a2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000049_71814e70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000050_e5308c56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000050_e5308c56.szcp new file mode 100644 index 00000000..0790cd40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000050_e5308c56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000051_82df9fc4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000051_82df9fc4.szcp new file mode 100644 index 00000000..02607174 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000051_82df9fc4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000052_ef4b2654.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000052_ef4b2654.szcp new file mode 100644 index 00000000..6b4b51e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000052_ef4b2654.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000053_0730fcc4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000053_0730fcc4.szcp new file mode 100644 index 00000000..fbd92f42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000053_0730fcc4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000054_ffe46936.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000054_ffe46936.szcp new file mode 100644 index 00000000..f2ba9ab5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000054_ffe46936.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000055_5f429829.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000055_5f429829.szcp new file mode 100644 index 00000000..1bea605c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000055_5f429829.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000056_e3c6a726.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000056_e3c6a726.szcp new file mode 100644 index 00000000..1d74ee36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000056_e3c6a726.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000057_2ad386e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000057_2ad386e6.szcp new file mode 100644 index 00000000..495bbc33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000057_2ad386e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000058_328b5eb5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000058_328b5eb5.szcp new file mode 100644 index 00000000..6ead8b3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000058_328b5eb5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000059_f5fba578.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000059_f5fba578.szcp new file mode 100644 index 00000000..1b063052 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000059_f5fba578.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000060_0e64a83d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000060_0e64a83d.szcp new file mode 100644 index 00000000..e6a993b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000060_0e64a83d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000061_8ea2a1c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000061_8ea2a1c8.szcp new file mode 100644 index 00000000..aaf57465 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000061_8ea2a1c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000062_bdc04aa2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000062_bdc04aa2.szcp new file mode 100644 index 00000000..8238f72c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000062_bdc04aa2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000063_61695d5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000063_61695d5e.szcp new file mode 100644 index 00000000..e5312651 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000063_61695d5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000064_76503523.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000064_76503523.szcp new file mode 100644 index 00000000..7c97a8e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000064_76503523.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000065_8b9729f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000065_8b9729f2.szcp new file mode 100644 index 00000000..10208224 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000065_8b9729f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000066_353b02ef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000066_353b02ef.szcp new file mode 100644 index 00000000..044ea114 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000066_353b02ef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000067_529bac55.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000067_529bac55.szcp new file mode 100644 index 00000000..00f556cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000067_529bac55.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000068_774786fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000068_774786fc.szcp new file mode 100644 index 00000000..e2f9b113 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000068_774786fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000069_a3c47b5b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000069_a3c47b5b.szcp new file mode 100644 index 00000000..132d5dc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000069_a3c47b5b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000070_fbe6d230.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000070_fbe6d230.szcp new file mode 100644 index 00000000..a3a1ef77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000070_fbe6d230.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000071_935b06fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000071_935b06fe.szcp new file mode 100644 index 00000000..bdc4b27d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000071_935b06fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000072_54951a51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000072_54951a51.szcp new file mode 100644 index 00000000..f0d098a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000072_54951a51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000073_97fc2dd0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000073_97fc2dd0.szcp new file mode 100644 index 00000000..bd871bcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000073_97fc2dd0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000074_d7363338.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000074_d7363338.szcp new file mode 100644 index 00000000..0a40676b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000074_d7363338.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000075_41c2c156.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000075_41c2c156.szcp new file mode 100644 index 00000000..1262593a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000075_41c2c156.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000076_4f02d692.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000076_4f02d692.szcp new file mode 100644 index 00000000..df0a629d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000076_4f02d692.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000077_3f95030e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000077_3f95030e.szcp new file mode 100644 index 00000000..647d4fcb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000077_3f95030e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000078_453cc3e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000078_453cc3e3.szcp new file mode 100644 index 00000000..814a8680 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000078_453cc3e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000079_f6d0f086.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000079_f6d0f086.szcp new file mode 100644 index 00000000..d909ae4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000079_f6d0f086.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000080_6000af68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000080_6000af68.szcp new file mode 100644 index 00000000..920e0f6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000080_6000af68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000081_0df0101c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000081_0df0101c.szcp new file mode 100644 index 00000000..712544dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000081_0df0101c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000082_5e5085fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000082_5e5085fb.szcp new file mode 100644 index 00000000..2158bc5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000082_5e5085fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000083_a4a9efe5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000083_a4a9efe5.szcp new file mode 100644 index 00000000..5f2ae913 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000083_a4a9efe5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000084_a9d6d92f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000084_a9d6d92f.szcp new file mode 100644 index 00000000..8195956d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000084_a9d6d92f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000085_6448d393.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000085_6448d393.szcp new file mode 100644 index 00000000..738a7b10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000085_6448d393.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000086_69fee1b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000086_69fee1b6.szcp new file mode 100644 index 00000000..3733c27a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000086_69fee1b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000087_13b94d95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000087_13b94d95.szcp new file mode 100644 index 00000000..8425c769 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_011/checkpoints/checkpoint_00000000000000000087_13b94d95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000001_03048544.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000001_03048544.szar new file mode 100644 index 00000000..a1135df0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000001_03048544.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000002_0723e391.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000002_0723e391.szar new file mode 100644 index 00000000..670e1b13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000002_0723e391.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000003_f10603f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000003_f10603f2.szar new file mode 100644 index 00000000..7a78267a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000003_f10603f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000004_b141d9f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000004_b141d9f4.szar new file mode 100644 index 00000000..804a88e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000004_b141d9f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000005_58e39106.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000005_58e39106.szar new file mode 100644 index 00000000..b4c01110 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000005_58e39106.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000006_0081a359.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000006_0081a359.szar new file mode 100644 index 00000000..45c53013 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000006_0081a359.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000007_21e27f72.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000007_21e27f72.szar new file mode 100644 index 00000000..13aca514 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000007_21e27f72.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000008_234442cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000008_234442cd.szar new file mode 100644 index 00000000..eb7e016a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000008_234442cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000009_f1c98981.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000009_f1c98981.szar new file mode 100644 index 00000000..509f19b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000009_f1c98981.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000010_76e08a00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000010_76e08a00.szar new file mode 100644 index 00000000..7cfcab14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000010_76e08a00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000011_f07f19d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000011_f07f19d4.szar new file mode 100644 index 00000000..d4f6da3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000011_f07f19d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000012_d6d2e3fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000012_d6d2e3fa.szar new file mode 100644 index 00000000..cf53d694 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000012_d6d2e3fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000013_e628b885.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000013_e628b885.szar new file mode 100644 index 00000000..6198d7d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000013_e628b885.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000014_83c9c5cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000014_83c9c5cf.szar new file mode 100644 index 00000000..52373572 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000014_83c9c5cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000015_1ea9a44b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000015_1ea9a44b.szar new file mode 100644 index 00000000..afd3bcd5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000015_1ea9a44b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000016_1fc991ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000016_1fc991ac.szar new file mode 100644 index 00000000..17843b80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000016_1fc991ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000017_d4f22c76.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000017_d4f22c76.szar new file mode 100644 index 00000000..8ece2718 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000017_d4f22c76.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000018_37d77e69.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000018_37d77e69.szar new file mode 100644 index 00000000..041ce553 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000018_37d77e69.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000019_b4cfb2f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000019_b4cfb2f8.szar new file mode 100644 index 00000000..a3085c51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000019_b4cfb2f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000020_8362dc1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000020_8362dc1a.szar new file mode 100644 index 00000000..118f8066 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000020_8362dc1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000021_bd696e7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000021_bd696e7b.szar new file mode 100644 index 00000000..f79017e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000021_bd696e7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000022_9bd6457e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000022_9bd6457e.szar new file mode 100644 index 00000000..1ac94702 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000022_9bd6457e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000023_98ab6cdb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000023_98ab6cdb.szar new file mode 100644 index 00000000..378630b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000023_98ab6cdb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000024_9d8d7903.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000024_9d8d7903.szar new file mode 100644 index 00000000..e4bf7d1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000024_9d8d7903.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000025_6b22037b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000025_6b22037b.szar new file mode 100644 index 00000000..6a75a6c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000025_6b22037b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000026_55a989bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000026_55a989bd.szar new file mode 100644 index 00000000..66f47165 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000026_55a989bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000027_49867402.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000027_49867402.szar new file mode 100644 index 00000000..f98cebb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000027_49867402.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000028_e8345f82.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000028_e8345f82.szar new file mode 100644 index 00000000..4c0f57b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000028_e8345f82.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000029_6a89066d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000029_6a89066d.szar new file mode 100644 index 00000000..58ad3bc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000029_6a89066d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000030_0d166d15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000030_0d166d15.szar new file mode 100644 index 00000000..fd6abc6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000030_0d166d15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000031_89dc00d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000031_89dc00d0.szar new file mode 100644 index 00000000..107746ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000031_89dc00d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000032_e8e14334.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000032_e8e14334.szar new file mode 100644 index 00000000..20077db5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000032_e8e14334.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000033_eaac592f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000033_eaac592f.szar new file mode 100644 index 00000000..14e17bdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000033_eaac592f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000034_55f34a45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000034_55f34a45.szar new file mode 100644 index 00000000..95bbd437 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000034_55f34a45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000035_cf9f5737.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000035_cf9f5737.szar new file mode 100644 index 00000000..7b0a882d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000035_cf9f5737.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000036_cdde88cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000036_cdde88cb.szar new file mode 100644 index 00000000..21340fd3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000036_cdde88cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000037_91f5759c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000037_91f5759c.szar new file mode 100644 index 00000000..5d19bead Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000037_91f5759c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000038_02c51f8e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000038_02c51f8e.szar new file mode 100644 index 00000000..8514c010 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000038_02c51f8e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000039_44d5802c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000039_44d5802c.szar new file mode 100644 index 00000000..73e2fbae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000039_44d5802c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000040_90e4b021.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000040_90e4b021.szar new file mode 100644 index 00000000..14ffd5a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000040_90e4b021.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000041_3c3c0f36.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000041_3c3c0f36.szar new file mode 100644 index 00000000..3316337f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000041_3c3c0f36.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000042_5d249308.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000042_5d249308.szar new file mode 100644 index 00000000..3812ea68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000042_5d249308.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000043_8cb630db.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000043_8cb630db.szar new file mode 100644 index 00000000..fb15cd1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000043_8cb630db.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000044_5aaf9616.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000044_5aaf9616.szar new file mode 100644 index 00000000..4b7fbc1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000044_5aaf9616.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000045_2cd014e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000045_2cd014e3.szar new file mode 100644 index 00000000..6f5d71b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000045_2cd014e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000046_b7627a90.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000046_b7627a90.szar new file mode 100644 index 00000000..ca47fc9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000046_b7627a90.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000047_7d359fc7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000047_7d359fc7.szar new file mode 100644 index 00000000..dceca05e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000047_7d359fc7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000048_3ce67e59.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000048_3ce67e59.szar new file mode 100644 index 00000000..36229b80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000048_3ce67e59.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000049_4113882f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000049_4113882f.szar new file mode 100644 index 00000000..e9395520 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000049_4113882f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000050_696b34c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000050_696b34c2.szar new file mode 100644 index 00000000..e65c50bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000050_696b34c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000051_7724e422.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000051_7724e422.szar new file mode 100644 index 00000000..4fe0e6f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000051_7724e422.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000052_f32b4034.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000052_f32b4034.szar new file mode 100644 index 00000000..5ba8b4a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000052_f32b4034.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000053_609da31b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000053_609da31b.szar new file mode 100644 index 00000000..2b921b42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000053_609da31b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000054_7a0cb7ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000054_7a0cb7ae.szar new file mode 100644 index 00000000..293ee6d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000054_7a0cb7ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000055_6c3a734a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000055_6c3a734a.szar new file mode 100644 index 00000000..feccddbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000055_6c3a734a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000056_93628906.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000056_93628906.szar new file mode 100644 index 00000000..07d65841 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000056_93628906.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000057_f1df6949.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000057_f1df6949.szar new file mode 100644 index 00000000..5d09c255 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000057_f1df6949.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000058_8c38fb53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000058_8c38fb53.szar new file mode 100644 index 00000000..beee1e0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000058_8c38fb53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000059_2a618ef9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000059_2a618ef9.szar new file mode 100644 index 00000000..e744f7bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000059_2a618ef9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000060_812507d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000060_812507d4.szar new file mode 100644 index 00000000..e0369756 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000060_812507d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000061_20a34139.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000061_20a34139.szar new file mode 100644 index 00000000..e2de1e43 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000061_20a34139.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000062_a405e51a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000062_a405e51a.szar new file mode 100644 index 00000000..36e22347 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000062_a405e51a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000063_63a58f2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000063_63a58f2b.szar new file mode 100644 index 00000000..3e026c1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000063_63a58f2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000064_83736cad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000064_83736cad.szar new file mode 100644 index 00000000..dc9646e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000064_83736cad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000065_5dae1384.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000065_5dae1384.szar new file mode 100644 index 00000000..99af70d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000065_5dae1384.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000066_ec627009.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000066_ec627009.szar new file mode 100644 index 00000000..0bef4546 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000066_ec627009.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000067_0f40d427.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000067_0f40d427.szar new file mode 100644 index 00000000..d972b744 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000067_0f40d427.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000068_925bc1b1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000068_925bc1b1.szar new file mode 100644 index 00000000..d311da02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000068_925bc1b1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000069_c18a28f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000069_c18a28f4.szar new file mode 100644 index 00000000..a3f3be64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000069_c18a28f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000070_dc72b0b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000070_dc72b0b6.szar new file mode 100644 index 00000000..090b454a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000070_dc72b0b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000071_4d797720.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000071_4d797720.szar new file mode 100644 index 00000000..ff56dc40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000071_4d797720.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000072_f33f3827.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000072_f33f3827.szar new file mode 100644 index 00000000..e2328610 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/archive/delta_00000000000000000072_f33f3827.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000001_173b366a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000001_173b366a.szcp new file mode 100644 index 00000000..cb6caa14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000001_173b366a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000002_43bf6d5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000002_43bf6d5e.szcp new file mode 100644 index 00000000..137541dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000002_43bf6d5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000003_0ff63808.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000003_0ff63808.szcp new file mode 100644 index 00000000..1a2e55a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000003_0ff63808.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000004_f037e31a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000004_f037e31a.szcp new file mode 100644 index 00000000..f4a80720 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000004_f037e31a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000005_c9e3f951.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000005_c9e3f951.szcp new file mode 100644 index 00000000..03f5b9ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000005_c9e3f951.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000006_90f045e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000006_90f045e6.szcp new file mode 100644 index 00000000..06f949d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000006_90f045e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000007_04f48f8c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000007_04f48f8c.szcp new file mode 100644 index 00000000..845c47f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000007_04f48f8c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000008_c91ed96f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000008_c91ed96f.szcp new file mode 100644 index 00000000..02e74bcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000008_c91ed96f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000009_cae8d594.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000009_cae8d594.szcp new file mode 100644 index 00000000..68faeb08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000009_cae8d594.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000010_037509bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000010_037509bf.szcp new file mode 100644 index 00000000..2021a4b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000010_037509bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000011_1c3d53a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000011_1c3d53a1.szcp new file mode 100644 index 00000000..460e3f66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000011_1c3d53a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000012_9e7fa028.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000012_9e7fa028.szcp new file mode 100644 index 00000000..87b7701c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000012_9e7fa028.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000013_9a72a83a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000013_9a72a83a.szcp new file mode 100644 index 00000000..fcb15561 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000013_9a72a83a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000014_3cc2dcd8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000014_3cc2dcd8.szcp new file mode 100644 index 00000000..f6e8eb3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000014_3cc2dcd8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000015_cf85baba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000015_cf85baba.szcp new file mode 100644 index 00000000..ded15c63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000015_cf85baba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000016_45e321e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000016_45e321e4.szcp new file mode 100644 index 00000000..d9308cf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000016_45e321e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000017_2c8e341f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000017_2c8e341f.szcp new file mode 100644 index 00000000..a74b384e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000017_2c8e341f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000018_38267e68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000018_38267e68.szcp new file mode 100644 index 00000000..2d423f83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000018_38267e68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000019_f79f096d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000019_f79f096d.szcp new file mode 100644 index 00000000..2f538170 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000019_f79f096d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000020_65aa6a33.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000020_65aa6a33.szcp new file mode 100644 index 00000000..97402cbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000020_65aa6a33.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000021_b92b0a35.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000021_b92b0a35.szcp new file mode 100644 index 00000000..a87819ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000021_b92b0a35.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000022_d27b41eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000022_d27b41eb.szcp new file mode 100644 index 00000000..c8ef0b8f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000022_d27b41eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000023_ffdf452b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000023_ffdf452b.szcp new file mode 100644 index 00000000..bfa33ce7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000023_ffdf452b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000024_7cafedb2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000024_7cafedb2.szcp new file mode 100644 index 00000000..47188871 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000024_7cafedb2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000025_69b909b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000025_69b909b2.szcp new file mode 100644 index 00000000..1028d851 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000025_69b909b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000026_5b949b21.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000026_5b949b21.szcp new file mode 100644 index 00000000..da0a2936 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000026_5b949b21.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000027_f6aee3ff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000027_f6aee3ff.szcp new file mode 100644 index 00000000..99610812 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000027_f6aee3ff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000028_54514d5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000028_54514d5d.szcp new file mode 100644 index 00000000..b04cd6bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000028_54514d5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000029_f4153dea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000029_f4153dea.szcp new file mode 100644 index 00000000..e0ca5fde Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000029_f4153dea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000030_b79a9b2a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000030_b79a9b2a.szcp new file mode 100644 index 00000000..9b854a21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000030_b79a9b2a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000031_a7e8a1d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000031_a7e8a1d8.szcp new file mode 100644 index 00000000..c2e4eb88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000031_a7e8a1d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000032_3e7ca74b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000032_3e7ca74b.szcp new file mode 100644 index 00000000..6b75c4fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000032_3e7ca74b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000033_984fb9a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000033_984fb9a6.szcp new file mode 100644 index 00000000..0f1f8ead Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000033_984fb9a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000034_21bf0e28.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000034_21bf0e28.szcp new file mode 100644 index 00000000..042754b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000034_21bf0e28.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000035_f6475533.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000035_f6475533.szcp new file mode 100644 index 00000000..20db6c69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000035_f6475533.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000036_94d2a15e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000036_94d2a15e.szcp new file mode 100644 index 00000000..d882fd55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000036_94d2a15e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000037_1f1bdb28.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000037_1f1bdb28.szcp new file mode 100644 index 00000000..f2e54627 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000037_1f1bdb28.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000038_3a369641.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000038_3a369641.szcp new file mode 100644 index 00000000..e54440c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000038_3a369641.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000039_8c720a3f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000039_8c720a3f.szcp new file mode 100644 index 00000000..69850cce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000039_8c720a3f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000040_9226a0a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000040_9226a0a4.szcp new file mode 100644 index 00000000..241fe1d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000040_9226a0a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000041_83829817.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000041_83829817.szcp new file mode 100644 index 00000000..17f0ea18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000041_83829817.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000042_48466aa7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000042_48466aa7.szcp new file mode 100644 index 00000000..eb1dcaf1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000042_48466aa7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000043_d06e1ecf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000043_d06e1ecf.szcp new file mode 100644 index 00000000..eade04ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000043_d06e1ecf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000044_6043b313.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000044_6043b313.szcp new file mode 100644 index 00000000..60c0d5e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000044_6043b313.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000045_69c30f0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000045_69c30f0c.szcp new file mode 100644 index 00000000..6e85d298 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000045_69c30f0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000046_5d0c8897.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000046_5d0c8897.szcp new file mode 100644 index 00000000..7f0b9a26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000046_5d0c8897.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000047_f06b6d11.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000047_f06b6d11.szcp new file mode 100644 index 00000000..dc585fe8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000047_f06b6d11.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000048_179f3c14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000048_179f3c14.szcp new file mode 100644 index 00000000..e937ad31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000048_179f3c14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000049_c7d6100e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000049_c7d6100e.szcp new file mode 100644 index 00000000..11017566 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000049_c7d6100e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000050_7a6b5d66.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000050_7a6b5d66.szcp new file mode 100644 index 00000000..c2025b6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000050_7a6b5d66.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000051_8ddd9b7e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000051_8ddd9b7e.szcp new file mode 100644 index 00000000..2bbea933 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000051_8ddd9b7e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000052_ff162c53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000052_ff162c53.szcp new file mode 100644 index 00000000..a848c37d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000052_ff162c53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000053_097d9962.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000053_097d9962.szcp new file mode 100644 index 00000000..bee27d99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000053_097d9962.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000054_fa737a9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000054_fa737a9a.szcp new file mode 100644 index 00000000..d0ae0809 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000054_fa737a9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000055_da11bfc0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000055_da11bfc0.szcp new file mode 100644 index 00000000..b8db009a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000055_da11bfc0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000056_d9cedba6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000056_d9cedba6.szcp new file mode 100644 index 00000000..ca209131 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000056_d9cedba6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000057_feec7268.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000057_feec7268.szcp new file mode 100644 index 00000000..9a71ed6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000057_feec7268.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000058_65ab2e87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000058_65ab2e87.szcp new file mode 100644 index 00000000..cbcf9efe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000058_65ab2e87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000059_2cb3db8a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000059_2cb3db8a.szcp new file mode 100644 index 00000000..01a455b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000059_2cb3db8a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000060_8f0e9f71.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000060_8f0e9f71.szcp new file mode 100644 index 00000000..817c7790 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000060_8f0e9f71.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000061_5ec18b13.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000061_5ec18b13.szcp new file mode 100644 index 00000000..531ea172 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000061_5ec18b13.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000062_412aaf62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000062_412aaf62.szcp new file mode 100644 index 00000000..da3c28fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000062_412aaf62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000063_8f85f2df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000063_8f85f2df.szcp new file mode 100644 index 00000000..dd4bb71f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000063_8f85f2df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000064_de89d29a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000064_de89d29a.szcp new file mode 100644 index 00000000..02150dfb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000064_de89d29a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000065_40857949.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000065_40857949.szcp new file mode 100644 index 00000000..e564cdb6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000065_40857949.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000066_4789205a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000066_4789205a.szcp new file mode 100644 index 00000000..3e560608 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000066_4789205a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000067_8e934fcc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000067_8e934fcc.szcp new file mode 100644 index 00000000..3f603826 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000067_8e934fcc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000068_3863cae1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000068_3863cae1.szcp new file mode 100644 index 00000000..a93b0c82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000068_3863cae1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000069_6770169e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000069_6770169e.szcp new file mode 100644 index 00000000..487176cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000069_6770169e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000070_6234246f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000070_6234246f.szcp new file mode 100644 index 00000000..0f80d2a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000070_6234246f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000071_119b910c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000071_119b910c.szcp new file mode 100644 index 00000000..17d861c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000071_119b910c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000072_134c9a1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000072_134c9a1f.szcp new file mode 100644 index 00000000..df4e6d56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_012/checkpoints/checkpoint_00000000000000000072_134c9a1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000001_89e533c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000001_89e533c5.szar new file mode 100644 index 00000000..e63724ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000001_89e533c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000002_40490fd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000002_40490fd6.szar new file mode 100644 index 00000000..f898e163 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000002_40490fd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000003_d67a91c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000003_d67a91c4.szar new file mode 100644 index 00000000..8280dfe8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000003_d67a91c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000004_2c10c022.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000004_2c10c022.szar new file mode 100644 index 00000000..4e67b88e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000004_2c10c022.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000005_d644ba6c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000005_d644ba6c.szar new file mode 100644 index 00000000..d717af00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000005_d644ba6c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000006_5cb378e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000006_5cb378e6.szar new file mode 100644 index 00000000..f5e3656d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000006_5cb378e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000007_6a6ffd28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000007_6a6ffd28.szar new file mode 100644 index 00000000..cb373323 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000007_6a6ffd28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000008_87aafcc7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000008_87aafcc7.szar new file mode 100644 index 00000000..a56e640c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000008_87aafcc7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000009_27617f7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000009_27617f7b.szar new file mode 100644 index 00000000..7ab2a682 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000009_27617f7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000010_3029cde1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000010_3029cde1.szar new file mode 100644 index 00000000..8f8c1575 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000010_3029cde1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000011_76b2f82b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000011_76b2f82b.szar new file mode 100644 index 00000000..f0118914 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000011_76b2f82b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000012_943ee97d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000012_943ee97d.szar new file mode 100644 index 00000000..314d707d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000012_943ee97d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000013_e15b3a20.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000013_e15b3a20.szar new file mode 100644 index 00000000..50751eaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000013_e15b3a20.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000014_700f209a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000014_700f209a.szar new file mode 100644 index 00000000..a70842de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000014_700f209a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000015_6bef8f1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000015_6bef8f1c.szar new file mode 100644 index 00000000..8e7d6464 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000015_6bef8f1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000016_88cd5b80.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000016_88cd5b80.szar new file mode 100644 index 00000000..e637f9cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000016_88cd5b80.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000017_7a91d1c3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000017_7a91d1c3.szar new file mode 100644 index 00000000..6ddf924e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000017_7a91d1c3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000018_f92d3875.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000018_f92d3875.szar new file mode 100644 index 00000000..8160af3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000018_f92d3875.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000019_6b86d552.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000019_6b86d552.szar new file mode 100644 index 00000000..6dda0eeb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000019_6b86d552.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000020_8f64febc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000020_8f64febc.szar new file mode 100644 index 00000000..ffbc04ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000020_8f64febc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000021_7a4a22f9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000021_7a4a22f9.szar new file mode 100644 index 00000000..afca009a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000021_7a4a22f9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000022_811c476e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000022_811c476e.szar new file mode 100644 index 00000000..f4b62288 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000022_811c476e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000023_64c02611.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000023_64c02611.szar new file mode 100644 index 00000000..d0ea79df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000023_64c02611.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000024_42eb961c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000024_42eb961c.szar new file mode 100644 index 00000000..d46baccf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000024_42eb961c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000025_c9e649b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000025_c9e649b2.szar new file mode 100644 index 00000000..724bafc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000025_c9e649b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000026_48381040.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000026_48381040.szar new file mode 100644 index 00000000..3cbd41c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000026_48381040.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000027_b9002dac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000027_b9002dac.szar new file mode 100644 index 00000000..bff1e207 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000027_b9002dac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000028_680ec409.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000028_680ec409.szar new file mode 100644 index 00000000..aa831804 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000028_680ec409.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000029_8e563e9c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000029_8e563e9c.szar new file mode 100644 index 00000000..094c7e14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000029_8e563e9c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000030_e5885e40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000030_e5885e40.szar new file mode 100644 index 00000000..ea785f4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000030_e5885e40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000031_6051fbce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000031_6051fbce.szar new file mode 100644 index 00000000..4537d31f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000031_6051fbce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000032_a9c60e97.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000032_a9c60e97.szar new file mode 100644 index 00000000..d6757da8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000032_a9c60e97.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000033_49718764.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000033_49718764.szar new file mode 100644 index 00000000..01a9a8f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000033_49718764.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000034_53c18292.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000034_53c18292.szar new file mode 100644 index 00000000..3ad7a518 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000034_53c18292.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000035_f9269471.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000035_f9269471.szar new file mode 100644 index 00000000..c4322e69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000035_f9269471.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000036_11e90917.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000036_11e90917.szar new file mode 100644 index 00000000..9f49cf82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000036_11e90917.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000037_ec316301.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000037_ec316301.szar new file mode 100644 index 00000000..88cf4673 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000037_ec316301.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000038_44e43041.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000038_44e43041.szar new file mode 100644 index 00000000..da513504 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000038_44e43041.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000039_3e995021.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000039_3e995021.szar new file mode 100644 index 00000000..d7ba7806 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000039_3e995021.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000040_460b9ee9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000040_460b9ee9.szar new file mode 100644 index 00000000..bf25242a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000040_460b9ee9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000041_54a2b582.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000041_54a2b582.szar new file mode 100644 index 00000000..c4da6759 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000041_54a2b582.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000042_c5607d71.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000042_c5607d71.szar new file mode 100644 index 00000000..e7536403 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000042_c5607d71.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000043_44949852.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000043_44949852.szar new file mode 100644 index 00000000..630d99e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000043_44949852.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000044_76bd2d02.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000044_76bd2d02.szar new file mode 100644 index 00000000..1db68aa7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000044_76bd2d02.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000045_a26de2da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000045_a26de2da.szar new file mode 100644 index 00000000..6356971d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000045_a26de2da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000046_400d0a65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000046_400d0a65.szar new file mode 100644 index 00000000..75b327db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000046_400d0a65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000047_2ad8d30e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000047_2ad8d30e.szar new file mode 100644 index 00000000..1a44a25f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000047_2ad8d30e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000048_690901b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000048_690901b3.szar new file mode 100644 index 00000000..8455f47d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000048_690901b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000049_41d298b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000049_41d298b7.szar new file mode 100644 index 00000000..daf06add Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000049_41d298b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000050_d09b99a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000050_d09b99a5.szar new file mode 100644 index 00000000..09d42923 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000050_d09b99a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000051_efa42265.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000051_efa42265.szar new file mode 100644 index 00000000..d0ebe2d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000051_efa42265.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000052_34cc4feb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000052_34cc4feb.szar new file mode 100644 index 00000000..302dfe99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000052_34cc4feb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000053_171b2892.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000053_171b2892.szar new file mode 100644 index 00000000..74186761 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000053_171b2892.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000054_ed7fdf48.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000054_ed7fdf48.szar new file mode 100644 index 00000000..2da41d75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000054_ed7fdf48.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000055_b33d0f21.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000055_b33d0f21.szar new file mode 100644 index 00000000..67f454c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000055_b33d0f21.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000056_e4017829.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000056_e4017829.szar new file mode 100644 index 00000000..ceb24c38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000056_e4017829.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000057_251d090e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000057_251d090e.szar new file mode 100644 index 00000000..970df6cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000057_251d090e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000058_1ebea2d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000058_1ebea2d6.szar new file mode 100644 index 00000000..90c66c60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000058_1ebea2d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000059_076aceb3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000059_076aceb3.szar new file mode 100644 index 00000000..49c8a82b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000059_076aceb3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000060_93725527.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000060_93725527.szar new file mode 100644 index 00000000..c733a99d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000060_93725527.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000061_ee6ed449.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000061_ee6ed449.szar new file mode 100644 index 00000000..454a8d3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000061_ee6ed449.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000062_764c5867.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000062_764c5867.szar new file mode 100644 index 00000000..36fb03e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000062_764c5867.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000063_e3e985a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000063_e3e985a0.szar new file mode 100644 index 00000000..3424c5b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000063_e3e985a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000064_61c6fe47.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000064_61c6fe47.szar new file mode 100644 index 00000000..e14d3c88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000064_61c6fe47.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000065_83b01976.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000065_83b01976.szar new file mode 100644 index 00000000..d65a008d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000065_83b01976.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000066_d9cd1d81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000066_d9cd1d81.szar new file mode 100644 index 00000000..e701c0d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000066_d9cd1d81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000067_018887b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000067_018887b4.szar new file mode 100644 index 00000000..0e49e243 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000067_018887b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000068_a595ed1e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000068_a595ed1e.szar new file mode 100644 index 00000000..049729cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000068_a595ed1e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000069_fa4c1999.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000069_fa4c1999.szar new file mode 100644 index 00000000..a37ea699 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000069_fa4c1999.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000070_4bcc0f2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000070_4bcc0f2b.szar new file mode 100644 index 00000000..34face59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000070_4bcc0f2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000071_14060e2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000071_14060e2f.szar new file mode 100644 index 00000000..e4c67638 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000071_14060e2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000072_5dc3339f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000072_5dc3339f.szar new file mode 100644 index 00000000..76e8b882 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000072_5dc3339f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000073_d948fb23.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000073_d948fb23.szar new file mode 100644 index 00000000..aab0c876 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000073_d948fb23.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000074_6964c21c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000074_6964c21c.szar new file mode 100644 index 00000000..56773ba7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000074_6964c21c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000075_5416114b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000075_5416114b.szar new file mode 100644 index 00000000..f2f4f220 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000075_5416114b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000076_56916607.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000076_56916607.szar new file mode 100644 index 00000000..de6317b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000076_56916607.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000077_134c582a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000077_134c582a.szar new file mode 100644 index 00000000..9b1d274d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000077_134c582a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000078_b09dd04c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000078_b09dd04c.szar new file mode 100644 index 00000000..0c50eb3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000078_b09dd04c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000079_189d3fdd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000079_189d3fdd.szar new file mode 100644 index 00000000..4f1a8d7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000079_189d3fdd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000080_83231013.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000080_83231013.szar new file mode 100644 index 00000000..36665372 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000080_83231013.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000081_2e600efc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000081_2e600efc.szar new file mode 100644 index 00000000..f5692ad8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000081_2e600efc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000082_91693a85.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000082_91693a85.szar new file mode 100644 index 00000000..6ccb2d8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000082_91693a85.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000083_b10c679b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000083_b10c679b.szar new file mode 100644 index 00000000..2ab1f252 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000083_b10c679b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000084_077b858b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000084_077b858b.szar new file mode 100644 index 00000000..05f4d905 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000084_077b858b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000085_8df808bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000085_8df808bd.szar new file mode 100644 index 00000000..b8a439c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/archive/delta_00000000000000000085_8df808bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000001_a6569a41.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000001_a6569a41.szcp new file mode 100644 index 00000000..805e0bae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000001_a6569a41.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000002_45693d3b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000002_45693d3b.szcp new file mode 100644 index 00000000..a45f268e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000002_45693d3b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000003_dddbf00e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000003_dddbf00e.szcp new file mode 100644 index 00000000..59fd7056 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000003_dddbf00e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000004_77820d99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000004_77820d99.szcp new file mode 100644 index 00000000..de2c1325 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000004_77820d99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000005_f32a1bab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000005_f32a1bab.szcp new file mode 100644 index 00000000..ed1f99c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000005_f32a1bab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000006_e5d88582.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000006_e5d88582.szcp new file mode 100644 index 00000000..e84356a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000006_e5d88582.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000007_b9c8973a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000007_b9c8973a.szcp new file mode 100644 index 00000000..814cbc4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000007_b9c8973a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000008_812e2628.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000008_812e2628.szcp new file mode 100644 index 00000000..ebea7079 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000008_812e2628.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000009_f30eeefb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000009_f30eeefb.szcp new file mode 100644 index 00000000..e1033740 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000009_f30eeefb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000010_ed663590.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000010_ed663590.szcp new file mode 100644 index 00000000..0ff9901b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000010_ed663590.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000011_1e6689c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000011_1e6689c2.szcp new file mode 100644 index 00000000..2f895535 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000011_1e6689c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000012_4c32c112.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000012_4c32c112.szcp new file mode 100644 index 00000000..57a39202 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000012_4c32c112.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000013_2cdb811f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000013_2cdb811f.szcp new file mode 100644 index 00000000..e93db049 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000013_2cdb811f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000014_a017551a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000014_a017551a.szcp new file mode 100644 index 00000000..69fa9467 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000014_a017551a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000015_8d34a703.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000015_8d34a703.szcp new file mode 100644 index 00000000..2f9f2753 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000015_8d34a703.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000016_c71018fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000016_c71018fd.szcp new file mode 100644 index 00000000..4c6c898e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000016_c71018fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000017_15845655.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000017_15845655.szcp new file mode 100644 index 00000000..236c27f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000017_15845655.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000018_119f07d4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000018_119f07d4.szcp new file mode 100644 index 00000000..65d4f9bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000018_119f07d4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000019_edc18767.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000019_edc18767.szcp new file mode 100644 index 00000000..037afeb0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000019_edc18767.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000020_b7d08557.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000020_b7d08557.szcp new file mode 100644 index 00000000..8524b2ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000020_b7d08557.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000021_a6f38599.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000021_a6f38599.szcp new file mode 100644 index 00000000..8c7478e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000021_a6f38599.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000022_fc4c511d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000022_fc4c511d.szcp new file mode 100644 index 00000000..e60795db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000022_fc4c511d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000023_b4c64b26.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000023_b4c64b26.szcp new file mode 100644 index 00000000..51758c76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000023_b4c64b26.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000024_1ef11458.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000024_1ef11458.szcp new file mode 100644 index 00000000..966bf3a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000024_1ef11458.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000025_65fe0098.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000025_65fe0098.szcp new file mode 100644 index 00000000..68450477 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000025_65fe0098.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000026_5cdabb91.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000026_5cdabb91.szcp new file mode 100644 index 00000000..857e6760 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000026_5cdabb91.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000027_8ec6daa4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000027_8ec6daa4.szcp new file mode 100644 index 00000000..f814578e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000027_8ec6daa4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000028_eedb6c34.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000028_eedb6c34.szcp new file mode 100644 index 00000000..abfe7721 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000028_eedb6c34.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000029_4a731515.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000029_4a731515.szcp new file mode 100644 index 00000000..b5cac371 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000029_4a731515.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000030_7f71d7b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000030_7f71d7b9.szcp new file mode 100644 index 00000000..34e2b0a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000030_7f71d7b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000031_497fbe87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000031_497fbe87.szcp new file mode 100644 index 00000000..6c54cf3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000031_497fbe87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000032_94e7bcdc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000032_94e7bcdc.szcp new file mode 100644 index 00000000..48c4bc40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000032_94e7bcdc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000033_b3f8c30a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000033_b3f8c30a.szcp new file mode 100644 index 00000000..a76a925f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000033_b3f8c30a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000034_48dddfe2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000034_48dddfe2.szcp new file mode 100644 index 00000000..c938f45f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000034_48dddfe2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000035_c13e7550.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000035_c13e7550.szcp new file mode 100644 index 00000000..3b90b8b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000035_c13e7550.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000036_77beb79e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000036_77beb79e.szcp new file mode 100644 index 00000000..be70f947 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000036_77beb79e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000037_4d43d8b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000037_4d43d8b1.szcp new file mode 100644 index 00000000..3aae079d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000037_4d43d8b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000038_2fff6f06.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000038_2fff6f06.szcp new file mode 100644 index 00000000..bb2d781f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000038_2fff6f06.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000039_d8abbf06.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000039_d8abbf06.szcp new file mode 100644 index 00000000..28c4d6c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000039_d8abbf06.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000040_7175374a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000040_7175374a.szcp new file mode 100644 index 00000000..7ed60655 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000040_7175374a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000041_1bdffab7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000041_1bdffab7.szcp new file mode 100644 index 00000000..b3caaea3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000041_1bdffab7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000042_7217af31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000042_7217af31.szcp new file mode 100644 index 00000000..4671f630 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000042_7217af31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000043_41b4c4cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000043_41b4c4cf.szcp new file mode 100644 index 00000000..6c99b3dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000043_41b4c4cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000044_fc7bca28.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000044_fc7bca28.szcp new file mode 100644 index 00000000..aa404dd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000044_fc7bca28.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000045_81777415.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000045_81777415.szcp new file mode 100644 index 00000000..03e5017d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000045_81777415.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000046_562ae1bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000046_562ae1bc.szcp new file mode 100644 index 00000000..5154039f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000046_562ae1bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000047_1e724890.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000047_1e724890.szcp new file mode 100644 index 00000000..5b332895 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000047_1e724890.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000048_8551508c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000048_8551508c.szcp new file mode 100644 index 00000000..0df97cf5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000048_8551508c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000049_42e64211.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000049_42e64211.szcp new file mode 100644 index 00000000..7d2de368 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000049_42e64211.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000050_7ac9bb0b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000050_7ac9bb0b.szcp new file mode 100644 index 00000000..d9aeb5fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000050_7ac9bb0b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000051_03e20b86.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000051_03e20b86.szcp new file mode 100644 index 00000000..07f0241e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000051_03e20b86.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000052_ab89bdd6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000052_ab89bdd6.szcp new file mode 100644 index 00000000..7732007f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000052_ab89bdd6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000053_f571b4bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000053_f571b4bf.szcp new file mode 100644 index 00000000..249046be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000053_f571b4bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000054_ace9a275.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000054_ace9a275.szcp new file mode 100644 index 00000000..9b5e8576 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000054_ace9a275.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000055_3da1b999.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000055_3da1b999.szcp new file mode 100644 index 00000000..895e00d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000055_3da1b999.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000056_a2d2779f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000056_a2d2779f.szcp new file mode 100644 index 00000000..8a33556e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000056_a2d2779f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000057_f894ca24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000057_f894ca24.szcp new file mode 100644 index 00000000..6095b6d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000057_f894ca24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000058_3c58f314.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000058_3c58f314.szcp new file mode 100644 index 00000000..91869411 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000058_3c58f314.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000059_f0a5034e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000059_f0a5034e.szcp new file mode 100644 index 00000000..847767fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000059_f0a5034e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000060_7140f36e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000060_7140f36e.szcp new file mode 100644 index 00000000..be583e98 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000060_7140f36e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000061_35091584.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000061_35091584.szcp new file mode 100644 index 00000000..ffa1c044 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000061_35091584.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000062_02b6467e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000062_02b6467e.szcp new file mode 100644 index 00000000..48450f37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000062_02b6467e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000063_5b231b83.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000063_5b231b83.szcp new file mode 100644 index 00000000..71a59346 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000063_5b231b83.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000064_670854c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000064_670854c8.szcp new file mode 100644 index 00000000..b85c78a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000064_670854c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000065_d1e5ec55.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000065_d1e5ec55.szcp new file mode 100644 index 00000000..8a48ba43 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000065_d1e5ec55.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000066_5c2a56bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000066_5c2a56bc.szcp new file mode 100644 index 00000000..36d0a8ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000066_5c2a56bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000067_4a2e2455.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000067_4a2e2455.szcp new file mode 100644 index 00000000..0da2d130 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000067_4a2e2455.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000068_09396c96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000068_09396c96.szcp new file mode 100644 index 00000000..b687f0e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000068_09396c96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000069_520750cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000069_520750cf.szcp new file mode 100644 index 00000000..e92dc0fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000069_520750cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000070_c41bfd5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000070_c41bfd5a.szcp new file mode 100644 index 00000000..026d3b4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000070_c41bfd5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000071_d0706ee3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000071_d0706ee3.szcp new file mode 100644 index 00000000..49ea3fd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000071_d0706ee3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000072_daa98d70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000072_daa98d70.szcp new file mode 100644 index 00000000..0854ff0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000072_daa98d70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000073_b76938df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000073_b76938df.szcp new file mode 100644 index 00000000..bceb17b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000073_b76938df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000074_4fb0feb2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000074_4fb0feb2.szcp new file mode 100644 index 00000000..216c2644 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000074_4fb0feb2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000075_d2fe8c7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000075_d2fe8c7a.szcp new file mode 100644 index 00000000..0c54fa9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000075_d2fe8c7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000076_a50c5b5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000076_a50c5b5e.szcp new file mode 100644 index 00000000..c72e1149 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000076_a50c5b5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000077_a4fdff49.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000077_a4fdff49.szcp new file mode 100644 index 00000000..021a4fdb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000077_a4fdff49.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000078_c134be57.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000078_c134be57.szcp new file mode 100644 index 00000000..a85be340 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000078_c134be57.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000079_72463d0b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000079_72463d0b.szcp new file mode 100644 index 00000000..a6e97604 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000079_72463d0b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000080_ccd8c43b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000080_ccd8c43b.szcp new file mode 100644 index 00000000..d0934074 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000080_ccd8c43b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000081_8fdb4334.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000081_8fdb4334.szcp new file mode 100644 index 00000000..cfa3a72a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000081_8fdb4334.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000082_fcc8616f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000082_fcc8616f.szcp new file mode 100644 index 00000000..5623aa78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000082_fcc8616f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000083_dd466d35.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000083_dd466d35.szcp new file mode 100644 index 00000000..05c4505f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000083_dd466d35.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000084_83dd7dc6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000084_83dd7dc6.szcp new file mode 100644 index 00000000..27add2c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000084_83dd7dc6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000085_8f968f0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000085_8f968f0c.szcp new file mode 100644 index 00000000..c0b45e34 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000085_8f968f0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000086_c2060688.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000086_c2060688.szcp new file mode 100644 index 00000000..4a490678 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000086_c2060688.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000087_0881ea5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000087_0881ea5a.szcp new file mode 100644 index 00000000..e3cc1ec2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_013/checkpoints/checkpoint_00000000000000000087_0881ea5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000001_74c2bed4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000001_74c2bed4.szar new file mode 100644 index 00000000..c5e67459 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000001_74c2bed4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000002_29f08612.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000002_29f08612.szar new file mode 100644 index 00000000..b05ac4c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000002_29f08612.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000003_b37d725e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000003_b37d725e.szar new file mode 100644 index 00000000..44770c94 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000003_b37d725e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000004_5638ebeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000004_5638ebeb.szar new file mode 100644 index 00000000..af49b42c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000004_5638ebeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000005_22a70494.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000005_22a70494.szar new file mode 100644 index 00000000..de99d3b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000005_22a70494.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000006_7abe29b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000006_7abe29b9.szar new file mode 100644 index 00000000..7b13ba35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000006_7abe29b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000007_60fb1841.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000007_60fb1841.szar new file mode 100644 index 00000000..c9f144cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000007_60fb1841.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000008_988944e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000008_988944e8.szar new file mode 100644 index 00000000..ac887e1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000008_988944e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000009_7d997846.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000009_7d997846.szar new file mode 100644 index 00000000..24b87b6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000009_7d997846.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000010_0b4ca2b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000010_0b4ca2b3.szar new file mode 100644 index 00000000..fda2b94d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000010_0b4ca2b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000011_dac0af3d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000011_dac0af3d.szar new file mode 100644 index 00000000..bef43840 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000011_dac0af3d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000012_60056579.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000012_60056579.szar new file mode 100644 index 00000000..58123f0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000012_60056579.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000013_f3a8b166.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000013_f3a8b166.szar new file mode 100644 index 00000000..3ea22bbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000013_f3a8b166.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000014_ea1b8daf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000014_ea1b8daf.szar new file mode 100644 index 00000000..e453bfe4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000014_ea1b8daf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000015_23f346d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000015_23f346d0.szar new file mode 100644 index 00000000..16f72c25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000015_23f346d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000016_124a4d50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000016_124a4d50.szar new file mode 100644 index 00000000..8c4ddd6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000016_124a4d50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000017_3b2bb0d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000017_3b2bb0d3.szar new file mode 100644 index 00000000..cd8ac674 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000017_3b2bb0d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000018_b0433c2c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000018_b0433c2c.szar new file mode 100644 index 00000000..5c6efbc9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000018_b0433c2c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000019_61ca6231.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000019_61ca6231.szar new file mode 100644 index 00000000..c2823392 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000019_61ca6231.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000020_0bbe9be3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000020_0bbe9be3.szar new file mode 100644 index 00000000..2c45df0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000020_0bbe9be3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000021_12084def.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000021_12084def.szar new file mode 100644 index 00000000..00b108ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000021_12084def.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000022_01cffa9f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000022_01cffa9f.szar new file mode 100644 index 00000000..5d977001 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000022_01cffa9f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000023_10ea2d53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000023_10ea2d53.szar new file mode 100644 index 00000000..3dcdc3c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000023_10ea2d53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000024_f16fd913.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000024_f16fd913.szar new file mode 100644 index 00000000..754716bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000024_f16fd913.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000025_dd22fb03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000025_dd22fb03.szar new file mode 100644 index 00000000..7087d031 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000025_dd22fb03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000026_4b0ce162.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000026_4b0ce162.szar new file mode 100644 index 00000000..a4d36384 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000026_4b0ce162.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000027_d92a6e1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000027_d92a6e1d.szar new file mode 100644 index 00000000..5c21e349 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000027_d92a6e1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000028_baf8f735.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000028_baf8f735.szar new file mode 100644 index 00000000..978a1ec4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000028_baf8f735.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000029_ee052c87.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000029_ee052c87.szar new file mode 100644 index 00000000..612806a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000029_ee052c87.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000030_5d722965.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000030_5d722965.szar new file mode 100644 index 00000000..b14f0b07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000030_5d722965.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000031_69a97584.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000031_69a97584.szar new file mode 100644 index 00000000..f1a65def Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000031_69a97584.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000032_481a85b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000032_481a85b0.szar new file mode 100644 index 00000000..efa08cba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000032_481a85b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000033_65736904.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000033_65736904.szar new file mode 100644 index 00000000..dfe4aa1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000033_65736904.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000034_64c3aa75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000034_64c3aa75.szar new file mode 100644 index 00000000..7a216617 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000034_64c3aa75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000035_18f48e6c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000035_18f48e6c.szar new file mode 100644 index 00000000..c183ddce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000035_18f48e6c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000036_525a037d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000036_525a037d.szar new file mode 100644 index 00000000..e8e754df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000036_525a037d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000037_04a904f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000037_04a904f5.szar new file mode 100644 index 00000000..4f4645ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000037_04a904f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000038_0c77da92.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000038_0c77da92.szar new file mode 100644 index 00000000..18aef7d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000038_0c77da92.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000039_09b62ec7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000039_09b62ec7.szar new file mode 100644 index 00000000..de6e63c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000039_09b62ec7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000040_63f21d1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000040_63f21d1c.szar new file mode 100644 index 00000000..f7bb8f39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000040_63f21d1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000041_83626f4d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000041_83626f4d.szar new file mode 100644 index 00000000..40ccdbc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000041_83626f4d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000042_be9d21e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000042_be9d21e6.szar new file mode 100644 index 00000000..bfb56cc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000042_be9d21e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000043_6c8119e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000043_6c8119e6.szar new file mode 100644 index 00000000..d53ada52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000043_6c8119e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000044_57bb7559.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000044_57bb7559.szar new file mode 100644 index 00000000..889c2064 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000044_57bb7559.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000045_efdbbc7a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000045_efdbbc7a.szar new file mode 100644 index 00000000..87a90187 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000045_efdbbc7a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000046_35a3b6d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000046_35a3b6d2.szar new file mode 100644 index 00000000..94ca27cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000046_35a3b6d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000047_d61da7be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000047_d61da7be.szar new file mode 100644 index 00000000..15b072c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000047_d61da7be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000048_1199681e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000048_1199681e.szar new file mode 100644 index 00000000..2f681a10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000048_1199681e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000049_5d7b794d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000049_5d7b794d.szar new file mode 100644 index 00000000..03880126 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000049_5d7b794d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000050_5648e5a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000050_5648e5a4.szar new file mode 100644 index 00000000..faa51565 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000050_5648e5a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000051_1e8d0614.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000051_1e8d0614.szar new file mode 100644 index 00000000..e6ce4ffd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000051_1e8d0614.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000052_2045c8ba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000052_2045c8ba.szar new file mode 100644 index 00000000..23da28c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000052_2045c8ba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000053_5febc4c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000053_5febc4c7.szar new file mode 100644 index 00000000..44e7061f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000053_5febc4c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000054_90f6359c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000054_90f6359c.szar new file mode 100644 index 00000000..3eb71940 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000054_90f6359c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000055_1377ddd1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000055_1377ddd1.szar new file mode 100644 index 00000000..63406cd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000055_1377ddd1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000056_e8faea1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000056_e8faea1a.szar new file mode 100644 index 00000000..bf46f789 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000056_e8faea1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000057_da824825.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000057_da824825.szar new file mode 100644 index 00000000..717e57b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000057_da824825.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000058_9a2a536a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000058_9a2a536a.szar new file mode 100644 index 00000000..fbcffd9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000058_9a2a536a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000059_41579c04.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000059_41579c04.szar new file mode 100644 index 00000000..8369bee5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000059_41579c04.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000060_73eaef8c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000060_73eaef8c.szar new file mode 100644 index 00000000..77221633 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000060_73eaef8c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000061_a3e7d315.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000061_a3e7d315.szar new file mode 100644 index 00000000..9c673432 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000061_a3e7d315.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000062_ede6f022.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000062_ede6f022.szar new file mode 100644 index 00000000..134af2b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000062_ede6f022.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000063_f82e734f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000063_f82e734f.szar new file mode 100644 index 00000000..4937b7ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000063_f82e734f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000064_7844bbc1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000064_7844bbc1.szar new file mode 100644 index 00000000..42c07fba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000064_7844bbc1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000065_33d8ce36.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000065_33d8ce36.szar new file mode 100644 index 00000000..67cadc4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000065_33d8ce36.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000066_5c4f37e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000066_5c4f37e5.szar new file mode 100644 index 00000000..3c1a1f02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000066_5c4f37e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000067_43fce486.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000067_43fce486.szar new file mode 100644 index 00000000..bf6eb4cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000067_43fce486.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000068_cfb05c4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000068_cfb05c4b.szar new file mode 100644 index 00000000..6ad793ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000068_cfb05c4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000069_50aacefd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000069_50aacefd.szar new file mode 100644 index 00000000..0fed4d92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000069_50aacefd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000070_65afab20.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000070_65afab20.szar new file mode 100644 index 00000000..e40e546d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000070_65afab20.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000071_ddc0e438.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000071_ddc0e438.szar new file mode 100644 index 00000000..3d8d8e6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000071_ddc0e438.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000072_bb6d5aa1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000072_bb6d5aa1.szar new file mode 100644 index 00000000..f3e20172 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000072_bb6d5aa1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000073_96a83e4d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000073_96a83e4d.szar new file mode 100644 index 00000000..51dd94da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000073_96a83e4d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000074_5911d5bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000074_5911d5bd.szar new file mode 100644 index 00000000..5a1d7675 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/archive/delta_00000000000000000074_5911d5bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000001_1bc37b86.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000001_1bc37b86.szcp new file mode 100644 index 00000000..0dad9d27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000001_1bc37b86.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000002_04819e1a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000002_04819e1a.szcp new file mode 100644 index 00000000..6ecd8a4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000002_04819e1a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000003_8d02aab6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000003_8d02aab6.szcp new file mode 100644 index 00000000..e6ed276e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000003_8d02aab6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000004_48515227.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000004_48515227.szcp new file mode 100644 index 00000000..f81da2c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000004_48515227.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000005_2512ed9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000005_2512ed9c.szcp new file mode 100644 index 00000000..bc5fb4ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000005_2512ed9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000006_bb0bbc58.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000006_bb0bbc58.szcp new file mode 100644 index 00000000..94c46e81 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000006_bb0bbc58.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000007_514b21fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000007_514b21fa.szcp new file mode 100644 index 00000000..22a2a152 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000007_514b21fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000008_2127bdf8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000008_2127bdf8.szcp new file mode 100644 index 00000000..96d445e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000008_2127bdf8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000009_0ade72aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000009_0ade72aa.szcp new file mode 100644 index 00000000..21b2b9a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000009_0ade72aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000010_02d6fa34.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000010_02d6fa34.szcp new file mode 100644 index 00000000..cf62a25c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000010_02d6fa34.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000011_74f31eb7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000011_74f31eb7.szcp new file mode 100644 index 00000000..9b385f6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000011_74f31eb7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000012_f23bf44c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000012_f23bf44c.szcp new file mode 100644 index 00000000..a6273c39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000012_f23bf44c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000013_89162c54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000013_89162c54.szcp new file mode 100644 index 00000000..598588ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000013_89162c54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000014_f1576b2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000014_f1576b2c.szcp new file mode 100644 index 00000000..94983932 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000014_f1576b2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000015_82e9c713.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000015_82e9c713.szcp new file mode 100644 index 00000000..2777958b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000015_82e9c713.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000016_0264c797.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000016_0264c797.szcp new file mode 100644 index 00000000..5e12bbf2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000016_0264c797.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000017_19a2c5ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000017_19a2c5ed.szcp new file mode 100644 index 00000000..1efefa46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000017_19a2c5ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000018_fcb956a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000018_fcb956a8.szcp new file mode 100644 index 00000000..a95edff1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000018_fcb956a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000019_476e2a5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000019_476e2a5a.szcp new file mode 100644 index 00000000..472b34f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000019_476e2a5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000020_464e33cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000020_464e33cb.szcp new file mode 100644 index 00000000..b64bf51f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000020_464e33cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000021_ccf99288.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000021_ccf99288.szcp new file mode 100644 index 00000000..112c89b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000021_ccf99288.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000022_e0e8c919.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000022_e0e8c919.szcp new file mode 100644 index 00000000..4346d404 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000022_e0e8c919.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000023_a7689c58.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000023_a7689c58.szcp new file mode 100644 index 00000000..608b5923 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000023_a7689c58.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000024_4db23bb3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000024_4db23bb3.szcp new file mode 100644 index 00000000..797b136f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000024_4db23bb3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000025_4cfad110.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000025_4cfad110.szcp new file mode 100644 index 00000000..17b9aa04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000025_4cfad110.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000026_0bbec56a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000026_0bbec56a.szcp new file mode 100644 index 00000000..0cde361a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000026_0bbec56a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000027_4e89282a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000027_4e89282a.szcp new file mode 100644 index 00000000..8a73618e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000027_4e89282a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000028_2ed7befd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000028_2ed7befd.szcp new file mode 100644 index 00000000..4f14caba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000028_2ed7befd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000029_fa2502aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000029_fa2502aa.szcp new file mode 100644 index 00000000..650419ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000029_fa2502aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000030_ab7464a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000030_ab7464a3.szcp new file mode 100644 index 00000000..fb154f0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000030_ab7464a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000031_9edcef2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000031_9edcef2b.szcp new file mode 100644 index 00000000..ff6fddc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000031_9edcef2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000032_2b586a96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000032_2b586a96.szcp new file mode 100644 index 00000000..605984f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000032_2b586a96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000033_b00da56b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000033_b00da56b.szcp new file mode 100644 index 00000000..85849be5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000033_b00da56b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000034_d4561fdf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000034_d4561fdf.szcp new file mode 100644 index 00000000..59ece3f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000034_d4561fdf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000035_6146f0f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000035_6146f0f4.szcp new file mode 100644 index 00000000..5489280d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000035_6146f0f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000036_38451869.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000036_38451869.szcp new file mode 100644 index 00000000..0af10701 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000036_38451869.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000037_e59863b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000037_e59863b1.szcp new file mode 100644 index 00000000..1108bb50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000037_e59863b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000038_a522bb7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000038_a522bb7a.szcp new file mode 100644 index 00000000..b18f99bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000038_a522bb7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000039_0dc28af8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000039_0dc28af8.szcp new file mode 100644 index 00000000..2a9e1911 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000039_0dc28af8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000040_89ab73b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000040_89ab73b9.szcp new file mode 100644 index 00000000..5c357b29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000040_89ab73b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000041_6433385a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000041_6433385a.szcp new file mode 100644 index 00000000..0c175ec8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000041_6433385a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000042_3c3b5dd6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000042_3c3b5dd6.szcp new file mode 100644 index 00000000..5f0bb04f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000042_3c3b5dd6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000043_429a9cff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000043_429a9cff.szcp new file mode 100644 index 00000000..f8c98c5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000043_429a9cff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000044_2a230ca6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000044_2a230ca6.szcp new file mode 100644 index 00000000..81c07439 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000044_2a230ca6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000045_5af2e29e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000045_5af2e29e.szcp new file mode 100644 index 00000000..ce1a2dca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000045_5af2e29e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000046_822c2a81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000046_822c2a81.szcp new file mode 100644 index 00000000..823be883 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000046_822c2a81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000047_1adf089b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000047_1adf089b.szcp new file mode 100644 index 00000000..b8cf0796 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000047_1adf089b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000048_91adb83a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000048_91adb83a.szcp new file mode 100644 index 00000000..a524f11d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000048_91adb83a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000049_2d5cc4fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000049_2d5cc4fd.szcp new file mode 100644 index 00000000..31cdf04d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000049_2d5cc4fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000050_170064ec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000050_170064ec.szcp new file mode 100644 index 00000000..ab45c808 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000050_170064ec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000051_06c48add.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000051_06c48add.szcp new file mode 100644 index 00000000..4f359562 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000051_06c48add.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000052_658eb042.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000052_658eb042.szcp new file mode 100644 index 00000000..d02f68b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000052_658eb042.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000053_c1781e85.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000053_c1781e85.szcp new file mode 100644 index 00000000..bd499100 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000053_c1781e85.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000054_a9d74587.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000054_a9d74587.szcp new file mode 100644 index 00000000..f19bd006 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000054_a9d74587.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000055_d1f63985.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000055_d1f63985.szcp new file mode 100644 index 00000000..651d82f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000055_d1f63985.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000056_01114525.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000056_01114525.szcp new file mode 100644 index 00000000..65056255 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000056_01114525.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000057_07557fff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000057_07557fff.szcp new file mode 100644 index 00000000..cd9173d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000057_07557fff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000058_408f499c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000058_408f499c.szcp new file mode 100644 index 00000000..000f28d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000058_408f499c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000059_91830410.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000059_91830410.szcp new file mode 100644 index 00000000..bf210004 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000059_91830410.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000060_816fe666.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000060_816fe666.szcp new file mode 100644 index 00000000..dcca1426 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000060_816fe666.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000061_338351ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000061_338351ca.szcp new file mode 100644 index 00000000..6d107daa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000061_338351ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000062_1bb4940c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000062_1bb4940c.szcp new file mode 100644 index 00000000..f787db64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000062_1bb4940c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000063_d7b247e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000063_d7b247e3.szcp new file mode 100644 index 00000000..f2709ac9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000063_d7b247e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000064_a844d4a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000064_a844d4a9.szcp new file mode 100644 index 00000000..6c2b581d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000064_a844d4a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000065_9d78ba33.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000065_9d78ba33.szcp new file mode 100644 index 00000000..2d17fadd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000065_9d78ba33.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000066_e5ba0082.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000066_e5ba0082.szcp new file mode 100644 index 00000000..33a3a532 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000066_e5ba0082.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000067_01aed78a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000067_01aed78a.szcp new file mode 100644 index 00000000..1efb3fb6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000067_01aed78a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000068_bf9a6969.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000068_bf9a6969.szcp new file mode 100644 index 00000000..387ff563 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000068_bf9a6969.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000069_7920f61e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000069_7920f61e.szcp new file mode 100644 index 00000000..d2682ce9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000069_7920f61e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000070_6f09171d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000070_6f09171d.szcp new file mode 100644 index 00000000..563a434f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000070_6f09171d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000071_dfce93ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000071_dfce93ab.szcp new file mode 100644 index 00000000..e8a1ba27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000071_dfce93ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000072_a525d7ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000072_a525d7ae.szcp new file mode 100644 index 00000000..1acf3910 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000072_a525d7ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000073_94007f82.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000073_94007f82.szcp new file mode 100644 index 00000000..88cd74ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000073_94007f82.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000074_c8e99d5c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000074_c8e99d5c.szcp new file mode 100644 index 00000000..6b7123ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_014/checkpoints/checkpoint_00000000000000000074_c8e99d5c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000001_82fbc688.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000001_82fbc688.szar new file mode 100644 index 00000000..c2ad762b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000001_82fbc688.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000002_9adb06f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000002_9adb06f2.szar new file mode 100644 index 00000000..a591da07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000002_9adb06f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000003_e355c612.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000003_e355c612.szar new file mode 100644 index 00000000..e6dfe50c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000003_e355c612.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000004_7c9dd5ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000004_7c9dd5ae.szar new file mode 100644 index 00000000..878ddc05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000004_7c9dd5ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000005_3a3e7aca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000005_3a3e7aca.szar new file mode 100644 index 00000000..30c8d5ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000005_3a3e7aca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000006_49c145ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000006_49c145ac.szar new file mode 100644 index 00000000..cc8fa0be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000006_49c145ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000007_2ba0ec78.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000007_2ba0ec78.szar new file mode 100644 index 00000000..7d567077 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000007_2ba0ec78.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000008_cad6c854.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000008_cad6c854.szar new file mode 100644 index 00000000..87d05cb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000008_cad6c854.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000009_d0d31204.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000009_d0d31204.szar new file mode 100644 index 00000000..6cb41e2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000009_d0d31204.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000010_fa5d6106.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000010_fa5d6106.szar new file mode 100644 index 00000000..16eab899 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000010_fa5d6106.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000011_b6bf8e94.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000011_b6bf8e94.szar new file mode 100644 index 00000000..7b5aff3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000011_b6bf8e94.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000012_3d36ae01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000012_3d36ae01.szar new file mode 100644 index 00000000..25c26711 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000012_3d36ae01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000013_12e71823.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000013_12e71823.szar new file mode 100644 index 00000000..29fdbec1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000013_12e71823.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000014_c8053033.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000014_c8053033.szar new file mode 100644 index 00000000..a5712b19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000014_c8053033.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000015_e4ad3bdf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000015_e4ad3bdf.szar new file mode 100644 index 00000000..1ec1cfb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000015_e4ad3bdf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000016_1c28d7a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000016_1c28d7a9.szar new file mode 100644 index 00000000..e2a65352 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000016_1c28d7a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000017_7e1c339a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000017_7e1c339a.szar new file mode 100644 index 00000000..db10c454 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000017_7e1c339a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000018_3cb7aa2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000018_3cb7aa2b.szar new file mode 100644 index 00000000..b44c671c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000018_3cb7aa2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000019_3afe25b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000019_3afe25b7.szar new file mode 100644 index 00000000..23d8204a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000019_3afe25b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000020_9892eeb9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000020_9892eeb9.szar new file mode 100644 index 00000000..1fe08da3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000020_9892eeb9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000021_3fc1b3fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000021_3fc1b3fa.szar new file mode 100644 index 00000000..dfeaa6d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000021_3fc1b3fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000022_67c4ed28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000022_67c4ed28.szar new file mode 100644 index 00000000..0484ed9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000022_67c4ed28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000023_51d6dc58.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000023_51d6dc58.szar new file mode 100644 index 00000000..fc49d9eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000023_51d6dc58.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000024_eed97e9e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000024_eed97e9e.szar new file mode 100644 index 00000000..bc7d9b90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000024_eed97e9e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000025_c75cb0be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000025_c75cb0be.szar new file mode 100644 index 00000000..ce2f8ae2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000025_c75cb0be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000026_6ee27129.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000026_6ee27129.szar new file mode 100644 index 00000000..089f0c7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000026_6ee27129.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000027_ac78781f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000027_ac78781f.szar new file mode 100644 index 00000000..454ac367 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000027_ac78781f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000028_5981bd26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000028_5981bd26.szar new file mode 100644 index 00000000..a580f19c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000028_5981bd26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000029_ff8b3f6b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000029_ff8b3f6b.szar new file mode 100644 index 00000000..e8ee4ea4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000029_ff8b3f6b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000030_1844a2d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000030_1844a2d1.szar new file mode 100644 index 00000000..900a9316 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000030_1844a2d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000031_c0d80dcd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000031_c0d80dcd.szar new file mode 100644 index 00000000..28cc7eca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000031_c0d80dcd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000032_dde315eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000032_dde315eb.szar new file mode 100644 index 00000000..62f8dbf1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000032_dde315eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000033_3803f56f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000033_3803f56f.szar new file mode 100644 index 00000000..ef127e00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000033_3803f56f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000034_24260812.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000034_24260812.szar new file mode 100644 index 00000000..8a15e55d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000034_24260812.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000035_69dd4be6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000035_69dd4be6.szar new file mode 100644 index 00000000..66fdb7c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000035_69dd4be6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000036_73a4d13b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000036_73a4d13b.szar new file mode 100644 index 00000000..9527b1d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000036_73a4d13b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000037_247f9925.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000037_247f9925.szar new file mode 100644 index 00000000..adb51823 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000037_247f9925.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000038_5e4198c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000038_5e4198c2.szar new file mode 100644 index 00000000..a157a769 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000038_5e4198c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000039_adab64ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000039_adab64ae.szar new file mode 100644 index 00000000..1ec6437b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000039_adab64ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000040_bdc3c62b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000040_bdc3c62b.szar new file mode 100644 index 00000000..dcbeec90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000040_bdc3c62b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000041_65578a6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000041_65578a6e.szar new file mode 100644 index 00000000..5f14c918 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000041_65578a6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000042_041e7f1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000042_041e7f1d.szar new file mode 100644 index 00000000..25309085 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000042_041e7f1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000043_7e839821.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000043_7e839821.szar new file mode 100644 index 00000000..99d45870 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000043_7e839821.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000044_af988b38.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000044_af988b38.szar new file mode 100644 index 00000000..d107944e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000044_af988b38.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000045_a9f4aa6a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000045_a9f4aa6a.szar new file mode 100644 index 00000000..7a5f1386 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000045_a9f4aa6a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000046_c69a0901.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000046_c69a0901.szar new file mode 100644 index 00000000..3d76d133 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000046_c69a0901.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000047_f586dfb1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000047_f586dfb1.szar new file mode 100644 index 00000000..98588dec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000047_f586dfb1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000048_2eb2fa49.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000048_2eb2fa49.szar new file mode 100644 index 00000000..73246389 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000048_2eb2fa49.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000049_c6589543.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000049_c6589543.szar new file mode 100644 index 00000000..98b1e575 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000049_c6589543.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000050_b625ebe1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000050_b625ebe1.szar new file mode 100644 index 00000000..a8f9a7ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000050_b625ebe1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000051_abcfd904.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000051_abcfd904.szar new file mode 100644 index 00000000..fc267eb0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000051_abcfd904.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000052_d6fb310a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000052_d6fb310a.szar new file mode 100644 index 00000000..0c5b7319 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000052_d6fb310a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000053_ec0b509e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000053_ec0b509e.szar new file mode 100644 index 00000000..bc39af3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000053_ec0b509e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000054_4d82481b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000054_4d82481b.szar new file mode 100644 index 00000000..eda27732 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000054_4d82481b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000055_27a616ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000055_27a616ca.szar new file mode 100644 index 00000000..49457899 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000055_27a616ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000056_529953a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000056_529953a9.szar new file mode 100644 index 00000000..ee42777e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000056_529953a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000057_f70a570b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000057_f70a570b.szar new file mode 100644 index 00000000..247ce158 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000057_f70a570b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000058_d79a476c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000058_d79a476c.szar new file mode 100644 index 00000000..a30e4271 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000058_d79a476c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000059_86a174f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000059_86a174f8.szar new file mode 100644 index 00000000..f6c2cd0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000059_86a174f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000060_06c2b2e0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000060_06c2b2e0.szar new file mode 100644 index 00000000..5e4005d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000060_06c2b2e0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000061_508187dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000061_508187dd.szar new file mode 100644 index 00000000..84b358e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000061_508187dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000062_e761a7cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000062_e761a7cf.szar new file mode 100644 index 00000000..1cf52115 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000062_e761a7cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000063_a7529481.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000063_a7529481.szar new file mode 100644 index 00000000..3e37e303 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000063_a7529481.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000064_a1ea9baa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000064_a1ea9baa.szar new file mode 100644 index 00000000..631d85d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/archive/delta_00000000000000000064_a1ea9baa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000001_36096c63.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000001_36096c63.szcp new file mode 100644 index 00000000..afc882a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000001_36096c63.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000002_99d8f9ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000002_99d8f9ea.szcp new file mode 100644 index 00000000..477a1190 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000002_99d8f9ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000003_862c2d3c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000003_862c2d3c.szcp new file mode 100644 index 00000000..210c32ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000003_862c2d3c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000004_a0a42211.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000004_a0a42211.szcp new file mode 100644 index 00000000..8263f361 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000004_a0a42211.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000005_35016bf9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000005_35016bf9.szcp new file mode 100644 index 00000000..fde546e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000005_35016bf9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000006_3782e1d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000006_3782e1d1.szcp new file mode 100644 index 00000000..3b80d159 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000006_3782e1d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000007_81225bf2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000007_81225bf2.szcp new file mode 100644 index 00000000..50f0df47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000007_81225bf2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000008_829171d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000008_829171d3.szcp new file mode 100644 index 00000000..ce08f2a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000008_829171d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000009_2603ab07.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000009_2603ab07.szcp new file mode 100644 index 00000000..8be1ac4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000009_2603ab07.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000010_e54b9969.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000010_e54b9969.szcp new file mode 100644 index 00000000..be59fef2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000010_e54b9969.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000011_d99a747b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000011_d99a747b.szcp new file mode 100644 index 00000000..379b302b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000011_d99a747b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000012_4a1d6378.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000012_4a1d6378.szcp new file mode 100644 index 00000000..4ce121a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000012_4a1d6378.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000013_92786465.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000013_92786465.szcp new file mode 100644 index 00000000..c809ffa8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000013_92786465.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000014_54555644.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000014_54555644.szcp new file mode 100644 index 00000000..b952d66d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000014_54555644.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000015_0bd83d6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000015_0bd83d6a.szcp new file mode 100644 index 00000000..bded793b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000015_0bd83d6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000016_6afa82a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000016_6afa82a3.szcp new file mode 100644 index 00000000..ed5d3cc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000016_6afa82a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000017_a93219fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000017_a93219fa.szcp new file mode 100644 index 00000000..ddd46b58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000017_a93219fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000018_17fe8f46.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000018_17fe8f46.szcp new file mode 100644 index 00000000..7f7604fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000018_17fe8f46.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000019_0ccea000.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000019_0ccea000.szcp new file mode 100644 index 00000000..02596600 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000019_0ccea000.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000020_9f9ed2cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000020_9f9ed2cb.szcp new file mode 100644 index 00000000..814b1d7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000020_9f9ed2cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000021_6d8361fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000021_6d8361fe.szcp new file mode 100644 index 00000000..785319d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000021_6d8361fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000022_085d2707.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000022_085d2707.szcp new file mode 100644 index 00000000..d9f2905b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000022_085d2707.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000023_e90250fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000023_e90250fd.szcp new file mode 100644 index 00000000..740ea616 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000023_e90250fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000024_e6021db2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000024_e6021db2.szcp new file mode 100644 index 00000000..45285f93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000024_e6021db2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000025_99c2e594.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000025_99c2e594.szcp new file mode 100644 index 00000000..55f9901d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000025_99c2e594.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000026_e4b15ee6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000026_e4b15ee6.szcp new file mode 100644 index 00000000..8aa1b82b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000026_e4b15ee6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000027_10f3977d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000027_10f3977d.szcp new file mode 100644 index 00000000..1a046d46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000027_10f3977d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000028_9f5ed2e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000028_9f5ed2e2.szcp new file mode 100644 index 00000000..8322d4ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000028_9f5ed2e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000029_ceaee341.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000029_ceaee341.szcp new file mode 100644 index 00000000..4352f0e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000029_ceaee341.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000030_ca14eb75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000030_ca14eb75.szcp new file mode 100644 index 00000000..e82e5000 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000030_ca14eb75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000031_4872b430.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000031_4872b430.szcp new file mode 100644 index 00000000..75d8cf01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000031_4872b430.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000032_0485b65e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000032_0485b65e.szcp new file mode 100644 index 00000000..9ec8ffa5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000032_0485b65e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000033_ee9fc640.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000033_ee9fc640.szcp new file mode 100644 index 00000000..0a7a079d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000033_ee9fc640.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000034_e4190bca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000034_e4190bca.szcp new file mode 100644 index 00000000..21bcd9ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000034_e4190bca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000035_a5d27a2f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000035_a5d27a2f.szcp new file mode 100644 index 00000000..8fffd7a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000035_a5d27a2f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000036_0300aafa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000036_0300aafa.szcp new file mode 100644 index 00000000..eb6a1f43 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000036_0300aafa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000037_6edff472.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000037_6edff472.szcp new file mode 100644 index 00000000..12d8c9cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000037_6edff472.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000038_eeb37ffc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000038_eeb37ffc.szcp new file mode 100644 index 00000000..f98ff044 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000038_eeb37ffc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000039_a0564e4a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000039_a0564e4a.szcp new file mode 100644 index 00000000..c5f96e5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000039_a0564e4a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000040_245ff796.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000040_245ff796.szcp new file mode 100644 index 00000000..82560f8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000040_245ff796.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000041_9f5d21d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000041_9f5d21d8.szcp new file mode 100644 index 00000000..7d6b7ecb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000041_9f5d21d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000042_3dafcaee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000042_3dafcaee.szcp new file mode 100644 index 00000000..732285e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000042_3dafcaee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000043_94abe525.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000043_94abe525.szcp new file mode 100644 index 00000000..ca2d878e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000043_94abe525.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000044_37acb804.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000044_37acb804.szcp new file mode 100644 index 00000000..68342237 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000044_37acb804.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000045_e1dfbd0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000045_e1dfbd0d.szcp new file mode 100644 index 00000000..7da09c50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000045_e1dfbd0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000046_c992a15c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000046_c992a15c.szcp new file mode 100644 index 00000000..811e9f34 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000046_c992a15c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000047_b38c0f71.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000047_b38c0f71.szcp new file mode 100644 index 00000000..e306fce6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000047_b38c0f71.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000048_d6a72250.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000048_d6a72250.szcp new file mode 100644 index 00000000..5a9aaa24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000048_d6a72250.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000049_11a2d835.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000049_11a2d835.szcp new file mode 100644 index 00000000..41fc0ffe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000049_11a2d835.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000050_66c84ec5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000050_66c84ec5.szcp new file mode 100644 index 00000000..6d2a3a2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000050_66c84ec5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000051_5a9487e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000051_5a9487e7.szcp new file mode 100644 index 00000000..36f634d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000051_5a9487e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000052_8c5f9b1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000052_8c5f9b1b.szcp new file mode 100644 index 00000000..a7238947 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000052_8c5f9b1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000053_b00fcaff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000053_b00fcaff.szcp new file mode 100644 index 00000000..06ecc6d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000053_b00fcaff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000054_fe8ac9fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000054_fe8ac9fa.szcp new file mode 100644 index 00000000..5e8f69fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000054_fe8ac9fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000055_a3bdaa91.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000055_a3bdaa91.szcp new file mode 100644 index 00000000..c05b74f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000055_a3bdaa91.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000056_7b7b10f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000056_7b7b10f7.szcp new file mode 100644 index 00000000..529a0835 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000056_7b7b10f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000057_e501398d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000057_e501398d.szcp new file mode 100644 index 00000000..0bd9f1cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000057_e501398d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000058_a7014660.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000058_a7014660.szcp new file mode 100644 index 00000000..11c5a19a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000058_a7014660.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000059_c9852b0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000059_c9852b0d.szcp new file mode 100644 index 00000000..197e86f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000059_c9852b0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000060_8e10672e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000060_8e10672e.szcp new file mode 100644 index 00000000..c56679bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000060_8e10672e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000061_df3d0564.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000061_df3d0564.szcp new file mode 100644 index 00000000..14dca1a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000061_df3d0564.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000062_5b9c46d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000062_5b9c46d2.szcp new file mode 100644 index 00000000..180e216d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000062_5b9c46d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000063_0a7e7db7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000063_0a7e7db7.szcp new file mode 100644 index 00000000..47b09b84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000063_0a7e7db7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000064_8e674faf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000064_8e674faf.szcp new file mode 100644 index 00000000..9fb689fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_015/checkpoints/checkpoint_00000000000000000064_8e674faf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000001_9d359ac5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000001_9d359ac5.szar new file mode 100644 index 00000000..0ca48803 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000001_9d359ac5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000002_9dedabb7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000002_9dedabb7.szar new file mode 100644 index 00000000..b40d49ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000002_9dedabb7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000003_df1f4266.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000003_df1f4266.szar new file mode 100644 index 00000000..b4c39ec7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000003_df1f4266.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000004_2b600496.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000004_2b600496.szar new file mode 100644 index 00000000..14b51f0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000004_2b600496.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000005_73f6a458.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000005_73f6a458.szar new file mode 100644 index 00000000..0b7f6b2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000005_73f6a458.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000006_d3acb1d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000006_d3acb1d5.szar new file mode 100644 index 00000000..cc41cf3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000006_d3acb1d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000007_e0ddc30b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000007_e0ddc30b.szar new file mode 100644 index 00000000..e936a8a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000007_e0ddc30b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000008_75455b01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000008_75455b01.szar new file mode 100644 index 00000000..988493a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000008_75455b01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000009_4ce5bc65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000009_4ce5bc65.szar new file mode 100644 index 00000000..46266934 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000009_4ce5bc65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000010_9cbbc5e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000010_9cbbc5e2.szar new file mode 100644 index 00000000..e16b20e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000010_9cbbc5e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000011_70edc197.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000011_70edc197.szar new file mode 100644 index 00000000..02bc14d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000011_70edc197.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000012_eb752e64.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000012_eb752e64.szar new file mode 100644 index 00000000..e0041220 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000012_eb752e64.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000013_e5c1d618.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000013_e5c1d618.szar new file mode 100644 index 00000000..b6237715 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000013_e5c1d618.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000014_10512a70.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000014_10512a70.szar new file mode 100644 index 00000000..49798346 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000014_10512a70.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000015_9dfe3823.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000015_9dfe3823.szar new file mode 100644 index 00000000..4e4ed377 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000015_9dfe3823.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000016_4a5dcff6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000016_4a5dcff6.szar new file mode 100644 index 00000000..22bb54eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000016_4a5dcff6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000017_d29f0a0f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000017_d29f0a0f.szar new file mode 100644 index 00000000..6f9cf671 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000017_d29f0a0f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000018_41ed9252.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000018_41ed9252.szar new file mode 100644 index 00000000..3c7412cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000018_41ed9252.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000019_01a431df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000019_01a431df.szar new file mode 100644 index 00000000..e3e13ad1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000019_01a431df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000020_688cb47c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000020_688cb47c.szar new file mode 100644 index 00000000..470f1121 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000020_688cb47c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000021_44a40a4e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000021_44a40a4e.szar new file mode 100644 index 00000000..cb704277 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000021_44a40a4e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000022_fb552cb6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000022_fb552cb6.szar new file mode 100644 index 00000000..23b2e330 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000022_fb552cb6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000023_bdc70677.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000023_bdc70677.szar new file mode 100644 index 00000000..127988f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000023_bdc70677.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000024_861696d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000024_861696d3.szar new file mode 100644 index 00000000..dd2a035a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000024_861696d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000025_cb35be65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000025_cb35be65.szar new file mode 100644 index 00000000..6633c538 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000025_cb35be65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000026_61564884.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000026_61564884.szar new file mode 100644 index 00000000..faa548fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000026_61564884.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000027_3f1f8d13.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000027_3f1f8d13.szar new file mode 100644 index 00000000..05b715fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000027_3f1f8d13.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000028_4e2e993f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000028_4e2e993f.szar new file mode 100644 index 00000000..35ba5dca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000028_4e2e993f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000029_cb9725ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000029_cb9725ff.szar new file mode 100644 index 00000000..13c1affe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000029_cb9725ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000030_bc32d900.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000030_bc32d900.szar new file mode 100644 index 00000000..c3c9795f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000030_bc32d900.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000031_0a16a505.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000031_0a16a505.szar new file mode 100644 index 00000000..f4d33120 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000031_0a16a505.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000032_715b911d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000032_715b911d.szar new file mode 100644 index 00000000..11d713a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000032_715b911d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000033_68b971f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000033_68b971f7.szar new file mode 100644 index 00000000..6ea7462c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000033_68b971f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000034_1a831ca1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000034_1a831ca1.szar new file mode 100644 index 00000000..df107d19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000034_1a831ca1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000035_42f5663a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000035_42f5663a.szar new file mode 100644 index 00000000..6ed7a5c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000035_42f5663a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000036_d8679f61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000036_d8679f61.szar new file mode 100644 index 00000000..bb85be44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000036_d8679f61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000037_490f35bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000037_490f35bd.szar new file mode 100644 index 00000000..d5c3cf0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000037_490f35bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000038_178c588b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000038_178c588b.szar new file mode 100644 index 00000000..79a68d2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000038_178c588b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000039_07aca20c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000039_07aca20c.szar new file mode 100644 index 00000000..4bbc22d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000039_07aca20c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000040_efd9cac3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000040_efd9cac3.szar new file mode 100644 index 00000000..53be63d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000040_efd9cac3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000041_43ccdb48.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000041_43ccdb48.szar new file mode 100644 index 00000000..8560187e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000041_43ccdb48.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000042_219b5902.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000042_219b5902.szar new file mode 100644 index 00000000..b94fbb69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000042_219b5902.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000043_8a18a975.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000043_8a18a975.szar new file mode 100644 index 00000000..a1782483 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000043_8a18a975.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000044_b1c1d23d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000044_b1c1d23d.szar new file mode 100644 index 00000000..9f5f340f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000044_b1c1d23d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000045_d07381dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000045_d07381dd.szar new file mode 100644 index 00000000..6a5629f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000045_d07381dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000046_94f2f1f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000046_94f2f1f8.szar new file mode 100644 index 00000000..b50741a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000046_94f2f1f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000047_acf5cd01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000047_acf5cd01.szar new file mode 100644 index 00000000..486c1f14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000047_acf5cd01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000048_a8bd94a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000048_a8bd94a0.szar new file mode 100644 index 00000000..f8fa03c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000048_a8bd94a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000049_81bd66da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000049_81bd66da.szar new file mode 100644 index 00000000..34e4f495 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000049_81bd66da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000050_ea31d766.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000050_ea31d766.szar new file mode 100644 index 00000000..8645d054 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000050_ea31d766.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000051_c39e5828.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000051_c39e5828.szar new file mode 100644 index 00000000..f6746ff6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000051_c39e5828.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000052_e0d1ebaf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000052_e0d1ebaf.szar new file mode 100644 index 00000000..78becbb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000052_e0d1ebaf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000053_4fe60929.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000053_4fe60929.szar new file mode 100644 index 00000000..37781265 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000053_4fe60929.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000054_d22becf3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000054_d22becf3.szar new file mode 100644 index 00000000..28296e9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000054_d22becf3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000055_a9e5dc33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000055_a9e5dc33.szar new file mode 100644 index 00000000..d0430626 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000055_a9e5dc33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000056_36d801b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000056_36d801b4.szar new file mode 100644 index 00000000..fd602275 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000056_36d801b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000057_47e59b45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000057_47e59b45.szar new file mode 100644 index 00000000..c0cdf659 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000057_47e59b45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000058_e612224f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000058_e612224f.szar new file mode 100644 index 00000000..06d046d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000058_e612224f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000059_212bfbf8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000059_212bfbf8.szar new file mode 100644 index 00000000..0bb3f162 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000059_212bfbf8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000060_af059616.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000060_af059616.szar new file mode 100644 index 00000000..d12c8e46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000060_af059616.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000061_922171a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000061_922171a7.szar new file mode 100644 index 00000000..a5d8af1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000061_922171a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000062_7762eb4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000062_7762eb4c.szar new file mode 100644 index 00000000..ef66a7e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000062_7762eb4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000063_a3d83789.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000063_a3d83789.szar new file mode 100644 index 00000000..b0719a4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000063_a3d83789.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000064_bacc9545.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000064_bacc9545.szar new file mode 100644 index 00000000..c6ff6792 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000064_bacc9545.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000065_5bb9b250.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000065_5bb9b250.szar new file mode 100644 index 00000000..940b6d09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000065_5bb9b250.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000066_23123fdd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000066_23123fdd.szar new file mode 100644 index 00000000..4539c367 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000066_23123fdd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000067_fc4b5a53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000067_fc4b5a53.szar new file mode 100644 index 00000000..5fc5653c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000067_fc4b5a53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000068_3369183c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000068_3369183c.szar new file mode 100644 index 00000000..80bc9e73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000068_3369183c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000069_e1f1edca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000069_e1f1edca.szar new file mode 100644 index 00000000..dda698e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000069_e1f1edca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000070_1ef426bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000070_1ef426bc.szar new file mode 100644 index 00000000..ecf31b9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000070_1ef426bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000071_bdfe4329.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000071_bdfe4329.szar new file mode 100644 index 00000000..254700bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000071_bdfe4329.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000072_ef708e11.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000072_ef708e11.szar new file mode 100644 index 00000000..8e09e65a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000072_ef708e11.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000073_81c7f978.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000073_81c7f978.szar new file mode 100644 index 00000000..0954897c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000073_81c7f978.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000074_7a84efa8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000074_7a84efa8.szar new file mode 100644 index 00000000..bcbdd109 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000074_7a84efa8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000075_7e3d247c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000075_7e3d247c.szar new file mode 100644 index 00000000..dcc74a4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000075_7e3d247c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000076_7f52cb5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000076_7f52cb5e.szar new file mode 100644 index 00000000..f62be891 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000076_7f52cb5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000077_9d13d909.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000077_9d13d909.szar new file mode 100644 index 00000000..cf299ca7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000077_9d13d909.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000078_bbdca3ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000078_bbdca3ae.szar new file mode 100644 index 00000000..fcd3062c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000078_bbdca3ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000079_e234f1e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000079_e234f1e8.szar new file mode 100644 index 00000000..e91810a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000079_e234f1e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000080_09f11f40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000080_09f11f40.szar new file mode 100644 index 00000000..7d20be18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000080_09f11f40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000081_c887b07f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000081_c887b07f.szar new file mode 100644 index 00000000..ed30b0f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000081_c887b07f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000082_c7ca9fc4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000082_c7ca9fc4.szar new file mode 100644 index 00000000..66892367 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000082_c7ca9fc4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000083_9acef119.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000083_9acef119.szar new file mode 100644 index 00000000..33d701c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000083_9acef119.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000084_fee803fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000084_fee803fc.szar new file mode 100644 index 00000000..7edbdd04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000084_fee803fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000085_558ad9e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000085_558ad9e1.szar new file mode 100644 index 00000000..d65862ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000085_558ad9e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000086_af253cf3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000086_af253cf3.szar new file mode 100644 index 00000000..8aeaf9e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/archive/delta_00000000000000000086_af253cf3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000001_5bed431f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000001_5bed431f.szcp new file mode 100644 index 00000000..254c876f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000001_5bed431f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000002_159a5eb4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000002_159a5eb4.szcp new file mode 100644 index 00000000..ec657eac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000002_159a5eb4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000003_147542a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000003_147542a0.szcp new file mode 100644 index 00000000..f00ab508 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000003_147542a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000004_7cdbea81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000004_7cdbea81.szcp new file mode 100644 index 00000000..be61889a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000004_7cdbea81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000005_4a40dca6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000005_4a40dca6.szcp new file mode 100644 index 00000000..f8ab7e02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000005_4a40dca6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000006_80166f62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000006_80166f62.szcp new file mode 100644 index 00000000..89dcf3a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000006_80166f62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000007_3d380237.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000007_3d380237.szcp new file mode 100644 index 00000000..c462fff7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000007_3d380237.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000008_dd4162c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000008_dd4162c8.szcp new file mode 100644 index 00000000..dcb06e27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000008_dd4162c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000009_06036bf3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000009_06036bf3.szcp new file mode 100644 index 00000000..9033ffe8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000009_06036bf3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000010_468e1264.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000010_468e1264.szcp new file mode 100644 index 00000000..90f706ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000010_468e1264.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000011_261b749f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000011_261b749f.szcp new file mode 100644 index 00000000..b745d258 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000011_261b749f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000012_0f709103.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000012_0f709103.szcp new file mode 100644 index 00000000..6eb335c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000012_0f709103.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000013_d4ef5e9e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000013_d4ef5e9e.szcp new file mode 100644 index 00000000..f32906fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000013_d4ef5e9e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000014_838e0268.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000014_838e0268.szcp new file mode 100644 index 00000000..1f237a7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000014_838e0268.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000015_74455945.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000015_74455945.szcp new file mode 100644 index 00000000..7c6da1d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000015_74455945.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000016_90303cc4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000016_90303cc4.szcp new file mode 100644 index 00000000..6a341137 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000016_90303cc4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000017_21bb9b95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000017_21bb9b95.szcp new file mode 100644 index 00000000..019909a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000017_21bb9b95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000018_5e52c648.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000018_5e52c648.szcp new file mode 100644 index 00000000..b477c7bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000018_5e52c648.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000019_1dbfb0ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000019_1dbfb0ad.szcp new file mode 100644 index 00000000..fee2cb38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000019_1dbfb0ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000020_e25b4fcb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000020_e25b4fcb.szcp new file mode 100644 index 00000000..0bd5bf4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000020_e25b4fcb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000021_5a84b14a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000021_5a84b14a.szcp new file mode 100644 index 00000000..91744a48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000021_5a84b14a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000022_13789d45.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000022_13789d45.szcp new file mode 100644 index 00000000..41a6a410 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000022_13789d45.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000023_3d85253a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000023_3d85253a.szcp new file mode 100644 index 00000000..f45b1af1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000023_3d85253a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000024_32bb2aa5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000024_32bb2aa5.szcp new file mode 100644 index 00000000..21fbd6e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000024_32bb2aa5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000025_9db99da6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000025_9db99da6.szcp new file mode 100644 index 00000000..5e15ef9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000025_9db99da6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000026_a70a964b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000026_a70a964b.szcp new file mode 100644 index 00000000..80328c18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000026_a70a964b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000027_aee6b85e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000027_aee6b85e.szcp new file mode 100644 index 00000000..a0c76a5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000027_aee6b85e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000028_0d705e37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000028_0d705e37.szcp new file mode 100644 index 00000000..d12153b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000028_0d705e37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000029_5386f8a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000029_5386f8a2.szcp new file mode 100644 index 00000000..24cf487e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000029_5386f8a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000030_3eeb37fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000030_3eeb37fe.szcp new file mode 100644 index 00000000..7037aa8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000030_3eeb37fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000031_c6f5f018.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000031_c6f5f018.szcp new file mode 100644 index 00000000..6cd538d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000031_c6f5f018.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000032_37e13c1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000032_37e13c1d.szcp new file mode 100644 index 00000000..4c7a970e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000032_37e13c1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000033_1481342a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000033_1481342a.szcp new file mode 100644 index 00000000..33f5ebe4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000033_1481342a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000034_09a4ad94.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000034_09a4ad94.szcp new file mode 100644 index 00000000..af5aed6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000034_09a4ad94.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000035_b5940d2f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000035_b5940d2f.szcp new file mode 100644 index 00000000..829f7d06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000035_b5940d2f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000036_c5b82415.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000036_c5b82415.szcp new file mode 100644 index 00000000..365e3fcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000036_c5b82415.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000037_ae5e47f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000037_ae5e47f5.szcp new file mode 100644 index 00000000..478e21f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000037_ae5e47f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000038_59c71a72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000038_59c71a72.szcp new file mode 100644 index 00000000..6596670b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000038_59c71a72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000039_23dfbc81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000039_23dfbc81.szcp new file mode 100644 index 00000000..2fadd91c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000039_23dfbc81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000040_079dbc5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000040_079dbc5a.szcp new file mode 100644 index 00000000..af44391c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000040_079dbc5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000041_819c738e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000041_819c738e.szcp new file mode 100644 index 00000000..fe75b1ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000041_819c738e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000042_8b0e63e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000042_8b0e63e7.szcp new file mode 100644 index 00000000..a1a204da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000042_8b0e63e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000043_bcf35364.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000043_bcf35364.szcp new file mode 100644 index 00000000..15fa0119 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000043_bcf35364.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000044_70b38505.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000044_70b38505.szcp new file mode 100644 index 00000000..a1715e45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000044_70b38505.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000045_54a0ba17.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000045_54a0ba17.szcp new file mode 100644 index 00000000..1ca57184 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000045_54a0ba17.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000046_649be807.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000046_649be807.szcp new file mode 100644 index 00000000..46940fa1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000046_649be807.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000047_d1dcb9d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000047_d1dcb9d2.szcp new file mode 100644 index 00000000..a0ef67ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000047_d1dcb9d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000048_de9f2479.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000048_de9f2479.szcp new file mode 100644 index 00000000..a28efe82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000048_de9f2479.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000049_3d4fc632.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000049_3d4fc632.szcp new file mode 100644 index 00000000..ccf36ee5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000049_3d4fc632.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000050_d013cecb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000050_d013cecb.szcp new file mode 100644 index 00000000..41a0b4f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000050_d013cecb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000051_ec2eaa24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000051_ec2eaa24.szcp new file mode 100644 index 00000000..e3a9a1b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000051_ec2eaa24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000052_fc3f0e39.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000052_fc3f0e39.szcp new file mode 100644 index 00000000..0da14a36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000052_fc3f0e39.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000053_b9834aba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000053_b9834aba.szcp new file mode 100644 index 00000000..c591255e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000053_b9834aba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000054_5d6df141.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000054_5d6df141.szcp new file mode 100644 index 00000000..3f3d6460 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000054_5d6df141.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000055_9ed96da5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000055_9ed96da5.szcp new file mode 100644 index 00000000..fb9f118c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000055_9ed96da5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000056_73fbd3a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000056_73fbd3a3.szcp new file mode 100644 index 00000000..e15132d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000056_73fbd3a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000057_628e1c12.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000057_628e1c12.szcp new file mode 100644 index 00000000..de3867df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000057_628e1c12.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000058_a69af86c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000058_a69af86c.szcp new file mode 100644 index 00000000..5b6991ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000058_a69af86c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000059_fddc86c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000059_fddc86c8.szcp new file mode 100644 index 00000000..c2e44469 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000059_fddc86c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000060_abe36b84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000060_abe36b84.szcp new file mode 100644 index 00000000..e0c4c27a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000060_abe36b84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000061_e834d21d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000061_e834d21d.szcp new file mode 100644 index 00000000..d4e9c986 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000061_e834d21d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000062_b44fb8da.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000062_b44fb8da.szcp new file mode 100644 index 00000000..e561b38d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000062_b44fb8da.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000063_bba58f86.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000063_bba58f86.szcp new file mode 100644 index 00000000..bf22526f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000063_bba58f86.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000064_f2c9cc3f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000064_f2c9cc3f.szcp new file mode 100644 index 00000000..ccec7885 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000064_f2c9cc3f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000065_9c167705.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000065_9c167705.szcp new file mode 100644 index 00000000..528722d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000065_9c167705.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000066_8df635b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000066_8df635b2.szcp new file mode 100644 index 00000000..0923cf2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000066_8df635b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000067_19fe1e55.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000067_19fe1e55.szcp new file mode 100644 index 00000000..b1e57813 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000067_19fe1e55.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000068_7f92ff7d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000068_7f92ff7d.szcp new file mode 100644 index 00000000..afb14b66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000068_7f92ff7d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000069_e23dfba6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000069_e23dfba6.szcp new file mode 100644 index 00000000..a2ae0e70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000069_e23dfba6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000070_f80a1ea1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000070_f80a1ea1.szcp new file mode 100644 index 00000000..791bbe22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000070_f80a1ea1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000071_df2e46a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000071_df2e46a9.szcp new file mode 100644 index 00000000..78e9ebae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000071_df2e46a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000072_3236eb56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000072_3236eb56.szcp new file mode 100644 index 00000000..d9f7a08c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000072_3236eb56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000073_27a159f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000073_27a159f5.szcp new file mode 100644 index 00000000..a3aa81a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000073_27a159f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000074_69c09463.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000074_69c09463.szcp new file mode 100644 index 00000000..13a9cba7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000074_69c09463.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000075_aecb275a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000075_aecb275a.szcp new file mode 100644 index 00000000..c4c215de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000075_aecb275a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000076_9cebe8f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000076_9cebe8f2.szcp new file mode 100644 index 00000000..178f58a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000076_9cebe8f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000077_e5f8db3d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000077_e5f8db3d.szcp new file mode 100644 index 00000000..e3f664e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000077_e5f8db3d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000078_8c8ead89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000078_8c8ead89.szcp new file mode 100644 index 00000000..aa69ff03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000078_8c8ead89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000079_9d05d4a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000079_9d05d4a8.szcp new file mode 100644 index 00000000..481ae351 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000079_9d05d4a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000080_346c03aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000080_346c03aa.szcp new file mode 100644 index 00000000..fd4f9ced Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000080_346c03aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000081_fe4ccab2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000081_fe4ccab2.szcp new file mode 100644 index 00000000..3815c792 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000081_fe4ccab2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000082_9e4499ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000082_9e4499ae.szcp new file mode 100644 index 00000000..04b5e361 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000082_9e4499ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000083_7ef56be2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000083_7ef56be2.szcp new file mode 100644 index 00000000..59ab95b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000083_7ef56be2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000084_69ae7cda.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000084_69ae7cda.szcp new file mode 100644 index 00000000..133d27f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000084_69ae7cda.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000085_a71d7b9b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000085_a71d7b9b.szcp new file mode 100644 index 00000000..a1d1c89c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000085_a71d7b9b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000086_a7b9083c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000086_a7b9083c.szcp new file mode 100644 index 00000000..186e3244 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_016/checkpoints/checkpoint_00000000000000000086_a7b9083c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000001_17191b5c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000001_17191b5c.szar new file mode 100644 index 00000000..ab47e71d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000001_17191b5c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000002_9f183f3e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000002_9f183f3e.szar new file mode 100644 index 00000000..df605521 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000002_9f183f3e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000003_01b1a92c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000003_01b1a92c.szar new file mode 100644 index 00000000..55b28f20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000003_01b1a92c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000004_82803703.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000004_82803703.szar new file mode 100644 index 00000000..543b4384 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000004_82803703.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000005_7a436ac5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000005_7a436ac5.szar new file mode 100644 index 00000000..0e41e0f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000005_7a436ac5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000006_6c6f1fb7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000006_6c6f1fb7.szar new file mode 100644 index 00000000..ae472edf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000006_6c6f1fb7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000007_b383dec9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000007_b383dec9.szar new file mode 100644 index 00000000..0e539c3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000007_b383dec9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000008_8ff99ffc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000008_8ff99ffc.szar new file mode 100644 index 00000000..dddadb6d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000008_8ff99ffc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000009_b356dff0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000009_b356dff0.szar new file mode 100644 index 00000000..950802a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000009_b356dff0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000010_5291a3a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000010_5291a3a3.szar new file mode 100644 index 00000000..291f758b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000010_5291a3a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000011_578bb990.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000011_578bb990.szar new file mode 100644 index 00000000..839558ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000011_578bb990.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000012_43cd23da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000012_43cd23da.szar new file mode 100644 index 00000000..ba89db3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000012_43cd23da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000013_30401fc5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000013_30401fc5.szar new file mode 100644 index 00000000..deaba404 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000013_30401fc5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000014_43d0ad94.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000014_43d0ad94.szar new file mode 100644 index 00000000..1cd60e2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000014_43d0ad94.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000015_8fb03613.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000015_8fb03613.szar new file mode 100644 index 00000000..c5c258e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000015_8fb03613.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000016_411b073a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000016_411b073a.szar new file mode 100644 index 00000000..a745052a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000016_411b073a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000017_bd799fc4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000017_bd799fc4.szar new file mode 100644 index 00000000..2e6cf266 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000017_bd799fc4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000018_f7112ddc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000018_f7112ddc.szar new file mode 100644 index 00000000..7b269173 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000018_f7112ddc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000019_5efc4832.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000019_5efc4832.szar new file mode 100644 index 00000000..fcfbecdf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000019_5efc4832.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000020_81c24666.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000020_81c24666.szar new file mode 100644 index 00000000..661a20aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000020_81c24666.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000021_3c3d1668.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000021_3c3d1668.szar new file mode 100644 index 00000000..608299d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000021_3c3d1668.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000022_17fcdc2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000022_17fcdc2f.szar new file mode 100644 index 00000000..14abe974 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000022_17fcdc2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000023_0f5b6a8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000023_0f5b6a8d.szar new file mode 100644 index 00000000..3e3d876f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000023_0f5b6a8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000024_5d5d0ad9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000024_5d5d0ad9.szar new file mode 100644 index 00000000..c1ebec55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000024_5d5d0ad9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000025_54636472.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000025_54636472.szar new file mode 100644 index 00000000..cd2331ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000025_54636472.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000026_4eadf44e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000026_4eadf44e.szar new file mode 100644 index 00000000..4b7176f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000026_4eadf44e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000027_c3bd5c88.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000027_c3bd5c88.szar new file mode 100644 index 00000000..e3906e5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000027_c3bd5c88.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000028_db778e56.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000028_db778e56.szar new file mode 100644 index 00000000..2a3baf0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000028_db778e56.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000029_e95a48eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000029_e95a48eb.szar new file mode 100644 index 00000000..ac3e1f7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000029_e95a48eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000030_9ff2f7cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000030_9ff2f7cf.szar new file mode 100644 index 00000000..2e7ffe2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000030_9ff2f7cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000031_56fd3f9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000031_56fd3f9d.szar new file mode 100644 index 00000000..3a240bdb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000031_56fd3f9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000032_a605a5b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000032_a605a5b4.szar new file mode 100644 index 00000000..c46c7b87 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000032_a605a5b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000033_18b9c532.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000033_18b9c532.szar new file mode 100644 index 00000000..37ec4c51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000033_18b9c532.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000034_3d2d61d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000034_3d2d61d4.szar new file mode 100644 index 00000000..d6b33c11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000034_3d2d61d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000035_f2a3a84a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000035_f2a3a84a.szar new file mode 100644 index 00000000..854fc408 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000035_f2a3a84a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000036_8ef1ea60.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000036_8ef1ea60.szar new file mode 100644 index 00000000..63d8adb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000036_8ef1ea60.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000037_54744479.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000037_54744479.szar new file mode 100644 index 00000000..057a3771 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000037_54744479.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000038_e544f78d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000038_e544f78d.szar new file mode 100644 index 00000000..68c7b76d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000038_e544f78d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000039_d36a7111.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000039_d36a7111.szar new file mode 100644 index 00000000..7ba92fd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000039_d36a7111.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000040_6a54626b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000040_6a54626b.szar new file mode 100644 index 00000000..53a93ded Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000040_6a54626b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000041_bdee6145.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000041_bdee6145.szar new file mode 100644 index 00000000..707e7f74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000041_bdee6145.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000042_c49e36d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000042_c49e36d8.szar new file mode 100644 index 00000000..929efb40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000042_c49e36d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000043_45f46971.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000043_45f46971.szar new file mode 100644 index 00000000..c212cfbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000043_45f46971.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000044_ac9021b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000044_ac9021b2.szar new file mode 100644 index 00000000..c25c2b8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000044_ac9021b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000045_e02e70a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000045_e02e70a3.szar new file mode 100644 index 00000000..aa7d4b19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000045_e02e70a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000046_c004372e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000046_c004372e.szar new file mode 100644 index 00000000..46b78770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000046_c004372e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000047_0d8f5a6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000047_0d8f5a6e.szar new file mode 100644 index 00000000..3a77c2b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000047_0d8f5a6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000048_d4ec1c24.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000048_d4ec1c24.szar new file mode 100644 index 00000000..7ac329e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000048_d4ec1c24.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000049_9c0a738c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000049_9c0a738c.szar new file mode 100644 index 00000000..55dd00f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000049_9c0a738c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000050_badbd299.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000050_badbd299.szar new file mode 100644 index 00000000..1fb0c7db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000050_badbd299.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000051_64380774.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000051_64380774.szar new file mode 100644 index 00000000..5bc78a45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000051_64380774.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000052_4500b710.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000052_4500b710.szar new file mode 100644 index 00000000..365b9ecb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000052_4500b710.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000053_9f2aff83.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000053_9f2aff83.szar new file mode 100644 index 00000000..005a32ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000053_9f2aff83.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000054_87416274.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000054_87416274.szar new file mode 100644 index 00000000..44644a45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000054_87416274.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000055_56fe01c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000055_56fe01c7.szar new file mode 100644 index 00000000..df466e4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000055_56fe01c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000056_87eb2876.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000056_87eb2876.szar new file mode 100644 index 00000000..b1777b5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000056_87eb2876.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000057_c5ee7270.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000057_c5ee7270.szar new file mode 100644 index 00000000..5d11bc04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000057_c5ee7270.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000058_a5787d78.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000058_a5787d78.szar new file mode 100644 index 00000000..a2f7b597 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000058_a5787d78.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000059_a6985813.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000059_a6985813.szar new file mode 100644 index 00000000..7348bf63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000059_a6985813.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000060_7a67c691.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000060_7a67c691.szar new file mode 100644 index 00000000..3f37377c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000060_7a67c691.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000061_c3d4e2f0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000061_c3d4e2f0.szar new file mode 100644 index 00000000..627b4093 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000061_c3d4e2f0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000062_37374ecd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000062_37374ecd.szar new file mode 100644 index 00000000..c629666a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000062_37374ecd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000063_65ebb983.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000063_65ebb983.szar new file mode 100644 index 00000000..d3ea036d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000063_65ebb983.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000064_576cbd62.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000064_576cbd62.szar new file mode 100644 index 00000000..b8089f1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000064_576cbd62.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000065_f0325569.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000065_f0325569.szar new file mode 100644 index 00000000..ab7830ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000065_f0325569.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000066_4c7d32f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000066_4c7d32f3.szar new file mode 100644 index 00000000..a2a01212 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000066_4c7d32f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000067_578741ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000067_578741ab.szar new file mode 100644 index 00000000..24f4e5e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000067_578741ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000068_a4a08a4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000068_a4a08a4b.szar new file mode 100644 index 00000000..543091fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000068_a4a08a4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000069_14429960.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000069_14429960.szar new file mode 100644 index 00000000..1997e0a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000069_14429960.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000070_34afa6b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000070_34afa6b7.szar new file mode 100644 index 00000000..106c764f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000070_34afa6b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000071_00406ab1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000071_00406ab1.szar new file mode 100644 index 00000000..8d3d6024 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000071_00406ab1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000072_fb76bd51.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000072_fb76bd51.szar new file mode 100644 index 00000000..7a7cca57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000072_fb76bd51.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000073_ee94bf63.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000073_ee94bf63.szar new file mode 100644 index 00000000..5e215a53 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000073_ee94bf63.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000074_204019f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000074_204019f1.szar new file mode 100644 index 00000000..ea4ba9c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000074_204019f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000075_e5bed67d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000075_e5bed67d.szar new file mode 100644 index 00000000..4ed5eb73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000075_e5bed67d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000076_4f538f35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000076_4f538f35.szar new file mode 100644 index 00000000..82e8d067 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000076_4f538f35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000077_09577a14.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000077_09577a14.szar new file mode 100644 index 00000000..f24d6c8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000077_09577a14.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000078_7ef2862e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000078_7ef2862e.szar new file mode 100644 index 00000000..15eaf44c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000078_7ef2862e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000079_941cad52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000079_941cad52.szar new file mode 100644 index 00000000..c9fc72ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000079_941cad52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000080_241f5e14.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000080_241f5e14.szar new file mode 100644 index 00000000..87c2452f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000080_241f5e14.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000081_2bedc57b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000081_2bedc57b.szar new file mode 100644 index 00000000..5bdb574e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000081_2bedc57b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000082_4e659604.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000082_4e659604.szar new file mode 100644 index 00000000..c50e7cea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000082_4e659604.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000083_3ee060bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000083_3ee060bb.szar new file mode 100644 index 00000000..205aeca8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000083_3ee060bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000084_bd0e7b01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000084_bd0e7b01.szar new file mode 100644 index 00000000..295d7b26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000084_bd0e7b01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000085_826a061d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000085_826a061d.szar new file mode 100644 index 00000000..8955debe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/archive/delta_00000000000000000085_826a061d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000001_9b4547e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000001_9b4547e8.szcp new file mode 100644 index 00000000..0074889a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000001_9b4547e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000002_894d7132.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000002_894d7132.szcp new file mode 100644 index 00000000..cb20c76b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000002_894d7132.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000003_458fca56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000003_458fca56.szcp new file mode 100644 index 00000000..e739c0db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000003_458fca56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000004_e182de10.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000004_e182de10.szcp new file mode 100644 index 00000000..005fbe08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000004_e182de10.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000005_d7ea319b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000005_d7ea319b.szcp new file mode 100644 index 00000000..c2cb5975 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000005_d7ea319b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000006_4cd4cdf9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000006_4cd4cdf9.szcp new file mode 100644 index 00000000..350a7b65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000006_4cd4cdf9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000007_2ac65bdf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000007_2ac65bdf.szcp new file mode 100644 index 00000000..915a6467 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000007_2ac65bdf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000008_b6944992.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000008_b6944992.szcp new file mode 100644 index 00000000..372bade2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000008_b6944992.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000009_69e26261.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000009_69e26261.szcp new file mode 100644 index 00000000..4e07594e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000009_69e26261.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000010_20507326.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000010_20507326.szcp new file mode 100644 index 00000000..bfc91f00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000010_20507326.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000011_7bdc57cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000011_7bdc57cc.szcp new file mode 100644 index 00000000..e0816be6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000011_7bdc57cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000012_d7b6df98.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000012_d7b6df98.szcp new file mode 100644 index 00000000..174fa51e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000012_d7b6df98.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000013_2fb8e40f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000013_2fb8e40f.szcp new file mode 100644 index 00000000..cc794882 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000013_2fb8e40f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000014_f74ca97d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000014_f74ca97d.szcp new file mode 100644 index 00000000..fe05a7fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000014_f74ca97d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000015_64cd2c05.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000015_64cd2c05.szcp new file mode 100644 index 00000000..e0e606b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000015_64cd2c05.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000016_45021679.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000016_45021679.szcp new file mode 100644 index 00000000..ccfe7813 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000016_45021679.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000017_23448afd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000017_23448afd.szcp new file mode 100644 index 00000000..f80d72bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000017_23448afd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000018_4c4bd600.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000018_4c4bd600.szcp new file mode 100644 index 00000000..78b7c40b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000018_4c4bd600.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000019_e5127725.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000019_e5127725.szcp new file mode 100644 index 00000000..3de25491 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000019_e5127725.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000020_d8813199.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000020_d8813199.szcp new file mode 100644 index 00000000..4d7911be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000020_d8813199.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000021_c0b6044e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000021_c0b6044e.szcp new file mode 100644 index 00000000..bfe5a388 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000021_c0b6044e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000022_df0616f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000022_df0616f6.szcp new file mode 100644 index 00000000..da5c2397 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000022_df0616f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000023_2585e522.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000023_2585e522.szcp new file mode 100644 index 00000000..c8dbfe12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000023_2585e522.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000024_22dbcd29.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000024_22dbcd29.szcp new file mode 100644 index 00000000..5766b1f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000024_22dbcd29.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000025_9877dbd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000025_9877dbd3.szcp new file mode 100644 index 00000000..51aad1ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000025_9877dbd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000026_6159aad7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000026_6159aad7.szcp new file mode 100644 index 00000000..4a97a5ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000026_6159aad7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000027_09cb20e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000027_09cb20e4.szcp new file mode 100644 index 00000000..bd6a6442 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000027_09cb20e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000028_d720c95f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000028_d720c95f.szcp new file mode 100644 index 00000000..9a8b0ebc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000028_d720c95f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000029_5129685f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000029_5129685f.szcp new file mode 100644 index 00000000..9bf2bfd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000029_5129685f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000030_eac84e5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000030_eac84e5d.szcp new file mode 100644 index 00000000..645b62de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000030_eac84e5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000031_4cbd5b84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000031_4cbd5b84.szcp new file mode 100644 index 00000000..92e261af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000031_4cbd5b84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000032_23a5eec9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000032_23a5eec9.szcp new file mode 100644 index 00000000..75e585f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000032_23a5eec9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000033_c26c9eb7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000033_c26c9eb7.szcp new file mode 100644 index 00000000..f76d7904 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000033_c26c9eb7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000034_32984aa1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000034_32984aa1.szcp new file mode 100644 index 00000000..467e0995 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000034_32984aa1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000035_f7c83c06.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000035_f7c83c06.szcp new file mode 100644 index 00000000..c2556baf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000035_f7c83c06.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000036_c8756c11.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000036_c8756c11.szcp new file mode 100644 index 00000000..0165ccd5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000036_c8756c11.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000037_f3e5a2a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000037_f3e5a2a8.szcp new file mode 100644 index 00000000..b90ccb9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000037_f3e5a2a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000038_845296ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000038_845296ab.szcp new file mode 100644 index 00000000..cbaae578 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000038_845296ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000039_592652e0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000039_592652e0.szcp new file mode 100644 index 00000000..8e885579 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000039_592652e0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000040_4133dad2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000040_4133dad2.szcp new file mode 100644 index 00000000..42b9ef1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000040_4133dad2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000041_b8b82545.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000041_b8b82545.szcp new file mode 100644 index 00000000..8d5b4159 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000041_b8b82545.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000042_8a3fece8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000042_8a3fece8.szcp new file mode 100644 index 00000000..a0e6a868 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000042_8a3fece8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000043_d0daeae6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000043_d0daeae6.szcp new file mode 100644 index 00000000..01597480 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000043_d0daeae6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000044_e0ec700a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000044_e0ec700a.szcp new file mode 100644 index 00000000..3e181534 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000044_e0ec700a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000045_5cca7822.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000045_5cca7822.szcp new file mode 100644 index 00000000..6278c08c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000045_5cca7822.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000046_d696fe08.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000046_d696fe08.szcp new file mode 100644 index 00000000..e5f661d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000046_d696fe08.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000047_81b94438.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000047_81b94438.szcp new file mode 100644 index 00000000..daf3a1ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000047_81b94438.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000048_b502d41f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000048_b502d41f.szcp new file mode 100644 index 00000000..ba47e726 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000048_b502d41f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000049_e8d235a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000049_e8d235a3.szcp new file mode 100644 index 00000000..4418789c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000049_e8d235a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000050_a6728227.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000050_a6728227.szcp new file mode 100644 index 00000000..61de8bf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000050_a6728227.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000051_a05e23f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000051_a05e23f4.szcp new file mode 100644 index 00000000..23dd1a1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000051_a05e23f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000052_9d37d7a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000052_9d37d7a1.szcp new file mode 100644 index 00000000..257eecc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000052_9d37d7a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000053_b9f38130.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000053_b9f38130.szcp new file mode 100644 index 00000000..0b15c830 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000053_b9f38130.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000054_3f6b17cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000054_3f6b17cc.szcp new file mode 100644 index 00000000..d85817ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000054_3f6b17cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000055_f4138928.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000055_f4138928.szcp new file mode 100644 index 00000000..9f37f4db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000055_f4138928.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000056_770b1b29.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000056_770b1b29.szcp new file mode 100644 index 00000000..73dfc2d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000056_770b1b29.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000057_6d44794d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000057_6d44794d.szcp new file mode 100644 index 00000000..f2689953 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000057_6d44794d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000058_83dbd575.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000058_83dbd575.szcp new file mode 100644 index 00000000..a8247a6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000058_83dbd575.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000059_556957c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000059_556957c6.szcp new file mode 100644 index 00000000..00fffb88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000059_556957c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000060_73796edf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000060_73796edf.szcp new file mode 100644 index 00000000..60c6dfcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000060_73796edf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000061_3a6e6d15.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000061_3a6e6d15.szcp new file mode 100644 index 00000000..1d1981d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000061_3a6e6d15.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000062_fc11da12.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000062_fc11da12.szcp new file mode 100644 index 00000000..b9fd5005 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000062_fc11da12.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000063_a0d60fff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000063_a0d60fff.szcp new file mode 100644 index 00000000..d4789e54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000063_a0d60fff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000064_5ba4bd7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000064_5ba4bd7c.szcp new file mode 100644 index 00000000..a9058088 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000064_5ba4bd7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000065_5abfabb7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000065_5abfabb7.szcp new file mode 100644 index 00000000..a5f20630 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000065_5abfabb7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000066_b58d1468.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000066_b58d1468.szcp new file mode 100644 index 00000000..f95f9562 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000066_b58d1468.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000067_ea09492e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000067_ea09492e.szcp new file mode 100644 index 00000000..235915db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000067_ea09492e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000068_ebb558cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000068_ebb558cf.szcp new file mode 100644 index 00000000..ed6dbd95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000068_ebb558cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000069_5f75a0f8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000069_5f75a0f8.szcp new file mode 100644 index 00000000..5bbb645c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000069_5f75a0f8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000070_d28359c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000070_d28359c9.szcp new file mode 100644 index 00000000..1cf6569d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000070_d28359c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000071_f9069799.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000071_f9069799.szcp new file mode 100644 index 00000000..131ee127 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000071_f9069799.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000072_4df4d3b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000072_4df4d3b4.szcp new file mode 100644 index 00000000..15797f2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000072_4df4d3b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000073_33b6e909.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000073_33b6e909.szcp new file mode 100644 index 00000000..b46b0b4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000073_33b6e909.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000074_c2f67ea3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000074_c2f67ea3.szcp new file mode 100644 index 00000000..30904eaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000074_c2f67ea3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000075_736e9017.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000075_736e9017.szcp new file mode 100644 index 00000000..fd221201 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000075_736e9017.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000076_76acdc2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000076_76acdc2d.szcp new file mode 100644 index 00000000..82a8106e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000076_76acdc2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000077_f3c18f4b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000077_f3c18f4b.szcp new file mode 100644 index 00000000..31eb326c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000077_f3c18f4b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000078_38090ef9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000078_38090ef9.szcp new file mode 100644 index 00000000..c857e8ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000078_38090ef9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000079_4d0b98f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000079_4d0b98f9.szcp new file mode 100644 index 00000000..3c698fbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000079_4d0b98f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000080_19634ff5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000080_19634ff5.szcp new file mode 100644 index 00000000..87043d6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000080_19634ff5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000081_9e521183.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000081_9e521183.szcp new file mode 100644 index 00000000..f23af434 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000081_9e521183.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000082_45e78ab7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000082_45e78ab7.szcp new file mode 100644 index 00000000..1d167a0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000082_45e78ab7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000083_8a36a2ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000083_8a36a2ce.szcp new file mode 100644 index 00000000..2d86006c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000083_8a36a2ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000084_02165ee0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000084_02165ee0.szcp new file mode 100644 index 00000000..f40d853e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000084_02165ee0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000085_1597a3b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000085_1597a3b9.szcp new file mode 100644 index 00000000..487984df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000085_1597a3b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000086_39333758.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000086_39333758.szcp new file mode 100644 index 00000000..4d1e68df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000086_39333758.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000087_215d5474.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000087_215d5474.szcp new file mode 100644 index 00000000..d9c3ebd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_017/checkpoints/checkpoint_00000000000000000087_215d5474.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000001_c9fc527b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000001_c9fc527b.szar new file mode 100644 index 00000000..c72e4984 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000001_c9fc527b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000002_221c2b74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000002_221c2b74.szar new file mode 100644 index 00000000..291f4703 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000002_221c2b74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000003_54fe95a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000003_54fe95a4.szar new file mode 100644 index 00000000..0d1cec3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000003_54fe95a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000004_2c2add8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000004_2c2add8d.szar new file mode 100644 index 00000000..4eb3fc8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000004_2c2add8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000005_9c1b21ad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000005_9c1b21ad.szar new file mode 100644 index 00000000..2cb1b763 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000005_9c1b21ad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000006_817f43c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000006_817f43c6.szar new file mode 100644 index 00000000..a82aadae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000006_817f43c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000007_d64ba49d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000007_d64ba49d.szar new file mode 100644 index 00000000..bda6571b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000007_d64ba49d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000008_33f85ab9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000008_33f85ab9.szar new file mode 100644 index 00000000..475916c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000008_33f85ab9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000009_580d3ca3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000009_580d3ca3.szar new file mode 100644 index 00000000..14d3dc19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000009_580d3ca3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000010_d2ff81f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000010_d2ff81f2.szar new file mode 100644 index 00000000..51002576 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000010_d2ff81f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000011_951f12ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000011_951f12ca.szar new file mode 100644 index 00000000..9ddf975e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000011_951f12ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000012_c4183576.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000012_c4183576.szar new file mode 100644 index 00000000..8bf6e459 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000012_c4183576.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000013_e902d16d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000013_e902d16d.szar new file mode 100644 index 00000000..dcaa0d5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000013_e902d16d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000014_b2c7d52a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000014_b2c7d52a.szar new file mode 100644 index 00000000..73c0c717 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000014_b2c7d52a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000015_d91e95fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000015_d91e95fa.szar new file mode 100644 index 00000000..fe0a4d00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000015_d91e95fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000016_14580a54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000016_14580a54.szar new file mode 100644 index 00000000..8f5d9275 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000016_14580a54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000017_e26e2a06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000017_e26e2a06.szar new file mode 100644 index 00000000..36b13396 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000017_e26e2a06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000018_fde6aa12.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000018_fde6aa12.szar new file mode 100644 index 00000000..e7dcbe66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000018_fde6aa12.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000019_9520776b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000019_9520776b.szar new file mode 100644 index 00000000..4f752eed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000019_9520776b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000020_50c625fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000020_50c625fe.szar new file mode 100644 index 00000000..098b5019 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000020_50c625fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000021_babb0539.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000021_babb0539.szar new file mode 100644 index 00000000..8815c1ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000021_babb0539.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000022_79e9a1e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000022_79e9a1e5.szar new file mode 100644 index 00000000..10ddbaef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000022_79e9a1e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000023_84414af2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000023_84414af2.szar new file mode 100644 index 00000000..ebb00f85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000023_84414af2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000024_644e1164.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000024_644e1164.szar new file mode 100644 index 00000000..9996e3f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000024_644e1164.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000025_ae8e6256.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000025_ae8e6256.szar new file mode 100644 index 00000000..01ce1c3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000025_ae8e6256.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000026_3f6e0f77.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000026_3f6e0f77.szar new file mode 100644 index 00000000..eca61aa1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000026_3f6e0f77.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000027_64cca2f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000027_64cca2f6.szar new file mode 100644 index 00000000..b3136291 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000027_64cca2f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000028_610193bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000028_610193bb.szar new file mode 100644 index 00000000..e027b24e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000028_610193bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000029_c0636887.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000029_c0636887.szar new file mode 100644 index 00000000..ed8c8e6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000029_c0636887.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000030_600d352b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000030_600d352b.szar new file mode 100644 index 00000000..5fc174a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000030_600d352b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000031_f3119227.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000031_f3119227.szar new file mode 100644 index 00000000..cd02dfcd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000031_f3119227.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000032_b1552508.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000032_b1552508.szar new file mode 100644 index 00000000..e2447d83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000032_b1552508.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000033_861425bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000033_861425bd.szar new file mode 100644 index 00000000..8c8d3995 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000033_861425bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000034_947117ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000034_947117ce.szar new file mode 100644 index 00000000..dcbafd24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000034_947117ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000035_c258bf35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000035_c258bf35.szar new file mode 100644 index 00000000..84d29f6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000035_c258bf35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000036_d31da9f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000036_d31da9f4.szar new file mode 100644 index 00000000..f781378c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000036_d31da9f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000037_b7e0fc6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000037_b7e0fc6e.szar new file mode 100644 index 00000000..ab0784dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000037_b7e0fc6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000038_c24d703c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000038_c24d703c.szar new file mode 100644 index 00000000..400f517f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000038_c24d703c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000039_6c14226c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000039_6c14226c.szar new file mode 100644 index 00000000..17d12d45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000039_6c14226c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000040_d5f35580.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000040_d5f35580.szar new file mode 100644 index 00000000..57480521 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000040_d5f35580.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000041_3f9efbf4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000041_3f9efbf4.szar new file mode 100644 index 00000000..910d8547 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000041_3f9efbf4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000042_3ae17189.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000042_3ae17189.szar new file mode 100644 index 00000000..9aa03826 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000042_3ae17189.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000043_590fd6c9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000043_590fd6c9.szar new file mode 100644 index 00000000..11d1ab20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000043_590fd6c9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000044_06b35a11.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000044_06b35a11.szar new file mode 100644 index 00000000..a3ab7931 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000044_06b35a11.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000045_feb35a83.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000045_feb35a83.szar new file mode 100644 index 00000000..800385c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000045_feb35a83.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000046_3165bc53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000046_3165bc53.szar new file mode 100644 index 00000000..c34b7adf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000046_3165bc53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000047_16dff3f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000047_16dff3f7.szar new file mode 100644 index 00000000..7bad1af7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000047_16dff3f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000048_7de277a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000048_7de277a5.szar new file mode 100644 index 00000000..9242cc30 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000048_7de277a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000049_2f80dd9e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000049_2f80dd9e.szar new file mode 100644 index 00000000..2f5bdfa0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000049_2f80dd9e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000050_b9e5995b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000050_b9e5995b.szar new file mode 100644 index 00000000..64a18ddf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000050_b9e5995b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000051_12f06dd3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000051_12f06dd3.szar new file mode 100644 index 00000000..88b06029 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000051_12f06dd3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000052_27396296.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000052_27396296.szar new file mode 100644 index 00000000..836d284c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000052_27396296.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000053_c24ae824.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000053_c24ae824.szar new file mode 100644 index 00000000..14eb53fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000053_c24ae824.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000054_d0f4ed75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000054_d0f4ed75.szar new file mode 100644 index 00000000..1e82776a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000054_d0f4ed75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000055_fcd3356f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000055_fcd3356f.szar new file mode 100644 index 00000000..c0cdb3db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000055_fcd3356f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000056_949b88ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000056_949b88ca.szar new file mode 100644 index 00000000..7cb6b498 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000056_949b88ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000057_b1160110.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000057_b1160110.szar new file mode 100644 index 00000000..55464627 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000057_b1160110.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000058_95048766.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000058_95048766.szar new file mode 100644 index 00000000..18e97f0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000058_95048766.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000059_98b2cb8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000059_98b2cb8d.szar new file mode 100644 index 00000000..6f762c7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000059_98b2cb8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000060_01371a11.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000060_01371a11.szar new file mode 100644 index 00000000..56c37e71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000060_01371a11.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000061_164fc59b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000061_164fc59b.szar new file mode 100644 index 00000000..bc0af6b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000061_164fc59b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000062_f327897f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000062_f327897f.szar new file mode 100644 index 00000000..98ffa941 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000062_f327897f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000063_2e01d56e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000063_2e01d56e.szar new file mode 100644 index 00000000..0617b099 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000063_2e01d56e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000064_cb825d8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000064_cb825d8d.szar new file mode 100644 index 00000000..4d646596 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000064_cb825d8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000065_21195c50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000065_21195c50.szar new file mode 100644 index 00000000..051ffa71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000065_21195c50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000066_3febe014.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000066_3febe014.szar new file mode 100644 index 00000000..ca26dadb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000066_3febe014.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000067_24e2079a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000067_24e2079a.szar new file mode 100644 index 00000000..27672a6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000067_24e2079a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000068_5321a7b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000068_5321a7b2.szar new file mode 100644 index 00000000..1ebced9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000068_5321a7b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000069_eee9d714.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000069_eee9d714.szar new file mode 100644 index 00000000..e7f312a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000069_eee9d714.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000070_29044e30.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000070_29044e30.szar new file mode 100644 index 00000000..a46525c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/archive/delta_00000000000000000070_29044e30.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000001_8f80fe41.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000001_8f80fe41.szcp new file mode 100644 index 00000000..cea330ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000001_8f80fe41.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000002_134c5157.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000002_134c5157.szcp new file mode 100644 index 00000000..7e71db5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000002_134c5157.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000003_7a132e21.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000003_7a132e21.szcp new file mode 100644 index 00000000..5d714530 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000003_7a132e21.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000004_71f2c293.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000004_71f2c293.szcp new file mode 100644 index 00000000..38f7dcb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000004_71f2c293.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000005_3fddea37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000005_3fddea37.szcp new file mode 100644 index 00000000..bc83dc2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000005_3fddea37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000006_614310c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000006_614310c3.szcp new file mode 100644 index 00000000..746d197b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000006_614310c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000007_8272bf2a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000007_8272bf2a.szcp new file mode 100644 index 00000000..b0f139aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000007_8272bf2a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000008_a37f8f7e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000008_a37f8f7e.szcp new file mode 100644 index 00000000..6dbb0543 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000008_a37f8f7e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000009_f40fd4e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000009_f40fd4e3.szcp new file mode 100644 index 00000000..a10a77be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000009_f40fd4e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000010_a4e551f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000010_a4e551f0.szcp new file mode 100644 index 00000000..16e730c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000010_a4e551f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000011_7ed86d8c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000011_7ed86d8c.szcp new file mode 100644 index 00000000..ae14e625 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000011_7ed86d8c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000012_566f2d1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000012_566f2d1f.szcp new file mode 100644 index 00000000..c63720d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000012_566f2d1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000013_acedcd70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000013_acedcd70.szcp new file mode 100644 index 00000000..e62cf9da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000013_acedcd70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000014_b0705a99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000014_b0705a99.szcp new file mode 100644 index 00000000..16843372 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000014_b0705a99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000015_96e19659.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000015_96e19659.szcp new file mode 100644 index 00000000..d5632d0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000015_96e19659.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000016_9327426d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000016_9327426d.szcp new file mode 100644 index 00000000..fc8ab823 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000016_9327426d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000017_cdb53c3e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000017_cdb53c3e.szcp new file mode 100644 index 00000000..96875309 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000017_cdb53c3e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000018_af51013e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000018_af51013e.szcp new file mode 100644 index 00000000..43dc2a9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000018_af51013e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000019_ba3ecab6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000019_ba3ecab6.szcp new file mode 100644 index 00000000..abfeb3fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000019_ba3ecab6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000020_56c694d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000020_56c694d8.szcp new file mode 100644 index 00000000..0f366e0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000020_56c694d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000021_4d3afb83.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000021_4d3afb83.szcp new file mode 100644 index 00000000..1d7ba717 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000021_4d3afb83.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000022_4bf62883.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000022_4bf62883.szcp new file mode 100644 index 00000000..f88eec7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000022_4bf62883.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000023_b448be7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000023_b448be7c.szcp new file mode 100644 index 00000000..e4cb722d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000023_b448be7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000024_7ee577f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000024_7ee577f6.szcp new file mode 100644 index 00000000..00261ee6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000024_7ee577f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000025_18aa95af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000025_18aa95af.szcp new file mode 100644 index 00000000..f5529c38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000025_18aa95af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000026_4f69650b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000026_4f69650b.szcp new file mode 100644 index 00000000..68b59cab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000026_4f69650b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000027_bba111ff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000027_bba111ff.szcp new file mode 100644 index 00000000..1b9e490d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000027_bba111ff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000028_b7de7136.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000028_b7de7136.szcp new file mode 100644 index 00000000..8538e945 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000028_b7de7136.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000029_d6a8c2ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000029_d6a8c2ea.szcp new file mode 100644 index 00000000..73bc88e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000029_d6a8c2ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000030_707ac759.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000030_707ac759.szcp new file mode 100644 index 00000000..c5baf457 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000030_707ac759.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000031_f1dfcf95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000031_f1dfcf95.szcp new file mode 100644 index 00000000..ae5e4adc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000031_f1dfcf95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000032_a5b1c27e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000032_a5b1c27e.szcp new file mode 100644 index 00000000..81a54859 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000032_a5b1c27e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000033_b70e4325.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000033_b70e4325.szcp new file mode 100644 index 00000000..ce08e2c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000033_b70e4325.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000034_78e9ff0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000034_78e9ff0c.szcp new file mode 100644 index 00000000..b4ec624a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000034_78e9ff0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000035_b6e1cd6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000035_b6e1cd6a.szcp new file mode 100644 index 00000000..1fc042cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000035_b6e1cd6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000036_5f90031f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000036_5f90031f.szcp new file mode 100644 index 00000000..e26493e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000036_5f90031f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000037_e7e48724.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000037_e7e48724.szcp new file mode 100644 index 00000000..780e2481 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000037_e7e48724.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000038_a0e2a9fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000038_a0e2a9fc.szcp new file mode 100644 index 00000000..1c0c06ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000038_a0e2a9fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000039_69489ed3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000039_69489ed3.szcp new file mode 100644 index 00000000..ccc37eeb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000039_69489ed3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000040_e9e75bb6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000040_e9e75bb6.szcp new file mode 100644 index 00000000..8eac6a13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000040_e9e75bb6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000041_13ac7a2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000041_13ac7a2d.szcp new file mode 100644 index 00000000..bfd46c2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000041_13ac7a2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000042_d09076e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000042_d09076e4.szcp new file mode 100644 index 00000000..621a030a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000042_d09076e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000043_105d7270.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000043_105d7270.szcp new file mode 100644 index 00000000..d9b0ae64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000043_105d7270.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000044_df14d51f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000044_df14d51f.szcp new file mode 100644 index 00000000..06ea81b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000044_df14d51f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000045_f77c131b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000045_f77c131b.szcp new file mode 100644 index 00000000..73759315 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000045_f77c131b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000046_dbc9da1e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000046_dbc9da1e.szcp new file mode 100644 index 00000000..ea1ab366 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000046_dbc9da1e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000047_c296fb67.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000047_c296fb67.szcp new file mode 100644 index 00000000..2dca4122 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000047_c296fb67.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000048_27af09cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000048_27af09cb.szcp new file mode 100644 index 00000000..509da83f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000048_27af09cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000049_978fb5d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000049_978fb5d1.szcp new file mode 100644 index 00000000..38775def Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000049_978fb5d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000050_aa7738e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000050_aa7738e4.szcp new file mode 100644 index 00000000..552f5f9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000050_aa7738e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000051_7ea6216c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000051_7ea6216c.szcp new file mode 100644 index 00000000..532d7b3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000051_7ea6216c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000052_c771ae95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000052_c771ae95.szcp new file mode 100644 index 00000000..157997eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000052_c771ae95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000053_4d6a9861.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000053_4d6a9861.szcp new file mode 100644 index 00000000..2bc78dfd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000053_4d6a9861.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000054_d1045dc4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000054_d1045dc4.szcp new file mode 100644 index 00000000..0bc1bbdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000054_d1045dc4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000055_6d26fb5b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000055_6d26fb5b.szcp new file mode 100644 index 00000000..1e09c2d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000055_6d26fb5b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000056_ee7add4e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000056_ee7add4e.szcp new file mode 100644 index 00000000..be4a7975 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000056_ee7add4e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000057_aa00f336.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000057_aa00f336.szcp new file mode 100644 index 00000000..be039b72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000057_aa00f336.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000058_6cf3ac5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000058_6cf3ac5a.szcp new file mode 100644 index 00000000..2be129af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000058_6cf3ac5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000059_30d0ae48.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000059_30d0ae48.szcp new file mode 100644 index 00000000..a6a8ac47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000059_30d0ae48.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000060_79c50bbf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000060_79c50bbf.szcp new file mode 100644 index 00000000..a12f18ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000060_79c50bbf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000061_eec79183.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000061_eec79183.szcp new file mode 100644 index 00000000..29ce9449 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000061_eec79183.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000062_e72414e0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000062_e72414e0.szcp new file mode 100644 index 00000000..bc929fc7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000062_e72414e0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000063_b36b557b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000063_b36b557b.szcp new file mode 100644 index 00000000..e76f79dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000063_b36b557b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000064_5d44ac6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000064_5d44ac6f.szcp new file mode 100644 index 00000000..1afd8936 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000064_5d44ac6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000065_9aab4671.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000065_9aab4671.szcp new file mode 100644 index 00000000..3177ada0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000065_9aab4671.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000066_9d0a2642.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000066_9d0a2642.szcp new file mode 100644 index 00000000..d1e745cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000066_9d0a2642.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000067_f708ac42.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000067_f708ac42.szcp new file mode 100644 index 00000000..ac0e3573 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000067_f708ac42.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000068_9d6ef3cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000068_9d6ef3cd.szcp new file mode 100644 index 00000000..385cbb42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000068_9d6ef3cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000069_8f1eafe4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000069_8f1eafe4.szcp new file mode 100644 index 00000000..dc8842c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000069_8f1eafe4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000070_4feab1f1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000070_4feab1f1.szcp new file mode 100644 index 00000000..3ad988c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_018/checkpoints/checkpoint_00000000000000000070_4feab1f1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000001_abbf5e21.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000001_abbf5e21.szar new file mode 100644 index 00000000..d2bd718f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000001_abbf5e21.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000002_de7da9b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000002_de7da9b9.szar new file mode 100644 index 00000000..172ab1d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000002_de7da9b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000003_a1dd810b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000003_a1dd810b.szar new file mode 100644 index 00000000..98dbd3d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000003_a1dd810b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000004_f330a7bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000004_f330a7bc.szar new file mode 100644 index 00000000..2e722e07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000004_f330a7bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000005_b021b0cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000005_b021b0cf.szar new file mode 100644 index 00000000..1646d7be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000005_b021b0cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000006_72b868eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000006_72b868eb.szar new file mode 100644 index 00000000..6991d154 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000006_72b868eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000007_6c488ab1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000007_6c488ab1.szar new file mode 100644 index 00000000..90451bb6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000007_6c488ab1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000008_70e8c201.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000008_70e8c201.szar new file mode 100644 index 00000000..22c4cd3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000008_70e8c201.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000009_abd5b746.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000009_abd5b746.szar new file mode 100644 index 00000000..45b06f2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000009_abd5b746.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000010_eeccc1a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000010_eeccc1a5.szar new file mode 100644 index 00000000..955fde71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000010_eeccc1a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000011_f18b2a09.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000011_f18b2a09.szar new file mode 100644 index 00000000..269e18e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000011_f18b2a09.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000012_fc9bd413.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000012_fc9bd413.szar new file mode 100644 index 00000000..9c066eb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000012_fc9bd413.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000013_815d4564.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000013_815d4564.szar new file mode 100644 index 00000000..13049f16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000013_815d4564.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000014_02beaab2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000014_02beaab2.szar new file mode 100644 index 00000000..eed378a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000014_02beaab2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000015_1797113c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000015_1797113c.szar new file mode 100644 index 00000000..b03e9aa5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000015_1797113c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000016_d9664226.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000016_d9664226.szar new file mode 100644 index 00000000..2134a98b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000016_d9664226.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000017_7b6965c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000017_7b6965c1.szar new file mode 100644 index 00000000..493df461 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000017_7b6965c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000018_6fa905db.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000018_6fa905db.szar new file mode 100644 index 00000000..3cf97488 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000018_6fa905db.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000019_469c82bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000019_469c82bb.szar new file mode 100644 index 00000000..a0d74f39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000019_469c82bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000020_3552c05d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000020_3552c05d.szar new file mode 100644 index 00000000..b88344eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000020_3552c05d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000021_8ec1808c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000021_8ec1808c.szar new file mode 100644 index 00000000..42ffb5c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000021_8ec1808c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000022_51adf96c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000022_51adf96c.szar new file mode 100644 index 00000000..fd3e56c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000022_51adf96c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000023_7761af4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000023_7761af4c.szar new file mode 100644 index 00000000..16c789ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000023_7761af4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000024_eb5832b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000024_eb5832b4.szar new file mode 100644 index 00000000..126622b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000024_eb5832b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000025_481531e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000025_481531e2.szar new file mode 100644 index 00000000..ab68d428 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000025_481531e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000026_a3520be2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000026_a3520be2.szar new file mode 100644 index 00000000..fd030bdb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000026_a3520be2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000027_7ba7a2e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000027_7ba7a2e9.szar new file mode 100644 index 00000000..f412be4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000027_7ba7a2e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000028_0a9092f9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000028_0a9092f9.szar new file mode 100644 index 00000000..a90ecc12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000028_0a9092f9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000029_c1ec50d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000029_c1ec50d2.szar new file mode 100644 index 00000000..eaf28b14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000029_c1ec50d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000030_38fd53c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000030_38fd53c4.szar new file mode 100644 index 00000000..f62646be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000030_38fd53c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000031_dae1f7cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000031_dae1f7cd.szar new file mode 100644 index 00000000..a4425d22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000031_dae1f7cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000032_0457095c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000032_0457095c.szar new file mode 100644 index 00000000..baaacf72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000032_0457095c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000033_e2a949b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000033_e2a949b7.szar new file mode 100644 index 00000000..cc945953 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000033_e2a949b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000034_cce1e2ba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000034_cce1e2ba.szar new file mode 100644 index 00000000..81555cc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000034_cce1e2ba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000035_3ded4351.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000035_3ded4351.szar new file mode 100644 index 00000000..ffb07c50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000035_3ded4351.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000036_035b0852.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000036_035b0852.szar new file mode 100644 index 00000000..fa34029a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000036_035b0852.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000037_dc148c52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000037_dc148c52.szar new file mode 100644 index 00000000..eefb7594 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000037_dc148c52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000038_dab29c44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000038_dab29c44.szar new file mode 100644 index 00000000..2842add9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000038_dab29c44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000039_1ac481b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000039_1ac481b8.szar new file mode 100644 index 00000000..491c9bfd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000039_1ac481b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000040_150da17e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000040_150da17e.szar new file mode 100644 index 00000000..8c33126e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000040_150da17e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000041_a7de899f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000041_a7de899f.szar new file mode 100644 index 00000000..d7cc63e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000041_a7de899f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000042_b86b5ee2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000042_b86b5ee2.szar new file mode 100644 index 00000000..fa122fc6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000042_b86b5ee2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000043_3dc81537.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000043_3dc81537.szar new file mode 100644 index 00000000..b062750f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000043_3dc81537.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000044_1e7083dc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000044_1e7083dc.szar new file mode 100644 index 00000000..08baf33a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000044_1e7083dc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000045_5c08294e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000045_5c08294e.szar new file mode 100644 index 00000000..1856083c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000045_5c08294e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000046_f3160afd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000046_f3160afd.szar new file mode 100644 index 00000000..3ef87b2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000046_f3160afd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000047_3e03aa73.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000047_3e03aa73.szar new file mode 100644 index 00000000..80f8011f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000047_3e03aa73.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000048_993e1fa1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000048_993e1fa1.szar new file mode 100644 index 00000000..7ba00b52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000048_993e1fa1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000049_ffdb6a38.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000049_ffdb6a38.szar new file mode 100644 index 00000000..349a140a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000049_ffdb6a38.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000050_96b9e1ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000050_96b9e1ed.szar new file mode 100644 index 00000000..66a4322e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000050_96b9e1ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000051_80e3e212.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000051_80e3e212.szar new file mode 100644 index 00000000..d786e81b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000051_80e3e212.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000052_75d73f21.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000052_75d73f21.szar new file mode 100644 index 00000000..589f6b1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000052_75d73f21.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000053_1ec4a87b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000053_1ec4a87b.szar new file mode 100644 index 00000000..5459fe42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000053_1ec4a87b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000054_d22a9e5f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000054_d22a9e5f.szar new file mode 100644 index 00000000..7fc32bc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000054_d22a9e5f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000055_6ad83ec9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000055_6ad83ec9.szar new file mode 100644 index 00000000..f5bc3b38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000055_6ad83ec9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000056_032bc6cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000056_032bc6cf.szar new file mode 100644 index 00000000..02eeba37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000056_032bc6cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000057_2c993822.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000057_2c993822.szar new file mode 100644 index 00000000..2736769c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000057_2c993822.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000058_bb3f7c0e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000058_bb3f7c0e.szar new file mode 100644 index 00000000..a8bf4bdd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000058_bb3f7c0e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000059_665d2b61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000059_665d2b61.szar new file mode 100644 index 00000000..d1443033 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000059_665d2b61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000060_3a769e72.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000060_3a769e72.szar new file mode 100644 index 00000000..4d9d4cbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000060_3a769e72.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000061_f9e2f85d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000061_f9e2f85d.szar new file mode 100644 index 00000000..00b64812 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000061_f9e2f85d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000062_b3fc3cfb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000062_b3fc3cfb.szar new file mode 100644 index 00000000..37c33140 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000062_b3fc3cfb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000063_cf26a451.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000063_cf26a451.szar new file mode 100644 index 00000000..082515be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000063_cf26a451.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000064_7a89d9c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000064_7a89d9c6.szar new file mode 100644 index 00000000..1a6923e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000064_7a89d9c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000065_a00c77d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000065_a00c77d5.szar new file mode 100644 index 00000000..93d1b5ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000065_a00c77d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000066_62dde7bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000066_62dde7bd.szar new file mode 100644 index 00000000..c016522a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/archive/delta_00000000000000000066_62dde7bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000001_9dec05ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000001_9dec05ea.szcp new file mode 100644 index 00000000..14626f8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000001_9dec05ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000002_b36d95f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000002_b36d95f6.szcp new file mode 100644 index 00000000..3a0eeb72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000002_b36d95f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000003_dd10f16e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000003_dd10f16e.szcp new file mode 100644 index 00000000..fc3563ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000003_dd10f16e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000004_dd0fe339.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000004_dd0fe339.szcp new file mode 100644 index 00000000..bfb5dfb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000004_dd0fe339.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000005_c7585650.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000005_c7585650.szcp new file mode 100644 index 00000000..cedb6900 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000005_c7585650.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000006_b50a4e05.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000006_b50a4e05.szcp new file mode 100644 index 00000000..70c486b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000006_b50a4e05.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000007_a606eb10.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000007_a606eb10.szcp new file mode 100644 index 00000000..162bb88e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000007_a606eb10.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000008_e6a6fefc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000008_e6a6fefc.szcp new file mode 100644 index 00000000..b82efa2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000008_e6a6fefc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000009_77ab2250.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000009_77ab2250.szcp new file mode 100644 index 00000000..375723b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000009_77ab2250.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000010_4818b924.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000010_4818b924.szcp new file mode 100644 index 00000000..58532ca9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000010_4818b924.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000011_d38b6cac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000011_d38b6cac.szcp new file mode 100644 index 00000000..edc1e39b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000011_d38b6cac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000012_b6b06e6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000012_b6b06e6a.szcp new file mode 100644 index 00000000..fda4294e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000012_b6b06e6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000013_44085f78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000013_44085f78.szcp new file mode 100644 index 00000000..acc8a723 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000013_44085f78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000014_ee42c448.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000014_ee42c448.szcp new file mode 100644 index 00000000..35ef52c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000014_ee42c448.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000015_a3ed0b0f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000015_a3ed0b0f.szcp new file mode 100644 index 00000000..707d2224 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000015_a3ed0b0f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000016_9684a943.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000016_9684a943.szcp new file mode 100644 index 00000000..4995a76e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000016_9684a943.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000017_22347457.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000017_22347457.szcp new file mode 100644 index 00000000..38a55f2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000017_22347457.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000018_f2b8c7b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000018_f2b8c7b9.szcp new file mode 100644 index 00000000..894d9ee5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000018_f2b8c7b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000019_7afaa425.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000019_7afaa425.szcp new file mode 100644 index 00000000..7ebe3d45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000019_7afaa425.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000020_a14ab034.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000020_a14ab034.szcp new file mode 100644 index 00000000..42dd48a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000020_a14ab034.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000021_6027d064.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000021_6027d064.szcp new file mode 100644 index 00000000..712eb61a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000021_6027d064.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000022_8da0c61a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000022_8da0c61a.szcp new file mode 100644 index 00000000..858d248b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000022_8da0c61a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000023_6c8f8380.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000023_6c8f8380.szcp new file mode 100644 index 00000000..1ec5c15c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000023_6c8f8380.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000024_24fd06b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000024_24fd06b2.szcp new file mode 100644 index 00000000..0aeb135b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000024_24fd06b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000025_e85676cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000025_e85676cb.szcp new file mode 100644 index 00000000..de537a65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000025_e85676cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000026_310ca4b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000026_310ca4b4.szcp new file mode 100644 index 00000000..59b3e484 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000026_310ca4b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000027_3443b892.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000027_3443b892.szcp new file mode 100644 index 00000000..abce2fb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000027_3443b892.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000028_c0bb39c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000028_c0bb39c6.szcp new file mode 100644 index 00000000..165937f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000028_c0bb39c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000029_53bf5df7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000029_53bf5df7.szcp new file mode 100644 index 00000000..cfa4fc25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000029_53bf5df7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000030_ebe3a8f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000030_ebe3a8f7.szcp new file mode 100644 index 00000000..01288d25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000030_ebe3a8f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000031_030d1fa8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000031_030d1fa8.szcp new file mode 100644 index 00000000..55076ae9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000031_030d1fa8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000032_cb7a506e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000032_cb7a506e.szcp new file mode 100644 index 00000000..d65b246b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000032_cb7a506e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000033_482461ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000033_482461ee.szcp new file mode 100644 index 00000000..efd11300 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000033_482461ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000034_d6e75f31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000034_d6e75f31.szcp new file mode 100644 index 00000000..253ce5c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000034_d6e75f31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000035_0ad9fb68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000035_0ad9fb68.szcp new file mode 100644 index 00000000..d20642da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000035_0ad9fb68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000036_047aa29b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000036_047aa29b.szcp new file mode 100644 index 00000000..483c0a05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000036_047aa29b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000037_096aa3b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000037_096aa3b9.szcp new file mode 100644 index 00000000..a5b1127e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000037_096aa3b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000038_b01af0f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000038_b01af0f6.szcp new file mode 100644 index 00000000..c8f8307e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000038_b01af0f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000039_f34600f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000039_f34600f9.szcp new file mode 100644 index 00000000..4aaeb6ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000039_f34600f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000040_b0b9379c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000040_b0b9379c.szcp new file mode 100644 index 00000000..608e0074 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000040_b0b9379c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000041_678bb2b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000041_678bb2b5.szcp new file mode 100644 index 00000000..41d3b7de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000041_678bb2b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000042_37e85882.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000042_37e85882.szcp new file mode 100644 index 00000000..97297ca8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000042_37e85882.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000043_df162ec0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000043_df162ec0.szcp new file mode 100644 index 00000000..707b81e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000043_df162ec0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000044_8bc1627b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000044_8bc1627b.szcp new file mode 100644 index 00000000..18be0070 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000044_8bc1627b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000045_395d434d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000045_395d434d.szcp new file mode 100644 index 00000000..bc901a0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000045_395d434d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000046_37f01684.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000046_37f01684.szcp new file mode 100644 index 00000000..3d87e364 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000046_37f01684.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000047_10188115.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000047_10188115.szcp new file mode 100644 index 00000000..a7c63ad4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000047_10188115.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000048_353b2471.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000048_353b2471.szcp new file mode 100644 index 00000000..3386ced6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000048_353b2471.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000049_4a3fae31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000049_4a3fae31.szcp new file mode 100644 index 00000000..010397ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000049_4a3fae31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000050_ed649052.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000050_ed649052.szcp new file mode 100644 index 00000000..df66302a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000050_ed649052.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000051_e7aed131.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000051_e7aed131.szcp new file mode 100644 index 00000000..ecb9c0fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000051_e7aed131.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000052_746a0c91.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000052_746a0c91.szcp new file mode 100644 index 00000000..21e81031 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000052_746a0c91.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000053_596454f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000053_596454f9.szcp new file mode 100644 index 00000000..efebd2f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000053_596454f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000054_c6496872.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000054_c6496872.szcp new file mode 100644 index 00000000..bd0fec89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000054_c6496872.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000055_85f4cea9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000055_85f4cea9.szcp new file mode 100644 index 00000000..6825aa60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000055_85f4cea9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000056_e2193041.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000056_e2193041.szcp new file mode 100644 index 00000000..702bd25a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000056_e2193041.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000057_4d088a10.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000057_4d088a10.szcp new file mode 100644 index 00000000..80ce1320 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000057_4d088a10.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000058_ec7da8b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000058_ec7da8b7.szcp new file mode 100644 index 00000000..74812190 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000058_ec7da8b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000059_772de357.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000059_772de357.szcp new file mode 100644 index 00000000..abef50cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000059_772de357.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000060_c1a7d105.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000060_c1a7d105.szcp new file mode 100644 index 00000000..07b6cd48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000060_c1a7d105.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000061_ce044f75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000061_ce044f75.szcp new file mode 100644 index 00000000..1c5a14c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000061_ce044f75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000062_919caacc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000062_919caacc.szcp new file mode 100644 index 00000000..ad6abaee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000062_919caacc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000063_a191d4eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000063_a191d4eb.szcp new file mode 100644 index 00000000..3817a408 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000063_a191d4eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000064_b25213bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000064_b25213bb.szcp new file mode 100644 index 00000000..7b9323b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000064_b25213bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000065_eaf19a4a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000065_eaf19a4a.szcp new file mode 100644 index 00000000..cd7a0741 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000065_eaf19a4a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000066_a6ba8e68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000066_a6ba8e68.szcp new file mode 100644 index 00000000..8b149bb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_019/checkpoints/checkpoint_00000000000000000066_a6ba8e68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000001_978e3b00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000001_978e3b00.szar new file mode 100644 index 00000000..eb510b67 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000001_978e3b00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000002_e7c93775.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000002_e7c93775.szar new file mode 100644 index 00000000..ca7acff4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000002_e7c93775.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000003_53f705a8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000003_53f705a8.szar new file mode 100644 index 00000000..cbc3ac82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000003_53f705a8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000004_01025e0b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000004_01025e0b.szar new file mode 100644 index 00000000..f01e7aff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000004_01025e0b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000005_665542fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000005_665542fd.szar new file mode 100644 index 00000000..51b5ed78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000005_665542fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000006_20125b96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000006_20125b96.szar new file mode 100644 index 00000000..24d1b827 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000006_20125b96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000007_4b38b2ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000007_4b38b2ea.szar new file mode 100644 index 00000000..5d6d203a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000007_4b38b2ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000008_1b24a18f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000008_1b24a18f.szar new file mode 100644 index 00000000..bae3cee1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000008_1b24a18f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000009_1a3422d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000009_1a3422d1.szar new file mode 100644 index 00000000..3e6ce3f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000009_1a3422d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000010_4f0eb2eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000010_4f0eb2eb.szar new file mode 100644 index 00000000..a14c6c02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000010_4f0eb2eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000011_b98f1aea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000011_b98f1aea.szar new file mode 100644 index 00000000..13c5813a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000011_b98f1aea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000012_3ce39ad7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000012_3ce39ad7.szar new file mode 100644 index 00000000..a2746f3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000012_3ce39ad7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000013_328f9b6a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000013_328f9b6a.szar new file mode 100644 index 00000000..3ea09b26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000013_328f9b6a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000014_88253b68.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000014_88253b68.szar new file mode 100644 index 00000000..7898a32e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000014_88253b68.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000015_bdabe363.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000015_bdabe363.szar new file mode 100644 index 00000000..e4f1c386 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000015_bdabe363.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000016_ef682046.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000016_ef682046.szar new file mode 100644 index 00000000..bebda829 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000016_ef682046.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000017_bb1e689b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000017_bb1e689b.szar new file mode 100644 index 00000000..9fe9dbaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000017_bb1e689b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000018_b6586049.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000018_b6586049.szar new file mode 100644 index 00000000..ddd72c44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000018_b6586049.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000019_e11f41ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000019_e11f41ef.szar new file mode 100644 index 00000000..6650be6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000019_e11f41ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000020_c83ccb76.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000020_c83ccb76.szar new file mode 100644 index 00000000..76b9c66e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000020_c83ccb76.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000021_8a301deb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000021_8a301deb.szar new file mode 100644 index 00000000..a5b91965 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000021_8a301deb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000022_81586cc0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000022_81586cc0.szar new file mode 100644 index 00000000..341c9831 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000022_81586cc0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000023_ebb2b5e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000023_ebb2b5e3.szar new file mode 100644 index 00000000..4f4683f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000023_ebb2b5e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000024_60c819dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000024_60c819dd.szar new file mode 100644 index 00000000..56e7a1e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000024_60c819dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000025_4c5e8dfb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000025_4c5e8dfb.szar new file mode 100644 index 00000000..689bcc48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000025_4c5e8dfb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000026_554fd3e0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000026_554fd3e0.szar new file mode 100644 index 00000000..8d1f1cd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000026_554fd3e0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000027_bb06af7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000027_bb06af7d.szar new file mode 100644 index 00000000..81d43eea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000027_bb06af7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000028_db25bef0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000028_db25bef0.szar new file mode 100644 index 00000000..31f77bef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000028_db25bef0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000029_351a7bab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000029_351a7bab.szar new file mode 100644 index 00000000..31974241 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000029_351a7bab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000030_965f42fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000030_965f42fb.szar new file mode 100644 index 00000000..25221349 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000030_965f42fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000031_d5e9ac7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000031_d5e9ac7b.szar new file mode 100644 index 00000000..1020fa1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000031_d5e9ac7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000032_d6913bfa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000032_d6913bfa.szar new file mode 100644 index 00000000..31a1b1d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000032_d6913bfa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000033_ab176ddb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000033_ab176ddb.szar new file mode 100644 index 00000000..25e335de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000033_ab176ddb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000034_477c9216.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000034_477c9216.szar new file mode 100644 index 00000000..6759553a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000034_477c9216.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000035_f659158d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000035_f659158d.szar new file mode 100644 index 00000000..d16440d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000035_f659158d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000036_aea6184a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000036_aea6184a.szar new file mode 100644 index 00000000..edb9e90a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000036_aea6184a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000037_ff6a1487.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000037_ff6a1487.szar new file mode 100644 index 00000000..b766800b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000037_ff6a1487.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000038_44ef571c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000038_44ef571c.szar new file mode 100644 index 00000000..22ef436d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000038_44ef571c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000039_502a0c00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000039_502a0c00.szar new file mode 100644 index 00000000..69f99738 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000039_502a0c00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000040_2ee6f562.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000040_2ee6f562.szar new file mode 100644 index 00000000..f08fe874 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000040_2ee6f562.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000041_3ebbebb1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000041_3ebbebb1.szar new file mode 100644 index 00000000..a6b97d97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000041_3ebbebb1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000042_355f81d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000042_355f81d4.szar new file mode 100644 index 00000000..d27632e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000042_355f81d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000043_973edacd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000043_973edacd.szar new file mode 100644 index 00000000..7f9508bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000043_973edacd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000044_30b4d3fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000044_30b4d3fd.szar new file mode 100644 index 00000000..14e451ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000044_30b4d3fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000045_fc1de3be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000045_fc1de3be.szar new file mode 100644 index 00000000..2aa06212 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000045_fc1de3be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000046_197794c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000046_197794c4.szar new file mode 100644 index 00000000..2ae066e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000046_197794c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000047_0b2dc6e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000047_0b2dc6e9.szar new file mode 100644 index 00000000..286286f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000047_0b2dc6e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000048_26cd1324.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000048_26cd1324.szar new file mode 100644 index 00000000..66c15910 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000048_26cd1324.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000049_6b71fc3d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000049_6b71fc3d.szar new file mode 100644 index 00000000..4cd6e114 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000049_6b71fc3d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000050_f573d4b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000050_f573d4b2.szar new file mode 100644 index 00000000..83f71a3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000050_f573d4b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000051_3250ace4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000051_3250ace4.szar new file mode 100644 index 00000000..48141ac2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000051_3250ace4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000052_8acada2a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000052_8acada2a.szar new file mode 100644 index 00000000..1d9b7a0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000052_8acada2a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000053_e6a6d6c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000053_e6a6d6c4.szar new file mode 100644 index 00000000..d465cd00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000053_e6a6d6c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000054_df47e236.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000054_df47e236.szar new file mode 100644 index 00000000..288dbe04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000054_df47e236.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000055_985444b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000055_985444b2.szar new file mode 100644 index 00000000..ccc9045c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000055_985444b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000056_751306ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000056_751306ea.szar new file mode 100644 index 00000000..acf364a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000056_751306ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000057_c7347335.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000057_c7347335.szar new file mode 100644 index 00000000..370a32ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000057_c7347335.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000058_4d309927.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000058_4d309927.szar new file mode 100644 index 00000000..1515508a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000058_4d309927.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000059_f64c1de4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000059_f64c1de4.szar new file mode 100644 index 00000000..8c7aa3bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000059_f64c1de4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000060_e8523f61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000060_e8523f61.szar new file mode 100644 index 00000000..dcde516d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000060_e8523f61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000061_38539358.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000061_38539358.szar new file mode 100644 index 00000000..e887c048 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000061_38539358.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000062_cd875233.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000062_cd875233.szar new file mode 100644 index 00000000..926afa40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000062_cd875233.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000063_6da51e25.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000063_6da51e25.szar new file mode 100644 index 00000000..d77ed8f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000063_6da51e25.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000064_b20a3963.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000064_b20a3963.szar new file mode 100644 index 00000000..c6f353e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000064_b20a3963.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000065_53b4130b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000065_53b4130b.szar new file mode 100644 index 00000000..f4a00515 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000065_53b4130b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000066_a58475b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000066_a58475b4.szar new file mode 100644 index 00000000..ac1bafc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/archive/delta_00000000000000000066_a58475b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000001_2a5dd797.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000001_2a5dd797.szcp new file mode 100644 index 00000000..57984973 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000001_2a5dd797.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000002_fcb72117.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000002_fcb72117.szcp new file mode 100644 index 00000000..ef2ae414 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000002_fcb72117.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000003_210223be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000003_210223be.szcp new file mode 100644 index 00000000..ea204138 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000003_210223be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000004_3d52e5ef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000004_3d52e5ef.szcp new file mode 100644 index 00000000..dd216e52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000004_3d52e5ef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000005_4221c5c4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000005_4221c5c4.szcp new file mode 100644 index 00000000..563617c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000005_4221c5c4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000006_f9c108f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000006_f9c108f3.szcp new file mode 100644 index 00000000..4260277f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000006_f9c108f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000007_888821c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000007_888821c9.szcp new file mode 100644 index 00000000..58cb522f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000007_888821c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000008_c52e0f2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000008_c52e0f2b.szcp new file mode 100644 index 00000000..e18a133d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000008_c52e0f2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000009_0510da8a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000009_0510da8a.szcp new file mode 100644 index 00000000..e9dad49d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000009_0510da8a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000010_2827c1db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000010_2827c1db.szcp new file mode 100644 index 00000000..68145833 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000010_2827c1db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000011_ff64d740.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000011_ff64d740.szcp new file mode 100644 index 00000000..e0f9f656 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000011_ff64d740.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000012_da6a0199.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000012_da6a0199.szcp new file mode 100644 index 00000000..540f4715 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000012_da6a0199.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000013_ec2136f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000013_ec2136f6.szcp new file mode 100644 index 00000000..0b09d4e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000013_ec2136f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000014_46bcb791.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000014_46bcb791.szcp new file mode 100644 index 00000000..29c70ea7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000014_46bcb791.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000015_93e3da35.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000015_93e3da35.szcp new file mode 100644 index 00000000..d622d359 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000015_93e3da35.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000016_260803e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000016_260803e6.szcp new file mode 100644 index 00000000..e6ad98b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000016_260803e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000017_605b48aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000017_605b48aa.szcp new file mode 100644 index 00000000..5958b4b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000017_605b48aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000018_e65b1c4a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000018_e65b1c4a.szcp new file mode 100644 index 00000000..074db59d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000018_e65b1c4a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000019_7f732f5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000019_7f732f5d.szcp new file mode 100644 index 00000000..c1833913 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000019_7f732f5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000020_7efca928.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000020_7efca928.szcp new file mode 100644 index 00000000..a1830a64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000020_7efca928.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000021_ec743f9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000021_ec743f9c.szcp new file mode 100644 index 00000000..7a4db457 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000021_ec743f9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000022_ec5fc50b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000022_ec5fc50b.szcp new file mode 100644 index 00000000..570287fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000022_ec5fc50b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000023_ff3d25b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000023_ff3d25b6.szcp new file mode 100644 index 00000000..0bda3b58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000023_ff3d25b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000024_c724eca0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000024_c724eca0.szcp new file mode 100644 index 00000000..e27a3821 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000024_c724eca0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000025_80bff0e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000025_80bff0e9.szcp new file mode 100644 index 00000000..96a0a064 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000025_80bff0e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000026_4642538f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000026_4642538f.szcp new file mode 100644 index 00000000..c750b72d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000026_4642538f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000027_3fd916e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000027_3fd916e2.szcp new file mode 100644 index 00000000..4bfe8c28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000027_3fd916e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000028_39ef610f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000028_39ef610f.szcp new file mode 100644 index 00000000..dce06d28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000028_39ef610f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000029_4771588c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000029_4771588c.szcp new file mode 100644 index 00000000..fa0bf246 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000029_4771588c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000030_eb504bb3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000030_eb504bb3.szcp new file mode 100644 index 00000000..3604e5a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000030_eb504bb3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000031_257817a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000031_257817a8.szcp new file mode 100644 index 00000000..e42f523c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000031_257817a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000032_7a5eb30a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000032_7a5eb30a.szcp new file mode 100644 index 00000000..1f1270cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000032_7a5eb30a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000033_62f5d216.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000033_62f5d216.szcp new file mode 100644 index 00000000..dea007a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000033_62f5d216.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000034_d932c774.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000034_d932c774.szcp new file mode 100644 index 00000000..73f79bee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000034_d932c774.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000035_7e147f0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000035_7e147f0c.szcp new file mode 100644 index 00000000..79b72c5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000035_7e147f0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000036_396667ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000036_396667ee.szcp new file mode 100644 index 00000000..d04b3892 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000036_396667ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000037_e8df9860.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000037_e8df9860.szcp new file mode 100644 index 00000000..df16acf2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000037_e8df9860.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000038_5db7eb10.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000038_5db7eb10.szcp new file mode 100644 index 00000000..c3c7d5a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000038_5db7eb10.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000039_41ca9c37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000039_41ca9c37.szcp new file mode 100644 index 00000000..cffa9ad7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000039_41ca9c37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000040_e57bec66.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000040_e57bec66.szcp new file mode 100644 index 00000000..1cae6499 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000040_e57bec66.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000041_5be5ab11.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000041_5be5ab11.szcp new file mode 100644 index 00000000..54b12a74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000041_5be5ab11.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000042_56ebd5d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000042_56ebd5d8.szcp new file mode 100644 index 00000000..d46dd516 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000042_56ebd5d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000043_700e98e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000043_700e98e3.szcp new file mode 100644 index 00000000..950fc1ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000043_700e98e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000044_7a37c663.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000044_7a37c663.szcp new file mode 100644 index 00000000..259c68e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000044_7a37c663.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000045_beb7cc08.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000045_beb7cc08.szcp new file mode 100644 index 00000000..f89c73fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000045_beb7cc08.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000046_3cff3247.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000046_3cff3247.szcp new file mode 100644 index 00000000..ee52efea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000046_3cff3247.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000047_cea840a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000047_cea840a5.szcp new file mode 100644 index 00000000..bb9f7e8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000047_cea840a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000048_5005bc37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000048_5005bc37.szcp new file mode 100644 index 00000000..49c5c79a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000048_5005bc37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000049_84923e63.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000049_84923e63.szcp new file mode 100644 index 00000000..0fc724bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000049_84923e63.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000050_6a29552f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000050_6a29552f.szcp new file mode 100644 index 00000000..72eba5ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000050_6a29552f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000051_9cf67974.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000051_9cf67974.szcp new file mode 100644 index 00000000..b9b26bf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000051_9cf67974.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000052_b179086f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000052_b179086f.szcp new file mode 100644 index 00000000..4c11b89d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000052_b179086f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000053_1b9bf51d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000053_1b9bf51d.szcp new file mode 100644 index 00000000..a8dd39ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000053_1b9bf51d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000054_bd14a474.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000054_bd14a474.szcp new file mode 100644 index 00000000..165e1c76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000054_bd14a474.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000055_94d727c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000055_94d727c6.szcp new file mode 100644 index 00000000..b7082d9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000055_94d727c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000056_f3370ea1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000056_f3370ea1.szcp new file mode 100644 index 00000000..48bc8150 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000056_f3370ea1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000057_31e0d139.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000057_31e0d139.szcp new file mode 100644 index 00000000..2c37842f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000057_31e0d139.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000058_4ef65fc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000058_4ef65fc1.szcp new file mode 100644 index 00000000..5e96fb79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000058_4ef65fc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000059_920e22bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000059_920e22bc.szcp new file mode 100644 index 00000000..1ec38fbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000059_920e22bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000060_670db40c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000060_670db40c.szcp new file mode 100644 index 00000000..158e438d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000060_670db40c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000061_d4183ff0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000061_d4183ff0.szcp new file mode 100644 index 00000000..de9ef7d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000061_d4183ff0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000062_79019482.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000062_79019482.szcp new file mode 100644 index 00000000..2718d052 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000062_79019482.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000063_727ffebb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000063_727ffebb.szcp new file mode 100644 index 00000000..e0d3a5e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000063_727ffebb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000064_83b6eaf0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000064_83b6eaf0.szcp new file mode 100644 index 00000000..118cfa0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000064_83b6eaf0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000065_06267249.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000065_06267249.szcp new file mode 100644 index 00000000..0a2dc561 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000065_06267249.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000066_43fb3524.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000066_43fb3524.szcp new file mode 100644 index 00000000..db0e84bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_020/checkpoints/checkpoint_00000000000000000066_43fb3524.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000001_f232fb3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000001_f232fb3b.szar new file mode 100644 index 00000000..2738cbca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000001_f232fb3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000002_5aa60d98.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000002_5aa60d98.szar new file mode 100644 index 00000000..a94233e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000002_5aa60d98.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000003_6bed2d44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000003_6bed2d44.szar new file mode 100644 index 00000000..c2c84d21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000003_6bed2d44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000004_eeb72fc5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000004_eeb72fc5.szar new file mode 100644 index 00000000..71bd585b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000004_eeb72fc5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000005_9dbf8858.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000005_9dbf8858.szar new file mode 100644 index 00000000..9f347980 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000005_9dbf8858.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000006_261e81ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000006_261e81ce.szar new file mode 100644 index 00000000..e076f4ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000006_261e81ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000007_602def98.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000007_602def98.szar new file mode 100644 index 00000000..fbf8eb45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000007_602def98.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000008_e6fff457.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000008_e6fff457.szar new file mode 100644 index 00000000..d462bf70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000008_e6fff457.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000009_54d718eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000009_54d718eb.szar new file mode 100644 index 00000000..57b316b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000009_54d718eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000010_94555cee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000010_94555cee.szar new file mode 100644 index 00000000..2e117abb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000010_94555cee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000011_9da64c7f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000011_9da64c7f.szar new file mode 100644 index 00000000..39666978 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000011_9da64c7f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000012_39938bd2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000012_39938bd2.szar new file mode 100644 index 00000000..7a088b83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000012_39938bd2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000013_b55c057d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000013_b55c057d.szar new file mode 100644 index 00000000..1046f0b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000013_b55c057d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000014_f1bb6cf2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000014_f1bb6cf2.szar new file mode 100644 index 00000000..c7f925d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000014_f1bb6cf2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000015_f47cedcd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000015_f47cedcd.szar new file mode 100644 index 00000000..7201014c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000015_f47cedcd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000016_549b4a82.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000016_549b4a82.szar new file mode 100644 index 00000000..81f3869f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000016_549b4a82.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000017_a91e74c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000017_a91e74c6.szar new file mode 100644 index 00000000..c09aa98a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000017_a91e74c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000018_ef3619e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000018_ef3619e1.szar new file mode 100644 index 00000000..9ae7927c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000018_ef3619e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000019_1ab89f20.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000019_1ab89f20.szar new file mode 100644 index 00000000..b31898a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000019_1ab89f20.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000020_ee863407.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000020_ee863407.szar new file mode 100644 index 00000000..1be8e6fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000020_ee863407.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000021_25542a18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000021_25542a18.szar new file mode 100644 index 00000000..cdb126e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000021_25542a18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000022_c844be0d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000022_c844be0d.szar new file mode 100644 index 00000000..47e912d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000022_c844be0d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000023_98f5037b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000023_98f5037b.szar new file mode 100644 index 00000000..77fe19ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000023_98f5037b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000024_2e726470.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000024_2e726470.szar new file mode 100644 index 00000000..e26d0bd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000024_2e726470.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000025_790e89d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000025_790e89d6.szar new file mode 100644 index 00000000..14042160 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000025_790e89d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000026_fa157c2a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000026_fa157c2a.szar new file mode 100644 index 00000000..90d34624 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000026_fa157c2a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000027_b0a81fc1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000027_b0a81fc1.szar new file mode 100644 index 00000000..bae6dcb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000027_b0a81fc1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000028_e64f3c5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000028_e64f3c5e.szar new file mode 100644 index 00000000..8fc7ec8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000028_e64f3c5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000029_429f0685.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000029_429f0685.szar new file mode 100644 index 00000000..588a359a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000029_429f0685.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000030_413ce0bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000030_413ce0bb.szar new file mode 100644 index 00000000..4e17a804 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000030_413ce0bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000031_7093e95f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000031_7093e95f.szar new file mode 100644 index 00000000..9f60dfd3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000031_7093e95f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000032_1a1d128b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000032_1a1d128b.szar new file mode 100644 index 00000000..ef3e346e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000032_1a1d128b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000033_d2a63478.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000033_d2a63478.szar new file mode 100644 index 00000000..bc272746 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000033_d2a63478.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000034_8f72eb70.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000034_8f72eb70.szar new file mode 100644 index 00000000..b14872fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000034_8f72eb70.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000035_7d5be5b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000035_7d5be5b4.szar new file mode 100644 index 00000000..2ff28843 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000035_7d5be5b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000036_d32e017b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000036_d32e017b.szar new file mode 100644 index 00000000..14849094 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000036_d32e017b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000037_823cae75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000037_823cae75.szar new file mode 100644 index 00000000..ac7dff5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000037_823cae75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000038_d4d104a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000038_d4d104a2.szar new file mode 100644 index 00000000..86632533 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000038_d4d104a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000039_f4e0190e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000039_f4e0190e.szar new file mode 100644 index 00000000..0240f6eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000039_f4e0190e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000040_e9795d00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000040_e9795d00.szar new file mode 100644 index 00000000..4a1f8082 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000040_e9795d00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000041_fb8e82ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000041_fb8e82ab.szar new file mode 100644 index 00000000..d580fe12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000041_fb8e82ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000042_26f241ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000042_26f241ed.szar new file mode 100644 index 00000000..9afeef93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000042_26f241ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000043_39631e57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000043_39631e57.szar new file mode 100644 index 00000000..d2bd4ee1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000043_39631e57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000044_569a58b1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000044_569a58b1.szar new file mode 100644 index 00000000..a99f3aa9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000044_569a58b1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000045_3fb5c88c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000045_3fb5c88c.szar new file mode 100644 index 00000000..a5ca1e03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000045_3fb5c88c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000046_6a9c4c61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000046_6a9c4c61.szar new file mode 100644 index 00000000..f3b1c024 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000046_6a9c4c61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000047_d337d8d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000047_d337d8d4.szar new file mode 100644 index 00000000..9384904a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000047_d337d8d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000048_d4b0c7c9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000048_d4b0c7c9.szar new file mode 100644 index 00000000..1a2929ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000048_d4b0c7c9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000049_f5df3c05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000049_f5df3c05.szar new file mode 100644 index 00000000..9abb1c8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000049_f5df3c05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000050_acf283a8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000050_acf283a8.szar new file mode 100644 index 00000000..42a90622 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000050_acf283a8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000051_613d7b9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000051_613d7b9d.szar new file mode 100644 index 00000000..7d8dd7cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000051_613d7b9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000052_ef1b36c8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000052_ef1b36c8.szar new file mode 100644 index 00000000..7e25e0c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000052_ef1b36c8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000053_d046a41e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000053_d046a41e.szar new file mode 100644 index 00000000..714e4b48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000053_d046a41e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000054_a2368dbb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000054_a2368dbb.szar new file mode 100644 index 00000000..083d25ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000054_a2368dbb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000055_65e57598.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000055_65e57598.szar new file mode 100644 index 00000000..f506c790 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000055_65e57598.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000056_e00056d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000056_e00056d3.szar new file mode 100644 index 00000000..ec85ec23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000056_e00056d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000057_1794e229.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000057_1794e229.szar new file mode 100644 index 00000000..9967593c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000057_1794e229.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000058_e1be060b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000058_e1be060b.szar new file mode 100644 index 00000000..099e4623 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000058_e1be060b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000059_dd333aeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000059_dd333aeb.szar new file mode 100644 index 00000000..7aeb692d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000059_dd333aeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000060_dfa490ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000060_dfa490ef.szar new file mode 100644 index 00000000..dd446447 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000060_dfa490ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000061_57bac85d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000061_57bac85d.szar new file mode 100644 index 00000000..5418a3f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000061_57bac85d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000062_6997f190.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000062_6997f190.szar new file mode 100644 index 00000000..f00f3e97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000062_6997f190.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000063_a99405f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000063_a99405f2.szar new file mode 100644 index 00000000..ddfde688 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000063_a99405f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000064_0c91104e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000064_0c91104e.szar new file mode 100644 index 00000000..c5b0cd9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000064_0c91104e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000065_84c22ae3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000065_84c22ae3.szar new file mode 100644 index 00000000..9af7b05b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000065_84c22ae3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000066_c5fef32c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000066_c5fef32c.szar new file mode 100644 index 00000000..16045adc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000066_c5fef32c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000067_4b7a2528.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000067_4b7a2528.szar new file mode 100644 index 00000000..fbd0729d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000067_4b7a2528.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000068_985f57da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000068_985f57da.szar new file mode 100644 index 00000000..52ac2782 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000068_985f57da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000069_d44949b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000069_d44949b0.szar new file mode 100644 index 00000000..1212db18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/archive/delta_00000000000000000069_d44949b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000001_c394a065.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000001_c394a065.szcp new file mode 100644 index 00000000..190d75e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000001_c394a065.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000002_d9643f5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000002_d9643f5a.szcp new file mode 100644 index 00000000..f75be678 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000002_d9643f5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000003_25793181.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000003_25793181.szcp new file mode 100644 index 00000000..a17a9f5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000003_25793181.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000004_332815ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000004_332815ba.szcp new file mode 100644 index 00000000..7bbecb75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000004_332815ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000005_17a24d42.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000005_17a24d42.szcp new file mode 100644 index 00000000..6fd36507 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000005_17a24d42.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000006_a7196833.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000006_a7196833.szcp new file mode 100644 index 00000000..52e92bc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000006_a7196833.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000007_bd51472f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000007_bd51472f.szcp new file mode 100644 index 00000000..f985e299 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000007_bd51472f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000008_016e2f79.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000008_016e2f79.szcp new file mode 100644 index 00000000..ac689e29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000008_016e2f79.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000009_58b55235.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000009_58b55235.szcp new file mode 100644 index 00000000..56d0c26b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000009_58b55235.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000010_9438493e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000010_9438493e.szcp new file mode 100644 index 00000000..d184917e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000010_9438493e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000011_81fb3130.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000011_81fb3130.szcp new file mode 100644 index 00000000..1c31df20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000011_81fb3130.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000012_6afb40e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000012_6afb40e8.szcp new file mode 100644 index 00000000..6e0e64b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000012_6afb40e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000013_ef4a69ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000013_ef4a69ca.szcp new file mode 100644 index 00000000..c3ca358a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000013_ef4a69ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000014_7abc9949.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000014_7abc9949.szcp new file mode 100644 index 00000000..23d70c09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000014_7abc9949.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000015_4d327a5f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000015_4d327a5f.szcp new file mode 100644 index 00000000..24327dc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000015_4d327a5f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000016_c77a6910.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000016_c77a6910.szcp new file mode 100644 index 00000000..a6f8956a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000016_c77a6910.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000017_cd7b480e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000017_cd7b480e.szcp new file mode 100644 index 00000000..2ec61bd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000017_cd7b480e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000018_c43c1700.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000018_c43c1700.szcp new file mode 100644 index 00000000..5f1b95b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000018_c43c1700.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000019_d8798573.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000019_d8798573.szcp new file mode 100644 index 00000000..01f0a4f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000019_d8798573.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000020_e105c1d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000020_e105c1d8.szcp new file mode 100644 index 00000000..97e3f1e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000020_e105c1d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000021_61841bff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000021_61841bff.szcp new file mode 100644 index 00000000..4040ba6d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000021_61841bff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000022_480caef7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000022_480caef7.szcp new file mode 100644 index 00000000..9d2aa62c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000022_480caef7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000023_d6290280.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000023_d6290280.szcp new file mode 100644 index 00000000..eb6c51d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000023_d6290280.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000024_5c06aa77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000024_5c06aa77.szcp new file mode 100644 index 00000000..7e3872db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000024_5c06aa77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000025_ab5bdf47.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000025_ab5bdf47.szcp new file mode 100644 index 00000000..bb550a1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000025_ab5bdf47.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000026_0da5abae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000026_0da5abae.szcp new file mode 100644 index 00000000..11820481 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000026_0da5abae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000027_5312d1b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000027_5312d1b9.szcp new file mode 100644 index 00000000..47a0b78b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000027_5312d1b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000028_02bc9b9f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000028_02bc9b9f.szcp new file mode 100644 index 00000000..de57c87e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000028_02bc9b9f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000029_f9cc71fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000029_f9cc71fb.szcp new file mode 100644 index 00000000..eb7084a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000029_f9cc71fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000030_879ddc78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000030_879ddc78.szcp new file mode 100644 index 00000000..4cf36fcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000030_879ddc78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000031_f0b67300.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000031_f0b67300.szcp new file mode 100644 index 00000000..f1794746 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000031_f0b67300.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000032_1822c28d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000032_1822c28d.szcp new file mode 100644 index 00000000..5dd2d01a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000032_1822c28d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000033_f6b6f6a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000033_f6b6f6a6.szcp new file mode 100644 index 00000000..740601b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000033_f6b6f6a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000034_3e0340b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000034_3e0340b7.szcp new file mode 100644 index 00000000..ec19a4a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000034_3e0340b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000035_d83f980e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000035_d83f980e.szcp new file mode 100644 index 00000000..62350358 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000035_d83f980e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000036_3d4ca2bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000036_3d4ca2bd.szcp new file mode 100644 index 00000000..9a824fbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000036_3d4ca2bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000037_98979ba5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000037_98979ba5.szcp new file mode 100644 index 00000000..f0866788 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000037_98979ba5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000038_f687e99b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000038_f687e99b.szcp new file mode 100644 index 00000000..8737d95d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000038_f687e99b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000039_32258150.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000039_32258150.szcp new file mode 100644 index 00000000..b74692a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000039_32258150.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000040_d8c4198a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000040_d8c4198a.szcp new file mode 100644 index 00000000..0399fd15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000040_d8c4198a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000041_7597cf25.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000041_7597cf25.szcp new file mode 100644 index 00000000..01f2cdbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000041_7597cf25.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000042_862ee0f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000042_862ee0f3.szcp new file mode 100644 index 00000000..7da21724 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000042_862ee0f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000043_ff41de12.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000043_ff41de12.szcp new file mode 100644 index 00000000..0aff2ddf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000043_ff41de12.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000044_b26a27be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000044_b26a27be.szcp new file mode 100644 index 00000000..36072479 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000044_b26a27be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000045_7dcd371a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000045_7dcd371a.szcp new file mode 100644 index 00000000..025ddc34 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000045_7dcd371a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000046_53da2b37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000046_53da2b37.szcp new file mode 100644 index 00000000..62ea6cde Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000046_53da2b37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000047_4ce7dfdc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000047_4ce7dfdc.szcp new file mode 100644 index 00000000..6c0cd712 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000047_4ce7dfdc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000048_8c8cc67c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000048_8c8cc67c.szcp new file mode 100644 index 00000000..2807fb52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000048_8c8cc67c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000049_a43a152d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000049_a43a152d.szcp new file mode 100644 index 00000000..e1e34186 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000049_a43a152d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000050_ce34c055.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000050_ce34c055.szcp new file mode 100644 index 00000000..57850a5e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000050_ce34c055.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000051_1d064ce7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000051_1d064ce7.szcp new file mode 100644 index 00000000..b9e782d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000051_1d064ce7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000052_e7248ee6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000052_e7248ee6.szcp new file mode 100644 index 00000000..fa24171a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000052_e7248ee6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000053_3d77d9fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000053_3d77d9fc.szcp new file mode 100644 index 00000000..a4351440 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000053_3d77d9fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000054_9b9633bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000054_9b9633bb.szcp new file mode 100644 index 00000000..6c36eeb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000054_9b9633bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000055_8efd5df2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000055_8efd5df2.szcp new file mode 100644 index 00000000..ee2c811c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000055_8efd5df2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000056_1132b33f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000056_1132b33f.szcp new file mode 100644 index 00000000..1c418cbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000056_1132b33f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000057_ffc01160.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000057_ffc01160.szcp new file mode 100644 index 00000000..cecfbfc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000057_ffc01160.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000058_e0b0c1cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000058_e0b0c1cf.szcp new file mode 100644 index 00000000..4f62bf32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000058_e0b0c1cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000059_8187b864.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000059_8187b864.szcp new file mode 100644 index 00000000..bd174657 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000059_8187b864.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000060_b763660d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000060_b763660d.szcp new file mode 100644 index 00000000..4d863d5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000060_b763660d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000061_564a2566.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000061_564a2566.szcp new file mode 100644 index 00000000..2b0365da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000061_564a2566.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000062_7d556052.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000062_7d556052.szcp new file mode 100644 index 00000000..a621b3cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000062_7d556052.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000063_d4f878de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000063_d4f878de.szcp new file mode 100644 index 00000000..484bc612 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000063_d4f878de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000064_a681e29f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000064_a681e29f.szcp new file mode 100644 index 00000000..d1685682 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000064_a681e29f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000065_f2d3c878.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000065_f2d3c878.szcp new file mode 100644 index 00000000..2a57bd81 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000065_f2d3c878.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000066_07822b26.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000066_07822b26.szcp new file mode 100644 index 00000000..99a547c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000066_07822b26.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000067_3034aff7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000067_3034aff7.szcp new file mode 100644 index 00000000..4d360f35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000067_3034aff7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000068_9f6093c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000068_9f6093c6.szcp new file mode 100644 index 00000000..f4f7d992 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000068_9f6093c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000069_539f19ec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000069_539f19ec.szcp new file mode 100644 index 00000000..d6e2ea4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_021/checkpoints/checkpoint_00000000000000000069_539f19ec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000001_793e2e02.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000001_793e2e02.szar new file mode 100644 index 00000000..740b0ecd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000001_793e2e02.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000002_8b28806a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000002_8b28806a.szar new file mode 100644 index 00000000..8c9648b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000002_8b28806a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000003_8a1a3b39.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000003_8a1a3b39.szar new file mode 100644 index 00000000..6a5cad19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000003_8a1a3b39.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000004_e3b9f0da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000004_e3b9f0da.szar new file mode 100644 index 00000000..44b411ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000004_e3b9f0da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000005_a576a024.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000005_a576a024.szar new file mode 100644 index 00000000..4bcc1579 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000005_a576a024.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000006_b15b7e2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000006_b15b7e2b.szar new file mode 100644 index 00000000..f05be786 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000006_b15b7e2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000007_559c2ab6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000007_559c2ab6.szar new file mode 100644 index 00000000..69211e79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000007_559c2ab6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000008_43a205cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000008_43a205cc.szar new file mode 100644 index 00000000..15e1f64b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000008_43a205cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000009_314e96cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000009_314e96cb.szar new file mode 100644 index 00000000..5c133bbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000009_314e96cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000010_b9688f8e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000010_b9688f8e.szar new file mode 100644 index 00000000..ca5e39c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000010_b9688f8e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000011_50a03aa1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000011_50a03aa1.szar new file mode 100644 index 00000000..9a625542 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000011_50a03aa1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000012_8e015eac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000012_8e015eac.szar new file mode 100644 index 00000000..c385419d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000012_8e015eac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000013_312b0202.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000013_312b0202.szar new file mode 100644 index 00000000..65d13d36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000013_312b0202.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000014_998883c3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000014_998883c3.szar new file mode 100644 index 00000000..bbea8b61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000014_998883c3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000015_29372fbb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000015_29372fbb.szar new file mode 100644 index 00000000..2b3c5f49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000015_29372fbb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000016_5fae5e2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000016_5fae5e2f.szar new file mode 100644 index 00000000..d8f495f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000016_5fae5e2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000017_9487da17.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000017_9487da17.szar new file mode 100644 index 00000000..7daf9746 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000017_9487da17.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000018_ee1efd91.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000018_ee1efd91.szar new file mode 100644 index 00000000..5d6a0ec3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000018_ee1efd91.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000019_74fa3a80.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000019_74fa3a80.szar new file mode 100644 index 00000000..17ddc60c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000019_74fa3a80.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000020_7bec08b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000020_7bec08b9.szar new file mode 100644 index 00000000..806604a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000020_7bec08b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000021_70e26360.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000021_70e26360.szar new file mode 100644 index 00000000..1cdd3066 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000021_70e26360.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000022_fb7251ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000022_fb7251ab.szar new file mode 100644 index 00000000..bb5de0c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000022_fb7251ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000023_78c30d66.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000023_78c30d66.szar new file mode 100644 index 00000000..7ef86694 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000023_78c30d66.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000024_c1913656.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000024_c1913656.szar new file mode 100644 index 00000000..b78d6527 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000024_c1913656.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000025_3457bb3e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000025_3457bb3e.szar new file mode 100644 index 00000000..216cf673 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000025_3457bb3e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000026_2a81f964.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000026_2a81f964.szar new file mode 100644 index 00000000..8dd26d44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000026_2a81f964.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000027_b764ceef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000027_b764ceef.szar new file mode 100644 index 00000000..5e9ec93f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000027_b764ceef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000028_e2a7110d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000028_e2a7110d.szar new file mode 100644 index 00000000..17938538 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000028_e2a7110d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000029_6150b368.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000029_6150b368.szar new file mode 100644 index 00000000..e6ba4483 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000029_6150b368.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000030_c38572aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000030_c38572aa.szar new file mode 100644 index 00000000..ede9af1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000030_c38572aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000031_f88e6364.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000031_f88e6364.szar new file mode 100644 index 00000000..b53801d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000031_f88e6364.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000032_a8332ca8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000032_a8332ca8.szar new file mode 100644 index 00000000..5db9d918 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000032_a8332ca8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000033_8029b538.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000033_8029b538.szar new file mode 100644 index 00000000..8dde0308 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000033_8029b538.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000034_9070fac5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000034_9070fac5.szar new file mode 100644 index 00000000..8f0aeaca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000034_9070fac5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000035_0c82509a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000035_0c82509a.szar new file mode 100644 index 00000000..dd998307 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000035_0c82509a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000036_4cc3b260.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000036_4cc3b260.szar new file mode 100644 index 00000000..4ac5e968 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000036_4cc3b260.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000037_6cbbf557.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000037_6cbbf557.szar new file mode 100644 index 00000000..0479d447 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000037_6cbbf557.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000038_7eb37f74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000038_7eb37f74.szar new file mode 100644 index 00000000..5ccd1fd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000038_7eb37f74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000039_5fec5acc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000039_5fec5acc.szar new file mode 100644 index 00000000..c7b97f39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000039_5fec5acc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000040_5d546c4f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000040_5d546c4f.szar new file mode 100644 index 00000000..334a0a4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000040_5d546c4f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000041_91bbb16d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000041_91bbb16d.szar new file mode 100644 index 00000000..2c4a2435 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000041_91bbb16d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000042_d9fd8021.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000042_d9fd8021.szar new file mode 100644 index 00000000..a9238cd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000042_d9fd8021.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000043_663d1ba9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000043_663d1ba9.szar new file mode 100644 index 00000000..7af1a40c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000043_663d1ba9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000044_dcdf7acd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000044_dcdf7acd.szar new file mode 100644 index 00000000..9742fa68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000044_dcdf7acd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000045_69607487.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000045_69607487.szar new file mode 100644 index 00000000..4cee4aac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000045_69607487.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000046_d7cf0d8a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000046_d7cf0d8a.szar new file mode 100644 index 00000000..8472fb5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000046_d7cf0d8a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000047_0a98d540.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000047_0a98d540.szar new file mode 100644 index 00000000..f5fe2790 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000047_0a98d540.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000048_260842ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000048_260842ce.szar new file mode 100644 index 00000000..604aa331 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000048_260842ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000049_57d2c2bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000049_57d2c2bc.szar new file mode 100644 index 00000000..e7810054 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000049_57d2c2bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000050_f4bbf7ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000050_f4bbf7ec.szar new file mode 100644 index 00000000..00e73237 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000050_f4bbf7ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000051_ccb3471a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000051_ccb3471a.szar new file mode 100644 index 00000000..49ecbcaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000051_ccb3471a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000052_a89d7e44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000052_a89d7e44.szar new file mode 100644 index 00000000..db699d55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000052_a89d7e44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000053_33d059d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000053_33d059d3.szar new file mode 100644 index 00000000..468e2161 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000053_33d059d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000054_b7df9424.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000054_b7df9424.szar new file mode 100644 index 00000000..bdf55477 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000054_b7df9424.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000055_b9b3906e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000055_b9b3906e.szar new file mode 100644 index 00000000..51ab976b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000055_b9b3906e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000056_8aac10b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000056_8aac10b9.szar new file mode 100644 index 00000000..8d989b8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000056_8aac10b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000057_f0d4992b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000057_f0d4992b.szar new file mode 100644 index 00000000..9c782e36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000057_f0d4992b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000058_c824f168.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000058_c824f168.szar new file mode 100644 index 00000000..d14d8259 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000058_c824f168.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000059_9abd77bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000059_9abd77bd.szar new file mode 100644 index 00000000..16b2e9e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000059_9abd77bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000060_3ead568e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000060_3ead568e.szar new file mode 100644 index 00000000..39fbcdee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000060_3ead568e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000061_2347e2e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000061_2347e2e3.szar new file mode 100644 index 00000000..088f2bb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000061_2347e2e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000062_46f34c35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000062_46f34c35.szar new file mode 100644 index 00000000..d691831e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000062_46f34c35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000063_23c267a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000063_23c267a6.szar new file mode 100644 index 00000000..4c2f9708 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000063_23c267a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000064_ddaf8897.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000064_ddaf8897.szar new file mode 100644 index 00000000..4f846c00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000064_ddaf8897.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000065_9164c879.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000065_9164c879.szar new file mode 100644 index 00000000..3e52e28c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000065_9164c879.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000066_d98fb080.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000066_d98fb080.szar new file mode 100644 index 00000000..d1a9175b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/archive/delta_00000000000000000066_d98fb080.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000001_cea6f3f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000001_cea6f3f2.szcp new file mode 100644 index 00000000..329a01c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000001_cea6f3f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000002_56d464a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000002_56d464a7.szcp new file mode 100644 index 00000000..530d1115 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000002_56d464a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000003_a67c6e08.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000003_a67c6e08.szcp new file mode 100644 index 00000000..5e701866 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000003_a67c6e08.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000004_5afbf547.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000004_5afbf547.szcp new file mode 100644 index 00000000..a7296604 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000004_5afbf547.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000005_77967693.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000005_77967693.szcp new file mode 100644 index 00000000..e59ad74f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000005_77967693.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000006_e96c9d84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000006_e96c9d84.szcp new file mode 100644 index 00000000..a2136390 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000006_e96c9d84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000007_454fac16.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000007_454fac16.szcp new file mode 100644 index 00000000..fec866ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000007_454fac16.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000008_dd956978.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000008_dd956978.szcp new file mode 100644 index 00000000..591956c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000008_dd956978.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000009_7dd3b7c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000009_7dd3b7c5.szcp new file mode 100644 index 00000000..cb53e549 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000009_7dd3b7c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000010_d3ea50c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000010_d3ea50c3.szcp new file mode 100644 index 00000000..0637edef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000010_d3ea50c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000011_785c8d4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000011_785c8d4f.szcp new file mode 100644 index 00000000..ae11edaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000011_785c8d4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000012_e3a2e6e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000012_e3a2e6e2.szcp new file mode 100644 index 00000000..abae4be2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000012_e3a2e6e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000013_89c2c2fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000013_89c2c2fc.szcp new file mode 100644 index 00000000..62a0377d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000013_89c2c2fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000014_b3c6b62d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000014_b3c6b62d.szcp new file mode 100644 index 00000000..a9243ffb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000014_b3c6b62d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000015_ea6c9582.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000015_ea6c9582.szcp new file mode 100644 index 00000000..ff534005 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000015_ea6c9582.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000016_59eade89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000016_59eade89.szcp new file mode 100644 index 00000000..91869baf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000016_59eade89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000017_6b6c7fb5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000017_6b6c7fb5.szcp new file mode 100644 index 00000000..f562aec6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000017_6b6c7fb5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000018_132e1c53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000018_132e1c53.szcp new file mode 100644 index 00000000..b322ad0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000018_132e1c53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000019_c4b02c04.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000019_c4b02c04.szcp new file mode 100644 index 00000000..1795ec2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000019_c4b02c04.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000020_c372008c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000020_c372008c.szcp new file mode 100644 index 00000000..62fd91bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000020_c372008c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000021_25d31c7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000021_25d31c7f.szcp new file mode 100644 index 00000000..fc541ea6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000021_25d31c7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000022_4d95187c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000022_4d95187c.szcp new file mode 100644 index 00000000..a12662d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000022_4d95187c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000023_09c32e7d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000023_09c32e7d.szcp new file mode 100644 index 00000000..04de33fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000023_09c32e7d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000024_2fb0bcf1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000024_2fb0bcf1.szcp new file mode 100644 index 00000000..3df4472d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000024_2fb0bcf1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000025_53b6ba11.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000025_53b6ba11.szcp new file mode 100644 index 00000000..54772469 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000025_53b6ba11.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000026_8354115f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000026_8354115f.szcp new file mode 100644 index 00000000..ed3fd43a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000026_8354115f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000027_df6c5194.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000027_df6c5194.szcp new file mode 100644 index 00000000..cf4ca4ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000027_df6c5194.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000028_fdeaea2e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000028_fdeaea2e.szcp new file mode 100644 index 00000000..74d4cdb6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000028_fdeaea2e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000029_ef47514e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000029_ef47514e.szcp new file mode 100644 index 00000000..55f3378e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000029_ef47514e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000030_0d2a0e60.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000030_0d2a0e60.szcp new file mode 100644 index 00000000..4499e13c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000030_0d2a0e60.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000031_48acbdc5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000031_48acbdc5.szcp new file mode 100644 index 00000000..35fca559 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000031_48acbdc5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000032_e4ca2d97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000032_e4ca2d97.szcp new file mode 100644 index 00000000..8f0e38c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000032_e4ca2d97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000033_cd92c7d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000033_cd92c7d0.szcp new file mode 100644 index 00000000..8313aacd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000033_cd92c7d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000034_36e45356.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000034_36e45356.szcp new file mode 100644 index 00000000..691a6207 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000034_36e45356.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000035_ef9931b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000035_ef9931b8.szcp new file mode 100644 index 00000000..0699e99f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000035_ef9931b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000036_5a7ff3c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000036_5a7ff3c2.szcp new file mode 100644 index 00000000..e1f0d9f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000036_5a7ff3c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000037_0924dcb4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000037_0924dcb4.szcp new file mode 100644 index 00000000..af490ad8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000037_0924dcb4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000038_6e085dcf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000038_6e085dcf.szcp new file mode 100644 index 00000000..e4d2d57d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000038_6e085dcf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000039_ce92993a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000039_ce92993a.szcp new file mode 100644 index 00000000..582b94cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000039_ce92993a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000040_81f115c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000040_81f115c6.szcp new file mode 100644 index 00000000..2fcce4d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000040_81f115c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000041_0f9e6979.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000041_0f9e6979.szcp new file mode 100644 index 00000000..bd863436 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000041_0f9e6979.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000042_613058cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000042_613058cd.szcp new file mode 100644 index 00000000..13281b17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000042_613058cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000043_c7075f32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000043_c7075f32.szcp new file mode 100644 index 00000000..73ea8f5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000043_c7075f32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000044_8b506b51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000044_8b506b51.szcp new file mode 100644 index 00000000..e9d7984f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000044_8b506b51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000045_c1c93806.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000045_c1c93806.szcp new file mode 100644 index 00000000..533713c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000045_c1c93806.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000046_2af38643.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000046_2af38643.szcp new file mode 100644 index 00000000..c1762b03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000046_2af38643.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000047_4f3ae80c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000047_4f3ae80c.szcp new file mode 100644 index 00000000..b61224df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000047_4f3ae80c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000048_60bccf72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000048_60bccf72.szcp new file mode 100644 index 00000000..c502785b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000048_60bccf72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000049_60cc815f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000049_60cc815f.szcp new file mode 100644 index 00000000..6cc7f8be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000049_60cc815f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000050_b1593249.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000050_b1593249.szcp new file mode 100644 index 00000000..51e1fddd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000050_b1593249.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000051_e935e2e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000051_e935e2e9.szcp new file mode 100644 index 00000000..8ee9b66a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000051_e935e2e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000052_5a6cc744.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000052_5a6cc744.szcp new file mode 100644 index 00000000..ab652be8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000052_5a6cc744.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000053_9ffd0f57.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000053_9ffd0f57.szcp new file mode 100644 index 00000000..9593766a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000053_9ffd0f57.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000054_59069b87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000054_59069b87.szcp new file mode 100644 index 00000000..df9bf9bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000054_59069b87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000055_5fc0f454.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000055_5fc0f454.szcp new file mode 100644 index 00000000..f4ed89ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000055_5fc0f454.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000056_d25117a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000056_d25117a2.szcp new file mode 100644 index 00000000..4a4c2f8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000056_d25117a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000057_eeaddaf1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000057_eeaddaf1.szcp new file mode 100644 index 00000000..f9baf776 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000057_eeaddaf1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000058_fc0fbde4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000058_fc0fbde4.szcp new file mode 100644 index 00000000..6b793531 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000058_fc0fbde4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000059_8bef1d88.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000059_8bef1d88.szcp new file mode 100644 index 00000000..c623ffbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000059_8bef1d88.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000060_25822bea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000060_25822bea.szcp new file mode 100644 index 00000000..ed5cdc95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000060_25822bea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000061_06d76ab0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000061_06d76ab0.szcp new file mode 100644 index 00000000..f49eb59a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000061_06d76ab0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000062_366aceba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000062_366aceba.szcp new file mode 100644 index 00000000..02568f74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000062_366aceba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000063_2baf0894.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000063_2baf0894.szcp new file mode 100644 index 00000000..43ba404d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000063_2baf0894.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000064_be33f96d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000064_be33f96d.szcp new file mode 100644 index 00000000..2da74d54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000064_be33f96d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000065_b66c55d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000065_b66c55d2.szcp new file mode 100644 index 00000000..81796cda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000065_b66c55d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000066_8e459cc5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000066_8e459cc5.szcp new file mode 100644 index 00000000..81bef431 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_022/checkpoints/checkpoint_00000000000000000066_8e459cc5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000001_c90d9dfe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000001_c90d9dfe.szar new file mode 100644 index 00000000..8fa85b5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000001_c90d9dfe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000002_dd3986da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000002_dd3986da.szar new file mode 100644 index 00000000..35da203a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000002_dd3986da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000003_8cc2bf75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000003_8cc2bf75.szar new file mode 100644 index 00000000..d7b27a35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000003_8cc2bf75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000004_ebb744c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000004_ebb744c6.szar new file mode 100644 index 00000000..cf47a665 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000004_ebb744c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000005_0d9bd2a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000005_0d9bd2a3.szar new file mode 100644 index 00000000..8cde19d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000005_0d9bd2a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000006_33574bf5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000006_33574bf5.szar new file mode 100644 index 00000000..0d19471a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000006_33574bf5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000007_0448430f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000007_0448430f.szar new file mode 100644 index 00000000..b240ab95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000007_0448430f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000008_bbac794a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000008_bbac794a.szar new file mode 100644 index 00000000..8070a53d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000008_bbac794a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000009_7fcfc338.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000009_7fcfc338.szar new file mode 100644 index 00000000..ef78c30e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000009_7fcfc338.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000010_8a6bb8c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000010_8a6bb8c2.szar new file mode 100644 index 00000000..6cb22560 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000010_8a6bb8c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000011_62d2f4aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000011_62d2f4aa.szar new file mode 100644 index 00000000..45e8d335 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000011_62d2f4aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000012_161d5467.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000012_161d5467.szar new file mode 100644 index 00000000..3e06b3ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000012_161d5467.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000013_a56edb52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000013_a56edb52.szar new file mode 100644 index 00000000..28d5f734 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000013_a56edb52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000014_b0dcbae7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000014_b0dcbae7.szar new file mode 100644 index 00000000..f6d7884d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000014_b0dcbae7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000015_77682fb6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000015_77682fb6.szar new file mode 100644 index 00000000..7541e2dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000015_77682fb6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000016_d75ef307.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000016_d75ef307.szar new file mode 100644 index 00000000..092de63d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000016_d75ef307.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000017_06d81967.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000017_06d81967.szar new file mode 100644 index 00000000..ea297dcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000017_06d81967.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000018_537367f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000018_537367f7.szar new file mode 100644 index 00000000..f255f4c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000018_537367f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000019_54b843ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000019_54b843ab.szar new file mode 100644 index 00000000..bdc00dc9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000019_54b843ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000020_23403084.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000020_23403084.szar new file mode 100644 index 00000000..bab90657 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000020_23403084.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000021_6bd512a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000021_6bd512a7.szar new file mode 100644 index 00000000..10289638 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000021_6bd512a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000022_23e3d873.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000022_23e3d873.szar new file mode 100644 index 00000000..c4b55eae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000022_23e3d873.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000023_75358c99.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000023_75358c99.szar new file mode 100644 index 00000000..1a9e0a77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000023_75358c99.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000024_c25422af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000024_c25422af.szar new file mode 100644 index 00000000..ff392d16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000024_c25422af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000025_8dc13def.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000025_8dc13def.szar new file mode 100644 index 00000000..89c5ac24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000025_8dc13def.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000026_b16bba21.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000026_b16bba21.szar new file mode 100644 index 00000000..64a4f60d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000026_b16bba21.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000027_ad43b00a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000027_ad43b00a.szar new file mode 100644 index 00000000..d5a099ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000027_ad43b00a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000028_ca3a0497.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000028_ca3a0497.szar new file mode 100644 index 00000000..08257b63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000028_ca3a0497.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000029_2dea3710.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000029_2dea3710.szar new file mode 100644 index 00000000..b206fac9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000029_2dea3710.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000030_06300e07.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000030_06300e07.szar new file mode 100644 index 00000000..72b4b9c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000030_06300e07.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000031_c8d700aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000031_c8d700aa.szar new file mode 100644 index 00000000..c6666e55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000031_c8d700aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000032_4b51e27a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000032_4b51e27a.szar new file mode 100644 index 00000000..18825cc6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000032_4b51e27a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000033_ade645f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000033_ade645f3.szar new file mode 100644 index 00000000..d634603b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000033_ade645f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000034_201a468d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000034_201a468d.szar new file mode 100644 index 00000000..d241316d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000034_201a468d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000035_ed57576d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000035_ed57576d.szar new file mode 100644 index 00000000..05cc94bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000035_ed57576d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000036_6f5f75ad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000036_6f5f75ad.szar new file mode 100644 index 00000000..01e18f19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000036_6f5f75ad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000037_4ecc7af0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000037_4ecc7af0.szar new file mode 100644 index 00000000..ecd76bdf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000037_4ecc7af0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000038_f4096c43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000038_f4096c43.szar new file mode 100644 index 00000000..8583dc0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000038_f4096c43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000039_33c9f537.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000039_33c9f537.szar new file mode 100644 index 00000000..234665c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000039_33c9f537.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000040_8ea52cab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000040_8ea52cab.szar new file mode 100644 index 00000000..2682ff14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000040_8ea52cab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000041_3f2f1ad8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000041_3f2f1ad8.szar new file mode 100644 index 00000000..ea1912e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000041_3f2f1ad8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000042_81a64a54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000042_81a64a54.szar new file mode 100644 index 00000000..6df118c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000042_81a64a54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000043_cb666c1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000043_cb666c1b.szar new file mode 100644 index 00000000..b7962634 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000043_cb666c1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000044_ba3640d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000044_ba3640d1.szar new file mode 100644 index 00000000..2ee15c23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000044_ba3640d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000045_ff73014f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000045_ff73014f.szar new file mode 100644 index 00000000..48655a7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000045_ff73014f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000046_9bb4f6d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000046_9bb4f6d1.szar new file mode 100644 index 00000000..74764235 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000046_9bb4f6d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000047_be9a1f03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000047_be9a1f03.szar new file mode 100644 index 00000000..07c298b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000047_be9a1f03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000048_296caac2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000048_296caac2.szar new file mode 100644 index 00000000..5950df79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000048_296caac2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000049_03b66e23.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000049_03b66e23.szar new file mode 100644 index 00000000..c818ea60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000049_03b66e23.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000050_bc5e8713.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000050_bc5e8713.szar new file mode 100644 index 00000000..44bf4c29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000050_bc5e8713.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000051_7ca4d91c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000051_7ca4d91c.szar new file mode 100644 index 00000000..9dcb6fdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000051_7ca4d91c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000052_8378a36d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000052_8378a36d.szar new file mode 100644 index 00000000..78f549f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000052_8378a36d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000053_ae0029e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000053_ae0029e3.szar new file mode 100644 index 00000000..c73613d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000053_ae0029e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000054_1fd9c4e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000054_1fd9c4e2.szar new file mode 100644 index 00000000..3718d6e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000054_1fd9c4e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000055_013045fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000055_013045fb.szar new file mode 100644 index 00000000..df3be985 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000055_013045fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000056_7c1fe458.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000056_7c1fe458.szar new file mode 100644 index 00000000..fdf52507 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000056_7c1fe458.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000057_77b4cfce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000057_77b4cfce.szar new file mode 100644 index 00000000..d2f31c06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000057_77b4cfce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000058_68d60936.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000058_68d60936.szar new file mode 100644 index 00000000..1687fa00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000058_68d60936.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000059_fd8ed91a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000059_fd8ed91a.szar new file mode 100644 index 00000000..76ee5261 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000059_fd8ed91a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000060_26daf954.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000060_26daf954.szar new file mode 100644 index 00000000..62a37bbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000060_26daf954.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000061_64b19f8e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000061_64b19f8e.szar new file mode 100644 index 00000000..5c65c6dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000061_64b19f8e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000062_6c0a406b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000062_6c0a406b.szar new file mode 100644 index 00000000..4791ed4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000062_6c0a406b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000063_4b86d0f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000063_4b86d0f1.szar new file mode 100644 index 00000000..c9d2ba24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000063_4b86d0f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000064_f1fcdccb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000064_f1fcdccb.szar new file mode 100644 index 00000000..4588fd96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/archive/delta_00000000000000000064_f1fcdccb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000001_256225f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000001_256225f2.szcp new file mode 100644 index 00000000..2ec26e63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000001_256225f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000002_123e416d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000002_123e416d.szcp new file mode 100644 index 00000000..ad5563b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000002_123e416d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000003_8cc62903.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000003_8cc62903.szcp new file mode 100644 index 00000000..af406fed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000003_8cc62903.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000004_dafd3eba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000004_dafd3eba.szcp new file mode 100644 index 00000000..75b162cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000004_dafd3eba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000005_69f461ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000005_69f461ea.szcp new file mode 100644 index 00000000..cd368005 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000005_69f461ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000006_a4a4cf51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000006_a4a4cf51.szcp new file mode 100644 index 00000000..9c831e35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000006_a4a4cf51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000007_bb481654.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000007_bb481654.szcp new file mode 100644 index 00000000..4b7a465c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000007_bb481654.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000008_61d4c086.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000008_61d4c086.szcp new file mode 100644 index 00000000..898b3542 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000008_61d4c086.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000009_09918b9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000009_09918b9c.szcp new file mode 100644 index 00000000..7c1effd4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000009_09918b9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000010_815d4f38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000010_815d4f38.szcp new file mode 100644 index 00000000..cdb143d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000010_815d4f38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000011_dca32444.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000011_dca32444.szcp new file mode 100644 index 00000000..9ad6b58c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000011_dca32444.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000012_3adc6008.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000012_3adc6008.szcp new file mode 100644 index 00000000..568f0a56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000012_3adc6008.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000013_c2a1668c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000013_c2a1668c.szcp new file mode 100644 index 00000000..45c267fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000013_c2a1668c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000014_f0856248.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000014_f0856248.szcp new file mode 100644 index 00000000..2d64b152 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000014_f0856248.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000015_6fe9a110.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000015_6fe9a110.szcp new file mode 100644 index 00000000..7ee28e5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000015_6fe9a110.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000016_6d8863c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000016_6d8863c6.szcp new file mode 100644 index 00000000..ee5694f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000016_6d8863c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000017_2bf99098.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000017_2bf99098.szcp new file mode 100644 index 00000000..e7290b4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000017_2bf99098.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000018_bde780d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000018_bde780d8.szcp new file mode 100644 index 00000000..0f189f41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000018_bde780d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000019_f05f3a6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000019_f05f3a6e.szcp new file mode 100644 index 00000000..840c4331 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000019_f05f3a6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000020_15ab8e36.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000020_15ab8e36.szcp new file mode 100644 index 00000000..b5ac31b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000020_15ab8e36.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000021_e84880f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000021_e84880f0.szcp new file mode 100644 index 00000000..af82f23f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000021_e84880f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000022_8a91f085.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000022_8a91f085.szcp new file mode 100644 index 00000000..c20f0d8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000022_8a91f085.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000023_bd55b0d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000023_bd55b0d8.szcp new file mode 100644 index 00000000..ec468685 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000023_bd55b0d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000024_ded243b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000024_ded243b7.szcp new file mode 100644 index 00000000..27dec87d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000024_ded243b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000025_6a3a0413.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000025_6a3a0413.szcp new file mode 100644 index 00000000..d835f172 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000025_6a3a0413.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000026_8f9c7841.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000026_8f9c7841.szcp new file mode 100644 index 00000000..530d5b34 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000026_8f9c7841.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000027_c649ca0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000027_c649ca0d.szcp new file mode 100644 index 00000000..05227881 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000027_c649ca0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000028_91732d46.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000028_91732d46.szcp new file mode 100644 index 00000000..8bab285c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000028_91732d46.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000029_e8bdcf36.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000029_e8bdcf36.szcp new file mode 100644 index 00000000..f3f311bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000029_e8bdcf36.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000030_21a6969a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000030_21a6969a.szcp new file mode 100644 index 00000000..630daeaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000030_21a6969a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000031_7c9cc5e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000031_7c9cc5e2.szcp new file mode 100644 index 00000000..a1284141 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000031_7c9cc5e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000032_b6d63d2a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000032_b6d63d2a.szcp new file mode 100644 index 00000000..077a71c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000032_b6d63d2a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000033_d8ee9553.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000033_d8ee9553.szcp new file mode 100644 index 00000000..1095c2e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000033_d8ee9553.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000034_47367e5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000034_47367e5d.szcp new file mode 100644 index 00000000..5bebe715 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000034_47367e5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000035_2fdd17cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000035_2fdd17cb.szcp new file mode 100644 index 00000000..d2c00656 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000035_2fdd17cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000036_2d5866e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000036_2d5866e6.szcp new file mode 100644 index 00000000..f39c3e43 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000036_2d5866e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000037_ae862db4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000037_ae862db4.szcp new file mode 100644 index 00000000..7eb961b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000037_ae862db4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000038_76009044.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000038_76009044.szcp new file mode 100644 index 00000000..b74ef937 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000038_76009044.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000039_1834d594.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000039_1834d594.szcp new file mode 100644 index 00000000..94294dd6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000039_1834d594.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000040_d9524be0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000040_d9524be0.szcp new file mode 100644 index 00000000..bb2d777f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000040_d9524be0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000041_cc48f1a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000041_cc48f1a8.szcp new file mode 100644 index 00000000..ff25e89d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000041_cc48f1a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000042_3212f2f1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000042_3212f2f1.szcp new file mode 100644 index 00000000..aeb51dad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000042_3212f2f1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000043_e10a87c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000043_e10a87c0.szcp new file mode 100644 index 00000000..8f5112df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000043_e10a87c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000044_8ca7fad2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000044_8ca7fad2.szcp new file mode 100644 index 00000000..0c3b6eed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000044_8ca7fad2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000045_c04c54d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000045_c04c54d2.szcp new file mode 100644 index 00000000..3b113e64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000045_c04c54d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000046_1f13a3d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000046_1f13a3d6.szcp new file mode 100644 index 00000000..b4b6d841 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000046_1f13a3d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000047_bad5c518.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000047_bad5c518.szcp new file mode 100644 index 00000000..906b23c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000047_bad5c518.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000048_60244687.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000048_60244687.szcp new file mode 100644 index 00000000..4836f0aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000048_60244687.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000049_85cb24c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000049_85cb24c5.szcp new file mode 100644 index 00000000..ec60c5f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000049_85cb24c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000050_85f834e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000050_85f834e4.szcp new file mode 100644 index 00000000..e1b4a8f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000050_85f834e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000051_0150814d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000051_0150814d.szcp new file mode 100644 index 00000000..d9f469bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000051_0150814d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000052_7a0e5d5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000052_7a0e5d5a.szcp new file mode 100644 index 00000000..e4d25c5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000052_7a0e5d5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000053_5ec1ae5c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000053_5ec1ae5c.szcp new file mode 100644 index 00000000..0d306cc7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000053_5ec1ae5c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000054_9ebcc5e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000054_9ebcc5e3.szcp new file mode 100644 index 00000000..a3d9ecbe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000054_9ebcc5e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000055_31eded2a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000055_31eded2a.szcp new file mode 100644 index 00000000..a8a14357 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000055_31eded2a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000056_74a00d8c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000056_74a00d8c.szcp new file mode 100644 index 00000000..e20e9415 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000056_74a00d8c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000057_411561eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000057_411561eb.szcp new file mode 100644 index 00000000..b9dd9ffc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000057_411561eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000058_0e7517db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000058_0e7517db.szcp new file mode 100644 index 00000000..40b0ed16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000058_0e7517db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000059_1d6f361f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000059_1d6f361f.szcp new file mode 100644 index 00000000..e384c4b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000059_1d6f361f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000060_c48033d5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000060_c48033d5.szcp new file mode 100644 index 00000000..51a07c28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000060_c48033d5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000061_909f4168.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000061_909f4168.szcp new file mode 100644 index 00000000..c83ed203 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000061_909f4168.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000062_5b248b01.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000062_5b248b01.szcp new file mode 100644 index 00000000..825b8dc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000062_5b248b01.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000063_4a44826c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000063_4a44826c.szcp new file mode 100644 index 00000000..2fe87d48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000063_4a44826c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000064_28fc9ebf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000064_28fc9ebf.szcp new file mode 100644 index 00000000..425b274e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_023/checkpoints/checkpoint_00000000000000000064_28fc9ebf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000001_f1c2bbd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000001_f1c2bbd6.szar new file mode 100644 index 00000000..caf6ce57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000001_f1c2bbd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000002_5a7ffc47.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000002_5a7ffc47.szar new file mode 100644 index 00000000..a8752462 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000002_5a7ffc47.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000003_e16cccf0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000003_e16cccf0.szar new file mode 100644 index 00000000..f1744b7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000003_e16cccf0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000004_ad05bf2a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000004_ad05bf2a.szar new file mode 100644 index 00000000..7771f717 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000004_ad05bf2a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000005_e53b7a94.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000005_e53b7a94.szar new file mode 100644 index 00000000..f97573da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000005_e53b7a94.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000006_63e084da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000006_63e084da.szar new file mode 100644 index 00000000..b8ceb100 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000006_63e084da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000007_d9165576.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000007_d9165576.szar new file mode 100644 index 00000000..9ff695b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000007_d9165576.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000008_6fd4af77.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000008_6fd4af77.szar new file mode 100644 index 00000000..c37a23aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000008_6fd4af77.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000009_0b3ec379.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000009_0b3ec379.szar new file mode 100644 index 00000000..21daa80e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000009_0b3ec379.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000010_cb8422ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000010_cb8422ec.szar new file mode 100644 index 00000000..1af9cde4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000010_cb8422ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000011_de9576d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000011_de9576d2.szar new file mode 100644 index 00000000..e935e621 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000011_de9576d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000012_9c9b9b74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000012_9c9b9b74.szar new file mode 100644 index 00000000..7f96571e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000012_9c9b9b74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000013_409a895c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000013_409a895c.szar new file mode 100644 index 00000000..366f4d26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000013_409a895c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000014_0d53f8e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000014_0d53f8e6.szar new file mode 100644 index 00000000..a7119386 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000014_0d53f8e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000015_bcd6e115.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000015_bcd6e115.szar new file mode 100644 index 00000000..e6c36ffe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000015_bcd6e115.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000016_4a3abee0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000016_4a3abee0.szar new file mode 100644 index 00000000..2d0a24e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000016_4a3abee0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000017_1745a9ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000017_1745a9ce.szar new file mode 100644 index 00000000..eac6993d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000017_1745a9ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000018_5fdcbcef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000018_5fdcbcef.szar new file mode 100644 index 00000000..bd36484a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000018_5fdcbcef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000019_6fb95bf5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000019_6fb95bf5.szar new file mode 100644 index 00000000..a57ddd19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000019_6fb95bf5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000020_325e2e83.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000020_325e2e83.szar new file mode 100644 index 00000000..cb50b09a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000020_325e2e83.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000021_c7b81aa1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000021_c7b81aa1.szar new file mode 100644 index 00000000..92d4bf66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000021_c7b81aa1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000022_94323d79.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000022_94323d79.szar new file mode 100644 index 00000000..4b1b050f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000022_94323d79.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000023_c085ecd7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000023_c085ecd7.szar new file mode 100644 index 00000000..2c694d93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000023_c085ecd7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000024_8f218239.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000024_8f218239.szar new file mode 100644 index 00000000..2657b370 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000024_8f218239.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000025_389e532c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000025_389e532c.szar new file mode 100644 index 00000000..71bf4c74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000025_389e532c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000026_21fdde65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000026_21fdde65.szar new file mode 100644 index 00000000..34d018ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000026_21fdde65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000027_ebedc56a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000027_ebedc56a.szar new file mode 100644 index 00000000..dbba97fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000027_ebedc56a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000028_c688b626.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000028_c688b626.szar new file mode 100644 index 00000000..e4c28b74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000028_c688b626.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000029_71bb7093.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000029_71bb7093.szar new file mode 100644 index 00000000..c083b701 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000029_71bb7093.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000030_e3a5d2b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000030_e3a5d2b4.szar new file mode 100644 index 00000000..5da0892d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000030_e3a5d2b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000031_e7499711.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000031_e7499711.szar new file mode 100644 index 00000000..af0afbfe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000031_e7499711.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000032_f39ae69c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000032_f39ae69c.szar new file mode 100644 index 00000000..7ef4962b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000032_f39ae69c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000033_89e1c685.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000033_89e1c685.szar new file mode 100644 index 00000000..ea74615a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000033_89e1c685.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000034_69271754.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000034_69271754.szar new file mode 100644 index 00000000..9e3cca8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000034_69271754.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000035_274d66f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000035_274d66f4.szar new file mode 100644 index 00000000..9b8938c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000035_274d66f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000036_cd61774e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000036_cd61774e.szar new file mode 100644 index 00000000..1f21cc92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000036_cd61774e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000037_583788f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000037_583788f7.szar new file mode 100644 index 00000000..528c4e95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000037_583788f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000038_4921d612.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000038_4921d612.szar new file mode 100644 index 00000000..3bef53d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000038_4921d612.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000039_62799547.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000039_62799547.szar new file mode 100644 index 00000000..ddd2de12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000039_62799547.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000040_dd77d054.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000040_dd77d054.szar new file mode 100644 index 00000000..2653199b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000040_dd77d054.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000041_ea2d470c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000041_ea2d470c.szar new file mode 100644 index 00000000..c6c8f251 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000041_ea2d470c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000042_14b8c4b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000042_14b8c4b0.szar new file mode 100644 index 00000000..678af07d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000042_14b8c4b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000043_9b0fb45c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000043_9b0fb45c.szar new file mode 100644 index 00000000..deb44146 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000043_9b0fb45c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000044_6608917b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000044_6608917b.szar new file mode 100644 index 00000000..757e07cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000044_6608917b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000045_ee47bb63.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000045_ee47bb63.szar new file mode 100644 index 00000000..ed92e437 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000045_ee47bb63.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000046_15406dac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000046_15406dac.szar new file mode 100644 index 00000000..78f16037 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000046_15406dac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000047_5c713941.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000047_5c713941.szar new file mode 100644 index 00000000..9a2704c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000047_5c713941.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000048_e0ba9fdf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000048_e0ba9fdf.szar new file mode 100644 index 00000000..ad1950d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000048_e0ba9fdf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000049_786f31b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000049_786f31b5.szar new file mode 100644 index 00000000..a2525e3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000049_786f31b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000050_f9f0b415.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000050_f9f0b415.szar new file mode 100644 index 00000000..9776ee9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000050_f9f0b415.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000051_71b83dd9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000051_71b83dd9.szar new file mode 100644 index 00000000..e37c56a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000051_71b83dd9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000052_ac11ac03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000052_ac11ac03.szar new file mode 100644 index 00000000..5d38bc2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000052_ac11ac03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000053_b572e6ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000053_b572e6ae.szar new file mode 100644 index 00000000..534fd60a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000053_b572e6ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000054_9da80d85.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000054_9da80d85.szar new file mode 100644 index 00000000..6af35d14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000054_9da80d85.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000055_fba1b9ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000055_fba1b9ef.szar new file mode 100644 index 00000000..feb6c130 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000055_fba1b9ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000056_712b7bd2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000056_712b7bd2.szar new file mode 100644 index 00000000..c4e07016 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000056_712b7bd2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000057_8cb57f2c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000057_8cb57f2c.szar new file mode 100644 index 00000000..e441f773 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000057_8cb57f2c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000058_47b804e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000058_47b804e2.szar new file mode 100644 index 00000000..c2fab9b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000058_47b804e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000059_70391ad8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000059_70391ad8.szar new file mode 100644 index 00000000..008104bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000059_70391ad8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000060_9cfb8042.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000060_9cfb8042.szar new file mode 100644 index 00000000..e7d37934 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000060_9cfb8042.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000061_3bb9f302.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000061_3bb9f302.szar new file mode 100644 index 00000000..629194c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000061_3bb9f302.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000062_455f595d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000062_455f595d.szar new file mode 100644 index 00000000..8b9c6928 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000062_455f595d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000063_196c4858.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000063_196c4858.szar new file mode 100644 index 00000000..b1ede479 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/archive/delta_00000000000000000063_196c4858.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000001_8a935329.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000001_8a935329.szcp new file mode 100644 index 00000000..9a49a544 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000001_8a935329.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000002_60b25b4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000002_60b25b4f.szcp new file mode 100644 index 00000000..efb44ddc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000002_60b25b4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000003_839afd28.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000003_839afd28.szcp new file mode 100644 index 00000000..1f99009f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000003_839afd28.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000004_aae1fb93.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000004_aae1fb93.szcp new file mode 100644 index 00000000..471c4008 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000004_aae1fb93.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000005_87f2b3ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000005_87f2b3ac.szcp new file mode 100644 index 00000000..1feea1a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000005_87f2b3ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000006_4a55b6a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000006_4a55b6a7.szcp new file mode 100644 index 00000000..57e10217 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000006_4a55b6a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000007_f5a5590a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000007_f5a5590a.szcp new file mode 100644 index 00000000..bd8eb35f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000007_f5a5590a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000008_3ab26911.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000008_3ab26911.szcp new file mode 100644 index 00000000..2f98dc1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000008_3ab26911.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000009_bb2a50e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000009_bb2a50e3.szcp new file mode 100644 index 00000000..5884aca5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000009_bb2a50e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000010_5ca037e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000010_5ca037e5.szcp new file mode 100644 index 00000000..da2869d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000010_5ca037e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000011_c49fc7a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000011_c49fc7a3.szcp new file mode 100644 index 00000000..287fdb9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000011_c49fc7a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000012_73cb92b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000012_73cb92b2.szcp new file mode 100644 index 00000000..0aa06829 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000012_73cb92b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000013_992644df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000013_992644df.szcp new file mode 100644 index 00000000..6e275b0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000013_992644df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000014_b16d543e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000014_b16d543e.szcp new file mode 100644 index 00000000..ae21679b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000014_b16d543e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000015_b1e9e317.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000015_b1e9e317.szcp new file mode 100644 index 00000000..1314c443 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000015_b1e9e317.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000016_cf99c975.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000016_cf99c975.szcp new file mode 100644 index 00000000..2e5c109a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000016_cf99c975.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000017_5ed73149.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000017_5ed73149.szcp new file mode 100644 index 00000000..a378d306 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000017_5ed73149.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000018_e08f7cd4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000018_e08f7cd4.szcp new file mode 100644 index 00000000..7a556b7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000018_e08f7cd4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000019_644ae54c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000019_644ae54c.szcp new file mode 100644 index 00000000..65abf9d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000019_644ae54c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000020_2b4b3852.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000020_2b4b3852.szcp new file mode 100644 index 00000000..2427937b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000020_2b4b3852.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000021_ac1c69e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000021_ac1c69e3.szcp new file mode 100644 index 00000000..532e164d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000021_ac1c69e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000022_60c46692.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000022_60c46692.szcp new file mode 100644 index 00000000..2745cb79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000022_60c46692.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000023_0cb35c40.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000023_0cb35c40.szcp new file mode 100644 index 00000000..049272b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000023_0cb35c40.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000024_25e91d32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000024_25e91d32.szcp new file mode 100644 index 00000000..330fd9c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000024_25e91d32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000025_689913ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000025_689913ab.szcp new file mode 100644 index 00000000..c5a4ec55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000025_689913ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000026_0da6cf09.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000026_0da6cf09.szcp new file mode 100644 index 00000000..effb8d85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000026_0da6cf09.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000027_77189645.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000027_77189645.szcp new file mode 100644 index 00000000..fc68878c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000027_77189645.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000028_c91e0123.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000028_c91e0123.szcp new file mode 100644 index 00000000..fc406228 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000028_c91e0123.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000029_ea625836.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000029_ea625836.szcp new file mode 100644 index 00000000..b517fbda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000029_ea625836.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000030_15821da2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000030_15821da2.szcp new file mode 100644 index 00000000..20e43ac5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000030_15821da2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000031_e7aca4b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000031_e7aca4b2.szcp new file mode 100644 index 00000000..38ea35d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000031_e7aca4b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000032_6e796bbb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000032_6e796bbb.szcp new file mode 100644 index 00000000..9d78aa2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000032_6e796bbb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000033_1a97601f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000033_1a97601f.szcp new file mode 100644 index 00000000..d0b30475 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000033_1a97601f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000034_359149b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000034_359149b7.szcp new file mode 100644 index 00000000..fbda4c05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000034_359149b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000035_b44e1256.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000035_b44e1256.szcp new file mode 100644 index 00000000..508ffd27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000035_b44e1256.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000036_b1d0387b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000036_b1d0387b.szcp new file mode 100644 index 00000000..c91c8571 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000036_b1d0387b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000037_99aa69f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000037_99aa69f2.szcp new file mode 100644 index 00000000..20b9352e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000037_99aa69f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000038_f3d4b01a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000038_f3d4b01a.szcp new file mode 100644 index 00000000..c24277f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000038_f3d4b01a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000039_1aea2d2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000039_1aea2d2c.szcp new file mode 100644 index 00000000..d0c432ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000039_1aea2d2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000040_86c55759.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000040_86c55759.szcp new file mode 100644 index 00000000..48b0b519 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000040_86c55759.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000041_944c3980.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000041_944c3980.szcp new file mode 100644 index 00000000..61a37736 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000041_944c3980.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000042_afbff04c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000042_afbff04c.szcp new file mode 100644 index 00000000..3a81811b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000042_afbff04c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000043_1d1153cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000043_1d1153cd.szcp new file mode 100644 index 00000000..6ef463e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000043_1d1153cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000044_a72ad98a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000044_a72ad98a.szcp new file mode 100644 index 00000000..be57aa2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000044_a72ad98a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000045_49359c2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000045_49359c2c.szcp new file mode 100644 index 00000000..d8cf4981 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000045_49359c2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000046_542e7247.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000046_542e7247.szcp new file mode 100644 index 00000000..c1a01445 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000046_542e7247.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000047_7fabb7c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000047_7fabb7c0.szcp new file mode 100644 index 00000000..d89d3582 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000047_7fabb7c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000048_88b7d5ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000048_88b7d5ae.szcp new file mode 100644 index 00000000..9b0918b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000048_88b7d5ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000049_f81fe308.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000049_f81fe308.szcp new file mode 100644 index 00000000..36c056c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000049_f81fe308.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000050_a23d673d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000050_a23d673d.szcp new file mode 100644 index 00000000..5327165c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000050_a23d673d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000051_635c208d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000051_635c208d.szcp new file mode 100644 index 00000000..26512ce4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000051_635c208d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000052_22ff3472.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000052_22ff3472.szcp new file mode 100644 index 00000000..ef9db0b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000052_22ff3472.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000053_4d22f1c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000053_4d22f1c8.szcp new file mode 100644 index 00000000..c377661a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000053_4d22f1c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000054_6f6fe197.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000054_6f6fe197.szcp new file mode 100644 index 00000000..42228793 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000054_6f6fe197.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000055_d45044e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000055_d45044e9.szcp new file mode 100644 index 00000000..0497a96f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000055_d45044e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000056_ca5e6a6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000056_ca5e6a6f.szcp new file mode 100644 index 00000000..3af47de2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000056_ca5e6a6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000057_243b9d9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000057_243b9d9d.szcp new file mode 100644 index 00000000..7ec32a53 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000057_243b9d9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000058_709d587e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000058_709d587e.szcp new file mode 100644 index 00000000..abfd13c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000058_709d587e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000059_17373cb8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000059_17373cb8.szcp new file mode 100644 index 00000000..239700c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000059_17373cb8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000060_0319aef4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000060_0319aef4.szcp new file mode 100644 index 00000000..08657573 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000060_0319aef4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000061_d43bc5a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000061_d43bc5a3.szcp new file mode 100644 index 00000000..056d5006 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000061_d43bc5a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000062_999bba1a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000062_999bba1a.szcp new file mode 100644 index 00000000..0ddf9d04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000062_999bba1a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000063_8e6a734a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000063_8e6a734a.szcp new file mode 100644 index 00000000..18b35cee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_024/checkpoints/checkpoint_00000000000000000063_8e6a734a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000001_ee989dd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000001_ee989dd6.szar new file mode 100644 index 00000000..48349fdb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000001_ee989dd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000002_037ccd31.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000002_037ccd31.szar new file mode 100644 index 00000000..c2c4902b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000002_037ccd31.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000003_39214868.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000003_39214868.szar new file mode 100644 index 00000000..1c19d451 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000003_39214868.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000004_00cb0a89.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000004_00cb0a89.szar new file mode 100644 index 00000000..235c5fb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000004_00cb0a89.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000005_136c9b25.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000005_136c9b25.szar new file mode 100644 index 00000000..f09b28c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000005_136c9b25.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000006_cee00717.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000006_cee00717.szar new file mode 100644 index 00000000..1fde6531 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000006_cee00717.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000007_4afb8fd3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000007_4afb8fd3.szar new file mode 100644 index 00000000..ffc1036d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000007_4afb8fd3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000008_4c4405f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000008_4c4405f8.szar new file mode 100644 index 00000000..d15f37d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000008_4c4405f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000009_44edbe8c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000009_44edbe8c.szar new file mode 100644 index 00000000..9661157b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000009_44edbe8c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000010_a7a9a432.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000010_a7a9a432.szar new file mode 100644 index 00000000..f8e50178 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000010_a7a9a432.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000011_6e57ebcc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000011_6e57ebcc.szar new file mode 100644 index 00000000..30a8ce7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000011_6e57ebcc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000012_c939f05a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000012_c939f05a.szar new file mode 100644 index 00000000..ae6e06ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000012_c939f05a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000013_328d9be2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000013_328d9be2.szar new file mode 100644 index 00000000..5ea0245c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000013_328d9be2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000014_76838301.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000014_76838301.szar new file mode 100644 index 00000000..68d2260f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000014_76838301.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000015_549bda6f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000015_549bda6f.szar new file mode 100644 index 00000000..898bca08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000015_549bda6f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000016_bd0179d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000016_bd0179d1.szar new file mode 100644 index 00000000..b91f5d12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000016_bd0179d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000017_9def2c97.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000017_9def2c97.szar new file mode 100644 index 00000000..644ec6ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000017_9def2c97.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000018_cee36631.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000018_cee36631.szar new file mode 100644 index 00000000..27acbeb0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000018_cee36631.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000019_858e6087.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000019_858e6087.szar new file mode 100644 index 00000000..1c01f478 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000019_858e6087.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000020_759a20c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000020_759a20c0.szar new file mode 100644 index 00000000..ce716a5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000020_759a20c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000021_ade5a52c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000021_ade5a52c.szar new file mode 100644 index 00000000..9a78c607 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000021_ade5a52c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000022_2d39a66e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000022_2d39a66e.szar new file mode 100644 index 00000000..f813b7fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000022_2d39a66e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000023_d7fa8dfd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000023_d7fa8dfd.szar new file mode 100644 index 00000000..f940e369 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000023_d7fa8dfd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000024_972fdc26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000024_972fdc26.szar new file mode 100644 index 00000000..973eae1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000024_972fdc26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000025_1df60333.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000025_1df60333.szar new file mode 100644 index 00000000..5a9c1b3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000025_1df60333.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000026_045fcb86.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000026_045fcb86.szar new file mode 100644 index 00000000..f69a568f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000026_045fcb86.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000027_9a0ef944.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000027_9a0ef944.szar new file mode 100644 index 00000000..b9fac575 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000027_9a0ef944.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000028_cc731477.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000028_cc731477.szar new file mode 100644 index 00000000..569322ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000028_cc731477.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000029_7ad136cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000029_7ad136cd.szar new file mode 100644 index 00000000..833cc341 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000029_7ad136cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000030_af821e96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000030_af821e96.szar new file mode 100644 index 00000000..0acfaef8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000030_af821e96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000031_8b20e82a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000031_8b20e82a.szar new file mode 100644 index 00000000..9e4eefb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000031_8b20e82a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000032_b6e18244.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000032_b6e18244.szar new file mode 100644 index 00000000..54d8b65d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000032_b6e18244.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000033_0a03f78a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000033_0a03f78a.szar new file mode 100644 index 00000000..d316c701 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000033_0a03f78a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000034_3a289371.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000034_3a289371.szar new file mode 100644 index 00000000..498a5c15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000034_3a289371.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000035_0969f8c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000035_0969f8c0.szar new file mode 100644 index 00000000..0db6632a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000035_0969f8c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000036_292dcf00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000036_292dcf00.szar new file mode 100644 index 00000000..189c693d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000036_292dcf00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000037_7965a5ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000037_7965a5ed.szar new file mode 100644 index 00000000..9344bfa1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000037_7965a5ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000038_8ec4b596.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000038_8ec4b596.szar new file mode 100644 index 00000000..292d07e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000038_8ec4b596.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000039_e0081b9b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000039_e0081b9b.szar new file mode 100644 index 00000000..61464629 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000039_e0081b9b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000040_bafe4375.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000040_bafe4375.szar new file mode 100644 index 00000000..69ded601 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000040_bafe4375.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000041_ec671529.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000041_ec671529.szar new file mode 100644 index 00000000..85288242 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000041_ec671529.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000042_0d079f3e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000042_0d079f3e.szar new file mode 100644 index 00000000..5f89be01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000042_0d079f3e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000043_1caa8807.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000043_1caa8807.szar new file mode 100644 index 00000000..61858044 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000043_1caa8807.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000044_69a9f8c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000044_69a9f8c0.szar new file mode 100644 index 00000000..9c631f68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000044_69a9f8c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000045_52347960.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000045_52347960.szar new file mode 100644 index 00000000..c6cb9796 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000045_52347960.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000046_5fe815f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000046_5fe815f2.szar new file mode 100644 index 00000000..55e55078 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000046_5fe815f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000047_7a719744.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000047_7a719744.szar new file mode 100644 index 00000000..a02f4740 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000047_7a719744.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000048_59f6176e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000048_59f6176e.szar new file mode 100644 index 00000000..2161ba89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000048_59f6176e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000049_84409224.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000049_84409224.szar new file mode 100644 index 00000000..f948015e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000049_84409224.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000050_74252346.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000050_74252346.szar new file mode 100644 index 00000000..e66b8c79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000050_74252346.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000051_8541d25f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000051_8541d25f.szar new file mode 100644 index 00000000..87624032 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000051_8541d25f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000052_3c7837a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000052_3c7837a0.szar new file mode 100644 index 00000000..82bcd416 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000052_3c7837a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000053_a69c5742.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000053_a69c5742.szar new file mode 100644 index 00000000..24a1a91a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000053_a69c5742.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000054_53cd3d1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000054_53cd3d1c.szar new file mode 100644 index 00000000..d799119a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000054_53cd3d1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000055_d709746f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000055_d709746f.szar new file mode 100644 index 00000000..54d689f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000055_d709746f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000056_748aea39.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000056_748aea39.szar new file mode 100644 index 00000000..c0ba9a14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000056_748aea39.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000057_8e3e630c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000057_8e3e630c.szar new file mode 100644 index 00000000..52bad1cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000057_8e3e630c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000058_6dd7e993.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000058_6dd7e993.szar new file mode 100644 index 00000000..d26b6c26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000058_6dd7e993.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000059_bb6b6cf1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000059_bb6b6cf1.szar new file mode 100644 index 00000000..8d1aad63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000059_bb6b6cf1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000060_f6522879.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000060_f6522879.szar new file mode 100644 index 00000000..9ea8c7d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000060_f6522879.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000061_82290913.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000061_82290913.szar new file mode 100644 index 00000000..e2e36253 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/archive/delta_00000000000000000061_82290913.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000001_b9a798d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000001_b9a798d6.szcp new file mode 100644 index 00000000..c046349d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000001_b9a798d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000002_954cf115.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000002_954cf115.szcp new file mode 100644 index 00000000..522bae4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000002_954cf115.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000003_a727dbe1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000003_a727dbe1.szcp new file mode 100644 index 00000000..fd6bfc32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000003_a727dbe1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000004_27eff67f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000004_27eff67f.szcp new file mode 100644 index 00000000..0b13620d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000004_27eff67f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000005_8112cf77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000005_8112cf77.szcp new file mode 100644 index 00000000..57746b4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000005_8112cf77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000006_f273d235.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000006_f273d235.szcp new file mode 100644 index 00000000..779b6b0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000006_f273d235.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000007_a42a6012.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000007_a42a6012.szcp new file mode 100644 index 00000000..470a8369 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000007_a42a6012.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000008_b659f034.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000008_b659f034.szcp new file mode 100644 index 00000000..44308641 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000008_b659f034.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000009_aff486b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000009_aff486b8.szcp new file mode 100644 index 00000000..480c7fea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000009_aff486b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000010_4842afad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000010_4842afad.szcp new file mode 100644 index 00000000..b9637ddb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000010_4842afad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000011_a8e960e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000011_a8e960e2.szcp new file mode 100644 index 00000000..216de883 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000011_a8e960e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000012_0d9f979d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000012_0d9f979d.szcp new file mode 100644 index 00000000..4634a55d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000012_0d9f979d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000013_fe337452.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000013_fe337452.szcp new file mode 100644 index 00000000..19be986b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000013_fe337452.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000014_802834b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000014_802834b5.szcp new file mode 100644 index 00000000..0cf96dc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000014_802834b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000015_b17502d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000015_b17502d8.szcp new file mode 100644 index 00000000..73a26998 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000015_b17502d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000016_ab77991d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000016_ab77991d.szcp new file mode 100644 index 00000000..1d314039 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000016_ab77991d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000017_65a74235.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000017_65a74235.szcp new file mode 100644 index 00000000..7792dac6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000017_65a74235.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000018_615ae4de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000018_615ae4de.szcp new file mode 100644 index 00000000..e9f99be3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000018_615ae4de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000019_f9c24e2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000019_f9c24e2b.szcp new file mode 100644 index 00000000..9b6c5449 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000019_f9c24e2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000020_656131a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000020_656131a0.szcp new file mode 100644 index 00000000..d7dd7112 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000020_656131a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000021_1642c1fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000021_1642c1fb.szcp new file mode 100644 index 00000000..3f48aa47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000021_1642c1fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000022_7e906717.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000022_7e906717.szcp new file mode 100644 index 00000000..f2f466c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000022_7e906717.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000023_2f192597.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000023_2f192597.szcp new file mode 100644 index 00000000..4c3a0a83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000023_2f192597.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000024_5d805b24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000024_5d805b24.szcp new file mode 100644 index 00000000..4a4ab3c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000024_5d805b24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000025_d97ff5db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000025_d97ff5db.szcp new file mode 100644 index 00000000..bf8155f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000025_d97ff5db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000026_72eff837.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000026_72eff837.szcp new file mode 100644 index 00000000..e53a60de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000026_72eff837.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000027_d9659e1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000027_d9659e1d.szcp new file mode 100644 index 00000000..8b6b3aa3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000027_d9659e1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000028_eef42858.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000028_eef42858.szcp new file mode 100644 index 00000000..53c056ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000028_eef42858.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000029_b48f917e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000029_b48f917e.szcp new file mode 100644 index 00000000..14fe58d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000029_b48f917e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000030_b59d863b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000030_b59d863b.szcp new file mode 100644 index 00000000..274398c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000030_b59d863b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000031_aad79fd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000031_aad79fd7.szcp new file mode 100644 index 00000000..2a1ef486 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000031_aad79fd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000032_48afefc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000032_48afefc1.szcp new file mode 100644 index 00000000..fe082099 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000032_48afefc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000033_05333ff4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000033_05333ff4.szcp new file mode 100644 index 00000000..e410d436 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000033_05333ff4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000034_ee8b822c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000034_ee8b822c.szcp new file mode 100644 index 00000000..34a0f6e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000034_ee8b822c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000035_3459baa1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000035_3459baa1.szcp new file mode 100644 index 00000000..3881e99e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000035_3459baa1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000036_c27f3133.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000036_c27f3133.szcp new file mode 100644 index 00000000..0f725e29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000036_c27f3133.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000037_bf043e5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000037_bf043e5e.szcp new file mode 100644 index 00000000..12e299b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000037_bf043e5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000038_e8c42c17.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000038_e8c42c17.szcp new file mode 100644 index 00000000..0967c5f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000038_e8c42c17.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000039_dc12505e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000039_dc12505e.szcp new file mode 100644 index 00000000..2e4767f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000039_dc12505e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000040_0e5ba8f8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000040_0e5ba8f8.szcp new file mode 100644 index 00000000..3c40d7ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000040_0e5ba8f8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000041_0436ce69.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000041_0436ce69.szcp new file mode 100644 index 00000000..bf447baf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000041_0436ce69.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000042_f7ea38f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000042_f7ea38f5.szcp new file mode 100644 index 00000000..a8f4e8dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000042_f7ea38f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000043_89b9bc9e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000043_89b9bc9e.szcp new file mode 100644 index 00000000..591f9b41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000043_89b9bc9e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000044_90a1e82f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000044_90a1e82f.szcp new file mode 100644 index 00000000..b6673a0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000044_90a1e82f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000045_e630edfe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000045_e630edfe.szcp new file mode 100644 index 00000000..947c10c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000045_e630edfe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000046_79ac7ccb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000046_79ac7ccb.szcp new file mode 100644 index 00000000..469c78b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000046_79ac7ccb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000047_29cc4825.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000047_29cc4825.szcp new file mode 100644 index 00000000..eaea0b5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000047_29cc4825.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000048_5363d2c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000048_5363d2c5.szcp new file mode 100644 index 00000000..d2be8f04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000048_5363d2c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000049_dcc69108.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000049_dcc69108.szcp new file mode 100644 index 00000000..cfcff0b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000049_dcc69108.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000050_71fbb3aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000050_71fbb3aa.szcp new file mode 100644 index 00000000..9bc23fb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000050_71fbb3aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000051_768f0767.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000051_768f0767.szcp new file mode 100644 index 00000000..04918611 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000051_768f0767.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000052_9232b881.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000052_9232b881.szcp new file mode 100644 index 00000000..e8189a86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000052_9232b881.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000053_9f1fb224.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000053_9f1fb224.szcp new file mode 100644 index 00000000..8a529a08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000053_9f1fb224.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000054_ff1279a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000054_ff1279a9.szcp new file mode 100644 index 00000000..a9dc5f3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000054_ff1279a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000055_3de16a1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000055_3de16a1b.szcp new file mode 100644 index 00000000..b4107dbc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000055_3de16a1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000056_6a28b018.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000056_6a28b018.szcp new file mode 100644 index 00000000..c8d09ecd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000056_6a28b018.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000057_e6decee2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000057_e6decee2.szcp new file mode 100644 index 00000000..4bbda73c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000057_e6decee2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000058_52586020.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000058_52586020.szcp new file mode 100644 index 00000000..dcb710e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000058_52586020.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000059_d993b717.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000059_d993b717.szcp new file mode 100644 index 00000000..91e61be7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000059_d993b717.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000060_46c69cb6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000060_46c69cb6.szcp new file mode 100644 index 00000000..3cfe96d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000060_46c69cb6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000061_ad17d46f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000061_ad17d46f.szcp new file mode 100644 index 00000000..42ff7149 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_025/checkpoints/checkpoint_00000000000000000061_ad17d46f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000001_51836cb2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000001_51836cb2.szar new file mode 100644 index 00000000..18e33d66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000001_51836cb2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000002_5acb34dc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000002_5acb34dc.szar new file mode 100644 index 00000000..a8eea28f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000002_5acb34dc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000003_e0627466.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000003_e0627466.szar new file mode 100644 index 00000000..3e5daa2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000003_e0627466.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000004_c4f5ed9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000004_c4f5ed9d.szar new file mode 100644 index 00000000..4594af14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000004_c4f5ed9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000005_f4d16c0f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000005_f4d16c0f.szar new file mode 100644 index 00000000..7ad2d35f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000005_f4d16c0f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000006_bd45e9bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000006_bd45e9bc.szar new file mode 100644 index 00000000..c34cc11e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000006_bd45e9bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000007_a1d7887a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000007_a1d7887a.szar new file mode 100644 index 00000000..75d37144 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000007_a1d7887a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000008_d6867a5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000008_d6867a5e.szar new file mode 100644 index 00000000..61a2e1a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000008_d6867a5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000009_654c39fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000009_654c39fe.szar new file mode 100644 index 00000000..b719c45a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000009_654c39fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000010_165478dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000010_165478dd.szar new file mode 100644 index 00000000..2662cc09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000010_165478dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000011_9a152289.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000011_9a152289.szar new file mode 100644 index 00000000..75204939 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000011_9a152289.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000012_e85f0ea0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000012_e85f0ea0.szar new file mode 100644 index 00000000..dce19714 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000012_e85f0ea0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000013_0026ff5c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000013_0026ff5c.szar new file mode 100644 index 00000000..d364cbc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000013_0026ff5c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000014_10219a35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000014_10219a35.szar new file mode 100644 index 00000000..0d3ef85c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000014_10219a35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000015_5a057227.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000015_5a057227.szar new file mode 100644 index 00000000..102b230b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000015_5a057227.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000016_2ccbe8d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000016_2ccbe8d5.szar new file mode 100644 index 00000000..59241480 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000016_2ccbe8d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000017_ed98ddf9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000017_ed98ddf9.szar new file mode 100644 index 00000000..2b7bf387 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000017_ed98ddf9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000018_753f585c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000018_753f585c.szar new file mode 100644 index 00000000..28fa7018 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000018_753f585c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000019_ae1cba6f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000019_ae1cba6f.szar new file mode 100644 index 00000000..bed605cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000019_ae1cba6f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000020_fe2dbbd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000020_fe2dbbd6.szar new file mode 100644 index 00000000..9a597045 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000020_fe2dbbd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000021_0e3e14f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000021_0e3e14f3.szar new file mode 100644 index 00000000..5a3f5471 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000021_0e3e14f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000022_d241571c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000022_d241571c.szar new file mode 100644 index 00000000..bd4c069e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000022_d241571c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000023_6526988e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000023_6526988e.szar new file mode 100644 index 00000000..607735ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000023_6526988e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000024_2950a2f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000024_2950a2f3.szar new file mode 100644 index 00000000..dd7836bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000024_2950a2f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000025_4ad08568.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000025_4ad08568.szar new file mode 100644 index 00000000..2ececd8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000025_4ad08568.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000026_7c9279be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000026_7c9279be.szar new file mode 100644 index 00000000..50dda9b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000026_7c9279be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000027_e1e53c81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000027_e1e53c81.szar new file mode 100644 index 00000000..5173ca41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000027_e1e53c81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000028_9850d9df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000028_9850d9df.szar new file mode 100644 index 00000000..45973c5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000028_9850d9df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000029_7224e3b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000029_7224e3b6.szar new file mode 100644 index 00000000..8149f038 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000029_7224e3b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000030_8791a21b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000030_8791a21b.szar new file mode 100644 index 00000000..81313bd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000030_8791a21b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000031_4dd09616.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000031_4dd09616.szar new file mode 100644 index 00000000..1d6aed7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000031_4dd09616.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000032_5809ff7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000032_5809ff7d.szar new file mode 100644 index 00000000..6375e9da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000032_5809ff7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000033_210b922b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000033_210b922b.szar new file mode 100644 index 00000000..f6e29997 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000033_210b922b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000034_0351d259.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000034_0351d259.szar new file mode 100644 index 00000000..c87d30c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000034_0351d259.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000035_11d32da3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000035_11d32da3.szar new file mode 100644 index 00000000..4ad7c0f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000035_11d32da3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000036_1e27eaeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000036_1e27eaeb.szar new file mode 100644 index 00000000..817e514e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000036_1e27eaeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000037_18788325.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000037_18788325.szar new file mode 100644 index 00000000..9346ad78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000037_18788325.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000038_75eadf03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000038_75eadf03.szar new file mode 100644 index 00000000..e3abce7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000038_75eadf03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000039_6c4e41fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000039_6c4e41fd.szar new file mode 100644 index 00000000..fa61d7f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000039_6c4e41fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000040_4f75cfb4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000040_4f75cfb4.szar new file mode 100644 index 00000000..f181c4fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000040_4f75cfb4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000041_286f1c61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000041_286f1c61.szar new file mode 100644 index 00000000..dec5898f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000041_286f1c61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000042_41ef3c3c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000042_41ef3c3c.szar new file mode 100644 index 00000000..caca8be9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000042_41ef3c3c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000043_129e1de9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000043_129e1de9.szar new file mode 100644 index 00000000..531dfc5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000043_129e1de9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000044_696f78c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000044_696f78c4.szar new file mode 100644 index 00000000..c8faab7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000044_696f78c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000045_b65a01fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000045_b65a01fc.szar new file mode 100644 index 00000000..a1bd46b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000045_b65a01fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000046_10586674.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000046_10586674.szar new file mode 100644 index 00000000..f287bc05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000046_10586674.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000047_fee28968.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000047_fee28968.szar new file mode 100644 index 00000000..420a1022 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000047_fee28968.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000048_a6c7c87f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000048_a6c7c87f.szar new file mode 100644 index 00000000..87eb4af9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000048_a6c7c87f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000049_d3b16bea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000049_d3b16bea.szar new file mode 100644 index 00000000..bcaa12a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000049_d3b16bea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000050_6bf5379d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000050_6bf5379d.szar new file mode 100644 index 00000000..3c97eeab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000050_6bf5379d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000051_26ced291.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000051_26ced291.szar new file mode 100644 index 00000000..bb595069 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000051_26ced291.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000052_da5b35cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000052_da5b35cc.szar new file mode 100644 index 00000000..a13ff9a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000052_da5b35cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000053_b98dbe79.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000053_b98dbe79.szar new file mode 100644 index 00000000..d3a3c12f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000053_b98dbe79.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000054_47982210.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000054_47982210.szar new file mode 100644 index 00000000..2a988e01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000054_47982210.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000055_da4d3312.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000055_da4d3312.szar new file mode 100644 index 00000000..55857204 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000055_da4d3312.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000056_a3dd6afb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000056_a3dd6afb.szar new file mode 100644 index 00000000..664cbb98 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000056_a3dd6afb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000057_f758394b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000057_f758394b.szar new file mode 100644 index 00000000..532cdd75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000057_f758394b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000058_cfd4f937.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000058_cfd4f937.szar new file mode 100644 index 00000000..831d0cc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000058_cfd4f937.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000059_24a0f4e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000059_24a0f4e1.szar new file mode 100644 index 00000000..c9e36897 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/archive/delta_00000000000000000059_24a0f4e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000001_126b6bcf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000001_126b6bcf.szcp new file mode 100644 index 00000000..de9e1740 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000001_126b6bcf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000002_4bc7c348.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000002_4bc7c348.szcp new file mode 100644 index 00000000..3b825bb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000002_4bc7c348.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000003_3577b9d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000003_3577b9d8.szcp new file mode 100644 index 00000000..704bec19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000003_3577b9d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000004_2736149c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000004_2736149c.szcp new file mode 100644 index 00000000..5d381884 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000004_2736149c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000005_997c603b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000005_997c603b.szcp new file mode 100644 index 00000000..33bdda58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000005_997c603b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000006_ba1103e1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000006_ba1103e1.szcp new file mode 100644 index 00000000..6b63c9bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000006_ba1103e1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000007_10cf3c14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000007_10cf3c14.szcp new file mode 100644 index 00000000..79c516dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000007_10cf3c14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000008_4a7c0c54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000008_4a7c0c54.szcp new file mode 100644 index 00000000..35ad9ac9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000008_4a7c0c54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000009_55461b1a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000009_55461b1a.szcp new file mode 100644 index 00000000..c0ec6462 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000009_55461b1a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000010_73612974.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000010_73612974.szcp new file mode 100644 index 00000000..46d0c107 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000010_73612974.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000011_fe824dc7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000011_fe824dc7.szcp new file mode 100644 index 00000000..63ad60fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000011_fe824dc7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000012_4e43abc7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000012_4e43abc7.szcp new file mode 100644 index 00000000..a72c1947 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000012_4e43abc7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000013_699e03f8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000013_699e03f8.szcp new file mode 100644 index 00000000..31f0cb37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000013_699e03f8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000014_3b8cf011.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000014_3b8cf011.szcp new file mode 100644 index 00000000..3e11de22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000014_3b8cf011.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000015_738a22a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000015_738a22a0.szcp new file mode 100644 index 00000000..91d6fad1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000015_738a22a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000016_994fd1e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000016_994fd1e3.szcp new file mode 100644 index 00000000..a552f56c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000016_994fd1e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000017_e0700930.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000017_e0700930.szcp new file mode 100644 index 00000000..20dfda27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000017_e0700930.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000018_e9844f13.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000018_e9844f13.szcp new file mode 100644 index 00000000..d2334556 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000018_e9844f13.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000019_79a3c716.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000019_79a3c716.szcp new file mode 100644 index 00000000..98091bb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000019_79a3c716.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000020_39d09ce7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000020_39d09ce7.szcp new file mode 100644 index 00000000..4fcbc48f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000020_39d09ce7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000021_9ebeef13.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000021_9ebeef13.szcp new file mode 100644 index 00000000..15e95b25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000021_9ebeef13.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000022_7c671ad1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000022_7c671ad1.szcp new file mode 100644 index 00000000..60e5202e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000022_7c671ad1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000023_48db548e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000023_48db548e.szcp new file mode 100644 index 00000000..cccb9f24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000023_48db548e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000024_6ff5958c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000024_6ff5958c.szcp new file mode 100644 index 00000000..294619e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000024_6ff5958c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000025_aa9468c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000025_aa9468c9.szcp new file mode 100644 index 00000000..53323ad8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000025_aa9468c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000026_6ed69e23.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000026_6ed69e23.szcp new file mode 100644 index 00000000..8b7b8b55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000026_6ed69e23.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000027_b4032591.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000027_b4032591.szcp new file mode 100644 index 00000000..9f630497 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000027_b4032591.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000028_032a6256.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000028_032a6256.szcp new file mode 100644 index 00000000..674c6615 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000028_032a6256.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000029_f391ddeb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000029_f391ddeb.szcp new file mode 100644 index 00000000..3c7deac7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000029_f391ddeb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000030_d1bc842a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000030_d1bc842a.szcp new file mode 100644 index 00000000..eb51e7a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000030_d1bc842a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000031_77840a92.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000031_77840a92.szcp new file mode 100644 index 00000000..c4105bd6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000031_77840a92.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000032_35785ce1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000032_35785ce1.szcp new file mode 100644 index 00000000..9056fca0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000032_35785ce1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000033_0d7f9f46.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000033_0d7f9f46.szcp new file mode 100644 index 00000000..9e91ac4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000033_0d7f9f46.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000034_c22e10c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000034_c22e10c8.szcp new file mode 100644 index 00000000..66f3968f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000034_c22e10c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000035_d521a932.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000035_d521a932.szcp new file mode 100644 index 00000000..759846ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000035_d521a932.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000036_3b83df94.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000036_3b83df94.szcp new file mode 100644 index 00000000..8c209f08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000036_3b83df94.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000037_0483533f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000037_0483533f.szcp new file mode 100644 index 00000000..0a2578bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000037_0483533f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000038_9757b6a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000038_9757b6a5.szcp new file mode 100644 index 00000000..4e30285e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000038_9757b6a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000039_337ddf27.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000039_337ddf27.szcp new file mode 100644 index 00000000..67882522 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000039_337ddf27.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000040_faa459cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000040_faa459cd.szcp new file mode 100644 index 00000000..96f813b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000040_faa459cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000041_60e4a575.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000041_60e4a575.szcp new file mode 100644 index 00000000..87a8f002 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000041_60e4a575.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000042_d9a20801.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000042_d9a20801.szcp new file mode 100644 index 00000000..d7190620 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000042_d9a20801.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000043_f4b9392f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000043_f4b9392f.szcp new file mode 100644 index 00000000..04807744 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000043_f4b9392f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000044_196a8bba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000044_196a8bba.szcp new file mode 100644 index 00000000..068096a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000044_196a8bba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000045_43093376.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000045_43093376.szcp new file mode 100644 index 00000000..ac0f34a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000045_43093376.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000046_79197e62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000046_79197e62.szcp new file mode 100644 index 00000000..5b650fb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000046_79197e62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000047_2ebb15dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000047_2ebb15dc.szcp new file mode 100644 index 00000000..7df6f204 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000047_2ebb15dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000048_050f614a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000048_050f614a.szcp new file mode 100644 index 00000000..4be74894 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000048_050f614a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000049_7902855f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000049_7902855f.szcp new file mode 100644 index 00000000..d406f7e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000049_7902855f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000050_f4807120.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000050_f4807120.szcp new file mode 100644 index 00000000..8636a855 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000050_f4807120.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000051_be82aad0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000051_be82aad0.szcp new file mode 100644 index 00000000..d9a04d49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000051_be82aad0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000052_cd397c95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000052_cd397c95.szcp new file mode 100644 index 00000000..46fc374d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000052_cd397c95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000053_b2bc8d18.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000053_b2bc8d18.szcp new file mode 100644 index 00000000..27c1a49f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000053_b2bc8d18.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000054_1f55e2ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000054_1f55e2ea.szcp new file mode 100644 index 00000000..531df5a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000054_1f55e2ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000055_c7bc9110.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000055_c7bc9110.szcp new file mode 100644 index 00000000..f6eef16e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000055_c7bc9110.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000056_65f256b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000056_65f256b7.szcp new file mode 100644 index 00000000..9d918081 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000056_65f256b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000057_9bca548e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000057_9bca548e.szcp new file mode 100644 index 00000000..75491e1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000057_9bca548e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000058_40439e76.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000058_40439e76.szcp new file mode 100644 index 00000000..5f01009d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000058_40439e76.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000059_517d19b3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000059_517d19b3.szcp new file mode 100644 index 00000000..201ef28b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000059_517d19b3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000060_d465f6e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000060_d465f6e9.szcp new file mode 100644 index 00000000..5417e058 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_026/checkpoints/checkpoint_00000000000000000060_d465f6e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000001_f880511c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000001_f880511c.szar new file mode 100644 index 00000000..341d8c44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000001_f880511c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000002_048dcd38.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000002_048dcd38.szar new file mode 100644 index 00000000..f289c336 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000002_048dcd38.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000003_eddeebad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000003_eddeebad.szar new file mode 100644 index 00000000..4983c8d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000003_eddeebad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000004_6bd7bd50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000004_6bd7bd50.szar new file mode 100644 index 00000000..0227af7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000004_6bd7bd50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000005_61ad7b02.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000005_61ad7b02.szar new file mode 100644 index 00000000..b9108fa2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000005_61ad7b02.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000006_20550329.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000006_20550329.szar new file mode 100644 index 00000000..0929d663 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000006_20550329.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000007_52b46339.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000007_52b46339.szar new file mode 100644 index 00000000..84b9d3c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000007_52b46339.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000008_fe0a7c0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000008_fe0a7c0c.szar new file mode 100644 index 00000000..1d213cbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000008_fe0a7c0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000009_790f9f5b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000009_790f9f5b.szar new file mode 100644 index 00000000..09144502 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000009_790f9f5b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000010_8ddbc248.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000010_8ddbc248.szar new file mode 100644 index 00000000..f310d830 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000010_8ddbc248.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000011_921b2cb4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000011_921b2cb4.szar new file mode 100644 index 00000000..1445d21d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000011_921b2cb4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000012_670b798a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000012_670b798a.szar new file mode 100644 index 00000000..ff88f190 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000012_670b798a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000013_554266ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000013_554266ec.szar new file mode 100644 index 00000000..9dc80afa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000013_554266ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000014_2e60a9df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000014_2e60a9df.szar new file mode 100644 index 00000000..0f0825e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000014_2e60a9df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000015_75372385.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000015_75372385.szar new file mode 100644 index 00000000..653b4ea3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000015_75372385.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000016_8208afc1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000016_8208afc1.szar new file mode 100644 index 00000000..e3860fa3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000016_8208afc1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000017_a3e5fa4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000017_a3e5fa4b.szar new file mode 100644 index 00000000..5d329a70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000017_a3e5fa4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000018_754675bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000018_754675bd.szar new file mode 100644 index 00000000..6455dd44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000018_754675bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000019_4f1fd187.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000019_4f1fd187.szar new file mode 100644 index 00000000..8841ae6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000019_4f1fd187.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000020_8c9011ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000020_8c9011ca.szar new file mode 100644 index 00000000..7aac4128 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000020_8c9011ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000021_c192ce4a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000021_c192ce4a.szar new file mode 100644 index 00000000..934d9eeb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000021_c192ce4a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000022_73599b1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000022_73599b1c.szar new file mode 100644 index 00000000..3e750098 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000022_73599b1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000023_6c3f0266.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000023_6c3f0266.szar new file mode 100644 index 00000000..111c8fa0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000023_6c3f0266.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000024_3742001d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000024_3742001d.szar new file mode 100644 index 00000000..571728f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000024_3742001d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000025_377a3e23.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000025_377a3e23.szar new file mode 100644 index 00000000..f3af3fb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000025_377a3e23.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000026_fb8ee838.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000026_fb8ee838.szar new file mode 100644 index 00000000..35f72a9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000026_fb8ee838.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000027_70ff073b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000027_70ff073b.szar new file mode 100644 index 00000000..c1a044fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000027_70ff073b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000028_e09e79f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000028_e09e79f2.szar new file mode 100644 index 00000000..186d1488 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000028_e09e79f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000029_a17edf68.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000029_a17edf68.szar new file mode 100644 index 00000000..0b21ba27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000029_a17edf68.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000030_28ccff1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000030_28ccff1c.szar new file mode 100644 index 00000000..cef6307a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000030_28ccff1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000031_cfd77bb7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000031_cfd77bb7.szar new file mode 100644 index 00000000..6869d1f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000031_cfd77bb7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000032_7dfb16fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000032_7dfb16fa.szar new file mode 100644 index 00000000..6e8c7033 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000032_7dfb16fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000033_68856ab9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000033_68856ab9.szar new file mode 100644 index 00000000..5384f5d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000033_68856ab9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000034_fd62d9b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000034_fd62d9b0.szar new file mode 100644 index 00000000..32c8f8e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000034_fd62d9b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000035_222feb83.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000035_222feb83.szar new file mode 100644 index 00000000..8bd9742b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000035_222feb83.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000036_9b9761ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000036_9b9761ea.szar new file mode 100644 index 00000000..e5af5664 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000036_9b9761ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000037_d5ae5fac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000037_d5ae5fac.szar new file mode 100644 index 00000000..1063afc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000037_d5ae5fac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000038_eb3560bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000038_eb3560bb.szar new file mode 100644 index 00000000..efb5dc3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000038_eb3560bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000039_ffa50529.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000039_ffa50529.szar new file mode 100644 index 00000000..f1f37905 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000039_ffa50529.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000040_5e5ff80e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000040_5e5ff80e.szar new file mode 100644 index 00000000..dd197082 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000040_5e5ff80e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000041_c7b3203c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000041_c7b3203c.szar new file mode 100644 index 00000000..fe404ae9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000041_c7b3203c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000042_ede0ac15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000042_ede0ac15.szar new file mode 100644 index 00000000..3fbaa0ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000042_ede0ac15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000043_568d6b0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000043_568d6b0c.szar new file mode 100644 index 00000000..478a926f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000043_568d6b0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000044_c9ca4206.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000044_c9ca4206.szar new file mode 100644 index 00000000..10b3b3d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000044_c9ca4206.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000045_384f2159.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000045_384f2159.szar new file mode 100644 index 00000000..c958bbe7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000045_384f2159.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000046_6300d592.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000046_6300d592.szar new file mode 100644 index 00000000..4d57ee13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000046_6300d592.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000047_773e9589.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000047_773e9589.szar new file mode 100644 index 00000000..9f0dfafa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000047_773e9589.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000048_302b5a14.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000048_302b5a14.szar new file mode 100644 index 00000000..a408b753 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000048_302b5a14.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000049_3b7a33e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000049_3b7a33e5.szar new file mode 100644 index 00000000..92e34b4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000049_3b7a33e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000050_4b904cd7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000050_4b904cd7.szar new file mode 100644 index 00000000..dceb67a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000050_4b904cd7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000051_31ec29eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000051_31ec29eb.szar new file mode 100644 index 00000000..06af4342 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000051_31ec29eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000052_5adc8404.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000052_5adc8404.szar new file mode 100644 index 00000000..66456a16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000052_5adc8404.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000053_8a062d62.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000053_8a062d62.szar new file mode 100644 index 00000000..9d55db6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000053_8a062d62.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000054_820bae26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000054_820bae26.szar new file mode 100644 index 00000000..85fb4f54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000054_820bae26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000055_e46dc9fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000055_e46dc9fe.szar new file mode 100644 index 00000000..eb6d88ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000055_e46dc9fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000056_17fc9106.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000056_17fc9106.szar new file mode 100644 index 00000000..4af749ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000056_17fc9106.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000057_7a752ddf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000057_7a752ddf.szar new file mode 100644 index 00000000..7fddbe28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000057_7a752ddf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000058_4db67d6b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000058_4db67d6b.szar new file mode 100644 index 00000000..904d2cab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000058_4db67d6b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000059_bdd86911.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000059_bdd86911.szar new file mode 100644 index 00000000..bed0d630 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000059_bdd86911.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000060_06dc421a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000060_06dc421a.szar new file mode 100644 index 00000000..ff857c31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000060_06dc421a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000061_d2e52e77.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000061_d2e52e77.szar new file mode 100644 index 00000000..22829ce9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000061_d2e52e77.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000062_0c8cc790.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000062_0c8cc790.szar new file mode 100644 index 00000000..4978ed78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000062_0c8cc790.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000063_6edab5e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000063_6edab5e5.szar new file mode 100644 index 00000000..d577698c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000063_6edab5e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000064_94b7ffd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000064_94b7ffd6.szar new file mode 100644 index 00000000..966bf341 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000064_94b7ffd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000065_297f6564.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000065_297f6564.szar new file mode 100644 index 00000000..8821f387 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000065_297f6564.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000066_98f67feb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000066_98f67feb.szar new file mode 100644 index 00000000..f3cd354e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/archive/delta_00000000000000000066_98f67feb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000001_88a6aaac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000001_88a6aaac.szcp new file mode 100644 index 00000000..716c697b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000001_88a6aaac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000002_81420e18.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000002_81420e18.szcp new file mode 100644 index 00000000..003e0b6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000002_81420e18.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000003_e101d0de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000003_e101d0de.szcp new file mode 100644 index 00000000..76e4b503 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000003_e101d0de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000004_21d134d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000004_21d134d3.szcp new file mode 100644 index 00000000..3389b00a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000004_21d134d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000005_8a70c1a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000005_8a70c1a1.szcp new file mode 100644 index 00000000..0adc0c86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000005_8a70c1a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000006_5e2ddd14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000006_5e2ddd14.szcp new file mode 100644 index 00000000..a0e23bfa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000006_5e2ddd14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000007_628f3b3f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000007_628f3b3f.szcp new file mode 100644 index 00000000..ea13ab50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000007_628f3b3f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000008_b4dff1ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000008_b4dff1ea.szcp new file mode 100644 index 00000000..a006ca86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000008_b4dff1ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000009_c6dc3259.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000009_c6dc3259.szcp new file mode 100644 index 00000000..d6a0752e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000009_c6dc3259.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000010_ee44fd09.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000010_ee44fd09.szcp new file mode 100644 index 00000000..37fd9701 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000010_ee44fd09.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000011_0547a8ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000011_0547a8ac.szcp new file mode 100644 index 00000000..aacd2e48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000011_0547a8ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000012_1ee0a502.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000012_1ee0a502.szcp new file mode 100644 index 00000000..d8fcf49e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000012_1ee0a502.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000013_fcc43e4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000013_fcc43e4f.szcp new file mode 100644 index 00000000..4560ed47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000013_fcc43e4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000014_fa6bf2a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000014_fa6bf2a4.szcp new file mode 100644 index 00000000..fe18762d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000014_fa6bf2a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000015_4477a342.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000015_4477a342.szcp new file mode 100644 index 00000000..9e74cfd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000015_4477a342.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000016_d6dbab2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000016_d6dbab2b.szcp new file mode 100644 index 00000000..645151b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000016_d6dbab2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000017_7acc16bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000017_7acc16bc.szcp new file mode 100644 index 00000000..f66e3bcd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000017_7acc16bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000018_0bd393ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000018_0bd393ba.szcp new file mode 100644 index 00000000..7ff96b3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000018_0bd393ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000019_6eb8e1b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000019_6eb8e1b9.szcp new file mode 100644 index 00000000..ad547869 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000019_6eb8e1b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000020_16021b04.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000020_16021b04.szcp new file mode 100644 index 00000000..999cf737 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000020_16021b04.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000021_4ad7ee73.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000021_4ad7ee73.szcp new file mode 100644 index 00000000..d77f5956 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000021_4ad7ee73.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000022_1c1c4389.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000022_1c1c4389.szcp new file mode 100644 index 00000000..06693668 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000022_1c1c4389.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000023_bbad9b3c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000023_bbad9b3c.szcp new file mode 100644 index 00000000..a222db3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000023_bbad9b3c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000024_efe5d6e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000024_efe5d6e3.szcp new file mode 100644 index 00000000..7bb7eb49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000024_efe5d6e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000025_9c474579.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000025_9c474579.szcp new file mode 100644 index 00000000..225dbe70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000025_9c474579.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000026_fe20829e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000026_fe20829e.szcp new file mode 100644 index 00000000..1e215058 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000026_fe20829e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000027_c2c61caf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000027_c2c61caf.szcp new file mode 100644 index 00000000..09de2054 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000027_c2c61caf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000028_39013449.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000028_39013449.szcp new file mode 100644 index 00000000..c2971b7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000028_39013449.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000029_e4cd7a75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000029_e4cd7a75.szcp new file mode 100644 index 00000000..16d2a522 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000029_e4cd7a75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000030_5e957786.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000030_5e957786.szcp new file mode 100644 index 00000000..0f47c707 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000030_5e957786.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000031_b2c09e6d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000031_b2c09e6d.szcp new file mode 100644 index 00000000..5daea270 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000031_b2c09e6d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000032_d0b76419.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000032_d0b76419.szcp new file mode 100644 index 00000000..209aae89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000032_d0b76419.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000033_5522feff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000033_5522feff.szcp new file mode 100644 index 00000000..e9c12c0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000033_5522feff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000034_32d292c7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000034_32d292c7.szcp new file mode 100644 index 00000000..e9d39af4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000034_32d292c7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000035_0ef2f4e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000035_0ef2f4e4.szcp new file mode 100644 index 00000000..59c08fe9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000035_0ef2f4e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000036_3e4025a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000036_3e4025a4.szcp new file mode 100644 index 00000000..5e95676d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000036_3e4025a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000037_87168dad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000037_87168dad.szcp new file mode 100644 index 00000000..57a8264f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000037_87168dad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000038_36deb80b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000038_36deb80b.szcp new file mode 100644 index 00000000..900544f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000038_36deb80b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000039_26554665.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000039_26554665.szcp new file mode 100644 index 00000000..4bf91aea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000039_26554665.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000040_8fa33edd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000040_8fa33edd.szcp new file mode 100644 index 00000000..61d3d59c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000040_8fa33edd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000041_8c2ca593.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000041_8c2ca593.szcp new file mode 100644 index 00000000..812acab0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000041_8c2ca593.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000042_a3864737.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000042_a3864737.szcp new file mode 100644 index 00000000..9ef28c44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000042_a3864737.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000043_517bf5d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000043_517bf5d8.szcp new file mode 100644 index 00000000..fc95e07a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000043_517bf5d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000044_5cd4b047.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000044_5cd4b047.szcp new file mode 100644 index 00000000..eb0bb928 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000044_5cd4b047.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000045_a831c0f1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000045_a831c0f1.szcp new file mode 100644 index 00000000..71511993 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000045_a831c0f1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000046_da143b87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000046_da143b87.szcp new file mode 100644 index 00000000..58a8186c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000046_da143b87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000047_3bd25f55.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000047_3bd25f55.szcp new file mode 100644 index 00000000..6df79c82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000047_3bd25f55.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000048_2e62e9be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000048_2e62e9be.szcp new file mode 100644 index 00000000..e3e341ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000048_2e62e9be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000049_0f283661.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000049_0f283661.szcp new file mode 100644 index 00000000..7427ece7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000049_0f283661.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000050_dc7c9d88.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000050_dc7c9d88.szcp new file mode 100644 index 00000000..a4c80f8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000050_dc7c9d88.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000051_d4ad6817.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000051_d4ad6817.szcp new file mode 100644 index 00000000..5c0d7e2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000051_d4ad6817.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000052_39a4ee71.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000052_39a4ee71.szcp new file mode 100644 index 00000000..82245b8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000052_39a4ee71.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000053_73d60ae0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000053_73d60ae0.szcp new file mode 100644 index 00000000..75c182c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000053_73d60ae0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000054_e5448a34.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000054_e5448a34.szcp new file mode 100644 index 00000000..5a2be909 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000054_e5448a34.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000055_4c2ad22b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000055_4c2ad22b.szcp new file mode 100644 index 00000000..c9f21a55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000055_4c2ad22b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000056_472e0cec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000056_472e0cec.szcp new file mode 100644 index 00000000..c391d505 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000056_472e0cec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000057_51b7d344.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000057_51b7d344.szcp new file mode 100644 index 00000000..68a28a06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000057_51b7d344.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000058_152ce218.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000058_152ce218.szcp new file mode 100644 index 00000000..8441ff89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000058_152ce218.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000059_9a4da61e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000059_9a4da61e.szcp new file mode 100644 index 00000000..aff43c0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000059_9a4da61e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000060_629c1a5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000060_629c1a5d.szcp new file mode 100644 index 00000000..b7d12dc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000060_629c1a5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000061_7d22ea39.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000061_7d22ea39.szcp new file mode 100644 index 00000000..40001d54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000061_7d22ea39.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000062_30ad3c55.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000062_30ad3c55.szcp new file mode 100644 index 00000000..7fecb41e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000062_30ad3c55.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000063_e1bb068b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000063_e1bb068b.szcp new file mode 100644 index 00000000..b01377af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000063_e1bb068b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000064_62a8f6eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000064_62a8f6eb.szcp new file mode 100644 index 00000000..d6fc977c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000064_62a8f6eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000065_7f87a7f8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000065_7f87a7f8.szcp new file mode 100644 index 00000000..641fb525 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000065_7f87a7f8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000066_253bb734.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000066_253bb734.szcp new file mode 100644 index 00000000..4aed29eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_027/checkpoints/checkpoint_00000000000000000066_253bb734.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000001_596ace3d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000001_596ace3d.szar new file mode 100644 index 00000000..80f0c54f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000001_596ace3d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000002_8bc7c495.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000002_8bc7c495.szar new file mode 100644 index 00000000..1d8a4b35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000002_8bc7c495.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000003_bba08af2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000003_bba08af2.szar new file mode 100644 index 00000000..c1fd2e4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000003_bba08af2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000004_8f7737a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000004_8f7737a7.szar new file mode 100644 index 00000000..99bfbdf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000004_8f7737a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000005_eb0bee45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000005_eb0bee45.szar new file mode 100644 index 00000000..8a8d9d7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000005_eb0bee45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000006_97325744.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000006_97325744.szar new file mode 100644 index 00000000..c1f311a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000006_97325744.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000007_15f119c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000007_15f119c1.szar new file mode 100644 index 00000000..e1400e15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000007_15f119c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000008_6a7e0a17.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000008_6a7e0a17.szar new file mode 100644 index 00000000..35079377 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000008_6a7e0a17.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000009_0d031ddf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000009_0d031ddf.szar new file mode 100644 index 00000000..d6b2db62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000009_0d031ddf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000010_e3ee76a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000010_e3ee76a9.szar new file mode 100644 index 00000000..c73adc94 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000010_e3ee76a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000011_bff62c06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000011_bff62c06.szar new file mode 100644 index 00000000..bbc77b4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000011_bff62c06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000012_e3c44627.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000012_e3c44627.szar new file mode 100644 index 00000000..ab6481d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000012_e3c44627.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000013_bce842bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000013_bce842bd.szar new file mode 100644 index 00000000..96c7685e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000013_bce842bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000014_3a1df3b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000014_3a1df3b6.szar new file mode 100644 index 00000000..3ff76bf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000014_3a1df3b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000015_579a4bf8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000015_579a4bf8.szar new file mode 100644 index 00000000..fcff9593 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000015_579a4bf8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000016_6772d080.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000016_6772d080.szar new file mode 100644 index 00000000..51699eca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000016_6772d080.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000017_a934896c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000017_a934896c.szar new file mode 100644 index 00000000..1656d4ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000017_a934896c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000018_51ca06b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000018_51ca06b7.szar new file mode 100644 index 00000000..3a20e84e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000018_51ca06b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000019_520b8e97.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000019_520b8e97.szar new file mode 100644 index 00000000..15b05767 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000019_520b8e97.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000020_a9c59e76.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000020_a9c59e76.szar new file mode 100644 index 00000000..ba2e2c3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000020_a9c59e76.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000021_ac312f4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000021_ac312f4b.szar new file mode 100644 index 00000000..4690370b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000021_ac312f4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000022_588107fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000022_588107fc.szar new file mode 100644 index 00000000..432747ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000022_588107fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000023_1ce5ed8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000023_1ce5ed8d.szar new file mode 100644 index 00000000..5405c03a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000023_1ce5ed8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000024_3ddb7b8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000024_3ddb7b8d.szar new file mode 100644 index 00000000..a1ffa027 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000024_3ddb7b8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000025_0cec4659.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000025_0cec4659.szar new file mode 100644 index 00000000..bbf6a458 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000025_0cec4659.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000026_ed12fd91.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000026_ed12fd91.szar new file mode 100644 index 00000000..84e76db1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000026_ed12fd91.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000027_1260c446.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000027_1260c446.szar new file mode 100644 index 00000000..0e53c1c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000027_1260c446.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000028_0b2a0c39.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000028_0b2a0c39.szar new file mode 100644 index 00000000..c555cc29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000028_0b2a0c39.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000029_1df2a272.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000029_1df2a272.szar new file mode 100644 index 00000000..4e38a941 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000029_1df2a272.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000030_7591e084.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000030_7591e084.szar new file mode 100644 index 00000000..9aa817da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000030_7591e084.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000031_dfe4cf8e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000031_dfe4cf8e.szar new file mode 100644 index 00000000..a4be3ed2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000031_dfe4cf8e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000032_4d8f3aa1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000032_4d8f3aa1.szar new file mode 100644 index 00000000..29985574 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000032_4d8f3aa1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000033_0715b0ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000033_0715b0ef.szar new file mode 100644 index 00000000..d791e29d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000033_0715b0ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000034_eaf18eb5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000034_eaf18eb5.szar new file mode 100644 index 00000000..176f1c7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000034_eaf18eb5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000035_b427d96a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000035_b427d96a.szar new file mode 100644 index 00000000..4ff11287 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000035_b427d96a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000036_6d8395da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000036_6d8395da.szar new file mode 100644 index 00000000..69f9e4fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000036_6d8395da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000037_2c689638.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000037_2c689638.szar new file mode 100644 index 00000000..f577ef5e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000037_2c689638.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000038_1d2e6769.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000038_1d2e6769.szar new file mode 100644 index 00000000..822e6e28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000038_1d2e6769.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000039_44870817.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000039_44870817.szar new file mode 100644 index 00000000..c4527831 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000039_44870817.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000040_6e173e6b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000040_6e173e6b.szar new file mode 100644 index 00000000..24079370 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000040_6e173e6b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000041_b5dfdfad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000041_b5dfdfad.szar new file mode 100644 index 00000000..f9339466 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000041_b5dfdfad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000042_64dfbd3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000042_64dfbd3b.szar new file mode 100644 index 00000000..c7791337 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000042_64dfbd3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000043_f8f7768a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000043_f8f7768a.szar new file mode 100644 index 00000000..0599a2e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000043_f8f7768a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000044_7162fb52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000044_7162fb52.szar new file mode 100644 index 00000000..27d9e03c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000044_7162fb52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000045_d3a84265.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000045_d3a84265.szar new file mode 100644 index 00000000..6ef30760 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000045_d3a84265.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000046_06e0c667.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000046_06e0c667.szar new file mode 100644 index 00000000..aacbd1ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000046_06e0c667.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000047_62db3ff7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000047_62db3ff7.szar new file mode 100644 index 00000000..1f16c1cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000047_62db3ff7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000048_f94bf11b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000048_f94bf11b.szar new file mode 100644 index 00000000..bd309776 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000048_f94bf11b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000049_49129519.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000049_49129519.szar new file mode 100644 index 00000000..b0d28b96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000049_49129519.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000050_9fb92386.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000050_9fb92386.szar new file mode 100644 index 00000000..9f549346 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000050_9fb92386.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000051_964fd157.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000051_964fd157.szar new file mode 100644 index 00000000..190374ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000051_964fd157.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000052_f5c4c6ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000052_f5c4c6ea.szar new file mode 100644 index 00000000..d90213bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000052_f5c4c6ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000053_ace8205b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000053_ace8205b.szar new file mode 100644 index 00000000..a82ed66a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000053_ace8205b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000054_baf14258.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000054_baf14258.szar new file mode 100644 index 00000000..203d14a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000054_baf14258.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000055_3b3feae9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000055_3b3feae9.szar new file mode 100644 index 00000000..ec198f22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000055_3b3feae9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000056_ce13faab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000056_ce13faab.szar new file mode 100644 index 00000000..8f02dea5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000056_ce13faab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000057_c843dfda.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000057_c843dfda.szar new file mode 100644 index 00000000..b4797e6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000057_c843dfda.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000058_8a7832d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000058_8a7832d6.szar new file mode 100644 index 00000000..51995858 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000058_8a7832d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000059_c9b2beac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000059_c9b2beac.szar new file mode 100644 index 00000000..2d217b0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000059_c9b2beac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000060_ec8ab94b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000060_ec8ab94b.szar new file mode 100644 index 00000000..654839bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000060_ec8ab94b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000061_4013f2fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000061_4013f2fa.szar new file mode 100644 index 00000000..91e1797d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000061_4013f2fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000062_05a07484.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000062_05a07484.szar new file mode 100644 index 00000000..701b9e6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000062_05a07484.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000063_443992d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000063_443992d5.szar new file mode 100644 index 00000000..3d6658fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000063_443992d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000064_066da312.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000064_066da312.szar new file mode 100644 index 00000000..46d8d621 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/archive/delta_00000000000000000064_066da312.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000001_3e034849.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000001_3e034849.szcp new file mode 100644 index 00000000..18b5892c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000001_3e034849.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000002_b455522f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000002_b455522f.szcp new file mode 100644 index 00000000..53a3a7f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000002_b455522f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000003_b7bced91.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000003_b7bced91.szcp new file mode 100644 index 00000000..04b87a52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000003_b7bced91.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000004_78e0c1ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000004_78e0c1ea.szcp new file mode 100644 index 00000000..31c18519 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000004_78e0c1ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000005_2cd29780.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000005_2cd29780.szcp new file mode 100644 index 00000000..415ed909 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000005_2cd29780.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000006_34bbaade.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000006_34bbaade.szcp new file mode 100644 index 00000000..9b738461 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000006_34bbaade.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000007_e719a2cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000007_e719a2cb.szcp new file mode 100644 index 00000000..0dba3705 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000007_e719a2cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000008_b6cdf6b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000008_b6cdf6b4.szcp new file mode 100644 index 00000000..a14e53f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000008_b6cdf6b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000009_151a73ef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000009_151a73ef.szcp new file mode 100644 index 00000000..f97d602a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000009_151a73ef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000010_1add9883.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000010_1add9883.szcp new file mode 100644 index 00000000..199b4671 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000010_1add9883.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000011_dd770e61.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000011_dd770e61.szcp new file mode 100644 index 00000000..a94df857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000011_dd770e61.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000012_e571a5e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000012_e571a5e3.szcp new file mode 100644 index 00000000..1e963dff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000012_e571a5e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000013_384fc676.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000013_384fc676.szcp new file mode 100644 index 00000000..ce899be2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000013_384fc676.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000014_a3b1c4bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000014_a3b1c4bf.szcp new file mode 100644 index 00000000..aab4f1c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000014_a3b1c4bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000015_3b20c7b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000015_3b20c7b6.szcp new file mode 100644 index 00000000..5349fad2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000015_3b20c7b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000016_a8026873.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000016_a8026873.szcp new file mode 100644 index 00000000..28af3f3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000016_a8026873.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000017_3fd1ef68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000017_3fd1ef68.szcp new file mode 100644 index 00000000..b3f77ea2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000017_3fd1ef68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000018_1b7a3718.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000018_1b7a3718.szcp new file mode 100644 index 00000000..14c3249f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000018_1b7a3718.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000019_6a92aef2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000019_6a92aef2.szcp new file mode 100644 index 00000000..b73b10b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000019_6a92aef2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000020_61622958.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000020_61622958.szcp new file mode 100644 index 00000000..ca8f188e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000020_61622958.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000021_26b1ebb9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000021_26b1ebb9.szcp new file mode 100644 index 00000000..9da56efb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000021_26b1ebb9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000022_32267758.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000022_32267758.szcp new file mode 100644 index 00000000..80348646 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000022_32267758.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000023_e52bc88d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000023_e52bc88d.szcp new file mode 100644 index 00000000..1a08ff4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000023_e52bc88d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000024_9e9580e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000024_9e9580e6.szcp new file mode 100644 index 00000000..cbcba026 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000024_9e9580e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000025_ca9ed3f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000025_ca9ed3f5.szcp new file mode 100644 index 00000000..60d64bed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000025_ca9ed3f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000026_8d46c8d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000026_8d46c8d1.szcp new file mode 100644 index 00000000..3f9dd5ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000026_8d46c8d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000027_ca1bd72e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000027_ca1bd72e.szcp new file mode 100644 index 00000000..a694780d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000027_ca1bd72e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000028_8d0d3c3d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000028_8d0d3c3d.szcp new file mode 100644 index 00000000..5122ccc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000028_8d0d3c3d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000029_c51bce18.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000029_c51bce18.szcp new file mode 100644 index 00000000..a41566eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000029_c51bce18.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000030_48f34ecc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000030_48f34ecc.szcp new file mode 100644 index 00000000..d40920ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000030_48f34ecc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000031_2735db70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000031_2735db70.szcp new file mode 100644 index 00000000..e729a9b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000031_2735db70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000032_1a551eae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000032_1a551eae.szcp new file mode 100644 index 00000000..82ae1964 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000032_1a551eae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000033_e9e0b851.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000033_e9e0b851.szcp new file mode 100644 index 00000000..224d160b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000033_e9e0b851.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000034_b11fdfd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000034_b11fdfd7.szcp new file mode 100644 index 00000000..16efcfa0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000034_b11fdfd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000035_51c0df37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000035_51c0df37.szcp new file mode 100644 index 00000000..8a5ea6ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000035_51c0df37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000036_7e8db3c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000036_7e8db3c9.szcp new file mode 100644 index 00000000..e22f4a10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000036_7e8db3c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000037_b66752e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000037_b66752e4.szcp new file mode 100644 index 00000000..59b902bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000037_b66752e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000038_0d25ff27.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000038_0d25ff27.szcp new file mode 100644 index 00000000..e8656f6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000038_0d25ff27.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000039_77c42acc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000039_77c42acc.szcp new file mode 100644 index 00000000..58d1dc11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000039_77c42acc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000040_0050181b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000040_0050181b.szcp new file mode 100644 index 00000000..d0b10453 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000040_0050181b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000041_ca101d5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000041_ca101d5a.szcp new file mode 100644 index 00000000..12a70172 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000041_ca101d5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000042_71c46192.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000042_71c46192.szcp new file mode 100644 index 00000000..8fb55e18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000042_71c46192.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000043_43d68f68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000043_43d68f68.szcp new file mode 100644 index 00000000..a47f3853 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000043_43d68f68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000044_f26a8682.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000044_f26a8682.szcp new file mode 100644 index 00000000..cd632d71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000044_f26a8682.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000045_56016344.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000045_56016344.szcp new file mode 100644 index 00000000..183ae455 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000045_56016344.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000046_d7464c53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000046_d7464c53.szcp new file mode 100644 index 00000000..b4bb4d88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000046_d7464c53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000047_1ff1bf70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000047_1ff1bf70.szcp new file mode 100644 index 00000000..bb0526e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000047_1ff1bf70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000048_3ecd51c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000048_3ecd51c9.szcp new file mode 100644 index 00000000..f6e5bd80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000048_3ecd51c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000049_134eef77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000049_134eef77.szcp new file mode 100644 index 00000000..9f8de5d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000049_134eef77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000050_7e3b4c77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000050_7e3b4c77.szcp new file mode 100644 index 00000000..e521cb15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000050_7e3b4c77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000051_db9e295a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000051_db9e295a.szcp new file mode 100644 index 00000000..3690523c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000051_db9e295a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000052_b5715510.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000052_b5715510.szcp new file mode 100644 index 00000000..f192f12e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000052_b5715510.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000053_7ddbfd1e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000053_7ddbfd1e.szcp new file mode 100644 index 00000000..bdbfb0eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000053_7ddbfd1e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000054_dfc589e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000054_dfc589e2.szcp new file mode 100644 index 00000000..a9156433 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000054_dfc589e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000055_8b3e30be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000055_8b3e30be.szcp new file mode 100644 index 00000000..9ed841eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000055_8b3e30be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000056_f33c5f0f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000056_f33c5f0f.szcp new file mode 100644 index 00000000..b95f528f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000056_f33c5f0f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000057_690e6fb9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000057_690e6fb9.szcp new file mode 100644 index 00000000..cc9cd229 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000057_690e6fb9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000058_e835731c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000058_e835731c.szcp new file mode 100644 index 00000000..28f69e24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000058_e835731c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000059_1aa6c458.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000059_1aa6c458.szcp new file mode 100644 index 00000000..89e2aa4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000059_1aa6c458.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000060_b88eb67d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000060_b88eb67d.szcp new file mode 100644 index 00000000..346bfa6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000060_b88eb67d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000061_62add5dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000061_62add5dc.szcp new file mode 100644 index 00000000..c9092763 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000061_62add5dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000062_25f49987.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000062_25f49987.szcp new file mode 100644 index 00000000..69cbd61a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000062_25f49987.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000063_62a390fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000063_62a390fa.szcp new file mode 100644 index 00000000..49ae3a18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000063_62a390fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000064_1e65c4a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000064_1e65c4a0.szcp new file mode 100644 index 00000000..7a40e849 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_028/checkpoints/checkpoint_00000000000000000064_1e65c4a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000001_86777b57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000001_86777b57.szar new file mode 100644 index 00000000..e0f943ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000001_86777b57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000002_02586466.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000002_02586466.szar new file mode 100644 index 00000000..f7de9199 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000002_02586466.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000003_e5afc6a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000003_e5afc6a6.szar new file mode 100644 index 00000000..7a6f8f89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000003_e5afc6a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000004_43f45397.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000004_43f45397.szar new file mode 100644 index 00000000..c9b62506 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000004_43f45397.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000005_f423fd57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000005_f423fd57.szar new file mode 100644 index 00000000..be2e061d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000005_f423fd57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000006_ae787f5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000006_ae787f5e.szar new file mode 100644 index 00000000..0749ae0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000006_ae787f5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000007_24234dd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000007_24234dd8.szar new file mode 100644 index 00000000..838e25c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000007_24234dd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000008_de17f61e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000008_de17f61e.szar new file mode 100644 index 00000000..d7d8c53a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000008_de17f61e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000009_7845599c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000009_7845599c.szar new file mode 100644 index 00000000..e1b38f4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000009_7845599c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000010_810a1a7e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000010_810a1a7e.szar new file mode 100644 index 00000000..cbcc7327 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000010_810a1a7e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000011_15626603.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000011_15626603.szar new file mode 100644 index 00000000..0e7eeea0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000011_15626603.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000012_a5ffb7ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000012_a5ffb7ef.szar new file mode 100644 index 00000000..3fed71dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000012_a5ffb7ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000013_49da5847.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000013_49da5847.szar new file mode 100644 index 00000000..bb3754b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000013_49da5847.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000014_6f8826aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000014_6f8826aa.szar new file mode 100644 index 00000000..064e246b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000014_6f8826aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000015_a8712999.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000015_a8712999.szar new file mode 100644 index 00000000..25722ddc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000015_a8712999.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000016_9fa53cff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000016_9fa53cff.szar new file mode 100644 index 00000000..4f195d68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000016_9fa53cff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000017_21a30fe1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000017_21a30fe1.szar new file mode 100644 index 00000000..8f252654 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000017_21a30fe1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000018_dbdfbf62.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000018_dbdfbf62.szar new file mode 100644 index 00000000..5a52200c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000018_dbdfbf62.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000019_1c396afa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000019_1c396afa.szar new file mode 100644 index 00000000..36bab65e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000019_1c396afa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000020_073c68b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000020_073c68b4.szar new file mode 100644 index 00000000..647ad0a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000020_073c68b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000021_6c6b67bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000021_6c6b67bf.szar new file mode 100644 index 00000000..e8ec2895 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000021_6c6b67bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000022_2856b465.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000022_2856b465.szar new file mode 100644 index 00000000..4f518932 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000022_2856b465.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000023_8408f3fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000023_8408f3fe.szar new file mode 100644 index 00000000..6628a87f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000023_8408f3fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000024_0a4c7653.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000024_0a4c7653.szar new file mode 100644 index 00000000..7c300044 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000024_0a4c7653.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000025_5a72f4ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000025_5a72f4ac.szar new file mode 100644 index 00000000..27e35d05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000025_5a72f4ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000026_965db2fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000026_965db2fa.szar new file mode 100644 index 00000000..aeb8505a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000026_965db2fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000027_442d72c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000027_442d72c0.szar new file mode 100644 index 00000000..5909538c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000027_442d72c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000028_0df8e1bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000028_0df8e1bf.szar new file mode 100644 index 00000000..810c6aa3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000028_0df8e1bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000029_56323b66.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000029_56323b66.szar new file mode 100644 index 00000000..51dc24aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000029_56323b66.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000030_baaef1c8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000030_baaef1c8.szar new file mode 100644 index 00000000..316bdd2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000030_baaef1c8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000031_149eb8c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000031_149eb8c4.szar new file mode 100644 index 00000000..71d1ab80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000031_149eb8c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000032_73003040.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000032_73003040.szar new file mode 100644 index 00000000..312bded9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000032_73003040.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000033_10bfd965.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000033_10bfd965.szar new file mode 100644 index 00000000..4c26b0e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000033_10bfd965.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000034_592617dc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000034_592617dc.szar new file mode 100644 index 00000000..274deffc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000034_592617dc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000035_92dc2fc2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000035_92dc2fc2.szar new file mode 100644 index 00000000..c84f871c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000035_92dc2fc2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000036_165a6f04.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000036_165a6f04.szar new file mode 100644 index 00000000..4db75fe0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000036_165a6f04.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000037_7f1f03b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000037_7f1f03b6.szar new file mode 100644 index 00000000..d8d5f62f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000037_7f1f03b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000038_d5151118.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000038_d5151118.szar new file mode 100644 index 00000000..81b56f22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000038_d5151118.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000039_95d0a9ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000039_95d0a9ce.szar new file mode 100644 index 00000000..f2476b6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000039_95d0a9ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000040_cbf51417.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000040_cbf51417.szar new file mode 100644 index 00000000..3c50ecbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000040_cbf51417.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000041_34deb031.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000041_34deb031.szar new file mode 100644 index 00000000..845b77fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000041_34deb031.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000042_d79815a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000042_d79815a3.szar new file mode 100644 index 00000000..b94473f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000042_d79815a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000043_df2a8e46.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000043_df2a8e46.szar new file mode 100644 index 00000000..8542a8d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000043_df2a8e46.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000044_561d659c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000044_561d659c.szar new file mode 100644 index 00000000..43b60e25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000044_561d659c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000045_a61a6648.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000045_a61a6648.szar new file mode 100644 index 00000000..327e3207 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000045_a61a6648.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000046_febe3e21.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000046_febe3e21.szar new file mode 100644 index 00000000..d3d4a640 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000046_febe3e21.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000047_0ec1f2f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000047_0ec1f2f4.szar new file mode 100644 index 00000000..4d191e7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000047_0ec1f2f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000048_35b29d48.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000048_35b29d48.szar new file mode 100644 index 00000000..1a031688 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000048_35b29d48.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000049_2170472f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000049_2170472f.szar new file mode 100644 index 00000000..bf70357d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000049_2170472f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000050_16860db0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000050_16860db0.szar new file mode 100644 index 00000000..5b050871 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000050_16860db0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000051_cbb189c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000051_cbb189c2.szar new file mode 100644 index 00000000..3bcf948d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000051_cbb189c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000052_ed41ed56.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000052_ed41ed56.szar new file mode 100644 index 00000000..8fc192ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000052_ed41ed56.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000053_47b891c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000053_47b891c5.szar new file mode 100644 index 00000000..9f14a258 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000053_47b891c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000054_d33f147c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000054_d33f147c.szar new file mode 100644 index 00000000..f0a1ee73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000054_d33f147c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000055_6bab8676.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000055_6bab8676.szar new file mode 100644 index 00000000..85fa170e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000055_6bab8676.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000056_eb81c985.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000056_eb81c985.szar new file mode 100644 index 00000000..68de924c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000056_eb81c985.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000057_bd251896.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000057_bd251896.szar new file mode 100644 index 00000000..8b6e1f76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000057_bd251896.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000058_02ea1e28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000058_02ea1e28.szar new file mode 100644 index 00000000..7675a8fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000058_02ea1e28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000059_22d8ecd9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000059_22d8ecd9.szar new file mode 100644 index 00000000..90eddf61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000059_22d8ecd9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000060_f9a95854.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000060_f9a95854.szar new file mode 100644 index 00000000..d6fc1a02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000060_f9a95854.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000061_fd6cd195.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000061_fd6cd195.szar new file mode 100644 index 00000000..eac33554 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000061_fd6cd195.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000062_54a6814a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000062_54a6814a.szar new file mode 100644 index 00000000..4a9529b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000062_54a6814a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000063_b7ea86c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000063_b7ea86c4.szar new file mode 100644 index 00000000..78eee6d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000063_b7ea86c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000064_2d43fe03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000064_2d43fe03.szar new file mode 100644 index 00000000..fc7dd21d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000064_2d43fe03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000065_2c3f6ad5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000065_2c3f6ad5.szar new file mode 100644 index 00000000..442bbbaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000065_2c3f6ad5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000066_c79d1e97.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000066_c79d1e97.szar new file mode 100644 index 00000000..bc9c9dc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000066_c79d1e97.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000067_76d86b99.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000067_76d86b99.szar new file mode 100644 index 00000000..2c3369d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000067_76d86b99.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000068_627b922f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000068_627b922f.szar new file mode 100644 index 00000000..e7b6b76f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000068_627b922f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000069_fa7e9aa1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000069_fa7e9aa1.szar new file mode 100644 index 00000000..590f2324 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/archive/delta_00000000000000000069_fa7e9aa1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000001_10603245.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000001_10603245.szcp new file mode 100644 index 00000000..ca3a877d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000001_10603245.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000002_040e494f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000002_040e494f.szcp new file mode 100644 index 00000000..d264da66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000002_040e494f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000003_fcf636dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000003_fcf636dc.szcp new file mode 100644 index 00000000..2b02f1cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000003_fcf636dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000004_5e19a091.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000004_5e19a091.szcp new file mode 100644 index 00000000..08765fc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000004_5e19a091.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000005_f4775e00.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000005_f4775e00.szcp new file mode 100644 index 00000000..07f7e04c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000005_f4775e00.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000006_700203a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000006_700203a1.szcp new file mode 100644 index 00000000..413f4a36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000006_700203a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000007_98ef6919.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000007_98ef6919.szcp new file mode 100644 index 00000000..0f80ccdb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000007_98ef6919.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000008_1eec867b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000008_1eec867b.szcp new file mode 100644 index 00000000..5b70976b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000008_1eec867b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000009_02cdd03a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000009_02cdd03a.szcp new file mode 100644 index 00000000..d33f744f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000009_02cdd03a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000010_f09a46ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000010_f09a46ba.szcp new file mode 100644 index 00000000..57d0f51f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000010_f09a46ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000011_bc4dcc1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000011_bc4dcc1d.szcp new file mode 100644 index 00000000..16f53301 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000011_bc4dcc1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000012_fdfed3b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000012_fdfed3b4.szcp new file mode 100644 index 00000000..025e37cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000012_fdfed3b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000013_d6693830.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000013_d6693830.szcp new file mode 100644 index 00000000..3817538a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000013_d6693830.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000014_3a0fc6b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000014_3a0fc6b5.szcp new file mode 100644 index 00000000..f62ab0b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000014_3a0fc6b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000015_3b3bea7b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000015_3b3bea7b.szcp new file mode 100644 index 00000000..fddd3695 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000015_3b3bea7b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000016_8b90da38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000016_8b90da38.szcp new file mode 100644 index 00000000..9070e1f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000016_8b90da38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000017_f0e42f6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000017_f0e42f6e.szcp new file mode 100644 index 00000000..c73c5924 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000017_f0e42f6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000018_76b810d4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000018_76b810d4.szcp new file mode 100644 index 00000000..58ac7a71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000018_76b810d4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000019_df7ea2d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000019_df7ea2d9.szcp new file mode 100644 index 00000000..f881455f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000019_df7ea2d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000020_d62c53bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000020_d62c53bf.szcp new file mode 100644 index 00000000..a6362afa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000020_d62c53bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000021_921e8054.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000021_921e8054.szcp new file mode 100644 index 00000000..0a17ad36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000021_921e8054.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000022_8291cd69.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000022_8291cd69.szcp new file mode 100644 index 00000000..e91bf395 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000022_8291cd69.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000023_8723bd8d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000023_8723bd8d.szcp new file mode 100644 index 00000000..4dd897df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000023_8723bd8d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000024_ceba0048.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000024_ceba0048.szcp new file mode 100644 index 00000000..d7c92598 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000024_ceba0048.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000025_6b35bc79.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000025_6b35bc79.szcp new file mode 100644 index 00000000..f64ce3b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000025_6b35bc79.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000026_d606fd14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000026_d606fd14.szcp new file mode 100644 index 00000000..ee2e9c3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000026_d606fd14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000027_0259a7b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000027_0259a7b6.szcp new file mode 100644 index 00000000..55cbf149 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000027_0259a7b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000028_3fccfeac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000028_3fccfeac.szcp new file mode 100644 index 00000000..ccf6c875 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000028_3fccfeac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000029_1ff329fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000029_1ff329fd.szcp new file mode 100644 index 00000000..b84fadc7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000029_1ff329fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000030_4418916f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000030_4418916f.szcp new file mode 100644 index 00000000..5ebf3f86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000030_4418916f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000031_5432d6ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000031_5432d6ea.szcp new file mode 100644 index 00000000..155afa4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000031_5432d6ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000032_8b13c1c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000032_8b13c1c2.szcp new file mode 100644 index 00000000..4419a23a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000032_8b13c1c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000033_c61c43fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000033_c61c43fd.szcp new file mode 100644 index 00000000..7eac8c10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000033_c61c43fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000034_1a3d2a99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000034_1a3d2a99.szcp new file mode 100644 index 00000000..70e4a6d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000034_1a3d2a99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000035_0afcf016.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000035_0afcf016.szcp new file mode 100644 index 00000000..6301a1c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000035_0afcf016.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000036_cc3d9ec5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000036_cc3d9ec5.szcp new file mode 100644 index 00000000..b9b2b5e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000036_cc3d9ec5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000037_12e9a2ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000037_12e9a2ed.szcp new file mode 100644 index 00000000..c2b7febc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000037_12e9a2ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000038_444a9f62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000038_444a9f62.szcp new file mode 100644 index 00000000..23493ae4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000038_444a9f62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000039_23203e5f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000039_23203e5f.szcp new file mode 100644 index 00000000..7b7f4854 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000039_23203e5f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000040_d1c2fc31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000040_d1c2fc31.szcp new file mode 100644 index 00000000..c33a63fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000040_d1c2fc31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000041_fb9e27f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000041_fb9e27f7.szcp new file mode 100644 index 00000000..6be8bc34 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000041_fb9e27f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000042_7b6fea78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000042_7b6fea78.szcp new file mode 100644 index 00000000..bc4fca6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000042_7b6fea78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000043_65f72b36.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000043_65f72b36.szcp new file mode 100644 index 00000000..fc154942 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000043_65f72b36.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000044_0d888b32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000044_0d888b32.szcp new file mode 100644 index 00000000..37751ec6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000044_0d888b32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000045_c0ca9a9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000045_c0ca9a9d.szcp new file mode 100644 index 00000000..a2d75bda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000045_c0ca9a9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000046_2b2df9af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000046_2b2df9af.szcp new file mode 100644 index 00000000..7c6973d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000046_2b2df9af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000047_e621e155.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000047_e621e155.szcp new file mode 100644 index 00000000..0485df2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000047_e621e155.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000048_0cb22017.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000048_0cb22017.szcp new file mode 100644 index 00000000..7e4a67d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000048_0cb22017.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000049_9e9916f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000049_9e9916f0.szcp new file mode 100644 index 00000000..533c3590 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000049_9e9916f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000050_b0ef70bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000050_b0ef70bd.szcp new file mode 100644 index 00000000..cd8a0725 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000050_b0ef70bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000051_341e2a5f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000051_341e2a5f.szcp new file mode 100644 index 00000000..76cc52b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000051_341e2a5f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000052_3f1e7066.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000052_3f1e7066.szcp new file mode 100644 index 00000000..ec5202f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000052_3f1e7066.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000053_cf1b904d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000053_cf1b904d.szcp new file mode 100644 index 00000000..b5e26d02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000053_cf1b904d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000054_0f7d81df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000054_0f7d81df.szcp new file mode 100644 index 00000000..98df53a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000054_0f7d81df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000055_65154132.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000055_65154132.szcp new file mode 100644 index 00000000..e5f2354b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000055_65154132.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000056_f5e86bb7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000056_f5e86bb7.szcp new file mode 100644 index 00000000..a03fa946 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000056_f5e86bb7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000057_4dab109f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000057_4dab109f.szcp new file mode 100644 index 00000000..1a6116bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000057_4dab109f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000058_c608bd2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000058_c608bd2c.szcp new file mode 100644 index 00000000..656865ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000058_c608bd2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000059_69178670.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000059_69178670.szcp new file mode 100644 index 00000000..cf748012 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000059_69178670.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000060_bc018c27.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000060_bc018c27.szcp new file mode 100644 index 00000000..b37b5136 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000060_bc018c27.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000061_158a905e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000061_158a905e.szcp new file mode 100644 index 00000000..bbdef870 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000061_158a905e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000062_ec4732db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000062_ec4732db.szcp new file mode 100644 index 00000000..3eb15e13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000062_ec4732db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000063_2e5a6542.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000063_2e5a6542.szcp new file mode 100644 index 00000000..d1eb367f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000063_2e5a6542.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000064_695f6c59.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000064_695f6c59.szcp new file mode 100644 index 00000000..f9c9c26e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000064_695f6c59.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000065_af6e209a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000065_af6e209a.szcp new file mode 100644 index 00000000..b723ff0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000065_af6e209a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000066_ac9ccd1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000066_ac9ccd1f.szcp new file mode 100644 index 00000000..370b3eba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000066_ac9ccd1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000067_c3e7693f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000067_c3e7693f.szcp new file mode 100644 index 00000000..a68d2964 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000067_c3e7693f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000068_9b3fa3c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000068_9b3fa3c0.szcp new file mode 100644 index 00000000..a5bdefc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000068_9b3fa3c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000069_18f2c8b3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000069_18f2c8b3.szcp new file mode 100644 index 00000000..a5d5a454 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_029/checkpoints/checkpoint_00000000000000000069_18f2c8b3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000001_fb2793a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000001_fb2793a5.szar new file mode 100644 index 00000000..60658ce5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000001_fb2793a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000002_1e81ab35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000002_1e81ab35.szar new file mode 100644 index 00000000..3e3e2363 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000002_1e81ab35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000003_3a91d402.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000003_3a91d402.szar new file mode 100644 index 00000000..b422d935 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000003_3a91d402.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000004_1a17b875.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000004_1a17b875.szar new file mode 100644 index 00000000..40f27904 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000004_1a17b875.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000005_4db4c85e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000005_4db4c85e.szar new file mode 100644 index 00000000..c89621d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000005_4db4c85e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000006_ebdaff3f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000006_ebdaff3f.szar new file mode 100644 index 00000000..fff5a431 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000006_ebdaff3f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000007_71272cba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000007_71272cba.szar new file mode 100644 index 00000000..90ae5cd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000007_71272cba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000008_affe24ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000008_affe24ce.szar new file mode 100644 index 00000000..918dd7cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000008_affe24ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000009_1570a410.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000009_1570a410.szar new file mode 100644 index 00000000..6f0a7695 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000009_1570a410.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000010_28fa6297.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000010_28fa6297.szar new file mode 100644 index 00000000..7edba488 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000010_28fa6297.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000011_723e1416.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000011_723e1416.szar new file mode 100644 index 00000000..d47ddd21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000011_723e1416.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000012_dd5049e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000012_dd5049e7.szar new file mode 100644 index 00000000..8ef9e473 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000012_dd5049e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000013_dcaa28c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000013_dcaa28c1.szar new file mode 100644 index 00000000..e030bdb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000013_dcaa28c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000014_1fa6d1ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000014_1fa6d1ea.szar new file mode 100644 index 00000000..6dbbb9a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000014_1fa6d1ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000015_0d4c2473.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000015_0d4c2473.szar new file mode 100644 index 00000000..8805040c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000015_0d4c2473.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000016_62dbae33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000016_62dbae33.szar new file mode 100644 index 00000000..a60add78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000016_62dbae33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000017_6d01bc5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000017_6d01bc5e.szar new file mode 100644 index 00000000..c524382a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000017_6d01bc5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000018_8f9c7495.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000018_8f9c7495.szar new file mode 100644 index 00000000..2ab38c1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000018_8f9c7495.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000019_41b8f13d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000019_41b8f13d.szar new file mode 100644 index 00000000..16cdddb4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000019_41b8f13d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000020_f1fb26ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000020_f1fb26ab.szar new file mode 100644 index 00000000..823f8643 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000020_f1fb26ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000021_4826f1b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000021_4826f1b2.szar new file mode 100644 index 00000000..969c5fcd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000021_4826f1b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000022_63c1a931.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000022_63c1a931.szar new file mode 100644 index 00000000..951f5577 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000022_63c1a931.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000023_a782c6d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000023_a782c6d2.szar new file mode 100644 index 00000000..1400d6c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000023_a782c6d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000024_584aafdf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000024_584aafdf.szar new file mode 100644 index 00000000..03f3b870 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000024_584aafdf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000025_fde72263.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000025_fde72263.szar new file mode 100644 index 00000000..de80cef8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000025_fde72263.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000026_55a7492b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000026_55a7492b.szar new file mode 100644 index 00000000..08c8e500 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000026_55a7492b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000027_dfdf55f9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000027_dfdf55f9.szar new file mode 100644 index 00000000..36214d69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000027_dfdf55f9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000028_dae01f3c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000028_dae01f3c.szar new file mode 100644 index 00000000..49ba9975 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000028_dae01f3c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000029_3c289760.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000029_3c289760.szar new file mode 100644 index 00000000..8be32bb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000029_3c289760.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000030_e0bd5925.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000030_e0bd5925.szar new file mode 100644 index 00000000..d21df783 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000030_e0bd5925.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000031_464d6d95.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000031_464d6d95.szar new file mode 100644 index 00000000..5b654654 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000031_464d6d95.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000032_9326f6a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000032_9326f6a6.szar new file mode 100644 index 00000000..578a29fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000032_9326f6a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000033_c6778435.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000033_c6778435.szar new file mode 100644 index 00000000..0e578026 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000033_c6778435.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000034_4bace99b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000034_4bace99b.szar new file mode 100644 index 00000000..1c5d56e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000034_4bace99b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000035_7b64531d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000035_7b64531d.szar new file mode 100644 index 00000000..af817c6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000035_7b64531d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000036_45711af8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000036_45711af8.szar new file mode 100644 index 00000000..4024d414 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000036_45711af8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000037_7e4dc6aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000037_7e4dc6aa.szar new file mode 100644 index 00000000..960d4805 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000037_7e4dc6aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000038_39afa73e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000038_39afa73e.szar new file mode 100644 index 00000000..d1bb3da7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000038_39afa73e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000039_624cf6fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000039_624cf6fb.szar new file mode 100644 index 00000000..9f8e4fc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000039_624cf6fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000040_34b598b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000040_34b598b2.szar new file mode 100644 index 00000000..e12a7898 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000040_34b598b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000041_c62e478a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000041_c62e478a.szar new file mode 100644 index 00000000..64bd0c16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000041_c62e478a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000042_8380fbba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000042_8380fbba.szar new file mode 100644 index 00000000..2a6ab578 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000042_8380fbba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000043_9bf1b774.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000043_9bf1b774.szar new file mode 100644 index 00000000..09cd4c4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000043_9bf1b774.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000044_48cd449d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000044_48cd449d.szar new file mode 100644 index 00000000..2ba58cf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000044_48cd449d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000045_2be66658.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000045_2be66658.szar new file mode 100644 index 00000000..b5105183 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000045_2be66658.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000046_7dab94e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000046_7dab94e5.szar new file mode 100644 index 00000000..da8638ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000046_7dab94e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000047_2eadd3bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000047_2eadd3bf.szar new file mode 100644 index 00000000..7662329c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000047_2eadd3bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000048_7671a7d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000048_7671a7d8.szar new file mode 100644 index 00000000..1923d1ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000048_7671a7d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000049_8829176d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000049_8829176d.szar new file mode 100644 index 00000000..60212a84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000049_8829176d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000050_db8655da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000050_db8655da.szar new file mode 100644 index 00000000..f0ee0669 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000050_db8655da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000051_769c837e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000051_769c837e.szar new file mode 100644 index 00000000..e1d02885 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000051_769c837e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000052_b21b7e8c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000052_b21b7e8c.szar new file mode 100644 index 00000000..a4c5a18b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000052_b21b7e8c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000053_5f1b82d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000053_5f1b82d7.szar new file mode 100644 index 00000000..6781e5f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000053_5f1b82d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000054_fccc3115.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000054_fccc3115.szar new file mode 100644 index 00000000..21c11a20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000054_fccc3115.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000055_4a25edbe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000055_4a25edbe.szar new file mode 100644 index 00000000..3bba1295 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000055_4a25edbe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000056_6e2670e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000056_6e2670e2.szar new file mode 100644 index 00000000..5ca5903a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000056_6e2670e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000057_1de59734.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000057_1de59734.szar new file mode 100644 index 00000000..46205af0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000057_1de59734.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000058_93e3a0bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000058_93e3a0bc.szar new file mode 100644 index 00000000..cd3457df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000058_93e3a0bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000059_d6f05fa1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000059_d6f05fa1.szar new file mode 100644 index 00000000..62551c17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000059_d6f05fa1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000060_ef66911d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000060_ef66911d.szar new file mode 100644 index 00000000..43d16250 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000060_ef66911d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000061_a2cd765b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000061_a2cd765b.szar new file mode 100644 index 00000000..8d52ac73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000061_a2cd765b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000062_66068669.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000062_66068669.szar new file mode 100644 index 00000000..7d5cf73b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000062_66068669.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000063_375c60ba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000063_375c60ba.szar new file mode 100644 index 00000000..3ca2993a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000063_375c60ba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000064_607553f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000064_607553f7.szar new file mode 100644 index 00000000..276550a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000064_607553f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000065_b14a04a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000065_b14a04a3.szar new file mode 100644 index 00000000..6b776905 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000065_b14a04a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000066_ccd1f211.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000066_ccd1f211.szar new file mode 100644 index 00000000..548081e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000066_ccd1f211.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000067_1cd26f92.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000067_1cd26f92.szar new file mode 100644 index 00000000..8b8209c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000067_1cd26f92.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000068_9c8fce3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000068_9c8fce3b.szar new file mode 100644 index 00000000..f46ecb1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000068_9c8fce3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000069_f1db8b54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000069_f1db8b54.szar new file mode 100644 index 00000000..178f1f58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000069_f1db8b54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000070_4f36670a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000070_4f36670a.szar new file mode 100644 index 00000000..9e38066b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000070_4f36670a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000071_d3dff592.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000071_d3dff592.szar new file mode 100644 index 00000000..deee447c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000071_d3dff592.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000072_4e3913ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000072_4e3913ec.szar new file mode 100644 index 00000000..13907a1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000072_4e3913ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000073_23f6df0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000073_23f6df0c.szar new file mode 100644 index 00000000..0fbc00ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000073_23f6df0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000074_37f23811.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000074_37f23811.szar new file mode 100644 index 00000000..2da67740 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000074_37f23811.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000075_67e545a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000075_67e545a9.szar new file mode 100644 index 00000000..168daf3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000075_67e545a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000076_f75ce2ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000076_f75ce2ef.szar new file mode 100644 index 00000000..75b144ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000076_f75ce2ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000077_b2df924e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000077_b2df924e.szar new file mode 100644 index 00000000..c93cd706 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000077_b2df924e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000078_187137f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000078_187137f6.szar new file mode 100644 index 00000000..993441e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000078_187137f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000079_b6f8868c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000079_b6f8868c.szar new file mode 100644 index 00000000..f2be186f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000079_b6f8868c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000080_776ebe7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000080_776ebe7b.szar new file mode 100644 index 00000000..93166f49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000080_776ebe7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000081_be90f43e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000081_be90f43e.szar new file mode 100644 index 00000000..0b6bf752 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/archive/delta_00000000000000000081_be90f43e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000001_58d3563c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000001_58d3563c.szcp new file mode 100644 index 00000000..8fae8524 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000001_58d3563c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000002_c0389ff9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000002_c0389ff9.szcp new file mode 100644 index 00000000..1e439720 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000002_c0389ff9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000003_9712e5ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000003_9712e5ee.szcp new file mode 100644 index 00000000..7eac434d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000003_9712e5ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000004_357926f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000004_357926f9.szcp new file mode 100644 index 00000000..890ae77e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000004_357926f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000005_5bfa5cdc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000005_5bfa5cdc.szcp new file mode 100644 index 00000000..3f70df9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000005_5bfa5cdc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000006_45eb40e0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000006_45eb40e0.szcp new file mode 100644 index 00000000..de623e57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000006_45eb40e0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000007_8756326e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000007_8756326e.szcp new file mode 100644 index 00000000..60461a03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000007_8756326e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000008_521802d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000008_521802d1.szcp new file mode 100644 index 00000000..dc845839 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000008_521802d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000009_b7503f70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000009_b7503f70.szcp new file mode 100644 index 00000000..f25242b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000009_b7503f70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000010_233bef90.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000010_233bef90.szcp new file mode 100644 index 00000000..bdfe9d69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000010_233bef90.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000011_1caa276c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000011_1caa276c.szcp new file mode 100644 index 00000000..fb4c563f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000011_1caa276c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000012_d5b426c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000012_d5b426c5.szcp new file mode 100644 index 00000000..fd405bf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000012_d5b426c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000013_c7bd63c7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000013_c7bd63c7.szcp new file mode 100644 index 00000000..04ea813d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000013_c7bd63c7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000014_ab33bf9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000014_ab33bf9d.szcp new file mode 100644 index 00000000..372e5df4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000014_ab33bf9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000015_9ea78e65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000015_9ea78e65.szcp new file mode 100644 index 00000000..e0b1c257 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000015_9ea78e65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000016_a35151d4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000016_a35151d4.szcp new file mode 100644 index 00000000..799713d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000016_a35151d4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000017_fd920f0f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000017_fd920f0f.szcp new file mode 100644 index 00000000..0215b5b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000017_fd920f0f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000018_6d84c53e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000018_6d84c53e.szcp new file mode 100644 index 00000000..c329b0e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000018_6d84c53e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000019_a562b2dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000019_a562b2dd.szcp new file mode 100644 index 00000000..7b83e235 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000019_a562b2dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000020_5c5844df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000020_5c5844df.szcp new file mode 100644 index 00000000..31f6247e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000020_5c5844df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000021_c9bb8969.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000021_c9bb8969.szcp new file mode 100644 index 00000000..91442acb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000021_c9bb8969.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000022_12164e4e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000022_12164e4e.szcp new file mode 100644 index 00000000..7e3573b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000022_12164e4e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000023_2b7ad4b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000023_2b7ad4b7.szcp new file mode 100644 index 00000000..d8659cc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000023_2b7ad4b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000024_1216bac8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000024_1216bac8.szcp new file mode 100644 index 00000000..ce1797ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000024_1216bac8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000025_5ae2472e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000025_5ae2472e.szcp new file mode 100644 index 00000000..dc11db7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000025_5ae2472e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000026_7fbd847f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000026_7fbd847f.szcp new file mode 100644 index 00000000..f45bf614 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000026_7fbd847f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000027_5ed1cf64.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000027_5ed1cf64.szcp new file mode 100644 index 00000000..a2a752fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000027_5ed1cf64.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000028_fa6f8fb6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000028_fa6f8fb6.szcp new file mode 100644 index 00000000..8efaa14b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000028_fa6f8fb6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000029_5eacf963.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000029_5eacf963.szcp new file mode 100644 index 00000000..92b46eb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000029_5eacf963.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000030_c9137b4b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000030_c9137b4b.szcp new file mode 100644 index 00000000..4c38f258 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000030_c9137b4b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000031_b5254336.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000031_b5254336.szcp new file mode 100644 index 00000000..b46e8938 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000031_b5254336.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000032_265a6cb0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000032_265a6cb0.szcp new file mode 100644 index 00000000..e3b39d1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000032_265a6cb0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000033_80e1743d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000033_80e1743d.szcp new file mode 100644 index 00000000..ca4c3369 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000033_80e1743d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000034_7cdc3e6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000034_7cdc3e6e.szcp new file mode 100644 index 00000000..8e0f3f8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000034_7cdc3e6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000035_ee0a153e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000035_ee0a153e.szcp new file mode 100644 index 00000000..3038dac9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000035_ee0a153e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000036_67f02792.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000036_67f02792.szcp new file mode 100644 index 00000000..255272a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000036_67f02792.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000037_f5948182.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000037_f5948182.szcp new file mode 100644 index 00000000..a297c3c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000037_f5948182.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000038_9508aced.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000038_9508aced.szcp new file mode 100644 index 00000000..6666c3ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000038_9508aced.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000039_6ee1544f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000039_6ee1544f.szcp new file mode 100644 index 00000000..990d6069 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000039_6ee1544f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000040_cedcb706.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000040_cedcb706.szcp new file mode 100644 index 00000000..f82cd00a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000040_cedcb706.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000041_081cd426.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000041_081cd426.szcp new file mode 100644 index 00000000..d44fc61e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000041_081cd426.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000042_dc959005.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000042_dc959005.szcp new file mode 100644 index 00000000..2813152d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000042_dc959005.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000043_a574ff6c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000043_a574ff6c.szcp new file mode 100644 index 00000000..5923fa02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000043_a574ff6c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000044_9a17d4f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000044_9a17d4f9.szcp new file mode 100644 index 00000000..e05dcc40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000044_9a17d4f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000045_08ddda55.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000045_08ddda55.szcp new file mode 100644 index 00000000..9137eec7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000045_08ddda55.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000046_abf80330.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000046_abf80330.szcp new file mode 100644 index 00000000..548a42a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000046_abf80330.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000047_77f2b6e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000047_77f2b6e2.szcp new file mode 100644 index 00000000..73ce847e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000047_77f2b6e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000048_f420affb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000048_f420affb.szcp new file mode 100644 index 00000000..3e94f6a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000048_f420affb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000049_3f534c3f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000049_3f534c3f.szcp new file mode 100644 index 00000000..af2da71c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000049_3f534c3f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000050_28e152b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000050_28e152b4.szcp new file mode 100644 index 00000000..361fcba8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000050_28e152b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000051_4e3f758f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000051_4e3f758f.szcp new file mode 100644 index 00000000..e88ba5fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000051_4e3f758f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000052_1e6fe69c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000052_1e6fe69c.szcp new file mode 100644 index 00000000..053a3152 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000052_1e6fe69c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000053_49d99132.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000053_49d99132.szcp new file mode 100644 index 00000000..7963a6f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000053_49d99132.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000054_f3f30cd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000054_f3f30cd3.szcp new file mode 100644 index 00000000..cd5a8c20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000054_f3f30cd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000055_98533a6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000055_98533a6f.szcp new file mode 100644 index 00000000..6f2b3f92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000055_98533a6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000056_3193d180.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000056_3193d180.szcp new file mode 100644 index 00000000..98ebfbd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000056_3193d180.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000057_00b439e0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000057_00b439e0.szcp new file mode 100644 index 00000000..663c05bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000057_00b439e0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000058_e9a780e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000058_e9a780e6.szcp new file mode 100644 index 00000000..0e2c3fa1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000058_e9a780e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000059_40ad0f9e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000059_40ad0f9e.szcp new file mode 100644 index 00000000..55696759 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000059_40ad0f9e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000060_a35d4a47.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000060_a35d4a47.szcp new file mode 100644 index 00000000..fe27c6d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000060_a35d4a47.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000061_56482a9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000061_56482a9d.szcp new file mode 100644 index 00000000..63bf7505 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000061_56482a9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000062_c9c0734b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000062_c9c0734b.szcp new file mode 100644 index 00000000..0c9f2511 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000062_c9c0734b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000063_04914df7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000063_04914df7.szcp new file mode 100644 index 00000000..fc342609 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000063_04914df7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000064_1950d6b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000064_1950d6b8.szcp new file mode 100644 index 00000000..23700f8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000064_1950d6b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000065_e796f97d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000065_e796f97d.szcp new file mode 100644 index 00000000..d7a84254 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000065_e796f97d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000066_f79473fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000066_f79473fe.szcp new file mode 100644 index 00000000..c68e6579 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000066_f79473fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000067_d7cfbf47.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000067_d7cfbf47.szcp new file mode 100644 index 00000000..34a55d89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000067_d7cfbf47.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000068_8c2cdf83.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000068_8c2cdf83.szcp new file mode 100644 index 00000000..1dbad2f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000068_8c2cdf83.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000069_1124c297.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000069_1124c297.szcp new file mode 100644 index 00000000..bed3db21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000069_1124c297.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000070_c2cec83a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000070_c2cec83a.szcp new file mode 100644 index 00000000..9b9d8d26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000070_c2cec83a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000071_a63aa859.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000071_a63aa859.szcp new file mode 100644 index 00000000..9f6d8a09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000071_a63aa859.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000072_dc7922cb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000072_dc7922cb.szcp new file mode 100644 index 00000000..d78974e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000072_dc7922cb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000073_82547270.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000073_82547270.szcp new file mode 100644 index 00000000..182ffc9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000073_82547270.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000074_f96a2685.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000074_f96a2685.szcp new file mode 100644 index 00000000..72a01280 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000074_f96a2685.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000075_bda60798.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000075_bda60798.szcp new file mode 100644 index 00000000..13ac0234 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000075_bda60798.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000076_785b79b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000076_785b79b4.szcp new file mode 100644 index 00000000..be968d99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000076_785b79b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000077_fddea765.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000077_fddea765.szcp new file mode 100644 index 00000000..d54754b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000077_fddea765.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000078_7c0cd771.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000078_7c0cd771.szcp new file mode 100644 index 00000000..9d745c79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000078_7c0cd771.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000079_7bcee8a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000079_7bcee8a3.szcp new file mode 100644 index 00000000..6edbd009 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000079_7bcee8a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000080_89e769cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000080_89e769cc.szcp new file mode 100644 index 00000000..31fdcf6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000080_89e769cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000081_c7cf91e0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000081_c7cf91e0.szcp new file mode 100644 index 00000000..50f56106 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_030/checkpoints/checkpoint_00000000000000000081_c7cf91e0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000001_1419a9b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000001_1419a9b9.szar new file mode 100644 index 00000000..152ce926 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000001_1419a9b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000002_4251c828.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000002_4251c828.szar new file mode 100644 index 00000000..3d2533bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000002_4251c828.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000003_ac0e76a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000003_ac0e76a6.szar new file mode 100644 index 00000000..0a52b0fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000003_ac0e76a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000004_bc9261ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000004_bc9261ee.szar new file mode 100644 index 00000000..3c3a1b03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000004_bc9261ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000005_1614cf30.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000005_1614cf30.szar new file mode 100644 index 00000000..b2942131 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000005_1614cf30.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000006_16a39c37.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000006_16a39c37.szar new file mode 100644 index 00000000..06711213 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000006_16a39c37.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000007_b1897955.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000007_b1897955.szar new file mode 100644 index 00000000..9464ecc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000007_b1897955.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000008_9aa281a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000008_9aa281a2.szar new file mode 100644 index 00000000..f6469b78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000008_9aa281a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000009_7ac36627.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000009_7ac36627.szar new file mode 100644 index 00000000..14e1947c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000009_7ac36627.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000010_8ef7f9e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000010_8ef7f9e1.szar new file mode 100644 index 00000000..ad1a6a2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000010_8ef7f9e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000011_3e34b328.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000011_3e34b328.szar new file mode 100644 index 00000000..dd16120b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000011_3e34b328.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000012_b8b38bea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000012_b8b38bea.szar new file mode 100644 index 00000000..f4248dea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000012_b8b38bea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000013_7ef9b979.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000013_7ef9b979.szar new file mode 100644 index 00000000..0240de3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000013_7ef9b979.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000014_d02c1dd9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000014_d02c1dd9.szar new file mode 100644 index 00000000..1e9bc89f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000014_d02c1dd9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000015_260398ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000015_260398ea.szar new file mode 100644 index 00000000..4f1ddf22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000015_260398ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000016_320bcb6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000016_320bcb6e.szar new file mode 100644 index 00000000..9bdded19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000016_320bcb6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000017_8ce0fc05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000017_8ce0fc05.szar new file mode 100644 index 00000000..ae8e4fd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000017_8ce0fc05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000018_8506f067.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000018_8506f067.szar new file mode 100644 index 00000000..a538e618 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000018_8506f067.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000019_793a5bb3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000019_793a5bb3.szar new file mode 100644 index 00000000..fca70833 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000019_793a5bb3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000020_b4bff3d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000020_b4bff3d9.szar new file mode 100644 index 00000000..44247345 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000020_b4bff3d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000021_4dd1337c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000021_4dd1337c.szar new file mode 100644 index 00000000..6a008be7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000021_4dd1337c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000022_494d9fcf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000022_494d9fcf.szar new file mode 100644 index 00000000..d0e7ed7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000022_494d9fcf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000023_770558b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000023_770558b9.szar new file mode 100644 index 00000000..e61a431f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000023_770558b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000024_3f55d367.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000024_3f55d367.szar new file mode 100644 index 00000000..4619fd86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000024_3f55d367.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000025_ddc0006e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000025_ddc0006e.szar new file mode 100644 index 00000000..e40a2e8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000025_ddc0006e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000026_237af18a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000026_237af18a.szar new file mode 100644 index 00000000..37430dde Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000026_237af18a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000027_58979d42.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000027_58979d42.szar new file mode 100644 index 00000000..39da8fa4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000027_58979d42.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000028_64cc792b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000028_64cc792b.szar new file mode 100644 index 00000000..89491c68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000028_64cc792b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000029_fb5920fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000029_fb5920fc.szar new file mode 100644 index 00000000..66db06e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000029_fb5920fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000030_b5d76ea1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000030_b5d76ea1.szar new file mode 100644 index 00000000..1d44c52e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000030_b5d76ea1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000031_a68311c8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000031_a68311c8.szar new file mode 100644 index 00000000..6378c3a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000031_a68311c8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000032_32b8fa28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000032_32b8fa28.szar new file mode 100644 index 00000000..6dec71c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000032_32b8fa28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000033_5b5d1561.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000033_5b5d1561.szar new file mode 100644 index 00000000..be9006bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000033_5b5d1561.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000034_283b8b4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000034_283b8b4b.szar new file mode 100644 index 00000000..b739be78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000034_283b8b4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000035_2c1da04f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000035_2c1da04f.szar new file mode 100644 index 00000000..8621e1ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000035_2c1da04f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000036_3302b15a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000036_3302b15a.szar new file mode 100644 index 00000000..cb6a787b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000036_3302b15a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000037_1c13f10f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000037_1c13f10f.szar new file mode 100644 index 00000000..40fd7075 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000037_1c13f10f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000038_bb127a12.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000038_bb127a12.szar new file mode 100644 index 00000000..0f06534b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000038_bb127a12.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000039_67b44071.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000039_67b44071.szar new file mode 100644 index 00000000..94d3ef20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000039_67b44071.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000040_9bcfb5fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000040_9bcfb5fc.szar new file mode 100644 index 00000000..55ad99a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000040_9bcfb5fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000041_03b274d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000041_03b274d1.szar new file mode 100644 index 00000000..e608a132 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000041_03b274d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000042_638863a1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000042_638863a1.szar new file mode 100644 index 00000000..73c33cef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000042_638863a1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000043_1c34d2e4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000043_1c34d2e4.szar new file mode 100644 index 00000000..7f803260 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000043_1c34d2e4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000044_10285d89.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000044_10285d89.szar new file mode 100644 index 00000000..669b3038 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000044_10285d89.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000045_8db9624b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000045_8db9624b.szar new file mode 100644 index 00000000..4982c25d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000045_8db9624b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000046_2d7d16b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000046_2d7d16b4.szar new file mode 100644 index 00000000..abade516 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000046_2d7d16b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000047_b9cbf21b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000047_b9cbf21b.szar new file mode 100644 index 00000000..685fbce5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000047_b9cbf21b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000048_e3c9be49.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000048_e3c9be49.szar new file mode 100644 index 00000000..e5216d38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000048_e3c9be49.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000049_b892e1c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000049_b892e1c5.szar new file mode 100644 index 00000000..87922b9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000049_b892e1c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000050_10c49d31.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000050_10c49d31.szar new file mode 100644 index 00000000..0085b0ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000050_10c49d31.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000051_c0b75a05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000051_c0b75a05.szar new file mode 100644 index 00000000..3809f424 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000051_c0b75a05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000052_09629050.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000052_09629050.szar new file mode 100644 index 00000000..87d9a152 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000052_09629050.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000053_912b3f2d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000053_912b3f2d.szar new file mode 100644 index 00000000..6922dd73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000053_912b3f2d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000054_88ec6c9c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000054_88ec6c9c.szar new file mode 100644 index 00000000..63711ad1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000054_88ec6c9c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000055_3d6b792a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000055_3d6b792a.szar new file mode 100644 index 00000000..5b08c7e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000055_3d6b792a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000056_b7c4778d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000056_b7c4778d.szar new file mode 100644 index 00000000..b19746d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000056_b7c4778d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000057_eb70e200.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000057_eb70e200.szar new file mode 100644 index 00000000..7b2c858c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000057_eb70e200.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000058_cf1227c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000058_cf1227c5.szar new file mode 100644 index 00000000..9936e7e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000058_cf1227c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000059_633d705a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000059_633d705a.szar new file mode 100644 index 00000000..98462e7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000059_633d705a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000060_43279555.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000060_43279555.szar new file mode 100644 index 00000000..663ef74b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000060_43279555.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000061_af42f158.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000061_af42f158.szar new file mode 100644 index 00000000..2cc7b815 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000061_af42f158.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000062_1778932d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000062_1778932d.szar new file mode 100644 index 00000000..bcd5559e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000062_1778932d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000063_58d0d8e4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000063_58d0d8e4.szar new file mode 100644 index 00000000..6c002023 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000063_58d0d8e4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000064_d0a6017c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000064_d0a6017c.szar new file mode 100644 index 00000000..927d29b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000064_d0a6017c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000065_8dace128.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000065_8dace128.szar new file mode 100644 index 00000000..329c41d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000065_8dace128.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000066_94d19e91.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000066_94d19e91.szar new file mode 100644 index 00000000..9350586a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000066_94d19e91.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000067_d6b5bfb1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000067_d6b5bfb1.szar new file mode 100644 index 00000000..a887a086 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000067_d6b5bfb1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000068_e1fc595f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000068_e1fc595f.szar new file mode 100644 index 00000000..16fcce1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000068_e1fc595f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000069_da5deb0e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000069_da5deb0e.szar new file mode 100644 index 00000000..fbb65e38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000069_da5deb0e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000070_55f4d0a8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000070_55f4d0a8.szar new file mode 100644 index 00000000..9a0d2ff4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000070_55f4d0a8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000071_e47b386e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000071_e47b386e.szar new file mode 100644 index 00000000..381b986f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000071_e47b386e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000072_55e75c98.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000072_55e75c98.szar new file mode 100644 index 00000000..b8b4de38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000072_55e75c98.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000073_63979eb5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000073_63979eb5.szar new file mode 100644 index 00000000..f7768bcb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000073_63979eb5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000074_4b30c5ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000074_4b30c5ec.szar new file mode 100644 index 00000000..6c321ef5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000074_4b30c5ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000075_9f2af873.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000075_9f2af873.szar new file mode 100644 index 00000000..6ce69d61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000075_9f2af873.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000076_ba77e70d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000076_ba77e70d.szar new file mode 100644 index 00000000..e3bed978 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000076_ba77e70d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000077_3e086153.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000077_3e086153.szar new file mode 100644 index 00000000..eac70c73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000077_3e086153.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000078_57d78bfe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000078_57d78bfe.szar new file mode 100644 index 00000000..02e2eed3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000078_57d78bfe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000079_212cc172.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000079_212cc172.szar new file mode 100644 index 00000000..92b6730c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000079_212cc172.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000080_e6fd56fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000080_e6fd56fd.szar new file mode 100644 index 00000000..2ef84b71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000080_e6fd56fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000081_6561cef2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000081_6561cef2.szar new file mode 100644 index 00000000..564f360f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000081_6561cef2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000082_55a6d4d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000082_55a6d4d8.szar new file mode 100644 index 00000000..baad71d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000082_55a6d4d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000083_cd6e3c78.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000083_cd6e3c78.szar new file mode 100644 index 00000000..b23803da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000083_cd6e3c78.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000084_942e7723.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000084_942e7723.szar new file mode 100644 index 00000000..1a74a0db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000084_942e7723.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000085_97eb47d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000085_97eb47d9.szar new file mode 100644 index 00000000..2dc8e032 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000085_97eb47d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000086_3b3d3948.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000086_3b3d3948.szar new file mode 100644 index 00000000..c6b9b454 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/archive/delta_00000000000000000086_3b3d3948.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000001_66a04a99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000001_66a04a99.szcp new file mode 100644 index 00000000..0a082725 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000001_66a04a99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000002_7598952d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000002_7598952d.szcp new file mode 100644 index 00000000..6a6ef40e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000002_7598952d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000003_9cc3a009.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000003_9cc3a009.szcp new file mode 100644 index 00000000..7872c854 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000003_9cc3a009.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000004_e2306ac3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000004_e2306ac3.szcp new file mode 100644 index 00000000..befbd890 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000004_e2306ac3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000005_a15104ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000005_a15104ee.szcp new file mode 100644 index 00000000..3e6e1464 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000005_a15104ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000006_b818fbbb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000006_b818fbbb.szcp new file mode 100644 index 00000000..b6f758ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000006_b818fbbb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000007_c5ca4f63.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000007_c5ca4f63.szcp new file mode 100644 index 00000000..07f1a4a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000007_c5ca4f63.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000008_aeec0064.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000008_aeec0064.szcp new file mode 100644 index 00000000..30d0df42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000008_aeec0064.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000009_9750442f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000009_9750442f.szcp new file mode 100644 index 00000000..bf31b748 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000009_9750442f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000010_b95d74be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000010_b95d74be.szcp new file mode 100644 index 00000000..81a77f69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000010_b95d74be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000011_d4d32d41.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000011_d4d32d41.szcp new file mode 100644 index 00000000..44273437 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000011_d4d32d41.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000012_86d843cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000012_86d843cf.szcp new file mode 100644 index 00000000..55424964 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000012_86d843cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000013_f49df1c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000013_f49df1c2.szcp new file mode 100644 index 00000000..94a01611 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000013_f49df1c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000014_62877d46.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000014_62877d46.szcp new file mode 100644 index 00000000..ff426e50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000014_62877d46.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000015_d3a68487.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000015_d3a68487.szcp new file mode 100644 index 00000000..29d5b656 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000015_d3a68487.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000016_126c8002.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000016_126c8002.szcp new file mode 100644 index 00000000..547b66db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000016_126c8002.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000017_0e54af70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000017_0e54af70.szcp new file mode 100644 index 00000000..596cbf24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000017_0e54af70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000018_ed70f9ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000018_ed70f9ea.szcp new file mode 100644 index 00000000..8666bd24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000018_ed70f9ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000019_405c6e01.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000019_405c6e01.szcp new file mode 100644 index 00000000..41660e5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000019_405c6e01.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000020_a2595964.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000020_a2595964.szcp new file mode 100644 index 00000000..f4f86d08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000020_a2595964.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000021_17ca2586.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000021_17ca2586.szcp new file mode 100644 index 00000000..6b9cd015 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000021_17ca2586.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000022_ae49f55a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000022_ae49f55a.szcp new file mode 100644 index 00000000..f8ef25f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000022_ae49f55a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000023_f1d37449.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000023_f1d37449.szcp new file mode 100644 index 00000000..b5b20b3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000023_f1d37449.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000024_8b060729.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000024_8b060729.szcp new file mode 100644 index 00000000..a1a0d191 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000024_8b060729.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000025_eefdde18.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000025_eefdde18.szcp new file mode 100644 index 00000000..b5660da3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000025_eefdde18.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000026_0785694e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000026_0785694e.szcp new file mode 100644 index 00000000..210f5dbc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000026_0785694e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000027_2f1f9284.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000027_2f1f9284.szcp new file mode 100644 index 00000000..45c20016 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000027_2f1f9284.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000028_bf02bb11.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000028_bf02bb11.szcp new file mode 100644 index 00000000..02ca0d16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000028_bf02bb11.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000029_6edc83b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000029_6edc83b1.szcp new file mode 100644 index 00000000..d1eecc1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000029_6edc83b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000030_743ba34f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000030_743ba34f.szcp new file mode 100644 index 00000000..97c22dd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000030_743ba34f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000031_d257d6c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000031_d257d6c2.szcp new file mode 100644 index 00000000..de4f9828 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000031_d257d6c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000032_aa794267.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000032_aa794267.szcp new file mode 100644 index 00000000..26c4a51e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000032_aa794267.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000033_bf6dfd52.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000033_bf6dfd52.szcp new file mode 100644 index 00000000..e72d95ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000033_bf6dfd52.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000034_38a3a6e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000034_38a3a6e5.szcp new file mode 100644 index 00000000..dada9a3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000034_38a3a6e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000035_f72c3ead.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000035_f72c3ead.szcp new file mode 100644 index 00000000..ab2f19d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000035_f72c3ead.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000036_c07289c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000036_c07289c8.szcp new file mode 100644 index 00000000..3f85516f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000036_c07289c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000037_767633ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000037_767633ee.szcp new file mode 100644 index 00000000..9a898139 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000037_767633ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000038_9e1bbad4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000038_9e1bbad4.szcp new file mode 100644 index 00000000..c8d2cd40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000038_9e1bbad4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000039_250b9f87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000039_250b9f87.szcp new file mode 100644 index 00000000..b62bf082 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000039_250b9f87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000040_43b74a8f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000040_43b74a8f.szcp new file mode 100644 index 00000000..1e5cf4ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000040_43b74a8f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000041_7151a194.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000041_7151a194.szcp new file mode 100644 index 00000000..7c8df6ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000041_7151a194.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000042_a9382b04.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000042_a9382b04.szcp new file mode 100644 index 00000000..0abd7bc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000042_a9382b04.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000043_5773eb58.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000043_5773eb58.szcp new file mode 100644 index 00000000..c719ce27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000043_5773eb58.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000044_ae2dc0c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000044_ae2dc0c0.szcp new file mode 100644 index 00000000..bfd81137 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000044_ae2dc0c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000045_9bc75bac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000045_9bc75bac.szcp new file mode 100644 index 00000000..aa27294c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000045_9bc75bac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000046_750120a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000046_750120a3.szcp new file mode 100644 index 00000000..42e21125 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000046_750120a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000047_ce819029.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000047_ce819029.szcp new file mode 100644 index 00000000..6398771b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000047_ce819029.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000048_9efca4d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000048_9efca4d7.szcp new file mode 100644 index 00000000..4d32a34c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000048_9efca4d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000049_657732a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000049_657732a5.szcp new file mode 100644 index 00000000..de208ff6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000049_657732a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000050_be0b8d54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000050_be0b8d54.szcp new file mode 100644 index 00000000..1e4bfafd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000050_be0b8d54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000051_ae2c6309.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000051_ae2c6309.szcp new file mode 100644 index 00000000..d19dc4c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000051_ae2c6309.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000052_3151ee64.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000052_3151ee64.szcp new file mode 100644 index 00000000..29d9e14d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000052_3151ee64.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000053_15ff3a80.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000053_15ff3a80.szcp new file mode 100644 index 00000000..8a89bad0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000053_15ff3a80.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000054_c97bda78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000054_c97bda78.szcp new file mode 100644 index 00000000..2ddadfe8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000054_c97bda78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000055_d22607ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000055_d22607ae.szcp new file mode 100644 index 00000000..40b678d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000055_d22607ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000056_6747835d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000056_6747835d.szcp new file mode 100644 index 00000000..8def086b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000056_6747835d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000057_6816fd65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000057_6816fd65.szcp new file mode 100644 index 00000000..9a4e3f11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000057_6816fd65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000058_bc667b8c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000058_bc667b8c.szcp new file mode 100644 index 00000000..0f9fa182 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000058_bc667b8c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000059_7fefe1bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000059_7fefe1bb.szcp new file mode 100644 index 00000000..475b6c0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000059_7fefe1bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000060_b019d444.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000060_b019d444.szcp new file mode 100644 index 00000000..af6287d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000060_b019d444.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000061_f800bba3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000061_f800bba3.szcp new file mode 100644 index 00000000..12c2f390 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000061_f800bba3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000062_25414ee7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000062_25414ee7.szcp new file mode 100644 index 00000000..bc87f870 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000062_25414ee7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000063_eebe0877.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000063_eebe0877.szcp new file mode 100644 index 00000000..d933def1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000063_eebe0877.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000064_5adb73f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000064_5adb73f0.szcp new file mode 100644 index 00000000..9fbf62d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000064_5adb73f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000065_297ce612.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000065_297ce612.szcp new file mode 100644 index 00000000..53e3095f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000065_297ce612.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000066_9610d8af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000066_9610d8af.szcp new file mode 100644 index 00000000..3a822a66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000066_9610d8af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000067_1789788e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000067_1789788e.szcp new file mode 100644 index 00000000..6ff8deb4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000067_1789788e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000068_00bf99cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000068_00bf99cc.szcp new file mode 100644 index 00000000..a8e8a668 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000068_00bf99cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000069_9f55402a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000069_9f55402a.szcp new file mode 100644 index 00000000..b1f7fbec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000069_9f55402a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000070_d07c64a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000070_d07c64a3.szcp new file mode 100644 index 00000000..e2ebc814 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000070_d07c64a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000071_c80243bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000071_c80243bc.szcp new file mode 100644 index 00000000..b2d407ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000071_c80243bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000072_6ab750d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000072_6ab750d1.szcp new file mode 100644 index 00000000..c4300bd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000072_6ab750d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000073_89a4373e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000073_89a4373e.szcp new file mode 100644 index 00000000..8d31e760 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000073_89a4373e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000074_a318a95f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000074_a318a95f.szcp new file mode 100644 index 00000000..216e3c96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000074_a318a95f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000075_f1a2847e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000075_f1a2847e.szcp new file mode 100644 index 00000000..f89d8650 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000075_f1a2847e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000076_3d9a3590.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000076_3d9a3590.szcp new file mode 100644 index 00000000..abbb66ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000076_3d9a3590.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000077_ad1f103c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000077_ad1f103c.szcp new file mode 100644 index 00000000..37562b11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000077_ad1f103c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000078_cbd79e38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000078_cbd79e38.szcp new file mode 100644 index 00000000..68bdb2b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000078_cbd79e38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000079_e5c3b6a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000079_e5c3b6a4.szcp new file mode 100644 index 00000000..8a6e91e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000079_e5c3b6a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000080_04e57c88.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000080_04e57c88.szcp new file mode 100644 index 00000000..cfdd6ccb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000080_04e57c88.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000081_3f9dd4b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000081_3f9dd4b6.szcp new file mode 100644 index 00000000..ac1aeb74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000081_3f9dd4b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000082_d1f79c85.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000082_d1f79c85.szcp new file mode 100644 index 00000000..05d55605 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000082_d1f79c85.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000083_65c6cfd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000083_65c6cfd7.szcp new file mode 100644 index 00000000..1d0b756f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000083_65c6cfd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000084_7e765d65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000084_7e765d65.szcp new file mode 100644 index 00000000..aef2b7f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000084_7e765d65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000085_c4778eb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000085_c4778eb1.szcp new file mode 100644 index 00000000..f318b857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000085_c4778eb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000086_f8bab4ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000086_f8bab4ad.szcp new file mode 100644 index 00000000..d25ce13a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000086_f8bab4ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000087_787db2de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000087_787db2de.szcp new file mode 100644 index 00000000..623f9b1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_031/checkpoints/checkpoint_00000000000000000087_787db2de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000001_d899d39c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000001_d899d39c.szar new file mode 100644 index 00000000..fd037897 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000001_d899d39c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000002_ee77f4e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000002_ee77f4e9.szar new file mode 100644 index 00000000..e2581568 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000002_ee77f4e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000003_ced5d731.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000003_ced5d731.szar new file mode 100644 index 00000000..dfbfaeb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000003_ced5d731.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000004_a13547c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000004_a13547c4.szar new file mode 100644 index 00000000..41733af4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000004_a13547c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000005_3537a5a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000005_3537a5a0.szar new file mode 100644 index 00000000..8b82677d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000005_3537a5a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000006_36c237e0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000006_36c237e0.szar new file mode 100644 index 00000000..0c086143 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000006_36c237e0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000007_effa4fef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000007_effa4fef.szar new file mode 100644 index 00000000..0dfde286 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000007_effa4fef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000008_e7fce87d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000008_e7fce87d.szar new file mode 100644 index 00000000..325e8ba2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000008_e7fce87d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000009_8fb08c70.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000009_8fb08c70.szar new file mode 100644 index 00000000..ae4a4f08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000009_8fb08c70.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000010_b6ab60cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000010_b6ab60cd.szar new file mode 100644 index 00000000..9d076590 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000010_b6ab60cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000011_7aa028a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000011_7aa028a3.szar new file mode 100644 index 00000000..2a4741d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000011_7aa028a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000012_91717560.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000012_91717560.szar new file mode 100644 index 00000000..11202d2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000012_91717560.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000013_7c09d7da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000013_7c09d7da.szar new file mode 100644 index 00000000..6f84b378 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000013_7c09d7da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000014_2f6a114a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000014_2f6a114a.szar new file mode 100644 index 00000000..de82217a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000014_2f6a114a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000015_84d883ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000015_84d883ec.szar new file mode 100644 index 00000000..ff678c83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000015_84d883ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000016_df63497b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000016_df63497b.szar new file mode 100644 index 00000000..d07052ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000016_df63497b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000017_4e19e08e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000017_4e19e08e.szar new file mode 100644 index 00000000..1ac2b937 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000017_4e19e08e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000018_7de960ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000018_7de960ac.szar new file mode 100644 index 00000000..a5862317 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000018_7de960ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000019_fb4e1b7f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000019_fb4e1b7f.szar new file mode 100644 index 00000000..ccb9b0d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000019_fb4e1b7f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000020_97f7c077.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000020_97f7c077.szar new file mode 100644 index 00000000..1d9d1a65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000020_97f7c077.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000021_35a39a99.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000021_35a39a99.szar new file mode 100644 index 00000000..2c66d941 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000021_35a39a99.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000022_ef0a51e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000022_ef0a51e2.szar new file mode 100644 index 00000000..a4032a9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000022_ef0a51e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000023_b4c2d028.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000023_b4c2d028.szar new file mode 100644 index 00000000..2a32cf74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000023_b4c2d028.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000024_79ffe070.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000024_79ffe070.szar new file mode 100644 index 00000000..8c586672 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000024_79ffe070.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000025_e25197af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000025_e25197af.szar new file mode 100644 index 00000000..ea0914b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000025_e25197af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000026_95a213dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000026_95a213dd.szar new file mode 100644 index 00000000..109444ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000026_95a213dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000027_bd71ef10.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000027_bd71ef10.szar new file mode 100644 index 00000000..714fdb48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000027_bd71ef10.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000028_42386914.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000028_42386914.szar new file mode 100644 index 00000000..cdc5ce29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000028_42386914.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000029_75fab9de.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000029_75fab9de.szar new file mode 100644 index 00000000..d67c0e64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000029_75fab9de.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000030_f3832627.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000030_f3832627.szar new file mode 100644 index 00000000..69e47d20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000030_f3832627.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000031_1851e64f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000031_1851e64f.szar new file mode 100644 index 00000000..36fd8ce2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000031_1851e64f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000032_ec993d06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000032_ec993d06.szar new file mode 100644 index 00000000..1a70793d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000032_ec993d06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000033_803c415e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000033_803c415e.szar new file mode 100644 index 00000000..c2725539 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000033_803c415e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000034_c3eda5e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000034_c3eda5e9.szar new file mode 100644 index 00000000..561f417f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000034_c3eda5e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000035_794fa483.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000035_794fa483.szar new file mode 100644 index 00000000..9004c5da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000035_794fa483.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000036_aec1225c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000036_aec1225c.szar new file mode 100644 index 00000000..345c93b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000036_aec1225c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000037_efd8c98b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000037_efd8c98b.szar new file mode 100644 index 00000000..163fb1e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000037_efd8c98b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000038_f1b46001.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000038_f1b46001.szar new file mode 100644 index 00000000..248a30bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000038_f1b46001.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000039_2b0c05ad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000039_2b0c05ad.szar new file mode 100644 index 00000000..a56be4e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000039_2b0c05ad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000040_8dbe756e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000040_8dbe756e.szar new file mode 100644 index 00000000..ad2e27dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000040_8dbe756e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000041_62455658.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000041_62455658.szar new file mode 100644 index 00000000..c8a4d3d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000041_62455658.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000042_9112d256.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000042_9112d256.szar new file mode 100644 index 00000000..9e1e1f2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000042_9112d256.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000043_699eafba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000043_699eafba.szar new file mode 100644 index 00000000..11ea139e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000043_699eafba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000044_22411f06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000044_22411f06.szar new file mode 100644 index 00000000..a7f75669 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000044_22411f06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000045_06f12307.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000045_06f12307.szar new file mode 100644 index 00000000..99dc18e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000045_06f12307.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000046_3008eb75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000046_3008eb75.szar new file mode 100644 index 00000000..31ea577e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000046_3008eb75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000047_4826a853.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000047_4826a853.szar new file mode 100644 index 00000000..89d720b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000047_4826a853.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000048_c7211398.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000048_c7211398.szar new file mode 100644 index 00000000..2550c821 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000048_c7211398.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000049_2afa512f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000049_2afa512f.szar new file mode 100644 index 00000000..e50c609f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000049_2afa512f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000050_862923a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000050_862923a9.szar new file mode 100644 index 00000000..1d5803af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000050_862923a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000051_dfd3c9c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000051_dfd3c9c4.szar new file mode 100644 index 00000000..faef3759 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000051_dfd3c9c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000052_06ebb80f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000052_06ebb80f.szar new file mode 100644 index 00000000..bf4032c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000052_06ebb80f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000053_ce3d14b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000053_ce3d14b7.szar new file mode 100644 index 00000000..3e5acb79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000053_ce3d14b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000054_3da1d177.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000054_3da1d177.szar new file mode 100644 index 00000000..a1bc0e2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000054_3da1d177.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000055_501f9ac7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000055_501f9ac7.szar new file mode 100644 index 00000000..74c11f9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000055_501f9ac7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000056_132305d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000056_132305d2.szar new file mode 100644 index 00000000..a957b3f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000056_132305d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000057_6caf68f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000057_6caf68f7.szar new file mode 100644 index 00000000..16a85770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000057_6caf68f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000058_9f91e5e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000058_9f91e5e6.szar new file mode 100644 index 00000000..68d404d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000058_9f91e5e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000059_aa9ced1f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000059_aa9ced1f.szar new file mode 100644 index 00000000..dd7bd14d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000059_aa9ced1f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000060_8ebf42e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000060_8ebf42e1.szar new file mode 100644 index 00000000..01d28d2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000060_8ebf42e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000061_697e66fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000061_697e66fb.szar new file mode 100644 index 00000000..ee224698 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000061_697e66fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000062_2bfadd1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000062_2bfadd1d.szar new file mode 100644 index 00000000..d1a50132 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000062_2bfadd1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000063_79a0f427.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000063_79a0f427.szar new file mode 100644 index 00000000..b36330af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000063_79a0f427.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000064_e8d72953.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000064_e8d72953.szar new file mode 100644 index 00000000..239a98fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000064_e8d72953.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000065_14e9d932.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000065_14e9d932.szar new file mode 100644 index 00000000..6e0ae327 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000065_14e9d932.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000066_b4a8fc40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000066_b4a8fc40.szar new file mode 100644 index 00000000..c5a4c178 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000066_b4a8fc40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000067_882e105d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000067_882e105d.szar new file mode 100644 index 00000000..c6407088 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000067_882e105d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000068_4a7700c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000068_4a7700c6.szar new file mode 100644 index 00000000..ac6dbb96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000068_4a7700c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000069_0230078d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000069_0230078d.szar new file mode 100644 index 00000000..61bca889 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000069_0230078d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000070_5b820276.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000070_5b820276.szar new file mode 100644 index 00000000..f10a9f55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000070_5b820276.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000071_2185b54c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000071_2185b54c.szar new file mode 100644 index 00000000..2bae7c76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000071_2185b54c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000072_f084cf6d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000072_f084cf6d.szar new file mode 100644 index 00000000..96c7b152 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000072_f084cf6d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000073_67a7ff6d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000073_67a7ff6d.szar new file mode 100644 index 00000000..f06d6f37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000073_67a7ff6d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000074_b09d10ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000074_b09d10ac.szar new file mode 100644 index 00000000..a87c8eb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000074_b09d10ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000075_97f16db7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000075_97f16db7.szar new file mode 100644 index 00000000..6a088d66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000075_97f16db7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000076_0159acb5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000076_0159acb5.szar new file mode 100644 index 00000000..ac1ba74f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000076_0159acb5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000077_58f2cf3c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000077_58f2cf3c.szar new file mode 100644 index 00000000..1bb37f28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000077_58f2cf3c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000078_0ea8a43d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000078_0ea8a43d.szar new file mode 100644 index 00000000..9c0bd488 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000078_0ea8a43d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000079_47ed04b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000079_47ed04b4.szar new file mode 100644 index 00000000..03de12fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/archive/delta_00000000000000000079_47ed04b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000001_96fff410.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000001_96fff410.szcp new file mode 100644 index 00000000..cdae87d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000001_96fff410.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000002_f39c3857.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000002_f39c3857.szcp new file mode 100644 index 00000000..27c326b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000002_f39c3857.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000003_dd021434.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000003_dd021434.szcp new file mode 100644 index 00000000..e546a62e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000003_dd021434.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000004_81827de2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000004_81827de2.szcp new file mode 100644 index 00000000..60909704 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000004_81827de2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000005_75aa4484.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000005_75aa4484.szcp new file mode 100644 index 00000000..962557d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000005_75aa4484.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000006_dd564d1c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000006_dd564d1c.szcp new file mode 100644 index 00000000..cf2aea72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000006_dd564d1c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000007_20b3305d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000007_20b3305d.szcp new file mode 100644 index 00000000..be818d25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000007_20b3305d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000008_1c02e90f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000008_1c02e90f.szcp new file mode 100644 index 00000000..33a747f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000008_1c02e90f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000009_f630f8c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000009_f630f8c9.szcp new file mode 100644 index 00000000..580094f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000009_f630f8c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000010_4ae38ef0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000010_4ae38ef0.szcp new file mode 100644 index 00000000..f263b4c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000010_4ae38ef0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000011_5c288c98.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000011_5c288c98.szcp new file mode 100644 index 00000000..e77dd241 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000011_5c288c98.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000012_5147c37e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000012_5147c37e.szcp new file mode 100644 index 00000000..53127399 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000012_5147c37e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000013_087ede82.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000013_087ede82.szcp new file mode 100644 index 00000000..b3825590 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000013_087ede82.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000014_64c32c89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000014_64c32c89.szcp new file mode 100644 index 00000000..8fdd04d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000014_64c32c89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000015_b5686413.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000015_b5686413.szcp new file mode 100644 index 00000000..556e51a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000015_b5686413.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000016_34a5bb3e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000016_34a5bb3e.szcp new file mode 100644 index 00000000..81b009b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000016_34a5bb3e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000017_7a1afbb7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000017_7a1afbb7.szcp new file mode 100644 index 00000000..de27aa23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000017_7a1afbb7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000018_99a4c4a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000018_99a4c4a2.szcp new file mode 100644 index 00000000..9b8052fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000018_99a4c4a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000019_ffbddb19.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000019_ffbddb19.szcp new file mode 100644 index 00000000..cd0cd0cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000019_ffbddb19.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000020_193c5f09.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000020_193c5f09.szcp new file mode 100644 index 00000000..b6276ed0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000020_193c5f09.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000021_72674ba8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000021_72674ba8.szcp new file mode 100644 index 00000000..0c8d0f36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000021_72674ba8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000022_ef5f3f7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000022_ef5f3f7c.szcp new file mode 100644 index 00000000..64d89fae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000022_ef5f3f7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000023_a309af6b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000023_a309af6b.szcp new file mode 100644 index 00000000..ec6c7ab7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000023_a309af6b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000024_03aab91c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000024_03aab91c.szcp new file mode 100644 index 00000000..26d0e9d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000024_03aab91c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000025_5673ea25.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000025_5673ea25.szcp new file mode 100644 index 00000000..2501f7a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000025_5673ea25.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000026_7667d0ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000026_7667d0ad.szcp new file mode 100644 index 00000000..abe3496c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000026_7667d0ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000027_89e8b3d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000027_89e8b3d2.szcp new file mode 100644 index 00000000..a43fa8ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000027_89e8b3d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000028_040ae0c7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000028_040ae0c7.szcp new file mode 100644 index 00000000..5a2abfc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000028_040ae0c7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000029_7c4bdaab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000029_7c4bdaab.szcp new file mode 100644 index 00000000..9b6c5b05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000029_7c4bdaab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000030_de15c569.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000030_de15c569.szcp new file mode 100644 index 00000000..b87cbdc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000030_de15c569.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000031_fa5db2ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000031_fa5db2ba.szcp new file mode 100644 index 00000000..24535a26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000031_fa5db2ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000032_9d920b2a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000032_9d920b2a.szcp new file mode 100644 index 00000000..e3c82ad3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000032_9d920b2a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000033_a7a100a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000033_a7a100a7.szcp new file mode 100644 index 00000000..aa05e375 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000033_a7a100a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000034_06302315.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000034_06302315.szcp new file mode 100644 index 00000000..b636395e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000034_06302315.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000035_d7dae198.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000035_d7dae198.szcp new file mode 100644 index 00000000..69a71fa2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000035_d7dae198.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000036_2f9179fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000036_2f9179fb.szcp new file mode 100644 index 00000000..e5849a91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000036_2f9179fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000037_ca62e2d5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000037_ca62e2d5.szcp new file mode 100644 index 00000000..4fcf80ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000037_ca62e2d5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000038_cd57992d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000038_cd57992d.szcp new file mode 100644 index 00000000..575d800a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000038_cd57992d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000039_6aebb1d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000039_6aebb1d2.szcp new file mode 100644 index 00000000..81e520a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000039_6aebb1d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000040_8b840924.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000040_8b840924.szcp new file mode 100644 index 00000000..363e4bab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000040_8b840924.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000041_c11141dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000041_c11141dd.szcp new file mode 100644 index 00000000..1393df8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000041_c11141dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000042_2423a4b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000042_2423a4b7.szcp new file mode 100644 index 00000000..8229b8f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000042_2423a4b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000043_de6f709a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000043_de6f709a.szcp new file mode 100644 index 00000000..87a2da59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000043_de6f709a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000044_7b532eb0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000044_7b532eb0.szcp new file mode 100644 index 00000000..2533c677 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000044_7b532eb0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000045_3415e9ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000045_3415e9ac.szcp new file mode 100644 index 00000000..3644361f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000045_3415e9ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000046_4aea5361.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000046_4aea5361.szcp new file mode 100644 index 00000000..3cc0656d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000046_4aea5361.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000047_727b4965.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000047_727b4965.szcp new file mode 100644 index 00000000..06c71899 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000047_727b4965.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000048_36d2a6a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000048_36d2a6a8.szcp new file mode 100644 index 00000000..1dc03396 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000048_36d2a6a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000049_0f959b65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000049_0f959b65.szcp new file mode 100644 index 00000000..12f56b73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000049_0f959b65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000050_94d4adcb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000050_94d4adcb.szcp new file mode 100644 index 00000000..ac779988 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000050_94d4adcb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000051_4e6f9bac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000051_4e6f9bac.szcp new file mode 100644 index 00000000..55cc7994 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000051_4e6f9bac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000052_7ccc8f72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000052_7ccc8f72.szcp new file mode 100644 index 00000000..ce0cd88e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000052_7ccc8f72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000053_5d4e219b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000053_5d4e219b.szcp new file mode 100644 index 00000000..ce06fb24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000053_5d4e219b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000054_cad6c56b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000054_cad6c56b.szcp new file mode 100644 index 00000000..387161f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000054_cad6c56b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000055_ef60f27a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000055_ef60f27a.szcp new file mode 100644 index 00000000..c0313f8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000055_ef60f27a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000056_d04417ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000056_d04417ce.szcp new file mode 100644 index 00000000..ca07e82a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000056_d04417ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000057_bba20a52.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000057_bba20a52.szcp new file mode 100644 index 00000000..22c4a5f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000057_bba20a52.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000058_cb913067.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000058_cb913067.szcp new file mode 100644 index 00000000..c56b9835 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000058_cb913067.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000059_2ea678c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000059_2ea678c9.szcp new file mode 100644 index 00000000..ad516ebb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000059_2ea678c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000060_bb17afa1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000060_bb17afa1.szcp new file mode 100644 index 00000000..378c8a6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000060_bb17afa1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000061_2b3b2528.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000061_2b3b2528.szcp new file mode 100644 index 00000000..fee58edc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000061_2b3b2528.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000062_c4ab7563.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000062_c4ab7563.szcp new file mode 100644 index 00000000..3c05273c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000062_c4ab7563.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000063_dd51fff9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000063_dd51fff9.szcp new file mode 100644 index 00000000..7c679d95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000063_dd51fff9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000064_44ff1b28.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000064_44ff1b28.szcp new file mode 100644 index 00000000..5bb0e3b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000064_44ff1b28.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000065_a9b5a353.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000065_a9b5a353.szcp new file mode 100644 index 00000000..1df988d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000065_a9b5a353.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000066_46179b44.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000066_46179b44.szcp new file mode 100644 index 00000000..a450411a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000066_46179b44.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000067_b93ee136.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000067_b93ee136.szcp new file mode 100644 index 00000000..877d2854 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000067_b93ee136.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000068_a7894255.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000068_a7894255.szcp new file mode 100644 index 00000000..5ef6d150 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000068_a7894255.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000069_39b6d279.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000069_39b6d279.szcp new file mode 100644 index 00000000..0b1a0ebf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000069_39b6d279.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000070_38c04224.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000070_38c04224.szcp new file mode 100644 index 00000000..84f779d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000070_38c04224.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000071_bf5fe30c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000071_bf5fe30c.szcp new file mode 100644 index 00000000..9ed018d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000071_bf5fe30c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000072_5dc79624.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000072_5dc79624.szcp new file mode 100644 index 00000000..9631b52d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000072_5dc79624.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000073_194d8f51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000073_194d8f51.szcp new file mode 100644 index 00000000..7fc7cc74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000073_194d8f51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000074_d24746e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000074_d24746e4.szcp new file mode 100644 index 00000000..f67956d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000074_d24746e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000075_bf72ca8f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000075_bf72ca8f.szcp new file mode 100644 index 00000000..63401d9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000075_bf72ca8f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000076_e3ef2255.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000076_e3ef2255.szcp new file mode 100644 index 00000000..751c7564 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000076_e3ef2255.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000077_3122cd0f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000077_3122cd0f.szcp new file mode 100644 index 00000000..c108eac5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000077_3122cd0f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000078_13cb9835.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000078_13cb9835.szcp new file mode 100644 index 00000000..5423af41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000078_13cb9835.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000079_926a1876.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000079_926a1876.szcp new file mode 100644 index 00000000..e808cba5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_032/checkpoints/checkpoint_00000000000000000079_926a1876.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000001_f5d4bd4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000001_f5d4bd4b.szar new file mode 100644 index 00000000..04abb3e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000001_f5d4bd4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000002_4c559b09.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000002_4c559b09.szar new file mode 100644 index 00000000..923b3b74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000002_4c559b09.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000003_ea2db947.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000003_ea2db947.szar new file mode 100644 index 00000000..ca5e00a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000003_ea2db947.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000004_f6e561ad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000004_f6e561ad.szar new file mode 100644 index 00000000..17043d19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000004_f6e561ad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000005_4357446b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000005_4357446b.szar new file mode 100644 index 00000000..40403c2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000005_4357446b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000006_09409c41.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000006_09409c41.szar new file mode 100644 index 00000000..8d7999ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000006_09409c41.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000007_c63b7820.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000007_c63b7820.szar new file mode 100644 index 00000000..e61abd51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000007_c63b7820.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000008_c790a678.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000008_c790a678.szar new file mode 100644 index 00000000..59f557fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000008_c790a678.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000009_74d57baa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000009_74d57baa.szar new file mode 100644 index 00000000..e331db3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000009_74d57baa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000010_9c0bbb2e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000010_9c0bbb2e.szar new file mode 100644 index 00000000..b204dc29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000010_9c0bbb2e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000011_cb52119c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000011_cb52119c.szar new file mode 100644 index 00000000..e457eaea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000011_cb52119c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000012_8d1c4e4a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000012_8d1c4e4a.szar new file mode 100644 index 00000000..d8224f44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000012_8d1c4e4a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000013_eb618e7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000013_eb618e7d.szar new file mode 100644 index 00000000..0d76c91c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000013_eb618e7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000014_30a83bb1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000014_30a83bb1.szar new file mode 100644 index 00000000..5a63ec19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000014_30a83bb1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000015_65331193.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000015_65331193.szar new file mode 100644 index 00000000..843139e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000015_65331193.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000016_6dda4f30.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000016_6dda4f30.szar new file mode 100644 index 00000000..8d344fda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000016_6dda4f30.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000017_4d9d126b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000017_4d9d126b.szar new file mode 100644 index 00000000..c06585ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000017_4d9d126b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000018_3747e5cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000018_3747e5cf.szar new file mode 100644 index 00000000..72a62a83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000018_3747e5cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000019_92342cd0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000019_92342cd0.szar new file mode 100644 index 00000000..b1ef7fce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000019_92342cd0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000020_fdc7c4dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000020_fdc7c4dd.szar new file mode 100644 index 00000000..bbcb1e56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000020_fdc7c4dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000021_a4b414aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000021_a4b414aa.szar new file mode 100644 index 00000000..3c667491 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000021_a4b414aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000022_76b4d506.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000022_76b4d506.szar new file mode 100644 index 00000000..389fe741 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000022_76b4d506.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000023_3d33310c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000023_3d33310c.szar new file mode 100644 index 00000000..6648aaa1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000023_3d33310c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000024_ee329d05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000024_ee329d05.szar new file mode 100644 index 00000000..57cf68a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000024_ee329d05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000025_80514e11.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000025_80514e11.szar new file mode 100644 index 00000000..53a63e0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000025_80514e11.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000026_db882a41.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000026_db882a41.szar new file mode 100644 index 00000000..ad8c7c5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000026_db882a41.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000027_09e21541.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000027_09e21541.szar new file mode 100644 index 00000000..0d52d73d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000027_09e21541.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000028_7804c6c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000028_7804c6c0.szar new file mode 100644 index 00000000..f2cafb1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000028_7804c6c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000029_9e34f405.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000029_9e34f405.szar new file mode 100644 index 00000000..e547df7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000029_9e34f405.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000030_ebd31986.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000030_ebd31986.szar new file mode 100644 index 00000000..db5e3386 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000030_ebd31986.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000031_3d14491b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000031_3d14491b.szar new file mode 100644 index 00000000..5384676e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000031_3d14491b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000032_f02210e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000032_f02210e5.szar new file mode 100644 index 00000000..8958e285 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000032_f02210e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000033_ca233e4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000033_ca233e4c.szar new file mode 100644 index 00000000..367c3d83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000033_ca233e4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000034_41d8f313.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000034_41d8f313.szar new file mode 100644 index 00000000..e576cae5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000034_41d8f313.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000035_8ab5424f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000035_8ab5424f.szar new file mode 100644 index 00000000..8ef7634d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000035_8ab5424f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000036_877b1d26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000036_877b1d26.szar new file mode 100644 index 00000000..aa9a1767 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000036_877b1d26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000037_8e8b5cd0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000037_8e8b5cd0.szar new file mode 100644 index 00000000..d1632a35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000037_8e8b5cd0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000038_0685a218.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000038_0685a218.szar new file mode 100644 index 00000000..4d955bf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000038_0685a218.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000039_64e2e6c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000039_64e2e6c1.szar new file mode 100644 index 00000000..f6adc8e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000039_64e2e6c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000040_8f39adc1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000040_8f39adc1.szar new file mode 100644 index 00000000..4040a2be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000040_8f39adc1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000041_50cf3593.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000041_50cf3593.szar new file mode 100644 index 00000000..80351161 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000041_50cf3593.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000042_7c6e6388.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000042_7c6e6388.szar new file mode 100644 index 00000000..134faf60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000042_7c6e6388.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000043_d4aafcd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000043_d4aafcd8.szar new file mode 100644 index 00000000..64c9ccdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000043_d4aafcd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000044_76a5c471.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000044_76a5c471.szar new file mode 100644 index 00000000..07d29602 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000044_76a5c471.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000045_aa8cd644.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000045_aa8cd644.szar new file mode 100644 index 00000000..b46df2bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000045_aa8cd644.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000046_caec5d33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000046_caec5d33.szar new file mode 100644 index 00000000..06368a6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000046_caec5d33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000047_a5cac34a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000047_a5cac34a.szar new file mode 100644 index 00000000..55799857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000047_a5cac34a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000048_578d86d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000048_578d86d2.szar new file mode 100644 index 00000000..536e8122 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000048_578d86d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000049_e91ab7fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000049_e91ab7fd.szar new file mode 100644 index 00000000..eb38a73f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000049_e91ab7fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000050_42caad66.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000050_42caad66.szar new file mode 100644 index 00000000..1c703315 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000050_42caad66.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000051_d92af84b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000051_d92af84b.szar new file mode 100644 index 00000000..586ff2c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000051_d92af84b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000052_533aa2ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000052_533aa2ef.szar new file mode 100644 index 00000000..d2aec9cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000052_533aa2ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000053_3641e69d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000053_3641e69d.szar new file mode 100644 index 00000000..36cfac60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000053_3641e69d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000054_db65eb5b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000054_db65eb5b.szar new file mode 100644 index 00000000..6cfc37ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000054_db65eb5b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000055_87258c68.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000055_87258c68.szar new file mode 100644 index 00000000..cf1074bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000055_87258c68.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000056_2e96c84e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000056_2e96c84e.szar new file mode 100644 index 00000000..ef198d9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000056_2e96c84e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000057_b4b460ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000057_b4b460ab.szar new file mode 100644 index 00000000..32d4b262 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000057_b4b460ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000058_6dbcf837.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000058_6dbcf837.szar new file mode 100644 index 00000000..81d8a094 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000058_6dbcf837.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000059_cd559d7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000059_cd559d7b.szar new file mode 100644 index 00000000..3293f006 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000059_cd559d7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000060_1c13f326.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000060_1c13f326.szar new file mode 100644 index 00000000..2c76cd8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000060_1c13f326.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000061_737ccc28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000061_737ccc28.szar new file mode 100644 index 00000000..f52b9529 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000061_737ccc28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000062_f5d41775.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000062_f5d41775.szar new file mode 100644 index 00000000..f33ef981 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000062_f5d41775.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000063_ab9eeb7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000063_ab9eeb7d.szar new file mode 100644 index 00000000..0ee9c4f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000063_ab9eeb7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000064_8045b33c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000064_8045b33c.szar new file mode 100644 index 00000000..594b7923 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000064_8045b33c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000065_e21a5217.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000065_e21a5217.szar new file mode 100644 index 00000000..d2dd0cbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000065_e21a5217.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000066_8a679049.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000066_8a679049.szar new file mode 100644 index 00000000..76a24917 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000066_8a679049.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000067_0e92037b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000067_0e92037b.szar new file mode 100644 index 00000000..2a8627b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000067_0e92037b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000068_53c87fa4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000068_53c87fa4.szar new file mode 100644 index 00000000..cd01062a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000068_53c87fa4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000069_91809cc1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000069_91809cc1.szar new file mode 100644 index 00000000..408b266a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000069_91809cc1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000070_c29d2665.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000070_c29d2665.szar new file mode 100644 index 00000000..c7fd7776 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000070_c29d2665.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000071_d4f24f2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000071_d4f24f2f.szar new file mode 100644 index 00000000..61d94324 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000071_d4f24f2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000072_d30b6807.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000072_d30b6807.szar new file mode 100644 index 00000000..7294d6ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000072_d30b6807.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000073_bd081b5f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000073_bd081b5f.szar new file mode 100644 index 00000000..bc38a23e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000073_bd081b5f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000074_9f741806.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000074_9f741806.szar new file mode 100644 index 00000000..c576dddc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000074_9f741806.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000075_0c114412.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000075_0c114412.szar new file mode 100644 index 00000000..8403e24a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000075_0c114412.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000076_dc99f722.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000076_dc99f722.szar new file mode 100644 index 00000000..411d2128 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000076_dc99f722.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000077_25388e22.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000077_25388e22.szar new file mode 100644 index 00000000..d4c665ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000077_25388e22.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000078_fe633573.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000078_fe633573.szar new file mode 100644 index 00000000..2456d6b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000078_fe633573.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000079_eee9845d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000079_eee9845d.szar new file mode 100644 index 00000000..03134349 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000079_eee9845d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000080_c00d32aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000080_c00d32aa.szar new file mode 100644 index 00000000..fddbf6ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000080_c00d32aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000081_0bc78829.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000081_0bc78829.szar new file mode 100644 index 00000000..afe8fc23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000081_0bc78829.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000082_eedc8868.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000082_eedc8868.szar new file mode 100644 index 00000000..29cbb4ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000082_eedc8868.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000083_8f4e7fad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000083_8f4e7fad.szar new file mode 100644 index 00000000..b17d502f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000083_8f4e7fad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000084_73cb4771.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000084_73cb4771.szar new file mode 100644 index 00000000..568eb68f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000084_73cb4771.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000085_9b04bb40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000085_9b04bb40.szar new file mode 100644 index 00000000..8ce40013 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000085_9b04bb40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000086_1d951b0d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000086_1d951b0d.szar new file mode 100644 index 00000000..f6b64321 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/archive/delta_00000000000000000086_1d951b0d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000001_0ac30262.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000001_0ac30262.szcp new file mode 100644 index 00000000..b7a33969 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000001_0ac30262.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000002_a1e3490e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000002_a1e3490e.szcp new file mode 100644 index 00000000..6e78674d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000002_a1e3490e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000003_74bb9846.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000003_74bb9846.szcp new file mode 100644 index 00000000..cc9bc36d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000003_74bb9846.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000004_a3879999.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000004_a3879999.szcp new file mode 100644 index 00000000..b9c191c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000004_a3879999.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000005_71fea10a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000005_71fea10a.szcp new file mode 100644 index 00000000..69e56986 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000005_71fea10a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000006_a830be97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000006_a830be97.szcp new file mode 100644 index 00000000..1dfcdc17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000006_a830be97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000007_39f96c07.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000007_39f96c07.szcp new file mode 100644 index 00000000..455db1f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000007_39f96c07.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000008_8d4a5fcf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000008_8d4a5fcf.szcp new file mode 100644 index 00000000..c6091995 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000008_8d4a5fcf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000009_16970fa8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000009_16970fa8.szcp new file mode 100644 index 00000000..e413d3c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000009_16970fa8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000010_136d6c3b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000010_136d6c3b.szcp new file mode 100644 index 00000000..d875763c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000010_136d6c3b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000011_cb20c14e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000011_cb20c14e.szcp new file mode 100644 index 00000000..c24eda1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000011_cb20c14e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000012_c5f67cee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000012_c5f67cee.szcp new file mode 100644 index 00000000..60aa1457 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000012_c5f67cee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000013_babc18f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000013_babc18f9.szcp new file mode 100644 index 00000000..8c3a8466 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000013_babc18f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000014_e611a709.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000014_e611a709.szcp new file mode 100644 index 00000000..7f6886e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000014_e611a709.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000015_81cc6cbe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000015_81cc6cbe.szcp new file mode 100644 index 00000000..5c9347ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000015_81cc6cbe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000016_5254add9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000016_5254add9.szcp new file mode 100644 index 00000000..28d471d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000016_5254add9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000017_a4a17833.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000017_a4a17833.szcp new file mode 100644 index 00000000..d03fa6ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000017_a4a17833.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000018_e8893736.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000018_e8893736.szcp new file mode 100644 index 00000000..6c056c80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000018_e8893736.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000019_36b0d7bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000019_36b0d7bb.szcp new file mode 100644 index 00000000..d9c7a715 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000019_36b0d7bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000020_c214d87f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000020_c214d87f.szcp new file mode 100644 index 00000000..99ac6390 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000020_c214d87f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000021_67e3d815.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000021_67e3d815.szcp new file mode 100644 index 00000000..968ce053 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000021_67e3d815.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000022_92270a28.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000022_92270a28.szcp new file mode 100644 index 00000000..60ce6af6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000022_92270a28.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000023_3bcbde73.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000023_3bcbde73.szcp new file mode 100644 index 00000000..15d0735f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000023_3bcbde73.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000024_b7788e43.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000024_b7788e43.szcp new file mode 100644 index 00000000..aaa96b64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000024_b7788e43.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000025_04752134.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000025_04752134.szcp new file mode 100644 index 00000000..3e7026d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000025_04752134.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000026_634c5a79.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000026_634c5a79.szcp new file mode 100644 index 00000000..ee9c49d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000026_634c5a79.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000027_5dd9f9fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000027_5dd9f9fb.szcp new file mode 100644 index 00000000..077c89b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000027_5dd9f9fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000028_0e287a38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000028_0e287a38.szcp new file mode 100644 index 00000000..31f3ccf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000028_0e287a38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000029_486ffc01.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000029_486ffc01.szcp new file mode 100644 index 00000000..88423a50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000029_486ffc01.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000030_c0d44e96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000030_c0d44e96.szcp new file mode 100644 index 00000000..b576cfe1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000030_c0d44e96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000031_91468a0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000031_91468a0a.szcp new file mode 100644 index 00000000..f9fe6bcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000031_91468a0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000032_8d1d8ad6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000032_8d1d8ad6.szcp new file mode 100644 index 00000000..54a5c1fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000032_8d1d8ad6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000033_2f762fc4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000033_2f762fc4.szcp new file mode 100644 index 00000000..d867727e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000033_2f762fc4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000034_1613de7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000034_1613de7c.szcp new file mode 100644 index 00000000..fc1fbf31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000034_1613de7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000035_ef4cdaa3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000035_ef4cdaa3.szcp new file mode 100644 index 00000000..0f026b45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000035_ef4cdaa3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000036_874cf8dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000036_874cf8dc.szcp new file mode 100644 index 00000000..70860c95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000036_874cf8dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000037_f794f012.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000037_f794f012.szcp new file mode 100644 index 00000000..ab5296b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000037_f794f012.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000038_76b37d4e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000038_76b37d4e.szcp new file mode 100644 index 00000000..b85ffe15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000038_76b37d4e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000039_9a5bf968.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000039_9a5bf968.szcp new file mode 100644 index 00000000..7d96fa02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000039_9a5bf968.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000040_49cc7fc6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000040_49cc7fc6.szcp new file mode 100644 index 00000000..cae21410 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000040_49cc7fc6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000041_cad6d96c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000041_cad6d96c.szcp new file mode 100644 index 00000000..9ca71901 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000041_cad6d96c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000042_62812175.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000042_62812175.szcp new file mode 100644 index 00000000..988f22ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000042_62812175.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000043_71948b66.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000043_71948b66.szcp new file mode 100644 index 00000000..17835a1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000043_71948b66.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000044_c3a65291.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000044_c3a65291.szcp new file mode 100644 index 00000000..f55a0a83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000044_c3a65291.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000045_38a5e3db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000045_38a5e3db.szcp new file mode 100644 index 00000000..3296b8a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000045_38a5e3db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000046_50c80cb0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000046_50c80cb0.szcp new file mode 100644 index 00000000..0c38825e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000046_50c80cb0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000047_cdc4b4cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000047_cdc4b4cf.szcp new file mode 100644 index 00000000..443b87e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000047_cdc4b4cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000048_f62ec68c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000048_f62ec68c.szcp new file mode 100644 index 00000000..cc75b326 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000048_f62ec68c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000049_bf8a8817.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000049_bf8a8817.szcp new file mode 100644 index 00000000..88ef9a80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000049_bf8a8817.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000050_7a4fe366.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000050_7a4fe366.szcp new file mode 100644 index 00000000..e427a8a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000050_7a4fe366.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000051_8bb4910d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000051_8bb4910d.szcp new file mode 100644 index 00000000..ac23e296 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000051_8bb4910d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000052_ea1c8939.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000052_ea1c8939.szcp new file mode 100644 index 00000000..50105c87 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000052_ea1c8939.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000053_f764df8b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000053_f764df8b.szcp new file mode 100644 index 00000000..21117e76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000053_f764df8b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000054_dda5e7cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000054_dda5e7cf.szcp new file mode 100644 index 00000000..f6bcfa1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000054_dda5e7cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000055_a0ed0f6d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000055_a0ed0f6d.szcp new file mode 100644 index 00000000..c6e0bec5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000055_a0ed0f6d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000056_4f702e8b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000056_4f702e8b.szcp new file mode 100644 index 00000000..fcd4bdcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000056_4f702e8b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000057_ba254e53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000057_ba254e53.szcp new file mode 100644 index 00000000..e134fedd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000057_ba254e53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000058_3586f56f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000058_3586f56f.szcp new file mode 100644 index 00000000..9f88f387 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000058_3586f56f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000059_ffd36632.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000059_ffd36632.szcp new file mode 100644 index 00000000..0cf55745 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000059_ffd36632.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000060_347495cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000060_347495cf.szcp new file mode 100644 index 00000000..bbc4054f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000060_347495cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000061_4bd0db44.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000061_4bd0db44.szcp new file mode 100644 index 00000000..23d89cb3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000061_4bd0db44.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000062_c9df371a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000062_c9df371a.szcp new file mode 100644 index 00000000..3fb9d92c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000062_c9df371a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000063_17436421.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000063_17436421.szcp new file mode 100644 index 00000000..bf6bdbcb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000063_17436421.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000064_e0d2c16b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000064_e0d2c16b.szcp new file mode 100644 index 00000000..c06c31b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000064_e0d2c16b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000065_e2a4bde5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000065_e2a4bde5.szcp new file mode 100644 index 00000000..8f0f0e83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000065_e2a4bde5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000066_6e0610f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000066_6e0610f3.szcp new file mode 100644 index 00000000..45cdb3d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000066_6e0610f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000067_a5e431cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000067_a5e431cf.szcp new file mode 100644 index 00000000..f025998a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000067_a5e431cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000068_949abdd8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000068_949abdd8.szcp new file mode 100644 index 00000000..7809c46e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000068_949abdd8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000069_24c79299.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000069_24c79299.szcp new file mode 100644 index 00000000..65d62b48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000069_24c79299.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000070_6b06c54e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000070_6b06c54e.szcp new file mode 100644 index 00000000..3198a1e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000070_6b06c54e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000071_96ebe3a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000071_96ebe3a5.szcp new file mode 100644 index 00000000..c75df8f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000071_96ebe3a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000072_bf147a80.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000072_bf147a80.szcp new file mode 100644 index 00000000..4396c2f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000072_bf147a80.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000073_16cb0155.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000073_16cb0155.szcp new file mode 100644 index 00000000..bd696016 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000073_16cb0155.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000074_84abd438.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000074_84abd438.szcp new file mode 100644 index 00000000..ade3ccac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000074_84abd438.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000075_8f320ffa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000075_8f320ffa.szcp new file mode 100644 index 00000000..2e3d7ce4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000075_8f320ffa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000076_c814a8cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000076_c814a8cf.szcp new file mode 100644 index 00000000..fcdfc3a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000076_c814a8cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000077_25d25136.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000077_25d25136.szcp new file mode 100644 index 00000000..55ca7c3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000077_25d25136.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000078_d5d2b680.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000078_d5d2b680.szcp new file mode 100644 index 00000000..eba0c4bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000078_d5d2b680.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000079_0cacabe2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000079_0cacabe2.szcp new file mode 100644 index 00000000..52653013 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000079_0cacabe2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000080_7a88303c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000080_7a88303c.szcp new file mode 100644 index 00000000..381719fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000080_7a88303c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000081_707487d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000081_707487d1.szcp new file mode 100644 index 00000000..740c4c2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000081_707487d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000082_11c0849e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000082_11c0849e.szcp new file mode 100644 index 00000000..54b84f24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000082_11c0849e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000083_fce219d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000083_fce219d7.szcp new file mode 100644 index 00000000..f11766d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000083_fce219d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000084_8a192d8d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000084_8a192d8d.szcp new file mode 100644 index 00000000..08fa3e76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000084_8a192d8d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000085_44642578.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000085_44642578.szcp new file mode 100644 index 00000000..83653df2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000085_44642578.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000086_23e9716b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000086_23e9716b.szcp new file mode 100644 index 00000000..bdacadb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_033/checkpoints/checkpoint_00000000000000000086_23e9716b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000001_70f92ea3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000001_70f92ea3.szar new file mode 100644 index 00000000..163d2510 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000001_70f92ea3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000002_5002e020.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000002_5002e020.szar new file mode 100644 index 00000000..57eeced6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000002_5002e020.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000003_b24e5174.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000003_b24e5174.szar new file mode 100644 index 00000000..9a925136 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000003_b24e5174.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000004_5437f0d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000004_5437f0d7.szar new file mode 100644 index 00000000..51804d6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000004_5437f0d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000005_79f518b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000005_79f518b8.szar new file mode 100644 index 00000000..f9c475c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000005_79f518b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000006_7ec1a059.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000006_7ec1a059.szar new file mode 100644 index 00000000..74f42b14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000006_7ec1a059.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000007_24cdbfaf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000007_24cdbfaf.szar new file mode 100644 index 00000000..d921e10f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000007_24cdbfaf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000008_7e4d762a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000008_7e4d762a.szar new file mode 100644 index 00000000..9770000b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000008_7e4d762a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000009_4580f8a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000009_4580f8a3.szar new file mode 100644 index 00000000..656c3ee3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000009_4580f8a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000010_dc92aa7c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000010_dc92aa7c.szar new file mode 100644 index 00000000..b1901a33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000010_dc92aa7c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000011_93cc4840.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000011_93cc4840.szar new file mode 100644 index 00000000..35ffc0b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000011_93cc4840.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000012_0bdd3d43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000012_0bdd3d43.szar new file mode 100644 index 00000000..7ea47aec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000012_0bdd3d43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000013_55795d3e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000013_55795d3e.szar new file mode 100644 index 00000000..44d3c246 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000013_55795d3e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000014_9960c92e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000014_9960c92e.szar new file mode 100644 index 00000000..9ad19ace Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000014_9960c92e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000015_d202d554.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000015_d202d554.szar new file mode 100644 index 00000000..dba1d4cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000015_d202d554.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000016_1600307b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000016_1600307b.szar new file mode 100644 index 00000000..79a622bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000016_1600307b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000017_7ef824c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000017_7ef824c7.szar new file mode 100644 index 00000000..d9254260 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000017_7ef824c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000018_9a04e3bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000018_9a04e3bc.szar new file mode 100644 index 00000000..fd38cc8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000018_9a04e3bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000019_743eeff1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000019_743eeff1.szar new file mode 100644 index 00000000..0f80c092 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000019_743eeff1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000020_cf6151b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000020_cf6151b7.szar new file mode 100644 index 00000000..00ec2ba9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000020_cf6151b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000021_f4d4d9de.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000021_f4d4d9de.szar new file mode 100644 index 00000000..8b1c64c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000021_f4d4d9de.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000022_949aa9a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000022_949aa9a9.szar new file mode 100644 index 00000000..69308e68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000022_949aa9a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000023_e513412f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000023_e513412f.szar new file mode 100644 index 00000000..aba7c97c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000023_e513412f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000024_acf9bd16.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000024_acf9bd16.szar new file mode 100644 index 00000000..8c11717d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000024_acf9bd16.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000025_311befba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000025_311befba.szar new file mode 100644 index 00000000..805053e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000025_311befba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000026_1c16555a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000026_1c16555a.szar new file mode 100644 index 00000000..229f29c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000026_1c16555a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000027_7be6cd1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000027_7be6cd1a.szar new file mode 100644 index 00000000..8ae6980d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000027_7be6cd1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000028_682e60f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000028_682e60f5.szar new file mode 100644 index 00000000..e17f12ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000028_682e60f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000029_e6f7f3cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000029_e6f7f3cb.szar new file mode 100644 index 00000000..1df31c44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000029_e6f7f3cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000030_2d3a84da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000030_2d3a84da.szar new file mode 100644 index 00000000..01ce290c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000030_2d3a84da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000031_eca0c6ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000031_eca0c6ce.szar new file mode 100644 index 00000000..631bd281 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000031_eca0c6ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000032_5a54b2bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000032_5a54b2bf.szar new file mode 100644 index 00000000..eb5275b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000032_5a54b2bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000033_36bc208d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000033_36bc208d.szar new file mode 100644 index 00000000..45d3cd56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000033_36bc208d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000034_e1ca1bef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000034_e1ca1bef.szar new file mode 100644 index 00000000..218f9252 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000034_e1ca1bef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000035_eb43365f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000035_eb43365f.szar new file mode 100644 index 00000000..90fd948d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000035_eb43365f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000036_bdd864bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000036_bdd864bb.szar new file mode 100644 index 00000000..bce4f9c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000036_bdd864bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000037_e9346cf6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000037_e9346cf6.szar new file mode 100644 index 00000000..ef950a23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000037_e9346cf6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000038_6c0d734e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000038_6c0d734e.szar new file mode 100644 index 00000000..abe4a583 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000038_6c0d734e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000039_2b0e8a2b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000039_2b0e8a2b.szar new file mode 100644 index 00000000..e2bf426f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000039_2b0e8a2b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000040_e03df088.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000040_e03df088.szar new file mode 100644 index 00000000..ec55f0cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000040_e03df088.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000041_650f5c50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000041_650f5c50.szar new file mode 100644 index 00000000..07b6b54d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000041_650f5c50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000042_29c407b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000042_29c407b0.szar new file mode 100644 index 00000000..7296ca0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000042_29c407b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000043_e43b1161.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000043_e43b1161.szar new file mode 100644 index 00000000..f84aeb97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000043_e43b1161.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000044_cd9e66e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000044_cd9e66e5.szar new file mode 100644 index 00000000..aa703b60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000044_cd9e66e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000045_3f254e2e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000045_3f254e2e.szar new file mode 100644 index 00000000..3f64929d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000045_3f254e2e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000046_06a2c1a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000046_06a2c1a3.szar new file mode 100644 index 00000000..c7e26915 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000046_06a2c1a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000047_54cedaab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000047_54cedaab.szar new file mode 100644 index 00000000..d4a09271 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000047_54cedaab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000048_50c19bb5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000048_50c19bb5.szar new file mode 100644 index 00000000..9b09261e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000048_50c19bb5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000049_51178e9e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000049_51178e9e.szar new file mode 100644 index 00000000..397995f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000049_51178e9e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000050_0b3d7a50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000050_0b3d7a50.szar new file mode 100644 index 00000000..c37fc2fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000050_0b3d7a50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000051_99b6c509.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000051_99b6c509.szar new file mode 100644 index 00000000..a58858ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000051_99b6c509.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000052_b8f5001b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000052_b8f5001b.szar new file mode 100644 index 00000000..8fad1f6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000052_b8f5001b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000053_0794514f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000053_0794514f.szar new file mode 100644 index 00000000..8343d971 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000053_0794514f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000054_fb446305.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000054_fb446305.szar new file mode 100644 index 00000000..40161d88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000054_fb446305.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000055_d25ffa79.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000055_d25ffa79.szar new file mode 100644 index 00000000..f79ab686 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000055_d25ffa79.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000056_11fba62c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000056_11fba62c.szar new file mode 100644 index 00000000..2a9a341e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000056_11fba62c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000057_990b2526.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000057_990b2526.szar new file mode 100644 index 00000000..17573661 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000057_990b2526.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000058_d4cb34e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000058_d4cb34e2.szar new file mode 100644 index 00000000..f3cb44ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/archive/delta_00000000000000000058_d4cb34e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000001_f37c5d43.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000001_f37c5d43.szcp new file mode 100644 index 00000000..2e694742 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000001_f37c5d43.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000002_392a3be8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000002_392a3be8.szcp new file mode 100644 index 00000000..c2ad41fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000002_392a3be8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000003_02d5cda0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000003_02d5cda0.szcp new file mode 100644 index 00000000..b06cfab3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000003_02d5cda0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000004_d86acf6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000004_d86acf6f.szcp new file mode 100644 index 00000000..9d4a235a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000004_d86acf6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000005_3643b564.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000005_3643b564.szcp new file mode 100644 index 00000000..ae3af3df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000005_3643b564.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000006_5fff469c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000006_5fff469c.szcp new file mode 100644 index 00000000..2e01cb18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000006_5fff469c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000007_eba5e255.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000007_eba5e255.szcp new file mode 100644 index 00000000..00024b33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000007_eba5e255.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000008_2073f6ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000008_2073f6ce.szcp new file mode 100644 index 00000000..bfde5d0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000008_2073f6ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000009_fafdd447.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000009_fafdd447.szcp new file mode 100644 index 00000000..34267b34 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000009_fafdd447.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000010_d3952b42.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000010_d3952b42.szcp new file mode 100644 index 00000000..5cd53a7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000010_d3952b42.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000011_3631490b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000011_3631490b.szcp new file mode 100644 index 00000000..8d315028 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000011_3631490b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000012_4220e602.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000012_4220e602.szcp new file mode 100644 index 00000000..8e6ca37d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000012_4220e602.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000013_73c7798d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000013_73c7798d.szcp new file mode 100644 index 00000000..89f5c873 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000013_73c7798d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000014_6d56ebb4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000014_6d56ebb4.szcp new file mode 100644 index 00000000..4320caee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000014_6d56ebb4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000015_8f157888.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000015_8f157888.szcp new file mode 100644 index 00000000..a4871821 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000015_8f157888.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000016_e1f4f553.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000016_e1f4f553.szcp new file mode 100644 index 00000000..f6eece2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000016_e1f4f553.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000017_99052b0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000017_99052b0d.szcp new file mode 100644 index 00000000..3b7d69ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000017_99052b0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000018_e723153b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000018_e723153b.szcp new file mode 100644 index 00000000..b23bc05c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000018_e723153b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000019_9590dc02.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000019_9590dc02.szcp new file mode 100644 index 00000000..224895cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000019_9590dc02.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000020_c53c0c19.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000020_c53c0c19.szcp new file mode 100644 index 00000000..f022d154 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000020_c53c0c19.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000021_2d15ca02.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000021_2d15ca02.szcp new file mode 100644 index 00000000..e464c0e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000021_2d15ca02.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000022_79c46586.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000022_79c46586.szcp new file mode 100644 index 00000000..0e8d8b18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000022_79c46586.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000023_077c33de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000023_077c33de.szcp new file mode 100644 index 00000000..24b82dcd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000023_077c33de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000024_14cb18f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000024_14cb18f7.szcp new file mode 100644 index 00000000..a790c223 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000024_14cb18f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000025_8161042a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000025_8161042a.szcp new file mode 100644 index 00000000..c37b61ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000025_8161042a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000026_54438b99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000026_54438b99.szcp new file mode 100644 index 00000000..500c7dfa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000026_54438b99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000027_8d34441e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000027_8d34441e.szcp new file mode 100644 index 00000000..dfa2b407 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000027_8d34441e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000028_001f0b13.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000028_001f0b13.szcp new file mode 100644 index 00000000..3758d5ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000028_001f0b13.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000029_fdfe78bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000029_fdfe78bf.szcp new file mode 100644 index 00000000..1b385508 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000029_fdfe78bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000030_31614965.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000030_31614965.szcp new file mode 100644 index 00000000..8feaf640 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000030_31614965.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000031_0e95aaa9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000031_0e95aaa9.szcp new file mode 100644 index 00000000..b5c94340 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000031_0e95aaa9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000032_250cb718.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000032_250cb718.szcp new file mode 100644 index 00000000..54c41fcd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000032_250cb718.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000033_7a3547ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000033_7a3547ad.szcp new file mode 100644 index 00000000..93fc22d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000033_7a3547ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000034_726b1d1c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000034_726b1d1c.szcp new file mode 100644 index 00000000..4321fcb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000034_726b1d1c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000035_4ff65eb9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000035_4ff65eb9.szcp new file mode 100644 index 00000000..f05e5559 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000035_4ff65eb9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000036_92ef3fcb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000036_92ef3fcb.szcp new file mode 100644 index 00000000..8e0a0b8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000036_92ef3fcb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000037_8c57cd4e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000037_8c57cd4e.szcp new file mode 100644 index 00000000..9962eee7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000037_8c57cd4e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000038_ef4c548e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000038_ef4c548e.szcp new file mode 100644 index 00000000..3b98fe5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000038_ef4c548e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000039_98fae725.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000039_98fae725.szcp new file mode 100644 index 00000000..b6d4371e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000039_98fae725.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000040_37d404a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000040_37d404a6.szcp new file mode 100644 index 00000000..b5d77776 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000040_37d404a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000041_f7814471.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000041_f7814471.szcp new file mode 100644 index 00000000..5c968b99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000041_f7814471.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000042_ab2c74f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000042_ab2c74f9.szcp new file mode 100644 index 00000000..dd69c00a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000042_ab2c74f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000043_e8c5c04e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000043_e8c5c04e.szcp new file mode 100644 index 00000000..756706b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000043_e8c5c04e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000044_c56dc25d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000044_c56dc25d.szcp new file mode 100644 index 00000000..3d07a83c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000044_c56dc25d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000045_c8c93bf3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000045_c8c93bf3.szcp new file mode 100644 index 00000000..fea1a75e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000045_c8c93bf3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000046_fed8549e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000046_fed8549e.szcp new file mode 100644 index 00000000..c4fbd9ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000046_fed8549e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000047_bd741148.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000047_bd741148.szcp new file mode 100644 index 00000000..9258c67f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000047_bd741148.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000048_e03f0457.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000048_e03f0457.szcp new file mode 100644 index 00000000..fdfc8266 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000048_e03f0457.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000049_1d6a9c4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000049_1d6a9c4f.szcp new file mode 100644 index 00000000..b7f7ed16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000049_1d6a9c4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000050_ae64682e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000050_ae64682e.szcp new file mode 100644 index 00000000..99f54534 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000050_ae64682e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000051_6329b5ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000051_6329b5ac.szcp new file mode 100644 index 00000000..0f0843eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000051_6329b5ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000052_bbdb9d00.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000052_bbdb9d00.szcp new file mode 100644 index 00000000..b4c64533 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000052_bbdb9d00.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000053_fc6959c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000053_fc6959c1.szcp new file mode 100644 index 00000000..5020014d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000053_fc6959c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000054_d50cd476.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000054_d50cd476.szcp new file mode 100644 index 00000000..9254bacd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000054_d50cd476.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000055_82d6191c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000055_82d6191c.szcp new file mode 100644 index 00000000..f0bd298b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000055_82d6191c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000056_6f508f59.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000056_6f508f59.szcp new file mode 100644 index 00000000..72dc1054 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000056_6f508f59.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000057_eaece92b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000057_eaece92b.szcp new file mode 100644 index 00000000..33fb67be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000057_eaece92b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000058_f3a1d17e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000058_f3a1d17e.szcp new file mode 100644 index 00000000..1aaf3cf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000058_f3a1d17e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000059_13dbea72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000059_13dbea72.szcp new file mode 100644 index 00000000..eb470700 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000059_13dbea72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000060_ec97e8d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000060_ec97e8d0.szcp new file mode 100644 index 00000000..fd8132f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_034/checkpoints/checkpoint_00000000000000000060_ec97e8d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000001_77f8d595.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000001_77f8d595.szar new file mode 100644 index 00000000..24013777 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000001_77f8d595.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000002_22fc2ede.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000002_22fc2ede.szar new file mode 100644 index 00000000..5d552075 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000002_22fc2ede.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000003_0dc9609e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000003_0dc9609e.szar new file mode 100644 index 00000000..97d589fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000003_0dc9609e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000004_79bcd1b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000004_79bcd1b7.szar new file mode 100644 index 00000000..14361c64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000004_79bcd1b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000005_d88c299b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000005_d88c299b.szar new file mode 100644 index 00000000..38b60c04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000005_d88c299b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000006_44046da4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000006_44046da4.szar new file mode 100644 index 00000000..7d732495 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000006_44046da4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000007_d3ea3d78.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000007_d3ea3d78.szar new file mode 100644 index 00000000..91c9143b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000007_d3ea3d78.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000008_15054a69.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000008_15054a69.szar new file mode 100644 index 00000000..b580f970 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000008_15054a69.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000009_93b52ba6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000009_93b52ba6.szar new file mode 100644 index 00000000..8a1faebd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000009_93b52ba6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000010_5c8c1445.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000010_5c8c1445.szar new file mode 100644 index 00000000..8d8cf8a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000010_5c8c1445.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000011_d79b50c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000011_d79b50c4.szar new file mode 100644 index 00000000..909a4b63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000011_d79b50c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000012_1a9d2d9f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000012_1a9d2d9f.szar new file mode 100644 index 00000000..2661ac37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000012_1a9d2d9f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000013_42bceb72.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000013_42bceb72.szar new file mode 100644 index 00000000..20341621 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000013_42bceb72.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000014_8f49a492.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000014_8f49a492.szar new file mode 100644 index 00000000..158988ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000014_8f49a492.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000015_c22cd400.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000015_c22cd400.szar new file mode 100644 index 00000000..4bc02bd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000015_c22cd400.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000016_42d2d8d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000016_42d2d8d5.szar new file mode 100644 index 00000000..57568860 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000016_42d2d8d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000017_4d7d5d67.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000017_4d7d5d67.szar new file mode 100644 index 00000000..6b7247ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000017_4d7d5d67.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000018_477ec141.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000018_477ec141.szar new file mode 100644 index 00000000..3959a69b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000018_477ec141.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000019_4a058d88.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000019_4a058d88.szar new file mode 100644 index 00000000..aab35b9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000019_4a058d88.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000020_c4c7b667.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000020_c4c7b667.szar new file mode 100644 index 00000000..b16216b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000020_c4c7b667.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000021_dfdd9b1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000021_dfdd9b1b.szar new file mode 100644 index 00000000..db8568fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000021_dfdd9b1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000022_2f2ec835.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000022_2f2ec835.szar new file mode 100644 index 00000000..a3601abf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000022_2f2ec835.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000023_1966d998.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000023_1966d998.szar new file mode 100644 index 00000000..3588e522 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000023_1966d998.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000024_d50db0d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000024_d50db0d9.szar new file mode 100644 index 00000000..ac9a861e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000024_d50db0d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000025_f43c255d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000025_f43c255d.szar new file mode 100644 index 00000000..0538e9cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000025_f43c255d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000026_c14054d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000026_c14054d4.szar new file mode 100644 index 00000000..cd0a1da2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000026_c14054d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000027_e167219b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000027_e167219b.szar new file mode 100644 index 00000000..905f2c42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000027_e167219b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000028_66a5c3a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000028_66a5c3a3.szar new file mode 100644 index 00000000..2c2be2cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000028_66a5c3a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000029_c22618cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000029_c22618cc.szar new file mode 100644 index 00000000..2b1af2ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000029_c22618cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000030_918e2722.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000030_918e2722.szar new file mode 100644 index 00000000..51d383fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000030_918e2722.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000031_ebb934cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000031_ebb934cc.szar new file mode 100644 index 00000000..bd614a6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000031_ebb934cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000032_7f77fb18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000032_7f77fb18.szar new file mode 100644 index 00000000..a33264fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000032_7f77fb18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000033_6fba71cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000033_6fba71cd.szar new file mode 100644 index 00000000..45258667 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000033_6fba71cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000034_9754027d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000034_9754027d.szar new file mode 100644 index 00000000..c9b97c46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000034_9754027d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000035_37fa5aa7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000035_37fa5aa7.szar new file mode 100644 index 00000000..8c9f71ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000035_37fa5aa7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000036_0712e4d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000036_0712e4d0.szar new file mode 100644 index 00000000..6dcfd4e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000036_0712e4d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000037_edd656fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000037_edd656fa.szar new file mode 100644 index 00000000..9623df2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000037_edd656fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000038_87ca6268.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000038_87ca6268.szar new file mode 100644 index 00000000..b8c14292 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000038_87ca6268.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000039_193b710d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000039_193b710d.szar new file mode 100644 index 00000000..7385a79a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000039_193b710d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000040_3c3b8de0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000040_3c3b8de0.szar new file mode 100644 index 00000000..95a880ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000040_3c3b8de0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000041_906ec6d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000041_906ec6d8.szar new file mode 100644 index 00000000..190a60fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000041_906ec6d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000042_2518554c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000042_2518554c.szar new file mode 100644 index 00000000..7a792502 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000042_2518554c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000043_fe795df8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000043_fe795df8.szar new file mode 100644 index 00000000..f39db248 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000043_fe795df8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000044_d847af95.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000044_d847af95.szar new file mode 100644 index 00000000..e9eca036 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000044_d847af95.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000045_f8548b96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000045_f8548b96.szar new file mode 100644 index 00000000..1f7d799e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000045_f8548b96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000046_068136da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000046_068136da.szar new file mode 100644 index 00000000..c73e8f63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000046_068136da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000047_d7363b55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000047_d7363b55.szar new file mode 100644 index 00000000..88742713 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000047_d7363b55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000048_fff9a487.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000048_fff9a487.szar new file mode 100644 index 00000000..39e07edf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000048_fff9a487.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000049_8f11bd99.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000049_8f11bd99.szar new file mode 100644 index 00000000..975cb20f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000049_8f11bd99.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000050_dfcdae55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000050_dfcdae55.szar new file mode 100644 index 00000000..3c5cdd3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000050_dfcdae55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000051_012f9d9e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000051_012f9d9e.szar new file mode 100644 index 00000000..bb3cbc1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000051_012f9d9e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000052_0d65b602.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000052_0d65b602.szar new file mode 100644 index 00000000..12bb4135 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000052_0d65b602.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000053_c963726d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000053_c963726d.szar new file mode 100644 index 00000000..174b2841 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000053_c963726d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000054_fd839b44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000054_fd839b44.szar new file mode 100644 index 00000000..2fedea76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000054_fd839b44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000055_3c57872d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000055_3c57872d.szar new file mode 100644 index 00000000..4d356bac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000055_3c57872d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000056_92f63c22.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000056_92f63c22.szar new file mode 100644 index 00000000..30abb4b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000056_92f63c22.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000057_6b97e0f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000057_6b97e0f6.szar new file mode 100644 index 00000000..811a8b37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000057_6b97e0f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000058_42ade1a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000058_42ade1a9.szar new file mode 100644 index 00000000..bd0f7ec4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000058_42ade1a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000059_f7bf6934.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000059_f7bf6934.szar new file mode 100644 index 00000000..d456c528 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000059_f7bf6934.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000060_b40b91d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000060_b40b91d6.szar new file mode 100644 index 00000000..26cc17a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000060_b40b91d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000061_1f45e96c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000061_1f45e96c.szar new file mode 100644 index 00000000..a61a01d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000061_1f45e96c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000062_2403247f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000062_2403247f.szar new file mode 100644 index 00000000..609338c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000062_2403247f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000063_58b381e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000063_58b381e2.szar new file mode 100644 index 00000000..51a0b1a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000063_58b381e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000064_3f5c0c16.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000064_3f5c0c16.szar new file mode 100644 index 00000000..052da18e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000064_3f5c0c16.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000065_cdf4d23b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000065_cdf4d23b.szar new file mode 100644 index 00000000..9d450993 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000065_cdf4d23b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000066_626acbcc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000066_626acbcc.szar new file mode 100644 index 00000000..3f035c37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000066_626acbcc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000067_a1ae9caa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000067_a1ae9caa.szar new file mode 100644 index 00000000..f87b9e95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000067_a1ae9caa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000068_a0131071.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000068_a0131071.szar new file mode 100644 index 00000000..21b13420 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000068_a0131071.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000069_fbbc38d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000069_fbbc38d8.szar new file mode 100644 index 00000000..aaa15de6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000069_fbbc38d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000070_4630b9d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000070_4630b9d9.szar new file mode 100644 index 00000000..a5ac0e56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/archive/delta_00000000000000000070_4630b9d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000001_fab7c82c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000001_fab7c82c.szcp new file mode 100644 index 00000000..b72ae827 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000001_fab7c82c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000002_40cfea91.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000002_40cfea91.szcp new file mode 100644 index 00000000..3912be39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000002_40cfea91.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000003_0f75070b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000003_0f75070b.szcp new file mode 100644 index 00000000..5f52d147 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000003_0f75070b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000004_675383a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000004_675383a4.szcp new file mode 100644 index 00000000..39873cfc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000004_675383a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000005_7bfa5c2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000005_7bfa5c2c.szcp new file mode 100644 index 00000000..ef8b7ed4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000005_7bfa5c2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000006_c01a35ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000006_c01a35ba.szcp new file mode 100644 index 00000000..5987bf77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000006_c01a35ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000007_afc76932.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000007_afc76932.szcp new file mode 100644 index 00000000..daf55297 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000007_afc76932.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000008_99c6b455.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000008_99c6b455.szcp new file mode 100644 index 00000000..955cb1f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000008_99c6b455.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000009_4d12ea88.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000009_4d12ea88.szcp new file mode 100644 index 00000000..17e4f6a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000009_4d12ea88.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000010_c52de2e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000010_c52de2e3.szcp new file mode 100644 index 00000000..5b777109 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000010_c52de2e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000011_dbcd63c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000011_dbcd63c6.szcp new file mode 100644 index 00000000..46592b6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000011_dbcd63c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000012_3a4b3d6c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000012_3a4b3d6c.szcp new file mode 100644 index 00000000..98308347 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000012_3a4b3d6c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000013_4288db78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000013_4288db78.szcp new file mode 100644 index 00000000..68c35988 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000013_4288db78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000014_a7e77489.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000014_a7e77489.szcp new file mode 100644 index 00000000..d404a50d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000014_a7e77489.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000015_4796cf85.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000015_4796cf85.szcp new file mode 100644 index 00000000..9da5c69a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000015_4796cf85.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000016_f54fc88b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000016_f54fc88b.szcp new file mode 100644 index 00000000..9fcafdf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000016_f54fc88b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000017_2b1cab0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000017_2b1cab0d.szcp new file mode 100644 index 00000000..8fdb6dea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000017_2b1cab0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000018_28d5c0de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000018_28d5c0de.szcp new file mode 100644 index 00000000..69135958 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000018_28d5c0de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000019_47224fc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000019_47224fc1.szcp new file mode 100644 index 00000000..e5185733 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000019_47224fc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000020_2f88ebfb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000020_2f88ebfb.szcp new file mode 100644 index 00000000..ae3d6032 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000020_2f88ebfb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000021_f773a8f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000021_f773a8f7.szcp new file mode 100644 index 00000000..dd143086 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000021_f773a8f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000022_e4bf12b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000022_e4bf12b2.szcp new file mode 100644 index 00000000..4b8d73d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000022_e4bf12b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000023_90ed38ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000023_90ed38ad.szcp new file mode 100644 index 00000000..4d560ff5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000023_90ed38ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000024_2837eee2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000024_2837eee2.szcp new file mode 100644 index 00000000..c3b58147 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000024_2837eee2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000025_2b2c7fe5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000025_2b2c7fe5.szcp new file mode 100644 index 00000000..73c9fa96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000025_2b2c7fe5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000026_634b3abb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000026_634b3abb.szcp new file mode 100644 index 00000000..b1b4c547 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000026_634b3abb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000027_a9af02ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000027_a9af02ee.szcp new file mode 100644 index 00000000..4a225568 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000027_a9af02ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000028_c34b50fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000028_c34b50fa.szcp new file mode 100644 index 00000000..ed59d55d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000028_c34b50fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000029_2006713f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000029_2006713f.szcp new file mode 100644 index 00000000..9c832223 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000029_2006713f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000030_28d057bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000030_28d057bd.szcp new file mode 100644 index 00000000..a86393a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000030_28d057bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000031_8d3a278d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000031_8d3a278d.szcp new file mode 100644 index 00000000..5d08a4db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000031_8d3a278d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000032_e0bdf008.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000032_e0bdf008.szcp new file mode 100644 index 00000000..f86040b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000032_e0bdf008.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000033_a00c4951.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000033_a00c4951.szcp new file mode 100644 index 00000000..155040ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000033_a00c4951.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000034_e3c25c95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000034_e3c25c95.szcp new file mode 100644 index 00000000..3ef2ed36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000034_e3c25c95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000035_36466837.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000035_36466837.szcp new file mode 100644 index 00000000..a23c35dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000035_36466837.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000036_61629d63.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000036_61629d63.szcp new file mode 100644 index 00000000..87184965 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000036_61629d63.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000037_290a8938.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000037_290a8938.szcp new file mode 100644 index 00000000..e70583f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000037_290a8938.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000038_2a77b208.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000038_2a77b208.szcp new file mode 100644 index 00000000..6a3b9988 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000038_2a77b208.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000039_4aa6c600.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000039_4aa6c600.szcp new file mode 100644 index 00000000..d0d415b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000039_4aa6c600.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000040_a6d2fd97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000040_a6d2fd97.szcp new file mode 100644 index 00000000..232b2102 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000040_a6d2fd97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000041_b9ed9016.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000041_b9ed9016.szcp new file mode 100644 index 00000000..4ffd372b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000041_b9ed9016.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000042_3bfc9ad7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000042_3bfc9ad7.szcp new file mode 100644 index 00000000..7ded355c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000042_3bfc9ad7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000043_112e721a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000043_112e721a.szcp new file mode 100644 index 00000000..d8414a4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000043_112e721a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000044_a55a2d9b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000044_a55a2d9b.szcp new file mode 100644 index 00000000..6c0f748d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000044_a55a2d9b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000045_14669032.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000045_14669032.szcp new file mode 100644 index 00000000..890e6616 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000045_14669032.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000046_d8f3e2fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000046_d8f3e2fc.szcp new file mode 100644 index 00000000..0d9c410f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000046_d8f3e2fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000047_c27bd429.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000047_c27bd429.szcp new file mode 100644 index 00000000..01e64f54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000047_c27bd429.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000048_396b660f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000048_396b660f.szcp new file mode 100644 index 00000000..66ba56c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000048_396b660f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000049_db9e7abb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000049_db9e7abb.szcp new file mode 100644 index 00000000..0fab1d79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000049_db9e7abb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000050_199d22c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000050_199d22c0.szcp new file mode 100644 index 00000000..01b3bc5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000050_199d22c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000051_b763952b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000051_b763952b.szcp new file mode 100644 index 00000000..8e7fbc7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000051_b763952b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000052_da7dd0e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000052_da7dd0e7.szcp new file mode 100644 index 00000000..ad48335a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000052_da7dd0e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000053_dd3f3b54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000053_dd3f3b54.szcp new file mode 100644 index 00000000..1c036522 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000053_dd3f3b54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000054_5bcb5509.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000054_5bcb5509.szcp new file mode 100644 index 00000000..eb153e82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000054_5bcb5509.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000055_64d2f60a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000055_64d2f60a.szcp new file mode 100644 index 00000000..f5b312ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000055_64d2f60a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000056_6a728313.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000056_6a728313.szcp new file mode 100644 index 00000000..b18c43d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000056_6a728313.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000057_1770ed9c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000057_1770ed9c.szcp new file mode 100644 index 00000000..c07a49d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000057_1770ed9c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000058_0cb52265.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000058_0cb52265.szcp new file mode 100644 index 00000000..9e061538 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000058_0cb52265.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000059_772f33dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000059_772f33dc.szcp new file mode 100644 index 00000000..0074c12b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000059_772f33dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000060_2ef70285.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000060_2ef70285.szcp new file mode 100644 index 00000000..d9586fee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000060_2ef70285.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000061_5568f6cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000061_5568f6cd.szcp new file mode 100644 index 00000000..347a0a83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000061_5568f6cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000062_71a96fec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000062_71a96fec.szcp new file mode 100644 index 00000000..3e6b11ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000062_71a96fec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000063_cdfc9b99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000063_cdfc9b99.szcp new file mode 100644 index 00000000..68a235f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000063_cdfc9b99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000064_83c6626a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000064_83c6626a.szcp new file mode 100644 index 00000000..968c4138 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000064_83c6626a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000065_575f7cdc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000065_575f7cdc.szcp new file mode 100644 index 00000000..f31bcec6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000065_575f7cdc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000066_87c2837f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000066_87c2837f.szcp new file mode 100644 index 00000000..8b5e4e4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000066_87c2837f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000067_119e5bec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000067_119e5bec.szcp new file mode 100644 index 00000000..c6eec7f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000067_119e5bec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000068_d80ef087.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000068_d80ef087.szcp new file mode 100644 index 00000000..cdcb1c8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000068_d80ef087.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000069_193b831e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000069_193b831e.szcp new file mode 100644 index 00000000..093406b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000069_193b831e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000070_63b786fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000070_63b786fc.szcp new file mode 100644 index 00000000..73f326ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_035/checkpoints/checkpoint_00000000000000000070_63b786fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000001_1881299f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000001_1881299f.szar new file mode 100644 index 00000000..44b14e97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000001_1881299f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000002_2c5c6f2c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000002_2c5c6f2c.szar new file mode 100644 index 00000000..96d0efbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000002_2c5c6f2c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000003_ce5457ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000003_ce5457ac.szar new file mode 100644 index 00000000..d9a13ced Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000003_ce5457ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000004_d306ce1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000004_d306ce1d.szar new file mode 100644 index 00000000..74c00c1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000004_d306ce1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000005_c3d93bef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000005_c3d93bef.szar new file mode 100644 index 00000000..12ff76d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000005_c3d93bef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000006_cb4f73b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000006_cb4f73b5.szar new file mode 100644 index 00000000..19aa40b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000006_cb4f73b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000007_eabbbed6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000007_eabbbed6.szar new file mode 100644 index 00000000..55031b35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000007_eabbbed6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000008_adcf965e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000008_adcf965e.szar new file mode 100644 index 00000000..80d443ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000008_adcf965e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000009_9c346734.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000009_9c346734.szar new file mode 100644 index 00000000..fd80a8ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000009_9c346734.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000010_17cb071e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000010_17cb071e.szar new file mode 100644 index 00000000..7d984acb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000010_17cb071e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000011_c2b137b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000011_c2b137b4.szar new file mode 100644 index 00000000..b1070ec5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000011_c2b137b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000012_3a302fcf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000012_3a302fcf.szar new file mode 100644 index 00000000..5b72f298 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000012_3a302fcf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000013_d1cf8e27.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000013_d1cf8e27.szar new file mode 100644 index 00000000..b357626a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000013_d1cf8e27.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000014_ec5bedc9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000014_ec5bedc9.szar new file mode 100644 index 00000000..c73e61fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000014_ec5bedc9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000015_2388aec5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000015_2388aec5.szar new file mode 100644 index 00000000..0be4a906 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000015_2388aec5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000016_a66097bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000016_a66097bd.szar new file mode 100644 index 00000000..9198e701 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000016_a66097bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000017_dea0595b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000017_dea0595b.szar new file mode 100644 index 00000000..bbf37ba3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000017_dea0595b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000018_5836c9a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000018_5836c9a4.szar new file mode 100644 index 00000000..2a3d9484 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000018_5836c9a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000019_bd6b55e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000019_bd6b55e1.szar new file mode 100644 index 00000000..c611a801 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000019_bd6b55e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000020_b1ad832f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000020_b1ad832f.szar new file mode 100644 index 00000000..85befb49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000020_b1ad832f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000021_e42e16c9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000021_e42e16c9.szar new file mode 100644 index 00000000..558ab71f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000021_e42e16c9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000022_8db3c91f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000022_8db3c91f.szar new file mode 100644 index 00000000..76a60a25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000022_8db3c91f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000023_38324c40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000023_38324c40.szar new file mode 100644 index 00000000..0f4e73ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000023_38324c40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000024_7c7cf4ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000024_7c7cf4ac.szar new file mode 100644 index 00000000..5acf19d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000024_7c7cf4ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000025_76dee022.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000025_76dee022.szar new file mode 100644 index 00000000..e5b28e84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000025_76dee022.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000026_757d508f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000026_757d508f.szar new file mode 100644 index 00000000..e796a59c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000026_757d508f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000027_7538131f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000027_7538131f.szar new file mode 100644 index 00000000..565b4b56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000027_7538131f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000028_3dc20cfd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000028_3dc20cfd.szar new file mode 100644 index 00000000..8899720a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000028_3dc20cfd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000029_e7145c9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000029_e7145c9a.szar new file mode 100644 index 00000000..f060d60c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000029_e7145c9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000030_27b7ee2a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000030_27b7ee2a.szar new file mode 100644 index 00000000..dd1d01ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000030_27b7ee2a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000031_d5516b85.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000031_d5516b85.szar new file mode 100644 index 00000000..2b38824f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000031_d5516b85.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000032_8f613f1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000032_8f613f1c.szar new file mode 100644 index 00000000..64054fe5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000032_8f613f1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000033_2f632794.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000033_2f632794.szar new file mode 100644 index 00000000..fa81bbec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000033_2f632794.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000034_2002b272.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000034_2002b272.szar new file mode 100644 index 00000000..f23852cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000034_2002b272.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000035_09a3de44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000035_09a3de44.szar new file mode 100644 index 00000000..2e4d450b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000035_09a3de44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000036_b6e3ff6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000036_b6e3ff6e.szar new file mode 100644 index 00000000..fb9319a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000036_b6e3ff6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000037_77f46213.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000037_77f46213.szar new file mode 100644 index 00000000..d6a9c417 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000037_77f46213.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000038_93213199.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000038_93213199.szar new file mode 100644 index 00000000..56f9512d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000038_93213199.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000039_e6d17a46.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000039_e6d17a46.szar new file mode 100644 index 00000000..3d3c6e28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000039_e6d17a46.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000040_f3fa1fc8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000040_f3fa1fc8.szar new file mode 100644 index 00000000..ad8e3b14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000040_f3fa1fc8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000041_81255ba0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000041_81255ba0.szar new file mode 100644 index 00000000..e171aad4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000041_81255ba0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000042_264c19f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000042_264c19f5.szar new file mode 100644 index 00000000..b5d9b2ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000042_264c19f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000043_9825af36.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000043_9825af36.szar new file mode 100644 index 00000000..446c605c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000043_9825af36.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000044_5a141512.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000044_5a141512.szar new file mode 100644 index 00000000..b8b79bf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000044_5a141512.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000045_d93d2835.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000045_d93d2835.szar new file mode 100644 index 00000000..9a2a47dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000045_d93d2835.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000046_cb573c62.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000046_cb573c62.szar new file mode 100644 index 00000000..8afecae8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000046_cb573c62.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000047_8923b5bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000047_8923b5bb.szar new file mode 100644 index 00000000..c9bce223 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000047_8923b5bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000048_627a9b47.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000048_627a9b47.szar new file mode 100644 index 00000000..0651746d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000048_627a9b47.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000049_b5ec62d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000049_b5ec62d4.szar new file mode 100644 index 00000000..088b88a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000049_b5ec62d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000050_3d9793f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000050_3d9793f2.szar new file mode 100644 index 00000000..020a363e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000050_3d9793f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000051_31581b74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000051_31581b74.szar new file mode 100644 index 00000000..068a0e9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000051_31581b74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000052_7915d059.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000052_7915d059.szar new file mode 100644 index 00000000..4113a7c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000052_7915d059.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000053_6bfc052a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000053_6bfc052a.szar new file mode 100644 index 00000000..5bc31e8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000053_6bfc052a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000054_5f0f7c62.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000054_5f0f7c62.szar new file mode 100644 index 00000000..d2414b7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000054_5f0f7c62.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000055_331bc473.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000055_331bc473.szar new file mode 100644 index 00000000..92664537 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000055_331bc473.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000056_aa13102e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000056_aa13102e.szar new file mode 100644 index 00000000..295355fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000056_aa13102e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000057_ab8fd987.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000057_ab8fd987.szar new file mode 100644 index 00000000..b03e344c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000057_ab8fd987.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000058_b4d1b696.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000058_b4d1b696.szar new file mode 100644 index 00000000..4add8c71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000058_b4d1b696.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000059_65b1b9a8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000059_65b1b9a8.szar new file mode 100644 index 00000000..34210a6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000059_65b1b9a8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000060_dab2126e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000060_dab2126e.szar new file mode 100644 index 00000000..dc63302c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000060_dab2126e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000061_10488675.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000061_10488675.szar new file mode 100644 index 00000000..47698754 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000061_10488675.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000062_7c715347.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000062_7c715347.szar new file mode 100644 index 00000000..790c0524 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000062_7c715347.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000063_4d3e51a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000063_4d3e51a2.szar new file mode 100644 index 00000000..ea565a22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000063_4d3e51a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000064_624f0f9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000064_624f0f9a.szar new file mode 100644 index 00000000..c399008e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000064_624f0f9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000065_c5f885fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000065_c5f885fa.szar new file mode 100644 index 00000000..970a6991 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000065_c5f885fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000066_a84ed29c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000066_a84ed29c.szar new file mode 100644 index 00000000..b780bf16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/archive/delta_00000000000000000066_a84ed29c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000001_50b37ba1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000001_50b37ba1.szcp new file mode 100644 index 00000000..2b04154c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000001_50b37ba1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000002_bfc383c4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000002_bfc383c4.szcp new file mode 100644 index 00000000..f32963e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000002_bfc383c4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000003_f37ac024.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000003_f37ac024.szcp new file mode 100644 index 00000000..12eec597 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000003_f37ac024.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000004_a46c99fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000004_a46c99fb.szcp new file mode 100644 index 00000000..49da7aa2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000004_a46c99fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000005_489d6215.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000005_489d6215.szcp new file mode 100644 index 00000000..2a849c3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000005_489d6215.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000006_887623b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000006_887623b8.szcp new file mode 100644 index 00000000..bbea846b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000006_887623b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000007_a9c0fa25.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000007_a9c0fa25.szcp new file mode 100644 index 00000000..2fa20877 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000007_a9c0fa25.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000008_c7942ffd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000008_c7942ffd.szcp new file mode 100644 index 00000000..5e6ef536 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000008_c7942ffd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000009_dedba1a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000009_dedba1a5.szcp new file mode 100644 index 00000000..6b21e3d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000009_dedba1a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000010_161952cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000010_161952cd.szcp new file mode 100644 index 00000000..909fbbbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000010_161952cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000011_c00975dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000011_c00975dd.szcp new file mode 100644 index 00000000..592e3d1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000011_c00975dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000012_5ed214de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000012_5ed214de.szcp new file mode 100644 index 00000000..3514ad32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000012_5ed214de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000013_964fb2fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000013_964fb2fb.szcp new file mode 100644 index 00000000..d5770880 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000013_964fb2fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000014_1992ee73.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000014_1992ee73.szcp new file mode 100644 index 00000000..f8c77a73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000014_1992ee73.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000015_983770b0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000015_983770b0.szcp new file mode 100644 index 00000000..6ac1142b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000015_983770b0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000016_590b6f3c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000016_590b6f3c.szcp new file mode 100644 index 00000000..afae8203 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000016_590b6f3c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000017_72826e50.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000017_72826e50.szcp new file mode 100644 index 00000000..d5dd6f65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000017_72826e50.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000018_73903b20.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000018_73903b20.szcp new file mode 100644 index 00000000..11290511 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000018_73903b20.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000019_fec722fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000019_fec722fa.szcp new file mode 100644 index 00000000..482c84f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000019_fec722fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000020_c7611052.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000020_c7611052.szcp new file mode 100644 index 00000000..c710ed05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000020_c7611052.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000021_9f513849.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000021_9f513849.szcp new file mode 100644 index 00000000..c135ab24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000021_9f513849.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000022_1b49bb5b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000022_1b49bb5b.szcp new file mode 100644 index 00000000..7ef9aa74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000022_1b49bb5b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000023_f320287a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000023_f320287a.szcp new file mode 100644 index 00000000..5480e2cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000023_f320287a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000024_2cce0067.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000024_2cce0067.szcp new file mode 100644 index 00000000..18906bc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000024_2cce0067.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000025_1cdbf0ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000025_1cdbf0ed.szcp new file mode 100644 index 00000000..526ed639 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000025_1cdbf0ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000026_e5d19a89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000026_e5d19a89.szcp new file mode 100644 index 00000000..13660a65 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000026_e5d19a89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000027_dd659507.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000027_dd659507.szcp new file mode 100644 index 00000000..6c58510c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000027_dd659507.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000028_2375113d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000028_2375113d.szcp new file mode 100644 index 00000000..32f5d9fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000028_2375113d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000029_451f73df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000029_451f73df.szcp new file mode 100644 index 00000000..5278f1af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000029_451f73df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000030_fee05b8e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000030_fee05b8e.szcp new file mode 100644 index 00000000..6bde8694 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000030_fee05b8e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000031_7bfd739c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000031_7bfd739c.szcp new file mode 100644 index 00000000..b233e890 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000031_7bfd739c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000032_e5e3698a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000032_e5e3698a.szcp new file mode 100644 index 00000000..18074346 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000032_e5e3698a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000033_f6fa7bbc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000033_f6fa7bbc.szcp new file mode 100644 index 00000000..f35349e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000033_f6fa7bbc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000034_85248fa1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000034_85248fa1.szcp new file mode 100644 index 00000000..507ce60c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000034_85248fa1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000035_538a867c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000035_538a867c.szcp new file mode 100644 index 00000000..d16c01fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000035_538a867c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000036_4478ffbc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000036_4478ffbc.szcp new file mode 100644 index 00000000..8bb3317d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000036_4478ffbc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000037_33d1905a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000037_33d1905a.szcp new file mode 100644 index 00000000..028d8db0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000037_33d1905a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000038_761d45fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000038_761d45fe.szcp new file mode 100644 index 00000000..00d7d9b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000038_761d45fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000039_5bbab0fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000039_5bbab0fc.szcp new file mode 100644 index 00000000..c988c6d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000039_5bbab0fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000040_84abe4ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000040_84abe4ae.szcp new file mode 100644 index 00000000..468b6734 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000040_84abe4ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000041_66287aca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000041_66287aca.szcp new file mode 100644 index 00000000..b33439e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000041_66287aca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000042_8e15f45c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000042_8e15f45c.szcp new file mode 100644 index 00000000..96181292 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000042_8e15f45c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000043_3700dc7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000043_3700dc7c.szcp new file mode 100644 index 00000000..5a47c013 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000043_3700dc7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000044_99c50441.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000044_99c50441.szcp new file mode 100644 index 00000000..81ecd118 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000044_99c50441.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000045_b4724bb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000045_b4724bb1.szcp new file mode 100644 index 00000000..370a7f77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000045_b4724bb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000046_9b67051f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000046_9b67051f.szcp new file mode 100644 index 00000000..08e5a5cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000046_9b67051f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000047_9b3b8556.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000047_9b3b8556.szcp new file mode 100644 index 00000000..aa740972 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000047_9b3b8556.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000048_9d383baa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000048_9d383baa.szcp new file mode 100644 index 00000000..efafe829 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000048_9d383baa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000049_82abe7a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000049_82abe7a7.szcp new file mode 100644 index 00000000..b7b77251 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000049_82abe7a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000050_77e96d92.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000050_77e96d92.szcp new file mode 100644 index 00000000..d6951b01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000050_77e96d92.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000051_7608eb50.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000051_7608eb50.szcp new file mode 100644 index 00000000..6002e626 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000051_7608eb50.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000052_7cd5bac6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000052_7cd5bac6.szcp new file mode 100644 index 00000000..14ce5a6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000052_7cd5bac6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000053_20527a76.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000053_20527a76.szcp new file mode 100644 index 00000000..19412bf6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000053_20527a76.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000054_70f09987.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000054_70f09987.szcp new file mode 100644 index 00000000..0d4c1796 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000054_70f09987.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000055_6fc5c60d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000055_6fc5c60d.szcp new file mode 100644 index 00000000..e6c2f496 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000055_6fc5c60d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000056_b936e646.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000056_b936e646.szcp new file mode 100644 index 00000000..c9074c91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000056_b936e646.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000057_7c83a81f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000057_7c83a81f.szcp new file mode 100644 index 00000000..3f909a05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000057_7c83a81f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000058_ee51ce7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000058_ee51ce7f.szcp new file mode 100644 index 00000000..dbf6fefb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000058_ee51ce7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000059_92cfec96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000059_92cfec96.szcp new file mode 100644 index 00000000..28c40b61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000059_92cfec96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000060_6ccb534f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000060_6ccb534f.szcp new file mode 100644 index 00000000..efefcf8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000060_6ccb534f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000061_1fb17a0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000061_1fb17a0c.szcp new file mode 100644 index 00000000..050bfa72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000061_1fb17a0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000062_1df66320.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000062_1df66320.szcp new file mode 100644 index 00000000..e9673117 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000062_1df66320.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000063_2f99d23a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000063_2f99d23a.szcp new file mode 100644 index 00000000..f2345499 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000063_2f99d23a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000064_e6295aed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000064_e6295aed.szcp new file mode 100644 index 00000000..456cc945 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000064_e6295aed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000065_b13a9864.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000065_b13a9864.szcp new file mode 100644 index 00000000..d5e10b19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000065_b13a9864.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000066_5511f1e1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000066_5511f1e1.szcp new file mode 100644 index 00000000..92815c6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_036/checkpoints/checkpoint_00000000000000000066_5511f1e1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000001_896fd7c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000001_896fd7c1.szar new file mode 100644 index 00000000..a8638f82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000001_896fd7c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000002_07d1cf58.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000002_07d1cf58.szar new file mode 100644 index 00000000..bd248e60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000002_07d1cf58.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000003_d62db36d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000003_d62db36d.szar new file mode 100644 index 00000000..1caa14b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000003_d62db36d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000004_883c167d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000004_883c167d.szar new file mode 100644 index 00000000..f421e798 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000004_883c167d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000005_e5b21458.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000005_e5b21458.szar new file mode 100644 index 00000000..3b6f97f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000005_e5b21458.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000006_92137f45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000006_92137f45.szar new file mode 100644 index 00000000..ce2e189d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000006_92137f45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000007_7a355d75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000007_7a355d75.szar new file mode 100644 index 00000000..7fd94b17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000007_7a355d75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000008_e476ff1e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000008_e476ff1e.szar new file mode 100644 index 00000000..4d816216 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000008_e476ff1e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000009_acd1e873.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000009_acd1e873.szar new file mode 100644 index 00000000..b18560fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000009_acd1e873.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000010_f458b30b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000010_f458b30b.szar new file mode 100644 index 00000000..3eb1a1ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000010_f458b30b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000011_dede9abd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000011_dede9abd.szar new file mode 100644 index 00000000..fe92923d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000011_dede9abd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000012_823c26a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000012_823c26a5.szar new file mode 100644 index 00000000..f1010dcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000012_823c26a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000013_e8361b01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000013_e8361b01.szar new file mode 100644 index 00000000..fece88cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000013_e8361b01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000014_c8b32d6b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000014_c8b32d6b.szar new file mode 100644 index 00000000..66b04daf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000014_c8b32d6b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000015_484b298e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000015_484b298e.szar new file mode 100644 index 00000000..4e93b49e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000015_484b298e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000016_204bc4ba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000016_204bc4ba.szar new file mode 100644 index 00000000..396e7f17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000016_204bc4ba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000017_52b660d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000017_52b660d8.szar new file mode 100644 index 00000000..1f2de726 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000017_52b660d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000018_dc69b98b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000018_dc69b98b.szar new file mode 100644 index 00000000..ea728283 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000018_dc69b98b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000019_dc47afb0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000019_dc47afb0.szar new file mode 100644 index 00000000..b2f35be8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000019_dc47afb0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000020_c549401b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000020_c549401b.szar new file mode 100644 index 00000000..885845d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000020_c549401b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000021_9c22be34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000021_9c22be34.szar new file mode 100644 index 00000000..16b602f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000021_9c22be34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000022_96396c92.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000022_96396c92.szar new file mode 100644 index 00000000..ce4364d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000022_96396c92.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000023_ffa897da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000023_ffa897da.szar new file mode 100644 index 00000000..6c07360c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000023_ffa897da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000024_3c29138b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000024_3c29138b.szar new file mode 100644 index 00000000..83ce8655 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000024_3c29138b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000025_a7bd34fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000025_a7bd34fe.szar new file mode 100644 index 00000000..d2a869d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000025_a7bd34fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000026_517cba95.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000026_517cba95.szar new file mode 100644 index 00000000..de0cd3b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000026_517cba95.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000027_c77338ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000027_c77338ab.szar new file mode 100644 index 00000000..9c08c647 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000027_c77338ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000028_8499055a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000028_8499055a.szar new file mode 100644 index 00000000..ca92f97f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000028_8499055a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000029_ba7cba63.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000029_ba7cba63.szar new file mode 100644 index 00000000..323b8447 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000029_ba7cba63.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000030_6b5f2527.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000030_6b5f2527.szar new file mode 100644 index 00000000..73299a12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000030_6b5f2527.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000031_8092e096.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000031_8092e096.szar new file mode 100644 index 00000000..18eee9db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000031_8092e096.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000032_debe5b29.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000032_debe5b29.szar new file mode 100644 index 00000000..0fb32dd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000032_debe5b29.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000033_3e36ba31.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000033_3e36ba31.szar new file mode 100644 index 00000000..f9a1d78a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000033_3e36ba31.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000034_5294566d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000034_5294566d.szar new file mode 100644 index 00000000..7e9f0afc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000034_5294566d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000035_739ef977.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000035_739ef977.szar new file mode 100644 index 00000000..9e824a47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000035_739ef977.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000036_f71ba6ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000036_f71ba6ab.szar new file mode 100644 index 00000000..7a53e0d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000036_f71ba6ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000037_f279dc18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000037_f279dc18.szar new file mode 100644 index 00000000..beeaba15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000037_f279dc18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000038_22dcf449.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000038_22dcf449.szar new file mode 100644 index 00000000..a90171d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000038_22dcf449.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000039_e0056045.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000039_e0056045.szar new file mode 100644 index 00000000..053571b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000039_e0056045.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000040_89e1a0f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000040_89e1a0f4.szar new file mode 100644 index 00000000..e4effd2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000040_89e1a0f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000041_3932b0cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000041_3932b0cc.szar new file mode 100644 index 00000000..fb8c66c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000041_3932b0cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000042_612d62e0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000042_612d62e0.szar new file mode 100644 index 00000000..a8e0ba52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000042_612d62e0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000043_71257d18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000043_71257d18.szar new file mode 100644 index 00000000..a9599ef5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000043_71257d18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000044_ff94f232.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000044_ff94f232.szar new file mode 100644 index 00000000..56760d88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000044_ff94f232.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000045_a8380454.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000045_a8380454.szar new file mode 100644 index 00000000..255509b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000045_a8380454.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000046_5feadfbb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000046_5feadfbb.szar new file mode 100644 index 00000000..f7cf8303 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000046_5feadfbb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000047_85bb5a38.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000047_85bb5a38.szar new file mode 100644 index 00000000..c8fec406 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000047_85bb5a38.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000048_04147b01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000048_04147b01.szar new file mode 100644 index 00000000..a960ea3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000048_04147b01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000049_fe161264.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000049_fe161264.szar new file mode 100644 index 00000000..fb4f69d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000049_fe161264.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000050_56116d34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000050_56116d34.szar new file mode 100644 index 00000000..cfadb921 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000050_56116d34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000051_61bca474.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000051_61bca474.szar new file mode 100644 index 00000000..b0cebe6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000051_61bca474.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000052_ddd77252.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000052_ddd77252.szar new file mode 100644 index 00000000..b5fcc554 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000052_ddd77252.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000053_9d267354.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000053_9d267354.szar new file mode 100644 index 00000000..f8251eaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000053_9d267354.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000054_55e68fbe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000054_55e68fbe.szar new file mode 100644 index 00000000..d200ee21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000054_55e68fbe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000055_d8b2ceb2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000055_d8b2ceb2.szar new file mode 100644 index 00000000..c9a64eb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000055_d8b2ceb2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000056_4c133f95.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000056_4c133f95.szar new file mode 100644 index 00000000..32e952f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000056_4c133f95.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000057_85be0b6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000057_85be0b6e.szar new file mode 100644 index 00000000..8a53b249 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000057_85be0b6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000058_9f3ab416.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000058_9f3ab416.szar new file mode 100644 index 00000000..8b8f03ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000058_9f3ab416.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000059_5122b979.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000059_5122b979.szar new file mode 100644 index 00000000..02a9ea10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000059_5122b979.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000060_a83b0433.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000060_a83b0433.szar new file mode 100644 index 00000000..51230d88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000060_a83b0433.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000061_3c4979e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000061_3c4979e8.szar new file mode 100644 index 00000000..13f68add Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000061_3c4979e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000062_f06d8cfe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000062_f06d8cfe.szar new file mode 100644 index 00000000..d4c9fe5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000062_f06d8cfe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000063_03dba00b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000063_03dba00b.szar new file mode 100644 index 00000000..f7957cb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000063_03dba00b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000064_323f9bf9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000064_323f9bf9.szar new file mode 100644 index 00000000..2405705b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000064_323f9bf9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000065_a08e769e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000065_a08e769e.szar new file mode 100644 index 00000000..107e2b95 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000065_a08e769e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000066_358a87d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000066_358a87d9.szar new file mode 100644 index 00000000..b343c776 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000066_358a87d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000067_79fe54c8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000067_79fe54c8.szar new file mode 100644 index 00000000..63fb751b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/archive/delta_00000000000000000067_79fe54c8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000001_b4e4f975.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000001_b4e4f975.szcp new file mode 100644 index 00000000..7abad6cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000001_b4e4f975.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000002_b0629989.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000002_b0629989.szcp new file mode 100644 index 00000000..47d2cb24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000002_b0629989.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000003_31700b1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000003_31700b1d.szcp new file mode 100644 index 00000000..64cb97f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000003_31700b1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000004_21f2655c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000004_21f2655c.szcp new file mode 100644 index 00000000..347feb31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000004_21f2655c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000005_0373a50a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000005_0373a50a.szcp new file mode 100644 index 00000000..dc852ad7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000005_0373a50a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000006_9f5fd819.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000006_9f5fd819.szcp new file mode 100644 index 00000000..33c9d5b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000006_9f5fd819.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000007_3c14fac3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000007_3c14fac3.szcp new file mode 100644 index 00000000..8408bc71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000007_3c14fac3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000008_475089d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000008_475089d2.szcp new file mode 100644 index 00000000..c2303018 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000008_475089d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000009_8fb145bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000009_8fb145bc.szcp new file mode 100644 index 00000000..8b18182a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000009_8fb145bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000010_63186930.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000010_63186930.szcp new file mode 100644 index 00000000..a624ae91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000010_63186930.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000011_6949afad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000011_6949afad.szcp new file mode 100644 index 00000000..fd5f01e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000011_6949afad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000012_64000338.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000012_64000338.szcp new file mode 100644 index 00000000..493c6ba9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000012_64000338.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000013_9436cc7d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000013_9436cc7d.szcp new file mode 100644 index 00000000..250cf537 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000013_9436cc7d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000014_34522f89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000014_34522f89.szcp new file mode 100644 index 00000000..2ff47d16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000014_34522f89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000015_3d2f0e9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000015_3d2f0e9a.szcp new file mode 100644 index 00000000..9ab50031 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000015_3d2f0e9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000016_c5f21af4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000016_c5f21af4.szcp new file mode 100644 index 00000000..9c58d6a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000016_c5f21af4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000017_8287ce1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000017_8287ce1f.szcp new file mode 100644 index 00000000..c8140289 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000017_8287ce1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000018_b3297971.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000018_b3297971.szcp new file mode 100644 index 00000000..fbe4d79c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000018_b3297971.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000019_b019602a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000019_b019602a.szcp new file mode 100644 index 00000000..78742b3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000019_b019602a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000020_a335cb1c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000020_a335cb1c.szcp new file mode 100644 index 00000000..9bc1d075 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000020_a335cb1c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000021_8209e7b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000021_8209e7b2.szcp new file mode 100644 index 00000000..d4c14276 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000021_8209e7b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000022_0de28460.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000022_0de28460.szcp new file mode 100644 index 00000000..a7eaea01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000022_0de28460.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000023_560f99e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000023_560f99e9.szcp new file mode 100644 index 00000000..675d12a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000023_560f99e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000024_44dffb4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000024_44dffb4f.szcp new file mode 100644 index 00000000..be00155d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000024_44dffb4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000025_9097d142.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000025_9097d142.szcp new file mode 100644 index 00000000..03fae90b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000025_9097d142.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000026_9c3a98bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000026_9c3a98bc.szcp new file mode 100644 index 00000000..695c0d83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000026_9c3a98bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000027_4406ab9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000027_4406ab9d.szcp new file mode 100644 index 00000000..6ee0dcc7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000027_4406ab9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000028_9ff7ccf3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000028_9ff7ccf3.szcp new file mode 100644 index 00000000..a1bbc006 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000028_9ff7ccf3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000029_dd79d06a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000029_dd79d06a.szcp new file mode 100644 index 00000000..b126cd4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000029_dd79d06a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000030_bd8fc3c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000030_bd8fc3c3.szcp new file mode 100644 index 00000000..b04a2313 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000030_bd8fc3c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000031_51bd457a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000031_51bd457a.szcp new file mode 100644 index 00000000..c6e620ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000031_51bd457a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000032_26d75332.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000032_26d75332.szcp new file mode 100644 index 00000000..190b53c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000032_26d75332.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000033_82ffadbc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000033_82ffadbc.szcp new file mode 100644 index 00000000..9fd5c2c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000033_82ffadbc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000034_0f1d0c31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000034_0f1d0c31.szcp new file mode 100644 index 00000000..1ff14d2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000034_0f1d0c31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000035_8fa43588.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000035_8fa43588.szcp new file mode 100644 index 00000000..3a33dd21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000035_8fa43588.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000036_1bf3736d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000036_1bf3736d.szcp new file mode 100644 index 00000000..0dd9ff69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000036_1bf3736d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000037_5ec7916f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000037_5ec7916f.szcp new file mode 100644 index 00000000..ec407e8f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000037_5ec7916f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000038_4a7a09eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000038_4a7a09eb.szcp new file mode 100644 index 00000000..2c1aed2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000038_4a7a09eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000039_3536e3eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000039_3536e3eb.szcp new file mode 100644 index 00000000..e2a9ce7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000039_3536e3eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000040_9f09b35f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000040_9f09b35f.szcp new file mode 100644 index 00000000..f533444c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000040_9f09b35f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000041_8c980d24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000041_8c980d24.szcp new file mode 100644 index 00000000..44c2a6b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000041_8c980d24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000042_c3c51acc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000042_c3c51acc.szcp new file mode 100644 index 00000000..039e83e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000042_c3c51acc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000043_9f723b56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000043_9f723b56.szcp new file mode 100644 index 00000000..94a938ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000043_9f723b56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000044_e257f631.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000044_e257f631.szcp new file mode 100644 index 00000000..07015bcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000044_e257f631.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000045_5babb4d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000045_5babb4d7.szcp new file mode 100644 index 00000000..f4612c9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000045_5babb4d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000046_c3e45b72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000046_c3e45b72.szcp new file mode 100644 index 00000000..491264ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000046_c3e45b72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000047_26dec5fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000047_26dec5fa.szcp new file mode 100644 index 00000000..ca70a616 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000047_26dec5fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000048_a7cf6954.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000048_a7cf6954.szcp new file mode 100644 index 00000000..8a0f08fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000048_a7cf6954.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000049_54ba9d6b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000049_54ba9d6b.szcp new file mode 100644 index 00000000..f092000c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000049_54ba9d6b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000050_92120d89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000050_92120d89.szcp new file mode 100644 index 00000000..337ac9f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000050_92120d89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000051_7e8f88bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000051_7e8f88bd.szcp new file mode 100644 index 00000000..ffc6ce42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000051_7e8f88bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000052_a2e5752c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000052_a2e5752c.szcp new file mode 100644 index 00000000..97aab1c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000052_a2e5752c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000053_b1204faa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000053_b1204faa.szcp new file mode 100644 index 00000000..4fbb202b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000053_b1204faa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000054_11309c32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000054_11309c32.szcp new file mode 100644 index 00000000..2756afaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000054_11309c32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000055_3d539141.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000055_3d539141.szcp new file mode 100644 index 00000000..5e42fbf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000055_3d539141.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000056_274e5f22.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000056_274e5f22.szcp new file mode 100644 index 00000000..50a5cc4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000056_274e5f22.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000057_ac223b1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000057_ac223b1b.szcp new file mode 100644 index 00000000..1ed03030 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000057_ac223b1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000058_5395c481.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000058_5395c481.szcp new file mode 100644 index 00000000..567fb783 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000058_5395c481.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000059_be4dc8b0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000059_be4dc8b0.szcp new file mode 100644 index 00000000..aa65aece Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000059_be4dc8b0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000060_e8c1f0c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000060_e8c1f0c9.szcp new file mode 100644 index 00000000..8d224fc7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000060_e8c1f0c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000061_c4caf2a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000061_c4caf2a9.szcp new file mode 100644 index 00000000..8bb63d28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000061_c4caf2a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000062_c375a801.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000062_c375a801.szcp new file mode 100644 index 00000000..a7b00a0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000062_c375a801.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000063_1b2f9e44.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000063_1b2f9e44.szcp new file mode 100644 index 00000000..493eff2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000063_1b2f9e44.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000064_a158746a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000064_a158746a.szcp new file mode 100644 index 00000000..33dab3a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000064_a158746a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000065_7fb9415e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000065_7fb9415e.szcp new file mode 100644 index 00000000..ccc607b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000065_7fb9415e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000066_aa2a3441.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000066_aa2a3441.szcp new file mode 100644 index 00000000..7f9ca85b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000066_aa2a3441.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000067_36478831.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000067_36478831.szcp new file mode 100644 index 00000000..79fa8343 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_037/checkpoints/checkpoint_00000000000000000067_36478831.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000001_5ab878d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000001_5ab878d9.szar new file mode 100644 index 00000000..7306df9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000001_5ab878d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000002_671a9917.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000002_671a9917.szar new file mode 100644 index 00000000..dca72359 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000002_671a9917.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000003_5078d071.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000003_5078d071.szar new file mode 100644 index 00000000..deaddc71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000003_5078d071.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000004_7f65d3ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000004_7f65d3ec.szar new file mode 100644 index 00000000..16623770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000004_7f65d3ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000005_47d4602b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000005_47d4602b.szar new file mode 100644 index 00000000..acdc587c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000005_47d4602b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000006_d1d10fcd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000006_d1d10fcd.szar new file mode 100644 index 00000000..76acf693 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000006_d1d10fcd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000007_78b89805.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000007_78b89805.szar new file mode 100644 index 00000000..497208dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000007_78b89805.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000008_5fe825c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000008_5fe825c2.szar new file mode 100644 index 00000000..623c8785 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000008_5fe825c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000009_9779819b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000009_9779819b.szar new file mode 100644 index 00000000..6f53e7c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000009_9779819b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000010_25259ed4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000010_25259ed4.szar new file mode 100644 index 00000000..79342a52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000010_25259ed4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000011_37e68dfc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000011_37e68dfc.szar new file mode 100644 index 00000000..b30da5c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000011_37e68dfc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000012_70e38574.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000012_70e38574.szar new file mode 100644 index 00000000..0fd21e24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000012_70e38574.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000013_2cedc9cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000013_2cedc9cd.szar new file mode 100644 index 00000000..aa4d9ffb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000013_2cedc9cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000014_15a8adfa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000014_15a8adfa.szar new file mode 100644 index 00000000..6b22e271 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000014_15a8adfa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000015_328bd09a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000015_328bd09a.szar new file mode 100644 index 00000000..a17e699e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000015_328bd09a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000016_94431a10.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000016_94431a10.szar new file mode 100644 index 00000000..d81fab9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000016_94431a10.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000017_7957c214.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000017_7957c214.szar new file mode 100644 index 00000000..7765a1b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000017_7957c214.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000018_d83cd6fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000018_d83cd6fe.szar new file mode 100644 index 00000000..e41216d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000018_d83cd6fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000019_753d8e43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000019_753d8e43.szar new file mode 100644 index 00000000..b9d5c5e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000019_753d8e43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000020_67f6a631.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000020_67f6a631.szar new file mode 100644 index 00000000..7c350e07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000020_67f6a631.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000021_071d745b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000021_071d745b.szar new file mode 100644 index 00000000..89aab40c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000021_071d745b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000022_3758ca63.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000022_3758ca63.szar new file mode 100644 index 00000000..afe5817d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000022_3758ca63.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000023_4acd0596.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000023_4acd0596.szar new file mode 100644 index 00000000..91fa6fcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000023_4acd0596.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000024_b1a12455.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000024_b1a12455.szar new file mode 100644 index 00000000..12f19741 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000024_b1a12455.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000025_e9bb647d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000025_e9bb647d.szar new file mode 100644 index 00000000..496f5288 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000025_e9bb647d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000026_988a9dde.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000026_988a9dde.szar new file mode 100644 index 00000000..bc2172cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000026_988a9dde.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000027_4365ff3f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000027_4365ff3f.szar new file mode 100644 index 00000000..557be216 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000027_4365ff3f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000028_df3bffe3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000028_df3bffe3.szar new file mode 100644 index 00000000..2577d185 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000028_df3bffe3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000029_b80d6c90.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000029_b80d6c90.szar new file mode 100644 index 00000000..6fa71bc7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000029_b80d6c90.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000030_46996525.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000030_46996525.szar new file mode 100644 index 00000000..44d642d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000030_46996525.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000031_3d56b110.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000031_3d56b110.szar new file mode 100644 index 00000000..68b3c8a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000031_3d56b110.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000032_74afe98a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000032_74afe98a.szar new file mode 100644 index 00000000..ed29a8f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000032_74afe98a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000033_53670c34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000033_53670c34.szar new file mode 100644 index 00000000..7b693374 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000033_53670c34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000034_12b1b4c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000034_12b1b4c4.szar new file mode 100644 index 00000000..dc7c4f53 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000034_12b1b4c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000035_880a6439.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000035_880a6439.szar new file mode 100644 index 00000000..78d9883e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000035_880a6439.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000036_44b3aa75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000036_44b3aa75.szar new file mode 100644 index 00000000..f690980c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000036_44b3aa75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000037_1995c3f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000037_1995c3f2.szar new file mode 100644 index 00000000..6819192c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000037_1995c3f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000038_3be4763a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000038_3be4763a.szar new file mode 100644 index 00000000..8007843a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000038_3be4763a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000039_6dfaf892.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000039_6dfaf892.szar new file mode 100644 index 00000000..a58e7b35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000039_6dfaf892.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000040_c742f3a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000040_c742f3a2.szar new file mode 100644 index 00000000..52e0c04d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000040_c742f3a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000041_ecdab0af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000041_ecdab0af.szar new file mode 100644 index 00000000..c1ebfa50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000041_ecdab0af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000042_f210e57d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000042_f210e57d.szar new file mode 100644 index 00000000..40b6743e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000042_f210e57d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000043_c8b353ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000043_c8b353ea.szar new file mode 100644 index 00000000..a1b8b619 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000043_c8b353ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000044_adf65b42.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000044_adf65b42.szar new file mode 100644 index 00000000..ef243d1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000044_adf65b42.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000045_acd1452c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000045_acd1452c.szar new file mode 100644 index 00000000..2b5e0c2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000045_acd1452c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000046_94d9d095.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000046_94d9d095.szar new file mode 100644 index 00000000..8c9d7e4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000046_94d9d095.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000047_0fd8ab26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000047_0fd8ab26.szar new file mode 100644 index 00000000..ff98def4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000047_0fd8ab26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000048_6917ab08.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000048_6917ab08.szar new file mode 100644 index 00000000..91978bfa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000048_6917ab08.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000049_c2ecfae6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000049_c2ecfae6.szar new file mode 100644 index 00000000..d3f3fe6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000049_c2ecfae6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000050_f05df434.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000050_f05df434.szar new file mode 100644 index 00000000..81c3ae16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000050_f05df434.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000051_6e731868.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000051_6e731868.szar new file mode 100644 index 00000000..a65f4191 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000051_6e731868.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000052_34dd5b34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000052_34dd5b34.szar new file mode 100644 index 00000000..b76a9f83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000052_34dd5b34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000053_48f9b7a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000053_48f9b7a0.szar new file mode 100644 index 00000000..995786a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000053_48f9b7a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000054_008632c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000054_008632c0.szar new file mode 100644 index 00000000..fcdbe064 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000054_008632c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000055_3afc4f61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000055_3afc4f61.szar new file mode 100644 index 00000000..5e98a815 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000055_3afc4f61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000056_9a73d87b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000056_9a73d87b.szar new file mode 100644 index 00000000..cf6a0a7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000056_9a73d87b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000057_ceed32bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000057_ceed32bb.szar new file mode 100644 index 00000000..daebbae4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000057_ceed32bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000058_c57f0b35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000058_c57f0b35.szar new file mode 100644 index 00000000..e1ab5425 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000058_c57f0b35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000059_30ca86db.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000059_30ca86db.szar new file mode 100644 index 00000000..2ae594fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000059_30ca86db.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000060_8007b2c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000060_8007b2c6.szar new file mode 100644 index 00000000..be64225e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000060_8007b2c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000061_388f84f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000061_388f84f8.szar new file mode 100644 index 00000000..074bff6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000061_388f84f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000062_83fe5898.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000062_83fe5898.szar new file mode 100644 index 00000000..b3df58aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000062_83fe5898.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000063_de75d5f9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000063_de75d5f9.szar new file mode 100644 index 00000000..27d53943 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000063_de75d5f9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000064_dbcd246f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000064_dbcd246f.szar new file mode 100644 index 00000000..e29819b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000064_dbcd246f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000065_543e28eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000065_543e28eb.szar new file mode 100644 index 00000000..872b52d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000065_543e28eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000066_84ca5ff7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000066_84ca5ff7.szar new file mode 100644 index 00000000..9dc8352b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000066_84ca5ff7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000067_27c40605.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000067_27c40605.szar new file mode 100644 index 00000000..4f8d4434 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000067_27c40605.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000068_c7cc8f7c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000068_c7cc8f7c.szar new file mode 100644 index 00000000..49b38ab8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000068_c7cc8f7c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000069_a741d5d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000069_a741d5d1.szar new file mode 100644 index 00000000..79c37684 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000069_a741d5d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000070_08f22afe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000070_08f22afe.szar new file mode 100644 index 00000000..63163956 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000070_08f22afe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000071_14be8fa5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000071_14be8fa5.szar new file mode 100644 index 00000000..ef259295 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000071_14be8fa5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000072_897c2c7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000072_897c2c7b.szar new file mode 100644 index 00000000..b7607d47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000072_897c2c7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000073_2f435059.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000073_2f435059.szar new file mode 100644 index 00000000..a0ae6e52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000073_2f435059.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000074_3a79f184.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000074_3a79f184.szar new file mode 100644 index 00000000..581d81d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/archive/delta_00000000000000000074_3a79f184.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000001_b9f0e565.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000001_b9f0e565.szcp new file mode 100644 index 00000000..e4707f4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000001_b9f0e565.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000002_39ba7320.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000002_39ba7320.szcp new file mode 100644 index 00000000..00f91870 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000002_39ba7320.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000003_455bb5a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000003_455bb5a9.szcp new file mode 100644 index 00000000..788947b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000003_455bb5a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000004_4e34745a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000004_4e34745a.szcp new file mode 100644 index 00000000..3b959c5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000004_4e34745a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000005_eef82ff0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000005_eef82ff0.szcp new file mode 100644 index 00000000..404800df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000005_eef82ff0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000006_dd4b5ab5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000006_dd4b5ab5.szcp new file mode 100644 index 00000000..eb5bf71c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000006_dd4b5ab5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000007_b54110d4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000007_b54110d4.szcp new file mode 100644 index 00000000..432715fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000007_b54110d4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000008_a9112d14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000008_a9112d14.szcp new file mode 100644 index 00000000..1f19b296 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000008_a9112d14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000009_d11cdc01.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000009_d11cdc01.szcp new file mode 100644 index 00000000..a62d9046 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000009_d11cdc01.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000010_cd8fe53f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000010_cd8fe53f.szcp new file mode 100644 index 00000000..8aa6a1fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000010_cd8fe53f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000011_4c9eecdd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000011_4c9eecdd.szcp new file mode 100644 index 00000000..90a89028 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000011_4c9eecdd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000012_be9e49ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000012_be9e49ab.szcp new file mode 100644 index 00000000..6748a52a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000012_be9e49ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000013_d4ee4e66.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000013_d4ee4e66.szcp new file mode 100644 index 00000000..0030126c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000013_d4ee4e66.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000014_d8ed1d7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000014_d8ed1d7f.szcp new file mode 100644 index 00000000..06777344 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000014_d8ed1d7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000015_4f3361be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000015_4f3361be.szcp new file mode 100644 index 00000000..53dd7108 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000015_4f3361be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000016_baaf6880.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000016_baaf6880.szcp new file mode 100644 index 00000000..aba3aae4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000016_baaf6880.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000017_e09b0ae5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000017_e09b0ae5.szcp new file mode 100644 index 00000000..5366c4ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000017_e09b0ae5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000018_ccc7bc18.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000018_ccc7bc18.szcp new file mode 100644 index 00000000..87a92b0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000018_ccc7bc18.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000019_f9d14145.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000019_f9d14145.szcp new file mode 100644 index 00000000..48d49764 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000019_f9d14145.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000020_0a6fa8b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000020_0a6fa8b6.szcp new file mode 100644 index 00000000..cdca777e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000020_0a6fa8b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000021_0f3879aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000021_0f3879aa.szcp new file mode 100644 index 00000000..3883a39b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000021_0f3879aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000022_67a4aa5a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000022_67a4aa5a.szcp new file mode 100644 index 00000000..bf5e1e52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000022_67a4aa5a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000023_0c4a6ba6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000023_0c4a6ba6.szcp new file mode 100644 index 00000000..f386ff04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000023_0c4a6ba6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000024_9c572d15.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000024_9c572d15.szcp new file mode 100644 index 00000000..aa06710e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000024_9c572d15.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000025_3218efdf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000025_3218efdf.szcp new file mode 100644 index 00000000..5361f10e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000025_3218efdf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000026_0f73f750.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000026_0f73f750.szcp new file mode 100644 index 00000000..9ad088ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000026_0f73f750.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000027_6ae2c6de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000027_6ae2c6de.szcp new file mode 100644 index 00000000..79e6f6eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000027_6ae2c6de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000028_6e0e0b56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000028_6e0e0b56.szcp new file mode 100644 index 00000000..24198a8f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000028_6e0e0b56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000029_cf3b732c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000029_cf3b732c.szcp new file mode 100644 index 00000000..c9bbb446 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000029_cf3b732c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000030_f2a32400.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000030_f2a32400.szcp new file mode 100644 index 00000000..2b022bc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000030_f2a32400.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000031_c266cbaf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000031_c266cbaf.szcp new file mode 100644 index 00000000..d0cd085a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000031_c266cbaf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000032_4d517231.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000032_4d517231.szcp new file mode 100644 index 00000000..5140a056 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000032_4d517231.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000033_2b6ee068.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000033_2b6ee068.szcp new file mode 100644 index 00000000..cedd67cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000033_2b6ee068.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000034_f392985c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000034_f392985c.szcp new file mode 100644 index 00000000..41e34dc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000034_f392985c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000035_8fc7428f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000035_8fc7428f.szcp new file mode 100644 index 00000000..29b603db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000035_8fc7428f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000036_f8f844e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000036_f8f844e4.szcp new file mode 100644 index 00000000..72ed5ab9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000036_f8f844e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000037_315529aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000037_315529aa.szcp new file mode 100644 index 00000000..ccd4f1d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000037_315529aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000038_d57e5bee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000038_d57e5bee.szcp new file mode 100644 index 00000000..b5183569 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000038_d57e5bee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000039_b2e20fc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000039_b2e20fc1.szcp new file mode 100644 index 00000000..54d538c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000039_b2e20fc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000040_74ee9a3a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000040_74ee9a3a.szcp new file mode 100644 index 00000000..a30799d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000040_74ee9a3a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000041_ab09ff60.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000041_ab09ff60.szcp new file mode 100644 index 00000000..c66a6da6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000041_ab09ff60.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000042_62de124d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000042_62de124d.szcp new file mode 100644 index 00000000..e394bb64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000042_62de124d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000043_3f34608d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000043_3f34608d.szcp new file mode 100644 index 00000000..1dcae4ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000043_3f34608d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000044_7995a7f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000044_7995a7f9.szcp new file mode 100644 index 00000000..858a238d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000044_7995a7f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000045_e079571b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000045_e079571b.szcp new file mode 100644 index 00000000..f704c9b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000045_e079571b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000046_176ea7f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000046_176ea7f7.szcp new file mode 100644 index 00000000..2b9015d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000046_176ea7f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000047_f572c6bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000047_f572c6bb.szcp new file mode 100644 index 00000000..9bdae60e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000047_f572c6bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000048_fe970275.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000048_fe970275.szcp new file mode 100644 index 00000000..eb588cfc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000048_fe970275.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000049_9321cf7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000049_9321cf7a.szcp new file mode 100644 index 00000000..14b4b7b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000049_9321cf7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000050_86a57dc4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000050_86a57dc4.szcp new file mode 100644 index 00000000..4ca30b63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000050_86a57dc4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000051_f3217c74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000051_f3217c74.szcp new file mode 100644 index 00000000..c571c7bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000051_f3217c74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000052_f66579a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000052_f66579a1.szcp new file mode 100644 index 00000000..2fb7ed20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000052_f66579a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000053_5cba7edc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000053_5cba7edc.szcp new file mode 100644 index 00000000..d5828a3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000053_5cba7edc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000054_ea8f4070.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000054_ea8f4070.szcp new file mode 100644 index 00000000..db4ace84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000054_ea8f4070.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000055_d6c9b6ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000055_d6c9b6ed.szcp new file mode 100644 index 00000000..74f8e100 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000055_d6c9b6ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000056_9f1b7bea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000056_9f1b7bea.szcp new file mode 100644 index 00000000..a5cd298d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000056_9f1b7bea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000057_6d4765f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000057_6d4765f9.szcp new file mode 100644 index 00000000..89d3a458 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000057_6d4765f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000058_46ed3c2e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000058_46ed3c2e.szcp new file mode 100644 index 00000000..07b0a39d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000058_46ed3c2e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000059_f00fa144.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000059_f00fa144.szcp new file mode 100644 index 00000000..7aca2933 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000059_f00fa144.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000060_ec70686c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000060_ec70686c.szcp new file mode 100644 index 00000000..0fa9e338 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000060_ec70686c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000061_5e1077e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000061_5e1077e9.szcp new file mode 100644 index 00000000..0044f2f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000061_5e1077e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000062_2e6e6519.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000062_2e6e6519.szcp new file mode 100644 index 00000000..d87a3835 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000062_2e6e6519.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000063_84ad80ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000063_84ad80ed.szcp new file mode 100644 index 00000000..3a3294b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000063_84ad80ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000064_e4f9c3d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000064_e4f9c3d6.szcp new file mode 100644 index 00000000..bdba67dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000064_e4f9c3d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000065_e9cb1d79.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000065_e9cb1d79.szcp new file mode 100644 index 00000000..8ece82d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000065_e9cb1d79.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000066_913825fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000066_913825fc.szcp new file mode 100644 index 00000000..05f66932 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000066_913825fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000067_e425c9c7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000067_e425c9c7.szcp new file mode 100644 index 00000000..475be012 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000067_e425c9c7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000068_49817e40.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000068_49817e40.szcp new file mode 100644 index 00000000..92c64986 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000068_49817e40.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000069_769210c6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000069_769210c6.szcp new file mode 100644 index 00000000..bc0361f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000069_769210c6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000070_18d7ae6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000070_18d7ae6e.szcp new file mode 100644 index 00000000..07669cb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000070_18d7ae6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000071_7ccf6920.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000071_7ccf6920.szcp new file mode 100644 index 00000000..ea953fd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000071_7ccf6920.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000072_c4732a5c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000072_c4732a5c.szcp new file mode 100644 index 00000000..27c4195d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000072_c4732a5c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000073_8b42f8b0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000073_8b42f8b0.szcp new file mode 100644 index 00000000..3aa84b82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000073_8b42f8b0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000074_39819db6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000074_39819db6.szcp new file mode 100644 index 00000000..dadbf65a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_038/checkpoints/checkpoint_00000000000000000074_39819db6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000001_6c05c73e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000001_6c05c73e.szar new file mode 100644 index 00000000..c6221919 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000001_6c05c73e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000002_7cd758ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000002_7cd758ed.szar new file mode 100644 index 00000000..f8247a15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000002_7cd758ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000003_929ad94d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000003_929ad94d.szar new file mode 100644 index 00000000..489ccaef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000003_929ad94d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000004_2052c9f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000004_2052c9f2.szar new file mode 100644 index 00000000..bcaa5222 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000004_2052c9f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000005_0cea3b15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000005_0cea3b15.szar new file mode 100644 index 00000000..63b81ae9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000005_0cea3b15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000006_4fc80ac0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000006_4fc80ac0.szar new file mode 100644 index 00000000..6922c338 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000006_4fc80ac0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000007_0604cace.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000007_0604cace.szar new file mode 100644 index 00000000..e7d09d19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000007_0604cace.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000008_8b34b484.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000008_8b34b484.szar new file mode 100644 index 00000000..a0fcd857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000008_8b34b484.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000009_bef85a11.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000009_bef85a11.szar new file mode 100644 index 00000000..38618470 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000009_bef85a11.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000010_71e86e96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000010_71e86e96.szar new file mode 100644 index 00000000..dfc060cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000010_71e86e96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000011_1f7ea7df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000011_1f7ea7df.szar new file mode 100644 index 00000000..1181c001 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000011_1f7ea7df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000012_526bf206.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000012_526bf206.szar new file mode 100644 index 00000000..4fd01863 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000012_526bf206.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000013_78037cf4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000013_78037cf4.szar new file mode 100644 index 00000000..8f96b102 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000013_78037cf4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000014_68e69a3d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000014_68e69a3d.szar new file mode 100644 index 00000000..5c812541 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000014_68e69a3d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000015_942aff55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000015_942aff55.szar new file mode 100644 index 00000000..9e4b4521 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000015_942aff55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000016_47f1efe8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000016_47f1efe8.szar new file mode 100644 index 00000000..29aeb585 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000016_47f1efe8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000017_31f710cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000017_31f710cb.szar new file mode 100644 index 00000000..827ad741 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000017_31f710cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000018_e8850da2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000018_e8850da2.szar new file mode 100644 index 00000000..1fc12fb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000018_e8850da2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000019_47467651.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000019_47467651.szar new file mode 100644 index 00000000..c0a0b564 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000019_47467651.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000020_109c5efd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000020_109c5efd.szar new file mode 100644 index 00000000..92a04e1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000020_109c5efd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000021_492b3679.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000021_492b3679.szar new file mode 100644 index 00000000..69fa7a7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000021_492b3679.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000022_d6ac0230.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000022_d6ac0230.szar new file mode 100644 index 00000000..a7cc7dd4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000022_d6ac0230.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000023_1f60f273.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000023_1f60f273.szar new file mode 100644 index 00000000..38b84b45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000023_1f60f273.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000024_2e4d70b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000024_2e4d70b8.szar new file mode 100644 index 00000000..2b293918 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000024_2e4d70b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000025_10d79be6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000025_10d79be6.szar new file mode 100644 index 00000000..c7f8bd91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000025_10d79be6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000026_f75b5b5a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000026_f75b5b5a.szar new file mode 100644 index 00000000..bc29a014 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000026_f75b5b5a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000027_96a9482a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000027_96a9482a.szar new file mode 100644 index 00000000..2adf93ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000027_96a9482a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000028_880022ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000028_880022ce.szar new file mode 100644 index 00000000..06b63aaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000028_880022ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000029_e701e7f7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000029_e701e7f7.szar new file mode 100644 index 00000000..fe3c2cf3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000029_e701e7f7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000030_2b5c49f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000030_2b5c49f3.szar new file mode 100644 index 00000000..2b5f552f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000030_2b5c49f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000031_5deb27b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000031_5deb27b3.szar new file mode 100644 index 00000000..17fcaa4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000031_5deb27b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000032_afc39ed9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000032_afc39ed9.szar new file mode 100644 index 00000000..d043e273 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000032_afc39ed9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000033_252ba7a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000033_252ba7a3.szar new file mode 100644 index 00000000..e820ba0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000033_252ba7a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000034_4b9224e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000034_4b9224e5.szar new file mode 100644 index 00000000..70d293e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000034_4b9224e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000035_9ede5307.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000035_9ede5307.szar new file mode 100644 index 00000000..d0afcf7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000035_9ede5307.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000036_d4360135.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000036_d4360135.szar new file mode 100644 index 00000000..ef4bc275 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000036_d4360135.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000037_89533eb6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000037_89533eb6.szar new file mode 100644 index 00000000..8fd98605 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000037_89533eb6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000038_9cfc8b71.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000038_9cfc8b71.szar new file mode 100644 index 00000000..48cd560a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000038_9cfc8b71.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000039_308ee0f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000039_308ee0f4.szar new file mode 100644 index 00000000..bd870110 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000039_308ee0f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000040_79b6e35b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000040_79b6e35b.szar new file mode 100644 index 00000000..ffe32a0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000040_79b6e35b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000041_b4112a76.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000041_b4112a76.szar new file mode 100644 index 00000000..c4bd5844 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000041_b4112a76.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000042_66555f45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000042_66555f45.szar new file mode 100644 index 00000000..9b9aecc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000042_66555f45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000043_da3660cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000043_da3660cb.szar new file mode 100644 index 00000000..c694355c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000043_da3660cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000044_32591176.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000044_32591176.szar new file mode 100644 index 00000000..24c05e22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000044_32591176.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000045_1594e905.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000045_1594e905.szar new file mode 100644 index 00000000..913b48aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000045_1594e905.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000046_0773f823.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000046_0773f823.szar new file mode 100644 index 00000000..98716655 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000046_0773f823.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000047_2c06382e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000047_2c06382e.szar new file mode 100644 index 00000000..8e17d0db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000047_2c06382e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000048_78f37d6f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000048_78f37d6f.szar new file mode 100644 index 00000000..88434735 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000048_78f37d6f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000049_36f325c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000049_36f325c6.szar new file mode 100644 index 00000000..b1ba603a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000049_36f325c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000050_faf2454a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000050_faf2454a.szar new file mode 100644 index 00000000..d9fd17b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000050_faf2454a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000051_a0f0642d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000051_a0f0642d.szar new file mode 100644 index 00000000..77e02a85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000051_a0f0642d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000052_87cb52b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000052_87cb52b3.szar new file mode 100644 index 00000000..b2c28dbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000052_87cb52b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000053_1c4ce048.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000053_1c4ce048.szar new file mode 100644 index 00000000..7290bdaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000053_1c4ce048.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000054_a150d84a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000054_a150d84a.szar new file mode 100644 index 00000000..2d9d383e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000054_a150d84a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000055_9f9e9ac4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000055_9f9e9ac4.szar new file mode 100644 index 00000000..883db0be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000055_9f9e9ac4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000056_be71525b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000056_be71525b.szar new file mode 100644 index 00000000..5e9a9341 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000056_be71525b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000057_20d05dcc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000057_20d05dcc.szar new file mode 100644 index 00000000..51cd8922 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000057_20d05dcc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000058_84fd27af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000058_84fd27af.szar new file mode 100644 index 00000000..e4e9caec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000058_84fd27af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000059_9758c742.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000059_9758c742.szar new file mode 100644 index 00000000..5364eb97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000059_9758c742.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000060_f1427737.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000060_f1427737.szar new file mode 100644 index 00000000..5e184c24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000060_f1427737.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000061_b935a71b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000061_b935a71b.szar new file mode 100644 index 00000000..db9da3de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000061_b935a71b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000062_22feac6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000062_22feac6e.szar new file mode 100644 index 00000000..8cace938 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000062_22feac6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000063_88a94ea0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000063_88a94ea0.szar new file mode 100644 index 00000000..ea5a7b8f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000063_88a94ea0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000064_117dead5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000064_117dead5.szar new file mode 100644 index 00000000..81f267a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000064_117dead5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000065_673f6845.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000065_673f6845.szar new file mode 100644 index 00000000..fb15bdb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000065_673f6845.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000066_60f867fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000066_60f867fc.szar new file mode 100644 index 00000000..1c83a8b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000066_60f867fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000067_89223aa0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000067_89223aa0.szar new file mode 100644 index 00000000..d102dff1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000067_89223aa0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000068_0bf718cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000068_0bf718cc.szar new file mode 100644 index 00000000..815a7282 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000068_0bf718cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000069_d0ae3191.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000069_d0ae3191.szar new file mode 100644 index 00000000..189cc08d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000069_d0ae3191.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000070_783e2615.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000070_783e2615.szar new file mode 100644 index 00000000..781250d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000070_783e2615.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000071_b0e65951.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000071_b0e65951.szar new file mode 100644 index 00000000..1283899c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000071_b0e65951.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000072_51da7f40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000072_51da7f40.szar new file mode 100644 index 00000000..82804bad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000072_51da7f40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000073_645a445f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000073_645a445f.szar new file mode 100644 index 00000000..5d48d297 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000073_645a445f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000074_8e86f5ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000074_8e86f5ee.szar new file mode 100644 index 00000000..20873900 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000074_8e86f5ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000075_a9fd6cd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000075_a9fd6cd8.szar new file mode 100644 index 00000000..d342010a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000075_a9fd6cd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000076_d50f8b9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000076_d50f8b9a.szar new file mode 100644 index 00000000..38350014 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000076_d50f8b9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000077_7e0c30d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000077_7e0c30d5.szar new file mode 100644 index 00000000..234a0668 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/archive/delta_00000000000000000077_7e0c30d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000001_7d70d0db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000001_7d70d0db.szcp new file mode 100644 index 00000000..5edb0d68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000001_7d70d0db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000002_ea0e1188.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000002_ea0e1188.szcp new file mode 100644 index 00000000..c5a11191 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000002_ea0e1188.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000003_7bcacb0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000003_7bcacb0a.szcp new file mode 100644 index 00000000..8767e9d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000003_7bcacb0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000004_40193e43.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000004_40193e43.szcp new file mode 100644 index 00000000..dc11a733 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000004_40193e43.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000005_12d12c05.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000005_12d12c05.szcp new file mode 100644 index 00000000..749037e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000005_12d12c05.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000006_b651cd78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000006_b651cd78.szcp new file mode 100644 index 00000000..5790bf29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000006_b651cd78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000007_6ca81dfb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000007_6ca81dfb.szcp new file mode 100644 index 00000000..f1eaae20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000007_6ca81dfb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000008_2a6a5337.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000008_2a6a5337.szcp new file mode 100644 index 00000000..2c38ef6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000008_2a6a5337.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000009_5747de2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000009_5747de2b.szcp new file mode 100644 index 00000000..cd2c76ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000009_5747de2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000010_c7286cef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000010_c7286cef.szcp new file mode 100644 index 00000000..c80426c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000010_c7286cef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000011_693a236d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000011_693a236d.szcp new file mode 100644 index 00000000..00322bdf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000011_693a236d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000012_cd167cbd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000012_cd167cbd.szcp new file mode 100644 index 00000000..ffc4ebdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000012_cd167cbd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000013_ae084918.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000013_ae084918.szcp new file mode 100644 index 00000000..a6bd7c70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000013_ae084918.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000014_d8733b84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000014_d8733b84.szcp new file mode 100644 index 00000000..cf59cbb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000014_d8733b84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000015_d0c9e82f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000015_d0c9e82f.szcp new file mode 100644 index 00000000..8cb98574 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000015_d0c9e82f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000016_587bddfa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000016_587bddfa.szcp new file mode 100644 index 00000000..a8496d2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000016_587bddfa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000017_74a2af49.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000017_74a2af49.szcp new file mode 100644 index 00000000..a198d9ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000017_74a2af49.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000018_ef2f01e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000018_ef2f01e8.szcp new file mode 100644 index 00000000..b9601742 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000018_ef2f01e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000019_e011ebac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000019_e011ebac.szcp new file mode 100644 index 00000000..69e242dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000019_e011ebac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000020_49128c24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000020_49128c24.szcp new file mode 100644 index 00000000..1f4d9182 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000020_49128c24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000021_699e8c40.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000021_699e8c40.szcp new file mode 100644 index 00000000..e4175b92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000021_699e8c40.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000022_cc3131fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000022_cc3131fa.szcp new file mode 100644 index 00000000..a59767c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000022_cc3131fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000023_53e54cc6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000023_53e54cc6.szcp new file mode 100644 index 00000000..7dc3e664 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000023_53e54cc6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000024_fc2313ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000024_fc2313ae.szcp new file mode 100644 index 00000000..dca2a050 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000024_fc2313ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000025_c69bcbbf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000025_c69bcbbf.szcp new file mode 100644 index 00000000..3ef0aff4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000025_c69bcbbf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000026_ff2918bd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000026_ff2918bd.szcp new file mode 100644 index 00000000..d0307238 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000026_ff2918bd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000027_aa0ce00b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000027_aa0ce00b.szcp new file mode 100644 index 00000000..4b2b5b97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000027_aa0ce00b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000028_e2925641.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000028_e2925641.szcp new file mode 100644 index 00000000..ab1a8cdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000028_e2925641.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000029_73d73733.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000029_73d73733.szcp new file mode 100644 index 00000000..2e401d1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000029_73d73733.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000030_02cf41dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000030_02cf41dd.szcp new file mode 100644 index 00000000..2d6157f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000030_02cf41dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000031_6f5a8d6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000031_6f5a8d6e.szcp new file mode 100644 index 00000000..1931fb74 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000031_6f5a8d6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000032_deeb9830.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000032_deeb9830.szcp new file mode 100644 index 00000000..90f4d31b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000032_deeb9830.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000033_5d1d537c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000033_5d1d537c.szcp new file mode 100644 index 00000000..3513a8c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000033_5d1d537c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000034_18c1b5e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000034_18c1b5e4.szcp new file mode 100644 index 00000000..96e23736 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000034_18c1b5e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000035_a328115f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000035_a328115f.szcp new file mode 100644 index 00000000..91c963ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000035_a328115f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000036_df2ad7df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000036_df2ad7df.szcp new file mode 100644 index 00000000..f921f48f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000036_df2ad7df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000037_88d77346.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000037_88d77346.szcp new file mode 100644 index 00000000..971f1104 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000037_88d77346.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000038_e59072f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000038_e59072f3.szcp new file mode 100644 index 00000000..f4842de8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000038_e59072f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000039_82084f7e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000039_82084f7e.szcp new file mode 100644 index 00000000..1b8f80db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000039_82084f7e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000040_7973c878.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000040_7973c878.szcp new file mode 100644 index 00000000..0b9f9c0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000040_7973c878.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000041_c55f7d5b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000041_c55f7d5b.szcp new file mode 100644 index 00000000..f1d66d5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000041_c55f7d5b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000042_1f10dde7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000042_1f10dde7.szcp new file mode 100644 index 00000000..559f8cff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000042_1f10dde7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000043_fd261b5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000043_fd261b5e.szcp new file mode 100644 index 00000000..723d0841 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000043_fd261b5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000044_b7e92790.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000044_b7e92790.szcp new file mode 100644 index 00000000..3d4c4497 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000044_b7e92790.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000045_d67dd925.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000045_d67dd925.szcp new file mode 100644 index 00000000..19ab49bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000045_d67dd925.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000046_5ed9053f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000046_5ed9053f.szcp new file mode 100644 index 00000000..f2f02b0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000046_5ed9053f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000047_4834385a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000047_4834385a.szcp new file mode 100644 index 00000000..8a854503 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000047_4834385a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000048_445dd6a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000048_445dd6a4.szcp new file mode 100644 index 00000000..6aad8cb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000048_445dd6a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000049_77a6e6e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000049_77a6e6e3.szcp new file mode 100644 index 00000000..2786c0e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000049_77a6e6e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000050_4dcf3425.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000050_4dcf3425.szcp new file mode 100644 index 00000000..40b4c588 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000050_4dcf3425.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000051_5f93672c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000051_5f93672c.szcp new file mode 100644 index 00000000..fe7f537e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000051_5f93672c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000052_1f0b612b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000052_1f0b612b.szcp new file mode 100644 index 00000000..c73e3023 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000052_1f0b612b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000053_13188955.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000053_13188955.szcp new file mode 100644 index 00000000..bfe58ebe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000053_13188955.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000054_8cb75190.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000054_8cb75190.szcp new file mode 100644 index 00000000..bd201352 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000054_8cb75190.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000055_c654edd0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000055_c654edd0.szcp new file mode 100644 index 00000000..907b237f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000055_c654edd0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000056_61717dfe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000056_61717dfe.szcp new file mode 100644 index 00000000..f497faea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000056_61717dfe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000057_64a04d14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000057_64a04d14.szcp new file mode 100644 index 00000000..7f24a2bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000057_64a04d14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000058_4f30be74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000058_4f30be74.szcp new file mode 100644 index 00000000..7c4d0770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000058_4f30be74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000059_e8c5b608.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000059_e8c5b608.szcp new file mode 100644 index 00000000..ecabc59d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000059_e8c5b608.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000060_8a722213.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000060_8a722213.szcp new file mode 100644 index 00000000..87d778b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000060_8a722213.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000061_ba70b4c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000061_ba70b4c5.szcp new file mode 100644 index 00000000..2dd86d6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000061_ba70b4c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000062_80f3e50a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000062_80f3e50a.szcp new file mode 100644 index 00000000..9c9cf807 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000062_80f3e50a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000063_90c47f0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000063_90c47f0a.szcp new file mode 100644 index 00000000..2b6915fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000063_90c47f0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000064_c655467d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000064_c655467d.szcp new file mode 100644 index 00000000..49fd4fdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000064_c655467d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000065_efda8c61.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000065_efda8c61.szcp new file mode 100644 index 00000000..881078ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000065_efda8c61.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000066_7c8de699.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000066_7c8de699.szcp new file mode 100644 index 00000000..7af3dd5e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000066_7c8de699.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000067_f0b7f743.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000067_f0b7f743.szcp new file mode 100644 index 00000000..e765ccb6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000067_f0b7f743.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000068_03b2d868.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000068_03b2d868.szcp new file mode 100644 index 00000000..94814e70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000068_03b2d868.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000069_08aa659c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000069_08aa659c.szcp new file mode 100644 index 00000000..1e22101a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000069_08aa659c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000070_f16302e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000070_f16302e5.szcp new file mode 100644 index 00000000..609aa189 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000070_f16302e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000071_fe35175d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000071_fe35175d.szcp new file mode 100644 index 00000000..8049130b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000071_fe35175d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000072_81f389fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000072_81f389fd.szcp new file mode 100644 index 00000000..debe5278 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000072_81f389fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000073_fea0e39f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000073_fea0e39f.szcp new file mode 100644 index 00000000..10cfb7d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000073_fea0e39f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000074_1dca4b8b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000074_1dca4b8b.szcp new file mode 100644 index 00000000..f265b440 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000074_1dca4b8b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000075_865c4204.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000075_865c4204.szcp new file mode 100644 index 00000000..8b1b5ddc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000075_865c4204.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000076_805dc16e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000076_805dc16e.szcp new file mode 100644 index 00000000..fe818fe8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000076_805dc16e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000077_baeafcd1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000077_baeafcd1.szcp new file mode 100644 index 00000000..225ddaeb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_039/checkpoints/checkpoint_00000000000000000077_baeafcd1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000001_358b2076.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000001_358b2076.szar new file mode 100644 index 00000000..cacc91e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000001_358b2076.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000002_aecfb3b1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000002_aecfb3b1.szar new file mode 100644 index 00000000..14a94b55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000002_aecfb3b1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000003_6b5d31be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000003_6b5d31be.szar new file mode 100644 index 00000000..cba7af05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000003_6b5d31be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000004_83291d52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000004_83291d52.szar new file mode 100644 index 00000000..2d0425ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000004_83291d52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000005_766ff7c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000005_766ff7c7.szar new file mode 100644 index 00000000..c3821ec1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000005_766ff7c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000006_4edf6062.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000006_4edf6062.szar new file mode 100644 index 00000000..d28f9769 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000006_4edf6062.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000007_eca9e2e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000007_eca9e2e8.szar new file mode 100644 index 00000000..d687401a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000007_eca9e2e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000008_f34a8178.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000008_f34a8178.szar new file mode 100644 index 00000000..1be2aee5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000008_f34a8178.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000009_e5eb9d43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000009_e5eb9d43.szar new file mode 100644 index 00000000..d3ccd12a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000009_e5eb9d43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000010_81df05d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000010_81df05d2.szar new file mode 100644 index 00000000..ef513a68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000010_81df05d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000011_7f295629.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000011_7f295629.szar new file mode 100644 index 00000000..9963233e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000011_7f295629.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000012_b4ce9272.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000012_b4ce9272.szar new file mode 100644 index 00000000..aa523438 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000012_b4ce9272.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000013_5f057e23.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000013_5f057e23.szar new file mode 100644 index 00000000..915edeb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000013_5f057e23.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000014_a488f751.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000014_a488f751.szar new file mode 100644 index 00000000..5aefba28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000014_a488f751.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000015_5adf8efc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000015_5adf8efc.szar new file mode 100644 index 00000000..d105e6d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000015_5adf8efc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000016_ec955f6a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000016_ec955f6a.szar new file mode 100644 index 00000000..fa38f98b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000016_ec955f6a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000017_eaf3492f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000017_eaf3492f.szar new file mode 100644 index 00000000..964344d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000017_eaf3492f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000018_2f0532cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000018_2f0532cc.szar new file mode 100644 index 00000000..c79fea11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000018_2f0532cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000019_5e53977a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000019_5e53977a.szar new file mode 100644 index 00000000..1341bd31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000019_5e53977a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000020_7dd85586.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000020_7dd85586.szar new file mode 100644 index 00000000..5cd91b93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000020_7dd85586.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000021_a0e649f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000021_a0e649f5.szar new file mode 100644 index 00000000..3c65a44f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000021_a0e649f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000022_5a40c909.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000022_5a40c909.szar new file mode 100644 index 00000000..a96d3b61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000022_5a40c909.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000023_7821a02e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000023_7821a02e.szar new file mode 100644 index 00000000..ccc3fe63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000023_7821a02e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000024_82588dd5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000024_82588dd5.szar new file mode 100644 index 00000000..3c60b157 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000024_82588dd5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000025_53d443ad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000025_53d443ad.szar new file mode 100644 index 00000000..3082fb71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000025_53d443ad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000026_8d852f49.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000026_8d852f49.szar new file mode 100644 index 00000000..95d1c017 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000026_8d852f49.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000027_bd2b89ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000027_bd2b89ef.szar new file mode 100644 index 00000000..d5318165 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000027_bd2b89ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000028_f2c96322.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000028_f2c96322.szar new file mode 100644 index 00000000..6a7f09f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000028_f2c96322.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000029_eea6276c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000029_eea6276c.szar new file mode 100644 index 00000000..a0f45ee2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000029_eea6276c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000030_5e252607.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000030_5e252607.szar new file mode 100644 index 00000000..ff451771 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000030_5e252607.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000031_9d7e0446.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000031_9d7e0446.szar new file mode 100644 index 00000000..32411d20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000031_9d7e0446.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000032_e542fa01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000032_e542fa01.szar new file mode 100644 index 00000000..5db31a75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000032_e542fa01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000033_a09865bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000033_a09865bc.szar new file mode 100644 index 00000000..ff70cb76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000033_a09865bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000034_c4a06032.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000034_c4a06032.szar new file mode 100644 index 00000000..d2d8f2a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000034_c4a06032.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000035_1f5a788a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000035_1f5a788a.szar new file mode 100644 index 00000000..afc72401 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000035_1f5a788a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000036_0dc76360.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000036_0dc76360.szar new file mode 100644 index 00000000..46ff4fa3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000036_0dc76360.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000037_e7340817.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000037_e7340817.szar new file mode 100644 index 00000000..7f78a755 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000037_e7340817.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000038_cbaa47b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000038_cbaa47b2.szar new file mode 100644 index 00000000..0434380f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000038_cbaa47b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000039_52ed46bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000039_52ed46bc.szar new file mode 100644 index 00000000..dcb13ace Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000039_52ed46bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000040_0647c1f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000040_0647c1f8.szar new file mode 100644 index 00000000..9bb482ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000040_0647c1f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000041_385e6816.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000041_385e6816.szar new file mode 100644 index 00000000..293922ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000041_385e6816.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000042_080516cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000042_080516cf.szar new file mode 100644 index 00000000..e0243968 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000042_080516cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000043_2ff2ce6c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000043_2ff2ce6c.szar new file mode 100644 index 00000000..ca349905 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000043_2ff2ce6c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000044_3580f490.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000044_3580f490.szar new file mode 100644 index 00000000..70896e7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000044_3580f490.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000045_f7c2c1ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000045_f7c2c1ef.szar new file mode 100644 index 00000000..675760ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000045_f7c2c1ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000046_880221ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000046_880221ea.szar new file mode 100644 index 00000000..311192a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000046_880221ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000047_55ad3ddf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000047_55ad3ddf.szar new file mode 100644 index 00000000..1c9f9e7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000047_55ad3ddf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000048_37b8548f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000048_37b8548f.szar new file mode 100644 index 00000000..e67b9629 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000048_37b8548f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000049_0928e046.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000049_0928e046.szar new file mode 100644 index 00000000..d4a78378 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000049_0928e046.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000050_09314e74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000050_09314e74.szar new file mode 100644 index 00000000..f523162a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000050_09314e74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000051_c3501056.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000051_c3501056.szar new file mode 100644 index 00000000..3db65484 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000051_c3501056.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000052_58162a31.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000052_58162a31.szar new file mode 100644 index 00000000..c61766c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000052_58162a31.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000053_00f2d30e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000053_00f2d30e.szar new file mode 100644 index 00000000..c71974be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000053_00f2d30e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000054_c971091c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000054_c971091c.szar new file mode 100644 index 00000000..e576d0d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000054_c971091c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000055_4343c491.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000055_4343c491.szar new file mode 100644 index 00000000..c9382926 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000055_4343c491.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000056_4bbd37bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000056_4bbd37bc.szar new file mode 100644 index 00000000..54857763 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000056_4bbd37bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000057_d2d07239.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000057_d2d07239.szar new file mode 100644 index 00000000..d95602d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000057_d2d07239.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000058_f59e18d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000058_f59e18d7.szar new file mode 100644 index 00000000..167dd200 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000058_f59e18d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000059_85b37589.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000059_85b37589.szar new file mode 100644 index 00000000..041c701e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000059_85b37589.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000060_1f2e9bc4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000060_1f2e9bc4.szar new file mode 100644 index 00000000..25aeafc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000060_1f2e9bc4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000061_6b580470.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000061_6b580470.szar new file mode 100644 index 00000000..6a3589a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000061_6b580470.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000062_0298eb14.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000062_0298eb14.szar new file mode 100644 index 00000000..b26d89fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000062_0298eb14.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000063_e8ebcce2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000063_e8ebcce2.szar new file mode 100644 index 00000000..0078b9be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000063_e8ebcce2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000064_8350c639.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000064_8350c639.szar new file mode 100644 index 00000000..d5d2637e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000064_8350c639.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000065_ff7e39e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000065_ff7e39e3.szar new file mode 100644 index 00000000..114155c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000065_ff7e39e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000066_d1d117a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000066_d1d117a6.szar new file mode 100644 index 00000000..d5ed1633 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000066_d1d117a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000067_9991339c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000067_9991339c.szar new file mode 100644 index 00000000..c429315e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000067_9991339c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000068_e55269bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000068_e55269bf.szar new file mode 100644 index 00000000..ef3ee9f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/archive/delta_00000000000000000068_e55269bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000001_fad3e09a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000001_fad3e09a.szcp new file mode 100644 index 00000000..3bc2cac0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000001_fad3e09a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000002_62b62367.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000002_62b62367.szcp new file mode 100644 index 00000000..c9d571fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000002_62b62367.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000003_bf1dd4d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000003_bf1dd4d0.szcp new file mode 100644 index 00000000..1ad6e604 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000003_bf1dd4d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000004_b3740627.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000004_b3740627.szcp new file mode 100644 index 00000000..a97949dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000004_b3740627.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000005_cc3b03f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000005_cc3b03f0.szcp new file mode 100644 index 00000000..02df5418 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000005_cc3b03f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000006_b1639609.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000006_b1639609.szcp new file mode 100644 index 00000000..7d9e3c70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000006_b1639609.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000007_61ba724b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000007_61ba724b.szcp new file mode 100644 index 00000000..476996c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000007_61ba724b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000008_5818fb17.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000008_5818fb17.szcp new file mode 100644 index 00000000..ba8cb56a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000008_5818fb17.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000009_e74986dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000009_e74986dd.szcp new file mode 100644 index 00000000..27e3d07c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000009_e74986dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000010_f09ee90d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000010_f09ee90d.szcp new file mode 100644 index 00000000..d4a6ef3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000010_f09ee90d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000011_aa2ed909.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000011_aa2ed909.szcp new file mode 100644 index 00000000..7f5ad3e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000011_aa2ed909.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000012_e37f4320.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000012_e37f4320.szcp new file mode 100644 index 00000000..4bd59ad0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000012_e37f4320.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000013_0e4bce19.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000013_0e4bce19.szcp new file mode 100644 index 00000000..28fad2f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000013_0e4bce19.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000014_9f7b02d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000014_9f7b02d2.szcp new file mode 100644 index 00000000..2dbb2669 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000014_9f7b02d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000015_cefa87cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000015_cefa87cf.szcp new file mode 100644 index 00000000..48864bf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000015_cefa87cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000016_b75da6e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000016_b75da6e3.szcp new file mode 100644 index 00000000..08f13476 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000016_b75da6e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000017_477c31bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000017_477c31bb.szcp new file mode 100644 index 00000000..24c9ad89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000017_477c31bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000018_aa1fd79c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000018_aa1fd79c.szcp new file mode 100644 index 00000000..cd6d21c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000018_aa1fd79c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000019_2132c559.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000019_2132c559.szcp new file mode 100644 index 00000000..47722e4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000019_2132c559.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000020_d2cbf9d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000020_d2cbf9d0.szcp new file mode 100644 index 00000000..62d908a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000020_d2cbf9d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000021_3137a180.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000021_3137a180.szcp new file mode 100644 index 00000000..21e6adfe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000021_3137a180.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000022_617d2c49.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000022_617d2c49.szcp new file mode 100644 index 00000000..8b935381 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000022_617d2c49.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000023_879618b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000023_879618b2.szcp new file mode 100644 index 00000000..0edddc40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000023_879618b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000024_990104a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000024_990104a9.szcp new file mode 100644 index 00000000..7062d556 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000024_990104a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000025_fa1789bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000025_fa1789bc.szcp new file mode 100644 index 00000000..30e83722 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000025_fa1789bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000026_b79b365f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000026_b79b365f.szcp new file mode 100644 index 00000000..fde96e68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000026_b79b365f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000027_3312bb77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000027_3312bb77.szcp new file mode 100644 index 00000000..187b9b82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000027_3312bb77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000028_dc7cc1a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000028_dc7cc1a0.szcp new file mode 100644 index 00000000..0384484d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000028_dc7cc1a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000029_595be02c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000029_595be02c.szcp new file mode 100644 index 00000000..524e48fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000029_595be02c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000030_4e737aba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000030_4e737aba.szcp new file mode 100644 index 00000000..6edfb157 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000030_4e737aba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000031_0722ac02.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000031_0722ac02.szcp new file mode 100644 index 00000000..7d8e8faf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000031_0722ac02.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000032_df871609.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000032_df871609.szcp new file mode 100644 index 00000000..941a39d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000032_df871609.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000033_4bf22f46.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000033_4bf22f46.szcp new file mode 100644 index 00000000..7d8e5c30 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000033_4bf22f46.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000034_aea141ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000034_aea141ea.szcp new file mode 100644 index 00000000..93bdaf8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000034_aea141ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000035_57173536.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000035_57173536.szcp new file mode 100644 index 00000000..b44e9f9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000035_57173536.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000036_2365d819.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000036_2365d819.szcp new file mode 100644 index 00000000..85c5d1c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000036_2365d819.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000037_3b792ff2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000037_3b792ff2.szcp new file mode 100644 index 00000000..da5871c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000037_3b792ff2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000038_3a50f383.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000038_3a50f383.szcp new file mode 100644 index 00000000..499f4435 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000038_3a50f383.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000039_e57a65c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000039_e57a65c9.szcp new file mode 100644 index 00000000..36195cd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000039_e57a65c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000040_a482c021.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000040_a482c021.szcp new file mode 100644 index 00000000..ae8e07c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000040_a482c021.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000041_a6475fac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000041_a6475fac.szcp new file mode 100644 index 00000000..1c5915d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000041_a6475fac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000042_174fbdd5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000042_174fbdd5.szcp new file mode 100644 index 00000000..4c04dce8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000042_174fbdd5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000043_7633baaa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000043_7633baaa.szcp new file mode 100644 index 00000000..ab4d8606 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000043_7633baaa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000044_e699f0b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000044_e699f0b9.szcp new file mode 100644 index 00000000..f945f799 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000044_e699f0b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000045_6e88b05a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000045_6e88b05a.szcp new file mode 100644 index 00000000..ecbb759c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000045_6e88b05a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000046_b87125e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000046_b87125e9.szcp new file mode 100644 index 00000000..9a31caf9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000046_b87125e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000047_06872f6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000047_06872f6f.szcp new file mode 100644 index 00000000..3cab0716 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000047_06872f6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000048_453a6e68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000048_453a6e68.szcp new file mode 100644 index 00000000..2ca2e859 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000048_453a6e68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000049_9bacd24c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000049_9bacd24c.szcp new file mode 100644 index 00000000..96eef06b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000049_9bacd24c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000050_0afd89f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000050_0afd89f9.szcp new file mode 100644 index 00000000..5433ae6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000050_0afd89f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000051_60e03bf4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000051_60e03bf4.szcp new file mode 100644 index 00000000..cf1e1a5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000051_60e03bf4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000052_40a764ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000052_40a764ca.szcp new file mode 100644 index 00000000..d9e888bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000052_40a764ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000053_6ab3392f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000053_6ab3392f.szcp new file mode 100644 index 00000000..710990af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000053_6ab3392f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000054_c4136dbf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000054_c4136dbf.szcp new file mode 100644 index 00000000..8804ef40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000054_c4136dbf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000055_092e9881.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000055_092e9881.szcp new file mode 100644 index 00000000..1a9d4a9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000055_092e9881.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000056_1ae79bb2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000056_1ae79bb2.szcp new file mode 100644 index 00000000..6539f978 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000056_1ae79bb2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000057_6ca04d5f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000057_6ca04d5f.szcp new file mode 100644 index 00000000..dbafaa68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000057_6ca04d5f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000058_a3007fd1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000058_a3007fd1.szcp new file mode 100644 index 00000000..5c996a83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000058_a3007fd1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000059_e6c83f65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000059_e6c83f65.szcp new file mode 100644 index 00000000..c1fbb0c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000059_e6c83f65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000060_2b09d7c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000060_2b09d7c3.szcp new file mode 100644 index 00000000..de6b942a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000060_2b09d7c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000061_5f62c6c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000061_5f62c6c0.szcp new file mode 100644 index 00000000..8451e6e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000061_5f62c6c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000062_d487cbac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000062_d487cbac.szcp new file mode 100644 index 00000000..f5b24d23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000062_d487cbac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000063_63e12ec0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000063_63e12ec0.szcp new file mode 100644 index 00000000..3dc91b1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000063_63e12ec0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000064_e499a1d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000064_e499a1d1.szcp new file mode 100644 index 00000000..282fa8e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000064_e499a1d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000065_105e8b4d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000065_105e8b4d.szcp new file mode 100644 index 00000000..8b2feb57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000065_105e8b4d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000066_7c5ff2e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000066_7c5ff2e2.szcp new file mode 100644 index 00000000..00566707 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000066_7c5ff2e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000067_24e60a41.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000067_24e60a41.szcp new file mode 100644 index 00000000..7ab1de39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000067_24e60a41.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000068_2bb65428.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000068_2bb65428.szcp new file mode 100644 index 00000000..20c26298 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_040/checkpoints/checkpoint_00000000000000000068_2bb65428.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000001_7acdeec2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000001_7acdeec2.szar new file mode 100644 index 00000000..0f781614 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000001_7acdeec2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000002_52d8e5ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000002_52d8e5ff.szar new file mode 100644 index 00000000..92e9a72b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000002_52d8e5ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000003_89e589f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000003_89e589f1.szar new file mode 100644 index 00000000..b3b236e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000003_89e589f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000004_605a6841.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000004_605a6841.szar new file mode 100644 index 00000000..177ab1be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000004_605a6841.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000005_3475d175.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000005_3475d175.szar new file mode 100644 index 00000000..4c907c56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000005_3475d175.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000006_42cc0fc6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000006_42cc0fc6.szar new file mode 100644 index 00000000..eb6c3fab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000006_42cc0fc6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000007_0c329893.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000007_0c329893.szar new file mode 100644 index 00000000..e22d56c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000007_0c329893.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000008_69f14a1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000008_69f14a1b.szar new file mode 100644 index 00000000..245e9d6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000008_69f14a1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000009_5c575ae8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000009_5c575ae8.szar new file mode 100644 index 00000000..86b5f1d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000009_5c575ae8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000010_59453598.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000010_59453598.szar new file mode 100644 index 00000000..5f09aeb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000010_59453598.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000011_932581b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000011_932581b8.szar new file mode 100644 index 00000000..a92b3db9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000011_932581b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000012_6ad1c701.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000012_6ad1c701.szar new file mode 100644 index 00000000..582ff0ff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000012_6ad1c701.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000013_ea3515ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000013_ea3515ee.szar new file mode 100644 index 00000000..d1df7346 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000013_ea3515ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000014_4883bb74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000014_4883bb74.szar new file mode 100644 index 00000000..bb438c9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000014_4883bb74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000015_ce5acb09.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000015_ce5acb09.szar new file mode 100644 index 00000000..7a7ba8d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000015_ce5acb09.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000016_f34335b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000016_f34335b2.szar new file mode 100644 index 00000000..79c14213 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000016_f34335b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000017_cc8c473b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000017_cc8c473b.szar new file mode 100644 index 00000000..cf401400 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000017_cc8c473b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000018_18693599.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000018_18693599.szar new file mode 100644 index 00000000..09ebf133 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000018_18693599.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000019_857a4444.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000019_857a4444.szar new file mode 100644 index 00000000..74e5c578 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000019_857a4444.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000020_8b52350e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000020_8b52350e.szar new file mode 100644 index 00000000..06409c62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000020_8b52350e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000021_3f9ceca2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000021_3f9ceca2.szar new file mode 100644 index 00000000..74c95081 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000021_3f9ceca2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000022_0d70c3ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000022_0d70c3ef.szar new file mode 100644 index 00000000..4ee2b879 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000022_0d70c3ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000023_e5d5d0dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000023_e5d5d0dd.szar new file mode 100644 index 00000000..01ae848d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000023_e5d5d0dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000024_37197d57.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000024_37197d57.szar new file mode 100644 index 00000000..0dd51940 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000024_37197d57.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000025_d0632003.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000025_d0632003.szar new file mode 100644 index 00000000..c701ed1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000025_d0632003.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000026_49665ef5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000026_49665ef5.szar new file mode 100644 index 00000000..0e0ddafc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000026_49665ef5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000027_bb879ecf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000027_bb879ecf.szar new file mode 100644 index 00000000..0b97446e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000027_bb879ecf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000028_9bcfbbb2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000028_9bcfbbb2.szar new file mode 100644 index 00000000..b5be5072 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000028_9bcfbbb2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000029_d5839fb3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000029_d5839fb3.szar new file mode 100644 index 00000000..92ac7ed8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000029_d5839fb3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000030_ff13678a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000030_ff13678a.szar new file mode 100644 index 00000000..aef8b114 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000030_ff13678a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000031_32676d4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000031_32676d4c.szar new file mode 100644 index 00000000..e3e13275 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000031_32676d4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000032_6de1dc15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000032_6de1dc15.szar new file mode 100644 index 00000000..eb69f185 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000032_6de1dc15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000033_a5b3463d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000033_a5b3463d.szar new file mode 100644 index 00000000..2e71f824 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000033_a5b3463d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000034_7cb37ab4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000034_7cb37ab4.szar new file mode 100644 index 00000000..f41d87c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000034_7cb37ab4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000035_98178440.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000035_98178440.szar new file mode 100644 index 00000000..665a6cb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000035_98178440.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000036_c4141a0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000036_c4141a0c.szar new file mode 100644 index 00000000..a3cadbd5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000036_c4141a0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000037_68c5c36a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000037_68c5c36a.szar new file mode 100644 index 00000000..6e47cb90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000037_68c5c36a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000038_8ebfcefa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000038_8ebfcefa.szar new file mode 100644 index 00000000..dff4dcc6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000038_8ebfcefa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000039_718b6fc9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000039_718b6fc9.szar new file mode 100644 index 00000000..6fcb8ccf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000039_718b6fc9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000040_1cdcedf4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000040_1cdcedf4.szar new file mode 100644 index 00000000..b6830b9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000040_1cdcedf4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000041_e591f826.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000041_e591f826.szar new file mode 100644 index 00000000..34322a25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000041_e591f826.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000042_4a100097.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000042_4a100097.szar new file mode 100644 index 00000000..c48a4180 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000042_4a100097.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000043_e4469ae9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000043_e4469ae9.szar new file mode 100644 index 00000000..8378b783 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000043_e4469ae9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000044_7fe78866.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000044_7fe78866.szar new file mode 100644 index 00000000..b5c71e88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000044_7fe78866.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000045_e7e7e983.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000045_e7e7e983.szar new file mode 100644 index 00000000..fe90e831 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000045_e7e7e983.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000046_42c6c651.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000046_42c6c651.szar new file mode 100644 index 00000000..d26ccefa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000046_42c6c651.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000047_59fe1456.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000047_59fe1456.szar new file mode 100644 index 00000000..3d03f8d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000047_59fe1456.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000048_a2f93187.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000048_a2f93187.szar new file mode 100644 index 00000000..123aa048 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000048_a2f93187.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000049_e37b6fab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000049_e37b6fab.szar new file mode 100644 index 00000000..b750d7fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000049_e37b6fab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000050_e099fd77.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000050_e099fd77.szar new file mode 100644 index 00000000..c79e1de3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000050_e099fd77.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000051_9d793c12.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000051_9d793c12.szar new file mode 100644 index 00000000..ce48a5ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000051_9d793c12.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000052_05dcd7dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000052_05dcd7dd.szar new file mode 100644 index 00000000..42c1d627 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000052_05dcd7dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000053_652e1ab3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000053_652e1ab3.szar new file mode 100644 index 00000000..218bd009 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000053_652e1ab3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000054_e0197411.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000054_e0197411.szar new file mode 100644 index 00000000..fb41b444 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000054_e0197411.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000055_fac16905.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000055_fac16905.szar new file mode 100644 index 00000000..0d3ddbfd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000055_fac16905.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000056_414b30a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000056_414b30a9.szar new file mode 100644 index 00000000..c6d2f7cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000056_414b30a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000057_935b4977.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000057_935b4977.szar new file mode 100644 index 00000000..28ab68b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000057_935b4977.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000058_8d60b663.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000058_8d60b663.szar new file mode 100644 index 00000000..962636c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000058_8d60b663.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000059_59c2e51d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000059_59c2e51d.szar new file mode 100644 index 00000000..67918370 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000059_59c2e51d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000060_b3cf5f18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000060_b3cf5f18.szar new file mode 100644 index 00000000..d1be31f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000060_b3cf5f18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000061_da823873.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000061_da823873.szar new file mode 100644 index 00000000..87ece224 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000061_da823873.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000062_06c1edd5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000062_06c1edd5.szar new file mode 100644 index 00000000..0c8b978a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000062_06c1edd5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000063_44cf77a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000063_44cf77a7.szar new file mode 100644 index 00000000..7aecd68b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000063_44cf77a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000064_82cc2c08.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000064_82cc2c08.szar new file mode 100644 index 00000000..c9fb27a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000064_82cc2c08.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000065_0370facf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000065_0370facf.szar new file mode 100644 index 00000000..271ffd2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/archive/delta_00000000000000000065_0370facf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000001_cbd4e8e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000001_cbd4e8e2.szcp new file mode 100644 index 00000000..9aec8509 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000001_cbd4e8e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000002_1a1198a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000002_1a1198a2.szcp new file mode 100644 index 00000000..70615a50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000002_1a1198a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000003_cccf34cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000003_cccf34cf.szcp new file mode 100644 index 00000000..6858d020 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000003_cccf34cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000004_2db5f19e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000004_2db5f19e.szcp new file mode 100644 index 00000000..932a0fa9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000004_2db5f19e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000005_7ac4fc2e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000005_7ac4fc2e.szcp new file mode 100644 index 00000000..cae04391 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000005_7ac4fc2e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000006_6d3038ff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000006_6d3038ff.szcp new file mode 100644 index 00000000..c73b39b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000006_6d3038ff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000007_580bca27.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000007_580bca27.szcp new file mode 100644 index 00000000..3488df9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000007_580bca27.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000008_da6b5ff5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000008_da6b5ff5.szcp new file mode 100644 index 00000000..4be11eb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000008_da6b5ff5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000009_7334af98.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000009_7334af98.szcp new file mode 100644 index 00000000..9fafe4a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000009_7334af98.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000010_1097f6ec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000010_1097f6ec.szcp new file mode 100644 index 00000000..d4ca53da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000010_1097f6ec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000011_14b514b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000011_14b514b8.szcp new file mode 100644 index 00000000..7f9cec37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000011_14b514b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000012_6ae881f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000012_6ae881f9.szcp new file mode 100644 index 00000000..43e67963 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000012_6ae881f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000013_82c798a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000013_82c798a6.szcp new file mode 100644 index 00000000..39c6b4ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000013_82c798a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000014_1ea075e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000014_1ea075e5.szcp new file mode 100644 index 00000000..52927d70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000014_1ea075e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000015_8b6e498a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000015_8b6e498a.szcp new file mode 100644 index 00000000..db559467 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000015_8b6e498a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000016_a176f6aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000016_a176f6aa.szcp new file mode 100644 index 00000000..360b55d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000016_a176f6aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000017_eaaff8cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000017_eaaff8cf.szcp new file mode 100644 index 00000000..09e8d5b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000017_eaaff8cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000018_1e8d50d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000018_1e8d50d7.szcp new file mode 100644 index 00000000..5bfb81ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000018_1e8d50d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000019_cfe7e786.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000019_cfe7e786.szcp new file mode 100644 index 00000000..b2418055 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000019_cfe7e786.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000020_0540af17.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000020_0540af17.szcp new file mode 100644 index 00000000..2625432b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000020_0540af17.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000021_0637e50b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000021_0637e50b.szcp new file mode 100644 index 00000000..1f375016 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000021_0637e50b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000022_d7300fac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000022_d7300fac.szcp new file mode 100644 index 00000000..781c89d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000022_d7300fac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000023_a6c091e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000023_a6c091e3.szcp new file mode 100644 index 00000000..a0305faa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000023_a6c091e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000024_74d74b75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000024_74d74b75.szcp new file mode 100644 index 00000000..421ceffe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000024_74d74b75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000025_33868bd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000025_33868bd7.szcp new file mode 100644 index 00000000..6bffe5c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000025_33868bd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000026_930e341c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000026_930e341c.szcp new file mode 100644 index 00000000..53879c14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000026_930e341c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000027_3a61ad93.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000027_3a61ad93.szcp new file mode 100644 index 00000000..c65a688e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000027_3a61ad93.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000028_4b41ce53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000028_4b41ce53.szcp new file mode 100644 index 00000000..6b164541 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000028_4b41ce53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000029_141f214e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000029_141f214e.szcp new file mode 100644 index 00000000..285c6e55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000029_141f214e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000030_c27707dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000030_c27707dd.szcp new file mode 100644 index 00000000..bbe29fe2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000030_c27707dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000031_a2bff5a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000031_a2bff5a1.szcp new file mode 100644 index 00000000..ec36308b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000031_a2bff5a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000032_7be5e580.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000032_7be5e580.szcp new file mode 100644 index 00000000..29f30499 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000032_7be5e580.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000033_a57fa880.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000033_a57fa880.szcp new file mode 100644 index 00000000..29da4b24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000033_a57fa880.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000034_0e3240ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000034_0e3240ea.szcp new file mode 100644 index 00000000..12db22be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000034_0e3240ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000035_a749e107.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000035_a749e107.szcp new file mode 100644 index 00000000..07296450 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000035_a749e107.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000036_7409c344.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000036_7409c344.szcp new file mode 100644 index 00000000..0e789faa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000036_7409c344.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000037_6653b110.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000037_6653b110.szcp new file mode 100644 index 00000000..f7a86c31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000037_6653b110.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000038_c6373118.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000038_c6373118.szcp new file mode 100644 index 00000000..050d60e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000038_c6373118.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000039_276a984c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000039_276a984c.szcp new file mode 100644 index 00000000..4c52ed57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000039_276a984c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000040_9823b24e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000040_9823b24e.szcp new file mode 100644 index 00000000..59286da3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000040_9823b24e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000041_6404221d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000041_6404221d.szcp new file mode 100644 index 00000000..947fc9fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000041_6404221d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000042_51d6d654.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000042_51d6d654.szcp new file mode 100644 index 00000000..f91866f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000042_51d6d654.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000043_bdb5c1ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000043_bdb5c1ba.szcp new file mode 100644 index 00000000..3ff32c09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000043_bdb5c1ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000044_9ba19c11.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000044_9ba19c11.szcp new file mode 100644 index 00000000..c57ac5a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000044_9ba19c11.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000045_91e4f8a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000045_91e4f8a7.szcp new file mode 100644 index 00000000..e5fa5339 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000045_91e4f8a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000046_9623b1c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000046_9623b1c0.szcp new file mode 100644 index 00000000..f37f6256 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000046_9623b1c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000047_5df135d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000047_5df135d7.szcp new file mode 100644 index 00000000..603f4649 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000047_5df135d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000048_10d2fc7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000048_10d2fc7a.szcp new file mode 100644 index 00000000..0792d875 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000048_10d2fc7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000049_b9bade54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000049_b9bade54.szcp new file mode 100644 index 00000000..190172da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000049_b9bade54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000050_7702f690.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000050_7702f690.szcp new file mode 100644 index 00000000..27ce56b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000050_7702f690.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000051_7e06c862.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000051_7e06c862.szcp new file mode 100644 index 00000000..ef05a6a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000051_7e06c862.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000052_bee039fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000052_bee039fa.szcp new file mode 100644 index 00000000..1a1981a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000052_bee039fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000053_1477a7a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000053_1477a7a9.szcp new file mode 100644 index 00000000..66fedf60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000053_1477a7a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000054_1ae36828.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000054_1ae36828.szcp new file mode 100644 index 00000000..9de501d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000054_1ae36828.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000055_3c1adf47.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000055_3c1adf47.szcp new file mode 100644 index 00000000..228c52b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000055_3c1adf47.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000056_5bf5595c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000056_5bf5595c.szcp new file mode 100644 index 00000000..49a836c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000056_5bf5595c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000057_f21b2911.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000057_f21b2911.szcp new file mode 100644 index 00000000..23d663e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000057_f21b2911.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000058_21187d0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000058_21187d0a.szcp new file mode 100644 index 00000000..99191a84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000058_21187d0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000059_c063c9eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000059_c063c9eb.szcp new file mode 100644 index 00000000..ca5394f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000059_c063c9eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000060_45eb763d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000060_45eb763d.szcp new file mode 100644 index 00000000..388dd5a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000060_45eb763d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000061_c4e9b395.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000061_c4e9b395.szcp new file mode 100644 index 00000000..833ff0ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000061_c4e9b395.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000062_0b7bcb7b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000062_0b7bcb7b.szcp new file mode 100644 index 00000000..dc809ae1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000062_0b7bcb7b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000063_13ac1041.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000063_13ac1041.szcp new file mode 100644 index 00000000..e0b7b032 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000063_13ac1041.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000064_2cfad4ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000064_2cfad4ce.szcp new file mode 100644 index 00000000..37663d5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000064_2cfad4ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000065_7208d85b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000065_7208d85b.szcp new file mode 100644 index 00000000..473e1d00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000065_7208d85b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000066_7a7936d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000066_7a7936d3.szcp new file mode 100644 index 00000000..ebcd7efd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_041/checkpoints/checkpoint_00000000000000000066_7a7936d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000001_d85b85f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000001_d85b85f6.szar new file mode 100644 index 00000000..5d73a04d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000001_d85b85f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000002_390d7445.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000002_390d7445.szar new file mode 100644 index 00000000..0157a5d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000002_390d7445.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000003_27ccc501.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000003_27ccc501.szar new file mode 100644 index 00000000..489cda8f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000003_27ccc501.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000004_cbfba3c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000004_cbfba3c2.szar new file mode 100644 index 00000000..c446eb5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000004_cbfba3c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000005_c76920c8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000005_c76920c8.szar new file mode 100644 index 00000000..f7525625 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000005_c76920c8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000006_35fd5a74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000006_35fd5a74.szar new file mode 100644 index 00000000..6f3f46de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000006_35fd5a74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000007_dfc86db3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000007_dfc86db3.szar new file mode 100644 index 00000000..a05e5ea3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000007_dfc86db3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000008_26038e96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000008_26038e96.szar new file mode 100644 index 00000000..be87d5af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000008_26038e96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000009_1c97df9c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000009_1c97df9c.szar new file mode 100644 index 00000000..227131fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000009_1c97df9c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000010_53f8db53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000010_53f8db53.szar new file mode 100644 index 00000000..71e34d02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000010_53f8db53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000011_3242e397.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000011_3242e397.szar new file mode 100644 index 00000000..2035db16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000011_3242e397.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000012_45878579.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000012_45878579.szar new file mode 100644 index 00000000..3cf82d2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000012_45878579.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000013_2d39c3a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000013_2d39c3a2.szar new file mode 100644 index 00000000..89b12571 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000013_2d39c3a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000014_eeab5cca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000014_eeab5cca.szar new file mode 100644 index 00000000..f6e65c42 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000014_eeab5cca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000015_53d60582.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000015_53d60582.szar new file mode 100644 index 00000000..5745573d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000015_53d60582.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000016_e1f99cf0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000016_e1f99cf0.szar new file mode 100644 index 00000000..517f2b67 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000016_e1f99cf0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000017_1d6f3393.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000017_1d6f3393.szar new file mode 100644 index 00000000..3ee42691 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000017_1d6f3393.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000018_a1110645.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000018_a1110645.szar new file mode 100644 index 00000000..8cd1ffe3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000018_a1110645.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000019_92e9cc37.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000019_92e9cc37.szar new file mode 100644 index 00000000..d3e2c92a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000019_92e9cc37.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000020_b7c9cbff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000020_b7c9cbff.szar new file mode 100644 index 00000000..09949e27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000020_b7c9cbff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000021_0a127498.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000021_0a127498.szar new file mode 100644 index 00000000..486e7aee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000021_0a127498.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000022_c1091a06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000022_c1091a06.szar new file mode 100644 index 00000000..dff08c3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000022_c1091a06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000023_75654143.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000023_75654143.szar new file mode 100644 index 00000000..edb058c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000023_75654143.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000024_11fbfbab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000024_11fbfbab.szar new file mode 100644 index 00000000..06cae0c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000024_11fbfbab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000025_8639927a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000025_8639927a.szar new file mode 100644 index 00000000..75936644 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000025_8639927a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000026_78a74976.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000026_78a74976.szar new file mode 100644 index 00000000..f6509901 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000026_78a74976.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000027_4caa8cd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000027_4caa8cd6.szar new file mode 100644 index 00000000..4350111b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000027_4caa8cd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000028_42476daf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000028_42476daf.szar new file mode 100644 index 00000000..4f5f011c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000028_42476daf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000029_6a35139b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000029_6a35139b.szar new file mode 100644 index 00000000..5a694b3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000029_6a35139b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000030_38270ff7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000030_38270ff7.szar new file mode 100644 index 00000000..a8d0952c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000030_38270ff7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000031_e9736f7f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000031_e9736f7f.szar new file mode 100644 index 00000000..367f63f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000031_e9736f7f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000032_f307289a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000032_f307289a.szar new file mode 100644 index 00000000..f7775bf3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000032_f307289a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000033_ad9d9c18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000033_ad9d9c18.szar new file mode 100644 index 00000000..b8e968cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000033_ad9d9c18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000034_d09a2b4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000034_d09a2b4c.szar new file mode 100644 index 00000000..f06edaa1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000034_d09a2b4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000035_e3dc7d3f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000035_e3dc7d3f.szar new file mode 100644 index 00000000..46314193 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000035_e3dc7d3f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000036_4c56b4fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000036_4c56b4fa.szar new file mode 100644 index 00000000..984d2c8f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000036_4c56b4fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000037_b24d6614.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000037_b24d6614.szar new file mode 100644 index 00000000..11f12aa7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000037_b24d6614.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000038_f71a1ceb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000038_f71a1ceb.szar new file mode 100644 index 00000000..c40654b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000038_f71a1ceb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000039_4afd90b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000039_4afd90b5.szar new file mode 100644 index 00000000..e40ba2f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000039_4afd90b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000040_1ee7ab2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000040_1ee7ab2f.szar new file mode 100644 index 00000000..b4f9e351 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000040_1ee7ab2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000041_43009e1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000041_43009e1d.szar new file mode 100644 index 00000000..e4118d14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000041_43009e1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000042_3d282b34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000042_3d282b34.szar new file mode 100644 index 00000000..08f5bd06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000042_3d282b34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000043_2c02424e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000043_2c02424e.szar new file mode 100644 index 00000000..d8a19c68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000043_2c02424e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000044_eae44580.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000044_eae44580.szar new file mode 100644 index 00000000..b9ed2ea1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000044_eae44580.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000045_5cecf4e0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000045_5cecf4e0.szar new file mode 100644 index 00000000..c4bc6254 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000045_5cecf4e0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000046_78b44511.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000046_78b44511.szar new file mode 100644 index 00000000..edac702e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000046_78b44511.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000047_e0ff719c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000047_e0ff719c.szar new file mode 100644 index 00000000..98d4961f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000047_e0ff719c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000048_632bcda9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000048_632bcda9.szar new file mode 100644 index 00000000..cfdecfb2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000048_632bcda9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000049_5d6d6075.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000049_5d6d6075.szar new file mode 100644 index 00000000..53d162e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000049_5d6d6075.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000050_89d6d402.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000050_89d6d402.szar new file mode 100644 index 00000000..bc4ac336 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000050_89d6d402.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000051_83de2ee3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000051_83de2ee3.szar new file mode 100644 index 00000000..10e929fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000051_83de2ee3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000052_0e0dd06f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000052_0e0dd06f.szar new file mode 100644 index 00000000..b8a30e31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000052_0e0dd06f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000053_d29652e4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000053_d29652e4.szar new file mode 100644 index 00000000..7d3f42bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000053_d29652e4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000054_6977ff4f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000054_6977ff4f.szar new file mode 100644 index 00000000..6d60eb5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000054_6977ff4f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000055_62eaa89f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000055_62eaa89f.szar new file mode 100644 index 00000000..c5f6bf81 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000055_62eaa89f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000056_e70c6a64.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000056_e70c6a64.szar new file mode 100644 index 00000000..46204b14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000056_e70c6a64.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000057_82f91f82.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000057_82f91f82.szar new file mode 100644 index 00000000..cf32ae47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000057_82f91f82.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000058_4e5c7099.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000058_4e5c7099.szar new file mode 100644 index 00000000..2703188b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000058_4e5c7099.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000059_11a2e55f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000059_11a2e55f.szar new file mode 100644 index 00000000..a4e0c4e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000059_11a2e55f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000060_70195c46.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000060_70195c46.szar new file mode 100644 index 00000000..7213b59d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000060_70195c46.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000061_983cae21.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000061_983cae21.szar new file mode 100644 index 00000000..34ac7780 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000061_983cae21.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000062_7a0b813a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000062_7a0b813a.szar new file mode 100644 index 00000000..e5dcb50e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000062_7a0b813a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000063_a5506f53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000063_a5506f53.szar new file mode 100644 index 00000000..c335a20d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000063_a5506f53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000064_20d0a073.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000064_20d0a073.szar new file mode 100644 index 00000000..922c1e8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000064_20d0a073.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000065_78eeeffb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000065_78eeeffb.szar new file mode 100644 index 00000000..fe7c0441 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000065_78eeeffb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000066_46e0b1c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000066_46e0b1c6.szar new file mode 100644 index 00000000..d4cd909f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000066_46e0b1c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000067_999ebd3e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000067_999ebd3e.szar new file mode 100644 index 00000000..ab9842e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000067_999ebd3e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000068_88200493.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000068_88200493.szar new file mode 100644 index 00000000..eb54ec14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000068_88200493.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000069_5e506a9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000069_5e506a9d.szar new file mode 100644 index 00000000..d09bcf78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000069_5e506a9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000070_17f93e01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000070_17f93e01.szar new file mode 100644 index 00000000..a774a104 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000070_17f93e01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000071_3d394021.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000071_3d394021.szar new file mode 100644 index 00000000..5cd99771 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000071_3d394021.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000072_d5a00b17.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000072_d5a00b17.szar new file mode 100644 index 00000000..492b2c48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000072_d5a00b17.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000073_c9f8258a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000073_c9f8258a.szar new file mode 100644 index 00000000..2a2a557b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000073_c9f8258a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000074_52c1faeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000074_52c1faeb.szar new file mode 100644 index 00000000..9331ec06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000074_52c1faeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000075_f8ab35d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000075_f8ab35d6.szar new file mode 100644 index 00000000..36c2e42f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000075_f8ab35d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000076_16f8bc4a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000076_16f8bc4a.szar new file mode 100644 index 00000000..34a098a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000076_16f8bc4a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000077_61b218a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000077_61b218a4.szar new file mode 100644 index 00000000..61014110 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000077_61b218a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000078_09617674.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000078_09617674.szar new file mode 100644 index 00000000..34044941 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000078_09617674.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000079_a62bab91.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000079_a62bab91.szar new file mode 100644 index 00000000..98477169 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000079_a62bab91.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000080_dea16432.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000080_dea16432.szar new file mode 100644 index 00000000..1b7d24f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000080_dea16432.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000081_cbe98df4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000081_cbe98df4.szar new file mode 100644 index 00000000..ce3becd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000081_cbe98df4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000082_0e522bf8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000082_0e522bf8.szar new file mode 100644 index 00000000..917458a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000082_0e522bf8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000083_71dfe7cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000083_71dfe7cb.szar new file mode 100644 index 00000000..34b832f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000083_71dfe7cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000084_a9efc195.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000084_a9efc195.szar new file mode 100644 index 00000000..5a3ddb11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000084_a9efc195.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000085_c138e5f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000085_c138e5f3.szar new file mode 100644 index 00000000..b76e6861 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000085_c138e5f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000086_5d9ca7a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000086_5d9ca7a3.szar new file mode 100644 index 00000000..dca4ef6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000086_5d9ca7a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000087_ff7f1cb8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000087_ff7f1cb8.szar new file mode 100644 index 00000000..26c07b19 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000087_ff7f1cb8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000088_e3407a6a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000088_e3407a6a.szar new file mode 100644 index 00000000..d5f63bff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000088_e3407a6a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000089_c7d5e113.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000089_c7d5e113.szar new file mode 100644 index 00000000..2b458fa5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000089_c7d5e113.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000090_ed91fb7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000090_ed91fb7d.szar new file mode 100644 index 00000000..9168f586 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000090_ed91fb7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000091_11b2bdb0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000091_11b2bdb0.szar new file mode 100644 index 00000000..2d5496c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000091_11b2bdb0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000092_55d79681.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000092_55d79681.szar new file mode 100644 index 00000000..042a875c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000092_55d79681.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000093_b3b8e7b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000093_b3b8e7b0.szar new file mode 100644 index 00000000..8362a604 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000093_b3b8e7b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000094_26e2e514.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000094_26e2e514.szar new file mode 100644 index 00000000..0b9c9ee8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000094_26e2e514.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000095_36efa7ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000095_36efa7ae.szar new file mode 100644 index 00000000..0addaa94 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000095_36efa7ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000096_2ca05214.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000096_2ca05214.szar new file mode 100644 index 00000000..017bfbbc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/archive/delta_00000000000000000096_2ca05214.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000001_40ccb8a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000001_40ccb8a1.szcp new file mode 100644 index 00000000..a2857564 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000001_40ccb8a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000002_170e73b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000002_170e73b4.szcp new file mode 100644 index 00000000..23e76f64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000002_170e73b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000003_3aaff0ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000003_3aaff0ac.szcp new file mode 100644 index 00000000..b9d42221 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000003_3aaff0ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000004_352606ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000004_352606ed.szcp new file mode 100644 index 00000000..d93963ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000004_352606ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000005_9db0ff22.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000005_9db0ff22.szcp new file mode 100644 index 00000000..c216826a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000005_9db0ff22.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000006_1cf10048.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000006_1cf10048.szcp new file mode 100644 index 00000000..4c8bb770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000006_1cf10048.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000007_664f3ec4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000007_664f3ec4.szcp new file mode 100644 index 00000000..c213de86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000007_664f3ec4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000008_0fdf3673.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000008_0fdf3673.szcp new file mode 100644 index 00000000..9539f98e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000008_0fdf3673.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000009_1ca718fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000009_1ca718fc.szcp new file mode 100644 index 00000000..10191658 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000009_1ca718fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000010_a0f3a629.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000010_a0f3a629.szcp new file mode 100644 index 00000000..1d2938d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000010_a0f3a629.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000011_c5c3c139.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000011_c5c3c139.szcp new file mode 100644 index 00000000..1634f20a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000011_c5c3c139.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000012_bca49712.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000012_bca49712.szcp new file mode 100644 index 00000000..884e722d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000012_bca49712.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000013_f77a118d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000013_f77a118d.szcp new file mode 100644 index 00000000..79a20fab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000013_f77a118d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000014_6da03364.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000014_6da03364.szcp new file mode 100644 index 00000000..86e3d3c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000014_6da03364.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000015_973f5b23.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000015_973f5b23.szcp new file mode 100644 index 00000000..068fe4ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000015_973f5b23.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000016_b99c0615.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000016_b99c0615.szcp new file mode 100644 index 00000000..63a17a1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000016_b99c0615.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000017_7a45bbd8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000017_7a45bbd8.szcp new file mode 100644 index 00000000..2920c526 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000017_7a45bbd8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000018_5817040a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000018_5817040a.szcp new file mode 100644 index 00000000..7d613870 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000018_5817040a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000019_3bef6800.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000019_3bef6800.szcp new file mode 100644 index 00000000..3619509d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000019_3bef6800.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000020_9b0e1083.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000020_9b0e1083.szcp new file mode 100644 index 00000000..3842010e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000020_9b0e1083.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000021_4a6c3ef1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000021_4a6c3ef1.szcp new file mode 100644 index 00000000..5cbaf5af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000021_4a6c3ef1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000022_1948f6e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000022_1948f6e6.szcp new file mode 100644 index 00000000..65ed8b43 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000022_1948f6e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000023_438dbe21.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000023_438dbe21.szcp new file mode 100644 index 00000000..3389c7b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000023_438dbe21.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000024_fcffce2f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000024_fcffce2f.szcp new file mode 100644 index 00000000..a4fd3409 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000024_fcffce2f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000025_80402acb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000025_80402acb.szcp new file mode 100644 index 00000000..da916388 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000025_80402acb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000026_f5cbdee8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000026_f5cbdee8.szcp new file mode 100644 index 00000000..90c2ed24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000026_f5cbdee8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000027_a2bae15f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000027_a2bae15f.szcp new file mode 100644 index 00000000..dcc57293 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000027_a2bae15f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000028_8d22ac51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000028_8d22ac51.szcp new file mode 100644 index 00000000..d979e2e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000028_8d22ac51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000029_f11d6002.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000029_f11d6002.szcp new file mode 100644 index 00000000..c0af8057 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000029_f11d6002.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000030_f493c85f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000030_f493c85f.szcp new file mode 100644 index 00000000..6d0bb441 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000030_f493c85f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000031_16ddcb4a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000031_16ddcb4a.szcp new file mode 100644 index 00000000..e1487464 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000031_16ddcb4a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000032_5da6f339.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000032_5da6f339.szcp new file mode 100644 index 00000000..51b546d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000032_5da6f339.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000033_3012b19b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000033_3012b19b.szcp new file mode 100644 index 00000000..cbd8ded0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000033_3012b19b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000034_509b64c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000034_509b64c1.szcp new file mode 100644 index 00000000..005e4b2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000034_509b64c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000035_bd89b123.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000035_bd89b123.szcp new file mode 100644 index 00000000..e231350b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000035_bd89b123.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000036_0400490c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000036_0400490c.szcp new file mode 100644 index 00000000..3e191334 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000036_0400490c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000037_0744f6e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000037_0744f6e8.szcp new file mode 100644 index 00000000..6eb8945f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000037_0744f6e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000038_64051662.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000038_64051662.szcp new file mode 100644 index 00000000..311541ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000038_64051662.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000039_ed4c7395.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000039_ed4c7395.szcp new file mode 100644 index 00000000..80189bf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000039_ed4c7395.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000040_166e67cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000040_166e67cc.szcp new file mode 100644 index 00000000..a5608b20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000040_166e67cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000041_23779d33.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000041_23779d33.szcp new file mode 100644 index 00000000..ea5b4983 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000041_23779d33.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000042_452b60a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000042_452b60a3.szcp new file mode 100644 index 00000000..8984bba2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000042_452b60a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000043_f6d88052.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000043_f6d88052.szcp new file mode 100644 index 00000000..f19df8d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000043_f6d88052.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000044_b5bc14c4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000044_b5bc14c4.szcp new file mode 100644 index 00000000..d6dc13dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000044_b5bc14c4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000045_732b54f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000045_732b54f6.szcp new file mode 100644 index 00000000..53dd34b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000045_732b54f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000046_e49927d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000046_e49927d6.szcp new file mode 100644 index 00000000..17ba22a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000046_e49927d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000047_618aad3d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000047_618aad3d.szcp new file mode 100644 index 00000000..83e56f4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000047_618aad3d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000048_d7eb4b75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000048_d7eb4b75.szcp new file mode 100644 index 00000000..9c91d64b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000048_d7eb4b75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000049_1e1ae6c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000049_1e1ae6c0.szcp new file mode 100644 index 00000000..37b41e0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000049_1e1ae6c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000050_775e47a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000050_775e47a4.szcp new file mode 100644 index 00000000..36031c59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000050_775e47a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000051_53e671d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000051_53e671d0.szcp new file mode 100644 index 00000000..1e7a5126 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000051_53e671d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000052_204aba55.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000052_204aba55.szcp new file mode 100644 index 00000000..78c47411 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000052_204aba55.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000053_ce267ebe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000053_ce267ebe.szcp new file mode 100644 index 00000000..7c808c8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000053_ce267ebe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000054_aad1c809.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000054_aad1c809.szcp new file mode 100644 index 00000000..9e317e75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000054_aad1c809.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000055_36091544.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000055_36091544.szcp new file mode 100644 index 00000000..33bfd137 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000055_36091544.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000056_a04d499b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000056_a04d499b.szcp new file mode 100644 index 00000000..c2e0c1cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000056_a04d499b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000057_57d9a199.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000057_57d9a199.szcp new file mode 100644 index 00000000..f30bfd29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000057_57d9a199.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000058_bde9a949.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000058_bde9a949.szcp new file mode 100644 index 00000000..157512be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000058_bde9a949.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000059_a0910093.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000059_a0910093.szcp new file mode 100644 index 00000000..1698736e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000059_a0910093.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000060_d86413d5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000060_d86413d5.szcp new file mode 100644 index 00000000..5f79ca46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000060_d86413d5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000061_a5d1231d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000061_a5d1231d.szcp new file mode 100644 index 00000000..2c5679ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000061_a5d1231d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000062_2561d170.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000062_2561d170.szcp new file mode 100644 index 00000000..0dc15e91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000062_2561d170.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000063_8b88b83c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000063_8b88b83c.szcp new file mode 100644 index 00000000..7a4a9313 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000063_8b88b83c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000064_514b6a9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000064_514b6a9d.szcp new file mode 100644 index 00000000..77f3c17a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000064_514b6a9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000065_cf4dc4b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000065_cf4dc4b9.szcp new file mode 100644 index 00000000..d516a5f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000065_cf4dc4b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000066_fae7a684.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000066_fae7a684.szcp new file mode 100644 index 00000000..849d290a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000066_fae7a684.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000067_0d321886.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000067_0d321886.szcp new file mode 100644 index 00000000..22ece17c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000067_0d321886.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000068_9ed9c096.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000068_9ed9c096.szcp new file mode 100644 index 00000000..d4255200 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000068_9ed9c096.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000069_2a00222c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000069_2a00222c.szcp new file mode 100644 index 00000000..d3a3a7b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000069_2a00222c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000070_92da851d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000070_92da851d.szcp new file mode 100644 index 00000000..2fe4106a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000070_92da851d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000071_71950e78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000071_71950e78.szcp new file mode 100644 index 00000000..c098b769 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000071_71950e78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000072_5a59da7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000072_5a59da7f.szcp new file mode 100644 index 00000000..5c8c19e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000072_5a59da7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000073_484c8c8a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000073_484c8c8a.szcp new file mode 100644 index 00000000..36cc894a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000073_484c8c8a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000074_1033a3a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000074_1033a3a3.szcp new file mode 100644 index 00000000..bb91b0d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000074_1033a3a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000075_17a0f5d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000075_17a0f5d1.szcp new file mode 100644 index 00000000..b9f3e9cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000075_17a0f5d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000076_5b4a071b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000076_5b4a071b.szcp new file mode 100644 index 00000000..edd589e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000076_5b4a071b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000077_0206b8e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000077_0206b8e2.szcp new file mode 100644 index 00000000..671f3e15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000077_0206b8e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000078_5dd16310.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000078_5dd16310.szcp new file mode 100644 index 00000000..a7e6f2dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000078_5dd16310.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000079_388ccf79.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000079_388ccf79.szcp new file mode 100644 index 00000000..7fa74d03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000079_388ccf79.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000080_ba8429b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000080_ba8429b5.szcp new file mode 100644 index 00000000..735095f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000080_ba8429b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000081_2067c93f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000081_2067c93f.szcp new file mode 100644 index 00000000..540cd96f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000081_2067c93f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000082_80ebd308.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000082_80ebd308.szcp new file mode 100644 index 00000000..1618680e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000082_80ebd308.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000083_e18dda62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000083_e18dda62.szcp new file mode 100644 index 00000000..2a6cee4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000083_e18dda62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000084_0104ecd1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000084_0104ecd1.szcp new file mode 100644 index 00000000..5a9599ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000084_0104ecd1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000085_bbe949ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000085_bbe949ba.szcp new file mode 100644 index 00000000..5f2219c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000085_bbe949ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000086_a8cccbb2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000086_a8cccbb2.szcp new file mode 100644 index 00000000..a01526ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000086_a8cccbb2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000087_8e01b6c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000087_8e01b6c1.szcp new file mode 100644 index 00000000..02a54aa3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000087_8e01b6c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000088_f304733a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000088_f304733a.szcp new file mode 100644 index 00000000..7a0c861f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000088_f304733a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000089_50aa17d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000089_50aa17d9.szcp new file mode 100644 index 00000000..83907d7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000089_50aa17d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000090_d78919a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000090_d78919a2.szcp new file mode 100644 index 00000000..129dda3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000090_d78919a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000091_aa25c394.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000091_aa25c394.szcp new file mode 100644 index 00000000..4b72ce6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000091_aa25c394.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000092_d3883ac4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000092_d3883ac4.szcp new file mode 100644 index 00000000..cb8f017c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000092_d3883ac4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000093_616f7d8e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000093_616f7d8e.szcp new file mode 100644 index 00000000..1b5ed80b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000093_616f7d8e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000094_93f2a57f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000094_93f2a57f.szcp new file mode 100644 index 00000000..7cd918d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000094_93f2a57f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000095_4ab2e72f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000095_4ab2e72f.szcp new file mode 100644 index 00000000..834ef476 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000095_4ab2e72f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000096_09668c05.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000096_09668c05.szcp new file mode 100644 index 00000000..1af1f759 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_042/checkpoints/checkpoint_00000000000000000096_09668c05.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000001_23aa9fd4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000001_23aa9fd4.szar new file mode 100644 index 00000000..cde007da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000001_23aa9fd4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000002_debc96dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000002_debc96dd.szar new file mode 100644 index 00000000..7a566dd4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000002_debc96dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000003_aeb55c9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000003_aeb55c9a.szar new file mode 100644 index 00000000..82c717a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000003_aeb55c9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000004_da703dc1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000004_da703dc1.szar new file mode 100644 index 00000000..7c4d28a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000004_da703dc1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000005_9ec0c41e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000005_9ec0c41e.szar new file mode 100644 index 00000000..5834a11f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000005_9ec0c41e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000006_2118c670.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000006_2118c670.szar new file mode 100644 index 00000000..139d073d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000006_2118c670.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000007_2051a053.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000007_2051a053.szar new file mode 100644 index 00000000..ac8451fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000007_2051a053.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000008_30a26775.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000008_30a26775.szar new file mode 100644 index 00000000..36573aac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000008_30a26775.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000009_b55b0ae2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000009_b55b0ae2.szar new file mode 100644 index 00000000..11943d1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000009_b55b0ae2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000010_13ed1344.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000010_13ed1344.szar new file mode 100644 index 00000000..643145a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000010_13ed1344.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000011_29d65c4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000011_29d65c4c.szar new file mode 100644 index 00000000..0a46a171 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000011_29d65c4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000012_8d756004.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000012_8d756004.szar new file mode 100644 index 00000000..0ae08de8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000012_8d756004.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000013_b3d258dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000013_b3d258dd.szar new file mode 100644 index 00000000..1620f12a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000013_b3d258dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000014_9ee05798.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000014_9ee05798.szar new file mode 100644 index 00000000..9d222ec2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000014_9ee05798.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000015_b996883b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000015_b996883b.szar new file mode 100644 index 00000000..34b19ec0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000015_b996883b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000016_861e591c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000016_861e591c.szar new file mode 100644 index 00000000..803bd706 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000016_861e591c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000017_7f3cde15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000017_7f3cde15.szar new file mode 100644 index 00000000..1004dce6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000017_7f3cde15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000018_a4d876f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000018_a4d876f2.szar new file mode 100644 index 00000000..33cb8408 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000018_a4d876f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000019_61d2b94e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000019_61d2b94e.szar new file mode 100644 index 00000000..b52dc350 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000019_61d2b94e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000020_e2376aad.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000020_e2376aad.szar new file mode 100644 index 00000000..281c371a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000020_e2376aad.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000021_b60816b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000021_b60816b4.szar new file mode 100644 index 00000000..5da4ebce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000021_b60816b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000022_756b531a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000022_756b531a.szar new file mode 100644 index 00000000..6fdab338 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000022_756b531a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000023_7f511b53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000023_7f511b53.szar new file mode 100644 index 00000000..0aa2dd99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000023_7f511b53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000024_a44f663f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000024_a44f663f.szar new file mode 100644 index 00000000..c4265223 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000024_a44f663f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000025_9f0878f8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000025_9f0878f8.szar new file mode 100644 index 00000000..a893837b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000025_9f0878f8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000026_4ceaeb3d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000026_4ceaeb3d.szar new file mode 100644 index 00000000..d0e4c2d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000026_4ceaeb3d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000027_a0f12712.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000027_a0f12712.szar new file mode 100644 index 00000000..049b7210 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000027_a0f12712.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000028_ce11e1ba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000028_ce11e1ba.szar new file mode 100644 index 00000000..45859a8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000028_ce11e1ba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000029_86252fbd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000029_86252fbd.szar new file mode 100644 index 00000000..accaaae8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000029_86252fbd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000030_cc890dca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000030_cc890dca.szar new file mode 100644 index 00000000..a285acd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000030_cc890dca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000031_f4372a4a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000031_f4372a4a.szar new file mode 100644 index 00000000..3d0a7ce8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000031_f4372a4a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000032_8ec7d043.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000032_8ec7d043.szar new file mode 100644 index 00000000..5ed64c1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000032_8ec7d043.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000033_89ffb01d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000033_89ffb01d.szar new file mode 100644 index 00000000..ec8e5ab0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000033_89ffb01d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000034_aae1223e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000034_aae1223e.szar new file mode 100644 index 00000000..ace8d802 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000034_aae1223e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000035_cbeae922.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000035_cbeae922.szar new file mode 100644 index 00000000..df641f4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000035_cbeae922.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000036_0db99ffd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000036_0db99ffd.szar new file mode 100644 index 00000000..1350c8ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000036_0db99ffd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000037_8f3267eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000037_8f3267eb.szar new file mode 100644 index 00000000..58a4d3eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000037_8f3267eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000038_7fdeee75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000038_7fdeee75.szar new file mode 100644 index 00000000..65de19e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000038_7fdeee75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000039_4a1de7fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000039_4a1de7fb.szar new file mode 100644 index 00000000..b84b1aea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000039_4a1de7fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000040_d6f344e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000040_d6f344e9.szar new file mode 100644 index 00000000..df14d6b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000040_d6f344e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000041_452fbb56.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000041_452fbb56.szar new file mode 100644 index 00000000..14a65d76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000041_452fbb56.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000042_7f0b9789.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000042_7f0b9789.szar new file mode 100644 index 00000000..af510dce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000042_7f0b9789.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000043_98de989d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000043_98de989d.szar new file mode 100644 index 00000000..60ddcd9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000043_98de989d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000044_6e3c67d3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000044_6e3c67d3.szar new file mode 100644 index 00000000..71481585 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000044_6e3c67d3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000045_a462a3fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000045_a462a3fb.szar new file mode 100644 index 00000000..e7b4b180 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000045_a462a3fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000046_452183dc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000046_452183dc.szar new file mode 100644 index 00000000..df211eb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000046_452183dc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000047_e6e7126d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000047_e6e7126d.szar new file mode 100644 index 00000000..e2c7112e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000047_e6e7126d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000048_dc229097.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000048_dc229097.szar new file mode 100644 index 00000000..53d00abf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000048_dc229097.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000049_253e992f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000049_253e992f.szar new file mode 100644 index 00000000..dfda93e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000049_253e992f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000050_7931bfda.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000050_7931bfda.szar new file mode 100644 index 00000000..67305362 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000050_7931bfda.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000051_3e8d6959.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000051_3e8d6959.szar new file mode 100644 index 00000000..1cd673f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000051_3e8d6959.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000052_70dff6b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000052_70dff6b6.szar new file mode 100644 index 00000000..1bd3710f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000052_70dff6b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000053_79fab701.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000053_79fab701.szar new file mode 100644 index 00000000..9343fa73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000053_79fab701.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000054_c5b2d32a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000054_c5b2d32a.szar new file mode 100644 index 00000000..c8a4440a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000054_c5b2d32a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000055_d2696a7c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000055_d2696a7c.szar new file mode 100644 index 00000000..6d7083d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000055_d2696a7c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000056_2ee241be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000056_2ee241be.szar new file mode 100644 index 00000000..c9ec7464 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000056_2ee241be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000057_2eb32b00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000057_2eb32b00.szar new file mode 100644 index 00000000..26f43894 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000057_2eb32b00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000058_99eaab90.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000058_99eaab90.szar new file mode 100644 index 00000000..5e435f54 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000058_99eaab90.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000059_d360d01c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000059_d360d01c.szar new file mode 100644 index 00000000..0d50e122 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000059_d360d01c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000060_aea4b198.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000060_aea4b198.szar new file mode 100644 index 00000000..b0c2eb14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000060_aea4b198.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000061_9bdc82fd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000061_9bdc82fd.szar new file mode 100644 index 00000000..18be83ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000061_9bdc82fd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000062_a744c07e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000062_a744c07e.szar new file mode 100644 index 00000000..20f9d159 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000062_a744c07e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000063_a93c741f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000063_a93c741f.szar new file mode 100644 index 00000000..f85dab20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000063_a93c741f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000064_6b46a24f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000064_6b46a24f.szar new file mode 100644 index 00000000..8609d0aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000064_6b46a24f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000065_97349b0b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000065_97349b0b.szar new file mode 100644 index 00000000..76577812 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000065_97349b0b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000066_4d814685.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000066_4d814685.szar new file mode 100644 index 00000000..438d0269 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000066_4d814685.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000067_f649c86d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000067_f649c86d.szar new file mode 100644 index 00000000..542a96bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000067_f649c86d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000068_a92cf6d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000068_a92cf6d9.szar new file mode 100644 index 00000000..7e5af3a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000068_a92cf6d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000069_b731141f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000069_b731141f.szar new file mode 100644 index 00000000..a16576b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000069_b731141f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000070_83da6040.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000070_83da6040.szar new file mode 100644 index 00000000..a23bd179 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/archive/delta_00000000000000000070_83da6040.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000001_cae6e4d4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000001_cae6e4d4.szcp new file mode 100644 index 00000000..eaca920c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000001_cae6e4d4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000002_35affc31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000002_35affc31.szcp new file mode 100644 index 00000000..a7d43726 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000002_35affc31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000003_5e4a486b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000003_5e4a486b.szcp new file mode 100644 index 00000000..178fe72f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000003_5e4a486b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000004_1f5188af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000004_1f5188af.szcp new file mode 100644 index 00000000..c3bbf0b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000004_1f5188af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000005_c395a1bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000005_c395a1bf.szcp new file mode 100644 index 00000000..7f8eb84b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000005_c395a1bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000006_3a8698f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000006_3a8698f6.szcp new file mode 100644 index 00000000..d85c241a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000006_3a8698f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000007_9ce9dbe4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000007_9ce9dbe4.szcp new file mode 100644 index 00000000..9c21290f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000007_9ce9dbe4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000008_c4bdd0c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000008_c4bdd0c0.szcp new file mode 100644 index 00000000..6a871046 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000008_c4bdd0c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000009_c4c57606.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000009_c4c57606.szcp new file mode 100644 index 00000000..77c11ab6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000009_c4c57606.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000010_be6fb68c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000010_be6fb68c.szcp new file mode 100644 index 00000000..a63e319c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000010_be6fb68c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000011_0a812dae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000011_0a812dae.szcp new file mode 100644 index 00000000..346a3cc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000011_0a812dae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000012_f6768429.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000012_f6768429.szcp new file mode 100644 index 00000000..51d635ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000012_f6768429.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000013_3364e7b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000013_3364e7b8.szcp new file mode 100644 index 00000000..96f04fb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000013_3364e7b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000014_3bdf3ea6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000014_3bdf3ea6.szcp new file mode 100644 index 00000000..04d89e45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000014_3bdf3ea6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000015_d1cb4b16.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000015_d1cb4b16.szcp new file mode 100644 index 00000000..22b3959b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000015_d1cb4b16.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000016_d28b461c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000016_d28b461c.szcp new file mode 100644 index 00000000..8c426634 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000016_d28b461c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000017_844e058d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000017_844e058d.szcp new file mode 100644 index 00000000..4e0fa520 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000017_844e058d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000018_dcf2b6b2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000018_dcf2b6b2.szcp new file mode 100644 index 00000000..8a9651b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000018_dcf2b6b2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000019_c4fa818f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000019_c4fa818f.szcp new file mode 100644 index 00000000..28c3c748 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000019_c4fa818f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000020_5ccd799b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000020_5ccd799b.szcp new file mode 100644 index 00000000..8401787b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000020_5ccd799b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000021_5a24e120.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000021_5a24e120.szcp new file mode 100644 index 00000000..58cb01aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000021_5a24e120.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000022_981b480a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000022_981b480a.szcp new file mode 100644 index 00000000..3942c83c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000022_981b480a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000023_605e6aea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000023_605e6aea.szcp new file mode 100644 index 00000000..d04a70ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000023_605e6aea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000024_faed1078.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000024_faed1078.szcp new file mode 100644 index 00000000..c9be42ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000024_faed1078.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000025_96ef6aaf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000025_96ef6aaf.szcp new file mode 100644 index 00000000..124f26aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000025_96ef6aaf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000026_5a8a4759.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000026_5a8a4759.szcp new file mode 100644 index 00000000..3df8c611 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000026_5a8a4759.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000027_041b44a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000027_041b44a2.szcp new file mode 100644 index 00000000..7f0082f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000027_041b44a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000028_fbd64f7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000028_fbd64f7f.szcp new file mode 100644 index 00000000..876cf573 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000028_fbd64f7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000029_38b4faa3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000029_38b4faa3.szcp new file mode 100644 index 00000000..1d739df0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000029_38b4faa3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000030_fd9f12c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000030_fd9f12c5.szcp new file mode 100644 index 00000000..d73c7b2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000030_fd9f12c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000031_0d6fa606.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000031_0d6fa606.szcp new file mode 100644 index 00000000..75a09ad4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000031_0d6fa606.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000032_efb02c0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000032_efb02c0c.szcp new file mode 100644 index 00000000..be5bb08d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000032_efb02c0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000033_152bf88e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000033_152bf88e.szcp new file mode 100644 index 00000000..8068c3a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000033_152bf88e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000034_a3c46050.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000034_a3c46050.szcp new file mode 100644 index 00000000..f1197de2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000034_a3c46050.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000035_a7e89c79.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000035_a7e89c79.szcp new file mode 100644 index 00000000..270fde7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000035_a7e89c79.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000036_3350b098.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000036_3350b098.szcp new file mode 100644 index 00000000..69437c41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000036_3350b098.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000037_7625aa6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000037_7625aa6f.szcp new file mode 100644 index 00000000..ba6b2ed9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000037_7625aa6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000038_042a0587.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000038_042a0587.szcp new file mode 100644 index 00000000..8b08804d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000038_042a0587.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000039_8e2004d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000039_8e2004d6.szcp new file mode 100644 index 00000000..1da0e277 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000039_8e2004d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000040_5bd07d31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000040_5bd07d31.szcp new file mode 100644 index 00000000..97c0c629 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000040_5bd07d31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000041_726cb7e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000041_726cb7e2.szcp new file mode 100644 index 00000000..2da3357f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000041_726cb7e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000042_d97bc743.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000042_d97bc743.szcp new file mode 100644 index 00000000..dc715213 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000042_d97bc743.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000043_f0e24c84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000043_f0e24c84.szcp new file mode 100644 index 00000000..722bc6fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000043_f0e24c84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000044_2a76817b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000044_2a76817b.szcp new file mode 100644 index 00000000..4c3b49b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000044_2a76817b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000045_99c6e336.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000045_99c6e336.szcp new file mode 100644 index 00000000..a0d18fa3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000045_99c6e336.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000046_e2bd04af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000046_e2bd04af.szcp new file mode 100644 index 00000000..6f9ba550 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000046_e2bd04af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000047_44d996e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000047_44d996e9.szcp new file mode 100644 index 00000000..4ef5f2fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000047_44d996e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000048_f4294972.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000048_f4294972.szcp new file mode 100644 index 00000000..d506ffa4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000048_f4294972.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000049_d2db8525.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000049_d2db8525.szcp new file mode 100644 index 00000000..5878cdea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000049_d2db8525.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000050_a23e20fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000050_a23e20fb.szcp new file mode 100644 index 00000000..2227be29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000050_a23e20fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000051_19db3fb9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000051_19db3fb9.szcp new file mode 100644 index 00000000..eacf7cb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000051_19db3fb9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000052_fd4e26dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000052_fd4e26dd.szcp new file mode 100644 index 00000000..9504e917 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000052_fd4e26dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000053_decafdb4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000053_decafdb4.szcp new file mode 100644 index 00000000..642b5fc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000053_decafdb4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000054_66ec9e48.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000054_66ec9e48.szcp new file mode 100644 index 00000000..141a4917 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000054_66ec9e48.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000055_ab13bdcd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000055_ab13bdcd.szcp new file mode 100644 index 00000000..41432cb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000055_ab13bdcd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000056_17e1b1ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000056_17e1b1ca.szcp new file mode 100644 index 00000000..2174f92b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000056_17e1b1ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000057_12148e03.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000057_12148e03.szcp new file mode 100644 index 00000000..14511185 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000057_12148e03.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000058_829f23e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000058_829f23e7.szcp new file mode 100644 index 00000000..16171f80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000058_829f23e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000059_42a90fe3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000059_42a90fe3.szcp new file mode 100644 index 00000000..53443970 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000059_42a90fe3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000060_3dacf9a5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000060_3dacf9a5.szcp new file mode 100644 index 00000000..75e9dffc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000060_3dacf9a5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000061_8c18676c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000061_8c18676c.szcp new file mode 100644 index 00000000..15d5840e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000061_8c18676c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000062_14e1244e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000062_14e1244e.szcp new file mode 100644 index 00000000..3bd0ce51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000062_14e1244e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000063_6e743528.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000063_6e743528.szcp new file mode 100644 index 00000000..87300b0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000063_6e743528.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000064_083f337a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000064_083f337a.szcp new file mode 100644 index 00000000..aa605a13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000064_083f337a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000065_22b2b530.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000065_22b2b530.szcp new file mode 100644 index 00000000..ef5e9ae9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000065_22b2b530.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000066_2d84f1e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000066_2d84f1e5.szcp new file mode 100644 index 00000000..9f2b1aa9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000066_2d84f1e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000067_ffcb0c09.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000067_ffcb0c09.szcp new file mode 100644 index 00000000..2ae8eafa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000067_ffcb0c09.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000068_ca719343.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000068_ca719343.szcp new file mode 100644 index 00000000..cfe3c1f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000068_ca719343.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000069_fb36a16f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000069_fb36a16f.szcp new file mode 100644 index 00000000..d0ddd34f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000069_fb36a16f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000070_48a23784.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000070_48a23784.szcp new file mode 100644 index 00000000..fad41db0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_043/checkpoints/checkpoint_00000000000000000070_48a23784.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000001_4f024853.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000001_4f024853.szar new file mode 100644 index 00000000..5a30442d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000001_4f024853.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000002_794b86f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000002_794b86f1.szar new file mode 100644 index 00000000..8e9f6ac3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000002_794b86f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000003_cb9a76c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000003_cb9a76c7.szar new file mode 100644 index 00000000..937b0993 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000003_cb9a76c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000004_9a2ac91d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000004_9a2ac91d.szar new file mode 100644 index 00000000..462863cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000004_9a2ac91d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000005_a77b7b2e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000005_a77b7b2e.szar new file mode 100644 index 00000000..8109ff3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000005_a77b7b2e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000006_81329fa6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000006_81329fa6.szar new file mode 100644 index 00000000..33a91b21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000006_81329fa6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000007_96748190.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000007_96748190.szar new file mode 100644 index 00000000..b6845d06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000007_96748190.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000008_d3a51ae7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000008_d3a51ae7.szar new file mode 100644 index 00000000..fd75f487 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000008_d3a51ae7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000009_932db5b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000009_932db5b9.szar new file mode 100644 index 00000000..b2dbbf21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000009_932db5b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000010_bdf28ea5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000010_bdf28ea5.szar new file mode 100644 index 00000000..8793312e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000010_bdf28ea5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000011_0db41383.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000011_0db41383.szar new file mode 100644 index 00000000..b2ebcef0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000011_0db41383.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000012_8c01278a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000012_8c01278a.szar new file mode 100644 index 00000000..4b0d43da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000012_8c01278a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000013_c7055f9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000013_c7055f9a.szar new file mode 100644 index 00000000..1ba993cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000013_c7055f9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000014_0859b27e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000014_0859b27e.szar new file mode 100644 index 00000000..8abb7d9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000014_0859b27e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000015_548b4825.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000015_548b4825.szar new file mode 100644 index 00000000..4c2b4526 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000015_548b4825.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000016_ae9526bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000016_ae9526bf.szar new file mode 100644 index 00000000..13f64710 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000016_ae9526bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000017_8652021c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000017_8652021c.szar new file mode 100644 index 00000000..64c93353 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000017_8652021c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000018_2dda535c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000018_2dda535c.szar new file mode 100644 index 00000000..418660be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000018_2dda535c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000019_e2252afd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000019_e2252afd.szar new file mode 100644 index 00000000..2fbd1def Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000019_e2252afd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000020_1421190f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000020_1421190f.szar new file mode 100644 index 00000000..79b3645b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000020_1421190f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000021_5414f7f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000021_5414f7f6.szar new file mode 100644 index 00000000..f4155134 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000021_5414f7f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000022_d3c0aadb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000022_d3c0aadb.szar new file mode 100644 index 00000000..20364c9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000022_d3c0aadb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000023_92fbec6b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000023_92fbec6b.szar new file mode 100644 index 00000000..ef673c6d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000023_92fbec6b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000024_c67bcda7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000024_c67bcda7.szar new file mode 100644 index 00000000..bed7b79a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000024_c67bcda7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000025_5bd236b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000025_5bd236b6.szar new file mode 100644 index 00000000..a26acebe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000025_5bd236b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000026_c5eeb5ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000026_c5eeb5ee.szar new file mode 100644 index 00000000..6b10406d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000026_c5eeb5ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000027_1c1f517e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000027_1c1f517e.szar new file mode 100644 index 00000000..61de5483 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000027_1c1f517e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000028_6ca9129b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000028_6ca9129b.szar new file mode 100644 index 00000000..0d4beb89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000028_6ca9129b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000029_bd7000e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000029_bd7000e2.szar new file mode 100644 index 00000000..e5972a36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000029_bd7000e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000030_e8c7a9e4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000030_e8c7a9e4.szar new file mode 100644 index 00000000..0b01b42d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000030_e8c7a9e4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000031_dc3a8857.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000031_dc3a8857.szar new file mode 100644 index 00000000..4c6f25ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000031_dc3a8857.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000032_aa165a1f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000032_aa165a1f.szar new file mode 100644 index 00000000..566f8c38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000032_aa165a1f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000033_1cb88643.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000033_1cb88643.szar new file mode 100644 index 00000000..6fe94da7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000033_1cb88643.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000034_64096481.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000034_64096481.szar new file mode 100644 index 00000000..ae735695 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000034_64096481.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000035_2dcfd267.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000035_2dcfd267.szar new file mode 100644 index 00000000..953dc312 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000035_2dcfd267.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000036_ab85500c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000036_ab85500c.szar new file mode 100644 index 00000000..3e59d205 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000036_ab85500c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000037_9762e353.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000037_9762e353.szar new file mode 100644 index 00000000..6796bb5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000037_9762e353.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000038_bf112f38.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000038_bf112f38.szar new file mode 100644 index 00000000..e1fe7314 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000038_bf112f38.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000039_4122eef0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000039_4122eef0.szar new file mode 100644 index 00000000..fc0d40e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000039_4122eef0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000040_9e7f4492.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000040_9e7f4492.szar new file mode 100644 index 00000000..3407b268 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000040_9e7f4492.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000041_c5e753d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000041_c5e753d0.szar new file mode 100644 index 00000000..989ab886 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000041_c5e753d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000042_54f25e93.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000042_54f25e93.szar new file mode 100644 index 00000000..20cdb9ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000042_54f25e93.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000043_ae162e8a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000043_ae162e8a.szar new file mode 100644 index 00000000..4c983abd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000043_ae162e8a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000044_321814c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000044_321814c7.szar new file mode 100644 index 00000000..15fa8fb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000044_321814c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000045_e4c28504.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000045_e4c28504.szar new file mode 100644 index 00000000..519f542c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000045_e4c28504.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000046_6c546a02.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000046_6c546a02.szar new file mode 100644 index 00000000..36fd8206 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000046_6c546a02.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000047_e700d613.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000047_e700d613.szar new file mode 100644 index 00000000..6665ab15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000047_e700d613.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000048_22b8dd87.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000048_22b8dd87.szar new file mode 100644 index 00000000..00d54525 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000048_22b8dd87.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000049_0de2d1d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000049_0de2d1d4.szar new file mode 100644 index 00000000..d51a7769 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000049_0de2d1d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000050_ebdc23fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000050_ebdc23fa.szar new file mode 100644 index 00000000..26a01613 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000050_ebdc23fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000051_9fd60ffe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000051_9fd60ffe.szar new file mode 100644 index 00000000..fa8c1b00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000051_9fd60ffe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000052_9a637460.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000052_9a637460.szar new file mode 100644 index 00000000..41ed53b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000052_9a637460.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000053_1872c4ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000053_1872c4ac.szar new file mode 100644 index 00000000..a5da4211 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000053_1872c4ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000054_5d487750.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000054_5d487750.szar new file mode 100644 index 00000000..8ad76b41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000054_5d487750.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000055_2feca47d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000055_2feca47d.szar new file mode 100644 index 00000000..a8a07e40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000055_2feca47d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000056_a556a1a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000056_a556a1a0.szar new file mode 100644 index 00000000..cbe1e040 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000056_a556a1a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000057_77aa1163.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000057_77aa1163.szar new file mode 100644 index 00000000..76a5170c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000057_77aa1163.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000058_b7ca42e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000058_b7ca42e7.szar new file mode 100644 index 00000000..9fc7d3db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000058_b7ca42e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000059_07181b19.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000059_07181b19.szar new file mode 100644 index 00000000..6c9eb87e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000059_07181b19.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000060_7cd488ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000060_7cd488ce.szar new file mode 100644 index 00000000..849f9231 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000060_7cd488ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000061_4a22cdf4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000061_4a22cdf4.szar new file mode 100644 index 00000000..b97739ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000061_4a22cdf4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000062_ad3b7968.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000062_ad3b7968.szar new file mode 100644 index 00000000..11522f8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000062_ad3b7968.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000063_80f406e5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000063_80f406e5.szar new file mode 100644 index 00000000..e79b8cee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000063_80f406e5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000064_98eaa933.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000064_98eaa933.szar new file mode 100644 index 00000000..ea8bbc47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000064_98eaa933.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000065_dbc26612.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000065_dbc26612.szar new file mode 100644 index 00000000..09a98dae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000065_dbc26612.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000066_04858c81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000066_04858c81.szar new file mode 100644 index 00000000..03b8204a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000066_04858c81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000067_a40ff831.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000067_a40ff831.szar new file mode 100644 index 00000000..93026bd5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000067_a40ff831.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000068_7516fa09.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000068_7516fa09.szar new file mode 100644 index 00000000..264c674d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000068_7516fa09.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000069_ae9e0b01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000069_ae9e0b01.szar new file mode 100644 index 00000000..111e1f1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000069_ae9e0b01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000070_54631c3f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000070_54631c3f.szar new file mode 100644 index 00000000..fe0181d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000070_54631c3f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000071_890046f0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000071_890046f0.szar new file mode 100644 index 00000000..8c74a27f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000071_890046f0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000072_24aa8622.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000072_24aa8622.szar new file mode 100644 index 00000000..2caad2af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000072_24aa8622.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000073_81e02409.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000073_81e02409.szar new file mode 100644 index 00000000..02988602 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000073_81e02409.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000074_38d9b45c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000074_38d9b45c.szar new file mode 100644 index 00000000..e8ea921c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000074_38d9b45c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000075_14980bfa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000075_14980bfa.szar new file mode 100644 index 00000000..bbe31171 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000075_14980bfa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000076_2d3b6de4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000076_2d3b6de4.szar new file mode 100644 index 00000000..532e4aaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000076_2d3b6de4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000077_5c0dcc1c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000077_5c0dcc1c.szar new file mode 100644 index 00000000..110547e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000077_5c0dcc1c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000078_6b77af72.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000078_6b77af72.szar new file mode 100644 index 00000000..5ed61904 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000078_6b77af72.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000079_cecb5089.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000079_cecb5089.szar new file mode 100644 index 00000000..faed9daf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000079_cecb5089.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000080_9d311c0e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000080_9d311c0e.szar new file mode 100644 index 00000000..fe3d79b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000080_9d311c0e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000081_6c3a0d93.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000081_6c3a0d93.szar new file mode 100644 index 00000000..33a7d76a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/archive/delta_00000000000000000081_6c3a0d93.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000001_dff785ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000001_dff785ca.szcp new file mode 100644 index 00000000..5fcc9148 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000001_dff785ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000002_dbfc0347.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000002_dbfc0347.szcp new file mode 100644 index 00000000..3cff75ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000002_dbfc0347.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000003_3522f5d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000003_3522f5d6.szcp new file mode 100644 index 00000000..d7312b9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000003_3522f5d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000004_2a140943.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000004_2a140943.szcp new file mode 100644 index 00000000..8a486a3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000004_2a140943.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000005_604af20c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000005_604af20c.szcp new file mode 100644 index 00000000..eda88d09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000005_604af20c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000006_f88b756b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000006_f88b756b.szcp new file mode 100644 index 00000000..4e7ebd6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000006_f88b756b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000007_5117b3e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000007_5117b3e9.szcp new file mode 100644 index 00000000..eaa3d64c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000007_5117b3e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000008_bfec43a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000008_bfec43a3.szcp new file mode 100644 index 00000000..1904e39e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000008_bfec43a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000009_d353bfd6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000009_d353bfd6.szcp new file mode 100644 index 00000000..db988c04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000009_d353bfd6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000010_052ed19d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000010_052ed19d.szcp new file mode 100644 index 00000000..d26bb1ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000010_052ed19d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000011_64fbab42.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000011_64fbab42.szcp new file mode 100644 index 00000000..60e9c504 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000011_64fbab42.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000012_e4495535.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000012_e4495535.szcp new file mode 100644 index 00000000..43b31375 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000012_e4495535.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000013_b6e54392.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000013_b6e54392.szcp new file mode 100644 index 00000000..81ed9590 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000013_b6e54392.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000014_64f01495.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000014_64f01495.szcp new file mode 100644 index 00000000..57b7317e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000014_64f01495.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000015_e42e6c1e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000015_e42e6c1e.szcp new file mode 100644 index 00000000..86eb9bd5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000015_e42e6c1e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000016_12fc4183.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000016_12fc4183.szcp new file mode 100644 index 00000000..f99f39cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000016_12fc4183.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000017_86e0effd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000017_86e0effd.szcp new file mode 100644 index 00000000..31329d5e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000017_86e0effd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000018_431b2ec9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000018_431b2ec9.szcp new file mode 100644 index 00000000..e93ca058 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000018_431b2ec9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000019_8c46a8e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000019_8c46a8e9.szcp new file mode 100644 index 00000000..76ddac82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000019_8c46a8e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000020_ad983b60.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000020_ad983b60.szcp new file mode 100644 index 00000000..ef4f5569 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000020_ad983b60.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000021_af6cbc87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000021_af6cbc87.szcp new file mode 100644 index 00000000..cc10385c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000021_af6cbc87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000022_f3b60d41.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000022_f3b60d41.szcp new file mode 100644 index 00000000..18a70516 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000022_f3b60d41.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000023_f068357b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000023_f068357b.szcp new file mode 100644 index 00000000..df99bc49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000023_f068357b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000024_381d18e0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000024_381d18e0.szcp new file mode 100644 index 00000000..f3df4082 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000024_381d18e0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000025_56327721.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000025_56327721.szcp new file mode 100644 index 00000000..27fea818 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000025_56327721.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000026_c10b44f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000026_c10b44f2.szcp new file mode 100644 index 00000000..10077473 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000026_c10b44f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000027_b4ca02f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000027_b4ca02f5.szcp new file mode 100644 index 00000000..bee8857e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000027_b4ca02f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000028_1390c4be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000028_1390c4be.szcp new file mode 100644 index 00000000..102e4b97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000028_1390c4be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000029_d676bada.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000029_d676bada.szcp new file mode 100644 index 00000000..0058e808 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000029_d676bada.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000030_ca9d7f96.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000030_ca9d7f96.szcp new file mode 100644 index 00000000..44182832 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000030_ca9d7f96.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000031_785815f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000031_785815f2.szcp new file mode 100644 index 00000000..67bdc94e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000031_785815f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000032_77a86863.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000032_77a86863.szcp new file mode 100644 index 00000000..b554be4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000032_77a86863.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000033_11cba152.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000033_11cba152.szcp new file mode 100644 index 00000000..09121c41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000033_11cba152.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000034_021c9541.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000034_021c9541.szcp new file mode 100644 index 00000000..87334ac6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000034_021c9541.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000035_9d547c14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000035_9d547c14.szcp new file mode 100644 index 00000000..ed971753 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000035_9d547c14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000036_998ccca5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000036_998ccca5.szcp new file mode 100644 index 00000000..d5553dff Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000036_998ccca5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000037_01ed80db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000037_01ed80db.szcp new file mode 100644 index 00000000..dba3da14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000037_01ed80db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000038_0cc95936.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000038_0cc95936.szcp new file mode 100644 index 00000000..e5a98090 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000038_0cc95936.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000039_a0973dd0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000039_a0973dd0.szcp new file mode 100644 index 00000000..bc442b57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000039_a0973dd0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000040_6978e8f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000040_6978e8f5.szcp new file mode 100644 index 00000000..330c7942 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000040_6978e8f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000041_379f4493.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000041_379f4493.szcp new file mode 100644 index 00000000..4310c594 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000041_379f4493.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000042_362e455d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000042_362e455d.szcp new file mode 100644 index 00000000..d692ed0c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000042_362e455d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000043_ab2362ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000043_ab2362ac.szcp new file mode 100644 index 00000000..e09e49c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000043_ab2362ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000044_7d9c84b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000044_7d9c84b6.szcp new file mode 100644 index 00000000..f8f2ae99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000044_7d9c84b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000045_882f91b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000045_882f91b1.szcp new file mode 100644 index 00000000..917d96ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000045_882f91b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000046_f2d69a34.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000046_f2d69a34.szcp new file mode 100644 index 00000000..a7421df0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000046_f2d69a34.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000047_6cce294e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000047_6cce294e.szcp new file mode 100644 index 00000000..bb59d455 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000047_6cce294e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000048_91fddba6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000048_91fddba6.szcp new file mode 100644 index 00000000..9679e01b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000048_91fddba6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000049_49209c37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000049_49209c37.szcp new file mode 100644 index 00000000..dea20b89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000049_49209c37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000050_208a3290.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000050_208a3290.szcp new file mode 100644 index 00000000..6d414a03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000050_208a3290.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000051_876b8ef3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000051_876b8ef3.szcp new file mode 100644 index 00000000..8b35f2d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000051_876b8ef3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000052_6846351b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000052_6846351b.szcp new file mode 100644 index 00000000..d426d7ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000052_6846351b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000053_7d7225a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000053_7d7225a3.szcp new file mode 100644 index 00000000..21470d72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000053_7d7225a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000054_21b5f66d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000054_21b5f66d.szcp new file mode 100644 index 00000000..de7e9e47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000054_21b5f66d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000055_3770bf9e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000055_3770bf9e.szcp new file mode 100644 index 00000000..69a7ac4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000055_3770bf9e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000056_66731850.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000056_66731850.szcp new file mode 100644 index 00000000..879b3488 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000056_66731850.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000057_87c6c629.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000057_87c6c629.szcp new file mode 100644 index 00000000..a5c12f1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000057_87c6c629.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000058_4bb4523e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000058_4bb4523e.szcp new file mode 100644 index 00000000..f425c53b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000058_4bb4523e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000059_c5904ac8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000059_c5904ac8.szcp new file mode 100644 index 00000000..89f027d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000059_c5904ac8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000060_17a83670.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000060_17a83670.szcp new file mode 100644 index 00000000..af3f651c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000060_17a83670.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000061_8c8b6120.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000061_8c8b6120.szcp new file mode 100644 index 00000000..5f099a85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000061_8c8b6120.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000062_4fba23e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000062_4fba23e7.szcp new file mode 100644 index 00000000..ff56dddd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000062_4fba23e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000063_1b60839a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000063_1b60839a.szcp new file mode 100644 index 00000000..06c95fdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000063_1b60839a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000064_862bd258.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000064_862bd258.szcp new file mode 100644 index 00000000..e903ca91 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000064_862bd258.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000065_7c5d688b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000065_7c5d688b.szcp new file mode 100644 index 00000000..2fbc8a0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000065_7c5d688b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000066_c27f60a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000066_c27f60a9.szcp new file mode 100644 index 00000000..a44c31de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000066_c27f60a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000067_793fdb70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000067_793fdb70.szcp new file mode 100644 index 00000000..b6fc08eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000067_793fdb70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000068_a4caa74c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000068_a4caa74c.szcp new file mode 100644 index 00000000..d8d66c5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000068_a4caa74c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000069_8e021b86.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000069_8e021b86.szcp new file mode 100644 index 00000000..cc55cfda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000069_8e021b86.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000070_6dd083d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000070_6dd083d0.szcp new file mode 100644 index 00000000..be5d5197 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000070_6dd083d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000071_1614f294.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000071_1614f294.szcp new file mode 100644 index 00000000..06030369 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000071_1614f294.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000072_3b146967.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000072_3b146967.szcp new file mode 100644 index 00000000..98cea6df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000072_3b146967.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000073_eb5702d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000073_eb5702d2.szcp new file mode 100644 index 00000000..2da6029e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000073_eb5702d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000074_9367e9e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000074_9367e9e5.szcp new file mode 100644 index 00000000..0bc1c3d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000074_9367e9e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000075_08c071b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000075_08c071b1.szcp new file mode 100644 index 00000000..1d87b65e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000075_08c071b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000076_46a37092.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000076_46a37092.szcp new file mode 100644 index 00000000..8f10733c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000076_46a37092.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000077_8fd47afb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000077_8fd47afb.szcp new file mode 100644 index 00000000..8444a2a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000077_8fd47afb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000078_6d8fed40.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000078_6d8fed40.szcp new file mode 100644 index 00000000..98e5e4c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000078_6d8fed40.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000079_af1bab31.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000079_af1bab31.szcp new file mode 100644 index 00000000..a79ed221 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000079_af1bab31.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000080_9c15d651.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000080_9c15d651.szcp new file mode 100644 index 00000000..cb2093b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000080_9c15d651.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000081_c0472f30.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000081_c0472f30.szcp new file mode 100644 index 00000000..9764cb2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_044/checkpoints/checkpoint_00000000000000000081_c0472f30.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000001_e44d7c49.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000001_e44d7c49.szar new file mode 100644 index 00000000..a2f288b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000001_e44d7c49.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000002_4e717d2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000002_4e717d2f.szar new file mode 100644 index 00000000..a0825a97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000002_4e717d2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000003_6cf2aacc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000003_6cf2aacc.szar new file mode 100644 index 00000000..90f1da62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000003_6cf2aacc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000004_7656d0b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000004_7656d0b9.szar new file mode 100644 index 00000000..c4d92fa4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000004_7656d0b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000005_c1e5ffca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000005_c1e5ffca.szar new file mode 100644 index 00000000..13d10b02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000005_c1e5ffca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000006_84db34d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000006_84db34d0.szar new file mode 100644 index 00000000..7a3d42f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000006_84db34d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000007_bdb16a9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000007_bdb16a9a.szar new file mode 100644 index 00000000..385a5a38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000007_bdb16a9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000008_5e49f375.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000008_5e49f375.szar new file mode 100644 index 00000000..438843ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000008_5e49f375.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000009_ca28be47.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000009_ca28be47.szar new file mode 100644 index 00000000..1e0f8bf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000009_ca28be47.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000010_cc9e80fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000010_cc9e80fc.szar new file mode 100644 index 00000000..6dd88845 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000010_cc9e80fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000011_60950e1d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000011_60950e1d.szar new file mode 100644 index 00000000..b889e6fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000011_60950e1d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000012_237bdcbd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000012_237bdcbd.szar new file mode 100644 index 00000000..999634b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000012_237bdcbd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000013_a6dafe85.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000013_a6dafe85.szar new file mode 100644 index 00000000..19324301 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000013_a6dafe85.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000014_6e92ae5b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000014_6e92ae5b.szar new file mode 100644 index 00000000..935d7e2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000014_6e92ae5b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000015_e2afd469.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000015_e2afd469.szar new file mode 100644 index 00000000..89c17b03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000015_e2afd469.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000016_711efc84.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000016_711efc84.szar new file mode 100644 index 00000000..4043103b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000016_711efc84.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000017_d42fe710.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000017_d42fe710.szar new file mode 100644 index 00000000..90e20ad0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000017_d42fe710.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000018_da01a212.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000018_da01a212.szar new file mode 100644 index 00000000..77dcefc9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000018_da01a212.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000019_a233f9af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000019_a233f9af.szar new file mode 100644 index 00000000..9f947538 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000019_a233f9af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000020_8d5381c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000020_8d5381c5.szar new file mode 100644 index 00000000..b6e0e461 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000020_8d5381c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000021_dca03d67.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000021_dca03d67.szar new file mode 100644 index 00000000..a23c53fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000021_dca03d67.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000022_26ce201d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000022_26ce201d.szar new file mode 100644 index 00000000..d602740a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000022_26ce201d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000023_e0ed4193.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000023_e0ed4193.szar new file mode 100644 index 00000000..402adf76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000023_e0ed4193.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000024_4d70fd4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000024_4d70fd4c.szar new file mode 100644 index 00000000..86357a2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000024_4d70fd4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000025_74c96c9c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000025_74c96c9c.szar new file mode 100644 index 00000000..1dd3837b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000025_74c96c9c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000026_cd6e7295.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000026_cd6e7295.szar new file mode 100644 index 00000000..316efcec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000026_cd6e7295.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000027_1530a4ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000027_1530a4ff.szar new file mode 100644 index 00000000..6ad06ecb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000027_1530a4ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000028_7bc72bf9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000028_7bc72bf9.szar new file mode 100644 index 00000000..b9f57289 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000028_7bc72bf9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000029_4538c57d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000029_4538c57d.szar new file mode 100644 index 00000000..fd7f46f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000029_4538c57d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000030_d23d4941.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000030_d23d4941.szar new file mode 100644 index 00000000..6c0a2312 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000030_d23d4941.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000031_9c79573a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000031_9c79573a.szar new file mode 100644 index 00000000..6f794af7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000031_9c79573a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000032_75903c54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000032_75903c54.szar new file mode 100644 index 00000000..3aec8a92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000032_75903c54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000033_51a57be1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000033_51a57be1.szar new file mode 100644 index 00000000..4b7ac897 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000033_51a57be1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000034_378d2c70.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000034_378d2c70.szar new file mode 100644 index 00000000..85f5c75c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000034_378d2c70.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000035_e57297bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000035_e57297bd.szar new file mode 100644 index 00000000..00baec1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000035_e57297bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000036_74e5a52a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000036_74e5a52a.szar new file mode 100644 index 00000000..e9af6668 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000036_74e5a52a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000037_f6953d7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000037_f6953d7b.szar new file mode 100644 index 00000000..bb8f040d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000037_f6953d7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000038_c216a446.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000038_c216a446.szar new file mode 100644 index 00000000..99d4adfb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000038_c216a446.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000039_469b5393.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000039_469b5393.szar new file mode 100644 index 00000000..41dca8bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000039_469b5393.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000040_b77452d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000040_b77452d6.szar new file mode 100644 index 00000000..13450b06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000040_b77452d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000041_c91c08d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000041_c91c08d5.szar new file mode 100644 index 00000000..55573935 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000041_c91c08d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000042_c2a691ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000042_c2a691ae.szar new file mode 100644 index 00000000..89fddc0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000042_c2a691ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000043_b2fab5ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000043_b2fab5ea.szar new file mode 100644 index 00000000..bbd19060 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000043_b2fab5ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000044_eb1e0a2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000044_eb1e0a2f.szar new file mode 100644 index 00000000..ef915a4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000044_eb1e0a2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000045_dad5e3d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000045_dad5e3d5.szar new file mode 100644 index 00000000..f1f4b881 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000045_dad5e3d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000046_cff5fc9b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000046_cff5fc9b.szar new file mode 100644 index 00000000..894f6487 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000046_cff5fc9b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000047_9cfcb98c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000047_9cfcb98c.szar new file mode 100644 index 00000000..19074b0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000047_9cfcb98c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000048_32dd2398.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000048_32dd2398.szar new file mode 100644 index 00000000..48c80ac0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000048_32dd2398.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000049_21900d16.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000049_21900d16.szar new file mode 100644 index 00000000..cc81d9c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000049_21900d16.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000050_f327c72c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000050_f327c72c.szar new file mode 100644 index 00000000..9ced6813 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000050_f327c72c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000051_629475b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000051_629475b7.szar new file mode 100644 index 00000000..4ac18be9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000051_629475b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000052_6527bf52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000052_6527bf52.szar new file mode 100644 index 00000000..bac9f200 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000052_6527bf52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000053_3bc71fb9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000053_3bc71fb9.szar new file mode 100644 index 00000000..cb19b05b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000053_3bc71fb9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000054_2b639a86.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000054_2b639a86.szar new file mode 100644 index 00000000..e7dae8b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000054_2b639a86.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000055_fbfba3ba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000055_fbfba3ba.szar new file mode 100644 index 00000000..4f539d7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000055_fbfba3ba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000056_b10b9b6b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000056_b10b9b6b.szar new file mode 100644 index 00000000..39bbc485 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000056_b10b9b6b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000057_670c568a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000057_670c568a.szar new file mode 100644 index 00000000..d546b0c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000057_670c568a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000058_8fdf403e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000058_8fdf403e.szar new file mode 100644 index 00000000..88f89d18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000058_8fdf403e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000059_83c6f622.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000059_83c6f622.szar new file mode 100644 index 00000000..b3230fde Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000059_83c6f622.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000060_573c1830.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000060_573c1830.szar new file mode 100644 index 00000000..1c31d95f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000060_573c1830.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000061_635d0af9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000061_635d0af9.szar new file mode 100644 index 00000000..522abc80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000061_635d0af9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000062_cd1a6a16.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000062_cd1a6a16.szar new file mode 100644 index 00000000..33ae91d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000062_cd1a6a16.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000063_290c3d60.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000063_290c3d60.szar new file mode 100644 index 00000000..f0110cf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000063_290c3d60.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000064_5214773c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000064_5214773c.szar new file mode 100644 index 00000000..91624778 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000064_5214773c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000065_195f0a04.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000065_195f0a04.szar new file mode 100644 index 00000000..4a24775e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000065_195f0a04.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000066_1afd870e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000066_1afd870e.szar new file mode 100644 index 00000000..01109ab2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000066_1afd870e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000067_e48ba6a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000067_e48ba6a3.szar new file mode 100644 index 00000000..e2aeb7e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000067_e48ba6a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000068_9fa1104d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000068_9fa1104d.szar new file mode 100644 index 00000000..d3a7d71b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000068_9fa1104d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000069_f7169603.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000069_f7169603.szar new file mode 100644 index 00000000..134f200c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000069_f7169603.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000070_3f54c0ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000070_3f54c0ff.szar new file mode 100644 index 00000000..d8ca02fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000070_3f54c0ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000071_c040aa8b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000071_c040aa8b.szar new file mode 100644 index 00000000..f2cd3683 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000071_c040aa8b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000072_145fd62f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000072_145fd62f.szar new file mode 100644 index 00000000..591e7b89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000072_145fd62f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000073_d5085c4d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000073_d5085c4d.szar new file mode 100644 index 00000000..c2fb6d81 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000073_d5085c4d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000074_e58dd443.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000074_e58dd443.szar new file mode 100644 index 00000000..cb069c9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000074_e58dd443.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000075_dbf8b85e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000075_dbf8b85e.szar new file mode 100644 index 00000000..fac2ee3c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000075_dbf8b85e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000076_d26d280f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000076_d26d280f.szar new file mode 100644 index 00000000..0f4d59a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000076_d26d280f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000077_695d3953.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000077_695d3953.szar new file mode 100644 index 00000000..415c8ec1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000077_695d3953.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000078_0e7c228e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000078_0e7c228e.szar new file mode 100644 index 00000000..836e9bc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000078_0e7c228e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000079_98062dbc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000079_98062dbc.szar new file mode 100644 index 00000000..5112126d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000079_98062dbc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000080_cd7fbc65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000080_cd7fbc65.szar new file mode 100644 index 00000000..659e7266 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000080_cd7fbc65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000081_d2fc2c8e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000081_d2fc2c8e.szar new file mode 100644 index 00000000..93920d1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000081_d2fc2c8e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000082_aa4beeef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000082_aa4beeef.szar new file mode 100644 index 00000000..d5d0130f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000082_aa4beeef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000083_1ccd824c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000083_1ccd824c.szar new file mode 100644 index 00000000..955e7072 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000083_1ccd824c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000084_2f608f5c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000084_2f608f5c.szar new file mode 100644 index 00000000..14ad07b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000084_2f608f5c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000085_f9120a24.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000085_f9120a24.szar new file mode 100644 index 00000000..a6e68715 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/archive/delta_00000000000000000085_f9120a24.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000001_786be33f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000001_786be33f.szcp new file mode 100644 index 00000000..c48db2af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000001_786be33f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000002_d02287e0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000002_d02287e0.szcp new file mode 100644 index 00000000..b103cdd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000002_d02287e0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000003_25768b1c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000003_25768b1c.szcp new file mode 100644 index 00000000..a7e72c80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000003_25768b1c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000004_79b135fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000004_79b135fc.szcp new file mode 100644 index 00000000..f54e0b3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000004_79b135fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000005_0db7448c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000005_0db7448c.szcp new file mode 100644 index 00000000..690a6870 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000005_0db7448c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000006_ae700d70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000006_ae700d70.szcp new file mode 100644 index 00000000..77592bd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000006_ae700d70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000007_1d5f06c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000007_1d5f06c9.szcp new file mode 100644 index 00000000..32eaffd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000007_1d5f06c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000008_995de11c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000008_995de11c.szcp new file mode 100644 index 00000000..b2e44992 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000008_995de11c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000009_6a4d2bab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000009_6a4d2bab.szcp new file mode 100644 index 00000000..9d8a4eb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000009_6a4d2bab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000010_7236de50.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000010_7236de50.szcp new file mode 100644 index 00000000..711a36b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000010_7236de50.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000011_1b95a600.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000011_1b95a600.szcp new file mode 100644 index 00000000..b4333fe2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000011_1b95a600.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000012_f3ea7bea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000012_f3ea7bea.szcp new file mode 100644 index 00000000..7b23a17d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000012_f3ea7bea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000013_8f887b6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000013_8f887b6a.szcp new file mode 100644 index 00000000..50689580 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000013_8f887b6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000014_55ae7cc9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000014_55ae7cc9.szcp new file mode 100644 index 00000000..1c1d2cca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000014_55ae7cc9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000015_1cbc4609.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000015_1cbc4609.szcp new file mode 100644 index 00000000..6cc2b8b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000015_1cbc4609.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000016_ea747a48.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000016_ea747a48.szcp new file mode 100644 index 00000000..6a943ced Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000016_ea747a48.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000017_aa3ff609.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000017_aa3ff609.szcp new file mode 100644 index 00000000..917e7d40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000017_aa3ff609.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000018_28a7c8cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000018_28a7c8cf.szcp new file mode 100644 index 00000000..ff49c3a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000018_28a7c8cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000019_5fcc2a1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000019_5fcc2a1f.szcp new file mode 100644 index 00000000..5e5c4914 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000019_5fcc2a1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000020_172d1c0b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000020_172d1c0b.szcp new file mode 100644 index 00000000..abb4bbc6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000020_172d1c0b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000021_bc03b405.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000021_bc03b405.szcp new file mode 100644 index 00000000..8957ca18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000021_bc03b405.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000022_109119c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000022_109119c0.szcp new file mode 100644 index 00000000..76005ed4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000022_109119c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000023_cf5db379.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000023_cf5db379.szcp new file mode 100644 index 00000000..da8702a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000023_cf5db379.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000024_eb16decf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000024_eb16decf.szcp new file mode 100644 index 00000000..23527dc9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000024_eb16decf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000025_8f2ff8f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000025_8f2ff8f9.szcp new file mode 100644 index 00000000..110e3546 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000025_8f2ff8f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000026_6e469308.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000026_6e469308.szcp new file mode 100644 index 00000000..60e5b601 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000026_6e469308.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000027_203eea3b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000027_203eea3b.szcp new file mode 100644 index 00000000..36ecc09f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000027_203eea3b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000028_af54563a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000028_af54563a.szcp new file mode 100644 index 00000000..ba23b6d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000028_af54563a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000029_c1ead676.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000029_c1ead676.szcp new file mode 100644 index 00000000..18570fc9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000029_c1ead676.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000030_5ccd60ef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000030_5ccd60ef.szcp new file mode 100644 index 00000000..e9f7cd4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000030_5ccd60ef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000031_ec22de26.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000031_ec22de26.szcp new file mode 100644 index 00000000..ce67704c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000031_ec22de26.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000032_7febe274.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000032_7febe274.szcp new file mode 100644 index 00000000..f3c84e00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000032_7febe274.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000033_22f75761.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000033_22f75761.szcp new file mode 100644 index 00000000..4c8e60cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000033_22f75761.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000034_98388e70.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000034_98388e70.szcp new file mode 100644 index 00000000..82c269b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000034_98388e70.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000035_6c445c9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000035_6c445c9d.szcp new file mode 100644 index 00000000..7d46f4c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000035_6c445c9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000036_84d9bb2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000036_84d9bb2d.szcp new file mode 100644 index 00000000..7d41d1dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000036_84d9bb2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000037_88b43fc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000037_88b43fc1.szcp new file mode 100644 index 00000000..252409a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000037_88b43fc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000038_1805ddbf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000038_1805ddbf.szcp new file mode 100644 index 00000000..a46b0aad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000038_1805ddbf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000039_fdeb081c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000039_fdeb081c.szcp new file mode 100644 index 00000000..207390d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000039_fdeb081c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000040_efee8f24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000040_efee8f24.szcp new file mode 100644 index 00000000..5a5b5341 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000040_efee8f24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000041_673011f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000041_673011f3.szcp new file mode 100644 index 00000000..9e37a739 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000041_673011f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000042_507844c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000042_507844c1.szcp new file mode 100644 index 00000000..40d42419 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000042_507844c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000043_ce51e774.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000043_ce51e774.szcp new file mode 100644 index 00000000..6f67fe0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000043_ce51e774.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000044_e8810352.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000044_e8810352.szcp new file mode 100644 index 00000000..7ac3e506 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000044_e8810352.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000045_fd3914a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000045_fd3914a6.szcp new file mode 100644 index 00000000..792a0c9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000045_fd3914a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000046_9b282bff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000046_9b282bff.szcp new file mode 100644 index 00000000..1e269276 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000046_9b282bff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000047_17b4450c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000047_17b4450c.szcp new file mode 100644 index 00000000..3c217229 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000047_17b4450c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000048_4dcdbeae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000048_4dcdbeae.szcp new file mode 100644 index 00000000..9a6ce8fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000048_4dcdbeae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000049_89a1da32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000049_89a1da32.szcp new file mode 100644 index 00000000..fdefac92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000049_89a1da32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000050_e4c98c6c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000050_e4c98c6c.szcp new file mode 100644 index 00000000..dfe66c46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000050_e4c98c6c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000051_530defd8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000051_530defd8.szcp new file mode 100644 index 00000000..0e34c1cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000051_530defd8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000052_a6c63848.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000052_a6c63848.szcp new file mode 100644 index 00000000..e2702bd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000052_a6c63848.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000053_795d5a5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000053_795d5a5e.szcp new file mode 100644 index 00000000..867b0856 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000053_795d5a5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000054_032d2a67.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000054_032d2a67.szcp new file mode 100644 index 00000000..68bfbdbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000054_032d2a67.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000055_c1bd68bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000055_c1bd68bc.szcp new file mode 100644 index 00000000..214fe547 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000055_c1bd68bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000056_a08f0509.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000056_a08f0509.szcp new file mode 100644 index 00000000..78318df1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000056_a08f0509.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000057_2c214134.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000057_2c214134.szcp new file mode 100644 index 00000000..5e929982 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000057_2c214134.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000058_6ccb90c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000058_6ccb90c5.szcp new file mode 100644 index 00000000..749df98d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000058_6ccb90c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000059_74e3753c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000059_74e3753c.szcp new file mode 100644 index 00000000..527ba971 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000059_74e3753c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000060_31d43e68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000060_31d43e68.szcp new file mode 100644 index 00000000..d9f85526 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000060_31d43e68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000061_d49db1db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000061_d49db1db.szcp new file mode 100644 index 00000000..e049808a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000061_d49db1db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000062_f54ab430.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000062_f54ab430.szcp new file mode 100644 index 00000000..a1acccba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000062_f54ab430.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000063_8e335a9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000063_8e335a9a.szcp new file mode 100644 index 00000000..e773669c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000063_8e335a9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000064_72f1b46b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000064_72f1b46b.szcp new file mode 100644 index 00000000..1cc6dc1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000064_72f1b46b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000065_4cc64383.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000065_4cc64383.szcp new file mode 100644 index 00000000..d5362920 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000065_4cc64383.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000066_16ce54a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000066_16ce54a0.szcp new file mode 100644 index 00000000..0d00458c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000066_16ce54a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000067_d1773faa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000067_d1773faa.szcp new file mode 100644 index 00000000..7c9cc948 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000067_d1773faa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000068_90cb80bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000068_90cb80bf.szcp new file mode 100644 index 00000000..5b8ee791 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000068_90cb80bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000069_7f0c1a82.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000069_7f0c1a82.szcp new file mode 100644 index 00000000..2d934538 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000069_7f0c1a82.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000070_ba7c8892.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000070_ba7c8892.szcp new file mode 100644 index 00000000..ea8e3c1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000070_ba7c8892.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000071_a0567f8a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000071_a0567f8a.szcp new file mode 100644 index 00000000..bb2d851d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000071_a0567f8a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000072_663c2a74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000072_663c2a74.szcp new file mode 100644 index 00000000..21ae0944 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000072_663c2a74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000073_752d9b33.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000073_752d9b33.szcp new file mode 100644 index 00000000..9c8c6b64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000073_752d9b33.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000074_4d9fd0ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000074_4d9fd0ab.szcp new file mode 100644 index 00000000..738194cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000074_4d9fd0ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000075_476ff09b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000075_476ff09b.szcp new file mode 100644 index 00000000..6e5029b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000075_476ff09b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000076_6b22d5cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000076_6b22d5cd.szcp new file mode 100644 index 00000000..0cbff741 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000076_6b22d5cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000077_959dbdd0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000077_959dbdd0.szcp new file mode 100644 index 00000000..f26c9e59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000077_959dbdd0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000078_a602a012.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000078_a602a012.szcp new file mode 100644 index 00000000..9e10d3d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000078_a602a012.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000079_f9197580.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000079_f9197580.szcp new file mode 100644 index 00000000..02b3e1b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000079_f9197580.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000080_b2aebbfc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000080_b2aebbfc.szcp new file mode 100644 index 00000000..a1e2f20b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000080_b2aebbfc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000081_a731e88b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000081_a731e88b.szcp new file mode 100644 index 00000000..9d3d8d28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000081_a731e88b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000082_c051efd9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000082_c051efd9.szcp new file mode 100644 index 00000000..6c0a042f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000082_c051efd9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000083_e13667f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000083_e13667f7.szcp new file mode 100644 index 00000000..fa8a8990 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000083_e13667f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000084_18c021b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000084_18c021b5.szcp new file mode 100644 index 00000000..fd905332 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000084_18c021b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000085_9758d715.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000085_9758d715.szcp new file mode 100644 index 00000000..7032361c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_045/checkpoints/checkpoint_00000000000000000085_9758d715.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000001_cdf69181.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000001_cdf69181.szar new file mode 100644 index 00000000..429ba298 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000001_cdf69181.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000002_eda6074d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000002_eda6074d.szar new file mode 100644 index 00000000..a6e21393 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000002_eda6074d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000003_e733eefb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000003_e733eefb.szar new file mode 100644 index 00000000..152bb038 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000003_e733eefb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000004_fbfecab3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000004_fbfecab3.szar new file mode 100644 index 00000000..8fcb44c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000004_fbfecab3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000005_8a78e137.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000005_8a78e137.szar new file mode 100644 index 00000000..3ca25372 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000005_8a78e137.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000006_7125d5db.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000006_7125d5db.szar new file mode 100644 index 00000000..55c465a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000006_7125d5db.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000007_3bf21258.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000007_3bf21258.szar new file mode 100644 index 00000000..6f19d536 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000007_3bf21258.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000008_7677ec4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000008_7677ec4b.szar new file mode 100644 index 00000000..63335ce7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000008_7677ec4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000009_10de706b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000009_10de706b.szar new file mode 100644 index 00000000..3182f046 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000009_10de706b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000010_fb683028.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000010_fb683028.szar new file mode 100644 index 00000000..bf8a5188 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000010_fb683028.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000011_5b24e140.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000011_5b24e140.szar new file mode 100644 index 00000000..1338f185 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000011_5b24e140.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000012_ac222c82.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000012_ac222c82.szar new file mode 100644 index 00000000..c2132da3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000012_ac222c82.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000013_a0232b55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000013_a0232b55.szar new file mode 100644 index 00000000..6596a87c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000013_a0232b55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000014_f1a270c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000014_f1a270c7.szar new file mode 100644 index 00000000..b83fdaaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000014_f1a270c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000015_09ba3db7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000015_09ba3db7.szar new file mode 100644 index 00000000..050c930f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000015_09ba3db7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000016_d0930caf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000016_d0930caf.szar new file mode 100644 index 00000000..7608a0e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000016_d0930caf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000017_add67929.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000017_add67929.szar new file mode 100644 index 00000000..387f6e45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000017_add67929.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000018_da87d7ed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000018_da87d7ed.szar new file mode 100644 index 00000000..74ea564b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000018_da87d7ed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000019_15b2ee58.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000019_15b2ee58.szar new file mode 100644 index 00000000..e43eb8f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000019_15b2ee58.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000020_4d5ad86c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000020_4d5ad86c.szar new file mode 100644 index 00000000..f2299857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000020_4d5ad86c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000021_ec92626d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000021_ec92626d.szar new file mode 100644 index 00000000..13c549b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000021_ec92626d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000022_92f1e482.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000022_92f1e482.szar new file mode 100644 index 00000000..21158ddf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000022_92f1e482.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000023_5dc50a4b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000023_5dc50a4b.szar new file mode 100644 index 00000000..9317f8a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000023_5dc50a4b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000024_e1d86059.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000024_e1d86059.szar new file mode 100644 index 00000000..c80793d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000024_e1d86059.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000025_d944a99a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000025_d944a99a.szar new file mode 100644 index 00000000..3d2a650b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000025_d944a99a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000026_d8db6f8c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000026_d8db6f8c.szar new file mode 100644 index 00000000..a52a8662 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000026_d8db6f8c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000027_e0df36fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000027_e0df36fc.szar new file mode 100644 index 00000000..cf3c1348 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000027_e0df36fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000028_9a59eb4e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000028_9a59eb4e.szar new file mode 100644 index 00000000..4325935a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000028_9a59eb4e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000029_f33843aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000029_f33843aa.szar new file mode 100644 index 00000000..bd4c63ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000029_f33843aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000030_2493a931.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000030_2493a931.szar new file mode 100644 index 00000000..79631e7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000030_2493a931.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000031_f1b66be1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000031_f1b66be1.szar new file mode 100644 index 00000000..00318109 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000031_f1b66be1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000032_39bca681.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000032_39bca681.szar new file mode 100644 index 00000000..76bfdd7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000032_39bca681.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000033_e925f060.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000033_e925f060.szar new file mode 100644 index 00000000..6a9e814c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000033_e925f060.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000034_7356493b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000034_7356493b.szar new file mode 100644 index 00000000..e64eeb4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000034_7356493b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000035_ade60f44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000035_ade60f44.szar new file mode 100644 index 00000000..1c72c4ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000035_ade60f44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000036_374ed4b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000036_374ed4b8.szar new file mode 100644 index 00000000..a8ab2936 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000036_374ed4b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000037_59c87960.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000037_59c87960.szar new file mode 100644 index 00000000..9b77f517 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000037_59c87960.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000038_4f6f44f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000038_4f6f44f3.szar new file mode 100644 index 00000000..b6084901 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000038_4f6f44f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000039_9143dd8a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000039_9143dd8a.szar new file mode 100644 index 00000000..55da6e2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000039_9143dd8a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000040_7f55f3e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000040_7f55f3e9.szar new file mode 100644 index 00000000..866b92f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000040_7f55f3e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000041_f2108dd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000041_f2108dd8.szar new file mode 100644 index 00000000..83e59c79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000041_f2108dd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000042_4f54ca1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000042_4f54ca1b.szar new file mode 100644 index 00000000..36870c7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000042_4f54ca1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000043_42c92900.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000043_42c92900.szar new file mode 100644 index 00000000..3cc70461 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000043_42c92900.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000044_ac2b0664.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000044_ac2b0664.szar new file mode 100644 index 00000000..88ded239 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000044_ac2b0664.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000045_2a4cbe73.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000045_2a4cbe73.szar new file mode 100644 index 00000000..774b2a6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000045_2a4cbe73.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000046_19d9bb2a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000046_19d9bb2a.szar new file mode 100644 index 00000000..c7fd650f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000046_19d9bb2a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000047_8322fc66.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000047_8322fc66.szar new file mode 100644 index 00000000..d8d8242f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000047_8322fc66.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000048_01990c16.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000048_01990c16.szar new file mode 100644 index 00000000..3414855c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000048_01990c16.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000049_bb953bac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000049_bb953bac.szar new file mode 100644 index 00000000..ed724a7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000049_bb953bac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000050_3138aa72.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000050_3138aa72.szar new file mode 100644 index 00000000..3cc6485c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000050_3138aa72.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000051_d8c5d91a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000051_d8c5d91a.szar new file mode 100644 index 00000000..2bf58157 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000051_d8c5d91a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000052_6413ac8a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000052_6413ac8a.szar new file mode 100644 index 00000000..3366d861 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000052_6413ac8a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000053_b4858373.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000053_b4858373.szar new file mode 100644 index 00000000..53e66cc1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000053_b4858373.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000054_8072763d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000054_8072763d.szar new file mode 100644 index 00000000..78400857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000054_8072763d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000055_d236fe64.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000055_d236fe64.szar new file mode 100644 index 00000000..c1a2156f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000055_d236fe64.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000056_ff9bb885.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000056_ff9bb885.szar new file mode 100644 index 00000000..da772336 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000056_ff9bb885.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000057_99ba2cbd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000057_99ba2cbd.szar new file mode 100644 index 00000000..5aa30fc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000057_99ba2cbd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000058_510c4c43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000058_510c4c43.szar new file mode 100644 index 00000000..d0173795 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000058_510c4c43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000059_2e03d194.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000059_2e03d194.szar new file mode 100644 index 00000000..f0fe1c8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000059_2e03d194.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000060_3c669843.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000060_3c669843.szar new file mode 100644 index 00000000..50c4b39b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000060_3c669843.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000061_053326e0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000061_053326e0.szar new file mode 100644 index 00000000..06899f4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000061_053326e0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000062_639f480f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000062_639f480f.szar new file mode 100644 index 00000000..e2e499c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000062_639f480f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000063_1b3a1a10.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000063_1b3a1a10.szar new file mode 100644 index 00000000..2992d2ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000063_1b3a1a10.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000064_1e4afcf1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000064_1e4afcf1.szar new file mode 100644 index 00000000..04b71cf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000064_1e4afcf1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000065_d47c9bba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000065_d47c9bba.szar new file mode 100644 index 00000000..8b6f11d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000065_d47c9bba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000066_a201febe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000066_a201febe.szar new file mode 100644 index 00000000..c72b3411 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000066_a201febe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000067_44fed1d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000067_44fed1d7.szar new file mode 100644 index 00000000..1f410cf6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000067_44fed1d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000068_3280cdeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000068_3280cdeb.szar new file mode 100644 index 00000000..c8c4c480 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000068_3280cdeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000069_df926bcb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000069_df926bcb.szar new file mode 100644 index 00000000..e92fa77d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000069_df926bcb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000070_2906b5e4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000070_2906b5e4.szar new file mode 100644 index 00000000..2d14a7ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000070_2906b5e4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000071_d20ff464.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000071_d20ff464.szar new file mode 100644 index 00000000..ec359ada Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000071_d20ff464.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000072_d3e84ab9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000072_d3e84ab9.szar new file mode 100644 index 00000000..0df1aa5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000072_d3e84ab9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000073_7f68e3f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000073_7f68e3f6.szar new file mode 100644 index 00000000..2c16545c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000073_7f68e3f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000074_d63162da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000074_d63162da.szar new file mode 100644 index 00000000..b786379b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000074_d63162da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000075_e25e7695.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000075_e25e7695.szar new file mode 100644 index 00000000..98485fd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000075_e25e7695.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000076_292e24ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000076_292e24ce.szar new file mode 100644 index 00000000..5c44145b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000076_292e24ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000077_2a38cf27.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000077_2a38cf27.szar new file mode 100644 index 00000000..17e60bf5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000077_2a38cf27.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000078_9d05f7f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000078_9d05f7f3.szar new file mode 100644 index 00000000..fd3a4eb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000078_9d05f7f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000079_d5235b4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000079_d5235b4c.szar new file mode 100644 index 00000000..88dd4aa6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000079_d5235b4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000080_34ee8122.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000080_34ee8122.szar new file mode 100644 index 00000000..25715ab5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000080_34ee8122.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000081_3a8ac92d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000081_3a8ac92d.szar new file mode 100644 index 00000000..127f3c87 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000081_3a8ac92d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000082_7c1d6e0f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000082_7c1d6e0f.szar new file mode 100644 index 00000000..4a0b9f1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000082_7c1d6e0f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000083_63d51247.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000083_63d51247.szar new file mode 100644 index 00000000..b255ab6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000083_63d51247.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000084_20780691.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000084_20780691.szar new file mode 100644 index 00000000..23f0f779 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000084_20780691.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000085_eef538a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000085_eef538a7.szar new file mode 100644 index 00000000..e5a8a348 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/archive/delta_00000000000000000085_eef538a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000001_459d73d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000001_459d73d9.szcp new file mode 100644 index 00000000..db953596 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000001_459d73d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000002_4ab90be7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000002_4ab90be7.szcp new file mode 100644 index 00000000..f789eb2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000002_4ab90be7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000003_dcb9c52d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000003_dcb9c52d.szcp new file mode 100644 index 00000000..70231055 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000003_dcb9c52d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000004_5e531514.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000004_5e531514.szcp new file mode 100644 index 00000000..b147b670 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000004_5e531514.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000005_2f74daa5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000005_2f74daa5.szcp new file mode 100644 index 00000000..169ec2b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000005_2f74daa5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000006_6f274a62.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000006_6f274a62.szcp new file mode 100644 index 00000000..6e3f9ff6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000006_6f274a62.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000007_09edc483.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000007_09edc483.szcp new file mode 100644 index 00000000..60df0b50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000007_09edc483.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000008_eb097d78.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000008_eb097d78.szcp new file mode 100644 index 00000000..6378dcbc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000008_eb097d78.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000009_073f391a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000009_073f391a.szcp new file mode 100644 index 00000000..f814e7b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000009_073f391a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000010_680fbaf1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000010_680fbaf1.szcp new file mode 100644 index 00000000..829c7176 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000010_680fbaf1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000011_e2df6697.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000011_e2df6697.szcp new file mode 100644 index 00000000..09b74bfd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000011_e2df6697.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000012_6c08986a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000012_6c08986a.szcp new file mode 100644 index 00000000..39ca9707 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000012_6c08986a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000013_1e9946a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000013_1e9946a1.szcp new file mode 100644 index 00000000..a7b0ef2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000013_1e9946a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000014_aa068582.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000014_aa068582.szcp new file mode 100644 index 00000000..abb291ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000014_aa068582.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000015_a6ba4d7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000015_a6ba4d7c.szcp new file mode 100644 index 00000000..91ea3ae5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000015_a6ba4d7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000016_fe212271.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000016_fe212271.szcp new file mode 100644 index 00000000..8a369a9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000016_fe212271.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000017_9c676bf7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000017_9c676bf7.szcp new file mode 100644 index 00000000..b4751760 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000017_9c676bf7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000018_4f752d75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000018_4f752d75.szcp new file mode 100644 index 00000000..57b32a93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000018_4f752d75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000019_5e9f4ca1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000019_5e9f4ca1.szcp new file mode 100644 index 00000000..567349cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000019_5e9f4ca1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000020_945c643c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000020_945c643c.szcp new file mode 100644 index 00000000..a714c38d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000020_945c643c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000021_46fa90d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000021_46fa90d0.szcp new file mode 100644 index 00000000..fe92c76c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000021_46fa90d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000022_9c4efebc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000022_9c4efebc.szcp new file mode 100644 index 00000000..74828e22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000022_9c4efebc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000023_8bbe409e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000023_8bbe409e.szcp new file mode 100644 index 00000000..42731b73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000023_8bbe409e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000024_65e10a94.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000024_65e10a94.szcp new file mode 100644 index 00000000..57c61f68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000024_65e10a94.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000025_db6f1412.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000025_db6f1412.szcp new file mode 100644 index 00000000..6b2f47af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000025_db6f1412.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000026_3e1b2bd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000026_3e1b2bd3.szcp new file mode 100644 index 00000000..3c1b2d24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000026_3e1b2bd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000027_df265956.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000027_df265956.szcp new file mode 100644 index 00000000..deda7165 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000027_df265956.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000028_d498d0ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000028_d498d0ce.szcp new file mode 100644 index 00000000..b0c54c2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000028_d498d0ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000029_e1f9d587.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000029_e1f9d587.szcp new file mode 100644 index 00000000..514a245f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000029_e1f9d587.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000030_208a2281.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000030_208a2281.szcp new file mode 100644 index 00000000..b9f88ec5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000030_208a2281.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000031_4263c2bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000031_4263c2bc.szcp new file mode 100644 index 00000000..ad8bbb55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000031_4263c2bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000032_47b0914c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000032_47b0914c.szcp new file mode 100644 index 00000000..afb8d380 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000032_47b0914c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000033_55a8978b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000033_55a8978b.szcp new file mode 100644 index 00000000..4d78f0ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000033_55a8978b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000034_05502f65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000034_05502f65.szcp new file mode 100644 index 00000000..56260dea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000034_05502f65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000035_12000dea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000035_12000dea.szcp new file mode 100644 index 00000000..b482a450 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000035_12000dea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000036_2157742e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000036_2157742e.szcp new file mode 100644 index 00000000..4a8e5e1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000036_2157742e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000037_dd8e1568.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000037_dd8e1568.szcp new file mode 100644 index 00000000..335d2b21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000037_dd8e1568.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000038_69c4a3b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000038_69c4a3b4.szcp new file mode 100644 index 00000000..a7cb9120 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000038_69c4a3b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000039_dd3e39c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000039_dd3e39c2.szcp new file mode 100644 index 00000000..27363131 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000039_dd3e39c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000040_7cb8e548.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000040_7cb8e548.szcp new file mode 100644 index 00000000..b6a62dc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000040_7cb8e548.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000041_5a2b1328.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000041_5a2b1328.szcp new file mode 100644 index 00000000..2320a575 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000041_5a2b1328.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000042_196a0516.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000042_196a0516.szcp new file mode 100644 index 00000000..8b3a62b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000042_196a0516.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000043_503f13bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000043_503f13bc.szcp new file mode 100644 index 00000000..3ba86463 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000043_503f13bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000044_cfa9c132.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000044_cfa9c132.szcp new file mode 100644 index 00000000..69af8e9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000044_cfa9c132.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000045_a4a220d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000045_a4a220d8.szcp new file mode 100644 index 00000000..0e29f001 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000045_a4a220d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000046_110a0fd2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000046_110a0fd2.szcp new file mode 100644 index 00000000..660d5bf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000046_110a0fd2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000047_f0f76d48.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000047_f0f76d48.szcp new file mode 100644 index 00000000..25ec2a69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000047_f0f76d48.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000048_fe527160.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000048_fe527160.szcp new file mode 100644 index 00000000..2f35908a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000048_fe527160.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000049_9a9b882f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000049_9a9b882f.szcp new file mode 100644 index 00000000..4cc2592b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000049_9a9b882f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000050_bd09e004.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000050_bd09e004.szcp new file mode 100644 index 00000000..a219b7c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000050_bd09e004.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000051_44103d1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000051_44103d1b.szcp new file mode 100644 index 00000000..e5603710 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000051_44103d1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000052_b212f81b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000052_b212f81b.szcp new file mode 100644 index 00000000..5c3295eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000052_b212f81b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000053_2fe9d268.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000053_2fe9d268.szcp new file mode 100644 index 00000000..c5c0ad4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000053_2fe9d268.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000054_7713d553.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000054_7713d553.szcp new file mode 100644 index 00000000..f9fe3df0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000054_7713d553.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000055_bd2ea437.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000055_bd2ea437.szcp new file mode 100644 index 00000000..aa02ab61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000055_bd2ea437.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000056_b487165f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000056_b487165f.szcp new file mode 100644 index 00000000..6256bcf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000056_b487165f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000057_c104cf49.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000057_c104cf49.szcp new file mode 100644 index 00000000..537ecb50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000057_c104cf49.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000058_4d2c1afb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000058_4d2c1afb.szcp new file mode 100644 index 00000000..dc7cfe04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000058_4d2c1afb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000059_42e82dec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000059_42e82dec.szcp new file mode 100644 index 00000000..871af355 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000059_42e82dec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000060_447664f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000060_447664f2.szcp new file mode 100644 index 00000000..b7ad789b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000060_447664f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000061_14bf3bf4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000061_14bf3bf4.szcp new file mode 100644 index 00000000..b7bf4973 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000061_14bf3bf4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000062_fa43bb0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000062_fa43bb0d.szcp new file mode 100644 index 00000000..12db6efc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000062_fa43bb0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000063_d5e70444.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000063_d5e70444.szcp new file mode 100644 index 00000000..d924a857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000063_d5e70444.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000064_274b4b2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000064_274b4b2b.szcp new file mode 100644 index 00000000..f16d8794 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000064_274b4b2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000065_b3460bd2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000065_b3460bd2.szcp new file mode 100644 index 00000000..4a5b01f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000065_b3460bd2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000066_02d4da8b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000066_02d4da8b.szcp new file mode 100644 index 00000000..46bd44fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000066_02d4da8b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000067_4ec13228.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000067_4ec13228.szcp new file mode 100644 index 00000000..44534397 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000067_4ec13228.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000068_d6b5044a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000068_d6b5044a.szcp new file mode 100644 index 00000000..43430647 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000068_d6b5044a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000069_36c3b9aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000069_36c3b9aa.szcp new file mode 100644 index 00000000..47c876d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000069_36c3b9aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000070_2f305b9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000070_2f305b9a.szcp new file mode 100644 index 00000000..2e17d013 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000070_2f305b9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000071_77989c2f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000071_77989c2f.szcp new file mode 100644 index 00000000..95d1f00c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000071_77989c2f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000072_6fd16209.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000072_6fd16209.szcp new file mode 100644 index 00000000..1b3cb9c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000072_6fd16209.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000073_18495d95.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000073_18495d95.szcp new file mode 100644 index 00000000..1c0dcb9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000073_18495d95.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000074_db03de61.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000074_db03de61.szcp new file mode 100644 index 00000000..207ebe14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000074_db03de61.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000075_b345ca5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000075_b345ca5d.szcp new file mode 100644 index 00000000..a1ba3771 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000075_b345ca5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000076_620fc5a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000076_620fc5a8.szcp new file mode 100644 index 00000000..ebac1492 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000076_620fc5a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000077_d5db8a41.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000077_d5db8a41.szcp new file mode 100644 index 00000000..627d6c1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000077_d5db8a41.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000078_9b61e28f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000078_9b61e28f.szcp new file mode 100644 index 00000000..3f852795 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000078_9b61e28f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000079_0959bdab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000079_0959bdab.szcp new file mode 100644 index 00000000..4ef38acf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000079_0959bdab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000080_2c425f49.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000080_2c425f49.szcp new file mode 100644 index 00000000..dbaa0961 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000080_2c425f49.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000081_61bedb44.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000081_61bedb44.szcp new file mode 100644 index 00000000..a5e45181 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000081_61bedb44.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000082_581bbef1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000082_581bbef1.szcp new file mode 100644 index 00000000..6d9c739b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000082_581bbef1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000083_41e170af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000083_41e170af.szcp new file mode 100644 index 00000000..8653edab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000083_41e170af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000084_8c15d109.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000084_8c15d109.szcp new file mode 100644 index 00000000..8c722fd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000084_8c15d109.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000085_421224c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000085_421224c5.szcp new file mode 100644 index 00000000..a9064622 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_046/checkpoints/checkpoint_00000000000000000085_421224c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000001_6ca32acd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000001_6ca32acd.szar new file mode 100644 index 00000000..723f9206 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000001_6ca32acd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000002_089e287c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000002_089e287c.szar new file mode 100644 index 00000000..ea79285b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000002_089e287c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000003_1f4c1e06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000003_1f4c1e06.szar new file mode 100644 index 00000000..33a7b472 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000003_1f4c1e06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000004_cdb91192.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000004_cdb91192.szar new file mode 100644 index 00000000..37e93982 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000004_cdb91192.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000005_4c54357e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000005_4c54357e.szar new file mode 100644 index 00000000..42c2595c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000005_4c54357e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000006_83e979b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000006_83e979b7.szar new file mode 100644 index 00000000..aa17e8f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000006_83e979b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000007_15be89b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000007_15be89b6.szar new file mode 100644 index 00000000..ad6283dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000007_15be89b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000008_46ba2cf7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000008_46ba2cf7.szar new file mode 100644 index 00000000..6b950478 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000008_46ba2cf7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000009_6669f4bf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000009_6669f4bf.szar new file mode 100644 index 00000000..cd77a54f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000009_6669f4bf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000010_62d70f06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000010_62d70f06.szar new file mode 100644 index 00000000..007ac138 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000010_62d70f06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000011_8c5a9dbd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000011_8c5a9dbd.szar new file mode 100644 index 00000000..4081a5eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000011_8c5a9dbd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000012_54886be4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000012_54886be4.szar new file mode 100644 index 00000000..8ac4b7d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000012_54886be4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000013_d31c7d3f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000013_d31c7d3f.szar new file mode 100644 index 00000000..4294e223 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000013_d31c7d3f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000014_341aed2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000014_341aed2f.szar new file mode 100644 index 00000000..bc70dcc4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000014_341aed2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000015_9dc088ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000015_9dc088ca.szar new file mode 100644 index 00000000..9b63043c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000015_9dc088ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000016_5cc448ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000016_5cc448ca.szar new file mode 100644 index 00000000..79e459b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000016_5cc448ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000017_8785ad90.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000017_8785ad90.szar new file mode 100644 index 00000000..6ec9c3da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000017_8785ad90.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000018_4671e6ec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000018_4671e6ec.szar new file mode 100644 index 00000000..e9dcca26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000018_4671e6ec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000019_25b1de8b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000019_25b1de8b.szar new file mode 100644 index 00000000..ed9ac593 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000019_25b1de8b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000020_3411be88.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000020_3411be88.szar new file mode 100644 index 00000000..cc7ff9b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000020_3411be88.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000021_1974b7aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000021_1974b7aa.szar new file mode 100644 index 00000000..4458042d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000021_1974b7aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000022_1b3bb220.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000022_1b3bb220.szar new file mode 100644 index 00000000..eae763f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000022_1b3bb220.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000023_c3e0d5d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000023_c3e0d5d0.szar new file mode 100644 index 00000000..9c75676c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000023_c3e0d5d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000024_25820d9b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000024_25820d9b.szar new file mode 100644 index 00000000..dfdfffca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000024_25820d9b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000025_8c981bfa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000025_8c981bfa.szar new file mode 100644 index 00000000..b95925e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000025_8c981bfa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000026_61e1d6c9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000026_61e1d6c9.szar new file mode 100644 index 00000000..cb30da4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000026_61e1d6c9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000027_36948927.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000027_36948927.szar new file mode 100644 index 00000000..ab6327cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000027_36948927.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000028_fd1f2dbb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000028_fd1f2dbb.szar new file mode 100644 index 00000000..f9baeb9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000028_fd1f2dbb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000029_6b303da6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000029_6b303da6.szar new file mode 100644 index 00000000..ae24783b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000029_6b303da6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000030_3bbf373b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000030_3bbf373b.szar new file mode 100644 index 00000000..15ef74e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000030_3bbf373b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000031_97c9b0d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000031_97c9b0d4.szar new file mode 100644 index 00000000..27f530b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000031_97c9b0d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000032_cc0744b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000032_cc0744b3.szar new file mode 100644 index 00000000..c55bba41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000032_cc0744b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000033_01f42f41.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000033_01f42f41.szar new file mode 100644 index 00000000..d1c1f557 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000033_01f42f41.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000034_a121ff9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000034_a121ff9a.szar new file mode 100644 index 00000000..8a1105f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000034_a121ff9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000035_03fa92a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000035_03fa92a7.szar new file mode 100644 index 00000000..7bd70e46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000035_03fa92a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000036_313dd8fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000036_313dd8fb.szar new file mode 100644 index 00000000..178c3a41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000036_313dd8fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000037_6766d36d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000037_6766d36d.szar new file mode 100644 index 00000000..7f640ef4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000037_6766d36d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000038_b5ac09dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000038_b5ac09dd.szar new file mode 100644 index 00000000..618f2d79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000038_b5ac09dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000039_6300b735.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000039_6300b735.szar new file mode 100644 index 00000000..07193e07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000039_6300b735.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000040_827ec698.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000040_827ec698.szar new file mode 100644 index 00000000..79ff848a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000040_827ec698.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000041_015f8910.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000041_015f8910.szar new file mode 100644 index 00000000..3b69443c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000041_015f8910.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000042_a7154255.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000042_a7154255.szar new file mode 100644 index 00000000..4b185f79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000042_a7154255.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000043_4d4b4dd0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000043_4d4b4dd0.szar new file mode 100644 index 00000000..98a089c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000043_4d4b4dd0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000044_af868957.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000044_af868957.szar new file mode 100644 index 00000000..56c73f2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000044_af868957.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000045_e7edb467.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000045_e7edb467.szar new file mode 100644 index 00000000..99c049c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000045_e7edb467.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000046_459f393e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000046_459f393e.szar new file mode 100644 index 00000000..a1516c44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000046_459f393e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000047_c3cbe1d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000047_c3cbe1d8.szar new file mode 100644 index 00000000..26f5d5a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000047_c3cbe1d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000048_972a7a98.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000048_972a7a98.szar new file mode 100644 index 00000000..99890c56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000048_972a7a98.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000049_6aa278a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000049_6aa278a4.szar new file mode 100644 index 00000000..bf3ae13b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000049_6aa278a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000050_bc5bf230.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000050_bc5bf230.szar new file mode 100644 index 00000000..a104d76c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000050_bc5bf230.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000051_5ad30129.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000051_5ad30129.szar new file mode 100644 index 00000000..03d60f9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000051_5ad30129.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000052_21f5f5c3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000052_21f5f5c3.szar new file mode 100644 index 00000000..c497a66c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000052_21f5f5c3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000053_ee47a780.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000053_ee47a780.szar new file mode 100644 index 00000000..f52f3da2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000053_ee47a780.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000054_78ff5eed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000054_78ff5eed.szar new file mode 100644 index 00000000..74c7b7cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000054_78ff5eed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000055_122c8ef7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000055_122c8ef7.szar new file mode 100644 index 00000000..c4e57bcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000055_122c8ef7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000056_62f5da65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000056_62f5da65.szar new file mode 100644 index 00000000..b4bf6dbc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000056_62f5da65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000057_871025d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000057_871025d9.szar new file mode 100644 index 00000000..7d18b2a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000057_871025d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000058_348a228f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000058_348a228f.szar new file mode 100644 index 00000000..fe60d356 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000058_348a228f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000059_bcf8b757.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000059_bcf8b757.szar new file mode 100644 index 00000000..b1cd2c47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000059_bcf8b757.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000060_09a7028d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000060_09a7028d.szar new file mode 100644 index 00000000..89667560 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000060_09a7028d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000061_65b0aeed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000061_65b0aeed.szar new file mode 100644 index 00000000..ca032756 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000061_65b0aeed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000062_1542ddd2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000062_1542ddd2.szar new file mode 100644 index 00000000..518b96c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000062_1542ddd2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000063_c001de7a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000063_c001de7a.szar new file mode 100644 index 00000000..a9682758 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000063_c001de7a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000064_23ebd8c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000064_23ebd8c1.szar new file mode 100644 index 00000000..3a511dee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000064_23ebd8c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000065_25b55f0f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000065_25b55f0f.szar new file mode 100644 index 00000000..9d81e027 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000065_25b55f0f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000066_afaab691.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000066_afaab691.szar new file mode 100644 index 00000000..4ea4e553 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/archive/delta_00000000000000000066_afaab691.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000001_bfe0e179.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000001_bfe0e179.szcp new file mode 100644 index 00000000..ecbf41e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000001_bfe0e179.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000002_494880ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000002_494880ba.szcp new file mode 100644 index 00000000..84f28291 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000002_494880ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000003_623eab3e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000003_623eab3e.szcp new file mode 100644 index 00000000..4d17d976 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000003_623eab3e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000004_ced2176d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000004_ced2176d.szcp new file mode 100644 index 00000000..cf32545f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000004_ced2176d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000005_9b0de06a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000005_9b0de06a.szcp new file mode 100644 index 00000000..08cb5649 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000005_9b0de06a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000006_dd096aaa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000006_dd096aaa.szcp new file mode 100644 index 00000000..05444c01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000006_dd096aaa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000007_e1bede36.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000007_e1bede36.szcp new file mode 100644 index 00000000..e83709cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000007_e1bede36.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000008_323d39a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000008_323d39a7.szcp new file mode 100644 index 00000000..2dcbc9cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000008_323d39a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000009_f46e9816.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000009_f46e9816.szcp new file mode 100644 index 00000000..353f21e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000009_f46e9816.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000010_968ffdca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000010_968ffdca.szcp new file mode 100644 index 00000000..b05d0917 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000010_968ffdca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000011_1b73f162.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000011_1b73f162.szcp new file mode 100644 index 00000000..017233b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000011_1b73f162.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000012_6b9034fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000012_6b9034fc.szcp new file mode 100644 index 00000000..22e0175a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000012_6b9034fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000013_5225d7a0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000013_5225d7a0.szcp new file mode 100644 index 00000000..86f8bf6f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000013_5225d7a0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000014_9727b5e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000014_9727b5e5.szcp new file mode 100644 index 00000000..00fcf57e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000014_9727b5e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000015_2f5759aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000015_2f5759aa.szcp new file mode 100644 index 00000000..f9408883 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000015_2f5759aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000016_aac6f61b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000016_aac6f61b.szcp new file mode 100644 index 00000000..8ccc5fdc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000016_aac6f61b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000017_1d547529.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000017_1d547529.szcp new file mode 100644 index 00000000..e4515d02 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000017_1d547529.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000018_3ab18ce8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000018_3ab18ce8.szcp new file mode 100644 index 00000000..d0d8e8e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000018_3ab18ce8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000019_6e95fd97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000019_6e95fd97.szcp new file mode 100644 index 00000000..39931eb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000019_6e95fd97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000020_9d041fa9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000020_9d041fa9.szcp new file mode 100644 index 00000000..eb45cf17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000020_9d041fa9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000021_ee21a07a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000021_ee21a07a.szcp new file mode 100644 index 00000000..a6e996ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000021_ee21a07a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000022_995df488.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000022_995df488.szcp new file mode 100644 index 00000000..f4ac08f4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000022_995df488.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000023_c5b8e144.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000023_c5b8e144.szcp new file mode 100644 index 00000000..36f1c2bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000023_c5b8e144.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000024_b5fd2b75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000024_b5fd2b75.szcp new file mode 100644 index 00000000..1911e94c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000024_b5fd2b75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000025_29957fe1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000025_29957fe1.szcp new file mode 100644 index 00000000..d9a1d119 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000025_29957fe1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000026_8a3be265.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000026_8a3be265.szcp new file mode 100644 index 00000000..700f4fa6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000026_8a3be265.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000027_55b41487.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000027_55b41487.szcp new file mode 100644 index 00000000..42c2f579 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000027_55b41487.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000028_c6ed998a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000028_c6ed998a.szcp new file mode 100644 index 00000000..15aea10d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000028_c6ed998a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000029_3ec168ff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000029_3ec168ff.szcp new file mode 100644 index 00000000..21905c1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000029_3ec168ff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000030_7f6486dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000030_7f6486dc.szcp new file mode 100644 index 00000000..d0458310 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000030_7f6486dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000031_c6a6d841.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000031_c6a6d841.szcp new file mode 100644 index 00000000..f916edde Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000031_c6a6d841.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000032_6ad7fb32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000032_6ad7fb32.szcp new file mode 100644 index 00000000..b10971e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000032_6ad7fb32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000033_98af34d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000033_98af34d2.szcp new file mode 100644 index 00000000..d5bffa0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000033_98af34d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000034_98e81300.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000034_98e81300.szcp new file mode 100644 index 00000000..1767d87e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000034_98e81300.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000035_2e213f56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000035_2e213f56.szcp new file mode 100644 index 00000000..fe17d945 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000035_2e213f56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000036_67438111.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000036_67438111.szcp new file mode 100644 index 00000000..4684ebfc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000036_67438111.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000037_e8303171.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000037_e8303171.szcp new file mode 100644 index 00000000..84e0d362 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000037_e8303171.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000038_f7957114.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000038_f7957114.szcp new file mode 100644 index 00000000..872c89ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000038_f7957114.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000039_88450874.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000039_88450874.szcp new file mode 100644 index 00000000..ca9cf063 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000039_88450874.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000040_d19f0ea2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000040_d19f0ea2.szcp new file mode 100644 index 00000000..ee103a21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000040_d19f0ea2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000041_7f8e1270.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000041_7f8e1270.szcp new file mode 100644 index 00000000..6b48e200 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000041_7f8e1270.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000042_81c1d8f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000042_81c1d8f9.szcp new file mode 100644 index 00000000..b64a334f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000042_81c1d8f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000043_2189bb7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000043_2189bb7a.szcp new file mode 100644 index 00000000..e0b17184 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000043_2189bb7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000044_2135eac5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000044_2135eac5.szcp new file mode 100644 index 00000000..721db389 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000044_2135eac5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000045_9a78006c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000045_9a78006c.szcp new file mode 100644 index 00000000..21d82fb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000045_9a78006c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000046_519a08c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000046_519a08c5.szcp new file mode 100644 index 00000000..3e5cc8b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000046_519a08c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000047_3f330b74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000047_3f330b74.szcp new file mode 100644 index 00000000..97d45707 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000047_3f330b74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000048_afc902f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000048_afc902f4.szcp new file mode 100644 index 00000000..2152bfca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000048_afc902f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000049_ee03b928.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000049_ee03b928.szcp new file mode 100644 index 00000000..c8b416d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000049_ee03b928.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000050_c1ea1ea5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000050_c1ea1ea5.szcp new file mode 100644 index 00000000..6a689faa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000050_c1ea1ea5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000051_6638189d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000051_6638189d.szcp new file mode 100644 index 00000000..0a0a2bd3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000051_6638189d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000052_1b9cc626.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000052_1b9cc626.szcp new file mode 100644 index 00000000..5529063f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000052_1b9cc626.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000053_f89c6d37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000053_f89c6d37.szcp new file mode 100644 index 00000000..baf5b021 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000053_f89c6d37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000054_8501c28f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000054_8501c28f.szcp new file mode 100644 index 00000000..42a98f8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000054_8501c28f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000055_9e441b0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000055_9e441b0d.szcp new file mode 100644 index 00000000..511d1ef0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000055_9e441b0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000056_af75f763.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000056_af75f763.szcp new file mode 100644 index 00000000..58a3d047 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000056_af75f763.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000057_c1aa90c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000057_c1aa90c5.szcp new file mode 100644 index 00000000..64b8f8f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000057_c1aa90c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000058_70dcb463.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000058_70dcb463.szcp new file mode 100644 index 00000000..ed23c78a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000058_70dcb463.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000059_5d873f94.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000059_5d873f94.szcp new file mode 100644 index 00000000..3895dd49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000059_5d873f94.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000060_caa560ac.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000060_caa560ac.szcp new file mode 100644 index 00000000..e5d19423 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000060_caa560ac.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000061_24de9c7d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000061_24de9c7d.szcp new file mode 100644 index 00000000..550ba8e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000061_24de9c7d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000062_b6008e88.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000062_b6008e88.szcp new file mode 100644 index 00000000..f878670e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000062_b6008e88.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000063_10568d12.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000063_10568d12.szcp new file mode 100644 index 00000000..c2597261 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000063_10568d12.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000064_b264d530.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000064_b264d530.szcp new file mode 100644 index 00000000..052f2bba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000064_b264d530.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000065_40b50bd1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000065_40b50bd1.szcp new file mode 100644 index 00000000..66b992f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000065_40b50bd1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000066_a4874f42.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000066_a4874f42.szcp new file mode 100644 index 00000000..5c787782 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_047/checkpoints/checkpoint_00000000000000000066_a4874f42.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000001_1f6fe0bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000001_1f6fe0bc.szar new file mode 100644 index 00000000..1d9e6e6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000001_1f6fe0bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000002_c779a2fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000002_c779a2fb.szar new file mode 100644 index 00000000..05189367 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000002_c779a2fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000003_f03348c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000003_f03348c6.szar new file mode 100644 index 00000000..62286539 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000003_f03348c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000004_311f660e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000004_311f660e.szar new file mode 100644 index 00000000..fb149d44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000004_311f660e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000005_212301ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000005_212301ab.szar new file mode 100644 index 00000000..f7a63286 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000005_212301ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000006_844ad903.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000006_844ad903.szar new file mode 100644 index 00000000..38c11bc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000006_844ad903.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000007_0bcc775c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000007_0bcc775c.szar new file mode 100644 index 00000000..6602c502 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000007_0bcc775c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000008_953f4d9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000008_953f4d9d.szar new file mode 100644 index 00000000..11fd3fa4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000008_953f4d9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000009_017c66b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000009_017c66b4.szar new file mode 100644 index 00000000..c1543968 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000009_017c66b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000010_01d7f0ab.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000010_01d7f0ab.szar new file mode 100644 index 00000000..746f9924 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000010_01d7f0ab.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000011_f5b8d0e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000011_f5b8d0e7.szar new file mode 100644 index 00000000..eabce9ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000011_f5b8d0e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000012_8f8fca53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000012_8f8fca53.szar new file mode 100644 index 00000000..f6054e3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000012_8f8fca53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000013_af16866a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000013_af16866a.szar new file mode 100644 index 00000000..15c607aa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000013_af16866a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000014_a5ac76cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000014_a5ac76cb.szar new file mode 100644 index 00000000..c7f7c891 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000014_a5ac76cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000015_915b8a4d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000015_915b8a4d.szar new file mode 100644 index 00000000..65ef30d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000015_915b8a4d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000016_b8843695.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000016_b8843695.szar new file mode 100644 index 00000000..ece1b1f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000016_b8843695.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000017_499a47e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000017_499a47e7.szar new file mode 100644 index 00000000..d009f06a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000017_499a47e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000018_b66a53f4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000018_b66a53f4.szar new file mode 100644 index 00000000..96d15a0a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000018_b66a53f4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000019_c6e7b2c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000019_c6e7b2c0.szar new file mode 100644 index 00000000..ba9a1975 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000019_c6e7b2c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000020_c27a1dc2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000020_c27a1dc2.szar new file mode 100644 index 00000000..4ad3f2cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000020_c27a1dc2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000021_082a1f9b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000021_082a1f9b.szar new file mode 100644 index 00000000..0b21fcf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000021_082a1f9b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000022_bfc16185.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000022_bfc16185.szar new file mode 100644 index 00000000..a064f5ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000022_bfc16185.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000023_8a7e987b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000023_8a7e987b.szar new file mode 100644 index 00000000..9c76d3b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000023_8a7e987b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000024_b1c8cfcf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000024_b1c8cfcf.szar new file mode 100644 index 00000000..1504dd5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000024_b1c8cfcf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000025_87536a09.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000025_87536a09.szar new file mode 100644 index 00000000..17b56f37 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000025_87536a09.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000026_b5848888.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000026_b5848888.szar new file mode 100644 index 00000000..798e8bf1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000026_b5848888.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000027_f72fe5a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000027_f72fe5a5.szar new file mode 100644 index 00000000..cae07d1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000027_f72fe5a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000028_e4240bef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000028_e4240bef.szar new file mode 100644 index 00000000..3d96d452 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000028_e4240bef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000029_58de90e7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000029_58de90e7.szar new file mode 100644 index 00000000..2b32d09c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000029_58de90e7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000030_06d117c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000030_06d117c4.szar new file mode 100644 index 00000000..dfe2029e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000030_06d117c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000031_219b70b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000031_219b70b7.szar new file mode 100644 index 00000000..1f205c7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000031_219b70b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000032_56f809b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000032_56f809b9.szar new file mode 100644 index 00000000..6f8d36fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000032_56f809b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000033_281b1eb4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000033_281b1eb4.szar new file mode 100644 index 00000000..a874db40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000033_281b1eb4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000034_9cfe441f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000034_9cfe441f.szar new file mode 100644 index 00000000..e17dfb07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000034_9cfe441f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000035_1ae0df04.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000035_1ae0df04.szar new file mode 100644 index 00000000..f52225d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000035_1ae0df04.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000036_d214ca88.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000036_d214ca88.szar new file mode 100644 index 00000000..c346fadc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000036_d214ca88.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000037_fab6465d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000037_fab6465d.szar new file mode 100644 index 00000000..b87207fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000037_fab6465d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000038_0e5c92d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000038_0e5c92d4.szar new file mode 100644 index 00000000..166a32bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000038_0e5c92d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000039_aa057aa5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000039_aa057aa5.szar new file mode 100644 index 00000000..914a9b68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000039_aa057aa5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000040_7986199c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000040_7986199c.szar new file mode 100644 index 00000000..6b642e88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000040_7986199c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000041_2dffc6d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000041_2dffc6d7.szar new file mode 100644 index 00000000..6b323b60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000041_2dffc6d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000042_a4e3ebf7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000042_a4e3ebf7.szar new file mode 100644 index 00000000..43c3843e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000042_a4e3ebf7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000043_f5ae391a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000043_f5ae391a.szar new file mode 100644 index 00000000..263a4c92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000043_f5ae391a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000044_bd33f61c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000044_bd33f61c.szar new file mode 100644 index 00000000..88959ef0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000044_bd33f61c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000045_66d7a47f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000045_66d7a47f.szar new file mode 100644 index 00000000..447dca27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000045_66d7a47f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000046_514d273e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000046_514d273e.szar new file mode 100644 index 00000000..ec3037ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000046_514d273e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000047_6c082138.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000047_6c082138.szar new file mode 100644 index 00000000..24b96f20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000047_6c082138.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000048_f90504ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000048_f90504ae.szar new file mode 100644 index 00000000..e2a2d350 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000048_f90504ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000049_062fe226.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000049_062fe226.szar new file mode 100644 index 00000000..82407117 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000049_062fe226.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000050_4a49fecb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000050_4a49fecb.szar new file mode 100644 index 00000000..d62a4d9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000050_4a49fecb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000051_74ef38c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000051_74ef38c5.szar new file mode 100644 index 00000000..cfb8f4a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000051_74ef38c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000052_78390d0f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000052_78390d0f.szar new file mode 100644 index 00000000..22b201f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000052_78390d0f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000053_7e9eef2d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000053_7e9eef2d.szar new file mode 100644 index 00000000..d8146919 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000053_7e9eef2d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000054_700aeeff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000054_700aeeff.szar new file mode 100644 index 00000000..d2d3b149 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000054_700aeeff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000055_3d2d1f77.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000055_3d2d1f77.szar new file mode 100644 index 00000000..861a6a32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000055_3d2d1f77.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000056_765cc5e4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000056_765cc5e4.szar new file mode 100644 index 00000000..10b207f2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000056_765cc5e4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000057_e5f95d3a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000057_e5f95d3a.szar new file mode 100644 index 00000000..686486b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000057_e5f95d3a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000058_07b5d9dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000058_07b5d9dd.szar new file mode 100644 index 00000000..1490aeb6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000058_07b5d9dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000059_f37ba50a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000059_f37ba50a.szar new file mode 100644 index 00000000..13f2ac07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000059_f37ba50a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000060_e8edecaf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000060_e8edecaf.szar new file mode 100644 index 00000000..8ed9e001 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000060_e8edecaf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000061_a836c74e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000061_a836c74e.szar new file mode 100644 index 00000000..28d942a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000061_a836c74e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000062_1aec4829.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000062_1aec4829.szar new file mode 100644 index 00000000..5c41bc43 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000062_1aec4829.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000063_2ef8e0ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000063_2ef8e0ca.szar new file mode 100644 index 00000000..57dc1bfb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000063_2ef8e0ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000064_1300be9e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000064_1300be9e.szar new file mode 100644 index 00000000..e54a8dfd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000064_1300be9e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000065_25829b50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000065_25829b50.szar new file mode 100644 index 00000000..56d7ae9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000065_25829b50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000066_21aa0f6e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000066_21aa0f6e.szar new file mode 100644 index 00000000..cdec53c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000066_21aa0f6e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000067_25740a75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000067_25740a75.szar new file mode 100644 index 00000000..58118be5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000067_25740a75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000068_3f03ebb8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000068_3f03ebb8.szar new file mode 100644 index 00000000..f5efe657 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000068_3f03ebb8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000069_61e27150.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000069_61e27150.szar new file mode 100644 index 00000000..6694e708 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000069_61e27150.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000070_9f7633b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000070_9f7633b6.szar new file mode 100644 index 00000000..f6e0a69b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000070_9f7633b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000071_400e542f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000071_400e542f.szar new file mode 100644 index 00000000..6aa044cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000071_400e542f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000072_e21f63ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000072_e21f63ae.szar new file mode 100644 index 00000000..c4d87be2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000072_e21f63ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000073_9f682066.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000073_9f682066.szar new file mode 100644 index 00000000..26a9c30f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000073_9f682066.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000074_ff7e2246.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000074_ff7e2246.szar new file mode 100644 index 00000000..40a56bf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000074_ff7e2246.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000075_b84c56af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000075_b84c56af.szar new file mode 100644 index 00000000..86708aaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000075_b84c56af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000076_756e9359.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000076_756e9359.szar new file mode 100644 index 00000000..892b1045 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000076_756e9359.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000077_80c81583.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000077_80c81583.szar new file mode 100644 index 00000000..c1c2471d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000077_80c81583.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000078_f1e5af76.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000078_f1e5af76.szar new file mode 100644 index 00000000..cd4cf380 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000078_f1e5af76.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000079_5dfe0bcf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000079_5dfe0bcf.szar new file mode 100644 index 00000000..8dbfe448 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000079_5dfe0bcf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000080_43d7b298.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000080_43d7b298.szar new file mode 100644 index 00000000..0ba98bb0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000080_43d7b298.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000081_e75658ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000081_e75658ca.szar new file mode 100644 index 00000000..b1173623 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000081_e75658ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000082_483d41ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000082_483d41ee.szar new file mode 100644 index 00000000..29e23c3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000082_483d41ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000083_80eb47d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000083_80eb47d8.szar new file mode 100644 index 00000000..a5f958b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000083_80eb47d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000084_509207f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000084_509207f1.szar new file mode 100644 index 00000000..830caa9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000084_509207f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000085_ed06ed84.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000085_ed06ed84.szar new file mode 100644 index 00000000..65dd4b96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/archive/delta_00000000000000000085_ed06ed84.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000001_d1fbfd03.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000001_d1fbfd03.szcp new file mode 100644 index 00000000..fb15e1b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000001_d1fbfd03.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000002_854d6d57.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000002_854d6d57.szcp new file mode 100644 index 00000000..f9060a63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000002_854d6d57.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000003_8bc1eff2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000003_8bc1eff2.szcp new file mode 100644 index 00000000..419e5619 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000003_8bc1eff2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000004_802b0a14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000004_802b0a14.szcp new file mode 100644 index 00000000..3335a0c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000004_802b0a14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000005_f7d3eeca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000005_f7d3eeca.szcp new file mode 100644 index 00000000..947738ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000005_f7d3eeca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000006_b52e88a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000006_b52e88a1.szcp new file mode 100644 index 00000000..566d66ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000006_b52e88a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000007_7b545df3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000007_7b545df3.szcp new file mode 100644 index 00000000..5a9e0cd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000007_7b545df3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000008_93d7dec0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000008_93d7dec0.szcp new file mode 100644 index 00000000..ba2ae07b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000008_93d7dec0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000009_b77aa5cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000009_b77aa5cd.szcp new file mode 100644 index 00000000..928db37c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000009_b77aa5cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000010_958c4bb3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000010_958c4bb3.szcp new file mode 100644 index 00000000..e090bab9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000010_958c4bb3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000011_81b75871.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000011_81b75871.szcp new file mode 100644 index 00000000..99db3b23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000011_81b75871.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000012_254c2196.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000012_254c2196.szcp new file mode 100644 index 00000000..fca14e7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000012_254c2196.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000013_63c3d6b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000013_63c3d6b8.szcp new file mode 100644 index 00000000..dbc14f3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000013_63c3d6b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000014_815bd996.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000014_815bd996.szcp new file mode 100644 index 00000000..dcac780a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000014_815bd996.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000015_264ac9cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000015_264ac9cc.szcp new file mode 100644 index 00000000..aad618fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000015_264ac9cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000016_d9f09d37.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000016_d9f09d37.szcp new file mode 100644 index 00000000..32b02b05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000016_d9f09d37.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000017_884bdbfd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000017_884bdbfd.szcp new file mode 100644 index 00000000..5a655fb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000017_884bdbfd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000018_5c417ca0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000018_5c417ca0.szcp new file mode 100644 index 00000000..c595e740 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000018_5c417ca0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000019_23e495d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000019_23e495d2.szcp new file mode 100644 index 00000000..e62696af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000019_23e495d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000020_8ed1cbff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000020_8ed1cbff.szcp new file mode 100644 index 00000000..3a0f59c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000020_8ed1cbff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000021_1339df1a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000021_1339df1a.szcp new file mode 100644 index 00000000..8a23e29e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000021_1339df1a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000022_80b7062b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000022_80b7062b.szcp new file mode 100644 index 00000000..02ad9742 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000022_80b7062b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000023_d551fa10.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000023_d551fa10.szcp new file mode 100644 index 00000000..ec4cd113 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000023_d551fa10.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000024_293490d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000024_293490d7.szcp new file mode 100644 index 00000000..5e654505 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000024_293490d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000025_e30cfb4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000025_e30cfb4f.szcp new file mode 100644 index 00000000..d00e381d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000025_e30cfb4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000026_c73e3861.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000026_c73e3861.szcp new file mode 100644 index 00000000..3bc72e04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000026_c73e3861.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000027_9380e531.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000027_9380e531.szcp new file mode 100644 index 00000000..d289788a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000027_9380e531.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000028_f3952ae5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000028_f3952ae5.szcp new file mode 100644 index 00000000..6977bbbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000028_f3952ae5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000029_293e5f93.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000029_293e5f93.szcp new file mode 100644 index 00000000..85b8efe0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000029_293e5f93.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000030_9f81849f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000030_9f81849f.szcp new file mode 100644 index 00000000..83647e32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000030_9f81849f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000031_39f3c3d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000031_39f3c3d3.szcp new file mode 100644 index 00000000..bad7ab93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000031_39f3c3d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000032_0e1f118b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000032_0e1f118b.szcp new file mode 100644 index 00000000..37751491 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000032_0e1f118b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000033_59e604c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000033_59e604c0.szcp new file mode 100644 index 00000000..61b4fdbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000033_59e604c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000034_ed044b9d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000034_ed044b9d.szcp new file mode 100644 index 00000000..3caba1ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000034_ed044b9d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000035_6398cc4e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000035_6398cc4e.szcp new file mode 100644 index 00000000..376c28bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000035_6398cc4e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000036_87c37454.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000036_87c37454.szcp new file mode 100644 index 00000000..c2cae00c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000036_87c37454.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000037_1988aa81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000037_1988aa81.szcp new file mode 100644 index 00000000..c466fa35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000037_1988aa81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000038_1547a44a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000038_1547a44a.szcp new file mode 100644 index 00000000..c8c7df1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000038_1547a44a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000039_6d5607db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000039_6d5607db.szcp new file mode 100644 index 00000000..d22721d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000039_6d5607db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000040_e655a696.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000040_e655a696.szcp new file mode 100644 index 00000000..bfe7a4da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000040_e655a696.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000041_1ae76c53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000041_1ae76c53.szcp new file mode 100644 index 00000000..f18bed8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000041_1ae76c53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000042_0fe03ab9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000042_0fe03ab9.szcp new file mode 100644 index 00000000..2a998263 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000042_0fe03ab9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000043_885a5c2e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000043_885a5c2e.szcp new file mode 100644 index 00000000..ed39cc7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000043_885a5c2e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000044_964def9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000044_964def9a.szcp new file mode 100644 index 00000000..17f0831c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000044_964def9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000045_7df46274.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000045_7df46274.szcp new file mode 100644 index 00000000..02b98bd6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000045_7df46274.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000046_c619ff33.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000046_c619ff33.szcp new file mode 100644 index 00000000..4f8a5d33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000046_c619ff33.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000047_fb94d1a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000047_fb94d1a9.szcp new file mode 100644 index 00000000..ea005a7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000047_fb94d1a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000048_cf8e210c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000048_cf8e210c.szcp new file mode 100644 index 00000000..b412352e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000048_cf8e210c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000049_43ef49fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000049_43ef49fe.szcp new file mode 100644 index 00000000..b2b8ebe4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000049_43ef49fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000050_691fc7dc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000050_691fc7dc.szcp new file mode 100644 index 00000000..0f6d6890 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000050_691fc7dc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000051_1206f5e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000051_1206f5e8.szcp new file mode 100644 index 00000000..d5564570 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000051_1206f5e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000052_e5ba4fda.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000052_e5ba4fda.szcp new file mode 100644 index 00000000..4b9e3cb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000052_e5ba4fda.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000053_93f78d83.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000053_93f78d83.szcp new file mode 100644 index 00000000..7f2290dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000053_93f78d83.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000054_9a87075a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000054_9a87075a.szcp new file mode 100644 index 00000000..0c86efcb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000054_9a87075a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000055_658ca7bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000055_658ca7bc.szcp new file mode 100644 index 00000000..15986ead Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000055_658ca7bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000056_ea94b1e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000056_ea94b1e3.szcp new file mode 100644 index 00000000..42d34431 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000056_ea94b1e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000057_1aadb461.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000057_1aadb461.szcp new file mode 100644 index 00000000..e20b0f71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000057_1aadb461.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000058_1dfcdde2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000058_1dfcdde2.szcp new file mode 100644 index 00000000..a25498fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000058_1dfcdde2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000059_5f0245fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000059_5f0245fc.szcp new file mode 100644 index 00000000..1645c1c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000059_5f0245fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000060_72b90acc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000060_72b90acc.szcp new file mode 100644 index 00000000..3688374e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000060_72b90acc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000061_7864dd1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000061_7864dd1f.szcp new file mode 100644 index 00000000..620e6f9f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000061_7864dd1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000062_908c1c2b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000062_908c1c2b.szcp new file mode 100644 index 00000000..c5bf6fc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000062_908c1c2b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000063_a2e3ec8e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000063_a2e3ec8e.szcp new file mode 100644 index 00000000..88e97e44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000063_a2e3ec8e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000064_45c36b34.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000064_45c36b34.szcp new file mode 100644 index 00000000..6d53134f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000064_45c36b34.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000065_9d903376.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000065_9d903376.szcp new file mode 100644 index 00000000..ec5918d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000065_9d903376.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000066_fb940a80.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000066_fb940a80.szcp new file mode 100644 index 00000000..07d7e7ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000066_fb940a80.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000067_39ffe598.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000067_39ffe598.szcp new file mode 100644 index 00000000..0b276b18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000067_39ffe598.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000068_2f7daedc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000068_2f7daedc.szcp new file mode 100644 index 00000000..80acd8b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000068_2f7daedc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000069_32772d0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000069_32772d0a.szcp new file mode 100644 index 00000000..8dc766a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000069_32772d0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000070_0ede7b6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000070_0ede7b6e.szcp new file mode 100644 index 00000000..2f282c28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000070_0ede7b6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000071_cf1b1d74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000071_cf1b1d74.szcp new file mode 100644 index 00000000..f940a865 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000071_cf1b1d74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000072_0e6d3007.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000072_0e6d3007.szcp new file mode 100644 index 00000000..45ebaa97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000072_0e6d3007.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000073_f9b371b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000073_f9b371b9.szcp new file mode 100644 index 00000000..f128ce1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000073_f9b371b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000074_00ef0e1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000074_00ef0e1d.szcp new file mode 100644 index 00000000..57ad785a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000074_00ef0e1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000075_621175b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000075_621175b5.szcp new file mode 100644 index 00000000..55a4a574 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000075_621175b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000076_35708615.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000076_35708615.szcp new file mode 100644 index 00000000..76416499 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000076_35708615.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000077_75d90fd5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000077_75d90fd5.szcp new file mode 100644 index 00000000..7c6ce820 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000077_75d90fd5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000078_7c59dd54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000078_7c59dd54.szcp new file mode 100644 index 00000000..bca589d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000078_7c59dd54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000079_9b08fc71.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000079_9b08fc71.szcp new file mode 100644 index 00000000..6862d1f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000079_9b08fc71.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000080_da2e23d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000080_da2e23d3.szcp new file mode 100644 index 00000000..557ebf39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000080_da2e23d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000081_0a80656c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000081_0a80656c.szcp new file mode 100644 index 00000000..a6de1166 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000081_0a80656c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000082_6b64f65d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000082_6b64f65d.szcp new file mode 100644 index 00000000..95418e50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000082_6b64f65d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000083_0b9cb100.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000083_0b9cb100.szcp new file mode 100644 index 00000000..f39c0eef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000083_0b9cb100.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000084_ec625173.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000084_ec625173.szcp new file mode 100644 index 00000000..2e7fc1dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000084_ec625173.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000085_9d967009.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000085_9d967009.szcp new file mode 100644 index 00000000..a4c73aee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_048/checkpoints/checkpoint_00000000000000000085_9d967009.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000001_42768b1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000001_42768b1b.szar new file mode 100644 index 00000000..bb806d3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000001_42768b1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000002_6a3f185d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000002_6a3f185d.szar new file mode 100644 index 00000000..6926302e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000002_6a3f185d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000003_7f71e170.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000003_7f71e170.szar new file mode 100644 index 00000000..de444501 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000003_7f71e170.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000004_caf9b9c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000004_caf9b9c0.szar new file mode 100644 index 00000000..c5f46918 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000004_caf9b9c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000005_0fdb9767.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000005_0fdb9767.szar new file mode 100644 index 00000000..ce83a63f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000005_0fdb9767.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000006_35eb4768.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000006_35eb4768.szar new file mode 100644 index 00000000..280c347e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000006_35eb4768.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000007_7071068f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000007_7071068f.szar new file mode 100644 index 00000000..143d5032 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000007_7071068f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000008_4f50d4a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000008_4f50d4a9.szar new file mode 100644 index 00000000..10175f55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000008_4f50d4a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000009_5fd948c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000009_5fd948c6.szar new file mode 100644 index 00000000..db449df0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000009_5fd948c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000010_1e094ff7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000010_1e094ff7.szar new file mode 100644 index 00000000..87f2f222 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000010_1e094ff7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000011_62d903ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000011_62d903ef.szar new file mode 100644 index 00000000..7cd55655 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000011_62d903ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000012_2261f2bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000012_2261f2bd.szar new file mode 100644 index 00000000..fea5f6a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000012_2261f2bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000013_08b91a3c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000013_08b91a3c.szar new file mode 100644 index 00000000..25dcfedd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000013_08b91a3c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000014_e1d55462.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000014_e1d55462.szar new file mode 100644 index 00000000..d28ff1e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000014_e1d55462.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000015_27f4a0a1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000015_27f4a0a1.szar new file mode 100644 index 00000000..78116317 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000015_27f4a0a1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000016_03c0199b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000016_03c0199b.szar new file mode 100644 index 00000000..2e646cf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000016_03c0199b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000017_c5d05fb4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000017_c5d05fb4.szar new file mode 100644 index 00000000..72a1bd6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000017_c5d05fb4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000018_c2885917.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000018_c2885917.szar new file mode 100644 index 00000000..fad19d75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000018_c2885917.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000019_df622978.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000019_df622978.szar new file mode 100644 index 00000000..4bcbc44a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000019_df622978.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000020_94d75c9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000020_94d75c9d.szar new file mode 100644 index 00000000..db44f5e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000020_94d75c9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000021_4b2c182f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000021_4b2c182f.szar new file mode 100644 index 00000000..e7615285 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000021_4b2c182f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000022_9f3fe4bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000022_9f3fe4bc.szar new file mode 100644 index 00000000..ffbc7f59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000022_9f3fe4bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000023_fdd5bfe5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000023_fdd5bfe5.szar new file mode 100644 index 00000000..051b1fd9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000023_fdd5bfe5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000024_7c296e14.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000024_7c296e14.szar new file mode 100644 index 00000000..9664ff2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000024_7c296e14.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000025_106f6365.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000025_106f6365.szar new file mode 100644 index 00000000..fabc4613 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000025_106f6365.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000026_b2888b18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000026_b2888b18.szar new file mode 100644 index 00000000..81f302ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000026_b2888b18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000027_082a92d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000027_082a92d4.szar new file mode 100644 index 00000000..2fbfafe0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000027_082a92d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000028_5a20c927.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000028_5a20c927.szar new file mode 100644 index 00000000..82a1f401 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000028_5a20c927.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000029_1837bfef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000029_1837bfef.szar new file mode 100644 index 00000000..627760c0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000029_1837bfef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000030_31a6c9be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000030_31a6c9be.szar new file mode 100644 index 00000000..bb2a9910 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000030_31a6c9be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000031_25ee0cee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000031_25ee0cee.szar new file mode 100644 index 00000000..ccdf79ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000031_25ee0cee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000032_7c9ffbce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000032_7c9ffbce.szar new file mode 100644 index 00000000..8036e426 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000032_7c9ffbce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000033_867039da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000033_867039da.szar new file mode 100644 index 00000000..dc6f2c84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000033_867039da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000034_41b3f653.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000034_41b3f653.szar new file mode 100644 index 00000000..93078b15 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000034_41b3f653.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000035_3edb1cff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000035_3edb1cff.szar new file mode 100644 index 00000000..2b7e51bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000035_3edb1cff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000036_d5d6e65c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000036_d5d6e65c.szar new file mode 100644 index 00000000..fcc06da5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000036_d5d6e65c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000037_fac685c1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000037_fac685c1.szar new file mode 100644 index 00000000..ad7f0444 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000037_fac685c1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000038_85d9fa4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000038_85d9fa4c.szar new file mode 100644 index 00000000..d15f9f2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000038_85d9fa4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000039_d01e5508.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000039_d01e5508.szar new file mode 100644 index 00000000..b47dd482 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000039_d01e5508.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000040_acde557b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000040_acde557b.szar new file mode 100644 index 00000000..51c28b7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000040_acde557b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000041_469c3310.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000041_469c3310.szar new file mode 100644 index 00000000..28ddcb13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000041_469c3310.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000042_07425371.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000042_07425371.szar new file mode 100644 index 00000000..5af0e549 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000042_07425371.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000043_91851595.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000043_91851595.szar new file mode 100644 index 00000000..5624c6c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000043_91851595.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000044_f613a7ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000044_f613a7ef.szar new file mode 100644 index 00000000..87f51f92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000044_f613a7ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000045_b69b3710.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000045_b69b3710.szar new file mode 100644 index 00000000..768448eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000045_b69b3710.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000046_a19f97e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000046_a19f97e1.szar new file mode 100644 index 00000000..c3a24033 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000046_a19f97e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000047_3d35eb73.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000047_3d35eb73.szar new file mode 100644 index 00000000..f22d2861 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000047_3d35eb73.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000048_2ac401e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000048_2ac401e6.szar new file mode 100644 index 00000000..7e2f8651 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000048_2ac401e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000049_b75e5c32.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000049_b75e5c32.szar new file mode 100644 index 00000000..9d95956f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000049_b75e5c32.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000050_54b230c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000050_54b230c4.szar new file mode 100644 index 00000000..18e9b017 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000050_54b230c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000051_3688b2f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000051_3688b2f6.szar new file mode 100644 index 00000000..242c05c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000051_3688b2f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000052_56b5ad9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000052_56b5ad9a.szar new file mode 100644 index 00000000..07283c40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000052_56b5ad9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000053_8e12664e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000053_8e12664e.szar new file mode 100644 index 00000000..0e8ad398 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000053_8e12664e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000054_77535501.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000054_77535501.szar new file mode 100644 index 00000000..e0b08e4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000054_77535501.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000055_a4da0515.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000055_a4da0515.szar new file mode 100644 index 00000000..1e07c9f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000055_a4da0515.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000056_d75ee2cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000056_d75ee2cf.szar new file mode 100644 index 00000000..0c91cfa5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000056_d75ee2cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000057_211379da.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000057_211379da.szar new file mode 100644 index 00000000..b02725bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000057_211379da.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000058_9b6db8dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000058_9b6db8dd.szar new file mode 100644 index 00000000..c1b83bf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000058_9b6db8dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000059_1a2efaed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000059_1a2efaed.szar new file mode 100644 index 00000000..70c60e0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000059_1a2efaed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000060_18a18760.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000060_18a18760.szar new file mode 100644 index 00000000..ca25ae63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000060_18a18760.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000061_d8a8cd3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000061_d8a8cd3b.szar new file mode 100644 index 00000000..03052e51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000061_d8a8cd3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000062_53f4b339.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000062_53f4b339.szar new file mode 100644 index 00000000..cf5e36b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000062_53f4b339.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000063_b6742bb4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000063_b6742bb4.szar new file mode 100644 index 00000000..faacadca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000063_b6742bb4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000064_bf5ce3a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000064_bf5ce3a0.szar new file mode 100644 index 00000000..544b7b36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000064_bf5ce3a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000065_ace0cb32.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000065_ace0cb32.szar new file mode 100644 index 00000000..7cc6517d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/archive/delta_00000000000000000065_ace0cb32.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000001_235ab872.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000001_235ab872.szcp new file mode 100644 index 00000000..60e25020 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000001_235ab872.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000002_3063b3f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000002_3063b3f0.szcp new file mode 100644 index 00000000..cc7efca0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000002_3063b3f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000003_f722f2bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000003_f722f2bf.szcp new file mode 100644 index 00000000..bda47d6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000003_f722f2bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000004_d4656c84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000004_d4656c84.szcp new file mode 100644 index 00000000..220ad0be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000004_d4656c84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000005_83d01ff0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000005_83d01ff0.szcp new file mode 100644 index 00000000..d4ac5c90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000005_83d01ff0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000006_82ec4bc5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000006_82ec4bc5.szcp new file mode 100644 index 00000000..39399913 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000006_82ec4bc5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000007_50f88761.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000007_50f88761.szcp new file mode 100644 index 00000000..6d662fb7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000007_50f88761.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000008_6e914223.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000008_6e914223.szcp new file mode 100644 index 00000000..ac8cb51e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000008_6e914223.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000009_4de0c000.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000009_4de0c000.szcp new file mode 100644 index 00000000..82f991f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000009_4de0c000.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000010_7123e96a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000010_7123e96a.szcp new file mode 100644 index 00000000..e59c1677 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000010_7123e96a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000011_bc64a539.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000011_bc64a539.szcp new file mode 100644 index 00000000..4d058aaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000011_bc64a539.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000012_371c7fc9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000012_371c7fc9.szcp new file mode 100644 index 00000000..f5e8433c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000012_371c7fc9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000013_601fde7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000013_601fde7a.szcp new file mode 100644 index 00000000..16dc2f9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000013_601fde7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000014_490321b0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000014_490321b0.szcp new file mode 100644 index 00000000..e74a6cac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000014_490321b0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000015_d674a23f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000015_d674a23f.szcp new file mode 100644 index 00000000..273dcf00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000015_d674a23f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000016_d8e0f8fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000016_d8e0f8fd.szcp new file mode 100644 index 00000000..e6059e79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000016_d8e0f8fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000017_bd27b3c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000017_bd27b3c2.szcp new file mode 100644 index 00000000..10ea1cf7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000017_bd27b3c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000018_8853d675.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000018_8853d675.szcp new file mode 100644 index 00000000..9f04f38d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000018_8853d675.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000019_a8bd1898.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000019_a8bd1898.szcp new file mode 100644 index 00000000..907c91e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000019_a8bd1898.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000020_2f21043d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000020_2f21043d.szcp new file mode 100644 index 00000000..920c6187 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000020_2f21043d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000021_ec936e3d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000021_ec936e3d.szcp new file mode 100644 index 00000000..d22d384b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000021_ec936e3d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000022_a4277989.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000022_a4277989.szcp new file mode 100644 index 00000000..29c491db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000022_a4277989.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000023_79db0553.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000023_79db0553.szcp new file mode 100644 index 00000000..869206f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000023_79db0553.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000024_5c884a24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000024_5c884a24.szcp new file mode 100644 index 00000000..a94b5efe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000024_5c884a24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000025_768e426f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000025_768e426f.szcp new file mode 100644 index 00000000..b8541790 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000025_768e426f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000026_92a7d434.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000026_92a7d434.szcp new file mode 100644 index 00000000..baa10709 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000026_92a7d434.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000027_8aeb2ea3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000027_8aeb2ea3.szcp new file mode 100644 index 00000000..f95b7a56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000027_8aeb2ea3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000028_7904ccb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000028_7904ccb1.szcp new file mode 100644 index 00000000..0b2eb857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000028_7904ccb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000029_2401db36.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000029_2401db36.szcp new file mode 100644 index 00000000..32c2c3fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000029_2401db36.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000030_f6983297.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000030_f6983297.szcp new file mode 100644 index 00000000..1fe65e9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000030_f6983297.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000031_e65f447f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000031_e65f447f.szcp new file mode 100644 index 00000000..6da945ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000031_e65f447f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000032_4dbf078c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000032_4dbf078c.szcp new file mode 100644 index 00000000..004b92f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000032_4dbf078c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000033_b658ecee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000033_b658ecee.szcp new file mode 100644 index 00000000..bd84ce9d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000033_b658ecee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000034_73e8357f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000034_73e8357f.szcp new file mode 100644 index 00000000..66b48910 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000034_73e8357f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000035_3e570e64.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000035_3e570e64.szcp new file mode 100644 index 00000000..e2eb351a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000035_3e570e64.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000036_7571a524.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000036_7571a524.szcp new file mode 100644 index 00000000..625ebe1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000036_7571a524.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000037_6b16540e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000037_6b16540e.szcp new file mode 100644 index 00000000..a76dbb2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000037_6b16540e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000038_285bc9a3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000038_285bc9a3.szcp new file mode 100644 index 00000000..b83ee95f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000038_285bc9a3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000039_b46693d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000039_b46693d6.szcp new file mode 100644 index 00000000..39c9f67d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000039_b46693d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000040_a43aaeaa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000040_a43aaeaa.szcp new file mode 100644 index 00000000..0c7d06b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000040_a43aaeaa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000041_c33cd29f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000041_c33cd29f.szcp new file mode 100644 index 00000000..41bc441b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000041_c33cd29f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000042_1f9c7d2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000042_1f9c7d2c.szcp new file mode 100644 index 00000000..cef0f9ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000042_1f9c7d2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000043_873903f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000043_873903f7.szcp new file mode 100644 index 00000000..af2547bd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000043_873903f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000044_15b864bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000044_15b864bb.szcp new file mode 100644 index 00000000..ed67efc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000044_15b864bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000045_0fd5a063.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000045_0fd5a063.szcp new file mode 100644 index 00000000..90a22370 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000045_0fd5a063.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000046_fd7479e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000046_fd7479e8.szcp new file mode 100644 index 00000000..84af7e60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000046_fd7479e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000047_83528dd5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000047_83528dd5.szcp new file mode 100644 index 00000000..5197b82b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000047_83528dd5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000048_66d42b72.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000048_66d42b72.szcp new file mode 100644 index 00000000..71393ffa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000048_66d42b72.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000049_6449ab98.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000049_6449ab98.szcp new file mode 100644 index 00000000..2e668559 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000049_6449ab98.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000050_4a4fda56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000050_4a4fda56.szcp new file mode 100644 index 00000000..63365037 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000050_4a4fda56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000051_0440261e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000051_0440261e.szcp new file mode 100644 index 00000000..53935271 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000051_0440261e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000052_a76e3429.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000052_a76e3429.szcp new file mode 100644 index 00000000..d5117443 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000052_a76e3429.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000053_1a1f818c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000053_1a1f818c.szcp new file mode 100644 index 00000000..cb0e2116 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000053_1a1f818c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000054_acc53491.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000054_acc53491.szcp new file mode 100644 index 00000000..3f32ff5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000054_acc53491.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000055_c4cd2bde.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000055_c4cd2bde.szcp new file mode 100644 index 00000000..4d538034 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000055_c4cd2bde.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000056_acc7889b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000056_acc7889b.szcp new file mode 100644 index 00000000..97c7e612 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000056_acc7889b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000057_8a4302de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000057_8a4302de.szcp new file mode 100644 index 00000000..1fe3bcc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000057_8a4302de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000058_703e6610.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000058_703e6610.szcp new file mode 100644 index 00000000..eff4a340 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000058_703e6610.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000059_61e39084.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000059_61e39084.szcp new file mode 100644 index 00000000..fc2d67dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000059_61e39084.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000060_c2d08574.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000060_c2d08574.szcp new file mode 100644 index 00000000..caae9a01 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000060_c2d08574.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000061_e7208624.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000061_e7208624.szcp new file mode 100644 index 00000000..dd753a93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000061_e7208624.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000062_50a3a35a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000062_50a3a35a.szcp new file mode 100644 index 00000000..c9aa38ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000062_50a3a35a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000063_702df41d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000063_702df41d.szcp new file mode 100644 index 00000000..1ac6e535 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000063_702df41d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000064_6473141b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000064_6473141b.szcp new file mode 100644 index 00000000..398ac9b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000064_6473141b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000065_9a0f1706.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000065_9a0f1706.szcp new file mode 100644 index 00000000..2ffc7e04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_049/checkpoints/checkpoint_00000000000000000065_9a0f1706.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000001_d52a8820.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000001_d52a8820.szar new file mode 100644 index 00000000..eea2af18 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000001_d52a8820.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000002_c3c2fcb8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000002_c3c2fcb8.szar new file mode 100644 index 00000000..03c0adb6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000002_c3c2fcb8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000003_54da5558.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000003_54da5558.szar new file mode 100644 index 00000000..9432500a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000003_54da5558.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000004_44b4ae58.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000004_44b4ae58.szar new file mode 100644 index 00000000..b78e7b20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000004_44b4ae58.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000005_fd658bcb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000005_fd658bcb.szar new file mode 100644 index 00000000..52b959d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000005_fd658bcb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000006_6bd61683.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000006_6bd61683.szar new file mode 100644 index 00000000..3e299ff6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000006_6bd61683.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000007_f9ea2a76.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000007_f9ea2a76.szar new file mode 100644 index 00000000..04a2ea1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000007_f9ea2a76.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000008_707597b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000008_707597b9.szar new file mode 100644 index 00000000..d28795c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000008_707597b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000009_449b79a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000009_449b79a6.szar new file mode 100644 index 00000000..3b60fbf9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000009_449b79a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000010_2a846748.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000010_2a846748.szar new file mode 100644 index 00000000..99a678d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000010_2a846748.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000011_cd8d5a28.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000011_cd8d5a28.szar new file mode 100644 index 00000000..5184d81a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000011_cd8d5a28.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000012_3d6b6147.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000012_3d6b6147.szar new file mode 100644 index 00000000..e2547245 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000012_3d6b6147.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000013_9c218ef9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000013_9c218ef9.szar new file mode 100644 index 00000000..aff6c354 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000013_9c218ef9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000014_33d0e4cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000014_33d0e4cf.szar new file mode 100644 index 00000000..2326226d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000014_33d0e4cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000015_0fc74e1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000015_0fc74e1a.szar new file mode 100644 index 00000000..fc8c544a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000015_0fc74e1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000016_c4c57cae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000016_c4c57cae.szar new file mode 100644 index 00000000..cce12b2e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000016_c4c57cae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000017_c703f5a3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000017_c703f5a3.szar new file mode 100644 index 00000000..c2bed0c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000017_c703f5a3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000018_3ffc3f62.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000018_3ffc3f62.szar new file mode 100644 index 00000000..514dda35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000018_3ffc3f62.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000019_6ab5367b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000019_6ab5367b.szar new file mode 100644 index 00000000..1de77dd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000019_6ab5367b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000020_ac06faf0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000020_ac06faf0.szar new file mode 100644 index 00000000..f90edb4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000020_ac06faf0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000021_da7b1c39.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000021_da7b1c39.szar new file mode 100644 index 00000000..9b6b50b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000021_da7b1c39.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000022_8488058d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000022_8488058d.szar new file mode 100644 index 00000000..003a7ee2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000022_8488058d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000023_8daa68d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000023_8daa68d1.szar new file mode 100644 index 00000000..d8ec90bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000023_8daa68d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000024_c4b321ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000024_c4b321ae.szar new file mode 100644 index 00000000..bbaa21b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000024_c4b321ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000025_1f1f028a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000025_1f1f028a.szar new file mode 100644 index 00000000..fff4580e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000025_1f1f028a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000026_a0e74b54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000026_a0e74b54.szar new file mode 100644 index 00000000..e7a4e8a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000026_a0e74b54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000027_3b046e29.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000027_3b046e29.szar new file mode 100644 index 00000000..435c72f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000027_3b046e29.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000028_d7d4ddf3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000028_d7d4ddf3.szar new file mode 100644 index 00000000..855dbd49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000028_d7d4ddf3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000029_71a7b7a0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000029_71a7b7a0.szar new file mode 100644 index 00000000..909ae475 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000029_71a7b7a0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000030_9c113d0d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000030_9c113d0d.szar new file mode 100644 index 00000000..77490854 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000030_9c113d0d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000031_95b4f475.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000031_95b4f475.szar new file mode 100644 index 00000000..b5c63bd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000031_95b4f475.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000032_d323150e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000032_d323150e.szar new file mode 100644 index 00000000..68f2149d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000032_d323150e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000033_b3bf41a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000033_b3bf41a6.szar new file mode 100644 index 00000000..667cd435 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000033_b3bf41a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000034_292d66d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000034_292d66d0.szar new file mode 100644 index 00000000..4d06dc0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000034_292d66d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000035_1b509082.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000035_1b509082.szar new file mode 100644 index 00000000..292219db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000035_1b509082.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000036_776de7a5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000036_776de7a5.szar new file mode 100644 index 00000000..bfda52ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000036_776de7a5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000037_dba85ddb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000037_dba85ddb.szar new file mode 100644 index 00000000..380b422c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000037_dba85ddb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000038_2e928948.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000038_2e928948.szar new file mode 100644 index 00000000..c96e3cd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000038_2e928948.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000039_c0712dff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000039_c0712dff.szar new file mode 100644 index 00000000..662d7d8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000039_c0712dff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000040_67d496b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000040_67d496b0.szar new file mode 100644 index 00000000..1dfa1f73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000040_67d496b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000041_dee29a11.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000041_dee29a11.szar new file mode 100644 index 00000000..6436dba8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000041_dee29a11.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000042_dcebf319.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000042_dcebf319.szar new file mode 100644 index 00000000..8de51ca2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000042_dcebf319.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000043_5124fc81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000043_5124fc81.szar new file mode 100644 index 00000000..1c157b07 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000043_5124fc81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000044_7f673134.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000044_7f673134.szar new file mode 100644 index 00000000..ec0d1c14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000044_7f673134.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000045_6cc03059.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000045_6cc03059.szar new file mode 100644 index 00000000..bdae29ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000045_6cc03059.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000046_1a33929d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000046_1a33929d.szar new file mode 100644 index 00000000..c38f33dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000046_1a33929d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000047_4c92c317.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000047_4c92c317.szar new file mode 100644 index 00000000..24615182 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000047_4c92c317.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000048_151efda2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000048_151efda2.szar new file mode 100644 index 00000000..888cdcc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000048_151efda2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000049_11cfde23.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000049_11cfde23.szar new file mode 100644 index 00000000..7a6c7f56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000049_11cfde23.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000050_57de9fd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000050_57de9fd6.szar new file mode 100644 index 00000000..2067614b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000050_57de9fd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000051_706f5139.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000051_706f5139.szar new file mode 100644 index 00000000..7c68c25f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000051_706f5139.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000052_8e133b04.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000052_8e133b04.szar new file mode 100644 index 00000000..de632220 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000052_8e133b04.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000053_592d79d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000053_592d79d6.szar new file mode 100644 index 00000000..3be5fa00 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000053_592d79d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000054_02b6709e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000054_02b6709e.szar new file mode 100644 index 00000000..955cecbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000054_02b6709e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000055_08574bfe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000055_08574bfe.szar new file mode 100644 index 00000000..651591d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000055_08574bfe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000056_243661df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000056_243661df.szar new file mode 100644 index 00000000..128bcfae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000056_243661df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000057_9433e42b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000057_9433e42b.szar new file mode 100644 index 00000000..73e05cf9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000057_9433e42b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000058_bbbaa01b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000058_bbbaa01b.szar new file mode 100644 index 00000000..385997f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000058_bbbaa01b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000059_585f0391.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000059_585f0391.szar new file mode 100644 index 00000000..f951574c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000059_585f0391.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000060_cbfaa916.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000060_cbfaa916.szar new file mode 100644 index 00000000..47e0980e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000060_cbfaa916.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000061_f90dab7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000061_f90dab7d.szar new file mode 100644 index 00000000..6ddc87ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000061_f90dab7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000062_97f22608.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000062_97f22608.szar new file mode 100644 index 00000000..a71ff089 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000062_97f22608.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000063_78cd74d6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000063_78cd74d6.szar new file mode 100644 index 00000000..8677dc9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000063_78cd74d6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000064_ea3f0cf5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000064_ea3f0cf5.szar new file mode 100644 index 00000000..6be40ea5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000064_ea3f0cf5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000065_a56cb8bb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000065_a56cb8bb.szar new file mode 100644 index 00000000..c1af1cf3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/archive/delta_00000000000000000065_a56cb8bb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000001_bc4e32f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000001_bc4e32f5.szcp new file mode 100644 index 00000000..feb87582 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000001_bc4e32f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000002_c0c41a0f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000002_c0c41a0f.szcp new file mode 100644 index 00000000..88c5c1b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000002_c0c41a0f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000003_0f34a32a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000003_0f34a32a.szcp new file mode 100644 index 00000000..790d012b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000003_0f34a32a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000004_30585a00.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000004_30585a00.szcp new file mode 100644 index 00000000..505241a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000004_30585a00.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000005_b73bad93.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000005_b73bad93.szcp new file mode 100644 index 00000000..e3ad669d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000005_b73bad93.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000006_3031053f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000006_3031053f.szcp new file mode 100644 index 00000000..b1092d83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000006_3031053f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000007_595f5d0f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000007_595f5d0f.szcp new file mode 100644 index 00000000..f03ce1ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000007_595f5d0f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000008_0b4752d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000008_0b4752d2.szcp new file mode 100644 index 00000000..8c20897c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000008_0b4752d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000009_11926e61.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000009_11926e61.szcp new file mode 100644 index 00000000..ab1b1a60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000009_11926e61.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000010_d53a9b86.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000010_d53a9b86.szcp new file mode 100644 index 00000000..60f31079 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000010_d53a9b86.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000011_c653568e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000011_c653568e.szcp new file mode 100644 index 00000000..bbba2480 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000011_c653568e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000012_c0a63613.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000012_c0a63613.szcp new file mode 100644 index 00000000..a4d22a50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000012_c0a63613.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000013_9833cc6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000013_9833cc6e.szcp new file mode 100644 index 00000000..9b609e79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000013_9833cc6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000014_075fb557.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000014_075fb557.szcp new file mode 100644 index 00000000..56ebad64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000014_075fb557.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000015_e4ebb46b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000015_e4ebb46b.szcp new file mode 100644 index 00000000..63217de2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000015_e4ebb46b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000016_7b505215.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000016_7b505215.szcp new file mode 100644 index 00000000..70e3ff7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000016_7b505215.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000017_e3e6ba38.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000017_e3e6ba38.szcp new file mode 100644 index 00000000..1530b885 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000017_e3e6ba38.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000018_34ee08d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000018_34ee08d8.szcp new file mode 100644 index 00000000..11e48384 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000018_34ee08d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000019_c46b16e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000019_c46b16e8.szcp new file mode 100644 index 00000000..082cf8cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000019_c46b16e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000020_a0a9ee46.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000020_a0a9ee46.szcp new file mode 100644 index 00000000..740b80c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000020_a0a9ee46.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000021_f8d4f807.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000021_f8d4f807.szcp new file mode 100644 index 00000000..0b92d643 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000021_f8d4f807.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000022_4a053fdc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000022_4a053fdc.szcp new file mode 100644 index 00000000..5f89628f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000022_4a053fdc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000023_8b848535.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000023_8b848535.szcp new file mode 100644 index 00000000..b9505bf6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000023_8b848535.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000024_c92a10fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000024_c92a10fa.szcp new file mode 100644 index 00000000..0bc0d499 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000024_c92a10fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000025_d85b8c0b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000025_d85b8c0b.szcp new file mode 100644 index 00000000..3c498fb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000025_d85b8c0b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000026_69d5b1fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000026_69d5b1fc.szcp new file mode 100644 index 00000000..4ee6a66c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000026_69d5b1fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000027_b2613c3a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000027_b2613c3a.szcp new file mode 100644 index 00000000..0ee230b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000027_b2613c3a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000028_c1df1560.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000028_c1df1560.szcp new file mode 100644 index 00000000..28219e38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000028_c1df1560.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000029_6b7329b9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000029_6b7329b9.szcp new file mode 100644 index 00000000..eb6b7edb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000029_6b7329b9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000030_a249c6b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000030_a249c6b6.szcp new file mode 100644 index 00000000..d5574cad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000030_a249c6b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000031_fefa09ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000031_fefa09ad.szcp new file mode 100644 index 00000000..7ed7e67a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000031_fefa09ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000032_3f28cd9b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000032_3f28cd9b.szcp new file mode 100644 index 00000000..a7c49dba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000032_3f28cd9b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000033_775655f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000033_775655f4.szcp new file mode 100644 index 00000000..6a978729 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000033_775655f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000034_4c34168d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000034_4c34168d.szcp new file mode 100644 index 00000000..149e19e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000034_4c34168d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000035_6e2a0424.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000035_6e2a0424.szcp new file mode 100644 index 00000000..092a4d93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000035_6e2a0424.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000036_5f2a473c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000036_5f2a473c.szcp new file mode 100644 index 00000000..be6029ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000036_5f2a473c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000037_d9a03ec6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000037_d9a03ec6.szcp new file mode 100644 index 00000000..a431fd1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000037_d9a03ec6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000038_1d93dd8e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000038_1d93dd8e.szcp new file mode 100644 index 00000000..4ac2014f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000038_1d93dd8e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000039_0665efd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000039_0665efd7.szcp new file mode 100644 index 00000000..f4329b26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000039_0665efd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000040_6d5a7315.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000040_6d5a7315.szcp new file mode 100644 index 00000000..be85513d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000040_6d5a7315.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000041_e4f188af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000041_e4f188af.szcp new file mode 100644 index 00000000..5c82a966 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000041_e4f188af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000042_55417e8a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000042_55417e8a.szcp new file mode 100644 index 00000000..c1ac1367 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000042_55417e8a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000043_e81fd94b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000043_e81fd94b.szcp new file mode 100644 index 00000000..febed1fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000043_e81fd94b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000044_003b9338.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000044_003b9338.szcp new file mode 100644 index 00000000..792db441 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000044_003b9338.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000045_f3233a27.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000045_f3233a27.szcp new file mode 100644 index 00000000..71462517 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000045_f3233a27.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000046_684c6f5e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000046_684c6f5e.szcp new file mode 100644 index 00000000..c22db7ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000046_684c6f5e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000047_cf326ea4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000047_cf326ea4.szcp new file mode 100644 index 00000000..646434e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000047_cf326ea4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000048_f5edbd81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000048_f5edbd81.szcp new file mode 100644 index 00000000..d036c482 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000048_f5edbd81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000049_a848e30f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000049_a848e30f.szcp new file mode 100644 index 00000000..75820891 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000049_a848e30f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000050_359c6254.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000050_359c6254.szcp new file mode 100644 index 00000000..5dd5b03b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000050_359c6254.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000051_12e472ef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000051_12e472ef.szcp new file mode 100644 index 00000000..9f51a221 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000051_12e472ef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000052_860060e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000052_860060e3.szcp new file mode 100644 index 00000000..cd8648d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000052_860060e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000053_d798ceee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000053_d798ceee.szcp new file mode 100644 index 00000000..45d491d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000053_d798ceee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000054_8791df21.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000054_8791df21.szcp new file mode 100644 index 00000000..4b6d53a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000054_8791df21.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000055_cb9b98d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000055_cb9b98d3.szcp new file mode 100644 index 00000000..baa13c2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000055_cb9b98d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000056_a24dca8e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000056_a24dca8e.szcp new file mode 100644 index 00000000..935394e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000056_a24dca8e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000057_e548b90d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000057_e548b90d.szcp new file mode 100644 index 00000000..235f430d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000057_e548b90d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000058_d2dd3670.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000058_d2dd3670.szcp new file mode 100644 index 00000000..b51475e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000058_d2dd3670.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000059_87bf8feb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000059_87bf8feb.szcp new file mode 100644 index 00000000..0b89b0b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000059_87bf8feb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000060_6f78b970.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000060_6f78b970.szcp new file mode 100644 index 00000000..21751db6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000060_6f78b970.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000061_4f5c5c6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000061_4f5c5c6a.szcp new file mode 100644 index 00000000..423a84d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000061_4f5c5c6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000062_7ad20793.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000062_7ad20793.szcp new file mode 100644 index 00000000..7c536378 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000062_7ad20793.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000063_02859572.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000063_02859572.szcp new file mode 100644 index 00000000..d7380366 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000063_02859572.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000064_4ddf25ee.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000064_4ddf25ee.szcp new file mode 100644 index 00000000..5dffa438 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000064_4ddf25ee.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000065_af43ca9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000065_af43ca9a.szcp new file mode 100644 index 00000000..b442556c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_050/checkpoints/checkpoint_00000000000000000065_af43ca9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000001_e901fc26.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000001_e901fc26.szar new file mode 100644 index 00000000..4a4251f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000001_e901fc26.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000002_f046e7e2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000002_f046e7e2.szar new file mode 100644 index 00000000..ebfb7357 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000002_f046e7e2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000003_8f0129d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000003_8f0129d8.szar new file mode 100644 index 00000000..5bfda020 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000003_8f0129d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000004_186122b6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000004_186122b6.szar new file mode 100644 index 00000000..2e5f787b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000004_186122b6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000005_0874cb01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000005_0874cb01.szar new file mode 100644 index 00000000..0597c368 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000005_0874cb01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000006_9a4bf0d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000006_9a4bf0d9.szar new file mode 100644 index 00000000..71746895 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000006_9a4bf0d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000007_d28c5f65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000007_d28c5f65.szar new file mode 100644 index 00000000..a1743b85 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000007_d28c5f65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000008_da6c1a49.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000008_da6c1a49.szar new file mode 100644 index 00000000..03e3664a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000008_da6c1a49.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000009_4565df65.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000009_4565df65.szar new file mode 100644 index 00000000..52f37067 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000009_4565df65.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000010_94780ef9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000010_94780ef9.szar new file mode 100644 index 00000000..861a4d8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000010_94780ef9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000011_5c9674e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000011_5c9674e6.szar new file mode 100644 index 00000000..590c43b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000011_5c9674e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000012_3d65f3b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000012_3d65f3b0.szar new file mode 100644 index 00000000..16630a71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000012_3d65f3b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000013_d56acaf4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000013_d56acaf4.szar new file mode 100644 index 00000000..05d8ded5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000013_d56acaf4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000014_88b10696.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000014_88b10696.szar new file mode 100644 index 00000000..dfbec1a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000014_88b10696.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000015_0d59f460.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000015_0d59f460.szar new file mode 100644 index 00000000..b8d2f497 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000015_0d59f460.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000016_03602bc5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000016_03602bc5.szar new file mode 100644 index 00000000..ff82e4ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000016_03602bc5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000017_8ef4b6b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000017_8ef4b6b5.szar new file mode 100644 index 00000000..06e6f9ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000017_8ef4b6b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000018_9231c229.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000018_9231c229.szar new file mode 100644 index 00000000..002f55bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000018_9231c229.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000019_d47328bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000019_d47328bd.szar new file mode 100644 index 00000000..693803e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000019_d47328bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000020_b441b63c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000020_b441b63c.szar new file mode 100644 index 00000000..d02d91c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000020_b441b63c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000021_28b4fceb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000021_28b4fceb.szar new file mode 100644 index 00000000..a60dffef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000021_28b4fceb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000022_4f2fc2fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000022_4f2fc2fa.szar new file mode 100644 index 00000000..fe6185e4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000022_4f2fc2fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000023_59ca8ff7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000023_59ca8ff7.szar new file mode 100644 index 00000000..f5887f33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000023_59ca8ff7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000024_603a5540.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000024_603a5540.szar new file mode 100644 index 00000000..5e8217fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000024_603a5540.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000025_3906a599.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000025_3906a599.szar new file mode 100644 index 00000000..8e857b8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000025_3906a599.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000026_8748b129.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000026_8748b129.szar new file mode 100644 index 00000000..0d2bb632 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000026_8748b129.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000027_b1dc33b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000027_b1dc33b3.szar new file mode 100644 index 00000000..924c85f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000027_b1dc33b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000028_f275bf19.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000028_f275bf19.szar new file mode 100644 index 00000000..61cdcab2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000028_f275bf19.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000029_e5083161.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000029_e5083161.szar new file mode 100644 index 00000000..c0a44f7f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000029_e5083161.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000030_7f7dc110.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000030_7f7dc110.szar new file mode 100644 index 00000000..6209b8d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000030_7f7dc110.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000031_06f5bf54.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000031_06f5bf54.szar new file mode 100644 index 00000000..d9a88f1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000031_06f5bf54.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000032_bf2656ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000032_bf2656ce.szar new file mode 100644 index 00000000..209dc1f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000032_bf2656ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000033_29b39184.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000033_29b39184.szar new file mode 100644 index 00000000..42a6a8b4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000033_29b39184.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000034_cec8e93d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000034_cec8e93d.szar new file mode 100644 index 00000000..341ce263 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000034_cec8e93d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000035_ca74face.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000035_ca74face.szar new file mode 100644 index 00000000..e2364316 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000035_ca74face.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000036_5e0566e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000036_5e0566e6.szar new file mode 100644 index 00000000..623ade7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000036_5e0566e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000037_a8e37bb7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000037_a8e37bb7.szar new file mode 100644 index 00000000..ef1f4014 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000037_a8e37bb7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000038_e0ef5805.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000038_e0ef5805.szar new file mode 100644 index 00000000..a4190bbd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000038_e0ef5805.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000039_e901a53e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000039_e901a53e.szar new file mode 100644 index 00000000..5c18652f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000039_e901a53e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000040_cd95d7f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000040_cd95d7f5.szar new file mode 100644 index 00000000..6f8dae2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000040_cd95d7f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000041_d9bf5ccb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000041_d9bf5ccb.szar new file mode 100644 index 00000000..953ffa3a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000041_d9bf5ccb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000042_fed25a40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000042_fed25a40.szar new file mode 100644 index 00000000..e2d87a9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000042_fed25a40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000043_d919a863.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000043_d919a863.szar new file mode 100644 index 00000000..b6bf5885 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000043_d919a863.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000044_9cefb1d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000044_9cefb1d2.szar new file mode 100644 index 00000000..8e732bcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000044_9cefb1d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000045_faaac921.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000045_faaac921.szar new file mode 100644 index 00000000..c1783c7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000045_faaac921.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000046_42f0a19f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000046_42f0a19f.szar new file mode 100644 index 00000000..1edf3d75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000046_42f0a19f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000047_c8c5bcd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000047_c8c5bcd6.szar new file mode 100644 index 00000000..405bd54c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000047_c8c5bcd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000048_12c1b34d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000048_12c1b34d.szar new file mode 100644 index 00000000..2f4a0957 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000048_12c1b34d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000049_0dc801ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000049_0dc801ac.szar new file mode 100644 index 00000000..7393f935 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000049_0dc801ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000050_95fe9afe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000050_95fe9afe.szar new file mode 100644 index 00000000..48799ec3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000050_95fe9afe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000051_8a6e9dfc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000051_8a6e9dfc.szar new file mode 100644 index 00000000..90c80f5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000051_8a6e9dfc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000052_24593fcb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000052_24593fcb.szar new file mode 100644 index 00000000..98fcb770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000052_24593fcb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000053_7fa645d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000053_7fa645d2.szar new file mode 100644 index 00000000..c3e3ea13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000053_7fa645d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000054_039d9351.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000054_039d9351.szar new file mode 100644 index 00000000..970bc182 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000054_039d9351.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000055_424f2eed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000055_424f2eed.szar new file mode 100644 index 00000000..e4950cb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000055_424f2eed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000056_40553afc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000056_40553afc.szar new file mode 100644 index 00000000..36085c48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000056_40553afc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000057_9ec54fd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000057_9ec54fd8.szar new file mode 100644 index 00000000..e981bdee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000057_9ec54fd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000058_7fb6f7ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000058_7fb6f7ee.szar new file mode 100644 index 00000000..64075a11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000058_7fb6f7ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000059_f1df0a3e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000059_f1df0a3e.szar new file mode 100644 index 00000000..dbfd38fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000059_f1df0a3e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000060_b7c371e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000060_b7c371e6.szar new file mode 100644 index 00000000..7144cb4e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000060_b7c371e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000061_0773462e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000061_0773462e.szar new file mode 100644 index 00000000..661898b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000061_0773462e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000062_fa9a57b9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000062_fa9a57b9.szar new file mode 100644 index 00000000..d35a317f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000062_fa9a57b9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000063_0ee08a15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000063_0ee08a15.szar new file mode 100644 index 00000000..a4c30743 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000063_0ee08a15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000064_ab2abac0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000064_ab2abac0.szar new file mode 100644 index 00000000..774841a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000064_ab2abac0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000065_6fbdc62a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000065_6fbdc62a.szar new file mode 100644 index 00000000..8366e500 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000065_6fbdc62a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000066_5d1c1323.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000066_5d1c1323.szar new file mode 100644 index 00000000..a9f33968 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000066_5d1c1323.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000067_9782e3d5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000067_9782e3d5.szar new file mode 100644 index 00000000..c9501f26 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000067_9782e3d5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000068_059a38a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000068_059a38a7.szar new file mode 100644 index 00000000..0a8daf0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000068_059a38a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000069_d0540a45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000069_d0540a45.szar new file mode 100644 index 00000000..ad32cb84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000069_d0540a45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000070_9e47c284.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000070_9e47c284.szar new file mode 100644 index 00000000..0a8f19cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/archive/delta_00000000000000000070_9e47c284.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000001_ff1bb16e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000001_ff1bb16e.szcp new file mode 100644 index 00000000..4d7597b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000001_ff1bb16e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000002_cc0830e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000002_cc0830e3.szcp new file mode 100644 index 00000000..b076130a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000002_cc0830e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000003_1ffc90b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000003_1ffc90b8.szcp new file mode 100644 index 00000000..513a08e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000003_1ffc90b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000004_9964e9ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000004_9964e9ca.szcp new file mode 100644 index 00000000..5ef464f8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000004_9964e9ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000005_3a776e0c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000005_3a776e0c.szcp new file mode 100644 index 00000000..9f1d26f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000005_3a776e0c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000006_73df75b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000006_73df75b1.szcp new file mode 100644 index 00000000..844eff5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000006_73df75b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000007_6f8fe844.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000007_6f8fe844.szcp new file mode 100644 index 00000000..79136e96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000007_6f8fe844.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000008_64ccaf0e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000008_64ccaf0e.szcp new file mode 100644 index 00000000..86dc2c41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000008_64ccaf0e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000009_c183ec08.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000009_c183ec08.szcp new file mode 100644 index 00000000..fb347eb9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000009_c183ec08.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000010_778fe38b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000010_778fe38b.szcp new file mode 100644 index 00000000..ec416fcb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000010_778fe38b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000011_3695c9fc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000011_3695c9fc.szcp new file mode 100644 index 00000000..879a0289 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000011_3695c9fc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000012_5cb1f174.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000012_5cb1f174.szcp new file mode 100644 index 00000000..9363ee76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000012_5cb1f174.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000013_7e536871.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000013_7e536871.szcp new file mode 100644 index 00000000..beb60f09 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000013_7e536871.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000014_7fd84cd0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000014_7fd84cd0.szcp new file mode 100644 index 00000000..ed5259a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000014_7fd84cd0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000015_0c50d141.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000015_0c50d141.szcp new file mode 100644 index 00000000..b8c6331d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000015_0c50d141.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000016_0ec8a022.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000016_0ec8a022.szcp new file mode 100644 index 00000000..276525bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000016_0ec8a022.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000017_f2bae0f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000017_f2bae0f5.szcp new file mode 100644 index 00000000..d7bec944 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000017_f2bae0f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000018_65dc8f2a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000018_65dc8f2a.szcp new file mode 100644 index 00000000..ea087d03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000018_65dc8f2a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000019_86d2d1be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000019_86d2d1be.szcp new file mode 100644 index 00000000..92bc0094 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000019_86d2d1be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000020_a607bb3e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000020_a607bb3e.szcp new file mode 100644 index 00000000..f6c71531 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000020_a607bb3e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000021_470b6987.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000021_470b6987.szcp new file mode 100644 index 00000000..5a5c334b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000021_470b6987.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000022_150e631f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000022_150e631f.szcp new file mode 100644 index 00000000..389d6477 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000022_150e631f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000023_20eb82eb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000023_20eb82eb.szcp new file mode 100644 index 00000000..98c3d726 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000023_20eb82eb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000024_138cce46.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000024_138cce46.szcp new file mode 100644 index 00000000..a53ab42e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000024_138cce46.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000025_035d0869.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000025_035d0869.szcp new file mode 100644 index 00000000..ee670fd5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000025_035d0869.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000026_aa75974c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000026_aa75974c.szcp new file mode 100644 index 00000000..68c9715c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000026_aa75974c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000027_ce076d1b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000027_ce076d1b.szcp new file mode 100644 index 00000000..1e973a3b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000027_ce076d1b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000028_b91eb206.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000028_b91eb206.szcp new file mode 100644 index 00000000..af8944e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000028_b91eb206.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000029_6bee4a0b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000029_6bee4a0b.szcp new file mode 100644 index 00000000..6c23a929 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000029_6bee4a0b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000030_12975a12.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000030_12975a12.szcp new file mode 100644 index 00000000..87a225da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000030_12975a12.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000031_6f325436.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000031_6f325436.szcp new file mode 100644 index 00000000..5b054ee2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000031_6f325436.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000032_11acef63.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000032_11acef63.szcp new file mode 100644 index 00000000..11a856cb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000032_11acef63.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000033_41df295e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000033_41df295e.szcp new file mode 100644 index 00000000..918d11cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000033_41df295e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000034_f2daafc8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000034_f2daafc8.szcp new file mode 100644 index 00000000..b5536942 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000034_f2daafc8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000035_a866ef69.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000035_a866ef69.szcp new file mode 100644 index 00000000..369db4ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000035_a866ef69.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000036_183ca61a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000036_183ca61a.szcp new file mode 100644 index 00000000..7c7daee0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000036_183ca61a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000037_b1c3b692.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000037_b1c3b692.szcp new file mode 100644 index 00000000..ecaf4d76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000037_b1c3b692.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000038_99add915.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000038_99add915.szcp new file mode 100644 index 00000000..58481259 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000038_99add915.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000039_39c154e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000039_39c154e3.szcp new file mode 100644 index 00000000..b4dfa83c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000039_39c154e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000040_a0ae850f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000040_a0ae850f.szcp new file mode 100644 index 00000000..5d9d4585 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000040_a0ae850f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000041_3a5b0e77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000041_3a5b0e77.szcp new file mode 100644 index 00000000..420dce33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000041_3a5b0e77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000042_43564306.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000042_43564306.szcp new file mode 100644 index 00000000..76b7d6ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000042_43564306.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000043_f266fee9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000043_f266fee9.szcp new file mode 100644 index 00000000..7e5dc025 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000043_f266fee9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000044_940d6056.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000044_940d6056.szcp new file mode 100644 index 00000000..63bb2258 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000044_940d6056.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000045_0922e249.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000045_0922e249.szcp new file mode 100644 index 00000000..ed9cc182 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000045_0922e249.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000046_aa10cf7d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000046_aa10cf7d.szcp new file mode 100644 index 00000000..57f71624 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000046_aa10cf7d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000047_3f164db7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000047_3f164db7.szcp new file mode 100644 index 00000000..2a8b9898 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000047_3f164db7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000048_cc222116.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000048_cc222116.szcp new file mode 100644 index 00000000..6a78908d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000048_cc222116.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000049_aba29a81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000049_aba29a81.szcp new file mode 100644 index 00000000..02ba8d77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000049_aba29a81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000050_019b6db9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000050_019b6db9.szcp new file mode 100644 index 00000000..98b8b2b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000050_019b6db9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000051_1272577e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000051_1272577e.szcp new file mode 100644 index 00000000..594636d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000051_1272577e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000052_20a92cf0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000052_20a92cf0.szcp new file mode 100644 index 00000000..8d3cfd30 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000052_20a92cf0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000053_90bbddd9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000053_90bbddd9.szcp new file mode 100644 index 00000000..5849cc8c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000053_90bbddd9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000054_940f6ca0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000054_940f6ca0.szcp new file mode 100644 index 00000000..365c992d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000054_940f6ca0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000055_1a9404ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000055_1a9404ea.szcp new file mode 100644 index 00000000..aeac9891 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000055_1a9404ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000056_edf7f25c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000056_edf7f25c.szcp new file mode 100644 index 00000000..25bc855c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000056_edf7f25c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000057_826da90b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000057_826da90b.szcp new file mode 100644 index 00000000..7b78cbdf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000057_826da90b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000058_9070bdd5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000058_9070bdd5.szcp new file mode 100644 index 00000000..d77c69f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000058_9070bdd5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000059_8c1ba274.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000059_8c1ba274.szcp new file mode 100644 index 00000000..a4da54ee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000059_8c1ba274.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000060_160314c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000060_160314c5.szcp new file mode 100644 index 00000000..efbbd566 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000060_160314c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000061_284cebeb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000061_284cebeb.szcp new file mode 100644 index 00000000..16eeac68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000061_284cebeb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000062_5cff9a57.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000062_5cff9a57.szcp new file mode 100644 index 00000000..adfa41d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000062_5cff9a57.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000063_f21b8365.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000063_f21b8365.szcp new file mode 100644 index 00000000..7a4fb03f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000063_f21b8365.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000064_50ada3d4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000064_50ada3d4.szcp new file mode 100644 index 00000000..be3850ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000064_50ada3d4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000065_598a2f93.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000065_598a2f93.szcp new file mode 100644 index 00000000..73ef39b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000065_598a2f93.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000066_1c1c5c81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000066_1c1c5c81.szcp new file mode 100644 index 00000000..282b39ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000066_1c1c5c81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000067_1cf61e0d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000067_1cf61e0d.szcp new file mode 100644 index 00000000..da3a85af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000067_1cf61e0d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000068_5522d5ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000068_5522d5ba.szcp new file mode 100644 index 00000000..2a31c2f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000068_5522d5ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000069_3ef724d0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000069_3ef724d0.szcp new file mode 100644 index 00000000..6a77befe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000069_3ef724d0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000070_14655ab0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000070_14655ab0.szcp new file mode 100644 index 00000000..7e0e31e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_051/checkpoints/checkpoint_00000000000000000070_14655ab0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000001_a3ca793f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000001_a3ca793f.szar new file mode 100644 index 00000000..9a461d5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000001_a3ca793f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000002_2ecb3723.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000002_2ecb3723.szar new file mode 100644 index 00000000..ff4ebba6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000002_2ecb3723.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000003_068d1573.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000003_068d1573.szar new file mode 100644 index 00000000..1d91c5d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000003_068d1573.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000004_da5a47e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000004_da5a47e9.szar new file mode 100644 index 00000000..3d28299d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000004_da5a47e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000005_ea7d43c9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000005_ea7d43c9.szar new file mode 100644 index 00000000..ed5c07cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000005_ea7d43c9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000006_12f31b50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000006_12f31b50.szar new file mode 100644 index 00000000..34357b56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000006_12f31b50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000007_facfd8f1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000007_facfd8f1.szar new file mode 100644 index 00000000..4ef3db38 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000007_facfd8f1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000008_bc35f6ca.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000008_bc35f6ca.szar new file mode 100644 index 00000000..d80699dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000008_bc35f6ca.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000009_7f68e0c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000009_7f68e0c6.szar new file mode 100644 index 00000000..af925bd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000009_7f68e0c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000010_acedd66d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000010_acedd66d.szar new file mode 100644 index 00000000..d44f2f24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000010_acedd66d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000011_1951060c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000011_1951060c.szar new file mode 100644 index 00000000..7e253a4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000011_1951060c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000012_61870850.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000012_61870850.szar new file mode 100644 index 00000000..878581ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000012_61870850.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000013_f22b9ad2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000013_f22b9ad2.szar new file mode 100644 index 00000000..11274b7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000013_f22b9ad2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000014_80074069.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000014_80074069.szar new file mode 100644 index 00000000..bccd5940 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000014_80074069.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000015_a2bf0aa4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000015_a2bf0aa4.szar new file mode 100644 index 00000000..a9828ee7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000015_a2bf0aa4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000016_319de01f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000016_319de01f.szar new file mode 100644 index 00000000..d3cb38a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000016_319de01f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000017_2daf2fcd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000017_2daf2fcd.szar new file mode 100644 index 00000000..6040ac62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000017_2daf2fcd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000018_ede85448.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000018_ede85448.szar new file mode 100644 index 00000000..7c59ada2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000018_ede85448.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000019_c67b7a3a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000019_c67b7a3a.szar new file mode 100644 index 00000000..d40cd8a9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000019_c67b7a3a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000020_fd5971fc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000020_fd5971fc.szar new file mode 100644 index 00000000..3b05d4a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000020_fd5971fc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000021_37fa8a23.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000021_37fa8a23.szar new file mode 100644 index 00000000..7c420a32 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000021_37fa8a23.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000022_967fb083.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000022_967fb083.szar new file mode 100644 index 00000000..6bfe10ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000022_967fb083.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000023_b29dadd5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000023_b29dadd5.szar new file mode 100644 index 00000000..ac57f0a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000023_b29dadd5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000024_2248e488.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000024_2248e488.szar new file mode 100644 index 00000000..10e8ba0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000024_2248e488.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000025_e6b43f52.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000025_e6b43f52.szar new file mode 100644 index 00000000..814ad764 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000025_e6b43f52.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000026_55050ac7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000026_55050ac7.szar new file mode 100644 index 00000000..50b43d96 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000026_55050ac7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000027_f1560fea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000027_f1560fea.szar new file mode 100644 index 00000000..5d53cb4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000027_f1560fea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000028_054cad4f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000028_054cad4f.szar new file mode 100644 index 00000000..3f2a1937 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000028_054cad4f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000029_7cbab0e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000029_7cbab0e8.szar new file mode 100644 index 00000000..5bf77569 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000029_7cbab0e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000030_1a2f32d8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000030_1a2f32d8.szar new file mode 100644 index 00000000..407dce93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000030_1a2f32d8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000031_15d63895.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000031_15d63895.szar new file mode 100644 index 00000000..04cd780b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000031_15d63895.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000032_22d21c77.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000032_22d21c77.szar new file mode 100644 index 00000000..ea19b0a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000032_22d21c77.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000033_8ad6551f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000033_8ad6551f.szar new file mode 100644 index 00000000..029db51f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000033_8ad6551f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000034_45ae7b41.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000034_45ae7b41.szar new file mode 100644 index 00000000..bd8b7f12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000034_45ae7b41.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000035_0808f07c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000035_0808f07c.szar new file mode 100644 index 00000000..562df55e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000035_0808f07c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000036_0b4a060d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000036_0b4a060d.szar new file mode 100644 index 00000000..4ca92b41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000036_0b4a060d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000037_4bdd8dd1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000037_4bdd8dd1.szar new file mode 100644 index 00000000..4809aca5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000037_4bdd8dd1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000038_13ab26ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000038_13ab26ee.szar new file mode 100644 index 00000000..71e683ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000038_13ab26ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000039_1c9d8fbe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000039_1c9d8fbe.szar new file mode 100644 index 00000000..aa5b698a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000039_1c9d8fbe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000040_101da74e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000040_101da74e.szar new file mode 100644 index 00000000..be2c5636 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000040_101da74e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000041_b7066792.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000041_b7066792.szar new file mode 100644 index 00000000..0ca8f132 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000041_b7066792.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000042_13c4387a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000042_13c4387a.szar new file mode 100644 index 00000000..895cf00a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000042_13c4387a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000043_135a5710.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000043_135a5710.szar new file mode 100644 index 00000000..6ff641f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000043_135a5710.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000044_52b8e6a9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000044_52b8e6a9.szar new file mode 100644 index 00000000..e8f9b134 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000044_52b8e6a9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000045_9036236d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000045_9036236d.szar new file mode 100644 index 00000000..49f0840a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000045_9036236d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000046_9d281b18.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000046_9d281b18.szar new file mode 100644 index 00000000..4634af31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000046_9d281b18.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000047_c5325120.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000047_c5325120.szar new file mode 100644 index 00000000..92339789 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000047_c5325120.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000048_357edaa2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000048_357edaa2.szar new file mode 100644 index 00000000..48ad5800 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000048_357edaa2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000049_67dcfae9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000049_67dcfae9.szar new file mode 100644 index 00000000..50283af3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000049_67dcfae9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000050_93e6806e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000050_93e6806e.szar new file mode 100644 index 00000000..d4095683 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000050_93e6806e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000051_b48afa8f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000051_b48afa8f.szar new file mode 100644 index 00000000..9291eef9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000051_b48afa8f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000052_ec23a821.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000052_ec23a821.szar new file mode 100644 index 00000000..a864e461 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000052_ec23a821.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000053_79d7daed.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000053_79d7daed.szar new file mode 100644 index 00000000..00fa384b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000053_79d7daed.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000054_e3ee46e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000054_e3ee46e8.szar new file mode 100644 index 00000000..5b7b9b69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000054_e3ee46e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000055_1389eac6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000055_1389eac6.szar new file mode 100644 index 00000000..6d8d977d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000055_1389eac6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000056_11812ca1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000056_11812ca1.szar new file mode 100644 index 00000000..8c52fe06 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000056_11812ca1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000057_b4f46510.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000057_b4f46510.szar new file mode 100644 index 00000000..95626088 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000057_b4f46510.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000058_ef11ffce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000058_ef11ffce.szar new file mode 100644 index 00000000..86479f49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000058_ef11ffce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000059_4b54f0cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000059_4b54f0cd.szar new file mode 100644 index 00000000..acf3e1db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000059_4b54f0cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000060_1316286b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000060_1316286b.szar new file mode 100644 index 00000000..a5010b73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000060_1316286b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000061_9ec3997c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000061_9ec3997c.szar new file mode 100644 index 00000000..6a505537 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000061_9ec3997c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000062_5d44c20f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000062_5d44c20f.szar new file mode 100644 index 00000000..2fb67074 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000062_5d44c20f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000063_90b2f33f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000063_90b2f33f.szar new file mode 100644 index 00000000..267f1ed1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000063_90b2f33f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000064_5925da25.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000064_5925da25.szar new file mode 100644 index 00000000..4fe6a998 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000064_5925da25.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000065_9a9b6e74.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000065_9a9b6e74.szar new file mode 100644 index 00000000..81c547d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000065_9a9b6e74.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000066_083c0a3b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000066_083c0a3b.szar new file mode 100644 index 00000000..d231e976 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000066_083c0a3b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000067_30de4789.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000067_30de4789.szar new file mode 100644 index 00000000..6e05fb27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000067_30de4789.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000068_2f38db0d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000068_2f38db0d.szar new file mode 100644 index 00000000..ecb1bd76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000068_2f38db0d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000069_e0215e96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000069_e0215e96.szar new file mode 100644 index 00000000..41d05c98 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000069_e0215e96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000070_e0569fd5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000070_e0569fd5.szar new file mode 100644 index 00000000..7323bab4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000070_e0569fd5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000071_381a2d6a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000071_381a2d6a.szar new file mode 100644 index 00000000..0d2a8a33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000071_381a2d6a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000072_dda04a8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000072_dda04a8d.szar new file mode 100644 index 00000000..f47170c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000072_dda04a8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000073_73425827.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000073_73425827.szar new file mode 100644 index 00000000..43e7ab58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000073_73425827.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000074_403856a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000074_403856a7.szar new file mode 100644 index 00000000..e4c7aaf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000074_403856a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000075_d74f50a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000075_d74f50a2.szar new file mode 100644 index 00000000..8b0f5e9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000075_d74f50a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000076_0f538a03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000076_0f538a03.szar new file mode 100644 index 00000000..ef7e2d57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000076_0f538a03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000077_36fd3f95.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000077_36fd3f95.szar new file mode 100644 index 00000000..d93b986c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000077_36fd3f95.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000078_6b23467a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000078_6b23467a.szar new file mode 100644 index 00000000..ca960c56 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000078_6b23467a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000079_24c6c46f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000079_24c6c46f.szar new file mode 100644 index 00000000..bde6e550 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000079_24c6c46f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000080_b18c9068.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000080_b18c9068.szar new file mode 100644 index 00000000..82b7ce58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000080_b18c9068.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000081_6c0252b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000081_6c0252b5.szar new file mode 100644 index 00000000..df787450 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000081_6c0252b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000082_180f9de1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000082_180f9de1.szar new file mode 100644 index 00000000..0d45ea13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/archive/delta_00000000000000000082_180f9de1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000001_e0ec485e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000001_e0ec485e.szcp new file mode 100644 index 00000000..ee507e2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000001_e0ec485e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000002_2a30e7ce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000002_2a30e7ce.szcp new file mode 100644 index 00000000..7dde3333 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000002_2a30e7ce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000003_e5361c2f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000003_e5361c2f.szcp new file mode 100644 index 00000000..961facac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000003_e5361c2f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000004_fa765410.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000004_fa765410.szcp new file mode 100644 index 00000000..8436323a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000004_fa765410.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000005_32fec9bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000005_32fec9bf.szcp new file mode 100644 index 00000000..38ee6abe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000005_32fec9bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000006_bb5fedfb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000006_bb5fedfb.szcp new file mode 100644 index 00000000..5a336997 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000006_bb5fedfb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000007_ae18cb07.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000007_ae18cb07.szcp new file mode 100644 index 00000000..e4a4e019 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000007_ae18cb07.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000008_72613380.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000008_72613380.szcp new file mode 100644 index 00000000..99e6a1ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000008_72613380.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000009_ae6168ad.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000009_ae6168ad.szcp new file mode 100644 index 00000000..140e4a98 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000009_ae6168ad.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000010_b11b8d99.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000010_b11b8d99.szcp new file mode 100644 index 00000000..b4331189 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000010_b11b8d99.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000011_d6cea511.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000011_d6cea511.szcp new file mode 100644 index 00000000..1b2a2d99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000011_d6cea511.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000012_45f9bd08.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000012_45f9bd08.szcp new file mode 100644 index 00000000..43502f2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000012_45f9bd08.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000013_dcd4220e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000013_dcd4220e.szcp new file mode 100644 index 00000000..5656dcd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000013_dcd4220e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000014_9b1d212e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000014_9b1d212e.szcp new file mode 100644 index 00000000..0efa42b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000014_9b1d212e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000015_084d85bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000015_084d85bb.szcp new file mode 100644 index 00000000..d1460d16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000015_084d85bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000016_08d17448.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000016_08d17448.szcp new file mode 100644 index 00000000..66c10f6b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000016_08d17448.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000017_c146ea34.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000017_c146ea34.szcp new file mode 100644 index 00000000..e4e3896d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000017_c146ea34.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000018_0487457f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000018_0487457f.szcp new file mode 100644 index 00000000..ecfeaa16 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000018_0487457f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000019_dc487e9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000019_dc487e9a.szcp new file mode 100644 index 00000000..be342d93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000019_dc487e9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000020_813fb769.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000020_813fb769.szcp new file mode 100644 index 00000000..cf23050d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000020_813fb769.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000021_8a120616.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000021_8a120616.szcp new file mode 100644 index 00000000..9e1d9cb4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000021_8a120616.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000022_207aef89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000022_207aef89.szcp new file mode 100644 index 00000000..664afff8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000022_207aef89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000023_c50bd258.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000023_c50bd258.szcp new file mode 100644 index 00000000..26cbfe08 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000023_c50bd258.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000024_36441853.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000024_36441853.szcp new file mode 100644 index 00000000..b96c5f82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000024_36441853.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000025_9419ba12.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000025_9419ba12.szcp new file mode 100644 index 00000000..845382b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000025_9419ba12.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000026_e053f0a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000026_e053f0a4.szcp new file mode 100644 index 00000000..2535d744 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000026_e053f0a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000027_4ad101d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000027_4ad101d9.szcp new file mode 100644 index 00000000..6e0e63d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000027_4ad101d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000028_de5b02ae.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000028_de5b02ae.szcp new file mode 100644 index 00000000..b309b9bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000028_de5b02ae.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000029_eb429019.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000029_eb429019.szcp new file mode 100644 index 00000000..3177aa0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000029_eb429019.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000030_8607ea51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000030_8607ea51.szcp new file mode 100644 index 00000000..686a7d23 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000030_8607ea51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000031_fc848d6c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000031_fc848d6c.szcp new file mode 100644 index 00000000..01dc92ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000031_fc848d6c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000032_385d2107.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000032_385d2107.szcp new file mode 100644 index 00000000..d3a195d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000032_385d2107.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000033_4e573b22.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000033_4e573b22.szcp new file mode 100644 index 00000000..3e848abc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000033_4e573b22.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000034_bc9d0172.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000034_bc9d0172.szcp new file mode 100644 index 00000000..4f64df1d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000034_bc9d0172.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000035_a1475ad5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000035_a1475ad5.szcp new file mode 100644 index 00000000..6c265abd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000035_a1475ad5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000036_6e1a8d5f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000036_6e1a8d5f.szcp new file mode 100644 index 00000000..f36ebc29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000036_6e1a8d5f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000037_2d72b200.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000037_2d72b200.szcp new file mode 100644 index 00000000..c080ac4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000037_2d72b200.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000038_99ffef89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000038_99ffef89.szcp new file mode 100644 index 00000000..6b5275fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000038_99ffef89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000039_650b1e77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000039_650b1e77.szcp new file mode 100644 index 00000000..c8d21c75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000039_650b1e77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000040_ae479d84.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000040_ae479d84.szcp new file mode 100644 index 00000000..a08f7d7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000040_ae479d84.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000041_ed09600b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000041_ed09600b.szcp new file mode 100644 index 00000000..24e5fdf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000041_ed09600b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000042_1b65a887.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000042_1b65a887.szcp new file mode 100644 index 00000000..c5048f2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000042_1b65a887.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000043_ef225146.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000043_ef225146.szcp new file mode 100644 index 00000000..6c7735cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000043_ef225146.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000044_205df37c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000044_205df37c.szcp new file mode 100644 index 00000000..e41ca47b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000044_205df37c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000045_1b9362e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000045_1b9362e7.szcp new file mode 100644 index 00000000..40b1efa4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000045_1b9362e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000046_b64d2e63.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000046_b64d2e63.szcp new file mode 100644 index 00000000..a27e8bac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000046_b64d2e63.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000047_f68c2820.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000047_f68c2820.szcp new file mode 100644 index 00000000..e49aac80 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000047_f68c2820.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000048_1e0cc968.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000048_1e0cc968.szcp new file mode 100644 index 00000000..942d8809 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000048_1e0cc968.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000049_d3b762f0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000049_d3b762f0.szcp new file mode 100644 index 00000000..a7bb2497 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000049_d3b762f0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000050_cc53c6a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000050_cc53c6a4.szcp new file mode 100644 index 00000000..b6497b40 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000050_cc53c6a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000051_cb377114.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000051_cb377114.szcp new file mode 100644 index 00000000..a91c07ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000051_cb377114.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000052_327942f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000052_327942f9.szcp new file mode 100644 index 00000000..6253b93d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000052_327942f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000053_b224fbbf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000053_b224fbbf.szcp new file mode 100644 index 00000000..e6837e8f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000053_b224fbbf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000054_4d99eaaf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000054_4d99eaaf.szcp new file mode 100644 index 00000000..f3b625f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000054_4d99eaaf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000055_d119d4b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000055_d119d4b5.szcp new file mode 100644 index 00000000..8ca0e44a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000055_d119d4b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000056_61b1d98c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000056_61b1d98c.szcp new file mode 100644 index 00000000..2bb9c5de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000056_61b1d98c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000057_408dff6a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000057_408dff6a.szcp new file mode 100644 index 00000000..43f83281 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000057_408dff6a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000058_21bb1c7c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000058_21bb1c7c.szcp new file mode 100644 index 00000000..fc8a8507 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000058_21bb1c7c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000059_665cfcf2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000059_665cfcf2.szcp new file mode 100644 index 00000000..572c357e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000059_665cfcf2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000060_8dd154b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000060_8dd154b4.szcp new file mode 100644 index 00000000..db6ce46a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000060_8dd154b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000061_f887f582.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000061_f887f582.szcp new file mode 100644 index 00000000..46a2812b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000061_f887f582.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000062_64ab4b9f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000062_64ab4b9f.szcp new file mode 100644 index 00000000..c1a53aaa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000062_64ab4b9f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000063_b8ddd10a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000063_b8ddd10a.szcp new file mode 100644 index 00000000..c4a06c66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000063_b8ddd10a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000064_842bf9e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000064_842bf9e2.szcp new file mode 100644 index 00000000..fc139435 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000064_842bf9e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000065_703181bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000065_703181bf.szcp new file mode 100644 index 00000000..42c818e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000065_703181bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000066_c4a83ee7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000066_c4a83ee7.szcp new file mode 100644 index 00000000..9629b8a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000066_c4a83ee7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000067_27da13af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000067_27da13af.szcp new file mode 100644 index 00000000..bc005dce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000067_27da13af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000068_0b22a3bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000068_0b22a3bf.szcp new file mode 100644 index 00000000..7e75b42e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000068_0b22a3bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000069_da60178e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000069_da60178e.szcp new file mode 100644 index 00000000..b3e425e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000069_da60178e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000070_bf2a105e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000070_bf2a105e.szcp new file mode 100644 index 00000000..8909a621 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000070_bf2a105e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000071_162a206f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000071_162a206f.szcp new file mode 100644 index 00000000..c76e018f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000071_162a206f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000072_bef9a485.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000072_bef9a485.szcp new file mode 100644 index 00000000..4c7c1e68 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000072_bef9a485.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000073_3a9a886a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000073_3a9a886a.szcp new file mode 100644 index 00000000..3797816c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000073_3a9a886a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000074_af37c58b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000074_af37c58b.szcp new file mode 100644 index 00000000..aa19b9df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000074_af37c58b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000075_7fb16b5d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000075_7fb16b5d.szcp new file mode 100644 index 00000000..b1ed35b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000075_7fb16b5d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000076_524eb4db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000076_524eb4db.szcp new file mode 100644 index 00000000..a11d5fbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000076_524eb4db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000077_e3609799.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000077_e3609799.szcp new file mode 100644 index 00000000..0d5fb55a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000077_e3609799.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000078_cbe0dcab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000078_cbe0dcab.szcp new file mode 100644 index 00000000..5145f7b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000078_cbe0dcab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000079_3bde7134.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000079_3bde7134.szcp new file mode 100644 index 00000000..825243b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000079_3bde7134.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000080_5e554b1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000080_5e554b1f.szcp new file mode 100644 index 00000000..7f0b9898 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000080_5e554b1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000081_e3efbaf3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000081_e3efbaf3.szcp new file mode 100644 index 00000000..3a2fb2dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000081_e3efbaf3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000082_8c21b254.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000082_8c21b254.szcp new file mode 100644 index 00000000..3ed20af8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000082_8c21b254.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000083_4835509a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000083_4835509a.szcp new file mode 100644 index 00000000..62c154d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000083_4835509a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000084_9b1e252d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000084_9b1e252d.szcp new file mode 100644 index 00000000..9e9d6d21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000084_9b1e252d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000085_e516e8ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000085_e516e8ca.szcp new file mode 100644 index 00000000..ef60d71b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000085_e516e8ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000086_bd4bad05.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000086_bd4bad05.szcp new file mode 100644 index 00000000..9a978c98 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000086_bd4bad05.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000087_80578c7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000087_80578c7a.szcp new file mode 100644 index 00000000..a4012ebf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_052/checkpoints/checkpoint_00000000000000000087_80578c7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000001_78ec7f43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000001_78ec7f43.szar new file mode 100644 index 00000000..a7e1c338 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000001_78ec7f43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000002_376a474d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000002_376a474d.szar new file mode 100644 index 00000000..72e2a6fd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000002_376a474d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000003_ba7c5f45.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000003_ba7c5f45.szar new file mode 100644 index 00000000..9765e332 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000003_ba7c5f45.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000004_51fe9d1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000004_51fe9d1a.szar new file mode 100644 index 00000000..d56e61e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000004_51fe9d1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000005_acdfe0ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000005_acdfe0ee.szar new file mode 100644 index 00000000..5fc01a3f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000005_acdfe0ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000006_1dcf9691.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000006_1dcf9691.szar new file mode 100644 index 00000000..0be43b67 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000006_1dcf9691.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000007_45b59e4d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000007_45b59e4d.szar new file mode 100644 index 00000000..1b446422 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000007_45b59e4d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000008_ceef3915.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000008_ceef3915.szar new file mode 100644 index 00000000..ca12d03a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000008_ceef3915.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000009_9e5babbd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000009_9e5babbd.szar new file mode 100644 index 00000000..1abd7480 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000009_9e5babbd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000010_05f81134.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000010_05f81134.szar new file mode 100644 index 00000000..1b0a8ce7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000010_05f81134.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000011_0c8bc1ae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000011_0c8bc1ae.szar new file mode 100644 index 00000000..ca28c5f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000011_0c8bc1ae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000012_c01154f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000012_c01154f6.szar new file mode 100644 index 00000000..68e74a6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000012_c01154f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000013_30a89620.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000013_30a89620.szar new file mode 100644 index 00000000..3b6e9438 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000013_30a89620.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000014_d434f9df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000014_d434f9df.szar new file mode 100644 index 00000000..f0e31b5f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000014_d434f9df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000015_ca0563d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000015_ca0563d2.szar new file mode 100644 index 00000000..58c34426 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000015_ca0563d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000016_eeef3218.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000016_eeef3218.szar new file mode 100644 index 00000000..d1d6a2d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000016_eeef3218.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000017_68332ec9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000017_68332ec9.szar new file mode 100644 index 00000000..083cb6b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000017_68332ec9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000018_31f1eb55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000018_31f1eb55.szar new file mode 100644 index 00000000..89be3186 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000018_31f1eb55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000019_4d1b3b0f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000019_4d1b3b0f.szar new file mode 100644 index 00000000..ba946738 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000019_4d1b3b0f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000020_6ba84c56.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000020_6ba84c56.szar new file mode 100644 index 00000000..1dcc16d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000020_6ba84c56.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000021_b80c3851.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000021_b80c3851.szar new file mode 100644 index 00000000..0ff52bde Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000021_b80c3851.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000022_a8c4af8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000022_a8c4af8d.szar new file mode 100644 index 00000000..4f969d99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000022_a8c4af8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000023_c4ef5a9a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000023_c4ef5a9a.szar new file mode 100644 index 00000000..f1a60aad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000023_c4ef5a9a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000024_283bf187.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000024_283bf187.szar new file mode 100644 index 00000000..fecc8601 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000024_283bf187.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000025_9896cc05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000025_9896cc05.szar new file mode 100644 index 00000000..5459563b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000025_9896cc05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000026_89abf18d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000026_89abf18d.szar new file mode 100644 index 00000000..c5768583 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000026_89abf18d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000027_286e3762.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000027_286e3762.szar new file mode 100644 index 00000000..18e7c006 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000027_286e3762.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000028_22bb3d08.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000028_22bb3d08.szar new file mode 100644 index 00000000..3a1e69f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000028_22bb3d08.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000029_69f524ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000029_69f524ee.szar new file mode 100644 index 00000000..81fc0e20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000029_69f524ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000030_4d026668.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000030_4d026668.szar new file mode 100644 index 00000000..a7ff91fb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000030_4d026668.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000031_a0708ac6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000031_a0708ac6.szar new file mode 100644 index 00000000..3243563d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000031_a0708ac6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000032_379690bd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000032_379690bd.szar new file mode 100644 index 00000000..d33f3395 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000032_379690bd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000033_08e71db4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000033_08e71db4.szar new file mode 100644 index 00000000..4bf2aacb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000033_08e71db4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000034_2f9d21b1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000034_2f9d21b1.szar new file mode 100644 index 00000000..f3bb7795 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000034_2f9d21b1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000035_f0c7b0ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000035_f0c7b0ce.szar new file mode 100644 index 00000000..297123b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000035_f0c7b0ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000036_619a5785.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000036_619a5785.szar new file mode 100644 index 00000000..f386c8d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000036_619a5785.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000037_bd82e277.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000037_bd82e277.szar new file mode 100644 index 00000000..eb8f6f8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000037_bd82e277.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000038_dc412e66.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000038_dc412e66.szar new file mode 100644 index 00000000..f50feeda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000038_dc412e66.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000039_556d2f4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000039_556d2f4c.szar new file mode 100644 index 00000000..5ec501a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000039_556d2f4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000040_68b3494b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000040_68b3494b.szar new file mode 100644 index 00000000..1aab112d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000040_68b3494b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000041_fe17c4a1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000041_fe17c4a1.szar new file mode 100644 index 00000000..f6a05f0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000041_fe17c4a1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000042_8954731f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000042_8954731f.szar new file mode 100644 index 00000000..4f569614 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000042_8954731f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000043_3aaef848.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000043_3aaef848.szar new file mode 100644 index 00000000..360fbfce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000043_3aaef848.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000044_5add5d7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000044_5add5d7d.szar new file mode 100644 index 00000000..bf017f89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000044_5add5d7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000045_740c46df.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000045_740c46df.szar new file mode 100644 index 00000000..0765b9e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000045_740c46df.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000046_aa8a462b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000046_aa8a462b.szar new file mode 100644 index 00000000..8f08b2fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000046_aa8a462b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000047_3fe3bb33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000047_3fe3bb33.szar new file mode 100644 index 00000000..41e8a482 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000047_3fe3bb33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000048_88ca0452.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000048_88ca0452.szar new file mode 100644 index 00000000..a23a9dfe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000048_88ca0452.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000049_dee515eb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000049_dee515eb.szar new file mode 100644 index 00000000..0c9e6133 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000049_dee515eb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000050_d155df03.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000050_d155df03.szar new file mode 100644 index 00000000..1104c7d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000050_d155df03.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000051_ad207fcc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000051_ad207fcc.szar new file mode 100644 index 00000000..68a98736 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000051_ad207fcc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000052_0a232f55.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000052_0a232f55.szar new file mode 100644 index 00000000..b02f746b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000052_0a232f55.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000053_59c705d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000053_59c705d2.szar new file mode 100644 index 00000000..4c3c27ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000053_59c705d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000054_ed3ee2ee.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000054_ed3ee2ee.szar new file mode 100644 index 00000000..405473ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000054_ed3ee2ee.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000055_687c1277.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000055_687c1277.szar new file mode 100644 index 00000000..baf480a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000055_687c1277.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000056_a5ab98e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000056_a5ab98e1.szar new file mode 100644 index 00000000..82214291 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000056_a5ab98e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000057_0d9f07d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000057_0d9f07d7.szar new file mode 100644 index 00000000..64b2203d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000057_0d9f07d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000058_486b738c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000058_486b738c.szar new file mode 100644 index 00000000..8a17f1b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000058_486b738c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000059_88aebe71.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000059_88aebe71.szar new file mode 100644 index 00000000..73f7190a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000059_88aebe71.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000060_7366b245.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000060_7366b245.szar new file mode 100644 index 00000000..9733aeed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000060_7366b245.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000061_5053b59a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000061_5053b59a.szar new file mode 100644 index 00000000..6578200a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000061_5053b59a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000062_34b8fa33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000062_34b8fa33.szar new file mode 100644 index 00000000..41291c83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000062_34b8fa33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000063_b395485c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000063_b395485c.szar new file mode 100644 index 00000000..8e65bb7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000063_b395485c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000064_640e3549.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000064_640e3549.szar new file mode 100644 index 00000000..0927360f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000064_640e3549.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000065_3aa1b6a4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000065_3aa1b6a4.szar new file mode 100644 index 00000000..63be8c1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000065_3aa1b6a4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000066_5c36c9c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000066_5c36c9c0.szar new file mode 100644 index 00000000..e669cf90 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000066_5c36c9c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000067_a8035b9d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000067_a8035b9d.szar new file mode 100644 index 00000000..59b10ad3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000067_a8035b9d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000068_05536164.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000068_05536164.szar new file mode 100644 index 00000000..650f61df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000068_05536164.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000069_8c7023d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000069_8c7023d7.szar new file mode 100644 index 00000000..04017b46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000069_8c7023d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000070_b527ad2f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000070_b527ad2f.szar new file mode 100644 index 00000000..df3c64c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000070_b527ad2f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000071_156af55d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000071_156af55d.szar new file mode 100644 index 00000000..d9109351 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000071_156af55d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000072_81e0a0b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000072_81e0a0b3.szar new file mode 100644 index 00000000..915a45ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000072_81e0a0b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000073_f22e68f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000073_f22e68f6.szar new file mode 100644 index 00000000..f9b1b6c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000073_f22e68f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000074_3e4f420c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000074_3e4f420c.szar new file mode 100644 index 00000000..f8cf2ecf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000074_3e4f420c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000075_e6b38d7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000075_e6b38d7b.szar new file mode 100644 index 00000000..b0c493e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000075_e6b38d7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000076_13643eeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000076_13643eeb.szar new file mode 100644 index 00000000..010db3e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000076_13643eeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000077_a6db134e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000077_a6db134e.szar new file mode 100644 index 00000000..16870a55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000077_a6db134e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000078_af784ddd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000078_af784ddd.szar new file mode 100644 index 00000000..73a4c3b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000078_af784ddd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000079_23a1574a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000079_23a1574a.szar new file mode 100644 index 00000000..8557483d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000079_23a1574a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000080_ab9af7e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000080_ab9af7e6.szar new file mode 100644 index 00000000..6ddf28e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000080_ab9af7e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000081_01972aae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000081_01972aae.szar new file mode 100644 index 00000000..ecd64aef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000081_01972aae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000082_e0684985.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000082_e0684985.szar new file mode 100644 index 00000000..12b35484 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000082_e0684985.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000083_84e5c9f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000083_84e5c9f2.szar new file mode 100644 index 00000000..5406e7f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000083_84e5c9f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000084_a126c595.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000084_a126c595.szar new file mode 100644 index 00000000..b4a71323 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000084_a126c595.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000085_47e9e428.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000085_47e9e428.szar new file mode 100644 index 00000000..b22ef49a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000085_47e9e428.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000086_c04dfc7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000086_c04dfc7d.szar new file mode 100644 index 00000000..1b3b55a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/archive/delta_00000000000000000086_c04dfc7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000001_abc58ead.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000001_abc58ead.szcp new file mode 100644 index 00000000..3be00fc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000001_abc58ead.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000002_1f076129.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000002_1f076129.szcp new file mode 100644 index 00000000..8e2e9e8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000002_1f076129.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000003_6ad23309.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000003_6ad23309.szcp new file mode 100644 index 00000000..535b958e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000003_6ad23309.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000004_3c5151f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000004_3c5151f3.szcp new file mode 100644 index 00000000..b7259cf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000004_3c5151f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000005_5482c29f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000005_5482c29f.szcp new file mode 100644 index 00000000..0d7f2ea5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000005_5482c29f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000006_a3800bfa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000006_a3800bfa.szcp new file mode 100644 index 00000000..618938a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000006_a3800bfa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000007_309f0bf4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000007_309f0bf4.szcp new file mode 100644 index 00000000..00d6d5a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000007_309f0bf4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000008_83a0cbb0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000008_83a0cbb0.szcp new file mode 100644 index 00000000..77d63151 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000008_83a0cbb0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000009_95c41517.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000009_95c41517.szcp new file mode 100644 index 00000000..24634213 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000009_95c41517.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000010_691c24c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000010_691c24c0.szcp new file mode 100644 index 00000000..e57de83c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000010_691c24c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000011_f88e0aec.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000011_f88e0aec.szcp new file mode 100644 index 00000000..016a827b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000011_f88e0aec.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000012_a4f18c64.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000012_a4f18c64.szcp new file mode 100644 index 00000000..c5cf0eca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000012_a4f18c64.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000013_277e67d5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000013_277e67d5.szcp new file mode 100644 index 00000000..90a680b8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000013_277e67d5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000014_be44fc2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000014_be44fc2d.szcp new file mode 100644 index 00000000..3a462791 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000014_be44fc2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000015_fd59da56.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000015_fd59da56.szcp new file mode 100644 index 00000000..136496a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000015_fd59da56.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000016_b3e0f9e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000016_b3e0f9e4.szcp new file mode 100644 index 00000000..5c0407da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000016_b3e0f9e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000017_2f874042.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000017_2f874042.szcp new file mode 100644 index 00000000..4ed2da77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000017_2f874042.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000018_1797f1f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000018_1797f1f6.szcp new file mode 100644 index 00000000..092530da Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000018_1797f1f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000019_d0ca0f50.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000019_d0ca0f50.szcp new file mode 100644 index 00000000..8bd046d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000019_d0ca0f50.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000020_fed05ee8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000020_fed05ee8.szcp new file mode 100644 index 00000000..0f7cb439 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000020_fed05ee8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000021_9e9c1ce6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000021_9e9c1ce6.szcp new file mode 100644 index 00000000..35328e59 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000021_9e9c1ce6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000022_257e5af5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000022_257e5af5.szcp new file mode 100644 index 00000000..bea4e4e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000022_257e5af5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000023_7768c26d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000023_7768c26d.szcp new file mode 100644 index 00000000..21d06dce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000023_7768c26d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000024_b1fb38ab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000024_b1fb38ab.szcp new file mode 100644 index 00000000..e9e2063e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000024_b1fb38ab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000025_60a59b3e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000025_60a59b3e.szcp new file mode 100644 index 00000000..adc528d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000025_60a59b3e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000026_d4a1528b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000026_d4a1528b.szcp new file mode 100644 index 00000000..05d5defc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000026_d4a1528b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000027_f1f705e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000027_f1f705e3.szcp new file mode 100644 index 00000000..177e6123 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000027_f1f705e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000028_305c9203.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000028_305c9203.szcp new file mode 100644 index 00000000..bcbdb585 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000028_305c9203.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000029_af0ecf10.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000029_af0ecf10.szcp new file mode 100644 index 00000000..74b0fdcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000029_af0ecf10.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000030_ff19d01c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000030_ff19d01c.szcp new file mode 100644 index 00000000..8497016b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000030_ff19d01c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000031_fadb89c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000031_fadb89c0.szcp new file mode 100644 index 00000000..03f6f66f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000031_fadb89c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000032_eb4fc6a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000032_eb4fc6a6.szcp new file mode 100644 index 00000000..9460d254 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000032_eb4fc6a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000033_5abcf989.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000033_5abcf989.szcp new file mode 100644 index 00000000..b1e01fd1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000033_5abcf989.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000034_cb32b68d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000034_cb32b68d.szcp new file mode 100644 index 00000000..f80b4dc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000034_cb32b68d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000035_17f16d3f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000035_17f16d3f.szcp new file mode 100644 index 00000000..ac9ba26e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000035_17f16d3f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000036_8ae83954.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000036_8ae83954.szcp new file mode 100644 index 00000000..82825ba2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000036_8ae83954.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000037_8d325ca6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000037_8d325ca6.szcp new file mode 100644 index 00000000..cfb8165e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000037_8d325ca6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000038_5f27fdda.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000038_5f27fdda.szcp new file mode 100644 index 00000000..7ef6a86b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000038_5f27fdda.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000039_edca1bbe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000039_edca1bbe.szcp new file mode 100644 index 00000000..71fbba66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000039_edca1bbe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000040_dba6926f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000040_dba6926f.szcp new file mode 100644 index 00000000..504c85b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000040_dba6926f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000041_73b69524.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000041_73b69524.szcp new file mode 100644 index 00000000..4dc14507 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000041_73b69524.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000042_eefc48b3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000042_eefc48b3.szcp new file mode 100644 index 00000000..bc2e6d82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000042_eefc48b3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000043_9fb08303.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000043_9fb08303.szcp new file mode 100644 index 00000000..cc9ed70a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000043_9fb08303.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000044_95e77640.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000044_95e77640.szcp new file mode 100644 index 00000000..9f97435a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000044_95e77640.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000045_b9ad4ef8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000045_b9ad4ef8.szcp new file mode 100644 index 00000000..2dd9273d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000045_b9ad4ef8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000046_cf25c9f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000046_cf25c9f9.szcp new file mode 100644 index 00000000..0add520a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000046_cf25c9f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000047_9af4c631.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000047_9af4c631.szcp new file mode 100644 index 00000000..345e252e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000047_9af4c631.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000048_9f1240c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000048_9f1240c2.szcp new file mode 100644 index 00000000..61549ca2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000048_9f1240c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000049_d077d036.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000049_d077d036.szcp new file mode 100644 index 00000000..b5e0a8d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000049_d077d036.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000050_7a9f71de.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000050_7a9f71de.szcp new file mode 100644 index 00000000..8576cc64 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000050_7a9f71de.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000051_d77a5514.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000051_d77a5514.szcp new file mode 100644 index 00000000..352882be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000051_d77a5514.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000052_04db7939.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000052_04db7939.szcp new file mode 100644 index 00000000..40021afa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000052_04db7939.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000053_585a04d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000053_585a04d1.szcp new file mode 100644 index 00000000..a922ca93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000053_585a04d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000054_b8d36b7f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000054_b8d36b7f.szcp new file mode 100644 index 00000000..92a8c5f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000054_b8d36b7f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000055_e25e65cc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000055_e25e65cc.szcp new file mode 100644 index 00000000..b0fdc55b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000055_e25e65cc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000056_07666065.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000056_07666065.szcp new file mode 100644 index 00000000..3221adee Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000056_07666065.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000057_35e44bf3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000057_35e44bf3.szcp new file mode 100644 index 00000000..f3dc6c52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000057_35e44bf3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000058_37ba8482.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000058_37ba8482.szcp new file mode 100644 index 00000000..6fdfbf29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000058_37ba8482.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000059_12f9bb71.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000059_12f9bb71.szcp new file mode 100644 index 00000000..b96ae359 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000059_12f9bb71.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000060_d8ef0fce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000060_d8ef0fce.szcp new file mode 100644 index 00000000..096ba840 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000060_d8ef0fce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000061_adc83827.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000061_adc83827.szcp new file mode 100644 index 00000000..af44ab4f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000061_adc83827.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000062_653c9bb9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000062_653c9bb9.szcp new file mode 100644 index 00000000..96c5f5a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000062_653c9bb9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000063_27ea72cf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000063_27ea72cf.szcp new file mode 100644 index 00000000..5fd3b8bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000063_27ea72cf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000064_609973e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000064_609973e9.szcp new file mode 100644 index 00000000..08f50617 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000064_609973e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000065_b1b79908.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000065_b1b79908.szcp new file mode 100644 index 00000000..fdac6027 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000065_b1b79908.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000066_d266b6b1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000066_d266b6b1.szcp new file mode 100644 index 00000000..492c4dc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000066_d266b6b1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000067_e53dbe14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000067_e53dbe14.szcp new file mode 100644 index 00000000..612c5a6a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000067_e53dbe14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000068_d50d46d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000068_d50d46d8.szcp new file mode 100644 index 00000000..e970d825 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000068_d50d46d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000069_b1371417.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000069_b1371417.szcp new file mode 100644 index 00000000..1ab1e8e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000069_b1371417.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000070_25be2b0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000070_25be2b0a.szcp new file mode 100644 index 00000000..e80de36c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000070_25be2b0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000071_885fd0ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000071_885fd0ea.szcp new file mode 100644 index 00000000..f514c306 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000071_885fd0ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000072_f281a377.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000072_f281a377.szcp new file mode 100644 index 00000000..e7b7beef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000072_f281a377.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000073_87ed2df3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000073_87ed2df3.szcp new file mode 100644 index 00000000..3d92b9de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000073_87ed2df3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000074_daf7db74.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000074_daf7db74.szcp new file mode 100644 index 00000000..57e9183d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000074_daf7db74.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000075_341f5458.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000075_341f5458.szcp new file mode 100644 index 00000000..02c6a2d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000075_341f5458.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000076_6d77d408.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000076_6d77d408.szcp new file mode 100644 index 00000000..d8cc9755 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000076_6d77d408.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000077_0be5f377.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000077_0be5f377.szcp new file mode 100644 index 00000000..4d499613 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000077_0be5f377.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000078_3ad5593f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000078_3ad5593f.szcp new file mode 100644 index 00000000..12efd694 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000078_3ad5593f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000079_23f5f588.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000079_23f5f588.szcp new file mode 100644 index 00000000..66278e1c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000079_23f5f588.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000080_e66970d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000080_e66970d9.szcp new file mode 100644 index 00000000..6434b98c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000080_e66970d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000081_e3ba2ef3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000081_e3ba2ef3.szcp new file mode 100644 index 00000000..d94a8c8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000081_e3ba2ef3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000082_9793545a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000082_9793545a.szcp new file mode 100644 index 00000000..c75f3d83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000082_9793545a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000083_4a19c49f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000083_4a19c49f.szcp new file mode 100644 index 00000000..7db2b779 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000083_4a19c49f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000084_4473204c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000084_4473204c.szcp new file mode 100644 index 00000000..ce096b6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000084_4473204c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000085_9f7e8d20.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000085_9f7e8d20.szcp new file mode 100644 index 00000000..f2f1bd7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000085_9f7e8d20.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000086_bc39fd8b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000086_bc39fd8b.szcp new file mode 100644 index 00000000..f800ad36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_053/checkpoints/checkpoint_00000000000000000086_bc39fd8b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000001_74a2ccc5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000001_74a2ccc5.szar new file mode 100644 index 00000000..97079d10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000001_74a2ccc5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000002_6a86ecdd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000002_6a86ecdd.szar new file mode 100644 index 00000000..f4186dad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000002_6a86ecdd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000003_d8c16386.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000003_d8c16386.szar new file mode 100644 index 00000000..8a575903 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000003_d8c16386.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000004_c7b293e1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000004_c7b293e1.szar new file mode 100644 index 00000000..2106cf9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000004_c7b293e1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000005_c00c71cd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000005_c00c71cd.szar new file mode 100644 index 00000000..ed2adca7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000005_c00c71cd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000006_6d7f8536.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000006_6d7f8536.szar new file mode 100644 index 00000000..9ddb9ca4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000006_6d7f8536.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000007_e5de3ed3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000007_e5de3ed3.szar new file mode 100644 index 00000000..60b33ae4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000007_e5de3ed3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000008_d8c80ee8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000008_d8c80ee8.szar new file mode 100644 index 00000000..79e93fe5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000008_d8c80ee8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000009_f127357b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000009_f127357b.szar new file mode 100644 index 00000000..4224e70e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000009_f127357b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000010_fbf99841.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000010_fbf99841.szar new file mode 100644 index 00000000..c4509c29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000010_fbf99841.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000011_0b70052e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000011_0b70052e.szar new file mode 100644 index 00000000..daf67438 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000011_0b70052e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000012_0f46a0ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000012_0f46a0ea.szar new file mode 100644 index 00000000..6cd10693 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000012_0f46a0ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000013_f7036f76.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000013_f7036f76.szar new file mode 100644 index 00000000..89172602 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000013_f7036f76.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000014_3bd1178b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000014_3bd1178b.szar new file mode 100644 index 00000000..da83d96a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000014_3bd1178b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000015_fe76e477.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000015_fe76e477.szar new file mode 100644 index 00000000..ec4df2ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000015_fe76e477.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000016_73b0a694.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000016_73b0a694.szar new file mode 100644 index 00000000..4c6487a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000016_73b0a694.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000017_74cbae50.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000017_74cbae50.szar new file mode 100644 index 00000000..f82535f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000017_74cbae50.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000018_8f54ba5d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000018_8f54ba5d.szar new file mode 100644 index 00000000..5d8d1da6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000018_8f54ba5d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000019_97dd7482.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000019_97dd7482.szar new file mode 100644 index 00000000..dbde8066 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000019_97dd7482.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000020_c9039140.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000020_c9039140.szar new file mode 100644 index 00000000..73d8637e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000020_c9039140.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000021_94c4bdb2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000021_94c4bdb2.szar new file mode 100644 index 00000000..9c3f8451 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000021_94c4bdb2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000022_d3787582.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000022_d3787582.szar new file mode 100644 index 00000000..cdf6b7a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000022_d3787582.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000023_8297c465.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000023_8297c465.szar new file mode 100644 index 00000000..1ae8e89d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000023_8297c465.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000024_7343b404.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000024_7343b404.szar new file mode 100644 index 00000000..75d2591f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000024_7343b404.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000025_2a7e1a89.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000025_2a7e1a89.szar new file mode 100644 index 00000000..6c9b8c1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000025_2a7e1a89.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000026_425fe1cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000026_425fe1cb.szar new file mode 100644 index 00000000..21a13efe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000026_425fe1cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000027_4210a5e6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000027_4210a5e6.szar new file mode 100644 index 00000000..27ab57fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000027_4210a5e6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000028_16b44c4f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000028_16b44c4f.szar new file mode 100644 index 00000000..541a234d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000028_16b44c4f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000029_1f863bd4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000029_1f863bd4.szar new file mode 100644 index 00000000..435d50ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000029_1f863bd4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000030_67b1be40.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000030_67b1be40.szar new file mode 100644 index 00000000..58d95e50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000030_67b1be40.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000031_59fc0ea9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000031_59fc0ea9.szar new file mode 100644 index 00000000..81f769db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000031_59fc0ea9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000032_695575fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000032_695575fb.szar new file mode 100644 index 00000000..d0b835bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000032_695575fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000033_8f2dcb6c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000033_8f2dcb6c.szar new file mode 100644 index 00000000..09ba1d1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000033_8f2dcb6c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000034_6f780109.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000034_6f780109.szar new file mode 100644 index 00000000..9c8ec031 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000034_6f780109.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000035_1632d121.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000035_1632d121.szar new file mode 100644 index 00000000..65031699 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000035_1632d121.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000036_e32ac89a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000036_e32ac89a.szar new file mode 100644 index 00000000..6d200941 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000036_e32ac89a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000037_d418b712.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000037_d418b712.szar new file mode 100644 index 00000000..613cc354 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000037_d418b712.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000038_f3658094.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000038_f3658094.szar new file mode 100644 index 00000000..d1076ef2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000038_f3658094.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000039_df742903.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000039_df742903.szar new file mode 100644 index 00000000..eb6c429e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000039_df742903.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000040_75d5d7cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000040_75d5d7cf.szar new file mode 100644 index 00000000..94eda9d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000040_75d5d7cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000041_7d33df12.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000041_7d33df12.szar new file mode 100644 index 00000000..d6791b7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000041_7d33df12.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000042_de09f4ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000042_de09f4ce.szar new file mode 100644 index 00000000..b81ec31c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000042_de09f4ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000043_635f0931.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000043_635f0931.szar new file mode 100644 index 00000000..8c763383 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000043_635f0931.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000044_3ef3ed7d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000044_3ef3ed7d.szar new file mode 100644 index 00000000..a83108cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000044_3ef3ed7d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000045_1f61855c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000045_1f61855c.szar new file mode 100644 index 00000000..c608b3f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000045_1f61855c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000046_6702622a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000046_6702622a.szar new file mode 100644 index 00000000..ea144e57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000046_6702622a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000047_32a4ee5a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000047_32a4ee5a.szar new file mode 100644 index 00000000..8ac8c38c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000047_32a4ee5a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000048_ef8fcfbe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000048_ef8fcfbe.szar new file mode 100644 index 00000000..37eee58b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000048_ef8fcfbe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000049_e4ec2b78.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000049_e4ec2b78.szar new file mode 100644 index 00000000..adf5e335 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000049_e4ec2b78.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000050_dd099003.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000050_dd099003.szar new file mode 100644 index 00000000..d2466965 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000050_dd099003.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000051_f6aa7077.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000051_f6aa7077.szar new file mode 100644 index 00000000..b72fd5c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000051_f6aa7077.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000052_478b0bc6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000052_478b0bc6.szar new file mode 100644 index 00000000..13c54f66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000052_478b0bc6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000053_8fca4c2e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000053_8fca4c2e.szar new file mode 100644 index 00000000..331131a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000053_8fca4c2e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000054_5829ca53.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000054_5829ca53.szar new file mode 100644 index 00000000..d634cd2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000054_5829ca53.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000055_787a6131.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000055_787a6131.szar new file mode 100644 index 00000000..56ffcff7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000055_787a6131.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000056_e69a348e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000056_e69a348e.szar new file mode 100644 index 00000000..307a0827 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000056_e69a348e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000057_3a591592.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000057_3a591592.szar new file mode 100644 index 00000000..72bc21ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000057_3a591592.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000058_f7dce45b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000058_f7dce45b.szar new file mode 100644 index 00000000..ad4c1670 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000058_f7dce45b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000059_702db6e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000059_702db6e8.szar new file mode 100644 index 00000000..b70e2eb5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000059_702db6e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000060_a2304cd1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000060_a2304cd1.szar new file mode 100644 index 00000000..717b1bf5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000060_a2304cd1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000061_f7af6e06.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000061_f7af6e06.szar new file mode 100644 index 00000000..52b51704 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000061_f7af6e06.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000062_fb2d6039.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000062_fb2d6039.szar new file mode 100644 index 00000000..2841a7dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000062_fb2d6039.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000063_3fa2f70f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000063_3fa2f70f.szar new file mode 100644 index 00000000..9042e668 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000063_3fa2f70f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000064_919326b1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000064_919326b1.szar new file mode 100644 index 00000000..f61b374a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000064_919326b1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000065_6dd228bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000065_6dd228bc.szar new file mode 100644 index 00000000..7a087191 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000065_6dd228bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000066_be72dbac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000066_be72dbac.szar new file mode 100644 index 00000000..359c8081 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000066_be72dbac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000067_43c237aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000067_43c237aa.szar new file mode 100644 index 00000000..346e0d9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000067_43c237aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000068_4810caf4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000068_4810caf4.szar new file mode 100644 index 00000000..3b01bc8d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000068_4810caf4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000069_2513aaba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000069_2513aaba.szar new file mode 100644 index 00000000..658d0213 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000069_2513aaba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000070_e59a5215.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000070_e59a5215.szar new file mode 100644 index 00000000..66a5ca99 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000070_e59a5215.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000071_5fafed68.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000071_5fafed68.szar new file mode 100644 index 00000000..4798707f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000071_5fafed68.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000072_b2c2f4b0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000072_b2c2f4b0.szar new file mode 100644 index 00000000..fd5cc97f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000072_b2c2f4b0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000073_8b1a047b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000073_8b1a047b.szar new file mode 100644 index 00000000..dbd7bbf1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000073_8b1a047b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000074_6db3fe75.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000074_6db3fe75.szar new file mode 100644 index 00000000..435aab70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000074_6db3fe75.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000075_f0455811.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000075_f0455811.szar new file mode 100644 index 00000000..f917f638 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000075_f0455811.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000076_fa564cd0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000076_fa564cd0.szar new file mode 100644 index 00000000..275a013e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000076_fa564cd0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000077_6ce0e3dd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000077_6ce0e3dd.szar new file mode 100644 index 00000000..ab71e38a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000077_6ce0e3dd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000078_a4208f7f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000078_a4208f7f.szar new file mode 100644 index 00000000..28877757 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000078_a4208f7f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000079_453cb797.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000079_453cb797.szar new file mode 100644 index 00000000..224b1499 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000079_453cb797.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000080_265b28c6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000080_265b28c6.szar new file mode 100644 index 00000000..1de3815c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000080_265b28c6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000081_2e8fe61e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000081_2e8fe61e.szar new file mode 100644 index 00000000..4ea38db5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/archive/delta_00000000000000000081_2e8fe61e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000001_e141025d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000001_e141025d.szcp new file mode 100644 index 00000000..22680fc2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000001_e141025d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000002_b04325e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000002_b04325e7.szcp new file mode 100644 index 00000000..dd1bcce1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000002_b04325e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000003_becd9564.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000003_becd9564.szcp new file mode 100644 index 00000000..735f4146 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000003_becd9564.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000004_30eb23d7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000004_30eb23d7.szcp new file mode 100644 index 00000000..6d9e6464 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000004_30eb23d7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000005_33de73b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000005_33de73b6.szcp new file mode 100644 index 00000000..61dd2f60 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000005_33de73b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000006_1bbb7317.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000006_1bbb7317.szcp new file mode 100644 index 00000000..070ccaae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000006_1bbb7317.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000007_4e6ea12c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000007_4e6ea12c.szcp new file mode 100644 index 00000000..913d94a2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000007_4e6ea12c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000008_2571b2b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000008_2571b2b8.szcp new file mode 100644 index 00000000..981c0308 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000008_2571b2b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000009_39580cb8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000009_39580cb8.szcp new file mode 100644 index 00000000..75bb68d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000009_39580cb8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000010_eaa9006c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000010_eaa9006c.szcp new file mode 100644 index 00000000..25a67ff0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000010_eaa9006c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000011_036f649c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000011_036f649c.szcp new file mode 100644 index 00000000..35e3f035 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000011_036f649c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000012_89bcda7b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000012_89bcda7b.szcp new file mode 100644 index 00000000..74a2e905 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000012_89bcda7b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000013_69b73dd3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000013_69b73dd3.szcp new file mode 100644 index 00000000..11fd1fc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000013_69b73dd3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000014_065a5ea9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000014_065a5ea9.szcp new file mode 100644 index 00000000..da509c2a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000014_065a5ea9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000015_1abd51a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000015_1abd51a9.szcp new file mode 100644 index 00000000..f65c1db5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000015_1abd51a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000016_5ca75d9e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000016_5ca75d9e.szcp new file mode 100644 index 00000000..4b9626d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000016_5ca75d9e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000017_3cede232.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000017_3cede232.szcp new file mode 100644 index 00000000..41b9db86 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000017_3cede232.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000018_2167b773.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000018_2167b773.szcp new file mode 100644 index 00000000..59e8127e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000018_2167b773.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000019_74f92e8d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000019_74f92e8d.szcp new file mode 100644 index 00000000..9a2a210b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000019_74f92e8d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000020_4277830c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000020_4277830c.szcp new file mode 100644 index 00000000..95f99964 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000020_4277830c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000021_9279cbce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000021_9279cbce.szcp new file mode 100644 index 00000000..03410603 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000021_9279cbce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000022_6a7509c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000022_6a7509c5.szcp new file mode 100644 index 00000000..84c5a14d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000022_6a7509c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000023_20b5434b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000023_20b5434b.szcp new file mode 100644 index 00000000..6c916e7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000023_20b5434b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000024_45b42e44.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000024_45b42e44.szcp new file mode 100644 index 00000000..e17e02e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000024_45b42e44.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000025_6f1111d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000025_6f1111d1.szcp new file mode 100644 index 00000000..c390c38d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000025_6f1111d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000026_aab01c24.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000026_aab01c24.szcp new file mode 100644 index 00000000..4d276808 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000026_aab01c24.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000027_913df0b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000027_913df0b8.szcp new file mode 100644 index 00000000..c13f80ce Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000027_913df0b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000028_829023f2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000028_829023f2.szcp new file mode 100644 index 00000000..cf6abab4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000028_829023f2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000029_229d502d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000029_229d502d.szcp new file mode 100644 index 00000000..ef23f94f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000029_229d502d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000030_cc2910c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000030_cc2910c2.szcp new file mode 100644 index 00000000..b0bb81f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000030_cc2910c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000031_baa1b239.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000031_baa1b239.szcp new file mode 100644 index 00000000..d6baf2b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000031_baa1b239.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000032_37f01805.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000032_37f01805.szcp new file mode 100644 index 00000000..cbf3c637 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000032_37f01805.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000033_efc47a17.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000033_efc47a17.szcp new file mode 100644 index 00000000..c1ad54be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000033_efc47a17.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000034_34fe056c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000034_34fe056c.szcp new file mode 100644 index 00000000..f8861bb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000034_34fe056c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000035_6d2ab436.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000035_6d2ab436.szcp new file mode 100644 index 00000000..410afde9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000035_6d2ab436.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000036_39617fde.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000036_39617fde.szcp new file mode 100644 index 00000000..87968a87 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000036_39617fde.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000037_77e920c5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000037_77e920c5.szcp new file mode 100644 index 00000000..2ef93aad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000037_77e920c5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000038_18d9fdd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000038_18d9fdd7.szcp new file mode 100644 index 00000000..5c5fb437 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000038_18d9fdd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000039_4563f668.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000039_4563f668.szcp new file mode 100644 index 00000000..f65f1c36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000039_4563f668.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000040_50f3340f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000040_50f3340f.szcp new file mode 100644 index 00000000..7d2e9178 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000040_50f3340f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000041_67166706.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000041_67166706.szcp new file mode 100644 index 00000000..cbe06ee6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000041_67166706.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000042_8e5cfdd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000042_8e5cfdd7.szcp new file mode 100644 index 00000000..38610ee2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000042_8e5cfdd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000043_90eee991.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000043_90eee991.szcp new file mode 100644 index 00000000..671ef994 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000043_90eee991.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000044_973c32ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000044_973c32ba.szcp new file mode 100644 index 00000000..744201c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000044_973c32ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000045_9e300d1a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000045_9e300d1a.szcp new file mode 100644 index 00000000..cef5289d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000045_9e300d1a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000046_fdf35302.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000046_fdf35302.szcp new file mode 100644 index 00000000..b949e4f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000046_fdf35302.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000047_8816309a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000047_8816309a.szcp new file mode 100644 index 00000000..66210159 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000047_8816309a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000048_ca13eeab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000048_ca13eeab.szcp new file mode 100644 index 00000000..cd37a44a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000048_ca13eeab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000049_03490bf2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000049_03490bf2.szcp new file mode 100644 index 00000000..6aff04b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000049_03490bf2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000050_c2474cce.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000050_c2474cce.szcp new file mode 100644 index 00000000..1571d4a4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000050_c2474cce.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000051_e83eb2e1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000051_e83eb2e1.szcp new file mode 100644 index 00000000..5bfdaa14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000051_e83eb2e1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000052_3c840adb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000052_3c840adb.szcp new file mode 100644 index 00000000..d46aef7a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000052_3c840adb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000053_843d3fab.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000053_843d3fab.szcp new file mode 100644 index 00000000..a992e6d3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000053_843d3fab.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000054_09f7436a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000054_09f7436a.szcp new file mode 100644 index 00000000..9147b138 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000054_09f7436a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000055_5d75970c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000055_5d75970c.szcp new file mode 100644 index 00000000..27a2da05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000055_5d75970c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000056_846c14e1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000056_846c14e1.szcp new file mode 100644 index 00000000..c0accd88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000056_846c14e1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000057_15e960c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000057_15e960c9.szcp new file mode 100644 index 00000000..74322444 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000057_15e960c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000058_74d521d6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000058_74d521d6.szcp new file mode 100644 index 00000000..268be9e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000058_74d521d6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000059_7dcfc059.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000059_7dcfc059.szcp new file mode 100644 index 00000000..cc769a69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000059_7dcfc059.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000060_4f8f6b65.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000060_4f8f6b65.szcp new file mode 100644 index 00000000..d5a506e7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000060_4f8f6b65.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000061_0b9c1cc6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000061_0b9c1cc6.szcp new file mode 100644 index 00000000..31aa03e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000061_0b9c1cc6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000062_49298511.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000062_49298511.szcp new file mode 100644 index 00000000..85d1d38c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000062_49298511.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000063_be6c1997.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000063_be6c1997.szcp new file mode 100644 index 00000000..647d7c04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000063_be6c1997.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000064_85479284.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000064_85479284.szcp new file mode 100644 index 00000000..a9a7986e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000064_85479284.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000065_32172ba0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000065_32172ba0.szcp new file mode 100644 index 00000000..9816cf3e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000065_32172ba0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000066_93e0adbb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000066_93e0adbb.szcp new file mode 100644 index 00000000..5ee13cc0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000066_93e0adbb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000067_5cdf2d7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000067_5cdf2d7a.szcp new file mode 100644 index 00000000..e1dc2db2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000067_5cdf2d7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000068_6ce76d87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000068_6ce76d87.szcp new file mode 100644 index 00000000..bad93364 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000068_6ce76d87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000069_0b08f9ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000069_0b08f9ed.szcp new file mode 100644 index 00000000..da3f0cf8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000069_0b08f9ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000070_df1e2e8b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000070_df1e2e8b.szcp new file mode 100644 index 00000000..c510a8de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000070_df1e2e8b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000071_c7c250b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000071_c7c250b8.szcp new file mode 100644 index 00000000..bcf6b896 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000071_c7c250b8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000072_b4015ef7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000072_b4015ef7.szcp new file mode 100644 index 00000000..1abe4a1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000072_b4015ef7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000073_e9088232.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000073_e9088232.szcp new file mode 100644 index 00000000..417f4c45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000073_e9088232.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000074_6b4158d3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000074_6b4158d3.szcp new file mode 100644 index 00000000..646c7b7c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000074_6b4158d3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000075_8c26ad9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000075_8c26ad9a.szcp new file mode 100644 index 00000000..a6b5473c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000075_8c26ad9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000076_cb55d4a7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000076_cb55d4a7.szcp new file mode 100644 index 00000000..c814787f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000076_cb55d4a7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000077_1a2251a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000077_1a2251a8.szcp new file mode 100644 index 00000000..d0a3fc34 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000077_1a2251a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000078_beecd0c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000078_beecd0c1.szcp new file mode 100644 index 00000000..88fd3d71 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000078_beecd0c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000079_9c3ea320.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000079_9c3ea320.szcp new file mode 100644 index 00000000..5ec095d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000079_9c3ea320.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000080_1fd5b200.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000080_1fd5b200.szcp new file mode 100644 index 00000000..45072e20 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000080_1fd5b200.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000081_24d245fd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000081_24d245fd.szcp new file mode 100644 index 00000000..0d1119db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_054/checkpoints/checkpoint_00000000000000000081_24d245fd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000001_9743e2ef.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000001_9743e2ef.szar new file mode 100644 index 00000000..6f91342a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000001_9743e2ef.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000002_af6ade8d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000002_af6ade8d.szar new file mode 100644 index 00000000..5a7c38c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000002_af6ade8d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000003_f0f5dcd6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000003_f0f5dcd6.szar new file mode 100644 index 00000000..24acd1e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000003_f0f5dcd6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000004_4221aadb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000004_4221aadb.szar new file mode 100644 index 00000000..04fbd20d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000004_4221aadb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000005_1f4f90e9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000005_1f4f90e9.szar new file mode 100644 index 00000000..00df5a83 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000005_1f4f90e9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000006_04eeb474.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000006_04eeb474.szar new file mode 100644 index 00000000..a8932a1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000006_04eeb474.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000007_53231bf1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000007_53231bf1.szar new file mode 100644 index 00000000..2a72cb63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000007_53231bf1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000008_b147faf7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000008_b147faf7.szar new file mode 100644 index 00000000..c26da88d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000008_b147faf7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000009_7deb522b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000009_7deb522b.szar new file mode 100644 index 00000000..290479a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000009_7deb522b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000010_fc7da8d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000010_fc7da8d4.szar new file mode 100644 index 00000000..732bbc2c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000010_fc7da8d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000011_a78e9544.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000011_a78e9544.szar new file mode 100644 index 00000000..e2942d4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000011_a78e9544.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000012_e2a72448.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000012_e2a72448.szar new file mode 100644 index 00000000..c9694aa3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000012_e2a72448.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000013_a2bffb7e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000013_a2bffb7e.szar new file mode 100644 index 00000000..8f38f02a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000013_a2bffb7e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000014_35a5f742.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000014_35a5f742.szar new file mode 100644 index 00000000..5acc96c2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000014_35a5f742.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000015_5b866697.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000015_5b866697.szar new file mode 100644 index 00000000..229db2c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000015_5b866697.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000016_9080ab44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000016_9080ab44.szar new file mode 100644 index 00000000..bbca92d9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000016_9080ab44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000017_5b87657c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000017_5b87657c.szar new file mode 100644 index 00000000..777a9b0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000017_5b87657c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000018_d5286af5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000018_d5286af5.szar new file mode 100644 index 00000000..13ee3bbf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000018_d5286af5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000019_82aecafa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000019_82aecafa.szar new file mode 100644 index 00000000..a2c4d324 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000019_82aecafa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000020_755d8086.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000020_755d8086.szar new file mode 100644 index 00000000..9cb5dac7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000020_755d8086.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000021_340d6be5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000021_340d6be5.szar new file mode 100644 index 00000000..96671651 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000021_340d6be5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000022_8f7ac075.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000022_8f7ac075.szar new file mode 100644 index 00000000..ff4c18c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000022_8f7ac075.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000023_5f0599c0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000023_5f0599c0.szar new file mode 100644 index 00000000..8b27af72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000023_5f0599c0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000024_1a03a4b1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000024_1a03a4b1.szar new file mode 100644 index 00000000..95856cc3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000024_1a03a4b1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000025_cd4cf294.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000025_cd4cf294.szar new file mode 100644 index 00000000..d1907abb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000025_cd4cf294.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000026_c509ecd5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000026_c509ecd5.szar new file mode 100644 index 00000000..b6f2a589 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000026_c509ecd5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000027_cb2614b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000027_cb2614b2.szar new file mode 100644 index 00000000..dcc70a9e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000027_cb2614b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000028_d166dd80.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000028_d166dd80.szar new file mode 100644 index 00000000..9e614c2d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000028_d166dd80.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000029_cde6b745.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000029_cde6b745.szar new file mode 100644 index 00000000..e635aea5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000029_cde6b745.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000030_b8232d5e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000030_b8232d5e.szar new file mode 100644 index 00000000..fff74e5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000030_b8232d5e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000031_6f0a8007.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000031_6f0a8007.szar new file mode 100644 index 00000000..ccfc2ed7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000031_6f0a8007.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000032_3ac16a1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000032_3ac16a1b.szar new file mode 100644 index 00000000..1bb348dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000032_3ac16a1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000033_a9055bae.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000033_a9055bae.szar new file mode 100644 index 00000000..7743003a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000033_a9055bae.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000034_0b06eef2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000034_0b06eef2.szar new file mode 100644 index 00000000..69b5e191 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000034_0b06eef2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000035_0fd9d5c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000035_0fd9d5c2.szar new file mode 100644 index 00000000..19956db3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000035_0fd9d5c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000036_f63e4581.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000036_f63e4581.szar new file mode 100644 index 00000000..14a2dc82 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000036_f63e4581.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000037_38d76b73.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000037_38d76b73.szar new file mode 100644 index 00000000..d884902b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000037_38d76b73.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000038_7079573f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000038_7079573f.szar new file mode 100644 index 00000000..e4a46f27 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000038_7079573f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000039_05b6fcc8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000039_05b6fcc8.szar new file mode 100644 index 00000000..8feeedf5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000039_05b6fcc8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000040_8d06d2f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000040_8d06d2f5.szar new file mode 100644 index 00000000..fd396a76 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000040_8d06d2f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000041_79a110a7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000041_79a110a7.szar new file mode 100644 index 00000000..d2917188 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000041_79a110a7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000042_caf6a275.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000042_caf6a275.szar new file mode 100644 index 00000000..8d09de1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000042_caf6a275.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000043_e8861e4c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000043_e8861e4c.szar new file mode 100644 index 00000000..699e04fc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000043_e8861e4c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000044_8cb69da4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000044_8cb69da4.szar new file mode 100644 index 00000000..42163ff7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000044_8cb69da4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000045_20f48905.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000045_20f48905.szar new file mode 100644 index 00000000..2b14d2ae Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000045_20f48905.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000046_186051fb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000046_186051fb.szar new file mode 100644 index 00000000..a2434bac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000046_186051fb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000047_b460b3a1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000047_b460b3a1.szar new file mode 100644 index 00000000..9a7da99b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000047_b460b3a1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000048_cde9f21d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000048_cde9f21d.szar new file mode 100644 index 00000000..82bcdc72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000048_cde9f21d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000049_6019c046.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000049_6019c046.szar new file mode 100644 index 00000000..ed81f3d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000049_6019c046.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000050_b031a7ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000050_b031a7ff.szar new file mode 100644 index 00000000..8904d2a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000050_b031a7ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000051_ee0e6a44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000051_ee0e6a44.szar new file mode 100644 index 00000000..982f0bde Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000051_ee0e6a44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000052_ee5c2228.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000052_ee5c2228.szar new file mode 100644 index 00000000..374e61bc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000052_ee5c2228.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000053_ae543ef6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000053_ae543ef6.szar new file mode 100644 index 00000000..b4fadf1f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000053_ae543ef6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000054_7e9a36fe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000054_7e9a36fe.szar new file mode 100644 index 00000000..64f05cd2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000054_7e9a36fe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000055_4ea7efa2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000055_4ea7efa2.szar new file mode 100644 index 00000000..4e0c2857 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000055_4ea7efa2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000056_98066ed5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000056_98066ed5.szar new file mode 100644 index 00000000..dce606a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000056_98066ed5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000057_c4b20ac4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000057_c4b20ac4.szar new file mode 100644 index 00000000..17aa7e87 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000057_c4b20ac4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000058_414a5782.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000058_414a5782.szar new file mode 100644 index 00000000..fc9d2541 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000058_414a5782.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000059_9a8b3835.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000059_9a8b3835.szar new file mode 100644 index 00000000..3f30247f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000059_9a8b3835.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000060_61e7c800.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000060_61e7c800.szar new file mode 100644 index 00000000..88ef0c4c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000060_61e7c800.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000061_0146ed8e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000061_0146ed8e.szar new file mode 100644 index 00000000..1886f82a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000061_0146ed8e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000062_c207ef7c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000062_c207ef7c.szar new file mode 100644 index 00000000..09dbf753 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000062_c207ef7c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000063_be1a9009.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000063_be1a9009.szar new file mode 100644 index 00000000..779998be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000063_be1a9009.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000064_f5498d05.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000064_f5498d05.szar new file mode 100644 index 00000000..a4cecd69 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000064_f5498d05.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000065_c18b4c47.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000065_c18b4c47.szar new file mode 100644 index 00000000..50666cdd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000065_c18b4c47.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000066_36cac8d4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000066_36cac8d4.szar new file mode 100644 index 00000000..065e67ec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000066_36cac8d4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000067_8b7a260e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000067_8b7a260e.szar new file mode 100644 index 00000000..b073aa73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000067_8b7a260e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000068_1fcb3e7c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000068_1fcb3e7c.szar new file mode 100644 index 00000000..3d61087d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000068_1fcb3e7c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000069_9a50c399.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000069_9a50c399.szar new file mode 100644 index 00000000..f95d1a81 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000069_9a50c399.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000070_c06c5ddf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000070_c06c5ddf.szar new file mode 100644 index 00000000..42585324 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000070_c06c5ddf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000071_11fbb30a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000071_11fbb30a.szar new file mode 100644 index 00000000..0f140162 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000071_11fbb30a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000072_38d4f27c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000072_38d4f27c.szar new file mode 100644 index 00000000..3c98f5d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000072_38d4f27c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000073_703ac517.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000073_703ac517.szar new file mode 100644 index 00000000..ca924192 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000073_703ac517.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000074_81bdcc42.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000074_81bdcc42.szar new file mode 100644 index 00000000..80607589 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000074_81bdcc42.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000075_95a327d9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000075_95a327d9.szar new file mode 100644 index 00000000..ec61bbc5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000075_95a327d9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000076_bb2eff72.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000076_bb2eff72.szar new file mode 100644 index 00000000..9cc4f06c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/archive/delta_00000000000000000076_bb2eff72.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000001_00fc51da.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000001_00fc51da.szcp new file mode 100644 index 00000000..c2e8031f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000001_00fc51da.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000002_6b510a67.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000002_6b510a67.szcp new file mode 100644 index 00000000..bc50a04b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000002_6b510a67.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000003_99f17853.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000003_99f17853.szcp new file mode 100644 index 00000000..1afc1cb1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000003_99f17853.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000004_eff5fbf8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000004_eff5fbf8.szcp new file mode 100644 index 00000000..947f732f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000004_eff5fbf8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000005_2535ed53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000005_2535ed53.szcp new file mode 100644 index 00000000..f2abd554 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000005_2535ed53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000006_12d6ce4a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000006_12d6ce4a.szcp new file mode 100644 index 00000000..8989e56f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000006_12d6ce4a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000007_632f1465.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000007_632f1465.szcp new file mode 100644 index 00000000..e1a6654b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000007_632f1465.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000008_50ce386e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000008_50ce386e.szcp new file mode 100644 index 00000000..6ba6105b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000008_50ce386e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000009_2a08afa5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000009_2a08afa5.szcp new file mode 100644 index 00000000..6cf92b45 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000009_2a08afa5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000010_e55b2c6e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000010_e55b2c6e.szcp new file mode 100644 index 00000000..b704df25 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000010_e55b2c6e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000011_eaa4b562.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000011_eaa4b562.szcp new file mode 100644 index 00000000..91976061 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000011_eaa4b562.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000012_0b378ecb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000012_0b378ecb.szcp new file mode 100644 index 00000000..4480a83e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000012_0b378ecb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000013_93a4daf1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000013_93a4daf1.szcp new file mode 100644 index 00000000..b05bbd21 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000013_93a4daf1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000014_852609ed.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000014_852609ed.szcp new file mode 100644 index 00000000..14144527 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000014_852609ed.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000015_2925ff8c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000015_2925ff8c.szcp new file mode 100644 index 00000000..12de5d63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000015_2925ff8c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000016_67816d2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000016_67816d2c.szcp new file mode 100644 index 00000000..8b02de5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000016_67816d2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000017_95f2fce1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000017_95f2fce1.szcp new file mode 100644 index 00000000..240de9d0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000017_95f2fce1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000018_a5549fe6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000018_a5549fe6.szcp new file mode 100644 index 00000000..e69c6090 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000018_a5549fe6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000019_7bf37562.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000019_7bf37562.szcp new file mode 100644 index 00000000..4e8bd553 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000019_7bf37562.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000020_b11a0676.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000020_b11a0676.szcp new file mode 100644 index 00000000..908767dc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000020_b11a0676.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000021_67dce70e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000021_67dce70e.szcp new file mode 100644 index 00000000..1321ffd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000021_67dce70e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000022_a51dca2a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000022_a51dca2a.szcp new file mode 100644 index 00000000..fb4f7129 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000022_a51dca2a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000023_a98bfd73.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000023_a98bfd73.szcp new file mode 100644 index 00000000..cc5c5e51 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000023_a98bfd73.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000024_9f54bfe4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000024_9f54bfe4.szcp new file mode 100644 index 00000000..afb2e144 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000024_9f54bfe4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000025_8db306a9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000025_8db306a9.szcp new file mode 100644 index 00000000..7d879fd6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000025_8db306a9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000026_2ee95e0f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000026_2ee95e0f.szcp new file mode 100644 index 00000000..a1c209ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000026_2ee95e0f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000027_94916971.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000027_94916971.szcp new file mode 100644 index 00000000..1dc3f1db Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000027_94916971.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000028_22e233e6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000028_22e233e6.szcp new file mode 100644 index 00000000..738f68e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000028_22e233e6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000029_05e1af20.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000029_05e1af20.szcp new file mode 100644 index 00000000..335a565b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000029_05e1af20.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000030_2acf0fc4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000030_2acf0fc4.szcp new file mode 100644 index 00000000..d931ac8b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000030_2acf0fc4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000031_ab4b5145.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000031_ab4b5145.szcp new file mode 100644 index 00000000..73f99b33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000031_ab4b5145.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000032_7da40082.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000032_7da40082.szcp new file mode 100644 index 00000000..ecb9cc41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000032_7da40082.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000033_eb412c51.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000033_eb412c51.szcp new file mode 100644 index 00000000..c644d121 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000033_eb412c51.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000034_e045f350.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000034_e045f350.szcp new file mode 100644 index 00000000..54f779a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000034_e045f350.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000035_a32b4601.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000035_a32b4601.szcp new file mode 100644 index 00000000..0a6c0b73 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000035_a32b4601.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000036_9fd17b3f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000036_9fd17b3f.szcp new file mode 100644 index 00000000..eb496410 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000036_9fd17b3f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000037_3a1e6b5c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000037_3a1e6b5c.szcp new file mode 100644 index 00000000..1a840e57 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000037_3a1e6b5c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000038_0008db81.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000038_0008db81.szcp new file mode 100644 index 00000000..9f37f8ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000038_0008db81.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000039_6c2683e3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000039_6c2683e3.szcp new file mode 100644 index 00000000..5cbcec33 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000039_6c2683e3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000040_fc6bce86.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000040_fc6bce86.szcp new file mode 100644 index 00000000..2f6670b1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000040_fc6bce86.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000041_2cc69aff.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000041_2cc69aff.szcp new file mode 100644 index 00000000..d7065e12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000041_2cc69aff.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000042_5283cc61.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000042_5283cc61.szcp new file mode 100644 index 00000000..20a17113 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000042_5283cc61.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000043_51c4f41a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000043_51c4f41a.szcp new file mode 100644 index 00000000..a5ce7572 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000043_51c4f41a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000044_349ff81f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000044_349ff81f.szcp new file mode 100644 index 00000000..a54f807f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000044_349ff81f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000045_f6a9cab7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000045_f6a9cab7.szcp new file mode 100644 index 00000000..b55fc897 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000045_f6a9cab7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000046_319b1e1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000046_319b1e1f.szcp new file mode 100644 index 00000000..a18203d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000046_319b1e1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000047_5d900daa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000047_5d900daa.szcp new file mode 100644 index 00000000..419eff29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000047_5d900daa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000048_b017d688.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000048_b017d688.szcp new file mode 100644 index 00000000..9b0d4ad1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000048_b017d688.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000049_8548d7d5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000049_8548d7d5.szcp new file mode 100644 index 00000000..1681b3ab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000049_8548d7d5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000050_210b52ea.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000050_210b52ea.szcp new file mode 100644 index 00000000..a41e220a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000050_210b52ea.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000051_764316af.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000051_764316af.szcp new file mode 100644 index 00000000..c97bf27e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000051_764316af.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000052_979f44b4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000052_979f44b4.szcp new file mode 100644 index 00000000..74a34c84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000052_979f44b4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000053_19960de0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000053_19960de0.szcp new file mode 100644 index 00000000..88502b12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000053_19960de0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000054_c848c5ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000054_c848c5ba.szcp new file mode 100644 index 00000000..0e58f754 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000054_c848c5ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000055_cee6bc9a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000055_cee6bc9a.szcp new file mode 100644 index 00000000..395bc674 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000055_cee6bc9a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000056_31383234.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000056_31383234.szcp new file mode 100644 index 00000000..d9c20198 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000056_31383234.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000057_8d911d26.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000057_8d911d26.szcp new file mode 100644 index 00000000..3b838ad5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000057_8d911d26.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000058_8b828756.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000058_8b828756.szcp new file mode 100644 index 00000000..220f2e66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000058_8b828756.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000059_7e65fe47.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000059_7e65fe47.szcp new file mode 100644 index 00000000..acd01085 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000059_7e65fe47.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000060_c80718e5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000060_c80718e5.szcp new file mode 100644 index 00000000..97556f9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000060_c80718e5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000061_30e49bb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000061_30e49bb1.szcp new file mode 100644 index 00000000..6d2e6a5e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000061_30e49bb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000062_2c1688b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000062_2c1688b6.szcp new file mode 100644 index 00000000..a91b1a3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000062_2c1688b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000063_9e1b5756.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000063_9e1b5756.szcp new file mode 100644 index 00000000..dbc9cf4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000063_9e1b5756.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000064_75f60463.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000064_75f60463.szcp new file mode 100644 index 00000000..afbbf485 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000064_75f60463.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000065_f37ecb54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000065_f37ecb54.szcp new file mode 100644 index 00000000..999d6382 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000065_f37ecb54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000066_bc350ba0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000066_bc350ba0.szcp new file mode 100644 index 00000000..94960d4b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000066_bc350ba0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000067_361cc729.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000067_361cc729.szcp new file mode 100644 index 00000000..8d808220 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000067_361cc729.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000068_890416c1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000068_890416c1.szcp new file mode 100644 index 00000000..e91b20a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000068_890416c1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000069_67113cba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000069_67113cba.szcp new file mode 100644 index 00000000..8764e0ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000069_67113cba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000070_7a41c27b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000070_7a41c27b.szcp new file mode 100644 index 00000000..83414a44 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000070_7a41c27b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000071_7540aca8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000071_7540aca8.szcp new file mode 100644 index 00000000..5581a0b0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000071_7540aca8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000072_9bbd23e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000072_9bbd23e9.szcp new file mode 100644 index 00000000..b1a41642 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000072_9bbd23e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000073_78164683.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000073_78164683.szcp new file mode 100644 index 00000000..66afdd50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000073_78164683.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000074_1b9296be.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000074_1b9296be.szcp new file mode 100644 index 00000000..47fdaf2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000074_1b9296be.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000075_6c749701.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000075_6c749701.szcp new file mode 100644 index 00000000..2be1aa52 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000075_6c749701.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000076_76c654fa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000076_76c654fa.szcp new file mode 100644 index 00000000..654e8206 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_055/checkpoints/checkpoint_00000000000000000076_76c654fa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000001_80beab34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000001_80beab34.szar new file mode 100644 index 00000000..fb4869b5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000001_80beab34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000002_10c1a255.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000002_10c1a255.szar new file mode 100644 index 00000000..b6408ee0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000002_10c1a255.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000003_5ba8b7ac.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000003_5ba8b7ac.szar new file mode 100644 index 00000000..a40df176 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000003_5ba8b7ac.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000004_4e3703d1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000004_4e3703d1.szar new file mode 100644 index 00000000..1ba1117a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000004_4e3703d1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000005_1aea935e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000005_1aea935e.szar new file mode 100644 index 00000000..adbd5665 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000005_1aea935e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000006_fa9104be.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000006_fa9104be.szar new file mode 100644 index 00000000..63789050 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000006_fa9104be.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000007_c1f83c20.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000007_c1f83c20.szar new file mode 100644 index 00000000..3fac6c35 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000007_c1f83c20.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000008_a2fce8b8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000008_a2fce8b8.szar new file mode 100644 index 00000000..72564e0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000008_a2fce8b8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000009_e5e23ec0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000009_e5e23ec0.szar new file mode 100644 index 00000000..e1d87674 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000009_e5e23ec0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000010_fb576520.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000010_fb576520.szar new file mode 100644 index 00000000..d8297500 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000010_fb576520.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000011_9d429bfb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000011_9d429bfb.szar new file mode 100644 index 00000000..5e290a50 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000011_9d429bfb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000012_3d4c8926.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000012_3d4c8926.szar new file mode 100644 index 00000000..4e948657 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000012_3d4c8926.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000013_434a26f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000013_434a26f2.szar new file mode 100644 index 00000000..46b4e747 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000013_434a26f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000014_f6b376cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000014_f6b376cc.szar new file mode 100644 index 00000000..834ebb9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000014_f6b376cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000015_f721fb44.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000015_f721fb44.szar new file mode 100644 index 00000000..a4d4163c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000015_f721fb44.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000016_4d09bd38.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000016_4d09bd38.szar new file mode 100644 index 00000000..1a943721 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000016_4d09bd38.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000017_db98c787.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000017_db98c787.szar new file mode 100644 index 00000000..73191309 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000017_db98c787.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000018_95298465.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000018_95298465.szar new file mode 100644 index 00000000..654ade2f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000018_95298465.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000019_9742afb6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000019_9742afb6.szar new file mode 100644 index 00000000..47906b05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000019_9742afb6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000020_10fb5793.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000020_10fb5793.szar new file mode 100644 index 00000000..23e2c9e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000020_10fb5793.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000021_8944aa6d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000021_8944aa6d.szar new file mode 100644 index 00000000..7825d878 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000021_8944aa6d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000022_ce08d40f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000022_ce08d40f.szar new file mode 100644 index 00000000..c48d5b39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000022_ce08d40f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000023_f26e1d7a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000023_f26e1d7a.szar new file mode 100644 index 00000000..af21f62d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000023_f26e1d7a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000024_d707c4ba.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000024_d707c4ba.szar new file mode 100644 index 00000000..62cad9e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000024_d707c4ba.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000025_c0d957d0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000025_c0d957d0.szar new file mode 100644 index 00000000..ae6d7f8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000025_c0d957d0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000026_af6e3def.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000026_af6e3def.szar new file mode 100644 index 00000000..3a5c8a46 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000026_af6e3def.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000027_72f2c71e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000027_72f2c71e.szar new file mode 100644 index 00000000..50fcd82e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000027_72f2c71e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000028_33463bd0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000028_33463bd0.szar new file mode 100644 index 00000000..702e2770 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000028_33463bd0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000029_9e506491.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000029_9e506491.szar new file mode 100644 index 00000000..de261036 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000029_9e506491.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000030_47ebb215.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000030_47ebb215.szar new file mode 100644 index 00000000..cbd97714 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000030_47ebb215.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000031_26c9c32e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000031_26c9c32e.szar new file mode 100644 index 00000000..5a5c861f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000031_26c9c32e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000032_e5d92dd8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000032_e5d92dd8.szar new file mode 100644 index 00000000..1280e8e5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000032_e5d92dd8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000033_12a75bf4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000033_12a75bf4.szar new file mode 100644 index 00000000..5af45928 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000033_12a75bf4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000034_62958e9e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000034_62958e9e.szar new file mode 100644 index 00000000..6b576e1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000034_62958e9e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000035_3423cd00.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000035_3423cd00.szar new file mode 100644 index 00000000..9f35f147 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000035_3423cd00.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000036_98238ea3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000036_98238ea3.szar new file mode 100644 index 00000000..0dc53624 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000036_98238ea3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000037_910c3927.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000037_910c3927.szar new file mode 100644 index 00000000..0c27587f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000037_910c3927.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000038_e4ed402f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000038_e4ed402f.szar new file mode 100644 index 00000000..400c4776 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000038_e4ed402f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000039_6bea8136.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000039_6bea8136.szar new file mode 100644 index 00000000..67552508 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000039_6bea8136.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000040_78f8051b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000040_78f8051b.szar new file mode 100644 index 00000000..0fd7d318 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000040_78f8051b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000041_e03f88cf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000041_e03f88cf.szar new file mode 100644 index 00000000..edd61ebf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000041_e03f88cf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000042_6ef6474b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000042_6ef6474b.szar new file mode 100644 index 00000000..979c6ac6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000042_6ef6474b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000043_d73364c2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000043_d73364c2.szar new file mode 100644 index 00000000..ef2509c1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000043_d73364c2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000044_5f3c1bd3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000044_5f3c1bd3.szar new file mode 100644 index 00000000..50ea89b9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000044_5f3c1bd3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000045_5e12188d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000045_5e12188d.szar new file mode 100644 index 00000000..5242e56a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000045_5e12188d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000046_734699a2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000046_734699a2.szar new file mode 100644 index 00000000..362c53eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000046_734699a2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000047_bf27a598.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000047_bf27a598.szar new file mode 100644 index 00000000..a2cd6905 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000047_bf27a598.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000048_245522b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000048_245522b7.szar new file mode 100644 index 00000000..8be59ed3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000048_245522b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000049_3ce2a0f5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000049_3ce2a0f5.szar new file mode 100644 index 00000000..864e9834 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000049_3ce2a0f5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000050_dc301d1a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000050_dc301d1a.szar new file mode 100644 index 00000000..8d4ff394 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000050_dc301d1a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000051_28651695.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000051_28651695.szar new file mode 100644 index 00000000..69e52327 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000051_28651695.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000052_c67aa271.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000052_c67aa271.szar new file mode 100644 index 00000000..ef7952fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000052_c67aa271.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000053_31551d59.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000053_31551d59.szar new file mode 100644 index 00000000..f211f1a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000053_31551d59.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000054_5364c355.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000054_5364c355.szar new file mode 100644 index 00000000..ce73356c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000054_5364c355.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000055_bfef3405.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000055_bfef3405.szar new file mode 100644 index 00000000..c70aa250 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000055_bfef3405.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000056_ffdc97b2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000056_ffdc97b2.szar new file mode 100644 index 00000000..2dbb0d4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000056_ffdc97b2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000057_b4af5ebe.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000057_b4af5ebe.szar new file mode 100644 index 00000000..322ac8c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000057_b4af5ebe.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000058_7e2f4cd7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000058_7e2f4cd7.szar new file mode 100644 index 00000000..4d72729c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000058_7e2f4cd7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000059_5c8d2820.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000059_5c8d2820.szar new file mode 100644 index 00000000..7a33e367 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000059_5c8d2820.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000060_99474f33.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000060_99474f33.szar new file mode 100644 index 00000000..2b0c7b78 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000060_99474f33.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000061_7ea4aceb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000061_7ea4aceb.szar new file mode 100644 index 00000000..94054316 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000061_7ea4aceb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000062_d89bfdfb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000062_d89bfdfb.szar new file mode 100644 index 00000000..005466be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000062_d89bfdfb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000063_d783b36c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000063_d783b36c.szar new file mode 100644 index 00000000..087ce0ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000063_d783b36c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000064_ca494ce4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000064_ca494ce4.szar new file mode 100644 index 00000000..c2786e0b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000064_ca494ce4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000065_3f756d87.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000065_3f756d87.szar new file mode 100644 index 00000000..0d4e4fda Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000065_3f756d87.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000066_403808cb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000066_403808cb.szar new file mode 100644 index 00000000..d9c1e73e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000066_403808cb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000067_39c277f2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000067_39c277f2.szar new file mode 100644 index 00000000..ea308cf9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000067_39c277f2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000068_e3c93417.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000068_e3c93417.szar new file mode 100644 index 00000000..f2510837 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000068_e3c93417.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000069_0a278a71.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000069_0a278a71.szar new file mode 100644 index 00000000..9f3d75fe Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000069_0a278a71.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000070_991cc037.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000070_991cc037.szar new file mode 100644 index 00000000..021d7d5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000070_991cc037.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000071_3b583431.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000071_3b583431.szar new file mode 100644 index 00000000..f68812d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000071_3b583431.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000072_6b903989.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000072_6b903989.szar new file mode 100644 index 00000000..04d2d1b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000072_6b903989.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000073_659b11d7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000073_659b11d7.szar new file mode 100644 index 00000000..e606ccd8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000073_659b11d7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000074_41ffda99.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000074_41ffda99.szar new file mode 100644 index 00000000..fd082dcf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000074_41ffda99.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000075_2d609701.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000075_2d609701.szar new file mode 100644 index 00000000..991c111c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000075_2d609701.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000076_840ffcd9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000076_840ffcd9.szar new file mode 100644 index 00000000..4aeddd93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000076_840ffcd9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000077_1ec28360.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000077_1ec28360.szar new file mode 100644 index 00000000..0ff57ee8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000077_1ec28360.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000078_40fdd5ea.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000078_40fdd5ea.szar new file mode 100644 index 00000000..128ae680 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000078_40fdd5ea.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000079_0430950a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000079_0430950a.szar new file mode 100644 index 00000000..e4492bbb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000079_0430950a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000080_5990de5f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000080_5990de5f.szar new file mode 100644 index 00000000..7929176d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000080_5990de5f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000081_b8096ff6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000081_b8096ff6.szar new file mode 100644 index 00000000..dfcc11e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000081_b8096ff6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000082_479d09e8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000082_479d09e8.szar new file mode 100644 index 00000000..6f57d244 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000082_479d09e8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000083_8ace1535.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000083_8ace1535.szar new file mode 100644 index 00000000..e4f3069e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000083_8ace1535.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000084_7e3fb9b4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000084_7e3fb9b4.szar new file mode 100644 index 00000000..3e86d6ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000084_7e3fb9b4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000085_0d946992.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000085_0d946992.szar new file mode 100644 index 00000000..69dd197d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000085_0d946992.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000086_e856be69.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000086_e856be69.szar new file mode 100644 index 00000000..c5fe57d6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000086_e856be69.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000087_40a08fd4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000087_40a08fd4.szar new file mode 100644 index 00000000..141c94af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/archive/delta_00000000000000000087_40a08fd4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000001_08082537.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000001_08082537.szcp new file mode 100644 index 00000000..c46736ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000001_08082537.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000002_5d159e75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000002_5d159e75.szcp new file mode 100644 index 00000000..35c7a1cc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000002_5d159e75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000003_7952be9f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000003_7952be9f.szcp new file mode 100644 index 00000000..06ae882e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000003_7952be9f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000004_19a89257.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000004_19a89257.szcp new file mode 100644 index 00000000..c7377144 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000004_19a89257.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000005_ae49aedf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000005_ae49aedf.szcp new file mode 100644 index 00000000..d102223a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000005_ae49aedf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000006_1709641f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000006_1709641f.szcp new file mode 100644 index 00000000..b72c363b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000006_1709641f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000007_bb84c992.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000007_bb84c992.szcp new file mode 100644 index 00000000..a07cec1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000007_bb84c992.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000008_648ab5db.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000008_648ab5db.szcp new file mode 100644 index 00000000..588483d1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000008_648ab5db.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000009_144eb351.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000009_144eb351.szcp new file mode 100644 index 00000000..c85a0b0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000009_144eb351.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000010_13f60d05.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000010_13f60d05.szcp new file mode 100644 index 00000000..ccd25d29 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000010_13f60d05.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000011_ad042a92.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000011_ad042a92.szcp new file mode 100644 index 00000000..4abb2894 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000011_ad042a92.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000012_5b1a2d1f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000012_5b1a2d1f.szcp new file mode 100644 index 00000000..ba6f060f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000012_5b1a2d1f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000013_58b3d613.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000013_58b3d613.szcp new file mode 100644 index 00000000..831f1222 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000013_58b3d613.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000014_92afcff2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000014_92afcff2.szcp new file mode 100644 index 00000000..8084c90a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000014_92afcff2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000015_c634c1e7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000015_c634c1e7.szcp new file mode 100644 index 00000000..f51b645c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000015_c634c1e7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000016_91aa07c3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000016_91aa07c3.szcp new file mode 100644 index 00000000..3c159b0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000016_91aa07c3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000017_3e25898e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000017_3e25898e.szcp new file mode 100644 index 00000000..eb1a202e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000017_3e25898e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000018_553053df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000018_553053df.szcp new file mode 100644 index 00000000..2a79b624 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000018_553053df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000019_2e4046a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000019_2e4046a4.szcp new file mode 100644 index 00000000..bbd785e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000019_2e4046a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000020_7af4f4d8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000020_7af4f4d8.szcp new file mode 100644 index 00000000..d1c26e5c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000020_7af4f4d8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000021_409bd274.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000021_409bd274.szcp new file mode 100644 index 00000000..aa6fafad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000021_409bd274.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000022_ff609613.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000022_ff609613.szcp new file mode 100644 index 00000000..3c963d9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000022_ff609613.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000023_058314f9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000023_058314f9.szcp new file mode 100644 index 00000000..eec10ed3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000023_058314f9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000024_3264df0e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000024_3264df0e.szcp new file mode 100644 index 00000000..5be89fe1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000024_3264df0e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000025_69a00e2e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000025_69a00e2e.szcp new file mode 100644 index 00000000..78d012cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000025_69a00e2e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000026_9bb9da27.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000026_9bb9da27.szcp new file mode 100644 index 00000000..493bc374 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000026_9bb9da27.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000027_23f03383.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000027_23f03383.szcp new file mode 100644 index 00000000..ec84ffef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000027_23f03383.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000028_3c9732a8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000028_3c9732a8.szcp new file mode 100644 index 00000000..6bd684a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000028_3c9732a8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000029_3ff109c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000029_3ff109c2.szcp new file mode 100644 index 00000000..3ae4a3b3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000029_3ff109c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000030_d379e613.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000030_d379e613.szcp new file mode 100644 index 00000000..3c61a509 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000030_d379e613.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000031_ac537332.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000031_ac537332.szcp new file mode 100644 index 00000000..46be48bb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000031_ac537332.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000032_0bfc1b53.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000032_0bfc1b53.szcp new file mode 100644 index 00000000..eddaee0f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000032_0bfc1b53.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000033_356ecc7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000033_356ecc7a.szcp new file mode 100644 index 00000000..91b2882a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000033_356ecc7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000034_80a988d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000034_80a988d9.szcp new file mode 100644 index 00000000..5f56590d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000034_80a988d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000035_8b795473.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000035_8b795473.szcp new file mode 100644 index 00000000..41cca54d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000035_8b795473.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000036_e989a177.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000036_e989a177.szcp new file mode 100644 index 00000000..a1ef156f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000036_e989a177.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000037_5cd4688f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000037_5cd4688f.szcp new file mode 100644 index 00000000..c41521f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000037_5cd4688f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000038_12724a2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000038_12724a2c.szcp new file mode 100644 index 00000000..a83cc017 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000038_12724a2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000039_79461a75.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000039_79461a75.szcp new file mode 100644 index 00000000..8266d64a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000039_79461a75.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000040_84d25083.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000040_84d25083.szcp new file mode 100644 index 00000000..05002785 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000040_84d25083.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000041_2e9101f3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000041_2e9101f3.szcp new file mode 100644 index 00000000..df23efc8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000041_2e9101f3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000042_0f62297f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000042_0f62297f.szcp new file mode 100644 index 00000000..a9372105 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000042_0f62297f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000043_01533a5c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000043_01533a5c.szcp new file mode 100644 index 00000000..581acfeb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000043_01533a5c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000044_a6f36484.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000044_a6f36484.szcp new file mode 100644 index 00000000..22c3a819 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000044_a6f36484.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000045_b088919b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000045_b088919b.szcp new file mode 100644 index 00000000..a8d36452 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000045_b088919b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000046_112c0ee1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000046_112c0ee1.szcp new file mode 100644 index 00000000..0d6468d7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000046_112c0ee1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000047_9971bcd5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000047_9971bcd5.szcp new file mode 100644 index 00000000..2b1b256e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000047_9971bcd5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000048_45ec19f5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000048_45ec19f5.szcp new file mode 100644 index 00000000..95fb3866 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000048_45ec19f5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000049_d80dbcf3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000049_d80dbcf3.szcp new file mode 100644 index 00000000..5c558a6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000049_d80dbcf3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000050_9b07f5c0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000050_9b07f5c0.szcp new file mode 100644 index 00000000..51c497f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000050_9b07f5c0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000051_0c29f40f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000051_0c29f40f.szcp new file mode 100644 index 00000000..0a1210d8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000051_0c29f40f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000052_4e7d0fd7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000052_4e7d0fd7.szcp new file mode 100644 index 00000000..c412fff5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000052_4e7d0fd7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000053_ceef2986.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000053_ceef2986.szcp new file mode 100644 index 00000000..02686237 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000053_ceef2986.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000054_ca6c06a6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000054_ca6c06a6.szcp new file mode 100644 index 00000000..4eae4120 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000054_ca6c06a6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000055_3dd56b77.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000055_3dd56b77.szcp new file mode 100644 index 00000000..6657906c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000055_3dd56b77.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000056_ef248438.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000056_ef248438.szcp new file mode 100644 index 00000000..cb2bc5a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000056_ef248438.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000057_077abff7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000057_077abff7.szcp new file mode 100644 index 00000000..7cd84558 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000057_077abff7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000058_6e45505f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000058_6e45505f.szcp new file mode 100644 index 00000000..05910917 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000058_6e45505f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000059_fa5cd1bb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000059_fa5cd1bb.szcp new file mode 100644 index 00000000..159c0e66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000059_fa5cd1bb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000060_54b2d2f7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000060_54b2d2f7.szcp new file mode 100644 index 00000000..549de8df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000060_54b2d2f7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000061_e27083e4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000061_e27083e4.szcp new file mode 100644 index 00000000..9dfab38e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000061_e27083e4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000062_44391ad5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000062_44391ad5.szcp new file mode 100644 index 00000000..73294a3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000062_44391ad5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000063_b4f8f371.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000063_b4f8f371.szcp new file mode 100644 index 00000000..1a666e28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000063_b4f8f371.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000064_4128ae61.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000064_4128ae61.szcp new file mode 100644 index 00000000..2b88ec84 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000064_4128ae61.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000065_25bdeac6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000065_25bdeac6.szcp new file mode 100644 index 00000000..ecb7e11f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000065_25bdeac6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000066_e16cde03.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000066_e16cde03.szcp new file mode 100644 index 00000000..bdce0d70 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000066_e16cde03.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000067_a558888e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000067_a558888e.szcp new file mode 100644 index 00000000..2a074fd0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000067_a558888e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000068_b9f93caa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000068_b9f93caa.szcp new file mode 100644 index 00000000..c791a30c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000068_b9f93caa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000069_7f0460df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000069_7f0460df.szcp new file mode 100644 index 00000000..15d4a9e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000069_7f0460df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000070_d2951e83.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000070_d2951e83.szcp new file mode 100644 index 00000000..c6b80e14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000070_d2951e83.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000071_10c4311f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000071_10c4311f.szcp new file mode 100644 index 00000000..0779e6ba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000071_10c4311f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000072_7a297908.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000072_7a297908.szcp new file mode 100644 index 00000000..5cfc2964 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000072_7a297908.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000073_fda93127.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000073_fda93127.szcp new file mode 100644 index 00000000..75461e4d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000073_fda93127.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000074_446c88f6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000074_446c88f6.szcp new file mode 100644 index 00000000..89f16b93 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000074_446c88f6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000075_5d3d636d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000075_5d3d636d.szcp new file mode 100644 index 00000000..5c56aed7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000075_5d3d636d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000076_fae98eb0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000076_fae98eb0.szcp new file mode 100644 index 00000000..75706294 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000076_fae98eb0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000077_2613c19d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000077_2613c19d.szcp new file mode 100644 index 00000000..2e90b58f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000077_2613c19d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000078_0f8f2451.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000078_0f8f2451.szcp new file mode 100644 index 00000000..faf780f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000078_0f8f2451.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000079_e3a839d1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000079_e3a839d1.szcp new file mode 100644 index 00000000..0bab279a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000079_e3a839d1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000080_c997853c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000080_c997853c.szcp new file mode 100644 index 00000000..6e9b32ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000080_c997853c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000081_c6f9a23c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000081_c6f9a23c.szcp new file mode 100644 index 00000000..29825d6e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000081_c6f9a23c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000082_4526f964.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000082_4526f964.szcp new file mode 100644 index 00000000..5f6ff8bf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000082_4526f964.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000083_94d0bc54.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000083_94d0bc54.szcp new file mode 100644 index 00000000..507059cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000083_94d0bc54.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000084_b3c7c112.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000084_b3c7c112.szcp new file mode 100644 index 00000000..1abe73f5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000084_b3c7c112.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000085_160b17a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000085_160b17a2.szcp new file mode 100644 index 00000000..563dcd7d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000085_160b17a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000086_0fbfd1e2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000086_0fbfd1e2.szcp new file mode 100644 index 00000000..8e13ed5d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000086_0fbfd1e2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000087_68f21803.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000087_68f21803.szcp new file mode 100644 index 00000000..bdfe6bcd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_056/checkpoints/checkpoint_00000000000000000087_68f21803.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000001_f6686ebd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000001_f6686ebd.szar new file mode 100644 index 00000000..3ff9d3e8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000001_f6686ebd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000002_bb7d679f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000002_bb7d679f.szar new file mode 100644 index 00000000..89fd7a47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000002_bb7d679f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000003_c58c1475.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000003_c58c1475.szar new file mode 100644 index 00000000..9c93e66f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000003_c58c1475.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000004_093b8b0c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000004_093b8b0c.szar new file mode 100644 index 00000000..62cb97c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000004_093b8b0c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000005_ba9ff041.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000005_ba9ff041.szar new file mode 100644 index 00000000..e5f9957b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000005_ba9ff041.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000006_6f4fd204.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000006_6f4fd204.szar new file mode 100644 index 00000000..37821e55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000006_6f4fd204.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000007_dd6b8737.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000007_dd6b8737.szar new file mode 100644 index 00000000..4e66bce8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000007_dd6b8737.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000008_9db10d37.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000008_9db10d37.szar new file mode 100644 index 00000000..90b12c5a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000008_9db10d37.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000009_2b02a3c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000009_2b02a3c4.szar new file mode 100644 index 00000000..26fd6028 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000009_2b02a3c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000010_4a068041.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000010_4a068041.szar new file mode 100644 index 00000000..5f0d5e11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000010_4a068041.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000011_96dce7b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000011_96dce7b5.szar new file mode 100644 index 00000000..f3403d7b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000011_96dce7b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000012_35045c4f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000012_35045c4f.szar new file mode 100644 index 00000000..e69afbfa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000012_35045c4f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000013_16de2834.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000013_16de2834.szar new file mode 100644 index 00000000..244629b7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000013_16de2834.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000014_4b652f32.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000014_4b652f32.szar new file mode 100644 index 00000000..f0d88d2b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000014_4b652f32.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000015_7594c482.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000015_7594c482.szar new file mode 100644 index 00000000..18c119cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000015_7594c482.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000016_d5c8c86e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000016_d5c8c86e.szar new file mode 100644 index 00000000..d59c65ac Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000016_d5c8c86e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000017_94a28713.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000017_94a28713.szar new file mode 100644 index 00000000..f3a13ff4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000017_94a28713.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000018_3d2a95af.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000018_3d2a95af.szar new file mode 100644 index 00000000..84d83156 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000018_3d2a95af.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000019_12bfaa8f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000019_12bfaa8f.szar new file mode 100644 index 00000000..c464884a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000019_12bfaa8f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000020_f94601a6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000020_f94601a6.szar new file mode 100644 index 00000000..05ce38a6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000020_f94601a6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000021_92bba175.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000021_92bba175.szar new file mode 100644 index 00000000..1ccd918c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000021_92bba175.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000022_13ee2183.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000022_13ee2183.szar new file mode 100644 index 00000000..12589217 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000022_13ee2183.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000023_d7541d34.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000023_d7541d34.szar new file mode 100644 index 00000000..d80af744 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000023_d7541d34.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000024_d142f1b7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000024_d142f1b7.szar new file mode 100644 index 00000000..062f9272 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000024_d142f1b7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000025_97717485.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000025_97717485.szar new file mode 100644 index 00000000..fac08d39 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000025_97717485.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000026_d402c369.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000026_d402c369.szar new file mode 100644 index 00000000..12de017e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000026_d402c369.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000027_8e5bfb41.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000027_8e5bfb41.szar new file mode 100644 index 00000000..2b833b22 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000027_8e5bfb41.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000028_f115f76c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000028_f115f76c.szar new file mode 100644 index 00000000..121469fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000028_f115f76c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000029_a12f9928.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000029_a12f9928.szar new file mode 100644 index 00000000..dd6a0b55 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000029_a12f9928.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000030_0dafa5c4.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000030_0dafa5c4.szar new file mode 100644 index 00000000..48054d1e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000030_0dafa5c4.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000031_f86300ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000031_f86300ce.szar new file mode 100644 index 00000000..06104f49 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000031_f86300ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000032_33250bb6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000032_33250bb6.szar new file mode 100644 index 00000000..e30136f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000032_33250bb6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000033_d87f5593.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000033_d87f5593.szar new file mode 100644 index 00000000..e69b22a1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000033_d87f5593.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000034_636b8c88.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000034_636b8c88.szar new file mode 100644 index 00000000..aae4671d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000034_636b8c88.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000035_ea572085.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000035_ea572085.szar new file mode 100644 index 00000000..85ac2f7e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000035_ea572085.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000036_556dd8c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000036_556dd8c7.szar new file mode 100644 index 00000000..228d5fd7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000036_556dd8c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000037_1ce373ff.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000037_1ce373ff.szar new file mode 100644 index 00000000..1fdb626e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000037_1ce373ff.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000038_b83b6818.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000038_b83b6818.szar new file mode 100644 index 00000000..b7481a77 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000038_b83b6818.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000039_b40d6a10.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000039_b40d6a10.szar new file mode 100644 index 00000000..67e08726 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000039_b40d6a10.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000040_16167f96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000040_16167f96.szar new file mode 100644 index 00000000..0759a938 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000040_16167f96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000041_d4970e56.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000041_d4970e56.szar new file mode 100644 index 00000000..d7596d13 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000041_d4970e56.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000042_6bf4d5dc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000042_6bf4d5dc.szar new file mode 100644 index 00000000..a3dc2d14 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000042_6bf4d5dc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000043_f631cdeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000043_f631cdeb.szar new file mode 100644 index 00000000..662ba1c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000043_f631cdeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000044_971d100c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000044_971d100c.szar new file mode 100644 index 00000000..9df8bdf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000044_971d100c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000045_fa043953.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000045_fa043953.szar new file mode 100644 index 00000000..bfd703e2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000045_fa043953.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000046_f66c1720.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000046_f66c1720.szar new file mode 100644 index 00000000..7e5a3266 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000046_f66c1720.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000047_e7c31388.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000047_e7c31388.szar new file mode 100644 index 00000000..d025c2f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000047_e7c31388.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000048_89882392.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000048_89882392.szar new file mode 100644 index 00000000..4272918e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000048_89882392.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000049_a043e217.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000049_a043e217.szar new file mode 100644 index 00000000..eb72ab5b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000049_a043e217.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000050_c30a356c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000050_c30a356c.szar new file mode 100644 index 00000000..ae30f960 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000050_c30a356c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000051_9ff30993.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000051_9ff30993.szar new file mode 100644 index 00000000..b37a1b3d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000051_9ff30993.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000052_56aab4bc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000052_56aab4bc.szar new file mode 100644 index 00000000..98f1eaf0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000052_56aab4bc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000053_91642c61.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000053_91642c61.szar new file mode 100644 index 00000000..bb14f621 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000053_91642c61.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000054_38ee3aa8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000054_38ee3aa8.szar new file mode 100644 index 00000000..9408ada2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000054_38ee3aa8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000055_fd338dc6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000055_fd338dc6.szar new file mode 100644 index 00000000..50ec652f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000055_fd338dc6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000056_856f26c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000056_856f26c5.szar new file mode 100644 index 00000000..99a90552 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000056_856f26c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000057_9a17db84.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000057_9a17db84.szar new file mode 100644 index 00000000..20891b6c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000057_9a17db84.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000058_c7bb5519.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000058_c7bb5519.szar new file mode 100644 index 00000000..448b317d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000058_c7bb5519.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000059_d622ace1.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000059_d622ace1.szar new file mode 100644 index 00000000..9117e2f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000059_d622ace1.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000060_da862554.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000060_da862554.szar new file mode 100644 index 00000000..8955e112 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000060_da862554.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000061_6200aea9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000061_6200aea9.szar new file mode 100644 index 00000000..95989031 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000061_6200aea9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000062_f9230bcc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000062_f9230bcc.szar new file mode 100644 index 00000000..e8aa28d5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000062_f9230bcc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000063_9952358e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000063_9952358e.szar new file mode 100644 index 00000000..77bc07f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000063_9952358e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000064_d2bc9a1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000064_d2bc9a1b.szar new file mode 100644 index 00000000..be8ecb58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000064_d2bc9a1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000065_5b3cb188.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000065_5b3cb188.szar new file mode 100644 index 00000000..89bd87a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000065_5b3cb188.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000066_b5830556.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000066_b5830556.szar new file mode 100644 index 00000000..79c9928f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000066_b5830556.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000067_d380c69b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000067_d380c69b.szar new file mode 100644 index 00000000..fb6b4d9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000067_d380c69b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000068_c8d64d43.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000068_c8d64d43.szar new file mode 100644 index 00000000..2e1d9eab Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/archive/delta_00000000000000000068_c8d64d43.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000001_6bd41802.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000001_6bd41802.szcp new file mode 100644 index 00000000..43b2a3ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000001_6bd41802.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000002_f1186890.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000002_f1186890.szcp new file mode 100644 index 00000000..aeaa4521 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000002_f1186890.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000003_d021d205.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000003_d021d205.szcp new file mode 100644 index 00000000..13fa7ec5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000003_d021d205.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000004_f05cd698.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000004_f05cd698.szcp new file mode 100644 index 00000000..f6a4e584 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000004_f05cd698.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000005_1935ef01.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000005_1935ef01.szcp new file mode 100644 index 00000000..62a24ed4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000005_1935ef01.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000006_cb3600a1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000006_cb3600a1.szcp new file mode 100644 index 00000000..59b92b9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000006_cb3600a1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000007_57ee8336.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000007_57ee8336.szcp new file mode 100644 index 00000000..551387e9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000007_57ee8336.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000008_27470c32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000008_27470c32.szcp new file mode 100644 index 00000000..eefd34cf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000008_27470c32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000009_e71694f4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000009_e71694f4.szcp new file mode 100644 index 00000000..f3066de3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000009_e71694f4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000010_4c378fc2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000010_4c378fc2.szcp new file mode 100644 index 00000000..f2c50aec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000010_4c378fc2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000011_246b8bbb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000011_246b8bbb.szcp new file mode 100644 index 00000000..62e988fa Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000011_246b8bbb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000012_9fcb2b98.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000012_9fcb2b98.szcp new file mode 100644 index 00000000..05d97d9b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000012_9fcb2b98.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000013_27b46808.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000013_27b46808.szcp new file mode 100644 index 00000000..c04d2950 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000013_27b46808.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000014_fc3b7ae8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000014_fc3b7ae8.szcp new file mode 100644 index 00000000..3a267088 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000014_fc3b7ae8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000015_4784c108.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000015_4784c108.szcp new file mode 100644 index 00000000..d05ff896 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000015_4784c108.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000016_2e04bede.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000016_2e04bede.szcp new file mode 100644 index 00000000..b42fe59c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000016_2e04bede.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000017_2ad59359.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000017_2ad59359.szcp new file mode 100644 index 00000000..0364d359 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000017_2ad59359.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000018_2acad93f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000018_2acad93f.szcp new file mode 100644 index 00000000..a2f41245 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000018_2acad93f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000019_58f4ddf9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000019_58f4ddf9.szcp new file mode 100644 index 00000000..c26f2eef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000019_58f4ddf9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000020_02c483cd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000020_02c483cd.szcp new file mode 100644 index 00000000..5d76cf4a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000020_02c483cd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000021_ca0bf2fe.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000021_ca0bf2fe.szcp new file mode 100644 index 00000000..8c57587b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000021_ca0bf2fe.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000022_df7b3db5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000022_df7b3db5.szcp new file mode 100644 index 00000000..90d826a0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000022_df7b3db5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000023_5e4523a2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000023_5e4523a2.szcp new file mode 100644 index 00000000..6f10898f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000023_5e4523a2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000024_9c370ca2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000024_9c370ca2.szcp new file mode 100644 index 00000000..c8a463c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000024_9c370ca2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000025_4a2d8549.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000025_4a2d8549.szcp new file mode 100644 index 00000000..37d52e75 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000025_4a2d8549.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000026_a17a1a14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000026_a17a1a14.szcp new file mode 100644 index 00000000..cc33531e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000026_a17a1a14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000027_85ed6610.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000027_85ed6610.szcp new file mode 100644 index 00000000..7b0890d4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000027_85ed6610.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000028_0163bf68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000028_0163bf68.szcp new file mode 100644 index 00000000..b0dd17dd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000028_0163bf68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000029_7cda3c80.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000029_7cda3c80.szcp new file mode 100644 index 00000000..099a5811 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000029_7cda3c80.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000030_8dbc990c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000030_8dbc990c.szcp new file mode 100644 index 00000000..c10a7943 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000030_8dbc990c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000031_17c82ce6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000031_17c82ce6.szcp new file mode 100644 index 00000000..0e13ede7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000031_17c82ce6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000032_4a34b8e8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000032_4a34b8e8.szcp new file mode 100644 index 00000000..a172e9df Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000032_4a34b8e8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000033_27545e8e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000033_27545e8e.szcp new file mode 100644 index 00000000..8227c336 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000033_27545e8e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000034_abd800a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000034_abd800a4.szcp new file mode 100644 index 00000000..704f93c7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000034_abd800a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000035_1445ee0a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000035_1445ee0a.szcp new file mode 100644 index 00000000..28fa6844 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000035_1445ee0a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000036_2f25ac01.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000036_2f25ac01.szcp new file mode 100644 index 00000000..be715f10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000036_2f25ac01.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000037_cd0d1c1d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000037_cd0d1c1d.szcp new file mode 100644 index 00000000..7577097a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000037_cd0d1c1d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000038_ea21e730.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000038_ea21e730.szcp new file mode 100644 index 00000000..3905be10 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000038_ea21e730.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000039_83657987.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000039_83657987.szcp new file mode 100644 index 00000000..6093eb88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000039_83657987.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000040_09d9825b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000040_09d9825b.szcp new file mode 100644 index 00000000..c3f92dca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000040_09d9825b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000041_eeea0f93.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000041_eeea0f93.szcp new file mode 100644 index 00000000..7cdc6c41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000041_eeea0f93.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000042_7ebc0d4b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000042_7ebc0d4b.szcp new file mode 100644 index 00000000..fcc2b4a5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000042_7ebc0d4b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000043_8b2676b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000043_8b2676b6.szcp new file mode 100644 index 00000000..acf709a7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000043_8b2676b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000044_6a7eb608.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000044_6a7eb608.szcp new file mode 100644 index 00000000..50413611 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000044_6a7eb608.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000045_231dad32.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000045_231dad32.szcp new file mode 100644 index 00000000..47bbea62 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000045_231dad32.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000046_415e01da.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000046_415e01da.szcp new file mode 100644 index 00000000..29ac37af Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000046_415e01da.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000047_7e3f71e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000047_7e3f71e9.szcp new file mode 100644 index 00000000..6e9c11ca Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000047_7e3f71e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000048_d6624c89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000048_d6624c89.szcp new file mode 100644 index 00000000..fde689f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000048_d6624c89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000049_c97c303b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000049_c97c303b.szcp new file mode 100644 index 00000000..8481d848 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000049_c97c303b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000050_053e179b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000050_053e179b.szcp new file mode 100644 index 00000000..4e098278 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000050_053e179b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000051_7f3a8de9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000051_7f3a8de9.szcp new file mode 100644 index 00000000..63255333 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000051_7f3a8de9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000052_98debad1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000052_98debad1.szcp new file mode 100644 index 00000000..501c052d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000052_98debad1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000053_f66ec252.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000053_f66ec252.szcp new file mode 100644 index 00000000..ee3a36f0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000053_f66ec252.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000054_147cd7fb.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000054_147cd7fb.szcp new file mode 100644 index 00000000..ea658afb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000054_147cd7fb.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000055_b6adfe71.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000055_b6adfe71.szcp new file mode 100644 index 00000000..32223ddc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000055_b6adfe71.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000056_199dae03.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000056_199dae03.szcp new file mode 100644 index 00000000..ca649ee1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000056_199dae03.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000057_a3b776b7.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000057_a3b776b7.szcp new file mode 100644 index 00000000..5069c1c6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000057_a3b776b7.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000058_d57365c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000058_d57365c2.szcp new file mode 100644 index 00000000..e227ae24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000058_d57365c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000059_935bcb89.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000059_935bcb89.szcp new file mode 100644 index 00000000..2d8344f1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000059_935bcb89.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000060_c644f0b6.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000060_c644f0b6.szcp new file mode 100644 index 00000000..f8537f17 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000060_c644f0b6.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000061_e31178a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000061_e31178a4.szcp new file mode 100644 index 00000000..1a1338ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000061_e31178a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000062_99612d7a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000062_99612d7a.szcp new file mode 100644 index 00000000..82515f1b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000062_99612d7a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000063_b893dfa4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000063_b893dfa4.szcp new file mode 100644 index 00000000..5ad4721a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000063_b893dfa4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000064_1e0d3f4f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000064_1e0d3f4f.szcp new file mode 100644 index 00000000..b1c07107 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000064_1e0d3f4f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000065_88fc0946.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000065_88fc0946.szcp new file mode 100644 index 00000000..467c89c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000065_88fc0946.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000066_91bb0dcf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000066_91bb0dcf.szcp new file mode 100644 index 00000000..d083d7eb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000066_91bb0dcf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000067_1550f618.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000067_1550f618.szcp new file mode 100644 index 00000000..5a571105 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000067_1550f618.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000068_76d73792.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000068_76d73792.szcp new file mode 100644 index 00000000..123915ad Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_057/checkpoints/checkpoint_00000000000000000068_76d73792.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000001_6b2499fa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000001_6b2499fa.szar new file mode 100644 index 00000000..2a6dd430 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000001_6b2499fa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000002_96a66333.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000002_96a66333.szar new file mode 100644 index 00000000..b03757f7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000002_96a66333.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000003_6a37ef7b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000003_6a37ef7b.szar new file mode 100644 index 00000000..52f34354 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000003_6a37ef7b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000004_3b1f728f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000004_3b1f728f.szar new file mode 100644 index 00000000..4c33594c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000004_3b1f728f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000005_12a46c96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000005_12a46c96.szar new file mode 100644 index 00000000..212ba3c9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000005_12a46c96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000006_088b8dc9.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000006_088b8dc9.szar new file mode 100644 index 00000000..0eb0baeb Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000006_088b8dc9.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000007_b7d9c199.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000007_b7d9c199.szar new file mode 100644 index 00000000..48896e41 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000007_b7d9c199.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000008_34612bfc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000008_34612bfc.szar new file mode 100644 index 00000000..d7a2eb72 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000008_34612bfc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000009_18c322d2.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000009_18c322d2.szar new file mode 100644 index 00000000..3fe191a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000009_18c322d2.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000010_8eeb292c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000010_8eeb292c.szar new file mode 100644 index 00000000..b463533e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000010_8eeb292c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000011_fa22679c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000011_fa22679c.szar new file mode 100644 index 00000000..8d788131 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000011_fa22679c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000012_91d3a1c7.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000012_91d3a1c7.szar new file mode 100644 index 00000000..12055d66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000012_91d3a1c7.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000013_aae41d1f.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000013_aae41d1f.szar new file mode 100644 index 00000000..bf916f92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000013_aae41d1f.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000014_8bcfe404.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000014_8bcfe404.szar new file mode 100644 index 00000000..98976a79 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000014_8bcfe404.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000015_58b558f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000015_58b558f3.szar new file mode 100644 index 00000000..6f0da442 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000015_58b558f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000016_dacc7f81.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000016_dacc7f81.szar new file mode 100644 index 00000000..b4db3ff5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000016_dacc7f81.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000017_372d6fec.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000017_372d6fec.szar new file mode 100644 index 00000000..c85e85ea Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000017_372d6fec.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000018_90d83b5c.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000018_90d83b5c.szar new file mode 100644 index 00000000..1aa4f528 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000018_90d83b5c.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000019_7c89725d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000019_7c89725d.szar new file mode 100644 index 00000000..49cfbf8e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000019_7c89725d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000020_48d968c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000020_48d968c5.szar new file mode 100644 index 00000000..641d6419 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000020_48d968c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000021_79eab062.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000021_79eab062.szar new file mode 100644 index 00000000..bdd414c5 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000021_79eab062.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000022_02b04b35.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000022_02b04b35.szar new file mode 100644 index 00000000..7df86441 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000022_02b04b35.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000023_fda5a0b5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000023_fda5a0b5.szar new file mode 100644 index 00000000..68061312 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000023_fda5a0b5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000024_a5c4729a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000024_a5c4729a.szar new file mode 100644 index 00000000..db66d680 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000024_a5c4729a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000025_9c8c4517.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000025_9c8c4517.szar new file mode 100644 index 00000000..9f384d63 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000025_9c8c4517.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000026_d9109e77.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000026_d9109e77.szar new file mode 100644 index 00000000..4667cc9c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000026_d9109e77.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000027_3e645912.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000027_3e645912.szar new file mode 100644 index 00000000..42cdf773 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000027_3e645912.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000028_5ad49cbd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000028_5ad49cbd.szar new file mode 100644 index 00000000..89b125f9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000028_5ad49cbd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000029_fb31ab92.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000029_fb31ab92.szar new file mode 100644 index 00000000..274cc301 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000029_fb31ab92.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000030_a2d1d4b3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000030_a2d1d4b3.szar new file mode 100644 index 00000000..649f8412 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000030_a2d1d4b3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000031_8ffb89c3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000031_8ffb89c3.szar new file mode 100644 index 00000000..9e500301 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000031_8ffb89c3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000032_85735e01.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000032_85735e01.szar new file mode 100644 index 00000000..4f5a24f3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000032_85735e01.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000033_4e1246f6.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000033_4e1246f6.szar new file mode 100644 index 00000000..05aae6be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000033_4e1246f6.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000034_f3abfee0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000034_f3abfee0.szar new file mode 100644 index 00000000..5fec0fcc Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000034_f3abfee0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000035_10429595.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000035_10429595.szar new file mode 100644 index 00000000..e15bfc66 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000035_10429595.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000036_64f3f270.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000036_64f3f270.szar new file mode 100644 index 00000000..802df58e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000036_64f3f270.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000037_862c96f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000037_862c96f3.szar new file mode 100644 index 00000000..8eacb356 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000037_862c96f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000038_a05618f3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000038_a05618f3.szar new file mode 100644 index 00000000..e53b5502 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000038_a05618f3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000039_597a8427.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000039_597a8427.szar new file mode 100644 index 00000000..ed782054 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000039_597a8427.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000040_955193aa.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000040_955193aa.szar new file mode 100644 index 00000000..74290745 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000040_955193aa.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000041_5722c37a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000041_5722c37a.szar new file mode 100644 index 00000000..cf708303 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000041_5722c37a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000042_8187e8cc.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000042_8187e8cc.szar new file mode 100644 index 00000000..cd006ca9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000042_8187e8cc.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000043_dd390747.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000043_dd390747.szar new file mode 100644 index 00000000..68a54250 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000043_dd390747.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000044_e94aacb8.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000044_e94aacb8.szar new file mode 100644 index 00000000..3b960f0e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000044_e94aacb8.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000045_73082ba0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000045_73082ba0.szar new file mode 100644 index 00000000..f083c975 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000045_73082ba0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000046_66388452.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000046_66388452.szar new file mode 100644 index 00000000..530ea8a3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000046_66388452.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000047_ed649fa0.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000047_ed649fa0.szar new file mode 100644 index 00000000..b5476c48 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000047_ed649fa0.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000048_2a589315.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000048_2a589315.szar new file mode 100644 index 00000000..1a076a31 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000048_2a589315.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000049_8b454385.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000049_8b454385.szar new file mode 100644 index 00000000..0b6f7333 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000049_8b454385.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000050_139af12a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000050_139af12a.szar new file mode 100644 index 00000000..37971471 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000050_139af12a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000051_e8f3ab15.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000051_e8f3ab15.szar new file mode 100644 index 00000000..7848680f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000051_e8f3ab15.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000052_1008afcf.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000052_1008afcf.szar new file mode 100644 index 00000000..bdae7da1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000052_1008afcf.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000053_3564fb80.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000053_3564fb80.szar new file mode 100644 index 00000000..83f4313f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000053_3564fb80.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000054_4890a689.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000054_4890a689.szar new file mode 100644 index 00000000..f981c4a8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000054_4890a689.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000055_0f11ceeb.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000055_0f11ceeb.szar new file mode 100644 index 00000000..7c048237 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000055_0f11ceeb.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000056_5bc97ecd.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000056_5bc97ecd.szar new file mode 100644 index 00000000..882800cd Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000056_5bc97ecd.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000057_7a5c10c5.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000057_7a5c10c5.szar new file mode 100644 index 00000000..19e57cf4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000057_7a5c10c5.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000058_75ac1b09.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000058_75ac1b09.szar new file mode 100644 index 00000000..572da633 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000058_75ac1b09.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000059_562aab96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000059_562aab96.szar new file mode 100644 index 00000000..6f3ed61d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000059_562aab96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000060_6d9c535d.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000060_6d9c535d.szar new file mode 100644 index 00000000..3af30a47 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000060_6d9c535d.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000061_819f00ce.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000061_819f00ce.szar new file mode 100644 index 00000000..619a18e6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000061_819f00ce.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000062_54890276.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000062_54890276.szar new file mode 100644 index 00000000..3d7d2b03 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000062_54890276.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000063_66ba2a96.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000063_66ba2a96.szar new file mode 100644 index 00000000..6ec0beaf Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000063_66ba2a96.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000064_0f84e16e.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000064_0f84e16e.szar new file mode 100644 index 00000000..ab7fddec Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000064_0f84e16e.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000065_c7bfef7a.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000065_c7bfef7a.szar new file mode 100644 index 00000000..287f0c89 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000065_c7bfef7a.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000066_d12684e3.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000066_d12684e3.szar new file mode 100644 index 00000000..60748e24 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000066_d12684e3.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000067_ae67b599.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000067_ae67b599.szar new file mode 100644 index 00000000..7cb3d8ef Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000067_ae67b599.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000068_25d05075.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000068_25d05075.szar new file mode 100644 index 00000000..a7a79c36 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000068_25d05075.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000069_7999fb1b.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000069_7999fb1b.szar new file mode 100644 index 00000000..8297e23a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000069_7999fb1b.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000070_e5223d51.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000070_e5223d51.szar new file mode 100644 index 00000000..6d2625be Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000070_e5223d51.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000071_8a228b13.szar b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000071_8a228b13.szar new file mode 100644 index 00000000..0d784295 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/archive/delta_00000000000000000071_8a228b13.szar differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000001_8e61b6dd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000001_8e61b6dd.szcp new file mode 100644 index 00000000..b3e5e837 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000001_8e61b6dd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000002_2252fcdc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000002_2252fcdc.szcp new file mode 100644 index 00000000..f02160de Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000002_2252fcdc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000003_e6d3918b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000003_e6d3918b.szcp new file mode 100644 index 00000000..25cd35b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000003_e6d3918b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000004_b559a0c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000004_b559a0c2.szcp new file mode 100644 index 00000000..43cd8c28 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000004_b559a0c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000005_4eb0b99e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000005_4eb0b99e.szcp new file mode 100644 index 00000000..bb71cf12 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000005_4eb0b99e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000006_fbbad1c8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000006_fbbad1c8.szcp new file mode 100644 index 00000000..85a97329 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000006_fbbad1c8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000007_2c83d67d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000007_2c83d67d.szcp new file mode 100644 index 00000000..146debba Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000007_2c83d67d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000008_abcea8d9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000008_abcea8d9.szcp new file mode 100644 index 00000000..2de0571b Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000008_abcea8d9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000009_ef02c376.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000009_ef02c376.szcp new file mode 100644 index 00000000..d18d07c3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000009_ef02c376.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000010_82c87246.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000010_82c87246.szcp new file mode 100644 index 00000000..0ad36735 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000010_82c87246.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000011_2ca9cef8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000011_2ca9cef8.szcp new file mode 100644 index 00000000..8f671029 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000011_2ca9cef8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000012_1ee3dba5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000012_1ee3dba5.szcp new file mode 100644 index 00000000..2449a983 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000012_1ee3dba5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000013_3ec128aa.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000013_3ec128aa.szcp new file mode 100644 index 00000000..8f95836c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000013_3ec128aa.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000014_41e419bf.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000014_41e419bf.szcp new file mode 100644 index 00000000..b21a2cc6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000014_41e419bf.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000015_80e080a4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000015_80e080a4.szcp new file mode 100644 index 00000000..c66c9560 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000015_80e080a4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000016_6d0b36e9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000016_6d0b36e9.szcp new file mode 100644 index 00000000..e42ff903 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000016_6d0b36e9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000017_0881c289.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000017_0881c289.szcp new file mode 100644 index 00000000..8d30cda7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000017_0881c289.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000018_1f284f97.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000018_1f284f97.szcp new file mode 100644 index 00000000..6fb71ee9 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000018_1f284f97.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000019_0248732b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000019_0248732b.szcp new file mode 100644 index 00000000..721cd232 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000019_0248732b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000020_e62787b5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000020_e62787b5.szcp new file mode 100644 index 00000000..9dcb23e1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000020_e62787b5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000021_f8591cc1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000021_f8591cc1.szcp new file mode 100644 index 00000000..1f392e88 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000021_f8591cc1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000022_fd9d2768.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000022_fd9d2768.szcp new file mode 100644 index 00000000..b67ed241 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000022_fd9d2768.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000023_f71018c2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000023_f71018c2.szcp new file mode 100644 index 00000000..65e6ad0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000023_f71018c2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000024_4633bed0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000024_4633bed0.szcp new file mode 100644 index 00000000..c7c75a11 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000024_4633bed0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000025_42bd63c4.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000025_42bd63c4.szcp new file mode 100644 index 00000000..48fc2215 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000025_42bd63c4.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000026_b43dccc2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000026_b43dccc2.szcp new file mode 100644 index 00000000..a38a3a0d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000026_b43dccc2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000027_13e06e07.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000027_13e06e07.szcp new file mode 100644 index 00000000..d9e5b396 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000027_13e06e07.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000028_0d6c3326.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000028_0d6c3326.szcp new file mode 100644 index 00000000..924fa969 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000028_0d6c3326.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000029_b9b92c80.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000029_b9b92c80.szcp new file mode 100644 index 00000000..c34889c4 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000029_b9b92c80.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000030_c5c949c9.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000030_c5c949c9.szcp new file mode 100644 index 00000000..fb7c9ca3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000030_c5c949c9.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000031_24a6f242.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000031_24a6f242.szcp new file mode 100644 index 00000000..02167ef1 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000031_24a6f242.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000032_34f83375.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000032_34f83375.szcp new file mode 100644 index 00000000..4920f095 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000032_34f83375.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000033_b8567732.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000033_b8567732.szcp new file mode 100644 index 00000000..f8c8b843 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000033_b8567732.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000034_02243515.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000034_02243515.szcp new file mode 100644 index 00000000..0c8d266c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000034_02243515.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000035_dcc31da5.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000035_dcc31da5.szcp new file mode 100644 index 00000000..84e584e0 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000035_dcc31da5.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000036_9b6011b3.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000036_9b6011b3.szcp new file mode 100644 index 00000000..d2ca0101 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000036_9b6011b3.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000037_cffe22ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000037_cffe22ca.szcp new file mode 100644 index 00000000..61da6d9a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000037_cffe22ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000038_5bb789ba.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000038_5bb789ba.szcp new file mode 100644 index 00000000..caaec563 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000038_5bb789ba.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000039_a6535c68.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000039_a6535c68.szcp new file mode 100644 index 00000000..118b41d2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000039_a6535c68.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000040_b0676262.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000040_b0676262.szcp new file mode 100644 index 00000000..c234f93a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000040_b0676262.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000041_7b67fd2c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000041_7b67fd2c.szcp new file mode 100644 index 00000000..eb9a3713 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000041_7b67fd2c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000042_58c93c14.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000042_58c93c14.szcp new file mode 100644 index 00000000..d7e469c8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000042_58c93c14.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000043_4f96db43.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000043_4f96db43.szcp new file mode 100644 index 00000000..2fbe266c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000043_4f96db43.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000044_f02cd04a.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000044_f02cd04a.szcp new file mode 100644 index 00000000..4222ec92 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000044_f02cd04a.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000045_b9b181b0.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000045_b9b181b0.szcp new file mode 100644 index 00000000..91bf9a05 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000045_b9b181b0.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000046_436e0898.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000046_436e0898.szcp new file mode 100644 index 00000000..938f0897 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000046_436e0898.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000047_cc594d87.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000047_cc594d87.szcp new file mode 100644 index 00000000..b6213732 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000047_cc594d87.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000048_42a87d30.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000048_42a87d30.szcp new file mode 100644 index 00000000..fd1edfb8 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000048_42a87d30.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000049_75ae813d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000049_75ae813d.szcp new file mode 100644 index 00000000..53043e1a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000049_75ae813d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000050_43c74471.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000050_43c74471.szcp new file mode 100644 index 00000000..ed68155f Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000050_43c74471.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000051_3674e91f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000051_3674e91f.szcp new file mode 100644 index 00000000..96092a58 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000051_3674e91f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000052_fe0d4640.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000052_fe0d4640.szcp new file mode 100644 index 00000000..3f538f04 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000052_fe0d4640.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000053_6fcfec6c.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000053_6fcfec6c.szcp new file mode 100644 index 00000000..d9061709 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000053_6fcfec6c.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000054_93750fbd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000054_93750fbd.szcp new file mode 100644 index 00000000..c0a165ed Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000054_93750fbd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000055_540b5664.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000055_540b5664.szcp new file mode 100644 index 00000000..e94926b6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000055_540b5664.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000056_119041d2.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000056_119041d2.szcp new file mode 100644 index 00000000..91bdec61 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000056_119041d2.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000057_30ee58ef.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000057_30ee58ef.szcp new file mode 100644 index 00000000..2f3d4757 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000057_30ee58ef.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000058_8f25ae2d.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000058_8f25ae2d.szcp new file mode 100644 index 00000000..057aa42d Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000058_8f25ae2d.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000059_6baac0ca.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000059_6baac0ca.szcp new file mode 100644 index 00000000..cf321595 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000059_6baac0ca.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000060_c02adb7e.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000060_c02adb7e.szcp new file mode 100644 index 00000000..e6e2ae97 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000060_c02adb7e.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000061_fa7ef192.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000061_fa7ef192.szcp new file mode 100644 index 00000000..8c139c8a Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000061_fa7ef192.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000062_84f0da6f.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000062_84f0da6f.szcp new file mode 100644 index 00000000..c9d6a73e Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000062_84f0da6f.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000063_59c65dfd.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000063_59c65dfd.szcp new file mode 100644 index 00000000..5b978657 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000063_59c65dfd.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000064_4c37b8bc.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000064_4c37b8bc.szcp new file mode 100644 index 00000000..337936b2 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000064_4c37b8bc.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000065_e8b409f8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000065_e8b409f8.szcp new file mode 100644 index 00000000..d517b1f6 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000065_e8b409f8.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000066_f9d710f1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000066_f9d710f1.szcp new file mode 100644 index 00000000..83e5b141 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000066_f9d710f1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000067_f1d6254b.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000067_f1d6254b.szcp new file mode 100644 index 00000000..aae0347c Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000067_f1d6254b.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000068_75f22fb1.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000068_75f22fb1.szcp new file mode 100644 index 00000000..92883166 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000068_75f22fb1.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000069_6ee53c30.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000069_6ee53c30.szcp new file mode 100644 index 00000000..5732cae7 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000069_6ee53c30.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000070_21e840df.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000070_21e840df.szcp new file mode 100644 index 00000000..4ac2f446 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000070_21e840df.szcp differ diff --git a/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000071_2d9a23b8.szcp b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000071_2d9a23b8.szcp new file mode 100644 index 00000000..0a27c6e3 Binary files /dev/null and b/results/search/runs/f71d6ac6-347c-41b0-832f-aed1eb0036e7/topology_058/checkpoints/checkpoint_00000000000000000071_2d9a23b8.szcp differ diff --git a/results/search/topology_0/resume.obj b/results/search/topology_0/resume.obj index 3cbdb7b4..edaac498 100644 --- a/results/search/topology_0/resume.obj +++ b/results/search/topology_0/resume.obj @@ -1,47 +1,47 @@ -v 1.1043457976660735 -0.37430019463790026 -0.6644412300515572 -v 1.5507493638572105 -0.60513952840904861 -1.369176188523948 -v -1.0901065676486077 -1.4601806525572398 0.040103610019855851 -v -2.1244011041817727 -8.4601236262260873 -7.6912919390726033 -v 0.1045255427008787 -1.1445571236798118 -0.6858530001563744 -v 1.5380571606435423 1.1045174703113974 0.76746555413204209 -v 1.8402650262967226 0.4404258112417086 -0.34074358211593853 -v -0.87673047046947383 -0.66469788590252299 0.8290026794318478 -v 1.4825336320600542 -1.8648105365219472 -2.8708430266846294 -v 1.1483166165579837 -1.6395256657546917 -2.2780213174728581 -v 1.9272218765953131 -1.6400632344374724 -3.007769393196011 -v -1.0887283751014045 1.5882446832900181 -0.24183875107526448 -v -0.49673774849134839 -0.33415094332056516 4.7534481336458345 -v 1.7171593672710199 -0.71839015688698038 -1.5320995420253365 -v 1.5716921913315436 -0.75637833019090372 -0.88709866545150717 -v 0.89613206230406983 -0.76719595199804524 1.5007625438520136 -v 2.0919275897290763 -1.0239764955118564 -1.7136023380954959 -v -0.45289815653564297 0.84271637817459411 0.28331670055412189 -v 0.26055540578298836 0.520303179423385 -1.0136839937034918 -v 0.67656946924388595 -0.6560980084564173 1.8563363525477163 -v -0.95372965048374569 -1.4232014219749793 1.144725836596193 -v -0.8376661123672472 -7.467646024910632 2.6690838384305025 -v -0.19906283706005018 4.1239283088696608 6.7436135828329657 -v -0.89658566665124073 -1.7053758279077054 1.6362035403659745 -v -1.3790774206528762 -1.2999716675144979 -2.3234357923486275 -v -1.3008358357355199 -1.1713304664210105 -1.7000268432765231 -v -1.1607572307877441 8.8020123837952209 -1.5208215188596672 -v 1.3758001238050368 -0.80732639001836914 0.24243143280462487 -v 1.5396084247084287 -0.76428928789786543 -0.15927633518883755 -v 0.23010153273223144 -1.1096835077108667 1.3620605337804712 -v 0.83095194446497445 -0.95317857664940708 -1.8089881432715962 -v 0.40372237484806239 -1.0655918829532591 -0.97160350030625298 -v -0.19278308987733297 -1.2236836555658814 -1.2279635018182238 -v 1.8212920297455351 1.9728929171903995 0.4649116413688717 -v 3.7034163711092787 -3.0460524137190741 -6.8729259009078394 -v 1.6251492898993496 -0.90292995054170611 -0.44860005723267471 -v -0.0095912549858900419 4.7903390234216356 -1.3470085188287144 -v 0.76326556328896933 -0.77660921798671978 1.3741938872787576 -v 5.8734782250460231 2.6054490682334306 1.4057371766704081 -v 0.15735376121623112 4.1582831943857377 -1.0141381119062947 -v 2.1352649969567166 -2.1893759437900928 -4.051573944352115 -v 6.5106703284711003 2.8773064049168582 1.680816460729615 -v 1.7965494298563098 -1.3539628905502614 -1.991541933878112 -v 1.9278775321126151 -1.7617545874679532 -2.2769162912871135 +v 1.1233130290210682 0.17374830409253056 -0.96455662013513788 +v 1.0353762775461499 0.17567824069564258 -0.79628192418506394 +v -0.64904946714824607 -1.3313831072500779 0.35202354322104379 +v 270.21217233131847 -2532.0228916208112 -3910.923469408523 +v 0.12647302923176132 -0.8313450579456203 -0.43714211601983144 +v 1.6471390380904565 1.8919216937199599 0.35752612288344493 +v 1.821267132917513 1.462583070692502 -0.54752744636127293 +v -0.65593076030832598 -0.51835955949046597 1.4575952186093173 +v 1.1493738641984095 -1.1808016332605835 -2.8340112284975492 +v 1.0099006997781448 -1.161701421894439 -2.5455622933559585 +v 1.4604890949704594 -1.0097005051518544 -3.1902420090815529 +v -2.1605477715198171 3.0204016093054062 0.13818353671633843 +v -0.007432784510320996 -1.4656768001699085 4.3070051769667401 +v 1.4573471116061816 -0.31658696935321501 -0.70180498168717598 +v 1.4012117898029808 -0.44480447654520866 -0.35265298653913901 +v 0.95317179965497723 -1.0902683460820526 1.7284029164917882 +v 1.6481725288404676 -0.47696982366454993 -0.77529020196397846 +v -1.5021306851834306 2.1713625135457564 0.43674386533204268 +v -0.79616983309499978 2.3060009687777563 -1.1945287064075454 +v 0.88434766741504978 -1.0641309871797522 1.8141160492868975 +v -0.28769469280294396 -1.704612720337896 1.9081236925020755 +v 0.67994439814482766 -4.9612511705410114 0.98323155031030618 +v -1.3487457548902433 7.1914111669766552 14.934531112542157 +v -0.36553993947966129 -1.8885503987376693 0.97659411320329526 +v -1.6232589176971677 -0.26053660264825806 -3.6974327375531981 +v -1.3061599892974354 -0.34104229400329461 -1.7746935876607037 +v -5.6327547399354039 12.750555281834748 -0.95477928903813603 +v 1.1545106934594731 -0.9468397822903537 0.98677878662746021 +v 1.4647072855554168 -0.51752877972632938 -0.05655724828942077 +v 0.08450080973681233 -1.5585322898938845 1.8273736245246834 +v 0.37720189588014758 -0.32243364681783798 -1.7942519857919121 +v 0.23317787326765599 -0.51173944263262627 -1.3416391783211057 +v -0.42051062289116969 -0.65469585823539855 -1.5603372334031422 +v 1.3786650818967288 0.67620293126027842 0.85833321821527431 +v 2.7209723377116903 -1.8524510898228632 -5.7463752656705909 +v 1.6599695981140126 -0.75108630070389604 -0.95335114417804456 +v -2.1444591303878693 6.1351745557360235 -1.1042702628669745 +v 0.89449863818210573 -1.0717262409490271 1.5843216051185154 +v 25.423101520225636 -11.794484071781632 4.3736836807371509 +v -1.9496087619850746 5.7872348410536603 -0.97738165744628458 +v 1.6386840055163094 -1.4295953812811006 -3.7113871046628084 +v 1.8180438623756583 -0.64936973067095716 -0.88962005325403226 +v 1.5254414290607941 -0.87027084742889227 -1.5476294879357904 +v 1.7735543349534519 -1.4529380212920087 -2.2608428519335764 f 1 2 11 9 10 4 3 5 8 6 7 f 1 2 15 14 17 16 20 13 12 18 19 f 3 4 25 26 27 23 22 24 13 12 21 diff --git a/results/search/topology_0/resume.planes b/results/search/topology_0/resume.planes index 9216e5b4..7bbce8fb 100644 --- a/results/search/topology_0/resume.planes +++ b/results/search/topology_0/resume.planes @@ -1,37 +1,37 @@ 36 -0.22833403944969177 --0.30316656827926636 -0.24393837153911591 -0.23583903908729553 -0.24893134832382202 -0.067849963903427124 --1.0615366697311401 -0.012562260031700134 -0.13063701987266541 -0.28982219099998474 --1.0949631929397583 -0.00087436178000643849 -1.3687218427658081 --0.26173844933509827 -0.53009563684463501 --0.18634209036827087 -0.27580267190933228 -0.61715179681777954 --0.16847230494022369 --0.017552105709910393 --0.088310003280639648 -0.7115025520324707 --1.1540967226028442 -0.41640406847000122 --0.13014152646064758 --0.91138839721679688 -0.20439966022968292 -0.090424723923206329 -0.56973361968994141 --0.77251976728439331 -0.40816950798034668 -0.011459453031420708 --0.95680677890777588 -1.2076499462127686 -0.34901094436645508 -0.057028986513614655 +0.27223876118659973 +-0.19418163597583771 +0.14449320733547211 +0.36597427725791931 +0.34964963793754578 +0.18724019825458527 +-1.0144158601760864 +-0.34482410550117493 +0.15285998582839966 +0.27183669805526733 +-0.83869951963424683 +-0.26428696513175964 +1.4053879976272583 +-0.16644756495952606 +0.34934937953948975 +0.063059553503990173 +0.41529691219329834 +1.0419462919235229 +-0.42128998041152954 +-0.14376309514045715 +-0.19418598711490631 +0.76833295822143555 +-1.2410058975219727 +0.074958644807338715 +-0.24714602530002594 +-0.68973606824874878 +0.011879958212375641 +0.34755581617355347 +0.57238167524337769 +-0.34670540690422058 +0.35640105605125427 +0.19237910211086273 +-1.191035270690918 +0.92884266376495361 +0.49155232310295105 +-0.078452751040458679 diff --git a/results/search/topology_1/resume.obj b/results/search/topology_1/resume.obj index 8f8013d6..b9ab6f89 100644 --- a/results/search/topology_1/resume.obj +++ b/results/search/topology_1/resume.obj @@ -1,47 +1,47 @@ -v 9.9983393551906481 -10.141369765917458 15.683454204777279 -v -0.97418866868767051 -1.5427975567487264 0.62298786828708197 -v 1.7326818151494006 -1.0020230549188769 0.71471390624824038 -v 2.7529062260629491 -0.89333978694938598 0.8787879158604075 -v 0.64983795158944235 -0.042394795848889687 -0.92273820604026435 -v 8.7648143481518996 -4.5345621815273178 7.6739983760683401 -v -0.79984437955862353 0.069508911592747913 -1.5184259834607983 -v 0.1363228515728904 -0.60213632813353046 -0.31784600822040532 -v -0.3789988685402283 -0.63666536136654184 -0.42844593204066117 -v -8.6594193775464934 1.5630969222818156 -5.9552700937773597 -v -4.4014250254737863 1.3506709135919657 -4.3638740997881591 -v -0.28749040788771563 -3.0208846626994701 -0.90933271141003336 -v -1.7626564415490009 -0.43577291289367964 0.82865816202775056 -v 268.29942242586537 -195.15650128883806 416.03421228095942 -v -6.1040520458610619 0.033406769591898894 -12.852416255614292 -v -3.9566186660008857 0.057052772955695559 -5.4118926791842608 -v -2.4792410238128442 0.87613118905404996 1.8207438516728378 -v -2.0476242071711734 0.78049048921948239 3.0518994854497867 -v -1.5152518720286066 -0.59091517196942889 1.2702235855522033 -v -1.3048814484147548 -0.91787222580878747 1.1321670786710545 -v 2.0803996880730344 0.36154647065989903 1.7261224586640735 -v -1.7428245695386109 0.83414035193905611 1.7450349997558121 -v -1.6034071548235238 0.52413365347977414 1.5334630081848228 -v -2.1264934929367341 0.87319590482335074 1.7409038652500999 -v 0.18101356490459217 -0.70078902978613267 0.80121141381853622 -v -1.3895760570780404 -0.15397673661896044 1.0630060511269239 -v -2.2939747108761348 0.87795356151447512 1.7302473436345038 -v 0.16595517763399134 0.0016972605616128746 -1.7662103389952288 -v 0.78041209156965818 -0.77386867049136276 -0.9041506974039244 -v 8.1072355891444765 -6.3369543560025052 10.445458718075731 -v -114.51042854608497 17.517907332953985 -199.60969326951692 -v 0.28605414229835363 -0.067623667516609975 -1.5738191540667148 -v 0.17100570839477011 1.039493487054274 -1.4558164032390342 -v 0.79999837549641983 3.5140531381624576 -2.6678019281224703 -v 0.84606998349100959 -1.0720787770382902 -0.72260131581646436 -v -1.8915527250120332 0.88325526621662098 -3.9403648364626735 -v 0.46437783443049596 1.0664197250604177 -1.9461741100341108 -v 0.99281194798393524 1.0202429378063931 -1.4626369851712189 -v -0.56496235143384521 -0.2274622979967936 3.0853490517164364 -v -2.9695405311410616 0.50760711652176815 2.4538097782809114 -v -5.6462899245736615 -1.1256179162484792 5.3534495538325864 -v -20.573116458052315 1.0992037501880065 4.8692954584844683 -v -1.0959368550121513 0.20408035699053123 0.70962125756779648 -v -0.81722529113988385 -0.42055943466821399 0.28699008522927971 +v 47.74855428515621 -41.348180035614867 65.262458771266395 +v -0.7342707503565602 -2.0236021156845911 0.059848897180506011 +v 1.5764210693756802 -1.2839937617151951 0.4967788954186142 +v 1.7858244100870275 -1.2265034235254131 0.54611801302759755 +v 0.5932740249620615 -0.44382036567663613 -0.86908471249340347 +v 25.35076869202684 -17.990459205714412 29.836952970852519 +v -1.6321301749166413 0.92820817968933378 -3.4195266932290407 +v 0.41164045812954342 -0.78080585301244032 -0.61852135799947294 +v -0.094482253263635768 -0.79583354297281805 -0.86439122173611171 +v -9.9384689621081943 1.7216090705112441 -8.5173064662676783 +v -2.4110757237417357 1.2047757836040598 -4.1041409372726143 +v -0.22156797697894534 -2.9148567201559006 -0.7038483431500594 +v -1.695349265054034 -0.57017820097448813 0.82729233813425085 +v 72.484763867873809 -61.180708694625714 99.235602233789294 +v -4.927285394131304 -0.050690552760724754 -9.9444777156322051 +v -3.7270748169773742 -0.0086102671598578869 -5.2259340007275661 +v -2.3662752138696832 0.66005230009427907 2.0220915515026849 +v -2.2430547702550565 0.62553349970888039 2.3878003013215903 +v -1.4832941279337952 -0.71248272071569929 1.2032462630974587 +v -1.4135226234299241 -0.81451740171241349 1.1581688136174515 +v 2.0032308399746026 0.64539684051287349 1.8354931515086086 +v -1.7596148531939158 0.80622167122300015 1.764596662521809 +v -1.5478273603005042 0.27992000387401661 1.4151886055207836 +v -2.20566027989172 0.68924933323306781 1.6632490580754151 +v -0.05277225023024322 -0.65135721706168281 0.8507420935209965 +v -1.5373992394765035 -0.1396141636574014 1.1290530626115487 +v -2.2753304108130132 0.69062001095851044 1.6608384198301032 +v -0.35946147587450927 0.43108850703407409 -2.172958467297943 +v 0.60792413754940766 -0.51454285598142679 -0.86765174921093224 +v 40.669753849129961 -34.484115252674627 54.875890337746945 +v -97.497621720922524 16.526467632684462 -158.87743642872522 +v 0.22296465845065166 0.10006389595302496 -1.3096169546813905 +v 0.15326532848178784 0.90125509824686079 -1.1653664273253661 +v 0.84994337536671782 3.216078569990747 -2.1262260537874216 +v 0.78848544769556383 -1.049557605570854 -0.48077005527716976 +v -1.7603724399254073 1.0563332713555416 -3.7658890592375238 +v 0.4417871014239847 0.93562352612536703 -1.6063624272404748 +v 0.73927058602807016 0.90424647171685202 -1.3086164437641008 +v -1.413360845862689 -0.0061241337210496656 3.0173880350475288 +v -2.968525107249294 0.44494246557311568 2.3871031476754916 +v -7.4777084829995868 -2.6520583947000311 7.4427540050166208 +v -79.60110890027498 1.7670453501184409 3.995360114714182 +v -1.0153543749341565 0.025470342267255263 0.58651011713084267 +v -0.86519584785980697 -0.43292932339998536 0.33480576599486978 f 1 2 9 10 11 7 8 5 3 4 6 f 1 2 20 19 13 12 16 15 14 18 17 f 3 4 12 13 25 26 27 24 23 22 21 diff --git a/results/search/topology_1/resume.planes b/results/search/topology_1/resume.planes index 0f3ccd92..48c0375e 100644 --- a/results/search/topology_1/resume.planes +++ b/results/search/topology_1/resume.planes @@ -1,37 +1,37 @@ 36 -0.12239401787519455 --0.54476690292358398 --0.40019938349723816 --1.3982362747192383 --1.0714871883392334 -0.40695464611053467 --0.071131974458694458 --0.60930061340332031 -0.84590703248977661 -0.86483937501907349 -0.14196211099624634 --0.48871973156929016 -0.86367684602737427 --0.40819892287254333 --0.98285239934921265 -0.15454389154911041 -1.2170971632003784 -0.82819557189941406 --0.24109099805355072 --0.35498780012130737 --0.010598522610962391 --0.2132561206817627 --0.64297360181808472 -0.063591904938220978 --0.058542743325233459 --0.41756460070610046 --0.11390876770019531 --0.48575875163078308 --0.019389195367693901 --0.29168534278869629 --0.14956028759479523 --0.030644705519080162 --0.15532450377941132 -0.022504741325974464 -0.93771368265151978 -0.064955368638038635 +0.36386469006538391 +-0.72031134366989136 +-0.70498907566070557 +-1.3866578340530396 +-1.1083886623382568 +0.36259549856185913 +-0.042456801980733871 +-0.60379117727279663 +0.8837360143661499 +0.73545563220977783 +0.14341031014919281 +-0.44116520881652832 +0.76377207040786743 +-0.318306565284729 +-0.7966424822807312 +0.040928896516561508 +1.333935022354126 +0.85364949703216553 +-0.265848308801651 +-0.39773368835449219 +-0.048696618527173996 +-0.2192346453666687 +-0.6696007251739502 +0.061736151576042175 +-0.01389919500797987 +-0.31321915984153748 +-0.11071863770484924 +-0.44449356198310852 +0.013500926084816456 +-0.28975787758827209 +-0.19114033877849579 +-0.043589845299720764 +-0.19718225300312042 +0.013178935274481773 +0.79384273290634155 +0.070489384233951569 diff --git a/results/search/topology_10/resume.obj b/results/search/topology_10/resume.obj index d1eaf0dc..628c5543 100644 --- a/results/search/topology_10/resume.obj +++ b/results/search/topology_10/resume.obj @@ -1,47 +1,47 @@ -v 2.4690163089447394 -1.8043450448670943 -0.37876524546203011 -v 5.2590717608498512 -1.889199785059863 -4.604009880121553 -v 0.079871085118140908 -1.5732353847622693 4.6002780095783633 -v -0.78804538755054387 -2.6757158997321064 -3.7814593043589966 -v 0.67332557964590833 -0.42485625114569242 13.720193498015313 -v -3.0986885089941674 -3.4974656656535941 -7.9439730413152088 -v 0.9572144661795533 -1.746742923377457 2.0105332825612461 -v -0.15234887084565224 -2.4853332503750969 -2.9428675611084878 -v -0.53809283137211428 -2.536155543076029 -2.895985764721674 -v 5.5715491961693928 -1.7077404061328125 -3.4370131329432856 -v 2.0998328574362159 -2.086063899751502 -2.3358446344083723 -v -1.0430794535156533 0.53871006541188837 2.1904435430939042 -v -1.5527816828475121 1.6927413232623618 1.5624955799346527 -v -0.086696463282283601 -0.88338470823344972 2.4548255284385156 -v 0.46906219986848474 -0.32021565647310046 0.89998153412380866 -v 2.1750138731789517 -2.6651290735263564 1.1358103949362359 -v 0.40510035931278687 -0.085527592994072782 0.71068445238726274 -v 1.0458312184334742 0.29445819650259347 -0.75079196240482748 -v 0.68021485416990957 0.67683259986898359 -0.65356760488397958 -v 27796.390380969115 -16784.398997492135 -22496.2159910505 -v -1.0876338194333768 -1.6955408432012111 -3.4309517767657169 -v -1.2425294488297862 -1.8120593056579031 -4.7355510024009737 -v -1.0029673048770078 0.18261931233829504 1.6075035138512912 -v -9.4649582371901211 22.784712373677245 -0.60997732063423193 -v -1.6878429952736653 1.8115660819310606 0.95039683794428442 -v -1.1645867045534235 -2.145301233998802 -5.0132354307382387 -v -2.7016251557819104 5.1307506165488448 2.1420970207245578 -v 0.30466531152618304 -0.43641638502401986 -0.80543520457392581 -v 1.1311150271766883 0.30311534827808767 1.0911204851984446 -v 0.94766225542561244 0.13403503338863373 0.8816148765320464 -v 0.78390764051797612 0.024646449327819977 -1.0903707056601046 -v 0.62415120973447469 -0.18609299700082377 1.4559495713416815 -v -7.8614403096406491 4.3526636269530457 10.556998105905574 -v -2.1768739030954301 2.3526024033664275 -2.7066507863017448 -v -0.080014593391570868 0.16630864799269485 -1.7841391257652583 -v 0.037537742238037006 -0.2421488119609414 -0.58472705583429863 -v -0.32511717317786454 0.3876634802358952 -1.754670696628291 -v 1.0134162641657249 -1.3031582915678119 -1.4392029764819114 -v 1.7641296699712001 -1.5055087321649219 -2.0123410898106155 -v 2.331124090560424 -0.39477925656343366 -0.42399768022087087 -v -0.29100889501585514 1.2591576800919546 -1.5162753693972426 -v -0.018845246606196995 3.8241976319103124 -0.21932114174489592 -v 0.037308690801159353 0.99998321613263752 -0.41421388064527365 -v 2.0846576925266147 -0.095276904170488286 -0.31585100276997036 +v 2.5037543011843453 -1.2949379470635138 -0.71539666449446759 +v 9.5831635557216188 -2.2888475276620537 -12.615346441555076 +v -0.08185645750741119 -0.62116509028747158 4.5112723127736807 +v -1.0099450802122858 -4.2789341624921233 -4.6608748199884023 +v 0.45680399556227824 2.4994640845774225 12.661317691543324 +v -2.3472237449558304 -6.3739604593280923 -8.8804666729670423 +v 0.23709229455574196 -0.94391746604988358 3.1876001220021832 +v 0.75705040669373269 -3.2777506596344992 -4.091709770622602 +v -0.12354761420159488 -3.1816493167517894 -2.6894873293354622 +v 6.8833044925478291 -1.5894556328361105 -7.1694953093993341 +v 1.9876616994742147 -2.5129320517160427 -3.5039346243566953 +v -0.82985856790549262 0.16944699687132875 3.1208585269631683 +v -1.6150109603229501 1.4440488982834114 2.3753443538734649 +v -0.086874280310368882 -0.65501555003809464 3.1493230042461939 +v 0.91705030023093181 -0.26009379580433112 0.51131083582408321 +v 0.6061782082503171 -1.2817211623793821 2.9233830919992392 +v 0.79816539055890334 -0.081383128319695658 0.42376555593828935 +v 1.1642327413768261 0.14052434890080953 -0.6763323868061103 +v 0.46091150042700757 0.66207755750817765 -0.24406088163820738 +v 22748.468910396936 -8305.2796944803376 -29170.100094187368 +v -1.5069604289412586 -5.1793470519812743 -7.8736203827077542 +v -1.3989798438057932 -4.7889593066630045 -6.8629497675337863 +v -0.82382619646705468 -0.0033853867261936623 2.8648437025529025 +v -5.6049126101001425 9.8792449522469816 1.7303344340029425 +v -1.747742415673579 1.3909080172634884 1.8180815081525123 +v -1.6376470370775265 -3.0955249781665128 -4.9929455681002652 +v -2.3455778322512879 3.4302037117555715 2.9662414708682627 +v 0.46260088536342714 -1.2750795019304841 -1.405695579795786 +v 1.7060077222239109 0.43036738985239026 -0.14764910147419963 +v 1.5382866530416159 0.23585178598847753 -0.18515720787007028 +v 0.90061465860419188 -0.91509724697009087 -1.8584054056750419 +v 1.0577232393895322 -0.010272547445324519 0.86524645379839915 +v -4.4558560395325859 3.5371064291325105 13.148066090972204 +v -1.8288439908893781 0.73352003577736857 -2.9136308382929283 +v 0.60403311366286805 -1.435148237873602 -2.5947341500090655 +v 0.19252932257751912 -1.0226845159313487 -1.0271668954798647 +v -0.45658819347714225 -0.4614558007575747 -1.7301458302570905 +v 1.1327008560513623 -1.6423113505736968 -2.2906261055694643 +v 1.3931262329525647 -1.5931936666513655 -2.594344998642458 +v 1.7142425791469591 0.21996463069730793 -0.46059639830786758 +v -1.3735913167279981 0.69929134253169023 -2.5235715748915757 +v -0.27030831133450051 2.7011840432232312 0.27541204189380386 +v -0.019707988835682446 0.73417935633600306 -0.40312701542571316 +v 1.4237368602044274 0.4729569250910014 -0.23935724635501621 f 1 2 11 6 5 10 7 3 4 9 8 f 1 2 20 16 14 15 17 12 13 19 18 f 3 4 26 22 21 24 27 25 13 12 23 diff --git a/results/search/topology_10/resume.planes b/results/search/topology_10/resume.planes index e04bf97d..d1625485 100644 --- a/results/search/topology_10/resume.planes +++ b/results/search/topology_10/resume.planes @@ -1,37 +1,37 @@ 36 -0.29896417260169983 --2.0490851402282715 -0.23856635391712189 -0.38927781581878662 -0.30843296647071838 -0.25085759162902832 --1.0240664482116699 --0.36824426054954529 -0.1544770747423172 -0.37139514088630676 --0.39167168736457825 --0.0091142943128943443 --0.17031754553318024 --0.1825365275144577 --0.045469928532838821 -0.088940873742103577 --0.42815765738487244 -0.26766148209571838 -0.80495494604110718 -0.38198226690292358 --0.92438054084777832 -0.40745586156845093 -0.76694625616073608 -0.058978524059057236 -0.1812480092048645 -0.0072128474712371826 --0.052299734205007553 --0.24625779688358307 -0.046486303210258484 --0.33896812796592712 -0.88796436786651611 -0.45794770121574402 -0.75542742013931274 -0.56429451704025269 -0.71854472160339355 --0.70391619205474854 +0.74130016565322876 +-1.6367506980895996 +0.57771247625350952 +0.44622504711151123 +0.41010898351669312 +0.23121093213558197 +-1.2713391780853271 +-0.57401084899902344 +0.3575514554977417 +0.67765891551971436 +-0.61625051498413086 +0.16563521325588226 +-0.40802896022796631 +-0.45585203170776367 +0.012833236716687679 +0.47392714023590088 +-0.47227591276168823 +0.32999446988105774 +0.65565305948257446 +0.63114947080612183 +-0.70985209941864014 +0.14659751951694489 +0.743705153465271 +-0.10583739727735519 +0.32310113310813904 +0.11296921968460083 +-0.20815564692020416 +-0.28033891320228577 +0.048717789351940155 +-0.23249940574169159 +0.8993186354637146 +0.55844002962112427 +0.54229182004928589 +0.10722392052412033 +0.53419280052185059 +-0.47006824612617493 diff --git a/results/search/topology_11/resume.obj b/results/search/topology_11/resume.obj index 391f3b9d..1593d073 100644 --- a/results/search/topology_11/resume.obj +++ b/results/search/topology_11/resume.obj @@ -1,47 +1,47 @@ -v -0.36272906836144442 -1.3330929555706512 -1.1269771098908614 -v -2.00554435965002 -1.1685820881509481 0.1626848882109021 -v -0.47488549929904661 -1.647484096386624 -1.5870706820281553 -v 0.37889251008153946 0.40398835181183512 1.339976269344282 -v -1.3454002491550876 0.015652482415153327 1.7492256173467085 -v -0.08616275704176421 1.5179148979526991 3.5018043517647119 -v 4.4296553374334167 0.53476052026804022 -0.93702277318706384 -v -0.022144356279443229 0.19179636464177902 1.2300041145925213 -v -0.13409242822836209 0.35641819653970258 1.5761335630796245 -v -0.5763864339599204 0.50012245141757539 2.090696447394468 -v 3.8829878904392876 0.4577315943571143 -0.72969126724028077 -v -0.24628295162176239 1.5052203992962518 -0.054003390089931824 -v -2.2394458875429413 -1.4807532730827786 0.20919445789082802 -v -2.9870981215086516 2.0376925180740009 2.2030351986378904 -v 1.0387995657916762 0.72741422396779587 -1.3280381902903429 -v 2.2910460192803881 3.6097651232050931 -1.0822425456753804 -v 1.0141609067875765 1.4369328695215748 -1.0198226371087795 -v -0.21881952000668245 0.99348827846181353 -0.28351309798570301 -v 0.29161603759560906 1.3632588920270572 -0.51226390009696054 -v -2.637319907787528 1.8323423164708701 1.858860712756004 -v 0.11988706602842308 0.47760213957426023 0.96133809877304754 -v -0.16492881419573757 0.9890235321633164 0.10335648742433588 -v -0.21272578677091072 -5.9431905192923313 -1.7037996023277011 -v 0.51056705442334371 -1.3455752359328388 1.8724076757057049 -v 0.11358722367810553 0.12511264743262576 0.85614476933045469 -v 0.12029536754532959 1.076141859196776 1.1045869281721117 -v -0.018960633829350336 0.23325717869999649 0.4260813614271689 -v 0.048635138436068211 1.4460072961312467 0.94587576458017064 -v -5.1669600068752271 -2.5044892735521884 -2.1667083751987182 -v -1.4061166903582698 1.2309848788465445 -1.5974541281427788 -v 0.43513655631215359 1.3414349607025979 0.44409450153812363 -v -0.44915125128117395 0.8126661971271798 -0.048353913828694139 -v -0.4552608766275803 0.52258903097559073 0.24207949006899987 -v 0.66735416922525159 1.28795438589862 0.77072810821908599 -v -0.49826115524371745 0.50250416628436689 2.5678874820732878 -v -0.40686847334038767 -0.33749903115458069 2.0421378417703266 -v 1.2547379573455772 -1.7034204901686305 2.0511139099468738 -v -3.4640596777109276 2.3463500842775784 2.1430590180768645 -v 1.1908605849638465 2.0516824216929015 -1.2647447547329023 -v 0.17525317306601745 1.3791780130339304 -1.4069271066801201 -v 5.9967899554986026 -0.0068552134816437637 -0.77184611052576568 -v -2.7776718847799668 2.1162895935225507 -1.7278973371690003 -v 0.88475772298614219 1.2105019275559306 -0.76333928887682867 -v -0.59268543012642338 0.53301505368966395 1.6756843651181841 +v -0.1449774683526453 -0.71020446073590782 -0.6344680927064843 +v -1.226011626878714 -0.52292716125992489 0.70743528133441924 +v -0.24767503686653655 -0.87542415788515671 -0.97600557028733492 +v 0.44876429163506243 0.39209998706857674 1.7170858196741527 +v -1.1821733313492169 0.56515646097705585 3.4610044912059843 +v 7.8071705941926233 15.029321699126525 33.36196879550419 +v 5.4573130696082153 0.26665870582332069 -2.597910939404243 +v 0.097199981502804941 0.20441468713838859 1.5164053416597152 +v 0.0069756503815940445 0.35515327206688424 1.9746552652322247 +v -0.89396952852633804 0.89290947120501196 4.0711681367721484 +v 3.6143646048737943 0.13975029876233921 -1.4536926611162551 +v -0.3670916849716464 1.9297445847660644 0.49192081204794202 +v -1.410706092670589 -0.98662226257909813 0.77460915282884923 +v -4.7202666200663774 3.8342288089538505 6.2717402019980089 +v 1.3247720303902581 2.1007855788444685 -1.4564420553511972 +v 12.575472942940172 32.017347316230037 -5.002108486788468 +v 1.3881012656060099 2.4195523097439207 -1.4272299745791484 +v -0.30988125602473354 1.2631685822798637 0.2061766219313208 +v 0.019849521596074046 1.5814067623171828 -0.08038090230250039 +v -2.9242859932850633 2.5101579697176994 3.7111351615659798 +v 0.28847794554258721 0.85723826171467177 1.3484796763277658 +v -0.16003228458230168 1.4420132043753753 0.66975646307523518 +v 0.23238520368876164 -2.8464619731586049 -1.0865458745952703 +v 0.91234858759060233 -1.7526874323252337 1.174689960742026 +v 0.26279427725760379 0.099463633151401651 0.81724936522119662 +v 0.22903864284792069 1.9057550000236354 1.8627490998891052 +v 0.10664887769343925 0.23316769750479177 0.53747361267266625 +v 0.10833040963359508 2.4805633628712687 1.9398278961568671 +v -2.6837665353865141 -1.0845678219307318 -0.28692962358172885 +v -1.567961006592923 1.5994706044239448 -0.63502561137468572 +v 0.61093038411367884 1.9749199221018614 1.0795791877762708 +v -0.58753305039020742 0.99908851888237471 0.51505380501543341 +v -0.57726262507971526 0.76977398186126111 0.63684681598671511 +v 1.0156626649475808 2.0309492799598958 1.4048163605292614 +v -0.60441655572472663 1.2384202329488168 4.9657199823015299 +v -0.25922668678173738 -0.66218035365963923 2.1184498854968048 +v 1.644090993504461 -2.1852913441974762 0.98950484600234134 +v -10.528179968643204 8.3055812678708438 9.4297572482480518 +v 1.5607965435416309 3.0619921529225231 -1.5350113986263849 +v -0.27281424625275336 1.2315606726996839 -0.99536061763889783 +v 9.8596499894796992 -2.1638969699389659 -3.8079198719041276 +v -1.7785768517227332 1.7637354312502618 -0.5777386677347891 +v 0.85664886043217137 1.2227225304669722 -0.45078193941005607 +v -0.80938558191733678 0.88579101627402923 2.4574708022497878 f 1 2 4 9 8 10 5 6 11 7 3 f 1 2 13 14 20 16 15 17 18 19 12 f 1 3 23 24 27 25 21 22 26 28 12 diff --git a/results/search/topology_11/resume.planes b/results/search/topology_11/resume.planes index 112b57be..fdfe7078 100644 --- a/results/search/topology_11/resume.planes +++ b/results/search/topology_11/resume.planes @@ -1,37 +1,37 @@ 36 -0.13071608543395996 --0.35694459080696106 -0.21204288303852081 --0.36856663227081299 -0.20236273109912872 --0.4953063428401947 --0.11641410738229752 --0.0080246897414326668 -0.033861551433801651 --0.4483485221862793 -0.39301246404647827 -0.38309884071350098 --0.79541522264480591 --0.95844662189483643 -1.3930643796920776 -0.17040155827999115 -0.049885805696249008 --1.4531304836273193 -0.36670276522636414 --0.048887051641941071 -0.14185312390327454 --0.51210874319076538 -0.75645214319229126 -0.080066435039043427 -0.076223306357860565 -0.31785392761230469 -0.31906750798225403 -0.11065491288900375 -0.17280946671962738 -0.009350544773042202 -0.49181434512138367 -0.60610157251358032 -1.1904171705245972 -0.34121260046958923 -1.3581217527389526 --0.02021360769867897 +0.10400087386369705 +-0.33427605032920837 +0.13043473660945892 +-0.2708684504032135 +0.074766591191291809 +-0.22864547371864319 +-0.049453485757112503 +-0.013237847946584225 +0.021274110302329063 +-0.66132551431655884 +0.37331646680831909 +0.75865590572357178 +-0.57726997137069702 +-1.3251334428787231 +0.81456327438354492 +-0.2758384644985199 +-0.012283441610634327 +-0.97890043258666992 +0.41097906231880188 +-0.091832615435123444 +0.11112501472234726 +-0.78157603740692139 +0.76985430717468262 +-0.044363312423229218 +0.25757375359535217 +0.24639219045639038 +0.4421921968460083 +0.16393387317657471 +0.20751403272151947 +0.007677396759390831 +0.85981631278991699 +-0.016875913366675377 +1.4723546504974365 +0.29289838671684265 +1.2890381813049316 +-0.58655476570129395 diff --git a/results/search/topology_12/resume.obj b/results/search/topology_12/resume.obj index 944f6ae8..7f44b26e 100644 --- a/results/search/topology_12/resume.obj +++ b/results/search/topology_12/resume.obj @@ -1,47 +1,47 @@ -v -0.34290275076455784 1.0757063618407123 0.56009058979693016 -v 0.39160116254425453 0.51606267304780085 -2.3376981622075181 -v -0.85922266274155235 1.1041458962397273 1.0317541966694108 -v -0.46234552167599657 1.1361774859212879 0.90034814201600688 -v -0.40671434952588109 0.87014159537017721 -0.27836794166807421 -v -0.13673684859252561 0.80597925032319873 -0.73640915507904192 -v -0.6829650902397747 0.78684439388990357 -0.44853824274405851 -v -1.4289830512897588 0.84837192769468794 0.32060755901392701 -v -1.5678233605011467 0.48678420426985841 -1.1362256583195984 -v -0.4447918165331991 -0.017777444330450407 -4.0609012905595474 -v -0.75082036932464058 1.0548986970802119 0.74711385334393465 -v -0.2073303273564337 1.3213727200185417 0.5638311316436565 -v -2.6667235515511378 -0.72763599089356001 4.2119318073923875 -v 0.011413389455154622 0.88728603651452764 -0.7119085394749558 -v 0.31859121838227711 1.9173051202907807 0.027220301988413631 -v 2.1676761768953874 5.6250400495090629 0.62935258267268024 -v -1.145646657598266 -0.78245261655324672 -0.084887624536992501 -v -0.76465520237411577 0.52800015208792939 0.88266749540760747 -v 0.20201868836537842 1.2020432515504116 -0.75392897542877613 -v -1.5389633988464284 -0.91152345815841396 0.80508383041421383 -v 1.4000733034065782 1.7033177046257466 -0.35460819378636299 -v 9196.0543653922468 -5910.1076136992888 7144.7913139206739 -v 0.57778214244509885 1.3942248519418849 0.28935322941753827 -v 1.9280776402321365 1.5748487040399948 -0.26744029182509416 -v 1.3027702934802279 1.8738658755738236 -0.5955872889349989 -v -2.6243589371130129 0.97784363936110952 1.5914438308392391 -v -0.90654403579207321 1.4241651889030416 0.5515100733597682 -v -1.4813894947312842 0.1073783958070116 -0.86559396967699942 -v -1.6292038652146754 0.35923993971072243 -0.10170085211426416 -v -1.2232389052616253 0.81817325513372596 0.52448361550813649 -v -1.8590444864729281 0.31722357929436495 0.059450091316724851 -v -0.63704101088593823 1.2048919924801862 0.77532781442556165 -v 1.6437160617269129 2.0201735568505077 0.11927143842127486 -v -0.78897146276001595 -1.6840314311493383 -0.098161178363935786 -v -14.066124894197833 21.240821370857308 -12.866412296840231 -v -1.0550031384074838 -1.1950743809912181 -0.35904375352882512 -v 2.1829680774183902 11.88064312593476 -0.426617937583471 -v 1.8781128733057304 -4.0614738606586496 1.6871304650029424 -v -1.1667437325518972 -1.0412426110709452 -0.21888012184104522 -v 0.9245038246989199 -5.8195749115189166 -0.077438165680641546 -v 10.188786971107604 9.2615092727373991 -0.0047284694068577549 -v 11469.204889883275 -37511.79894243912 17226.322283099431 -v 2.2260617202861002 4.1362545535191 1.0153468690536216 -v 2.6194828136291322 4.9965791658295036 1.7198320728550942 +v -0.34210967998625569 1.0732186959185517 0.55879535172376404 +v 0.39069557035672997 0.51486929695929684 -2.3322918129003711 +v -0.87168180616702207 1.0951072933487025 1.0113369682222479 +v -0.5393636570025846 1.1219283831467455 0.90130640151613772 +v -0.41115787006491594 0.86940886396555739 -0.26858968412402118 +v -0.13642067800190807 0.80411533976713456 -0.73470615345992241 +v -0.68894543457055435 0.78564827769187984 -0.43970665092381001 +v -1.4256782610021925 0.8464100024053729 0.31986607010116175 +v -1.5641975351263049 0.48565851283393985 -1.1335980204993161 +v -0.44376311673843505 -0.017736208196686313 -4.0515098097374862 +v -0.79405208449093156 1.0501653683449848 0.76600329323183602 +v -0.20327718052513025 1.3112252670065971 0.54168555470886415 +v -2.6504490371280522 -0.72760141702010239 4.1716578342468305 +v 0.011387094612971925 0.88523416483383388 -0.71026216864918212 +v 0.31968324511399809 1.9240916294017079 0.039411350833907344 +v 2.1713313981659788 5.6369661103155027 0.64237824968452018 +v -1.1429969445034498 -0.78064244907624791 -0.084690928181887726 +v -0.74641578962751431 0.5834324194072551 0.92245538732244936 +v 0.20155153191760938 1.1992633584168635 -0.75218541000860184 +v -1.5482271478928351 -0.90732459704170509 0.84195847918704958 +v 1.3893644264443448 1.6896625074995504 -0.36831896487435323 +v 9054.0312837788988 -5818.8413174291381 7034.4633386954811 +v 0.55399008650313275 1.3731749883231559 0.28968115768225106 +v 1.9050156164343741 1.5538965666618529 -0.26741351563287258 +v 1.3024211442852314 1.8420526399203347 -0.58364132426937387 +v -2.6083545189813084 0.9670061221106383 1.5678750519724671 +v -0.96071696443038901 1.3950942123587589 0.57042541635222732 +v -1.4819946726470539 0.10937011332898494 -0.85371831732293046 +v -1.6254358675461631 0.3584095343416025 -0.10146538786381365 +v -1.1823582477277292 0.85929771011422662 0.58196384131105683 +v -1.8547455175280569 0.31649024853523927 0.05931326895645217 +v -0.69489998443233336 1.1808966520500612 0.790601727317922 +v 1.6399145311933503 2.0155012804541297 0.11899532333973706 +v -0.87348923633912323 -1.6031710091777718 -0.15573007759951274 +v -14.401226354794614 21.754342352373023 -13.164957662176658 +v -1.0585667074309071 -1.1840457288569026 -0.35068276820236693 +v 2.1873618640754771 12.194707832913569 -0.46459437215132143 +v 1.8737694449880689 -4.0520810363005468 1.6832286547440725 +v -1.1640452934302707 -1.0388348036193009 -0.21837398806175079 +v 0.92236587962937555 -5.8061160096067592 -0.077258998727404604 +v 10.165213908927724 9.2400828012563601 -0.0047182889272538164 +v 3592.8684507677699 -11754.203905637882 5397.1892465482797 +v 2.2209134019123158 4.1266886168601387 1.0129984388598219 +v 2.6403248428784503 5.043848437128716 1.7640236579482811 f 1 2 10 9 6 5 7 8 3 4 11 f 1 2 16 15 19 14 12 13 20 18 17 f 3 4 27 26 13 12 21 25 24 23 22 diff --git a/results/search/topology_12/resume.planes b/results/search/topology_12/resume.planes index 8d7254f6..51903ea9 100644 --- a/results/search/topology_12/resume.planes +++ b/results/search/topology_12/resume.planes @@ -1,37 +1,37 @@ 36 --0.1461973637342453 -0.92585158348083496 --0.21586443483829498 --0.51365315914154053 -0.28628674149513245 --0.18548585474491119 -0.1558263897895813 -1.1499718427658081 -0.75094985961914062 --0.40231180191040039 -0.83996951580047607 --0.35479241609573364 --0.063989929854869843 -0.016341483220458031 -0.095880806446075439 --0.67021751403808594 --0.27450504899024963 -0.63569819927215576 -0.11592578142881393 --0.1134984940290451 --0.32432794570922852 --0.56146621704101562 -0.75194817781448364 --0.60473501682281494 --1.3132799863815308 --0.58669084310531616 --0.40306457877159119 --0.064972251653671265 -0.074384965002536774 --0.13343553245067596 --0.62814867496490479 -0.28221052885055542 -1.0328456163406372 -1.1709328889846802 --0.09388994425535202 --0.53925031423568726 +-0.1458592563867569 +0.92371046543121338 +-0.2153652161359787 +-0.51246523857116699 +0.28562465310096741 +-0.18505688011646271 +0.15356989204883575 +1.1333191394805908 +0.74007540941238403 +-0.40138137340545654 +0.83802706003189087 +-0.35397189855575562 +-0.069701671600341797 +0.017800124362111092 +0.1044391393661499 +-0.6686674952507019 +-0.27387019991874695 +0.63422799110412598 +0.11565769463777542 +-0.11323601752519608 +-0.32357791066169739 +-0.56016772985458374 +0.75020915269851685 +-0.60333651304244995 +-1.310242772102356 +-0.58533406257629395 +-0.40213245153427124 +-0.064822003245353699 +0.074212931096553802 +-0.13312692940235138 +-0.64663666486740112 +0.29038789868354797 +1.0631815195083618 +1.1682249307632446 +-0.093672797083854675 +-0.53800320625305176 diff --git a/results/search/topology_13/resume.obj b/results/search/topology_13/resume.obj index 89721c91..2504ef2b 100644 --- a/results/search/topology_13/resume.obj +++ b/results/search/topology_13/resume.obj @@ -1,47 +1,47 @@ -v 3.8229664639226963 0.87805769989518223 1.811392387209076 -v 1.9443440335391162 0.61564672883757021 -6.5817743146904455 -v -1.0271668167680486 -2.3461575385250404 0.89754423944610418 -v -0.69426014009194559 -2.0925278938980187 0.69683920287342227 -v 11.573294382173248 2.5136177331420408 31.931133184058972 -v 0.50217752912482072 -1.5590809285427618 3.0567396437637533 -v 4.1369314650606954 1.0883063159295536 1.8580421014793727 -v -0.49704136516645703 -1.8971380589894251 0.21009294876571893 -v -0.12171141328475195 -1.7529699565258898 1.1392990747575682 -v 1.3102231490304688 -0.58093515289510866 -0.38489993444229798 -v -0.53332943432003799 -1.9225544929018461 0.21379548136196425 -v -0.032784649052570274 1.0031986294339725 -1.7958231007328818 -v -2.1921885332810245 1.1640753685060112 -1.9530364783595666 -v 5.7435918556063124 1.7024228179355159 21.802814286841649 -v -19.359506860040131 2.2940525431946148 -6.2602263821600141 -v 3.7812239671079495 0.89832068286032685 2.1603263636491019 -v 5.7024687943585084 -0.17261187181807364 -16.737714951802559 -v 2.8120757207800944 0.95384616131331068 1.747574238037358 -v -1.8893980009230831 1.1580342853462449 -1.5920729937161751 -v 0.56563714529403186 0.86473414393373038 -3.6786567740470977 -v -0.61167911577412371 -1.8721353243026801 0.51982801562209724 -v -0.65523321478907148 -1.8608569341933834 0.51016684378951416 -v 1.936686246506423 -0.65188242711530509 -0.43385274469275226 -v 0.44668083535802461 -1.5262616351143854 0.25375209173985169 -v 0.063968360053747689 0.6067992674974525 -1.4743552939401454 -v -0.84884587788568122 0.51727482603171349 -1.4135452574563065 -v 1804.5447874374813 -1238.7641832696336 1022.5663917322947 -v -0.20343854291935431 -1.8168908731955586 1.2231456218703827 -v 0.039073139205566897 -1.4085837594256694 3.0704137982245792 -v -0.85068436009300852 -1.6298993449315478 1.1533764589775906 -v -0.80452804175411874 -1.724030562766355 0.85076395491647316 -v -7.1204651500779219 -0.47882831058782527 -2.0361560813246582 -v 10.84259548802649 1.0131697856132764 -30.773776031587516 -v 1.1449963568298374 -1.685951070919824 -4.2630274795131413 -v 0.8820364724566101 -1.0871405740409554 1.4054582701316316 -v -0.54306870604181312 -2.1593178312151293 0.32571148267082217 -v -0.72501712540802743 -1.3116787198827664 0.79164258402722243 -v -0.67194212029115841 -0.2659386131220432 0.58033320560181489 -v -0.22367108814429365 0.03250101801735953 -0.6562792957930077 -v -0.30804046018904013 0.57401569540949049 -1.2870094774308936 -v -1.0254032898273662 0.50741163409970624 -1.0744530541934074 -v -0.91117283901561397 0.55007061166435933 0.29950618100491166 -v -1.1318568478793216 0.49635948438976246 -1.0942275603949332 -v -0.42593974713600158 0.16292401194758291 -0.82850616018462975 +v 2.60935182472234 0.59923255409790621 -2.9134905557125199 +v 2.0519946342438704 1.0056553732031897 -6.2381339302264784 +v -1.0159497744310522 -1.9158087674611151 0.46066674294553756 +v -0.8667446899533221 -1.8174313094121879 0.34667341769121052 +v 66.979066588391149 12.190534143599118 97.412559205658511 +v 0.42212502355180409 -1.4586618840592722 1.7415999086264944 +v 3.5984665771687374 1.4666129905089613 -4.7121276089499275 +v -0.35039546287567169 -1.3611848007878715 -0.60897396349684718 +v 0.25086611107301537 -1.4079949592928329 1.0796894675632529 +v 1.3945888502446224 -0.43010786654785954 -0.8785845388584137 +v -0.44161944494121352 -1.4048040023177868 -0.61937869190658967 +v 0.45151895037681894 1.2183616558148502 -3.155986269455477 +v -1.9821694794462608 1.9596535564517614 -3.998686134021979 +v -0.29886609148907417 0.80649239910856396 5.059060679841366 +v -121.60163429513383 39.138750752700417 -55.257151184562446 +v 1.2312730171036672 0.64512039673780019 1.5567574623356368 +v 2.3463021345086319 0.97238648838537889 -6.8822514137216411 +v 0.36361009093599939 0.91879932785227802 1.1320289906682577 +v -4.7189140500542734 2.6956421658607868 -3.6546075807009348 +v 0.85374994607007382 1.158858607118382 -3.8505865585206935 +v -0.68685524578383594 -1.67017044107089 0.17623580863392696 +v -0.7839812867969399 -1.6349495528193791 0.13611216715919972 +v 1.9533460679873313 -0.00052278552602057649 -1.7589352178675703 +v 0.84850249459946059 -1.2961586228397048 -0.26156886249248112 +v 0.51485763490112091 0.94457323025171669 -2.8409254411827947 +v -0.066814164397461517 0.84610934960206208 -2.7248561447387836 +v 2275.6442498594174 -978.78569506006704 1115.2175708247867 +v 0.21736252996018934 -1.5622261717073469 1.3361718422238749 +v 0.20657858144594676 -1.369514002032044 1.6723745466812141 +v -1.0733423069069095 -1.0200342231516599 0.93674689168175196 +v -0.98205045565974236 -1.329100170264405 0.47654012768350129 +v -30.103907195810525 7.9981873828790038 -13.779030308484909 +v 10.761124273636549 2.6799366083610301 -25.673006018870446 +v -0.16710205406503795 -3.6410749700292824 -0.69217936650161516 +v 0.44984509989791654 -1.1901967108751046 1.1767529655900484 +v -0.65002284083212147 -3.9473988745493571 0.36945222065368788 +v -0.89743093643440697 -0.79503721664011084 0.51728569366280586 +v -0.91193789971041572 -0.51498138251895764 0.5098521085467087 +v -0.18924648156595575 0.12028278993874182 -1.1727230168893881 +v 0.26926609098837834 0.90299141530821725 -2.5909757301190979 +v -1.1573650416928922 0.661468687368024 -1.6993416026586794 +v -1.1531718193623901 0.66208777370432992 0.3904379566870928 +v -1.222671953727519 0.65041495585551024 -1.7151520546856083 +v -0.30174144190999036 0.19113816756498089 -1.2587164356531688 f 1 2 8 11 4 3 9 10 6 5 7 f 1 2 17 20 13 12 19 15 14 18 16 f 3 4 22 21 25 26 13 12 23 24 27 diff --git a/results/search/topology_13/resume.planes b/results/search/topology_13/resume.planes index 18608115..878db255 100644 --- a/results/search/topology_13/resume.planes +++ b/results/search/topology_13/resume.planes @@ -1,37 +1,37 @@ 36 -0.70693308115005493 --1.027686595916748 --0.12610068917274475 -0.0842161625623703 -1.0790222883224487 --0.052585355937480927 -0.007517792284488678 --0.48142388463020325 --0.59590256214141846 --0.59740662574768066 --1.883265495300293 -0.49469199776649475 -0.83462619781494141 --1.2850614786148071 -0.17447014153003693 --0.40888509154319763 --0.0096696354448795319 --0.15055415034294128 --0.062488812953233719 -0.62744826078414917 --0.014285850338637829 --0.0678853839635849 --0.3628862202167511 --0.34281790256500244 --0.27033257484436035 -0.14594855904579163 -0.65437871217727661 --0.075752921402454376 --0.22566083073616028 --0.081920549273490906 --0.61763036251068115 --0.086196340620517731 --0.23610031604766846 -0.10761161148548126 --0.22011154890060425 --0.45629119873046875 +0.50819611549377441 +-1.0129668712615967 +-0.20902681350708008 +0.28417444229125977 +1.0206338167190552 +0.077127732336521149 +-0.0034386119805276394 +-0.86662799119949341 +-0.75240999460220337 +-0.77616506814956665 +-1.3120054006576538 +0.72714847326278687 +1.0475050210952759 +-0.51395291090011597 +0.32819849252700806 +-0.58977484703063965 +-0.037651669234037399 +-0.26753276586532593 +-0.14107219874858856 +0.83342152833938599 +3.6169945815345272e-05 +-0.10412710905075073 +-0.46300694346427917 +-0.29202300310134888 +-0.37704885005950928 +0.00092985969968140125 +0.77085906267166138 +-0.098598979413509369 +-0.38380816578865051 +-0.18725833296775818 +-0.71566873788833618 +-0.076536223292350769 +-0.34763112664222717 +0.2616894543170929 +-0.34738034009933472 +-0.83807098865509033 diff --git a/results/search/topology_14/resume.obj b/results/search/topology_14/resume.obj index 757408a1..33bb2645 100644 --- a/results/search/topology_14/resume.obj +++ b/results/search/topology_14/resume.obj @@ -1,47 +1,47 @@ -v 5.1528586120918032 -4.3105632730667542 1.9590265403050675 -v 2.9238204227572142 -3.3576930709670978 0.56140717626653625 -v -0.36445600050765126 -0.71152256957838667 -1.8363195197830682 -v 0.26279169399998081 0.93744108144501637 -1.9622326491603168 -v -0.54132843672265463 0.91606982154197003 -2.3675372185242827 -v -5.9731873278478762 -11.944516703349855 -1.6614965039605554 -v 15.123158435291311 0.72337470565736195 5.6928468506364922 -v 1.3474307226612707 -1.7695106615065157 -0.67461618829496017 -v 4.8619191009656832 -8.0888331966594507 2.8335434144243674 -v 1.701207231530198 -3.2011863376240854 -0.10601873929689143 -v 4.8170326854418724 -2.1481660523097803 1.2017074437438902 -v -0.79976605659880817 -1.7779325472097753 -0.88792911873846325 -v -0.4211543513915243 -1.7854440119525821 -12.03790520710049 -v -1.2647807517629508 -1.5878059290038902 -0.54068508304674179 -v -1.2120675619269647 -1.6142908228937851 -0.21611748093088629 -v -0.29146366785416788 -2.005781868091657 0.20991901608973004 -v -0.26835795105874727 -2.0080362687738749 -0.33802344950264734 -v -12.322205524365861 3.0586420878105129 -1.542795183492951 -v 1.6502401356926715 -2.8164922022437806 0.0011654064284705168 -v 1.7980803006526067 -2.8892039717992826 0.79575138903072751 -v 0.79890247191220631 2.5995948395780788 0.72149014729165328 -v 0.37439027501774674 1.4996902483938932 0.98438474612341886 -v -0.58952858506849493 -1.0924432124084875 0.53631362418936712 -v -0.44029924761684591 -0.73989970155492413 0.06726261699258318 -v 0.76509132083183995 2.4806247512940316 0.39606695522746416 -v -0.32175884815691996 -0.41826884012713256 0.15390952130706467 -v -0.44278008600116686 -0.71491484484835277 0.41567725625136365 -v 3.7642050795443494 4.3009774997272219 11.988722942778784 -v -0.51465783068969861 -0.12562149350709789 0.049281294144208343 -v 0.51287735312126648 1.7614363923562226 1.11126949990494 -v 0.5492383683543085 2.6640582586296948 -0.68217465177745207 -v -0.60418891552300658 -0.45484797082467582 0.31777120948328064 -v 0.61326428387947718 -6.0742533385514283 -9.5650770950629926 -v -0.3423940828333274 -1.4549538289065951 -0.18415938456200465 -v 0.77299647103214852 -1.1123357589848524 0.61994574313567363 -v 0.25716167672584417 -1.1967305404389075 0.39986334097688508 -v 0.79073156442365367 -1.31065319314097 0.21507396874394127 -v -0.70075830333879363 1.5387613625184677 -0.36842008519439129 -v -0.65901863278980499 1.3808251099112974 -0.90673191701634281 -v -1.9404242728526435 13.039557580445216 -4.3654357027441586 -v 0.96040268074096891 1.529560283598596 0.53970493145460041 -v 5.549794777467608 1.3651045719090069 2.553936675162686 -v 0.72834409725390148 1.0345361297626245 -1.3530751410539521 -v 0.23316089052702921 -0.37943129281642846 0.33924145228993219 +v 5.9635895422417802 -4.570574675048662 2.9573105290692578 +v 2.8825585415445083 -2.4430529906735905 -0.052842301636361277 +v 0.72717734913093968 0.72864765867986425 -3.280643281645963 +v -1.0451874581994838 -0.98149573383928634 -3.0566476424289815 +v 0.72336594749855521 2.2335889831940716 -4.285695066417869 +v -18.176755490164577 -17.906084896971734 -0.62860896807450384 +v 2.9193091453011411 -1.0240326304118019 -0.97966536634069579 +v 0.54096010739038558 -1.338938448601475 -1.9987704014646284 +v 4.7014878012540207 -6.5369424432909495 3.6157617756548461 +v 0.50614165403099931 -1.6063513651391319 -1.8385250166069238 +v 4.988092163457476 -0.88297312072787693 -0.0046536987364857035 +v -1.0052813127734936 -0.83783060010551857 -1.1738321559512035 +v -0.6667930642653499 -0.56096905917685158 -2.1096210417375678 +v -1.4685779437393593 -0.74843461046249848 -1.0546825849247261 +v -1.5917712563880453 -1.0904099152978219 -0.11579617135911247 +v 0.021518550915958605 -1.881698532251475 0.65988838445980003 +v 0.52965792033842374 -1.2203102339153833 -1.3545155351811138 +v -43.518816257043326 12.34928069221956 -2.6023540052830003 +v 0.91824717205446693 -1.3189493053875045 -1.3957694424713964 +v 1.9684491897001937 -2.8161018090252701 1.5450676240822445 +v 7.8171838995869578 7.9362918050941875 2.4035711901225612 +v 0.54556218431097425 0.79921803689986592 1.1551493086461448 +v -0.39630493757595314 -0.16147940318938658 0.34253561814421474 +v -0.18825670754100504 0.02277790485641067 0.020261449218271332 +v 5.1718892981283204 5.2452507156271269 0.24946652225759552 +v -0.18641599668871597 0.025800859565053395 0.042412856002288689 +v -0.25689756095279459 -0.033435940140647526 0.20876913676332468 +v 9.5695567000607067 6.5838712284927539 16.047263220038708 +v 0.3774205243895925 1.5242808839349593 -2.7392598639298087 +v 0.83061529266449963 1.0149163618192065 1.4823799679222327 +v 2.1866555021654954 3.4814241222600977 -3.2163700214367061 +v -0.35043305180881351 0.13057025843319608 0.085984239272424046 +v 0.68905578801095624 -1.2632838457311455 -1.8172006204458064 +v 0.27390909315580692 -0.78082271292970795 -0.86250476177371571 +v 0.34949872364337786 -0.24415664152142738 0.27976883964487675 +v 0.046231453441038628 -0.26742914510768168 0.18539765428432761 +v 1.2401132273185764 -0.71457244634928818 -0.57847893944187623 +v -0.20980168162519625 0.39945854700038269 -0.16777855398441388 +v -0.1131267799661607 0.25568059743419008 -0.36886390719845608 +v 1.6226339424896177 30.871568287025944 -26.408981976242224 +v 3.1463549996184734 0.092958633412485711 1.1134692841804299 +v 2.1089102327675309 0.19792301247120994 0.73543771441358208 +v 1.4954299653686052 -0.61091920007097955 -1.0240185506353168 +v 0.053761303877306175 0.0307652475394962 0.098738425203763691 f 1 2 9 6 5 3 4 7 8 10 11 f 1 2 20 19 17 16 15 14 12 13 18 f 3 4 13 12 23 27 26 22 21 25 24 diff --git a/results/search/topology_14/resume.planes b/results/search/topology_14/resume.planes index 41a3d1b0..3cb9eaa5 100644 --- a/results/search/topology_14/resume.planes +++ b/results/search/topology_14/resume.planes @@ -1,37 +1,37 @@ 36 -0.70580857992172241 --0.37390312552452087 --1.3806015253067017 --0.75728321075439453 --1.8074345588684082 --0.02449689619243145 --0.1385464072227478 -0.052339609712362289 --0.0047397804446518421 --0.38309857249259949 -0.16596665978431702 -0.075762204825878143 --0.049587685614824295 --1.1131857633590698 -0.54309713840484619 --0.51929926872253418 --0.06349470466375351 --0.021636649966239929 -0.22065055370330811 -1.3861433267593384 --0.38957419991493225 --0.078290276229381561 -0.010998820886015892 -0.17928105592727661 -1.0779557228088379 -0.19375678896903992 --0.18283326923847198 --0.10078847408294678 --0.10347747057676315 -0.32346463203430176 --0.0098977833986282349 -0.059929724782705307 -0.17550832033157349 --0.083439163863658905 --0.11564594507217407 --0.16963060200214386 +0.95744878053665161 +-1.2349716424942017 +-1.8528488874435425 +-0.38173764944076538 +-1.2868741750717163 +-0.51881325244903564 +-0.10210677236318588 +0.1050553098320961 +-0.0058519262820482254 +-0.24760332703590393 +0.24250361323356628 +0.055839739739894867 +-0.02030014805495739 +-0.28623464703559875 +0.13582289218902588 +-0.15324532985687256 +-0.033563852310180664 +-0.049676593393087387 +0.093455493450164795 +0.30362886190414429 +-0.17216736078262329 +-0.025030553340911865 +0.022402623668313026 +0.074912510812282562 +1.4982231855392456 +-0.74207264184951782 +-0.91281253099441528 +-0.0039874482899904251 +-0.023693058639764786 +0.019091082736849785 +0.013673939742147923 +0.065170228481292725 +0.076632574200630188 +-0.037233807146549225 +-0.045056805014610291 +-0.031819164752960205 diff --git a/results/search/topology_15/resume.obj b/results/search/topology_15/resume.obj index ff417c15..541b8c61 100644 --- a/results/search/topology_15/resume.obj +++ b/results/search/topology_15/resume.obj @@ -1,47 +1,47 @@ -v 2.1568074658664149 -2.6381227134283871 1.8879168631879868 -v 1.5665182105099391 -2.3289535667520052 0.31621387439901416 -v 3.551154108211624 -5.3306123945550095 2.8897629472320228 -v 0.37881988330357946 0.007149011394145457 -0.47823138279619448 -v 0.90219377076245177 -1.2577868725648629 -0.45349443940546086 -v 5.7523022717884409 -10.753764029269382 2.8511964471943774 -v 0.076543871101245789 1.5407512486085502 0.61686450873080823 -v 0.094840761250248207 1.5200676912436057 0.65024670775272675 -v 0.99826630662347882 -1.8058258151241504 -0.88528592660151229 -v 0.90035227461979406 -1.2728398131743752 -0.48052549407001088 -v 0.46391509469788772 -0.37764874066253507 -0.72167825568174826 -v 1.165166742184258 0.59076436193966042 -0.013203460514279008 -v 1.311661660692103 -2.5966319521896093 -0.47181348583669325 -v 1.2441106164347053 -1.5738169752398261 -0.38227824790027154 -v 2.2991870102539669 2.3352571474047337 3.6442223678065888 -v 2.7447019976498708 -7.2475303121668162 2.2796902770137955 -v 1.6826519356635312 3.7427632791183965 2.2985403758895053 -v 1.1086726890320489 -1.411252678926459 -0.71789675824935262 -v 1.1877978177976192 -1.2674946265062477 -0.45669107317120639 -v 1.1188786998985052 -0.1522476076581645 -0.3457762126952621 -v 14089.262634395373 -18592.531154928885 2333.1019768500837 -v -0.36174461282439657 2.763871430649337 -0.40892921121727016 -v -0.992728846184179 5.4219686592467626 -2.1645648695637214 -v 4.1371843261810595 31.644372305564261 -31.159087626997227 -v 20.18767660006354 -23.21030890203032 1.9572124204596757 -v 5.2166116207136088 -2.0993967431427114 -1.7455288984283324 -v 2.5072297375015724 -1.0154808776154516 0.059822420470473703 -v 0.5941716497252536 2.810114436920558 -1.4336453559080937 -v 38.143905663391131 -107.87502773800493 -0.48497284583203437 -v -0.6759058293808583 1.8895606068957196 -0.60001012210249327 -v 0.24254301394535577 -1.3591237561007241 -0.66759705381458079 -v 1.0892641222127926 0.30022872446638604 -0.22779941088121114 -v 1.6744998752551408 -1.8577481811850176 -0.28035000747735772 -v 8.9909321912284117 17.927509221993809 8.6562721189756466 -v -12.799031739350148 -2.1659042241116704 -2.7588234720099045 -v -10.277156452065991 -0.72416289093162356 -1.5790020995212046 -v -0.27387696105318071 0.34552579462890154 2.3575117620313866 -v -2914.2743418108184 2171.1748744759707 -747.4391973901362 -v -0.92133988576797254 -0.9908927156392181 -0.066362046366103045 -v -1.285543680005963 0.58375320201612046 -1.0922678838433426 -v 0.29961914239024307 -0.16342818146733823 1.475124654677666 -v 2.4270294906487329 -2.0095830335690605 -1.8298859537487284 -v -0.61078574133734154 -0.38316145701001048 -0.8140740693317795 -v 0.98240722040704642 0.19656505423562071 -0.30864120191440231 +v 1.9617088347438449 -2.0827658421819626 1.5366052549958051 +v 1.4966192839079075 -1.9130418077090952 0.31094194410492748 +v 4.8145405615331081 -7.1228857139941555 3.0767439563955477 +v 0.3440966490551487 0.011433424362102604 -0.4782315165511869 +v 0.93954877909030143 -1.2212319637547855 -0.42685337169165016 +v 7.5717305721016706 -12.906364278462402 3.2014444841988201 +v 0.018763254276319582 1.4669743665398283 0.66276332860117004 +v 0.046686496008867942 1.4403521602577551 0.71178632028683275 +v 1.1691434487816255 -2.0085184212564333 -0.87343145537563527 +v 0.93556137974850795 -1.254760226263121 -0.48965670855383753 +v 0.42208237609128763 -0.32754725060621781 -0.73689966588543698 +v 1.1549200355497726 0.59720781786724975 0.0018350325364070441 +v 1.2714383505207019 -2.5878050308758929 -0.47012966214361196 +v 1.2145911661197053 -1.6193194278531604 -0.38499428843239558 +v 2.3136150526028763 2.6000927341660365 3.6567168410595738 +v 2.7018911094860973 -7.2257236954142883 2.2792422658890463 +v 1.7920280980050092 3.7814121701923682 2.5278293190666488 +v 1.0617064404281349 -1.3962204257177218 -0.74641992242770994 +v 1.1499539235012213 -1.2507227879952871 -0.46980640240614596 +v 1.0873255882239838 -0.015588755812533521 -0.33432669771936846 +v 3359.4491751167679 -4490.9502030008662 550.00072902666591 +v -0.41508441979892796 2.8706968301060378 -0.40746447590192381 +v -1.0243959187142995 5.5330321060599177 -2.1258414417564375 +v 4.2711946932574021 57.119063434294276 -52.660366804886593 +v 18.879440439648882 -21.75203077010708 1.716240839934263 +v 5.8706366339369884 -2.3205692493174954 -2.1953103546056711 +v 2.5145489983962044 -1.0167097407356045 0.045320925015882141 +v 0.45886289856900897 3.0617246667321973 -1.4557846481545347 +v 46.603620001195559 -122.35520848581315 0.69782201388739118 +v -0.71936984972052431 2.0301862172149621 -0.58933388322881541 +v 0.183769927622149 -1.3276659917417355 -0.66890635748023941 +v 1.1645132068884791 0.35159444442229959 -0.19170511471280838 +v 1.7920975119592009 -1.9972758036194564 -0.24864255357918091 +v 8.7285937492905266 17.570932443272454 8.3475701921353718 +v -11.512094829619686 -1.7515363788627596 -2.1318179137705302 +v -10.363961465611467 -1.1217691516449839 -1.6095690214101606 +v -0.28982963520683391 0.29758359004242468 2.3371163699018935 +v -4659.0562145230952 3452.2781373723433 -1186.7931445737352 +v -0.99097605487689755 -0.96156669829967789 -0.05312980635451986 +v -1.3749753683840014 0.68496484976862448 -1.1263217061250308 +v 0.26323899457751065 -0.15473251713631206 1.5247216014407496 +v 2.6316138977238097 -2.0082080986592885 -2.0207153897970205 +v -0.61134195510245226 -0.3973181094211643 -0.82185930858269352 +v 0.99640830393672941 0.20099955149188989 -0.31422937887311442 f 1 2 8 7 4 5 10 11 9 6 3 f 1 2 20 18 19 14 13 16 15 17 12 f 1 3 21 22 23 28 24 25 27 26 12 diff --git a/results/search/topology_15/resume.planes b/results/search/topology_15/resume.planes index 641b0f16..ebb149a7 100644 --- a/results/search/topology_15/resume.planes +++ b/results/search/topology_15/resume.planes @@ -1,37 +1,37 @@ 36 -0.41715219616889954 -0.17018976807594299 --0.12319314479827881 -1.0799059867858887 -0.10501722246408463 --0.38492566347122192 -0.61476308107376099 -0.54083430767059326 -0.59789419174194336 -0.16580840945243835 -0.058076303452253342 --0.53834426403045654 --0.7756916880607605 --0.32949212193489075 -2.0606849193572998 --0.44326308369636536 -0.093514472246170044 -0.3008953332901001 --0.54551535844802856 --0.58196687698364258 --0.69958955049514771 -0.017659952864050865 -0.23888042569160461 --0.32966005802154541 --0.020688652992248535 --0.74590659141540527 -0.41678676009178162 -0.68857556581497192 -0.23626574873924255 -0.31125456094741821 -0.30060458183288574 -0.18519331514835358 --0.63481390476226807 -0.069753549993038177 --0.18163701891899109 --0.80050039291381836 +0.37873676419258118 +0.17799000442028046 +-0.11906804144382477 +1.0574865341186523 +0.096174754202365875 +-0.38795545697212219 +0.61169767379760742 +0.53166937828063965 +0.60683292150497437 +0.16161149740219116 +0.056009199470281601 +-0.52923882007598877 +-0.76432162523269653 +-0.31983333826065063 +2.0659952163696289 +-0.49420872330665588 +0.10559678822755814 +0.33884364366531372 +-0.5539931058883667 +-0.58959072828292847 +-0.70634782314300537 +0.0067611914128065109 +0.24056693911552429 +-0.30495789647102356 +-0.023025628179311752 +-0.74810999631881714 +0.40084877610206604 +0.6774899959564209 +0.25475385785102844 +0.31938806176185608 +0.30226528644561768 +0.18665049970149994 +-0.64412456750869751 +0.077619090676307678 +-0.17126688361167908 +-0.80348759889602661 diff --git a/results/search/topology_16/resume.obj b/results/search/topology_16/resume.obj index 68aad481..71daf978 100644 --- a/results/search/topology_16/resume.obj +++ b/results/search/topology_16/resume.obj @@ -1,47 +1,47 @@ -v 1.0446137737814145 0.68267001128567362 0.34288294194785318 -v -0.51617733291432588 0.89767309127014316 -0.38860592165414432 -v -0.95685503401572658 -0.10307581679758412 -1.275591929179817 -v 0.59008426984557072 0.027295101625264714 -0.33041260648884752 -v 2.2340653446851664 -1.4777391480276088 -0.37957686580331906 -v 1.6583573775553304 0.90892065335959271 0.8297619641424685 -v -1.5485718685366696 -0.46842035187129111 -1.8393701974169423 -v 0.84574456025911471 0.29937157964972505 -0.013599265520750858 -v -0.20024858651834238 3.0357674044658571 1.1580051933195081 -v -0.48095325692080565 0.049207152307932926 -0.91290484297838792 -v 0.50819634107907063 2.8777519810960612 1.4512926133105903 -v 0.99097418845709284 2.4492377427319414 -4.0337927882687277 -v -1424.7257176884204 1084.2014100101201 -2862.2506165851528 -v 1.5815139391032771 0.97330821010349466 -0.30736581673719066 -v -14.737902235420592 3.801990287410391 -9.3919929950006633 -v 0.18903880973531581 1.6559926142442778 -2.1741891132655202 -v -1.3920128303031729 1.1453724136770087 -1.1133546418867672 -v -0.46402142754820946 1.2066966854077268 -1.14634065756134 -v 0.26959406541816816 0.85148173107707137 -0.17383180484011673 -v 0.91288996064885464 1.5316965493247936 -1.7741344854662002 -v 1.8399309284292031 0.14819413724812849 0.40750789430045531 -v -4.9877784045783651 1.7085011114878905 -7.2951974363881762 -v 0.91651354746096181 -0.24801448829934397 0.36968576267502273 -v 0.65042556023602938 0.11939120199607132 -0.43739836335250293 -v -0.3562621708725362 -0.11085786778034777 -0.81208085589802126 -v -1.8256509292285426 0.16877851498962523 -2.3769336905764145 -v -3.0095765153530407 1.5875461869676382 -5.6109119483204344 -v 2.4130324274521699 -1.8952617493111168 0.90182204315870551 -v 1.4020746243226587 1.8602478984888549 0.80041230058070356 -v 0.96707807286914094 3.1741028340204616 -0.78646527662558308 -v 1.1818133623111868 3.0188871922271301 2.5174351961078836 -v 1.2848232642556459 2.2459034929932042 0.53366660606013294 -v 1.6616615572446345 0.7529004182701271 0.095715819103441402 -v 0.37606543325908764 -1.1135760960731755 -0.66512924924702044 -v 5.9153970400238167 -6.8449161259713858 15.417509880516908 -v -5.7823961459995354 1.9085397772238224 -7.5625494751460813 -v -8.7659500533384112 1.8007044766923705 -5.750300446371023 -v -2.5502428430628044 -0.036108303984397939 -2.7670275480809572 -v 1.3882089685228443 1.3468281157620667 0.95807447251003763 -v 0.86763397425753364 1.9865306778621135 -0.59124631541688444 -v -0.69653409530479482 0.084296109059572119 -1.0365793822310718 -v -1.0184321494016844 0.024136180433783527 -1.3901854791853525 -v -1.9250057640020757 0.03893966915664037 -2.2797609265380538 -v -1836.2443103936514 303.00819063410819 -1054.9267872358921 +v 1.0027508642326228 0.69058298518498984 0.32288238857339102 +v -0.58745910857156247 0.90963858934207875 -0.42239410030242341 +v -0.99504261343397948 -0.11129739080325028 -1.3038887409408964 +v 0.63882997221422932 0.026400021482833574 -0.30559314255489411 +v 2.2398663713702796 -1.48157620034187 -0.38056249228195271 +v 1.6626632929945206 0.91128177100245678 0.83191716410727246 +v -1.5685271761263888 -0.46538474666540713 -1.8502956307505922 +v 0.80128149614025734 0.30227298728771551 -0.038260783928401709 +v -0.26985578093908297 3.0590597853516854 1.1324110900540749 +v -0.53445560746292087 0.050404068663100786 -0.94369373010444613 +v 0.50951732449670928 2.885224157064211 1.4550619024620102 +v 0.98560172296033866 2.47545595305695 -4.0944061018731439 +v -1430.117002673325 1088.3139941435008 -2873.1085047341057 +v 1.5996470244471206 0.94077930670242982 -0.21965409487694298 +v -14.77616314996728 3.8118604309447082 -9.4163745195469097 +v 0.14338719120514656 1.6682159090708764 -2.2053365946240104 +v -1.491394579055948 1.1652849521859874 -1.17039529965836 +v -0.48660340387784984 1.2137167236129391 -1.1616661400325956 +v 0.24926110533022028 0.85741280918105001 -0.18617586077185189 +v 0.88007567224761574 1.5417154855695714 -1.7981870827284232 +v 1.8458428089252426 0.14382685394676128 0.40592837851876273 +v -4.9870598775794805 1.7094964698466368 -7.3095402542177919 +v 0.86933922998462587 -0.2622831006552267 0.34464358300042536 +v 0.59711899164583071 0.11358995073932529 -0.48104081742995264 +v -0.40095605188666128 -0.12539390289030811 -0.83481985779447998 +v -2.0347777009980081 0.21404539838125294 -2.6219241207473765 +v -3.1910538239557269 1.5996817344050414 -5.7803802871443688 +v 2.4234165253349773 -1.9097909381780589 0.93365091041035031 +v 1.3516789166321508 2.0453449250996258 0.69250263603734963 +v 0.93294503283949159 3.3100803477780083 -0.83504868260160381 +v 1.1829378827090493 3.0413155592894485 2.5614142631688583 +v 1.287558360566073 2.2562461112772674 0.54662899595917502 +v 1.6611966353218361 0.77151647118108491 0.08989373017717428 +v 0.33988581073978308 -1.11023643213034 -0.66911959219847605 +v 5.8468859247515237 -6.8081266549027291 15.319654492051704 +v -5.8125676121946324 1.9173114579471091 -7.5872853029922052 +v -8.788715245331149 1.8053816487628462 -5.7652331560636254 +v -2.58220027177325 -0.028714935653501823 -2.7863722307356893 +v 1.3325521473916924 1.3371170871889788 0.90998688912220649 +v 0.82318720997034323 1.9993409583151318 -0.61958291945290456 +v -0.72545546166037345 0.060714159443764903 -1.0489122469564784 +v -0.947487444813506 0.019218270425680643 -1.2928151238867929 +v -2.034926892311268 0.036974979848060481 -2.359865112862404 +v -1840.8808743619556 303.77349822042049 -1057.5904472332359 f 1 2 9 11 6 5 7 3 4 10 8 f 1 2 17 19 18 15 13 12 14 20 16 f 3 4 25 23 24 21 12 13 22 27 26 diff --git a/results/search/topology_16/resume.planes b/results/search/topology_16/resume.planes index 2c7d2904..1246d0db 100644 --- a/results/search/topology_16/resume.planes +++ b/results/search/topology_16/resume.planes @@ -1,37 +1,37 @@ 36 -0.21893861889839172 -0.25199210643768311 --0.39308646321296692 --0.034025710076093674 -0.65797311067581177 -0.26599621772766113 -0.12714831531047821 --0.28015995025634766 --0.16945569217205048 -1.7294902801513672 -0.4631192684173584 --0.090650200843811035 --0.16852264106273651 --1.1301027536392212 --0.34468847513198853 -0.68332624435424805 --0.10187726467847824 --0.2716633677482605 -0.16916041076183319 -0.098520569503307343 --0.17075327038764954 -0.093744844198226929 --0.027310878038406372 --0.080692224204540253 -0.25990650057792664 --0.10094669461250305 --0.48169150948524475 -0.33759739995002747 -0.3510383665561676 --0.48725506663322449 -0.74509096145629883 -1.9802089929580688 --0.73290681838989258 -0.088454633951187134 --0.13685676455497742 --0.092422284185886383 +0.21950711309909821 +0.25264644622802734 +-0.39410713315010071 +-0.034114055335521698 +0.65968161821365356 +0.26668688654899597 +0.12945990264415741 +-0.28525328636169434 +-0.17253641784191132 +1.7339811325073242 +0.46432182192802429 +-0.09088558703660965 +-0.16896022856235504 +-1.1330370903015137 +-0.34558352828025818 +0.65359508991241455 +-0.097444638609886169 +-0.2598433792591095 +0.15635080635547638 +0.091060139238834381 +-0.15782307088375092 +0.087481506168842316 +-0.025486165657639503 +-0.07530096173286438 +0.26058134436607361 +-0.10120880603790283 +-0.48294228315353394 +0.33847400546073914 +0.35194987058639526 +-0.48852026462554932 +0.74702566862106323 +1.9853508472442627 +-0.73480987548828125 +0.08328593522310257 +-0.12885977327823639 +-0.087021730840206146 diff --git a/results/search/topology_17/resume.obj b/results/search/topology_17/resume.obj index ff0f003d..cae3ddd8 100644 --- a/results/search/topology_17/resume.obj +++ b/results/search/topology_17/resume.obj @@ -1,47 +1,47 @@ -v -1.5192822736513085 -2.5746267502928486 3.530174454707621 -v -1.5937066547461511 -4.7369975584693655 4.52821861833376 -v -0.87142607102814429 0.070405661833352506 -0.87287455488135035 -v -0.90321327021775488 0.20231252896785393 -0.72614602574100184 -v -1.1102079335400588 -0.6556478450942016 0.68406376894812981 -v -1.2824192871821962 -1.5129233864738012 1.8953050722542613 -v -0.38897636279341091 -1.7299305257222497 -3.1532592894608635 -v -0.60857758107801463 0.77503236143548349 -2.561679070577541 -v -1.0081861997293444 -0.81556166900389215 0.1433615624914194 -v -1.0066556610798028 -0.19999022710738867 -0.028420680970662859 -v -0.68533578316938293 0.72712410516020487 -2.11031626093967 -v 1.0860652613926585 -0.0068938483628805357 -0.20397706280537675 -v -0.22105770541559985 1.1154647581248391 0.64088082345764308 -v -0.91701835074944893 -1.3312666949817609 2.3897085299135079 -v -8.5426116488700377 13.371708141669018 3.8386917381570491 -v 8.9144512808648777 -1.0470076711344425 -7.6882062058928682 -v -1.7513931979076145 -1.5286018855695642 3.3189067531220138 -v 0.84246023225442068 -0.020282758194021682 0.048442003040834791 -v -1.5623870030927087 -1.258262411231432 3.0121420886146835 -v -0.16268111919086134 0.17009270920949349 0.98514644465043799 -v -2.193949165671722 -0.43665746849755144 -1.9994036309904237 -v -1.2592521544030224 0.06950185287652158 -1.0249620477018617 -v -0.91255236541820783 0.68092316045900958 -0.15248712289862601 -v -0.71042685250730209 0.46319382247324081 -0.33641378503779312 -v -0.63566700385367025 -1.8057693013491785 -3.0441055669288173 -v -0.47861452765351525 -1.7346153897775356 -2.8971332165610333 -v -0.53720839614135374 0.41448985454222431 -0.32771861465109164 -v -0.97936034568490282 -0.56181409399771465 0.77617735687435752 -v -0.81487121136315244 -0.080778877973426436 0.19198734309142751 -v -2.5667825364100261 -0.89178564781231273 -1.8998790960765968 -v 0.62758154986947168 -0.59388079392537685 4.1909475072145517 -v -0.7724278433591043 0.090926326327955637 -0.050488816649117751 -v -0.54094421257165881 0.38642751652543667 -0.13719521886621777 -v 0.40535524010564827 1.6188657999129048 -2.9080449554578074 -v -1.8611220193521227 -1.6118628839439344 2.8987246186331186 -v -1.1701431067599399 -0.53625953577956487 1.0685767356337434 -v -0.47850432529063475 0.45647563182332723 -0.70793724538124425 -v -3.1135726805077182 -2.5562623258672881 -1.9455342651413501 -v -6.9386190446845086 -3.6226240960790448 -0.23200290486836983 -v -2.9434935883214925 -2.3415692639555736 -1.9895760248866057 -v -7.669801790036578 -4.0187501037661653 -0.40977201183355083 -v 5.8371890313549839 1.7065186552626617 8.4997042200986677 -v 1.1489391934277022 -0.54308655277360929 2.9240958100384908 -v -0.017826208213992552 0.036989947807897224 1.2146264059864345 +v -1.506133555635679 -2.29410015154015 3.1302665223416497 +v -1.6190188928965767 -5.8776824920220356 4.6480508074139557 +v -0.88729507819911935 0.050510066980923092 -0.79965188481735539 +v -0.91053138390457944 0.16937751846214888 -0.70459871414015685 +v -1.1205557340636783 -0.56853157456347647 0.61448307203692543 +v -1.2693245359399907 -1.4746731923349676 1.6461553412373906 +v -0.38595753923409171 -1.6256180949209802 -3.0759702921946181 +v -0.54847255854630539 0.64056670988715203 -2.7753000273976758 +v -1.0341688199309589 -0.72774784382209157 0.18935336967016991 +v -1.0258317433528383 -0.14713221008964808 -0.0029247275563425434 +v -0.64900320037627879 0.62690249737515713 -2.2300763054146104 +v 1.0540654073780154 -0.096496849525657652 -0.28263424138864107 +v -0.22613201707109773 1.2566097729155052 0.46239941157703102 +v -1.0022633453479322 -1.3122603287346155 2.2431568287785746 +v -6.0635046951685467 12.992328156362323 1.6768985816803759 +v 13.414773498730893 -2.7404880415630153 -11.562630606468945 +v -2.1843429960028251 -1.6259229576385028 3.544043498769049 +v 1.4772905142578683 -0.11434829375078423 -0.6973567507849836 +v -1.5290212875743379 -0.84797394725145725 2.5859755149824535 +v -0.2059620480278056 0.24946768957308782 0.8372511820630868 +v -2.3436199476751072 -0.53503598758057114 -1.7890458673888012 +v -1.6755623038091623 -0.15078636470623238 -1.2352077507606571 +v -0.91055325524223696 0.77045942596337225 -0.18496241408800851 +v -0.71855897326830953 0.49937868050693179 -0.3556153222215635 +v -1.2231733801164462 -1.8926092004354165 -2.5909432988411738 +v -0.58002966992132343 -1.6014259514609939 -2.1258283171646335 +v -0.51331372517783114 0.438289604805226 -0.34033112753302608 +v -1.0130193009489277 -0.49459488527910944 0.68084814255635007 +v -0.85186374524568831 -0.062946241230412328 0.17534106758565482 +v -2.624319966735047 -0.89344616137794908 -1.6503837270130726 +v 0.97890632307459535 -0.35786979661773222 4.2346628663088559 +v -0.81669447165486053 0.086039631732299948 -0.038277667529383885 +v -0.51734729733405982 0.4201554405725389 -0.095450304977325429 +v 0.77215410059078193 1.6786589102360709 -3.4854176364748426 +v -2.2277428056605553 -1.6627906735221623 3.3450961263231269 +v -1.2325134373631053 -0.43229375418007848 1.0120198559311731 +v -0.43843689241624934 0.45238703879501535 -0.79613293107958538 +v -3.0757519870543915 -2.3294589488741386 -1.503967437407365 +v -5.7200148704049285 -2.681932596252337 0.071668370569749285 +v -2.9340532742340146 -2.1688037138041545 -1.5757708484621569 +v -11.534949837813476 -5.660926122605435 -1.286685496901053 +v 9.2832297594672148 3.4834599826449808 11.033849652216217 +v 1.3417535138466341 -0.35814704117773194 2.8956941127648532 +v 0.044109573285736094 0.1567100323366174 1.1679565145919046 f 1 2 6 7 8 11 4 3 10 9 5 f 1 2 15 16 18 12 13 20 19 17 14 f 3 4 22 21 25 26 12 13 23 24 27 diff --git a/results/search/topology_17/resume.planes b/results/search/topology_17/resume.planes index 5086437f..a58b96de 100644 --- a/results/search/topology_17/resume.planes +++ b/results/search/topology_17/resume.planes @@ -1,37 +1,37 @@ 36 --0.98850846290588379 --0.045810598880052567 --0.17296692728996277 -0.40963152050971985 -0.17259058356285095 -0.40448251366615295 -0.092390432953834534 -0.28622674942016602 --0.23729836940765381 --0.39945691823959351 -0.36909231543540955 -0.19144469499588013 --0.4716399610042572 --0.19206215441226959 --0.29094696044921875 --1.1739498376846313 -0.44985020160675049 --2.3406105041503906 -0.39231094717979431 --1.1076680421829224 -0.11703907698392868 -0.13917899131774902 --0.3098050057888031 -0.11788630485534668 --0.50358980894088745 -0.40928292274475098 -0.050409119576215744 --0.58355456590652466 -0.12437721341848373 -0.44049900770187378 --0.23040220141410828 -0.37735235691070557 -0.10680726170539856 -0.054180942475795746 -0.19809643924236298 -0.030240166932344437 +-0.99676984548568726 +-0.046940825879573822 +-0.18496502935886383 +0.33878043293952942 +0.13332575559616089 +0.33998715877532959 +0.098050370812416077 +0.25548723340034485 +-0.29552710056304932 +-0.39280471205711365 +0.38705509901046753 +0.20527733862400055 +-0.52206110954284668 +-0.17233800888061523 +-0.31359109282493591 +-1.3969012498855591 +0.20478129386901855 +-2.2984969615936279 +0.38161724805831909 +-1.0084078311920166 +0.10362327098846436 +0.11660955101251602 +-0.28752422332763672 +0.13137654960155487 +-0.49021333456039429 +0.44343835115432739 +0.024763364344835281 +-0.54848825931549072 +0.16009749472141266 +0.45965880155563354 +-0.22128288447856903 +0.39519235491752625 +0.080590277910232544 +0.069959983229637146 +0.23978035151958466 +0.018908809870481491 diff --git a/results/search/topology_18/resume.obj b/results/search/topology_18/resume.obj index 9ca065b4..8a616e57 100644 --- a/results/search/topology_18/resume.obj +++ b/results/search/topology_18/resume.obj @@ -1,47 +1,47 @@ -v 0.65354398283613802 0.69325699342712899 0.17934777036715024 -v 1.1551141471653597 1.2577373628725286 -0.18431432826606459 -v 1.1277237012719388 5.8344997293053789 -2.6321188428823614 -v -3.1073778546218094 2.5652438749986533 -0.3632322449234161 -v 4.2319767615396424 -1.1872480549736453 0.74880969873936953 -v 1.9820085783658752 0.64728703625089934 0.041485775327140262 -v 1.1851714283221286 0.23293484276929066 0.36085797645184381 -v 1.7173086434243003 0.1192926885933565 0.3566360969380466 -v 1.2838002510866031 -0.42271617314453908 0.69993873629950754 -v 1.0969119711899309 1.8359029398400935 -0.48684108863754627 -v 4.3452072665827099 1.8250058511764822 -0.87829762509279286 -v 1.6678044240113763 0.14942805513283727 -2.3115336248154379 -v 0.66463004507476398 -1.1148805864425673 -1.7251297330493782 -v 1.1320134638370984 1.4282742753105728 0.037155141404587644 -v 0.80902124004431819 1.3757669379161261 0.59528894295007162 -v 0.13211051744955984 -0.21494271210994015 0.22266276548254949 -v 1.2770023475657437 1.9346272869864212 0.289502819777123 -v -0.30932532524103989 2.3438210310277792 3.7255511263179257 -v 0.04007699406005636 -0.73695591032485164 -0.14647195645715699 -v 0.41916230793742343 -0.043695373003627157 -0.14359428230792773 -v 7.7437160720279117 -6.1644600516932586 -4.4666833079906443 -v -4.8200406037042738 1.8885576686387382 0.4897887029559701 -v -4.0531016575001422 0.68872417815357379 0.25801995463886562 -v 0.29772551503831968 0.0706855989492291 -1.6753802918783884 -v 0.31131668849112665 0.63160031896411317 -1.7376791685573714 -v -2.5484255471866479 1.7866229261908992 -0.54172608490055907 -v -0.79436006704953754 -0.4881411515592074 -1.1187205818657167 -v 0.77963654374187985 1.9832235696749498 0.72647841668384816 -v 1.6530870964839721 1.128166393576326 0.57392272181025894 -v 0.9220297148562816 1.4566635036373488 -0.4558303342378629 -v 0.34895484167107382 1.7403070784759214 -1.1849208218886758 -v 2.2285194841213283 0.67514679995037652 0.80314800840881773 -v 1.8334175734293563 1.0507802514729134 0.83882795445578562 -v 1.21698115805838 0.42173679193972496 0.40321243165624399 -v -0.29897515619519127 -0.40477101675064681 0.16467832318749656 -v 1.4026379356107568 0.65665905512789446 0.46154967705576999 -v 1.1674368571668323 1.902317236729212 0.040161066873922735 -v 0.43877489358550592 -1.5608842467002737 -1.0742942507104756 -v 1.0760220518048744 0.22747251849585765 0.10798929689226633 -v -1243.8810349709618 -80.056903659100172 -541.97009345885328 -v 33.974459769225184 9.1246458312798051 54.998013665769321 -v 2.7546894397960107 0.2214302311000089 2.0543532507888296 -v 3.2847535619304344 0.89931627194407182 3.1205231111924672 -v 1.8057773755461746 0.88472614588287157 0.7417253498596591 +v 0.68808641348690591 0.18735189746464054 -0.038615884767232544 +v 0.99107546937257684 0.46553082758411612 -0.27943558998328011 +v -49.819731645082527 95.674055613376311 -50.90969185127107 +v -2.1684025188238611 1.582428290932572 -0.34593954791762954 +v 5.3779981786369282 -0.8230368199647824 -0.35534613207235755 +v 2.5911208835498512 0.83702676065671477 -0.84700650348940643 +v 0.69447532696837233 -0.11763486218995951 0.15574648704354654 +v 1.6003109504458517 -0.27785035045656253 0.072156415181767741 +v 0.75598804758914262 -0.34395699299687021 0.28829612622597145 +v -0.50138198125786482 2.0117134997912669 -0.96436824680818256 +v 5.0084020198638886 1.8852576243050443 -2.0169177008686554 +v 3.2973685195150475 -0.19745356684549331 -3.6996450313595286 +v 0.85173040369871222 -0.7749068611077442 -0.80372657448793883 +v 1.0114782355392298 2.1444715867456945 0.65203641580998528 +v 0.99696362912305114 2.146793934894307 0.67250533115639621 +v 0.39779276952597098 -0.11574005504281927 0.17123891538760294 +v 1.120235268450811 2.713774359490468 0.83356934407554828 +v -5.6059374622482219 6.2337500441089881 11.713983595881642 +v 0.37601875364758347 -0.51038350364161866 -0.025315709743741643 +v 0.49990667232946584 -0.073798532330077299 0.060502527013547136 +v 8.030538195847873 -3.4330067308269432 -4.8831357554602306 +v -4.6724337137483936 2.5349409819732713 1.0512541725450693 +v -0.58937541941261584 -0.38252613080144199 0.15861625113339878 +v 0.22194337697384792 -0.23082979115046406 -0.76158758386084813 +v -0.0041000330495373398 0.45089185786358554 -1.2405031637532 +v -2.7782785287666703 2.1338798665673502 -0.3300924675931321 +v -0.038815626083811339 -0.33527904304597661 -0.409268932695874 +v 0.23145705652278706 2.6753053861595411 0.83552117627932543 +v 1.4314773919302759 1.8650416527179847 0.58426083486987246 +v 0.76289700841893981 2.2007959620441473 0.16314831278652184 +v 0.43936449105620751 2.3434734619857163 -0.1366604141763017 +v 2.8460453382374129 1.0150357885361359 0.79798275715179501 +v 1.5924917366904825 1.7903300114446938 0.71549950068020096 +v 0.77058405744527625 0.40955668696714226 0.27576703038236217 +v -0.23764210585775669 -0.40438092988248187 0.13564150876729963 +v 1.1427657920550784 1.6139623809911323 0.53990458310157519 +v 0.73429321727789953 2.4374923757629769 0.09434960203490883 +v 0.38678925593700947 -0.72797461757191739 -0.41233116005074666 +v 0.53375487447409564 -0.066950624504106784 -0.16112199840448327 +v -824.85373823219993 -124.6213583439494 -258.46439463757861 +v 37.456569650652668 18.171113937315848 40.339421349397398 +v 5.2970261927697333 1.7772631915154193 4.2718061291363414 +v 9.0251494924207947 4.1058138654201395 8.5876929452536643 +v 1.5979770222230276 2.3755804553673174 0.90495020541013593 f 1 2 8 7 9 5 6 11 10 3 4 f 1 2 13 12 14 17 18 19 20 16 15 f 3 4 26 22 23 21 12 13 25 24 27 diff --git a/results/search/topology_18/resume.planes b/results/search/topology_18/resume.planes index 89f26f31..1c1ee7ec 100644 --- a/results/search/topology_18/resume.planes +++ b/results/search/topology_18/resume.planes @@ -1,37 +1,37 @@ 36 -0.059244044125080109 -0.25941914319992065 -0.48438388109207153 -0.23269525170326233 --0.12775035202503204 -0.12264250218868256 --0.57563549280166626 --0.12547098100185394 --1.2552727460861206 -1.1547954082489014 -1.25450599193573 --0.41963469982147217 --0.0097256191074848175 --0.054904747754335403 -0.25205123424530029 -0.85131305456161499 --0.061293613165616989 --0.36614057421684265 --0.021597851067781448 -1.8547401428222656 --0.23084929585456848 --0.099980123341083527 --0.36743098497390747 -0.28332465887069702 -0.25605732202529907 --0.13895617425441742 --0.25532364845275879 -0.12439113110303879 -0.1602279394865036 --0.3094119131565094 -0.093483194708824158 --0.20534572005271912 --0.02274465374648571 -1.0641443729400635 -0.21051323413848877 --0.66290444135665894 +0.031581245362758636 +0.098476149141788483 +0.15348728001117706 +0.3278401792049408 +-0.14189085364341736 +0.24857160449028015 +-0.25405076146125793 +-0.27323538064956665 +-0.26903274655342102 +1.1612492799758911 +1.8372964859008789 +-0.37877827882766724 +0.010481810197234154 +-0.048563290387392044 +0.2066679447889328 +0.4895210862159729 +-0.0136471102014184 +-0.25047534704208374 +-0.09288875013589859 +2.108555793762207 +-0.73957210779190063 +-0.0094131026417016983 +-0.36976704001426697 +0.20763160288333893 +0.19559682905673981 +-0.01281468104571104 +-0.21717280149459839 +0.063299208879470825 +0.076883494853973389 +-0.23934096097946167 +0.11327098309993744 +-0.25054171681404114 +0.0095582045614719391 +0.65496796369552612 +0.21446208655834198 +-0.68147921562194824 diff --git a/results/search/topology_19/resume.obj b/results/search/topology_19/resume.obj index e819a7d7..3e14076b 100644 --- a/results/search/topology_19/resume.obj +++ b/results/search/topology_19/resume.obj @@ -1,47 +1,47 @@ -v 0.81748296407038057 -0.55772773120718977 2.4715816374463793 -v -0.41911906242505337 0.71829823005939664 4.234633290618139 -v 0.90604067173650804 -0.85443340351672237 1.8481474041681145 -v -0.47128627754719782 0.203760556495412 2.9327564627853517 -v -0.58339454330851137 -1.0841313833228277 -0.30603907502188143 -v -1.5510500327717491 -1.3872817734476115 -2.0782742518769939 -v -0.47946473772794318 -1.1927862607699851 -0.45763247162203707 -v -3.6202953008642029 -1.1364197450726088 -3.6908969409889081 -v -1.5725986134834318 -0.74903666115402623 -0.55593941653648216 -v -1.3704966991212459 -0.96639401674424474 -0.86541881895748096 -v -1.2366741072057952 -0.78662956126772388 -0.28655882317988834 -v 0.011905369462089485 -0.47518992724534492 7.0551203187960274 -v -2.3765731343152723 6.0742479890727479 -8.2799853806431116 -v 0.92483466453634988 -0.42438975124638845 1.1985835844105983 -v 0.26341974922123551 0.98532732747019058 -1.1947618886974589 -v 3.5301107133999463 -3.5119953384346325 -0.68403103676065702 -v 2.1261486504454079 -1.9452112908656651 0.77597944976661448 -v -0.20793471774266356 0.92606380954433509 1.980584549457705 -v 0.62464040576121083 0.072632982097421125 0.76746995298755682 -v 1.7089745306782707 -1.2249779284549669 0.041388208617747863 -v 0.37338987945065422 -5.5703728998677846 2.8957981143058729 -v 1.1367990369466425 0.20172096887729515 0.98403787030190526 -v 1.2007932840263924 0.55514528845859534 0.7695628087692945 -v 0.77013964510534205 1.5173707919188637 3.6015116466333303 -v 0.87675506155096405 1.60466264430225 3.0357221891133088 -v 0.19351819316763469 -6.9638858949206206 3.3323093537486379 -v 0.92422087030643307 -3.0100093143454627 0.84945359830823985 -v 1.2129154906108606 -1.0243316526319908 0.044551615957307278 -v -1.0690052298619819 0.51484035702144093 -3.0016798578878854 -v -1.1854475180789785 0.93917332567218026 -3.5834365647720778 -v -0.27619469681993786 -2.3077101757679297 1.0643896482022925 -v -0.92720151695618735 0.55877745092643527 -1.4078751757938543 -v -0.65481650751648979 -0.40922597519213383 -0.0081575095907313877 -v -0.65032896379869143 -0.85794658922878242 -0.6684523100225177 -v 3.1331398034544526 1.5639459838531433 3.0927441943266452 -v 0.063096502613733327 -2.0135910355348954 1.2000414596805546 -v 4.1086332622650632 3.7319004861506699 2.755104106514827 -v 11.165486687298724 8.2548288523138122 6.10660646328121 -v 5.9629942486804266 0.49619214359439973 1.6676684041948204 -v 1.6467459680824519 -2.1772247859508105 0.7175943478143838 -v -9.6061574768408384 -5.0240144275230074 -4.8725339967142798 -v -2.7393777313305243 -0.62669543965931018 -1.4882073773053384 -v 5.5353895191986533 0.37408747736800074 1.4657628845276336 -v -2.6241639989014223 -1.7040977298102713 -0.95849553512571295 +v 0.62063723950513194 -0.72695792644310242 1.9577788855921074 +v -3.48919794623728 1.5098474469989736 7.9523070790872294 +v 0.82621683777211086 -0.86173038151254411 1.5227265936080818 +v -0.99071862651561415 -0.24092612503364716 1.9983376776087516 +v -0.1753063788657358 -0.80906266595089626 0.074391681852994843 +v -1.028117402941674 -0.98259850882513056 -2.4490632584142364 +v -0.071882595998991772 -0.9238267896484077 -0.42192275904931287 +v -2.4902415027752154 -0.72628068116680478 -3.5034507516768962 +v -1.3079390193561211 -0.52076903444475653 -0.21223244653301038 +v -0.47634549170787199 -0.82336934218868096 -0.53899947212993338 +v -0.99811148070970068 -0.57700324758312949 -0.00014753538186393356 +v -3.4667261239885878 0.33467365624874912 9.9817590398166693 +v -4.9476316702446974 20.752722298595732 -22.635966589938221 +v 0.8647054346144103 -0.56375496353793331 1.0768248698516152 +v 0.82526965740718461 0.55085445990121518 -0.80411367483538343 +v 3.1943295147698518 -3.2142376804605348 0.13056699284461923 +v 2.3925747332349006 -2.3915917695331443 0.61499750043401413 +v -0.25560412937571458 0.79578107694983202 1.3812788129358935 +v 0.60668466196687887 0.077610404713782027 0.56486757041484137 +v 2.2256561455278097 -1.9376583845904232 0.21460572206402989 +v 0.25848163835191634 -2.6373067728782824 1.8934563666504214 +v 1.4164568696918078 0.31934061470192088 0.88013226354477603 +v 1.6672938533155421 0.83230626306947686 0.61131635543328589 +v 0.69035167660279095 1.2575774404676046 2.5955132908645289 +v 1.0548374450580618 1.1842297743493584 1.8882314564068983 +v -3.0486394983355272 -11.140832104377683 4.764453491724721 +v 0.62745130663858084 -3.739965585926067 0.77970045442461888 +v 1.3982158881798614 -1.6660293873186107 0.14619762891954255 +v -0.059797014872033726 0.10410523510830867 -2.049078689109133 +v -0.097062060648174325 0.96712598194089006 -3.5203875232235271 +v -0.032687142900066246 -1.6868306317973203 1.187853919988759 +v -0.44165306933590881 0.25931307846489998 -0.94161244404890831 +v -0.46997641068212226 -0.25908735539317457 0.12763128040195582 +v -0.041526096909866132 -0.77909346366579879 -0.47071501405411065 +v 3.2046639042946299 1.7178792824127809 2.5975404928366435 +v 0.26969118037259215 -1.4956572909879544 1.2560568210021312 +v 1.905074083097031 1.1101151000630634 0.69190388770281808 +v 13.641202093091264 4.0752504412746013 2.8294861231916895 +v 8.4828141436799509 0.72840490839587135 1.6231814497898003 +v 2.0941845697529593 -2.4888499539682485 0.59342534826409898 +v -36.3453422912254 -10.424554440168471 -15.023331348097376 +v -2.7579344535631791 -0.2882615749365155 -1.1874932562874423 +v 7.9928417691336353 0.596551769507635 1.4494424578720557 +v -3.6718987104445864 -2.1890102794186368 -0.64748009077843338 f 1 2 8 6 7 10 9 11 5 4 3 f 1 2 18 19 14 15 17 16 20 13 12 f 1 3 24 25 22 23 28 27 26 21 12 diff --git a/results/search/topology_19/resume.planes b/results/search/topology_19/resume.planes index 7c22b3bc..009269a8 100644 --- a/results/search/topology_19/resume.planes +++ b/results/search/topology_19/resume.planes @@ -1,37 +1,37 @@ 36 --0.39425098896026611 --0.88979113101959229 -0.3674679696559906 -0.50808918476104736 -0.37842464447021484 -0.082484506070613861 -1.2502263784408569 --0.092027172446250916 -0.22139009833335876 --0.69321167469024658 --0.10182005167007446 -0.064483225345611572 -0.26713481545448303 --0.14499887824058533 --0.15923081338405609 -0.38899660110473633 --1.2300868034362793 -1.6941089630126953 --0.51469129323959351 -0.78514778614044189 -0.024148520082235336 --0.010273076593875885 --0.2917419970035553 -0.1981910914182663 --0.14123068749904633 -0.076753176748752594 -0.18682943284511566 -0.69310450553894043 --0.76089733839035034 --1.0077270269393921 --0.043073553591966629 --0.1102670356631279 -0.23950263857841492 -0.21606859564781189 --0.2874857485294342 --0.63172435760498047 +-0.2326032966375351 +-0.78220540285110474 +0.1324007511138916 +0.52565830945968628 +0.38459396362304688 +0.21688231825828552 +1.369035005569458 +-0.28428322076797485 +0.73499029874801636 +-0.42501267790794373 +-0.2164672464132309 +-0.11620783060789108 +0.45587614178657532 +-0.33059012889862061 +-0.20545950531959534 +0.14637058973312378 +-0.80662131309509277 +1.612031102180481 +-0.1086818054318428 +0.50856351852416992 +-0.108747199177742 +-0.0069229584187269211 +-0.22223816812038422 +0.18818376958370209 +-0.089748464524745941 +0.086954563856124878 +0.15416640043258667 +0.76390331983566284 +-1.0928257703781128 +-1.3249703645706177 +-0.031423483043909073 +-0.038739487528800964 +0.22626397013664246 +0.12534938752651215 +-0.24239286780357361 +-0.64102709293365479 diff --git a/results/search/topology_2/resume.obj b/results/search/topology_2/resume.obj index daa9d8ab..3385c7e1 100644 --- a/results/search/topology_2/resume.obj +++ b/results/search/topology_2/resume.obj @@ -1,47 +1,47 @@ -v -1.1816316176959649 -1.8620088370194541 0.32930068446336996 -v -1.014562091362516 -1.0365573748927501 0.041995781875459104 -v -0.27358803687274874 1.7520850440008204 0.30070692433928015 -v -0.38011195359024746 0.29843297630781096 2.1134969223338942 -v -0.83854694268516017 -1.0176345247269745 1.2342759393644962 -v 0.082980990919579584 3.7596483294765197 -0.74448419420803713 -v 161.19231617580638 606.42709821720041 61.94661490690865 -v -0.85030105415067092 -0.67930433150088132 0.55789389087730001 -v 0.45078956262202796 3.6312127770973324 2.0421381943114527 -v -0.63648236740887321 0.81135026756453099 -0.57286345788781701 -v -0.63515608671562385 0.019186375689344878 0.82842785357333204 -v 0.21776438378888502 -2.6376081325068279 -1.1133537882906437 -v 0.16440077455900687 -1.8521723599989524 -1.1530823092367188 -v 1.6577805898023765 -6.7094220918485119 -2.1875485352249529 -v 1.9863730486764983 -8.0439565993806674 -2.3818512467508337 -v -1.2116556597881394 1.1186771804206019 -0.011269558690638337 -v -2.5642971328360629 -3.6434643710846708 2.0740541830579766 -v -0.77711157476681891 0.86595414745554655 -0.45775706066155553 -v -0.25875848094588527 -0.39034586429771229 -0.87067514098136578 -v -0.99284485885610774 -0.17058073791078274 -0.090445594047406486 -v -2.0083911444841362 9.9564781214410925 9.8609243824516799 -v -0.4557303883345914 0.43024392917998022 2.6716214943365681 -v 0.31455660393093976 -3.1247654107967802 -1.6283505134914702 -v -0.22826515964341682 2.9335182826750863 -0.82310242873797079 -v -0.27447067014209431 1.5007902991629627 0.46554672650004286 -v -0.76930332842310434 4.0969897581120955 3.0321865515446436 -v 0.24197021530984844 -4.5116632833975503 -0.14489257809198017 -v -9.3219097554798491 3.0212992231900921 -0.075917636898578333 -v -0.67975152359778246 -0.69409577759563423 1.5962602777328607 -v -1.1575499522686832 -0.76409721900936467 1.2709579242996969 -v -3.8442384840160737 2.5103834477733598 2.543011881485846 -v -1.1517419811865357 0.36918371794726385 2.2323407704001133 -v -0.96042796286011167 -1.1855839258269225 1.0243969152946595 -v -3.5559149535236609 -0.22226503280767329 -0.95028746135414477 -v -0.30182252087800204 0.41621855203601638 -1.1334805211562302 -v -1.2277942308112537 0.10823042872157496 -1.0972236008484098 -v -0.057730851662879674 -0.49236350230195935 -1.2674159908489746 -v -1.118012434547222 -0.21806956283083906 0.94202781143674652 -v -0.51756858317575039 -0.15590239962807237 1.367827718832678 -v -3.1288015029115259 -0.17729459036815193 -0.64789683577760004 -v -3.6000579164975846 -0.084907598379704755 -0.36010920529447699 -v -0.40145456012594133 -0.021716541421110337 1.5935768316022445 -v -0.57891983013713344 0.23621805124021275 1.7920862729788642 -v -1.0347727082409972 -1.8937307430145056 1.5017038255358182 +v -1.2405750629885866 -1.9335687273241078 0.21452002717024521 +v -0.97946889334286535 -0.84822665858683954 -0.093480381837472315 +v -0.3640508447375968 1.3098339723000556 0.310193900530779 +v -0.2541357227359814 0.82601566725659403 2.8367844196684615 +v -1.0844330077010116 -1.5713058670760411 0.84009355454337276 +v 0.51640888654326633 5.1587491985349638 -1.262356809882311 +v 321.3815555139301 1190.1508544827184 40.269813103995105 +v -0.85139450571556174 -0.53515268826301532 0.37465914610282247 +v 0.13459606381522499 2.6733415476586782 1.724607388858773 +v -0.67334040940169826 0.48718997130219499 -0.63228315359501841 +v -0.74903389936015174 -0.1495880705780035 0.36663190949249458 +v 0.38237864178920183 -2.6553797723279025 -1.6858930319728669 +v 0.31988381746726263 -2.3267454982791751 -1.6132789251003272 +v 0.69484533553591066 -3.5419588306387553 -2.0503753016497677 +v 1.7074588193265472 -14.763849493639032 -3.215882028703017 +v -1.1573922826862755 0.67628634813671318 0.11214711782918463 +v -2.8664196991506299 -4.970789487420876 2.1253779338519432 +v -0.78052806597349766 0.62503097197302759 -0.32936406491178294 +v -0.4206666973426722 -0.4727464241618895 -0.74898664585782382 +v -1.0275011083858412 -0.35146011358039925 -0.038129135123927238 +v -132.05667012571561 730.16252409653191 1177.3999793320445 +v -0.52507554252831024 2.4043704763742273 7.4804301096392498 +v 0.42187087508999482 -2.8704463621660192 -1.9401504113926744 +v -0.57199068233765726 2.3376196820837647 -1.299378476263696 +v -0.23031260222562755 0.62917775517409802 0.79224043750391926 +v -0.5810596773135176 2.5086024760502181 2.1859704230814918 +v 1.3002166583301169 -7.4309088656407791 -1.3150203247343608 +v 2.1231141511854292 -3.895866844870429 -2.353285772032871 +v -0.7497557016977201 -1.2212070530814345 1.4804957415462616 +v -1.0562411480231602 -1.2918038397648286 1.3047585144428067 +v -3.2633554631549124 -8.8324026025764386 -11.513347534261236 +v -3.4345311186870005 0.45971942051008341 3.7184407387146079 +v -0.92698594695126402 -1.452835770335543 1.0654170287118592 +v -4.2544369990989797 -1.3478704328130204 -0.91685775525245039 +v -0.2352742326470969 0.1439114448022292 -1.5536672628194972 +v -1.831332455462837 -0.78303169463306743 -1.3297737353569634 +v -0.0051250677123412247 -0.70930845554606337 -1.6714761139465009 +v -1.0477045547136146 -0.20594516188463638 0.69209612423439026 +v -0.37155968383304677 -0.14142658068211564 1.1317714280702853 +v -3.0016603812399807 -0.86679252440147103 -0.3082059012291104 +v -2.4344517009792637 -1.0174433410042778 -1.0784722097640222 +v -0.20879813713433787 -0.023591822172097349 1.3684790829391982 +v -0.53954392419547748 0.35871636201145546 1.6828340506545678 +v -0.96003133307728405 -2.0105576482697094 1.45260193556515 f 1 2 8 10 9 7 6 3 4 11 5 f 1 2 12 13 19 20 18 16 17 15 14 f 3 4 22 21 26 27 13 12 23 24 25 diff --git a/results/search/topology_2/resume.planes b/results/search/topology_2/resume.planes index 4b703421..9b29a207 100644 --- a/results/search/topology_2/resume.planes +++ b/results/search/topology_2/resume.planes @@ -1,37 +1,37 @@ 36 --0.6999550461769104 -0.17665955424308777 -0.10052988678216934 --0.59519356489181519 --0.067797675728797913 --0.54089713096618652 --0.10652978718280792 --0.0078737866133451462 --0.012573831714689732 --0.70457595586776733 --1.0695281028747559 -1.265019416809082 --0.095828942954540253 -0.14875626564025879 --1.1837664842605591 --0.63596701622009277 -0.53889757394790649 -0.81813251972198486 --0.40024173259735107 --0.79959237575531006 -0.68114405870437622 --0.2918567955493927 -0.7913062572479248 --0.73194873332977295 -0.58747273683547974 --0.23981462419033051 -0.83679896593093872 --0.58794653415679932 --0.11852993071079254 --0.26743239164352417 --0.75213062763214111 -0.24254155158996582 -0.24269095063209534 --0.011027186177670956 --0.1951882392168045 -0.044603105634450912 +-0.68833905458450317 +0.18409927189350128 +0.065198324620723724 +-0.61367547512054443 +-0.00098321400582790375 +-0.52370572090148926 +-0.11102345585823059 +-0.021279636770486832 +0.0007550407899543643 +-0.18956230580806732 +-1.5971126556396484 +0.97218507528305054 +-0.29417082667350769 +0.13374492526054382 +-1.5433220863342285 +-0.5080292820930481 +0.410785973072052 +0.72098219394683838 +-0.27338618040084839 +-0.66209524869918823 +0.5175776481628418 +-0.4828752875328064 +0.71192097663879395 +-0.49481916427612305 +0.55755084753036499 +-0.17685689032077789 +0.80170971155166626 +-0.68059515953063965 +-0.14643910527229309 +-0.26902604103088379 +-0.62127870321273804 +0.24775800108909607 +0.30385911464691162 +0.021719099953770638 +-0.10204413533210754 +0.035951584577560425 diff --git a/results/search/topology_20/resume.obj b/results/search/topology_20/resume.obj index 58b61a49..678868a9 100644 --- a/results/search/topology_20/resume.obj +++ b/results/search/topology_20/resume.obj @@ -1,47 +1,47 @@ -v 3.5240939450830777 -1.3157888498454027 2.0468642114705755 -v 2.5372520349808503 0.013444684447920593 1.5862060971459828 -v -0.65649472055378422 -1.2804995793593874 0.85242163488719336 -v -0.94313017971012747 -1.0840780504217222 0.74427990101550945 -v 1.60749333770974 0.90407355627800334 1.2011312636779414 -v 4.9586012860780713 -0.57165558234128711 2.3544070123522389 -v -0.081646051313723017 0.42079338664245869 0.78583693274851196 -v 0.80548376937241173 0.69784261440781759 1.0008048863859842 -v 0.029933590557715183 1.3928077339991269 0.68608459074328887 -v -0.51425626229191923 -2.7254140374000873 1.0883818730912578 -v -4.30321940762484 -3.8823103105984358 0.16667562627870347 -v 0.93587257617639408 -1.5970880225590369 -1.7787473396523337 -v -15.334779176795545 11.388675346916861 -15.577947487274539 -v 1.0104007343781063 -1.4352059120968532 -1.5617506046281431 -v 0.50858872109534692 3.5656183968374009 1.2086660398251847 -v 1.0665264993314365 -0.59118549624340166 -0.89665936358352472 -v 2.2999643952097206 0.044056012069467639 1.2746583552480955 -v 0.96070023844701924 -1.616903160270611 -1.7576908668941364 -v 0.43665123055248034 -0.22253365075161563 -1.5239934509212198 -v 0.30072961808101767 2.626144415379227 0.26444198200602598 -v 0.40560118618758556 -1.2618758252584268 -1.8612945400638434 -v -0.094475919640056069 -1.4452652700432937 0.14501114963314721 -v 1.1249019955768635 -2.3235824632080528 0.78329659959195708 -v 0.092341180879241216 -1.6686878913289904 0.613549868552272 -v 0.89990134939256172 -1.3552418091629606 -2.6985396049602528 -v -11.392335975520442 7.9364703916710884 -10.958843493027642 -v 0.066686080115671439 -1.3666954023168318 -0.58279776722462517 -v 1.2663652045401641 -1.5322572048448659 -1.4582630396941341 -v 1.0969811754768017 -1.013811319154005 -1.0803481140206381 -v 0.6006084285029436 1.5304470955397329 1.0344333733539408 -v 0.14764472151582306 0.97043088360565943 0.13214236501079535 -v 0.84708224096410512 -0.045401004089278781 -0.32277474644598048 -v 8.084412722291292 1.302104529033183 6.6244314548306864 -v 0.044844929840357019 1.0599879423190608 0.86423831366227111 -v 1.4416207140560586 -1.3821352914408425 -1.6080574692212481 -v -0.068982241778237433 0.80839495507440862 0.9073881054685411 -v 0.29038955262781913 -0.83736630424506142 -0.08618392482647208 -v -0.3708171352587728 -3.0717356248934604 0.37487129032134792 -v 1.0002472951550985 0.49452889936602074 1.0251800316610549 -v -0.16424407719958709 -0.60018008191274907 0.65813331825047228 -v -0.86249650584267801 -3.8578111761702054 1.9498508571186159 -v -7.7918490661779227 -7.0556371671353464 -0.79103389266077073 -v 2.2870031797898394 -2.7987468265577937 4.4436746327192944 -v 1.1154356487843675 -0.12885442143689577 0.084259306218961216 +v 1.0419973117053656 0.76534908895121012 -0.65095153730677469 +v 0.41025187790387829 1.7352240553601255 1.3693296304159879 +v -113.57384783828405 13.978350316676963 74.26138123061645 +v -1.5449241442961565 -0.20194798263532321 -1.2277766587072292 +v 3.9795793343140051 3.0573339884744133 2.1427632300303179 +v 3.9858139410853033 2.9844637936339788 2.0094035499034657 +v -1.6847382809470537 2.8742588045100868 4.3468327082527649 +v 7.2026071813989923 4.7684760268407667 3.7680908324176157 +v -0.59049638577572883 -2.8877010104035308 -6.4669062923862848 +v -1.5161241670650971 1.1324175412269195 1.1503349468400332 +v 0.32314174053922612 0.38274963684704766 -1.015164119239514 +v 0.98658794524009419 -1.9504494986288128 -2.9174393960005784 +v 1.0303117597383753 -1.891912249960739 -2.9476272160355088 +v -0.038540384320601202 -1.1605046601385389 -0.32304620908335036 +v -0.17424067885811656 0.52929236524939915 1.4034558882494732 +v -0.1264195296162933 -1.1174761209505202 -0.12218276418426262 +v 0.03841068011108343 0.72182933390639392 1.1762299967700418 +v 1.041049843560683 0.5016914452270127 -0.87922528710883663 +v -1.0583112680972468 -1.4151522596803199 1.3500098379100312 +v 102.62977317955105 -810.29095634980524 -897.07643360081477 +v -0.98593924245600073 -2.5453250722821594 -1.5787207829645018 +v -3.8399885878290445 -2.7766716483129179 0.35114807368844014 +v -1.2388297449085732 0.51392003904504657 -1.4425744449750784 +v -4.0786134596818524 -1.7975643240789916 0.50120305399609677 +v 0.45702165185880367 -1.2802421888609219 -2.5674247882986929 +v 0.59984310522629802 -1.2052106489564318 -2.6647168294193704 +v -1.4268725549609695 0.021601990050725422 -1.3100232267209704 +v 3.149348500466524 1.5770003944747115 0.58153284980877951 +v -0.9349465697299153 -1.7502955372202011 -0.26651256195516132 +v 1.649887717102964 1.5112214821022414 2.2667305704072405 +v -1.0621517769654611 -1.7551786475792361 -0.12234621033983784 +v -4.9171653852954904 -4.3493863488536366 0.020931335322026623 +v 1.5389699115028914 0.87042960205248998 1.2928508884023382 +v 1.180418040941543 1.3956374653197454 1.4686275743771975 +v 3.1261214505273704 1.1803036882854583 0.23258620256808915 +v -7.5748981164756799 46.913903545488189 47.611607902377855 +v -6.510030058367648 -4.917357575243261 -0.17183947232320407 +v -1.5042499022918909 0.38383411764750941 -1.6219001968624336 +v -2292.0634100037632 -1527.7264638569532 153.72817522592902 +v -1.4951524720361109 0.36144914439955594 -1.5030155100076543 +v -2.0588422609553545 4.3347933249920096 1.6556402714673779 +v 0.15457097580539075 0.48716613895196775 -1.1149458873891789 +v -1.1657554865804129 4.0903980335082242 1.6690861049645167 +v -5.0857132669171943 -4.4713014512272951 -0.0098602577342867814 f 1 2 10 7 3 4 11 9 8 5 6 f 1 2 17 15 16 19 20 13 12 14 18 f 3 4 27 21 12 13 26 25 23 24 22 diff --git a/results/search/topology_20/resume.planes b/results/search/topology_20/resume.planes index d78ddbeb..818be3d2 100644 --- a/results/search/topology_20/resume.planes +++ b/results/search/topology_20/resume.planes @@ -1,37 +1,37 @@ 36 --0.22417998313903809 -0.10658016055822372 -0.78778624534606934 -0.80572903156280518 -0.39909934997558594 --0.57446277141571045 --0.61820477247238159 --1.0392749309539795 --0.24908572435379028 -0.28310418128967285 -0.35811015963554382 --0.36438733339309692 -0.25549021363258362 --0.077675163745880127 -0.22107179462909698 --0.15987639129161835 --0.068020381033420563 -0.71009272336959839 -1.1112850904464722 --1.89481520652771 --0.59878361225128174 -0.47093889117240906 -0.42434066534042358 --0.22348345816135406 -0.066674813628196716 --0.007527641486376524 -0.017057577148079872 --0.55822563171386719 -0.38341605663299561 -0.76300591230392456 -0.3346259593963623 --0.47526746988296509 -0.35584169626235962 -0.44009453058242798 --0.42187237739562988 --0.3766455352306366 +-0.15776166319847107 +0.63236552476882935 +-0.35291162133216858 +0.22017316520214081 +-0.10336130112409592 +0.11846911907196045 +-1.0542356967926025 +-0.017668845131993294 +-1.5612088441848755 +0.36176654696464539 +-0.52093291282653809 +0.30156007409095764 +0.20923849940299988 +-0.35662630200386047 +0.39149963855743408 +-0.42955285310745239 +0.65985029935836792 +0.15711492300033569 +0.2189091295003891 +0.75211077928543091 +-0.86960136890411377 +0.4507388174533844 +-0.66143006086349487 +0.15157516300678253 +-1.3227070569992065 +-0.23320640623569489 +0.057306926697492599 +0.5934632420539856 +0.54857277870178223 +-0.42854022979736328 +0.18603450059890747 +-0.34775593876838684 +-0.67819440364837646 +-0.062281373888254166 +-0.17148260772228241 +1.0198794603347778 diff --git a/results/search/topology_21/resume.obj b/results/search/topology_21/resume.obj index aca660f7..d6df2a54 100644 --- a/results/search/topology_21/resume.obj +++ b/results/search/topology_21/resume.obj @@ -1,47 +1,47 @@ -v -0.68236598753400424 1.6443564705205278 -1.397004593274072 -v -0.26597402675116133 0.88399537425365426 -0.84175039356348069 -v -0.27799145673039471 0.83881868647443192 -0.84828581282064253 -v 0.8355871022353788 0.64633546836753997 0.37637799152536877 -v 0.46505839284643263 -11.490359237546079 1.693841704218594 -v 1.0085555495437644 0.011523792262292512 0.6521243524181396 -v 2.4465573663726579 1.0102937699033865 2.0572253774300981 -v -0.70917667000002726 0.41254983328317907 -1.2516803661977636 -v -0.46983454834303884 -0.93557766171729273 -0.80371184506423377 -v -0.6358384092070255 -0.1678639230536037 -1.0907589097500223 -v -0.73007231254093885 0.59994444489533727 -1.300643875023054 -v 0.25967812751413083 0.20021893998133439 1.0737436662500073 -v -0.011302994009952915 0.54453072172611572 0.050275962697194421 -v -2.065709400435745 5.3830234306074924 2.0923578163299807 -v -2.3798919461890939 6.1670433195580463 2.5984889917649183 -v -3.0489720962600093 7.6153942161702961 2.7029070827976156 -v 0.54034250652074889 -1.103999104212386 -2.0346242031974624 -v 0.70582006091420035 -2.1077844854508569 -4.9002807098545738 -v -0.22573770355530376 1.2017234758390336 0.93276448851393012 -v -0.63706088563824759 1.3845330741653059 -2.115605335890216 -v -1.3918091313762622 -0.67376515978328944 2.0850859152092154 -v -2.7238767877541856 -1.1444140673785277 2.3294388409957127 -v 0.72927632268686937 -0.10300176815512413 2.1317070648921894 -v 3.2571098758268477 1.3577040449714335 0.28386316184169741 -v 4.1457955065717123 1.1557030535743928 1.3792117624425708 -v 0.47018197644983278 0.13024226458305307 1.3871654080178863 -v -0.66572329369510386 1.1794249224752631 -1.941899153646681 -v -1.0066938565029369 -4.2282672873554157 2.0868226926216709 -v 1.2655275574389557 2.0610696459862381 0.37379730513866993 -v 2.2819708036476412 0.095709996539356412 -0.090415161001136113 -v 0.6998439833824619 0.94679488563590786 0.77172515725824165 -v -4.8349164298348208 0.57185405200267247 3.9996632180879454 -v -1.7057558493534872 0.95220010212869866 2.1640565216272254 -v 7.3461595475583161 2.1924162174554271 1.7648296073803151 -v 2.7973292019003009 1.0180753099321416 2.0332135794521884 -v -2.0627396246685694 2.541981627039251 2.4312737516661382 -v 2.0026277888599466 1.6994573999828615 2.1156172047134838 -v 0.79868141237569301 -1.0074685226705269 -1.9684418762774192 -v 0.49079706966439762 -1.0064659297332437 -2.0332811355241094 -v 0.46179207131888433 1.4356296435871663 -0.25451694486332666 -v -0.65698077208897099 0.26465958804355999 -1.3486577011171339 -v -0.86293767237793839 -0.71320371239956137 0.10328561984664242 -v -1.3774435432395247 1.2309114094467348 0.72616370010432341 -v -0.5451974070575063 1.8681280562942868 -2.5574302458686531 +v -0.41425986467815867 1.7214007512710192 -1.0563250058446023 +v -0.088424891789022034 1.0623434924980057 -0.6621802804550081 +v 0.010343210040527861 0.92237130851544125 -0.54437182945387197 +v 0.9304178201297284 0.72029312349439512 0.52237994183286895 +v 1.6093457740804706 -9.4326942723372014 1.5882152171725823 +v 0.99289226103702855 -0.21233113039213072 0.6204114514673692 +v 2.2707164900723842 1.232901365323668 2.0538676553475592 +v -0.54629407276065822 0.2905989993485793 -1.1687429208469036 +v -0.28419042300226321 -0.9284070555370193 -0.83250132041112446 +v -0.45986891152684861 -0.17455467537895078 -1.0561111531805585 +v -0.60092292007458403 0.6823635497487226 -1.2426596132767895 +v 0.18841685838321084 0.33848482115475265 1.0249175079248916 +v 0.085324047890120241 0.62699561646720425 0.24028568808035339 +v -2.1283532526839575 4.5906009255230353 1.8026758634578279 +v -2.9270244684344742 5.9807965401151169 2.6949884916204305 +v -3.4325747769946298 6.9188749075973481 2.7804731775660492 +v 1.1202310652729148 -0.96676318952806806 -2.6290362139576482 +v 1.6950898424808152 -1.6323403421523102 -6.0355061306749045 +v -0.343239971135607 1.3144678344246814 1.2017547793807004 +v -0.4146069764304316 1.8780437388545044 -2.3433084417580146 +v -1.6552626402460611 -0.60998518749791564 2.2730314352692975 +v -2.7483726019968038 -0.90588034507511006 2.3464767045571717 +v 0.63144322686537602 0.0072267424728657374 2.1238398126841411 +v 4.9746189239109446 1.485327427348559 1.0754279613069473 +v 5.6505438854888217 1.383217237249478 1.7431704402907278 +v 0.61224971572904729 0.029173744170049962 2.0572288790124262 +v -0.47442888042226478 1.370971299341869 -1.9623042400391508 +v 1.2018769409585093 -8.3324417415418441 1.6738271211653806 +v 0.89242399462093069 1.8430752725054012 0.38241387491663731 +v 2.499143468714109 -0.012452661587138607 -0.31576660104417298 +v 0.5102635340043018 0.9167092446259254 0.74710806419946962 +v -4.7046682452656157 0.70101224949511753 3.9191610495318039 +v -1.9964251722695987 1.0817529541324318 2.2328088779623378 +v 6.8762605583962966 1.7241021050667744 1.7139225170438217 +v 5.5544788038806878 1.370046548828906 1.80113934932453 +v -2.3632620531935817 2.3877115191454048 2.4759850551666531 +v 1.6583380959734144 1.7052724611882955 2.1251772144217442 +v 1.2888549470174517 -0.63213038403156152 -1.4504107866094218 +v 0.33054036825499777 -0.72490201683968947 -1.7507187979362917 +v 0.56006883347230374 1.5444104758159234 0.070776159318983956 +v -0.50897017015043533 0.20995989533624074 -1.2226448430455124 +v -0.82071867978452007 -0.83299087426152263 0.18577580132542376 +v -1.5800136350106502 1.3169643671054754 0.99791360555162834 +v -0.39719759866606452 1.9688593561879937 -2.4202196976466883 f 1 2 11 8 3 4 10 9 6 5 7 f 1 2 20 17 18 16 15 14 12 13 19 f 3 4 13 12 21 27 22 23 26 25 24 diff --git a/results/search/topology_21/resume.planes b/results/search/topology_21/resume.planes index 77e35bee..4ef2bd83 100644 --- a/results/search/topology_21/resume.planes +++ b/results/search/topology_21/resume.planes @@ -1,37 +1,37 @@ 36 -0.21284219622612 --0.027984177693724632 --0.19793431460857391 -0.19405555725097656 -0.091139607131481171 --0.020718730986118317 --0.12689314782619476 -0.45628100633621216 -0.18709781765937805 -0.53465253114700317 -0.058378584682941437 -0.92351901531219482 -0.15064540505409241 --0.087030984461307526 -2.1724708080291748 -0.18905669450759888 -0.64881694316864014 --0.88768899440765381 -0.11758808046579361 --0.42028269171714783 -0.15400722622871399 -0.050686921924352646 -0.33282089233398438 --0.23553670942783356 --0.012077337130904198 -1.333492636680603 -0.25571748614311218 --0.84909027814865112 --0.42252609133720398 --0.63901305198669434 --0.87521743774414062 --0.15779852867126465 --0.23042391240596771 --0.22618602216243744 -0.16094233095645905 -0.12912958860397339 +0.26254004240036011 +-0.0063413321040570736 +-0.22764234244823456 +0.33769962191581726 +0.1800052672624588 +0.021817952394485474 +-0.14043910801410675 +0.57596451044082642 +0.23023568093776703 +0.51684343814849854 +0.12463260442018509 +0.85817801952362061 +0.17021310329437256 +-0.10463372617959976 +2.1548411846160889 +0.18105292320251465 +0.59230071306228638 +-0.76073348522186279 +0.16070809960365295 +-0.56604057550430298 +0.13771679997444153 +0.036581303924322128 +0.32760441303253174 +-0.21793888509273529 +-0.041506979614496231 +1.4915741682052612 +0.27010491490364075 +-0.74932253360748291 +-0.34618464112281799 +-0.57838362455368042 +-0.78035449981689453 +-0.16437005996704102 +-0.29444628953933716 +-0.25445267558097839 +0.15378285944461823 +0.1239873468875885 diff --git a/results/search/topology_22/resume.obj b/results/search/topology_22/resume.obj index ceb2f0bb..99f742e3 100644 --- a/results/search/topology_22/resume.obj +++ b/results/search/topology_22/resume.obj @@ -1,47 +1,47 @@ -v -0.22270398774933675 2.7615225927376947 -1.5412782329512378 -v 0.34140583361876908 0.9026382205662643 0.38948628777215533 -v -3.4473836592230627 2.8855806995694135 -3.359296182802364 -v -1.0810265453977601 1.4033514591256699 -0.80395869346102988 -v -2.506260434308007 2.0328853389521995 -2.1119708202445322 -v -0.92459886343702935 0.22145237566352918 0.31645336105232902 -v -0.22078868729327908 -0.081112879025510648 0.95508076264598385 -v -0.20898158313383008 -0.065756767298314048 0.94785864135410591 -v -0.17250956691089461 -0.058951665464991775 0.96121551199867272 -v -3.6290931937649997 -1.6811191504077954 0.5531708848675394 -v -0.65210952312740744 -0.84055221954369908 1.3931327030798055 -v -0.37374854923924905 2.1359177621334857 -2.4213113467589218 -v 0.38803507798049569 0.67980181324443434 0.52672396179818826 -v 0.4261576946520782 -0.82027283213366264 0.21298899762848661 -v 1.3115002661552408 -4.5376012113608724 2.9847044526442628 -v 0.26413414202345364 0.058735734065736116 -0.23003019359292814 -v 0.81693012683129684 -1.7582142807382901 1.6635143797576013 -v 0.77307035871134955 -0.6110464118150285 1.8374449532955928 -v 0.52299207054954588 -0.70706131266838257 0.68414066840125998 -v 0.49816927404617156 -0.99968565196787329 0.47816891375576553 -v 19.622324768602205 12.585807988376306 22.975714660456479 -v 5.298147423441514 6.8578210383490399 6.9954106916123537 -v 1.4362188908542681 0.78557319345642918 -3.0131471282007709 -v 2.4992404830513073 6.5559910335839193 4.9019143758542327 -v 2.0791518478486792 3.8294179842205431 1.2123013428832889 -v 1.2151088444078675 3.9795585443234018 0.8723315918739809 -v 74.751878314083044 -38.242978257241873 -7.2605894322743927 -v -2.887501321953275 2.7861191703924284 -3.141738847633273 -v 0.049141137653192467 -0.43302555654536351 -0.081126390946267557 -v 0.8448909546849166 1.8364129878627824 1.2653783855311356 -v 8872.7813470078636 -6340.290092060256 7573.7586864980758 -v 0.11314344168339381 -0.10034274709134654 0.062475197075793916 -v 1.719961539825122 0.61180034005914907 1.8714344093799939 -v -0.38495486148155728 -0.56633945334038305 0.56364519886966236 -v -0.32482515825383501 -0.5287657814634269 0.45331789731660255 -v -0.46264569682837475 -0.54401389238707798 0.62824412007442854 -v -0.20629325491643302 -0.70520390037738157 0.51135374145394896 -v 0.075956347475715044 -2.3740624501346743 2.022965114561651 -v 0.20676123585295564 0.061179189614744479 -0.055441368840672356 -v -0.25768709802934014 -0.49428016880088488 0.31661415710975715 -v -0.16153138445045295 0.050390012246518567 1.038585116276683 -v -0.31359300525478062 -0.68986900977233123 0.7480018063398971 -v 0.077213220304254954 0.41277590842722217 1.3433042884395596 -v -0.60264230864781432 -0.88258910469472918 1.4207572839961691 +v -0.39831120522755359 2.8283544565392971 -1.709190222993072 +v 0.2996923563049762 0.72508433376542181 0.49875809510241315 +v -3.5005207050905218 2.9108421535192117 -3.3921937014163714 +v -0.97470712545985372 1.3219634515642449 -0.68663504946268228 +v -2.6157168776809776 2.0630049830557442 -2.1888651144323266 +v -0.89245807903286878 0.27585785124689005 0.27399295087080539 +v -0.16304049910937235 -0.045222110942877071 0.93443397098691683 +v -0.13055310629531988 -0.0030947798104637493 0.91433552703220133 +v -0.067175715374154454 0.0087103358231847769 0.93688154165777493 +v -3.6760957222765955 -1.4737876942687478 0.36402797754707406 +v -0.65929170058800812 -0.6470745258720253 1.2048943721029994 +v -0.52329824886265786 2.4405847039518802 -2.2664847219219966 +v 0.28833369780973628 0.39068038717580461 0.38473578595908109 +v 0.27949907530631496 -0.66515723126159931 0.12747732307808052 +v 1.1869584230618493 -4.3770104877685796 2.7909189114835424 +v 0.19237720347586207 -0.015610994846624185 -0.06612056719320164 +v 0.68754182034047628 -1.5842967700187673 1.4839685986326265 +v 0.67976226971821896 -0.60834088572023537 1.6611445429877993 +v 0.40607465319160374 -0.65291891211052222 0.61125663642729056 +v 0.37802161105208704 -0.87688134833021292 0.45716573928998616 +v 16.668747459850959 12.247196049755722 19.906469271154222 +v 5.0441448621954326 7.1489600773156123 6.8321720617144441 +v 1.3324971025106505 1.1208296646420333 -2.8497099829824135 +v 2.638881907699147 6.7917078133915689 5.0000960516565121 +v 2.175202186741144 3.8517395321602259 1.0534866116875903 +v 1.3676606190983889 3.9739850432521666 0.74150713497330856 +v 165.45542404936103 -85.612785215396755 -16.902767244218808 +v -3.1196218220617906 2.8494933713131116 -3.2496564343228242 +v 0.055213036848479002 -0.38590279324771665 -0.035998724309298215 +v 0.75319688966352127 1.5675596988407967 1.1363298289929522 +v 8069.7841762731769 -5766.5134681656991 6888.3386364108283 +v 0.11384199580378972 -0.1248105055077406 0.085280706023978761 +v 1.4949800472864636 0.5438183831235035 1.6534472657371071 +v -0.32538069958282301 -0.54441895692610121 0.5122938196877389 +v -0.24038156372600419 -0.48567489199259439 0.36652671188278707 +v -0.46231572285118872 -0.4529816122108184 0.56126632549848132 +v -0.18150548208743286 -0.65357249448827881 0.47390613512243812 +v -0.02386343085654228 -2.148808888384802 1.8058995371358859 +v 0.18208268447235521 0.00019847967254898964 -0.0069694329413506062 +v -0.2142875556750356 -0.4738426022803009 0.31055138945253014 +v -0.019088549042260313 0.30462481960212906 1.1430452537314564 +v -0.24599185842199908 -0.65778932554657954 0.73637588006014254 +v 0.01338967931943579 0.35691780380627336 1.1850657925549299 +v -0.45625930791859548 -0.81503288745154545 1.3180416882394395 f 1 2 9 8 7 6 4 5 11 10 3 f 1 2 16 13 14 20 19 17 18 15 12 f 1 3 28 27 22 21 24 25 26 23 12 diff --git a/results/search/topology_22/resume.planes b/results/search/topology_22/resume.planes index be8866a2..7f59e4cb 100644 --- a/results/search/topology_22/resume.planes +++ b/results/search/topology_22/resume.planes @@ -1,37 +1,37 @@ 36 --0.25858590006828308 -0.42828121781349182 -0.48788762092590332 -0.30300524830818176 -0.021821919828653336 --0.06751926988363266 -1.0097482204437256 -2.0763218402862549 --1.6493401527404785 -0.014368418604135513 -0.0033067145850509405 --0.014064600691199303 --0.16302676498889923 --0.15625174343585968 --0.14206549525260925 -0.10142219811677933 --0.061899725347757339 -0.034195404499769211 --0.58375442028045654 --0.11182691901922226 -0.59035575389862061 -0.13699765503406525 --0.046066895127296448 -0.045664526522159576 --0.16325762867927551 --0.46763020753860474 -0.68403792381286621 -0.0066295643337070942 --0.024461936205625534 --0.028244497254490852 --0.42054998874664307 -0.29234850406646729 -1.1979496479034424 --0.16534502804279327 --0.29720392823219299 --0.15617863833904266 +-0.24932076036930084 +0.42137381434440613 +0.480214923620224 +0.19481508433818817 +0.010856135748326778 +-0.051245871931314468 +0.99736416339874268 +2.1679282188415527 +-1.7321444749832153 +0.00081597774988040328 +0.00018778485537040979 +-0.0007987265707924962 +-0.12267826497554779 +-0.11959416419267654 +-0.11973204463720322 +0.12085603177547455 +-0.0737605020403862 +0.040747646242380142 +-0.54223638772964478 +-0.1038736030459404 +0.54836845397949219 +0.15100765228271484 +-0.05265389010310173 +0.040353942662477493 +-0.14823397994041443 +-0.4191058874130249 +0.63613355159759521 +0.0064409170299768448 +-0.023765970021486282 +-0.027440903708338737 +-0.37317308783531189 +0.27120417356491089 +1.0722060203552246 +-0.16340270638465881 +-0.29015982151031494 +-0.1375085711479187 diff --git a/results/search/topology_23/resume.obj b/results/search/topology_23/resume.obj index 724de7ff..036dff8c 100644 --- a/results/search/topology_23/resume.obj +++ b/results/search/topology_23/resume.obj @@ -1,47 +1,47 @@ -v -0.37901952493746938 -0.096547565013097469 -1.0307003488633824 -v 0.0084748394582930455 -0.40393125530136947 -2.4050957011687748 -v 2.4703342720760033 -2.4533001454359638 -11.49994521913205 -v -3.7537672833252156 -1.1139243060849882 -2.959142557000241 -v 0.072647715917230571 0.35517117168038354 0.41450275181134832 -v 0.6971707753284645 0.16808057386832226 -0.64072546991018675 -v 1.3912901101787227 0.33975018271497914 -0.38547501306263943 -v 1.1269519010785172 0.16370495601836269 -0.89901265854777535 -v -3.0249461614655893 -1.0461249913405841 -3.1141729153735809 -v -1.2759121455126226 -0.23442583551249441 -1.0447343213017033 -v 1.1938844290403854 0.65196123921104066 0.90012284945627064 -v -6.363179742131118 -1.4837965973733558 10.885103627505169 -v -1.8858294539761242 -1.9839524315717012 -0.36450785099040317 -v 0.82716554855636404 2.0108215524193365 -0.65870273584119521 -v 8.4656247040728587 16.816955482479326 3.9138233852136581 -v 0.0591553823806934 -0.64734866200611096 -2.893250443502362 -v -1.2656486476312609 -0.98405204315128303 -0.30016990423538337 -v -1.2143543228591405 -1.002581183092103 -0.44847388248417136 -v -1.3333605906582333 -0.99444468842536626 -0.15729040920181417 -v 0.80220137252996293 2.6685848406864472 0.39800615438477882 -v -0.57625492243666843 -2.5687009743341442 1.1767246653289227 -v 2.8762011025615744 -4.2693516345820202 6.9927526308023653 -v 1.0191052623258945 -3.1386049154922331 1.4845285563873625 -v 0.93026072014403116 -2.232804454504703 -8.1643941007623226 -v -3.3095374082532891 -0.97321694729404473 -6.1726633805798805 -v -15.201792165356132 3.0927577792135659 -6.4588447324762477 -v 1.9989162458353849 -3.5090544943286233 1.8987629811455551 -v 0.80821103053026311 -0.78521405466208694 -0.92694910764481397 -v 1.0631464973096019 0.37334043599622391 -1.2253490573315742 -v 0.81880200497333933 -0.096885621956864967 -0.87073273278769336 -v 0.92140778688897917 -0.095865288738956417 -1.0406973689243066 -v 0.45984555174845337 -0.8334939826110197 -0.35469105666248923 -v 0.09832883056727168 0.72672803596790758 0.41175658689203692 -v 2.4882768544256924 1.4467216860596734 1.4435474002116533 -v -0.1926333137301092 -0.79272553238143018 -3.4003161108415534 -v 1.0303071581728476 -2.4317247582592634 0.94487790893458723 -v -1.137416745867383 -0.96781045206129834 -0.46279645262835872 -v -0.47403165281059395 -0.43100184771955191 0.20211984016382928 -v 1.1817130518062131 0.45375484140653777 0.34786626782789365 -v 1.4587133602942219 -0.79281590010134173 1.0724221561510336 -v 1.3378827300631106 -0.75969494159712125 -0.29411599187568849 -v -1.4070160643428598 0.46780744390680695 -1.5998016266738915 -v 1.1880267499979325 1.1070641255431624 1.7667879765450609 -v -10.245571155135266 2.3705707319089777 -4.234909578984448 +v 1.2190026242547287 -0.38226357296553509 -1.3296261177903022 +v 0.91196944928861146 -0.16700128098336239 -0.93377466021363298 +v -1.688800727483492 1.1995199046394365 -0.59260638498402129 +v -1.7936603603604397 1.2308649843070316 -0.73542602589514616 +v 1.3607316125763969 0.55822834967602597 5.3426925423160849 +v 1.8528138206276803 -0.62677360327665788 -0.82926605629854444 +v -2.1491827064428932 1.4423878720192771 -0.52582088828232543 +v 1.2787385909838156 0.2732282653382575 3.1906401931294175 +v -1.279481364472546 0.89223196526414728 -1.2542381676967118 +v -0.96431343146399806 0.85667157873092226 -0.43833323594384127 +v 0.97092347303555759 0.61917677293649709 4.4454067468603027 +v 27.852883246270704 29.784986029170213 38.307102805570224 +v -0.50766120068760667 0.90586302299301191 1.0139929538400063 +v 8.1182760830358927 6.3824293851824097 7.3477557046397282 +v -0.41542652570017019 0.85399370977304134 0.91445919316881008 +v 1.4510875373639462 0.23996337232215201 -0.43994849270491304 +v -0.88499433775593261 -0.35388244180427469 -0.80826691241634063 +v 0.1159738556165513 -0.26369364462196032 -0.89924769235744828 +v -1.3346758940662369 -0.098680331955565664 -0.31948825866491726 +v 13.95866754659812 15.343296628515219 19.592286070034273 +v 19.614215148374907 20.555282551592057 27.503560510320437 +v -0.26485404384380901 0.80084553940006531 1.3458566534566154 +v -1.4312446610627114 1.2008443634404331 -0.24460994829525717 +v -2.1021263210721326 -3.6567133735280262 -0.9777091471833097 +v -1.9275908512054554 1.7084197142282389 -0.93346614242763959 +v 4.7955952538174103 10.803637605975901 7.8269599993497962 +v -1.6157513551149134 -3.0754867568458448 -0.34121326353254294 +v 4.3668143775511492 -0.67755312864088513 -8.7902069860123504 +v 1.8818127576533459 0.080807355019442806 1.8594170420450755 +v 0.38247562718552414 -1.8427196491001501 -1.0640723590010437 +v 1.6099792484783333 -0.88705825585881692 -1.1015237139090488 +v 0.12627722515954268 -2.0207665609836321 -0.97217700252342798 +v 1.8779261658570865 1.1783350010639313 6.1806970972797437 +v -1.2044471081550387 1.1278224078502703 -0.6467469071677624 +v -1.5902223404216713 1.2594979121959671 -1.0798515639177473 +v -1.0930675174338966 1.088855164115532 -0.37952770572662758 +v -1.3207971380732344 0.3269058562403182 -0.70549998328863051 +v -1.5048850919438201 -0.053408522519077094 -0.7206700752770473 +v 1.9305331591245116 -1.1884923724585916 -1.1596316257034447 +v -1.1445756529136943 -2.1437338143922386 1.1315734263824835 +v 0.25425589712157687 -2.1904508920234331 -1.0282306023447001 +v -0.6843718710921638 1.526152256299192 -0.52010722993958103 +v 10974.666330824934 12405.406471636765 12718.808455329523 +v -0.93308190990555895 1.8588489436406157 -0.41105903047182563 f 1 2 6 5 11 8 7 3 4 9 10 f 1 2 16 15 20 14 12 13 19 17 18 f 3 4 25 26 13 12 21 22 23 27 24 diff --git a/results/search/topology_23/resume.planes b/results/search/topology_23/resume.planes index 16c523d3..77871ede 100644 --- a/results/search/topology_23/resume.planes +++ b/results/search/topology_23/resume.planes @@ -1,37 +1,37 @@ 36 --0.032037120312452316 -0.21419556438922882 --0.05693734809756279 --0.47224581241607666 -0.30587577819824219 --0.20155322551727295 --0.80351114273071289 --2.3652348518371582 --0.21463984251022339 -0.21909302473068237 --0.014166250824928284 -0.13217900693416595 -1.133191704750061 --0.3671710193157196 --0.45742928981781006 -0.094549216330051422 --0.18615902960300446 -0.055960770696401596 -0.075643323361873627 --0.87704193592071533 --0.027945432811975479 --0.28119635581970215 -0.10332227498292923 -0.19713336229324341 --0.14644064009189606 -0.0125638572499156 -0.33043482899665833 -0.087629616260528564 --0.50313133001327515 --0.65722507238388062 -1.1869809627532959 -0.2056526243686676 --0.099969580769538879 -0.18737293779850006 -0.53077322244644165 --0.24521584808826447 +0.1722596287727356 +0.34075024724006653 +-0.051689233630895615 +-0.032175261527299881 +0.2143426388502121 +-0.14151459932327271 +-0.8279765248298645 +0.021882602944970131 +0.61271142959594727 +0.87474793195724487 +-1.1124703884124756 +0.28333428502082825 +0.21667350828647614 +0.64906841516494751 +0.0043387617915868759 +-0.083959318697452545 +0.074538029730319977 +-0.84982907772064209 +-0.93593955039978027 +-0.50929534435272217 +-0.59516000747680664 +-0.85738623142242432 +0.40110257267951965 +0.34867298603057861 +-0.93232578039169312 +0.21088680624961853 +0.4193551242351532 +-0.28318330645561218 +0.028792932629585266 +-0.73371082544326782 +0.76064449548721313 +-1.2045345306396484 +0.51869791746139526 +0.32433784008026123 +0.49120223522186279 +-0.75888717174530029 diff --git a/results/search/topology_24/resume.obj b/results/search/topology_24/resume.obj index c530e4c2..0176f20f 100644 --- a/results/search/topology_24/resume.obj +++ b/results/search/topology_24/resume.obj @@ -1,47 +1,47 @@ -v 1.7003549593227221 1.2882012743938722 1.6792103839246866 -v 1.6822015798611956 1.4493735868844924 1.9038365127198622 -v 1.2640684699480234 0.048039047723825432 -0.088123367647647971 -v -1.8500007000923493 -0.074141161221801338 -0.46974944392987994 -v -1.3841650580899041 -0.52871292020313276 -1.0752705099145075 -v 0.35412567359033831 -0.024310858970413071 -0.2509917836318008 -v -7.9552097677736198 9.8782018009762869 13.064069440066222 -v -1.2509515278005943 0.085228097956412605 -0.20594641080767018 -v 0.75852916968823358 -0.053309828392517911 -0.26430339391670027 -v 1.0575757877872143 0.025137932070014354 -0.13416741281250927 -v 0.78563030664173605 -0.063357159476222558 -0.27655165425262485 -v 1.6881304803581934 0.16988887971887931 0.38440394258485611 -v -0.57810740071755851 -1.2814946767768127 2.9998346509463785 -v -2.1152956235204279 0.23649947321646389 7.7235105311447185 -v 0.52397597994800282 -1.065842101473101 1.1501873915118193 -v 0.76603753345665426 -1.2237641909941972 0.50196021534419843 -v 0.93796524219716859 -0.40580669318031976 1.1378743562387761 -v 1.5374998124907051 -0.58864495791151272 -0.22212341253898776 -v 1.374278923935476 -0.82242974133485292 -0.18610059399200904 -v 1.7851378081761959 0.17938414218335944 0.21041266472904219 -v -7.8963982880678891 5.772759833018287 -0.69136363796327849 -v -17.479061015855876 15.062424170063833 2.47138300191836 -v -0.12121788344426822 0.89754773725639547 -0.19797617583504246 -v -20544.302688255531 31130.010833622091 19667.038546643696 -v -0.62920942616622499 1.1870463940349243 -0.2635668353618571 -v -0.50380747676377735 1.1662288200955186 -0.18916844526063065 -v 0.99202970945338298 0.061852263627791802 -0.28554399804494551 -v 2.4236105605210039 0.36275146939315367 1.1827140745517886 -v 1.245024982842472 -3.0499402871333308 2.2378227112655029 -v 3.0990922657320374 -4.8680244298490027 -1.5138387704569582 -v -1.4251893872589683 -0.48277581415240117 -0.12661245358426915 -v -1.0040704760519958 -0.87932514686738938 1.5074744444985813 -v 6.2111779996743381 -7.8791272759243736 -1.6572661921897545 -v 0.40107551902959082 -0.12350774704773371 -0.23998630916462732 -v 0.35838921454380562 -0.12247809929411152 -0.072192536454126446 -v 0.34325008759641995 -0.18420359337968073 0.11113753432604123 -v -0.83150911112673098 1.1477523186405647 -0.357794225766916 -v 2.1803757757157776 0.33443415385366804 1.5399875032023063 -v -0.16592935008665688 -0.19632159076731565 0.4736726953226027 -v 2.1655223744961423 -0.39097175522714311 1.7887850612355549 -v 3.5132580786173877 0.57324855736048141 -0.44403957976380304 -v 4.1577216678757098 -4.2809251742386332 0.15538320107935677 -v 1.1228750521615662 0.028589140648163012 -0.10781988077006299 -v 4.4525349455406067 -3.6528693493424078 -0.46387470592677238 +v 2.0549793599443316 0.56924052405811831 0.73409085784008754 +v 2.0211403840929529 1.0618807831509613 1.379358097880895 +v 1.9366879767530945 0.063809352038147943 0.060475465320590727 +v -1.3167753965153777 0.0054307589355598613 -0.26282849618224091 +v -0.94075670288180513 -0.29209641769245553 -0.62558920750047797 +v 0.26485408027903218 0.018296854462897118 -0.12605951176142605 +v -8.6549837228095114 10.94769329061352 13.570396151484331 +v -1.1071513674009885 0.1253292299159697 -0.089275192183452604 +v 1.053653053658522 -0.047034286505401236 -0.15219905671534284 +v 1.4524200291322842 0.0099523334901704778 -0.047043520627640723 +v 1.1630749607564146 -0.089828900271790607 -0.20018322513513753 +v 2.0495100117565084 0.068901821208417091 0.1547876287456964 +v -0.34193142069176569 -1.3231484565915057 3.0791626716200264 +v -2.1555803419209485 -0.27211021559559651 7.7801968541979765 +v 0.58991554396383039 -1.3372296894944928 1.2837050763992273 +v 0.69879517429872418 -1.4082633558862541 0.99213138802124812 +v 0.9029929363839847 -0.60407661186293682 1.5502121944099057 +v 1.8436314219050667 -0.49610229841841241 -0.11816247947552741 +v 1.6406958482270599 -0.7867711808889104 -0.073374612988237026 +v 2.0252110596238384 0.061917047914960825 0.19294051906750553 +v -8.2507531945433872 6.4105883305620273 -0.63308093739081905 +v -30.343374834527822 25.990738776208282 4.5474151029641519 +v -0.5310995603701435 1.598650447596683 -0.11050845041460899 +v -21016.366606373125 31845.396149464144 20118.666728083968 +v -1.2872511668326589 2.0262362290021185 -0.21197578241904447 +v -1.0771332217462395 2.0329546446483127 -0.039508828756939174 +v 1.600790506180167 0.080865127818571941 -0.18328809905335147 +v 2.6959679574584499 0.11167894484919012 0.71081335606787943 +v 1.0322265677596389 -2.3947387277443375 1.6326356207725223 +v 1.9773845406363326 -2.9040643520213414 -1.1124230568887321 +v -0.96254498953385659 -0.34913817474688269 -0.033690512552958435 +v -0.60751712285329629 -0.88125819768781066 1.5543624338613007 +v 5.3441789920517744 -5.9831191784531494 -1.1706672080132354 +v 0.34610826452667337 -0.15337927692101644 -0.10701276439362971 +v 0.36176242988494955 -0.14368601083720062 -0.18863028798530582 +v 0.29507502041186257 -0.41558507564959069 0.61893378978327573 +v -1.4013217413825962 1.9067507104003434 -0.3071326578186333 +v 1.7068138385547442 -0.16823647243540679 2.2154016394087059 +v -0.047201199811588969 -0.29049959232929123 0.77481604475445709 +v 1.7803416569063348 -0.67504020949666721 2.2690440816552813 +v 3.3260358923997875 0.43080733802764437 -0.2917448347440581 +v 3.8525648885262469 -3.535071475538373 0.19798616049987619 +v 1.6159347730426117 0.018638335809343178 0.018796423121325567 +v 4.1088134124912656 -2.9891709842979322 -0.34026682199328478 f 1 2 7 6 8 4 5 9 11 10 3 f 1 2 14 13 17 15 16 19 18 20 12 f 1 3 27 21 22 26 25 23 24 28 12 diff --git a/results/search/topology_24/resume.planes b/results/search/topology_24/resume.planes index c9c57ef5..505684b5 100644 --- a/results/search/topology_24/resume.planes +++ b/results/search/topology_24/resume.planes @@ -1,37 +1,37 @@ 36 -0.0054827337153255939 -0.11370689421892166 --0.081143155694007874 -1.0778795480728149 --0.66553717851638794 -0.56464189291000366 -0.30300238728523254 -0.44412997364997864 --0.38645166158676147 --0.92968934774398804 --0.96117013692855835 -0.006338946521282196 -0.21216754615306854 -0.10633470118045807 -0.053322367370128632 --0.1867208331823349 -0.12363217771053314 -0.34932044148445129 --0.0087219784036278725 --0.030405327677726746 --0.23684743046760559 -0.03649420291185379 --0.18222810328006744 -0.010402253828942776 -0.03391927108168602 --0.18573859333992004 --0.059735417366027832 -0.15545187890529633 -0.18014067411422729 --0.40886548161506653 -2.1680383682250977 -0.47475364804267883 -1.5136476755142212 -0.082981772720813751 -0.078551717102527618 -0.11917327344417572 +0.0047152657061815262 +0.081828698515892029 +-0.062226235866546631 +1.2611603736877441 +-0.77870422601699829 +0.6606525182723999 +0.40901270508766174 +0.59951573610305786 +-0.52165764570236206 +-0.61004847288131714 +-0.6654200553894043 +-0.086583465337753296 +0.18438263237476349 +0.092409320175647736 +0.046339366585016251 +-0.40076187252998352 +-0.0064377719536423683 +0.48850235342979431 +-0.0041229822672903538 +-0.014372934587299824 +-0.11196033656597137 +0.029921829700469971 +-0.20709080994129181 +-0.01885606162250042 +0.043440934270620346 +-0.23787827789783478 +-0.076504044234752655 +0.17170406877994537 +0.19630627334117889 +-0.45232820510864258 +2.0950369834899902 +0.45876774191856384 +1.4626796245574951 +0.19970603287220001 +0.18904460966587067 +0.28680551052093506 diff --git a/results/search/topology_25/resume.obj b/results/search/topology_25/resume.obj index ecfdefa1..76e15273 100644 --- a/results/search/topology_25/resume.obj +++ b/results/search/topology_25/resume.obj @@ -1,47 +1,47 @@ -v -1.5268298009062091 -1.3692953508049002 -0.30959042812705984 -v -0.72307590124755983 0.095610124241455208 0.79862460904139709 -v -3.1408616634527085 -4.0166768180067303 -1.4055384997926468 -v 0.030666325649956645 0.5199867762007383 -1.8054339411701772 -v -1.3252647707254555 -0.49212131418363214 1.9247481840831775 -v -0.60134482087925534 0.35662498853653812 1.1167096761570785 -v -0.70307949204283826 0.043247634370094233 0.48538948110221458 -v 0.14252829953296942 0.63535396651167431 -1.9908637258612059 -v -4.5381550916318059 -6.0955476423002031 -1.536875093459146 -v -72.461968213309007 -79.505281711891584 98.173378785895835 -v -2.9823061241323767 -2.6797744163139678 2.8345648816472058 -v -0.74092839771978858 -0.80530603585540472 0.19601381336721535 -v 9.8733369586452842 1.3679389809737612 3.4011431973478032 -v 2.6410794400173199 -1.1744014304810171 0.51068594756361996 -v -0.40690832286033607 0.37847067179744942 1.0392813631788398 -v -2.2941375154923223 1.0640074093901291 1.1828940292994128 -v 0.31442536973589419 -1.0217688574477777 0.22679024252858582 -v -1.87952132219834 3.1255105567187242 2.6237328068476593 -v -0.87539324175245581 0.81879121915190112 1.2547399720364596 -v 0.52822123078938077 -0.85614708146297369 0.37245114552549008 -v -2.8174672416943696 -4.04412212840273 -1.2075187049095395 -v 1.1592604372341595 -0.84612348505799551 1.364187767667048 -v 2.4542053508485751 -2.542181974594294 2.0957796211736928 -v -1.25517099835269 -0.487777846910872 -0.1082764528092291 -v -0.7702857925064629 -0.065579321864559989 0.20654093726121325 -v -1.1654183095434039 2.7127263699962043 0.070713677480294501 -v -1.8144471136944997 0.89128243274397345 -0.39924807208399771 -v 1062.1751787310104 -649.8157858747569 629.43263926794873 -v 4.0190633874663337 -4.5016399287328142 2.9188240693261203 -v 3.4997254230786128 -2.0603942884705138 1.4326837087351629 -v -2.4010085179513956 -1.7497496151238057 -2.0877841240824058 -v 8.3169243863074342 6.5391302038141497 -0.0074285335525178242 -v -0.82080505028505613 1.3177298646532438 -2.68033118545811 -v -0.86966769092012286 -1.1500448827901397 -1.5056837554027331 -v 1.8098204570579752 1.6621042977922751 -0.54416987529715466 -v -6.1471433695596591 -3.9189470887253579 5.7989402878083132 -v -0.86999616048463446 -3.3699796466364327 3.7272401197591019 -v -2.2192560905219163 -0.9939553653145482 0.82393698145844285 -v -4.0357549889381659 -2.0285923943738569 2.2020850400705911 -v 4.0392848762514912 3.5725994448407374 0.75961137414855728 -v 19.993521664901571 -16.317042948403163 16.160723117479598 -v 12.740303070460708 -10.767661997874598 10.408029257930178 -v 15.384449592054196 30.031182865868999 -12.242761835676241 -v 0.52061698536285139 -1.3007516916134003 0.88201214683133822 +v -0.0074550265672108313 -0.17103729565541317 -0.45208019352706758 +v 0.21905988756826786 -0.2815547464088774 0.43607645129573169 +v -0.13660335817686123 -0.059433292494261193 -0.6812123019017482 +v -0.25856353117003023 0.19846528299576674 -0.027430115512758174 +v -0.56224419882563492 1.0961129558107274 3.0581927263739321 +v 0.61437231887644006 -0.17033271576849099 3.7211774377803062 +v 0.48515952837443577 -0.57392925990048949 0.55201197785135414 +v -0.30239807352609976 0.23780261585213341 -0.096883970083057686 +v -0.40193124207911729 0.3662189815750922 -0.031524885458999563 +v -0.48553964527645338 0.50290841195991753 0.18781077782517447 +v -0.59787532264338195 0.632633300331233 0.17479749790589222 +v 0.023526258338711612 -0.34705818766435131 0.012108456980027216 +v 0.11935604586542778 0.454432362969385 -1.4188292785848113 +v -1.6281444429945335 -4.0056174587505664 3.0447431820986441 +v 2.2855529917861905 1.2272971750861408 3.1775363211051353 +v 1.7186574800248731 0.267803137400487 3.5875006196492665 +v -0.023715162642115251 -0.3476856759173208 -0.12269422115283679 +v 2.1749948388396634 0.36635353569911844 4.692659566592229 +v 17.049724190964501 7.5983036525354297 32.154932486006558 +v -0.34426941830861685 -1.3391886619616868 1.0653462405221767 +v -0.58894153964210616 -0.5321421859772163 0.88415116628478985 +v -2.2860331726024383 -1.3275662298524924 4.0752858950999258 +v -6.2619809533064323 -0.17775828197728372 3.289266662529577 +v 0.20532672387216439 -0.49785807037428381 0.31737089083333742 +v 0.41832035678665097 -0.60116567721833847 0.4738474605494275 +v -1.0578311962477231 0.35413236955192201 -1.2668156998348741 +v 0.91991461017644938 -0.52422700589994486 -0.035676799577993301 +v -14.35375227568662 0.25337711911152172 6.9236542144175939 +v -1.3337565301010073 -0.68575707614392167 3.8373424289426268 +v -4.9557218963003349 -14.794000105396899 10.163819853536284 +v -0.30001451827436015 0.40746998328350414 0.26774640073653205 +v -0.29332901440827824 0.70371432494316088 0.41855220361611029 +v -0.27426249298924804 0.33568666262989616 0.11927973410186199 +v -0.7347666654652617 -0.81711748322036271 1.3090670027773079 +v -3.429322763838333 6.6767596602290959 0.28346454805750765 +v 0.51984190467511815 0.93278671672188251 3.2025967998766456 +v 0.34474104344848377 1.1939695706523485 3.0701446697438528 +v 0.11577690119268942 -0.3136832837379811 0.320144241359969 +v -0.41239888012161097 0.45075166703275521 0.17971324727288099 +v -0.5918798815732923 0.61936342900968899 0.087587945570288095 +v 5830.3217548941711 4181.861059145067 22356.613184202921 +v 0.30418309105751262 -0.64094731618162704 0.39823348036067791 +v -0.66738213676242653 0.62901505971480254 0.19822398357518345 +v -0.43705843564039376 -0.79211553873918672 0.82895349906435989 f 1 2 7 6 5 11 10 9 8 4 3 f 1 2 15 16 18 19 13 14 20 17 12 f 1 3 21 22 23 28 26 27 25 24 12 diff --git a/results/search/topology_25/resume.planes b/results/search/topology_25/resume.planes index 2188463c..638f25c4 100644 --- a/results/search/topology_25/resume.planes +++ b/results/search/topology_25/resume.planes @@ -1,37 +1,37 @@ 36 --0.43116158246994019 -0.29465195536613464 --0.076780639588832855 --0.096311725676059723 --0.38691464066505432 -0.58129900693893433 --0.30469289422035217 --0.019136035814881325 -0.49495449662208557 -0.57318747043609619 --0.48919975757598877 --1.0038989782333374 -0.24008260667324066 -0.50479340553283691 -0.74531364440917969 --0.21010108292102814 -0.28708216547966003 --0.061403088271617889 --0.093297921121120453 --0.5077897310256958 --0.37220969796180725 --1.7777837514877319 -0.79493576288223267 --0.62579149007797241 --0.31811240315437317 -0.81659150123596191 -1.3841178417205811 -0.47720503807067871 --0.35208970308303833 --0.30008560419082642 --0.50207787752151489 --0.37790247797966003 -0.26849260926246643 --0.025375423952937126 --0.27153781056404114 --0.23730215430259705 +-0.049002859741449356 +-0.041701022535562515 +0.0073086069896817207 +0.16549910604953766 +-0.12231943756341934 +-0.057429563254117966 +-0.062090218067169189 +-0.28601181507110596 +-0.10431194305419922 +-0.27228477597236633 +0.040042616426944733 +-0.066589199006557465 +-0.1869971752166748 +1.3724477291107178 +2.9535439014434814 +-0.16057749092578888 +-0.080566704273223877 +0.1653846949338913 +-0.11078508943319321 +-0.054454587399959564 +0.039077967405319214 +0.04555409774184227 +0.06773984432220459 +-0.024850565940141678 +-0.068174168467521667 +0.64442181587219238 +-0.1027425155043602 +-0.15999782085418701 +-0.071618393063545227 +-0.10294079780578613 +0.19224701821804047 +-0.70807182788848877 +0.082335419952869415 +0.068560674786567688 +0.07380472868680954 +0.14389149844646454 diff --git a/results/search/topology_26/resume.obj b/results/search/topology_26/resume.obj index 0ee18fdc..6adfe920 100644 --- a/results/search/topology_26/resume.obj +++ b/results/search/topology_26/resume.obj @@ -1,47 +1,47 @@ -v 3.6924278891203373 0.21961900525682673 2.1554971037332287 -v 3.6230021359851232 0.33949391600500528 1.9789591732588829 -v 3.2189568634357624 -0.084941849682645065 1.7796567765259788 -v 3.0182777136870507 -0.27915643344292779 1.6684231221919215 -v 2.9872645453764308 -0.28897990544065066 1.6363319486476993 -v -1.6263975933689179 15.594992194678772 -15.938833196526307 -v 1.7289552039238227 2.8394255545117559 -2.2686776985818629 -v 0.7413094924777347 -0.49220115730408626 -1.0627424862037531 -v 0.6861346105587528 -0.63522711289138145 -1.0271780148741847 -v 3.3358538863799367 0.44905424405560951 1.5338466804112869 -v 1.3768782650678588 1.5488553958960067 -1.7628366733036922 -v -8.2418519187533299 -0.045944742916960088 3.885672890706692 -v -1.0040216533923538 0.1758907664394814 2.7429601303711975 -v 3.6248450956456324 0.25033515355707747 2.1157778905704268 -v 0.26582517539249828 1.5840278542138848 0.4382066778901772 -v -0.84339944908971576 2.0833796094835679 -0.20634093272200599 -v 0.82263349786522666 2.9441581481319878 -1.7137795185046358 -v -10.783276432920777 -0.79386503182792112 5.3166396994079106 -v 4.2974549124627455 4.3318651341280363 -4.2313961167701235 -v 1.9937703931952611 -0.23438186262212662 3.0413969908273639 -v 3.4343885440958823 0.23666367832622381 1.9850269719400009 -v 2.3839239427996239 -4.1539749505900003 -1.1612735657535285 -v -21.95931095982387 6.3598721124943811 11.238923270769657 -v 0.58975089930423341 -0.056278038077938061 2.2777787172132276 -v 3.5505862872862703 0.28751882033272264 2.0026219466956148 -v -0.48639005799780705 -0.44742691655210254 2.1754964991908068 -v -5.1021103036515063 -0.66138562081148633 2.84914153076343 -v 1.9006873179428627 0.0540583135758997 0.91850787488970731 -v 2.7635722377031593 -0.31849227488067389 1.4293204294059427 -v -0.75742010696500395 2.816464991224982 -0.35189544431288461 -v -1.3178785071423063 3.3665807897791931 -0.62582851293736019 -v -0.41088619698134399 0.91364114828754306 -0.47589251582024245 -v -0.86423970518472548 2.3560030136183348 -0.51023395012941108 -v 0.058936071885752915 -0.6253983405794632 -0.44861679935437615 -v 2.0364547080885056 0.057087194472528587 1.0353468180784722 -v -0.37562198538987857 0.92406177057076277 -0.49574978947590498 -v -0.33312590995700725 0.82917817988097264 -0.51586780539228649 -v -0.19704375343558025 0.88870871169110011 -0.36533849289064707 -v 1.929277088198919 -0.35047161690143935 1.6348842263901264 -v 0.18646089463836468 -0.34631282518041667 2.9526965346708822 -v 0.29851521082020738 0.24312854092144473 -0.84413300379044698 -v 0.51803762752596227 0.4336847396549966 -0.97220484829273612 -v 0.21318414738923677 -0.54648103259754199 0.42734049025215443 -v -0.14146042365328038 1.0124901957581607 -0.67801632473270645 +v 3.6203006671089097 0.63595688631957392 1.8946957222898297 +v 3.1376275254446946 1.2864050447276476 0.86949533613877739 +v 3.0583664123201082 0.32043657181341928 1.4582520258873168 +v 2.8465591448066072 -0.041937353368491422 1.4655559745064857 +v 2.3139018418624131 -0.28538468195087563 1.0125876054355891 +v -1.3676125075877701 15.78734970747526 -14.648866976649106 +v 1.5693715274358955 2.7397374229820461 -1.9956683907272319 +v 1.2720148750086684 0.69464758275407124 -0.90114376656861972 +v 0.71376139270327577 -0.41483927751830596 -0.77293342309462998 +v 2.4693832470791857 1.2594839082226597 0.10467845203757431 +v 1.27098788044964 1.6190101169685909 -1.554711174540687 +v -13.638955111142588 -0.53871947450511148 3.9226980091627417 +v -0.89266096485675794 0.55231898613553143 2.0710685522451313 +v 2.9690745524827946 0.8285516343080479 1.5960879841706854 +v 0.64681149829976292 1.5767345382727957 0.43404955311754989 +v -0.4024441465837667 1.9703641672296608 -0.17899517362017131 +v 1.1304564094372369 3.0157771791679568 -1.8491969331310898 +v -16.026502255122075 -1.0035350998875896 4.6819209469080931 +v 3.2222253491949258 3.7877771703289138 -3.0919264171693275 +v 0.3384813853835375 -0.29929872630884929 3.4075069047663011 +v 2.8939446943737379 0.71084856671582908 1.5097084378257706 +v 7.2138494122821495 -14.887410484562327 -0.20627286752956142 +v -14.97632081599931 11.953900582296932 4.9763185337034965 +v 0.76446737620943706 0.34301735306798048 1.8064053744060362 +v 3.1236627487248541 0.89555147271275837 1.4875874388225552 +v 0.067205378150169942 -0.3606140911711615 1.8638014900118947 +v -6.3269502570370175 -0.62148483427212842 2.8121933124596543 +v 0.9686190963348007 0.091818714399452189 0.18581702858927152 +v 0.78661115279776972 -0.39006445001936962 -0.096460833903958765 +v -1.4726748757740593 3.7263336813848955 0.14734866366290644 +v -4.7861253883209569 7.2049631693091767 -0.44461400032925785 +v -0.44573919622505204 0.86797069803033799 -0.32989350182558175 +v -3.2115567347397032 5.2574322503484474 -0.27259813280771389 +v 0.16051923456670936 -0.43031497867116519 -0.46720228117122031 +v 1.7410937454386637 0.29273531943819431 0.79407248625407179 +v -0.23700923866249402 0.92990304092055598 -0.39521886465673545 +v -0.010930526305292459 0.067588051874929347 -0.51176568870670691 +v 0.37952020466219716 0.89618731088097925 0.028181347287129732 +v 1.6370938566843904 -0.29672599135622008 1.6258874276253543 +v 0.11014938514031583 -0.31235753357639046 3.3233764866814877 +v 1.1086721022332024 0.82819447988383654 -0.8410551764574703 +v 0.17158157030615548 -0.032569262630114587 -0.57648873586131777 +v 0.8786560992781145 -0.35723120575841016 0.80650081580458211 +v 0.92569518701797859 1.4815138659711056 -1.3469462055606733 f 1 2 10 11 7 6 8 9 5 4 3 f 1 2 19 17 15 16 13 12 18 20 14 f 3 4 22 27 26 13 12 23 24 25 21 diff --git a/results/search/topology_26/resume.planes b/results/search/topology_26/resume.planes index 90a368c3..e6e59d61 100644 --- a/results/search/topology_26/resume.planes +++ b/results/search/topology_26/resume.planes @@ -1,37 +1,37 @@ 36 -0.95179557800292969 --0.55374413728713989 --0.75031554698944092 -0.095277674496173859 -1.3218120336532593 -0.86008358001708984 -0.27309700846672058 --1.1455227136611938 -1.5073885917663574 -0.16772459447383881 -0.046784691512584686 --0.24920561909675598 -0.29670172929763794 -0.20712479948997498 --0.35013818740844727 -0.6310461163520813 -1.0568245649337769 -0.83122783899307251 --0.2835918664932251 --0.018205255270004272 --0.51317989826202393 -0.13268464803695679 --0.25208547711372375 --0.14764522016048431 --0.053573038429021835 -0.66420209407806396 -0.25341787934303284 -0.075143530964851379 -0.036931496113538742 -0.02797820046544075 --0.24001199007034302 --0.082100071012973785 --0.37651866674423218 -0.034068170934915543 --0.58725976943969727 -0.04690869152545929 +0.77665483951568604 +-0.46730008721351624 +-0.66213876008987427 +0.008153858594596386 +1.3259185552597046 +0.83740276098251343 +0.27920195460319519 +-0.12595009803771973 +1.8477637767791748 +0.15512356162071228 +0.1013069748878479 +-0.27296453714370728 +0.23163618147373199 +0.10518477857112885 +-0.32891845703125 +0.91284942626953125 +1.0108215808868408 +0.83044487237930298 +-0.15310858190059662 +0.023028401657938957 +-0.46738576889038086 +0.19844633340835571 +-0.26645365357398987 +-0.1640097051858902 +-0.13461698591709137 +0.721019446849823 +0.25343641638755798 +0.5025177001953125 +0.44047170877456665 +0.38707855343818665 +-0.18899047374725342 +-0.099056743085384369 +-0.37964513897895813 +0.019179796800017357 +-0.42150107026100159 +0.013371380977332592 diff --git a/results/search/topology_27/resume.obj b/results/search/topology_27/resume.obj index edd28eec..65dc095f 100644 --- a/results/search/topology_27/resume.obj +++ b/results/search/topology_27/resume.obj @@ -1,47 +1,47 @@ -v 0.28447561780752612 0.083487784349471628 0.18437372284213976 -v 0.10151814081672314 1.2850710828894392 0.77915573815899852 -v -1.2231388131886469 1.5366704471617665 1.3832676652626159 -v -0.40806996218791552 0.55011438352703046 0.64705645481143015 -v -1.418460991431719 1.4146735967602719 1.4026238900801091 -v 2.7524034404418165 -1.0474719001620765 -1.2313316582069531 -v -0.29843513760282586 1.051878194614116 0.82607196511898728 -v -0.83927816821146739 0.88620247546790409 0.95510231240504884 -v -0.17811296131656051 -1.4168368120173784 -0.30065664099301831 -v -1.901177799177356 0.22943190580945361 1.0631771465877131 -v -0.051097371619984004 -1.1999057074505235 -0.25294383976601176 -v 0.80815221571948714 -1.5502128395862214 -0.01433546954238657 -v 0.3900559429648664 -0.46600537746394394 -0.039007554545594209 -v -1.2628611823939409 3.9082811606931589 -0.063307613430272247 -v 0.52205847835941777 1.5007606282244399 1.8918368726906778 -v 0.19913700394908837 0.14585536172487756 0.046974874579126608 -v 0.87896550145199548 -0.11487790165913067 1.3381598956198251 -v 1.2174052198083045 -1.8407576162189494 0.65169806585316548 -v 0.4189681784630126 1.4895644338233216 1.653786767157261 -v 2.7554343504354963 -2.2465993188245457 3.7261161795115849 -v -1.1539810038337051 -0.0087939478664053709 2.3380022283819537 -v -0.5748479630999187 0.43469983760548953 1.0184877371169845 -v -0.21339380250163584 0.31120316811177839 0.47349482125398701 -v -0.36424321564556178 -0.68402811411423525 1.429365779372348 -v 0.56189760586605531 -1.8101261735358769 0.5963783900323828 -v -0.57622564245095476 1.1319325959843605 0.53570478434643753 -v 1.4916479195884862 3.4745087346992123 -4.7039865426448637 -v -1.0253072954467721 0.54612722406102832 2.0380124805512256 -v 1.0068498030850905 -0.69517536617364717 3.3562340660943231 -v -9.9698101479619385 -1.8777903133052727 1.0100427467290682 -v 5.5447398781744113 9.8113084662918801 -1.7372841856070855 -v 6.3458256898036129 -4.7524573304808815 7.3013763418504602 -v 4.9713904933299764 -3.2359242766072471 6.0000381804663734 -v 0.20396406133235578 -0.0057335941638725942 1.2409686532405499 -v 7.7820958785249577 -4.7816760007729018 7.3344131825988468 -v 0.83235214169407246 -0.41720521391452803 1.8699817762244224 -v -0.84991833468665412 0.1685778905885652 4.318279577065729 -v -0.75946388118282659 0.9630539815923117 0.81700775890960264 -v -0.57591095860566155 -0.56036971476297159 1.3675112841527044 -v -5.6923354097712666 -2.1193694773576848 1.4680381053102065 -v 0.26517243041799154 -2.0085210089005021 1.0651893206688303 -v 0.10164552029532638 -1.4079818817382566 0.96109813307109482 -v 0.18344599135773113 -1.1642944310698682 0.73535877396088334 -v 0.0054066847280843161 4.6346245948096891 -14.384641733644983 +v 0.38448491246057026 0.44990912216031564 0.17839398408115717 +v 0.1778701784924086 1.7229643405611466 0.69324087224736042 +v -1.2189441362610471 1.9149257594291851 1.5362969204431207 +v -0.30664765757330981 0.64543170456122334 0.62704650799890194 +v -1.2842705087503037 1.8475446529348261 1.5517901321862217 +v 3.5300281985782629 -0.74515054795371027 -1.9592125964513478 +v -0.23803114737717534 1.2132674368008081 0.76657852052611819 +v -0.5792906694611627 1.0113928447158673 0.89456900212597956 +v 0.20461799071640985 -1.0781903042864849 -0.19978257189935619 +v -1.4511168729208932 0.44656301395391385 1.2061613486957625 +v 0.30777952825526256 -0.9411310466128503 -0.21464073471171558 +v 0.80361110384497059 -1.1573130585663496 -0.25169711779910658 +v 0.57062936294768651 -0.60077218154997103 -0.2248185575375245 +v -1.2050888845740308 4.2311748299484364 0.35178415046470191 +v 1.4577444783433025 1.6750968060180611 2.4412602404679706 +v 0.17801735623150353 0.58265515709834581 -0.024840808951350435 +v 1.3011006175726636 -0.091503764382192584 1.110839712003171 +v 1.3789777911744718 -1.549451714179737 0.30066869962223763 +v 1.3733384396562129 1.6648027806590162 2.3175079063407509 +v 8.1442706945899541 -4.6751107205303724 7.7310446626841376 +v -0.98891812724472949 0.35169109650840807 2.4056489312292384 +v -0.44507805656410865 0.74902349751509156 0.84370169548175489 +v -0.40529479068475732 0.74276176056282017 0.7606615492782296 +v -0.078469098731004661 -0.46444300207182992 1.099861924151917 +v 0.74078857683359456 -1.2734616146580147 -0.0091839483378013398 +v -0.47596815879453175 1.1697471173019056 0.54066780223346267 +v 3.4609093984555686 7.4406307924573403 -13.76623094516005 +v -0.58641559872732218 0.57013635524299311 2.4111324420198099 +v 1.5032622863217404 -0.64315615666584891 3.6441449734502092 +v -8.0205184010793911 -0.002302838956624911 0.53327042017571702 +v 12.305361661665433 14.724578971967887 -1.0862133274478423 +v 12.959805254416981 -9.5051216748104519 11.538187545312308 +v 7.8902808557929713 -4.5472743291613975 7.5132400247172342 +v 0.029340768414762283 0.50589634227792868 0.91912896793810872 +v 26.016521162180346 -14.704860615684549 17.02642863376655 +v 1.3560324110104423 -0.31720216188417755 2.0359996654965293 +v -0.39056417232832996 0.22950929994397426 3.9622008156855353 +v -0.51920426931813279 1.0784107893177972 0.77569486153152167 +v -0.27661595333403394 -0.34167386366295055 1.0642638952907353 +v -4.0912417990484036 -0.91670512538083937 0.94589622459174938 +v 0.26881143794103962 -1.642177280225031 0.85288164857693904 +v 0.20969428196568859 -1.4014606381430497 0.83044634354435864 +v 0.43551039037434808 -0.93806974026010581 0.28754441698435845 +v 3.143608275515783 9.3969011836268876 -21.148840293112677 f 1 2 7 4 3 5 8 10 11 9 6 f 1 2 17 13 12 18 20 19 15 14 16 f 3 4 26 27 13 12 25 23 22 24 21 diff --git a/results/search/topology_27/resume.planes b/results/search/topology_27/resume.planes index 098f174d..67723f1a 100644 --- a/results/search/topology_27/resume.planes +++ b/results/search/topology_27/resume.planes @@ -1,37 +1,37 @@ 36 -0.071100026369094849 --0.083575673401355743 -0.19071090221405029 -0.17314444482326508 -0.064992785453796387 --0.078038968145847321 -0.1223367303609848 -0.04877081885933876 -0.070085473358631134 --0.51275634765625 -1.1125848293304443 -1.8381248712539673 -0.10514175146818161 -0.1984318345785141 -0.024767758324742317 --0.094236947596073151 -0.37891274690628052 -1.0799969434738159 -0.16312910616397858 -0.067249059677124023 -0.13170848786830902 --0.013661570847034454 --1.3064380884170532 --0.56151485443115234 --0.50576514005661011 --0.056555498391389847 -0.46826654672622681 --0.67711514234542847 -1.1342679262161255 -0.23988445103168488 --0.52460867166519165 --0.82090848684310913 -0.15407940745353699 -0.48565354943275452 --0.26107496023178101 --0.10584774613380432 +0.10034411400556564 +-0.056118462234735489 +0.17903278768062592 +0.26691663265228271 +0.12101639807224274 +-0.1921185702085495 +0.17007745802402496 +0.067509263753890991 +0.07639089971780777 +-0.62271827459335327 +1.0938947200775146 +2.1317665576934814 +0.25688797235488892 +0.52712053060531616 +0.083322979509830475 +-0.058619968593120575 +0.18814155459403992 +0.9751477837562561 +0.21905067563056946 +0.067671552300453186 +0.14887320995330811 +-0.15580007433891296 +-0.87730491161346436 +-0.46053355932235718 +-0.40692517161369324 +-0.058932587504386902 +0.43994072079658508 +-0.62572842836380005 +1.1485564708709717 +0.3312421441078186 +-0.31531015038490295 +-0.48479267954826355 +0.083154462277889252 +0.65568792819976807 +-0.51126372814178467 +-0.16365766525268555 diff --git a/results/search/topology_28/resume.obj b/results/search/topology_28/resume.obj index 4e075eb4..7422cb2d 100644 --- a/results/search/topology_28/resume.obj +++ b/results/search/topology_28/resume.obj @@ -1,47 +1,47 @@ -v 0.66996330099349799 0.55192532567879515 1.0757606984699219 -v 1.0710516816298536 -0.45397343483727998 3.2623216537168003 -v 1.0411034692650747 0.60457110154285776 -0.44229570214072356 -v 1.1671139598842426 0.23161307607527143 0.44967625135811362 -v 1.2901735927604254 0.52976734952997429 -1.064462648618606 -v 7.2293449604081408 -4.9891040451305555 -2.4500139689400853 -v 2.0271248443639718 -1.5340001444368632 3.7292746789543303 -v 0.80613495362805121 1.3842369822502378 -2.4088111563470367 -v -1.9171471335667081 5.760511553791039 -8.4198996522450056 -v -1.2055380319860243 2.2299727035672912 1.7463878505100365 -v 0.76807598407606259 1.3812441031371228 -2.2618034807414356 -v 1.1684337014536117 1.9947271228210932 1.5986764719890851 -v 2.0677569960614486 -0.59553970637540321 6.7742629624160369 -v 2.7764972125980987 -0.83767614228432008 9.3868328782179002 -v 0.36890143276595688 -1.6386736654461684 1.8349719657258245 -v 0.16420852495277666 -0.33313792158962008 0.073506882967620535 -v 0.098457714054008896 -0.48983785683992054 -0.022860464114085419 -v 0.16226800838606226 -0.41732219187303177 0.13549773536811344 -v 0.1165347826791692 -0.61556970507443276 0.14120448315125955 -v 0.17997272727905539 -0.19220846249402718 0.012381436606378249 -v 0.64081216954192244 0.093724725141767773 0.34722777980126218 -v 0.8885421210261637 0.29010118108852406 -0.36501182570767982 -v -0.38273598324070562 -1.3080290145464084 2.187712796459313 -v -0.30795232615199336 -1.6042337576953403 1.3089906355448198 -v 0.50573420613495024 -0.37427001571192581 0.061729619168060489 -v 0.43593668559418064 -0.46651990911606223 0.19346795613649265 -v -3.9380777331138139 -2.2452073077639381 15.921781002917662 -v 0.44479965440065278 -0.50876201561900669 0.076000302098881478 -v -0.70004601950041334 -0.83264145877677564 3.4125249169297103 -v 8.8360431458444655 3.578330898058069 -5.7938553051250343 -v 0.72096273063408167 0.34119168987161635 -0.94710420620774705 -v 0.11100625213817165 -0.044681872469909609 0.24178458915680717 -v 0.11595994824299519 -0.046260329854348109 0.25938593306444407 -v -19.641529913881833 4.3204731142687267 2.1155807970759737 -v 2.0983485330167206 -2.0068180054613673 2.2813444631426334 -v -6.0365474199069515 1.4585055334252803 5.7363021092731099 -v -1.0545130294407015 -1.4834779547988033 0.99402886260495271 -v 1.080053551100719 -0.39646826573268551 0.070068076467295501 -v 0.12519480802525734 -0.079894963975454938 0.22377270102972435 -v 0.09942738528606157 -0.026693240263784918 0.25467875991720446 -v -1.4770057507365353 2.3131382100510351 1.5972409501221914 -v 0.14472213551543894 -0.42643292178966002 0.14892940934894916 -v 1.7454953983838111 4.5146633978406747 -6.0423361195424601 -v -9.339236957161738 8.2851360057249686 -13.237866427002178 +v 0.89393921399907317 0.46143480907161882 0.60768798240321209 +v 1.5059377961846323 -0.70105632915519212 2.5728083977501695 +v 1.0434496710613665 0.55564060291373818 -0.31263437093423957 +v 1.4154764212703126 0.040904285403367033 0.17126855168994798 +v 1.5359743712126146 0.067104875718735593 -0.38634555682742766 +v 18.019846008407942 -14.823661185762553 -8.2579213927309922 +v 2.9258708623835852 -2.2648473691117763 2.9355597818096912 +v -1.2635513900413808 4.7766373229407257 -7.1236792266052129 +v -7.1287356009429317 14.231125829808605 -19.712230778979215 +v -0.061400324392664837 1.3536587403219202 0.95571817812830173 +v -0.77417894028570844 3.5326242345864194 -4.3879663806037232 +v 1.1844414457979504 1.2850516903394025 0.45528133956548467 +v 5.0114384120221169 0.39356514420878452 7.7115900208965993 +v 1.7927724557845719 0.051136965409126406 2.4704747587744369 +v 0.7268464067393271 -2.0228200471062694 2.2816447137856217 +v 0.22650654832146308 -0.39414717358159768 0.13990072377854385 +v 0.097555406641834638 -0.58993227743491938 0.073572698752504384 +v 0.19658048970809258 -0.47442441749487202 0.15199708477822671 +v 0.11213893439267467 -0.67719169851784389 0.1673912964117501 +v 0.17340424971588048 -0.19542380368922962 -0.10781783615919727 +v 0.77736995457577518 -0.0462281564583416 0.21640853605255028 +v 0.85238031340559417 -0.02662965300612119 -0.3159703004204284 +v 2.4100072152170218 16.419904854845196 29.58839412083746 +v -0.11016369298694899 -2.1664179735269502 1.693537586974641 +v 0.66221591384975886 -0.4590173763941684 0.056415065402673104 +v 0.60212722332396329 -0.57376928965341145 0.2299441116577155 +v 0.52206867183182437 0.20110523049065143 2.8303284763527636 +v 0.60182845417817887 -0.60023891603232715 0.16466970403824649 +v 0.85222218725271404 -0.12232127796077842 5.0736610792264392 +v 9.7983090594870781 1.2459614553942153 -3.8240901588474592 +v 0.32234404495988478 -0.0967094893014986 -0.40780968804157058 +v 0.22761300221650554 -0.12089368085771833 0.23259940706423027 +v 0.19943301102217575 -0.12314111491239832 0.14442790316827492 +v -14.119391112390016 3.6676188539148793 3.704227184848615 +v 3.0260494166482843 -2.5147349399234735 2.621619943158521 +v -3.7100391456079382 0.65548471610584702 4.1137088457617121 +v -1.5398241907681272 -1.9959980005344315 1.2872130206379708 +v 0.75930733468592682 -0.46055842617929887 0.043280158801624002 +v 0.22116217654170017 -0.2760543952047666 0.19059488328962559 +v 0.18874564584529466 -0.050258613377969087 0.29037697589976785 +v -0.82500291298730755 1.4952146403574951 1.0751468977801151 +v 0.23114108126834632 -0.45918386013385437 0.12475122819184412 +v -1.3628361657577808 5.9237407466859633 -6.9889177720494846 +v -26581.819492510775 21192.534745467583 -26454.509225865138 f 1 2 7 6 4 5 11 8 9 10 3 f 1 2 20 16 17 19 18 15 13 14 12 f 1 3 22 21 25 26 28 24 23 27 12 diff --git a/results/search/topology_28/resume.planes b/results/search/topology_28/resume.planes index f152d950..9fdc03b1 100644 --- a/results/search/topology_28/resume.planes +++ b/results/search/topology_28/resume.planes @@ -1,37 +1,37 @@ 36 -0.72998034954071045 -0.73437374830245972 -0.20393623411655426 -0.19444079697132111 --0.046497520059347153 --0.057057518512010574 -0.5502249002456665 --0.23588570952415466 -0.12634061276912689 -0.009446512907743454 --0.031951874494552612 --0.0055240001529455185 --0.52142786979675293 --1.7770384550094604 -0.55463826656341553 --0.0073926569893956184 --0.11756212264299393 -0.19620805978775024 --0.0059030191041529179 --0.20882983505725861 --0.14936082065105438 -0.16708405315876007 --0.032903760671615601 -0.1959441751241684 -0.1715930849313736 -7.4476993177086115e-05 -0.044425427913665771 -0.28487679362297058 -2.3704495429992676 -0.80326700210571289 -0.054022278636693954 --0.31883016228675842 --0.25028911232948303 -0.014738435856997967 -0.011707465164363384 --0.0030980587471276522 +0.74740946292877197 +0.72401010990142822 +0.19553092122077942 +0.21013316512107849 +-0.096826061606407166 +-0.12272053956985474 +0.7294456958770752 +-0.23990254104137421 +0.093944855034351349 +0.019598780199885368 +-0.14486202597618103 +-0.0025714158546179533 +-0.67576897144317627 +-2.1337528228759766 +1.482770562171936 +0.036114629358053207 +-0.11895319074392319 +0.28091052174568176 +-0.025491390377283096 +-0.23067030310630798 +-0.16136550903320312 +0.22775308787822723 +-0.076147265732288361 +0.24630367755889893 +0.16316567361354828 +0.016661286354064941 +-0.021611159667372704 +0.36572146415710449 +1.3622466325759888 +0.72371041774749756 +0.042002703994512558 +-0.27661445736885071 +-0.26380446553230286 +0.026696575805544853 +0.022130582481622696 +-0.0090964343398809433 diff --git a/results/search/topology_29/resume.obj b/results/search/topology_29/resume.obj index 927e9d7f..a6e06e48 100644 --- a/results/search/topology_29/resume.obj +++ b/results/search/topology_29/resume.obj @@ -1,47 +1,47 @@ -v 1.1370550910805459 0.28818382530390457 3.3920269848233926 -v 0.029340001803361392 -1.0171825416183717 3.2830106582231529 -v 0.32253941038002887 1.203127413206456 2.959119033485281 -v -2.0729666689624242 -2.0605516734215406 2.8062902430011127 -v 1.0786545836381758 6.1511511043108476 2.270199591343542 -v -1.4532332702127086 8.9459971743665054 0.93378379973276604 -v 2.6688207325197402 -3.0887862164401945 4.5177914959628476 -v -0.57033835420181256 1.7711917965355795 2.5663903691866041 -v 1.3262753707231267 6.1633247777324991 2.3471824411006592 -v 4.1594730524069181 -5.744182330148619 5.4946281551532863 -v -1.4066763521715531 -0.21457578639627739 2.6722718290904828 -v 0.62994905319853878 1.1655761936728715 0.29213344408926434 -v -0.27199999711391515 -0.024042483459215353 0.46542878949960537 -v 0.27023255344245639 0.91576213484079683 -0.10324792250632775 -v 0.38961530592838428 0.62122365266497714 0.80846050663028846 -v -0.38172723094195787 1.1696100466852091 -2.2810003359477298 -v -0.56559955338789281 1.2356261955203385 -2.883660796687904 -v 0.70001241035131923 1.6105702319531086 -0.45040680994361609 -v -0.43705343154822579 1.8454378671972405 -3.8187480415781878 -v -0.78326644155675484 -0.52133022654835426 0.19756856048163288 -v 1.1671664521620602 2.0178322835367357 1.0348428483202521 -v 0.37920277395983243 1.008951229506758 1.3651837371294877 -v 0.31652582600071077 0.83415683024233278 0.8348860497395052 -v 1.2890997293344442 2.2528904869822042 1.4484283168231475 -v -0.2226053177599582 -0.0052313098351629917 0.1831553914839657 -v -1.1624521288521155 -1.0784041614664128 1.3434879596313993 -v -1.1198100174353129 -1.0663088479516594 1.0754064757209225 -v -0.088732649276774836 1.1601102283384597 -0.3409786406198313 -v 0.54071567801534359 -0.51264920763217181 -0.31941604153126846 -v -0.89996640104369097 1.6568867091101966 -0.89584181575921717 -v 0.99301541951804551 -1.161665911950744 -0.12824852081711891 -v 0.20334262446922347 -0.26155171133749211 -0.5360334231477436 -v 1.152410670984406 5.6805144286137823 2.1854789231838323 -v -0.32749769731269179 -0.5463076510588637 -3.9710600018848061 -v 0.24517063579123244 -0.18246227000437221 -1.0338643973758062 -v -0.60201266099856843 1.0632572624978549 -2.6188620388159087 -v 0.22985280493219379 -0.031059692078386079 -0.8631208924463516 -v -0.29674448392418284 0.98595885500474767 -3.5702699855300071 -v 0.24915676719317548 0.77114395251260848 -1.9736829290020885 -v -4.1546335230291085 3.97518499226365 0.2077088787734008 -v -0.016772942081482195 1.2249996086155153 0.8237017055126743 -v 0.51353889476117953 0.20341046896901424 -1.2937814949492381 -v -1.0796656015207435 0.80819581058059398 0.41051155083952184 -v -0.99445415246626834 -0.43154143410242529 0.15464981942837469 +v 7.6873993832268148 -3.3407059292189771 9.7177149876403153 +v 3671.2551783652457 -5732.3980084761824 5362.6711819663433 +v -1.1500051879761781 0.23427083197600052 1.0118882042450188 +v -1.6624781677943199 -0.52970167128771151 0.90587573543149014 +v -1.3129838513865493 -0.46204314650804684 1.1643304872342495 +v -0.57612552078255441 2.3616113924630251 0.60836313182528889 +v 23.37467662032088 -14.181181230010703 27.016985888905769 +v -1.5974721848639593 0.21797828232145566 0.65210150602076522 +v 2.6658521689434882 7.6560355686068808 1.0895419423033152 +v 2.000405322945003 -9.661889125412328 7.6556710755589155 +v -0.65192234724243803 3.3079324183291527 0.1577044642353751 +v -0.030829438660957227 0.50545606338375981 -0.5818130789739413 +v -0.67197576472387721 -0.85119208374838973 -1.2380840936272453 +v 1.0056107730378028 9.6354394360596629 -0.34575349152725782 +v 1.0403012740884585 -0.10124101422798137 0.85622027154595048 +v -1.224237358289072 1.4638667747067013 -2.2175933883984129 +v -1.4338703437388169 1.4961214214649172 -2.4887503191592417 +v 1.9263203182452242 15.151144122770207 0.17248223744243163 +v -1.1514760437117353 14.592980461805608 -3.6859219327709813 +v 0.69215891607457891 -2.8641349731630736 0.74079392907506414 +v 0.59997004567044088 0.6361238889827453 -1.5090425869531263 +v -0.0365221072323446 0.99167070821333203 0.0632418482480408 +v 0.0051792798639840772 1.8541886058672132 1.1173746764898671 +v 2.5606975890079648 5.1344175526735123 0.95442534642762844 +v -1.0116532822982147 -1.0683049587228659 -0.93048353623637325 +v -1.0970343262915154 -1.0602683971480529 -0.77137748316944943 +v -0.92375382916369586 -0.41300115548472516 -0.22744527623731819 +v -0.20830305356262671 1.0374370235660024 -0.20869049398120204 +v 0.30187572154036879 -0.81772309756410677 -1.3456146871801518 +v -0.69854845592976189 0.61111004342254727 0.44783612334152489 +v 0.50353433213133514 -0.7235815543479559 -1.631702561407973 +v 0.42555935862072897 -0.80276846141439517 -1.5295257405220481 +v -0.54030954149006072 7.2163533856440774 1.5124002999037884 +v -2.1511285568919125 0.075229598239914541 -4.9579716299274557 +v -0.3077815694551207 -0.30068182494892781 -1.9096253883340961 +v -1.5784697911352261 0.9100118587666215 -2.9346966288122518 +v -0.38785929840079836 0.1050443395652369 -1.601622939609475 +v -1.5819061911402517 2.1259851569087207 -4.2418179358315893 +v -0.89413655745277709 2.0309329775685336 -3.3799014709074187 +v -7.6385807004524517 -2.3893342861586948 1.9356311352580455 +v -2.0284173033908459 -0.17708787252087377 1.2814515285762396 +v -0.00089767641894459259 0.21911052192458289 -2.2627109543881341 +v -0.72751635003166026 -2.8645780056198156 0.93957659544560845 +v -0.6560531718630197 -1.6577861629745216 1.0012802791055648 f 1 2 10 4 3 8 11 6 5 9 7 f 1 2 13 12 14 18 19 17 16 20 15 f 3 4 27 26 25 13 12 21 24 23 22 diff --git a/results/search/topology_29/resume.planes b/results/search/topology_29/resume.planes index f5d30ce1..01e28988 100644 --- a/results/search/topology_29/resume.planes +++ b/results/search/topology_29/resume.planes @@ -1,37 +1,37 @@ 36 --0.86717122793197632 -0.50965273380279541 -2.708723783493042 --0.23943428695201874 -0.19529306888580322 -0.094444282352924347 --0.12520091235637665 -0.092633001506328583 --0.015735536813735962 -0.29628312587738037 -0.10714204609394073 --0.3372529149055481 -0.35613036155700684 -0.13290223479270935 --0.085898414254188538 -0.52325242757797241 -0.77041739225387573 --0.075252406299114227 -0.85883581638336182 -0.057546947151422501 --0.28590837121009827 --0.090442843735218048 --0.089209072291851044 --0.021771525964140892 --0.10307027399539948 -0.040979161858558655 --0.045583952218294144 --0.14461107552051544 --0.10951356589794159 -0.48246967792510986 --0.10277340561151505 --0.37051054835319519 --0.26942110061645508 --0.95898890495300293 --0.034115057438611984 --0.15407980978488922 +-0.91275978088378906 +0.45762941241264343 +1.1144767999649048 +0.23298949003219604 +-0.021725043654441833 +-0.18270975351333618 +-0.39319100975990295 +0.29510012269020081 +-0.22590371966362 +-0.33120426535606384 +0.043266572058200836 +-0.21922288835048676 +0.31984138488769531 +0.19197925925254822 +-0.1697351336479187 +-0.28211817145347595 +0.80837035179138184 +0.31426441669464111 +1.1026934385299683 +0.0011573475785553455 +-0.87977093458175659 +-0.22755800187587738 +-1.1222836971282959 +-1.043426513671875 +-0.95571619272232056 +0.20871053636074066 +-0.52340787649154663 +0.1379547119140625 +-0.058538902550935745 +0.98512089252471924 +-0.60139232873916626 +-0.57469165325164795 +-0.45117840170860291 +-0.7881397008895874 +0.036025922745466232 +0.2082076370716095 diff --git a/results/search/topology_3/resume.obj b/results/search/topology_3/resume.obj index 2e86d5dd..fb255151 100644 --- a/results/search/topology_3/resume.obj +++ b/results/search/topology_3/resume.obj @@ -1,47 +1,47 @@ -v -0.20304883797309345 -0.16613918832849806 -1.2560288335046903 -v -0.28896045074657783 -0.28244725723151159 -1.3005763201974843 -v -2.245305087489172 -3.8814922234944618 -0.7132958943699359 -v -0.5400652606404146 -1.5597562336363209 0.14873485251452259 -v 0.035145639407646208 -1.2019771625610209 1.1563223963855895 -v 3.6832952892002617 1.3900860677041302 7.0025719313553534 -v -1.1714525013358559 -1.7396079593970657 -1.3159541937476704 -v 4.3162308085882328 2.1543796562276829 7.4867718772147498 -v -5.8100333561667785 -7.7626598714175765 -4.153755243126966 -v -0.52742149384716042 -1.5935163672982837 0.24102283943326219 -v -0.29503300296666279 -0.053687481919466554 -1.703053837265091 -v -0.69663056453534211 -4.3869133218158911 -1.8703196363850272 -v -2.5469861523335213 -6.9460113142862747 -2.8352327139241682 -v -1.6692364319092219 0.6951469611500124 -1.7291806247720842 -v -0.37515248023885689 -1.4696077664478833 -1.453250473442562 -v 0.7740078761536332 -0.96853957429963156 -0.96376780794769101 -v -9.3186423516295367 -10.188079503077995 -5.7488017083243097 -v -1.9401709642047653 1.1887867293695102 -1.7828733715035345 -v 0.26742969120728788 -1.015415104031701 -1.1619912334749722 -v 4.0519136240718892 -5.2581091419338097 -0.14442317465958854 -v 0.35964105301847826 -0.96185697743453091 0.13818244669701318 -v 1.2313867496710238 -1.1450363636103686 -0.4379108487512986 -v 0.417870511411777 -0.92046743288455179 0.13949817848855306 -v -0.30998845624750077 -1.1564209097277969 0.33189273425565413 -v -0.99852067013816626 -0.71539884787213448 1.0068317548298262 -v -1.0351814785681945 -0.76930068678356012 0.98534015026759181 -v 1.2437514636513218 -1.252827256563662 -0.52414826566057382 -v -0.70346324125551585 -1.075855701627787 1.7202435008951347 -v -0.59941455999552151 -1.0633355883679891 1.5618507260640686 -v -1.0354434329143516 -0.59414223484589757 0.86574323894965355 -v -0.65633297464813301 -0.14573416571321926 -0.76137334709030791 -v -1.5013617296984412 0.29195367024139024 -0.88102696686797921 -v 3.4839930236114003 -2.8647928962345861 1.3226338420954173 -v -0.51618702504916036 -1.4580388210578374 -1.0624317594944084 -v -0.82122377970303451 -1.1641801738706787 1.4418898027069815 -v -0.23542255053182648 -1.7049809108710872 -3.2222494704517817 -v -7.7105251673810002 -7.943584464427687 -4.7244984889680293 -v -3.3819482849061644 -3.6134728268119511 -0.80290150230628043 -v 4.8782622108369189 2.174968319358412 8.364504133598988 -v 0.15885152503512637 -1.0961177258787005 -0.78265920218562246 -v 0.86719409854452456 -0.59547905514952515 -0.45779837772687237 -v -0.56903789783545555 -1.6318556155985957 1.1886256619110138 -v -0.87727645205085536 -1.1104993351717445 1.4645463415646027 -v -3.6596669558408714 4.3695558491855477 -2.5244011353194487 +v 0.23060313819527142 0.21766140154190944 -1.467390672552211 +v 0.17820295246050971 0.1352065626692136 -1.5223188362672988 +v -1.1129162018400791 -3.0000916643558981 -1.0771332653795116 +v -0.23289730742542741 -1.5053336714516308 -0.33391688466742175 +v 0.34483537020834243 -1.2785005812347607 1.383563009381779 +v 2.8415903090715742 0.79912033616256695 7.0175990663657783 +v -0.50076248914969979 -1.3925973961887235 -1.4853448148664854 +v 3.8408181079216961 1.8658771235952043 8.8889826607658389 +v -3.2340954329692764 -5.4969821955431293 -4.6710681468235542 +v -0.20345333857309367 -1.6181321939769009 -0.043720066327280538 +v 0.23439365215098121 0.58085384866932277 -2.0455861022445294 +v 2.0715254759236701 -3.4656288589851667 -3.0730023310278058 +v 1.0728845795283068 -6.2010592894073469 -4.7452192174279224 +v -1.8367217740162383 0.64463497362977862 -1.6572453793586814 +v -0.16630258913316875 -1.0127715390409577 -2.2089702344099122 +v 1.1307187368973739 0.087054856540245945 -1.3550171282403933 +v -4.6891459998351293 -9.1373124768985541 -7.4913615259748685 +v -2.3713269923720128 1.1889001162050872 -1.4732423143327291 +v 0.59202886488999484 -0.18842529201884867 -1.6122745665156808 +v 7.3689039043329663 -6.104720243613813 -3.4166095405636496 +v 0.59887467306721742 -0.58785733213796298 -0.026506400488535031 +v 2.0917887653936917 -0.47636966811116932 -0.69921198922533934 +v 0.77049159701411241 -0.38553777915125936 0.047304554899102902 +v 0.015666393178201829 -1.0606314980539397 -0.10604521262922517 +v -0.87980141847511995 -0.80603239779085145 0.55384542363196609 +v -0.92074333597852343 -0.95711920093921243 0.45423081651215713 +v 2.2076322484891375 -0.65772641800013565 -0.90295439254103682 +v -0.11615550908071282 -1.3644126466908266 1.6905977061598927 +v -0.0018377395024194337 -1.2297504403457755 1.3958012415842436 +v -0.99225486814313746 -0.56649586785410866 0.42005239456245752 +v -0.49062665530960176 -0.1543740718619199 -0.52867112039487385 +v -1.5275786417418706 -0.034629936636479751 -0.44176830348142315 +v 4.7966155352197219 -1.9752636225219007 1.3628605826522868 +v -0.26606468759089585 -1.1936294661362983 -1.330358044194579 +v -0.42847017774877133 -1.5678257596116796 0.88248890404300384 +v 0.059882809535545145 -0.50769176984353415 -5.1331988082768163 +v -3.4240335361405818 -5.4268719675686006 -4.6179301045539418 +v -1.977979802782881 -3.4500256072759599 -1.8172088018973342 +v 4.3586566635106587 1.7525075356890958 9.7164960489532461 +v 0.37521533846428395 -0.64969672498506148 -0.90666150237797893 +v 1.3545957388250343 0.40266256859115784 -0.088339318540771983 +v -0.20859254138266678 -1.7983006559976364 0.63034806265915833 +v -0.55080834684136137 -1.5032334784416639 0.94152684502783957 +v -11.111996633645026 10.774980672634999 -0.95775123505894977 f 1 2 11 8 6 7 9 3 4 10 5 f 1 2 19 15 16 20 13 12 17 18 14 f 3 4 26 25 24 23 21 22 27 12 13 diff --git a/results/search/topology_3/resume.planes b/results/search/topology_3/resume.planes index aaa082ed..c076aa82 100644 --- a/results/search/topology_3/resume.planes +++ b/results/search/topology_3/resume.planes @@ -1,37 +1,37 @@ 36 -0.23194952309131622 --0.1395999938249588 --0.082845345139503479 -0.38382819294929504 -0.1013646274805069 --1.0048787593841553 -0.28901317715644836 --0.42479848861694336 -0.57240784168243408 --0.25259828567504883 --0.54481780529022217 --0.20899753272533417 -0.34661152958869934 --0.94442594051361084 -0.15303824841976166 --0.83882325887680054 -0.35972380638122559 -0.52867919206619263 -0.13089390099048615 -0.1229078620672226 --0.47481918334960938 -0.57437688112258911 --0.80783301591873169 --0.0074590430594980717 --0.58639883995056152 --0.49685248732566833 --0.27355298399925232 --0.38003498315811157 --1.0747157335281372 -1.6061440706253052 --1.0638670921325684 --0.59158957004547119 --0.070657685399055481 -0.42807582020759583 -0.27353501319885254 --0.28052264451980591 +0.42073985934257507 +-0.18979786336421967 +-0.11646292358636856 +0.24875339865684509 +0.65901559591293335 +-1.2265793085098267 +0.20119081437587738 +-0.31453442573547363 +0.3943684995174408 +-0.06219593808054924 +-0.39135593175888062 +-0.20288898050785065 +0.53771698474884033 +-0.58761656284332275 +-0.05990280956029892 +-0.95290422439575195 +-0.12375696003437042 +0.57935047149658203 +0.001377620967105031 +0.19678513705730438 +-0.25471371412277222 +0.64589917659759521 +-0.50084054470062256 +-0.12894284725189209 +-0.39178776741027832 +-0.39562717080116272 +-0.3790128231048584 +-0.21299967169761658 +-1.4201091527938843 +1.1123372316360474 +-0.8926965594291687 +-0.8020738959312439 +-0.22118857502937317 +0.72537922859191895 +0.84347832202911377 +-0.33836859464645386 diff --git a/results/search/topology_30/resume.obj b/results/search/topology_30/resume.obj index 8a174356..9ffd9066 100644 --- a/results/search/topology_30/resume.obj +++ b/results/search/topology_30/resume.obj @@ -1,47 +1,47 @@ -v 0.39933912820036221 0.078378564314370722 -2.1609130198298536 -v 1.9400490263420076 0.17180782550939974 0.24649110388432227 -v -0.007994206767527821 0.35203206172030221 -2.2211939722524296 -v 0.71715545008335757 0.64625477435989631 -0.60483880635055165 -v 0.53095679703524223 1.5629710100859167 0.8964110535232086 -v 0.12869192632663756 1.445787258904123 0.088661658763140583 -v -0.72094179738469943 1.3145897084680054 -1.3927869343747905 -v 1.5253127615313415 0.73751843605358869 0.73953768868385095 -v -0.13311374495361247 0.63203638872082191 -1.8612928847908965 -v -0.15582137722502151 0.54613072448697297 -2.0600180554166809 -v 0.0074807121313282803 0.55273153017093057 -1.8112304874547365 -v 1.3549630011691649 -0.1892040491891081 -2.1203593888536623 -v -0.6607812365784842 1.1290162171904963 1.1577936289414699 -v -0.12314929457275781 0.75878615899638913 0.20028223481401319 -v -0.52660291061742648 0.73311619639475734 -0.43550013702093621 -v -0.62392795074799923 0.72230794454962266 -0.60946750457723331 -v 1.2134847178197044 -0.014499938867031032 -1.5235493438602434 -v 5.4826010465565087 -1.2416817658815238 -1.4842567379265885 -v -2.4964608215011017 2.218749766565193 3.6489909188242611 -v -0.14728723278532579 0.94406696141799995 0.99588473491088703 -v -2.4007996954268243 -1.6271049397454469 -1.6090638498571952 -v 0.35514766488279714 -0.48483083188840509 -2.0077274643729193 -v 0.31412280023315192 5.4451927562524318 -3.6039091451060181 -v 2.6756970395030839 -2.065879075944999 -1.6583672556768445 -v 5.5000018250530855 -0.75089770388849919 -2.1058134059730573 -v 0.09058682309500983 0.69084045573576391 -2.3157210712480021 -v -0.095636583484345977 0.53417182968594457 -2.267370108095121 -v 9.2515130134242529 -1.9635583690751275 -1.9029131792577345 -v -34.318486984725745 -35.64995122076153 -27.836926748689841 -v 1.1144102199709773 0.13087498661559993 -1.6710483181828404 -v -0.00066319709338517646 1.6444452732560353 1.421022807242164 -v -0.53365915882613058 1.2961648651086857 1.3091914128014199 -v -0.12607917347886252 -0.054113915780763779 -1.0033298038572696 -v 0.094397139615139236 1.4988701375888118 -0.03017778222117129 -v 0.49657634915927951 2.8173046877589276 -0.59953303031418548 -v -1.0849353896527572 0.084075823109623318 -0.83980627876654312 -v -1.0238761746457865 -0.4823981091862205 -0.15089468008301762 -v -0.11320312307987775 1.7307024536475433 1.4475551313023067 -v -3.8039264015486216 7.0091614882646986 -0.68271540126423336 -v 0.071661911509640325 1.5184952043578241 0.27315275712099307 -v 7626.8762715081666 -10359.139102942048 -9029.9574421990874 -v -0.21892823569500594 1.689721305830838 1.6219264947070031 -v -0.35619615276488742 -0.15983974948341542 0.084863411438224345 -v -0.16154370843016458 0.12319943861458185 -1.2132236728709822 +v 0.47030340597596237 0.17303466745315682 -1.965454505193033 +v 2.7804332973448251 -0.27880644764749674 0.55948778915818931 +v 0.046571968482739035 0.45853908941062027 -2.0286641080008452 +v 0.62976092559981844 0.8591937365237966 -0.37534083186166889 +v 0.38445699197530564 1.7664659946094328 1.0525313723624712 +v 0.18690990090702825 1.4933383356008447 0.22128221705803641 +v -0.66878900380959305 1.4124905150074156 -1.2038875807282312 +v 2.3589459177638856 0.32598195748225073 1.1297679026621805 +v -0.17520405673754502 0.64127979791010425 -1.9960012201313897 +v -0.15823744210627858 0.68680659843736958 -1.8810509329270559 +v 0.051645408493587834 0.52105804829106217 -1.897766711432807 +v 1.3174542501216393 -0.10913513279002329 -1.9187271157447756 +v -0.59999298300571768 0.87118051321650669 0.55442809623041434 +v -0.056181451478914395 0.57951690863102168 -0.24990461873938163 +v -0.51876595428029237 0.72553987785339435 -0.33622328026792675 +v -0.61115971075443754 0.73453457249538956 -0.50572322057454766 +v 1.2572203400271647 -0.032084008175861267 -1.4918780075521254 +v 7.2162868028776508 -1.942501052439134 -0.60132455942249619 +v -2.4654539049005559 1.9380890423783679 3.8147950315551076 +v -0.10172820629075387 0.74811347299225794 0.9057040670208395 +v -2.2334305437149706 -1.4492530400831785 -1.4184235501623235 +v 0.25581014574696742 -0.38359519795600511 -1.8039727308672167 +v -0.065184776613517459 4.947553536783059 -3.2632714709105395 +v 2.5876889743797222 -1.9861520338082537 -1.4474615967063764 +v 7.0204533503351696 -0.94405303456593603 -1.897940707567598 +v 0.16850955946686003 0.93353144628364326 -2.1642168115871634 +v -0.096137254889398532 0.69489695430638321 -2.0886405171669966 +v 1206.67253447296 -276.83272393029267 30.140639785699314 +v -1.2024393455923468 -0.30973981132065664 -0.61955920800630282 +v 1.1323318603717187 0.15710345644177981 -1.7125634233849056 +v 0.11670621961470147 1.7959690393156933 1.291891807089202 +v -1.0632064656480325 0.31383058206349523 0.13320160698336059 +v -0.10945879938189586 -0.0513661194738321 -1.0765429974655767 +v 0.14772331173446712 1.5541063137607591 0.099208351066102152 +v 0.44327863269754858 2.6639122235503137 -0.36184905638076437 +v -1.1680263206504384 -0.026069206605833808 -0.80933716393218047 +v -1.1164503994986879 -0.24765070386886662 -0.52389562070352669 +v 0.013280631597719202 1.7134725194215594 1.5258034275028762 +v -2.1672255634924809 4.9836716355757549 -1.089584964794478 +v 0.11671478912072696 1.5857474036477077 0.62045269843636408 +v 156.21262857884705 -221.96113426771723 -208.77894664010103 +v -0.17775681099431681 1.6157063662860056 1.8755851481400581 +v -0.25442359507045614 -0.28246837798138236 -0.31616202304854163 +v -0.1073961403921455 0.057128268660502184 -1.2240849711123853 f 1 2 8 5 4 6 7 10 9 11 3 f 1 2 20 14 13 15 16 19 18 17 12 f 1 3 26 27 22 21 23 25 28 24 12 diff --git a/results/search/topology_30/resume.planes b/results/search/topology_30/resume.planes index 031068f4..34e57b3a 100644 --- a/results/search/topology_30/resume.planes +++ b/results/search/topology_30/resume.planes @@ -1,37 +1,37 @@ 36 -0.61249589920043945 -0.81835591793060303 --0.42374974489212036 -0.17315573990345001 -0.59808224439620972 --0.13402865827083588 --0.065357238054275513 --0.53359997272491455 --1.9807138442993164 --0.20485137403011322 -0.40010511875152588 --0.26972585916519165 --0.44066652655601501 -0.23458957672119141 -0.23195375502109528 -0.76952147483825684 -0.54704636335372925 -0.022284023463726044 -1.0397182703018188 -1.0842322111129761 -0.88522225618362427 --0.64260280132293701 -0.69391238689422607 --0.22653907537460327 -0.0059178918600082397 --0.098451077938079834 -0.11793851852416992 --0.14534205198287964 --0.51886367797851562 --0.41376611590385437 --0.28361609578132629 -0.075233198702335358 --0.026125075295567513 --0.31302788853645325 --0.15928642451763153 --0.081670902669429779 +0.62697499990463257 +0.83667278289794922 +-0.42391088604927063 +0.17824061214923859 +0.52363920211791992 +-0.06937079131603241 +-0.064823180437088013 +-0.48669257760047913 +-1.7637393474578857 +-0.23496870696544647 +0.43439221382141113 +-0.31638038158416748 +-0.43778219819068909 +0.22058771550655365 +0.2503390908241272 +0.82507956027984619 +0.56211298704147339 +0.014961563982069492 +0.99436843395233154 +1.4132928848266602 +0.93811023235321045 +-0.636726975440979 +0.65387964248657227 +-0.16499260067939758 +-0.0095885684713721275 +-0.038169149309396744 +0.033392008394002914 +-0.11498986184597015 +-0.5469018816947937 +-0.40376964211463928 +-0.1990513801574707 +0.04690755158662796 +-0.014688879251480103 +-0.37073850631713867 +-0.15181951224803925 +-0.11682283878326416 diff --git a/results/search/topology_31/resume.obj b/results/search/topology_31/resume.obj index d712f421..2d30daec 100644 --- a/results/search/topology_31/resume.obj +++ b/results/search/topology_31/resume.obj @@ -1,47 +1,47 @@ -v 1.2205535913629895 0.10352907324644237 2.1057137028968804 -v -2.3486630521870726 0.8480351521965811 -3.4411484227119518 -v -0.44730395228330688 -0.15903328577997436 0.38683020439494947 -v -0.46556032142205317 0.24969757771138393 -0.22067812991945829 -v -1.0536795944138628 -1.2979031003335975 1.2542308722412123 -v -0.64685734279617557 -0.29900365008440966 0.33643233512366966 -v -2.8377814042691711 -0.4144602269866523 -2.2496878944437095 -v -1.8460552974523208 -0.017803637205390781 -1.5716426186637915 -v -2.6986151469474704 -0.91415419502870332 -1.3602480849981502 -v -0.56818602287144171 0.012802999082640277 -0.010734334169075301 -v -0.45346302168343927 0.28678461884926709 -0.25853029881734146 -v 4.4261814064168794 -3.0063033615980377 -1.9035280350713069 -v 0.94165121411705266 -0.54383521752473907 -0.92629885044897098 -v -0.54118818432376281 0.24456463609655116 -1.4662096652328005 -v -0.37798180554616156 0.40335680968243448 -0.50234134997543123 -v 3.1346467778042322 -1.5447377408007346 0.48017122896088577 -v -0.14534469838333519 0.23769608003660486 -0.57222235799851884 -v 1.7483364680138853 -0.31482926642845149 1.790553085598531 -v 0.28176535944785336 0.27436482659817252 0.55472878474368925 -v -0.3862226795653636 0.4289885546816547 -0.42707530432537594 -v -0.40327910970329212 0.34191943793931806 -0.44899695271092427 -v -0.43487422091707023 0.24104589976087212 -0.24945643056582489 -v -1.1505650118253397 1.1920251377254192 -0.73779865230273034 -v -0.35466626631040493 0.40777148129889362 -0.61772004259793956 -v -131.71411056023237 214.12684832857886 -150.87946379296304 -v 2.536775301515287 -2.6495537060223735 0.14073309039679918 -v 2.4331788769069043 -2.5882622945469347 0.18823318216938947 -v 0.3112530345574383 1.6811772558641003 0.22490837990533563 -v 122.18660399945054 223.74891453269402 150.21474858334324 -v -0.53172461797712045 -0.0062099341455942401 0.021081477947919092 -v -1.9080287456329281 -2.7203101241273027 -0.53658828387971758 -v -1.9872125119393189 -2.9159857511919838 -0.35106534605373035 -v 3.4336407139208123 -2.2618056810035001 0.36279779948068003 -v 2.3402313568228834 -3.714328782018772 -0.77523574206648227 -v -0.51913463132988691 -0.65665914438184314 -1.1142699794076956 -v -1.3133110841105953 -2.8980321233662942 0.16393255071746068 -v -2.3738920061292861 -2.3013648156555555 -0.77242443294098762 -v -0.39029177736335019 -0.65811868862813583 0.28903524914256773 -v -1.3640096252624121 -3.3482257018968626 -0.14395029120290759 -v 2.3135721648924576 -3.8356566354424118 -0.6659017018734914 -v 1.1612621528989273 -2.9167667286098085 0.025973073751920595 -v -1.2822210702093071 -3.1572656961438748 -0.32614846058817698 -v -1.262447448167257 -3.0584943831029876 -0.30348460864141213 -v 1.1468752532886173 -2.8479777292444748 -0.0029039547187553194 +v 1.2262178844154312 0.29982705891571554 1.402491991570314 +v -3.4500847971196911 1.5797122347064412 -3.4307521609690395 +v -0.41491899906747798 -0.065372193715216145 0.58134430537493487 +v -0.60029339441435092 0.35053511149731897 -0.0026389461340907694 +v -4.1260917399504056 -2.6324941719954111 0.59550817090268882 +v -2.0363466087196964 -0.97326372421903817 0.35791042554222952 +v -3.5689834219297274 1.083558368049643 -2.9855411752485823 +v -2.0700701058913684 1.1714413182246262 -1.9715781733662363 +v -4.042746830863714 -1.261102266163785 -0.81646365072810045 +v -0.88593066689400612 -0.056119346046276233 0.22310457024189367 +v -0.50936372412454101 0.62911051279888797 -0.23473731169927936 +v 1.4493435651697784 -0.55912993165010283 -3.0961675076035196 +v -0.027279764619152921 0.36229089073866511 -1.5563365076401565 +v -0.49338849300023918 0.55453345072574423 -1.6547710543922873 +v -0.28030334379488481 0.59093666012608659 -0.87308441696339734 +v 4.1626256980990615 -1.1918671938377521 0.35944278990674439 +v 0.09750992199535051 0.37619757465167247 -1.1424891233044203 +v 1.6209359828501322 0.10190202166673479 1.2776443556609036 +v 0.57951561462027423 0.47347617193875879 0.7142254095938223 +v -0.40889854925585656 0.72390020604439898 -0.42650393828575606 +v -0.44632585935700758 0.41281287526503291 -0.57317135329132884 +v -0.49773586006724868 0.30404262061385745 -0.15490368764207257 +v -2.3318286277563076 2.5779498163478425 -1.1663424480609956 +v -0.17593296436070421 0.41254618393855796 -1.2912758150103802 +v -768.56356457245056 1033.314250285498 -632.80845695074106 +v 2.390850094601531 -2.7049879000481885 -0.043450734048842921 +v 2.2551561561383586 -2.5902625002933117 0.020248887238808216 +v 1.6104623950572978 1.7825381064254768 0.79127467977357258 +v 3.0192136628534052 2.6305409045557391 2.273036329117768 +v -0.71174981848935237 0.069173036078129302 0.26360642528939315 +v -3.5206005834975689 -1.9895448940010549 -0.45777003256748677 +v -3.954393575151967 -2.4031380921462175 0.011352719541026846 +v 4.4311389443785512 -1.5583845850825084 0.27699330915263609 +v 1.023319007205461 -1.726132066125013 -2.0061321637005376 +v -0.18334343997710884 0.16874695319048968 -1.4644202424480788 +v -1.66185816406339 -2.2838572792111624 0.52128955309977043 +v -3.8348974047959534 -1.7106997204655954 -0.59639126607565851 +v -0.70628294120763513 -0.59519255037894347 0.45645331508309406 +v -1.7948105925035052 -3.2689468754582434 0.095177391078786089 +v 0.28710436033933151 -3.5957444073825418 -0.24410316470454962 +v -0.016388598399736536 -2.9758984984388444 0.060060002621718733 +v -1.6508449855746516 -3.0587709726824284 -0.12082473254467063 +v -1.5913675309223467 -2.775785024264648 -0.054925687476872043 +v 0.0064896279593739444 -2.768877015025518 -0.039911986306001235 f 1 2 7 8 9 10 11 4 3 6 5 f 1 2 12 13 14 15 20 17 16 19 18 f 3 4 22 21 24 23 25 12 13 26 27 diff --git a/results/search/topology_31/resume.planes b/results/search/topology_31/resume.planes index 84f035c9..aeed8e22 100644 --- a/results/search/topology_31/resume.planes +++ b/results/search/topology_31/resume.planes @@ -1,37 +1,37 @@ 36 --0.19588805735111237 -0.22310730814933777 -0.15599299967288971 -0.12917445600032806 -0.2048628181219101 --0.055622439831495285 --0.12327303737401962 --0.1388385146856308 --0.089705877006053925 --0.42551803588867188 -0.20801471173763275 -0.037781249731779099 -0.21756725013256073 -0.15792886912822723 --0.41060775518417358 --0.19054201245307922 -0.064180105924606323 -0.25671768188476562 -0.071654684841632843 --0.97786569595336914 -1.4180591106414795 --0.47404509782791138 --1.5778602361679077 --1.8665372133255005 -0.17355294525623322 --0.42324641346931458 --1.0946966409683228 --0.047249879688024521 --0.092273019254207611 -0.44335925579071045 --0.52273911237716675 -0.12776714563369751 --0.10074558854103088 --0.24207234382629395 --0.14116896688938141 --0.21568013727664948 +-0.22389030456542969 +0.32533866167068481 +0.30277281999588013 +0.22331571578979492 +0.49839380383491516 +-0.084085352718830109 +-0.12435309588909149 +-0.12110818177461624 +-0.046778563410043716 +-0.31635165214538574 +0.40806189179420471 +0.067232921719551086 +0.49491578340530396 +0.53764218091964722 +-0.77821916341781616 +-0.20503714680671692 +0.13396923243999481 +0.46734204888343811 +0.10670052468776703 +-0.51018393039703369 +1.1461554765701294 +-0.51851463317871094 +-1.4647772312164307 +-1.7708582878112793 +0.012848612852394581 +-0.54145556688308716 +-1.1183030605316162 +-0.0047819316387176514 +-0.13161003589630127 +0.569480299949646 +-0.63804733753204346 +0.19006676971912384 +-0.24031901359558105 +-0.37902802228927612 +-0.070936292409896851 +-0.23363369703292847 diff --git a/results/search/topology_32/resume.obj b/results/search/topology_32/resume.obj index 9eac0bc1..bf02cad0 100644 --- a/results/search/topology_32/resume.obj +++ b/results/search/topology_32/resume.obj @@ -1,47 +1,47 @@ -v 0.60922317462886832 -1.1370023135945486 0.50647022657629859 -v -0.038103065100874023 -0.44647142444330734 1.273435599824924 -v 2.2900134905101908 -1.4298084555128023 -0.88860650158394727 -v 3.6966902446308145 4.2246698436538752 0.28906433302760082 -v 323.81332455877492 -471.09030724949503 -432.19394684481773 -v 0.82766027829052058 -1.6589271471571925 0.13281220590976739 -v -0.32486978982566378 -1.7027752117422501 0.99218014513951047 -v 2.1605622594438199 0.46607400028116946 -0.036458554147275279 -v 1.4862536376059383 1.5370802879557959 0.90228361412617741 -v 0.8289410424025343 1.4700727492962093 1.3757033641735235 -v -0.76938456957619605 -0.52548775285857763 1.7983541056919519 -v 1.8290610752468552 -1.8990551103740831 -1.3062433656444896 -v 2.7153128776943052 -5.7228201823845195 -0.39490684703164186 -v -0.59165711328193904 0.38114847934843127 1.767718522701796 -v 1.1819226404311092 -2.1364906144610001 0.092701828441091705 -v -0.41771335436231577 -1.9761594532028164 3.0415127643083366 -v -0.20184789362353284 -2.3107461401548028 2.8568328171040838 -v 1.7208332281617265 -1.7747324023027671 -1.1840579747145512 -v 0.23805318126600619 1.0027172622542357 -0.24201165298664329 -v 0.16321779234121231 0.99838777818926883 -0.095996736432377605 -v -0.86944353213784764 0.26866444824925567 -3.8638653993207219 -v 1.1768868198745763 -2.3013691531959668 -1.9031313472047684 -v -2.6743374219168494 3.7656286778554438 -5.6214693416140307 -v 5.2785554675660737 2.8059244444602882 1.7917383228808805 -v 1.1867148110710184 -3.3152711846490663 -1.8707488858267423 -v -10.867057604170892 27.127576797290349 -13.771245444641497 -v -4.1784111083662525 13.580073099687576 -7.2443578926425536 -v -0.16299275620926246 -0.43092519278372748 -1.0045924214036799 -v -2.8886054332747446 3.3111117704111996 0.092186875031739779 -v -0.91114463914647437 0.78662495321887105 1.5107261090891995 -v -0.54804400519197338 0.25978329995037158 1.0350930651095136 -v 0.26193409115500854 -0.92959409148342631 -0.19033098169712148 -v -0.29740078801378961 -1.2407246829667042 -1.4135154393263143 -v -4.4497831379090664 5.4921611807654163 0.73794800437443286 -v -1.6167774421476082 0.40623426072387697 1.594310821209286 -v 1.5941555391968927 -4.2605731937286748 -2.6164850646818434 -v -2.6467433229813579 2.4411328729416537 0.40557216823825304 -v -2.5790437388229344 3.0975399152060881 0.066072278357854952 -v -0.19715516939369823 2.8440131469837828 0.51228462508455874 -v 0.77024738496696032 1.6382559986999317 1.2787678166051841 -v 0.4822497721176639 -0.016406443191534784 0.41515824889481773 -v -0.3153556153217798 2.331917616808683 0.76858981573654706 -v 0.48703045853781995 0.1676907594788421 0.45399786982252732 -v -0.1096222366259663 0.643236594601308 0.45360211306621534 +v 0.54477650133800259 -1.9800331675768521 0.40840254765014755 +v -0.31612570385512712 -1.0616717154838053 1.4284174375594412 +v 2.1392872966483201 -1.2685680733929112 -0.52181032581407338 +v 2.7037084853549005 3.2683146716659741 0.85234000968786205 +v 357.18912789432682 -520.34484188712986 -476.97715138063859 +v 0.84008250349996316 -2.4242441986248373 0.0071590005717920291 +v -0.13470599496736207 -2.9003075980884083 0.55949063660678533 +v 2.0280750192004229 0.36019406100919232 0.21027468643856206 +v 1.5837943133952099 1.0658488962988373 0.82878359104468013 +v 0.83589086171390037 1.4741959141023739 1.5600883222399076 +v -0.80883179553642048 -1.1149094992234365 1.782085115676534 +v 1.5930435388085959 -2.4461339895887293 -1.2779845615901402 +v 3.1085065079028884 -7.5761722185744791 -0.67939724077517771 +v -1.0655639509995942 0.29218224360749467 1.938588057622691 +v 0.99906262946864499 -2.638596789125597 -0.011306384521662475 +v -0.88316984839323243 -2.1796367037469855 3.2742605694156253 +v -0.47050050345964617 -2.819265932846915 2.9212091754806431 +v 1.4986500964495573 -2.3377029940719689 -1.1714177343246974 +v 0.28339104514445773 -0.061358119307957676 -0.39933379268411573 +v 0.14569833915586081 -0.069323123017546451 -0.13067542010270766 +v -1.4579943668931188 0.32107908681272901 -3.8331176930531869 +v 1.1049808627596791 -2.938773421701927 -1.8537180148756303 +v -1.80483827503007 0.97040807598140522 -4.0638167931803588 +v 3.3764870641898774 2.0173251792989833 1.3013526753747229 +v 1.1775126354115755 -3.8708523406970552 -1.9476530675627362 +v -8.1204578560548892 16.523622791627425 -7.5986346789386756 +v -1.7085034598583904 5.7657445566290724 -3.1113270380300611 +v -0.19373949674782801 -1.128052683263127 -1.0090703496266198 +v -2.998654934083326 2.7228488587541051 0.11961652005394072 +v -1.2670601716638459 0.54790975315605184 1.776506888954503 +v -0.7069666851607731 -0.26475660000166085 1.0428306181224261 +v 0.22507288619340002 -1.6195445674545126 -0.20652532001957224 +v -0.35298775404591071 -2.0875117133250245 -1.4935669384215164 +v -4.3390060485955804 4.3756286317372295 0.57170401530738668 +v -1.8848766419251655 -0.10334488800393042 1.6591752367732884 +v 1.9660531611132728 -5.7003378539690752 -3.3909101546838141 +v -3.3273055584746318 2.6639373767124885 0.38394224628895923 +v -3.473522961937372 3.0504679321949597 0.15967634844576012 +v -0.37414806808561324 2.7205732223382362 0.74029894042506184 +v 0.79470814354781705 1.592202556582782 1.4920729463294573 +v 0.39006194243007547 -0.73265402068831698 0.27867306784800405 +v -0.41064281103306832 2.5624623055326294 0.81943394460755881 +v 0.40030284544499761 -0.29672300973236221 0.36837614613765862 +v -0.11615946435561296 0.11210894448619492 0.37025610943260107 f 1 2 11 7 5 6 9 8 3 4 10 f 1 2 17 16 14 15 13 12 18 19 20 f 3 4 26 27 23 21 22 25 12 13 24 diff --git a/results/search/topology_32/resume.planes b/results/search/topology_32/resume.planes index 971531cd..0ca4589e 100644 --- a/results/search/topology_32/resume.planes +++ b/results/search/topology_32/resume.planes @@ -1,37 +1,37 @@ 36 -0.62284642457962036 --0.32546266913414001 -0.81871604919433594 -0.33474829792976379 -0.11931925266981125 -0.17510272562503815 -1.5203238725662231 --0.037509985268115997 --1.6358602046966553 --0.26908886432647705 --0.20106549561023712 -0.017289254814386368 --0.88018327951431274 --0.50842154026031494 --0.10770032554864883 -0.14242781698703766 -0.2799561619758606 --0.60121780633926392 -0.18117159605026245 --0.2458488792181015 -0.41062527894973755 --0.20627167820930481 -0.8366166353225708 -1.5764262676239014 -0.22990112006664276 -0.017128383740782738 --0.1094854325056076 -0.2786860466003418 -0.35002574324607849 -0.44093644618988037 --0.05236353725194931 --0.065435431897640228 -0.31660488247871399 -0.11073717474937439 -0.0028888003434985876 -0.05684053897857666 +0.70521008968353271 +-0.36850112676620483 +0.92698073387145996 +0.037577498704195023 +0.0133943110704422 +0.019656313583254814 +1.197559118270874 +0.21395276486873627 +-1.1982723474502563 +-0.62197023630142212 +-0.46474280953407288 +0.039962265640497208 +-1.2913503646850586 +-0.74592387676239014 +-0.15801097452640533 +0.08149363100528717 +0.16018415987491608 +-0.3440021276473999 +0.25266572833061218 +-0.34286585450172424 +0.5726667046546936 +-0.22497676312923431 +0.91248351335525513 +1.7193799018859863 +0.16453592479228973 +0.012258448638021946 +-0.07835666835308075 +0.12015033513307571 +0.15090732276439667 +0.19010154902935028 +-0.053679343312978745 +-0.069389954209327698 +0.34334337711334229 +0.060764197260141373 +0.001585182617418468 +0.031189844012260437 diff --git a/results/search/topology_33/resume.obj b/results/search/topology_33/resume.obj index 7f1cc528..164d272c 100644 --- a/results/search/topology_33/resume.obj +++ b/results/search/topology_33/resume.obj @@ -1,47 +1,47 @@ -v 0.41343325598424507 -0.60772141187800321 -1.0208928248457945 -v 2.0684353339752795 -5.2593561973414564 -1.6605881230699238 -v 0.25331948436976726 -0.88559383786934354 -1.0707560205982318 -v 0.20882735665702892 9.3729731470415061 0.50219516115544616 -v -2.9124437222134585 27.579736241551146 3.1569900325767186 -v -0.89494654569560861 4.4566883293919775 -0.30223331579690788 -v -2.7818818307173396 27.133327728735022 3.0943281815208064 -v -1.7333472607673224 0.40931126486179176 -0.96132448417351557 -v -0.15870791181401106 0.50129213634945369 -0.87636843607527048 -v 42.136064351376142 -129.19378240766878 -18.88526617089423 -v -1.9976322012869112 26.177440395665553 2.9828542156235001 -v 1.0590993311075236 0.55072920863856623 -0.41245168168477564 -v 2.6740375378539372 -9.6940768328155915 -2.6832371966382191 -v -0.55528455532973697 0.48998673876918225 -1.1154109069470399 -v -0.84741211157438701 3.9582751166194421 -0.23856121436815653 -v 26.658093917449602 -73.975853958133058 -11.050626288325468 -v -1.1481098857943561 12.102723524964349 1.9840982475634674 -v 13.565913987700005 -48.28367937197158 -9.1950037242196796 -v -2.9399241612976419 0.86963295031157506 -2.0183153562339968 -v -20.651811306347831 54.826314274713106 6.0324709580993101 -v -0.094139288900900314 -0.22504298537988934 12.39603150109958 -v 0.98933255621229532 0.66264034295921281 2.0689396624040897 -v -0.29850418602631873 -1.6337705868148493 1.0081116229623597 -v 0.94818187494839234 0.47654338449972572 0.82404689875788617 -v 0.44641560175045469 -0.36551664714250637 0.97654873781092133 -v -26.038002566428183 -47.613310885532755 -21.075829721902664 -v -0.28737164583655445 -1.9776257287694037 -2.8901940078318744 -v 0.36088265269493003 -0.50515226033524474 1.0444989621494456 -v -4.4186332343979524 45.099494431539661 6.5435744786614398 -v 1.1590158087495031 0.49360439071248335 0.74833991020538337 -v 0.64365865502805975 4.8221616028217156 1.0843005436052688 -v 1.1249742100415574 0.47428445835600874 1.0645516153256032 -v -1.8994166635126277 25.953664110401142 2.9618864673246033 -v -0.097555416115374577 7.9520445811463212 4.5493837075541874 -v -1.0243609356916095 6.5237654307788393 1.7466757607003587 -v -0.59938422961133531 0.55779018057545948 -2.4093211083875765 -v -1.5800124540166838 13.932339398646331 5.9543048697053935 -v -0.69292633876385357 2.7730891539620908 1.3285415944143244 -v 44.722216405972539 -136.43859156169336 -19.74445765371529 -v 0.44969146306004903 1.5483511924139703 1.0414488163091182 -v -4.8597369396692986 0.36927121609324132 -3.7465668584998761 -v -1.3465204606050762 0.41053001629459795 -0.54815977324628262 -v 0.87226448893433062 0.45801221649664736 1.0786358913103213 -v 0.57145844202466201 1.384228931515664 1.1590720926092879 +v 0.46068354703662356 -0.34330631587684968 -0.88055715034877335 +v 2.1721398870987043 -5.5861969779241951 -1.7041286879685784 +v 0.13984527925970616 -0.8458144732979086 -0.9543963571088917 +v 0.38554001365583013 8.4429456890118217 0.47026077049443687 +v -2.1835856537624938 23.561321317025115 2.820238565771509 +v -0.64062214115178007 4.6560503424956048 -0.1008184940017815 +v -1.8052106516172177 22.410972288016605 2.6395076455857458 +v -1.8230600907957517 0.076273361663992165 -0.79208324807891273 +v -0.18885225300259648 0.21662492619818527 -0.78769511783474977 +v 34.612398430158514 -113.43975816170023 -18.617060233656787 +v -1.5663215569825533 22.243496484504288 2.611263626855191 +v 0.87394409985667998 0.30608572909369125 -0.51666429501715838 +v 2.7019994211343135 -9.8314541299224327 -2.7294979608867926 +v -0.29290960061124566 0.20935283687062481 -1.0338232952643871 +v -0.58612563575756238 4.1218564216367719 -0.0071021727051921446 +v 30.826376747855459 -85.60183487719334 -13.211713735223995 +v -1.0306018902979239 11.643190134484048 2.0165759343880398 +v 16.00351449868338 -53.650054121856392 -10.032513282491424 +v -3.7090836901117252 0.37611811103241388 -2.4156938663316918 +v -19.129041424361528 49.109466728076178 5.4440147595765058 +v 2.4748882959442824 3.1959523912377272 48.133866966200657 +v 1.4107364129323041 1.1715387394095207 2.7266875912743296 +v -0.031289157246553734 -1.0958989161614898 1.2728207613815969 +v 0.85941608591683738 0.29493779749279797 0.94537354215915093 +v 0.42314739182907934 -0.38639392644727616 1.0933939870341631 +v -39.581833791114711 -63.203569856312399 -28.310854927900067 +v -0.4975117126405188 -1.8567774529463315 -2.7060682309102546 +v 0.43451632546326852 -0.36718894992579354 1.2725874205117036 +v -3.2504219668179357 37.151831508622138 5.6052089284278299 +v 1.4603606820618418 0.34812084603753801 0.71486232787903181 +v 0.814840633977304 5.3311140583231493 1.114008566646675 +v 1.4755836282050092 0.34597765813069503 1.2244907183261449 +v -1.302226073111312 21.704288744934882 2.5616399512612076 +v 1.2331149649960986 2.6293617344203155 3.2265868268179894 +v -0.53131189140492863 4.6190678875664437 1.6125411680347062 +v -0.36423295241234138 0.21102027847227733 -2.1848871758823663 +v -0.80233817282015341 9.5372424685860704 4.4809914537036848 +v -0.28832554678073596 1.8412153235349953 1.446479120992163 +v 70.113110150313261 -215.9876969122536 -32.306104137245214 +v 0.45773556854974867 1.4585591811791476 1.1355050857760618 +v -5.2091124163840439 -0.19504977783233743 -3.678457055620755 +v -1.3141198162464478 0.11665045852222936 -0.29856878900200323 +v 0.99780424143530899 0.30468547782621869 1.261426576989731 +v 0.66652015515256779 1.2387639870460256 1.3370664529941849 f 1 2 4 6 5 7 11 10 8 9 3 f 1 2 13 18 16 17 20 19 15 14 12 f 1 3 27 26 28 23 21 22 25 24 12 diff --git a/results/search/topology_33/resume.planes b/results/search/topology_33/resume.planes index 20e58042..eaa6c25f 100644 --- a/results/search/topology_33/resume.planes +++ b/results/search/topology_33/resume.planes @@ -1,37 +1,37 @@ 36 -0.041501864790916443 -0.1416393369436264 --0.92257797718048096 -0.34309402108192444 -0.2331974059343338 --0.80808448791503906 -0.53022056818008423 --0.31070983409881592 -0.028920738026499748 -1.2670416831970215 -0.13960482180118561 -0.14493227005004883 --0.4733462929725647 --0.04337315633893013 -0.013859978877007961 -0.36781340837478638 --0.035096209496259689 -1.0164024829864502 --0.028233552351593971 -0.46017476916313171 -0.025076333433389664 -0.62523138523101807 -0.4672296941280365 --2.057802677154541 --0.30517125129699707 --0.1428702175617218 -0.28613901138305664 --0.34574076533317566 -0.015516201034188271 -0.37957081198692322 -0.34250685572624207 -0.1266777366399765 --0.17781674861907959 -0.065553434193134308 --0.073483459651470184 -1.0913056135177612 +-0.0084497891366481781 +0.12352064996957779 +-0.80389702320098877 +0.32287779450416565 +0.22648844122886658 +-0.77086549997329712 +0.47966843843460083 +-0.30661255121231079 +0.002428482985123992 +1.45868980884552 +0.19239082932472229 +-0.042762976139783859 +-0.20738428831100464 +-0.018907023593783379 +0.01282276026904583 +0.42599257826805115 +-0.033160347491502762 +1.1029154062271118 +-0.019399795681238174 +0.22583708167076111 +0.0015292188618332148 +0.54020029306411743 +0.43677714467048645 +-1.8710657358169556 +-0.39263695478439331 +-0.19207441806793213 +0.42062428593635559 +-0.42482110857963562 +0.041870731860399246 +0.48570361733436584 +0.24256549775600433 +0.097744479775428772 +-0.14467142522335052 +0.10755399614572525 +-0.068329557776451111 +1.3148633241653442 diff --git a/results/search/topology_34/resume.obj b/results/search/topology_34/resume.obj index 8b524f1d..c5a4e901 100644 --- a/results/search/topology_34/resume.obj +++ b/results/search/topology_34/resume.obj @@ -1,47 +1,47 @@ -v 2.1127436539959294 0.50975274510562119 -1.5627573580279588 -v 1.6922153666486726 -0.90497448548498649 -0.64438219994148049 -v 0.49990995390640952 -1.4726657536801828 2.8788177392460645 -v 0.94528756606971387 -1.3497973525786207 1.5389374352031109 -v 1.3881342119061648 -2.7354577043986565 -0.19590945469879323 -v -0.29961302190711564 -1.1584887348586079 5.4268873821372408 -v 4.25134488531745 -7.0400078781395994 -10.169814039707646 -v 1.4998086323499635 -0.65610561031716097 0.015075331069343112 -v 0.19550443590561026 5.6559521797410595 5.720310969607155 -v 1.9442999297336589 6.2975587752641395 0.50170407801898187 -v 1.5253070787378207 -1.1586268566730795 -0.19768253756931314 -v 0.45147491366976872 -0.93943486919088581 0.9898925155815147 -v 1.4244302158750586 -1.1281277249829804 -0.23562600438499026 -v -0.63522096184276877 -0.94657064430870896 2.4152766390533391 -v 0.45412611737061948 -1.8564062554374641 1.2246181611638933 -v -1.910048962881129 1.096183939582325 3.55461349574807 -v -0.62520889745007147 -0.63868919450549222 2.3221838682292679 -v 0.69888466137726912 1.7521090400377954 -0.033378347490224169 -v 1.2836241224548877 -1.006992543980995 -0.082642233806440868 -v -0.73402927082815328 2.2731427367056596 1.7083374970630554 -v -5.3934192068793925 1.7633918502398265 2.5105337547737356 -v -1.3085871841788084 0.36256366143582747 -0.36910853931616527 -v -0.97533060133440652 -0.12171755095284874 0.77323305972195056 -v -1.1890653209544508 0.3991250747549101 -0.74203711286747043 -v -0.91385110153656657 0.23312337414267828 -0.66944864848706298 -v -0.97476088065347144 0.4384874501096962 -1.3132034774198043 -v 0.19307908278116015 -0.01466424988354011 -1.9404637075162841 -v 0.6988710506290271 -2.3928595533162782 -0.38388982773406155 -v 0.23244513500227901 -1.7851893464103497 1.0067741274960316 -v -1.7183539003589277 -1.8742178534622049 -3.8009025696346113 -v -2.0290786151997624 -0.82872300564474044 -0.28698211954108466 -v -0.89776692997405994 -1.3059837443965781 0.36507699592236498 -v -10.488456557096974 5.2723198830942488 5.0645133051559235 -v -0.49453021082891663 -0.74904811450316455 -0.62051845776495296 -v -1.0169100122971206 -0.0042707050740404713 -1.8001302524244915 -v -0.34350936351434258 -0.97756074469332788 0.2830386627132751 -v -1.6369592487578155 -0.46008734326085621 -0.9556721661972527 -v -0.87742861575314146 0.68602085443904581 -0.61968641847812667 -v -0.5615112178532774 1.234340451405076 -0.47388179756872906 -v -0.43996186404827381 2.8529139104630175 1.8835143643870056 -v -0.83744043641981036 1.0303708476628284 -0.67089446329004243 -v -0.34885150826090205 3.6611825545895123 2.1970121169040966 -v -0.94599807539679603 -0.92049446913383781 -0.27443939980950094 -v -0.50149091301898185 -1.2430050566948032 0.20790748499581635 +v 2.0008827524659383 -0.13354107801116605 -1.9639984137581972 +v 1.8886504490350526 -0.81515037303510762 -1.5807898465229044 +v 1.6046973110037412 -1.7944013769231317 2.2798251181121101 +v 1.6600245574366601 -1.6290534958899263 1.428847493276723 +v 1.6234701983003832 -2.4305243310247477 -0.6942876208192944 +v 1.364074886826649 3.8840654482265831 30.799063368940594 +v 1.5715929519339151 -3.7911864029625186 -4.5733817172683828 +v 1.88461777318693 -0.51018927353407129 -0.28896838885764087 +v 7.7942797380042252 62.134553891080053 83.321062797394319 +v 3.3917501633969538 10.49240747954212 1.7397725829995714 +v 1.820165173438399 -1.0594317401427762 -0.6810916893308937 +v 0.58084447317227095 -0.83617564656424248 0.59294965882622552 +v 1.4318042691663337 -0.99500503790138406 -0.77154720415447708 +v -0.78318674815725342 -0.66524260255277612 2.8043485602572069 +v 0.65997799529153556 -1.7213747541179867 0.71787149833906994 +v -1.7504145501652657 1.2926357494734106 3.8411008270860654 +v -0.76513316932180897 0.043259441833510132 2.5694590270245961 +v 0.4899176013822889 1.9003792741177719 -0.048013126065202055 +v 1.2455454153339409 -0.95830365295510145 -0.47344515739116744 +v -0.94951689798063399 2.0808348415727158 2.2856100786001066 +v -9.9434599476505134 3.8469458827511738 5.6714903310892097 +v -1.4112426826293174 0.2704237690179217 0.59896374104555805 +v -1.1613898228462496 0.074171142576651028 0.84753146318699402 +v -1.0621631004184844 0.34890142041552535 -0.58400726134271563 +v -0.96971991126161339 0.2964674614278075 -0.57959149163387902 +v -0.98248676144366531 0.35591461148653536 -0.80672499801931796 +v 1.2870931416637097 -0.60287659938881588 -2.1237748367059539 +v 0.58093181862334109 -2.0029909825185914 -0.77519544093157711 +v 0.58080282112488724 -1.6999628051674807 0.65937288604626021 +v -1.5535284532416571 -1.3328666013271055 -1.9124303848857296 +v -1.7856839867412257 -0.85404510928230459 -0.11403236219100998 +v -0.96714125587763444 -1.088350727269866 0.42947384633339025 +v -50.627162733180938 26.769470470503094 32.053705142211378 +v -0.61977601368563906 -0.79878073166581121 -0.73318953018922617 +v -1.0244148241236104 -0.55183817953531189 -1.4714913843199886 +v -0.35817202730700309 -0.92020953234833269 -0.074841569186498091 +v -1.5053051657841336 -0.67745225846426693 -0.84783869705175618 +v -0.977202393033482 0.17587686435021258 -0.60365770859022205 +v -0.52466643364793408 1.1298664028273528 -0.35210911588480831 +v -0.57866364071239684 3.2232848577307007 3.0465591010207445 +v -0.89279047466349992 0.68903149810032083 -0.58252431627660672 +v 1137.5028860970453 11643.026298477353 8365.7230948165234 +v -1.02165740196779 -0.80659966578733466 -0.5599942256838838 +v -0.41995948449826209 -0.99189425494336758 -0.11369287607754094 f 1 2 11 8 5 3 4 10 9 6 7 f 1 2 13 12 15 14 17 16 20 19 18 f 3 4 12 13 27 26 25 24 22 23 21 diff --git a/results/search/topology_34/resume.planes b/results/search/topology_34/resume.planes index 80fa3160..b6dd306f 100644 --- a/results/search/topology_34/resume.planes +++ b/results/search/topology_34/resume.planes @@ -1,37 +1,37 @@ 36 -1.4032795429229736 --0.12156318873167038 -0.45530411601066589 -0.62934821844100952 -0.12480032444000244 -0.48043236136436462 --0.17010924220085144 --0.31956368684768677 --0.085848808288574219 --0.77861082553863525 --1.3791011571884155 -0.34147316217422485 --0.68636423349380493 --0.49998641014099121 --0.011729088611900806 -0.11424607038497925 -0.030693046748638153 --0.36296463012695312 --1.1450600624084473 -0.67177408933639526 --0.30112656950950623 --0.83670681715011597 -0.056606300175189972 -0.097224168479442596 --0.090332657098770142 -0.94188600778579712 --0.8486291766166687 --0.16568060219287872 -0.046576466411352158 -0.18382541835308075 -0.10915429145097733 --0.20715336501598358 -0.5023655891418457 --0.066141851246356964 --0.84994173049926758 --0.50734168291091919 +1.905253529548645 +-0.274004727602005 +0.070632092654705048 +0.56841862201690674 +0.099211521446704865 +0.34294229745864868 +-0.15368054807186127 +-0.27630782127380371 +-0.063679270446300507 +-0.55340898036956787 +-1.2976232767105103 +0.27405110001564026 +-0.61667507886886597 +-0.61944383382797241 +0.13079153001308441 +0.071144700050354004 +0.086898207664489746 +-0.45754784345626831 +-1.0543045997619629 +0.5262102484703064 +-0.27620327472686768 +-0.9375033974647522 +0.045288775116205215 +0.064549058675765991 +-0.21796229481697083 +0.61070364713668823 +-0.82018166780471802 +-0.052642971277236938 +0.0056402380578219891 +0.073314301669597626 +0.075568802654743195 +-0.2424759566783905 +0.32721209526062012 +-0.098814353346824646 +-0.97966539859771729 +-0.27351543307304382 diff --git a/results/search/topology_35/resume.obj b/results/search/topology_35/resume.obj index 1ca25579..695c2ea6 100644 --- a/results/search/topology_35/resume.obj +++ b/results/search/topology_35/resume.obj @@ -1,47 +1,47 @@ -v -0.6201257557119465 -0.72572054272189135 1.6616709945502581 -v -0.99816884694879904 -0.016508950803740166 0.50961005828012407 -v 0.076271509978012159 -0.41239975606292406 1.1760797030156522 -v 0.78847103738471314 0.1078665922648664 0.35773512707638067 -v -2.9654533252337885 0.69999736496619225 -0.6972201887711611 -v -1.0775899526233255 0.30393698115979001 -0.0084560714792052405 -v -1.9560401161335588 -7.8148482299930866e-05 0.45722452905397404 -v 0.27280497977206164 -0.34448196520455743 1.0720531401854194 -v 0.50672561335463095 -5.8944531920821746 10.013805802487235 -v 1.1558213537126873 -0.21708508416543995 0.89085046187153194 -v 0.48191708726906179 -5.8532642421814254 9.9468202137558865 -v -0.55931329679438835 -0.86219520433197328 2.0553836826373608 -v -0.46169282370503689 -0.89091060736080352 0.91563050134662305 -v -0.26927403516413556 -1.0254124888750822 -0.60587637783184323 -v 1.632173393262107 -3.8444359395062597 -1.7741854811854667 -v -0.73150149498775585 -0.57451654517162298 1.8596428226500634 -v 0.25847836885801578 -2.3176623384983248 3.8149158304212665 -v -3.0661881305006013 3.5117066775926067 -2.5219221805152632 -v -0.88558127057168834 -0.16537424185533076 0.27240483647889746 -v -4.1862718592956378 5.5907956237765699 -5.7287147210193918 -v 0.81810355453558514 0.18541532840494296 0.89796629126493155 -v 0.58347941008716808 -0.041214506845936347 0.60012640853280175 -v 1.2600094778875859 0.87492684293599554 4.1572642521244356 -v 0.92480375794342129 0.27086791695437906 0.85248705622093901 -v -0.38790473721960383 -0.8332771754547299 0.86917117187344184 -v 1.6846506187326118 1.3663954809513632 5.5314727005004265 -v 4.1989610781781419 3.6245792350179995 6.9721223661545171 -v -1.707090063228254 1.7272334600252186 0.75534902224926337 -v 0.55548381341790554 2.8486924498638104 2.8088810129133717 -v 0.20942349247005101 -0.2281222531869283 0.25947234459010421 -v 1.0814825013751084 -0.17109070728266049 0.76227513526965773 -v 0.71475551140737215 0.92915823753669569 1.4158131450483047 -v -1.0023377096481529 -1.4829525278600257 1.5421581927423833 -v -6.2020418376667816 -0.064254941486948727 -4.4200689148442756 -v -6.8730989723421141 0.6728292113611225 -5.1856260442699238 -v 1.7358349938465765 2.1162961789415307 4.7125430113983491 -v 1.5887908054958446 2.2900523463811342 4.5448780705275933 -v -3.2899142935091774 -3.0806731725248997 2.6638948055785034 -v 0.49112145023393716 0.4120282656256371 1.3431443520534025 -v 0.81954621483416035 1.0974234849007944 1.4675780127591915 -v 0.52725912802404551 0.37657564106746805 1.2874282455643589 -v 0.13005413838374402 -0.24246073518867695 0.22912831345808185 -v 0.77866664301700828 1.1450774455049022 1.4202833474613867 -v 1.6001246179905324 2.3327229102363103 4.6164939367044182 +v -0.69295456961577162 -0.76104916838010617 1.7706726503908756 +v -1.0971043702696428 -0.013638208973278816 0.55514602717837969 +v 0.1002371549793489 -0.41951447960886973 1.2472957577003358 +v 0.84349477883273993 0.12513967856037816 0.39554659205656251 +v -2.9803217051985755 0.77833978953843841 -0.78057232440991298 +v -1.1751603861963529 0.36711300447453926 -0.059884089985855482 +v -1.8511800513161136 -0.0036946451478935818 0.51442316274239497 +v 0.28913078791323882 -0.33878550767879678 1.1236306254310757 +v 1.1074603875088405 -6.7090823843048515 11.39762607388962 +v 1.519073278998937 -0.47729569870695648 1.3867684902088997 +v 0.41812007633345338 -5.5643480609735567 9.5336192334377898 +v -0.59258950552833312 -0.93475223377519867 1.9574885138455285 +v -0.50732738906867469 -0.95762961259237567 0.91140764040665934 +v -0.31011903926400897 -1.0895448493186912 -0.74479894255825974 +v 1.7140946715191621 -4.0730513589396979 -1.9998064096246182 +v -0.71777387378018198 -0.72743332593976828 1.8147151383287083 +v 0.1936586916182203 -2.3121296231926465 3.5814552950801111 +v -3.0391356466930888 3.2786404138957641 -2.3947167271475376 +v -0.96073361832026916 -0.19315010597203267 0.26298677425524941 +v -4.3938864012113097 5.7615449592933912 -6.251954402197148 +v 0.82304177826364455 0.15688745392350228 0.93824946009570298 +v 0.66605743946478002 0.0062993965285409598 0.72315257962518387 +v 1.1966993865898476 0.74741365582289321 4.0289414181621925 +v 0.97353355619310489 0.27687572361612006 0.87366341141653714 +v -0.45753956035257948 -0.91894570625643524 0.87879281836929879 +v 1.6374689692843594 1.2466470963399994 5.4819857793099631 +v 4.2585369505021013 3.5754429313900062 7.0125404171170924 +v -1.6661347159493234 1.6949993378616055 0.73874562724216974 +v 0.50368567873255743 2.6648361679238852 2.8025916344113542 +v 0.19274292492724387 -0.27160348213831081 0.21868692020360331 +v 1.1839234571166541 -0.25569054155640947 0.81210722941208735 +v 0.72772125155302347 0.88969565883204227 1.4818245824700504 +v -0.95012184314337123 -1.5083388685083605 1.5420023248082457 +v -5.8025271102264622 0.035429008241694725 -4.0351792015199708 +v -6.4208110067478277 0.72270009150954861 -4.7425643001731226 +v 1.7229235278388664 2.0968283576049713 4.6438085726902045 +v 1.6200643719818952 2.2195676722008448 4.5261819758615873 +v -3.1873079117247496 -3.0367352201973281 2.6617714347333736 +v 0.50102513113332592 0.41401228860158101 1.3977436188642538 +v 0.85628958602408556 1.1539806580509837 1.5308335984314625 +v 0.5437482351009284 0.37355700544124665 1.3328158216134658 +v 0.11855913130114672 -0.2838206006158952 0.19244091515444423 +v 0.82066927105174781 1.1959374490970203 1.489511052207074 +v 1.6347626932912012 2.2759509284613486 4.6223323910496239 f 1 2 7 5 6 3 4 10 9 11 8 f 1 2 19 18 20 15 14 17 13 12 16 f 3 4 24 21 22 27 26 23 12 13 25 diff --git a/results/search/topology_35/resume.planes b/results/search/topology_35/resume.planes index ab5b285d..aef9ab04 100644 --- a/results/search/topology_35/resume.planes +++ b/results/search/topology_35/resume.planes @@ -1,37 +1,37 @@ 36 --0.0038433575537055731 -0.22856278717517853 -0.14196500182151794 --0.68467164039611816 --0.4421277642250061 --0.04750334843993187 -0.289663165807724 --0.34387221932411194 -0.033473461866378784 --0.091451987624168396 --0.13370576500892639 -0.17377981543540955 --1.3390432596206665 --0.0082257157191634178 -1.1658326387405396 -0.6345410943031311 --0.42824867367744446 -0.68406397104263306 -0.042816303670406342 --0.10507293045520782 --0.062342278659343719 --0.48530954122543335 -0.13220700621604919 -0.55269306898117065 -0.13655577600002289 --0.039841294288635254 --0.027948055416345596 --1.7085130214691162 -1.0763734579086304 -1.2946125268936157 --0.013736555352807045 --0.2737831175327301 -0.16530090570449829 -0.50004398822784424 -0.22020483016967773 --0.21033982932567596 +-0.0052011106163263321 +0.25513461232185364 +0.15860815346240997 +-0.74872958660125732 +-0.48679676651954651 +-0.050380077213048935 +0.3014691174030304 +-0.36063733696937561 +0.032458610832691193 +-0.095458082854747772 +-0.13333839178085327 +0.16301767528057098 +-1.3099384307861328 +-0.0075329169631004333 +1.1376217603683472 +0.66075193881988525 +-0.44533902406692505 +0.71226334571838379 +0.053189951926469803 +-0.14019212126731873 +-0.085082992911338806 +-0.50795221328735352 +0.13962137699127197 +0.57962262630462646 +0.14576780796051025 +-0.043507620692253113 +-0.029269276186823845 +-1.6729865074157715 +1.0517971515655518 +1.2646334171295166 +-0.013114624656736851 +-0.28996738791465759 +0.17204365134239197 +0.53854978084564209 +0.23842999339103699 +-0.2221439927816391 diff --git a/results/search/topology_36/resume.obj b/results/search/topology_36/resume.obj index 7275dfe7..d8c649ad 100644 --- a/results/search/topology_36/resume.obj +++ b/results/search/topology_36/resume.obj @@ -1,47 +1,47 @@ -v 1.5764031908551903 -1.248697943483623 1.4466445638454033 -v 1.6378726457331307 -1.5714647820518284 1.3211567412586722 -v -1.4829142016587979 0.19946653274815423 -0.25944707923285137 -v -2.256308401317686 0.45530419045921156 -0.75073081070136194 -v 0.62094654237315938 -1.2596801172802965 0.66178365800540373 -v -1.7700099712929851 0.78321044667083439 -0.17590775939056974 -v 0.77032136079222679 -1.2280681844508636 0.80075179357384485 -v 1.4026808510993758 -1.5216995186739597 1.1565031216411066 -v -1.3600416517353806 -0.080948178006766569 -0.31183804406100013 -v -1.4084409665015432 -0.20339256803295661 -0.41790752305930423 -v -1.4987239919948969 -0.016993012717137799 -0.39009751348545929 -v 1.8587961457816784 -1.4098409908260596 1.2362530619062713 -v 6.8379267909218644 -9.8186254097552137 -4.0155760970006842 -v -0.96864820522783868 -4.5866854656288698 2.0158628594865431 -v -6.4746468424053258 -9.320363431403031 3.9364379294162437 -v 1.4934274640401 -1.8073306318669908 1.340605144941017 -v -0.60901489581290491 -5.1127647460653121 1.6590455294908655 -v 1.3921706944304797 -1.3457867097016103 1.5278883853435576 -v -4.4031591335444267 1.4405530173434027 5.7013605006163921 -v 9.1733067095124454 4.3106473889127983 -1.4725025508249494 -v 0.45550194976990355 -0.83152610768240043 0.48684053382238957 -v -0.31742086353100829 -0.34268383305123024 0.28601750824733402 -v -1.3635201091298204 0.01132423896465831 -0.36859087267660573 -v -2.3435670030795555 0.37140022551778618 -0.94649774558999078 -v 1.0728274731671228 -1.2089738900901188 0.66339592274474946 -v -0.59847953425786193 -0.97558521728030478 -0.7958493300575743 -v 0.11494459535570339 -0.97187325506706856 -0.044346566124734976 -v 1.6821036212210478 1.8865830214656629 -0.6195537152716194 -v -1.2229288861754357 -2.7837288771639446 1.279997544259907 -v -0.059342581437528838 -0.6807483917201097 0.42438648839745285 -v -2.2386479691736918 0.33665600484135139 0.0053650114274101102 -v 0.5733181029886858 -1.5266023099590671 0.77056816659585192 -v -1.2831659667137774 -0.11901379976733142 -0.43948086995400309 -v -1.2920979296474873 0.024223438255619855 -0.52050734249781538 -v 0.75845930591195931 -1.4067094569815468 0.89470151303838197 -v 1.6164443749273252 -1.4563591754004441 1.186820923080528 -v -0.90435614081295523 0.89969099081527337 -0.87912659752818789 -v -1.5881972448077541 0.77460685352561109 -0.44579541697024494 -v -0.92793343763806702 -0.90616949950638814 -0.60720286513542376 -v -0.78694667189257961 0.64804599279579378 -1.9627489781313692 -v 1.0942053423595368 -1.2118371004238733 1.133252613509542 -v -1.2157712899862667 -1.2363749985120955 -0.38660730368096091 -v -4.3612180423339808 -0.73896246709245528 -2.407207103836321 -v -0.042703118898545438 1.0583986969060919 -1.4210702873176952 +v 2.2840764235214452 3.613739214823787 4.1118516180475897 +v 1.3730263376935243 -1.9635781167400137 1.1369426816864308 +v -0.52967999059883819 0.63426697912231145 0.98982398708066055 +v -1.1397245976476136 0.75302348275857556 0.63856489837969965 +v 0.33557613704812228 -2.4694562620154366 0.23819030611134084 +v -0.36668386293779065 1.4398485307645892 1.4402024988404849 +v 0.5217083955388786 -1.7392603921096712 0.67170902164498125 +v 1.246214054999411 -2.0388806864703741 1.0213499302106475 +v -0.50192412922236895 -0.1255349551654216 0.6845833249047053 +v -0.71627272472031234 -0.43188225637588373 0.41295333570059767 +v -0.71092349044438308 0.0006729840230628606 0.60065839754609796 +v 1.846728164026088 -1.2904790699865636 0.93860209244375103 +v 3.5392046567253397 -22.0606753277502 -17.932136136261235 +v -0.58140016995625221 -7.9210144903934516 -0.53712172948552506 +v -3.1739169976284241 -12.801659462943105 -0.38958520526208695 +v 0.76234326710980604 -3.0333295479431213 1.234323704410019 +v -0.49430395608572641 -8.4846601948330527 -1.1123007015958284 +v 1.1790074583830457 -0.59647047245024087 2.5056218304268851 +v -2.7873841878802392 9.0177093608463252 16.117764316242887 +v 4.0496099252604862 2.0657298463723053 0.19340830358947092 +v 0.68640890254275111 -0.91357976480916558 0.41712113122194322 +v -0.16364134035464009 0.49406866506432523 1.1336525792677903 +v -0.50202161858127858 0.4157979976637533 0.79887220188693964 +v -1.4401806287902255 0.26319294192409431 -0.066781872138431675 +v 0.92767788418252106 -1.6318467431777004 -0.09570147706617016 +v -0.17638468489726875 -2.1519825073431567 -1.4450608903877444 +v -0.13557735343176081 -2.0693878022117134 -1.3336632607985435 +v 2.5123026109494013 1.5472290999600047 0.096279486037512074 +v -0.59155875428692961 -3.867206242370461 0.36817915423341752 +v -0.16586764849108976 -0.2581586039105776 0.96761761849218941 +v -1.047600264903656 0.74732394757041454 1.6098676943873731 +v 0.31787316284353417 -2.6178943918173769 0.21362815561822601 +v -0.37834759799695278 -0.57636930167442157 -0.058178902972334856 +v -0.33138240751129439 -0.12824814754321673 -0.21026670921920426 +v 0.58565371174692393 -2.8509023228969275 1.1081805202209234 +v 1.5471011504156131 -1.6209413835296991 0.96383462905415151 +v -0.10712812317507781 0.49392580641964789 -0.36925548580049455 +v -0.50290914642316842 1.1224753080223369 0.95205602126412514 +v -0.18281576394523219 -2.0808570793790193 -1.3997149079751807 +v -0.077201169214958926 -0.16597210698759088 -1.5510608360572828 +v 0.99944066944701482 -0.71143171158268537 1.9629931998850192 +v -0.9851887768842269 -3.6967481195421432 -0.55110789959745854 +v -10.588141586393796 -8.4604520308288667 -10.606013464122992 +v 0.13365558756405282 0.2273978242318562 -0.96840466132513303 f 1 2 8 7 5 6 4 3 9 11 10 f 1 2 20 19 18 17 14 15 13 12 16 f 3 4 24 25 27 26 13 12 21 22 23 diff --git a/results/search/topology_36/resume.planes b/results/search/topology_36/resume.planes index 555919e4..1aa96447 100644 --- a/results/search/topology_36/resume.planes +++ b/results/search/topology_36/resume.planes @@ -1,37 +1,37 @@ 36 --0.34965270757675171 --0.23334769904613495 -0.42891761660575867 -1.1224334239959717 --0.52970564365386963 -1.9122714996337891 --0.30010253190994263 --0.35673773288726807 -0.28665840625762939 --0.00023338971368502825 -0.051347196102142334 -0.12588731944561005 -0.023974258452653885 --0.042415358126163483 --0.077623963356018066 --1.128136157989502 --0.3890627920627594 --0.56341844797134399 --0.24003212153911591 --0.033699579536914825 -0.36535966396331787 --0.27515816688537598 --0.58570945262908936 -0.0089501459151506424 --0.56441986560821533 --0.1336519718170166 --0.93652844429016113 -0.31850370764732361 --0.17970000207424164 --0.30147752165794373 --0.43104749917984009 -1.2162688970565796 --0.32915252447128296 -0.22673316299915314 --0.51874446868896484 --0.48065286874771118 +-0.43580448627471924 +-0.28172183036804199 +0.66163092851638794 +1.8484717607498169 +-0.94541037082672119 +1.2063573598861694 +-0.23575548827648163 +-0.29928156733512878 +0.30826172232627869 +0.35254311561584473 +-0.1648334413766861 +0.74205660820007324 +0.039316575974225998 +-0.044799923896789551 +-0.11986025422811508 +-0.35293790698051453 +0.014146470464766026 +-0.067306272685527802 +-0.57414931058883667 +-0.13326959311962128 +0.6114811897277832 +-0.36345863342285156 +-0.45745730400085449 +0.21719266474246979 +-0.31171342730522156 +0.072141118347644806 +-0.1573617160320282 +0.38486862182617188 +-0.025727506726980209 +-0.12191018462181091 +-0.15707983076572418 +0.52096515893936157 +-0.29487490653991699 +1.1603556871414185 +-0.92741543054580688 +-0.66881865262985229 diff --git a/results/search/topology_37/resume.obj b/results/search/topology_37/resume.obj index fd46ce1b..583b70a1 100644 --- a/results/search/topology_37/resume.obj +++ b/results/search/topology_37/resume.obj @@ -1,47 +1,47 @@ -v -1.7501416221108197 -2.0452482286936071 -2.1539233316466548 -v 0.089446867704903815 1.6409183175215432 -0.22862120612667819 -v -1.4911324394181482 -0.38162844651887584 0.75760460816639719 -v -1.092958736052293 0.87827097734451054 2.2401817808635585 -v 0.14448110695296551 2.1126251892534262 0.66273731595572782 -v -0.31377923798164897 2.9929458678809873 4.3321693669392936 -v -0.55563436636049413 4.4174857834201502 8.4831954630695581 -v 0.04103717831177902 3.4076242159213606 4.0199949422659262 -v -0.83713846903000733 0.49052887254850058 0.43094643321717147 -v -0.86343830840018376 1.0509612353199711 1.8178193467505053 -v -0.51583497789930233 1.0882068306550912 0.66076038806849857 -v -6.6377514390985359 5.6663191939851361 1.0781906673797443 -v 0.23763694413850078 -9.4870370067822272 -5.5215067977048378 -v 0.21963613378566801 2.4000033365632376 0.14520716451020466 -v 0.35370552567797509 -1.2759074428672914 -1.5954456300284803 -v -0.18986345398477664 2.2060153130993028 0.015406850576592857 -v 0.11931138953483798 1.9122939445280673 -0.096495289480539093 -v -0.98356726862874966 2.0976648620150846 -0.10855000508678558 -v 1.2539497929517347 -1.7451984948169426 -1.7372344114660199 -v -1.638746157987238 4.1403166238225255 0.80581856699816323 -v 0.043599388122335186 -2.2855952604374656 0.57436405353622666 -v -0.099183618021335421 -0.47350814073445285 2.0177842960481707 -v -3.2764376295076767 1.1044367158639106 0.33497500768086674 -v -2.7116054515965677 1.5914026286695129 1.3037051576227601 -v -3.1866457003287967 1.5323860960379192 0.79479110952394783 -v 0.18609443729188796 -0.70132748780583554 2.0937295692343016 -v -0.17045293742329132 -2.5989537015586692 0.094866851388611728 -v 0.15333220184130733 2.5216206301282553 0.67500049112032556 -v 0.1025069165289884 -0.030918200845913461 0.5647738515470927 -v 0.22367293372953742 1.6870207733217368 -0.024746966301756934 -v -0.024654887459626157 0.18196540361299823 1.5768707282734777 -v -0.040263215668274371 -0.12805676338916022 1.6354968717071205 -v -0.78684772986606544 1.9525263956380778 -0.068306148804154643 -v 7.5803006412851017 2.5560793383510552 -9.5107150770194231 -v -1.1000987104946827 2.0498500633656231 0.71684344229931207 -v -1.3036818865905537 1.8579002832225386 0.3085367520473834 -v 0.33434069281591977 -0.12196007200213603 0.58500815676688478 -v 0.58131641656935307 -0.12273560971128729 0.57386161910369793 -v -0.052538740023111222 -1.1260285871759335 0.94416206328584551 -v -0.21236144267419502 0.57609866029992363 1.4574154623725213 -v -0.36613537619993264 0.49712687784917869 1.1787139494621082 -v 0.36952415141671457 0.14957923865933323 1.131274079496041 -v 0.74551048468336167 0.27858260376998184 0.57889126462361518 -v 0.48322628500392523 0.61160629772759012 0.60101303976260778 +v -1.9675767106284798 -1.03759650617407 -1.8849232915320508 +v 0.4431557973379357 1.1939683299140682 -0.45271290948056758 +v -2.0036642498931858 -1.350399992177074 0.88700411342187513 +v -1.1326163662867672 -0.6118726928758389 2.0821785364538341 +v 0.47328802770952105 1.1064445218113927 0.71910116533001156 +v -0.023532402358724714 0.50648632217370515 1.8242528210287474 +v 5.0181593754899172 3.1364389384418221 25.185403534114091 +v 1.2911167981475229 1.8195794809398502 1.6439957879158391 +v -0.69152901246346221 0.015011570547469898 0.15891818217292519 +v -0.40661516743343212 0.21266364345810157 0.98890714264593504 +v -0.477334158535974 0.19357965072455555 0.48320390015595721 +v -7.4027436399880884 11.41960807939603 4.2795092671349568 +v -2.2296363889723372 -33.810951730702563 -19.513669206164177 +v 0.87836638597210737 1.7137675174021922 -0.13134739213579205 +v 0.97391932688966465 -0.78329950415620542 -1.4633234779779212 +v -0.14605463280039663 1.6569330824522783 -0.2611339029782429 +v 0.77432169234197523 1.1160795560174452 -0.46246113052365911 +v 0.61154299555240998 1.1458335424566373 -0.46225169158670454 +v 2.6519213989061496 -1.4286960369499406 -1.6473945169650757 +v -1.181333006018342 7.4741197957969501 2.7631050451683414 +v 0.14009001972006002 -12.256312386553789 -4.0931734436872667 +v -0.42266963847686506 -1.8591639374878244 1.9049776828866138 +v -5.2066449495875933 1.4150038958225657 -0.095323957169279161 +v -4.0403994017281812 1.5232166878118552 0.95663332224519149 +v -3.9090767557933113 1.494398052723418 1.0495579159219723 +v 1.352619474461771 -3.3373837244984754 2.4833992479548441 +v -1.6800312230832037 -16.074047459963801 -8.0066988595332589 +v 0.50175533868407485 1.7455136742130679 0.91488441248817598 +v 0.45342049269749657 -0.26099176115805145 0.18763682987030023 +v 0.85667741314241308 0.95558764854152978 -0.39675444479369115 +v 0.13271510892496879 -0.32820091415845287 1.0381792398722027 +v 0.12396495995069517 -0.65471788108570883 0.92226048878277533 +v -0.097937626878060846 1.6417018691085359 -0.62704162066248359 +v 22.939591067155096 2.0522131575663516 -15.738399728715644 +v -0.6341798758723074 1.6912408947092967 0.95277501085355976 +v -1.5407811772569373 1.590004715759999 -0.22065922466869559 +v 0.93698060428541385 -0.42909528513421641 0.22308649774006739 +v 1.1840207685866921 -0.44075069145350748 0.20760921802200033 +v 0.082733538459831391 -1.1507553114977223 0.62140392236702591 +v -0.12760586108550442 0.092579389560132716 0.89510719296310171 +v -0.44316018000075724 0.13080996700971106 0.5183396427406376 +v 0.88060719493894324 -0.34971361193823336 0.5147753479359084 +v 1.263444738883891 -0.27508646378173068 0.25489656175031361 +v 0.97053869162668105 -0.10591476458489885 0.32117346867110891 f 1 2 11 5 6 8 7 10 4 3 9 f 1 2 18 17 16 14 15 19 13 12 20 f 3 4 26 22 21 27 13 12 25 24 23 diff --git a/results/search/topology_37/resume.planes b/results/search/topology_37/resume.planes index 71e1d6ba..d9ad0536 100644 --- a/results/search/topology_37/resume.planes +++ b/results/search/topology_37/resume.planes @@ -1,37 +1,37 @@ 36 --0.691303551197052 -0.44597116112709045 --0.1933254599571228 -0.075125761330127716 -0.39332690834999084 --0.82484143972396851 --0.90491300821304321 --0.81986749172210693 -0.9397575855255127 -0.17419017851352692 --0.0044539598748087883 -0.022822432219982147 --0.71567267179489136 -1.8557193279266357 --0.51555854082107544 -0.023106677457690239 -0.16999988257884979 -0.50015056133270264 --0.084423854947090149 --0.19250522553920746 -0.10112851113080978 -0.64007622003555298 -0.46828988194465637 -0.53929907083511353 -0.027112940326333046 --0.018638191744685173 -0.6020427942276001 --0.65505039691925049 --0.18641720712184906 -0.41424739360809326 -0.63894110918045044 --0.26608610153198242 -0.37276163697242737 -0.34708228707313538 -0.64750522375106812 -0.63860797882080078 +-0.35422810912132263 +0.3595852255821228 +0.035966414958238602 +0.084879040718078613 +0.47052416205406189 +-0.87600666284561157 +-1.3743873834609985 +-1.0135719776153564 +1.6279697418212891 +0.48610928654670715 +-0.075967550277709961 +0.17728939652442932 +-0.082409508526325226 +1.6687777042388916 +-0.080301143229007721 +0.0074601024389266968 +0.040187738835811615 +0.088810212910175323 +-0.041609127074480057 +-0.11479873210191727 +0.023200294002890587 +0.29088059067726135 +0.33034932613372803 +0.44230982661247253 +0.017552552744746208 +-0.11258676648139954 +0.3649497926235199 +-0.46150228381156921 +-0.15959668159484863 +0.37032797932624817 +0.56196135282516479 +-0.46740871667861938 +0.69362539052963257 +0.0818619504570961 +0.22315043210983276 +0.31903505325317383 diff --git a/results/search/topology_38/resume.obj b/results/search/topology_38/resume.obj index f92dc47b..02526739 100644 --- a/results/search/topology_38/resume.obj +++ b/results/search/topology_38/resume.obj @@ -1,47 +1,47 @@ -v 0.0044409428193351152 2.8582826601252038 -0.047141873999858752 -v 2.5545328438041559 10.496090367959985 1.7611680503442761 -v -0.97256039347531065 -1.1555838953417046 1.8098377448936782 -v 22.658530690950364 46.580737646555789 72.583711146959359 -v -0.64929569732431081 0.19425311817419827 1.1444181547119738 -v -0.87291162059642247 -0.33603571093498674 0.65889503098408508 -v -0.79233528053446933 -0.58415694763200732 1.8634804984738862 -v 0.35262062923858678 3.0153517372395289 2.2762902418084128 -v -0.1843143716320722 1.8403401265930504 0.88005168630613073 -v -1.0092155718687736 -0.38927486392803928 -0.27001241498371786 -v -1.0270494315224321 -1.0024752251398408 1.0296648777691062 -v -4.6804123774663813 -2.4737134031583383 -1.5183892815880355 -v 3.9672673324655259 -5.5933634804148529 -1.5602859430924927 -v 0.79678428114975719 -1.4181838584924771 -0.89998817646586027 -v -2.054262099056761 -2.6037274030242634 -1.3572169290314395 -v -0.9524762188994782 1.6507688215493426 -0.37284778640546867 -v 0.7812947727292292 1.9839880926114244 -0.17728878343637067 -v 1.2001040896124544 1.0423929570467154 -0.34749903763063267 -v 0.80311609413958529 -0.67906533828933224 -0.74228518859388293 -v 0.46491570389356185 -0.58138092763686322 -0.74582103857343307 -v -4245.2424839912665 13121.05566580571 14626.983451948836 -v -3.2272403372740128 -2.6687551512420433 -1.1106549276392861 -v -3.4373776884648608 -0.74225618814483152 1.2222088010194823 -v -2.588459134215908 -0.79864670642793467 1.5329119731952949 -v -4.0236291630688088 -1.8242414251451602 -0.40471164933832404 -v 5.9924783937986499 -3.8396508305821699 1.5600944748347925 -v 0.55039086762148415 -1.7755687858178866 1.713529116588699 -v -2.6450036515011885 -0.37062928014931318 1.0968383889792424 -v -0.49870111379818804 1.9492194925230499 2.9087399064683863 -v 0.90607421651943965 -0.88176669621012882 -0.37761488426735995 -v 0.54031477202859113 -0.21712827277957483 0.40353948341508789 -v 0.32869646682038178 -0.82099064039976455 -0.16084220380001818 -v -2.8296161671270394 -0.60588905441747631 1.2716107894074971 -v 0.48704168708038892 0.95632260256230806 0.74030045262900257 -v -0.055864875082331032 1.1228098637760329 0.41390408327895434 -v 0.80197680328423604 1.417634429809683 0.38343131278921022 -v 1.4666189442349509 4.43161647075351 1.2526944610333657 -v 2.4980019683563985 5.1488796826123799 5.8027787024162816 -v -2.0703709365657792 0.37270985821066782 0.4504668207071415 -v -2.7612658187416335 -0.49653628919382076 1.0009495247623539 -v 0.62855928331768318 -0.74378041656680915 -0.50208327782682161 -v 0.90224044882572263 0.65468071364692981 -0.10337179392527851 -v 0.89550163024368756 1.7626344155437443 0.56970426213316638 -v 0.56276302954822865 0.18730544061560317 0.18824165326032405 +v -0.33404691876228931 3.5832943038113405 -1.7034614182975432 +v 323.67573945656159 2426.8439790718567 187.84003640285056 +v -0.59364917151244001 -0.99299279780349103 1.3502098393932784 +v -0.26110802563839663 0.12278223345544301 3.2131228453576117 +v -0.50965818809835195 -0.22020105264736425 1.2233858328470251 +v -0.60371082497213979 -0.48321012785595774 0.63254411676818989 +v -0.52623172679088881 -0.61180265186031035 1.5393244272539433 +v -0.35764525968275374 1.5419256574788187 0.55163251309289096 +v -0.47752506314155241 0.90868091933940531 0.16111994201481594 +v -0.67921892121256777 0.21218571127989375 -0.94474847482791857 +v -0.61653424714317528 -0.68300031112816972 0.75143291818343427 +v -4.7003197735078075 -1.3316328072161718 -1.2324572974940349 +v -1.0220844764133019 -3.2463581748860584 -2.2895910258667178 +v -1.9456967128653562 -1.7259520617765174 -1.9107665514832035 +v -2.9060334034955111 -1.7457866708435117 -1.6914444924817218 +v -0.30254900298878529 3.4493487207524605 -1.7253334217600624 +v 1.5289452283673313 4.3573214275993593 -2.0487163176588288 +v 2.4104855372944516 2.9186265654774659 -2.4089265347382058 +v 1.4586454962736128 0.33456988767072027 -2.4712075289111728 +v 0.63142021441999041 0.48516826761175158 -2.2639986102911616 +v -0.98042912859080167 0.96148607080939419 4.1253077421299453 +v -3.1143493132325095 -1.0548271480810667 -0.013158885996789493 +v -1.9853303329204375 -0.62131458223497238 1.2141413629897253 +v -1.6372748332439824 -0.66234964972580079 1.3270663080740186 +v -3.0845407731960104 -0.93526313576313835 0.18353293769649243 +v 4.9601397047497926 -3.5021372704650129 0.33435973949049475 +v -0.047710997435205606 -1.1712982865841111 1.3542016142501963 +v -1.7946264307267517 -0.42543285577607254 1.0977314221704244 +v -0.44409855146746069 0.13117464396594528 2.0293755769147488 +v 0.70778042153019083 -0.64755050050342033 -0.11596095891146033 +v 0.27694864257075263 -0.50946895482580168 0.32716817370049911 +v 0.31901209626495475 -0.61792843205404946 0.061136511266250859 +v -1.8262473195336733 -0.52215747531836443 1.1694860720137725 +v 0.43023624582691156 0.86139190409595989 0.55479934636339012 +v -0.40195950892543592 1.0055136158609799 0.24723493667318702 +v 0.67616711175683153 1.6376538749695626 -0.022855984484589253 +v 0.35565027216917988 1.5416349638450291 1.3726821826373479 +v 0.46433785034994191 1.8858907163622207 1.1128618507263646 +v -1.5706388095120363 0.31442213435609756 0.52829720145399184 +v -1.8522927520401771 -0.46638717583883599 1.0771668550777216 +v 0.24977717694507398 -0.44989591863618572 -0.22258756044827416 +v 1.4318293033165692 1.5512142047829844 -1.2711124436320937 +v 0.2141663591945675 2.7392686834350908 2.8377078379629275 +v 0.40328886224866167 -0.087593117183309491 0.040011073545018948 f 1 2 4 3 7 5 6 11 10 9 8 f 1 2 17 16 18 19 20 15 14 13 12 f 3 4 27 24 23 26 13 12 25 22 21 diff --git a/results/search/topology_38/resume.planes b/results/search/topology_38/resume.planes index 3e4da7cd..18ef5470 100644 --- a/results/search/topology_38/resume.planes +++ b/results/search/topology_38/resume.planes @@ -1,37 +1,37 @@ 36 --0.77229565382003784 -0.2341998964548111 -0.099900528788566589 -0.044874876737594604 -0.13277474045753479 --0.62408715486526489 --0.59693247079849243 --1.6725257635116577 -1.3274163007736206 -0.096802011132240295 --0.37251198291778564 -0.36227414011955261 --0.2247181236743927 -0.73102951049804688 -0.74666285514831543 --1.3993507623672485 -1.1939202547073364 -0.12898916006088257 -0.38687187433242798 --0.14474877715110779 -0.24214500188827515 -0.15739189088344574 -0.14890822768211365 --0.18584081530570984 --0.047873411327600479 -0.11899963766336441 --0.19636517763137817 -0.038340482860803604 -0.14735805988311768 -0.2808074951171875 --0.17467805743217468 --0.61536163091659546 --0.29273048043251038 -0.46349358558654785 --0.075333550572395325 --0.093186281621456146 +-0.59264802932739258 +0.07445516437292099 +0.061196975409984589 +-0.47016829252243042 +0.22232140600681305 +-2.0386011600494385 +-0.4464128315448761 +-1.3469876050949097 +0.88645350933074951 +0.067283302545547485 +-0.57007670402526855 +0.24305523931980133 +-0.15400227904319763 +0.55101072788238525 +0.67489165067672729 +-0.86509686708450317 +0.84057766199111938 +0.75185960531234741 +0.25206759572029114 +-0.095314063131809235 +0.10226090252399445 +0.030784009024500847 +0.035329326987266541 +-0.066739186644554138 +-0.47317814826965332 +0.66495001316070557 +-0.33249649405479431 +0.034069281071424484 +0.05353965237736702 +0.093647018074989319 +-0.11122152954339981 +-0.35720247030258179 +-0.18440879881381989 +0.39715519547462463 +-0.059642788022756577 +0.087111979722976685 diff --git a/results/search/topology_39/resume.obj b/results/search/topology_39/resume.obj index 2ff6cddf..d8c3b452 100644 --- a/results/search/topology_39/resume.obj +++ b/results/search/topology_39/resume.obj @@ -1,47 +1,47 @@ -v 0.079136984460318485 -2.5424850311813318 0.73289853967614804 -v 1.4192015130141991 -0.75080042925373747 1.5250806401944859 -v -0.45595350433688547 -1.8278047153814998 1.3015674437346518 -v -2.8726708897219266 -3.7207414745112786 0.70106524035970352 -v 0.1378195125514084 -2.3904935672811956 0.8130926152668646 -v -3.035555920443433 -4.0383704015121733 0.54298573621198576 -v -1.1334474661756893 -3.1515926182354836 0.64241414978327716 -v 3.4705139787779626 -0.20380591250255209 1.3789950454067512 -v 1.5342021183200341 -0.89193025718144192 1.4105789020700208 -v 4.5023425301985434 -0.36870858927930034 1.0331998028354161 -v -4.6121913602005362 -13.290280163047974 -4.8099109211671554 -v -3.3308486236773271 14.979358684786819 -10.322821200043389 -v 2.5277321828686121 -0.8914786686712407 2.8447590556540474 -v -0.22328517132263262 1.2680268491211582 -1.1714253118119684 -v -0.12277878786632598 0.3252865697820021 -0.67104220423337757 -v -0.50517820854371309 -1.779656115865913 -0.2446559018642197 -v -0.0058056340171893303 -2.5558559636392886 0.64166361191963517 -v -6.9027880682147345 11.659009727689185 -13.030209642912014 -v 0.37918464166201438 0.255728302141977 -0.071069482784210714 -v 0.1341559670282641 -0.14749032559788805 -0.18496346685447468 -v -0.51084946553549171 -0.79618045504349322 0.67277464997724479 -v 39.123212786574882 -42.041529859493416 51.902039985242148 -v -650.11336319235556 566.04255861626098 -776.48078379477511 -v -0.34960928225973686 -0.37079231587909961 0.54162731868659719 -v 0.23276607994358503 0.28735584865711622 0.57070741789867063 -v -2.3398289709907409 0.65869414990831443 -1.4345699499970386 -v 0.040988111270016801 -0.16684886573635999 0.69707016454298731 -v 0.68983197932411766 2.559230668112475 -3.4062699541985095 -v 0.48970311518770016 0.21873171177461384 -1.5009200968361218 -v 1.1627668017561108 -0.029533749624559069 -2.3226388391728299 -v -0.12230950845602315 -0.46393098705182723 -0.12876269985904315 -v -0.29075012955504431 -1.0490502986787011 0.52218001788012436 -v -0.029763233630246928 -0.5648645410380988 -0.19579354074758029 -v 23.025381513448156 -16.889676184598592 23.219554386158222 -v -0.08833411922492386 -0.85103605261222226 -0.84886816204877114 -v -5.7911350902247536 1.1431416513315322 -5.1136952737817261 -v 9.5417743605144043 -3.9744077718893469 6.8380209073441733 -v 0.2089452472156674 0.10160311070904002 0.059134104739857161 -v -0.42132500855886895 -0.52549189427718623 0.44735564101446612 -v 0.28827819128380205 0.26980103729263577 -0.073423023064242768 -v 1.2340828517796063 0.092389756073798832 -2.2819051801499661 -v -3.9235689282598054 -11.488271854957267 -4.5661836121935568 -v 68898.234213279124 -14301.733078269132 70979.332905347648 -v -5.0436169506053927 1.0392579537985038 -4.2417143483078554 +v -2529.6558985417723 -459.07477410592679 -1303.4325450461326 +v -10.581463458401242 -3.9010139894319145 -2.2271695226049051 +v 0.12972285411533466 1.5053799695591201 0.47342989111773015 +v 0.90112440792350812 0.82333176795017049 1.5421442000148176 +v 0.2656967989663046 2.030871543066584 0.13493531732240349 +v 0.31471844117589426 0.55397468594650678 1.3725677747423992 +v 0.51635610126189657 0.83845555110669567 1.2743265848774135 +v 3.5518125629153028 -1.3349770339709481 5.0632254731592328 +v -5.4214834909253229 -1.9509924477264184 -0.3921942508414924 +v -1.8670930748447425 0.30092233443778749 0.13037496238420454 +v -1.3173743982198012 1.6265811324396426 -0.58630411129968518 +v 1.3103773748013299 -0.73434050191641165 1.3459945386878083 +v 2.2661293467014616 -1.0296221203289806 3.0209526173726298 +v 0.6531886157140625 -0.71198061087329523 0.65034357781079644 +v 0.22129508361714206 -1.1315598984311224 1.2893717056478646 +v 1.4152440633094803 -0.26039543043432573 0.25165545586699939 +v 5.5380081938182313 2.4299214821757515 -2.5292927666487661 +v 1.1292870184049557 -0.80938746476332746 1.3592926090611952 +v -0.86981166188218839 -1.0629258757547828 0.054867921837584877 +v 1.5417026697956446 -0.28957680576482181 0.44831442670703825 +v 0.80489159488732398 -0.60806183194532337 0.44105298736338366 +v 0.89277143292848327 -0.63354950773061303 0.59612392187944296 +v 0.80736251526235137 -0.025338925125764026 0.81774547138315667 +v 1.1113940158594586 2.4367804696130317 2.9817508060896558 +v 3.7938948390566423 0.24474098327965099 6.8128428883356751 +v 5.1668041967374272 3.8795083072391656 11.80914943260526 +v 1.2204709182355737 0.53223023697791749 1.9789916622552468 +v 0.22884005575987842 -0.70744804427383134 1.1327371669778916 +v -0.10359928863666448 -0.53746121642179623 1.4525578433892594 +v 0.35251654577790537 -0.094915345612634053 0.77788771816153401 +v -0.26152428255949406 0.3991260365960298 1.305772912738292 +v -0.87773219679747139 2.0205463766007958 1.4426362907278039 +v -0.26542512326432011 1.3567226368615519 0.97598825688956903 +v 7.4485662647923796 2.5106925923346712 -4.1060527653342609 +v 0.23286226348760816 0.64144813453762639 1.4625855623687882 +v -0.18490844627143677 -0.2946505191928625 1.5804905151204827 +v -1.659559300519754 -1.5015904361642771 1.2785282673043477 +v 1.6094817054878601 -0.37625454471257858 0.36082669770488723 +v 29.118358707228577 5.9969994301220995 2.6232832574013965 +v 7.2187680961376666 -1.6533376012297516 9.130963030031424 +v -0.87866802157618917 -0.34535598980051746 0.70826204840935114 +v -1.4771239354026182 1.7224793880335474 -0.67443317432962457 +v -4.2258427840423511 1.3416868505266764 -0.93973954381538383 +v -3.3891478074854446 1.4863681657622414 -0.58346755111384696 f 1 2 9 8 10 11 7 6 4 3 5 f 1 2 13 12 18 14 15 19 20 16 17 f 3 4 24 26 25 27 13 12 23 22 21 diff --git a/results/search/topology_39/resume.planes b/results/search/topology_39/resume.planes index aa203b3f..bffaf1da 100644 --- a/results/search/topology_39/resume.planes +++ b/results/search/topology_39/resume.planes @@ -1,37 +1,37 @@ 36 -0.38173604011535645 --0.99999666213989258 -1.6159512996673584 -0.18395219743251801 --0.066146679222583771 --0.16157121956348419 --0.22020447254180908 -0.18088987469673157 -0.3160003125667572 --0.2539883553981781 --0.11849773675203323 --0.1722383052110672 -0.35778450965881348 --0.67823570966720581 --0.79555308818817139 --0.014116819016635418 -0.04176805168390274 -0.044549629092216492 -1.685329794883728 --0.41156706213951111 --1.7187595367431641 -0.092822261154651642 --0.067963123321533203 -0.040914203971624374 -0.047802001237869263 -0.30807411670684814 --0.0042764521203935146 -0.14972153306007385 --0.059178173542022705 -0.014516035094857216 --0.47362321615219116 --0.053971104323863983 -0.44886800646781921 --0.19897471368312836 --0.27403852343559265 -0.13792626559734344 +-0.50921374559402466 +0.62576895952224731 +0.76691484451293945 +0.20840080082416534 +-0.54084336757659912 +-0.21426242589950562 +0.27706620097160339 +0.090689748525619507 +-0.14210955798625946 +0.53989666700363159 +0.16522563993930817 +0.47337999939918518 +0.71188914775848389 +-0.21041914820671082 +0.85181623697280884 +0.15008582174777985 +-0.58357197046279907 +-0.18097144365310669 +-0.084367722272872925 +0.28578495979309082 +0.46391034126281738 +0.063341610133647919 +-0.44859525561332703 +0.49351441860198975 +-0.75389069318771362 +-0.58634942770004272 +0.63372159004211426 +0.35366576910018921 +0.4401734471321106 +-0.1621040403842926 +-0.24788917601108551 +1.9297654628753662 +-0.20151282846927643 +-0.56276333332061768 +0.39729812741279602 +1.1602922677993774 diff --git a/results/search/topology_4/resume.obj b/results/search/topology_4/resume.obj index 34360bc0..6dfd7bc2 100644 --- a/results/search/topology_4/resume.obj +++ b/results/search/topology_4/resume.obj @@ -1,47 +1,47 @@ -v -1.5157380734727424 -1.8090887706513363 0.8284890853021365 -v -2.7627976816293787 -2.1152763108027082 1.3650853166553283 -v -1.885075930597744 -8.8984346339163825 5.1009394364709637 -v -0.58156006706624463 0.10512431532998449 -0.56376157837667851 -v -2.0102870582275432 -0.78842326261718088 0.37001377166973981 -v -0.3628144750143798 1.510914496904505 -1.4525840486826018 -v -2.7943632841606374 -0.68914563065890244 0.53589104603553861 -v 1.6560638035250641 -0.50650924131148667 -0.84417973306996719 -v 0.93998649635540454 -0.66740546708644943 -0.54482909595445583 -v 0.67120561833938153 0.20651167245454957 -0.9816164434451824 -v -2.2922522260784102 -9.7515505322739742 5.7188095957100389 -v -0.96502394282994197 -1.5072167057214685 0.79721717701173223 -v -0.10218220849608127 -2.396888267876458 -0.93359955341083611 -v 1.4316329720860894 3.4624831881231537 5.1734872861476813 -v -0.76148734985581401 0.67501313461468204 3.3413561658628295 -v 1.0945470807685074 -1.1711476321995185 -0.2983365963886605 -v -6.3545002485589626 -6.614409348173246 -1.5540295091837297 -v 0.8825203240074454 0.026491064658354786 1.3353241118776715 -v 1.7750373353737696 0.20268713082578987 0.89828355940636362 -v 1.4681339559529554 0.7303539166496108 1.7746130347686369 -v -0.80846029569021771 0.84385323306042004 -0.25739106879685214 -v -1.1758142843989201 0.29232086568626936 0.75370714796778759 -v -0.77032295347070456 -1.0369510220414639 0.20887626068671283 -v -0.5918796587385099 4.6128102239151856 -1.8685464975092223 -v -1.2846323594230904 -0.80773129758074169 1.3292974969738132 -v 1.9035347970059358 -5.274852768482635 -4.7182572248709285 -v -0.89243798138338037 0.17042594192909499 0.1350755425997574 -v -2.3765497101109085 -1.319559325901035 1.0859595509416762 -v 0.11210146368263205 2.1393722036367944 -1.4426623670678982 -v -0.42101439437955124 1.0053927075909452 5.2200793540026709 -v 0.20533610414523457 2.1697887596269374 0.0071340958012668931 -v 4.253616743743895 7.584043931793671 -0.79843788926810744 -v -1.8620174554243001 1.0025383603360287 -1.6620831496542605 -v -4.9556619389280465 2.6745026294679661 -2.4229689376452712 -v 1.343772893965355 -1.900799690249092 0.42070856258152534 -v 2.7498514621114625 0.25575488206943131 -2.4577322534278689 -v -1.617559639862679 -0.036627596306592757 -0.59918275449249081 -v 4.7222576640422966 0.82049350483411609 -0.45039769697135457 -v 2.3376897262409324 0.44796142286075485 -0.83627601938097107 -v 4.8815038734095397 9.2322494748050179 -1.437395099645365 -v 1.4312432952053735 0.7106124036228465 2.5787093401497949 -v 0.15015840972496644 -0.13954325190110686 1.6375982247722454 -v 0.73979552528263093 0.59316929746721658 1.5028085295252342 -v 0.48632431274900134 1.3768995397573347 0.93362113744069564 +v -1.9655789992608599 -2.2880746762229478 0.56422521112023361 +v -3.1806895890672657 -2.8541787536131613 1.0273249851362145 +v -0.27715572923560089 -5.5757663457235997 1.508403956335429 +v 0.04807792236458764 0.032684250648949975 -0.74199166548543849 +v -1.1579553759415155 -0.18091266801890804 -0.41806764509779604 +v 0.72727902766656827 2.3740073783248063 -1.7899023968035863 +v -2.9541937997614864 -0.22293305258487317 -0.043214962381322608 +v 2.4203721296006453 0.2359975131945109 -1.2946609942418446 +v 1.4154971509031302 -0.081770556682419476 -0.97028929665561259 +v 1.3445060856622713 0.17548659037065187 -1.05636886906052 +v -20.177210924212158 -44.402688193106918 20.609877030493823 +v -0.27100311786824566 -1.1421184457993441 0.56525298958008219 +v 0.33127610949032349 -1.768660486091244 -1.3103739885531038 +v 1.7593757010160771 3.3368569382851092 6.2025057355781135 +v -0.48952909616521201 0.49062742827501776 3.7960570099140472 +v 1.5670446593093459 -0.50241559986973838 -0.52833643490916504 +v -6.3694857318341151 -6.4492088193167225 -1.5851053315251584 +v 1.5549323778567679 0.10373243085238218 0.58643491306363971 +v 2.3563682652337992 0.32937330793840552 0.012909325311050157 +v 1.5809494391005456 0.47666922372611387 1.2312552275923743 +v -0.084121374988224668 1.2421669178678676 -0.55337298499437371 +v -0.34495147432819689 0.85077583543793489 0.39682429815202092 +v -0.079949631995060111 -0.52916345041576252 -0.19864744702521706 +v 0.18580993341009294 4.5354366813572575 -2.1377753214870086 +v -0.43183597559531633 -0.54667258937706653 0.97702485056060873 +v 2.0112002064003249 -5.1993536147006063 -6.1917608243239846 +v -0.30199490836365162 0.11886622944043709 0.40606185762034258 +v -1.7583526861539254 -1.0284973428408697 0.6990465349222913 +v 0.7354677048006798 2.3848236850577611 -1.7902202033612471 +v 769.36556576563794 744.93125511721894 5439.1242111631782 +v 0.86290683579352467 2.4885699901348191 -0.49959970167908585 +v 6.0593365474478524 9.3720556303739126 -1.0943576241534574 +v -1.0722884538758766 1.0093884255219627 -1.8498861605370853 +v -7.3116796719587995 2.8396521751422661 -2.8992901131942102 +v 1.7861056349056665 -1.0963740353500659 0.13879023957693093 +v 2.8288284700492463 0.30383621344902478 -1.715882120106345 +v -1.0546340703868053 -0.096171598288395735 -0.53758591626744101 +v 2.7181900903828042 0.34090821568807872 -1.2692270826859617 +v 2.7182013823213702 0.34090992801748776 -1.2692258278380077 +v 7.9951924811234694 13.644130878399739 -2.2861316621025392 +v 1.4993600372302913 0.30204245801742879 3.0496611430158649 +v -0.4280335045711357 -0.54529784105723844 0.97774911441276813 +v 1.5429555308913263 0.4701824676318741 1.2208514895968186 +v 1.0765948182773608 2.0230883972439671 0.37998347206441674 f 1 2 7 5 6 8 9 10 4 3 11 f 1 2 20 15 14 19 18 16 12 13 17 f 3 4 27 21 22 25 23 12 13 24 26 diff --git a/results/search/topology_4/resume.planes b/results/search/topology_4/resume.planes index 5d494d73..7437d54e 100644 --- a/results/search/topology_4/resume.planes +++ b/results/search/topology_4/resume.planes @@ -1,37 +1,37 @@ 36 --0.13390524685382843 --0.27521002292633057 --0.46823605895042419 -0.46709972620010376 --0.78615933656692505 -0.63695752620697021 --0.67475932836532593 --0.086101539433002472 --0.2921212911605835 --0.91144728660583496 -0.68806940317153931 -0.044178448617458344 --0.18107591569423676 --0.5694584846496582 --0.51509666442871094 -0.20783665776252747 --0.13889962434768677 --1.1502487659454346 -0.24380068480968475 --0.63509541749954224 -0.24184241890907288 -0.73780363798141479 -0.20109499990940094 --0.051666200160980225 -1.7123143672943115 --0.4623282253742218 -0.49006131291389465 --0.033825602382421494 -0.25697615742683411 --0.039060022681951523 --0.54433906078338623 -0.32736799120903015 -0.44525113701820374 --0.45874163508415222 -0.54472267627716064 -0.95433145761489868 +-0.12052237242460251 +-0.23532842099666595 +-0.60390526056289673 +0.487751305103302 +-0.72161597013473511 +0.39767247438430786 +-0.1578117311000824 +-0.0098601439967751503 +-0.047380920499563217 +-0.63757753372192383 +0.48339745402336121 +0.024098196998238564 +-0.062246549874544144 +-0.4095420241355896 +-0.3441852331161499 +0.19967512786388397 +-0.19609926640987396 +-1.5292153358459473 +0.14811371266841888 +-0.42965775728225708 +0.037932556122541428 +1.4118341207504272 +0.33397132158279419 +-0.16625429689884186 +1.8351069688796997 +-0.68881833553314209 +0.51169008016586304 +-0.015172814019024372 +0.10946963727474213 +-0.012844261713325977 +-0.33351501822471619 +0.24433356523513794 +0.21032795310020447 +-0.23595108091831207 +0.29584291577339172 +0.67722225189208984 diff --git a/results/search/topology_40/resume.obj b/results/search/topology_40/resume.obj index e5620ad2..775ad420 100644 --- a/results/search/topology_40/resume.obj +++ b/results/search/topology_40/resume.obj @@ -1,47 +1,47 @@ -v -2.0201951460991103 -0.12078010089281828 1.3997242449822882 -v -2.3772167981038317 0.003792254394718269 1.4124631763536146 -v -2.119825956599775 -0.085982705091651332 1.5396295475174293 -v -0.65579275816984639 -0.59732286733950057 -0.54398793828869618 -v -1.6795972255009155 -0.23984118845616764 0.51095095098427512 -v -2.619581450555565 0.087574575191006809 -1.7117651275302415 -v -5.4065297739913749 1.059670651905765 -2.9263362848236927 -v -5.3236840774750256 1.0309017388426951 -2.378935407285562 -v -2.3565954244757306 -0.0041916467361639157 -1.7406230810602756 -v -1.4884976835283739 -0.30648522594404154 0.64246054405111186 -v -2.4914229778456058 0.043628131935438616 1.3643447756269129 -v 0.82380955715422721 0.5574496139610654 0.33877746046669299 -v -1.3738772568299014 0.66406197113982857 0.79637594362818231 -v -0.17509894732630818 1.2661772789684067 0.16754985843565567 -v 3.5633519115760213 -4.7029397819583778 2.7132734478608671 -v 0.35600333922015298 3.3820350675151345 -1.1730527303266283 -v -2.7874985228240061 -5.2868434496537615 4.5479415969197285 -v 2.3796417081726866 -3.5166299107171968 2.3113797047506859 -v -2.5861634389165928 -0.37933616758842476 1.6818369627149188 -v -1.129376594178906 1.5558413484090068 0.22647041671742138 -v -3.0694071147225879 -0.55570250510456543 1.4670566022563674 -v -1.6922026408137549 -0.5930991425794867 0.31144927684939461 -v 1.1827559081449364 0.54980122467066683 0.041268592447334759 -v -0.2799954407660703 -0.37368402702350945 -0.42128489564743382 -v 0.81369391968513693 -0.40639069452189153 -1.3442743056300468 -v -2.1136650740260947 -1.1680862965045862 -0.36379727807350076 -v -2.5425791754754168 -0.2565212148991648 1.5750097427021623 -v 2.0097048393746411 1.3952735950167192 0.87015727734471615 -v -0.32966726318793449 -0.10767515533147642 -0.52147089173654082 -v -1.5614284945036818 0.66800393959341486 0.95306580599325863 -v -5.8584221593939638 -3.2247752966903733 2.1765817394651465 -v -10.86118560824686 -5.4623575821520243 4.9642962557997219 -v 0.43793629687393332 -0.16665380237826788 -1.1882208900452835 -v -4.4593166888982632 1.0032026141377657 -2.8836121364419012 -v -5.9026873766769121 1.8353425472853153 -3.8353125006493758 -v -0.77871307712285498 4.0058733350980695 -1.9126155538576577 -v -5.6333132806156572 -0.44374654011582076 -3.0543560979426414 -v -4.1801334874547695 0.91512700950100456 -1.2413527182575494 -v -0.73363024277890942 0.68786225582452265 -0.58850899414005742 -v -2.1053633247670018 0.71277096009527718 0.64699550135554518 -v -1.7966563007191818 0.68382499589145718 0.90143662219795295 -v -5.4133468765788697 -8.9080487667538328 8.918668141597518 -v -4.5675616578249798 0.80844115576101827 -1.4545218591689411 -v -2.0488041315650798 0.8099518156959683 0.74829307591350069 +v -0.056495288929782235 -0.68703312031876174 1.3730168246249368 +v 1.2523341448265513 -1.1646716238624972 1.2653174184109801 +v -0.73295708769176282 -0.12663072487491156 3.5486843900643272 +v -0.043913649419322458 -0.95600785764246965 -0.41566326774727164 +v -0.57377247743896742 -0.632564716927842 0.50747332941666901 +v -2.5925144971365781 -0.15718822185083645 -1.0934406866686137 +v -7.65877344045456 1.4780033153110259 -2.1212772150631647 +v -7.2471582562826455 1.418302997639906 -1.5431399058981325 +v 0.10556166414194397 -1.2221092729283607 -1.8583896239271307 +v -0.13411041589759448 -0.75199949481818118 0.74861094510377091 +v -1.1424283858540003 -0.10761273997469412 2.7005845054383393 +v 1.3760559728343886 0.18234792222907562 0.73469672590452473 +v -0.70867900581527898 0.47980756496632176 1.0794529374339299 +v -0.1734969743709357 1.4905610951094979 0.58454849865208891 +v 10.350140191814051 -9.5741529466287947 2.4192648460991917 +v 0.074544646962724004 4.1170849030455781 -0.45158418314449283 +v 1.0163265250421958 -5.3423815175801996 2.878703682116623 +v 7.028883136313425 -6.5798664943807887 2.0262987004614823 +v 0.47942969401256186 -3.6108149325525121 2.348811618347161 +v -0.96884181712874229 1.672748588438556 0.69039217407403042 +v -1.2259618059057527 -1.790074983860479 1.1348597317594795 +v -0.39889505210815829 -1.7516285790334831 -0.12835218157432726 +v 1.7449816406191105 0.13066076543271488 0.038342043589512043 +v 0.42435712420287719 -1.1460163709784752 -0.29056042157899442 +v 1.1159157815204188 -1.4440943179127661 -1.9842596058851736 +v -0.58310515021562348 -2.0987941744602803 -0.50062620727724605 +v -0.10901594664538854 -0.96458398691804681 0.92217296538575966 +v 7.3536087339702805 8.8823629674360962 7.8627340881835348 +v 0.0867165670388826 -0.26340525723704428 -0.39060169132379718 +v -1.1617123280887274 0.54348150853922705 1.7991067560771494 +v -2.0605930961183132 -3.5281913150449551 1.8537429526029638 +v -3.5696683949555963 -4.6337318966876033 3.8199157633600533 +v 0.59704436697973395 -0.6540687190785115 -1.3055999421452069 +v -6.9969385997702762 1.3836238663171951 -2.2668727290252924 +v -11.404029120254155 3.753389801951279 -3.4519400011214612 +v -1.4730414582697473 2.0551268421753806 -0.82954552323421882 +v -3.3162394178365684 -0.30392258740854561 -1.2809798907167314 +v -2.232050989377711 0.69959833300876684 -0.2882126518370316 +v -0.19561023082007084 0.40869173625928301 -0.39974867343549791 +v -0.79941961068795908 0.49273110986322943 1.1102913050642693 +v -1.7479932688570943 0.62921763827599841 0.50727466239865804 +v -19.00427819762637 -428.07958245194681 533.88260960010939 +v -2.9921367972937212 0.64361279867304211 -0.39605287057537175 +v -2.2637895150853855 0.3015128971310268 -0.095082631275084262 f 1 2 8 7 9 6 4 5 10 11 3 f 1 2 19 17 18 15 16 20 14 13 12 f 1 3 28 25 26 22 21 27 24 23 12 diff --git a/results/search/topology_40/resume.planes b/results/search/topology_40/resume.planes index 030b25a4..6238c74b 100644 --- a/results/search/topology_40/resume.planes +++ b/results/search/topology_40/resume.planes @@ -1,37 +1,37 @@ 36 --0.25692382454872131 --0.73635691404342651 -0.00018422541324980557 -0.14540804922580719 -0.35375082492828369 -0.61592674255371094 -0.0021432230714708567 --0.0047511057928204536 -0.0027079542633146048 --0.29542267322540283 -0.21327149868011475 --0.35897406935691833 -0.14523312449455261 --0.083254538476467133 --0.29305931925773621 -0.03553655743598938 -0.61654883623123169 -0.027024781331419945 --0.019266925752162933 --0.88960468769073486 --0.74862456321716309 --0.96893966197967529 -1.3067618608474731 -1.1070153713226318 -0.13350708782672882 -0.54463022947311401 --0.51521879434585571 --0.37678718566894531 --0.22619497776031494 --0.41377204656600952 --0.89912605285644531 --0.54873740673065186 -1.0284610986709595 --0.15680864453315735 -0.8822476863861084 -0.98478883504867554 +-0.28004971146583557 +-0.7938685417175293 +0.11740897595882416 +0.20328599214553833 +0.34746667742729187 +0.92946869134902954 +0.57444608211517334 +-0.685738205909729 +0.3552381694316864 +-0.07551206648349762 +0.016013503074645996 +-0.048952877521514893 +0.10209941118955612 +-0.0051453872583806515 +-0.38998183608055115 +0.053245522081851959 +0.37252175807952881 +0.00055869412608444691 +-0.49089869856834412 +-1.5321699380874634 +-1.2382833957672119 +-0.064133442938327789 +0.17926357686519623 +0.35896396636962891 +0.030976315960288048 +0.37524506449699402 +-0.41313856840133667 +-0.13024510443210602 +-0.055378716439008713 +-0.048998188227415085 +-0.49805271625518799 +-0.46338343620300293 +0.67857843637466431 +-1.4356809854507446 +0.94659000635147095 +0.71438801288604736 diff --git a/results/search/topology_41/resume.obj b/results/search/topology_41/resume.obj index 9353b108..e681f453 100644 --- a/results/search/topology_41/resume.obj +++ b/results/search/topology_41/resume.obj @@ -1,47 +1,47 @@ -v 1.0964217101343094 -0.38015933796621371 -0.74749400555929246 -v 1.1276221525412706 -0.039798174940497047 -0.47096638370387717 -v 1.2595434156280401 -0.97392586297875261 -1.4979548921439858 -v 1.0917743775009028 -0.75135327303398547 -1.0852713961596963 -v 4.2257881741808045 3.38084413481862 -1.1228623769562569 -v 2.0969905357970116 0.90154503712001421 -0.79424019538395108 -v 1.3139112554905232 -0.4822251689758964 -1.1099227985566953 -v 3.4073440082871742 2.8095627553621871 -0.64309196742707619 -v 12.139351213922737 5.7725045121217917 -8.6602083315426572 -v 28.811218361403672 24.456928217474207 -11.911630983727081 -v -14.253854199535706 3.782255769096329 22.018053412461335 -v 1.2095840275940122 -0.80234871103261951 -1.0350463429181076 -v -1.8582975509354231 1.0244000064480256 -0.73236266803327821 -v 1.2415762946788058 -0.11125471848573883 -0.48501626663209702 -v 1.3444097323262374 -0.0042611130843010561 -0.36411834232532664 -v -1.69137615826191 1.1290273902668309 -0.58990465044475315 -v -1.8213875362053749 1.1212824193140623 -0.64341474041097335 -v -1.7920553574191873 1.2121533383176024 -0.56191687408422608 -v -68.137574438063993 7.1279320789506055 -20.181388085811918 -v 1.6656463501768839 -0.86085536520245853 -0.91407913449289935 -v 0.72930221887684654 -0.62177357951275758 -1.3280242006827123 -v -0.51079770965799198 -1.5554432446417816 -6.6049684036169012 -v 0.28744326085961097 0.24552693763338843 0.66658353837941497 -v -0.47937119170219478 0.69100253621585894 0.70633568396249191 -v -0.05532515806365676 0.57424698016529296 1.1028143634603591 -v 1.6049331383410432 -0.98184195509076522 -0.89349884666160362 -v 0.16518941453233474 0.29420300590099735 0.60076246626320762 -v 3.4752913183725447 2.7464586161006972 -3.5738504073001569 -v 1.2898532560456661 -0.012594715517575556 -0.94691974767830345 -v 4.5215650310846032 3.762866970287448 -1.5706314789637434 -v 5.2520443677164161 4.6096154175392634 -1.640529901672251 -v 9.501029178357042 9.7870981414981451 -4.7479868397815093 -v 1.3837032049752473 2.0833545952691237 -0.52943501262760395 -v 0.22820489356490184 0.79265615782673993 0.90456713877471584 -v 4.5439067255954093 4.8493432076559246 -4.6562007297729071 -v 1.4507719090403222 -0.046442296071388417 -1.2039031211741371 -v 0.047239416292110391 4.9851170848241138 2.3076423915603939 -v -1.0991377051333495 1.5846110000844742 -1.0030192288684543 -v 1.1329118861598027 3.0641746256518925 -2.1888732247170504 -v 0.69796218179475611 2.638140368022067 -2.1700607970204802 -v 0.61903685860914481 0.61582791402809323 -1.5989868138229733 -v -12.011062855689735 -12.890952817447141 8.2083707416754663 -v -5.4737392245322525 2.3201645883385584 6.6359240766905669 -v 0.26487752906480849 0.20119903779599665 0.69630588073225341 +v 1.3797234544643149 -0.35424881561196314 -0.71644428583755815 +v 1.3884476488932671 0.0015664298352973691 -0.44981214781948309 +v 1.7856778732224565 -0.70311538342949964 -1.4706133771175265 +v 1.4321724370945943 -0.48591233588180899 -0.88129302028086565 +v 3.9833978177420799 3.330396632359911 -0.94304055830885813 +v 1.7471209552373284 0.4331069591553981 -0.5402274454510545 +v 1.5113749572606638 -0.37097886358448329 -0.88596853663055053 +v 3.9084112393377075 3.2754728144333782 -0.89665906472211065 +v 6.3350979614486151 2.5049613030225819 -4.3812121231676375 +v 20.882782198200431 18.085837479505461 -9.5449304013698626 +v -7.5331657738794569 -0.22376936350995 9.980273577285903 +v 1.4317500200639464 -0.47614552895314632 -0.78731577533601482 +v -1.8025117843507699 0.94612727035525779 -0.93804898386527413 +v 1.408713024674936 -0.0084629965669686408 -0.44969502567946706 +v 1.4800758518342814 0.073399028995816851 -0.36254239868328608 +v -1.4321160599998166 1.1946195196415235 -0.61627428585545496 +v -1.6387765636831884 1.175718599448792 -0.70716854388048056 +v -1.4797396927361448 1.2320094959583627 -0.60631891293779971 +v -80662.94057386271 3671.4805911383014 -27299.786465537247 +v 1.7596013744422108 -0.58722171569545401 -0.74753672269652993 +v 1.065578616516802 -0.3611059993422942 -1.2555273924646722 +v -0.011193372718668083 -0.79116955144662782 -10.170437808015008 +v 0.20230011257001379 0.23361336748379055 0.81443583087640625 +v -0.89579193396505052 0.69266391062077737 0.52939589970972567 +v -0.22541075746225259 0.47216077589291433 1.2895582100622236 +v 1.7500929140153314 -0.61320790445191586 -0.74373868141405031 +v -0.3174573874173886 0.43041482073122878 0.47859571844802812 +v 3.3791899211763399 2.7957439628334226 -3.1765917654780882 +v 1.4812473563799435 0.12448392782377077 -0.83063532269287244 +v 4.050571887061607 3.4292273830388664 -1.0665338006774765 +v 4.1309454601342033 3.5319354437696084 -1.0675805269181533 +v 7.2982259862270711 7.9032644533857566 -4.1663661421224196 +v 1.4402316818441276 2.2765519718469367 -0.70559981638040914 +v -0.058286491477515454 0.60951140574704787 1.1615177883594074 +v 4.2874461362698986 5.1811376222045915 -4.2620020295953731 +v 1.6051897073809087 0.13374957387788128 -0.98939115278616896 +v -1.0503483440008567 2.8637714723441072 2.5105630688610665 +v -1.1505852182754575 1.4068471888171361 -0.80035079836098011 +v 0.68728022493251073 2.7871909204021059 -1.9935980726792524 +v 0.67841421373146904 2.7790156898939302 -1.994320330371065 +v 0.74063028093305394 0.75768698731339557 -1.4372242789853376 +v -49.173716376157245 -53.807824746617307 36.094493575945961 +v -5.0953805016327616 0.43499093595375937 5.7814702129397073 +v 0.052974745935082168 0.039598843897163602 0.94937672568448161 f 1 2 11 10 8 5 6 9 3 4 7 f 1 2 14 15 20 19 18 16 17 13 12 f 3 4 26 25 24 27 23 12 13 22 21 diff --git a/results/search/topology_41/resume.planes b/results/search/topology_41/resume.planes index 30cfdb82..8f9c22e2 100644 --- a/results/search/topology_41/resume.planes +++ b/results/search/topology_41/resume.planes @@ -1,37 +1,37 @@ 36 -0.34878814220428467 --0.26195886731147766 -0.28307580947875977 -0.17873972654342651 -0.38128110766410828 --0.48946300148963928 -0.080429486930370331 -0.14238107204437256 --0.04409322515130043 -0.78169089555740356 --0.67959332466125488 --0.063457019627094269 -0.46663647890090942 --0.081227779388427734 -0.30289849638938904 --0.27685695886611938 -0.85734200477600098 -0.54857814311981201 --0.42588093876838684 --0.22624334692955017 --0.86004185676574707 -0.33283725380897522 --0.40037882328033447 --1.3718394041061401 --1.3857492208480835 -1.3740534782409668 --0.92159080505371094 --0.10751863569021225 -0.37417137622833252 -0.47640910744667053 -0.2500268816947937 -0.37772470712661743 -0.10681205242872238 -0.42023870348930359 --0.13370425999164581 -0.45371663570404053 +0.47227108478546143 +-0.30928799510002136 +0.39728593826293945 +0.21351964771747589 +0.424735426902771 +-0.57378727197647095 +0.08850560337305069 +0.19911167025566101 +-0.02029532752931118 +0.8963811993598938 +-0.70221585035324097 +-0.074392303824424744 +0.51670879125595093 +-0.013543868437409401 +0.40260952711105347 +-0.31929293274879456 +0.89228564500808716 +0.54041057825088501 +-0.30648288130760193 +-0.20318734645843506 +-0.70300310850143433 +0.40970376133918762 +-0.33340597152709961 +-1.2554625272750854 +-1.3403639793395996 +1.5015592575073242 +-0.54261934757232666 +-0.14816820621490479 +0.46170884370803833 +0.49987033009529114 +0.16635233163833618 +0.3378770649433136 +0.14959292113780975 +0.48419076204299927 +-0.10056561231613159 +0.52411007881164551 diff --git a/results/search/topology_42/resume.obj b/results/search/topology_42/resume.obj index b3ffcffa..b1cedd39 100644 --- a/results/search/topology_42/resume.obj +++ b/results/search/topology_42/resume.obj @@ -1,47 +1,47 @@ -v 0.45820951615039385 -0.10281868886063809 -1.0472318428371694 -v 1.5259539043984152 0.40291440980346072 -3.958034997248451 -v 0.89319772863161373 -0.38938869947716442 0.33204901444684098 -v -1.5916091949823963 -0.20288031857293165 0.0061795805819847838 -v -0.65969460291227211 -0.2415879006342814 -0.034287987058216673 -v -1.0630266879021066 0.056878312550591115 -1.4837372528808339 -v -6.6368213546674566 -0.96832970098949389 5.3023946966121498 -v -2.1388638433091307 -0.027439490070849608 -0.7652628050555017 -v 3.5138388144573276 0.040713674556785616 -2.5882285786840269 -v -0.88730822491291594 -0.64274779600094489 2.1137807226535159 -v 2.8227950130170822 0.25902505304346546 -3.5455665155269438 -v 0.038658297018498003 -0.50498932674570252 0.085255152678484492 -v 0.31954694594200322 -1.6944799892035693 -0.75368691898233098 -v -0.73534962876481047 0.67536077209390055 2.2809236175919789 -v -0.11674220719264226 -1.1219594030886468 0.47881974618804102 -v -0.79055450539999017 0.67020745653362879 2.4325810094477487 -v -0.79715146151100957 -0.44566612050067778 2.3889721772290242 -v 0.2814338621732877 -2.6809564529998258 -0.70339022768211101 -v 0.11714709526088789 -1.3364082019670707 -0.17679352470373738 -v 0.1951976204828105 -1.8763514029105051 -0.42150214554483317 -v -0.022997747417929933 -1.7484349453716945 -0.85832362125476502 -v -0.43770895681024075 -0.71320666451039394 -0.16008794188242509 -v 0.9297785907497893 1.1441006630815029 1.4883307127957026 -v 12.130927572437768 5.1623925205960992 6.5993974292933002 -v 1.2667167818353893 -0.91535781616966194 0.0078086650625107668 -v -1.7188169675789595 -0.69519029336556648 -0.38667058015766864 -v -0.79656674534062621 -1.3586721485332696 -0.71114825112145075 -v -1.0721821675899921 0.31529398465821273 -0.76048965167921367 -v -0.15570571962358817 -0.75750173793547049 1.3473083933083818 -v -0.59981371724340304 0.65412418941869477 3.0055634294445621 -v -57.321380842713594 54.104809950696215 -166.34802186416866 -v -1.5581250558159521 0.94744616598366604 -1.6878249117389805 -v 160.57888513744771 38.358121756489489 -167.78462563510189 -v -1.7498384364281061 0.12249648155502714 -0.46248902917429291 -v 2.9868669075522738 1.2155497566104527 -5.6183192472069239 -v 2.8186947277462084 1.1623656495685866 -5.6087997926972069 -v 0.23805627578896349 -0.90137353220214955 0.74513234073066847 -v 0.58796687700882777 -0.83958906698941649 0.35862824568818147 -v 0.44752893323324211 -1.8680211874964858 -0.27276554341007464 -v -1.889632156471974 -2.2594999678454255 -0.93343996127808548 -v -0.19548304443701872 -1.7612450871110845 -0.94376378475221423 -v -0.4605226578402436 -1.7458121115811658 -0.72646530735579395 -v -1.7054096234945892 0.33266173829758638 -0.32446699172437443 -v -2.0209312796599819 0.9069188689417601 -1.260618492572394 +v 0.65797635868038606 -0.65202078871977387 0.26318077674171647 +v -0.65981379371307081 0.0018928630067637227 -1.6821479789027509 +v 1.810108137744489 -0.95014955983523575 0.21602083986929249 +v -1.4462989350929401 -0.16007872191602598 0.68516393556257538 +v -1.5467759325800887 -0.097438309988156571 0.4551754770090059 +v -1.335595632867272 -0.054751035159912469 -0.17533841419812568 +v -4.4201627161028849 0.27775859325756524 2.9260799473783337 +v -2.4287375372059201 0.1331809014120319 0.4759401118886365 +v 1.5617961583175171 -0.84245966463445554 -0.051332188067386486 +v -0.85134933716605943 -0.49975682748187689 1.8474419552690302 +v 1.3050051135763578 -0.74017783247018554 -0.26976735921371509 +v 0.72693199560515953 -0.69572213711416653 0.3639318333425251 +v -0.064797765516025674 -2.0169018297270589 -0.99307243803146927 +v -0.74400534801957119 -0.043949019156847055 -1.8160549436566849 +v 0.15095297920515649 -3.075967879535265 -0.77913575114171663 +v -3.008618020676447 -1.4828001757801652 -5.4405296333944557 +v -3.180269182252125 -1.3195788018283403 -5.685350594482844 +v -1.6414978335988863 4.3493977480041215 -2.7073430390618505 +v 0.25762600472490943 -2.8788352263078374 -0.59420055583254472 +v 0.28046035156526494 -2.7779972360554677 -0.54817323940562357 +v -0.16841072002901272 -2.0733968336283284 -1.057502155319241 +v -1.252471746773054 -0.62351003620470646 0.25244764604985537 +v 4.3042915756807592 2.5622753050548357 3.8594223051836876 +v 7.476210302562869 3.6437103411501686 5.2018370559190883 +v 7.0222647814790617 -2.4393123045563763 -0.75320638565500597 +v -1.3828881089697465 -0.56494337115708193 0.29741053250151978 +v -1.339068990699696 -0.62329488791299781 0.24470834185111745 +v -1.2689675590414153 0.14067836776991693 -0.58432206901953077 +v 0.77399792286500568 -3.8518422571299715 -1.5982942120718246 +v 2.5707543624692644 -9.0189324435247507 -0.57870843419879159 +v 0.43865872747037826 -4.4076544942567457 -0.033708739743268934 +v -1.4334309095311568 0.078351259782105359 -0.05971622361282769 +v -0.40759956293931082 -0.057416978413078759 -2.186145386544863 +v -1.7185247542376831 0.33861500164417163 0.62974408787987124 +v -0.32324582715951444 0.084607568852634388 -1.6975493839143008 +v -0.57183957947900532 -0.014693985245887746 -1.8609214839073458 +v 2.3544998279722904 -1.2996664779027209 0.77850721300028658 +v 1.9425670922798706 -1.0751633759748913 0.34454783769191633 +v 1.9220285596083722 -1.1723861774514521 0.30030428405910836 +v -0.45077502847195555 -3.3209570614289405 -0.96789786571015046 +v -0.068696427841721266 -3.0591037186784642 -0.74328888461692888 +v -0.11711053108084782 -3.0002114509773139 -0.6810129264707081 +v -1.6006967766303608 0.0098965105654547775 0.49709234062507851 +v -1.6427554895675998 0.039402011641432408 0.42255031187582603 f 1 2 6 5 8 7 10 4 3 9 11 f 1 2 18 17 16 14 15 19 20 13 12 f 3 4 26 27 22 21 13 12 25 24 23 diff --git a/results/search/topology_42/resume.planes b/results/search/topology_42/resume.planes index 1da84382..e2bdfbef 100644 --- a/results/search/topology_42/resume.planes +++ b/results/search/topology_42/resume.planes @@ -1,37 +1,37 @@ 36 --0.013487541116774082 --0.27042877674102783 --0.05193275585770607 -0.070459924638271332 --0.0014170127687975764 -0.025599999353289604 --0.053574353456497192 --0.21427659690380096 -0.28587383031845093 --0.60059511661529541 --0.31023246049880981 -0.10324291884899139 --0.20889505743980408 -0.65089035034179688 --0.053922742605209351 -0.68752557039260864 --0.43347814679145813 -0.55313843488693237 -0.30118927359580994 --1.0149880647659302 -0.43944796919822693 --1.4360800981521606 --0.010181572288274765 -0.47777259349822998 --0.11934336274862289 --0.32689160108566284 --0.16029928624629974 -0.48331731557846069 --1.6584236621856689 --0.72706425189971924 --0.16732627153396606 --0.15682071447372437 -0.29265162348747253 --0.9057355523109436 --0.74457794427871704 --1.051846981048584 +-0.10568714886903763 +-0.3985646665096283 +-0.062381945550441742 +0.30675825476646423 +0.022009648382663727 +-0.20040345191955566 +-0.045743610709905624 +-0.48447135090827942 +0.49837005138397217 +-1.0874210596084595 +-0.45609059929847717 +-0.39509227871894836 +-0.12306635826826096 +0.52346962690353394 +-0.13091476261615753 +0.82402104139328003 +0.1472209244966507 +-0.70603311061859131 +0.10021293163299561 +-1.1282058954238892 +1.1448129415512085 +-1.2800049781799316 +-0.64692330360412598 +0.46614730358123779 +-0.1064983457326889 +-0.33744049072265625 +-0.073477573692798615 +0.66411232948303223 +-0.2135678231716156 +-0.880729079246521 +-0.04812929779291153 +-0.23196989297866821 +0.53208357095718384 +-1.0832527875900269 +-0.36237818002700806 +-0.49944537878036499 diff --git a/results/search/topology_43/resume.obj b/results/search/topology_43/resume.obj index 9afec2a2..e67d78c7 100644 --- a/results/search/topology_43/resume.obj +++ b/results/search/topology_43/resume.obj @@ -1,47 +1,47 @@ -v -0.84626154448518831 -0.92749612345451493 -0.014387684751999252 -v -0.99316462499837643 -0.94919474246130564 -0.14636103598297978 -v 0.80228980866841981 -0.34840380847069591 -0.68679090061517012 -v -0.60546805575486384 0.16829850128316434 -6.6013378395380427 -v 1.8307590619254386 -0.31923664340139385 1.0247855380109736 -v 1.0277681099036495 -0.42588811741901494 0.22668347304988906 -v 0.69489753404074583 -0.63881743247203304 0.97847078157832323 -v 0.92677539931691255 -0.48586576215176475 0.42509773910519733 -v 1.1767602845004059 -0.2458057751459877 -0.65380339354927286 -v -1.4521642662842154 0.22432543994656845 -8.524002780288491 -v -0.58944963808045381 -0.74012150258416609 -0.74261334340651586 -v 0.96001415605063389 -1.0748157149728936 0.76138898444804459 -v 0.94001934988344715 -1.0945229848479219 0.70916235211299938 -v -0.13419933391171551 -1.5664770332912223 -0.89659097921248165 -v 3.8567474558048094 -0.79433743169333915 3.0622969791258341 -v 1.1274914085381305 -1.1461614399674436 0.71534274176095503 -v -0.16441750767683938 -0.11398582212793121 2.0559234217410012 -v -0.84438294067437891 -1.3643169928304051 -0.90662291101673986 -v 282.46381902197817 356.43775619635056 899.77897806475198 -v -2.9787840985973202 1.7761459774068211 4.243309455481354 -v 0.65279738636583062 -1.3110978411788594 -0.11922194135423725 -v 1.0029376483695303 -0.46191598797848515 0.20305347904664528 -v 0.23373847061707659 -2.8016216405582655 0.052253084052880205 -v 0.94726754783971034 -1.035894044410389 0.66759944380148095 -v 0.055360697876037715 -2.4726874074834959 -1.006753149299314 -v 0.77951135485159295 1.2397685312432802 -2.6387841011719835 -v 0.73850621985916254 1.1361667906940023 -2.6716455156847916 -v 1.4613864115869584 -1.155417991530052 0.68289614705613366 -v 0.59647337630577135 2.0141698899737057 -0.28204780183934741 -v -0.22022654933312666 -2.0615007019915796 -0.96659074492290564 -v 1.2916074073613306 3.8096058804813513 0.35425392008416567 -v -0.83208879645945477 -1.1063036985123806 -1.6079557934236393 -v 3.2414749201028825 -4.9753837126338034 -1.1730262859412406 -v 3.3069705829491767 -5.0844738379615606 -1.2272707104357101 -v -3.7233028346679893 -8.0063715694698931 -1.9352178660537347 -v 3.0244976662040406 -2.4399411986027322 -0.022981187649936619 -v -1.0710500803255989 -0.89935931923290469 1.0119397230615699 -v 2.683258017620489 -3.4661870186278527 -1.0021294438328163 -v 4.5573210025348576 -9.2146599184361619 -1.2329781671471274 -v -1.6096462425535141 -0.29625924631506351 4.5552678202607808 -v 2.9795766797167187 -3.7086783736367428 -1.0188820023745648 -v 2.4180149199918501 -1.4787132982181979 -0.75272713032597671 -v -0.48199627537526252 0.53096819696156439 1.3667151049680646 -v -4.6431674301752288 4.3858580280854076 2.3018145070918905 +v -0.95476361413062205 -0.56189373284658806 -0.22274682880948293 +v -2.6604589607521807 -0.63397605294318593 -0.99322254196796245 +v 0.4519120103712348 -0.20038735166820124 -0.55025138884156011 +v -1.4389630126302571 1.7182717789387503 -7.7754201446524398 +v 1.2389800892237879 -0.24358362592835378 0.049005390509873625 +v 0.51248497795223869 -0.25471472858528876 -0.34154477748442169 +v 0.40381434188867626 -0.46344153966855461 0.26010894637091209 +v 0.45293796676316223 -0.30728508115597025 -0.20888042651953453 +v 0.52898551659485094 -0.1867998156994764 -0.54836809636939199 +v -2.4434902972469024 2.3132914655763974 -10.261306631362642 +v -0.66769581427449687 -0.4068733899176209 -0.54857837380601682 +v 0.52272403513238042 -0.67127429993433652 0.09845380208711102 +v 0.45566372758244866 -0.72770695765534121 -0.039832026569917744 +v -0.19555179502810208 -0.9789854748533845 -0.78483391701468352 +v 2.0279677692202784 -0.78320412577151688 0.42469228791294089 +v 0.65543757439557748 -0.74052348488254127 0.0075734809441021511 +v -0.013127379745980761 -0.29755736198256127 0.65502147044531411 +v -0.8290569464746782 -0.82859204689229737 -0.7140290014732984 +v 4.4328657010910293 4.5921566282879782 12.136859724601216 +v -7.3614950142593214 4.2515566561131219 7.1272567656868677 +v 0.23676991592686902 -0.8579231135192299 -0.54237441857281554 +v 0.49786098684450031 -0.27208973148657667 -0.35091277476066984 +v -0.84347201265947802 -3.6420347268593711 -0.99313070220438471 +v 0.46035612314991814 -0.68617177999152013 -0.065772905065440757 +v -0.92376340359944753 -3.3174815473340318 -1.5302757935609104 +v 0.85476227276932526 1.5687910642439811 -1.0747681578325894 +v 0.38764723976379672 0.49880552771810266 -1.396578480832698 +v 0.92544626869402447 -0.87669927667544578 -0.17473084893761592 +v 0.21037044841694527 1.1887505286310358 -0.37676585604767521 +v -1.0854614167045546 -3.0796623615481082 -1.4465432235734248 +v 0.90686432936924344 2.8195601703512385 0.13995734367454082 +v -2.6360902904673642 -0.30295611133002043 -2.0341598855448031 +v 1.5808777459963481 -2.5752411017608399 -1.3700774248270189 +v 1.9414963154895286 -3.1228623888380249 -1.8148336930784295 +v -9.1315978666534594 -20.214923210751856 -6.8176655929922383 +v 1.7963121461924456 -1.472819335155493 -0.84906991792272235 +v -2.2106569482318608 -1.9122160429388639 0.5024477230886385 +v 1.2040108574802508 -1.6482104723287541 -1.0522011575487529 +v 4.0644645794823306 -11.266878893470215 -2.3953592287327701 +v -7.3838441982607517 2.0471163813084994 13.410064121177333 +v 1.8431193605692795 -2.063961071621613 -1.2105592574810367 +v 1.7133160142984012 -1.3096090481533407 -0.95783786940133941 +v -0.91735498246711289 0.59167371154048054 0.91564878764988178 +v -8.463545692780281 6.8297052419987345 5.0146144301471178 f 1 2 10 4 3 9 8 6 5 7 11 f 1 2 20 17 13 12 16 19 15 14 18 f 3 4 26 27 22 21 24 13 12 23 25 diff --git a/results/search/topology_43/resume.planes b/results/search/topology_43/resume.planes index f0ea00d7..309b677c 100644 --- a/results/search/topology_43/resume.planes +++ b/results/search/topology_43/resume.planes @@ -1,37 +1,37 @@ 36 -0.17834924161434174 --0.61989277601242065 --0.096604622900485992 --0.25701728463172913 --0.88150668144226074 -0.43102723360061646 -0.93623334169387817 --0.29178956151008606 --0.24832978844642639 -0.40621870756149292 --0.013046868145465851 --0.40696358680725098 -0.092965036630630493 --0.48929145932197571 -1.0962541103363037 -0.71325409412384033 -0.21533508598804474 -0.42813834547996521 -0.034649621695280075 -0.088539250195026398 --0.66871416568756104 -1.7949022054672241 -0.54444944858551025 --0.7745671272277832 --0.32516396045684814 -0.15261530876159668 --0.075402095913887024 --1.1284917593002319 --0.75209134817123413 --0.043522637337446213 --0.27969571948051453 --0.35765540599822998 -0.22977282106876373 -0.30116656422615051 -0.29238662123680115 -0.13483850657939911 +0.074108690023422241 +-0.40285578370094299 +-0.12637396156787872 +-0.08887770026922226 +-0.48853296041488647 +0.24246431887149811 +0.57685083150863647 +-0.19115903973579407 +-0.20172841846942902 +0.24590829014778137 +0.04027855396270752 +-0.45858260989189148 +0.18391412496566772 +-0.25452712178230286 +0.46251696348190308 +0.20363961160182953 +0.045289594680070877 +0.10935130715370178 +-0.014208452776074409 +0.13919530808925629 +-0.42278403043746948 +1.3924009799957275 +0.39631441235542297 +-0.46779686212539673 +-0.42997950315475464 +0.26388826966285706 +-0.25327572226524353 +-2.3080997467041016 +-1.3941991329193115 +-0.49739116430282593 +-0.12989257276058197 +-0.25834789872169495 +0.15403598546981812 +0.038320537656545639 +0.03301650658249855 +0.020301725715398788 diff --git a/results/search/topology_44/resume.obj b/results/search/topology_44/resume.obj index 11026f0b..c212b83f 100644 --- a/results/search/topology_44/resume.obj +++ b/results/search/topology_44/resume.obj @@ -1,47 +1,47 @@ -v -1.3004657987301127 0.84913889870270709 0.11565824816091463 -v -0.95974164462836509 0.55499560403059434 -1.2495430275356152 -v 0.70570326545919848 0.78619963443688134 0.44088104178976212 -v 9.6837755440060516 -0.68313886859817852 -4.0552967678914396 -v 1.757157785958543 1.1205090721567987 2.4519210731688288 -v 10.340777754516919 -0.49230895993093299 -2.8892167020257156 -v -1.5407758149848132 0.8183358059900171 -0.11543872756433438 -v 0.65214921048833441 -0.29631718080681374 -5.0009010711323931 -v -0.26730694824835799 -0.093953771360474558 -4.2804291566136827 -v -0.34916405938008943 -0.11404411618940775 -4.407244509025106 -v 3.1916159562067596 -1.91474070207753 -12.300185713316663 -v -2.30157807603161 2.3571516127864478 1.6337037814022646 -v -2.6183083460489303 2.9585063513705996 1.6327756355731697 -v -1.6017651287080648 0.59475556074060509 3.3154219106120562 -v -7.9111785408946922 9.4545365804358408 15.378099462370265 -v -0.098200374639030655 -1.0694828012939293 -1.2906758335987025 -v -0.16473925183792132 -1.3489798481116952 0.28083166773946999 -v -0.23433269820355077 -1.1686782452154512 0.094077778480754048 -v -0.053430900913005001 -1.4288345099950528 -0.22803579299080456 -v -813.4229556448721 406.05078172152747 4400.0419489119977 -v -1.1408213022316875 -0.59842399741465035 1.855357796438625 -v 1.1129697182213911 -0.80748402388354978 0.68027605205533248 -v 0.79568561020907302 0.10133070851867192 0.59038485224251558 -v 0.55653325210141213 0.54063354306562594 0.59396936411489731 -v -3.0927300661785111 2.1182009385004621 2.1368774753907385 -v 1.6746236091275732 -0.16033783869937179 0.18442490774204368 -v 5.0302086601858536 -0.83937125197364382 -1.4583328833064448 -v 1.6225108775868435 0.54770785797809562 1.9015677952510281 -v 1.8876145842384471 -0.14462823282190015 1.0553702339100877 -v -0.28411048490758944 -1.3511140809831477 0.69490113431963674 -v 0.81838413545062527 -1.0145515031587073 0.58535160214916826 -v -1.3742094558735229 -8.9678784017046027 -6.9196363059480124 -v 0.033801479271232698 -0.88607524171183838 -1.4911966239415841 -v -1.2857095361351683 -1.3387311167029405 -3.1899524063404869 -v 0.44601478914088249 0.056183598323802514 0.25362540808378031 -v 0.45118051288942707 -1.3143230956951706 -1.8201757561146381 -v -1.1667019524332816 -1.6629574035202515 -3.5901792131765276 -v 0.025348516293298557 -1.0332052349169976 -1.1152414826643879 -v 0.17327617479829438 -1.2600210352970456 -1.087207964402134 -v 0.46990054107387452 0.046108829769760093 0.1550189972941563 -v -1.4495146846852975 0.24443985581483069 -2.057304713594827 -v -1.3540297588130588 -1.6387822960582725 -3.2089756173974036 -v 3.5701791225318269 -1.265763074498419 -12.713454918407711 -v 0.11591036820951325 -1.197904736544992 -0.47358850638836447 +v -0.34496257032058208 0.30732103865255128 -1.5018075062684479 +v -0.83658490678845221 0.99865913586204713 -0.75034333712529067 +v 2.0844284203574541 0.72343224970874931 -0.77124980380720132 +v 2.3462195657462872 0.31349063442337127 -1.2198792833932544 +v -0.33543767051608064 1.3998474434511472 -0.23396673197287043 +v 2.0723940012122557 0.1580249698142443 -1.4281116989385896 +v -0.50698381472713849 -0.0066485051068627954 -1.8824219377615663 +v -1.2919257058942897 1.4576950379357934 -0.26454699840860707 +v -5.6617008064911944 -2.2551232129352989 -5.0160060775610713 +v 0.83992450964140497 -0.060854430066597201 -1.8077563250489748 +v 1.0888317853524532 -0.20444734853157598 -1.9488495007364584 +v -1.9504632129109198 6.4980174611815498 -5.5521292880361841 +v -5.4353596924364629 11.887474511812881 -1.0338120285497665 +v -1.256852175777728 1.7009349360869466 -0.29198380566031845 +v -0.95529789359665573 1.3815789345810843 -0.92607700114921743 +v -0.024763418885721099 -0.90913529515982339 -0.72413004725292751 +v -0.1454902990127469 -0.96612011922496677 -0.16458412171645431 +v -0.30660688001530928 -0.63574537475917137 -0.08998698328747512 +v -0.029856378077610796 -0.93441675250020506 -0.66269015998181824 +v -0.67016172915722005 -0.56576406286179826 1.1954857875550353 +v 426.6945511918646 -707.33510433068966 -1656.7709048797249 +v 2.3642442491768922 0.31218270406213761 -0.67175369364191351 +v 0.74553103775194163 2.7979641693953163 1.0486298836112584 +v 2.0131354345195676 0.93229091690378663 1.4422289839767459 +v -8.2527041398585972 16.10865148158679 -0.30431782097212806 +v 4.2008639734362374 -2.0047955312058527 8.2055989411616448 +v 1.974821608713675 1.1194914123072293 4.2441831961459258 +v 0.43255326264605654 1.3263807027784686 0.33931679281515892 +v 1.91709489875874 2.0110494673634958 3.892436679269863 +v 0.46259832705589077 -1.3807532544853829 -7.6362386053776712 +v 2.1823646800768408 0.29999434644880546 -0.8950270616555881 +v 1.4795587806895281 0.058252450897149748 -2.3334547710116675 +v -0.14337421882215484 -0.87606167443349836 -0.98107657526385394 +v -0.080268340937606208 -0.89951899724536966 -0.82846315473104837 +v 2.092421151576541 1.3414804671006233 4.3345518261798217 +v 1.3919741323211081 0.58862303916720271 2.6709731110965613 +v -0.10068033921802513 -0.68703798022277862 -0.88396672826459111 +v -0.1269193611458431 -0.93045972835802282 -0.81023805720436437 +v -0.22234816775319324 -0.72849142703854597 -0.82038122415588366 +v 2131.2674512626395 1955.9868491972827 2274.7616736564355 +v -1.508195331065423 2.3718410692086214 -0.83700963067554968 +v -0.20022754949213523 -0.71511880701007791 -0.7989619727092464 +v -1.5028238045587217 1.9519443081463324 -0.70076402405374427 +v 0.7860369714126344 -0.34389198334251581 -1.115496163666521 f 1 2 5 6 4 3 11 10 9 8 7 f 1 2 16 19 17 18 20 14 15 13 12 f 3 4 27 26 22 21 25 13 12 23 24 diff --git a/results/search/topology_44/resume.planes b/results/search/topology_44/resume.planes index bb21a38a..bc6fac7f 100644 --- a/results/search/topology_44/resume.planes +++ b/results/search/topology_44/resume.planes @@ -1,37 +1,37 @@ 36 -0.04536731168627739 -0.71194750070571899 --0.14207197725772858 --0.64600735902786255 --0.34038421511650085 --0.087890759110450745 -0.41811567544937134 -0.22139619290828705 -0.76255142688751221 -0.36868920922279358 --0.92405128479003906 -0.8715398907661438 -0.034306660294532776 -0.067781306803226471 --0.044708970934152603 -0.1867460161447525 -0.10290952771902084 --0.1527954488992691 --0.64869606494903564 --0.44647324085235596 --0.18931250274181366 -0.66602599620819092 --0.80921405553817749 --0.30171090364456177 -0.019729489460587502 -0.1141512468457222 --0.0068838698789477348 -0.3905777633190155 --0.16760118305683136 -0.11173499375581741 -0.10764159262180328 --1.1328072547912598 -0.12473649531602859 --1.9297866821289062 -0.50154310464859009 --0.9801260232925415 +0.079032965004444122 +0.89758396148681641 +-0.77406167984008789 +-0.48164445161819458 +-0.20667064189910889 +-0.12496654689311981 +1.7853245735168457 +1.2012315988540649 +-0.055842645466327667 +0.38376089930534363 +1.1025829315185547 +-0.37280282378196716 +0.23456913232803345 +-0.0029199675191193819 +-0.09744349867105484 +0.19006501138210297 +0.077516153454780579 +-0.24468407034873962 +-0.49939122796058655 +-0.23733906447887421 +-0.027472561225295067 +0.4297541081905365 +-0.82756179571151733 +-0.30490368604660034 +-0.89133918285369873 +0.2030889093875885 +0.66104316711425781 +0.40091359615325928 +-0.50731223821640015 +0.060781646519899368 +0.17306837439537048 +-0.39952182769775391 +0.0706968754529953 +-0.53531783819198608 +-0.23550371825695038 +-0.70469629764556885 diff --git a/results/search/topology_45/resume.obj b/results/search/topology_45/resume.obj index 0d51ac32..58a7d483 100644 --- a/results/search/topology_45/resume.obj +++ b/results/search/topology_45/resume.obj @@ -1,47 +1,47 @@ -v 16.712918514100519 5.3968725138352793 -8.941401979760208 -v 6.1588454220414697 1.6837819796737521 -2.8226208542336653 -v -0.44672525692797793 1.1052032760843389 -0.96026073332653372 -v -0.080828520822565642 1.0660421040601182 -0.98315801668984715 -v -0.7168539547278423 -0.27683002157803482 0.64696230914533315 -v -0.89701565202470723 0.052277777524725871 0.3090228177422169 -v -0.52186989333805689 1.7321705464223984 -1.6531672254297762 -v -0.19451653767515356 1.3270513814069875 -1.2565204256971554 -v -1.9046354608472023 -0.59901988276330498 1.2277293524666755 -v -0.31825825074610958 -0.011193985958046972 0.27452790481190065 -v -0.45867903489629447 0.091183174744127751 0.18486239148395617 -v 0.66741295524105659 -1.2715859413411708 -1.2120211345297975 -v 0.98634533948987446 -1.0380308054968905 -1.2103940412722629 -v -1.9265069236325012 -2.1596024641755096 0.32957857482615771 -v -4.7847185235616729 -5.1755592687786418 -1.1035870691719194 -v -10.824168275509866 8.2539627617342077 26.306750434770002 -v 5.3922494570852493 -0.27561216533364991 -4.9754567248762198 -v 0.59006781181888501 -0.88896714420142642 -0.53721891016912526 -v 2.8697398657763036 0.23220612004293498 -1.3682993819694784 -v 0.27993387954476623 -0.51797025594735069 0.38056839528421726 -v -1.2582271321625174 1.7518265972935017 -0.8643405620634359 -v -1.5006682178020094 1.2914988078763066 -0.88838024966701135 -v 5.9914486447815332 4.3581859639966902 -1.0452816264790923 -v -0.3362932168485977 1.5579267320561614 -0.92971257216526659 -v 2.6002985818607542 0.23282589158154735 -1.194987274401341 -v -0.46234497744380321 -0.22600888826299703 -1.0667616041137822 -v -0.26408410417686878 0.82970158785812231 -0.99232923666678863 -v -8.6201883773625667 -2.8777861933623181 -6.052544362897927 -v -1.8623510599341819 1.0105361428017801 -1.117748530129751 -v -0.52820498728883036 0.021598371544093976 0.69416809294471304 -v -0.60453938294344567 0.29834916642827031 0.48550373204964148 -v -1.2214590044491653 -0.067736666778977883 0.04031292484501825 -v 2.4538494383254483 3.7694487932272356 0.89357976646109405 -v -2.2749956686515671 1.5950147145471931 -0.27347968762472874 -v -2.8221892240459692 3.6461293082799946 5.8299242141506742 -v 1475.390165536244 -437.76145921482276 -2666.6552298023239 -v -8.315880920156129 -2.7063792090984911 -5.8921602655069778 -v 3.096502384033692 3.4502729084215669 0.30103493579517171 -v 2.1995405349701929 -0.64853097717297525 -4.4251023531110931 -v -0.18848111275913224 1.1029490399539792 -1.5322777120302016 -v -1.8356938362359887 1.9430105411135812 2.6171080213265006 -v 0.051631808674534041 -0.38840734392778642 0.090721367496430422 -v -0.3262955824955211 1.1030973948631908 -1.2276549838216622 -v -0.86968577913770206 -0.23334395677512068 -0.83745037470804717 +v 19.350228278878586 6.2840705814629274 -8.7710053032219086 +v 6.8901949204576658 1.9756961814407046 -2.6582828158122238 +v -0.35957824865423277 1.2003553579663151 -1.0864604400684001 +v -0.2593492487970433 1.1837850646345784 -1.0769083207523036 +v -0.92747567611589665 -0.34551798493809482 0.7391247554874586 +v -1.1630832048215465 0.022904618625792891 0.33898809205001257 +v -0.42013755931658348 1.6570774105547557 -1.6043093326339226 +v -0.2907282281512758 1.2547178226041009 -1.1552643805830316 +v -1.756098049907417 -0.62327726721010568 1.1355959842551879 +v -0.37448973142068193 0.035678296134907798 0.25004918482253075 +v -0.45569069844037868 0.1027210704803788 0.18084622917692561 +v 0.81461796788189633 -1.4339370066724795 -1.6564800921645919 +v 1.1705758414712144 -1.1003772128802383 -1.5128947443692371 +v -1.7611713510580596 -1.7994836694706791 0.40104134770119293 +v -9.0332491121706706 -9.8275561940605467 -4.3671096578192232 +v -7.1384912925524375 6.8280273031185157 18.893727036646311 +v 6.02555482649458 -0.094974643616658083 -4.9126615049846505 +v 0.49530705249654811 -0.84882172357911589 -0.44829468129586936 +v 3.5500388654706674 0.26140021451024981 -1.8653087109514181 +v 0.18534943186619149 -0.4763839909630147 0.42887415085970554 +v -2.4805662920899665 0.95132273536818479 -1.4561830379145693 +v -3.2410714088255079 -0.12158615205360181 -1.8636302660772532 +v 3.2110424058207654 3.6341898522690466 0.098950792761526074 +v -0.3418628506880329 1.3280176267222756 -1.0482774367598087 +v 2.19982183478837 0.2556585899483349 -0.98829758696395986 +v -0.32579138800710788 -0.30420505278239363 -1.5021404258231517 +v -0.33371352963002876 1.100328725960382 -1.1107536868588967 +v -22.735963922833232 -12.751839644115352 -18.121125556258338 +v -1.7423988984343415 1.1930756543781877 -0.74816930949571592 +v -0.69416624866515597 0.10142317325828011 0.81808426849133919 +v -0.79658792798231093 0.49488730705306261 0.55295373193540198 +v -1.2369744593936056 -0.0071273487515216335 0.27039474709942157 +v 2.0435365421123466 3.451827329521258 0.76559163877954672 +v -2.0555451657862682 1.5963095546665771 -0.14902622883467487 +v -3.2935927379028058 4.1359749448172831 7.8786610920242479 +v 902.67177473550771 -239.16093319990196 -1540.1724578602691 +v -7.4091472641340363 -2.8431250911636541 -6.7437411731203012 +v 2.3073158545690338 3.3333659083936937 0.53244812886707127 +v 2.1933946437579506 -0.5693139457530606 -4.2205338555537351 +v -0.29532878963339626 1.1640876704318643 -1.2649905511299919 +v -1.610837636810291 1.5525223871201146 2.1655508291983736 +v -0.0019428199375930569 -0.34388244094975923 0.13677130001729387 +v -0.34379348110520286 1.1536203812145949 -1.1543384740368483 +v -0.82505323535688857 -0.22686170402119829 -0.86609194967767877 f 1 2 8 4 3 9 5 6 11 10 7 f 1 2 17 19 18 13 12 20 15 14 16 f 3 4 27 13 12 26 25 23 21 22 24 diff --git a/results/search/topology_45/resume.planes b/results/search/topology_45/resume.planes index df39665f..4d0ea77e 100644 --- a/results/search/topology_45/resume.planes +++ b/results/search/topology_45/resume.planes @@ -1,37 +1,37 @@ 36 -0.016190385445952415 -0.099603623151779175 -0.088369198143482208 -0.36161881685256958 --0.49605864286422729 -0.32271799445152283 --0.057372331619262695 -0.085753880441188812 --1.0634698867797852 --0.55476045608520508 -0.26333799958229065 -0.55220884084701538 --0.73466986417770386 -1.9924516677856445 --0.73545080423355103 --0.35727414488792419 -1.3855104446411133 --1.1337957382202148 -0.12723162770271301 --0.11178016662597656 -0.19820156693458557 --0.17520831525325775 --0.19629703462123871 -0.050259634852409363 --0.12686388194561005 --0.078237608075141907 --0.057356428354978561 --0.017369229346513748 -0.10828211158514023 --0.027390455827116966 --0.9253961443901062 -0.25398820638656616 --0.41878247261047363 -0.084505461156368256 --0.061868399381637573 --0.094217360019683838 +0.010369226336479187 +0.12616637349128723 +0.11006108671426773 +0.31414294242858887 +-0.46868279576301575 +0.31000435352325439 +0.17667101323604584 +0.34890910983085632 +-1.248522162437439 +-0.75082230567932129 +0.26992812752723694 +0.69063156843185425 +-0.69808131456375122 +1.8899396657943726 +-0.7055671215057373 +-0.35474961996078491 +1.3094972372055054 +-1.0667271614074707 +0.1206650584936142 +-0.095697797834873199 +0.18514537811279297 +-0.18159289658069611 +-0.18759089708328247 +0.03134121373295784 +-0.14395764470100403 +-0.085404045879840851 +-0.07113116979598999 +-0.020804839208722115 +0.12251455336809158 +-0.031228356063365936 +-0.90629231929779053 +0.23776191473007202 +-0.37445709109306335 +0.029353877529501915 +-0.015644991770386696 +-0.025918060913681984 diff --git a/results/search/topology_46/resume.obj b/results/search/topology_46/resume.obj index 708f2ff2..75e06ed4 100644 --- a/results/search/topology_46/resume.obj +++ b/results/search/topology_46/resume.obj @@ -1,47 +1,47 @@ -v -0.98377792794022367 0.63458541819926162 0.009054352222626837 -v -0.72122449918410014 -0.0092004422141723809 0.15502820253994931 -v -2.1981274449726511 1.3798895355764838 1.0608074604734081 -v 0.13669035630907836 1.1091311417853322 -1.8604864467810442 -v -1.7046751556289155 0.10117772268158901 1.3883466973876 -v 7.3691773881514218 -9.7483246414206572 -3.1592110411949959 -v 0.55628783700982909 0.64444894427070731 -2.0636467633698663 -v -2.8212763368656169 2.3238559530581737 1.166136317048704 -v 2.4574209227422501 -4.3259322950703574 -0.76779718519430284 -v -0.42431221722652573 0.83682417760657635 -0.89758336424660012 -v -4.7282997827273237 4.1457212787030233 2.3138692446498674 -v 1.7077114683159038 0.42295479659795782 0.21087688784296973 -v 1.12516553171216 0.5900264919502809 0.14261851484695054 -v -0.2870967184037026 0.89982213937389277 -0.0035593993399595791 -v 1.4052998162312476 0.79564562135395978 0.11748965848145919 -v -7.7420937755120711 7.4480430051421846 -1.7708453924553147 -v -1.5633724440449113 -0.095285185156912255 0.1227450598259983 -v -0.4801307854447443 -2.0718730856245684 0.58728719144508623 -v -161.59171762153494 110.86078372758053 -31.813398355029712 -v -0.11967573324705481 0.62039359865332078 0.062956001759999686 -v -0.079253869322225542 0.85472392831711541 0.64810484007016478 -v -0.27091505336920757 1.1470963911375167 -1.2759788255070132 -v 5.2083463828491023 -1.2026263620216151 5.6002179866316979 -v 1.9246140773132188 -0.53052150768667805 7.3754113368331522 -v 2.5042881969327202 0.26198865953163147 -0.23637433335593894 -v 1.6327011049805933 0.4794726089561886 -0.078305565699117105 -v 0.69144295091114794 0.3050736961946674 3.3706553446037382 -v 2621.6840003015232 -110.30319525824474 5805.9043187947436 -v 1.1608401966725805 1.3581324494528169 0.46058292946227419 -v -0.95222796772548313 0.25371356956614127 2.0813534404542295 -v 0.66214149787010168 1.1862939099358978 0.37452013290032649 -v 0.16198645271691819 1.3453533155384796 -1.460273996465806 -v -1.0764748634110692 1.210209748415553 -3.2124843946701267 -v 221.6868127927423 -509.87831865783704 -315.16292753259233 -v 1.5750192951990685 0.44967147726106554 -0.049334417296216848 -v 0.75341274673382119 -4.292282997230549 -9.5243304131773865 -v 6.05605618267818 -2.8060073024320702 4.9667637619495375 -v -7.9768315025398389 11.754345144822976 4.658958310673138 -v -3.6871798030629459 4.2848495411244363 2.362706062514297 -v -0.25404776608884089 -1.0405610511508705 1.580572788120834 -v 2.0386965717814096 0.6427006645556067 -0.22152694233161035 -v 8.8757997100543893 -17.164317624849136 -4.3298532444439752 -v -6.8984538631005012 12.70403300278395 7.4834105365422889 -v 0.017489045450958068 0.30574529025167629 -0.12897985051907115 +v -0.58836329489590034 0.81041075133494955 0.38711503119022173 +v -0.50887534239001431 0.47618524262747763 0.44746503674193838 +v -1.6756294317060456 1.2506321680908596 2.8041660074311086 +v 0.21361754757071913 1.3537708857794302 -2.077034132013047 +v -1.2415980693226671 0.34222977398179227 2.4143219809744507 +v 0.11632018825642784 -1.1931902547616222 0.16915167452447749 +v 1.3574383122337765 0.17481817199780839 -4.0579910841078659 +v -2.3432697207295474 2.7582392352443073 3.3172873702859449 +v -0.16306437866281318 -0.87217113429130244 0.62706961634431724 +v -0.26054506859806015 1.0417148849536706 -0.62735271259382175 +v -7.0352229312441912 8.3105256993530574 10.881050237900865 +v 1.6398376716523522 0.70800974005534389 0.73143463526287988 +v 1.4840493403290813 0.74756808767387017 0.7026500159242477 +v -0.092492826084002111 0.96470045840170782 0.43799286929971265 +v 1.7777818881424881 0.87801917321642797 0.72710888068225621 +v -2.985916427447596 2.8936545071782342 -0.27026695544982737 +v -1.6445563810441004 0.37886217296988778 0.29371070852700654 +v -0.3648519192484157 -0.98952022044029964 0.68187914966907603 +v -5.0427432890668351 3.1744555407826476 -0.61518988140927988 +v -0.10175163398409469 0.6782601611936524 0.47827383824611003 +v 0.26564725871114953 0.91761628882171498 1.7278206894268411 +v 0.19594570853681212 1.2213448877960931 -0.85172007548022655 +v 0.84398934401379588 0.026481310449579343 8.513411613885264 +v 3.6012506905432446 -2.3894826339694299 24.419710908862204 +v 12.095106763444331 -1.3779284906948466 -2.4417650834545577 +v 1.5740069470316056 0.74382305034957796 0.54790307296500429 +v 1.2852447553882989 -0.16892711880899733 9.3429937498017672 +v 0.50656607932176545 -0.26658828890116887 11.706149527746781 +v 2.3255283484550189 1.5907107395126436 1.684916433100325 +v -1.3408620848779418 0.35004665992942613 2.0981945639264121 +v 1.2625784653805212 1.2952136289846476 1.2972936954141581 +v 1.0640707368808688 1.554538632869872 -1.2612690290031674 +v -0.59667592682492165 1.2060546942176495 -2.7617177707138496 +v -0.72145506383216829 -2.3232145067444394 -2.3315729916178434 +v 1.6816063184886181 0.75302021628030846 0.56251858624424877 +v -4.4459645775470937 -7.7355254239670463 -23.518587559425427 +v 0.28656876457339814 -0.85805643752441452 3.4113540835137819 +v -3.8724131646520767 8.1332543408003115 10.454682370406816 +v -3.7180208382008049 7.6679621034039522 9.9741528528983991 +v -1.3873967572457102 0.082290108480079185 0.97741875891952734 +v 3.6122301099841052 1.4640276087169779 -0.28721431043832218 +v -0.21827625471658771 -1.209820657455279 0.40064400097520303 +v -9.074752065670463 11.490836328176728 15.206151874785673 +v -0.12792825816079242 0.58248891738253161 0.34902465655057097 f 1 2 10 9 6 7 4 3 8 11 5 f 1 2 17 16 19 18 13 12 15 20 14 f 3 4 25 26 22 21 13 12 23 27 24 diff --git a/results/search/topology_46/resume.planes b/results/search/topology_46/resume.planes index 06fc5ac5..defc2f74 100644 --- a/results/search/topology_46/resume.planes +++ b/results/search/topology_46/resume.planes @@ -1,37 +1,37 @@ 36 --0.32340535521507263 --0.18658065795898438 --0.24118569493293762 --0.01106614526361227 -0.037978965789079666 -0.18740189075469971 -0.22830848395824432 -0.8388526439666748 -0.1047249361872673 --0.32259184122085571 -0.85503947734832764 -0.1620606929063797 -1.1353932619094849 -0.79670780897140503 --0.49718213081359863 --0.99399077892303467 --0.70479226112365723 -0.43573978543281555 -0.19015894830226898 --0.035853266716003418 -0.47186517715454102 -0.93908560276031494 -1.1778827905654907 --0.75459229946136475 --0.016773927956819534 -0.12745359539985657 -0.097707927227020264 --0.0074898982420563698 -0.13644064962863922 --0.22902531921863556 -0.15745247900485992 -0.087124548852443695 --0.030305216088891029 --0.89379376173019409 --0.93747353553771973 -1.1768008470535278 +-0.14850261807441711 +-0.045871477574110031 +-0.058446537703275681 +-0.083907656371593475 +0.082522444427013397 +0.56753522157669067 +0.25636023283004761 +1.0986876487731934 +0.12243813276290894 +-0.30360811948776245 +0.93668955564498901 +0.11849448829889297 +0.65668100118637085 +-0.53230279684066772 +0.02053963765501976 +-1.1806958913803101 +-0.58730858564376831 +0.1893322616815567 +0.40537416934967041 +-0.4380970299243927 +0.55445045232772827 +0.4039912223815918 +1.8750007152557373 +-0.8826257586479187 +-0.093081772327423096 +0.6116936206817627 +0.30034473538398743 +-0.0017694726120680571 +0.21048557758331299 +-0.15560753643512726 +-0.21031148731708527 +0.011581108905375004 +0.034012652933597565 +-0.73636919260025024 +-0.76108920574188232 +0.21240048110485077 diff --git a/results/search/topology_47/resume.obj b/results/search/topology_47/resume.obj index 6923c630..3a9f095c 100644 --- a/results/search/topology_47/resume.obj +++ b/results/search/topology_47/resume.obj @@ -1,47 +1,47 @@ -v -0.23871480518514659 1.3417064580734475 -1.5674545405805196 -v -2.3284794205365675 3.2551875156750083 -0.014272297195816463 -v 1.0476781428539912 -0.9676196198950211 2.2738163688363984 -v 0.52753695269397427 -0.35133788045629427 2.0667258657065357 -v 0.18130352888362375 0.24835464570933166 1.1255491301843128 -v -0.35391188812250968 0.80952987571645918 1.2218384095861037 -v 0.0088077966104087857 0.39677363226246715 1.2941430269023424 -v -0.42206782407423937 0.93891297865735934 0.98851243151534729 -v -2.2026029063344725 3.079320230772308 0.14915620324601203 -v 1.02046837192504 -0.73290370577394404 1.4044772920163469 -v -1.0942928362618476 3.5108832537163281 -6.807259913149279 -v -1.7730457932820491 0.33436220967381042 0.3582560106256748 -v -1.2416089456368695 -1.079576486858234 0.26518210470919612 -v 0.050252681403757285 -2.8474921002797964 -0.50450643607709478 -v -1.116448102528109 -0.89928076294151749 0.076149511090564281 -v 4.0174180633784324 11.822389311422647 -9.4116706418268539 -v -10.087247643636784 47.273775441889356 -6.2657419443984992 -v -1.8760760300212473 0.81635194813736833 0.30862564227326472 -v -1.2786584195720678 1.6543723568366184 -0.58631751071500848 -v -1.0970870555789429 -0.02664758460099843 -0.22811145627559704 -v -1.5892044487041064 0.15092624145928721 0.44480875425786248 -v -1.4599341487119788 0.6786626165213977 0.76078182967683561 -v -0.033203144322943474 -0.22384281399782216 1.6349090908630073 -v -1.0163912534006758 2.3696290626963306 1.7984016618816321 -v -1.765818816802929 0.72181876216382135 0.51497247577180616 -v 1.5464561582534688 0.16086457990168171 3.1403466079590809 -v -0.1320750464807022 -1.1449019318250975 1.1922386834486098 -v 0.64096273354171929 -0.57160295312347253 0.86998276886582859 -v -0.096156424502330223 0.47455003841687143 1.1423643280235436 -v -18.111696566679885 -45.17588466851705 -28.625078009200692 -v -2.1770977465303347 -0.82388467507278751 -0.26324635759490489 -v -0.37008497474071655 -0.024203856575335744 0.78966601007416037 -v 0.13542365423817246 0.10945703366770401 1.2517896658859877 -v 0.41141942533482778 -1.0093627532073277 1.3842280774350946 -v 2.5827002023662553 6.0143802364421433 -4.7956670719689845 -v -0.073359850884888472 0.97378059903002578 1.1434049736478715 -v 0.99149665681881927 -0.90699424600705569 1.655310770122143 -v -0.42746575096847406 -4.7707258340045211 1.0029057393903016 -v -1.7360133949580965 -0.835724598591154 0.3790486002465423 -v 1.4520310004762762 -0.52208715768658387 4.2784856463112284 -v -244.81219146440114 -541.51084906886422 664.71597698088124 -v 16.443800431259586 -9.0970449927254275 25.956564388252854 -v -2.1234546361837707 -8.9061546050442271 -1.1159866569370611 -v 81.448472238921823 -36.79971565176762 117.62443865583751 +v 0.46846966529283568 0.21097063927269 -1.6256328918689225 +v -2.3640574688101315 3.0372035655546306 0.039087195403061568 +v 0.56089542426797223 -0.76326995194350444 2.1676172417891957 +v 0.20427575447320032 -0.32443181950023403 2.0150959072183339 +v -0.31089616788584906 0.48248863824223576 1.0402040647970745 +v -0.81931836966382021 1.0591686003692551 1.0363276692475736 +v -0.2827178586452932 0.45594277165282099 1.0167952974151975 +v -0.87270396304782438 1.1935187974134795 0.71399994529983579 +v -2.3108801317789194 2.957690009423863 0.12323401853153924 +v 0.69048884515426545 -0.15829706247126335 -1.1116337790084025 +v 0.5625899059415681 0.23956331180292123 -2.2153377494236008 +v -2.080650639780238 0.8532122168880315 0.20170018885173868 +v -1.4492893578291492 -0.82265630511287613 0.011727907699174311 +v -0.45380525077362915 -2.7828500876071898 -0.40592103105729543 +v -1.3993753251414336 -0.80139030970262537 -0.029912224238967611 +v 4.014484211924751 7.702015767462238 -5.6192689708032155 +v -6.2497553598812337 41.729382275762006 -3.7051048727121234 +v -2.1489045254269152 1.2965711270035247 0.17684224208120169 +v -1.117057473624786 1.7780451210049122 -0.6912091480120599 +v -1.1047610169572435 -0.13090153213968017 -0.37004588125009569 +v -1.7856613177380261 0.48027239834111562 0.32277626311428875 +v -1.8924969665420468 1.1579800644457086 0.55659905804006793 +v -0.51399675383427001 -0.038016242347495968 1.4021796125396637 +v -1.3542694449975021 2.2620992502757677 1.6906870875554916 +v -2.0798250775463729 1.212674643076288 0.38651224082956182 +v 1.0623156004748198 0.25588220924979499 3.2193082888699709 +v -0.45590029169603313 -1.0568850336884139 0.94224741795440625 +v 0.29855090877492624 -0.90008570779071184 0.75338996638725431 +v -0.35059731956067824 0.25700728611322998 0.92585096246035226 +v -7.323139221731445 -17.224190438631712 -9.8318808297300713 +v -2.4637341993993926 -0.40887654460183831 -0.3815284944316113 +v -0.47221626323668026 -0.019153573783563367 0.750332365685484 +v -0.16518861913553159 0.039706790573625764 1.0021016979767912 +v 0.037586463048447982 -1.0512044939453729 1.0779520786006447 +v 1.9026220920542047 2.6303837001170942 -1.9478841635341066 +v -0.31201645634825803 1.1921459354016508 0.8487612802063409 +v 0.38470484458089677 -1.0661804418413068 1.2241709226838313 +v -0.82933499972530544 -3.7271862303491474 0.68878823975624259 +v -2.143368163358518 -0.35194232577383822 0.16460435063582834 +v 1.0668311274494453 0.25500269749023186 3.3333395637718475 +v -895.40073864967337 -186.72726969963807 224.09085439555471 +v 18.125552267054669 -11.161969622557599 33.663469676437671 +v -4.714810411783084 -11.858632740860781 -5.0269689518611997 +v 7.8669906120584727 -5.9898954893485294 16.687058708972522 f 1 2 9 8 6 5 7 4 3 10 11 f 1 2 17 16 14 15 13 12 18 19 20 f 3 4 27 13 12 21 22 25 24 23 26 diff --git a/results/search/topology_47/resume.planes b/results/search/topology_47/resume.planes index f57aac42..2c58343c 100644 --- a/results/search/topology_47/resume.planes +++ b/results/search/topology_47/resume.planes @@ -1,37 +1,37 @@ 36 -0.3456788957118988 -0.31686499714851379 -0.074731960892677307 --0.65570288896560669 --0.20500066876411438 --0.62967485189437866 --0.7959282398223877 --0.36018890142440796 -0.92721402645111084 --0.2396719753742218 --0.34399029612541199 -0.67258471250534058 -0.66044127941131592 -0.21998456120491028 -0.48206618428230286 --0.45627963542938232 -0.00288993283174932 -0.97528022527694702 --0.43793174624443054 -1.1005146503448486 -0.73817604780197144 -0.96789306402206421 --0.33506953716278076 --0.12076105177402496 --0.27621051669120789 -0.36552375555038452 -0.19642052054405212 -0.093069255352020264 --0.19586527347564697 --0.12519028782844543 --1.3969970941543579 --0.11027751863002777 -0.95732945203781128 --0.6170470118522644 -0.027257850393652916 -0.4406934380531311 +0.17888981103897095 +0.1579592227935791 +0.03621070459485054 +-0.58294403553009033 +-0.1327214390039444 +-0.76655715703964233 +-0.87309378385543823 +-0.42252868413925171 +0.825725257396698 +-0.33945748209953308 +-0.29458150267601013 +0.69870853424072266 +0.40169504284858704 +0.10037199407815933 +0.36971727013587952 +-0.38351565599441528 +-0.0080407131463289261 +0.90962910652160645 +-0.13520953059196472 +1.3283936977386475 +0.57608509063720703 +0.67310994863510132 +-0.30126500129699707 +-0.028978122398257256 +-0.017552470788359642 +0.085755050182342529 +0.0013564807595685124 +0.064703218638896942 +-0.56617659330368042 +-0.21159179508686066 +-1.6694341897964478 +-0.072160542011260986 +0.98682659864425659 +-0.67420059442520142 +0.05871141329407692 +0.37478518486022949 diff --git a/results/search/topology_48/resume.obj b/results/search/topology_48/resume.obj index 63dd5c7f..0e0a9e23 100644 --- a/results/search/topology_48/resume.obj +++ b/results/search/topology_48/resume.obj @@ -1,47 +1,47 @@ -v 0.17630618932544531 -0.74286650197138093 -0.012191755473895505 -v 0.39005255829831403 -0.43742517530620284 -0.14810684003158026 -v 0.20105791374406817 -1.9787233809050571 -1.8166109071141101 -v 2.3797682632368038 1.7391748299097387 -2.3513655545272356 -v 3.4155136219692639 1.1492712605272557 -5.9225220137148966 -v -0.26141843958842559 -0.90777012887704289 0.91423240880285894 -v 0.069751340187464136 -2.2609591790641477 -1.866223963554267 -v 0.37876532811643143 -1.7102122446411629 -1.9091104142953708 -v 0.2742420079944658 -2.262955693844511 -2.4102240903624592 -v 4.8973602319958474 0.96605638275913441 -10.102067852613105 -v -1.6164972957679566 -4.664691517537789 -0.78568695640865227 -v -0.82296162774498505 -0.6985351712871799 -0.41797859600027321 -v 1.8782596768072617 1.823087706034408 -1.1890945829814918 -v 0.067920363939886971 0.67946902193057812 -1.0586802370429609 -v -0.029357278778876096 0.10569579554180954 -0.68935891310310893 -v -22.340593478671966 4.362884674769429 -12.060286919785796 -v 0.34631724992088586 0.38740585346431028 -0.74781513615002981 -v -1.4030848557784266 -0.3710818925661637 -0.86693147739575649 -v -0.75346764164769808 1.2084401134709624 -1.740550797493436 -v -2.3861344251941801 -1.348293319794251 -0.54420647151345014 -v -1.8126113297205979 -0.27124115478592736 -0.25647134087304124 -v 13.591337498900231 26.36675604842042 46.147420556411738 -v -1.2252540698348 -0.087590178738742044 0.2902103195637965 -v -1.528485686499675 0.022184765147867869 0.30861798180815186 -v 0.63823333300214002 -1.9862108981325379 -1.6215832581128207 -v 0.47772506005927479 -2.2126020373462567 -2.0299074203062442 -v -1.3540587315278307 -0.90273376007392125 -0.96834075610201831 -v -0.63592170389543257 0.14320960883429623 0.90710768872518632 -v -0.02534164991842509 0.53004790818769942 -1.3063087674644729 -v -1.1032000891916378 0.21055587507652521 -0.21300712476116535 -v 0.70291409843652508 0.87475726586285318 -1.6829106542567946 -v -1.9612492582782746 -0.29119636875134514 -0.037967417372341411 -v -1.371922990418599 0.27514094670248607 0.46491502179018718 -v -0.43571255882780674 1.3157195941572495 -2.2041415737752965 -v 0.63706465015753388 0.535381990448489 -1.7015576332219853 -v -0.61941261051563445 1.2066444149325741 -1.9386961681623034 -v 0.95721552594034343 0.51318446076084046 -1.8567041950419645 -v 9.2345780246189069 -19.968656285237149 2.7752940503210382 -v -0.529618025806874 -0.78351370794678654 -2.1798375307687934 -v -0.24661018402260795 -0.51826346338060669 -2.062095920787363 -v -0.56242893732563581 0.85954613002730895 -2.0418016897335582 -v 1.7294268657009289 2.7213216528524193 2.9930522778082338 -v -0.53775878007991351 -0.50047848929182559 -1.2964738607027662 -v -2.9098085087065502 6.4929193004885688 0.85685755214992998 +v 0.52414749712237074 -1.6195282768068069 0.68092150713315303 +v 1.3404585598791665 -0.69978793538140016 0.74599509884518223 +v 0.24528411616628756 -3.4740222134231833 -1.6012676405405641 +v 1098.2430185896283 937.58955862573896 -348.44966961575813 +v 306.21358762763379 295.87197445012845 -43.806969727114009 +v 0.78124740740624243 -1.0223814105163771 1.1525457836320023 +v -0.0063922121479385455 -3.8137014238786624 -1.7036631315965525 +v 0.32581703894189656 -3.5794978011157075 -1.8827348824756833 +v 0.15166276830762407 -4.0552407465659517 -2.3067399099978281 +v 28.737536138318081 -132.6856805256507 -236.01341957134014 +v -2.7073708045851448 -6.0701438209851997 -0.76462575211131445 +v -0.7008845994984596 -0.93438747945596701 -0.6279024841806462 +v 1.70084932454455 2.628364838342085 -0.93882978179613574 +v -0.38950571758370417 0.31225317239304212 -1.1283935511258607 +v -0.015782906134824075 -0.033274661942423213 -0.64905670454329989 +v -2171.0438458353888 -1281.0428266970996 -856.94173879066409 +v 0.076060859212377596 0.069724453276830162 -0.64145283652442453 +v -0.77633854173961891 -0.01866467377884826 -1.220761584409116 +v -0.7479179822288119 0.05508813689729878 -1.2429677107065082 +v -3.2454928831512007 -4.2178879654102817 -0.58652011580581465 +v -1.0475478260694484 0.41895682703810511 0.1460702433021821 +v 1.0320415930688838 11.677291172541805 14.627406159089965 +v -0.86050730775182149 -0.35207738397545058 -0.31183435520100511 +v 0.3706482387211929 -1.0070800765743164 1.0366572910896419 +v 1.1811542797211112 -4.6669767834856541 -1.262194218428081 +v 0.4642073706783556 -4.2162444056625352 -1.979073204851608 +v -1.0541330311013375 -0.91258474217176733 -1.1787854010329535 +v -0.57238800577700311 0.54906786015859887 1.044431165468322 +v -0.41681776745811172 0.24343358313009383 -1.1924169713867776 +v -0.8073281717517562 0.014530544316263699 -0.9025502783681254 +v 0.21298466158328622 0.68580160083157571 -1.5430605139974607 +v -1.1673495701816283 0.77344394779677039 0.9129255469420674 +v -1.2578225198272197 0.64778369150206883 0.86415113224304718 +v -0.42417564935686397 0.60550579492247114 -1.7890578348989161 +v 0.20313356233190133 0.54394223008464015 -1.5492506957461329 +v -0.61557213962856538 0.34397875655616988 -1.4015737758973961 +v 2.2539242635924706 1.2579370145137976 -2.2693735459971203 +v 5.3744086550654711 -13.712342274920831 0.19424909149920877 +v -1.189549824083328 -2.3110587372021913 -2.1324246765349351 +v -0.41358287078286277 -1.2664625090016288 -1.8167653507806762 +v -0.66166257598476574 -0.02446286665886116 -1.6173394363821583 +v 1.1518386806866405 3.0404975594570995 1.9913693976146181 +v -0.5264979935550419 -1.0900788659967562 -1.389238514774908 +v -21.563087800430367 106.01592325992959 13.974058243925445 f 1 2 6 11 10 5 4 8 9 7 3 f 1 2 15 17 14 13 16 20 18 19 12 f 1 3 25 26 27 21 22 28 24 23 12 diff --git a/results/search/topology_48/resume.planes b/results/search/topology_48/resume.planes index 3bbf9262..da839fe3 100644 --- a/results/search/topology_48/resume.planes +++ b/results/search/topology_48/resume.planes @@ -1,37 +1,37 @@ 36 -0.39752864837646484 --0.21134942770004272 -0.15020743012428284 -0.13786865770816803 --0.26020294427871704 --0.36793419718742371 --0.1388607919216156 --0.43298375606536865 -0.29464823007583618 --0.42658790946006775 -0.64895182847976685 --0.23092111945152283 --0.094125382602214813 --0.23302361369132996 --0.1608915776014328 -0.73122471570968628 --0.05171005055308342 --1.641103982925415 -0.62802791595458984 -0.21122562885284424 --0.36398357152938843 --1.3539985418319702 -0.049957875162363052 --0.91649895906448364 --0.5624510645866394 -0.1742745041847229 --1.1855735778808594 --0.16264893114566803 -0.20308707654476166 --0.06656927615404129 --0.95403695106506348 --0.21341167390346527 --0.35784104466438293 --0.56299644708633423 --0.1946578174829483 -0.87899386882781982 +1.0851658582687378 +-1.0119308233261108 +0.68969154357910156 +0.25705394148826599 +-0.20358403027057648 +-0.34716895222663879 +-0.50376063585281372 +-0.30683544278144836 +0.31088784337043762 +-0.60130405426025391 +0.57202404737472534 +-0.3583628237247467 +0.041274156421422958 +-0.30691361427307129 +-0.18675988912582397 +0.54745608568191528 +0.024202572181820869 +-1.4258718490600586 +0.34887287020683289 +0.11744078248739243 +-0.27506589889526367 +-0.96147185564041138 +0.28553560376167297 +-0.28219756484031677 +-0.49503999948501587 +0.091917864978313446 +-1.318656325340271 +-0.17658987641334534 +0.16596221923828125 +-0.11511017382144928 +-0.91958248615264893 +-0.15494610369205475 +-0.17894738912582397 +-0.28766047954559326 +-0.17929743230342865 +0.99552303552627563 diff --git a/results/search/topology_49/resume.obj b/results/search/topology_49/resume.obj index 1a60718b..1ec732eb 100644 --- a/results/search/topology_49/resume.obj +++ b/results/search/topology_49/resume.obj @@ -1,47 +1,47 @@ -v -1.2470598453490787 -1.5657768762683499 -1.7793795774353549 -v -1.5221919714038794 -2.0128736105393692 3.0674543360142303 -v -4.1045203449132073 -0.87470743317697552 0.78036662496103038 -v -5.6104247757334189 -0.45339994028217395 1.6178841343099695 -v 0.0051835498055459537 -2.9517251016441475 6.7995569894296288 -v -2.6669203192148965 -1.4501177264688623 1.5322066930225207 -v 0.25704017669188339 -2.3594173098646256 0.72341334092991982 -v -0.57685957061905568 -1.5571631103800128 -3.908620397093745 -v -0.88200562653426884 -1.5547038764256738 -2.9963171084579536 -v 1.6537906862539338 -2.9341417663412552 1.5941882215346355 -v -0.58232047728271197 -1.6873742511032026 -2.7256685858553857 -v 0.6876975304525117 2.0452433159903278 -1.2291222614524082 -v -0.97327291344393763 -1.0433309325953524 -0.85222267141870023 -v -1.2114976161119506 -1.4396989522504571 2.6586598741432685 -v -0.11484946351337583 0.55787730377913525 -0.67841999781542639 -v -1.125639559568866 -1.3369588079840187 -1.581691590315033 -v 0.059293651443106082 0.84962200171524682 -3.0966902948656658 -v 2.4660811894054131 5.3032464794633123 -5.259337434789825 -v 1.296864636878573 3.1900523018790481 -0.47272580490971189 -v 0.27076553681879595 1.2888611244001906 0.26738520955296308 -v -1.0068706606504474 0.20631565150507167 -0.64265912170488582 -v -0.33986897596596327 0.59101949585332514 -0.9256893723716203 -v 0.057744141274487161 9.3558679841169496 0.21923423187075075 -v -0.30524377520199203 4.6901860595852716 -0.31258066415964109 -v 0.09558261456321239 -0.87212355435188593 -1.374301217487675 -v 1.057068788642481 5.449777888485257 -0.89467725605064685 -v 0.65422849069198474 4.574748240884035 -0.82265046120119834 -v 0.88503565129938111 -0.21267474235509867 1.7315548790857287 -v 1.0736546028414988 -0.29097212755897189 2.0450976186148955 -v 0.82158111918562171 -0.0069082175501961147 1.248609491937259 -v -2.2336712488477701 -1.225944590428784 1.4024525192278978 -v 0.46476674931952494 -0.09388617269004762 1.1500508336903228 -v -0.072466574294818231 3.3354495841854175 0.093065195681649046 -v -0.56021189028160723 1.3516987281402986 -0.68522514546996771 -v 0.29488419424377982 -0.26520899469159648 0.75496328929291912 -v -0.036353078163693736 1.7070803714595941 0.17707562129545767 -v 1.0192086747928044 0.27253806845267786 1.9230056007759091 -v 1.2174048417389032 4.3570677664215109 -0.83052127142353127 -v 0.8310622009829729 0.76915713666032659 0.59336492138936725 -v 1.0120754269804979 2.6662131968977691 -0.26852039498368696 -v -2.1406459414732608 0.077516114616590415 2.5918141295371155 -v -1.833719871046595 -0.43644596740856278 1.0986683822156151 -v 1.5337262987537454 -0.40630085250052811 0.65511769554949284 -v 1.4507464976662066 -0.10152180587302105 0.75781032322378916 +v -1.4010447268888515 -1.5656132955103825 -1.652465451898242 +v -1.5499101386612411 -2.0543236863654637 2.8935640491964136 +v -4.0866056842588678 -0.90788218677336319 0.7697103237573657 +v -5.4890804909425919 -0.50482841810252554 1.5342262823328565 +v -0.13009796717480901 -3.0078267241023076 6.7018701899867308 +v -2.4614213597696359 -1.5549783433013471 1.3962304640975709 +v 0.14829592969340674 -2.5569373831990228 2.0902405100799433 +v -0.67200502243094462 -1.5763941554982375 -3.7193903346797086 +v -0.84107337976058449 -1.5778174205312461 -3.2070998234574231 +v 1.436466983840097 -2.9437902295474352 1.527892307784589 +v -0.61512855653721166 -1.6745740880396516 -3.0629333978477162 +v 0.67084823221192724 1.8722785888514943 -1.157515858924004 +v -1.0177889578526516 -0.97131158598104506 -0.77169171325556629 +v -1.2393063448909454 -1.5161886661028789 2.5365148023470865 +v 0.021966200631273459 0.77380845458015968 -0.89966331044866032 +v -1.1598998228112896 -1.1792345384571878 -1.3341596647487699 +v 0.11268758154058034 1.0387799705297731 -3.047251894291549 +v 2.4576101561552077 5.0857076379204296 -5.4441490777371238 +v 1.1953264753603485 2.699870026710482 -0.2232781619760012 +v 0.56415060748800239 1.625136423244832 0.1457778317003933 +v -1.0655528595588037 0.087394126775060907 -0.57781043347998517 +v -0.055402816123134316 0.77140926524850095 -0.97196764674793612 +v 0.85720195948520606 5.9797627808750997 -0.59075566390442913 +v 0.56731329938163322 4.8181081064814233 -0.63269776276804457 +v 0.19638007069245364 0.037560814314938205 -1.2154675630553395 +v 1.0053096891345956 5.3048487898527386 -0.77305987921135266 +v 0.71716112560582779 4.800216119813066 -0.71033950525345213 +v 0.7161374246730704 -0.41954650936018256 2.2398807006509194 +v 0.81150308407665395 -0.48702214778103547 2.4734088997256061 +v 0.65512877161397609 -0.018380370329476248 1.3564946335539261 +v -2.2863112111461414 -1.4437781830539129 1.343022239986142 +v 0.29151822211057549 -0.12181018086593935 1.2056263322436427 +v 0.542153350265558 4.3648497267618476 -0.46410502238979878 +v -0.46996664214067302 1.2250862041763617 -1.058208063297021 +v 0.022160284166949772 -0.31903285363049755 0.73133100648094251 +v 0.25416024811852972 1.9838137062626693 0.093841688399288026 +v 0.84480667811605636 0.23615677167451612 2.0381486110875371 +v 1.1631208035514689 3.2402724785578196 -0.36102111912803136 +v 0.85354556545860549 1.5090792854514778 0.33551057159071224 +v 1.081042483996951 2.8286820278438163 -0.24152546485056928 +v -2.1362194812644799 -0.035711689182151882 2.5330023012594829 +v -1.8155607676634649 -0.48955340831777011 1.0276139548888126 +v 1.2830812747808995 0.86756861511875638 0.31418076381442905 +v 1.6129308129475155 -0.39587175571925226 -0.19982133673624936 f 1 2 10 5 6 4 3 11 9 8 7 f 1 2 14 15 20 19 18 17 12 13 16 f 3 4 27 24 23 26 21 22 25 12 13 diff --git a/results/search/topology_49/resume.planes b/results/search/topology_49/resume.planes index 686f109e..d3e889ea 100644 --- a/results/search/topology_49/resume.planes +++ b/results/search/topology_49/resume.planes @@ -1,37 +1,37 @@ 36 --0.6631767749786377 --1.9398740530014038 --0.21658934652805328 --0.32545185089111328 -0.17473366856575012 --0.0023560549598187208 --0.47485551238059998 -0.14243233203887939 --0.92546701431274414 --0.076424106955528259 -0.20376415550708771 -0.09685835987329483 --0.11621357500553131 -0.0010429162066429853 -0.070171423256397247 -0.51410841941833496 --0.098886385560035706 --0.10968117415904999 --1.0360958576202393 -0.3911224901676178 --0.347606360912323 -1.4843817949295044 -0.24545787274837494 -0.47095191478729248 -0.53573840856552124 -0.36881071329116821 -0.92428809404373169 -0.071426868438720703 --0.50766915082931519 -0.18942923843860626 -0.37957015633583069 -0.21023297309875488 --0.31723746657371521 -0.08654601126909256 -0.20090992748737335 -0.63608425855636597 +-0.69816064834594727 +-1.9818475246429443 +-0.23591607809066772 +-0.30357256531715393 +0.18157315254211426 +0.0095787392929196358 +-0.43976002931594849 +0.14156299829483032 +-0.88135486841201782 +-0.10704628378152847 +0.21988621354103088 +0.10724829882383347 +-0.19643600285053253 +0.045647688210010529 +0.093407802283763885 +0.37383657693862915 +-0.094505131244659424 +-0.068734981119632721 +-1.0263583660125732 +0.39473763108253479 +-0.33762660622596741 +1.3474892377853394 +0.18488013744354248 +0.4102778434753418 +0.51912492513656616 +0.31670388579368591 +0.92892402410507202 +0.073148518800735474 +-0.49957066774368286 +0.16619081795215607 +0.57608300447463989 +0.40667212009429932 +-0.62992984056472778 +0.081799700856208801 +0.15726916491985321 +0.59788340330123901 diff --git a/results/search/topology_5/resume.obj b/results/search/topology_5/resume.obj index ee1d4d76..434403fd 100644 --- a/results/search/topology_5/resume.obj +++ b/results/search/topology_5/resume.obj @@ -1,47 +1,47 @@ -v -2.2593263511262722 -0.66344569670083386 -1.5516926992732254 -v -7.7999148689692124 -1.2468453014983027 5.1323106293128973 -v -2.3797922134219478 -0.72005785490825269 -1.6002432950679268 -v 0.23328736628819269 -0.17832518862885582 -3.5759896174971715 -v 0.18071841543143982 0.15662079485154456 -2.009838791044217 -v -0.15921147816399212 0.25780626505632503 -0.99519462869563569 -v 1.2330055225432912 1.2999646721615687 1.277898047076057 -v 5.6580584235857314 1.5404343196371124 -5.0554758006684244 -v 0.10312752522823528 0.43439342990662616 -0.65421162051663673 -v 2.5295817455473744 1.5461371350309092 0.19768720531686343 -v 0.93292236161549136 0.99336255800075168 0.42616096627071764 -v -0.82116376456750284 -1.1228979136102033 -1.6520097475511624 -v 0.33788329872543016 -0.52877743256300802 -4.313463685472299 -v 2.6495740493160889 -0.42566563352356235 -6.7267991196125294 -v 1.1809569618803735 -2.106582569419591 -0.87099901269339364 -v 6.6546762235982895 -1.0473452626674944 -8.7664482793990821 -v 1.4721542007867237 -2.6726309440526457 0.37442098059158385 -v 0.59551081852223831 -2.0257439427381021 -0.54599969972732398 -v 0.80392511951816359 -2.3178072124693494 0.042817307386328496 -v 0.48739172527040414 -2.3882373792519029 0.52394982651898392 -v 1.7179161972165946 3.6372528568787668 1.5075160973011439 -v 0.22325473170713381 0.22563008232015794 -0.71740549028076495 -v 0.15890849981324648 0.39325273458031823 -0.62484001818013024 -v 0.53605540751095693 0.18710293324891522 -0.70245000090596454 -v 2.5332587499388475 2.407255928154663 0.87000291382472206 -v 0.4057887168707966 -0.40799852820020988 -1.0746910104787815 -v -0.13566885113469293 -0.010717071895104357 -0.90258944871304791 -v 2.4160526507365008 1.2915399977026376 0.1875560623301871 -v -1.0801109859149267 0.36548661216025286 -1.1390754079988969 -v 1.3605601247680448 3.4916008872306947 1.6510963204061329 -v -0.21248825355258624 0.87653298136397328 -1.209165511332337 -v 6.750635125103523 2.523684983853951 -6.1137865987791482 -v 0.16958504177273265 1.3707492020962919 -0.7638156962204653 -v 2.1011320055668237 5.1524872108644031 3.7579822183239608 -v 2.345547998187218 -4.8661611056191196 -0.48224870323204189 -v 0.92908337285352516 -1.2611242915374583 0.91653208009887766 -v 0.71399852732756186 -0.89080824039648143 -0.20420481599045165 -v 0.96421055627038987 -1.4010068190500664 0.50183660756770798 -v 0.88278072496069859 -1.1611937180005039 0.82740336057830233 -v 1.24509598046881 0.19886446616042475 1.0536344246923748 -v 1.4296844962396817 0.17016751358286752 0.95885230402271349 -v -0.41926474443037276 0.29874330249015735 -0.85283426905364812 -v 1.0611784076605435 0.20657938190326103 0.78522775704456216 -v 0.76155300319052466 -4.5277228876396363 0.349384354656463 +v -1.7789742192804823 -0.63521371493691736 -1.4719160159676559 +v -7.4976741702698728 -1.6276984694591772 5.6862285011525486 +v -2.1964307843174717 -0.85807581021460921 -1.660702153699829 +v 0.10753653278298712 -0.20394121095210402 -3.3420753434287191 +v 0.12114826758714477 0.18266817232366461 -1.5419558827079825 +v -0.16698738813624794 0.20359277555314728 -0.84585268455890217 +v 1.302012127889554 1.2992686654253287 1.2913161203593686 +v 6.3900481980443846 2.0413986500494956 -5.7437688578726682 +v 0.0319180942539646 0.3305906543941447 -0.65748462126321661 +v 2.675483216821557 1.6875065556087536 0.28089120761986874 +v 0.85973663191215366 0.87264326691510963 0.19034127758367617 +v -0.97957894651349531 -0.9497244625286595 -1.542219115207242 +v 0.1503290085343931 -0.38473811835206573 -3.7136959408691772 +v 4.0626520135978081 -0.041178539475519055 -7.9223056619082355 +v 1.3543341290503277 -2.3613089152109157 -0.73487676880020714 +v 8.930504244605963 -0.23963440566028701 -11.874071999417287 +v 1.6558870409634237 -2.968387600712604 0.24113973824315732 +v 0.72259055327245691 -2.2587985620222808 -0.3795644034922353 +v 0.83305706948805125 -2.4306343210636649 -0.12578601679799484 +v 0.47325399901996335 -2.6211501411368774 0.58745489818798646 +v 1.7109742502115408 3.6784216959667804 1.5338293966485177 +v 0.20183163384064304 0.19725498112215181 -0.70720534058861828 +v 0.13554602544970484 0.36441765200472759 -0.61919060530213399 +v 0.52701786629016845 0.19006847276896138 -0.66546161968021333 +v 2.5931374452956057 2.0516692692560561 0.71079805832616694 +v 0.41069244970174335 -0.33249471501740319 -0.98629980392227257 +v -0.1481369486592703 0.098756474987000728 -0.8140139440016384 +v 2.5025759266435554 1.2737584944887743 0.24485150335291644 +v -1.1055370663568416 0.22171454069568519 -1.0982707948298776 +v 1.3946023439952582 3.5439967454791828 1.6860237214954132 +v -0.21939455927224311 0.84909061600754121 -1.0820011759550932 +v 7.4282378529236741 2.9547635607639706 -6.7787969752388602 +v 0.2642114939723112 1.4304790092678199 -0.65147953290519933 +v 2.2738305049345469 5.4433613121301851 3.9548166442244215 +v 2.3587794362536965 -4.5233971175562324 -0.46619109988843344 +v 1.0382107562353897 -1.2763963318086058 0.92754761758162296 +v 0.7114657301066285 -0.83658630186474192 -0.29808332286127781 +v 1.0686190805955682 -1.438341899955468 0.51889794937327371 +v 0.99065111919428772 -1.1890658090022592 0.84985083237363879 +v 1.413031040965083 0.20149628583312074 1.0098695675300968 +v 1.6129385005730701 0.19429482924251112 0.8953499383356619 +v -0.28520466783210879 0.20794970126035611 -0.77318133148420365 +v 1.0344982719879907 0.20192214847177614 0.56143736300822478 +v 1.2410092447103307 -4.4065579453246455 0.18938937922161225 f 1 2 7 11 9 10 8 6 5 4 3 f 1 2 17 19 18 15 13 14 16 20 12 f 1 3 21 25 28 23 22 24 26 27 12 diff --git a/results/search/topology_5/resume.planes b/results/search/topology_5/resume.planes index 936a2b12..7c3f3973 100644 --- a/results/search/topology_5/resume.planes +++ b/results/search/topology_5/resume.planes @@ -1,37 +1,37 @@ 36 --0.17227210104465485 -0.45498964190483093 --0.10308912396430969 --0.55547720193862915 --1.6075652837753296 --0.60076624155044556 -0.077867820858955383 -0.3835829496383667 --0.64048385620117188 --0.62456357479095459 -0.98406040668487549 --0.55621343851089478 -0.30324527621269226 -0.12562398612499237 --0.016688024625182152 -0.036450251936912537 -0.28947287797927856 --0.016656005755066872 -0.61268693208694458 --0.25182521343231201 -1.2694544792175293 --0.39440181851387024 --0.25750705599784851 --0.64641523361206055 -0.22151795029640198 --0.077706694602966309 --0.52953851222991943 -0.69746601581573486 -0.0013324342435225844 --0.24621017277240753 -0.32589542865753174 --0.049435943365097046 --0.2247309684753418 -1.2192226648330688 --0.57258987426757812 -0.72671931982040405 +-0.16144755482673645 +0.36840760707855225 +-0.077901639044284821 +-0.65042346715927124 +-1.4908295869827271 +-0.72633379697799683 +0.088386975228786469 +0.36453625559806824 +-0.62578237056732178 +-0.62331616878509521 +0.8935428261756897 +-0.50649243593215942 +0.30031916499137878 +0.13561803102493286 +-0.031397398561239243 +0.0053255008533596992 +0.21605630218982697 +-0.0042902054265141487 +0.73601818084716797 +-0.25914183259010315 +1.3011020421981812 +-0.34742492437362671 +-0.22992515563964844 +-0.5513845682144165 +0.21899738907814026 +-0.043224506080150604 +-0.55444931983947754 +0.68962246179580688 +0.02174874022603035 +-0.28545764088630676 +0.29549053311347961 +-0.061044648289680481 +-0.24948887526988983 +1.3076149225234985 +-0.61354565620422363 +0.77018314599990845 diff --git a/results/search/topology_50/resume.obj b/results/search/topology_50/resume.obj index 78fc88dd..63368e3f 100644 --- a/results/search/topology_50/resume.obj +++ b/results/search/topology_50/resume.obj @@ -1,47 +1,47 @@ -v 0.89166223862846339 -0.060395454867300066 -0.82655165757840976 -v 0.60198123731936748 -0.52213218471016654 -2.0164838174397861 -v 4.563704438024268 6.791201877653263 -0.96829006646392024 -v 1.937405758934523 1.8788145420499287 -0.68357950758071162 -v 0.16075518515706713 -1.406835492011373 -1.0628282996385101 -v 0.2199533356437488 -1.2811048554278481 -1.2980036021374122 -v 2.2261109541276674 4.3120482356195087 -29.582014857968638 -v 0.34365017508532059 -1.1034731523276733 -0.49203159728998552 -v -0.35115792298605708 -2.7332673027491405 4.6178000405387269 -v 0.61788804549161847 -0.73958900620298851 1.7511548266786607 -v 1.0714013666218705 0.011734778307226506 3.1803218262797484 -v 0.11341347271027832 -0.63670171039729073 -1.4739844178130468 -v 0.75192163985750515 -0.12438930531383217 -0.79123819858311861 -v -0.37051878300880636 -0.33760553019391121 0.64701406779013704 -v -0.82614499784897766 -0.1591423307211359 2.2480644364413798 -v -0.4015727320943327 -0.83493729275961415 -1.1995154761188671 -v -1.5738060305362735 -0.59877241606513509 2.0637543541931285 -v -0.70256867356378883 -0.74834656004659716 -0.26199311934761993 -v -1.329639784369224 -0.50389400852278976 1.9370409999003031 -v -1.2265193425551664 -0.3806536107473667 2.2027648403833786 -v 0.064742607021556375 -1.4083004486353872 -0.71831946509390743 -v 0.17325638257050319 -0.755112468139855 -1.2264935392748759 -v -0.048850518245423705 -1.1694530109415637 -1.2036300942164835 -v 2.1017323314273204 3.1799511107418099 -1.7971265746363509 -v -0.18587159741063794 -1.9253055974263908 -0.63796012504922228 -v 5.1280702298458811 7.481168466423112 -0.62629729094144793 -v 3.3416424958270445 -1.1890226926498346 5.442853070638316 -v -0.025490733166911937 -0.95297045572316152 -0.47782935403236648 -v 0.015057482849841262 1.1925085794069425 -1.0144448121524956 -v -742.45290587055911 -4854.6972341817973 3546.5025576050539 -v -0.48490958118750405 0.55046570441486953 0.89520618997752155 -v -0.52539166725988684 0.33895850671550626 1.0789188840073463 -v -1.058170382956839 -0.12146279703802018 -1.5287382021615263 -v -0.82162023556411801 -0.66207629293240289 -0.35766699015111714 -v -1.0664940734528463 -0.39883893253643776 -0.46987706418346431 -v -3.2688979567927627 1.7579126806892638 -0.69667262740025193 -v -1.7363793117024764 -0.41051050407656492 1.9391641342760135 -v -1.147580014805154 -0.23720337520696319 -1.1209144752581057 -v -7.1287551931461648 1.2614229529246552 1.6067143930251149 -v -1.7156695122807439 -1.4829691416190804 2.826392110972173 -v -5.881543641386334 3.9549192561599078 -0.87625338641776918 -v -3.674757743018418 1.2555351240169592 -0.51577763159395629 -v -1.1646178582324043 -0.26697745537886752 -0.48883427655125983 -v -1.3126758360571653 -0.44368030174076251 -0.88780038897914015 +v 0.87708987412627015 -0.091305424469163801 -0.81616882097847909 +v 0.58774888091532207 -0.55383274219163214 -1.9756395083566864 +v 4.9151880950231881 7.3953108438509592 -0.84481064706414788 +v 1.9164981193982782 1.8235349656526414 -0.63153130406554725 +v 0.1391778571709808 -1.4626584523046413 -0.75958609998107374 +v 0.29759935938727122 -1.1262205306091626 -1.4321549617259046 +v 2.8377248790903309 5.8332289923643366 -36.811010646909025 +v 0.35143686230846061 -1.0862405356869216 -0.4922105755176136 +v -0.37649870102919519 -2.7611594364128327 4.625654411141813 +v 0.61488700422004638 -0.74267323162630017 1.7825885785736755 +v 1.0524860491519765 -0.021855811400928765 3.2015647248964911 +v 0.12435184427225768 -0.63541392662235718 -1.4318669624037774 +v 0.73693481168559472 -0.15094305107263445 -0.77903961961681967 +v -0.3121859272420861 -0.21832207997834413 0.87932274905453878 +v -0.6608392549001697 -0.018129962861992855 2.2410914217523965 +v -0.4077470378212974 -0.83132490330816478 -1.1798133417847272 +v -1.6399510471751693 -0.55394141804356334 2.0663932782444987 +v -0.71781157821370023 -0.7404843109132152 -0.28632456578512111 +v -1.2370093171337484 -0.40848608182857321 1.8649524293972055 +v -1.1089044046198262 -0.25692858384216799 2.1844598768374466 +v 0.097910531338840881 -1.4687182168855046 -0.59465842092083809 +v 0.20599717123038924 -0.79140891220807641 -1.1099043942626401 +v -0.047028173971167445 -1.169160739382632 -1.1903217593965068 +v 2.0594483090400426 3.1662185209524285 -1.7890304224824507 +v -0.1735733648553297 -1.9115542436524413 -0.64096771787713458 +v 5.0956226555229884 7.6187805398530593 -0.73856122538394575 +v 3.4171377851083027 -1.3033834579732921 5.5628113357982922 +v 0.05090101828222203 -0.97547049672403607 -0.46974715347082618 +v 0.12107685378300338 1.3814691991309282 -1.0456345041994772 +v -592.84674321836758 -3919.3543905314573 2851.4219315837618 +v -0.28587540017846202 0.82132834866048898 0.64377264066142037 +v -0.40140515402911403 0.21051067025899334 1.1802571017951218 +v -1.0645161467064039 -0.090464008357299466 -1.6211979215921062 +v -0.80981726873540216 -0.67487170105369743 -0.36205271187707933 +v -0.91780199563680731 -0.55937991529501163 -0.4114835336324083 +v -3.2344824035294049 1.6715349761405256 -0.56810340190194397 +v -1.7263982128686606 -0.45395685069100944 1.9992552056478103 +v -1.1851881913735844 -0.25834739472872559 -1.0588302037736401 +v -7.1176327849510841 0.98234801591706167 1.8492115109695819 +v -1.6810925342319936 -1.6022325562938085 2.9562723979911096 +v -5.8434163941748087 3.6030671648490573 -0.60538520139339513 +v -3.6916699802018722 1.0944907773075496 -0.35538377556593403 +v -1.1546697539945354 -0.23774459256542183 -0.44989751141913897 +v -1.3099993164206465 -0.42031385842687097 -0.87844563843063217 f 1 2 6 5 7 3 4 10 11 9 8 f 1 2 16 17 19 20 15 14 18 12 13 f 3 4 24 13 12 22 21 23 25 27 26 diff --git a/results/search/topology_50/resume.planes b/results/search/topology_50/resume.planes index d83eaa89..a6537fbf 100644 --- a/results/search/topology_50/resume.planes +++ b/results/search/topology_50/resume.planes @@ -1,37 +1,37 @@ 36 -0.73931801319122314 --0.39676809310913086 --0.026021635159850121 -0.12179147452116013 --0.2325223833322525 -0.06057778000831604 -0.77644819021224976 --0.43814143538475037 --0.39737051725387573 --0.19181302189826965 --0.0097556402906775475 --0.053498640656471252 --0.74093931913375854 --0.77868533134460449 --0.20980662107467651 --0.36579048633575439 --0.86641061305999756 --0.32608219981193542 --0.092500306665897369 --0.16424860060214996 --0.66368317604064941 --0.68249499797821045 --0.70600366592407227 --1.1086869239807129 --0.56757897138595581 -0.46107545495033264 -0.0064197168685495853 --0.5474926233291626 --0.35556262731552124 -0.36065614223480225 -0.14257507026195526 -0.60446113348007202 -0.72732925415039062 --0.73528891801834106 -1.0627833604812622 -1.3018287420272827 +0.73853462934494019 +-0.39844456315040588 +-0.025353679433465004 +0.11451397091150284 +-0.22983184456825256 +0.063106313347816467 +0.77505743503570557 +-0.43267843127250671 +-0.40618225932121277 +-0.092138618230819702 +-0.0029158787801861763 +-0.023161569610238075 +-0.73893922567367554 +-0.78234541416168213 +-0.21363833546638489 +-0.3456440269947052 +-0.87006986141204834 +-0.33390936255455017 +-0.10453028976917267 +-0.15356683731079102 +-0.64124220609664917 +-0.68229109048843384 +-0.69442641735076904 +-1.0956109762191772 +-0.58411067724227905 +0.46518906950950623 +0.013535070233047009 +-0.55269771814346313 +-0.36455836892127991 +0.35563671588897705 +0.14371606707572937 +0.61593687534332275 +0.7322273850440979 +-0.73607057332992554 +1.0687414407730103 +1.3171738386154175 diff --git a/results/search/topology_51/resume.obj b/results/search/topology_51/resume.obj index 4ce39c16..2f2e6298 100644 --- a/results/search/topology_51/resume.obj +++ b/results/search/topology_51/resume.obj @@ -1,47 +1,47 @@ -v -0.85912818939456326 -0.057020755612481121 -1.7581903437404847 -v -3.4130988837981704 -0.49090052014547852 -2.8917863743402008 -v -0.79378205736344976 -0.034530661541366373 -1.0213575043391918 -v 1.6075347947873575 0.35936386995034736 -0.82885029565499779 -v 0.75299597643174221 0.25340102536677084 1.2288056432566337 -v 1.3028819737668691 0.30330060071805803 -1.2317894660278066 -v 0.54686384846792657 0.17265589888797298 -1.704646277640542 -v 0.56861916096527709 0.20008190220411021 -0.22013368666077823 -v -2.7672868382131557 -0.3659295019584331 -1.6568578202401514 -v -2.7402440618156136 -0.36505308740722048 -1.8759163557549994 -v 0.69401675949046826 0.23847456448110471 0.89766281780336166 -v -1.4834319683181767 -1.5402959446173818 -3.7457331538106797 -v 1.5051483178617751 0.48544914690014707 -0.53390369596709153 -v 0.80222360498665535 2.597848613272411 1.9259157592997169 -v 0.10344961590710412 0.92625420754603394 -0.31285295343160646 -v -0.56929950298911203 1.4239506777805253 0.14860297826230928 -v -0.10392406281802603 0.91052770986235232 -0.38067513164382105 -v 0.90554473367021171 -0.49828784566548207 -1.8952900659106109 -v -3.1055072402560859 -0.14607255374827074 -2.391897088474261 -v -0.29593331233798142 0.80200202661940667 -0.56017196208993725 -v -0.093592306067707978 1.0343639755966199 3.5763452883301809 -v 0.091364594125983037 1.6790081824118845 3.3478457448061256 -v 0.2635567042648399 2.1793702072080685 3.532582913027726 -v -0.46732713891436567 0.93147687824713876 -0.74035470864266406 -v -0.25013320740069112 1.1216902933387267 1.248810859340121 -v -0.3680729965649171 1.4310455295374789 -1.4748786074822364 -v -0.30808379531958624 1.5133408037130656 -1.0439939792945965 -v -0.45835598715613413 0.92992672637638185 -0.62072550637807866 -v 1.7885059616761578 -1.1523009131282098 -1.7997300838109027 -v 1.3068051820028574 2.87241677755003 0.78487524040984469 -v 1.5332328713059766 2.3456188790522838 0.046108913498729476 -v 0.034169252635979822 1.2946846385842377 3.353983783641544 -v 1.2495415990664855 1.4924623449391761 0.44389093712952277 -v -0.58699594411110012 1.4631281315886504 0.74551930579203773 -v -0.85418022608691002 1.7717002786769975 1.4544580434294758 -v -0.71758669428372313 1.3200719384871944 0.21935082748292434 -v -0.21905864289106544 0.46069179382395259 -1.9456715238009321 -v -0.13873168732853752 0.94625184054929767 -0.44143932097457728 -v -1.9334317882644088 2.8367985430487574 -1.003532383739171 -v 0.38514624281914822 0.4187388391660794 0.46517414021221448 -v 3.5128084933149428 4.6512149469740125 2.3959906832763109 -v -0.59220070095767152 1.5720894851451648 2.0328777702239433 -v -1.3697906685181154 4.3390720433647729 -0.3568721522424454 -v -3.5288728477147546 0.77747290504506239 -3.512613898572635 +v -0.74411344300301041 0.39278676496773607 -1.1020636613444292 +v -2.772730742395654 0.16979831127647854 -1.9511553743629526 +v -0.75086764470049727 0.34182061876331293 -0.83930800026229946 +v 2.6127479481025335 0.77201684726086206 0.2488290358454246 +v 1.0506682444750473 0.14582820082619299 1.9983111899863519 +v 0.93328435993664338 0.668471034631688 -0.88278354212907573 +v -0.028087803427795991 0.56450899127940546 -1.2942325506317451 +v 0.16374710746606938 0.44707827482174517 -0.48145920267734793 +v -2.3060604197267374 0.077461563239886858 -0.99629268344050692 +v -2.0874475896994795 0.14960262766687507 -1.1592005701029802 +v 0.42584749160499574 0.31039085772388553 0.50339631558998787 +v -0.93259320191341954 -0.20960245414953968 -1.9615882389736639 +v 2.5688562516860438 0.82146950891823356 0.37118726258519841 +v 2.1258588656922215 4.0582345216030946 4.5950370022426599 +v 2.0791258656344711 0.89104546807009699 0.33182736488116715 +v -0.54477264900317257 1.3973959884755704 0.30020619571150986 +v -0.099630530412910201 0.76865423668787147 -0.42295043787998454 +v 0.3353231267785195 -0.056341396487792218 -1.4122521031436062 +v -2.75742218007034 0.27716329673448936 -1.8029164360520644 +v -0.35187485462462686 0.69005388281329927 -0.5968038286259213 +v -0.19709977976799242 1.7145162270699119 5.6545274080432559 +v -0.1538871356455945 1.8628737980988004 5.7491914743385237 +v 0.77277425348220241 4.7339420957470173 10.880118755352058 +v -0.5997850355315596 0.90489493081621974 -0.95175689591436297 +v -0.32241472741797411 1.5135100723340966 3.0896093235614535 +v -0.61903821988628005 0.87848961646126422 -1.3905599796036574 +v -0.57654474175589054 0.99916559666490723 -1.0455496447894821 +v -0.59722929024634863 0.88201513233802731 -0.62987221992886866 +v 1.940614403100251 -1.8109016902758528 -1.5242064265223811 +v 3.9827981543875119 4.3269031739970902 1.9959411198184083 +v 3.2818936452458112 2.0319763050683859 0.5821427008441411 +v -0.15247578084576693 2.0274642120242832 5.9266890686737925 +v 2.8214986576414849 1.5662891347436234 0.79084081948210916 +v -0.59545558020112332 1.5394790376510981 0.89884970430962419 +v -1.2684056463978699 2.7944293922379537 4.2217947257357924 +v -0.75047222986779949 0.93712958160281079 -0.93233132456151857 +v -0.65699065620654751 0.73914253384126649 -1.4628448330877075 +v 0.5230584151483112 0.97150273828280787 -0.20282367031042292 +v -5.4032149918315655 7.0609888319213097 -0.58635466981820072 +v 0.34430982650955899 0.35172204930338224 0.39469099718132239 +v 5.6764937241701068 5.5108338304954092 2.9412503642982504 +v -0.96159337278264001 2.3427945866409727 4.4355457562205434 +v -5.6627684092814494 7.6978088113304413 -0.49737979748441097 +v -3.214854718196968 0.58793881946255344 -2.5055980858638387 f 1 2 9 10 11 5 4 6 7 8 3 f 1 2 19 17 16 14 13 15 20 18 12 f 1 3 28 25 21 22 23 24 27 26 12 diff --git a/results/search/topology_51/resume.planes b/results/search/topology_51/resume.planes index 8cd60c08..5f05d1b5 100644 --- a/results/search/topology_51/resume.planes +++ b/results/search/topology_51/resume.planes @@ -1,37 +1,37 @@ 36 --0.017607411369681358 -0.10819161683320999 --0.001740779378451407 -0.13338017463684082 -0.71135926246643066 --0.57277321815490723 --0.63517302274703979 -0.20004202425479889 -0.050224602222442627 -1.0265957117080688 --0.1460898369550705 -0.41881918907165527 -0.23415163159370422 -0.89585417509078979 --0.30168193578720093 -0.40542331337928772 -0.38086119294166565 --0.012977735139429569 --0.87320518493652344 -1.1762914657592773 --0.1030910462141037 -0.68995332717895508 -0.74041271209716797 --1.3076859712600708 --1.4587208032608032 -0.22890147566795349 -0.7396811842918396 -0.31829965114593506 -0.36941942572593689 --0.073343545198440552 -0.23464478552341461 -0.095783114433288574 --0.42703706026077271 --0.16167213022708893 -0.13354527950286865 -0.17112401127815247 +-0.057360388338565826 +0.30337581038475037 +0.057370685040950775 +0.13459758460521698 +0.66646957397460938 +-0.49660360813140869 +-0.76364022493362427 +0.20907667279243469 +0.020924581214785576 +1.1722732782363892 +-0.82167237997055054 +0.75260120630264282 +0.16718055307865143 +0.98537784814834595 +-0.33828309178352356 +0.34590262174606323 +0.29051887989044189 +-0.039667095988988876 +-0.63330823183059692 +1.1706466674804688 +-0.33146098256111145 +0.44096016883850098 +0.4768766462802887 +-1.1508203744888306 +-1.290067195892334 +-0.60570967197418213 +0.57192182540893555 +0.25668638944625854 +0.31558546423912048 +-0.072545535862445831 +0.19779907166957855 +0.15773473680019379 +-0.55194467306137085 +-0.13965515792369843 +0.22301280498504639 +0.1895449161529541 diff --git a/results/search/topology_52/resume.obj b/results/search/topology_52/resume.obj index c9df9caa..639f226d 100644 --- a/results/search/topology_52/resume.obj +++ b/results/search/topology_52/resume.obj @@ -1,47 +1,47 @@ -v 1.5632169907095232 0.6181362419739127 -0.26712726602255427 -v -1.7552762848474239 1.4541509098799688 -1.8346178056998457 -v 1.3957469101697542 0.47083579585802016 -0.21994772057172909 -v -2.3204154070929763 1.3741743283457366 -1.9533785112587529 -v -0.76487670573945765 -0.80597407589152326 -0.026846555470074196 -v -0.15391560986041039 -0.44510823556708995 -0.081330880396325883 -v -2.185716180439742 -1.605432659309622 0.073360743467584616 -v -1.6126944303209112 -1.908127101309925 0.44954863252720723 -v -0.70390617574340963 -0.9226975631396539 0.069505518040041292 -v -0.78885047527084573 0.99022672475810158 -1.231205536321526 -v -3.8366766805357932 -2.6520204131156349 0.26820295071430256 -v 2.8645028069716885 0.32870874564882629 -0.6328297370965662 -v -8.1501817490407404 3.7743934966793513 -22.961262845856062 -v 0.54041224172505964 0.77901991192130815 1.7207528543185016 -v 1.0222552774511162 0.7007738705372375 0.84690879137300801 -v -5.5916319426474548 2.7532974419876375 -12.139823215234266 -v -1192.7592435321824 252.82805288556153 678.17331046076424 -v -12.318817767283004 5.0667128784078228 -31.11198805524845 -v -1.5172147276208303 1.368915312430715 -1.0772330230951952 -v 1.4401887502144699 0.59711708793153351 1.0026667504307989 -v 11.207450189636848 3.9195723540602017 -2.9808603549102877 -v -0.94597715428028939 1.2258968061978179 0.438004652653886 -v -2.744984359598774 -1.6279654491396476 0.94561302791255553 -v -0.69279631191568802 -0.58818249078784179 0.36794965468017743 -v -2.454603992948051 -1.711518429868949 0.864018796361957 -v -0.72815467472901929 -0.43724193827019353 0.37779719503509557 -v -0.30626551260532181 -0.63135645577368771 0.2592955702383265 -v -3.1233009573731243 -2.6632155144506058 1.0526304457656102 -v -8.8495500062246055 -1.6665517829810241 9.658179548877257 -v 0.22889335845244563 1.0491989451599877 2.7885427642257703 -v -8.5102066776650211 -1.2900264683855653 7.7145326769494957 -v -1.6140006404767222 1.3364983280912319 -0.96064471754680614 -v -1.7410960870030088 1.3734625370818507 -1.3244055183726926 -v 0.40814395654412555 1.0921789750528528 2.7181766701570922 -v 1.2532170910403528 -0.18981479733471918 -1.5253991025267977 -v -1.0060861882651566 -0.42304268767557118 1.1977667286668496 -v 1.9367994064862439 0.13844388458520498 -1.7592472237298253 -v -3.8681285630862394 1.1008190486881093 -8.1158439927292569 -v -2.6348999923302618 -1.5588799780787079 0.52191651719239818 -v -2.676366367858606 0.7292591003122878 -8.3390540163515858 -v -0.79453639007840093 -1.2858068032749381 -0.497368056289826 -v -1.6350292389714824 1.2517868487217572 -1.0925379385286846 -v 0.84106227475342699 -0.63125945004408091 -0.67641407009359245 -v -1.5026705336592434 1.2318633312019496 -0.92986001129986906 +v 1.2530054653101439 0.51928325134662778 -0.061412005710627021 +v -2.0498914410558462 1.4669592374894584 -2.6060695291393685 +v 1.1815584103262939 0.43774368981408535 -0.054465558405760561 +v -3.0427009472156463 1.4125390468764045 -3.1648405173710716 +v -1.1614176611342368 -1.1482174652974615 -0.48764571011014157 +v -0.18644840255107251 -0.52471247722689118 -0.28524340637736872 +v -1.6036709104749016 -1.6151115901663191 -0.46763101033412291 +v -1.5243008081828975 -1.6664130802446222 -0.38914999423858132 +v -1.0771151663956375 -1.3163112451884178 -0.33527005596333459 +v -0.71937430626892263 0.82570287481576032 -1.4233430405871672 +v -6.2396788601205255 -2.7404896224782589 -2.5475473518095533 +v 2.6919423546500627 0.16046971973561588 -0.46929657670783265 +v -16.229232365788835 6.7058445863145986 -46.371416042131685 +v 0.30237183593875394 0.70173946961193112 1.7398036126948249 +v 1.209599583828203 0.51701959904015937 0.3180848216900487 +v -5.786447790475747 2.7267085288275323 -10.749648316796359 +v -4167.8970544011045 1003.4103494443488 2212.2407064373065 +v -504.89006270343026 174.81578902549847 -1205.7022963914699 +v -1.5991868161106304 1.3021805969712956 -1.2638924377121881 +v 1.7229363965722608 0.37600766289043025 0.53748880717987157 +v 10.671994165902953 3.2741991617988564 -2.0478417231141806 +v -0.47354906789845547 1.1870931602943364 0.45977833802860119 +v -2.7830927557182035 -1.4699345975607869 0.68147923937428312 +v -0.91171255288838471 -0.62638164047473921 0.32648065439514412 +v -2.5883889370195097 -1.5293660666394897 0.62483091191673612 +v -0.91777637058381145 -0.5507510148637359 0.33812577847466019 +v -0.48066962829611776 -0.73982292563037189 0.20349847330591975 +v -3.6063822946383337 -2.7550935020727945 0.71524314211771678 +v -8.3359597269557906 -1.187793122403864 7.5974250581321607 +v -0.14833211682466457 0.87346020871556118 2.6143979090693974 +v -8.186624755067891 -1.029728918545523 6.7899687299223057 +v -1.7435918867387616 1.2589457286404357 -1.0965086746760981 +v -2.0715610953661154 1.3436440981657523 -1.8918299297997576 +v 0.91881673192257596 1.0936652478625559 2.2531278806847688 +v 1.0793868913338287 -0.39783064427762249 -1.459349047700683 +v -2.2401521983348007 -1.1809197053623048 0.67168182892218731 +v 1.6979405189990642 -0.13026476373673815 -1.6003819955906802 +v -3.7700877349756383 0.78616127658677748 -6.3651264486742276 +v -2.6500542648574994 -1.4673475847925057 0.48071807094856556 +v -1.7817086157196713 0.030236062433382054 -6.3846773061056821 +v -1.1416041161233186 -1.4774300350633083 -0.55490089428320077 +v -1.9557293806509652 1.2413302921184086 -1.6366970971764179 +v 0.652409308695443 -0.79466636211814901 -0.6516307530631944 +v -1.5965235319867863 1.2185042967915116 -1.1687517693639609 f 1 2 4 11 8 7 9 5 6 10 3 f 1 2 13 18 16 17 19 14 15 20 12 f 1 3 22 21 28 25 23 24 26 27 12 diff --git a/results/search/topology_52/resume.planes b/results/search/topology_52/resume.planes index 9ec9aeef..6ad706bd 100644 --- a/results/search/topology_52/resume.planes +++ b/results/search/topology_52/resume.planes @@ -1,37 +1,37 @@ 36 -0.065594539046287537 --0.14358313381671906 --0.21544796228408813 -0.21497730910778046 -0.92097204923629761 -0.036073829978704453 -0.045023657381534576 -9.9918870546389371e-05 -0.16012942790985107 --0.24328154325485229 -1.3840363025665283 -0.22564218938350677 -0.12404097616672516 --0.19701635837554932 -0.086038269102573395 --0.71437978744506836 --1.9853670597076416 --0.50933170318603516 --0.82234954833984375 --0.209991455078125 -0.26598444581031799 --0.19582450389862061 --0.27900630235671997 --0.24014069139957428 -0.19176298379898071 --0.41487538814544678 -0.23508869111537933 --0.65903347730636597 -0.58349108695983887 -0.60766702890396118 -0.33906459808349609 --0.9352613091468811 --0.32170060276985168 -0.23855815827846527 -0.82133722305297852 --0.093505755066871643 +0.17038044333457947 +-0.17364071309566498 +-0.28581613302230835 +0.20449420809745789 +0.7881433367729187 +0.028090706095099449 +0.042210336774587631 +-0.022605855017900467 +0.16879603266716003 +-0.18990980088710785 +1.2708566188812256 +0.21365460753440857 +0.10272686183452606 +-0.1899230033159256 +0.090228259563446045 +-0.73995381593704224 +-1.9330418109893799 +-0.51525473594665527 +-0.95935559272766113 +-0.13560828566551208 +0.38117086887359619 +-0.28199732303619385 +-0.40434172749519348 +-0.34772491455078125 +0.17808531224727631 +-0.4305894672870636 +0.26358556747436523 +-0.70739680528640747 +0.62982851266860962 +0.57373696565628052 +0.3659767210483551 +-1.0041143894195557 +-0.29986271262168884 +0.28227442502975464 +0.74715369939804077 +-0.18023493885993958 diff --git a/results/search/topology_53/resume.obj b/results/search/topology_53/resume.obj index cc54ac6d..04668a7c 100644 --- a/results/search/topology_53/resume.obj +++ b/results/search/topology_53/resume.obj @@ -1,47 +1,47 @@ -v -1.6984816158227078 1.760210660860511 0.079705094777403521 -v -1.0606368089282738 1.1322415455915369 -0.37865934166522597 -v -1.6497000016423886 1.8420202326213024 0.61273740763637619 -v 1.4398356404654755 -0.92730424610668327 -0.41568529849938213 -v 1.447701877149518 -0.86583859072782987 -0.11851437195967457 -v 0.8314613642147598 -0.34394391568780747 -0.046731590947442302 -v 0.56430988627657586 -0.23565174197880082 -0.53173194461696438 -v -1.4421092998051681 1.6170601022075886 0.37349799600982636 -v -1.5490182150670122 1.9071504700431852 1.2590637637763051 -v 7.4601890847188344 -5.9555795135095044 -0.80907717216177966 -v 0.79773438212900083 -0.42949857591460505 -0.54211816555515435 -v -2.0265947374015574 0.81704804568002587 -0.058720888977816132 -v 0.29376087623337116 1.5702193224555114 -0.82842592540936921 -v 0.67415826048293426 0.58333223644417187 -1.2827681907152821 -v 0.11477401982698161 -0.098178317084487807 -1.2449623534173084 -v -3.0595395083594523 -1.7023549158287181 -0.36156996581844969 -v -1.7069713505526118 1.0262472833213603 -0.13358059012531287 -v -3.4418362686292112 -1.1914156358394958 -0.047077551812464868 -v -0.830847040363349 0.98493441653161096 -0.52046404217730147 -v -3.1763734498262224 -1.0866153685734208 -0.12962971495049613 -v -1.536488638243698 3.3535080415886527 -9.744640799418546 -v -0.64387630810595775 4.5743165039313718 2.4315098991331654 -v -2.9743124042787352 -2.0065164002921354 0.41299763815801954 -v -3.0403640422082954 -2.2590972313280742 0.93532182633432459 -v -2.0921396389824931 0.61318684529339174 0.049185625744247119 -v -1.9755495550301454 0.91797509780384656 0.3646333181432051 -v -3.5424512666089267 -3.8919637598880907 2.3869595989296073 -v -2.0674207361852925 0.61341941030139213 0.68092538317901508 -v 0.027407366934782667 1.2293400525757028 -4.3741160950417619 -v 0.89885270621375313 0.12818994049624402 -1.0726241478906313 -v -0.37217106398703059 3.8919544376606687 2.1913818480929557 -v 1.6394219666072922 -1.2154340644600445 0.20589989832171868 -v 2.4567351192987248 -3.2153262928727915 -0.31904982959624861 -v -7.5196725256347756 -4.9480290174308132 3.1595600444113843 -v 0.35041906641424347 -0.62300308531380133 0.16980880875437349 -v -1.2825584506454226 -1.1987763193552405 0.050722951130856286 -v -1.8897784014205232 0.81399424395545117 -0.080267974640825579 -v -1.1857460454206628 1.4553780777134402 -0.64871931577968267 -v -0.98582233943803332 0.75309554976231707 -0.21801518245564333 -v 0.71075030824173413 -1.1046780349308085 0.32525057002582691 -v 0.10683674277303135 -0.89221978333792695 0.33828110759682473 -v 0.49085092098850713 -0.728146964677718 -0.28640495450231518 -v 0.77342156698229692 -0.65459720317593151 -0.33995894276685701 -v 0.88495250642538315 -1.3154016743608623 0.2618295377207922 +v -2.0353961374245682 1.8203047774084893 0.021679503577642222 +v -0.84844495518930241 0.65161148476711972 -0.59502440872376106 +v -1.9654426143810317 1.9425155037136996 0.82614888111979612 +v 0.97842109010451173 -0.89386080135065438 -0.42968557113012096 +v 1.0403303079426993 -0.8686100763441289 -0.08252592055506576 +v 0.44780425020493908 -0.38572538962351283 -0.21700044690406622 +v 0.23455956339683301 -0.29683796263463019 -0.63896126393287622 +v -1.6453979657609821 1.5766101340492533 0.43640790245411504 +v -1.744006457711889 1.8609691074760035 1.3116444245969077 +v 8.9926432901257254 -7.9528504430211528 -0.93290727568822285 +v 0.36639956068731389 -0.40850381623050219 -0.62761567979078092 +v -2.1342024406434121 0.64506221659369778 -0.29764376189659691 +v 0.30357198145176334 0.62433512901546329 -0.87112667292805501 +v 0.45572518650575472 0.13283080619336843 -1.0497081966208333 +v -0.095193175407404268 -0.25954997274191149 -1.0357618317563877 +v -2.4892164971504571 -1.2253925935791912 -0.75982925482787045 +v -1.9675221967081904 0.79626918082373599 -0.29239895023123397 +v -2.9681619146472453 -0.63719270478776635 -0.47701434737176918 +v -0.65872769017382371 0.4387372975175543 -0.70119089277371449 +v -2.8168936198897634 -0.60906064116947189 -0.50403110831128706 +v -2.5272470364789252 4.0710362978098535 -8.1687164613757606 +v -1.26697162556592 7.8707080115329964 5.0224972177171088 +v -2.2637060085838439 -1.2865825241912046 -0.39735669122170886 +v -2.1998085309595878 -1.7280833616206881 0.78816799040770968 +v -2.1318787619756785 0.60328915591014498 -0.23357621889850178 +v -2.1193578382464469 0.67094888882785542 -0.12689150981507291 +v -2.167730878941077 -3.0128263146479202 2.2495540585512375 +v -2.1235100753472258 0.19942727249633402 0.20364996931802415 +v -0.49624758630084009 0.87092249340078376 -4.2885026488795388 +v 0.54704847524746991 -0.058029743995629469 -0.96278027279171297 +v -0.37828649027352168 4.717395321830324 3.452765621966329 +v 1.0839684274818353 -0.93862901400463694 -0.0015062629078280709 +v 1.621464671871172 -2.620661395507772 -0.5312363666915354 +v -9.0106005248388001 -5.9692570145672699 5.3856684701364532 +v 0.057928476350878291 -0.62993837912989725 0.049833708480551631 +v -1.6639026150069136 -1.072261711962218 -0.39586936736873901 +v -2.0597302663099808 0.66982431818554533 -0.29755652549259742 +v -1.3054112317656521 1.3460114925902356 -1.0072916795536617 +v -1.4802719243159606 0.48147768130106094 -0.31696398553962268 +v 0.36630071094754035 -1.0747759885732826 0.27526598070956509 +v -1.4440711433948707 -0.24125781365885066 0.16823121262286378 +v 0.09935909600100308 -0.61588073215123862 -0.40065219303496225 +v 0.19975515480379144 -0.61173215656850366 -0.40207568997888532 +v 0.44333958524947714 -1.1723237778283766 0.243121726070815 f 1 2 6 7 11 5 4 10 9 8 3 f 1 2 13 14 19 15 16 20 18 17 12 f 1 3 21 22 28 26 25 27 24 23 12 diff --git a/results/search/topology_53/resume.planes b/results/search/topology_53/resume.planes index 9fd744a6..9f3953e5 100644 --- a/results/search/topology_53/resume.planes +++ b/results/search/topology_53/resume.planes @@ -1,37 +1,37 @@ 36 -0.16583788394927979 -0.20217268168926239 --0.046206392347812653 --0.39284923672676086 -0.27149143815040588 --0.9186251163482666 --2.0596063137054443 -0.70471853017807007 -0.080329462885856628 -0.8957362174987793 -0.3936648964881897 --0.10513459146022797 -0.19657216966152191 --0.51149159669876099 --0.22248454391956329 --1.4725537300109863 -1.1305898427963257 --0.54812681674957275 --0.0077233961783349514 --0.019370447844266891 --0.042120460420846939 --0.04474852979183197 --0.031699147075414658 --0.27964463829994202 --0.072999514639377594 --0.057578574866056442 --0.0092005608603358269 --0.10414878278970718 --0.11771868914365768 --0.14360198378562927 -0.024199599400162697 --0.48008358478546143 --0.53164923191070557 --0.069065175950527191 --0.23195073008537292 -0.58097755908966064 +0.024820456281304359 +0.028643254190683365 +-0.0065096216276288033 +-0.20074725151062012 +0.25120425224304199 +-0.86242020130157471 +-2.1306154727935791 +0.13433285057544708 +0.16486288607120514 +0.60764884948730469 +0.23365455865859985 +-0.12535734474658966 +0.17642359435558319 +-0.4924047589302063 +-0.19288517534732819 +-1.5866259336471558 +1.1799520254135132 +-0.56211632490158081 +-0.061119291931390762 +-0.16342315077781677 +-0.23887117207050323 +-0.0059776743873953819 +0.019265351817011833 +-0.36544594168663025 +-0.25966480374336243 +-0.19519509375095367 +-0.02997220866382122 +-0.21080455183982849 +-0.29139250516891479 +-0.41832321882247925 +0.015786506235599518 +-0.54722768068313599 +-0.48142877221107483 +-0.17919944226741791 +-0.31975796818733215 +0.54088544845581055 diff --git a/results/search/topology_54/resume.obj b/results/search/topology_54/resume.obj index 4a3c3c70..08c5779b 100644 --- a/results/search/topology_54/resume.obj +++ b/results/search/topology_54/resume.obj @@ -1,47 +1,47 @@ -v -0.57826676165752133 0.49096935063453173 3.3511243065165917 -v -0.94708454851002566 1.3489330442298959 4.3180222072220138 -v -0.090978292194613841 -1.6625544334533893 -0.8135445664664277 -v -0.39512221831261551 -1.4005945262093142 -1.277416739446678 -v 1.0946352768512146 -3.3799127855521651 -0.97594988997788801 -v -2.0367478928422309 1.6764761915228743 0.92659799755593875 -v -1.7947950347897494 0.90075680876094488 -0.31028897158857505 -v 44.022252448965062 49.742996019310063 319.5293985092419 -v 0.1251106456526408 -1.6288676136716798 0.13822232293611281 -v -8.17680867747187 9.6609161987780343 -0.80660935503592135 -v 7.6078596422867868 -17.040579361586868 -13.831309804357256 -v 0.29872401470541859 -1.2276398964421054 -0.77994355853198216 -v 0.4561393965690792 -1.7589201192408876 -0.25189734108610362 -v -0.26525959269589372 0.31910013671228921 -0.6391700744235923 -v -1.2842804958652856 2.620808675482234 2.4243030153377143 -v -0.55308787393703251 1.0291633641839817 -0.11538211795069464 -v 0.28856031732985593 -1.4386728451712987 0.58393504285599951 -v 0.28153998640072009 -1.446585100518271 0.74048304967674272 -v -0.49711690738972825 0.43219649770903029 2.3976011877795025 -v -0.12325979335601316 -0.095273796017297033 -0.53252527227300572 -v 2.2050050168269824 0.78209088624353973 -0.52991748804799998 -v 2.5992240331777192 0.93606028778542538 -0.2878071204023136 -v 2.5761456158940672 1.2125110323992194 -0.50972124052522605 -v 2.495752848818011 1.3770741272000462 -0.70170161174782519 -v 1.6645474031908765 0.98623626508461737 -1.1640157400471294 -v -0.44966088439522467 -1.2645407452068651 -1.4254232950859729 -v -0.048365729763302556 -3.0775238970690864 0.2544505752291002 -v 2.1502833492796816 0.71848587883323434 -0.63076360022718447 -v 0.90012871201520117 0.72117290929562883 -0.6168903205018802 -v 1.0172068144587672 -0.59562758693905504 -0.7327752261963606 -v 2.4298706383624897 1.3616751494759458 -0.57783405269854926 -v -0.075638541220257191 3.193445744872196 -0.39107057319382843 -v -0.16025960465524791 0.42138684768067197 -0.63141313261137255 -v 1.9681760050683674 -1.3485471610004027 -0.80868073152177655 -v 0.53541056332168757 0.54194489874879204 -0.89944157671152336 -v 0.51831095373181935 1.8739367002148855 1.221365995391408 -v 0.84306923647234244 2.4321435344308657 2.1075996040954403 -v 2.7490893185397494 1.4117171579153935 -1.4311564394475498 -v 2.458455169229528 1.0766519347400283 -0.085678600019893913 -v 2.2952784433709175 0.8853417140238381 -1.5110679566533867 -v 0.62899675918681475 0.8156260308791331 1.5189389554138029 -v -0.15746953166302149 0.28025643333591188 -0.62432263874367078 -v 5.4151907368858048 0.45577400876903046 -3.1895121633190264 -v 3.6644034056752686 1.164640434370861 -1.9901902033434409 +v -0.65062962157214765 0.5095751959117758 3.2448323563513757 +v -1.0270791230131395 1.3852920946402414 4.2317379569259153 +v -0.14077314601972596 -1.6468708799458949 -0.83866780335999058 +v -0.47230228972385213 -1.3616744850215481 -1.3452991070547702 +v 1.0743392502458542 -3.4069578689697315 -1.0051139175944599 +v -1.9893098359294199 1.4586325489251604 0.6257957958011956 +v -1.7980095463120089 0.84615758757122561 -0.34974908001707711 +v 44.958752782744021 50.875678639075161 326.575097148368 +v 0.10545039382966066 -1.6151869162592321 0.2268602052473887 +v -8.2391468739613352 9.676974874537029 -0.88037651249388882 +v 7.9663168369719006 -17.862006323260637 -14.608025585941338 +v 0.22997663122791259 -1.2330663928937049 -0.80669732000945693 +v 0.38767424203652223 -1.7655666875066565 -0.27617952044347949 +v -0.39408996211712138 0.47845267722538104 -0.65092673303017701 +v -1.3483673745863196 2.59716487628073 2.4273586008730441 +v -0.53605268306646603 0.82867017123169462 -0.39258389634765101 +v 0.22912811775059624 -1.4712718607761588 0.56411822671539391 +v 0.22096674871028804 -1.4804701265613935 0.74611056979090629 +v -0.58371898678438761 0.46111509290735808 2.4586222321427984 +v -0.18630327930144516 -0.11609265128991846 -0.56213197792679037 +v 2.1580884109155889 0.76403931672537817 -0.52740854489632372 +v 2.5514270947866589 0.91883098392789997 -0.28612386499294962 +v 2.5197692596261509 1.1834890049630031 -0.50772367652592321 +v 2.4155736488000912 1.3973206441694417 -0.75756469694230699 +v 1.5134119414448386 0.97301336311873499 -1.2604317753929397 +v -0.53438956272267746 -1.2073653762785534 -1.5137930035890617 +v -0.13904804243668106 -3.1583263285405265 0.26562122612294292 +v 2.0855849024264037 0.67976660313489279 -0.66045912261251127 +v 0.66305272450241781 0.67880753605681377 -0.64502249616062168 +v 0.96033501023599022 -0.6252704164193702 -0.76176620446056087 +v 2.3330375762522202 1.378029086944135 -0.60238566931402182 +v -0.13779040622755281 3.1844440990816376 -0.41820730218844437 +v -0.21507113827102498 0.65284546659723874 -0.63770160274522358 +v 1.9394126251738304 -1.3952824411110116 -0.83946605286091647 +v 0.33882503175899475 0.51969088718583689 -0.89400386420101308 +v 0.46383897657375467 1.8478737325912109 1.2150777497095708 +v 0.79245064064840509 2.4146676608981421 2.1118335462410207 +v 2.7620143201892451 1.4628572026413267 -1.5679833421947462 +v 2.4014465497130093 1.0468999645868526 -0.081402948896230232 +v 2.3758440491110844 1.0149378876805084 -1.6359842395005444 +v 0.58651126844064572 0.85956562076612608 1.5455376921291699 +v -0.22555304552237848 0.3067709704636653 -0.66748222281537617 +v 5.6829703316948876 0.3578207087738654 -3.5261820366160439 +v 3.5035229749462173 1.2402445517365954 -2.0332200301274126 f 1 2 10 7 6 11 5 3 4 9 8 f 1 2 15 16 14 12 13 20 17 18 19 f 3 4 26 25 24 23 21 22 27 13 12 diff --git a/results/search/topology_54/resume.planes b/results/search/topology_54/resume.planes index 45b2a2d1..4647d999 100644 --- a/results/search/topology_54/resume.planes +++ b/results/search/topology_54/resume.planes @@ -1,37 +1,37 @@ 36 --0.68189084529876709 --0.48702797293663025 -0.17205420136451721 --0.16860717535018921 --0.060512259602546692 --0.010619532316923141 -0.74652373790740967 --0.60471808910369873 --0.83096718788146973 --0.007252243347465992 -0.05785403773188591 --0.6647225022315979 --0.0038174961227923632 -0.79188042879104614 --0.49737823009490967 -0.87743401527404785 --0.7566414475440979 -0.0011059662792831659 --0.14302538335323334 -0.34362807869911194 --0.033352617174386978 -1.200011134147644 -1.5565786361694336 -0.83176827430725098 -0.063617542386054993 -8.3796170656569302e-05 --0.023365283384919167 --0.28570535778999329 -0.34016013145446777 --0.61813044548034668 -0.76029402017593384 --0.39305880665779114 -0.80288773775100708 --0.15098202228546143 --0.13903027772903442 --0.51248764991760254 +-0.70238542556762695 +-0.50166594982147217 +0.17722536623477936 +-0.2325035035610199 +-0.08344433456659317 +-0.01464396808296442 +0.73534959554672241 +-0.59575188159942627 +-0.8165624737739563 +-0.0075449165888130665 +0.06018877774477005 +-0.69154757261276245 +-0.0058029745705425739 +0.77341508865356445 +-0.48671004176139832 +0.85945653915405273 +-0.74113845825195312 +0.0010833063861355186 +-0.16380414366722107 +0.39355063438415527 +-0.038198113441467285 +1.1707230806350708 +1.5185881853103638 +0.81146800518035889 +0.017624756321310997 +2.3215097826323472e-05 +-0.006473176646977663 +-0.33416596055030823 +0.39785733819007874 +-0.72297614812850952 +0.74471652507781982 +-0.38500553369522095 +0.7864377498626709 +-0.16562266647815704 +-0.1543150395154953 +-0.55769747495651245 diff --git a/results/search/topology_55/resume.obj b/results/search/topology_55/resume.obj index 55da4859..1eece95d 100644 --- a/results/search/topology_55/resume.obj +++ b/results/search/topology_55/resume.obj @@ -1,47 +1,47 @@ -v 0.062838468407497364 -0.66701704055131517 0.37172027430083132 -v -0.17676372566437679 -0.7210813259759703 0.56427175658443229 -v 4.3769932784093877 0.86274512594182562 0.97795442217245532 -v 3.6985015789987727 1.6147491892732353 8.1502386276824978 -v 0.24251405783202548 -0.61502743071259436 0.31114308822281034 -v -0.055297594291998868 -0.72792599115044898 0.21586544624801651 -v 0.098701696940585004 -0.60852316229098913 0.71193382748335132 -v 4.5425962357526686 0.45529162933972445 -2.4120476216160505 -v 1.8407205240253186 -0.042109318825334092 0.58117954897957769 -v 1.4029102908108471 0.46287796811916193 5.3537847751754786 -v 3.2305740098077314 1.3972385548374084 7.7067670385445188 -v 0.76897536372016906 -2.0829527091021034 1.3352026190673687 -v 6.0928109608313319 1.2019013844155921 -4.9681506432543454 -v -1.4351022577243207 -0.013922606585677837 0.61229852496902781 -v -1.8230427770081812 0.13839247377810213 0.69095576979894102 -v -1.0455960495586138 2.7931931319363867 -2.3434512727585854 -v -0.22594180757325921 -0.77530232264436294 0.64570394333612713 -v -0.40203767544372598 -0.49307981097245834 0.47431986141745103 -v -1.3881553320376103 0.77788238748856675 -0.18466458934042437 -v -1.6476831372572536 1.0214273871126458 -0.26970695893462709 -v 2.8655406371406489 -0.47321297953818797 0.57288263765869363 -v 2.1160027553692009 -1.197692697292106 0.034849393929536066 -v 0.38068084607638608 -3.3402606837466413 -3.7420864109801597 -v -1.9062623904212297 -3.826955605319549 3.9947318815892512 -v -3.883103604251414 -5.0203054670002043 6.4788026762851842 -v 2.7266986502314317 0.69431222379036439 7.5553617515531331 -v 1.8542847039308776 -1.2850012340183328 0.74826897174995177 -v -0.29281708275316848 0.58502007820498192 1.0901148122268949 -v -0.40822105836926365 1.0136216230252293 1.373115075932994 -v -0.043947820056909642 -0.63955731254073878 0.27643411089801423 -v -4.1259955965369262 -1.3477541799153843 -0.46107611902028267 -v -1.9247183470006208 0.18742474761851138 0.71774256071228759 -v 0.16506215783043721 -0.16261293068834182 2.0956990167969334 -v -0.070670450772602728 -0.37831081557121332 0.23645270280155703 -v -1.2582441395245416 2.0190576821463813 -1.3480438533456622 -v -0.0039631771892863548 -0.53732687477591856 0.27105907607134472 -v -1.2258566840137144 1.9861405699547752 -1.2323191848315922 -v -1.0410995479131724 2.5443767607672774 -1.894460675405832 -v -0.51333383400675858 0.02100882865142575 2.2862288395045209 -v -0.43170983202481006 0.07902962390688105 2.1176190488169091 -v -0.92348393215095292 1.5588975387096162 -0.19331416007459623 -v -1.7856319673968302 -2.7246658347215074 2.9879789988187455 -v 0.5119339447809379 -0.8702002921566756 0.42011113636227754 -v -0.56860086316008007 0.36648119381244165 2.8029410869343745 +v -0.31241829371684432 -0.51080443010324017 0.014041801753949923 +v -0.47344630270443538 -0.50917750573215648 0.12891624959157166 +v 10.077937365751181 2.5143823551488489 7.2962327073630515 +v 10.840002756094064 3.8173259501181787 12.905371364120438 +v 0.05509935199081694 -0.42938546270717054 0.15151215897084586 +v -0.35131288569361246 -0.55140177969326287 -0.15063955943813179 +v -0.46649527145867098 -0.36144552211726777 0.8178114527719349 +v 6.418667929918314 -0.093852343924619164 -2.5111655280196525 +v 1.3460418511293168 -0.044324726307448256 1.0994650886993187 +v 1.3851948692881344 0.51576482296944504 3.7027180259088324 +v 6.4226319742178521 2.4106911175330126 9.243713837147471 +v -1.1139297122973741 -2.9844531602524564 2.2959912787449475 +v 22.922308890181327 3.1377018010003175 -19.237131258154658 +v -1.2308886506664098 -0.14923080388787896 0.42649685910707197 +v -1.4237252571575467 -0.080130417408800142 0.51778863405722175 +v 1.7925472080899514 3.2943717521082498 -4.1243954327311991 +v -1.3167149314913817 -0.72552573975180767 0.88544479516839714 +v -1.2755407507654801 -0.17699431450467953 0.47779350096936313 +v -1.0804538413303932 0.46584175302048764 -0.10571300968252451 +v -1.2774277153225144 0.69711408914438988 -0.12319328976346768 +v 4.7219510723387597 -0.97803323606916159 0.018411695605800471 +v 4.1689510263155753 -1.343642609809083 -0.76150663017594789 +v 1.8027325060048427 -4.3076546676076166 -12.040443920310249 +v -2.0760883106111674 -3.2598934876100771 2.9856044292940775 +v -17.543397782760991 -9.2032241014294964 5.4725170557191154 +v 7.5945444038697048 2.202949176461988 11.343007855644126 +v 2.6088542162349611 -1.6486733039105312 1.1600493857959093 +v -0.55350266870406151 0.47767466711856965 1.7127032757402394 +v -0.47753847957404466 0.18674206341600097 1.1894614952142979 +v -0.34262040047621295 -0.51989227880332767 -0.090776865462872891 +v -24.331380656805717 -7.2042675256135089 -16.968858173125945 +v -1.2639146880112642 0.34414892013452486 1.3319173900434922 +v -0.60696255535637444 0.37543067664202973 1.9015677339107115 +v -0.28588098883351515 -0.16520819126694317 0.092561305222762374 +v 0.35010329617005281 1.9253465121930915 -1.643474524680073 +v -0.29518709804022392 -0.46773467166335575 -0.040923310906812088 +v -0.2039229663626636 1.1149734935101707 0.45941979869702199 +v 0.98229895236686882 2.3997628814527681 -2.2231936803882664 +v -0.10349286174316842 0.35269317384755278 1.5693584544999348 +v -0.42726561650153999 0.28723449697238951 1.9005177138234215 +v -0.16544495116506749 1.0043196683787297 0.65805972302940563 +v -1.3886668579528207 -0.75190645270058543 0.93169163281050249 +v 1.1723664997455734 -1.4037789904631355 0.42240665534476907 +v -0.34497376533976687 0.55932077917894985 2.4066599527902781 f 1 2 6 5 8 9 3 4 11 10 7 f 1 2 17 18 15 14 19 20 16 13 12 f 3 4 25 23 12 13 21 22 24 26 27 diff --git a/results/search/topology_55/resume.planes b/results/search/topology_55/resume.planes index 22733001..b472e011 100644 --- a/results/search/topology_55/resume.planes +++ b/results/search/topology_55/resume.planes @@ -1,37 +1,37 @@ 36 -0.21908190846443176 --0.65319728851318359 -0.089211784303188324 --0.061300616711378098 --0.10195533931255341 --0.10490651428699493 -1.4326242208480835 --1.7164773941040039 -0.31549525260925293 --0.030763940885663033 --0.32985931634902954 -0.48702403903007507 --0.21758219599723816 --0.083172135055065155 -0.037236202508211136 -0.30383417010307312 -0.71471083164215088 -0.39302730560302734 --0.026266155764460564 --0.054610230028629303 --0.062939770519733429 -0.23125314712524414 --0.086120449006557465 -0.082314498722553253 --1.0639435052871704 -0.63934260606765747 -0.57253062725067139 --0.038613859564065933 -0.025073928758502007 -0.1896466463804245 --0.25101137161254883 --0.63970112800598145 -0.21817755699157715 --1.0852839946746826 -1.08579421043396 -0.61258155107498169 +0.062505178153514862 +-0.44061607122421265 +0.093858413398265839 +-0.2034127414226532 +-0.19458931684494019 +-0.2823827862739563 +1.006147027015686 +-2.4386298656463623 +0.42977139353752136 +-0.039630841463804245 +-0.38805186748504639 +0.21001078188419342 +-0.23089681565761566 +0.02901085838675499 +-0.049652177840471268 +0.39685970544815063 +0.80208218097686768 +0.54655152559280396 +-0.030895445495843887 +-0.057984795421361923 +-0.081144295632839203 +0.10445773601531982 +-0.16200448572635651 +0.07010515034198761 +-0.67867952585220337 +0.54006117582321167 +0.43231025338172913 +-0.12693753838539124 +-0.09173005074262619 +0.2167445570230484 +-0.32920077443122864 +-0.675697922706604 +0.41675770282745361 +-0.52357262372970581 +1.0000741481781006 +0.24744948744773865 diff --git a/results/search/topology_56/resume.obj b/results/search/topology_56/resume.obj index 1ecfb3fd..ff1185b3 100644 --- a/results/search/topology_56/resume.obj +++ b/results/search/topology_56/resume.obj @@ -1,47 +1,47 @@ -v -0.83909011990145133 -0.0022777837331885266 -0.48503333660986891 -v -0.37202435288869623 -0.21165619346701578 -0.56804563474793601 -v -2.6101658338254019 0.67902532261256254 -2.9428317315294166 -v -0.93586698234152554 0.20170791326459137 3.4852005601339613 -v 0.22082910984456475 -0.47467433996532793 -0.60575204360700918 -v -0.41998136273290887 -0.14297785611429575 0.60175714017762116 -v -1.2238040800661716 0.092850742001057252 -2.3201149759730177 -v 2.3529130369824829 -1.3698507979721506 0.50700669317788227 -v 1.6138540211442989 -1.0071282900235707 1.4115723686258812 -v -0.046857999036582144 -0.32833814288312302 0.090058653110569931 -v 2.339045688868973 -1.3469239793990297 0.92077587016981921 -v -1.3291206439408398 -1.2198633409055266 -0.17118539144206824 -v 2.4562767919928428 -12.125195849026545 0.60882481514461495 -v -0.35039511685770169 -0.77368104948052929 -0.48474976974527895 -v 2.3646126181727389 -0.63201160490273245 -1.1816625265748197 -v 11.248076291882988 8.360584648502698 -4.8075663649472453 -v 0.8888954342875377 -0.34864717565512315 -0.85971671371716296 -v 0.16018050420456395 -0.43004187219342965 -0.66582111154329104 -v 0.65911028057859766 0.31198581433791367 -0.90685210498047419 -v -0.31126132080720259 1.2947931588096693 -0.82081280183968441 -v -1.3542594814337514 -1.8627189685002403 -1.177491895935884 -v -0.47051026905945148 1.6341106962339029 7.4623376151891563 -v -0.88754415637740092 1.9049214186905987 6.0738782303232304 -v -0.21795507688960791 -2.606091913051372 2.5980040385952634 -v -0.54155183553384534 -2.1189374368733396 1.9083565949324464 -v 38.871991122786277 -35.671733107104586 121.99131464885855 -v -0.56879691969810753 -0.92494120075916186 3.4640412330212014 -v 1.3772262275185458 -0.31431897441512829 -1.5655555772861163 -v -0.38358628736905037 -0.66100506969393857 -0.26878886112197531 -v 0.05181378359819562 -0.30087427386924259 -0.14860134119816071 -v -0.22475562812070971 1.2828630776452339 2.6868967799335519 -v 0.047968791931057103 0.99088378402054422 1.930704819791381 -v -0.4712711710088115 1.2227988143874156 2.8499254994331391 -v -7.8416440495507471 8.735853550436099 -8.7844363917045651 -v 1.1413851824900563 0.44943817058363428 -2.0681902676029269 -v -0.24660015640552072 0.91535256568686263 -2.6193820888815669 -v -0.23162116965273552 1.1723205104332952 -2.7699515731655673 -v 3057.46022902696 4255.6514164452874 -1943.3342417418166 -v 0.94332908806886162 -2.1690065787876569 1.8333526772429931 -v 0.21342319657606804 -0.87307854219456582 2.3480322235204172 -v -0.42699440552611112 -0.3480763090840957 0.60683591013976468 -v -0.47248190061124817 0.12025851083077692 2.0274764802261211 -v 1.5156663866232438 -0.5478945249045768 -0.62733736118082239 -v -0.49193965522782018 0.59926990212155617 2.8501778627689927 +v -0.73755213377828444 -0.22141293412116561 -0.64894033573690024 +v -0.34332053648215582 -0.36856934392893109 -0.71044670038105973 +v -2.7891999262186298 0.38749719047075032 -2.6598430951979162 +v -0.98371954123208694 0.070007739430397425 2.3535187630434473 +v 0.32351620184528057 -0.59916983499397802 -0.54245464798081766 +v -0.44641843757581606 -0.24863113431026826 0.51564136391942128 +v -1.0324507957557694 -0.20174889024753032 -1.9460280296344292 +v 2.474165067471207 -1.3177730961430352 0.3724726500523281 +v 1.2227865831039377 -0.79543739736442365 1.3881270629519458 +v -0.19701357633884015 -0.34511660159694613 0.42638507635144773 +v 2.4904014456531245 -1.3127971319441381 0.53388759719875645 +v -1.8063541485502639 -2.2083649445809899 0.040953441839926885 +v -0.91162168437006541 -13.895300912475378 2.3906555797737514 +v -0.1307696452776676 -1.1349177854303529 -0.59297171579557117 +v 1.9200854521993569 -0.43191279789556769 -1.234934616619271 +v 14.718148822997845 12.520518522060611 -7.1191015545456047 +v 1.1694846065998508 -0.31892708960800936 -1.0811693683198849 +v 0.47759744488784639 -0.38418359593520157 -0.90228773497405168 +v 0.96584082802634275 0.27369733872029967 -1.1626715874011453 +v -0.020518705023038198 1.4635945997358588 -1.1889563981455351 +v -1.9652771168855399 -2.8708099123281841 -0.40840381791704355 +v 10.340243705951261 -5.7458628363419715 33.752600497517761 +v -0.77535769931522502 1.0371038345493182 2.9438172338259756 +v -0.84729194341455427 -2.5523681869725197 2.7019770181554446 +v -0.95204450213254588 -2.3643155847892792 2.413088132615179 +v 48.612415114401401 -35.89791523680978 139.75100303064599 +v -0.75937323808955803 -0.71873639164078351 2.9677148475028989 +v 1.4752509242876199 -0.31786753716778027 -1.3930835183325101 +v -0.25750535111945005 -0.79690295757411034 -0.16406355035549439 +v 0.057911413363103334 -0.30844447465791075 -0.023134673403955586 +v -0.1244360830309555 2.1324358301054538 2.3701985805027386 +v 0.27401313684715289 1.5047097234417188 1.4170244373330543 +v -0.29079874774752357 2.0756856583116985 2.4784210258390749 +v -19.554088193868932 22.250880246470935 -19.910271157419174 +v 1.1460375468334514 0.075949800260469588 -1.7090037300021521 +v -0.0731579220008967 0.45785819011855466 -2.1870210063279321 +v 0.069881503465233571 1.1392271535154666 -2.5976903816959709 +v 2463.2338606538856 3107.5424419578835 -1529.434623766547 +v 0.88142443303283913 -1.9648007491385 1.5773436201456164 +v 0.18553938876457957 -0.72909656582940119 2.0759859966727356 +v -0.44743833704641028 -0.30137542094898084 0.44568074029899862 +v -0.48555612384296726 0.080119289455024736 1.412182793020434 +v 1.5565757465222883 -0.41249119351953778 -0.97360464346538733 +v -0.41012368565758089 1.3185246038882159 2.533693868851802 f 1 2 6 5 8 11 9 10 4 3 7 f 1 2 20 19 18 17 15 16 13 12 14 f 3 4 23 22 26 27 25 24 13 12 21 diff --git a/results/search/topology_56/resume.planes b/results/search/topology_56/resume.planes index 28b455b6..e07b302f 100644 --- a/results/search/topology_56/resume.planes +++ b/results/search/topology_56/resume.planes @@ -1,37 +1,37 @@ 36 --0.13003601133823395 --0.29482355713844299 -0.011977962218225002 --0.15865384042263031 --0.10074421018362045 --0.63855737447738647 --1.4523353576660156 --0.47961655259132385 -0.34267315268516541 -0.087402738630771637 --0.13337744772434235 -0.083021663129329681 -0.28511881828308105 --0.86646872758865356 --1.4503861665725708 --0.52688723802566528 --0.33375635743141174 -0.09315723180770874 --0.040329430252313614 --0.59488987922668457 --0.40129604935646057 --0.069317638874053955 --0.29045897722244263 --0.062083393335342407 -0.49876067042350769 -0.4933796226978302 --0.010622195899486542 -1.1577022075653076 --0.037672150880098343 -1.7366807460784912 -0.11720946431159973 --0.065518297255039215 -0.04091963917016983 --0.38826242089271545 -0.012863217853009701 --0.016672322526574135 +-0.14218272268772125 +-0.39193475246429443 +0.026384085416793823 +-0.18796348571777344 +-0.1732674241065979 +-0.79022282361984253 +-1.6204901933670044 +-0.0068152528256177902 +0.58316147327423096 +0.10931425541639328 +-0.10342386364936829 +0.11380715668201447 +0.24722139537334442 +-0.83310127258300781 +-1.2961447238922119 +-0.5034288763999939 +-0.32768723368644714 +0.10948900878429413 +-0.044404543936252594 +-0.65648192167282104 +-0.4112364649772644 +-0.053307276219129562 +-0.28171783685684204 +-0.053213566541671753 +0.78809219598770142 +0.65109068155288696 +-0.099343754351139069 +1.0212775468826294 +-0.048187445849180222 +1.5446685552597046 +0.13511596620082855 +-0.072282090783119202 +0.07072814553976059 +-0.34685465693473816 +0.052161026746034622 +-0.034268409013748169 diff --git a/results/search/topology_57/resume.obj b/results/search/topology_57/resume.obj index 88ee79e6..c7f300bb 100644 --- a/results/search/topology_57/resume.obj +++ b/results/search/topology_57/resume.obj @@ -1,47 +1,47 @@ -v 0.43275182763873576 -1.6758789358756625 1.8195884885458868 -v 0.40272371661233547 -1.8893422870250005 1.6321749535045003 -v -1.1402400367797234 0.5149438982399176 -0.63453474648971731 -v -1.2790800727147296 2.4445895783151417 0.10487442935486427 -v -1.5545333064694993 0.32044323999716695 -1.7057108225275281 -v 0.24685289108968295 -1.4445401134483071 1.5143718191842164 -v -1.4542336425297178 -0.38189928412458729 -1.8590307130662569 -v -1.0939659424161532 -0.51777308595274762 -1.0954847300423354 -v -0.97540852672783673 1.6039419227368421 0.34865758223275611 -v 2.3972451801594725 -0.38263666063304891 7.103141999958785 -v -0.721628996383476 1.1045068114900123 0.66421718717047407 -v 0.56464524165487662 -0.93494140488599986 -2.1146774819583491 -v -0.0080886500726978939 -4.9009475193582928 -3.1387081429973986 -v 0.56133696888396079 -0.83227231714394789 0.91722543450306537 -v 0.58025240682661616 -0.6935422578191941 1.1384382231605885 -v 0.45877615589468923 -1.5235486829513194 1.1916768008477352 -v 0.53519051706536747 -1.0372673114419251 0.29137842067793795 -v -1.2659763241546276 -13.55884021733139 -4.1155176061809238 -v 0.31178382304220159 -2.4099776237059851 4.1086743818107205 -v 0.58614302165343457 -0.65390896906893337 1.1209719400747762 -v -1.0475108089079064 0.27588701735527532 -0.76976691305634892 -v 0.75620479693187226 -0.82807720417816522 -2.1888252520272071 -v -0.5026561776295998 -0.099619360706426116 -1.2127844709734741 -v 0.65210165705533885 -0.95674390938563036 -2.1726450929538963 -v 11.519767423223637 8.9858742172090356 -5.053769689108 -v 6.3687640579815881 6.418660203125099 -2.9552947015559035 -v -1.0142126718314235 1.2048890589762027 -0.47163486400583132 -v 0.10995884222754707 -0.90210041597447188 -0.061296298472415134 -v -1.0653632622343745 0.24506187914282471 -0.84570751328586458 -v 0.86805761418005967 -1.1664334612353544 1.0757669652628796 -v -3.7178106944895739 4.6596384326840461 -0.19334149415237345 -v 0.95406733794689846 -1.1593994851839746 1.2539011251254797 -v 0.88528949127260614 -1.2092809240847855 1.0527287104377203 -v -0.54655643249668662 -0.78580954953244808 1.4048049950696579 -v -1.0748851977842544 0.52833897457724688 -1.846801596601368 -v -1.3107442930042259 0.68427643581780351 -1.7345630814911639 -v 0.57056242469796725 -1.6148407061754799 1.2015995490436169 -v 0.60936948613352704 -0.92037499687360469 -2.703933489961416 -v -14.440532852366971 3.0438775099368658 2.6498025432079295 -v -0.51889766505423152 -0.78069980373338599 1.1252292433752804 -v -3.094269844299411 4.8426291861369988 -0.39124758482294869 -v 7.7567907628883921 7.9198530929270312 -3.8530772323793805 -v -0.26410655648324227 -2.7211109290513189 1.781639454636712 -v -0.75687068655716538 1.3521348823526591 0.56969712414704399 +v -0.39527534091398547 0.8086407104462342 -0.20488892983405202 +v -0.69492913025978187 0.52066658222454709 -0.28893390759432147 +v -3.4023752928796065 1.1203042522593056 -0.17162015185341944 +v -2.6138840831099772 -0.29716606932846917 -0.54611133475246287 +v -1.6656507234686746 0.98669368198288343 -0.17813183073494687 +v 0.079980308288437704 0.83869347200706634 -0.18842958725160552 +v -1.4911075993020346 2.6286187078778522 0.27449858746619615 +v -1954.3468465901717 2224.0397758863651 574.74526343632522 +v -1.7747653696727352 0.044343409400954506 -0.4380648716613651 +v -2.2230832253870521 0.90137698862430815 -0.21114713657755807 +v 0.60481050178091089 2.540991119089524 0.28679857061867509 +v 0.13959083758910867 -0.10620431224776537 3.8624177799981561 +v -2.0008472491410947 -0.8789544164168166 -0.25877170004385786 +v -0.26797394494558957 0.85659055124871708 0.03475831631604559 +v -0.25646933003204153 0.85050236338308005 0.084987124170295858 +v -0.35537268237449587 0.78577388966182815 -0.02587597274736092 +v 0.065333235191403868 0.2280191314799962 2.7296571777176832 +v -1.3333612535165382 0.33174029371005992 -1.6321154383531333 +v -1.088550516444645 0.52192800469855705 -1.4398610152037143 +v -1.1742365349025801 -0.19200002794167093 0.26761493177947882 +v -5.0360196859595012 1.4646618255785475 -2.2783334003771709 +v 282.51956785338933 -36.248835721976242 394.01109211735837 +v 15.953291398621914 -1.8289101337978979 26.046389294931679 +v -0.6248286006048076 0.83708771571359741 3.7463421255008336 +v -2.2576051611939669 1.533362334049525 2.0322572462663873 +v -2.3126913937726501 1.7505864653358705 2.1898450986748177 +v 14.02296451289285 -39.474899024894896 -18.754923207103829 +v 0.0989192446431542 0.88107467924069893 -0.4758976586199104 +v 0.0019580538636680034 0.92559739782894412 -0.83363571250351454 +v -0.21645363921640517 0.58029170946922282 2.6658424161566012 +v -2.0131271464403682 0.90480414587343816 0.87266415745064085 +v -1.546287461596052 0.84452611730901572 1.1063056355548524 +v -0.99032921938330287 0.74973611850384791 1.6068212201043703 +v 0.082400867937861541 0.83910267125818139 -0.1901377012233576 +v -1.8325516282489438 0.65984299135240576 0.15048918113966092 +v -1.3254946839155159 0.90278637295476161 -1.3072820704616883 +v -1.218912116847259 0.69132166266737793 0.22298593351733098 +v -26.554111552181975 14.043445199613648 86.676118205729495 +v 0.18225890522155436 0.74677978728713701 -0.31783218753724185 +v 0.55196483955639175 0.43307711695031087 -0.92052944692216221 +v -1.7713094311729398 0.068506792475198933 -0.40573740183587947 +v -2.2744592941128405 1.0809252933828446 1.8085467079446884 +v 0.30968024315860837 0.20480491832279957 -1.1333888436108288 +v 1.0173612645644243 -9.2270661721995477 -6.20785822683448 f 1 2 10 9 4 3 5 7 8 11 6 f 1 2 19 18 13 12 17 20 15 14 16 f 3 4 26 25 13 12 24 22 23 27 21 diff --git a/results/search/topology_57/resume.planes b/results/search/topology_57/resume.planes index a891abf4..63281551 100644 --- a/results/search/topology_57/resume.planes +++ b/results/search/topology_57/resume.planes @@ -1,37 +1,37 @@ 36 --0.60106843709945679 --0.14222255349159241 -0.25829645991325378 -0.67397254705429077 --0.098378933966159821 -0.0040668058209121227 --0.5851103663444519 -0.3460317850112915 --1.0129107236862183 --0.27303966879844666 --0.18461175262928009 -0.1391233503818512 --0.38687089085578918 --0.48833957314491272 --0.13450449705123901 --0.22635562717914581 --0.80912315845489502 --0.037181805819272995 --0.73374909162521362 -0.33272147178649902 --2.0041706562042236 -0.13026385009288788 -0.22692243754863739 -0.62024134397506714 -1.022773265838623 --0.84513711929321289 --0.14011606574058533 -0.16282394528388977 -0.32967504858970642 -0.80298936367034912 --0.11175480484962463 --0.064713828265666962 -0.036768335849046707 --0.78749781847000122 --0.035855188965797424 -0.19968250393867493 +0.0067554605193436146 +0.10682251304388046 +-0.39010563492774963 +-0.54216504096984863 +0.50987571477890015 +0.18598130345344543 +-1.2595199346542358 +-0.91898125410079956 +0.82647675275802612 +0.06384257972240448 +0.82568693161010742 +0.085457988083362579 +-0.053633052855730057 +0.78657883405685425 +0.11243129521608353 +0.43275696039199829 +0.36028507351875305 +0.077933698892593384 +-1.6821819543838501 +0.32518187165260315 +-0.53092092275619507 +-0.17944389581680298 +0.56952011585235596 +-0.40650832653045654 +0.085943594574928284 +0.35090065002441406 +-0.029008442535996437 +-0.23526661098003387 +0.15522652864456177 +-0.29620873928070068 +-0.79246640205383301 +-0.54478996992111206 +0.49192479252815247 +0.32727178931236267 +0.5318114161491394 +-0.94283211231231689 diff --git a/results/search/topology_58/resume.obj b/results/search/topology_58/resume.obj index 2944db06..9642ce27 100644 --- a/results/search/topology_58/resume.obj +++ b/results/search/topology_58/resume.obj @@ -1,47 +1,47 @@ -v 2269.5027175197092 1038.4981958713026 -964.86256462271069 -v -0.64518940811750058 2.0005025392540166 -0.83555583823483515 -v 0.31366016683224185 1.1672703381036182 1.7803601985360857 -v 0.43898477910577832 1.5660547828435394 0.91473804575041529 -v -4.0760580129679873 0.63317315854967127 0.1477568219319596 -v -2.3269066270738024 0.59709384381694763 1.3902928426751804 -v 0.016857269047173197 1.8321144290185782 0.0027661637029461339 -v -0.10296197646752181 1.290759615524925 1.2111294878819625 -v -2.7963227464589515 0.83096664954904309 0.52360446015339523 -v 0.56209882044112902 1.69342737092482 0.69320108664214897 -v 0.086571390411169055 4.2103480236468949 -5.6077071793289059 -v -1.4357432313499594 -9.9355242891836948 7.2875477491460856 -v 0.34726270726487879 0.19294204804396314 0.26392616768125737 -v -1.0904204678020673 -0.26237210128188382 0.7391498945714583 -v 6.2487891026196882 -2.7968404609280308 1.5820496662319938 -v -0.86626603309437 0.21740901569487997 0.39003247957593867 -v -0.20401635271858559 0.068363398078391729 0.4125042479811547 -v -0.64518562121934919 2.0005151008942126 -0.83556473424838285 -v 0.10709281606767698 0.24585393483192863 0.25654400188794158 -v -0.95624272414169964 -11.487181747418663 8.2751275363676697 -v 0.16023065838772968 -0.18968426132768909 1.8081914349901054 -v -0.11379407894205411 4.6594241499675659 10.496517101817027 -v 0.45304767899783061 2.1654210694383971 1.476395035022662 -v 8.1212357196737948 29.157883403001303 -48.409011425098811 -v 0.33254516779457727 3.8629656301920741 4.780560221110437 -v 0.30236652620782101 -1.3438592812050298 -1.0817345346813607 -v 0.1929151830951408 0.0074601013734796875 1.6930744248322627 -v -0.68761930365097224 0.13673354541964436 1.7724903950994415 -v 0.67767233447020447 -2.7056295548667006 -2.4189489901156298 -v -6.5604651057465571 1.9415712893680053 0.68856118909863584 -v 9.1597647046926092 -15.491751913200611 -19.522662755908975 -v -1.1844067464875134 0.30259434207587843 1.7049881727699381 -v -0.73903906238122308 0.37544595126251729 0.60173506934815868 -v -0.23644230824361742 1.073130887964991 1.1748843686155515 -v -0.91599235883005681 0.82750519316140392 -2.1022989520346016 -v -1.0855313487794791 0.40893590013360537 -1.6385262730868018 -v -0.06038729753940221 4.4791387881789442 5.3535304452026882 -v -9.6689901756198431 3.4457474721593653 1.4769378360602787 -v -0.95782237826892147 1.0635639257673619 1.3040864467646289 -v 2.0046161060868601 -1.0652019650959466 -2.4400155343925269 -v -0.1185343279952225 0.72268904222549435 -2.5407904908070593 -v 3.8217664420684128 -0.74338329637989231 1.4869200919252883 -v -1.1060648898443872 0.56842167444394609 1.6045720561557082 -v -1.1715239471516754 0.33234540812157232 1.4924800950590043 +v 16.258316250078742 6.7794253899378116 -2.1865096299539903 +v -0.30142039188485825 2.3327963378543828 -0.84969294730206413 +v 0.42367175445579797 1.4448113469116246 1.7097107616948235 +v 0.53353316710171017 1.7098307262105761 1.1313560718064655 +v -3.5968619030051046 1.5172071786911394 -0.75124040472727061 +v -2.1754156422294866 1.0561646707692205 1.1717323047782846 +v 0.16491587289668103 1.9269100437150899 0.39687860857868751 +v -0.020450252061010421 1.5502916424159867 1.2021511629323829 +v -2.2600687524363656 1.2453759889552589 0.66608918553593266 +v 0.46588603354973007 1.7516443132342228 0.99178961516653785 +v 1.6593005652482207 5.609800517415545 -7.6587118941026153 +v 1.7539668452252855 -4.1924104752398783 2.1120554877973077 +v 1.3598061603123774 -0.91807629575618122 0.65003537503840414 +v -0.92100852119951226 -0.50286371707663036 0.37999372578176194 +v 8.5156796654004339 -7.8124782946899813 3.9684765095908379 +v -0.85872182497583327 -0.36627921259102147 0.32199473083063679 +v -0.51853381587469749 -0.47697888098656943 0.38382541737510323 +v -0.33002161645006201 2.1448950632569601 -0.76773679702008046 +v 0.32269811894704903 -0.19916440923861017 0.2929668969547824 +v 8.7268874560368612 -11.314201662786804 5.5240474885150492 +v 1.0210324192422846 -1.4924885578379186 2.2302086371019665 +v -2.9249730064645445 5.4832358227710483 9.1952703793841533 +v 0.2718705608319682 2.2206978965959503 1.5527795929365433 +v 3.3063200984640013 8.3030710781979362 -13.385704300821104 +v -0.25088135812417156 3.2342873893648965 2.4005846539963365 +v 1.9201855567585064 -1.4583504011934156 -0.71609906499356835 +v 0.96175590277519352 -1.0678838718738728 2.0671077558872564 +v -0.73778632339169081 -0.026740443557675526 1.7846800174341921 +v -0.47089219859718229 -1.0614670682049221 0.097666166689830414 +v -0.56544450509218791 -0.96339231301160921 0.11535568862480713 +v 11.95996702909626 -18.078499978439975 -11.134045960371786 +v -1.06507145684187 0.24600938682916471 1.7017749370707205 +v -0.59865199099768274 0.23443084204295411 0.72437015378326652 +v -0.073457290800425332 1.4297192287797482 1.1596220470593006 +v -0.32187692276846042 0.73817202376906754 -1.7195960945997883 +v 0.65110317833773945 2.7928344988514757 -4.2978557598686562 +v -1.2160016790195227 4.6681186093373181 2.8053779116376729 +v -19.83994670624115 10.250406651342416 -0.82732307566431074 +v -0.89743657480294026 1.4109795900221336 1.2293128236867834 +v 2.4188064265388416 -1.5503997215388379 -0.89014413226903955 +v 1.2273149547352296 -0.22821684524352762 -1.5786236433742984 +v 5.1602520650417611 -3.7895639784685295 2.8238806822960552 +v -0.92117938113724596 1.2459801696809436 1.2962295462837956 +v -0.82983153860587489 0.33910562319383314 0.847656210569394 f 1 2 11 5 6 9 3 4 8 7 10 f 1 2 18 15 14 16 17 19 13 12 20 f 3 4 26 12 13 27 21 22 24 23 25 diff --git a/results/search/topology_58/resume.planes b/results/search/topology_58/resume.planes index 5f50dd2a..1e68c227 100644 --- a/results/search/topology_58/resume.planes +++ b/results/search/topology_58/resume.planes @@ -1,37 +1,37 @@ 36 --0.40541201829910278 -1.4581226110458374 -0.61304867267608643 -0.034811936318874359 -0.19935508072376251 -0.29631879925727844 -0.34326738119125366 --0.038154099136590958 -0.032120931893587112 --0.3094332218170166 --0.75850015878677368 -0.41357302665710449 --0.77171218395233154 -0.45231705904006958 -0.12611939013004303 --0.04839174821972847 --0.18932412564754486 -0.1704133152961731 -0.805869460105896 -0.93166083097457886 --0.44925916194915771 -0.067842490971088409 --0.053928077220916748 -0.073959216475486755 --0.6199907660484314 --0.78917062282562256 --0.93889790773391724 -0.2220941036939621 -0.71831768751144409 -1.2932174205780029 -0.062109861522912979 -0.28807207942008972 -0.044095266610383987 --1.1418665647506714 -0.32770043611526489 --0.023344997316598892 +-0.39350062608718872 +1.6735115051269531 +0.69210547208786011 +-0.0061097349971532822 +0.071162380278110504 +0.16102215647697449 +1.1392666101455688 +0.29390692710876465 +0.35108640789985657 +-0.69763064384460449 +-0.73385238647460938 +0.33973821997642517 +-0.57332760095596313 +0.25631797313690186 +-0.012097084894776344 +-0.20465432107448578 +-0.30266037583351135 +0.58412003517150879 +0.91240233182907104 +0.68729400634765625 +-0.25910899043083191 +0.096016190946102142 +-0.17117014527320862 +0.36560514569282532 +-0.26872113347053528 +-0.50418466329574585 +-0.5032036304473877 +0.11184877902269363 +0.58390235900878906 +1.4794381856918335 +0.031055370345711708 +0.051856242120265961 +0.014205383136868477 +-0.56829619407653809 +0.01914449967443943 +-0.15443247556686401 diff --git a/results/search/topology_6/resume.obj b/results/search/topology_6/resume.obj index 7c0bf830..a857286e 100644 --- a/results/search/topology_6/resume.obj +++ b/results/search/topology_6/resume.obj @@ -1,47 +1,47 @@ -v -1.6683575743847494 0.099961447007172383 -1.0753721656550039 -v -1.5621883674196135 0.22932925436323492 -1.2154251628272155 -v -0.22393533255053941 1.4461548840082012 -1.1386635310469297 -v 6.4209106213814637 8.9429933226300609 -7.2337035445762154 -v -0.6308653093303489 1.0925427009025999 -1.2349815559203172 -v -1.5811300867767166 0.13752849307276468 -0.88454836289028904 -v -1.3035546136428338 0.13104567352787713 0.28367551092636534 -v -1.5117602625427791 0.52835567593556321 -2.3394702967899748 -v -2.3413115243805991 -2.0920624947930988 5.9195675758443738 -v 2.1610429726940965 3.0515038036833571 1.5051936948862366 -v -0.91325328110724924 0.41876733965894819 0.60503216116557179 -v -1.091163469296645 -0.19139085038499398 -0.90107026546788105 -v -0.99296681573780476 -0.09801925905048034 -1.0058825329017784 -v -0.067708672506053266 -2.3631825618618203 0.96506057591528527 -v -0.16760547750381444 -2.244672649598662 0.87084472914666766 -v 0.5600882356731085 -2.48056950456224 0.96696132251008104 -v 0.6015816534371119 -0.17273207247645275 -1.2112498151396072 -v -1.1843015200516358 -1.7571884424485533 0.58801403249786066 -v 1.7514598148500853 -0.89737231631474101 -0.72834408210249713 -v -0.34328918890861121 -4.4485820298721901 2.9744858811900139 -v -0.5536046807866114 0.81835156994814262 -1.0528340487514574 -v -1.0724403055177729 0.062552039646841306 -0.72118712381037375 -v 6.224063433180735 4.4095172926498423 -10.70228636630543 -v -1.2675910146309828 -0.17187498723653399 -0.55424836636416797 -v -1.2520191514514174 1.0790297523801922 0.47535904816899494 -v -0.29721090907080361 1.0468622875041733 -1.3394382548652874 -v -1.1571125336717318 1.3158937230337666 0.49815768255149728 -v -0.21957546677528242 -1.4297150820131017 0.37083996298009742 -v -1.0848488262681317 -0.31567924066809877 -0.49763658415206358 -v 0.87401171170696668 -2.1363382051752047 1.0485800180153353 -v 12.429764381682242 -4.2902367516158204 5.0294230120258741 -v 1.9102070005028111 0.29782762072869534 -0.16738226565804593 -v 0.71167766777623143 -2.724166925833269 1.0514345153234186 -v -0.69899083634397541 -0.94490106877168156 0.71739127625621912 -v -0.42461190852150921 -1.1031008468864771 0.60819347808962343 -v -1.3298253189215659 -0.061885611105359568 0.48703314813074639 -v -0.20946817443036914 0.81449288259310448 -1.3701655041624281 -v -0.34119229578583543 -1.1018703206455618 0.40901804123880381 -v 1.0245523068660043 -11.167321883984089 -5.1276870029355859 -v 0.58117150780135185 -8.9142809026904732 -4.142096090763701 -v -7.0898592453410751 11.760998780425227 -1.736928030198263 -v -0.75728612771855652 -0.075499861666619442 -2.0716177446569128 -v 0.81228020470158135 -2.1503540180343852 1.2400677491898937 -v -2.9199183563659363 -5.8831533609437816 10.195006703610419 +v -1.8905242815829091 0.33587952864901433 -1.2124765738270895 +v -1.8210849656182428 0.4155316399124267 -1.2971164633924075 +v -0.24745904105846322 1.4647669615416115 -0.97816185380618437 +v 12.496217444166266 15.005507925800625 -13.323230863494643 +v -0.68379835017654833 1.2346138969824096 -1.2464998104866529 +v -1.7750224147303351 0.34910458328993621 -1.0002729079205017 +v -1.2833071450559785 0.33980210982416009 0.097292420965406912 +v -1.8376702349989995 0.76058580783050955 -2.3544734375020098 +v -2.0363319101522279 -1.5835419510176332 4.1511876667528433 +v 2.4392157771136609 2.6070052870631848 1.4876599787996021 +v -0.74386762830370567 0.57188997457229074 0.58426256308435476 +v -1.0853284348020404 -0.21333218278544586 -0.84097729755560768 +v -0.98890986001255987 -0.12025652494154926 -0.94240491208087451 +v -0.2661268202989937 -2.2578384477028171 0.90179885833922335 +v -0.3366441931164989 -2.170137870712336 0.83288520654343468 +v 0.63703866412047616 -2.4380995659282529 0.91819319613063988 +v 0.66865341041966808 -0.2739366720735425 -1.0750480386888639 +v -1.1759520538490356 -1.7439105615724118 0.5799954740829304 +v 1.9337669011647596 -1.0774176995013742 -0.54594916499590052 +v -1.1407222076704258 -5.1623970030754611 3.7144270238481645 +v -0.5600330366329298 0.79923013137508203 -0.96080812384973968 +v -1.0762242581498376 0.037274040614250201 -0.64352795475035296 +v 11.981360810444084 7.8531571565772573 -18.479442542856724 +v -1.245849612107903 -0.20509086751623176 -0.53239957302517427 +v -1.2347732363506254 0.91617793468466302 0.40674233565386397 +v -0.2253020448784539 1.5933387242235419 -0.90970776873347492 +v -0.90554932282563361 1.7082332817632733 0.46642931924551917 +v -0.26471966926036516 -1.2560904763421332 0.31581789671996913 +v -1.0877356568959435 -0.34369813661700449 -0.42341170529942623 +v 0.90986312460156404 -2.1514853661629716 1.1327531245059064 +v 11.322386656471423 -3.8312876283292816 4.7120580433845545 +v 2.1181407033352841 0.14788526313878031 0.088165261153401314 +v 0.78511124252993314 -2.6633590100857387 0.99153673780193352 +v -0.58167434999308432 -1.0415605577093723 0.72994858023175468 +v -0.47143792181408034 -1.1001218505835 0.68544453819267237 +v -1.3274311578549942 0.017388867001381255 0.4291675007130733 +v 0.13989349728981318 0.35268287546422022 -1.1755245534327745 +v -0.31451833916129857 -1.0997848374594568 0.35722910952040698 +v 1.1734563234041746 -11.027302778150439 -5.1928191982541634 +v 0.66511714059724492 -8.6348897040062269 -4.1163921085029855 +v -6.8775795311389825 10.053684362428942 -1.9344163313878544 +v -0.75244457952184496 -0.07818542852466312 -1.9626558677308499 +v 0.85962779466063877 -2.1577352554525309 1.2572626610965936 +v -1.9481030652790177 -5.4712944056451907 5.5263828895457774 f 1 2 8 3 4 10 11 9 7 5 6 f 1 2 12 13 18 14 15 20 19 17 16 f 3 4 23 21 22 13 12 24 25 27 26 diff --git a/results/search/topology_6/resume.planes b/results/search/topology_6/resume.planes index c3c57e3a..24b920b0 100644 --- a/results/search/topology_6/resume.planes +++ b/results/search/topology_6/resume.planes @@ -1,37 +1,37 @@ 36 --0.67765307426452637 -0.73486173152923584 -0.16509151458740234 --0.11463198065757751 --0.62380021810531616 --0.66310650110244751 --0.99747800827026367 -0.45095145702362061 --0.53279018402099609 -0.071546413004398346 --0.18391364812850952 --0.30719724297523499 --0.27691572904586792 --0.27530092000961304 --0.29695925116539001 --0.70234388113021851 --0.30491754412651062 -0.38107690215110779 --0.53840035200119019 --0.77483910322189331 --0.23028245568275452 --1.158137321472168 --0.11481384187936783 --0.25854089856147766 -0.64409446716308594 -0.37216860055923462 --0.97522515058517456 --0.26436120271682739 -0.026474475860595703 -0.82543444633483887 -1.5236245393753052 --0.4185258150100708 -0.46054992079734802 --0.40900105237960815 --0.13167956471443176 --0.17211331427097321 +-0.58483082056045532 +0.79542326927185059 +0.26874905824661255 +-0.10737420618534088 +-0.5970948338508606 +-0.64999914169311523 +-0.96288692951202393 +0.43886029720306396 +-0.51261162757873535 +0.062720693647861481 +-0.14724144339561462 +-0.25156202912330627 +-0.24830049276351929 +-0.25445440411567688 +-0.28021231293678284 +-0.66879928112030029 +-0.31471863389015198 +0.3836396336555481 +-0.51287221908569336 +-0.77848458290100098 +-0.24600322544574738 +-1.1473060846328735 +-0.12187480926513672 +-0.2709386944770813 +0.59024327993392944 +0.3592396080493927 +-0.86577868461608887 +-0.2483464777469635 +0.044910814613103867 +0.77386635541915894 +1.6518465280532837 +-0.57843625545501709 +0.63742822408676147 +-0.28025221824645996 +-0.0537746362388134 +-0.1340436190366745 diff --git a/results/search/topology_7/resume.obj b/results/search/topology_7/resume.obj index 05056d78..0cca752c 100644 --- a/results/search/topology_7/resume.obj +++ b/results/search/topology_7/resume.obj @@ -1,47 +1,47 @@ -v 1.6964226069594639 -1.1173188425483904 1.4685625012756045 -v 2.2860307697363327 -2.0012685839657935 -0.38927002609836103 -v 1.0231205818122711 -0.65561978764914197 -0.96815708195124706 -v 0.20902240163191291 0.23584462061723394 -1.1413279564922751 -v 0.34976451373275463 0.35553580468264351 1.16729083394686 -v 6.4142129482097143 -5.6272571392698101 7.9330995738881338 -v 0.95839297542988444 -0.54543375770188085 -0.65480467217767258 -v 0.009243277000849124 0.50874863324220188 -0.73326768546433962 -v -1.4340462428623555 2.3944029992183751 1.4996884328028091 -v 0.52046634432829197 -0.0086463994231719323 -0.27157028204225592 -v 3.1933916242166949 -3.1821699856486343 -1.7550973920867365 -v -0.22519928502390846 -0.87987020287310924 -0.42693115851536678 -v 1.3102574466482293 -1.6227959284818949 -0.57612422916013495 -v -0.34575996656844299 -0.59794319892283387 0.25725880116889188 -v -0.19870870692670312 -0.60607133090721421 0.43251422133729311 -v -0.32665747870352468 -0.66314837951735683 0.087091377413472434 -v 4.7596849397678689 -3.4635578626042549 -1.4278927292267396 -v 1.2784633486117398 -2.5677362009241378 -3.4612788555727705 -v -0.11009682497245644 -0.67102528190106503 0.35749886937317787 -v 0.032151266632716842 -0.77862641197018789 0.22705908056978569 -v -0.38224271701201507 -1.8372837252855319 0.11227589536591309 -v -0.086568201729790947 -2.6100383734484747 0.40281025962259415 -v 1.8790960188688561 -0.52128835385134575 -1.3294216783660318 -v -0.31023061931263785 1.8648506539333383 -1.7894223546188575 -v -1.9229134789669833 -1.5027912605870504 0.47033621659978564 -v 0.17340123815885317 -3.2675774265523558 0.64715702477178105 -v -0.56108548736005781 -3.2138281328692515 0.87145422732860789 -v -0.22375182921630851 -0.4920785835441846 0.4118756057920418 -v -0.47048792088206781 1.451183202572631 0.27559674747214874 -v -0.47161601748762288 1.2689017295766247 0.25934246069572658 -v 2.1363110332025492 -4.011562044296066 2.94748096417961 -v -0.16939527691352715 -1.0899114796900833 0.42801993510290737 -v 5.297115135852307 -2.1789526442989757 -7.9868653853968441 -v -0.70713238985886229 -0.60898314560703315 0.51832852648282257 -v -0.49275293549586563 -0.71350430943907428 0.099459538966570116 -v -6.7241018737177356 -2.4061352600404167 1.0306470228319886 -v 0.080594206725560003 -0.49146462302749006 0.17136423753200858 -v -0.80933822560285673 1.6149770057343193 0.93752255454006472 -v -4.6196196443444189 5.0231808618187097 2.7931012574462057 -v -1.2535277420407116 1.9588269616881264 1.3445656866111531 -v 0.76304862729872125 0.40971162774926606 -0.54592416596683702 -v -0.78322953434528264 0.10612296258993248 0.73546275819677143 -v -1.4992014387076544 -3.2694794355758314 1.7583381485240195 -v -5.2622702949099409 -2.5457061612130647 0.74167339778437702 +v 1.5278163846044193 -1.1831319713098536 2.9987007382148563 +v 1.44486722476227 -1.8906819901739447 0.23057675682417361 +v 0.91731306774728216 -1.2930621880503261 -0.96432311754516831 +v 0.24374148620466554 -0.27338035412696282 -1.6637345274686752 +v -0.21705221813022951 1.4642718968935522 1.2060368352891477 +v 8.3787235504200304 -10.892423390346567 12.24324620954375 +v 0.91349808582455705 -1.2384131846172834 -0.81094981346933881 +v 0.10651277780805965 0.14778936798932019 -1.1191620054598148 +v -0.68700935314111689 2.3879449848967891 1.4012686274566635 +v 0.59860737894828941 -0.5391839273852993 -0.42153716594359325 +v 1.5573440978562616 -2.3070946795129856 -0.44500825638805175 +v -0.45898582138325128 -1.289138945725363 -0.4851389431045986 +v 1.416915686251822 -2.0581447080847943 -0.43751387058516977 +v -0.58702861703588716 -1.0472885885587571 0.21793069841735813 +v -0.3793503904806681 -1.0489279210410405 0.53464616448100744 +v -0.57065739335915511 -1.079899024918813 0.12174146845272604 +v 10.57958483696946 -5.4396576319153178 1.192469521104558 +v -0.27084149877003555 -1.5206457770352526 -1.0562007295490028 +v -0.36328950003121935 -1.0564979179881511 0.5313760827170948 +v -0.13291334663411153 -1.2230247510796315 0.26833978828211091 +v -0.43304209330850862 -2.1236396855779183 0.27152266697149735 +v -0.3677770224306951 -2.2364286765924741 0.35212716896451846 +v 12.336354176799635 -1.3536311403555727 -4.914365393127258 +v 1.7033227235467212 15.368995511720893 -16.529634169062525 +v -2.8291137275606912 -1.5102003821577876 0.54911751806347175 +v 0.95436009528857235 -2.4391496401423574 0.074364700733118738 +v -0.43377167521271487 -2.2781322816350547 0.41354551404434758 +v -0.40875464676676243 -0.92064658831043777 0.51138982629208951 +v -0.41139370293753741 1.7943965409642393 0.96505278303701003 +v -0.58454031994276112 -0.21690486277456986 0.36171150256498463 +v 2.3489711400965279 -4.9407071150374158 4.0429875055965629 +v -0.37177900116141127 -1.4341362203684216 0.48126595937035138 +v 18.450069837563259 -2.0019758252137985 -8.7435450506793977 +v -0.82999553493995126 -0.94463601575528733 0.58411305646361478 +v -0.6721654603848739 -1.088853787489948 0.13043154036921512 +v -4.6802743768910444 -1.3677088778734454 0.68156572536092352 +v -0.14570863508209783 -0.9570506588822778 0.32295419569599915 +v -0.46950008889592953 1.7369545684049477 1.0759806522996831 +v -4.6780002772214129 3.6992983624513949 1.9353005958564187 +v -0.62291480699865398 1.7047700583894658 1.2288488112773543 +v 4.110467193862938 3.9505154931831461 -4.9556930311152705 +v -0.79049003826202568 -0.5863891679360278 0.67068880456588531 +v -1.574526623628389 -2.6042901576522999 1.53670396121499 +v -3.7372742148695641 -1.5507271834792666 0.58676842773501114 f 1 2 9 7 3 4 8 10 11 6 5 f 1 2 15 14 16 20 19 13 12 18 17 f 3 4 12 13 26 27 22 21 25 24 23 diff --git a/results/search/topology_7/resume.planes b/results/search/topology_7/resume.planes index 6cfde8e5..24429046 100644 --- a/results/search/topology_7/resume.planes +++ b/results/search/topology_7/resume.planes @@ -1,37 +1,37 @@ 36 -0.29973244667053223 -0.26747661828994751 --0.032140243798494339 --0.28842306137084961 --0.63875436782836914 -0.2123819887638092 --0.23677591979503632 --0.35052531957626343 --0.69135183095932007 --0.35321831703186035 --0.024142269045114517 -0.29525458812713623 -0.15325529873371124 --0.45815661549568176 -0.19276158511638641 -0.50230759382247925 -0.48720639944076538 -0.13657979667186737 --0.3149963915348053 -0.016696890816092491 --0.16538329422473907 -0.087728008627891541 --0.14697034657001495 -0.5147748589515686 -0.065455995500087738 -0.016391279175877571 -0.082870662212371826 -0.034148450940847397 --0.16822691261768341 --0.22633275389671326 --0.39963915944099426 --2.9298524856567383 --0.60657089948654175 -0.11487078666687012 -0.0042394925840198994 -0.12177247554063797 +0.28397136926651001 +0.15463519096374512 +-0.048035174608230591 +-0.45181193947792053 +-1.0841431617736816 +0.29065278172492981 +-0.32650783658027649 +-0.85412317514419556 +-0.93079334497451782 +-0.58655381202697754 +-0.064780831336975098 +0.38428264856338501 +0.10986971855163574 +-0.92347288131713867 +0.331778883934021 +0.70520251989364624 +1.1009771823883057 +0.93952107429504395 +-0.3196662962436676 +0.067295856773853302 +-0.1326000988483429 +0.038206368684768677 +-0.18007881939411163 +0.72772467136383057 +-0.077996589243412018 +-0.040957044810056686 +-0.10096651315689087 +0.0017901151441037655 +-0.48489490151405334 +-0.47875410318374634 +-0.39618313312530518 +-1.5932573080062866 +-0.86506164073944092 +0.15912576019763947 +-0.024094536900520325 +0.15462188422679901 diff --git a/results/search/topology_8/resume.obj b/results/search/topology_8/resume.obj index 843161c1..c4ad62a1 100644 --- a/results/search/topology_8/resume.obj +++ b/results/search/topology_8/resume.obj @@ -1,47 +1,47 @@ -v -1.3648082515806135 -0.40278219506567609 -2.6095086554596927 -v -0.33749343671411997 -0.74908001921829537 -1.3696569570741421 -v -0.24600313296315834 0.0022384503787893912 2.341677402800185 -v 1.9522920823763079 -2.0551756431418822 -1.0656495095943206 -v 1.4049954452653202 -2.0906462855053016 -2.7388249044043782 -v -1.329429994876502 0.1922119836595457 0.22733620874550953 -v 1.0423692787237957 -1.8461649636234034 -2.6136863691826018 -v -0.84834019740037381 0.22471411822127915 1.7041945428746965 -v 0.99478857351252759 -1.2387034881022374 0.0516894956308529 -v 2.0767643000753564 -2.7485519255825417 -3.9144340072034423 -v 2.3351160592354816 -3.9206127645530509 -8.5976489734211317 -v -0.81960227641168926 0.70351207044728004 -1.0428681638071884 -v -0.83304768804403173 0.71727196764886447 -1.0525959896557069 -v 0.41424330598950981 -0.65482411152444941 -0.2175302223121309 -v 1.8335406159148588 -0.19229475483162423 2.1581453720042365 -v -0.81311073620271579 1.3633641936108203 -0.56873946897664018 -v -1.083212613141495 0.90841350478435279 -1.2792847482675072 -v -0.77963318239066925 0.59938635041913235 -1.0584792239447367 -v 1.1791608517176568 0.53502956262487444 1.7252948075474845 -v 1.8292184093949173 5.5574256607785939 6.2015969394203223 -v 1.540028230180412 -1.62740040245573 -1.5164486639640897 -v 2.0183452911802968 -2.0788590188286573 -2.1591960111250086 -v -0.80628207890457904 0.69053818623005658 -1.0503288342642745 -v -0.44763379331359676 0.35123440966451486 -1.5116254222213077 -v 1.2462353971263456 -1.3695791126757908 -0.61552113978318546 -v -1.1271829973228975 0.96453453834668634 0.13161166540230909 -v -1.1174924988717359 0.96402095874422766 -0.10577417323193333 -v 1.8078995037168835 -2.2753998167004368 -2.8155525180083694 -v -1.0185168112455179 0.46794590823973264 1.1622557114063692 -v -1.3224612154053383 0.23784265967481694 0.34204790790256123 -v -0.67743866199709402 -0.34152003781294793 -0.45474554058033934 -v -1.2739839346736233 0.50186707348972137 1.0131174705087651 -v -0.71121079563002498 0.54022143658304966 -1.1449718726271332 -v -0.75860877896391332 0.58094494995254153 -1.1223271527410419 -v 2.042131731256966 1.5510478913852235 -0.038891899342260228 -v 30.885092115867593 142.56699777817889 105.08702985987757 -v 2.0211566442707065 14.721627551855827 9.4038277622734352 -v 703.24135398301758 1014.3210398541149 -10735.238429047333 -v 2.7879522513159882 -0.75700875740230522 -13.796404788535769 -v 3.6244543802513971 11.305123142148714 -19.103160851041771 -v -0.38977655383144871 3.1635308232175858 -4.0454709394585215 -v 2.1005826895083271 -2.7480331548731374 -3.9626947436700002 -v -1.7414267435542168 -1.6524040327769789 5.1861764201220888 -v -1.9849220636314819 -1.4420122254037908 5.9290584129726991 +v -1.3664935648305909 -0.41900166956440427 -3.111337644101793 +v -0.24347289561671398 -0.75569598450130637 -1.4987040490505135 +v -0.00043057557175269574 -0.12275479867416894 2.7709961371941105 +v 2.0874019014435214 -2.1062101270774529 -1.7717021865366331 +v 1.1725501716466571 -1.7126199030213463 -2.4226688342490403 +v -1.3485899379068325 0.16516278385291716 0.18916682275207908 +v 0.64162485835444327 -1.3918470040609177 -2.2874186506734127 +v -0.51941920415782716 0.062142215097923538 2.1884891264635313 +v 0.52239407608962996 -0.69420843869146476 1.2181148094550753 +v 2.0496504027980276 -2.531919315676411 -4.2535589186324376 +v 2.2638158626614016 -3.3046865251332593 -7.8819942685560758 +v -0.64695238374779374 0.62224229534401942 -1.0969998568343333 +v -0.81096764717761172 0.79044362714082295 -1.2396186236338096 +v 0.32437634674555049 -0.49224693623783555 -0.34477529095705345 +v 2.0094621910427386 1.101472730236956 3.7132290970769133 +v -0.68872191294692231 1.381149002244717 -0.57441173226918141 +v -1.1345955889168227 0.66333593411087921 -1.8792835225366411 +v -0.62022805636486145 0.37144277547560972 -1.2481248857697702 +v 1.0269370899255481 0.60621146730440323 1.685862453484825 +v 2.0926320311035265 10.472782197618603 11.166626769425703 +v 1.5008712667916808 -1.5151115707813549 -1.8622414080047565 +v 2.1238970466026843 -2.1176052949012627 -2.7897469961692409 +v -0.79166645749549369 0.76564684594523991 -1.02107836277049 +v 0.71700598966678974 -0.69671428079714492 -3.1296381314381003 +v 0.83523413097209165 -0.90046306434571122 0.30030327869827245 +v -1.1053496736340589 1.0571454560676952 -0.076333943464791693 +v -1.1002549831411108 1.0554103499654635 -0.2126308316204582 +v 1.596278580635071 -1.8121272694117674 -2.4214074290165164 +v -1.0703132710810095 0.51740987494493007 1.0407443299724932 +v -1.3307665002965505 0.26744381042082493 0.40611898765445509 +v -0.63236936440328007 -0.35096781928425241 -0.51753159600609822 +v -1.2855672680414527 0.5220113763201143 0.94649552376186863 +v -0.42848550210439573 0.11335368271997186 -1.4156470654568096 +v -0.53475937690363551 0.19255482571888943 -1.3781125128290395 +v 2.1612135321380275 1.6174154748333216 0.065947543842374889 +v 44.258970694014835 197.62471992820394 143.86154884000987 +v 2.3367426441554948 15.843475401104643 10.022028676781625 +v 26.943331160302993 2.0854164951790026 -682.70547287839656 +v 2.3931811196313832 -1.7426262313604126 -9.8240843547552448 +v 3.3704687883269648 12.582141653442788 -21.87031827407823 +v 0.23614963306375805 5.0220530627659672 -7.6522100468314669 +v 2.1708097814284226 -2.5340511628534257 -4.5162759282885396 +v -1.9052184469761022 -1.6960152197573453 5.2361063709283293 +v -2.0328850510283232 -1.6146798099366761 5.6072737075680017 f 1 2 11 4 3 8 9 10 7 5 6 f 1 2 18 13 12 16 19 20 15 14 17 f 3 4 22 21 25 24 13 12 23 27 26 diff --git a/results/search/topology_8/resume.planes b/results/search/topology_8/resume.planes index 057b461f..25545774 100644 --- a/results/search/topology_8/resume.planes +++ b/results/search/topology_8/resume.planes @@ -1,37 +1,37 @@ 36 --0.27860358357429504 --0.46492877602577209 -0.10098769515752792 -0.14298057556152344 -0.069725662469863892 --0.098995886743068695 --0.076227806508541107 --0.076568402349948883 --0.0029460960067808628 --0.11652424186468124 --0.30792000889778137 -0.12956507503986359 -0.12944170832633972 -0.67061954736709595 --0.93508368730545044 --0.14870248734951019 --0.15928642451763153 --0.024795854464173317 --0.7336311936378479 --0.31417334079742432 --0.36545023322105408 --0.15015985071659088 -0.94893050193786621 -0.47304925322532654 -1.1047024726867676 --0.62294375896453857 -0.53851372003555298 -1.9631205797195435 --0.083180218935012817 -0.12037933617830276 --1.2826308012008667 -0.32930278778076172 --0.053071636706590652 --0.77807915210723877 --0.20999091863632202 --0.19556035101413727 +-0.25829443335533142 +-0.46262982487678528 +0.083283118903636932 +0.1907166987657547 +0.089137434959411621 +-0.11420246213674545 +-0.027228724211454391 +-0.027121316641569138 +-0.0006725286366418004 +-0.044891964644193649 +-0.18997961282730103 +0.093252994120121002 +0.15676645934581757 +0.65564179420471191 +-0.93959826231002808 +-0.12415361404418945 +-0.16400322318077087 +-0.0054627773351967335 +-0.72835236787796021 +-0.32479837536811829 +-0.33326467871665955 +-0.18624357879161835 +0.9658665657043457 +0.47251644730567932 +0.96712237596511841 +-0.53722399473190308 +0.45037519931793213 +2.0968503952026367 +-0.079098239541053772 +0.076053820550441742 +-1.2939251661300659 +0.33717453479766846 +-0.052658442407846451 +-0.75774478912353516 +-0.20534329116344452 +-0.21563595533370972 diff --git a/results/search/topology_9/resume.obj b/results/search/topology_9/resume.obj index 74981cfa..c89769bf 100644 --- a/results/search/topology_9/resume.obj +++ b/results/search/topology_9/resume.obj @@ -1,47 +1,47 @@ -v -0.12075735925011828 -0.42762931837560769 0.085252441218583441 -v 0.76513724621756429 -0.70975265996774095 0.24178580335714184 -v -0.021319050582778262 1.5506779133648512 1.262005879291402 -v -0.82755239150186688 -0.01169129475914764 0.070431826289676092 -v 0.53240704148836138 -1.1764875062377289 -0.11125328232465698 -v 4.350944563926463 -4.877106137160383 -0.86942056349937613 -v 0.015260107228665089 -4.526907176188975 -2.2298492143988806 -v 0.40599616708772784 2.5579078093995418 1.9968768099306631 -v -1.5250562659510489 0.74303567789585023 0.25434413326649719 -v 0.41935871322140678 0.95033318748843998 1.0745791260018387 -v -1.2384868751814431 -0.90686306337677325 -0.5939105511984657 -v -0.61759228237219854 -0.30572510263253205 0.46582440482088061 -v -0.10720834998464529 -0.5311951364280183 1.3675756842162805 -v -1.6395306197616479 -0.096712674670480794 1.7867929308337565 -v 0.36072115703361524 -0.61563624164780495 0.61748632296391992 -v -1.9482357849503782 0.1040066611982421 0.41159643646668931 -v 2.0832751581309483 -1.1724372729787698 1.0280364306310079 -v 1.2446280202891971 -1.0124529384311269 2.2609040939905904 -v 271.38335136722844 -151.46232869042717 880.76005161631917 -v -0.92800545373975341 -0.087358118521935271 -1.1302414103659528 -v -0.31701660532276932 -1.0628240214679483 1.0726686578342619 -v 0.41777127228895883 1.167179044794119 2.0608008116584164 -v -4.5531799322707593 -0.40830863767807041 -6.2641118912242071 -v -1.2247063354556635 1.6222717738535748 -0.80830947143703702 -v 0.34290025006843067 3.6009615163659587 1.6371013582671627 -v -1.0048918833453933 17.468085321606619 -2.3552155507284986 -v -1.7478692890486056 0.6978626317346136 -1.5923722426185571 -v -1.8041341086643492 -1.0367869820440767 3.3928910836818087 -v 3.8082989660302276 -4.8598909589655372 -0.033815455593504851 -v -0.3273947064190364 1.1971944475054521 -2.1447523812588307 -v 9.2541545342224882 -10.599864463059506 -0.45359273678008033 -v 0.036286809287050463 -0.8271458390897366 0.17535502164503358 -v -1.2056307008540421 1.2358795598053194 -0.80786819050598058 -v -0.79335525553146746 0.4190449713527481 3.1748193607270099 -v 0.19930581277470943 1.5928602244095971 2.7416071876561525 -v -4492.8486807140798 366.83383866574945 6823.7160122067671 -v 0.30897415229523995 -0.84082576312086654 0.49969884305344747 -v 0.12726577898851954 -0.91215868101714492 0.70185500603557738 -v 0.52642724663280027 2.8635368427070791 1.6756056619602091 -v -0.60561972497563277 2.0421039438449653 0.11228543510375633 -v -18.882960504442106 9.6119151990628442 -71.670015509936803 -v 0.79135943791163199 -1.2488125676925754 3.0689336779647585 -v 0.48415811067766368 -0.081614039613514933 -3.2850856676376026 -v -1.0699043906768138 0.091034973871142857 -0.92739932089384092 +v 0.65367787933561949 -0.41808244533036182 3.5114783753140602 +v 0.98088227081426327 0.99976486510111939 6.1550693748767404 +v -0.58617546592269221 -0.27793450809476777 -1.2237310448789969 +v -1.0309490849799703 0.61642717355713583 -2.1136389864749443 +v -0.40362203608877456 0.63197070310620584 0.36506454613152739 +v -0.64916400216243442 1.1644173346521096 -0.089133644555251801 +v 0.16968280533646582 0.2445771187385942 2.2455248063620847 +v -0.53667988688968638 0.070381714417974334 -0.69560075988432168 +v -0.7937549427496785 1.2834424788273675 -0.54296734849621964 +v -0.3527109874230176 0.26257967092709028 0.21108592520543717 +v 0.77471231490562409 1.1412922897986726 5.4809461633796444 +v 4.3546040710019218 -2.2649915589239047 1.2704000148275925 +v -1.4440160873306327 -1.9235865441733657 0.19448721789689016 +v 56.802314113549841 -15.992684394663149 -8.1205972770588133 +v 0.40694638890562912 -0.38801916934960284 3.4936215090612484 +v -2.6925847589563987 -2.230111240602576 -0.72020877085344204 +v -3.7825145617715141 0.17443183528877501 3.2838394833172035 +v -9.8490130890075509 6.8443794020101905 13.503980382945077 +v -2.2018804743467886 1.7401419641403493 6.5583844616346969 +v -5.2794395296369654 -4.8703885375368232 -6.2192184230370131 +v 3.9344838328549883 -0.42134862605813123 -0.49909236806036472 +v -1.4068198847515685 -0.50446995131715444 -1.1203923763446095 +v 3.1075420482927165 0.066685981509225833 -1.0611104414790788 +v -0.64488032659324712 -0.77110471557867344 -0.77277265810903106 +v 0.54272347887273509 0.51467119571819386 -1.8131842605636392 +v -0.97714495912623378 -0.98658973056312627 -0.61583435808100306 +v -0.88681471982338067 0.73943358315489438 -2.2091803616018035 +v -0.4233553830422927 1.5067586644943769 -0.55672146069981809 +v -2.156683264880408 0.40277901306740876 1.411063484017171 +v 1.1361807268789774 0.57517838940332355 -0.27905582869401846 +v -2.5679357409884069 0.1122325972515084 1.9083905344722085 +v 3.1580188359830204 0.021591189626927989 -0.61512271914951699 +v 0.34050848700998632 0.12593889805149969 0.56302263255676255 +v -0.31168410063042173 1.7817955521037758 -0.53914340838347119 +v -0.92648843884114129 -0.081704730919315932 -0.28841121859160856 +v -1.3427834811392636 -1.1979801328909307 -0.26342772177431006 +v 176.55935626918136 -119.57174016152565 581.43300569622443 +v -0.21210235663169963 1.9179338853057053 -0.41490188755393609 +v -0.43342426787185701 0.42357019205096536 -0.66900549093955108 +v 0.83831614728458259 0.3086360097045906 -0.80844534071163188 +v 2.0411766589228875 0.66278740419758053 -0.89192134994574068 +v -0.24324274796032291 1.9294859208097008 -0.25245592993034105 +v 1.4796886795980289 0.92916334819628477 0.47477661271729721 +v 207.77674695088669 71.10350345748607 -541.12774236994642 f 1 2 11 7 5 6 8 9 4 3 10 f 1 2 18 17 19 20 16 14 12 13 15 f 3 4 27 25 26 24 23 21 12 13 22 diff --git a/results/search/topology_9/resume.planes b/results/search/topology_9/resume.planes index aee7d59c..37bc90fb 100644 --- a/results/search/topology_9/resume.planes +++ b/results/search/topology_9/resume.planes @@ -1,37 +1,37 @@ 36 --0.092497624456882477 --0.14803324639797211 -0.25668337941169739 --0.126969113945961 --0.41662022471427917 --0.032306447625160217 --0.64487820863723755 -0.045692890882492065 -0.37642070651054382 --0.27103281021118164 --0.24464160203933716 --0.17096976935863495 -0.63030880689620972 --0.37244158983230591 -0.43513411283493042 --1.2991160154342651 -0.96679192781448364 -0.43273645639419556 -1.615608811378479 -0.4563772976398468 -1.0397810935974121 -0.59614002704620361 -0.46952199935913086 --0.1022767648100853 --0.16116118431091309 --0.033107239753007889 -0.13409754633903503 -0.13365213572978973 --0.74834907054901123 --0.1439293771982193 --1.1683251857757568 --0.058553151786327362 --0.76581060886383057 --0.43735554814338684 --0.4195549488067627 -0.063031382858753204 +-0.30453088879585266 +-0.074293293058872223 +0.077538616955280304 +-0.27498000860214233 +-1.6962056159973145 +0.9437674880027771 +0.09768165647983551 +-0.69454914331436157 +-0.74684619903564453 +0.16664983332157135 +0.3875420093536377 +0.36421525478363037 +-0.60708475112915039 +0.23161175847053528 +0.23279914259910583 +-0.07426103949546814 +0.077522002160549164 +-0.7411847710609436 +-0.62865680456161499 +0.22283971309661865 +-0.51859116554260254 +-0.080352067947387695 +0.25348615646362305 +-0.082417137920856476 +0.027338594198226929 +0.2500491738319397 +0.043232962489128113 +0.7626267671585083 +1.3500174283981323 +0.050189286470413208 +0.092740714550018311 +-0.12949268519878387 +0.018546946346759796 +-1.0855883359909058 +1.0522909164428711 +-0.28293561935424805 diff --git a/src/CudaSearch/cuda_search.cu b/src/CudaSearch/cuda_search.cu index 68753b45..8354719d 100644 --- a/src/CudaSearch/cuda_search.cu +++ b/src/CudaSearch/cuda_search.cu @@ -64,6 +64,8 @@ struct DeviceBatchRunConfig { float pbt_state_jitter; float injected_state_jitter; int injection_active; + int injected_chain_count; + std::uint64_t session_batch_ordinal; }; enum DeviceCohort : int { @@ -100,9 +102,14 @@ struct DeviceMetrics { int crossings; int intersections; float crossing_loss; + float intersection_loss; float geometry_penalty; float degeneracy_penalty; float energy; + float min_plane_determinant; + float relative_min_edge; + float min_turn_sine; + float max_vertex_norm; std::uint32_t ambiguity_flags; }; @@ -125,6 +132,32 @@ struct DeviceChain { std::uint8_t reserved; std::uint64_t chain_id; std::uint64_t iterations; + int current_origin_kind; + int current_origin_seed_index; + int current_origin_pool_size; + int current_origin_seed_replica_count; + int current_parent_chain_index; + std::uint64_t current_parent_batch_ordinal; + std::uint64_t current_rollout_rng_state; + float current_rollout_rng_spare_normal; + int current_rollout_rng_has_spare_normal; + std::uint64_t current_rollout_start_iterations; + std::uint64_t current_rollout_start_batch_ordinal; + int best_strategy; + int best_origin_kind; + int best_origin_seed_index; + int best_origin_pool_size; + int best_origin_seed_replica_count; + int best_producing_chain_index; + int best_parent_chain_index; + std::uint64_t best_parent_batch_ordinal; + std::uint64_t best_rollout_rng_state; + float best_rollout_rng_spare_normal; + int best_rollout_rng_has_spare_normal; + std::uint64_t best_rollout_start_iterations; + std::uint64_t best_rollout_start_batch_ordinal; + std::uint64_t best_found_iteration; + std::uint64_t best_found_batch_ordinal; }; __device__ __forceinline__ Vec2 make_vec2(float x, float y) { @@ -151,6 +184,10 @@ __device__ __forceinline__ float dot(Vec3 a, Vec3 b) { return a.x * b.x + a.y * b.y + a.z * b.z; } +__device__ __forceinline__ float dot(Vec2 a, Vec2 b) { + return a.x * b.x + a.y * b.y; +} + __device__ __forceinline__ Vec3 cross(Vec3 a, Vec3 b) { return make_vec3( a.y * b.z - a.z * b.y, @@ -299,6 +336,99 @@ __device__ __forceinline__ std::uint64_t chain_from_cohort_ordinal( ordinal % weight; } +__device__ __forceinline__ void record_best_provenance( + DeviceChain& chain, + DeviceCohort producing_cohort, + std::uint64_t found_iteration, + std::uint64_t found_batch_ordinal) { + chain.best_strategy = static_cast(producing_cohort); + chain.best_origin_kind = chain.current_origin_kind; + chain.best_origin_seed_index = chain.current_origin_seed_index; + chain.best_origin_pool_size = chain.current_origin_pool_size; + chain.best_origin_seed_replica_count = + chain.current_origin_seed_replica_count; + chain.best_producing_chain_index = static_cast(chain.chain_id); + chain.best_parent_chain_index = chain.current_parent_chain_index; + chain.best_parent_batch_ordinal = chain.current_parent_batch_ordinal; + chain.best_rollout_rng_state = chain.current_rollout_rng_state; + chain.best_rollout_rng_spare_normal = + chain.current_rollout_rng_spare_normal; + chain.best_rollout_rng_has_spare_normal = + chain.current_rollout_rng_has_spare_normal; + chain.best_rollout_start_iterations = + chain.current_rollout_start_iterations; + chain.best_rollout_start_batch_ordinal = + chain.current_rollout_start_batch_ordinal; + chain.best_found_iteration = found_iteration; + chain.best_found_batch_ordinal = found_batch_ordinal; +} + +__device__ __forceinline__ void begin_current_rollout( + DeviceChain& chain, + int origin_kind, + int origin_seed_index, + int origin_pool_size, + int origin_seed_replica_count, + int parent_chain_index, + std::uint64_t parent_batch_ordinal, + std::uint64_t batch_ordinal, + const DeviceRng& rng) { + chain.current_origin_kind = origin_kind; + chain.current_origin_seed_index = origin_seed_index; + chain.current_origin_pool_size = origin_pool_size; + chain.current_origin_seed_replica_count = origin_seed_replica_count; + chain.current_parent_chain_index = parent_chain_index; + chain.current_parent_batch_ordinal = parent_batch_ordinal; + chain.current_rollout_rng_state = rng.state; + chain.current_rollout_rng_has_spare_normal = + rng.has_spare_normal != 0 ? 1 : 0; + chain.current_rollout_rng_spare_normal = + rng.has_spare_normal != 0 ? rng.spare_normal : 0.0f; + chain.current_rollout_start_iterations = chain.iterations; + chain.current_rollout_start_batch_ordinal = batch_ordinal; +} + +__device__ __forceinline__ void swap_current_provenance( + DeviceChain& left, + DeviceChain& right) { + int temporary_int = left.current_origin_kind; + left.current_origin_kind = right.current_origin_kind; + right.current_origin_kind = temporary_int; + temporary_int = left.current_origin_seed_index; + left.current_origin_seed_index = right.current_origin_seed_index; + right.current_origin_seed_index = temporary_int; + temporary_int = left.current_origin_pool_size; + left.current_origin_pool_size = right.current_origin_pool_size; + right.current_origin_pool_size = temporary_int; + temporary_int = left.current_origin_seed_replica_count; + left.current_origin_seed_replica_count = right.current_origin_seed_replica_count; + right.current_origin_seed_replica_count = temporary_int; + temporary_int = left.current_parent_chain_index; + left.current_parent_chain_index = right.current_parent_chain_index; + right.current_parent_chain_index = temporary_int; + + std::uint64_t temporary_u64 = left.current_parent_batch_ordinal; + left.current_parent_batch_ordinal = right.current_parent_batch_ordinal; + right.current_parent_batch_ordinal = temporary_u64; + temporary_u64 = left.current_rollout_rng_state; + left.current_rollout_rng_state = right.current_rollout_rng_state; + right.current_rollout_rng_state = temporary_u64; + float temporary_float = left.current_rollout_rng_spare_normal; + left.current_rollout_rng_spare_normal = + right.current_rollout_rng_spare_normal; + right.current_rollout_rng_spare_normal = temporary_float; + temporary_int = left.current_rollout_rng_has_spare_normal; + left.current_rollout_rng_has_spare_normal = + right.current_rollout_rng_has_spare_normal; + right.current_rollout_rng_has_spare_normal = temporary_int; + temporary_u64 = left.current_rollout_start_iterations; + left.current_rollout_start_iterations = right.current_rollout_start_iterations; + right.current_rollout_start_iterations = temporary_u64; + temporary_u64 = left.current_rollout_start_batch_ordinal; + left.current_rollout_start_batch_ordinal = right.current_rollout_start_batch_ordinal; + right.current_rollout_start_batch_ordinal = temporary_u64; +} + __device__ __forceinline__ float random_normal(DeviceRng& rng) { if (rng.has_spare_normal != 0) { rng.has_spare_normal = 0; @@ -326,6 +456,7 @@ __device__ __forceinline__ DeviceMetrics invalid_metrics(std::uint32_t flags) { result.crossings = INT_MAX / 4; result.intersections = INT_MAX / 4; result.crossing_loss = infinity; + result.intersection_loss = infinity; result.geometry_penalty = infinity; result.degeneracy_penalty = infinity; result.energy = infinity; @@ -418,15 +549,28 @@ __device__ bool point_in_polygon( Vec2 point, const Vec2* polygon, float coordinate_scale, + float& boundary_distance_squared, std::uint32_t& ambiguity_flags) { bool inside = false; + boundary_distance_squared = FLT_MAX; const float coordinate_epsilon = 64.0f * kFloatEpsilon * fmaxf(1.0f, coordinate_scale); for (int i = 0; i < kPolygonVertexCount; ++i) { const Vec2 a = polygon[i]; const Vec2 b = polygon[(i + 1) % kPolygonVertexCount]; const Vec2 ab = subtract(b, a); const Vec2 ap = subtract(point, a); - const float edge_length = sqrtf(fmaxf(length_squared(ab), 0.0f)); + const float edge_length_squared = fmaxf(length_squared(ab), 0.0f); + const float edge_length = sqrtf(edge_length_squared); + const float projection = fminf( + 1.0f, + fmaxf(0.0f, dot(ap, ab) / + fmaxf(edge_length_squared, 1.0e-30f))); + const Vec2 nearest_delta = make_vec2( + ap.x - projection * ab.x, + ap.y - projection * ab.y); + boundary_distance_squared = fminf( + boundary_distance_squared, + fmaxf(0.0f, length_squared(nearest_delta))); const float cross_value = cross2(ab, ap); const float cross_epsilon = 64.0f * kFloatEpsilon * fmaxf(1.0f, edge_length * coordinate_scale); @@ -437,6 +581,7 @@ __device__ bool point_in_polygon( point.y <= fmaxf(a.y, b.y) + coordinate_epsilon; if (in_bounds && fabsf(cross_value) <= cross_epsilon) { ambiguity_flags |= kAmbiguityPolygonBoundary; + boundary_distance_squared = 0.0f; return true; } @@ -560,12 +705,16 @@ __device__ DeviceMetrics evaluate_state( coordinate_scale = fmaxf(coordinate_scale, fabsf(projected[vertex_offset].y)); } + float maximum_polygon_edge_squared = 0.0f; for (int vertex_offset = 0; vertex_offset < kPolygonVertexCount; ++vertex_offset) { const Vec2 previous = projected[(vertex_offset + kPolygonVertexCount - 1) % kPolygonVertexCount]; const Vec2 current = projected[vertex_offset]; const Vec2 next = projected[(vertex_offset + 1) % kPolygonVertexCount]; const Vec2 incoming = subtract(previous, current); const Vec2 outgoing = subtract(next, current); + maximum_polygon_edge_squared = fmaxf( + maximum_polygon_edge_squared, + length_squared(outgoing)); const float length_product = sqrtf( fmaxf(1.0e-30f, length_squared(incoming) * length_squared(outgoing))); const float turn_quality = fabsf(cross2(incoming, outgoing)) / length_product; @@ -619,9 +768,39 @@ __device__ DeviceMetrics evaluate_state( } const Vec3 hit = add(a, multiply(subtract(b, a), t)); const Vec2 projected_hit = project_point(hit, origin, x_axis, y_axis); + float boundary_distance_squared = FLT_MAX; if (point_in_polygon( - projected_hit, projected, coordinate_scale, metrics.ambiguity_flags)) { + projected_hit, + projected, + coordinate_scale, + boundary_distance_squared, + metrics.ambiguity_flags)) { ++metrics.intersections; + + // A true edge-face intersection can disappear either through + // an endpoint of the segment or through the polygon boundary. + // Both margins vanish continuously at that exit. Their product + // is in [0, 1], is translation/scale invariant, and is larger + // for intersections which are deep in both senses. + const float segment_depth = fminf( + 1.0f, + fmaxf(0.0f, 4.0f * t * (1.0f - t))); + const float face_scale = sqrtf(fmaxf( + maximum_polygon_edge_squared, + 1.0e-20f)); + const float boundary_distance = sqrtf(fmaxf( + boundary_distance_squared, + 0.0f)); + const float normalized_boundary_depth = + boundary_distance / face_scale; + const float boundary_depth = normalized_boundary_depth / + (normalized_boundary_depth + 0.02f); + const float pair_loss = segment_depth * boundary_depth; + if (!isfinite(pair_loss)) { + return invalid_metrics(metrics.ambiguity_flags | + kAmbiguityInvalidState); + } + metrics.intersection_loss += pair_loss; } } } @@ -638,6 +817,10 @@ __device__ DeviceMetrics evaluate_state( const float condition = sqrtf(maximum_edge_squared / minimum_edge_squared); const float maximum_vertex_norm = sqrtf(maximum_vertex_norm_squared); + metrics.min_plane_determinant = determinant_quality; + metrics.relative_min_edge = relative_min_edge; + metrics.min_turn_sine = turn_quality; + metrics.max_vertex_norm = maximum_vertex_norm; const float determinant_barrier = log1pf(0.02f / fmaxf(1.0e-10f, determinant_quality)); const float edge_barrier = @@ -663,6 +846,9 @@ __device__ DeviceMetrics evaluate_state( 0.05f * static_cast(defects) + 0.01f * static_cast(metrics.crossings) + 0.02f * fminf(10.0f, metrics.crossing_loss) + + // Keep this continuous guide below the discrete 0.05 cost of one + // exact defect. Exact C/I therefore remain the primary objective. + 0.01f * fminf(4.0f, metrics.intersection_loss) + metrics.geometry_penalty; if (!isfinite(metrics.energy)) { return invalid_metrics(metrics.ambiguity_flags); @@ -826,7 +1012,8 @@ __global__ void initialize_chains_kernel( const DeviceTopology* topology, const DevicePlaneState* initial_states, int initial_state_count, - DeviceConfig config) { + DeviceConfig config, + DeviceStrategyCounters* counters) { const int chain_index = blockIdx.x * blockDim.x + threadIdx.x; if (chain_index >= chain_count) { return; @@ -840,9 +1027,15 @@ __global__ void initialize_chains_kernel( if (chain.rng.state == 0) { chain.rng.state = 0x2545f4914f6cdd1dULL; } + const DeviceRng rollout_rng = chain.rng; + int origin_seed_index = -1; + int origin_seed_replica_count = 0; if (initial_state_count > 0) { const int initial_index = chain_index % initial_state_count; + origin_seed_index = initial_index; + origin_seed_replica_count = chain_count / initial_state_count + + (initial_index < chain_count % initial_state_count ? 1 : 0); for (int value_index = 0; value_index < kPlaneValueCount; ++value_index) { chain.current[value_index] = initial_states[initial_index].values[value_index]; } @@ -862,14 +1055,29 @@ __global__ void initialize_chains_kernel( } chain.current_metrics = evaluate_state(chain.current, topology, config); + atomicAdd(&counters->additional_evaluations, 1ULL); for (int retry = 0; retry < 8 && !isfinite(chain.current_metrics.energy); ++retry) { randomize_state(chain.current, chain.rng); chain.current_metrics = evaluate_state(chain.current, topology, config); + atomicAdd(&counters->additional_evaluations, 1ULL); } for (int value_index = 0; value_index < kPlaneValueCount; ++value_index) { chain.best[value_index] = chain.current[value_index]; } chain.best_metrics = chain.current_metrics; + begin_current_rollout( + chain, + initial_state_count > 0 + ? static_cast(OriginKind::InitialPool) + : static_cast(OriginKind::Random), + origin_seed_index, + initial_state_count, + origin_seed_replica_count, + -1, + 0, + 0, + rollout_rng); + record_best_provenance(chain, kBaselineCohort, 0, 0); chain.step = fmaxf( config.minimum_step, config.initial_step * expf((random_uniform(chain.rng) - 0.5f) * 1.5f)); @@ -880,12 +1088,35 @@ __global__ void initialize_chains_kernel( chains[chain_index] = chain; } +__global__ void begin_batch_provenance_kernel( + DeviceChain* chains, + int chain_count, + std::uint64_t batch_ordinal) { + const int chain_index = blockIdx.x * blockDim.x + threadIdx.x; + if (chain_index >= chain_count) { + return; + } + DeviceChain chain = chains[chain_index]; + begin_current_rollout( + chain, + chain.current_origin_kind, + chain.current_origin_seed_index, + chain.current_origin_pool_size, + chain.current_origin_seed_replica_count, + chain.current_parent_chain_index, + chain.current_parent_batch_ordinal, + batch_ordinal, + chain.rng); + chains[chain_index] = chain; +} + __global__ __launch_bounds__(kThreadsPerBlock, 4) void search_chains_kernel( DeviceChain* chains, int chain_count, const DeviceTopology* topology, DeviceConfig config, - DeviceBatchRunConfig batch_config) { + DeviceBatchRunConfig batch_config, + DeviceStrategyCounters* counters) { const int chain_index = blockIdx.x * blockDim.x + threadIdx.x; if (chain_index >= chain_count) { return; @@ -897,16 +1128,19 @@ __global__ __launch_bounds__(kThreadsPerBlock, 4) void search_chains_kernel( cohort == kAdaptiveMoveCohort || cohort == kPbtCohort; if (batch_config.refresh_fresh_cohort != 0 && !(batch_config.injection_active != 0 && cohort == kInjectedCohort) && - static_cast(cohort_ordinal(chain.chain_id, cohort, batch_config) % + static_cast(cohort_ordinal(chain.chain_id, cohort, batch_config) % static_cast(batch_config.fresh_denominator)) < batch_config.fresh_numerator) { + const DeviceRng rollout_rng = chain.rng; randomize_state(chain.current, chain.rng); chain.current_metrics = evaluate_state(chain.current, topology, config); + atomicAdd(&counters->additional_evaluations, 1ULL); for (int retry = 0; retry < 8 && !isfinite(chain.current_metrics.energy); ++retry) { randomize_state(chain.current, chain.rng); chain.current_metrics = evaluate_state(chain.current, topology, config); + atomicAdd(&counters->additional_evaluations, 1ULL); } // A fresh cohort models a new CPU trial. The host retains the global // best, while this chain starts a new local-best trajectory. @@ -914,6 +1148,21 @@ __global__ __launch_bounds__(kThreadsPerBlock, 4) void search_chains_kernel( chain.best[value_index] = chain.current[value_index]; } chain.best_metrics = chain.current_metrics; + begin_current_rollout( + chain, + static_cast(OriginKind::FreshRestart), + -1, + 0, + 0, + -1, + 0, + batch_config.session_batch_ordinal, + rollout_rng); + record_best_provenance( + chain, + cohort, + chain.iterations, + batch_config.session_batch_ordinal); chain.step = fmaxf( config.minimum_step, config.initial_step * expf((random_uniform(chain.rng) - 0.5f) * 1.5f)); @@ -962,6 +1211,7 @@ __global__ __launch_bounds__(kThreadsPerBlock, 4) void search_chains_kernel( bool accepted = false; if (isfinite(candidate_metrics.energy)) { if (!isfinite(chain.current_metrics.energy) || + improved_current || candidate_metrics.energy < chain.current_metrics.energy) { accepted = true; } else { @@ -995,6 +1245,11 @@ __global__ __launch_bounds__(kThreadsPerBlock, 4) void search_chains_kernel( chain.best[value_index] = candidate[value_index]; } chain.best_metrics = candidate_metrics; + record_best_provenance( + chain, + cohort, + chain.iterations + 1ULL, + batch_config.session_batch_ordinal); chain.stagnant = 0; } else { ++chain.stagnant; @@ -1007,18 +1262,31 @@ __global__ __launch_bounds__(kThreadsPerBlock, 4) void search_chains_kernel( ++chain.iterations; if (chain.stagnant >= config.stagnation_iterations) { + const DeviceRng rollout_rng = chain.rng; for (int value_index = 0; value_index < kPlaneValueCount; ++value_index) { chain.current[value_index] = chain.best[value_index]; } + begin_current_rollout( + chain, + chain.best_origin_kind, + chain.best_origin_seed_index, + chain.best_origin_pool_size, + chain.best_origin_seed_replica_count, + chain.best_parent_chain_index, + chain.best_parent_batch_ordinal, + batch_config.session_batch_ordinal, + rollout_rng); apply_move( chain.current, config.initial_step * batch_config.step_scale, true, chain.rng); chain.current_metrics = evaluate_state(chain.current, topology, config); + atomicAdd(&counters->additional_evaluations, 1ULL); if (!isfinite(chain.current_metrics.energy)) { randomize_state(chain.current, chain.rng); chain.current_metrics = evaluate_state(chain.current, topology, config); + atomicAdd(&counters->additional_evaluations, 1ULL); } chain.step = config.initial_step * (0.5f + random_uniform(chain.rng)); chain.temperature = config.initial_temperature * @@ -1054,6 +1322,10 @@ __global__ void inject_seed_states_kernel( batch_config); const int seed_index = static_cast( ordinal % static_cast(injected_state_count)); + const int seed_replica_count = + batch_config.injected_chain_count / injected_state_count + + (seed_index < batch_config.injected_chain_count % injected_state_count ? 1 : 0); + const DeviceRng rollout_rng = chain.rng; for (int value_index = 0; value_index < kPlaneValueCount; ++value_index) { chain.current[value_index] = injected_states[seed_index].values[value_index]; @@ -1083,6 +1355,21 @@ __global__ void inject_seed_states_kernel( chain.best[value_index] = chain.current[value_index]; } chain.best_metrics = chain.current_metrics; + begin_current_rollout( + chain, + static_cast(OriginKind::InjectedPool), + seed_index, + injected_state_count, + seed_replica_count, + -1, + 0, + batch_config.session_batch_ordinal, + rollout_rng); + record_best_provenance( + chain, + kInjectedCohort, + chain.iterations, + batch_config.session_batch_ordinal); chain.step = fmaxf( config.minimum_step, config.initial_step * (0.65f + 0.7f * random_uniform(chain.rng))); @@ -1164,6 +1451,27 @@ __global__ void replica_exchange_kernel( const DeviceMetrics temporary_metrics = left.current_metrics; left.current_metrics = right.current_metrics; right.current_metrics = temporary_metrics; + swap_current_provenance(left, right); + begin_current_rollout( + left, + left.current_origin_kind, + left.current_origin_seed_index, + left.current_origin_pool_size, + left.current_origin_seed_replica_count, + static_cast(right.chain_id), + batch_config.session_batch_ordinal, + batch_config.session_batch_ordinal, + left.rng); + begin_current_rollout( + right, + right.current_origin_kind, + right.current_origin_seed_index, + right.current_origin_pool_size, + right.current_origin_seed_replica_count, + static_cast(left.chain_id), + batch_config.session_batch_ordinal, + batch_config.session_batch_ordinal, + right.rng); atomicAdd(&counters->replica_exchange_accepts, 1ULL); } @@ -1217,6 +1525,36 @@ __global__ void pbt_exploit_kernel( loser.best[value_index] = winner.best[value_index]; } loser.best_metrics = winner.best_metrics; + loser.best_strategy = winner.best_strategy; + loser.best_origin_kind = winner.best_origin_kind; + loser.best_origin_seed_index = winner.best_origin_seed_index; + loser.best_origin_pool_size = winner.best_origin_pool_size; + loser.best_origin_seed_replica_count = + winner.best_origin_seed_replica_count; + loser.best_producing_chain_index = winner.best_producing_chain_index; + loser.best_parent_chain_index = winner_index; + loser.best_parent_batch_ordinal = batch_config.session_batch_ordinal; + loser.best_rollout_rng_state = winner.best_rollout_rng_state; + loser.best_rollout_rng_spare_normal = + winner.best_rollout_rng_spare_normal; + loser.best_rollout_rng_has_spare_normal = + winner.best_rollout_rng_has_spare_normal; + loser.best_rollout_start_iterations = + winner.best_rollout_start_iterations; + loser.best_rollout_start_batch_ordinal = + winner.best_rollout_start_batch_ordinal; + loser.best_found_iteration = winner.best_found_iteration; + loser.best_found_batch_ordinal = winner.best_found_batch_ordinal; + begin_current_rollout( + loser, + static_cast(OriginKind::PopulationTransfer), + -1, + 0, + 0, + winner_index, + batch_config.session_batch_ordinal, + batch_config.session_batch_ordinal, + loser.rng); for (int plane_index = 0; plane_index < kPlaneCount; ++plane_index) { add_to_plane( loser.current, @@ -1233,6 +1571,11 @@ __global__ void pbt_exploit_kernel( loser.best[value_index] = loser.current[value_index]; } loser.best_metrics = loser.current_metrics; + record_best_provenance( + loser, + kPbtCohort, + loser.iterations, + batch_config.session_batch_ordinal); } loser.step = fmaxf( config.minimum_step, @@ -1620,6 +1963,8 @@ struct BatchSession::Impl { std::string device_name; int exchange_phase = 0; int pbt_pairing_phase = 0; + std::uint64_t completed_batches = 0; + std::uint64_t pending_initial_evaluations = 0; bool is_initialized = false; }; @@ -1785,6 +2130,14 @@ bool BatchSession::initialize( if (status != cudaSuccess) { return fail("cudaMalloc(strategy counters)", status); } + status = cudaMemsetAsync( + impl_->device_strategy_counters, + 0, + sizeof(DeviceStrategyCounters), + impl_->stream); + if (status != cudaSuccess) { + return fail("cudaMemsetAsync(initialization counters)", status); + } const DeviceTopology device_topology = make_device_topology(topology); status = cudaMemcpyAsync( @@ -1832,7 +2185,8 @@ bool BatchSession::initialize( impl_->device_topology, device_initial_states, static_cast(host_initial_states.size()), - impl_->device_config); + impl_->device_config, + impl_->device_strategy_counters); status = cudaPeekAtLastError(); if (status == cudaSuccess) { status = cudaStreamSynchronize(impl_->stream); @@ -1843,6 +2197,17 @@ bool BatchSession::initialize( if (status != cudaSuccess) { return fail("initialize_chains_kernel", status); } + DeviceStrategyCounters initialization_counters{}; + status = cudaMemcpy( + &initialization_counters, + impl_->device_strategy_counters, + sizeof(initialization_counters), + cudaMemcpyDeviceToHost); + if (status != cudaSuccess) { + return fail("cudaMemcpy(initialization counters)", status); + } + impl_->pending_initial_evaluations = static_cast( + initialization_counters.additional_evaluations); impl_->is_initialized = true; return true; @@ -1873,6 +2238,8 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { result.device_index = impl_->device_index; result.device_name = impl_->device_name; result.stream_priority = impl_->stream_priority; + result.session_seed = impl_->config.seed; + result.session_batch_ordinal = impl_->completed_batches; cudaError_t status = cudaSetDevice(impl_->device_index); if (status != cudaSuccess) { @@ -1916,6 +2283,7 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { batch_config.injected_state_jitter; common_batch_config.injection_active = batch_config.injected_states.empty() ? 0 : 1; + common_batch_config.session_batch_ordinal = result.session_batch_ordinal; // Count the same disjoint fresh cohorts as the device. Using the ordinal // inside a strategy (rather than raw chain_id) prevents the 16-way strategy @@ -1964,6 +2332,10 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { ++result.fresh_chains; } } + common_batch_config.injected_chain_count = static_cast( + std::min( + result.injected_chains, + static_cast(std::numeric_limits::max()))); std::vector host_injected_states( batch_config.injected_states.size()); @@ -2021,6 +2393,20 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { finish_wall_time(); return result; } + begin_batch_provenance_kernel<<< + block_count, + kThreadsPerBlock, + 0, + impl_->stream>>>( + impl_->device_chains, + impl_->config.chain_count, + result.session_batch_ordinal); + status = cudaPeekAtLastError(); + if (status != cudaSuccess) { + result.error = cuda_error("begin_batch_provenance_kernel launch", status); + finish_wall_time(); + return result; + } if (!host_injected_states.empty()) { inject_seed_states_kernel<<< block_count, @@ -2056,7 +2442,8 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { impl_->config.chain_count, impl_->device_topology, launch_config, - device_batch_config); + device_batch_config, + impl_->device_strategy_counters); status = cudaPeekAtLastError(); if (status != cudaSuccess) { result.error = cuda_error("search_chains_kernel launch", status); @@ -2205,15 +2592,57 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { candidate.crossings = device_chain.best_metrics.crossings; candidate.intersections = device_chain.best_metrics.intersections; candidate.crossing_loss = device_chain.best_metrics.crossing_loss; + candidate.intersection_loss = device_chain.best_metrics.intersection_loss; candidate.geometry_penalty = device_chain.best_metrics.geometry_penalty; candidate.degeneracy_penalty = device_chain.best_metrics.degeneracy_penalty; candidate.energy = device_chain.best_metrics.energy; + candidate.min_plane_determinant = + device_chain.best_metrics.min_plane_determinant; + candidate.relative_min_edge = device_chain.best_metrics.relative_min_edge; + candidate.min_turn_sine = device_chain.best_metrics.min_turn_sine; + candidate.max_vertex_norm = device_chain.best_metrics.max_vertex_norm; candidate.ambiguity_flags = device_chain.best_metrics.ambiguity_flags; - candidate.strategy = host_strategy_kind( - device_chain.chain_id, - batch_config); + candidate.strategy = static_cast(std::max( + static_cast(StrategyKind::Baseline), + std::min( + device_chain.best_strategy, + static_cast(StrategyKind::Injected)))); + candidate.origin = static_cast(std::max( + static_cast(OriginKind::Random), + std::min( + device_chain.best_origin_kind, + static_cast(OriginKind::PopulationTransfer)))); + candidate.origin_seed_index = device_chain.best_origin_seed_index; + candidate.origin_pool_size = device_chain.best_origin_pool_size; + candidate.origin_seed_replica_count = + device_chain.best_origin_seed_replica_count; + if (candidate.origin == OriginKind::InjectedPool) { + candidate.injected_seed_index = candidate.origin_seed_index; + } candidate.chain_id = device_chain.chain_id; + candidate.producing_chain_id = static_cast(std::max( + 0, + device_chain.best_producing_chain_index)); + candidate.parent_chain_id = device_chain.best_parent_chain_index >= 0 + ? static_cast(device_chain.best_parent_chain_index) + : UINT64_MAX; + candidate.parent_batch_ordinal = + device_chain.best_parent_batch_ordinal; candidate.iterations = device_chain.iterations; + candidate.rollout_rng_state = device_chain.best_rollout_rng_state; + candidate.rollout_rng_has_spare_normal = static_cast( + device_chain.best_rollout_rng_has_spare_normal != 0 ? 1 : 0); + candidate.rollout_rng_spare_normal = + candidate.rollout_rng_has_spare_normal != 0 + ? device_chain.best_rollout_rng_spare_normal + : 0.0f; + candidate.rollout_start_iterations = + device_chain.best_rollout_start_iterations; + candidate.rollout_start_batch_ordinal = + device_chain.best_rollout_start_batch_ordinal; + candidate.best_found_iteration = device_chain.best_found_iteration; + candidate.best_found_batch_ordinal = + device_chain.best_found_batch_ordinal; candidates.push_back(candidate); } candidates.erase( @@ -2224,6 +2653,8 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { candidates.end()); result.strategy_evaluated_states = static_cast(host_strategy_counters.additional_evaluations); + result.initialization_evaluated_states = + impl_->pending_initial_evaluations; result.replica_exchange_accepts = static_cast( host_strategy_counters.replica_exchange_accepts); @@ -2232,12 +2663,59 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { result.evaluated_states = static_cast(impl_->config.chain_count) * static_cast(impl_->config.iterations_per_batch) + - result.strategy_evaluated_states; + result.strategy_evaluated_states + + result.initialization_evaluated_states; if (candidates.empty()) { result.error = "All CUDA search chains produced invalid geometry."; finish_wall_time(); return result; } + // Keep an equal-marginal sample of finite running chain bests inside every + // producing strategy before host quality selection. The random circular + // offset changes deterministically per session batch; no quality value + // participates in selection. + constexpr std::size_t kPopulationSamplesPerStrategy = 64; + std::array, 5> population_indices; + for (std::size_t index = 0; index < candidates.size(); ++index) { + const std::size_t strategy = std::min( + static_cast(candidates[index].strategy), + population_indices.size() - 1); + population_indices[strategy].push_back(index); + } + auto host_splitmix64 = [](std::uint64_t value) { + value += 0x9e3779b97f4a7c15ULL; + value = (value ^ (value >> 30)) * 0xbf58476d1ce4e5b9ULL; + value = (value ^ (value >> 27)) * 0x94d049bb133111ebULL; + return value ^ (value >> 31); + }; + result.population_sample.reserve( + kPopulationSamplesPerStrategy * population_indices.size()); + for (std::size_t strategy = 0; strategy < population_indices.size(); ++strategy) { + const std::vector& indices = population_indices[strategy]; + if (indices.empty()) { + continue; + } + const std::size_t sample_count = std::min( + kPopulationSamplesPerStrategy, + indices.size()); + const std::uint64_t offset_seed = result.session_seed ^ + (result.session_batch_ordinal + 1ULL) * 0x9e3779b97f4a7c15ULL ^ + (strategy + 1ULL) * 0xbf58476d1ce4e5b9ULL; + const std::size_t offset = static_cast( + host_splitmix64(offset_seed) % static_cast(indices.size())); + const float inclusion_probability = static_cast(sample_count) / + static_cast(indices.size()); + for (std::size_t sample = 0; sample < sample_count; ++sample) { + Candidate candidate = candidates[ + indices[(offset + sample) % indices.size()]]; + candidate.population_sample_numerator = static_cast( + sample_count); + candidate.population_sample_denominator = static_cast( + indices.size()); + candidate.population_inclusion_probability = inclusion_probability; + result.population_sample.push_back(std::move(candidate)); + } + } const std::size_t top_count = std::min( candidates.size(), static_cast(impl_->config.shortlist_size)); @@ -2302,24 +2780,21 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { std::vector best_per_injected_seed( batch_config.injected_states.size(), nullptr); - const std::uint64_t total_weight = static_cast( - batch_config.baseline_weight + batch_config.replica_exchange_weight + - batch_config.adaptive_move_weight + batch_config.pbt_weight + - batch_config.injected_weight); - const std::uint64_t injected_start = static_cast( - batch_config.baseline_weight + batch_config.replica_exchange_weight + - batch_config.adaptive_move_weight + batch_config.pbt_weight); - const std::uint64_t injected_weight = static_cast( - batch_config.injected_weight); for (const Candidate& candidate : candidates) { - if (candidate.strategy != StrategyKind::Injected) { + if (candidate.strategy != StrategyKind::Injected || + candidate.origin != OriginKind::InjectedPool || + candidate.injected_seed_index < 0 || + candidate.origin_pool_size != + static_cast(best_per_injected_seed.size()) || + candidate.rollout_start_batch_ordinal != + result.session_batch_ordinal) { continue; } - const std::uint64_t block = candidate.chain_id / total_weight; - const std::uint64_t local = candidate.chain_id % total_weight - injected_start; - const std::uint64_t ordinal = block * injected_weight + local; const std::size_t seed_index = static_cast( - ordinal % static_cast(best_per_injected_seed.size())); + candidate.injected_seed_index); + if (seed_index >= best_per_injected_seed.size()) { + continue; + } const Candidate*& incumbent = best_per_injected_seed[seed_index]; if (incumbent == nullptr || host_candidate_better(candidate, *incumbent)) { incumbent = &candidate; @@ -2361,6 +2836,8 @@ BatchResult BatchSession::run(const BatchRunConfig& batch_config) { std::sort(selected.begin(), selected.end(), host_candidate_better); result.shortlist = std::move(selected); result.success = true; + impl_->pending_initial_evaluations = 0; + ++impl_->completed_batches; finish_wall_time(); return result; } diff --git a/src/CudaSearch/cuda_search.h b/src/CudaSearch/cuda_search.h index cd344e4d..82697376 100644 --- a/src/CudaSearch/cuda_search.h +++ b/src/CudaSearch/cuda_search.h @@ -36,6 +36,14 @@ enum class StrategyKind : std::uint8_t { Injected = 4, }; +enum class OriginKind : std::uint8_t { + Random = 0, + InitialPool = 1, + FreshRestart = 2, + InjectedPool = 3, + PopulationTransfer = 4, +}; + // Fixed combinatorial description used by the global search. Indices are // zero-based. vertex_planes[v] contains the three planes whose intersection // produces vertex v. @@ -111,13 +119,42 @@ struct Candidate { int crossings = 0; int intersections = 0; float crossing_loss = 0.0f; + float intersection_loss = 0.0f; float geometry_penalty = 0.0f; float degeneracy_penalty = 0.0f; float energy = 0.0f; + float min_plane_determinant = 0.0f; + float relative_min_edge = 0.0f; + float min_turn_sine = 0.0f; + float max_vertex_norm = 0.0f; std::uint32_t ambiguity_flags = kAmbiguityNone; StrategyKind strategy = StrategyKind::Baseline; + OriginKind origin = OriginKind::Random; + // For the injected cohort this identifies the host seed whose descendant + // produced the candidate. It lets the online surrogate learn from a full + // short rollout instead of merely regressing the already-known C/I value. + int injected_seed_index = -1; + int origin_seed_index = -1; + int origin_pool_size = 0; + int origin_seed_replica_count = 0; std::uint64_t chain_id = 0; + std::uint64_t producing_chain_id = 0; + std::uint64_t parent_chain_id = UINT64_MAX; + std::uint64_t parent_batch_ordinal = 0; std::uint64_t iterations = 0; + std::uint64_t rollout_rng_state = 0; + float rollout_rng_spare_normal = 0.0f; + std::uint32_t rollout_rng_has_spare_normal = 0; + std::uint64_t rollout_start_iterations = 0; + std::uint64_t rollout_start_batch_ordinal = 0; + std::uint64_t best_found_iteration = 0; + std::uint64_t best_found_batch_ordinal = 0; + // Exact stratum counts and their derived marginal probability for appearing + // in BatchResult::population_sample. They are zero for candidates returned + // only through shortlist. + std::uint32_t population_sample_numerator = 0; + std::uint32_t population_sample_denominator = 0; + float population_inclusion_probability = 0.0f; }; struct BackendInfo { @@ -138,10 +175,20 @@ struct BatchResult { int device_index = -1; int stream_priority = 0; + // Persistent-session provenance. The ordinal is zero-based and advances + // only after a successful run(); the seed is the exact initialization + // seed used for every resident chain RNG. + std::uint64_t session_seed = 0; + std::uint64_t session_batch_ordinal = 0; + double kernel_milliseconds = 0.0; double transfer_milliseconds = 0.0; double wall_milliseconds = 0.0; std::uint64_t evaluated_states = 0; + // One-time geometry evaluations performed while the persistent session + // initialized its resident chains. They are included in evaluated_states + // on the first successful run() only. + std::uint64_t initialization_evaluated_states = 0; std::uint64_t strategy_evaluated_states = 0; std::uint64_t fresh_chains = 0; std::uint64_t injected_chains = 0; @@ -150,6 +197,10 @@ struct BatchResult { std::uint64_t pbt_exploits = 0; std::vector shortlist; + // Deterministic circular sample of finite running chain bests before host + // quality selection. Every finite chain best inside a producing-strategy + // stratum has the same exact marginal inclusion ratio. + std::vector population_sample; }; BackendInfo query_backend(int device_index = 0); diff --git a/src/NeighborlyCore/util.cpp b/src/NeighborlyCore/util.cpp index 7e6ae5c6..866f1790 100644 --- a/src/NeighborlyCore/util.cpp +++ b/src/NeighborlyCore/util.cpp @@ -591,12 +591,16 @@ int count_self_crossings_strict( const Verts3D& v3ds, const Planes& planes, double eps, - double* smooth_loss + double* smooth_loss, + std::uint16_t* face_mask ) { int crossings = 0; if (smooth_loss != nullptr) { *smooth_loss = 0.0; } + if (face_mask != nullptr) { + *face_mask = 0; + } static const double barrier_margin = 1e-4; thread_local Verts2D projected; for (size_t face_ix = 0; face_ix < g_polys.size(); ++face_ix) { @@ -613,6 +617,9 @@ int count_self_crossings_strict( if (strict_segment_intersection_2d( projected[i], projected[i_next], projected[j], projected[j_next], eps)) { crossings += 1; + if (face_mask != nullptr && face_ix < 16) { + *face_mask |= static_cast(1u << face_ix); + } } if (smooth_loss != nullptr) { const Vector2d& a = projected[i]; @@ -642,9 +649,13 @@ int count_self_crossings_strict( int count_self_crossings_precise( const Verts3D& v3ds, const Planes& planes, - double eps + double eps, + std::uint16_t* face_mask ) { int crossings = 0; + if (face_mask != nullptr) { + *face_mask = 0; + } thread_local Verts2D projected; for (size_t face_ix = 0; face_ix < g_polys.size(); ++face_ix) { const Face& face = g_polys[face_ix]; @@ -661,6 +672,9 @@ int count_self_crossings_precise( projected[i], projected[i_next], projected[j], projected[j_next], eps)) { crossings += 1; + if (face_mask != nullptr && face_ix < 16) { + *face_mask |= static_cast(1u << face_ix); + } } } } @@ -785,7 +799,30 @@ bool strict_point_in_polygon_2d(const Vector2d& point, const Verts2D& polygon, d return inside; } -int count_edge_face_intersections_strict(const Verts3D& v3ds, const Planes& planes, double eps) { +double point_segment_distance_2d( + const Vector2d& point, + const Vector2d& a, + const Vector2d& b +) { + const Vector2d ab = b - a; + const double length_squared = ab.squaredNorm(); + if (!std::isfinite(length_squared) || length_squared <= 1e-30) { + return (point - a).norm(); + } + const double parameter = std::clamp( + (point - a).dot(ab) / length_squared, + 0.0, + 1.0); + return (point - (a + parameter * ab)).norm(); +} + +int count_edge_face_intersections_strict( + const Verts3D& v3ds, + const Planes& planes, + double eps, + double* smooth_loss, + std::uint16_t* face_mask +) { thread_local int cache_topology = -1; thread_local size_t cache_face_count = 0; thread_local size_t cache_edge_count = 0; @@ -812,12 +849,24 @@ int count_edge_face_intersections_strict(const Verts3D& v3ds, const Planes& plan } int intersections = 0; + if (smooth_loss != nullptr) { + *smooth_loss = 0.0; + } + if (face_mask != nullptr) { + *face_mask = 0; + } thread_local Verts2D projected; for (size_t face_ix = 0; face_ix < g_polys.size(); ++face_ix) { const Plane& plane = planes[face_ix]; Matrix3d basis; Vector3d origin; make_2d_projection(v3ds, g_polys[face_ix], plane, projected, basis, origin); + double face_scale = 0.0; + for (size_t vertex = 0; vertex < projected.size(); ++vertex) { + face_scale = std::max( + face_scale, + (projected[(vertex + 1) % projected.size()] - projected[vertex]).norm()); + } for (const Edge& edge : nonincident_edges[face_ix]) { const Vector3d& a = v3ds[edge.first]; const Vector3d& b = v3ds[edge.second]; @@ -837,13 +886,39 @@ int count_edge_face_intersections_strict(const Verts3D& v3ds, const Planes& plan const Vector2d hit2 = (basis * (hit3 - origin)).head<2>(); if (strict_point_in_polygon_2d(hit2, projected, eps)) { intersections += 1; + if (face_mask != nullptr && face_ix < 16) { + *face_mask |= static_cast(1u << face_ix); + } + if (smooth_loss != nullptr && std::isfinite(face_scale) && face_scale > eps) { + double boundary_distance = std::numeric_limits::infinity(); + for (size_t vertex = 0; vertex < projected.size(); ++vertex) { + boundary_distance = std::min( + boundary_distance, + point_segment_distance_2d( + hit2, + projected[vertex], + projected[(vertex + 1) % projected.size()])); + } + if (std::isfinite(boundary_distance)) { + const double segment_depth = std::clamp(4.0 * t * (1.0 - t), 0.0, 1.0); + const double normalized_depth = std::max(0.0, boundary_distance / face_scale); + const double boundary_depth = normalized_depth / (normalized_depth + 0.02); + *smooth_loss += segment_depth * boundary_depth; + } + } } } } return intersections; } -int count_edge_face_intersections_precise(const Verts3D& v3ds, const Planes& planes, double eps) { +int count_edge_face_intersections_precise( + const Verts3D& v3ds, + const Planes& planes, + double eps, + double* smooth_loss, + std::uint16_t* face_mask +) { thread_local int cache_topology = -1; thread_local size_t cache_face_count = 0; thread_local size_t cache_edge_count = 0; @@ -870,12 +945,24 @@ int count_edge_face_intersections_precise(const Verts3D& v3ds, const Planes& pla } int intersections = 0; + if (smooth_loss != nullptr) { + *smooth_loss = 0.0; + } + if (face_mask != nullptr) { + *face_mask = 0; + } thread_local Verts2D projected; for (size_t face_ix = 0; face_ix < g_polys.size(); ++face_ix) { const Plane& plane = planes[face_ix]; Matrix3d basis; Vector3d origin; make_2d_projection(v3ds, g_polys[face_ix], plane, projected, basis, origin); + double face_scale = 0.0; + for (size_t vertex = 0; vertex < projected.size(); ++vertex) { + face_scale = std::max( + face_scale, + (projected[(vertex + 1) % projected.size()] - projected[vertex]).norm()); + } for (const Edge& edge : nonincident_edges[face_ix]) { const Vector3d& a = v3ds[edge.first]; const Vector3d& b = v3ds[edge.second]; @@ -886,6 +973,35 @@ int count_edge_face_intersections_precise(const Verts3D& v3ds, const Planes& pla const WidePoint2 hit = precise_projected_edge_hit(a, b, t, basis, origin); if (precise_point_in_polygon_2d(hit, projected, eps)) { intersections += 1; + if (face_mask != nullptr && face_ix < 16) { + *face_mask |= static_cast(1u << face_ix); + } + if (smooth_loss != nullptr && + std::isfinite(face_scale) && face_scale > eps) { + const double t_value = t.to_double(); + const Vector2d hit2(hit.x.to_double(), hit.y.to_double()); + double boundary_distance = std::numeric_limits::infinity(); + for (size_t vertex = 0; vertex < projected.size(); ++vertex) { + boundary_distance = std::min( + boundary_distance, + point_segment_distance_2d( + hit2, + projected[vertex], + projected[(vertex + 1) % projected.size()])); + } + if (std::isfinite(t_value) && std::isfinite(boundary_distance)) { + const double segment_depth = std::clamp( + 4.0 * t_value * (1.0 - t_value), + 0.0, + 1.0); + const double normalized_depth = std::max( + 0.0, + boundary_distance / face_scale); + const double boundary_depth = + normalized_depth / (normalized_depth + 0.02); + *smooth_loss += segment_depth * boundary_depth; + } + } } } } diff --git a/src/NeighborlyCore/util.h b/src/NeighborlyCore/util.h index c2c039c8..03acc093 100644 --- a/src/NeighborlyCore/util.h +++ b/src/NeighborlyCore/util.h @@ -1,6 +1,7 @@ #pragma once #include "plane.h" #include +#include #include #include #include @@ -60,15 +61,27 @@ int count_self_crossings_strict( const Verts3D& v3ds, const Planes& planes, double eps = 1e-8, - double* smooth_loss = nullptr); + double* smooth_loss = nullptr, + std::uint16_t* face_mask = nullptr); int count_self_crossings_precise( const Verts3D& v3ds, const Planes& planes, - double eps = 1e-12); + double eps = 1e-12, + std::uint16_t* face_mask = nullptr); int count_intersections(const Verts3D& v3ds, const Planes& planes, const Plane& plane, const Face& poly, const Edges& other_edges); int count_intersections(const Verts3D& v3ds, const Planes& planes); -int count_edge_face_intersections_strict(const Verts3D& v3ds, const Planes& planes, double eps = 1e-8); -int count_edge_face_intersections_precise(const Verts3D& v3ds, const Planes& planes, double eps = 1e-12); +int count_edge_face_intersections_strict( + const Verts3D& v3ds, + const Planes& planes, + double eps = 1e-8, + double* smooth_loss = nullptr, + std::uint16_t* face_mask = nullptr); +int count_edge_face_intersections_precise( + const Verts3D& v3ds, + const Planes& planes, + double eps = 1e-12, + double* smooth_loss = nullptr, + std::uint16_t* face_mask = nullptr); double angle_penalty(const Verts3D& verts); double dist_penalty(const Verts3D& verts); double length_penalty(const Verts3D& verts); diff --git a/src/OnlineSurrogate/OnlineSurrogate.cpp b/src/OnlineSurrogate/OnlineSurrogate.cpp new file mode 100644 index 00000000..f17bf773 --- /dev/null +++ b/src/OnlineSurrogate/OnlineSurrogate.cpp @@ -0,0 +1,1514 @@ +#include "OnlineSurrogate.h" + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef _WIN32 +#ifndef NOMINMAX +#define NOMINMAX +#endif +#include +#else +#include +#include +#include +#endif + +namespace szilassi::surrogate { +namespace { + +constexpr int kInput = static_cast(kInputSize); +constexpr int kHidden = static_cast(kHiddenSize); +constexpr int kOutput = 2 + static_cast(kPlaneCount + kMoveCount + kScaleCount); +constexpr int kImprovementOffset = 0; +constexpr int kGainOffset = 1; +constexpr int kPlaneOffset = 2; +constexpr int kMoveOffset = kPlaneOffset + static_cast(kPlaneCount); +constexpr int kScaleOffset = kMoveOffset + static_cast(kMoveCount); +constexpr std::uint32_t kSnapshotReplayFlag = 1u; +constexpr std::uint64_t kMaximumSnapshotSize = 512ull * 1024ull * 1024ull; +constexpr std::size_t kHeaderSize = 32; +constexpr std::array kMagic{{'S', 'Z', 'O', 'N', 'N', '0', '0', '1'}}; + +constexpr std::uint64_t kSerializedParameterFloatCount = + static_cast(kHidden) * kInput + kHidden + + static_cast(kHidden) * kHidden + kHidden + + static_cast(kHidden) * kHidden + kHidden + + static_cast(kOutput) * kHidden + kOutput; +constexpr std::uint64_t kSerializedReplayEntryBytes = + 2ULL * sizeof(std::uint64_t) + + static_cast( + kInputSize + 2 + kPlaneCount + kMoveCount + kScaleCount + 4) * + sizeof(float); + +using InputVector = Eigen::Matrix; +using HiddenVector = Eigen::Matrix; +using OutputVector = Eigen::Matrix; +using InputWeights = Eigen::Matrix; +using HiddenWeights = Eigen::Matrix; +using OutputWeights = Eigen::Matrix; + +struct Parameters { + InputWeights w1; + HiddenVector b1; + HiddenWeights w2; + HiddenVector b2; + HiddenWeights w3; + HiddenVector b3; + OutputWeights wo; + OutputVector bo; + + void set_zero() { + w1.setZero(); + b1.setZero(); + w2.setZero(); + b2.setZero(); + w3.setZero(); + b3.setZero(); + wo.setZero(); + bo.setZero(); + } + + bool all_finite() const { + return w1.allFinite() && b1.allFinite() && + w2.allFinite() && b2.allFinite() && + w3.allFinite() && b3.allFinite() && + wo.allFinite() && bo.allFinite(); + } + + double squared_norm() const { + return static_cast(w1.squaredNorm()) + b1.squaredNorm() + + w2.squaredNorm() + b2.squaredNorm() + + w3.squaredNorm() + b3.squaredNorm() + + wo.squaredNorm() + bo.squaredNorm(); + } + + void scale(float factor) { + w1 *= factor; + b1 *= factor; + w2 *= factor; + b2 *= factor; + w3 *= factor; + b3 *= factor; + wo *= factor; + bo *= factor; + } +}; + +struct Model { + Parameters parameters; + Parameters first_moment; + Parameters second_moment; + std::uint64_t optimizer_step = 0; +}; + +struct ForwardCache { + InputVector input; + HiddenVector pre1; + HiddenVector hidden1; + HiddenVector pre2; + HiddenVector hidden2; + HiddenVector pre3; + HiddenVector hidden3; + OutputVector output; +}; + +struct ReplayEntry { + std::uint64_t id = 0; + TrainingSample sample; +}; + +struct LoadedState { + Config config; + std::array models; + std::vector positive; + std::vector negative; + std::uint64_t positive_seen = 0; + std::uint64_t negative_seen = 0; + std::uint64_t next_sample_id = 1; + std::uint64_t training_step = 0; +}; + +std::uint64_t splitmix64(std::uint64_t value) { + value += 0x9e3779b97f4a7c15ULL; + value = (value ^ (value >> 30)) * 0xbf58476d1ce4e5b9ULL; + value = (value ^ (value >> 27)) * 0x94d049bb133111ebULL; + return value ^ (value >> 31); +} + +float uniform_signed(std::uint64_t& state) { + state = splitmix64(state); + const std::uint32_t mantissa = static_cast(state >> 40); + return static_cast(mantissa) * (2.0f / 16777216.0f) - 1.0f; +} + +template +void initialize_uniform(Matrix& matrix, float limit, std::uint64_t& state) { + for (Eigen::Index i = 0; i < matrix.size(); ++i) { + matrix.data()[i] = uniform_signed(state) * limit; + } +} + +void initialize_model(Model& model, std::uint64_t seed) { + std::uint64_t state = splitmix64(seed); + const float input_limit = std::sqrt(6.0f / static_cast(kInput + kHidden)); + const float hidden_limit = std::sqrt(3.0f / static_cast(kHidden)); + const float output_limit = std::sqrt(6.0f / static_cast(kHidden + kOutput)); + + initialize_uniform(model.parameters.w1, input_limit, state); + model.parameters.b1.setZero(); + initialize_uniform(model.parameters.w2, hidden_limit, state); + model.parameters.b2.setZero(); + initialize_uniform(model.parameters.w3, hidden_limit * 0.35f, state); + model.parameters.b3.setZero(); + initialize_uniform(model.parameters.wo, output_limit, state); + model.parameters.bo.setZero(); + model.parameters.bo[kImprovementOffset] = -2.0f; + model.parameters.bo[kGainOffset] = -3.0f; + + model.first_moment.set_zero(); + model.second_moment.set_zero(); + model.optimizer_step = 0; +} + +float stable_sigmoid(float value) { + if (value >= 0.0f) { + const float z = std::exp(-value); + return 1.0f / (1.0f + z); + } + const float z = std::exp(value); + return z / (1.0f + z); +} + +float stable_softplus(float value) { + if (value > 20.0f) { + return value; + } + if (value < -20.0f) { + return std::exp(value); + } + return std::log1p(std::exp(value)); +} + +float silu(float value) { + return value * stable_sigmoid(value); +} + +float silu_derivative(float value) { + const float probability = stable_sigmoid(value); + return probability + value * probability * (1.0f - probability); +} + +bool forward(const Model& model, const Input& raw_input, float input_clip, ForwardCache& cache) { + for (int i = 0; i < kInput; ++i) { + const float value = raw_input[static_cast(i)]; + if (!std::isfinite(value)) { + return false; + } + cache.input[i] = std::max(-input_clip, std::min(input_clip, value)); + } + + const Parameters& p = model.parameters; + cache.pre1.noalias() = p.w1 * cache.input + p.b1; + cache.hidden1 = cache.pre1.unaryExpr([](float value) { return silu(value); }); + cache.pre2.noalias() = p.w2 * cache.hidden1 + p.b2; + cache.hidden2 = cache.pre2.unaryExpr([](float value) { return silu(value); }); + cache.pre3.noalias() = p.w3 * cache.hidden2 + p.b3; + cache.pre3 += cache.hidden1; + cache.hidden3 = cache.pre3.unaryExpr([](float value) { return silu(value); }); + cache.output.noalias() = p.wo * cache.hidden3 + p.bo; + return cache.pre1.allFinite() && cache.hidden1.allFinite() && + cache.pre2.allFinite() && cache.hidden2.allFinite() && + cache.pre3.allFinite() && cache.hidden3.allFinite() && + cache.output.allFinite(); +} + +template +std::array softmax_block(const OutputVector& output, int offset) { + std::array result{}; + float maximum = output[offset]; + for (std::size_t i = 1; i < N; ++i) { + maximum = std::max(maximum, output[offset + static_cast(i)]); + } + float sum = 0.0f; + for (std::size_t i = 0; i < N; ++i) { + const float exponent = std::exp( + std::max(-80.0f, std::min(0.0f, output[offset + static_cast(i)] - maximum))); + result[i] = exponent; + sum += exponent; + } + if (!(sum > 0.0f) || !std::isfinite(sum)) { + result.fill(1.0f / static_cast(N)); + return result; + } + for (float& value : result) { + value /= sum; + } + return result; +} + +bool finite_nonnegative(float value) { + return std::isfinite(value) && value >= 0.0f; +} + +template +bool valid_target(const std::array& target) { + for (float value : target) { + if (!finite_nonnegative(value)) { + return false; + } + } + return true; +} + +bool valid_sample(const TrainingSample& sample) { + for (float value : sample.input) { + if (!std::isfinite(value)) { + return false; + } + } + if (!std::isfinite(sample.improved) || sample.improved < 0.0f || sample.improved > 1.0f || + !finite_nonnegative(sample.defect_gain) || + !finite_nonnegative(sample.value_weight) || + !finite_nonnegative(sample.plane_weight) || + !finite_nonnegative(sample.move_weight) || + !finite_nonnegative(sample.scale_weight)) { + return false; + } + return valid_target(sample.plane_target) && valid_target(sample.move_target) && + valid_target(sample.scale_target); +} + +bool positive_sample(const TrainingSample& sample) { + return sample.improved >= 0.5f || sample.defect_gain > 0.0f; +} + +Config normalized_config(Config config) { + const Config defaults; + config.replay_capacity = std::max(2, std::min(config.replay_capacity, 1000000)); + if (!(config.learning_rate > 0.0f) || !std::isfinite(config.learning_rate)) { + config.learning_rate = defaults.learning_rate; + } + if (!finite_nonnegative(config.weight_decay)) { + config.weight_decay = defaults.weight_decay; + } + if (!(config.beta1 > 0.0f && config.beta1 < 1.0f)) { + config.beta1 = defaults.beta1; + } + if (!(config.beta2 > 0.0f && config.beta2 < 1.0f)) { + config.beta2 = defaults.beta2; + } + if (!(config.adam_epsilon > 0.0f) || !std::isfinite(config.adam_epsilon)) { + config.adam_epsilon = defaults.adam_epsilon; + } + if (!(config.gradient_clip > 0.0f) || !std::isfinite(config.gradient_clip)) { + config.gradient_clip = defaults.gradient_clip; + } + if (!(config.input_clip > 0.0f) || !std::isfinite(config.input_clip)) { + config.input_clip = defaults.input_clip; + } + if (!finite_nonnegative(config.gain_loss_weight)) { + config.gain_loss_weight = defaults.gain_loss_weight; + } + return config; +} + +bool config_is_valid(const Config& config) { + return config.replay_capacity >= 2 && config.replay_capacity <= 1000000 && + config.learning_rate > 0.0f && std::isfinite(config.learning_rate) && + finite_nonnegative(config.weight_decay) && + config.beta1 > 0.0f && config.beta1 < 1.0f && + config.beta2 > 0.0f && config.beta2 < 1.0f && + config.adam_epsilon > 0.0f && std::isfinite(config.adam_epsilon) && + config.gradient_clip > 0.0f && std::isfinite(config.gradient_clip) && + config.input_clip > 0.0f && std::isfinite(config.input_clip) && + finite_nonnegative(config.gain_loss_weight); +} + +std::size_t positive_capacity(const Config& config) { + return (config.replay_capacity + 1) / 2; +} + +std::size_t negative_capacity(const Config& config) { + return config.replay_capacity / 2; +} + +std::size_t recent_capacity(std::size_t capacity) { + if (capacity <= 1) { + return capacity; + } + return std::max(1, capacity / 4); +} + +template +void add_policy_loss( + const OutputVector& output, + const std::array& target, + int offset, + float weight, + OutputVector& output_gradient, + double& loss) { + if (!(weight > 0.0f)) { + return; + } + float target_sum = 0.0f; + for (float value : target) { + target_sum += value; + } + if (!(target_sum > 0.0f) || !std::isfinite(target_sum)) { + return; + } + + const std::array probabilities = softmax_block(output, offset); + for (std::size_t i = 0; i < N; ++i) { + const float normalized_target = target[i] / target_sum; + output_gradient[offset + static_cast(i)] += + weight * (probabilities[i] - normalized_target); + if (normalized_target > 0.0f) { + loss -= static_cast(weight) * normalized_target * + std::log(std::max(probabilities[i], 1.0e-20f)); + } + } +} + +void accumulate_gradient( + const Model& model, + const TrainingSample& sample, + float input_clip, + float gain_loss_weight, + Parameters& gradient, + double& loss) { + ForwardCache cache; + if (!forward(model, sample.input, input_clip, cache)) { + loss = std::numeric_limits::quiet_NaN(); + return; + } + + OutputVector output_gradient = OutputVector::Zero(); + const float improvement_logit = cache.output[kImprovementOffset]; + const float improvement_probability = stable_sigmoid(improvement_logit); + const float value_weight = sample.value_weight; + output_gradient[kImprovementOffset] = + value_weight * (improvement_probability - sample.improved); + loss += static_cast(value_weight) * + (std::max(improvement_logit, 0.0f) - improvement_logit * sample.improved + + std::log1p(std::exp(-std::fabs(improvement_logit)))); + + const float predicted_gain = stable_softplus(cache.output[kGainOffset]); + const float target_gain = std::min(sample.defect_gain, 64.0f); + const float difference = predicted_gain - target_gain; + const float absolute_difference = std::fabs(difference); + const float huber_gradient = absolute_difference <= 1.0f + ? difference + : (difference < 0.0f ? -1.0f : 1.0f); + output_gradient[kGainOffset] = value_weight * gain_loss_weight * + huber_gradient * stable_sigmoid(cache.output[kGainOffset]); + const float huber_loss = absolute_difference <= 1.0f + ? 0.5f * difference * difference + : absolute_difference - 0.5f; + loss += static_cast(value_weight * gain_loss_weight * huber_loss); + + add_policy_loss( + cache.output, sample.plane_target, kPlaneOffset, + sample.plane_weight, output_gradient, loss); + add_policy_loss( + cache.output, sample.move_target, kMoveOffset, + sample.move_weight, output_gradient, loss); + add_policy_loss( + cache.output, sample.scale_target, kScaleOffset, + sample.scale_weight, output_gradient, loss); + + gradient.wo.noalias() += output_gradient * cache.hidden3.transpose(); + gradient.bo += output_gradient; + + HiddenVector hidden3_gradient = model.parameters.wo.transpose() * output_gradient; + HiddenVector pre3_gradient = hidden3_gradient.cwiseProduct( + cache.pre3.unaryExpr([](float value) { return silu_derivative(value); })); + gradient.w3.noalias() += pre3_gradient * cache.hidden2.transpose(); + gradient.b3 += pre3_gradient; + + HiddenVector hidden2_gradient = model.parameters.w3.transpose() * pre3_gradient; + HiddenVector pre2_gradient = hidden2_gradient.cwiseProduct( + cache.pre2.unaryExpr([](float value) { return silu_derivative(value); })); + gradient.w2.noalias() += pre2_gradient * cache.hidden1.transpose(); + gradient.b2 += pre2_gradient; + + HiddenVector hidden1_gradient = pre3_gradient; + hidden1_gradient.noalias() += model.parameters.w2.transpose() * pre2_gradient; + HiddenVector pre1_gradient = hidden1_gradient.cwiseProduct( + cache.pre1.unaryExpr([](float value) { return silu_derivative(value); })); + gradient.w1.noalias() += pre1_gradient * cache.input.transpose(); + gradient.b1 += pre1_gradient; +} + +template +void adamw_update( + Matrix& parameter, + Matrix& first_moment, + Matrix& second_moment, + const Matrix& gradient, + const Config& config, + float first_correction, + float second_correction, + bool apply_decay) { + first_moment = config.beta1 * first_moment + (1.0f - config.beta1) * gradient; + second_moment = config.beta2 * second_moment + + (1.0f - config.beta2) * gradient.cwiseProduct(gradient); + + parameter.array() -= config.learning_rate * + ((first_moment.array() / first_correction) / + ((second_moment.array() / second_correction).max(0.0f).sqrt() + config.adam_epsilon)); + if (apply_decay && config.weight_decay > 0.0f) { + parameter *= std::max(0.0f, 1.0f - config.learning_rate * config.weight_decay); + } +} + +bool apply_update(Model& model, Parameters gradient, const Config& config) { + if (!gradient.all_finite()) { + return false; + } + const double norm_squared = gradient.squared_norm(); + if (!std::isfinite(norm_squared)) { + return false; + } + const double norm = std::sqrt(std::max(0.0, norm_squared)); + if (norm > static_cast(config.gradient_clip)) { + gradient.scale(static_cast(config.gradient_clip / norm)); + } + + ++model.optimizer_step; + const float first_correction = 1.0f - std::pow(config.beta1, static_cast(model.optimizer_step)); + const float second_correction = 1.0f - std::pow(config.beta2, static_cast(model.optimizer_step)); + if (!(first_correction > 0.0f) || !(second_correction > 0.0f)) { + return false; + } + +#define SZ_ADAMW(member, decay) \ + adamw_update( \ + model.parameters.member, model.first_moment.member, model.second_moment.member, \ + gradient.member, config, first_correction, second_correction, decay) + SZ_ADAMW(w1, true); + SZ_ADAMW(b1, false); + SZ_ADAMW(w2, true); + SZ_ADAMW(b2, false); + SZ_ADAMW(w3, true); + SZ_ADAMW(b3, false); + SZ_ADAMW(wo, true); + SZ_ADAMW(bo, false); +#undef SZ_ADAMW + + return model.parameters.all_finite() && model.first_moment.all_finite() && + model.second_moment.all_finite(); +} + +Prediction fallback_prediction() { + Prediction prediction; + prediction.plane_probabilities.fill(1.0f / static_cast(kPlaneCount)); + prediction.move_probabilities.fill(1.0f / static_cast(kMoveCount)); + prediction.scale_probabilities.fill(1.0f / static_cast(kScaleCount)); + return prediction; +} + +Prediction predict_models( + const std::array& models, + const Input& input, + float input_clip) { + Prediction prediction = fallback_prediction(); + prediction.improvement_logit = 0.0f; + prediction.improvement_probability = 0.0f; + prediction.expected_defect_gain = 0.0f; + prediction.uncertainty = 0.0f; + prediction.plane_probabilities.fill(0.0f); + prediction.move_probabilities.fill(0.0f); + prediction.scale_probabilities.fill(0.0f); + + std::array member_probabilities{}; + std::size_t valid_members = 0; + for (const Model& model : models) { + ForwardCache cache; + if (!forward(model, input, input_clip, cache)) { + continue; + } + const float probability = stable_sigmoid(cache.output[kImprovementOffset]); + const float gain = stable_softplus(cache.output[kGainOffset]); + const auto plane = softmax_block(cache.output, kPlaneOffset); + const auto move = softmax_block(cache.output, kMoveOffset); + const auto scale = softmax_block(cache.output, kScaleOffset); + if (!std::isfinite(probability) || !std::isfinite(gain)) { + continue; + } + + member_probabilities[valid_members++] = probability; + prediction.improvement_logit += cache.output[kImprovementOffset]; + prediction.improvement_probability += probability; + prediction.expected_defect_gain += gain; + for (std::size_t i = 0; i < kPlaneCount; ++i) { + prediction.plane_probabilities[i] += plane[i]; + } + for (std::size_t i = 0; i < kMoveCount; ++i) { + prediction.move_probabilities[i] += move[i]; + } + for (std::size_t i = 0; i < kScaleCount; ++i) { + prediction.scale_probabilities[i] += scale[i]; + } + } + + if (valid_members == 0) { + return fallback_prediction(); + } + const float inverse_count = 1.0f / static_cast(valid_members); + prediction.improvement_logit *= inverse_count; + prediction.improvement_probability *= inverse_count; + prediction.expected_defect_gain *= inverse_count; + for (float& value : prediction.plane_probabilities) { + value *= inverse_count; + } + for (float& value : prediction.move_probabilities) { + value *= inverse_count; + } + for (float& value : prediction.scale_probabilities) { + value *= inverse_count; + } + for (std::size_t i = 0; i < valid_members; ++i) { + const float difference = member_probabilities[i] - prediction.improvement_probability; + prediction.uncertainty += difference * difference; + } + prediction.uncertainty *= inverse_count; + prediction.finite = valid_members == kEnsembleSize; + return prediction; +} + +void append_u32(std::vector& bytes, std::uint32_t value) { + for (int shift = 0; shift < 32; shift += 8) { + bytes.push_back(static_cast(value >> shift)); + } +} + +void append_u64(std::vector& bytes, std::uint64_t value) { + for (int shift = 0; shift < 64; shift += 8) { + bytes.push_back(static_cast(value >> shift)); + } +} + +void append_float(std::vector& bytes, float value) { + std::uint32_t bits = 0; + static_assert(sizeof(bits) == sizeof(value), "Unexpected float size"); + std::memcpy(&bits, &value, sizeof(bits)); + append_u32(bytes, bits); +} + +template +void append_matrix(std::vector& bytes, const Matrix& matrix) { + for (Eigen::Index i = 0; i < matrix.size(); ++i) { + append_float(bytes, matrix.data()[i]); + } +} + +void append_parameters(std::vector& bytes, const Parameters& parameters) { + append_matrix(bytes, parameters.w1); + append_matrix(bytes, parameters.b1); + append_matrix(bytes, parameters.w2); + append_matrix(bytes, parameters.b2); + append_matrix(bytes, parameters.w3); + append_matrix(bytes, parameters.b3); + append_matrix(bytes, parameters.wo); + append_matrix(bytes, parameters.bo); +} + +void append_sample(std::vector& bytes, const ReplayEntry& entry) { + append_u64(bytes, entry.id); + append_u64(bytes, entry.sample.sequence); + for (float value : entry.sample.input) { + append_float(bytes, value); + } + append_float(bytes, entry.sample.improved); + append_float(bytes, entry.sample.defect_gain); + for (float value : entry.sample.plane_target) { + append_float(bytes, value); + } + for (float value : entry.sample.move_target) { + append_float(bytes, value); + } + for (float value : entry.sample.scale_target) { + append_float(bytes, value); + } + append_float(bytes, entry.sample.value_weight); + append_float(bytes, entry.sample.plane_weight); + append_float(bytes, entry.sample.move_weight); + append_float(bytes, entry.sample.scale_weight); +} + +class Reader { +public: + Reader(const std::uint8_t* data, std::size_t size) : data_(data), size_(size) {} + + bool read_u32(std::uint32_t& value) { + if (remaining() < 4) { + return false; + } + value = static_cast(data_[offset_]) | + (static_cast(data_[offset_ + 1]) << 8) | + (static_cast(data_[offset_ + 2]) << 16) | + (static_cast(data_[offset_ + 3]) << 24); + offset_ += 4; + return true; + } + + bool read_u64(std::uint64_t& value) { + if (remaining() < 8) { + return false; + } + value = 0; + for (int shift = 0; shift < 64; shift += 8) { + value |= static_cast(data_[offset_++]) << shift; + } + return true; + } + + bool read_float(float& value) { + std::uint32_t bits = 0; + if (!read_u32(bits)) { + return false; + } + std::memcpy(&value, &bits, sizeof(value)); + return std::isfinite(value); + } + + std::size_t remaining() const { return size_ - offset_; } + +private: + const std::uint8_t* data_ = nullptr; + std::size_t size_ = 0; + std::size_t offset_ = 0; +}; + +template +bool read_matrix(Reader& reader, Matrix& matrix) { + for (Eigen::Index i = 0; i < matrix.size(); ++i) { + if (!reader.read_float(matrix.data()[i])) { + return false; + } + } + return true; +} + +bool read_parameters(Reader& reader, Parameters& parameters) { + return read_matrix(reader, parameters.w1) && + read_matrix(reader, parameters.b1) && + read_matrix(reader, parameters.w2) && + read_matrix(reader, parameters.b2) && + read_matrix(reader, parameters.w3) && + read_matrix(reader, parameters.b3) && + read_matrix(reader, parameters.wo) && + read_matrix(reader, parameters.bo); +} + +bool read_sample(Reader& reader, ReplayEntry& entry) { + if (!reader.read_u64(entry.id) || !reader.read_u64(entry.sample.sequence)) { + return false; + } + for (float& value : entry.sample.input) { + if (!reader.read_float(value)) { + return false; + } + } + if (!reader.read_float(entry.sample.improved) || + !reader.read_float(entry.sample.defect_gain)) { + return false; + } + for (float& value : entry.sample.plane_target) { + if (!reader.read_float(value)) { + return false; + } + } + for (float& value : entry.sample.move_target) { + if (!reader.read_float(value)) { + return false; + } + } + for (float& value : entry.sample.scale_target) { + if (!reader.read_float(value)) { + return false; + } + } + return reader.read_float(entry.sample.value_weight) && + reader.read_float(entry.sample.plane_weight) && + reader.read_float(entry.sample.move_weight) && + reader.read_float(entry.sample.scale_weight) && + entry.id != 0 && valid_sample(entry.sample); +} + +std::uint32_t crc32(const std::uint8_t* data, std::size_t size) { + std::uint32_t crc = 0xffffffffu; + for (std::size_t i = 0; i < size; ++i) { + crc ^= data[i]; + for (int bit = 0; bit < 8; ++bit) { + const std::uint32_t mask = 0u - (crc & 1u); + crc = (crc >> 1) ^ (0xedb88320u & mask); + } + } + return ~crc; +} + +bool read_file( + const std::filesystem::path& path, + std::vector& bytes, + std::string& error) { + std::error_code size_error; + const std::uintmax_t file_size = std::filesystem::file_size(path, size_error); + if (size_error) { + error = "Cannot determine surrogate snapshot size: " + size_error.message(); + return false; + } + if (file_size < kHeaderSize || file_size > kMaximumSnapshotSize) { + error = "Surrogate snapshot has an invalid size"; + return false; + } + bytes.resize(static_cast(file_size)); + std::ifstream stream(path, std::ios::binary); + if (!stream || !stream.read( + reinterpret_cast(bytes.data()), static_cast(bytes.size()))) { + error = "Cannot read surrogate snapshot"; + return false; + } + return true; +} + +std::string temporary_suffix(std::uint64_t salt) { + const auto ticks = static_cast( + std::chrono::high_resolution_clock::now().time_since_epoch().count()); + std::ostringstream stream; + stream << ".tmp." << std::hex << splitmix64(ticks ^ salt); + return stream.str(); +} + +#ifdef _WIN32 +std::string windows_error(const char* prefix) { + const DWORD code = GetLastError(); + std::ostringstream stream; + stream << prefix << " (Windows error " << code << ')'; + return stream.str(); +} + +bool write_and_replace( + const std::filesystem::path& path, + const std::vector& bytes, + std::string& error) { + std::filesystem::path temporary = path; + HANDLE handle = INVALID_HANDLE_VALUE; + for (std::uint64_t attempt = 0; attempt < 16; ++attempt) { + temporary = path; + temporary += temporary_suffix(attempt ^ static_cast(bytes.size())); + handle = CreateFileW( + temporary.c_str(), GENERIC_WRITE, 0, nullptr, CREATE_NEW, + FILE_ATTRIBUTE_NORMAL | FILE_FLAG_WRITE_THROUGH, nullptr); + if (handle != INVALID_HANDLE_VALUE) { + break; + } + if (GetLastError() != ERROR_FILE_EXISTS && GetLastError() != ERROR_ALREADY_EXISTS) { + error = windows_error("Cannot create surrogate temporary file"); + return false; + } + } + if (handle == INVALID_HANDLE_VALUE) { + error = "Cannot allocate a unique surrogate temporary file"; + return false; + } + + bool ok = true; + std::size_t offset = 0; + while (offset < bytes.size()) { + const DWORD chunk = static_cast(std::min( + bytes.size() - offset, static_cast(std::numeric_limits::max()))); + DWORD written = 0; + if (!WriteFile(handle, bytes.data() + offset, chunk, &written, nullptr) || written == 0) { + error = windows_error("Cannot write surrogate temporary file"); + ok = false; + break; + } + offset += written; + } + if (ok && !FlushFileBuffers(handle)) { + error = windows_error("Cannot flush surrogate temporary file"); + ok = false; + } + if (!CloseHandle(handle) && ok) { + error = windows_error("Cannot close surrogate temporary file"); + ok = false; + } + if (!ok) { + DeleteFileW(temporary.c_str()); + return false; + } + if (!MoveFileExW( + temporary.c_str(), path.c_str(), MOVEFILE_REPLACE_EXISTING | MOVEFILE_WRITE_THROUGH)) { + error = windows_error("Cannot atomically replace surrogate snapshot"); + DeleteFileW(temporary.c_str()); + return false; + } + return true; +} +#else +std::string posix_error(const char* prefix) { + std::ostringstream stream; + stream << prefix << ": " << std::strerror(errno); + return stream.str(); +} + +bool write_and_replace( + const std::filesystem::path& path, + const std::vector& bytes, + std::string& error) { + std::filesystem::path temporary = path; + int descriptor = -1; + for (std::uint64_t attempt = 0; attempt < 16; ++attempt) { + temporary = path; + temporary += temporary_suffix(attempt ^ static_cast(bytes.size())); + descriptor = ::open( + temporary.c_str(), O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, 0666); + if (descriptor >= 0) { + break; + } + if (errno != EEXIST) { + error = posix_error("Cannot create surrogate temporary file"); + return false; + } + } + if (descriptor < 0) { + error = "Cannot allocate a unique surrogate temporary file"; + return false; + } + + bool ok = true; + std::size_t offset = 0; + while (offset < bytes.size()) { + const ssize_t written = ::write(descriptor, bytes.data() + offset, bytes.size() - offset); + if (written < 0 && errno == EINTR) { + continue; + } + if (written <= 0) { + error = posix_error("Cannot write surrogate temporary file"); + ok = false; + break; + } + offset += static_cast(written); + } + if (ok && ::fsync(descriptor) != 0) { + error = posix_error("Cannot flush surrogate temporary file"); + ok = false; + } + if (::close(descriptor) != 0 && ok) { + error = posix_error("Cannot close surrogate temporary file"); + ok = false; + } + if (!ok) { + ::unlink(temporary.c_str()); + return false; + } + if (::rename(temporary.c_str(), path.c_str()) != 0) { + error = posix_error("Cannot atomically replace surrogate snapshot"); + ::unlink(temporary.c_str()); + return false; + } + + const std::filesystem::path directory = path.parent_path().empty() + ? std::filesystem::path(".") : path.parent_path(); + int flags = O_RDONLY | O_CLOEXEC; +#ifdef O_DIRECTORY + flags |= O_DIRECTORY; +#endif + const int directory_descriptor = ::open(directory.c_str(), flags); + if (directory_descriptor < 0) { + error = posix_error("Cannot open surrogate directory for fsync"); + return false; + } + if (::fsync(directory_descriptor) != 0) { + const int sync_error = errno; + ::close(directory_descriptor); + errno = sync_error; + error = posix_error("Cannot fsync surrogate directory"); + return false; + } + if (::close(directory_descriptor) != 0) { + error = posix_error("Cannot close surrogate directory"); + return false; + } + return true; +} +#endif + +void set_error(std::string* target, std::string message) { + if (target != nullptr) { + *target = std::move(message); + } +} + +} // namespace + +std::uint64_t maximum_snapshot_bytes( + const Config& requested_config, + bool include_replay) { + const Config config = normalized_config(requested_config); + const std::uint64_t architecture_bytes = 6ULL * sizeof(std::uint32_t); + const std::uint64_t config_bytes = + 2ULL * sizeof(std::uint64_t) + 8ULL * sizeof(float); + const std::uint64_t counter_bytes = 4ULL * sizeof(std::uint64_t); + const std::uint64_t model_bytes = static_cast(kEnsembleSize) * + (sizeof(std::uint64_t) + + 3ULL * kSerializedParameterFloatCount * sizeof(float)); + const std::uint64_t replay_bytes = include_replay + ? 2ULL * sizeof(std::uint64_t) + + static_cast(config.replay_capacity) * + kSerializedReplayEntryBytes + : 0ULL; + const std::uint64_t total = static_cast(kHeaderSize) + + architecture_bytes + config_bytes + counter_bytes + model_bytes + + replay_bytes; + return std::min(total, kMaximumSnapshotSize); +} + +struct OnlineSurrogate::Impl { + explicit Impl(const Config& requested_config) + : configuration(normalized_config(requested_config)) { + initialize_all_models(); + } + + void initialize_all_models() { + for (std::size_t i = 0; i < models.size(); ++i) { + initialize_model(models[i], splitmix64(configuration.seed ^ (i + 1))); + } + } + + mutable std::mutex mutex; + Config configuration; + std::array models; + std::vector positive; + std::vector negative; + std::uint64_t positive_seen = 0; + std::uint64_t negative_seen = 0; + std::uint64_t next_sample_id = 1; + std::uint64_t training_step = 0; +}; + +OnlineSurrogate::OnlineSurrogate(const Config& config) + : impl_(std::make_unique(config)) {} + +OnlineSurrogate::~OnlineSurrogate() = default; +OnlineSurrogate::OnlineSurrogate(OnlineSurrogate&&) noexcept = default; +OnlineSurrogate& OnlineSurrogate::operator=(OnlineSurrogate&&) noexcept = default; + +Config OnlineSurrogate::config() const { + std::lock_guard lock(impl_->mutex); + return impl_->configuration; +} + +void OnlineSurrogate::reset(std::uint64_t seed) { + std::lock_guard lock(impl_->mutex); + impl_->configuration.seed = seed; + impl_->positive.clear(); + impl_->negative.clear(); + impl_->positive_seen = 0; + impl_->negative_seen = 0; + impl_->next_sample_id = 1; + impl_->training_step = 0; + impl_->initialize_all_models(); +} + +void OnlineSurrogate::clear_replay() { + std::lock_guard lock(impl_->mutex); + impl_->positive.clear(); + impl_->negative.clear(); + impl_->positive_seen = 0; + impl_->negative_seen = 0; + impl_->next_sample_id = 1; +} + +bool OnlineSurrogate::add_sample(const TrainingSample& sample) { + if (!valid_sample(sample)) { + return false; + } + std::lock_guard lock(impl_->mutex); + const bool positive = positive_sample(sample); + std::vector& replay = positive ? impl_->positive : impl_->negative; + std::uint64_t& seen = positive ? impl_->positive_seen : impl_->negative_seen; + const std::size_t capacity = positive + ? positive_capacity(impl_->configuration) + : negative_capacity(impl_->configuration); + ++seen; + ReplayEntry entry; + entry.id = impl_->next_sample_id++; + entry.sample = sample; + if (replay.size() < capacity) { + replay.push_back(std::move(entry)); + return true; + } + + // Keep the newest quarter deterministically. When an entry ages out of + // that ring, feed it into a reservoir representing all older history. + // This preserves long-term diversity without letting early easy states + // drown out the current near-goal regime. + const std::size_t recent_count = recent_capacity(capacity); + const std::size_t reservoir_count = capacity - recent_count; + const std::size_t recent_slot = reservoir_count + static_cast( + (seen - static_cast(capacity) - 1u) % + static_cast(recent_count)); + ReplayEntry expired = std::move(replay[recent_slot]); + replay[recent_slot] = std::move(entry); + if (reservoir_count == 0) { + return true; + } + + const std::uint64_t historical_seen = + seen - static_cast(recent_count); + const std::uint64_t key = impl_->configuration.seed ^ expired.id ^ + (positive ? 0xa5a5a5a5a5a5a5a5ULL : 0x5a5a5a5a5a5a5a5aULL); + const std::uint64_t replacement = splitmix64(key) % historical_seen; + if (replacement < reservoir_count) { + replay[static_cast(replacement)] = std::move(expired); + } + return true; +} + +std::size_t OnlineSurrogate::add_samples(const std::vector& samples) { + std::size_t accepted = 0; + for (const TrainingSample& sample : samples) { + accepted += add_sample(sample) ? 1u : 0u; + } + return accepted; +} + +std::size_t OnlineSurrogate::replay_size() const { + std::lock_guard lock(impl_->mutex); + return impl_->positive.size() + impl_->negative.size(); +} + +std::size_t OnlineSurrogate::positive_replay_size() const { + std::lock_guard lock(impl_->mutex); + return impl_->positive.size(); +} + +std::uint64_t OnlineSurrogate::max_replay_sequence() const { + std::lock_guard lock(impl_->mutex); + std::uint64_t maximum = 0; + for (const ReplayEntry& entry : impl_->positive) { + maximum = std::max(maximum, entry.sample.sequence); + } + for (const ReplayEntry& entry : impl_->negative) { + maximum = std::max(maximum, entry.sample.sequence); + } + return maximum; +} + +std::vector OnlineSurrogate::replay_samples() const { + std::lock_guard lock(impl_->mutex); + std::vector entries; + entries.reserve(impl_->positive.size() + impl_->negative.size()); + for (const ReplayEntry& entry : impl_->positive) { + entries.push_back(&entry); + } + for (const ReplayEntry& entry : impl_->negative) { + entries.push_back(&entry); + } + std::stable_sort( + entries.begin(), + entries.end(), + [](const ReplayEntry* left, const ReplayEntry* right) { + if (left->sample.sequence != right->sample.sequence) { + return left->sample.sequence < right->sample.sequence; + } + return left->id < right->id; + }); + std::vector samples; + samples.reserve(entries.size()); + for (const ReplayEntry* entry : entries) { + samples.push_back(entry->sample); + } + return samples; +} + +Prediction OnlineSurrogate::predict(const Input& input) const { + std::lock_guard lock(impl_->mutex); + return predict_models(impl_->models, input, impl_->configuration.input_clip); +} + +std::vector OnlineSurrogate::predict_batch(const std::vector& inputs) const { + std::lock_guard lock(impl_->mutex); + std::vector predictions; + predictions.reserve(inputs.size()); + for (const Input& input : inputs) { + predictions.push_back(predict_models( + impl_->models, input, impl_->configuration.input_clip)); + } + return predictions; +} + +TrainStats OnlineSurrogate::train(std::size_t optimizer_steps, std::size_t batch_size) { + TrainStats stats; + stats.requested_steps = optimizer_steps; + if (optimizer_steps == 0 || batch_size == 0) { + return stats; + } + batch_size = std::min(batch_size, 4096); + + std::lock_guard lock(impl_->mutex); + if (impl_->positive.empty() && impl_->negative.empty()) { + return stats; + } + + double total_loss = 0.0; + std::size_t successful_losses = 0; + for (std::size_t step = 0; step < optimizer_steps; ++step) { + ++impl_->training_step; + bool completed_any_model = false; + for (std::size_t model_index = 0; model_index < impl_->models.size(); ++model_index) { + Model& model = impl_->models[model_index]; + Parameters gradient; + gradient.set_zero(); + double model_loss = 0.0; + const bool both_classes = + !impl_->positive.empty() && !impl_->negative.empty(); + const bool positive_first = + ((impl_->training_step + model_index) & 1u) == 0u; + const std::size_t first_class_draws = (batch_size + 1u) / 2u; + const std::size_t second_class_draws = batch_size / 2u; + const std::size_t positive_draws = positive_first + ? first_class_draws + : second_class_draws; + const std::size_t negative_draws = positive_first + ? second_class_draws + : first_class_draws; + + for (std::size_t draw = 0; draw < batch_size; ++draw) { + bool choose_positive = !impl_->positive.empty(); + if (both_classes) { + const bool first_class = (draw & 1u) == 0u; + choose_positive = first_class + ? positive_first + : !positive_first; + } else if (impl_->positive.empty()) { + choose_positive = false; + } + const std::vector& pool = choose_positive + ? impl_->positive : impl_->negative; + const std::uint64_t key = impl_->configuration.seed ^ + splitmix64(impl_->training_step) ^ + splitmix64((model_index + 1) * 0x9e3779b97f4a7c15ULL) ^ + splitmix64(draw + 1); + const ReplayEntry& entry = pool[static_cast(splitmix64(key) % pool.size())]; + TrainingSample weighted_sample = entry.sample; + if (both_classes) { + const double total_seen = + static_cast(impl_->positive_seen) + + static_cast(impl_->negative_seen); + const double class_seen = choose_positive + ? static_cast(impl_->positive_seen) + : static_cast(impl_->negative_seen); + const std::size_t class_draws = choose_positive + ? positive_draws + : negative_draws; + const double sampling_fraction = + static_cast(class_draws) / + static_cast(batch_size); + const float prior_correction = static_cast( + (class_seen / std::max(1.0, total_seen)) / + std::max( + 1.0 / static_cast(batch_size), + sampling_fraction)); + weighted_sample.value_weight *= prior_correction; + } + accumulate_gradient( + model, weighted_sample, impl_->configuration.input_clip, + impl_->configuration.gain_loss_weight, gradient, model_loss); + ++stats.samples_drawn; + if (!std::isfinite(model_loss)) { + break; + } + } + + if (!std::isfinite(model_loss)) { + initialize_model(model, splitmix64( + impl_->configuration.seed ^ impl_->training_step ^ (model_index + 1))); + ++stats.rejected_updates; + continue; + } + const float inverse_batch = 1.0f / static_cast(batch_size); + gradient.scale(inverse_batch); + model_loss *= static_cast(inverse_batch); + if (!apply_update(model, std::move(gradient), impl_->configuration)) { + initialize_model(model, splitmix64( + impl_->configuration.seed ^ impl_->training_step ^ (model_index + 1))); + ++stats.rejected_updates; + continue; + } + completed_any_model = true; + ++stats.model_updates; + total_loss += model_loss; + ++successful_losses; + } + if (completed_any_model) { + ++stats.completed_steps; + } + } + if (successful_losses > 0) { + stats.mean_loss = static_cast(total_loss / successful_losses); + } + return stats; +} + +bool OnlineSurrogate::save_atomic( + const std::filesystem::path& path, + bool include_replay, + std::string* error) const { + if (path.empty()) { + set_error(error, "Surrogate snapshot path is empty"); + return false; + } + + std::vector payload; + Config serialized_config; + { + std::lock_guard lock(impl_->mutex); + payload.reserve(4 * 1024 * 1024); + append_u32(payload, static_cast(kInputSize)); + append_u32(payload, static_cast(kHiddenSize)); + append_u32(payload, static_cast(kEnsembleSize)); + append_u32(payload, static_cast(kPlaneCount)); + append_u32(payload, static_cast(kMoveCount)); + append_u32(payload, static_cast(kScaleCount)); + + const Config& config = impl_->configuration; + serialized_config = config; + append_u64(payload, config.seed); + append_u64(payload, static_cast(config.replay_capacity)); + append_float(payload, config.learning_rate); + append_float(payload, config.weight_decay); + append_float(payload, config.beta1); + append_float(payload, config.beta2); + append_float(payload, config.adam_epsilon); + append_float(payload, config.gradient_clip); + append_float(payload, config.input_clip); + append_float(payload, config.gain_loss_weight); + + append_u64(payload, impl_->positive_seen); + append_u64(payload, impl_->negative_seen); + append_u64(payload, impl_->next_sample_id); + append_u64(payload, impl_->training_step); + for (const Model& model : impl_->models) { + append_u64(payload, model.optimizer_step); + append_parameters(payload, model.parameters); + append_parameters(payload, model.first_moment); + append_parameters(payload, model.second_moment); + } + + if (include_replay) { + append_u64(payload, static_cast(impl_->positive.size())); + append_u64(payload, static_cast(impl_->negative.size())); + for (const ReplayEntry& entry : impl_->positive) { + append_sample(payload, entry); + } + for (const ReplayEntry& entry : impl_->negative) { + append_sample(payload, entry); + } + } + } + + if (payload.size() > kMaximumSnapshotSize - kHeaderSize) { + set_error(error, "Surrogate snapshot exceeds the safety size limit"); + return false; + } + const std::uint32_t checksum = crc32(payload.data(), payload.size()); + std::vector bytes; + bytes.reserve(kHeaderSize + payload.size()); + bytes.insert(bytes.end(), kMagic.begin(), kMagic.end()); + append_u32(bytes, kModelFormatVersion); + append_u32(bytes, include_replay ? kSnapshotReplayFlag : 0u); + append_u64(bytes, static_cast(payload.size())); + append_u32(bytes, checksum); + append_u32(bytes, 0u); + bytes.insert(bytes.end(), payload.begin(), payload.end()); + if (bytes.size() > maximum_snapshot_bytes(serialized_config, include_replay)) { + set_error(error, "Surrogate snapshot exceeded its computed cache bound"); + return false; + } + + const std::filesystem::path directory = path.parent_path(); + if (!directory.empty()) { + std::error_code create_error; + std::filesystem::create_directories(directory, create_error); + if (create_error) { + set_error(error, "Cannot create surrogate snapshot directory: " + create_error.message()); + return false; + } + } + std::string write_error; + if (!write_and_replace(path, bytes, write_error)) { + set_error(error, std::move(write_error)); + return false; + } + set_error(error, {}); + return true; +} + +bool OnlineSurrogate::load(const std::filesystem::path& path, std::string* error) { + std::vector bytes; + std::string read_error; + if (!read_file(path, bytes, read_error)) { + set_error(error, std::move(read_error)); + return false; + } + if (!std::equal(kMagic.begin(), kMagic.end(), bytes.begin())) { + set_error(error, "Surrogate snapshot has invalid magic bytes"); + return false; + } + + Reader header(bytes.data() + 8, kHeaderSize - 8); + std::uint32_t version = 0; + std::uint32_t flags = 0; + std::uint64_t payload_size = 0; + std::uint32_t stored_crc = 0; + std::uint32_t reserved = 0; + if (!header.read_u32(version) || !header.read_u32(flags) || + !header.read_u64(payload_size) || !header.read_u32(stored_crc) || + !header.read_u32(reserved)) { + set_error(error, "Surrogate snapshot header is truncated"); + return false; + } + if (version != kModelFormatVersion || reserved != 0 || + (flags & ~kSnapshotReplayFlag) != 0) { + set_error(error, "Unsupported surrogate snapshot version or flags"); + return false; + } + if (payload_size != bytes.size() - kHeaderSize) { + set_error(error, "Surrogate snapshot payload size does not match the file"); + return false; + } + const std::uint8_t* payload_data = bytes.data() + kHeaderSize; + if (crc32(payload_data, static_cast(payload_size)) != stored_crc) { + set_error(error, "Surrogate snapshot CRC mismatch"); + return false; + } + + Reader reader(payload_data, static_cast(payload_size)); + std::uint32_t input_size = 0; + std::uint32_t hidden_size = 0; + std::uint32_t ensemble_size = 0; + std::uint32_t plane_count = 0; + std::uint32_t move_count = 0; + std::uint32_t scale_count = 0; + if (!reader.read_u32(input_size) || !reader.read_u32(hidden_size) || + !reader.read_u32(ensemble_size) || !reader.read_u32(plane_count) || + !reader.read_u32(move_count) || !reader.read_u32(scale_count) || + input_size != kInputSize || hidden_size != kHiddenSize || + ensemble_size != kEnsembleSize || plane_count != kPlaneCount || + move_count != kMoveCount || scale_count != kScaleCount) { + set_error(error, "Surrogate snapshot architecture is incompatible"); + return false; + } + + // The five networks and their Adam tensors are several MiB; keep the + // transactional load state off the small default Windows thread stack. + auto loaded = std::make_unique(); + std::uint64_t replay_capacity = 0; + if (!reader.read_u64(loaded->config.seed) || !reader.read_u64(replay_capacity) || + replay_capacity > std::numeric_limits::max() || + !reader.read_float(loaded->config.learning_rate) || + !reader.read_float(loaded->config.weight_decay) || + !reader.read_float(loaded->config.beta1) || + !reader.read_float(loaded->config.beta2) || + !reader.read_float(loaded->config.adam_epsilon) || + !reader.read_float(loaded->config.gradient_clip) || + !reader.read_float(loaded->config.input_clip) || + !reader.read_float(loaded->config.gain_loss_weight)) { + set_error(error, "Surrogate snapshot configuration is truncated"); + return false; + } + loaded->config.replay_capacity = static_cast(replay_capacity); + if (!config_is_valid(loaded->config) || + !reader.read_u64(loaded->positive_seen) || + !reader.read_u64(loaded->negative_seen) || + !reader.read_u64(loaded->next_sample_id) || + !reader.read_u64(loaded->training_step) || loaded->next_sample_id == 0) { + set_error(error, "Surrogate snapshot contains invalid state counters"); + return false; + } + for (Model& model : loaded->models) { + if (!reader.read_u64(model.optimizer_step) || + !read_parameters(reader, model.parameters) || + !read_parameters(reader, model.first_moment) || + !read_parameters(reader, model.second_moment) || + !model.parameters.all_finite() || !model.first_moment.all_finite() || + !model.second_moment.all_finite()) { + set_error(error, "Surrogate snapshot contains invalid model tensors"); + return false; + } + } + + if ((flags & kSnapshotReplayFlag) != 0) { + std::uint64_t positive_count = 0; + std::uint64_t negative_count = 0; + if (!reader.read_u64(positive_count) || !reader.read_u64(negative_count) || + positive_count > positive_capacity(loaded->config) || + negative_count > negative_capacity(loaded->config)) { + set_error(error, "Surrogate snapshot contains invalid replay sizes"); + return false; + } + loaded->positive.resize(static_cast(positive_count)); + loaded->negative.resize(static_cast(negative_count)); + std::uint64_t maximum_id = 0; + for (ReplayEntry& entry : loaded->positive) { + if (!read_sample(reader, entry) || !positive_sample(entry.sample)) { + set_error(error, "Surrogate positive replay is invalid"); + return false; + } + maximum_id = std::max(maximum_id, entry.id); + } + for (ReplayEntry& entry : loaded->negative) { + if (!read_sample(reader, entry) || positive_sample(entry.sample)) { + set_error(error, "Surrogate negative replay is invalid"); + return false; + } + maximum_id = std::max(maximum_id, entry.id); + } + if (loaded->positive_seen < loaded->positive.size() || + loaded->negative_seen < loaded->negative.size() || + loaded->next_sample_id <= maximum_id) { + set_error(error, "Surrogate replay counters are inconsistent"); + return false; + } + } else { + loaded->positive_seen = 0; + loaded->negative_seen = 0; + } + if (reader.remaining() != 0) { + set_error(error, "Surrogate snapshot contains trailing data"); + return false; + } + + { + std::lock_guard lock(impl_->mutex); + impl_->configuration = loaded->config; + impl_->models = std::move(loaded->models); + impl_->positive = std::move(loaded->positive); + impl_->negative = std::move(loaded->negative); + impl_->positive_seen = loaded->positive_seen; + impl_->negative_seen = loaded->negative_seen; + impl_->next_sample_id = loaded->next_sample_id; + impl_->training_step = loaded->training_step; + } + set_error(error, {}); + return true; +} + +} // namespace szilassi::surrogate diff --git a/src/OnlineSurrogate/OnlineSurrogate.h b/src/OnlineSurrogate/OnlineSurrogate.h new file mode 100644 index 00000000..b9063419 --- /dev/null +++ b/src/OnlineSurrogate/OnlineSurrogate.h @@ -0,0 +1,139 @@ +#pragma once + +#include +#include +#include +#include +#include +#include +#include + +namespace szilassi::surrogate { + +constexpr std::size_t kInputSize = 45; +constexpr std::size_t kPlaneCount = 12; +constexpr std::size_t kMoveCount = 5; +constexpr std::size_t kScaleCount = 3; +constexpr std::size_t kHiddenSize = 128; +constexpr std::size_t kEnsembleSize = 5; +constexpr std::uint32_t kModelFormatVersion = 2; + +using Input = std::array; + +// One supervised result of a short search trajectory. Policy targets may be +// one-hot actions or non-negative distributions. An all-zero target (or a +// zero corresponding weight) simply disables that head for this sample. +struct TrainingSample { + Input input{}; + float improved = 0.0f; + float defect_gain = 0.0f; + std::array plane_target{}; + std::array move_target{}; + std::array scale_target{}; + float value_weight = 1.0f; + float plane_weight = 1.0f; + float move_weight = 1.0f; + float scale_weight = 1.0f; + std::uint64_t sequence = 0; +}; + +struct Prediction { + float improvement_logit = 0.0f; + float improvement_probability = 0.5f; + float expected_defect_gain = 0.0f; + + // Population variance of the five improvement probabilities. It is a + // cheap epistemic uncertainty signal, not a calibrated probability. + float uncertainty = 0.25f; + + std::array plane_probabilities{}; + std::array move_probabilities{}; + std::array scale_probabilities{}; + bool finite = false; +}; + +struct Config { + std::uint64_t seed = 0x5a17a551c0ffeeULL; + std::size_t replay_capacity = 32768; + float learning_rate = 3.0e-4f; + float weight_decay = 1.0e-5f; + float beta1 = 0.9f; + float beta2 = 0.999f; + float adam_epsilon = 1.0e-8f; + float gradient_clip = 5.0f; + float input_clip = 32.0f; + float gain_loss_weight = 0.25f; +}; + +struct TrainStats { + std::size_t requested_steps = 0; + std::size_t completed_steps = 0; + std::size_t model_updates = 0; + std::size_t rejected_updates = 0; + std::size_t samples_drawn = 0; + float mean_loss = 0.0f; +}; + +// Exact serialized upper bound for this fixed architecture and the normalized +// replay capacity. Callers can reserve both the final file and one atomic-save +// temporary without guessing from a typical snapshot. +std::uint64_t maximum_snapshot_bytes( + const Config& config, + bool include_replay = true); + +// A small thread-safe residual MLP ensemble. It is deliberately a derived +// cache: callers may retain trajectory records if exact rebuilding is needed. +// The replay buffer keeps outcome-stratified reservoirs plus a deterministic +// recent window and is bounded by Config::replay_capacity. +class OnlineSurrogate { +public: + explicit OnlineSurrogate(const Config& config = Config{}); + ~OnlineSurrogate(); + + OnlineSurrogate(OnlineSurrogate&&) noexcept; + OnlineSurrogate& operator=(OnlineSurrogate&&) noexcept; + OnlineSurrogate(const OnlineSurrogate&) = delete; + OnlineSurrogate& operator=(const OnlineSurrogate&) = delete; + + Config config() const; + void reset(std::uint64_t seed); + void clear_replay(); + + // Invalid/non-finite samples are rejected and never enter replay. + bool add_sample(const TrainingSample& sample); + std::size_t add_samples(const std::vector& samples); + std::size_t replay_size() const; + std::size_t positive_replay_size() const; + std::uint64_t max_replay_sequence() const; + // Copies the bounded replay for one-time migration into the immutable + // long-term training archive. The returned order is deterministic. + std::vector replay_samples() const; + + Prediction predict(const Input& input) const; + std::vector predict_batch(const std::vector& inputs) const; + + // Each ensemble member receives an independently bootstrapped, + // outcome-balanced batch. Class weights restore the observed success + // prior for the value heads. Training is deterministic for a fixed seed + // and sample order. + TrainStats train(std::size_t optimizer_steps, std::size_t batch_size = 64); + + // Saves a CRC-protected versioned snapshot through a durable temporary + // file and atomic replacement. Replay is optional because the model is a + // rebuildable cache; including it enables exact online continuation. + bool save_atomic( + const std::filesystem::path& path, + bool include_replay = true, + std::string* error = nullptr) const; + + // Transactional: this object remains unchanged if validation or parsing + // fails. Architecture constants and every floating-point value are + // checked before the snapshot is accepted. + bool load(const std::filesystem::path& path, std::string* error = nullptr); + +private: + struct Impl; + std::unique_ptr impl_; +}; + +} // namespace szilassi::surrogate diff --git a/src/TrainingArchive/TrainingArchive.cpp b/src/TrainingArchive/TrainingArchive.cpp new file mode 100644 index 00000000..6838652c --- /dev/null +++ b/src/TrainingArchive/TrainingArchive.cpp @@ -0,0 +1,3401 @@ +#include "TrainingArchive.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef _WIN32 +#ifndef NOMINMAX +#define NOMINMAX +#endif +#include +#else +#include +#include +#if defined(__linux__) +#include +#endif +#include +#endif + +namespace szilassi::training { +namespace { + +constexpr std::array kMagic{{'S', 'Z', 'T', 'D', '0', '0', '0', '3'}}; +constexpr std::array kFooterMagic{{'S', 'Z', 'T', 'D', 'F', 'T', 'R', '3'}}; +constexpr std::array kCommitMagic{{'S', 'Z', 'T', 'C', '0', '0', '0', '3'}}; +constexpr std::uint32_t kHeaderSize = 40; +constexpr std::uint32_t kFooterSize = 40; +constexpr std::uint32_t kCommitSize = 56; +constexpr std::uint16_t kRecordSchemaVersion = 3; +constexpr std::uint64_t kMaximumShardPayload = 256ULL * 1024ULL * 1024ULL; +constexpr std::uint32_t kMaximumRecordBody = 8U * 1024U * 1024U; +constexpr std::uint16_t kKnownFaceMask = 0x0fffU; +constexpr std::size_t kHeaderCrcOffset = 28; +constexpr std::size_t kFooterCrcOffset = 28; +constexpr std::size_t kCommitCrcOffset = 44; +constexpr std::size_t kIoChunkSize = 64U * 1024U; + +static_assert(sizeof(float) == 4 && sizeof(double) == 8, + "Training archive requires IEEE-sized floating-point values"); + +void set_error(std::string* error, std::string message) { + if (error != nullptr) { + *error = std::move(message); + } +} + +template +bool add_overflow(T left, T right, T& result) { + static_assert(std::is_unsigned::value, "unsigned type required"); + if (right > std::numeric_limits::max() - left) { + return true; + } + result = static_cast(left + right); + return false; +} + +void append_u16(std::vector& output, std::uint16_t value) { + output.push_back(static_cast(value)); + output.push_back(static_cast(value >> 8)); +} + +void append_u32(std::vector& output, std::uint32_t value) { + for (int shift = 0; shift < 32; shift += 8) { + output.push_back(static_cast(value >> shift)); + } +} + +void append_i32(std::vector& output, std::int32_t value) { + append_u32(output, static_cast(value)); +} + +void append_u64(std::vector& output, std::uint64_t value) { + for (int shift = 0; shift < 64; shift += 8) { + output.push_back(static_cast(value >> shift)); + } +} + +void append_float(std::vector& output, float value) { + std::uint32_t bits = 0; + std::memcpy(&bits, &value, sizeof(bits)); + append_u32(output, bits); +} + +void append_double(std::vector& output, double value) { + std::uint64_t bits = 0; + std::memcpy(&bits, &value, sizeof(bits)); + append_u64(output, bits); +} + +void patch_u32(std::vector& output, std::size_t offset, std::uint32_t value) { + for (std::size_t byte = 0; byte < 4; ++byte) { + output[offset + byte] = static_cast(value >> (byte * 8)); + } +} + +class Reader { +public: + Reader(const std::uint8_t* data, std::size_t size) : current_(data), remaining_(size) {} + + bool read_u16(std::uint16_t& value) { + if (remaining_ < 2) return false; + value = static_cast(current_[0]) | + static_cast(current_[1] << 8); + advance(2); + return true; + } + + bool read_u32(std::uint32_t& value) { + if (remaining_ < 4) return false; + value = 0; + for (std::size_t byte = 0; byte < 4; ++byte) { + value |= static_cast(current_[byte]) << (byte * 8); + } + advance(4); + return true; + } + + bool read_i32(std::int32_t& value) { + std::uint32_t bits = 0; + if (!read_u32(bits)) return false; + value = static_cast(bits); + return true; + } + + bool read_u64(std::uint64_t& value) { + if (remaining_ < 8) return false; + value = 0; + for (std::size_t byte = 0; byte < 8; ++byte) { + value |= static_cast(current_[byte]) << (byte * 8); + } + advance(8); + return true; + } + + bool read_float(float& value) { + std::uint32_t bits = 0; + if (!read_u32(bits)) return false; + std::memcpy(&value, &bits, sizeof(value)); + return true; + } + + bool read_double(double& value) { + std::uint64_t bits = 0; + if (!read_u64(bits)) return false; + std::memcpy(&value, &bits, sizeof(value)); + return true; + } + + bool read_bytes(std::uint8_t* output, std::size_t count) { + if (remaining_ < count) return false; + std::memcpy(output, current_, count); + advance(count); + return true; + } + + std::size_t remaining() const { return remaining_; } + +private: + void advance(std::size_t count) { + current_ += count; + remaining_ -= count; + } + + const std::uint8_t* current_ = nullptr; + std::size_t remaining_ = 0; +}; + +std::uint32_t crc32_update(std::uint32_t state, const std::uint8_t* data, std::size_t size) { + for (std::size_t index = 0; index < size; ++index) { + state ^= data[index]; + for (int bit = 0; bit < 8; ++bit) { + const std::uint32_t mask = 0U - (state & 1U); + state = (state >> 1) ^ (0xedb88320U & mask); + } + } + return state; +} + +std::uint32_t crc32(const std::uint8_t* data, std::size_t size) { + return crc32_update(0xffffffffU, data, size) ^ 0xffffffffU; +} + +template +void append_float_array(std::vector& output, const std::array& values) { + for (float value : values) append_float(output, value); +} + +template +bool read_float_array(Reader& reader, std::array& values) { + for (float& value : values) { + if (!reader.read_float(value)) return false; + } + return true; +} + +template +void append_double_array(std::vector& output, const std::array& values) { + for (double value : values) append_double(output, value); +} + +template +bool read_double_array(Reader& reader, std::array& values) { + for (double& value : values) { + if (!reader.read_double(value)) return false; + } + return true; +} + +template +bool finite_array(const std::array& values) { + return std::all_of(values.begin(), values.end(), [](float value) { + return std::isfinite(value); + }); +} + +template +bool finite_array(const std::array& values) { + return std::all_of(values.begin(), values.end(), [](double value) { + return std::isfinite(value); + }); +} + +template +bool finite_nonnegative_array(const std::array& values) { + return std::all_of(values.begin(), values.end(), [](float value) { + return std::isfinite(value) && value >= 0.0f; + }); +} + +bool finite_values(std::initializer_list values) { + return std::all_of(values.begin(), values.end(), [](double value) { + return std::isfinite(value); + }); +} + +bool valid_rng_snapshot(float spare_normal, std::uint32_t has_spare_normal) { + return has_spare_normal <= 1U && std::isfinite(spare_normal) && + (has_spare_normal != 0U || spare_normal == 0.0f); +} + +void append_plane_state(std::vector& output, const PlaneState& state) { + append_float_array(output, state.values); +} + +bool read_plane_state(Reader& reader, PlaneState& state) { + return read_float_array(reader, state.values); +} + +bool valid_plane_state(const PlaneState& state) { + return finite_array(state.values); +} + +void append_precise_plane_state( + std::vector& output, + const PrecisePlaneState& state) { + append_double_array(output, state.values); +} + +bool read_precise_plane_state(Reader& reader, PrecisePlaneState& state) { + return read_double_array(reader, state.values); +} + +bool valid_precise_plane_state(const PrecisePlaneState& state) { + return finite_array(state.values); +} + +void append_metrics(std::vector& output, const Metrics& metrics) { + append_i32(output, metrics.crossings); + append_i32(output, metrics.intersections); + append_double(output, metrics.crossing_loss); + append_double(output, metrics.intersection_loss); + append_double(output, metrics.geometry_penalty); + append_double(output, metrics.degeneracy_penalty); + append_double(output, metrics.worst_degeneracy); + append_double(output, metrics.energy); + append_double(output, metrics.min_plane_determinant); + append_double(output, metrics.relative_min_edge); + append_double(output, metrics.min_turn_sine); + append_double(output, metrics.max_vertex_norm); + append_double(output, metrics.condition_number); + append_double(output, metrics.condition_penalty); + append_u16(output, metrics.crossing_face_mask); + append_u16(output, metrics.intersection_face_mask); + append_u16(output, metrics.degeneracy_face_mask); + append_u16(output, metrics.condition_face_mask); + append_u32(output, metrics.flags); +} + +bool read_metrics(Reader& reader, Metrics& metrics) { + return reader.read_i32(metrics.crossings) && + reader.read_i32(metrics.intersections) && + reader.read_double(metrics.crossing_loss) && + reader.read_double(metrics.intersection_loss) && + reader.read_double(metrics.geometry_penalty) && + reader.read_double(metrics.degeneracy_penalty) && + reader.read_double(metrics.worst_degeneracy) && + reader.read_double(metrics.energy) && + reader.read_double(metrics.min_plane_determinant) && + reader.read_double(metrics.relative_min_edge) && + reader.read_double(metrics.min_turn_sine) && + reader.read_double(metrics.max_vertex_norm) && + reader.read_double(metrics.condition_number) && + reader.read_double(metrics.condition_penalty) && + reader.read_u16(metrics.crossing_face_mask) && + reader.read_u16(metrics.intersection_face_mask) && + reader.read_u16(metrics.degeneracy_face_mask) && + reader.read_u16(metrics.condition_face_mask) && + reader.read_u32(metrics.flags); +} + +bool valid_metrics(const Metrics& metrics) { + return metrics.crossings >= 0 && metrics.intersections >= 0 && + finite_values({metrics.crossing_loss, metrics.intersection_loss, + metrics.geometry_penalty, metrics.degeneracy_penalty, + metrics.worst_degeneracy, metrics.energy, + metrics.min_plane_determinant, metrics.relative_min_edge, + metrics.min_turn_sine, metrics.max_vertex_norm, + metrics.condition_number, metrics.condition_penalty}) && + metrics.crossing_loss >= 0.0 && metrics.intersection_loss >= 0.0 && + metrics.geometry_penalty >= 0.0 && metrics.degeneracy_penalty >= 0.0 && + metrics.worst_degeneracy >= 0.0 && metrics.condition_penalty >= 0.0 && + (metrics.crossing_face_mask & ~kKnownFaceMask) == 0 && + (metrics.intersection_face_mask & ~kKnownFaceMask) == 0 && + (metrics.degeneracy_face_mask & ~kKnownFaceMask) == 0 && + (metrics.condition_face_mask & ~kKnownFaceMask) == 0; +} + +void append_approximate_metrics( + std::vector& output, + const ApproximateMetrics& metrics) { + append_i32(output, metrics.crossings); + append_i32(output, metrics.intersections); + append_float(output, metrics.crossing_loss); + append_float(output, metrics.intersection_loss); + append_float(output, metrics.geometry_penalty); + append_float(output, metrics.degeneracy_penalty); + append_float(output, metrics.energy); + append_float(output, metrics.min_plane_determinant); + append_float(output, metrics.relative_min_edge); + append_float(output, metrics.min_turn_sine); + append_float(output, metrics.max_vertex_norm); + append_u32(output, metrics.ambiguity_flags); + append_u32(output, metrics.flags); +} + +bool read_approximate_metrics(Reader& reader, ApproximateMetrics& metrics) { + return reader.read_i32(metrics.crossings) && + reader.read_i32(metrics.intersections) && + reader.read_float(metrics.crossing_loss) && + reader.read_float(metrics.intersection_loss) && + reader.read_float(metrics.geometry_penalty) && + reader.read_float(metrics.degeneracy_penalty) && + reader.read_float(metrics.energy) && + reader.read_float(metrics.min_plane_determinant) && + reader.read_float(metrics.relative_min_edge) && + reader.read_float(metrics.min_turn_sine) && + reader.read_float(metrics.max_vertex_norm) && + reader.read_u32(metrics.ambiguity_flags) && + reader.read_u32(metrics.flags); +} + +bool valid_approximate_metrics(const ApproximateMetrics& metrics) { + return metrics.crossings >= 0 && metrics.intersections >= 0 && + finite_values({metrics.crossing_loss, metrics.intersection_loss, + metrics.geometry_penalty, metrics.degeneracy_penalty, + metrics.energy, metrics.min_plane_determinant, + metrics.relative_min_edge, metrics.min_turn_sine, + metrics.max_vertex_norm}) && + metrics.crossing_loss >= 0.0f && metrics.intersection_loss >= 0.0f && + metrics.geometry_penalty >= 0.0f && metrics.degeneracy_penalty >= 0.0f; +} + +void append_batch_config(std::vector& output, const BatchConfig& batch) { + append_u32(output, batch.chain_count); + append_u32(output, batch.iterations_per_chain); + append_u32(output, batch.iterations_per_kernel); + append_u32(output, batch.shortlist_size); + append_u32(output, batch.baseline_chains); + append_u32(output, batch.replica_chains); + append_u32(output, batch.adaptive_chains); + append_u32(output, batch.pbt_chains); + append_u32(output, batch.injected_chains); + append_u32(output, batch.fresh_numerator); + append_u32(output, batch.fresh_denominator); + append_u32(output, batch.replica_group_size); + append_u32(output, batch.injected_pool_size); + append_u64(output, batch.evaluated_states); + append_u64(output, batch.initialization_evaluated_states); + append_u64(output, batch.additional_evaluated_states); + append_u64(output, batch.stagnation_iterations); + append_float(output, batch.initial_temperature); + append_float(output, batch.final_temperature); + append_float(output, batch.proposal_scale); + append_float(output, batch.minimum_step); + append_float(output, batch.cooling); + append_float(output, batch.minimum_temperature); + append_float(output, batch.jump_chance); + append_float(output, batch.initial_state_jitter); + append_float(output, batch.replica_temperature_ratio); + append_float(output, batch.pbt_exploit_chance); + append_float(output, batch.pbt_state_jitter); + append_float(output, batch.injected_state_jitter); + append_float(output, batch.degeneracy_weight); + append_float_array(output, batch.strategy_weights); + append_u32(output, batch.flags); +} + +bool read_batch_config(Reader& reader, BatchConfig& batch) { + return reader.read_u32(batch.chain_count) && + reader.read_u32(batch.iterations_per_chain) && + reader.read_u32(batch.iterations_per_kernel) && + reader.read_u32(batch.shortlist_size) && + reader.read_u32(batch.baseline_chains) && + reader.read_u32(batch.replica_chains) && + reader.read_u32(batch.adaptive_chains) && + reader.read_u32(batch.pbt_chains) && + reader.read_u32(batch.injected_chains) && + reader.read_u32(batch.fresh_numerator) && + reader.read_u32(batch.fresh_denominator) && + reader.read_u32(batch.replica_group_size) && + reader.read_u32(batch.injected_pool_size) && + reader.read_u64(batch.evaluated_states) && + reader.read_u64(batch.initialization_evaluated_states) && + reader.read_u64(batch.additional_evaluated_states) && + reader.read_u64(batch.stagnation_iterations) && + reader.read_float(batch.initial_temperature) && + reader.read_float(batch.final_temperature) && + reader.read_float(batch.proposal_scale) && + reader.read_float(batch.minimum_step) && + reader.read_float(batch.cooling) && + reader.read_float(batch.minimum_temperature) && + reader.read_float(batch.jump_chance) && + reader.read_float(batch.initial_state_jitter) && + reader.read_float(batch.replica_temperature_ratio) && + reader.read_float(batch.pbt_exploit_chance) && + reader.read_float(batch.pbt_state_jitter) && + reader.read_float(batch.injected_state_jitter) && + reader.read_float(batch.degeneracy_weight) && + read_float_array(reader, batch.strategy_weights) && + reader.read_u32(batch.flags); +} + +bool valid_batch_config(const BatchConfig& batch) { + std::uint64_t assigned = static_cast(batch.baseline_chains) + + batch.replica_chains + batch.adaptive_chains + batch.pbt_chains + + batch.injected_chains; + const bool fresh_ratio_valid = + (batch.fresh_numerator == 0 && batch.fresh_denominator == 0) || + (batch.fresh_denominator > 0 && + batch.fresh_numerator <= batch.fresh_denominator); + const bool kernel_iterations_valid = batch.iterations_per_kernel == 0 || + batch.iterations_per_chain == 0 || + batch.iterations_per_kernel <= batch.iterations_per_chain; + const bool evaluation_breakdown_valid = + batch.initialization_evaluated_states <= batch.evaluated_states && + batch.additional_evaluated_states <= + batch.evaluated_states - batch.initialization_evaluated_states; + return assigned <= batch.chain_count && fresh_ratio_valid && kernel_iterations_valid && + evaluation_breakdown_valid && + finite_values({batch.initial_temperature, batch.final_temperature, + batch.proposal_scale, batch.minimum_step, batch.cooling, + batch.minimum_temperature, batch.jump_chance, + batch.initial_state_jitter, batch.replica_temperature_ratio, + batch.pbt_exploit_chance, batch.pbt_state_jitter, + batch.injected_state_jitter, batch.degeneracy_weight}) && + batch.initial_temperature >= 0.0f && batch.final_temperature >= 0.0f && + batch.proposal_scale >= 0.0f && batch.minimum_step >= 0.0f && + batch.cooling >= 0.0f && batch.cooling <= 1.0f && + batch.minimum_temperature >= 0.0f && + batch.jump_chance >= 0.0f && batch.jump_chance <= 1.0f && + batch.initial_state_jitter >= 0.0f && + batch.replica_temperature_ratio >= 0.0f && + batch.pbt_exploit_chance >= 0.0f && batch.pbt_exploit_chance <= 1.0f && + batch.pbt_state_jitter >= 0.0f && batch.injected_state_jitter >= 0.0f && + batch.degeneracy_weight >= 0.0f && + finite_nonnegative_array(batch.strategy_weights); +} + +void append_context(std::vector& output, const CommonContext& context) { + output.insert(output.end(), context.run_id.bytes.begin(), context.run_id.bytes.end()); + append_u64(output, context.record_sequence); + append_u64(output, context.unix_time_ns); + append_u64(output, context.topology_fingerprint); + append_u64(output, context.algorithm_fingerprint); + append_u64(output, context.build_fingerprint); + append_u64(output, context.device_fingerprint); + append_u64(output, context.run_seed); + append_u64(output, context.round_seed); + append_u64(output, context.session_seed); + append_u64(output, context.session_batch_ordinal); + append_u64(output, context.completed_trials); + append_u64(output, context.completed_iterations); + append_u32(output, context.topology); + append_u32(output, context.objective_version); + append_u32(output, context.search_mode); + append_u32(output, context.flags); + append_batch_config(output, context.batch); +} + +bool read_context(Reader& reader, CommonContext& context) { + return reader.read_bytes(context.run_id.bytes.data(), context.run_id.bytes.size()) && + reader.read_u64(context.record_sequence) && + reader.read_u64(context.unix_time_ns) && + reader.read_u64(context.topology_fingerprint) && + reader.read_u64(context.algorithm_fingerprint) && + reader.read_u64(context.build_fingerprint) && + reader.read_u64(context.device_fingerprint) && + reader.read_u64(context.run_seed) && + reader.read_u64(context.round_seed) && + reader.read_u64(context.session_seed) && + reader.read_u64(context.session_batch_ordinal) && + reader.read_u64(context.completed_trials) && + reader.read_u64(context.completed_iterations) && + reader.read_u32(context.topology) && + reader.read_u32(context.objective_version) && + reader.read_u32(context.search_mode) && + reader.read_u32(context.flags) && + read_batch_config(reader, context.batch); +} + +bool valid_context(const CommonContext& context) { + return context.topology <= 1000000U && context.objective_version <= 1000000U && + valid_batch_config(context.batch); +} + +void append_behavior(std::vector& output, const BehaviorPrediction& value) { + append_float(output, value.improvement_logit); + append_float(output, value.improvement_probability); + append_float(output, value.expected_defect_gain); + append_float(output, value.uncertainty); + append_float_array(output, value.plane_probabilities); + append_float_array(output, value.move_probabilities); + append_float_array(output, value.scale_probabilities); + append_u32(output, value.flags); +} + +bool read_behavior(Reader& reader, BehaviorPrediction& value) { + return reader.read_float(value.improvement_logit) && + reader.read_float(value.improvement_probability) && + reader.read_float(value.expected_defect_gain) && + reader.read_float(value.uncertainty) && + read_float_array(reader, value.plane_probabilities) && + read_float_array(reader, value.move_probabilities) && + read_float_array(reader, value.scale_probabilities) && + reader.read_u32(value.flags); +} + +bool valid_behavior(const BehaviorPrediction& value) { + return finite_values({value.improvement_logit, value.improvement_probability, + value.expected_defect_gain, value.uncertainty}) && + value.improvement_probability >= 0.0f && value.improvement_probability <= 1.0f && + value.uncertainty >= 0.0f && finite_nonnegative_array(value.plane_probabilities) && + finite_nonnegative_array(value.move_probabilities) && + finite_nonnegative_array(value.scale_probabilities); +} + +bool valid_backend(BackendSource value) { + return static_cast(value) <= + static_cast(BackendSource::Refinement); +} + +bool valid_refinement_method(RefinementMethod value) { + return static_cast(value) <= + static_cast(RefinementMethod::DdRepair); +} + +void append_verified_body(std::vector& output, const VerifiedCandidate& record) { + append_context(output, record.context); + append_u32(output, static_cast(record.backend)); + append_u32(output, record.strategy); + append_u32(output, record.chain_index); + append_u32(output, record.injected_seed_index); + append_u32(output, record.shortlist_rank); + append_u64(output, record.chain_seed); + append_u64(output, record.chain_iterations); + append_u64(output, record.rollout_rng_state); + append_float(output, record.rollout_rng_spare_normal); + append_u32(output, record.rollout_rng_has_spare_normal); + append_u64(output, record.rollout_start_iterations); + append_u64(output, record.origin_batch_ordinal); + append_u64(output, record.rollout_start_batch_ordinal); + append_u64(output, record.parent_batch_ordinal); + append_u64(output, record.best_found_iteration); + append_u64(output, record.best_found_batch_ordinal); + append_u32(output, record.origin_kind); + append_u32(output, record.origin_seed_index); + append_u32(output, record.origin_pool_size); + append_u32(output, record.origin_seed_replica_count); + append_u32(output, record.parent_chain_index); + append_u32(output, record.producing_chain_index); + append_u64(output, record.reference_hash); + append_u64(output, record.candidate_hash); + append_plane_state(output, record.reference_state); + append_metrics(output, record.reference_metrics); + append_plane_state(output, record.candidate_state); + append_approximate_metrics(output, record.cuda_metrics); + append_metrics(output, record.verified_metrics); + append_u32(output, record.flags); +} + +bool read_verified_body(Reader& reader, VerifiedCandidate& record) { + std::uint32_t backend = 0; + if (!read_context(reader, record.context) || !reader.read_u32(backend)) return false; + record.backend = static_cast(backend); + return reader.read_u32(record.strategy) && + reader.read_u32(record.chain_index) && + reader.read_u32(record.injected_seed_index) && + reader.read_u32(record.shortlist_rank) && + reader.read_u64(record.chain_seed) && + reader.read_u64(record.chain_iterations) && + reader.read_u64(record.rollout_rng_state) && + reader.read_float(record.rollout_rng_spare_normal) && + reader.read_u32(record.rollout_rng_has_spare_normal) && + reader.read_u64(record.rollout_start_iterations) && + reader.read_u64(record.origin_batch_ordinal) && + reader.read_u64(record.rollout_start_batch_ordinal) && + reader.read_u64(record.parent_batch_ordinal) && + reader.read_u64(record.best_found_iteration) && + reader.read_u64(record.best_found_batch_ordinal) && + reader.read_u32(record.origin_kind) && + reader.read_u32(record.origin_seed_index) && + reader.read_u32(record.origin_pool_size) && + reader.read_u32(record.origin_seed_replica_count) && + reader.read_u32(record.parent_chain_index) && + reader.read_u32(record.producing_chain_index) && + reader.read_u64(record.reference_hash) && + reader.read_u64(record.candidate_hash) && + read_plane_state(reader, record.reference_state) && + read_metrics(reader, record.reference_metrics) && + read_plane_state(reader, record.candidate_state) && + read_approximate_metrics(reader, record.cuda_metrics) && + read_metrics(reader, record.verified_metrics) && + reader.read_u32(record.flags); +} + +bool valid_verified(const VerifiedCandidate& record) { + constexpr std::uint32_t kKnownCandidateFlags = + CandidateHasReference | + CandidateSelectedForCpuVerification | + CandidateImprovedBest | + CandidateEnteredArchive | + CandidateNeuralGuided | + CandidateVerificationFailed; + const bool chain_valid = record.context.batch.chain_count == 0 || + (record.chain_index < record.context.batch.chain_count && + (record.producing_chain_index == 0xffffffffu || + record.producing_chain_index < record.context.batch.chain_count) && + (record.parent_chain_index == 0xffffffffu || + record.parent_chain_index < record.context.batch.chain_count)); + const bool origin_index_valid = record.origin_seed_index == 0xffffffffu || + record.origin_pool_size == 0 || record.origin_seed_index < record.origin_pool_size; + const bool verification_failed = + (record.flags & CandidateVerificationFailed) != 0; + const bool verification_semantics = verification_failed + ? (record.flags & CandidateSelectedForCpuVerification) != 0 && + (record.flags & (CandidateImprovedBest | CandidateEnteredArchive)) == 0 && + (record.verified_metrics.flags & MetricFinite) == 0 + : (record.verified_metrics.flags & MetricFinite) != 0; + return valid_context(record.context) && valid_backend(record.backend) && chain_valid && + (record.flags & ~kKnownCandidateFlags) == 0 && verification_semantics && + record.strategy < kStrategyCount && record.origin_kind <= 1000000U && + record.origin_pool_size <= 1000000U && + record.origin_seed_replica_count <= 1000000U && origin_index_valid && + valid_rng_snapshot(record.rollout_rng_spare_normal, + record.rollout_rng_has_spare_normal) && + record.rollout_start_iterations <= record.chain_iterations && + record.best_found_iteration <= record.chain_iterations && + valid_plane_state(record.reference_state) && + valid_metrics(record.reference_metrics) && + valid_plane_state(record.candidate_state) && + valid_approximate_metrics(record.cuda_metrics) && + valid_metrics(record.verified_metrics); +} + +void append_fp32_candidate_body( + std::vector& output, + const Fp32Candidate& record) { + append_context(output, record.context); + append_plane_state(output, record.state); + append_approximate_metrics(output, record.approximate_metrics); + append_u64(output, record.candidate_hash); + append_u64(output, record.chain_initial_rng_state); + append_u64(output, record.rollout_rng_state); + append_float(output, record.rollout_rng_spare_normal); + append_u32(output, record.rollout_rng_has_spare_normal); + append_u64(output, record.chain_iterations); + append_u64(output, record.rollout_start_iterations); + append_u64(output, record.origin_batch_ordinal); + append_u64(output, record.rollout_start_batch_ordinal); + append_u64(output, record.parent_batch_ordinal); + append_u64(output, record.best_found_iteration); + append_u64(output, record.best_found_batch_ordinal); + append_u32(output, record.strategy); + append_u32(output, record.chain_index); + append_u32(output, record.producing_chain_index); + append_u32(output, record.injected_seed_index); + append_u32(output, record.pool_size); + append_u32(output, record.replica_count); + append_u32(output, record.origin_kind); + append_u32(output, record.origin_seed_index); + append_u32(output, record.parent_chain_index); + append_u32(output, record.sampling_numerator); + append_u32(output, record.sampling_denominator); + append_float(output, record.sampling_probability); + append_u32(output, record.flags); +} + +bool read_fp32_candidate_body(Reader& reader, Fp32Candidate& record) { + return read_context(reader, record.context) && + read_plane_state(reader, record.state) && + read_approximate_metrics(reader, record.approximate_metrics) && + reader.read_u64(record.candidate_hash) && + reader.read_u64(record.chain_initial_rng_state) && + reader.read_u64(record.rollout_rng_state) && + reader.read_float(record.rollout_rng_spare_normal) && + reader.read_u32(record.rollout_rng_has_spare_normal) && + reader.read_u64(record.chain_iterations) && + reader.read_u64(record.rollout_start_iterations) && + reader.read_u64(record.origin_batch_ordinal) && + reader.read_u64(record.rollout_start_batch_ordinal) && + reader.read_u64(record.parent_batch_ordinal) && + reader.read_u64(record.best_found_iteration) && + reader.read_u64(record.best_found_batch_ordinal) && + reader.read_u32(record.strategy) && + reader.read_u32(record.chain_index) && + reader.read_u32(record.producing_chain_index) && + reader.read_u32(record.injected_seed_index) && + reader.read_u32(record.pool_size) && + reader.read_u32(record.replica_count) && + reader.read_u32(record.origin_kind) && + reader.read_u32(record.origin_seed_index) && + reader.read_u32(record.parent_chain_index) && + reader.read_u32(record.sampling_numerator) && + reader.read_u32(record.sampling_denominator) && + reader.read_float(record.sampling_probability) && + reader.read_u32(record.flags); +} + +bool valid_fp32_candidate(const Fp32Candidate& record) { + const bool chain_valid = record.context.batch.chain_count == 0 || + (record.chain_index < record.context.batch.chain_count && + (record.producing_chain_index == 0xffffffffu || + record.producing_chain_index < record.context.batch.chain_count) && + (record.parent_chain_index == 0xffffffffu || + record.parent_chain_index < record.context.batch.chain_count)); + const bool injected_index_valid = record.injected_seed_index == 0xffffffffu || + record.pool_size == 0 || record.injected_seed_index < record.pool_size; + const bool origin_index_valid = record.origin_seed_index == 0xffffffffu || + record.pool_size == 0 || record.origin_seed_index < record.pool_size; + const bool sampling_ratio_valid = record.sampling_denominator > 0U && + record.sampling_numerator > 0U && + record.sampling_numerator <= record.sampling_denominator && + (record.context.batch.chain_count == 0U || + record.sampling_denominator <= record.context.batch.chain_count) && + std::fabs( + static_cast(record.sampling_probability) - + static_cast(record.sampling_numerator) / + static_cast(record.sampling_denominator)) <= 1.0e-6; + return valid_context(record.context) && valid_plane_state(record.state) && + valid_approximate_metrics(record.approximate_metrics) && chain_valid && + record.strategy < kStrategyCount && record.pool_size <= 1000000U && + record.replica_count <= 1000000U && record.origin_kind <= 1000000U && + injected_index_valid && origin_index_valid && + valid_rng_snapshot(record.rollout_rng_spare_normal, + record.rollout_rng_has_spare_normal) && + record.rollout_start_iterations <= record.chain_iterations && + record.best_found_iteration <= record.chain_iterations && + std::isfinite(record.sampling_probability) && + record.sampling_probability >= 0.0f && record.sampling_probability <= 1.0f && + sampling_ratio_valid; +} + +void append_injected_body(std::vector& output, const InjectedTrajectory& record) { + append_context(output, record.context); + append_plane_state(output, record.anchor_state); + append_metrics(output, record.anchor_metrics); + append_plane_state(output, record.injected_state); + append_metrics(output, record.injected_metrics); + append_plane_state(output, record.result_state); + append_approximate_metrics(output, record.cuda_result_metrics); + append_metrics(output, record.result_metrics); + append_u64(output, record.anchor_hash); + append_u64(output, record.injected_hash); + append_u64(output, record.result_hash); + append_u64(output, record.rollout_seed); + append_u64(output, record.rollout_rng_state); + append_float(output, record.rollout_rng_spare_normal); + append_u32(output, record.rollout_rng_has_spare_normal); + append_u64(output, record.rollout_iterations); + append_u64(output, record.start_iterations); + append_u64(output, record.origin_batch_ordinal); + append_u32(output, record.injected_seed_index); + append_u32(output, record.result_chain_index); + append_u32(output, record.pool_size); + append_u32(output, record.replica_count); + append_u32(output, record.selection_rule); + append_i32(output, record.plane_action); + append_i32(output, record.move_action); + append_i32(output, record.scale_action); + append_float(output, record.plane_propensity); + append_float(output, record.move_propensity); + append_float(output, record.scale_propensity); + append_float_array(output, record.plane_sampling_distribution); + append_float_array(output, record.move_sampling_distribution); + append_float_array(output, record.scale_sampling_distribution); + append_float_array(output, record.neural_input); + append_behavior(output, record.behavior); + append_u32(output, record.flags); +} + +bool read_injected_body(Reader& reader, InjectedTrajectory& record) { + return read_context(reader, record.context) && + read_plane_state(reader, record.anchor_state) && + read_metrics(reader, record.anchor_metrics) && + read_plane_state(reader, record.injected_state) && + read_metrics(reader, record.injected_metrics) && + read_plane_state(reader, record.result_state) && + read_approximate_metrics(reader, record.cuda_result_metrics) && + read_metrics(reader, record.result_metrics) && + reader.read_u64(record.anchor_hash) && + reader.read_u64(record.injected_hash) && + reader.read_u64(record.result_hash) && + reader.read_u64(record.rollout_seed) && + reader.read_u64(record.rollout_rng_state) && + reader.read_float(record.rollout_rng_spare_normal) && + reader.read_u32(record.rollout_rng_has_spare_normal) && + reader.read_u64(record.rollout_iterations) && + reader.read_u64(record.start_iterations) && + reader.read_u64(record.origin_batch_ordinal) && + reader.read_u32(record.injected_seed_index) && + reader.read_u32(record.result_chain_index) && + reader.read_u32(record.pool_size) && + reader.read_u32(record.replica_count) && + reader.read_u32(record.selection_rule) && + reader.read_i32(record.plane_action) && + reader.read_i32(record.move_action) && + reader.read_i32(record.scale_action) && + reader.read_float(record.plane_propensity) && + reader.read_float(record.move_propensity) && + reader.read_float(record.scale_propensity) && + read_float_array(reader, record.plane_sampling_distribution) && + read_float_array(reader, record.move_sampling_distribution) && + read_float_array(reader, record.scale_sampling_distribution) && + read_float_array(reader, record.neural_input) && + read_behavior(reader, record.behavior) && + reader.read_u32(record.flags); +} + +bool valid_propensity(float value) { + return std::isfinite(value) && value > 0.0f && value <= 1.0f; +} + +template +bool valid_sampling_distribution(const std::array& values, bool required) { + if (!finite_nonnegative_array(values)) return false; + const double sum = std::accumulate(values.begin(), values.end(), 0.0); + return required ? std::fabs(sum - 1.0) <= 1.0e-4 : sum <= 1.0e-6; +} + +bool valid_injected(const InjectedTrajectory& record) { + const bool all_actions_absent = record.plane_action == -1 && + record.move_action == -1 && record.scale_action == -1; + const bool all_actions_present = + record.plane_action >= 0 && record.plane_action < static_cast(kPlaneActionCount) && + record.move_action >= 0 && record.move_action < static_cast(kMoveActionCount) && + record.scale_action >= 0 && record.scale_action < static_cast(kScaleActionCount); + const bool actions_valid = all_actions_absent || all_actions_present; + const bool injected_index_valid = record.injected_seed_index == 0xffffffffu || + record.pool_size == 0 || record.injected_seed_index < record.pool_size; + const bool chain_valid = record.context.batch.chain_count == 0 || + record.result_chain_index < record.context.batch.chain_count; + return valid_context(record.context) && valid_plane_state(record.anchor_state) && + valid_metrics(record.anchor_metrics) && valid_plane_state(record.injected_state) && + valid_metrics(record.injected_metrics) && valid_plane_state(record.result_state) && + valid_approximate_metrics(record.cuda_result_metrics) && + valid_metrics(record.result_metrics) && actions_valid && chain_valid && + injected_index_valid && record.pool_size <= 1000000U && + record.replica_count <= 1000000U && record.selection_rule <= 1000000U && + valid_rng_snapshot(record.rollout_rng_spare_normal, + record.rollout_rng_has_spare_normal) && + finite_array(record.neural_input) && + valid_propensity(record.plane_propensity) && + valid_propensity(record.move_propensity) && + valid_propensity(record.scale_propensity) && + valid_sampling_distribution(record.plane_sampling_distribution, all_actions_present) && + valid_sampling_distribution(record.move_sampling_distribution, all_actions_present) && + valid_sampling_distribution(record.scale_sampling_distribution, all_actions_present) && + (!all_actions_present || + (std::fabs(record.plane_sampling_distribution[static_cast(record.plane_action)] - + record.plane_propensity) <= 1.0e-5f && + std::fabs(record.move_sampling_distribution[static_cast(record.move_action)] - + record.move_propensity) <= 1.0e-5f && + std::fabs(record.scale_sampling_distribution[static_cast(record.scale_action)] - + record.scale_propensity) <= 1.0e-5f)) && + valid_behavior(record.behavior); +} + +bool valid_seed_proposal_purpose(SeedProposalPurpose purpose) { + return purpose == SeedProposalPurpose::SessionInitial || + purpose == SeedProposalPurpose::BatchInjection; +} + +void append_seed_proposal_body( + std::vector& output, + const SeedProposal& record) { + append_context(output, record.context); + append_u32(output, static_cast(record.purpose)); + append_plane_state(output, record.anchor_state); + append_metrics(output, record.anchor_metrics); + append_plane_state(output, record.seed_state); + append_metrics(output, record.seed_metrics); + append_float_array(output, record.neural_input); + append_behavior(output, record.behavior); + append_float_array(output, record.plane_sampling_distribution); + append_float_array(output, record.move_sampling_distribution); + append_float_array(output, record.scale_sampling_distribution); + append_i32(output, record.plane_action); + append_i32(output, record.move_action); + append_i32(output, record.scale_action); + append_float(output, record.plane_propensity); + append_float(output, record.move_propensity); + append_float(output, record.scale_propensity); + append_u64(output, record.proposal_seed); + append_u64(output, record.anchor_hash); + append_u64(output, record.seed_hash); + append_u32(output, record.seed_index); + append_u32(output, record.pool_size); + append_u32(output, record.assigned_chains); + append_u32(output, record.flags); +} + +bool read_seed_proposal_body(Reader& reader, SeedProposal& record) { + std::uint32_t purpose = 0; + if (!read_context(reader, record.context) || !reader.read_u32(purpose)) return false; + record.purpose = static_cast(purpose); + return read_plane_state(reader, record.anchor_state) && + read_metrics(reader, record.anchor_metrics) && + read_plane_state(reader, record.seed_state) && + read_metrics(reader, record.seed_metrics) && + read_float_array(reader, record.neural_input) && + read_behavior(reader, record.behavior) && + read_float_array(reader, record.plane_sampling_distribution) && + read_float_array(reader, record.move_sampling_distribution) && + read_float_array(reader, record.scale_sampling_distribution) && + reader.read_i32(record.plane_action) && + reader.read_i32(record.move_action) && + reader.read_i32(record.scale_action) && + reader.read_float(record.plane_propensity) && + reader.read_float(record.move_propensity) && + reader.read_float(record.scale_propensity) && + reader.read_u64(record.proposal_seed) && + reader.read_u64(record.anchor_hash) && + reader.read_u64(record.seed_hash) && + reader.read_u32(record.seed_index) && + reader.read_u32(record.pool_size) && + reader.read_u32(record.assigned_chains) && + reader.read_u32(record.flags); +} + +bool valid_seed_proposal(const SeedProposal& record) { + const bool all_actions_absent = record.plane_action == -1 && + record.move_action == -1 && record.scale_action == -1; + const bool all_actions_present = + record.plane_action >= 0 && record.plane_action < static_cast(kPlaneActionCount) && + record.move_action >= 0 && record.move_action < static_cast(kMoveActionCount) && + record.scale_action >= 0 && record.scale_action < static_cast(kScaleActionCount); + const bool seed_index_valid = record.pool_size == 0 || record.seed_index < record.pool_size; + const bool assigned_valid = record.context.batch.chain_count == 0 || + record.assigned_chains <= record.context.batch.chain_count; + return valid_context(record.context) && valid_seed_proposal_purpose(record.purpose) && + valid_plane_state(record.anchor_state) && valid_metrics(record.anchor_metrics) && + valid_plane_state(record.seed_state) && valid_metrics(record.seed_metrics) && + finite_array(record.neural_input) && valid_behavior(record.behavior) && + record.pool_size <= 1000000U && seed_index_valid && assigned_valid && + (all_actions_absent || all_actions_present) && + valid_propensity(record.plane_propensity) && + valid_propensity(record.move_propensity) && + valid_propensity(record.scale_propensity) && + valid_sampling_distribution(record.plane_sampling_distribution, all_actions_present) && + valid_sampling_distribution(record.move_sampling_distribution, all_actions_present) && + valid_sampling_distribution(record.scale_sampling_distribution, all_actions_present) && + (!all_actions_present || + (std::fabs(record.plane_sampling_distribution[static_cast(record.plane_action)] - + record.plane_propensity) <= 1.0e-5f && + std::fabs(record.move_sampling_distribution[static_cast(record.move_action)] - + record.move_propensity) <= 1.0e-5f && + std::fabs(record.scale_sampling_distribution[static_cast(record.scale_action)] - + record.scale_propensity) <= 1.0e-5f)); +} + +void append_legacy_body(std::vector& output, const LegacyReplaySample& record) { + append_context(output, record.context); + append_float_array(output, record.input); + append_float(output, record.improved); + append_float(output, record.defect_gain); + append_float_array(output, record.plane_target); + append_float_array(output, record.move_target); + append_float_array(output, record.scale_target); + append_float(output, record.value_weight); + append_float(output, record.plane_weight); + append_float(output, record.move_weight); + append_float(output, record.scale_weight); + append_u64(output, record.sequence); +} + +bool read_legacy_body(Reader& reader, LegacyReplaySample& record) { + return read_context(reader, record.context) && + read_float_array(reader, record.input) && + reader.read_float(record.improved) && + reader.read_float(record.defect_gain) && + read_float_array(reader, record.plane_target) && + read_float_array(reader, record.move_target) && + read_float_array(reader, record.scale_target) && + reader.read_float(record.value_weight) && + reader.read_float(record.plane_weight) && + reader.read_float(record.move_weight) && + reader.read_float(record.scale_weight) && + reader.read_u64(record.sequence); +} + +bool valid_legacy(const LegacyReplaySample& record) { + return valid_context(record.context) && finite_array(record.input) && + std::isfinite(record.improved) && record.improved >= 0.0f && record.improved <= 1.0f && + std::isfinite(record.defect_gain) && record.defect_gain >= 0.0f && + finite_nonnegative_array(record.plane_target) && + finite_nonnegative_array(record.move_target) && + finite_nonnegative_array(record.scale_target) && + finite_values({record.value_weight, record.plane_weight, + record.move_weight, record.scale_weight}) && + record.value_weight >= 0.0f && record.plane_weight >= 0.0f && + record.move_weight >= 0.0f && record.scale_weight >= 0.0f; +} + +void append_refinement_step( + std::vector& output, + const RefinementStep& step) { + append_u64(output, step.iteration); + append_double(output, step.perturbation); + append_double(output, step.learning_rate); + for (std::int8_t direction : step.direction) { + output.push_back(direction < 0 ? 0xffU : static_cast(direction)); + } + append_precise_plane_state(output, step.center_state); + append_precise_plane_state(output, step.plus_state); + append_precise_plane_state(output, step.minus_state); + append_precise_plane_state(output, step.updated_state); + append_metrics(output, step.plus_metrics); + append_metrics(output, step.minus_metrics); + append_u32(output, step.flags); +} + +bool read_refinement_step(Reader& reader, RefinementStep& step) { + if (!reader.read_u64(step.iteration) || !reader.read_double(step.perturbation) || + !reader.read_double(step.learning_rate)) { + return false; + } + for (std::int8_t& direction : step.direction) { + std::uint8_t raw = 0; + if (!reader.read_bytes(&raw, 1) || (raw > 127U && raw != 0xffU)) return false; + direction = raw == 0xffU ? static_cast(-1) : + static_cast(raw); + } + return read_precise_plane_state(reader, step.center_state) && + read_precise_plane_state(reader, step.plus_state) && + read_precise_plane_state(reader, step.minus_state) && + read_precise_plane_state(reader, step.updated_state) && + read_metrics(reader, step.plus_metrics) && + read_metrics(reader, step.minus_metrics) && + reader.read_u32(step.flags); +} + +bool valid_refinement_step(const RefinementStep& step) { + const bool direction_valid = std::all_of( + step.direction.begin(), step.direction.end(), [](std::int8_t direction) { + return direction == -1 || direction == 1; + }); + return std::isfinite(step.perturbation) && step.perturbation > 0.0 && + std::isfinite(step.learning_rate) && step.learning_rate >= 0.0 && + direction_valid && valid_precise_plane_state(step.center_state) && + valid_precise_plane_state(step.plus_state) && + valid_precise_plane_state(step.minus_state) && + valid_precise_plane_state(step.updated_state) && + valid_metrics(step.plus_metrics) && valid_metrics(step.minus_metrics); +} + +void append_refinement_body( + std::vector& output, + const RefinementTrajectory& record) { + append_context(output, record.context); + append_u32(output, static_cast(record.method)); + append_plane_state(output, record.start_state); + append_metrics(output, record.start_metrics); + append_plane_state(output, record.result_state); + append_metrics(output, record.result_metrics); + append_u64(output, record.start_hash); + append_u64(output, record.result_hash); + append_u64(output, record.seed); + append_u64(output, record.iterations); + append_u64(output, record.evaluated_states); + append_u32(output, static_cast(record.steps.size())); + for (const RefinementStep& step : record.steps) append_refinement_step(output, step); + append_u32(output, record.flags); +} + +bool read_refinement_body(Reader& reader, RefinementTrajectory& record) { + std::uint32_t method = 0; + if (!read_context(reader, record.context) || !reader.read_u32(method)) return false; + record.method = static_cast(method); + return read_plane_state(reader, record.start_state) && + read_metrics(reader, record.start_metrics) && + read_plane_state(reader, record.result_state) && + read_metrics(reader, record.result_metrics) && + reader.read_u64(record.start_hash) && + reader.read_u64(record.result_hash) && + reader.read_u64(record.seed) && + reader.read_u64(record.iterations) && + reader.read_u64(record.evaluated_states) && [&]() { + std::uint32_t step_count = 0; + if (!reader.read_u32(step_count) || step_count > kMaximumRefinementSteps) { + return false; + } + record.steps.resize(step_count); + for (RefinementStep& step : record.steps) { + if (!read_refinement_step(reader, step)) return false; + } + return true; + }() && reader.read_u32(record.flags); +} + +bool valid_refinement(const RefinementTrajectory& record) { + constexpr std::uint32_t kKnownRefinementFlags = + RefinementAccepted | + RefinementImprovedBest | + RefinementEnteredArchive | + RefinementVerificationFailed; + const bool verification_failed = + (record.flags & RefinementVerificationFailed) != 0; + const bool flag_semantics = + (record.flags & ~kKnownRefinementFlags) == 0 && + (!verification_failed || + (record.flags & (RefinementAccepted | RefinementImprovedBest | + RefinementEnteredArchive)) == 0); + if (!valid_context(record.context) || !valid_refinement_method(record.method) || + !valid_plane_state(record.start_state) || !valid_metrics(record.start_metrics) || + !valid_plane_state(record.result_state) || !valid_metrics(record.result_metrics) || + record.steps.size() > kMaximumRefinementSteps || !flag_semantics) { + return false; + } + std::uint64_t previous_iteration = 0; + bool first = true; + for (const RefinementStep& step : record.steps) { + if (!valid_refinement_step(step) || step.iteration > record.iterations || + (!first && step.iteration <= previous_iteration)) { + return false; + } + previous_iteration = step.iteration; + first = false; + } + return true; +} + +template +std::vector encode_record( + RecordType type, + const Record& record, + AppendBody append_body) { + std::vector body; + body.reserve(2048); + append_body(body, record); + std::vector encoded; + encoded.reserve(8 + body.size()); + append_u16(encoded, static_cast(type)); + append_u16(encoded, kRecordSchemaVersion); + append_u32(encoded, static_cast(body.size())); + encoded.insert(encoded.end(), body.begin(), body.end()); + return encoded; +} + +std::vector encode(const VerifiedCandidate& record) { + return encode_record(RecordType::VerifiedCandidate, record, append_verified_body); +} + +std::vector encode(const InjectedTrajectory& record) { + return encode_record(RecordType::InjectedTrajectory, record, append_injected_body); +} + +std::vector encode(const LegacyReplaySample& record) { + return encode_record(RecordType::LegacyReplay, record, append_legacy_body); +} + +std::vector encode(const RefinementTrajectory& record) { + return encode_record(RecordType::RefinementTrajectory, record, append_refinement_body); +} + +std::vector encode(const Fp32Candidate& record) { + return encode_record(RecordType::Fp32Candidate, record, append_fp32_candidate_body); +} + +std::vector encode(const SeedProposal& record) { + return encode_record(RecordType::SeedProposal, record, append_seed_proposal_body); +} + +std::vector make_header( + std::uint64_t shard_index) { + std::vector header; + header.reserve(kHeaderSize); + header.insert(header.end(), kMagic.begin(), kMagic.end()); + append_u32(header, kTrainingShardFormatVersion); + append_u32(header, kHeaderSize); + append_u64(header, shard_index); + append_u32(header, 0U); + append_u32(header, 0U); + append_u64(header, 0U); + const std::uint32_t header_crc = crc32(header.data(), header.size()); + patch_u32(header, kHeaderCrcOffset, header_crc); + return header; +} + +bool parse_header( + const std::array& bytes, + std::uint64_t& shard_index, + std::string& error) { + if (!std::equal(kMagic.begin(), kMagic.end(), bytes.begin())) { + error = "Training shard has invalid magic bytes"; + return false; + } + std::array crc_bytes = bytes; + std::uint32_t stored_header_crc = 0; + Reader crc_reader(bytes.data() + kHeaderCrcOffset, 4); + crc_reader.read_u32(stored_header_crc); + std::fill_n(crc_bytes.begin() + kHeaderCrcOffset, 4, std::uint8_t{0}); + if (crc32(crc_bytes.data(), crc_bytes.size()) != stored_header_crc) { + error = "Training shard header CRC mismatch"; + return false; + } + Reader reader(bytes.data() + kMagic.size(), bytes.size() - kMagic.size()); + std::uint32_t version = 0; + std::uint32_t header_size = 0; + std::uint32_t flags = 0; + std::uint32_t header_crc = 0; + std::uint64_t reserved = 0; + if (!reader.read_u32(version) || !reader.read_u32(header_size) || + !reader.read_u64(shard_index) || !reader.read_u32(flags) || + !reader.read_u32(header_crc) || !reader.read_u64(reserved)) { + error = "Training shard header is truncated"; + return false; + } + if (version != kTrainingShardFormatVersion || header_size != kHeaderSize || + flags != 0 || reserved != 0 || header_crc != stored_header_crc) { + error = "Unsupported training shard header version or flags"; + return false; + } + return true; +} + +std::vector make_footer( + std::uint64_t record_count, + std::uint64_t frames_size, + std::uint32_t frames_crc) { + std::vector footer; + footer.reserve(kFooterSize); + footer.insert(footer.end(), kFooterMagic.begin(), kFooterMagic.end()); + append_u64(footer, record_count); + append_u64(footer, frames_size); + append_u32(footer, frames_crc); + append_u32(footer, 0U); + append_u64(footer, 0U); + const std::uint32_t footer_crc = crc32(footer.data(), footer.size()); + patch_u32(footer, kFooterCrcOffset, footer_crc); + return footer; +} + +bool parse_footer( + const std::array& bytes, + ShardInfo& info, + std::string& error) { + if (!std::equal(kFooterMagic.begin(), kFooterMagic.end(), bytes.begin())) { + error = "Training shard footer is missing or invalid"; + return false; + } + std::array crc_bytes = bytes; + std::uint32_t stored_footer_crc = 0; + Reader crc_reader(bytes.data() + kFooterCrcOffset, 4); + crc_reader.read_u32(stored_footer_crc); + std::fill_n(crc_bytes.begin() + kFooterCrcOffset, 4, std::uint8_t{0}); + if (crc32(crc_bytes.data(), crc_bytes.size()) != stored_footer_crc) { + error = "Training shard footer CRC mismatch"; + return false; + } + Reader reader(bytes.data() + kFooterMagic.size(), bytes.size() - kFooterMagic.size()); + std::uint32_t footer_crc = 0; + std::uint64_t reserved = 0; + if (!reader.read_u64(info.record_count) || !reader.read_u64(info.payload_bytes) || + !reader.read_u32(info.payload_crc32) || !reader.read_u32(footer_crc) || + !reader.read_u64(reserved) || footer_crc != stored_footer_crc || reserved != 0) { + error = "Training shard footer is malformed"; + return false; + } + if (info.payload_bytes > kMaximumShardPayload || + info.record_count > info.payload_bytes / 16U) { + error = "Training shard sizes exceed the safety limits"; + return false; + } + return true; +} + +struct CommitInfo { + std::uint64_t shard_index = 0; + std::uint64_t wal_length = 0; + std::uint64_t record_count = 0; + std::uint32_t frame_crc32 = 0; +}; + +std::vector make_commit(const CommitInfo& info) { + std::vector bytes; + bytes.reserve(kCommitSize); + bytes.insert(bytes.end(), kCommitMagic.begin(), kCommitMagic.end()); + append_u32(bytes, kTrainingShardFormatVersion); + append_u32(bytes, kCommitSize); + append_u64(bytes, info.shard_index); + append_u64(bytes, info.wal_length); + append_u64(bytes, info.record_count); + append_u32(bytes, info.frame_crc32); + append_u32(bytes, 0U); + append_u64(bytes, 0U); + const std::uint32_t checksum = crc32(bytes.data(), bytes.size()); + patch_u32(bytes, kCommitCrcOffset, checksum); + return bytes; +} + +bool parse_commit( + const std::array& bytes, + CommitInfo& info, + std::string& error) { + if (!std::equal(kCommitMagic.begin(), kCommitMagic.end(), bytes.begin())) { + error = "Training WAL commit marker has invalid magic bytes"; + return false; + } + std::array crc_bytes = bytes; + std::uint32_t stored_crc = 0; + Reader crc_reader(bytes.data() + kCommitCrcOffset, 4); + crc_reader.read_u32(stored_crc); + std::fill_n(crc_bytes.begin() + kCommitCrcOffset, 4, std::uint8_t{0}); + if (crc32(crc_bytes.data(), crc_bytes.size()) != stored_crc) { + error = "Training WAL commit marker CRC mismatch"; + return false; + } + Reader reader(bytes.data() + kCommitMagic.size(), bytes.size() - kCommitMagic.size()); + std::uint32_t version = 0; + std::uint32_t marker_size = 0; + std::uint32_t parsed_crc = 0; + std::uint64_t reserved = 0; + if (!reader.read_u32(version) || !reader.read_u32(marker_size) || + !reader.read_u64(info.shard_index) || !reader.read_u64(info.wal_length) || + !reader.read_u64(info.record_count) || !reader.read_u32(info.frame_crc32) || + !reader.read_u32(parsed_crc) || !reader.read_u64(reserved) || + version != kTrainingShardFormatVersion || marker_size != kCommitSize || + parsed_crc != stored_crc || reserved != 0 || info.wal_length < kHeaderSize) { + error = "Training WAL commit marker is malformed or unsupported"; + return false; + } + return true; +} + +bool read_exact(std::istream& input, std::uint8_t* data, std::size_t size) { + while (size > 0) { + const std::size_t chunk = std::min( + size, static_cast(std::numeric_limits::max())); + input.read(reinterpret_cast(data), static_cast(chunk)); + if (input.gcount() != static_cast(chunk)) return false; + data += chunk; + size -= chunk; + } + return true; +} + +bool parse_encoded_record( + const std::vector& encoded, + const StreamCallbacks* callbacks, + std::string& error) { + Reader envelope(encoded.data(), encoded.size()); + std::uint16_t type_value = 0; + std::uint16_t schema = 0; + std::uint32_t body_size = 0; + if (!envelope.read_u16(type_value) || !envelope.read_u16(schema) || + !envelope.read_u32(body_size) || schema != kRecordSchemaVersion || + body_size != envelope.remaining()) { + error = "Training record envelope is malformed or unsupported"; + return false; + } + Reader body(encoded.data() + 8, body_size); + const RecordType type = static_cast(type_value); + bool callback_ok = true; + if (type == RecordType::VerifiedCandidate) { + VerifiedCandidate record; + if (!read_verified_body(body, record) || body.remaining() != 0 || !valid_verified(record)) { + error = "Verified-candidate training record is invalid"; + return false; + } + if (callbacks != nullptr && callbacks->verified_candidate) { + callback_ok = callbacks->verified_candidate(record); + } + } else if (type == RecordType::InjectedTrajectory) { + InjectedTrajectory record; + if (!read_injected_body(body, record) || body.remaining() != 0 || !valid_injected(record)) { + error = "Injected-trajectory training record is invalid"; + return false; + } + if (callbacks != nullptr && callbacks->injected_trajectory) { + callback_ok = callbacks->injected_trajectory(record); + } + } else if (type == RecordType::LegacyReplay) { + LegacyReplaySample record; + if (!read_legacy_body(body, record) || body.remaining() != 0 || !valid_legacy(record)) { + error = "Legacy-replay training record is invalid"; + return false; + } + if (callbacks != nullptr && callbacks->legacy_replay) { + callback_ok = callbacks->legacy_replay(record); + } + } else if (type == RecordType::RefinementTrajectory) { + RefinementTrajectory record; + if (!read_refinement_body(body, record) || body.remaining() != 0 || !valid_refinement(record)) { + error = "Refinement-trajectory training record is invalid"; + return false; + } + if (callbacks != nullptr && callbacks->refinement_trajectory) { + callback_ok = callbacks->refinement_trajectory(record); + } + } else if (type == RecordType::Fp32Candidate) { + Fp32Candidate record; + if (!read_fp32_candidate_body(body, record) || body.remaining() != 0 || + !valid_fp32_candidate(record)) { + error = "FP32-candidate training record is invalid"; + return false; + } + if (callbacks != nullptr && callbacks->fp32_candidate) { + callback_ok = callbacks->fp32_candidate(record); + } + } else if (type == RecordType::SeedProposal) { + SeedProposal record; + if (!read_seed_proposal_body(body, record) || body.remaining() != 0 || + !valid_seed_proposal(record)) { + error = "Seed-proposal training record is invalid"; + return false; + } + if (callbacks != nullptr && callbacks->seed_proposal) { + callback_ok = callbacks->seed_proposal(record); + } + } else { + error = "Training shard contains an unknown record type"; + return false; + } + if (!callback_ok) { + error = "Training shard stream callback requested cancellation"; + return false; + } + return true; +} + +std::string shard_filename(std::uint64_t index) { + std::ostringstream stream; + stream << "shard_" << std::setw(8) << std::setfill('0') << index << ".sztd"; + return stream.str(); +} + +bool parse_shard_filename(const std::filesystem::path& path, std::uint64_t& index) { + const std::string name = path.filename().string(); + constexpr const char* prefix = "shard_"; + constexpr const char* suffix = ".sztd"; + if (name.size() <= 6 + 5 || name.compare(0, 6, prefix) != 0 || + name.compare(name.size() - 5, 5, suffix) != 0) return false; + const std::string digits = name.substr(6, name.size() - 11); + if (digits.size() < 8 || !std::all_of(digits.begin(), digits.end(), [](char value) { + return value >= '0' && value <= '9'; + })) return false; + std::uint64_t value = 0; + for (char digit : digits) { + if (value > (std::numeric_limits::max() - 9U) / 10U) return false; + value = value * 10U + static_cast(digit - '0'); + } + index = value; + return true; +} + +std::string system_error_message(const char* operation, int code) { + return std::string(operation) + ": " + std::system_category().message(code); +} + +bool files_equivalent( + const std::filesystem::path& left, + const std::filesystem::path& right) { + std::error_code left_error; + std::error_code right_error; + const std::uint64_t left_size = std::filesystem::file_size(left, left_error); + const std::uint64_t right_size = std::filesystem::file_size(right, right_error); + if (left_error || right_error || left_size != right_size) return false; + std::ifstream left_stream(left, std::ios::binary); + std::ifstream right_stream(right, std::ios::binary); + if (!left_stream || !right_stream) return false; + std::array left_buffer{}; + std::array right_buffer{}; + std::uint64_t remaining = left_size; + while (remaining > 0) { + const std::size_t chunk = static_cast( + std::min(remaining, left_buffer.size())); + if (!read_exact(left_stream, left_buffer.data(), chunk) || + !read_exact(right_stream, right_buffer.data(), chunk) || + !std::equal(left_buffer.begin(), left_buffer.begin() + chunk, + right_buffer.begin())) return false; + remaining -= chunk; + } + return true; +} + +struct PublishOutcome { + bool published = false; + bool durable = false; + bool source_removed = false; + bool reused_existing_destination = false; + std::string error; +}; + +struct AtomicReplaceOutcome { + bool replaced = false; + bool durable = false; + std::string error; +}; + +#ifdef _WIN32 +bool write_all(HANDLE handle, const std::uint8_t* data, std::size_t size, std::string& error) { + while (size > 0) { + const DWORD chunk = static_cast(std::min(size, 0x7ffff000U)); + DWORD written = 0; + if (!WriteFile(handle, data, chunk, &written, nullptr) || written != chunk) { + error = system_error_message("WriteFile failed", static_cast(GetLastError())); + return false; + } + data += chunk; + size -= chunk; + } + return true; +} + +class PersistentAppender { +public: + ~PersistentAppender() { close(); } + + bool open(const std::filesystem::path& path, std::string& error) { + close(); + handle_ = CreateFileW(path.c_str(), FILE_APPEND_DATA, FILE_SHARE_READ, nullptr, + OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr); + if (handle_ == INVALID_HANDLE_VALUE) { + error = system_error_message("Cannot open persistent training WAL", static_cast(GetLastError())); + return false; + } + return true; + } + + bool append(const std::vector& bytes, std::string& error) { + if (handle_ == INVALID_HANDLE_VALUE) { + error = "Persistent training WAL handle is not open"; + return false; + } + return write_all(handle_, bytes.data(), bytes.size(), error); + } + + bool flush(std::string& error) { + if (handle_ == INVALID_HANDLE_VALUE) return true; + if (FlushFileBuffers(handle_) == FALSE) { + error = system_error_message("FlushFileBuffers failed", static_cast(GetLastError())); + return false; + } + return true; + } + + void close() { + if (handle_ != INVALID_HANDLE_VALUE) { + CloseHandle(handle_); + handle_ = INVALID_HANDLE_VALUE; + } + } + + bool is_open() const { return handle_ != INVALID_HANDLE_VALUE; } + +private: + HANDLE handle_ = INVALID_HANDLE_VALUE; +}; + +bool create_new_file( + const std::filesystem::path& path, + const std::vector& bytes, + std::string& error) { + HANDLE handle = CreateFileW(path.c_str(), GENERIC_WRITE, FILE_SHARE_READ, nullptr, + CREATE_NEW, FILE_ATTRIBUTE_NORMAL, nullptr); + if (handle == INVALID_HANDLE_VALUE) { + error = system_error_message("Cannot create training WAL", static_cast(GetLastError())); + return false; + } + const bool ok = write_all(handle, bytes.data(), bytes.size(), error); + if (!CloseHandle(handle) && ok) { + error = system_error_message("Cannot close training WAL", static_cast(GetLastError())); + return false; + } + return ok; +} + +bool append_file( + const std::filesystem::path& path, + const std::vector& bytes, + std::string& error) { + HANDLE handle = CreateFileW(path.c_str(), FILE_APPEND_DATA, FILE_SHARE_READ, nullptr, + OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr); + if (handle == INVALID_HANDLE_VALUE) { + error = system_error_message("Cannot open training WAL", static_cast(GetLastError())); + return false; + } + const bool ok = write_all(handle, bytes.data(), bytes.size(), error); + if (!CloseHandle(handle) && ok) { + error = system_error_message("Cannot close training WAL", static_cast(GetLastError())); + return false; + } + return ok; +} + +bool flush_file(const std::filesystem::path& path, std::string& error) { + HANDLE handle = CreateFileW(path.c_str(), GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, + nullptr, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr); + if (handle == INVALID_HANDLE_VALUE) { + error = system_error_message("Cannot open training WAL for flush", static_cast(GetLastError())); + return false; + } + const bool ok = FlushFileBuffers(handle) != FALSE; + const int flush_error = ok ? 0 : static_cast(GetLastError()); + CloseHandle(handle); + if (!ok) error = system_error_message("FlushFileBuffers failed", flush_error); + return ok; +} + +bool truncate_file(const std::filesystem::path& path, std::uint64_t size, std::string& error) { + HANDLE handle = CreateFileW(path.c_str(), GENERIC_WRITE, FILE_SHARE_READ, nullptr, + OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr); + if (handle == INVALID_HANDLE_VALUE) { + error = system_error_message("Cannot open training WAL for truncation", static_cast(GetLastError())); + return false; + } + LARGE_INTEGER offset; + offset.QuadPart = static_cast(size); + bool ok = SetFilePointerEx(handle, offset, nullptr, FILE_BEGIN) != FALSE && + SetEndOfFile(handle) != FALSE && FlushFileBuffers(handle) != FALSE; + const int operation_error = ok ? 0 : static_cast(GetLastError()); + CloseHandle(handle); + if (!ok) error = system_error_message("Cannot truncate training WAL", operation_error); + return ok; +} + +AtomicReplaceOutcome write_atomic_replace( + const std::filesystem::path& path, + const std::filesystem::path& temporary_path, + const std::vector& bytes) { + AtomicReplaceOutcome outcome; + if (!create_new_file(temporary_path, bytes, outcome.error) || + !flush_file(temporary_path, outcome.error)) { + return outcome; + } + if (MoveFileExW(temporary_path.c_str(), path.c_str(), + MOVEFILE_REPLACE_EXISTING | MOVEFILE_WRITE_THROUGH) == FALSE) { + outcome.error = system_error_message( + "Cannot publish training WAL commit marker", + static_cast(GetLastError())); + return outcome; + } + outcome.replaced = true; + outcome.durable = true; + return outcome; +} + +PublishOutcome rename_no_replace( + const std::filesystem::path& source, + const std::filesystem::path& destination) { + PublishOutcome outcome; + if (MoveFileExW(source.c_str(), destination.c_str(), MOVEFILE_WRITE_THROUGH) != FALSE) { + outcome.published = true; + outcome.durable = true; + outcome.source_removed = true; + return outcome; + } + const int move_error = static_cast(GetLastError()); + if ((move_error == ERROR_FILE_EXISTS || move_error == ERROR_ALREADY_EXISTS) && + files_equivalent(source, destination)) { + outcome.published = true; + outcome.durable = true; + outcome.reused_existing_destination = true; + if (DeleteFileW(source.c_str()) != FALSE) { + outcome.source_removed = true; + } else { + outcome.error = system_error_message( + "Immutable shard exists but WAL cleanup failed", static_cast(GetLastError())); + } + return outcome; + } + outcome.error = system_error_message("Cannot publish immutable training shard", move_error); + return outcome; +} +#else +bool write_all(int fd, const std::uint8_t* data, std::size_t size, std::string& error) { + while (size > 0) { + const ssize_t written = ::write(fd, data, size); + if (written < 0) { + if (errno == EINTR) continue; + error = system_error_message("write failed", errno); + return false; + } + data += static_cast(written); + size -= static_cast(written); + } + return true; +} + +class PersistentAppender { +public: + ~PersistentAppender() { close(); } + + bool open(const std::filesystem::path& path, std::string& error) { + close(); + fd_ = ::open(path.c_str(), O_WRONLY | O_APPEND); + if (fd_ < 0) { + error = system_error_message("Cannot open persistent training WAL", errno); + return false; + } + return true; + } + + bool append(const std::vector& bytes, std::string& error) { + if (fd_ < 0) { + error = "Persistent training WAL descriptor is not open"; + return false; + } + return write_all(fd_, bytes.data(), bytes.size(), error); + } + + bool flush(std::string& error) { + if (fd_ < 0) return true; + if (::fsync(fd_) != 0) { + error = system_error_message("Training WAL fsync failed", errno); + return false; + } + return true; + } + + void close() { + if (fd_ >= 0) { + ::close(fd_); + fd_ = -1; + } + } + + bool is_open() const { return fd_ >= 0; } + +private: + int fd_ = -1; +}; + +bool create_new_file( + const std::filesystem::path& path, + const std::vector& bytes, + std::string& error) { + const int fd = ::open(path.c_str(), O_WRONLY | O_CREAT | O_EXCL, 0644); + if (fd < 0) { + error = system_error_message("Cannot create training WAL", errno); + return false; + } + const bool ok = write_all(fd, bytes.data(), bytes.size(), error); + if (::close(fd) != 0 && ok) { + error = system_error_message("Cannot close training WAL", errno); + return false; + } + return ok; +} + +bool append_file( + const std::filesystem::path& path, + const std::vector& bytes, + std::string& error) { + const int fd = ::open(path.c_str(), O_WRONLY | O_APPEND); + if (fd < 0) { + error = system_error_message("Cannot open training WAL", errno); + return false; + } + const bool ok = write_all(fd, bytes.data(), bytes.size(), error); + if (::close(fd) != 0 && ok) { + error = system_error_message("Cannot close training WAL", errno); + return false; + } + return ok; +} + +bool flush_file(const std::filesystem::path& path, std::string& error) { + const int fd = ::open(path.c_str(), O_RDWR); + if (fd < 0) { + error = system_error_message("Cannot open training WAL for fsync", errno); + return false; + } + const bool ok = ::fsync(fd) == 0; + const int operation_error = ok ? 0 : errno; + ::close(fd); + if (!ok) error = system_error_message("fsync failed", operation_error); + return ok; +} + +bool truncate_file(const std::filesystem::path& path, std::uint64_t size, std::string& error) { + if (::truncate(path.c_str(), static_cast(size)) != 0) { + error = system_error_message("Cannot truncate training WAL", errno); + return false; + } + return flush_file(path, error); +} + +AtomicReplaceOutcome write_atomic_replace( + const std::filesystem::path& path, + const std::filesystem::path& temporary_path, + const std::vector& bytes) { + AtomicReplaceOutcome outcome; + if (!create_new_file(temporary_path, bytes, outcome.error) || + !flush_file(temporary_path, outcome.error)) { + return outcome; + } + if (::rename(temporary_path.c_str(), path.c_str()) != 0) { + outcome.error = system_error_message( + "Cannot publish training WAL commit marker", errno); + return outcome; + } + outcome.replaced = true; + const int directory_fd = ::open(path.parent_path().c_str(), O_RDONLY | O_DIRECTORY); + if (directory_fd < 0) { + outcome.error = system_error_message( + "Cannot open training commit directory for fsync", errno); + return outcome; + } + const bool synced = ::fsync(directory_fd) == 0; + const int sync_error = synced ? 0 : errno; + const bool closed = ::close(directory_fd) == 0; + const int close_error = closed ? 0 : errno; + if (!synced) { + outcome.error = system_error_message( + "Cannot fsync training commit directory", sync_error); + return outcome; + } + if (!closed) { + outcome.error = system_error_message( + "Cannot close training commit directory", close_error); + return outcome; + } + outcome.durable = true; + return outcome; +} + +PublishOutcome rename_no_replace( + const std::filesystem::path& source, + const std::filesystem::path& destination) { + PublishOutcome outcome; + auto sync_parent = [&](std::string& error) { + const int directory_fd = ::open( + destination.parent_path().c_str(), O_RDONLY | O_DIRECTORY); + if (directory_fd < 0) { + error = system_error_message( + "Cannot open training shard directory for fsync", errno); + return false; + } + const bool synced = ::fsync(directory_fd) == 0; + const int sync_error = synced ? 0 : errno; + const bool closed = ::close(directory_fd) == 0; + if (!synced) { + error = system_error_message( + "Cannot fsync published training shard directory", sync_error); + return false; + } + if (!closed) { + error = system_error_message( + "Cannot close published training shard directory", errno); + return false; + } + return true; + }; +#if defined(__linux__) && defined(SYS_renameat2) + if (::syscall(SYS_renameat2, AT_FDCWD, source.c_str(), AT_FDCWD, + destination.c_str(), 1U /* RENAME_NOREPLACE */) == 0) { + outcome.published = true; + outcome.source_removed = true; + outcome.durable = sync_parent(outcome.error); + return outcome; + } + if (errno != ENOSYS && errno != EINVAL && errno != EEXIST) { + outcome.error = system_error_message("Cannot publish immutable training shard", errno); + return outcome; + } +#endif + bool destination_equivalent = false; + struct stat source_stat{}; + struct stat destination_stat{}; + if (::stat(source.c_str(), &source_stat) == 0 && + ::stat(destination.c_str(), &destination_stat) == 0) { + destination_equivalent = source_stat.st_dev == destination_stat.st_dev && + source_stat.st_ino == destination_stat.st_ino; + } + if (!destination_equivalent && files_equivalent(source, destination)) { + destination_equivalent = true; + } + if (!destination_equivalent) { + if (::link(source.c_str(), destination.c_str()) != 0) { + if (errno != EEXIST || !files_equivalent(source, destination)) { + outcome.error = system_error_message("Cannot publish immutable training shard", errno); + return outcome; + } + outcome.reused_existing_destination = true; + } + outcome.published = true; + } else { + outcome.published = true; + outcome.reused_existing_destination = true; + } + if (!sync_parent(outcome.error)) { + return outcome; + } + outcome.durable = true; + if (::unlink(source.c_str()) == 0) { + outcome.source_removed = true; + std::string cleanup_sync_error; + if (!sync_parent(cleanup_sync_error)) { + outcome.durable = false; + outcome.error = std::move(cleanup_sync_error); + } + } else { + outcome.error = system_error_message("Published shard but cannot remove WAL link", errno); + } + return outcome; +} +#endif + +struct WalScan { + std::uint64_t shard_index = 0; + std::uint64_t record_count = 0; + std::uint64_t frame_bytes = 0; + std::uint32_t frame_crc_state = 0xffffffffU; + std::uint64_t original_size = 0; + bool torn_tail = false; + bool sealed = false; +}; + +bool inspect_wal( + const std::filesystem::path& path, + WalScan& result, + bool invoke_semantic_validation, + std::string& error) { + std::error_code size_error; + result.original_size = std::filesystem::file_size(path, size_error); + if (size_error || result.original_size < kHeaderSize) { + error = "Training WAL header is missing or unreadable"; + return false; + } + std::ifstream input(path, std::ios::binary); + std::array header{}; + if (!input || !read_exact(input, header.data(), header.size()) || + !parse_header(header, result.shard_index, error)) return false; + + std::uint64_t position = kHeaderSize; + while (position < result.original_size) { + const std::uint64_t available = result.original_size - position; + if (available < kFooterSize) { + const std::size_t prefix_size = static_cast( + std::min(available, kFooterMagic.size())); + std::array possible_prefix{}; + const std::streampos saved_position = input.tellg(); + if (read_exact(input, possible_prefix.data(), prefix_size) && + std::equal(possible_prefix.begin(), possible_prefix.begin() + prefix_size, + kFooterMagic.begin())) { + result.torn_tail = true; + break; + } + input.clear(); + input.seekg(saved_position); + } + if (available == kFooterSize) { + std::array possible_footer{}; + const std::streampos saved_position = input.tellg(); + if (read_exact(input, possible_footer.data(), possible_footer.size()) && + std::equal(kFooterMagic.begin(), kFooterMagic.end(), possible_footer.begin())) { + ShardInfo footer_info; + std::string footer_error; + if (!parse_footer(possible_footer, footer_info, footer_error)) { + result.torn_tail = true; + break; + } + if (footer_info.record_count != result.record_count || + footer_info.payload_bytes != result.frame_bytes || + footer_info.payload_crc32 != (result.frame_crc_state ^ 0xffffffffU)) { + error = "Training WAL contains an invalid completed footer"; + return false; + } + result.sealed = true; + position += kFooterSize; + break; + } + input.clear(); + input.seekg(saved_position); + } + if (available < 8) { + result.torn_tail = true; + break; + } + std::array frame_header{}; + if (!read_exact(input, frame_header.data(), frame_header.size())) { + result.torn_tail = true; + break; + } + Reader frame_reader(frame_header.data(), frame_header.size()); + std::uint32_t length = 0; + std::uint32_t stored_crc = 0; + frame_reader.read_u32(length); + frame_reader.read_u32(stored_crc); + if (length < 8 || length > kMaximumRecordBody) { + if (available > 8) { + error = "Training WAL contains an invalid complete frame header before its tail"; + return false; + } + result.torn_tail = true; + break; + } + if (static_cast(length) > available - 8) { + result.torn_tail = true; + break; + } + std::vector encoded(length); + if (!read_exact(input, encoded.data(), encoded.size())) { + result.torn_tail = true; + break; + } + const bool final_frame = position + 8U + length == result.original_size; + if (crc32(encoded.data(), encoded.size()) != stored_crc) { + if (final_frame) { + result.torn_tail = true; + break; + } + error = "Training WAL contains a corrupt complete frame before its tail"; + return false; + } + if (invoke_semantic_validation) { + std::string record_error; + if (!parse_encoded_record(encoded, nullptr, record_error)) { + error = "Training WAL contains a semantically invalid complete frame: " + record_error; + return false; + } + } + result.frame_crc_state = crc32_update( + result.frame_crc_state, frame_header.data(), frame_header.size()); + result.frame_crc_state = crc32_update( + result.frame_crc_state, encoded.data(), encoded.size()); + result.frame_bytes += 8U + length; + ++result.record_count; + position += 8U + length; + } + return true; +} + +std::vector make_frame(const std::vector& encoded) { + std::vector frame; + frame.reserve(8 + encoded.size()); + append_u32(frame, static_cast(encoded.size())); + append_u32(frame, crc32(encoded.data(), encoded.size())); + frame.insert(frame.end(), encoded.begin(), encoded.end()); + return frame; +} + +std::filesystem::path commit_path_for(const std::filesystem::path& wal_path) { + return std::filesystem::path(wal_path.string() + ".commit"); +} + +std::filesystem::path commit_temp_path_for(const std::filesystem::path& wal_path) { + return std::filesystem::path(wal_path.string() + ".commit.tmp"); +} + +enum class CommitLoadStatus { Missing, Valid, Invalid }; + +CommitLoadStatus load_commit_file( + const std::filesystem::path& path, + CommitInfo& info, + std::string& error) { + std::error_code exists_error; + const bool exists = std::filesystem::exists(path, exists_error); + if (exists_error) { + error = "Cannot inspect training WAL commit marker: " + exists_error.message(); + return CommitLoadStatus::Invalid; + } + if (!exists) return CommitLoadStatus::Missing; + std::error_code size_error; + if (std::filesystem::file_size(path, size_error) != kCommitSize || size_error) { + error = "Training WAL commit marker has an invalid size"; + return CommitLoadStatus::Invalid; + } + std::ifstream input(path, std::ios::binary); + std::array bytes{}; + if (!input || !read_exact(input, bytes.data(), bytes.size()) || + !parse_commit(bytes, info, error)) return CommitLoadStatus::Invalid; + return CommitLoadStatus::Valid; +} + +bool read_wal_header_index( + const std::filesystem::path& path, + std::uint64_t& shard_index, + std::string& error) { + std::ifstream input(path, std::ios::binary); + std::array header{}; + return input && read_exact(input, header.data(), header.size()) && + parse_header(header, shard_index, error); +} + +// A successful flush is represented solely by the atomically published commit +// marker. Bytes after that boundary may be arbitrary after power loss and are +// discarded before any semantic frame validation. +bool recover_wal_to_commit( + const std::filesystem::path& wal_path, + WalScan& recovered, + bool& sealed, + bool& disposable_uncommitted, + std::uint64_t& discarded_bytes, + std::string& error) { + sealed = false; + disposable_uncommitted = false; + discarded_bytes = 0; + StreamCallbacks callbacks; + ShardInfo sealed_info; + std::string sealed_error; + if (stream_read_shard(wal_path, callbacks, &sealed_info, &sealed_error)) { + if (!inspect_wal(wal_path, recovered, true, error) || !recovered.sealed) { + error = "Validated sealed WAL could not be reconstructed"; + return false; + } + sealed = true; + return true; + } + + std::error_code size_error; + const std::uint64_t file_size = std::filesystem::file_size(wal_path, size_error); + if (size_error) { + error = "Cannot determine training WAL size"; + return false; + } + + CommitInfo commit; + const CommitLoadStatus commit_status = load_commit_file( + commit_path_for(wal_path), commit, error); + if (commit_status == CommitLoadStatus::Invalid) return false; + std::uint64_t shard_index = 0; + if (!read_wal_header_index(wal_path, shard_index, error)) { + // Before the first commit marker exists no record prefix has been + // promised durable. A crash while creating/flushing the fixed-size + // header can therefore leave at most one disposable partial header. + // Larger invalid files remain hard errors to avoid hiding corruption. + if (commit_status == CommitLoadStatus::Missing && file_size <= kHeaderSize) { + recovered = {}; + recovered.original_size = file_size; + disposable_uncommitted = true; + error.clear(); + return true; + } + if (error.empty()) error = "Training WAL header is truncated"; + return false; + } + const std::uint64_t durable_length = commit_status == CommitLoadStatus::Valid + ? commit.wal_length : static_cast(kHeaderSize); + if (commit_status == CommitLoadStatus::Valid && commit.shard_index != shard_index) { + error = "Training WAL commit marker belongs to a different shard index"; + return false; + } + if (durable_length > file_size) { + error = "Training WAL is shorter than its last durable commit boundary"; + return false; + } + if (file_size > durable_length) { + if (!truncate_file(wal_path, durable_length, error)) return false; + discarded_bytes = file_size - durable_length; + } + if (!inspect_wal(wal_path, recovered, true, error) || recovered.sealed || + recovered.torn_tail || recovered.original_size != durable_length) { + if (error.empty()) error = "Durable training WAL prefix is internally inconsistent"; + return false; + } + const std::uint32_t recovered_crc = recovered.frame_crc_state ^ 0xffffffffU; + if (commit_status == CommitLoadStatus::Valid && + (commit.record_count != recovered.record_count || + commit.frame_crc32 != recovered_crc)) { + error = "Training WAL durable prefix does not match its commit marker"; + return false; + } + if (commit_status == CommitLoadStatus::Missing && recovered.record_count != 0) { + error = "Uncommitted training WAL unexpectedly retained records"; + return false; + } + return true; +} + +} // namespace + +bool stream_read_shard( + const std::filesystem::path& path, + const StreamCallbacks& callbacks, + ShardInfo* info, + std::string* error) { + std::error_code size_error; + const std::uint64_t file_size = std::filesystem::file_size(path, size_error); + if (size_error || file_size < kHeaderSize + kFooterSize) { + set_error(error, "Training shard file is missing or too small"); + return false; + } + std::ifstream input(path, std::ios::binary); + if (!input) { + set_error(error, "Cannot open training shard for reading"); + return false; + } + std::array header{}; + std::array footer{}; + std::string parse_error; + ShardInfo parsed; + if (!read_exact(input, header.data(), header.size()) || + !parse_header(header, parsed.shard_index, parse_error)) { + set_error(error, parse_error.empty() ? "Training shard header is truncated" : parse_error); + return false; + } + input.seekg(static_cast(file_size - kFooterSize), std::ios::beg); + if (!input || !read_exact(input, footer.data(), footer.size()) || + !parse_footer(footer, parsed, parse_error)) { + set_error(error, parse_error.empty() ? "Training shard footer is truncated" : parse_error); + return false; + } + std::uint64_t expected_size = 0; + if (add_overflow(kHeaderSize + kFooterSize, parsed.payload_bytes, expected_size) || + expected_size != file_size) { + set_error(error, "Training shard size does not match its footer"); + return false; + } + + // Validate the shard-wide CRC before exposing any record to a callback. + input.clear(); + input.seekg(kHeaderSize, std::ios::beg); + std::array checksum_buffer{}; + std::uint64_t checksum_remaining = parsed.payload_bytes; + std::uint32_t checksum_state = 0xffffffffU; + while (checksum_remaining > 0) { + const std::size_t chunk = static_cast( + std::min(checksum_remaining, checksum_buffer.size())); + if (!read_exact(input, checksum_buffer.data(), chunk)) { + set_error(error, "Training shard payload is truncated"); + return false; + } + checksum_state = crc32_update(checksum_state, checksum_buffer.data(), chunk); + checksum_remaining -= chunk; + } + if ((checksum_state ^ 0xffffffffU) != parsed.payload_crc32) { + set_error(error, "Training shard payload CRC mismatch"); + return false; + } + + input.clear(); + input.seekg(kHeaderSize, std::ios::beg); + std::uint64_t consumed = 0; + for (std::uint64_t ordinal = 0; ordinal < parsed.record_count; ++ordinal) { + if (parsed.payload_bytes - consumed < 8) { + set_error(error, "Training shard frame header is truncated"); + return false; + } + std::array frame_header{}; + if (!read_exact(input, frame_header.data(), frame_header.size())) { + set_error(error, "Training shard frame header cannot be read"); + return false; + } + Reader frame_reader(frame_header.data(), frame_header.size()); + std::uint32_t length = 0; + std::uint32_t stored_crc = 0; + frame_reader.read_u32(length); + frame_reader.read_u32(stored_crc); + if (length < 8 || length > kMaximumRecordBody || + static_cast(length) > parsed.payload_bytes - consumed - 8U) { + set_error(error, "Training shard contains an invalid frame length"); + return false; + } + std::vector encoded(length); + if (!read_exact(input, encoded.data(), encoded.size())) { + set_error(error, "Training shard record is truncated"); + return false; + } + if (crc32(encoded.data(), encoded.size()) != stored_crc) { + set_error(error, "Training shard record frame CRC mismatch"); + return false; + } + if (!parse_encoded_record(encoded, &callbacks, parse_error)) { + set_error(error, std::move(parse_error)); + return false; + } + consumed += 8U + length; + } + if (consumed != parsed.payload_bytes) { + set_error(error, "Training shard contains unaccounted payload bytes"); + return false; + } + if (info != nullptr) *info = parsed; + set_error(error, {}); + return true; +} + +bool read_shard( + const std::filesystem::path& path, + TrainingShard& shard, + std::string* error) { + TrainingShard loaded; + StreamCallbacks callbacks; + callbacks.verified_candidate = [&](const VerifiedCandidate& record) { + loaded.record_order.push_back({RecordType::VerifiedCandidate, + loaded.verified_candidates.size()}); + loaded.verified_candidates.push_back(record); + return true; + }; + callbacks.injected_trajectory = [&](const InjectedTrajectory& record) { + loaded.record_order.push_back({RecordType::InjectedTrajectory, + loaded.injected_trajectories.size()}); + loaded.injected_trajectories.push_back(record); + return true; + }; + callbacks.legacy_replay = [&](const LegacyReplaySample& record) { + loaded.record_order.push_back({RecordType::LegacyReplay, + loaded.legacy_replay.size()}); + loaded.legacy_replay.push_back(record); + return true; + }; + callbacks.refinement_trajectory = [&](const RefinementTrajectory& record) { + loaded.record_order.push_back({RecordType::RefinementTrajectory, + loaded.refinement_trajectories.size()}); + loaded.refinement_trajectories.push_back(record); + return true; + }; + callbacks.fp32_candidate = [&](const Fp32Candidate& record) { + loaded.record_order.push_back({RecordType::Fp32Candidate, + loaded.fp32_candidates.size()}); + loaded.fp32_candidates.push_back(record); + return true; + }; + callbacks.seed_proposal = [&](const SeedProposal& record) { + loaded.record_order.push_back({RecordType::SeedProposal, + loaded.seed_proposals.size()}); + loaded.seed_proposals.push_back(record); + return true; + }; + if (!stream_read_shard(path, callbacks, &loaded.info, error)) return false; + shard = std::move(loaded); + return true; +} + +bool scan_archive_bytes( + const std::filesystem::path& root, + std::uint64_t& bytes, + std::string* error) { + bytes = 0; + std::error_code exists_error; + if (!std::filesystem::exists(root, exists_error)) { + if (exists_error) { + set_error(error, "Cannot inspect training archive root: " + exists_error.message()); + return false; + } + set_error(error, {}); + return true; + } + std::error_code iterator_error; + std::filesystem::recursive_directory_iterator iterator( + root, std::filesystem::directory_options::none, iterator_error); + const std::filesystem::recursive_directory_iterator end; + if (iterator_error) { + set_error(error, "Cannot enumerate training archive: " + iterator_error.message()); + return false; + } + while (iterator != end) { + std::error_code type_error; + if (iterator->is_regular_file(type_error)) { + std::error_code file_error; + const std::uint64_t size = iterator->file_size(file_error); + std::uint64_t sum = 0; + if (file_error || add_overflow(bytes, size, sum)) { + set_error(error, file_error + ? "Cannot size training archive file: " + file_error.message() + : "Training archive size exceeds uint64 capacity"); + return false; + } + bytes = sum; + } else if (type_error) { + set_error(error, "Cannot inspect training archive entry: " + type_error.message()); + return false; + } + iterator.increment(iterator_error); + if (iterator_error) { + set_error(error, "Cannot enumerate training archive: " + iterator_error.message()); + return false; + } + } + set_error(error, {}); + return true; +} + +bool recover_archive_wals( + const std::filesystem::path& root, + std::uint64_t global_cap_bytes, + RecoveryReport& report, + std::string* error) { + report = {}; + std::uint64_t archive_bytes = 0; + std::string scan_error; + if (!scan_archive_bytes(root, archive_bytes, &scan_error)) { + set_error(error, std::move(scan_error)); + return false; + } + std::vector wals; + std::vector commit_artifacts; + std::error_code exists_error; + if (!std::filesystem::exists(root, exists_error)) { + if (exists_error) { + set_error(error, "Cannot inspect training archive root: " + exists_error.message()); + return false; + } + set_error(error, {}); + return true; + } + std::error_code iterator_error; + std::filesystem::recursive_directory_iterator iterator( + root, std::filesystem::directory_options::none, iterator_error); + const std::filesystem::recursive_directory_iterator end; + while (!iterator_error && iterator != end) { + std::error_code type_error; + if (iterator->is_regular_file(type_error) && + iterator->path().filename() == "active.sztd.wal") { + wals.push_back(iterator->path()); + } else if (iterator->is_regular_file(type_error)) { + const std::string name = iterator->path().filename().string(); + if (name == "active.sztd.wal.commit" || + name == "active.sztd.wal.commit.tmp") { + commit_artifacts.push_back(iterator->path()); + } + } else if (type_error) { + iterator_error = type_error; + break; + } + iterator.increment(iterator_error); + } + if (iterator_error) { + set_error(error, "Cannot enumerate training WAL files: " + iterator_error.message()); + return false; + } + std::sort(wals.begin(), wals.end()); + + for (const std::filesystem::path& wal_path : wals) { + ++report.wals_found; + WalScan wal; + std::string wal_error; + const std::filesystem::path commit_path = commit_path_for(wal_path); + const std::filesystem::path commit_temp_path = commit_temp_path_for(wal_path); + std::error_code temp_size_error; + const std::uint64_t temp_size = std::filesystem::exists(commit_temp_path, temp_size_error) + ? std::filesystem::file_size(commit_temp_path, temp_size_error) : 0; + if (temp_size_error) { + set_error(error, "Cannot inspect stale training commit temporary file: " + + temp_size_error.message()); + return false; + } + if (temp_size != 0) { + std::error_code remove_error; + if (!std::filesystem::remove(commit_temp_path, remove_error) || remove_error) { + set_error(error, "Cannot remove stale training commit temporary file: " + + remove_error.message()); + return false; + } + archive_bytes -= std::min(archive_bytes, temp_size); + } + + bool sealed = false; + bool disposable_uncommitted = false; + std::uint64_t discarded = 0; + if (!recover_wal_to_commit( + wal_path, + wal, + sealed, + disposable_uncommitted, + discarded, + wal_error)) { + set_error(error, wal_path.string() + ": " + wal_error); + return false; + } + if (disposable_uncommitted) { + std::error_code remove_error; + if (!std::filesystem::remove(wal_path, remove_error) || remove_error) { + set_error(error, "Cannot remove partial uncommitted training WAL: " + + (remove_error + ? remove_error.message() + : std::string("file was not removed"))); + return false; + } + archive_bytes -= std::min(archive_bytes, wal.original_size); + ++report.empty_wals_removed; + continue; + } + archive_bytes -= std::min(archive_bytes, discarded); + report.torn_bytes_discarded += discarded; + const std::uint64_t valid_size = kHeaderSize + wal.frame_bytes + + (sealed ? kFooterSize : 0U); + if (wal.record_count == 0) { + std::error_code remove_error; + const bool removed = std::filesystem::remove(wal_path, remove_error); + if (remove_error || !removed) { + set_error(error, "Cannot remove empty training WAL: " + + (remove_error ? remove_error.message() : std::string("file was not removed"))); + return false; + } + archive_bytes -= std::min(archive_bytes, wal.original_size); + std::error_code commit_size_error; + const std::uint64_t commit_size = std::filesystem::exists(commit_path, commit_size_error) + ? std::filesystem::file_size(commit_path, commit_size_error) : 0; + if (commit_size_error) { + set_error(error, "Cannot inspect empty WAL commit marker: " + commit_size_error.message()); + return false; + } + if (commit_size != 0) { + std::error_code remove_commit_error; + if (!std::filesystem::remove(commit_path, remove_commit_error) || remove_commit_error) { + set_error(error, "Cannot remove empty WAL commit marker: " + + remove_commit_error.message()); + return false; + } + archive_bytes -= std::min(archive_bytes, commit_size); + } + ++report.empty_wals_removed; + continue; + } + if (!sealed && + (archive_bytes > global_cap_bytes || + kFooterSize > global_cap_bytes - archive_bytes)) { + // The prefix has already been truncated to the last atomically + // committed boundary and fully validated. Reaching the configured + // allocation is therefore a normal collection-stop condition, + // not an I/O failure. Keep both files so a future archive revision + // can publish them without losing the committed records. + ++report.wals_deferred_at_limit; + continue; + } + std::size_t appended_footer_size = 0; + if (!sealed) { + const std::uint32_t frames_crc = wal.frame_crc_state ^ 0xffffffffU; + const std::vector footer = make_footer( + wal.record_count, wal.frame_bytes, frames_crc); + if (!append_file(wal_path, footer, wal_error) || !flush_file(wal_path, wal_error)) { + std::string rollback_error; + truncate_file(wal_path, valid_size, rollback_error); + set_error(error, wal_path.string() + ": " + wal_error); + return false; + } + appended_footer_size = footer.size(); + archive_bytes += footer.size(); + } + + StreamCallbacks validate_callbacks; + ShardInfo validated; + if (!stream_read_shard(wal_path, validate_callbacks, &validated, &wal_error)) { + std::string rollback_error; + if (!sealed && !truncate_file(wal_path, valid_size, rollback_error)) { + wal_error += "; rollback failed: " + rollback_error; + } + archive_bytes -= appended_footer_size; + set_error(error, wal_path.string() + ": sealed WAL validation failed: " + wal_error); + return false; + } + const std::filesystem::path final_path = + wal_path.parent_path() / shard_filename(wal.shard_index); + const PublishOutcome publish = rename_no_replace(wal_path, final_path); + if (!publish.published) { + if (!sealed) { + std::string rollback_error; + if (!truncate_file(wal_path, valid_size, rollback_error)) { + set_error(error, wal_path.string() + ": " + publish.error + + "; rollback failed: " + rollback_error); + return false; + } + archive_bytes -= appended_footer_size; + } + set_error(error, wal_path.string() + ": " + publish.error); + return false; + } + if (!publish.durable) { + set_error(error, wal_path.string() + ": " + + (publish.error.empty() + ? "Published training shard directory was not durably flushed" + : publish.error)); + return false; + } + if (!publish.source_removed) { + set_error(error, wal_path.string() + ": " + publish.error + + "; immutable destination is valid, WAL was not modified"); + return false; + } + std::error_code commit_size_error; + const std::uint64_t commit_size = std::filesystem::exists(commit_path, commit_size_error) + ? std::filesystem::file_size(commit_path, commit_size_error) : 0; + if (commit_size_error) { + set_error(error, "Cannot inspect published WAL commit marker: " + + commit_size_error.message()); + return false; + } + if (commit_size != 0) { + std::error_code remove_commit_error; + if (!std::filesystem::remove(commit_path, remove_commit_error) || remove_commit_error) { + set_error(error, "Shard published but commit marker cleanup failed: " + + remove_commit_error.message()); + return false; + } + archive_bytes -= std::min(archive_bytes, commit_size); + } + if (publish.reused_existing_destination) { + // The initial scan counted both names. Re-scan instead of merely + // subtracting the WAL size so a destination that appeared between + // scan and no-replace publication cannot make the cap undercount. + if (!scan_archive_bytes(root, archive_bytes, &wal_error)) { + set_error(error, "Cannot recount training archive after duplicate WAL cleanup: " + + wal_error); + return false; + } + } + ++report.shards_sealed; + report.records_recovered += wal.record_count; + } + + // A commit marker without its WAL is stale (normally a crash immediately + // after publication). It carries no data and is safe to remove. + for (const std::filesystem::path& artifact : commit_artifacts) { + std::string name = artifact.string(); + if (name.size() >= 4 && name.compare(name.size() - 4, 4, ".tmp") == 0) { + name.resize(name.size() - 4); + } + if (name.size() < 7 || name.compare(name.size() - 7, 7, ".commit") != 0) continue; + name.resize(name.size() - 7); + const std::filesystem::path corresponding_wal(name); + std::error_code artifact_error; + if (!std::filesystem::exists(corresponding_wal, artifact_error) && !artifact_error && + std::filesystem::exists(artifact, artifact_error) && !artifact_error) { + std::filesystem::remove(artifact, artifact_error); + if (artifact_error) { + set_error(error, "Cannot remove stale training commit artifact: " + + artifact_error.message()); + return false; + } + } + if (artifact_error) { + set_error(error, "Cannot inspect training commit artifact: " + artifact_error.message()); + return false; + } + } + set_error(error, {}); + return true; +} + +struct TrainingArchiveWriter::Impl { + explicit Impl(WriterConfig value) : config(std::move(value)) { + config.target_payload_bytes = std::max( + 64U * 1024U, + std::min(config.target_payload_bytes, + static_cast(kMaximumShardPayload))); + archive_bytes = config.initial_existing_bytes; + wal_path = config.shard_directory / "active.sztd.wal"; + commit_path = commit_path_for(wal_path); + commit_temp_path = commit_temp_path_for(wal_path); + if (config.shard_directory.empty()) { + fail("Training shard directory is empty", false, true); + return; + } + std::error_code create_error; + std::filesystem::create_directories(config.shard_directory, create_error); + if (create_error) { + fail("Cannot create training shard directory: " + create_error.message(), false, true); + return; + } + + std::uint64_t maximum_shard_index = 0; + bool found_shard = false; + std::error_code iterator_error; + std::filesystem::directory_iterator iterator(config.shard_directory, iterator_error); + const std::filesystem::directory_iterator end; + while (!iterator_error && iterator != end) { + std::uint64_t parsed_index = 0; + if (parse_shard_filename(iterator->path(), parsed_index)) { + maximum_shard_index = found_shard + ? std::max(maximum_shard_index, parsed_index) + : parsed_index; + found_shard = true; + } + iterator.increment(iterator_error); + } + if (iterator_error) { + fail("Cannot enumerate training shard directory: " + iterator_error.message(), false, true); + return; + } + if (found_shard && maximum_shard_index == std::numeric_limits::max()) { + fail("Training shard index space is exhausted", false, true); + return; + } + next_shard_index = found_shard ? maximum_shard_index + 1U : 0U; + + std::error_code stale_temp_error; + if (std::filesystem::exists(commit_temp_path, stale_temp_error) && !stale_temp_error) { + const std::uint64_t stale_size = std::filesystem::file_size( + commit_temp_path, stale_temp_error); + if (!stale_temp_error) std::filesystem::remove(commit_temp_path, stale_temp_error); + if (stale_temp_error) { + fail("Cannot clean stale training commit temporary file: " + + stale_temp_error.message(), false, true); + return; + } + archive_bytes -= std::min(archive_bytes, stale_size); + } else if (stale_temp_error) { + fail("Cannot inspect stale training commit temporary file: " + + stale_temp_error.message(), false, true); + return; + } + + std::error_code wal_exists_error; + const bool existing_wal = std::filesystem::exists(wal_path, wal_exists_error); + if (wal_exists_error) { + fail("Cannot inspect active training WAL: " + wal_exists_error.message(), false, true); + return; + } + if (existing_wal) { + WalScan recovered; + std::string recovery_error; + bool sealed = false; + bool disposable_uncommitted = false; + std::uint64_t discarded = 0; + if (!recover_wal_to_commit( + wal_path, + recovered, + sealed, + disposable_uncommitted, + discarded, + recovery_error)) { + fail(std::move(recovery_error), false, true); + return; + } + archive_bytes -= std::min(archive_bytes, discarded); + if (disposable_uncommitted) { + std::error_code remove_error; + if (!std::filesystem::remove(wal_path, remove_error) || remove_error) { + fail("Cannot remove partial uncommitted training WAL: " + + (remove_error + ? remove_error.message() + : std::string("file was not removed")), + false, + true); + return; + } + archive_bytes -= std::min(archive_bytes, recovered.original_size); + } else if (sealed) { + fail("Active training WAL is already sealed; run recover_archive_wals before opening the writer", + true, true); + return; + } else if (recovered.shard_index < next_shard_index) { + fail("Active training WAL collides with an immutable shard index", true, true); + return; + } else { + next_shard_index = recovered.shard_index; + const std::uint64_t valid_size = kHeaderSize + recovered.frame_bytes; + wal_exists = true; + wal_actual_bytes = valid_size; + wal_frame_bytes = recovered.frame_bytes; + wal_record_count = recovered.record_count; + wal_crc_state = recovered.frame_crc_state; + std::error_code commit_exists_error; + commit_exists = std::filesystem::exists(commit_path, commit_exists_error); + commit_dirty = false; + committed_wal_length = wal_actual_bytes; + if (commit_exists_error || !appender.open(wal_path, recovery_error)) { + fail(commit_exists_error + ? "Cannot inspect training commit marker: " + commit_exists_error.message() + : std::move(recovery_error), false, true); + return; + } + } + } else { + std::error_code stale_commit_error; + if (std::filesystem::exists(commit_path, stale_commit_error) && !stale_commit_error) { + const std::uint64_t stale_size = std::filesystem::file_size( + commit_path, stale_commit_error); + if (!stale_commit_error) std::filesystem::remove(commit_path, stale_commit_error); + if (stale_commit_error) { + fail("Cannot clean stale training commit marker: " + + stale_commit_error.message(), false, true); + return; + } + archive_bytes -= std::min(archive_bytes, stale_size); + } else if (stale_commit_error) { + fail("Cannot inspect stale training commit marker: " + + stale_commit_error.message(), false, true); + return; + } + } + + if (archive_bytes >= config.global_cap_bytes || + (wal_record_count > 0 && + kFooterSize > config.global_cap_bytes - archive_bytes)) { + reach_limit(); + } + initialized = true; + } + + ~Impl() { + std::lock_guard lock(mutex); + std::string ignored; + flush_locked(ignored, false); + } + + void fail(std::string message, bool during_seal, bool unrecoverable = false) { + write_error = true; + failure_during_seal = during_seal; + unrecoverable_error = unrecoverable_error || unrecoverable; + last_error = std::move(message); + write_notice_pending = true; + } + + void reach_limit() { + if (!at_limit) limit_notice_pending = true; + at_limit = true; + } + + bool projected_fits(std::uint64_t additional, bool needs_header) const { + // A shard footer is the minimum durable completion. If a future commit + // marker update would not fit, append_encoded seals immediately instead. + std::uint64_t total_additional = additional + kFooterSize; + if (needs_header) total_additional += kHeaderSize; + return archive_bytes <= config.global_cap_bytes && + total_additional <= config.global_cap_bytes - archive_bytes; + } + + bool ensure_wal(std::string& error) { + if (wal_exists) return true; + const std::vector header = make_header(next_shard_index); + if (!create_new_file(wal_path, header, error)) { + std::error_code remove_error; + std::filesystem::remove(wal_path, remove_error); + return false; + } + if (!flush_file(wal_path, error)) { + std::error_code remove_error; + std::filesystem::remove(wal_path, remove_error); + return false; + } + wal_exists = true; + wal_actual_bytes = header.size(); + wal_frame_bytes = 0; + wal_record_count = 0; + wal_crc_state = 0xffffffffU; + commit_dirty = false; + committed_wal_length = 0; + archive_bytes += header.size(); + if (!appender.open(wal_path, error)) { + std::error_code remove_error; + std::filesystem::remove(wal_path, remove_error); + archive_bytes -= header.size(); + wal_exists = false; + wal_actual_bytes = 0; + return false; + } + return true; + } + + bool write_commit_locked(std::string& error) { + if (!wal_exists) return true; + std::error_code stale_error; + if (std::filesystem::exists(commit_temp_path, stale_error) && !stale_error) { + const std::uint64_t stale_size = std::filesystem::file_size( + commit_temp_path, stale_error); + if (!stale_error) std::filesystem::remove(commit_temp_path, stale_error); + if (stale_error) { + error = "Cannot clean stale training commit temporary file: " + + stale_error.message(); + return false; + } + archive_bytes -= std::min(archive_bytes, stale_size); + } else if (stale_error) { + error = "Cannot inspect training commit temporary file: " + stale_error.message(); + return false; + } + if (kCommitSize > config.global_cap_bytes - std::min( + archive_bytes, config.global_cap_bytes)) { + error = "Training archive cap leaves no room for an atomic commit marker update"; + reach_limit(); + return false; + } + CommitInfo info; + info.shard_index = next_shard_index; + info.wal_length = wal_actual_bytes; + info.record_count = wal_record_count; + info.frame_crc32 = wal_crc_state ^ 0xffffffffU; + const std::vector bytes = make_commit(info); + const AtomicReplaceOutcome replacement = + write_atomic_replace(commit_path, commit_temp_path, bytes); + if (!replacement.durable) { + error = replacement.error; + // rename/MoveFileEx may already have replaced the marker before a + // parent-directory durability error was reported. Account that + // live file immediately so a retry still reserves room for its + // temporary replacement and the exact cap cannot be exceeded. + if (replacement.replaced && !commit_exists) { + archive_bytes += bytes.size(); + commit_exists = true; + } + std::error_code temp_error; + if (std::filesystem::exists(commit_temp_path, temp_error) && !temp_error) { + const std::uint64_t temp_size = std::filesystem::file_size( + commit_temp_path, temp_error); + if (!temp_error && std::filesystem::remove(commit_temp_path, temp_error)) { + // It was never included in archive_bytes. + } else if (!temp_error) { + archive_bytes += temp_size; + } + } + return false; + } + if (!commit_exists) { + archive_bytes += bytes.size(); + commit_exists = true; + } + commit_dirty = false; + committed_wal_length = wal_actual_bytes; + return true; + } + + bool flush_locked(std::string& error, bool update_state = true) { + if (unrecoverable_error) { + error = last_error; + return false; + } + if (!wal_exists) { + error.clear(); + if (update_state && write_error && !failure_during_seal) { + write_error = false; + last_error.clear(); + } + return true; + } + if (!appender.flush(error) || (commit_dirty && !write_commit_locked(error))) { + if (update_state) fail(error, failure_during_seal); + return false; + } + if (update_state && write_error && !failure_during_seal) { + write_error = false; + last_error.clear(); + } + return true; + } + + bool remove_empty_wal(std::string& error) { + if (!wal_exists || wal_record_count != 0) return true; + appender.close(); + if (commit_exists) { + std::error_code commit_error; + if (!std::filesystem::remove(commit_path, commit_error) || commit_error) { + error = "Cannot remove empty WAL commit marker: " + + (commit_error ? commit_error.message() : std::string("file was not removed")); + return false; + } + archive_bytes -= std::min(archive_bytes, kCommitSize); + commit_exists = false; + } + std::error_code remove_error; + if (!std::filesystem::remove(wal_path, remove_error) || remove_error) { + error = "Cannot remove empty training WAL: " + + (remove_error ? remove_error.message() : std::string("file was not removed")); + return false; + } + archive_bytes = wal_actual_bytes <= archive_bytes + ? archive_bytes - wal_actual_bytes : 0; + wal_exists = false; + wal_actual_bytes = 0; + commit_dirty = false; + committed_wal_length = 0; + return true; + } + + bool seal_locked(std::string& error, bool update_state = true) { + if (unrecoverable_error) { + error = last_error; + return false; + } + if (!wal_exists || wal_record_count == 0) { + if (!remove_empty_wal(error)) { + if (update_state) fail(error, true); + return false; + } + error.clear(); + return true; + } + if (archive_bytes > config.global_cap_bytes || + kFooterSize > config.global_cap_bytes - archive_bytes) { + reach_limit(); + error = "Training archive cap leaves no room for the WAL footer"; + return false; + } + const std::vector footer = make_footer( + wal_record_count, wal_frame_bytes, wal_crc_state ^ 0xffffffffU); + const std::uint64_t original_size = wal_actual_bytes; + if (!appender.append(footer, error)) { + appender.close(); + std::string rollback_error; + const bool rolled_back = truncate_file(wal_path, original_size, rollback_error); + const bool reopened = rolled_back && appender.open(wal_path, rollback_error); + if (!rolled_back) error += "; rollback failed: " + rollback_error; + else if (!reopened) error += "; WAL reopen failed: " + rollback_error; + if (update_state) fail(error, true, !rolled_back || !reopened); + return false; + } + wal_actual_bytes += footer.size(); + archive_bytes += footer.size(); + if (!appender.flush(error)) { + appender.close(); + std::string rollback_error; + if (truncate_file(wal_path, original_size, rollback_error)) { + wal_actual_bytes = original_size; + archive_bytes -= footer.size(); + if (!appender.open(wal_path, rollback_error)) { + error += "; WAL reopen failed: " + rollback_error; + if (update_state) fail(error, true, true); + return false; + } + } else { + error += "; rollback failed: " + rollback_error; + if (update_state) fail(error, true, true); + return false; + } + if (update_state) fail(error, true); + return false; + } + appender.close(); + ShardInfo validated; + StreamCallbacks callbacks; + if (!stream_read_shard(wal_path, callbacks, &validated, &error)) { + std::string rollback_error; + if (truncate_file(wal_path, original_size, rollback_error)) { + wal_actual_bytes = original_size; + archive_bytes -= footer.size(); + if (!appender.open(wal_path, rollback_error)) { + error += "; WAL reopen failed: " + rollback_error; + if (update_state) fail("Sealed training WAL failed validation: " + error, + true, true); + return false; + } + } else { + error += "; rollback failed: " + rollback_error; + if (update_state) fail("Sealed training WAL failed validation: " + error, + true, true); + return false; + } + if (update_state) fail("Sealed training WAL failed validation: " + error, true); + return false; + } + const std::filesystem::path destination = + config.shard_directory / shard_filename(next_shard_index); + const PublishOutcome publish = rename_no_replace(wal_path, destination); + if (!publish.published) { + std::string rollback_error; + if (truncate_file(wal_path, original_size, rollback_error)) { + wal_actual_bytes = original_size; + archive_bytes -= footer.size(); + if (!appender.open(wal_path, rollback_error)) { + error = publish.error + "; WAL reopen failed: " + rollback_error; + if (update_state) fail(error, true, true); + return false; + } + } else { + error = publish.error + "; cannot restore WAL after publish failure: " + + rollback_error; + if (update_state) fail(error, true, true); + return false; + } + error = publish.error; + if (update_state) fail(error, true); + return false; + } + if (!publish.durable) { + error = publish.error.empty() + ? "Published training shard directory was not durably flushed" + : publish.error; + if (update_state) fail(error, true, true); + return false; + } + if (!publish.source_removed) { + error = publish.error + "; immutable shard is already durable and WAL was not modified"; + if (update_state) fail(error, true, true); + return false; + } + if (commit_exists) { + std::error_code commit_error; + if (!std::filesystem::remove(commit_path, commit_error) || commit_error) { + error = "Shard published but commit marker cleanup failed: " + + (commit_error ? commit_error.message() : std::string("file was not removed")); + if (update_state) fail(error, true, true); + return false; + } + archive_bytes -= std::min(archive_bytes, kCommitSize); + commit_exists = false; + } + if (publish.reused_existing_destination) { + archive_bytes = wal_actual_bytes <= archive_bytes + ? archive_bytes - wal_actual_bytes + : 0; + } + last_published = validated; + has_last_published = true; + ++published_shards; + sealed_records += wal_record_count; + wal_exists = false; + wal_actual_bytes = 0; + wal_frame_bytes = 0; + wal_record_count = 0; + wal_crc_state = 0xffffffffU; + commit_dirty = false; + committed_wal_length = 0; + if (next_shard_index == std::numeric_limits::max()) { + reach_limit(); + } else { + ++next_shard_index; + } + if (archive_bytes >= config.global_cap_bytes) reach_limit(); + if (update_state) { + write_error = false; + failure_during_seal = false; + last_error.clear(); + } + error.clear(); + return true; + } + + AppendResult append_encoded(std::vector encoded) { + std::lock_guard lock(mutex); + if (write_error) return {AppendStatus::WriteError, false}; + if (at_limit) return {AppendStatus::LimitReached, false}; + const std::vector frame = make_frame(encoded); + + if (wal_record_count > 0 && + wal_frame_bytes + frame.size() > config.target_payload_bytes) { + std::string seal_error; + if (!seal_locked(seal_error)) return {AppendStatus::WriteError, false}; + } + if (!projected_fits(frame.size(), !wal_exists)) { + std::string seal_error; + if (wal_record_count > 0 && !seal_locked(seal_error)) { + return {write_error ? AppendStatus::WriteError : AppendStatus::LimitReached, false}; + } + reach_limit(); + return {AppendStatus::LimitReached, false}; + } + + std::string io_error; + if (!ensure_wal(io_error)) { + fail(io_error, false); + return {AppendStatus::WriteError, false}; + } + const std::uint64_t original_size = wal_actual_bytes; + if (!appender.append(frame, io_error)) { + appender.close(); + std::string rollback_error; + const bool rolled_back = truncate_file(wal_path, original_size, rollback_error); + if (!rolled_back) { + io_error += "; rollback failed: " + rollback_error; + } else if (!appender.open(wal_path, rollback_error)) { + io_error += "; WAL reopen failed: " + rollback_error; + fail(io_error, false, true); + return {AppendStatus::WriteError, false}; + } + fail(io_error, false, !rolled_back); + return {AppendStatus::WriteError, false}; + } + wal_actual_bytes += frame.size(); + wal_frame_bytes += frame.size(); + archive_bytes += frame.size(); + wal_crc_state = crc32_update(wal_crc_state, frame.data(), frame.size()); + ++wal_record_count; + commit_dirty = true; + + const std::uint64_t remaining_after_frame = archive_bytes <= config.global_cap_bytes + ? config.global_cap_bytes - archive_bytes : 0; + if (wal_frame_bytes >= config.target_payload_bytes || + remaining_after_frame < kFooterSize + kCommitSize) { + std::string seal_error; + if (!seal_locked(seal_error)) return {AppendStatus::WriteError, true}; + } + return {AppendStatus::Accepted, true}; + } + + WriterConfig config; + std::filesystem::path wal_path; + std::filesystem::path commit_path; + std::filesystem::path commit_temp_path; + PersistentAppender appender; + mutable std::mutex mutex; + std::uint64_t archive_bytes = 0; + std::uint64_t next_shard_index = 0; + bool wal_exists = false; + bool commit_exists = false; + bool commit_dirty = false; + std::uint64_t committed_wal_length = 0; + std::uint64_t wal_actual_bytes = 0; + std::uint64_t wal_frame_bytes = 0; + std::uint64_t wal_record_count = 0; + std::uint32_t wal_crc_state = 0xffffffffU; + std::uint64_t sealed_records = 0; + std::uint64_t published_shards = 0; + ShardInfo last_published{}; + bool has_last_published = false; + bool at_limit = false; + bool limit_notice_pending = false; + bool write_error = false; + bool unrecoverable_error = false; + bool failure_during_seal = false; + bool write_notice_pending = false; + std::string last_error; + bool initialized = false; +}; + +TrainingArchiveWriter::TrainingArchiveWriter(const WriterConfig& config) + : impl_(std::make_unique(config)) {} + +TrainingArchiveWriter::~TrainingArchiveWriter() = default; +TrainingArchiveWriter::TrainingArchiveWriter(TrainingArchiveWriter&&) noexcept = default; +TrainingArchiveWriter& TrainingArchiveWriter::operator=(TrainingArchiveWriter&&) noexcept = default; + +AppendResult TrainingArchiveWriter::append(const VerifiedCandidate& record) { + if (!valid_verified(record)) return {AppendStatus::InvalidRecord, false}; + return impl_->append_encoded(encode(record)); +} + +AppendResult TrainingArchiveWriter::append(const InjectedTrajectory& record) { + if (!valid_injected(record)) return {AppendStatus::InvalidRecord, false}; + return impl_->append_encoded(encode(record)); +} + +AppendResult TrainingArchiveWriter::append(const LegacyReplaySample& record) { + if (!valid_legacy(record)) return {AppendStatus::InvalidRecord, false}; + return impl_->append_encoded(encode(record)); +} + +AppendResult TrainingArchiveWriter::append(const RefinementTrajectory& record) { + if (!valid_refinement(record)) return {AppendStatus::InvalidRecord, false}; + return impl_->append_encoded(encode(record)); +} + +AppendResult TrainingArchiveWriter::append(const Fp32Candidate& record) { + if (!valid_fp32_candidate(record)) return {AppendStatus::InvalidRecord, false}; + return impl_->append_encoded(encode(record)); +} + +AppendResult TrainingArchiveWriter::append(const SeedProposal& record) { + if (!valid_seed_proposal(record)) return {AppendStatus::InvalidRecord, false}; + return impl_->append_encoded(encode(record)); +} + +bool TrainingArchiveWriter::flush(std::string* error) { + std::lock_guard lock(impl_->mutex); + if (!impl_->initialized) { + set_error(error, impl_->last_error); + return false; + } + if (impl_->unrecoverable_error) { + set_error(error, impl_->last_error); + return false; + } + std::string local_error; + bool ok = false; + if (impl_->write_error && impl_->failure_during_seal) { + // A seal failure is retried as a seal; merely flushing the already + // footered WAL would otherwise hide a no-replace rename collision. + impl_->write_error = false; + ok = impl_->seal_locked(local_error); + } else { + ok = impl_->flush_locked(local_error); + } + set_error(error, ok ? std::string{} : local_error); + return ok; +} + +bool TrainingArchiveWriter::seal(std::string* error) { + std::lock_guard lock(impl_->mutex); + if (!impl_->initialized) { + set_error(error, impl_->last_error); + return false; + } + if (impl_->unrecoverable_error) { + set_error(error, impl_->last_error); + return false; + } + std::string local_error; + if (impl_->write_error) impl_->write_error = false; + const bool ok = impl_->seal_locked(local_error); + set_error(error, ok ? std::string{} : local_error); + return ok; +} + +bool TrainingArchiveWriter::collection_enabled() const { + std::lock_guard lock(impl_->mutex); + return !impl_->at_limit && !impl_->write_error; +} + +bool TrainingArchiveWriter::limit_reached() const { + std::lock_guard lock(impl_->mutex); + return impl_->at_limit; +} + +bool TrainingArchiveWriter::has_write_error() const { + std::lock_guard lock(impl_->mutex); + return impl_->write_error; +} + +std::uint64_t TrainingArchiveWriter::cap_bytes() const { + std::lock_guard lock(impl_->mutex); + return impl_->config.global_cap_bytes; +} + +std::uint64_t TrainingArchiveWriter::committed_bytes() const { + std::lock_guard lock(impl_->mutex); + return impl_->archive_bytes; +} + +std::uint64_t TrainingArchiveWriter::pending_bytes() const { + std::lock_guard lock(impl_->mutex); + return impl_->wal_actual_bytes; +} + +std::uint64_t TrainingArchiveWriter::remaining_bytes() const { + std::lock_guard lock(impl_->mutex); + const std::uint64_t reserved = impl_->wal_record_count > 0 ? kFooterSize : 0; + if (impl_->archive_bytes >= impl_->config.global_cap_bytes || + reserved >= impl_->config.global_cap_bytes - impl_->archive_bytes) return 0; + return impl_->config.global_cap_bytes - impl_->archive_bytes - reserved; +} + +std::uint64_t TrainingArchiveWriter::records_written() const { + std::lock_guard lock(impl_->mutex); + return impl_->sealed_records; +} + +std::uint64_t TrainingArchiveWriter::records_pending() const { + std::lock_guard lock(impl_->mutex); + return impl_->wal_record_count; +} + +std::uint64_t TrainingArchiveWriter::published_shard_count() const { + std::lock_guard lock(impl_->mutex); + return impl_->published_shards; +} + +bool TrainingArchiveWriter::last_published_shard(ShardInfo& info) const { + std::lock_guard lock(impl_->mutex); + if (!impl_->has_last_published) return false; + info = impl_->last_published; + return true; +} + +bool TrainingArchiveWriter::take_limit_notice(std::string& message) { + std::lock_guard lock(impl_->mutex); + if (!impl_->limit_notice_pending) return false; + impl_->limit_notice_pending = false; + std::ostringstream stream; + stream << "Neural training archive reached its exact decimal cap of " + << impl_->config.global_cap_bytes + << " bytes. Training-data collection is now disabled; geometric search may continue. " + "Revise the archive/training program before collecting more data."; + message = stream.str(); + return true; +} + +bool TrainingArchiveWriter::take_write_error_notice(std::string& message) { + std::lock_guard lock(impl_->mutex); + if (!impl_->write_notice_pending) return false; + impl_->write_notice_pending = false; + message = "Neural training archive write failed: " + impl_->last_error + + ". Collection is paused independently of the configured size cap."; + return true; +} + +} // namespace szilassi::training diff --git a/src/TrainingArchive/TrainingArchive.h b/src/TrainingArchive/TrainingArchive.h new file mode 100644 index 00000000..c20a49a4 --- /dev/null +++ b/src/TrainingArchive/TrainingArchive.h @@ -0,0 +1,587 @@ +#pragma once + +#include +#include +#include +#include +#include +#include +#include +#include + +namespace szilassi::training { + +constexpr std::size_t kPlaneValueCount = 36; +constexpr std::size_t kNeuralInputCount = 45; +constexpr std::size_t kPlaneActionCount = 12; +constexpr std::size_t kMoveActionCount = 5; +constexpr std::size_t kScaleActionCount = 3; +constexpr std::size_t kStrategyCount = 5; +constexpr std::size_t kMaximumRefinementSteps = 4096; +constexpr std::uint32_t kTrainingShardFormatVersion = 3; + +// All numeric fields are serialized explicitly in little-endian order. The +// in-memory layout of these structures is never written to disk. +struct PlaneState { + std::array values{}; +}; + +// CPU refinements operate on the original double state. Keeping it separate +// from PlaneState prevents an accidental FP32 round trip in future trainers. +struct PrecisePlaneState { + std::array values{}; +}; + +enum MetricFlags : std::uint32_t { + MetricCanonical = 1u << 0, + MetricPrecise = 1u << 1, + MetricDdVerified = 1u << 2, + MetricFinite = 1u << 3, + MetricHasSmoothLosses = 1u << 4, + MetricHasGeometryPenalty = 1u << 5, + MetricHasWorstDegeneracy = 1u << 6, + MetricHasShapeDescriptors = 1u << 7, + MetricHasCondition = 1u << 8, + MetricHasFaceMasks = 1u << 9, + MetricHasEnergy = 1u << 10, +}; + +// CPU verified metrics. The extra condition and mask fields are retained even +// when the current objective does not use them, so future models can learn a +// different notion of near-degeneracy without regenerating the candidates. +struct Metrics { + std::int32_t crossings = 0; + std::int32_t intersections = 0; + double crossing_loss = 0.0; + double intersection_loss = 0.0; + double geometry_penalty = 0.0; + double degeneracy_penalty = 0.0; + double worst_degeneracy = 0.0; + double energy = 0.0; + double min_plane_determinant = 0.0; + double relative_min_edge = 0.0; + double min_turn_sine = 0.0; + double max_vertex_norm = 0.0; + double condition_number = 0.0; + double condition_penalty = 0.0; + std::uint16_t crossing_face_mask = 0; + std::uint16_t intersection_face_mask = 0; + std::uint16_t degeneracy_face_mask = 0; + std::uint16_t condition_face_mask = 0; + std::uint32_t flags = 0; +}; + +// What the FP32 CUDA kernel reported before CPU verification. Ambiguity flags +// are deliberately separate from ordinary metric flags: they are useful as a +// future target for a verifier/uncertainty network. +struct ApproximateMetrics { + std::int32_t crossings = 0; + std::int32_t intersections = 0; + float crossing_loss = 0.0f; + float intersection_loss = 0.0f; + float geometry_penalty = 0.0f; + float degeneracy_penalty = 0.0f; + float energy = 0.0f; + float min_plane_determinant = 0.0f; + float relative_min_edge = 0.0f; + float min_turn_sine = 0.0f; + float max_vertex_norm = 0.0f; + std::uint32_t ambiguity_flags = 0; + std::uint32_t flags = 0; +}; + +enum ApproximateMetricFlags : std::uint32_t { + ApproximateHasCounts = 1u << 0, + ApproximateHasCudaLosses = 1u << 1, + ApproximateHasGeometryPenalty = 1u << 2, + ApproximateHasShapeDescriptors = 1u << 3, + ApproximateHasEnergy = 1u << 4, + ApproximateHasAmbiguity = 1u << 5, +}; + +enum class BackendSource : std::uint32_t { + Unknown = 0, + CudaShortlist = 1, + CpuTrialBest = 2, + CpuFallback = 3, + ArchiveReplay = 4, + NeuralInjection = 5, + Refinement = 6, +}; + +enum class RefinementMethod : std::uint32_t { + Unknown = 0, + Spsa = 1, + CoordinateRepair = 2, + LocalRandom = 3, + DdRepair = 4, +}; + +struct RunId { + std::array bytes{}; +}; + +// Parameters that make a short trajectory comparable across program versions +// and GPUs. Additive format versions allow fields to be extended later. +struct BatchConfig { + std::uint32_t chain_count = 0; + std::uint32_t iterations_per_chain = 0; + std::uint32_t iterations_per_kernel = 0; + std::uint32_t shortlist_size = 0; + std::uint32_t baseline_chains = 0; + std::uint32_t replica_chains = 0; + std::uint32_t adaptive_chains = 0; + std::uint32_t pbt_chains = 0; + std::uint32_t injected_chains = 0; + std::uint32_t fresh_numerator = 0; + std::uint32_t fresh_denominator = 0; + std::uint32_t replica_group_size = 0; + std::uint32_t injected_pool_size = 0; + std::uint64_t evaluated_states = 0; + std::uint64_t initialization_evaluated_states = 0; + std::uint64_t additional_evaluated_states = 0; + std::uint64_t stagnation_iterations = 0; + float initial_temperature = 0.0f; + float final_temperature = 0.0f; + float proposal_scale = 0.0f; + float minimum_step = 0.0f; + float cooling = 0.0f; + float minimum_temperature = 0.0f; + float jump_chance = 0.0f; + float initial_state_jitter = 0.0f; + float replica_temperature_ratio = 0.0f; + float pbt_exploit_chance = 0.0f; + float pbt_state_jitter = 0.0f; + float injected_state_jitter = 0.0f; + float degeneracy_weight = 0.0f; + std::array strategy_weights{}; + std::uint32_t flags = 0; +}; + +struct CommonContext { + RunId run_id{}; + std::uint64_t record_sequence = 0; + std::uint64_t unix_time_ns = 0; + std::uint64_t topology_fingerprint = 0; + std::uint64_t algorithm_fingerprint = 0; + std::uint64_t build_fingerprint = 0; + std::uint64_t device_fingerprint = 0; + std::uint64_t run_seed = 0; + std::uint64_t round_seed = 0; + // Persistent CUDA BatchSession RNG provenance. round_seed alone is not + // sufficient after the first session initialization. + std::uint64_t session_seed = 0; + std::uint64_t session_batch_ordinal = 0; + std::uint64_t completed_trials = 0; + std::uint64_t completed_iterations = 0; + std::uint32_t topology = 0; + std::uint32_t objective_version = 0; + std::uint32_t search_mode = 0; + std::uint32_t flags = 0; + BatchConfig batch{}; +}; + +enum VerifiedCandidateFlags : std::uint32_t { + CandidateHasReference = 1u << 0, + CandidateSelectedForCpuVerification = 1u << 1, + CandidateImprovedBest = 1u << 2, + CandidateEnteredArchive = 1u << 3, + CandidateNeuralGuided = 1u << 4, + CandidateVerificationFailed = 1u << 5, +}; + +struct VerifiedCandidate { + CommonContext context{}; + BackendSource backend = BackendSource::Unknown; + std::uint32_t strategy = 0; + std::uint32_t chain_index = 0; + std::uint32_t injected_seed_index = 0xffffffffu; + std::uint32_t shortlist_rank = 0; + std::uint64_t chain_seed = 0; + std::uint64_t chain_iterations = 0; + std::uint64_t rollout_rng_state = 0; + float rollout_rng_spare_normal = 0.0f; + std::uint32_t rollout_rng_has_spare_normal = 0; + std::uint64_t rollout_start_iterations = 0; + std::uint64_t origin_batch_ordinal = 0; + std::uint64_t rollout_start_batch_ordinal = 0; + std::uint64_t parent_batch_ordinal = 0; + std::uint64_t best_found_iteration = 0; + std::uint64_t best_found_batch_ordinal = 0; + std::uint32_t origin_kind = 0; + std::uint32_t origin_seed_index = 0xffffffffu; + std::uint32_t origin_pool_size = 0; + std::uint32_t origin_seed_replica_count = 0; + std::uint32_t parent_chain_index = 0xffffffffu; + std::uint32_t producing_chain_index = 0xffffffffu; + std::uint64_t reference_hash = 0; + std::uint64_t candidate_hash = 0; + PlaneState reference_state{}; + Metrics reference_metrics{}; + PlaneState candidate_state{}; + ApproximateMetrics cuda_metrics{}; + Metrics verified_metrics{}; + std::uint32_t flags = 0; +}; + +// A strategy-stratified sample of finite running CUDA chain bests before host +// quality selection, including candidates that were not sent to the verifier. +enum Fp32CandidateFlags : std::uint32_t { + Fp32UnbiasedPopulationSample = 1u << 0, + Fp32SelectedForCpuVerification = 1u << 1, + Fp32NeuralGuided = 1u << 2, +}; + +struct Fp32Candidate { + CommonContext context{}; + PlaneState state{}; + ApproximateMetrics approximate_metrics{}; + std::uint64_t candidate_hash = 0; + std::uint64_t chain_initial_rng_state = 0; + std::uint64_t rollout_rng_state = 0; + float rollout_rng_spare_normal = 0.0f; + std::uint32_t rollout_rng_has_spare_normal = 0; + std::uint64_t chain_iterations = 0; + std::uint64_t rollout_start_iterations = 0; + std::uint64_t origin_batch_ordinal = 0; + std::uint64_t rollout_start_batch_ordinal = 0; + std::uint64_t parent_batch_ordinal = 0; + std::uint64_t best_found_iteration = 0; + std::uint64_t best_found_batch_ordinal = 0; + std::uint32_t strategy = 0; + std::uint32_t chain_index = 0; + std::uint32_t producing_chain_index = 0xffffffffu; + std::uint32_t injected_seed_index = 0xffffffffu; + std::uint32_t pool_size = 0; + std::uint32_t replica_count = 0; + std::uint32_t origin_kind = 0; + std::uint32_t origin_seed_index = 0xffffffffu; + std::uint32_t parent_chain_index = 0xffffffffu; + std::uint32_t sampling_numerator = 0; + std::uint32_t sampling_denominator = 0; + float sampling_probability = 0.0f; + std::uint32_t flags = 0; +}; + +struct BehaviorPrediction { + float improvement_logit = 0.0f; + float improvement_probability = 0.0f; + float expected_defect_gain = 0.0f; + float uncertainty = 0.0f; + std::array plane_probabilities{}; + std::array move_probabilities{}; + std::array scale_probabilities{}; + std::uint32_t flags = 0; // zero means that no prediction was supplied. +}; + +enum class SeedProposalPurpose : std::uint32_t { + SessionInitial = 0, + BatchInjection = 1, +}; + +enum SeedProposalFlags : std::uint32_t { + SeedProposalHasNeuralInput = 1u << 0, + SeedProposalPredictionSupplied = 1u << 1, + SeedProposalNeuralGuided = 1u << 2, +}; + +// A proposal is archived before it is assigned to CUDA chains. The exact +// behavior distribution and propensity make off-policy training possible. +struct SeedProposal { + CommonContext context{}; + SeedProposalPurpose purpose = SeedProposalPurpose::SessionInitial; + PlaneState anchor_state{}; + Metrics anchor_metrics{}; + PlaneState seed_state{}; + Metrics seed_metrics{}; + std::array neural_input{}; + BehaviorPrediction behavior{}; + std::array plane_sampling_distribution{}; + std::array move_sampling_distribution{}; + std::array scale_sampling_distribution{}; + std::int32_t plane_action = -1; + std::int32_t move_action = -1; + std::int32_t scale_action = -1; + float plane_propensity = 1.0f; + float move_propensity = 1.0f; + float scale_propensity = 1.0f; + std::uint64_t proposal_seed = 0; + std::uint64_t anchor_hash = 0; + std::uint64_t seed_hash = 0; + std::uint32_t seed_index = 0; + std::uint32_t pool_size = 0; + std::uint32_t assigned_chains = 0; + std::uint32_t flags = 0; +}; + +enum InjectedTrajectoryFlags : std::uint32_t { + TrajectoryNeuralGuided = 1u << 0, + TrajectoryPredictionSupplied = 1u << 1, + TrajectoryImproved = 1u << 2, + TrajectoryEnteredArchive = 1u << 3, + TrajectoryHasNeuralInput = 1u << 4, +}; + +struct InjectedTrajectory { + CommonContext context{}; + PlaneState anchor_state{}; + Metrics anchor_metrics{}; + PlaneState injected_state{}; + Metrics injected_metrics{}; + PlaneState result_state{}; + ApproximateMetrics cuda_result_metrics{}; + Metrics result_metrics{}; + std::uint64_t anchor_hash = 0; + std::uint64_t injected_hash = 0; + std::uint64_t result_hash = 0; + std::uint64_t rollout_seed = 0; + std::uint64_t rollout_rng_state = 0; + float rollout_rng_spare_normal = 0.0f; + std::uint32_t rollout_rng_has_spare_normal = 0; + std::uint64_t rollout_iterations = 0; + std::uint64_t start_iterations = 0; + std::uint64_t origin_batch_ordinal = 0; + std::uint32_t injected_seed_index = 0xffffffffu; + std::uint32_t result_chain_index = 0; + std::uint32_t pool_size = 0; + std::uint32_t replica_count = 0; + std::uint32_t selection_rule = 0; + std::int32_t plane_action = -1; + std::int32_t move_action = -1; + std::int32_t scale_action = -1; + float plane_propensity = 1.0f; + float move_propensity = 1.0f; + float scale_propensity = 1.0f; + // The actual normalized mixture used to sample the action. These differ + // from BehaviorPrediction when exploration or offending-face bias is used. + std::array plane_sampling_distribution{}; + std::array move_sampling_distribution{}; + std::array scale_sampling_distribution{}; + std::array neural_input{}; + BehaviorPrediction behavior{}; + std::uint32_t flags = 0; +}; + +enum RefinementStepFlags : std::uint32_t { + RefinementStepPlusEvaluated = 1u << 0, + RefinementStepMinusEvaluated = 1u << 1, + RefinementStepUpdateApplied = 1u << 2, + RefinementStepImproved = 1u << 3, + RefinementStepAccepted = RefinementStepUpdateApplied, +}; + +struct RefinementStep { + std::uint64_t iteration = 0; + double perturbation = 0.0; + double learning_rate = 0.0; + std::array direction{}; + PrecisePlaneState center_state{}; + PrecisePlaneState plus_state{}; + PrecisePlaneState minus_state{}; + PrecisePlaneState updated_state{}; + Metrics plus_metrics{}; + Metrics minus_metrics{}; + std::uint32_t flags = 0; +}; + +struct RefinementTrajectory { + CommonContext context{}; + RefinementMethod method = RefinementMethod::Unknown; + PlaneState start_state{}; + Metrics start_metrics{}; + PlaneState result_state{}; + Metrics result_metrics{}; + std::uint64_t start_hash = 0; + std::uint64_t result_hash = 0; + std::uint64_t seed = 0; + std::uint64_t iterations = 0; + std::uint64_t evaluated_states = 0; + std::vector steps; + std::uint32_t flags = 0; +}; + +enum RefinementTrajectoryFlags : std::uint32_t { + RefinementAccepted = 1u << 0, + RefinementImprovedBest = 1u << 1, + RefinementEnteredArchive = 1u << 2, + RefinementVerificationFailed = 1u << 3, +}; + +// A lossless copy of the current OnlineSurrogate replay item. It is kept as a +// distinct record so an archive migration does not invent unavailable states +// or CUDA metadata. +struct LegacyReplaySample { + CommonContext context{}; + std::array input{}; + float improved = 0.0f; + float defect_gain = 0.0f; + std::array plane_target{}; + std::array move_target{}; + std::array scale_target{}; + float value_weight = 1.0f; + float plane_weight = 1.0f; + float move_weight = 1.0f; + float scale_weight = 1.0f; + std::uint64_t sequence = 0; +}; + +enum class RecordType : std::uint16_t { + VerifiedCandidate = 1, + InjectedTrajectory = 2, + LegacyReplay = 3, + RefinementTrajectory = 4, + Fp32Candidate = 5, + SeedProposal = 6, +}; + +struct ShardInfo { + std::uint64_t shard_index = 0; + std::uint64_t record_count = 0; + std::uint64_t payload_bytes = 0; + std::uint32_t payload_crc32 = 0; +}; + +struct RecordPosition { + RecordType type = RecordType::VerifiedCandidate; + std::size_t index_within_type = 0; +}; + +struct TrainingShard { + ShardInfo info{}; + std::vector verified_candidates; + std::vector injected_trajectories; + std::vector legacy_replay; + std::vector refinement_trajectories; + std::vector fp32_candidates; + std::vector seed_proposals; + std::vector record_order; +}; + +// Returning false from a callback stops streaming and is reported as an error. +// Empty callbacks simply skip that record type after validating it. +struct StreamCallbacks { + std::function verified_candidate; + std::function injected_trajectory; + std::function legacy_replay; + std::function refinement_trajectory; + std::function fp32_candidate; + std::function seed_proposal; +}; + +bool stream_read_shard( + const std::filesystem::path& path, + const StreamCallbacks& callbacks, + ShardInfo* info = nullptr, + std::string* error = nullptr); + +bool read_shard( + const std::filesystem::path& path, + TrainingShard& shard, + std::string* error = nullptr); + +// Conservatively sums every regular file below the training subtree, +// including immutable shards, WAL/commit state, unknown files and temporary +// artifacts. Permission/enumeration errors are hard failures because silently +// skipping bytes would invalidate the exact global cap. +bool scan_archive_bytes( + const std::filesystem::path& root, + std::uint64_t& bytes, + std::string* error = nullptr); + +struct RecoveryReport { + std::uint64_t wals_found = 0; + std::uint64_t shards_sealed = 0; + // A committed WAL may already consume the entire configured allocation. + // In that case recovery preserves it byte-for-byte instead of turning a + // normal cache-limit transition into a fatal startup error. + std::uint64_t wals_deferred_at_limit = 0; + std::uint64_t empty_wals_removed = 0; + std::uint64_t torn_bytes_discarded = 0; + std::uint64_t records_recovered = 0; +}; + +// Run before scan_archive_bytes and before creating a new run UUID. Every WAL +// is first truncated to its atomically committed batch boundary, so arbitrary +// uncommitted crash suffixes are harmless; the committed prefix is then fully +// CRC/semantic validated and sealed no-replace. If the exact allocation has +// no room for the footer, the committed WAL and marker are preserved and +// reported in wals_deferred_at_limit; corruption inside a committed prefix +// remains a hard error. Orphan commit/temp sidecars are removed. +bool recover_archive_wals( + const std::filesystem::path& root, + std::uint64_t global_cap_bytes, + RecoveryReport& report, + std::string* error = nullptr); + +struct WriterConfig { + std::filesystem::path shard_directory; + // Decimal bytes, not GiB. The requested 200 GB cap is 200000000000. + std::uint64_t global_cap_bytes = 200000000000ULL; + std::uint64_t initial_existing_bytes = 0; + // The active append-only WAL is normally sealed at about 64 MiB. flush() + // makes its current prefix durable without creating a tiny shard. + std::size_t target_payload_bytes = 64u * 1024u * 1024u; +}; + +enum class AppendStatus { + Accepted, + LimitReached, + InvalidRecord, + WriteError, +}; + +struct AppendResult { + AppendStatus status = AppendStatus::InvalidRecord; + // True also when the record is buffered but the automatic flush failed. + bool accepted = false; +}; + +class TrainingArchiveWriter { +public: + explicit TrainingArchiveWriter(const WriterConfig& config); + ~TrainingArchiveWriter(); + + TrainingArchiveWriter(TrainingArchiveWriter&&) noexcept; + TrainingArchiveWriter& operator=(TrainingArchiveWriter&&) noexcept; + TrainingArchiveWriter(const TrainingArchiveWriter&) = delete; + TrainingArchiveWriter& operator=(const TrainingArchiveWriter&) = delete; + + AppendResult append(const VerifiedCandidate& record); + AppendResult append(const InjectedTrajectory& record); + AppendResult append(const LegacyReplaySample& record); + AppendResult append(const RefinementTrajectory& record); + AppendResult append(const Fp32Candidate& record); + AppendResult append(const SeedProposal& record); + + // Durably flushes the WAL and atomically advances its committed batch + // boundary. It does not publish a Git-visible immutable shard; seal() + // does that. A recoverable failure may be retried. + bool flush(std::string* error = nullptr); + + // Appends the final CRC footer and atomically renames the WAL to an + // immutable shard. Safe to call with no pending records. + bool seal(std::string* error = nullptr); + + bool collection_enabled() const; + bool limit_reached() const; + bool has_write_error() const; + std::uint64_t cap_bytes() const; + std::uint64_t committed_bytes() const; + std::uint64_t pending_bytes() const; + std::uint64_t remaining_bytes() const; + std::uint64_t records_written() const; + std::uint64_t records_pending() const; + std::uint64_t published_shard_count() const; + bool last_published_shard(ShardInfo& info) const; + + // True exactly once per transition. The cap notice asks for a future + // archive/program revision; it never stops the geometric search itself. + bool take_limit_notice(std::string& message); + bool take_write_error_notice(std::string& message); + +private: + struct Impl; + std::unique_ptr impl_; +}; + +} // namespace szilassi::training diff --git a/tests/TrainingArchiveSelfTest/TrainingArchiveSelfTest.cpp b/tests/TrainingArchiveSelfTest/TrainingArchiveSelfTest.cpp new file mode 100644 index 00000000..912be4cd --- /dev/null +++ b/tests/TrainingArchiveSelfTest/TrainingArchiveSelfTest.cpp @@ -0,0 +1,876 @@ +#include "../../src/TrainingArchive/TrainingArchive.h" + +#include +#include +#include +#include +#include +#include +#include + +using namespace szilassi::training; + +namespace { + +constexpr std::uint64_t kTestCap = 10000000; + +int fail(int code, const std::string& error = {}) { + std::cerr << "self-test failure " << code; + if (!error.empty()) std::cerr << ": " << error; + std::cerr << '\n'; + return code; +} + +CommonContext make_context(std::uint64_t sequence = 101) { + CommonContext value; + for (std::size_t index = 0; index < value.run_id.bytes.size(); ++index) { + value.run_id.bytes[index] = static_cast(index + 1); + } + value.record_sequence = sequence; + value.unix_time_ns = 102; + value.topology_fingerprint = 103; + value.algorithm_fingerprint = 104; + value.build_fingerprint = 105; + value.device_fingerprint = 106; + value.run_seed = 107; + value.round_seed = 108; + value.session_seed = 109; + value.session_batch_ordinal = 110; + value.completed_trials = 111; + value.completed_iterations = 112; + value.topology = 42; + value.objective_version = 5; + value.search_mode = 3; + value.flags = 7; + value.batch.chain_count = 16; + value.batch.iterations_per_chain = 200; + value.batch.iterations_per_kernel = 50; + value.batch.shortlist_size = 48; + value.batch.baseline_chains = 4; + value.batch.replica_chains = 2; + value.batch.adaptive_chains = 3; + value.batch.pbt_chains = 1; + value.batch.injected_chains = 6; + value.batch.fresh_numerator = 1; + value.batch.fresh_denominator = 4; + value.batch.replica_group_size = 2; + value.batch.injected_pool_size = 8; + value.batch.evaluated_states = 3200; + value.batch.initialization_evaluated_states = 17; + value.batch.additional_evaluated_states = 23; + value.batch.stagnation_iterations = 150; + value.batch.initial_temperature = 0.25f; + value.batch.final_temperature = 0.01f; + value.batch.proposal_scale = 0.03f; + value.batch.minimum_step = 0.0005f; + value.batch.cooling = 0.995f; + value.batch.minimum_temperature = 0.005f; + value.batch.jump_chance = 0.02f; + value.batch.initial_state_jitter = 0.015f; + value.batch.replica_temperature_ratio = 1.25f; + value.batch.pbt_exploit_chance = 0.18f; + value.batch.pbt_state_jitter = 0.012f; + value.batch.injected_state_jitter = 0.009f; + value.batch.degeneracy_weight = 0.004f; + value.batch.strategy_weights = {{0.1f, 0.2f, 0.25f, 0.15f, 0.3f}}; + value.batch.flags = 9; + return value; +} + +PlaneState make_state(float base) { + PlaneState value; + for (std::size_t index = 0; index < value.values.size(); ++index) { + value.values[index] = base + static_cast(index) * 0.01f; + } + return value; +} + +PrecisePlaneState make_precise_state(double base) { + PrecisePlaneState value; + for (std::size_t index = 0; index < value.values.size(); ++index) { + value.values[index] = base + static_cast(index) * 0.001; + } + return value; +} + +Metrics make_metrics(int crossings, int intersections, double base) { + Metrics value; + value.crossings = crossings; + value.intersections = intersections; + value.crossing_loss = base + 0.01; + value.intersection_loss = base + 0.02; + value.geometry_penalty = base + 0.03; + value.degeneracy_penalty = base + 0.04; + value.worst_degeneracy = base + 0.05; + value.energy = base + 0.06; + value.min_plane_determinant = base + 0.07; + value.relative_min_edge = base + 0.08; + value.min_turn_sine = base + 0.09; + value.max_vertex_norm = base + 0.10; + value.condition_number = base + 0.11; + value.condition_penalty = base + 0.12; + value.crossing_face_mask = 0x003; + value.intersection_face_mask = 0x00c; + value.degeneracy_face_mask = 0x030; + value.condition_face_mask = 0x0c0; + value.flags = MetricFinite | MetricCanonical | MetricPrecise | MetricHasSmoothLosses | + MetricHasGeometryPenalty | MetricHasWorstDegeneracy | + MetricHasShapeDescriptors | MetricHasCondition | MetricHasFaceMasks | + MetricHasEnergy; + return value; +} + +ApproximateMetrics make_approximate() { + ApproximateMetrics value; + value.crossings = 3; + value.intersections = 4; + value.crossing_loss = 0.31f; + value.intersection_loss = 0.41f; + value.geometry_penalty = 0.51f; + value.degeneracy_penalty = 0.61f; + value.energy = 0.71f; + value.min_plane_determinant = 0.81f; + value.relative_min_edge = 0.91f; + value.min_turn_sine = 0.21f; + value.max_vertex_norm = 1.21f; + value.ambiguity_flags = 0x55; + value.flags = ApproximateHasCounts | ApproximateHasCudaLosses | + ApproximateHasGeometryPenalty | ApproximateHasShapeDescriptors | + ApproximateHasEnergy | ApproximateHasAmbiguity; + return value; +} + +VerifiedCandidate make_verified() { + VerifiedCandidate value; + value.context = make_context(); + value.backend = BackendSource::CudaShortlist; + value.strategy = 4; + value.chain_index = 7; + value.injected_seed_index = 2; + value.shortlist_rank = 3; + value.chain_seed = 201; + value.chain_iterations = 202; + value.rollout_rng_state = 205; + value.rollout_rng_spare_normal = -0.375f; + value.rollout_rng_has_spare_normal = 1; + value.rollout_start_iterations = 20; + value.origin_batch_ordinal = 12; + value.rollout_start_batch_ordinal = 13; + value.parent_batch_ordinal = 11; + value.best_found_iteration = 180; + value.best_found_batch_ordinal = 17; + value.origin_kind = 3; + value.origin_seed_index = 2; + value.origin_pool_size = 8; + value.origin_seed_replica_count = 2; + value.parent_chain_index = 4; + value.producing_chain_index = 6; + value.reference_hash = 203; + value.candidate_hash = 204; + value.reference_state = make_state(0.1f); + value.reference_metrics = make_metrics(5, 6, 0.2); + value.candidate_state = make_state(0.3f); + value.cuda_metrics = make_approximate(); + value.verified_metrics = make_metrics(2, 1, 0.4); + value.flags = CandidateHasReference | CandidateSelectedForCpuVerification | + CandidateImprovedBest | CandidateEnteredArchive | CandidateNeuralGuided; + return value; +} + +Fp32Candidate make_fp32_candidate() { + Fp32Candidate value; + value.context = make_context(211); + value.state = make_state(0.42f); + value.approximate_metrics = make_approximate(); + value.candidate_hash = 212; + value.chain_initial_rng_state = 213; + value.rollout_rng_state = 214; + value.rollout_rng_spare_normal = 0.625f; + value.rollout_rng_has_spare_normal = 1; + value.chain_iterations = 215; + value.rollout_start_iterations = 31; + value.origin_batch_ordinal = 21; + value.rollout_start_batch_ordinal = 22; + value.parent_batch_ordinal = 20; + value.best_found_iteration = 199; + value.best_found_batch_ordinal = 25; + value.strategy = 3; + value.chain_index = 7; + value.producing_chain_index = 6; + value.injected_seed_index = 1; + value.pool_size = 8; + value.replica_count = 2; + value.origin_kind = 4; + value.origin_seed_index = 3; + value.parent_chain_index = 5; + value.sampling_numerator = 1; + value.sampling_denominator = 8; + value.sampling_probability = 0.125f; + value.flags = 0x41; + return value; +} + +SeedProposal make_seed_proposal() { + SeedProposal value; + value.context = make_context(221); + value.purpose = SeedProposalPurpose::BatchInjection; + value.anchor_state = make_state(0.51f); + value.anchor_metrics = make_metrics(7, 6, 0.52); + value.seed_state = make_state(0.53f); + value.seed_metrics = make_metrics(6, 5, 0.54); + for (std::size_t index = 0; index < value.neural_input.size(); ++index) { + value.neural_input[index] = 0.01f + static_cast(index) / 100.0f; + } + value.behavior.improvement_logit = 0.21f; + value.behavior.improvement_probability = 0.61f; + value.behavior.expected_defect_gain = 1.25f; + value.behavior.uncertainty = 0.09f; + value.behavior.plane_probabilities.fill(1.0f / 12.0f); + value.behavior.move_probabilities.fill(0.2f); + value.behavior.scale_probabilities = {{0.25f, 0.5f, 0.25f}}; + value.behavior.flags = 3; + value.plane_sampling_distribution.fill(0.05f); + value.plane_sampling_distribution[4] = 0.45f; + value.move_sampling_distribution = {{0.1f, 0.2f, 0.4f, 0.2f, 0.1f}}; + value.scale_sampling_distribution = {{0.2f, 0.7f, 0.1f}}; + value.plane_action = 4; + value.move_action = 2; + value.scale_action = 1; + value.plane_propensity = 0.45f; + value.move_propensity = 0.4f; + value.scale_propensity = 0.7f; + value.proposal_seed = 222; + value.anchor_hash = 223; + value.seed_hash = 224; + value.seed_index = 3; + value.pool_size = 8; + value.assigned_chains = 2; + value.flags = SeedProposalHasNeuralInput | SeedProposalPredictionSupplied | + SeedProposalNeuralGuided; + return value; +} + +InjectedTrajectory make_injected() { + InjectedTrajectory value; + value.context = make_context(301); + value.anchor_state = make_state(0.5f); + value.anchor_metrics = make_metrics(8, 9, 0.6); + value.injected_state = make_state(0.7f); + value.injected_metrics = make_metrics(7, 8, 0.8); + value.result_state = make_state(0.9f); + value.cuda_result_metrics = make_approximate(); + value.result_metrics = make_metrics(1, 2, 1.0); + value.anchor_hash = 302; + value.injected_hash = 303; + value.result_hash = 304; + value.rollout_seed = 305; + value.rollout_rng_state = 307; + value.rollout_rng_spare_normal = -0.875f; + value.rollout_rng_has_spare_normal = 1; + value.rollout_iterations = 306; + value.start_iterations = 33; + value.origin_batch_ordinal = 19; + value.injected_seed_index = 5; + value.result_chain_index = 6; + value.pool_size = 8; + value.replica_count = 2; + value.selection_rule = 7; + value.plane_action = 2; + value.move_action = 1; + value.scale_action = 0; + value.plane_sampling_distribution.fill(0.05f); + value.plane_sampling_distribution[2] = 0.45f; + value.move_sampling_distribution = {{0.1f, 0.4f, 0.2f, 0.2f, 0.1f}}; + value.scale_sampling_distribution = {{0.6f, 0.3f, 0.1f}}; + value.plane_propensity = 0.45f; + value.move_propensity = 0.4f; + value.scale_propensity = 0.6f; + value.behavior.improvement_logit = 0.1f; + value.behavior.improvement_probability = 0.6f; + value.behavior.expected_defect_gain = 0.7f; + value.behavior.uncertainty = 0.08f; + value.behavior.plane_probabilities.fill(1.0f / 12.0f); + value.behavior.move_probabilities.fill(0.2f); + value.behavior.scale_probabilities = {{0.2f, 0.5f, 0.3f}}; + value.behavior.flags = 1; + for (std::size_t index = 0; index < value.neural_input.size(); ++index) { + value.neural_input[index] = 0.02f + static_cast(index) / 90.0f; + } + value.flags = TrajectoryNeuralGuided | TrajectoryPredictionSupplied | + TrajectoryImproved | TrajectoryEnteredArchive | TrajectoryHasNeuralInput; + return value; +} + +LegacyReplaySample make_legacy(std::uint64_t sequence) { + LegacyReplaySample value; + value.context = make_context(sequence + 400); + for (std::size_t index = 0; index < value.input.size(); ++index) { + value.input[index] = static_cast(index) / 45.0f; + } + value.improved = 1.0f; + value.defect_gain = 2.0f; + value.plane_target[3] = 1.0f; + value.move_target[2] = 1.0f; + value.scale_target[1] = 1.0f; + value.value_weight = 1.2f; + value.plane_weight = 1.3f; + value.move_weight = 1.4f; + value.scale_weight = 1.5f; + value.sequence = sequence; + return value; +} + +RefinementTrajectory make_refinement() { + RefinementTrajectory value; + value.context = make_context(501); + value.method = RefinementMethod::Spsa; + value.start_state = make_state(1.1f); + value.start_metrics = make_metrics(4, 5, 1.2); + value.result_state = make_state(1.3f); + value.result_metrics = make_metrics(2, 3, 1.4); + value.start_hash = 502; + value.result_hash = 503; + value.seed = 504; + value.iterations = 505; + value.evaluated_states = 506; + for (std::uint64_t iteration : std::array{{10, 17}}) { + RefinementStep step; + step.iteration = iteration; + step.perturbation = 0.025 + static_cast(iteration) * 0.0001; + step.learning_rate = 0.01 + static_cast(iteration) * 0.0002; + for (std::size_t index = 0; index < step.direction.size(); ++index) { + step.direction[index] = ((index + iteration) & 1U) == 0U ? 1 : -1; + } + step.center_state = make_precise_state(1.5 + iteration * 0.01); + step.plus_state = make_precise_state(1.6 + iteration * 0.01); + step.minus_state = make_precise_state(1.7 + iteration * 0.01); + step.updated_state = make_precise_state(1.8 + iteration * 0.01); + step.plus_metrics = make_metrics(3, 2, 1.9 + iteration * 0.01); + step.minus_metrics = make_metrics(4, 3, 2.0 + iteration * 0.01); + step.flags = RefinementStepPlusEvaluated | RefinementStepMinusEvaluated | + RefinementStepUpdateApplied | RefinementStepImproved; + value.steps.push_back(step); + } + value.flags = RefinementAccepted | RefinementImprovedBest | RefinementEnteredArchive; + return value; +} + +std::vector read_bytes(const std::filesystem::path& path) { + std::ifstream input(path, std::ios::binary); + return std::vector(std::istreambuf_iterator(input), {}); +} + +bool write_bytes(const std::filesystem::path& path, const std::vector& bytes) { + std::ofstream output(path, std::ios::binary | std::ios::trunc); + output.write(bytes.data(), static_cast(bytes.size())); + return static_cast(output); +} + +bool corrupt_byte(const std::filesystem::path& path, std::uint64_t offset) { + std::fstream file(path, std::ios::binary | std::ios::in | std::ios::out); + file.seekg(static_cast(offset)); + char value = 0; + file.read(&value, 1); + if (!file) return false; + value ^= 0x5a; + file.seekp(static_cast(offset)); + file.write(&value, 1); + return static_cast(file); +} + +WriterConfig config_for(const std::filesystem::path& directory, std::uint64_t cap = kTestCap) { + WriterConfig config; + config.shard_directory = directory; + config.global_cap_bytes = cap; + config.target_payload_bytes = 64 * 1024; + return config; +} + +} // namespace + +int main(int argc, char* argv[]) { + if (argc == 2) { + TrainingShard shard; + std::string inspect_error; + if (!read_shard(argv[1], shard, &inspect_error)) { + return fail(90, inspect_error); + } + std::cout << "records=" << shard.info.record_count + << " verified=" << shard.verified_candidates.size() + << " fp32=" << shard.fp32_candidates.size() + << " seeds=" << shard.seed_proposals.size() + << " rollouts=" << shard.injected_trajectories.size() + << " refinements=" << shard.refinement_trajectories.size() + << " legacy=" << shard.legacy_replay.size() << '\n'; + return 0; + } + const std::filesystem::path root = "runtime/training_archive_selftest_data"; + std::error_code cleanup_error; + std::filesystem::remove_all(root, cleanup_error); + std::string error; + + // Rich schema-v3 round trip and resume of a committed WAL. + WriterConfig rich_config = config_for(root / "rich"); + { + TrainingArchiveWriter writer(rich_config); + if (!writer.append(make_verified()).accepted || + !writer.append(make_fp32_candidate()).accepted || + !writer.append(make_seed_proposal()).accepted || + !writer.append(make_injected()).accepted || + !writer.append(make_legacy(601)).accepted || + !writer.append(make_refinement()).accepted || !writer.flush(&error)) { + return fail(1, error); + } + } + if (!scan_archive_bytes(root, rich_config.initial_existing_bytes, &error)) return fail(2, error); + { + TrainingArchiveWriter writer(rich_config); + const AppendResult resumed_append = writer.append(make_legacy(602)); + if (!resumed_append.accepted) { + std::string notice; + writer.take_write_error_notice(notice); + return fail(3, notice); + } + if (!writer.seal(&error)) { + return fail(3, error); + } + } + TrainingShard rich; + if (!read_shard(root / "rich" / "shard_00000000.sztd", rich, &error)) return fail(4, error); + if (rich.info.record_count != 7 || rich.verified_candidates.size() != 1 || + rich.fp32_candidates.size() != 1 || rich.seed_proposals.size() != 1 || + rich.injected_trajectories.size() != 1 || rich.legacy_replay.size() != 2 || + rich.refinement_trajectories.size() != 1) return fail(5); + const VerifiedCandidate& verified = rich.verified_candidates.front(); + const Fp32Candidate& fp32 = rich.fp32_candidates.front(); + const SeedProposal& proposal = rich.seed_proposals.front(); + const InjectedTrajectory& injected = rich.injected_trajectories.front(); + if (verified.context.session_seed != 109 || verified.context.session_batch_ordinal != 110 || + verified.context.batch.iterations_per_kernel != 50 || + verified.context.batch.fresh_numerator != 1 || + verified.context.batch.fresh_denominator != 4 || + verified.context.batch.replica_group_size != 2 || + verified.context.batch.injected_pool_size != 8 || + verified.context.batch.stagnation_iterations != 150 || + verified.context.batch.minimum_step != 0.0005f || + verified.context.batch.cooling != 0.995f || + verified.context.batch.minimum_temperature != 0.005f || + verified.context.batch.jump_chance != 0.02f || + verified.context.batch.initial_state_jitter != 0.015f || + verified.context.batch.replica_temperature_ratio != 1.25f || + verified.context.batch.pbt_exploit_chance != 0.18f || + verified.context.batch.pbt_state_jitter != 0.012f || + verified.context.batch.injected_state_jitter != 0.009f || + verified.context.batch.strategy_weights[4] != 0.3f || verified.candidate_hash != 204 || + verified.candidate_state.values[35] != make_state(0.3f).values[35] || + verified.cuda_metrics.ambiguity_flags != 0x55 || + verified.rollout_rng_state != 205 || + verified.rollout_rng_spare_normal != -0.375f || + verified.rollout_rng_has_spare_normal != 1 || + verified.rollout_start_iterations != 20 || + verified.origin_batch_ordinal != 12 || verified.rollout_start_batch_ordinal != 13 || + verified.parent_batch_ordinal != 11 || verified.best_found_iteration != 180 || + verified.best_found_batch_ordinal != 17 || verified.origin_kind != 3 || + verified.origin_seed_index != 2 || verified.origin_pool_size != 8 || + verified.origin_seed_replica_count != 2 || verified.parent_chain_index != 4 || + verified.producing_chain_index != 6 || + fp32.context.record_sequence != 211 || fp32.state.values[35] != make_state(0.42f).values[35] || + fp32.approximate_metrics.energy != make_approximate().energy || + fp32.candidate_hash != 212 || fp32.chain_initial_rng_state != 213 || + fp32.rollout_rng_state != 214 || fp32.rollout_rng_spare_normal != 0.625f || + fp32.rollout_rng_has_spare_normal != 1 || fp32.chain_iterations != 215 || + fp32.rollout_start_iterations != 31 || fp32.origin_batch_ordinal != 21 || + fp32.rollout_start_batch_ordinal != 22 || fp32.parent_batch_ordinal != 20 || + fp32.best_found_iteration != 199 || fp32.best_found_batch_ordinal != 25 || + fp32.strategy != 3 || fp32.chain_index != 7 || fp32.producing_chain_index != 6 || + fp32.injected_seed_index != 1 || fp32.pool_size != 8 || fp32.replica_count != 2 || + fp32.origin_kind != 4 || fp32.origin_seed_index != 3 || + fp32.parent_chain_index != 5 || fp32.sampling_numerator != 1 || + fp32.sampling_denominator != 8 || fp32.sampling_probability != 0.125f || + fp32.flags != 0x41 || + proposal.purpose != SeedProposalPurpose::BatchInjection || + proposal.anchor_state.values[35] != make_state(0.51f).values[35] || + proposal.anchor_metrics.crossings != 7 || + proposal.seed_state.values[35] != make_state(0.53f).values[35] || + proposal.seed_metrics.intersections != 5 || proposal.neural_input[44] == 0.0f || + proposal.behavior.flags != 3 || proposal.plane_action != 4 || + proposal.move_action != 2 || proposal.scale_action != 1 || + proposal.plane_sampling_distribution[4] != 0.45f || + proposal.move_sampling_distribution[2] != 0.4f || + proposal.scale_sampling_distribution[1] != 0.7f || + proposal.plane_propensity != 0.45f || proposal.move_propensity != 0.4f || + proposal.scale_propensity != 0.7f || proposal.proposal_seed != 222 || + proposal.anchor_hash != 223 || proposal.seed_hash != 224 || + proposal.seed_index != 3 || proposal.pool_size != 8 || + proposal.assigned_chains != 2 || + proposal.flags != (SeedProposalHasNeuralInput | SeedProposalPredictionSupplied | + SeedProposalNeuralGuided) || + injected.plane_action != 2 || injected.plane_propensity != 0.45f || + injected.plane_sampling_distribution[2] != 0.45f || + injected.rollout_seed != 305 || injected.rollout_rng_state != 307 || + injected.rollout_rng_spare_normal != -0.875f || + injected.rollout_rng_has_spare_normal != 1 || + injected.start_iterations != 33 || injected.origin_batch_ordinal != 19 || + injected.pool_size != 8 || injected.replica_count != 2 || + injected.selection_rule != 7 || injected.neural_input[44] == 0.0f || + (injected.flags & TrajectoryHasNeuralInput) == 0 || + rich.refinement_trajectories.front().steps.size() != 2 || + rich.refinement_trajectories.front().steps[0].iteration != 10 || + rich.refinement_trajectories.front().steps[0].perturbation == 0.0 || + rich.refinement_trajectories.front().steps[0].learning_rate == 0.0 || + rich.refinement_trajectories.front().steps[0].direction[0] != 1 || + rich.refinement_trajectories.front().steps[0].center_state.values[35] == 0.0 || + rich.refinement_trajectories.front().steps[0].plus_state.values[35] == 0.0 || + rich.refinement_trajectories.front().steps[0].minus_state.values[35] == 0.0 || + rich.refinement_trajectories.front().steps[0].updated_state.values[35] == 0.0 || + rich.refinement_trajectories.front().steps[0].plus_metrics.crossings != 3 || + rich.refinement_trajectories.front().steps[0].minus_metrics.intersections != 3 || + rich.refinement_trajectories.front().steps[0].flags != + (RefinementStepPlusEvaluated | RefinementStepMinusEvaluated | + RefinementStepUpdateApplied | RefinementStepImproved) || + rich.refinement_trajectories.front().flags != + (RefinementAccepted | RefinementImprovedBest | RefinementEnteredArchive)) return fail(6); + const std::array expected_order{{ + RecordType::VerifiedCandidate, + RecordType::Fp32Candidate, + RecordType::SeedProposal, + RecordType::InjectedTrajectory, + RecordType::LegacyReplay, + RecordType::RefinementTrajectory, + RecordType::LegacyReplay, + }}; + if (rich.record_order.size() != expected_order.size()) return fail(42); + for (std::size_t index = 0; index < expected_order.size(); ++index) { + if (rich.record_order[index].type != expected_order[index]) return fail(43); + } + if (rich.record_order[4].index_within_type != 0 || + rich.record_order[6].index_within_type != 1) return fail(44); + + // Decoding and re-encoding every rich record must be byte-identical. This + // catches fields that a partial hand-written round-trip assertion could + // accidentally omit. + { + TrainingArchiveWriter writer(config_for(root / "rich_reencoded")); + if (!writer.append(rich.verified_candidates[0]).accepted || + !writer.append(rich.fp32_candidates[0]).accepted || + !writer.append(rich.seed_proposals[0]).accepted || + !writer.append(rich.injected_trajectories[0]).accepted || + !writer.append(rich.legacy_replay[0]).accepted || + !writer.append(rich.refinement_trajectories[0]).accepted || + !writer.append(rich.legacy_replay[1]).accepted || + !writer.seal(&error)) { + return fail(27, error); + } + } + if (read_bytes(root / "rich" / "shard_00000000.sztd") != + read_bytes(root / "rich_reencoded" / "shard_00000000.sztd")) { + return fail(28); + } + + // All policy actions must be present together and propensity must match the + // actual normalized distribution used for sampling. + { + TrainingArchiveWriter writer(config_for(root / "invalid_policy")); + InjectedTrajectory partial = make_injected(); + partial.move_action = -1; + if (writer.append(partial).status != AppendStatus::InvalidRecord) return fail(7); + InjectedTrajectory mismatch = make_injected(); + mismatch.plane_propensity = 0.2f; + if (writer.append(mismatch).status != AppendStatus::InvalidRecord) return fail(8); + VerifiedCandidate bad_ratio = make_verified(); + bad_ratio.context.batch.fresh_numerator = 2; + bad_ratio.context.batch.fresh_denominator = 1; + if (writer.append(bad_ratio).status != AppendStatus::InvalidRecord) return fail(45); + VerifiedCandidate bad_evaluation_breakdown = make_verified(); + bad_evaluation_breakdown.context.batch.initialization_evaluated_states = + bad_evaluation_breakdown.context.batch.evaluated_states + 1; + if (writer.append(bad_evaluation_breakdown).status != AppendStatus::InvalidRecord) return fail(56); + Fp32Candidate bad_probability = make_fp32_candidate(); + bad_probability.sampling_probability = 1.01f; + if (writer.append(bad_probability).status != AppendStatus::InvalidRecord) return fail(46); + Fp32Candidate bad_sampling_ratio = make_fp32_candidate(); + bad_sampling_ratio.sampling_denominator = 7; + if (writer.append(bad_sampling_ratio).status != AppendStatus::InvalidRecord) return fail(49); + VerifiedCandidate bad_rng_snapshot = make_verified(); + bad_rng_snapshot.rollout_rng_has_spare_normal = 0; + if (writer.append(bad_rng_snapshot).status != AppendStatus::InvalidRecord) return fail(50); + VerifiedCandidate failed_verification = make_verified(); + failed_verification.flags = CandidateSelectedForCpuVerification | + CandidateVerificationFailed; + failed_verification.verified_metrics = {}; + if (!writer.append(failed_verification).accepted) return fail(51); + failed_verification.flags |= CandidateImprovedBest; + if (writer.append(failed_verification).status != AppendStatus::InvalidRecord) return fail(52); + SeedProposal bad_proposal = make_seed_proposal(); + bad_proposal.scale_propensity = 0.2f; + if (writer.append(bad_proposal).status != AppendStatus::InvalidRecord) return fail(47); + RefinementTrajectory bad_refinement = make_refinement(); + bad_refinement.steps[0].direction[0] = 0; + if (writer.append(bad_refinement).status != AppendStatus::InvalidRecord) return fail(48); + RefinementTrajectory failed_refinement = make_refinement(); + failed_refinement.flags = RefinementVerificationFailed; + failed_refinement.result_state = failed_refinement.start_state; + failed_refinement.result_metrics = failed_refinement.start_metrics; + failed_refinement.result_hash = failed_refinement.start_hash; + if (!writer.append(failed_refinement).accepted) return fail(54); + failed_refinement.flags |= RefinementAccepted; + if (writer.append(failed_refinement).status != AppendStatus::InvalidRecord) return fail(55); + } + + // A corrupted complete frame inside the last committed prefix is a hard + // error and must not be silently truncated. + const std::filesystem::path committed_corrupt = root / "committed_corrupt"; + { + TrainingArchiveWriter writer(config_for(committed_corrupt)); + if (!writer.append(make_legacy(701)).accepted || !writer.flush(&error)) return fail(9, error); + } + if (!corrupt_byte(committed_corrupt / "active.sztd.wal", 48)) return fail(10); + RecoveryReport report; + if (recover_archive_wals(committed_corrupt, kTestCap, report, &error)) return fail(11); + std::filesystem::remove_all(committed_corrupt, cleanup_error); + + // Arbitrary corruption in a non-final frame of an uncommitted suffix is + // discarded to the previous durable commit before semantic scanning. + const std::filesystem::path suffix_root = root / "suffix"; + std::vector old_commit; + std::uint64_t committed_length = 0; + { + TrainingArchiveWriter writer(config_for(suffix_root)); + if (!writer.append(make_legacy(801)).accepted || !writer.flush(&error)) return fail(12, error); + committed_length = std::filesystem::file_size(suffix_root / "active.sztd.wal"); + old_commit = read_bytes(suffix_root / "active.sztd.wal.commit"); + if (!writer.append(make_legacy(802)).accepted || + !writer.append(make_legacy(803)).accepted) return fail(13); + } // destructor commits the suffix; restore the old marker to emulate power loss. + if (!write_bytes(suffix_root / "active.sztd.wal.commit", old_commit) || + !corrupt_byte(suffix_root / "active.sztd.wal", committed_length + 8)) return fail(14); + report = {}; + if (!recover_archive_wals(suffix_root, kTestCap, report, &error)) return fail(15, error); + TrainingShard suffix_shard; + if (!read_shard(suffix_root / "shard_00000000.sztd", suffix_shard, &error) || + suffix_shard.info.record_count != 1 || report.torn_bytes_discarded == 0) return fail(16, error); + + // Exact final size is accepted, immediately sealed, and raises one notice. + std::uint64_t pending_one_record = 0; + { + const std::filesystem::path measure = root / "measure"; + TrainingArchiveWriter writer(config_for(measure)); + if (!writer.append(make_legacy(901)).accepted) return fail(17); + pending_one_record = writer.pending_bytes(); + } + std::filesystem::remove_all(root / "measure", cleanup_error); + const std::uint64_t exact_cap = pending_one_record + 40; // format-v3 footer size. + { + TrainingArchiveWriter writer(config_for(root / "exact_cap", exact_cap)); + if (!writer.append(make_legacy(902)).accepted || !writer.limit_reached()) return fail(18); + std::string notice; + if (!writer.take_limit_notice(notice) || writer.take_limit_notice(notice) || + writer.committed_bytes() != exact_cap || + writer.append(make_legacy(903)).status != AppendStatus::LimitReached) return fail(19); + } + std::uint64_t exact_cap_bytes = 0; + if (!scan_archive_bytes(root / "exact_cap", exact_cap_bytes, &error) || + exact_cap_bytes != exact_cap) { + return fail(29, error); + } + + // A second flush with no new records is a no-op for the commit sidecar. + // Only 48 bytes remain after the first commit: too little for another + // 56-byte temporary marker, but enough to seal the 40-byte footer. + const std::uint64_t noop_flush_cap = pending_one_record + 56 + 48; + { + TrainingArchiveWriter writer(config_for(root / "noop_flush", noop_flush_cap)); + if (!writer.append(make_legacy(951)).accepted || !writer.flush(&error) || + !writer.flush(&error) || !writer.seal(&error) || + writer.committed_bytes() > noop_flush_cap || + writer.append(make_legacy(952)).status != AppendStatus::LimitReached) { + return fail(20, error); + } + } + + // Atomic commit replacement near a small cap: both dirty flushes and final + // seal succeed without exceeding the cap. + const std::uint64_t replacement_cap = pending_one_record * 3 + 4096; + { + TrainingArchiveWriter writer(config_for(root / "replace_commit", replacement_cap)); + if (!writer.append(make_legacy(1001)).accepted || !writer.flush(&error) || + !writer.append(make_legacy(1002)).accepted || !writer.flush(&error) || + !writer.seal(&error) || writer.committed_bytes() > replacement_cap) { + return fail(21, error); + } + } + + // Commit artifacts without a WAL contain no records. Recovery removes both + // the official marker and a crashed atomic-replacement temporary. + const std::filesystem::path stale = root / "stale"; + std::filesystem::create_directories(stale); + if (!write_bytes(stale / "active.sztd.wal.commit", {'s', 't', 'a', 'l', 'e'}) || + !write_bytes(stale / "active.sztd.wal.commit.tmp", {'t', 'm', 'p'})) return fail(22); + report = {}; + if (!recover_archive_wals(stale, kTestCap, report, &error) || + std::filesystem::exists(stale / "active.sztd.wal.commit") || + std::filesystem::exists(stale / "active.sztd.wal.commit.tmp")) return fail(23, error); + + // A conflicting destination is never replaced or modified. + const std::filesystem::path collision = root / "collision"; + { + TrainingArchiveWriter writer(config_for(collision)); + if (!writer.append(make_legacy(1101)).accepted || !writer.flush(&error)) return fail(24, error); + const std::vector sentinel{'n', 'o', 't', '-', 'a', '-', 's', 'h', 'a', 'r', 'd'}; + if (!write_bytes(collision / "shard_00000000.sztd", sentinel) || writer.seal(&error)) { + return fail(25, error); + } + if (read_bytes(collision / "shard_00000000.sztd") != sentinel) return fail(26); + } + + // A crash while the very first uncommitted fixed-size header is being + // written may leave 0..40 garbage bytes. No committed record can exist in + // that state, so recovery removes it instead of permanently wedging start. + const std::filesystem::path partial_headers = root / "partial_headers"; + for (std::size_t size : std::array{{0, 1, 39, 40}}) { + const std::filesystem::path directory = + partial_headers / ("bytes_" + std::to_string(size)); + std::filesystem::create_directories(directory); + if (!write_bytes( + directory / "active.sztd.wal", + std::vector(size, static_cast(0x5a)))) { + return fail(30); + } + } + report = {}; + if (!recover_archive_wals(partial_headers, kTestCap, report, &error) || + report.empty_wals_removed != 4) { + return fail(31, error); + } + std::uint64_t partial_bytes = 1; + if (!scan_archive_bytes(partial_headers, partial_bytes, &error) || partial_bytes != 0) { + return fail(32, error); + } + + // A valid commit marker makes even header corruption a hard error. The + // recovery attempt must leave both artifacts byte-for-byte untouched. + const std::filesystem::path committed_header = root / "committed_header"; + { + TrainingArchiveWriter writer(config_for(committed_header)); + if (!writer.append(make_legacy(1201)).accepted || !writer.flush(&error)) { + return fail(33, error); + } + } + const std::filesystem::path committed_header_wal = + committed_header / "active.sztd.wal"; + const std::filesystem::path committed_header_marker = + committed_header / "active.sztd.wal.commit"; + if (!corrupt_byte(committed_header_wal, 0)) return fail(34); + const std::vector corrupted_header_bytes = read_bytes(committed_header_wal); + const std::vector committed_header_bytes = read_bytes(committed_header_marker); + report = {}; + if (recover_archive_wals(committed_header, kTestCap, report, &error) || + read_bytes(committed_header_wal) != corrupted_header_bytes || + read_bytes(committed_header_marker) != committed_header_bytes) { + return fail(35, error); + } + + // A fully committed WAL can exactly consume the remaining allocation + // while still lacking its 40-byte immutable footer. This is a normal + // cache-limit boundary: recovery must preserve the WAL and marker, and a + // writer opened against the same accounting must freeze collection and + // emit one limit notice rather than reporting an I/O failure. + const std::filesystem::path deferred_at_limit = root / "deferred_at_limit"; + { + TrainingArchiveWriter writer(config_for(deferred_at_limit)); + if (!writer.append(make_legacy(1251)).accepted || !writer.flush(&error)) { + return fail(49, error); + } + } + const std::filesystem::path deferred_wal = + deferred_at_limit / "active.sztd.wal"; + const std::filesystem::path deferred_commit = + deferred_at_limit / "active.sztd.wal.commit"; + const std::vector deferred_wal_bytes = read_bytes(deferred_wal); + const std::vector deferred_commit_bytes = read_bytes(deferred_commit); + std::uint64_t deferred_cap = 0; + if (deferred_wal_bytes.empty() || deferred_commit_bytes.empty() || + !scan_archive_bytes(deferred_at_limit, deferred_cap, &error)) { + return fail(50, error); + } + report = {}; + if (!recover_archive_wals(deferred_at_limit, deferred_cap, report, &error) || + report.wals_found != 1 || report.wals_deferred_at_limit != 1 || + report.shards_sealed != 0 || report.records_recovered != 0 || + read_bytes(deferred_wal) != deferred_wal_bytes || + read_bytes(deferred_commit) != deferred_commit_bytes || + std::filesystem::exists( + deferred_at_limit / "shard_00000000.sztd")) { + return fail(51, error); + } + WriterConfig deferred_config = config_for(deferred_at_limit, deferred_cap); + deferred_config.initial_existing_bytes = deferred_cap; + { + TrainingArchiveWriter writer(deferred_config); + std::string notice; + if (!writer.limit_reached() || writer.collection_enabled() || + writer.has_write_error() || !writer.take_limit_notice(notice) || + notice.empty() || writer.take_limit_notice(notice) || + writer.append(make_legacy(1252)).status != AppendStatus::LimitReached || + !writer.flush(&error)) { + return fail(52, error); + } + } + if (read_bytes(deferred_wal) != deferred_wal_bytes || + read_bytes(deferred_commit) != deferred_commit_bytes) { + return fail(53); + } + + // If an equivalent immutable shard already exists, the startup byte scan + // counted both it and the leftover sealed WAL. Recount after deduplication + // so a following committed WAL can use the room that was actually freed. + const std::filesystem::path equivalent_root = root / "equivalent_recovery"; + const std::filesystem::path duplicate_dir = equivalent_root / "a_duplicate"; + const std::filesystem::path pending_dir = equivalent_root / "z_pending"; + { + TrainingArchiveWriter writer(config_for(duplicate_dir)); + if (!writer.append(make_legacy(1301)).accepted || !writer.seal(&error)) { + return fail(36, error); + } + } + const std::filesystem::path duplicate_shard = + duplicate_dir / "shard_00000000.sztd"; + const std::uint64_t duplicate_size = std::filesystem::file_size(duplicate_shard); + if (!std::filesystem::copy_file( + duplicate_shard, + duplicate_dir / "active.sztd.wal", + std::filesystem::copy_options::none, + cleanup_error) || cleanup_error) { + return fail(37, cleanup_error.message()); + } + { + TrainingArchiveWriter writer(config_for(pending_dir)); + if (!writer.append(make_legacy(1302)).accepted || !writer.flush(&error)) { + return fail(38, error); + } + } + std::uint64_t equivalent_initial_bytes = 0; + if (!scan_archive_bytes(equivalent_root, equivalent_initial_bytes, &error) || + equivalent_initial_bytes < duplicate_size) { + return fail(39, error); + } + const std::uint64_t recovery_cap = + equivalent_initial_bytes - duplicate_size + 40; // one v3 footer + report = {}; + if (!recover_archive_wals(equivalent_root, recovery_cap, report, &error) || + std::filesystem::exists(duplicate_dir / "active.sztd.wal") || + std::filesystem::exists(pending_dir / "active.sztd.wal") || + std::filesystem::exists(pending_dir / "active.sztd.wal.commit") || + !std::filesystem::exists(pending_dir / "shard_00000000.sztd")) { + return fail(40, error); + } + std::uint64_t equivalent_final_bytes = 0; + if (!scan_archive_bytes(equivalent_root, equivalent_final_bytes, &error) || + equivalent_final_bytes > recovery_cap) { + return fail(41, error); + } + + std::filesystem::remove_all(root, cleanup_error); + std::cout << "training archive self-test passed\n"; + return 0; +} diff --git a/tests/TrainingArchiveSelfTest/TrainingArchiveSelfTest.vcxproj b/tests/TrainingArchiveSelfTest/TrainingArchiveSelfTest.vcxproj new file mode 100644 index 00000000..2417af00 --- /dev/null +++ b/tests/TrainingArchiveSelfTest/TrainingArchiveSelfTest.vcxproj @@ -0,0 +1,47 @@ + + + + + DebugWin32 + + + Debugx64 + + + ReleaseWin32 + + + Releasex64 + + + + {17B67DC7-C0CE-4EDF-B2C6-6FB58B39DB74} + Win32Proj10.0 + + + + Applicationtrue + v145Unicode + + + Applicationfalse + v145Unicode + + + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\')) + $(RepositoryRoot)build\msbuild\bin\$(Platform)\$(Configuration)\ + $(RepositoryRoot)build\msbuild\obj\$(ProjectName)\$(Platform)\$(Configuration)\ + $(RepositoryRoot) + + + stdcpp17Level4 + UNICODE;_UNICODE;NOMINMAX;%(PreprocessorDefinitions) + /permissive- %(AdditionalOptions) + + + + + + +